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
Fix formatting in gdb.ada/lazy-string.exp
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
stub-dynsym-1.ld
blob
dec5ca1ddcd947f931c9061168af50c2154c9581
1
SECTIONS
2
{
3
. = 0x80000;
4
.interp : { *(.interp) }
5
.hash : { *(.hash) }
6
.dynsym : { *(.dynsym) }
7
.dynstr : { *(.dynstr) }
8
.rel.dyn : { *(.rel.dyn) }
9
.MIPS.stubs : { *(.MIPS.stubs) }
10
.text : { *(.text) }
11
12
. = ALIGN (0x10000);
13
HIDDEN (_gp = . + 0x7ff0);
14
.got : { *(.got) }
15
16
/DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
17
}