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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr23591b.s
blob
4ab48fb4bb37aa7ed71eb8b6e83aa85beea621af
1
.section .text,
"axG"
,%progbits,foo1,comdat
2
.ifdef UNDERSCORE
3
.globl _foo1
4
.type _foo1, %function
5
_foo1
:
6
.else
7
.globl foo1
8
.type foo1, %function
9
foo1
:
10
.endif
11
.byte 0