[PATCH] D22689: [ELF] - Linkerscript: implemented output section [address] attribute.
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 12:54:14 PDT 2016
emaste added a comment.
@davide we have them in FreeBSD's kernel linker script (for debug data) but they're all addr 0, e.g.:
/* DWARF debug sections.
Symbols in the DWARF debugging sections are relative to the beginning
of the section so we begin them at 0. */
/* DWARF 1 */
.debug 0 : { *(.debug) }
.line 0 : { *(.line) }
https://reviews.llvm.org/D22689
More information about the llvm-commits
mailing list