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:
parent
2cb69dd361
commit
9b17aab627
@ -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>
|
2002-06-11 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.
|
* ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
NOCROSSREFS ( .text .data )
|
NOCROSSREFS ( .text .data )
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
.dynsym : { *(.dynsym) }
|
||||||
|
.dynstr : { *(.dynstr) }
|
||||||
|
.hash : { *(.hash) }
|
||||||
.toc : { *(.toc) }
|
.toc : { *(.toc) }
|
||||||
.opd : { *(.opd) }
|
.opd : { *(.opd) }
|
||||||
.text : { tmpdir/cross1.o }
|
.text : { tmpdir/cross1.o }
|
||||||
|
Loading…
Reference in New Issue
Block a user