repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manual copyright year range of various GDB files to add 2023
[binutils-gdb.git]
/
gold
/
testsuite
/
pr21430.s
blob
3c6c1fae4f30f6ae850582efeddc9417ebe8557f
1
.globl _start, foo, bar
2
3
.section
".text.start"
,
"ax"
4
_start
:
5
bl
foo
6
.space 0x7000000
7
8
.section
".text.bar"
,
"ax"
9
bar
:
10
.space 0x1000000
11
.size bar, .-bar
12
13
.section
".text.foo"
,
"ax"
14
foo
:
15
b
_start