mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
ea16ac837f
* ld-discard/extern.s: Likewise. * ld-discard/static.s: Likewise.
12 lines
149 B
ArmAsm
12 lines
149 B
ArmAsm
.section .data.exit,"aw"
|
|
data:
|
|
.section .text.exit,"ax"
|
|
text:
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
.long data
|
|
.section .debug_info
|
|
.long 0
|
|
.long text
|