Skip to content
Snippets Groups Projects
Commit 33ed4613 authored by Alan Modra's avatar Alan Modra
Browse files

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

	depend on target alignment.
	* ld-scripts/data.d: Update.
parent 646411fb
No related branches found
No related tags found
No related merge requests found
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 : {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment