Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vxworks1.ld
index 540e0ebe5b996997604925fda4d586d11016afd1..3106d5524067f0fb9b0a11a82c1e5985a07b8d9c 100644 (file)
@@ -14,14 +14,17 @@ SECTIONS
   .plt : { *(.plt) }
 
   . = ALIGN (0x400);
-  .text : { *(.text) }
+  .text : { *(.text) *(.pad) *(.far) }
 
-  . = ALIGN (0x1000);
+  . = ALIGN (0x10000);
   .dynamic : { *(.dynamic) }
 
   . = ALIGN (0x400);
   .got : { *(.got.plt) *(.got) }
 
+  . = ALIGN (0x400);
+  .data : { *(.data) }
+
   . = ALIGN (0x400);
   .bss : { *(.bss) }
 }
This page took 0.023411 seconds and 4 git commands to generate.