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.
8 lines
75 B
ArmAsm
8 lines
75 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.long foo
|
|
.data
|
|
.globl foo
|
|
foo:
|
|
.byte 0
|