repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PE-COFF archiving long name tables
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-arm
/
cortex-a8-fix-hdr.t
blob
d3afacbe8e77ca15b99d7026240a74aed652e808
1
2
3
SECTIONS {
4
. = SIZEOF_HEADERS;
5
. += 0xf80;
6
.text : {
7
*(.text)
8
} = 0
9
/DISCARD/ : { *(*) }
10
}