projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
note-1.t
Commit
Line
Data
0920dee7
L
1
ENTRY(_entry)
2
PHDRS
3
{
4
data PT_LOAD;
5
note PT_NOTE;
6
}
7
SECTIONS
8
{
9
. = 0x1000000;
10
.foo : { *(.foo) } :data
11
. = 0x2000000;
12
.note : { *(.note) } :note
13
/DISCARD/ : { *(*) }
14
}
This page took
0.597456 seconds
and
4
git commands to generate.