[PATCH] D31464: [ELF] - Stop producing broken entries in .debug_ranges section
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 08:12:15 PDT 2017
dblaikie added a comment.
Does GNU ld (binutils, or gold, or both?) actually special case this relocation in this section? (ie: a small hand-written assembly file with only debug_ranges ends up with different contents if you rename the section to debug_foo_ranges? (zeros in the latter case, 1s in the original case)
https://reviews.llvm.org/D31464
More information about the llvm-commits
mailing list