From 9971d725457b4d0478cd212a26cb52ba84ff7368 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Oct 1993 15:51:24 +0000 Subject: [PATCH] new test m68k/pic1.s - simple pic code generation --- gas/testsuite/gas/m68k/pic1.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gas/testsuite/gas/m68k/pic1.s 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 -- 2.30.2