From: Ken Raeburn Date: Wed, 20 Oct 1993 15:51:24 +0000 (+0000) Subject: new test m68k/pic1.s - simple pic code generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9971d725457b4d0478cd212a26cb52ba84ff7368;p=binutils-gdb.git new test m68k/pic1.s - simple pic code generation --- diff --git a/gas/testsuite/gas/m68k/pic1.s b/gas/testsuite/gas/m68k/pic1.s new file mode 100644 index 00000000000..85787744ae7 --- /dev/null +++ b/gas/testsuite/gas/m68k/pic1.s @@ -0,0 +1,5 @@ + .text + .globl _foo +_foo: + leal %pc@(_i), %a0 + leal %pc@(_i-.), %a1