mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
126697d1e4
* testsuite/ld-x86-64/pie2.d: New file. * testsuite/ld-x86-64/pie2.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run pie2.
9 lines
75 B
ArmAsm
9 lines
75 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.long foo
|
|
.data
|
|
.globl foo
|
|
foo:
|
|
.byte 0
|