* 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:
parent
646411fba0
commit
33ed461333
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,5 +6,5 @@ SECTIONS
|
|||
label = .;
|
||||
LONG (ADDR (.other))
|
||||
}
|
||||
.other : {}
|
||||
.other 0x2000 : {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue