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
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
orphan-region.ld
blob
f4f7e1846d71692ac013f97a7fb8888928b3bb07
1
MEMORY
2
{
3
region : ORIGIN = 0x40000000, LENGTH = 8M
4
}
5
6
SECTIONS
7
{
8
.text : ALIGN (4) { *(.text) } > region
9
.rodata : ALIGN (4) { *(.rodata) } > region
10
/DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines) *(.riscv.attributes) }
11
}