mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
ld/testsuite/
* ld-elf/extract-symbol-1.ld (data): Explicitly set the start address to 0.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user