2002-06-11 John David Anglin <dave@hiauly1.hia.nrc.ca>

* ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to
	script.
This commit is contained in:
Jeff Law 2002-06-12 18:14:48 +00:00
parent 2cb69dd361
commit 9b17aab627
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-06-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
* ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to
script.
2002-06-11 Andreas Jaeger <aj@suse.de>
* ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.

View File

@ -1,6 +1,9 @@
NOCROSSREFS ( .text .data )
SECTIONS
{
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.hash : { *(.hash) }
.toc : { *(.toc) }
.opd : { *(.opd) }
.text : { tmpdir/cross1.o }