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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
assert.t
blob
9b4c6414263c06baf2fcf1ca05b8ba53e3fecd89
1
SECTIONS
2
{
3
.empty : {
4
here = . == ADDR(.empty);
5
ASSERT (. == ADDR(.empty), "dot is not ADDR");
6
ASSERT (here, "here is zero");
7
}
8
ASSERT (!SIZEOF(.empty), "Empty is not empty")
9
/DISCARD/ : { *(.reginfo) }
10
}