new test m68k/pic1.s - simple pic code generation
This commit is contained in:
parent
82a69c1720
commit
9971d72545
1 changed files with 5 additions and 0 deletions
5
gas/testsuite/gas/m68k/pic1.s
Normal file
5
gas/testsuite/gas/m68k/pic1.s
Normal file
|
@ -0,0 +1,5 @@
|
|||
.text
|
||||
.globl _foo
|
||||
_foo:
|
||||
leal %pc@(_i), %a0
|
||||
leal %pc@(_i-.), %a1
|
Loading…
Add table
Reference in a new issue