Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / memory_test.t
index 7bcb877e523ec00ec14b6e9a7b9eb17b4b5ba9fe..3a35994cba1b892dc5d78b073dd63eb470d79784 100644 (file)
@@ -10,20 +10,17 @@ SECTIONS
 {
   .sec0 : { *(*.sec0) }
   
-  .sec1 ORIGIN (region1) : AT(LENGTH (region2)) { *(*.sec1) }
+  .sec1 ORIGIN (region1) : { *(*.sec1) } AT> region2
 
-  fred = ORIGIN (region1) + LENGTH (region1) ;
+  fred = ORIGIN (region1) + LENGTH (region1);
   
   .sec2 : { *(*.sec2) } > region3 AT> region4
 
   .sec3 0x5000 : { *(*.sec3) }
 
-  /* In theory we could put:
+  .sec4 : { *(*.sec4) } AT> region2
 
-     /DISCARD/ : { *(*) }
+  .sec5 : { LONG(0x5555) } > region2
 
-     here as we do not need any other sections for this test.
-     In practice however doing so breaks GOLD as it relies upon
-     being able to create/find various other sections such as
-     .dynamic, .dynsym and .gnu.hash.  */
+  /DISCARD/ : { *(*) }
 }
This page took 0.025055 seconds and 4 git commands to generate.