mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* gas/v850/reloc.s: New tests.
* gas/v850/basic.exp: Run them.
This commit is contained in:
7
gas/testsuite/gas/v850/reloc.s
Normal file
7
gas/testsuite/gas/v850/reloc.s
Normal file
@ -0,0 +1,7 @@
|
||||
.text
|
||||
movea lo(foo),r0,r1
|
||||
movhi hi(foo),r1,r1
|
||||
movhi hi0(foo),r1,r1
|
||||
movea zdaoff(_foo),r0,r1
|
||||
movhi tdaoff(_foo),ep,r1
|
||||
movhi sdaoff(_foo),gp,r1
|
Reference in New Issue
Block a user