Add MN10300 linker relaxation support for symbol differences
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / pr997.s
1 .data
2
3 msg: .asciz "hello world.\n"
4 msglen = .-msg-1
5 msglen=msglen & 0xff
This page took 0.030587 seconds and 4 git commands to generate.