mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
dbc37f892b
* ld-scripts/cross1.t: Add .opd. * ld-undefined/undefined.exp: Allow leading dot on sym names. * lib/ld-lib.exp (default_ld_nm): Strip leading dots from syms.
9 lines
145 B
Raku
9 lines
145 B
Raku
NOCROSSREFS ( .text .data )
|
|
SECTIONS
|
|
{
|
|
.toc : { *(.toc) }
|
|
.opd : { *(.opd) }
|
|
.text : { tmpdir/cross1.o }
|
|
.data : { tmpdir/cross2.o }
|
|
}
|