Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-scripts / expr2.t
blob634eab26a9ee58a3aac7dee3b0f0b1ccf676f101
1 SECTIONS
3   . = 0xc000;
4   .text :
5   {
6     _text = .;
7     *(.text)
8   }
9   _end = .;
11 ASSERT (_end - _text <= 0x100, "fail");