mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
new test m68k/pic1.s - simple pic code generation
This commit is contained in:
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
|
Reference in New Issue
Block a user