repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
section-flags-2.t
blob
ca5ae63668f70f6f2191c52cfdb8c303e003572a
1
MEMORY
2
{
3
ram (rwx) : ORIGIN = 0x100000, LENGTH = 144M
4
}
5
6
SECTIONS
7
{
8
.text :
9
{
10
INPUT_SECTION_FLAGS (!SHF_TLS) *(EXCLUDE_FILE (section-flags-1.o) .text .text.* .text_* .gnu.linkonce.t.*)
11
} >ram
12
}