[PATCH] D15775: Add debugger rendezvous DT_DEBUG .dynamic entry
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 24 17:48:33 PST 2015
emaste added a comment.
In http://reviews.llvm.org/D15775#316831, @rafael wrote:
> That is pretty horrible. Any chance we could start producing a rw dynamic
> section on MIPS too? With that we could at least hope for one day dropping
> the MIPS specific field.
DT_MIPS_RLD_MAP is specified in the ABI and a migration would be a long process, but it shouldn't hurt anything to emit DT_DEBUG in MIPS binaries too. GNU ld did so until relatively recently. I'm happy to go ahead with or without the `Config->EMachine != EM_MIPS`.
http://reviews.llvm.org/D15775
More information about the llvm-commits
mailing list