Fix the linker so that it will not silently generate ELF binaries with invalid progra...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / plt-local.ld
index ca87459e9125d424b6e0326bbdbd49de2177ca35..03c74a4f316a43fe3ca4769014e09651c12bd8c5 100644 (file)
@@ -1,7 +1,7 @@
 ENTRY (foo_global)
 SECTIONS
 {
-  . = 0;
+  . = SIZEOF_HEADERS;
   .interp              : { *(.interp) }
   .hash                        : { *(.hash) }
   .dynsym              : { *(.dynsym) }
This page took 0.036316 seconds and 4 git commands to generate.