mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-04 08:08:01 +00:00
PR 6473
* ld-elf/lma.s, ld-elf/lma.lnk: New test. * ld-elf/binutils.exp: Run it.
This commit is contained in:
parent
f2a4fb999a
commit
6766b6945a
@ -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 =.
|
||||
|
6
ld/testsuite/ld-elf/lma.lnk
Normal file
6
ld/testsuite/ld-elf/lma.lnk
Normal file
@ -0,0 +1,6 @@
|
||||
SECTIONS
|
||||
{
|
||||
. = -0x100000;
|
||||
.text : AT(ADDR(.text) + 0x100000) { *(.text) }
|
||||
/DISCARD/ : { *(*) }
|
||||
}
|
4
ld/testsuite/ld-elf/lma.s
Normal file
4
ld/testsuite/ld-elf/lma.s
Normal file
@ -0,0 +1,4 @@
|
||||
.text
|
||||
.global _start
|
||||
_start:
|
||||
.long 0
|
Loading…
x
Reference in New Issue
Block a user