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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
pic-and-nonpic-3a.ld
blob
f2db79ab79bcce0dba2bff406f4ed83951dd0f64
1
SECTIONS
2
{
3
. = 0;
4
.reginfo : { *(.reginfo) }
5
6
. = ALIGN (0x400);
7
.dynamic : { *(.dynamic) }
8
.dynsym : { *(.dynsym) }
9
.dynstr : { *(.dynstr) }
10
11
. = ALIGN (0x400);
12
.text : { *(.text) }
13
14
. = ALIGN (0x400);
15
.MIPS.stubs : { *(.MIPS.stubs) }
16
17
. = ALIGN (0x10000);
18
.data : { *(.data) }
19
20
. = ALIGN (0x400);
21
HIDDEN (_gp = . + 0x7ff0);
22
.got : { *(.got) }
23
24
/DISCARD/ : { *(.MIPS.abiflags) }
25
}