mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
529fcb9585
bfd/ * elflink.c (elf_link_add_object_symbols): Make symbols from discarded sections undefined. ld/testsuite/ * ld-elf/group1.d: New test. * ld-elf/group.ld, ld-elf/group1a.s, ld-elf/group1b.s: New test.
6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0x1000;
|
|
.text : { *(.text) }
|
|
}
|