mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00

* ld-undefined/weak-undef.exp: New test. * ld-undefined/weak-undef.s, ld-undefined/weak-undef.t: Supporting files for above.
10 lines
89 B
Raku
10 lines
89 B
Raku
SECTIONS
|
|
{
|
|
.data : {
|
|
tmpdir/weak-undef.o(.data)
|
|
}
|
|
/DISCARD/ : {
|
|
*(*)
|
|
}
|
|
}
|