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
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
defined.t
blob
c1ef1b6a798b00ec1d21c319bd724de3e83c1834
1
SECTIONS {
2
.text : { *(.text) }
3
.data : { *(.data) }
4
.bss : { *(.bss) *(COMMON) }
5
}
6
value1 = DEFINED (defined) ? 1 : 2;
7
value2 = DEFINED (undefined) ? 1 : 2;