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-mips-elf
/
global-local-symtab.ld
blob
57ea4dec2522c43c272e63656f26269ee954544f
1
SECTIONS
2
{
3
.data : { *(.data) }
4
.symtab : { *(.symtab) }
5
.strtab : { *(.strtab) }
6
.shstrtab : { *(.shstrtab) }
7
/DISCARD/ : { *(*) }
8
}