[PATCH] D22689: [ELF] - Linkerscript: implemented output section [address] attribute.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 12:56:58 PDT 2016


davide added a comment.

In https://reviews.llvm.org/D22689#493261, @emaste wrote:

> @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) }
>   


OK, fine.


https://reviews.llvm.org/D22689





More information about the llvm-commits mailing list