ld/testsuite/

* ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
	to 0.
This commit is contained in:
Richard Sandiford 2007-03-08 17:54:29 +00:00
parent 29e4017ddc
commit 6d59ad8298
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -1,7 +1,7 @@
ENTRY(_entry)
PHDRS
{
data PT_LOAD;
data PT_LOAD AT (0);
}
SECTIONS
{