projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr20828-v.s
1
.text
2
.globl new_foo
3
.type new_foo, %function
4
new_foo:
5
.size new_foo, . - new_foo
6
.symver new_foo, foo@@ver_foo
7
8
.data
9
.globl bar
10
.type bar, %object
11
bar:
12
.dc.a foo
13
.size bar, . - bar
This page took
0.04546 seconds
and
4
git commands to generate.