* ld-scripts/data.t: Set ".other" address so location doesn't

depend on target alignment.
	* ld-scripts/data.d: Update.
This commit is contained in:
Alan Modra 2004-02-23 09:24:46 +00:00
parent 646411fba0
commit 33ed461333
3 changed files with 8 additions and 2 deletions

View 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.

View 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

View File

@ -6,5 +6,5 @@ SECTIONS
label = .;
LONG (ADDR (.other))
}
.other : {}
.other 0x2000 : {}
}