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
Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-unique
/
unique.s
blob
2ad41c252015893b1914b129671ad188fe262c31
1
.type a_val, %gnu_unique_object
2
a_val
:
.long 0
3
.size a_val, .-a_val
4
5
.type main,
"function"
6
.global main
7
main
:
8
.long 0
9
10
.section .note.GNU-stack,
""
11