2006-05-11 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm.ld
index 4ef7d824ec22371a78b5824d1983a5725218c758..c9e01e65a8228cfe883789f135b3f45a5e170040 100644 (file)
@@ -14,5 +14,7 @@ SECTIONS
   } =0
   . = 0x9000;
   .got            : { *(.got) *(.got.plt)}
+  . = 0x12340000;
+  .far : { *(.far) }
   .ARM.attribues 0 : { *(.ARM.atttributes) }
 }
This page took 0.026183 seconds and 4 git commands to generate.