mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
a33dafc30d
2009-01-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/9727 * elflink.c (elf_gc_sweep): Exclude the group section if the first member of the section group is excluded. ld/testsuite/ 2009-01-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/9727 * ld-elf/group8.s: New. * ld-elf/group8a.d: Likewise. * ld-elf/group8b.d: Likewise. * ld-elf/group9.s: Likewise. * ld-elf/group9a.d: Likewise. * ld-elf/group9b.d: Likewise.
11 lines
188 B
ArmAsm
11 lines
188 B
ArmAsm
.section .text.foo,"axG",%progbits,foo,comdat
|
|
.globl foo
|
|
.type foo,%function
|
|
foo:
|
|
.byte 0
|
|
.section .text.bar,"axG",%progbits,bar,comdat
|
|
.globl bar
|
|
.type bar,%function
|
|
bar:
|
|
.byte 0
|