new test m68k/pic1.s - simple pic code generation

This commit is contained in:
Ken Raeburn 1993-10-20 15:51:24 +00:00
parent 82a69c1720
commit 9971d72545
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
.text
.globl _foo
_foo:
leal %pc@(_i), %a0
leal %pc@(_i-.), %a1