mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
d64cc92a74
PR ld/4144 * ld-elf/nobits-1.d: New file. * ld-elf/nobits-1.s: Likewise. * ld-elf/nobits-1.t: Likewise.
7 lines
100 B
ArmAsm
7 lines
100 B
ArmAsm
.globl _entry
|
|
.section .foo,"awx",%progbits
|
|
_entry:
|
|
.byte 0
|
|
.section .bar,"ax",%nobits
|
|
.byte 0
|