PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / header.t
index cc0317bf77f4525fb4669a68d2eb8723270f9f00..c378fbe07e015fd8cb48c6868be1dabdbb86f09d 100644 (file)
@@ -2,7 +2,7 @@ ENTRY(main)
 
 SECTIONS
 {
-  . = 0x10000 + SIZEOF_HEADERS;
+  . = 0x100 + SIZEOF_HEADERS;
   .text : { *(.text) }
   .data : { *(.data) }
 }
This page took 0.02507 seconds and 4 git commands to generate.