Separate header PT_LOAD for -z separate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-spu / ovl.lnk
index 00156522c32838e07ce3fb51e94f7a6d220b6fd3..045f986212839c6215ac6b8386097410b8662e91 100644 (file)
@@ -1,6 +1,6 @@
 SECTIONS
 {
-  . = SIZEOF_HEADERS;
+  . = 0x100;
   .text : { *(.text) *(.stub) }
   .data : { *(.data) *(.ovtab) }
   .bss : { *(.bss) }
This page took 0.029102 seconds and 4 git commands to generate.