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
/
pr23648.t
blob
5901fc73888239fe6f063527287fcbde3d5e108b
1
MEMORY { code : ORIGIN = 0, LENGTH = 8M }
2
3
SECTIONS
4
{
5
ENTRY (entry)
6
.text 1M : { *(.text*) } >code
7
/DISCARD/ : { *(*) }
8
}
9
10
foo = LENGTH (code) != 8M ? test0 : test1;