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-aarch64
/
relr-discard.ld
blob
288ba23e11c26608bae4f709db446eea013a1411
1
OUTPUT_ARCH(aarch64)
2
ENTRY(_start)
3
SECTIONS
4
{
5
/DISCARD/ : { *(.discard.*) }
6
7
. = 0x10000;
8
.text : { *(.text) }
9
. = 0x20000;
10
.got : { *(.got) *(.got.plt)}
11
. = 0x30000;
12
.data : { *(.data) *(.data.*) }
13
}