* ld-elf/lma.s, ld-elf/lma.lnk: New test.
	* ld-elf/binutils.exp: Run it.
This commit is contained in:
Alan Modra 2008-05-05 01:43:55 +00:00
parent f2a4fb999a
commit 6766b6945a
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-05-05 Alan Modra <amodra@bigpond.net.au>
PR 6473
* ld-elf/lma.s, ld-elf/lma.lnk: New test.
* ld-elf/binutils.exp: Run it.
2008-05-03 Mike Frysinger <vapier@gentoo.org>
* ld-scripts/defined.s: Use .set syntax rather than =.

View File

@ -0,0 +1,6 @@
SECTIONS
{
. = -0x100000;
.text : AT(ADDR(.text) + 0x100000) { *(.text) }
/DISCARD/ : { *(*) }
}

View File

@ -0,0 +1,4 @@
.text
.global _start
_start:
.long 0