Sign in
gnu
/
binutils-gdb
/
3073d684c1013ea325c65fd23756ffb74439b50c
/
.
/
gold
/
testsuite
/
pr21430.s
blob: 3c6c1fae4f30f6ae850582efeddc9417ebe8557f [
file
] [
log
] [
blame
]
.globl _start
,
foo
,
bar
.section
".text.start"
,
"ax"
_start
:
bl foo
.space
0x7000000
.section
".text.bar"
,
"ax"
bar
:
.space
0x1000000
.size bar
,
.
-
bar
.section
".text.foo"
,
"ax"
foo
:
b _start