mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
bf174910c8
* testsuite/ld-undefined/weak-fundef.s: New. * testsuite/ld-undefined/weak-undef.t: Don't specify filename. * testsuite/ld-undefined/weak-undef.exp: Run new tests. Rearrange much of old code. Use is_elf_format to select targets.
10 lines
71 B
Raku
10 lines
71 B
Raku
SECTIONS
|
|
{
|
|
.data : {
|
|
*(.data)
|
|
}
|
|
/DISCARD/ : {
|
|
*(*)
|
|
}
|
|
}
|