mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
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>
|
||||
|
||||
* ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.
|
||||
|
@ -1,6 +1,9 @@
|
||||
NOCROSSREFS ( .text .data )
|
||||
SECTIONS
|
||||
{
|
||||
.dynsym : { *(.dynsym) }
|
||||
.dynstr : { *(.dynstr) }
|
||||
.hash : { *(.hash) }
|
||||
.toc : { *(.toc) }
|
||||
.opd : { *(.opd) }
|
||||
.text : { tmpdir/cross1.o }
|
||||
|
Loading…
Reference in New Issue
Block a user