diff options
author | DJ Delorie <dj@redhat.com> | 2003-01-07 21:26:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-01-07 21:26:29 +0000 |
commit | 33d9fdd0d8ca9a8cf258dbf2795c5877d47f342a (patch) | |
tree | a5b33f022e8e84c32e532dd5b0d24e70ce75e3d2 /gas | |
parent | 5c9e189cf74232a114f246d89aa9a43935fbf017 (diff) | |
download | gdb-33d9fdd0d8ca9a8cf258dbf2795c5877d47f342a.zip gdb-33d9fdd0d8ca9a8cf258dbf2795c5877d47f342a.tar.gz gdb-33d9fdd0d8ca9a8cf258dbf2795c5877d47f342a.tar.bz2 |
* gas/xstormy16/reloc-2.d: Adjust for fixed REL12 relocs.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/xstormy16/reloc-2.d | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3bb9a86..4d67046 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-01-07 DJ Delorie <dj@redhat.com> + + * gas/xstormy16/reloc-2.d: Adjust for fixed REL12 relocs. + 2003-01-02 Jeff Johnston <jjohnstn@redhat.com> * gas/iq2000: New testsuite. diff --git a/gas/testsuite/gas/xstormy16/reloc-2.d b/gas/testsuite/gas/xstormy16/reloc-2.d index 490ee97..3f07897 100644 --- a/gas/testsuite/gas/xstormy16/reloc-2.d +++ b/gas/testsuite/gas/xstormy16/reloc-2.d @@ -27,13 +27,13 @@ Disassembly of section \.text: 30: 00 79 00 00 mov\.w 0x0,#0x0 32: R_XSTORMY16_16 global 34: fe d0 bge 0x34 - 34: R_XSTORMY16_PC8 global + 34: R_XSTORMY16_PC8 global\+0xfffffffe 36: fc c0 00 00 bge Rx,#0x0,0x36 - 36: R_XSTORMY16_PC8 global + 36: R_XSTORMY16_PC8 global\+0xfffffffc 3a: 00 0d fc 0f bge r0,r0,0x3a - 3c: R_XSTORMY16_REL_12 global + 3c: R_XSTORMY16_REL_12 global\+0xfffffffe 3e: fe 1f br 0x3e - 3e: R_XSTORMY16_REL_12 global + 3e: R_XSTORMY16_REL_12 global\+0xfffffffe 40: 0a d0 bge 0x4c 42: 06 c0 00 00 bge Rx,#0x0,0x4c 46: 00 0d 02 00 bge r0,r0,0x4c |