[PATCH] D27131: [ELF] - Add support of proccessing of the rest allocatable synthetic sections from linkerscript.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 27 23:59:41 PST 2016


grimar added inline comments.


================
Comment at: test/ELF/linkerscript/phdrs.s:98
 # INT-PHDRS-NEXT:      PhysicalAddress: 0xB0
-# INT-PHDRS-NEXT:      FileSize: 9
-# INT-PHDRS-NEXT:      MemSize: 9
+# INT-PHDRS-NEXT:      FileSize:
+# INT-PHDRS-NEXT:      MemSize:
----------------
evgeny777 wrote:
> What's this change for?
Testcase has next script:

SECTIONS { . = SIZEOF_HEADERS; .foo : { *(.*) } : text : foo}
That means it puts all sections to foo, and since this patch added few more synthetic sections available from script,
it put it there and total size grew up.



https://reviews.llvm.org/D27131





More information about the llvm-commits mailing list