* ld-scripts/data.t: Set ".other" address so location doesn't
authorAlan Modra <amodra@gmail.com>
Mon, 23 Feb 2004 09:24:46 +0000 (09:24 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 23 Feb 2004 09:24:46 +0000 (09:24 +0000)
depend on target alignment.
* ld-scripts/data.d: Update.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/data.d
ld/testsuite/ld-scripts/data.t

index b103d5bca5941fc3fa035cb4b18cdcdfa9153ab5..2bb75100c9152098976694f280999dd2ca4097b2 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-scripts/data.t: Set ".other" address so location doesn't
+       depend on target alignment.
+       * ld-scripts/data.d: Update.
+
 2004-02-20  Nathan Sidwell  <nathan@codesourcery.com>
 
        * ld-scripts/align.{s,t,exp}: New.
index 62846866c1377165534fe60898a174f589bb0b34..83d6142511af42b5f11b011168eaab4348f76d06 100644 (file)
@@ -5,5 +5,5 @@
 .*:     file format .*
 
 Contents of section .text:
- 1000 (0410)?0000(1004)? (0810)?0000(1008)? +........ *
+ 1000 (0410)?0000(1004)? (0020)?0000(2000)? .*
 #pass
index 359a02f64a59d87e202542df1202ecf2d81f19e8..8ee3d41bdf0a74e0a66a76abbd8ca7899025bc4d 100644 (file)
@@ -6,5 +6,5 @@ SECTIONS
      label = .;
      LONG (ADDR (.other))
    }
-   .other : {}
+   .other 0x2000 : {}
 }