mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
ld/testsuite/
* ld-elf/extract-symbol-1.ld (data): Explicitly set the start address to 0.
This commit is contained in:
parent
29e4017ddc
commit
6d59ad8298
@ -1,3 +1,8 @@
|
||||
2007-03-08 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
|
||||
to 0.
|
||||
|
||||
2007-03-07 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-elf/extract-symbol-1sec.d: xfail hppa.
|
||||
|
@ -1,7 +1,7 @@
|
||||
ENTRY(_entry)
|
||||
PHDRS
|
||||
{
|
||||
data PT_LOAD;
|
||||
data PT_LOAD AT (0);
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user