diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/bpo-5.s')
-rw-r--r-- | ld/testsuite/ld-mmix/bpo-5.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/bpo-5.s b/ld/testsuite/ld-mmix/bpo-5.s new file mode 100644 index 0000000..c0fcfac --- /dev/null +++ b/ld/testsuite/ld-mmix/bpo-5.s @@ -0,0 +1,4 @@ +# A section with a symbol and a BPO allocation. + .section .text.x,"ax",@progbits + .global x +x LDA $45,x+4200 |