diff options
author | Nick Clifton <nickc@redhat.com> | 2011-07-26 14:09:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-07-26 14:09:36 +0000 |
commit | 53d780c93d81fe0dbcce1a93252ee638937032c7 (patch) | |
tree | a5a43f6aa692b63c622fff76aa780a3ade24425f /gas/testsuite | |
parent | 58d180e827fcc256ae661c02d14ff0acae362efa (diff) | |
download | gdb-53d780c93d81fe0dbcce1a93252ee638937032c7.zip gdb-53d780c93d81fe0dbcce1a93252ee638937032c7.tar.gz gdb-53d780c93d81fe0dbcce1a93252ee638937032c7.tar.bz2 |
* config/tc-rx.c (md_convert_frag): Fix encoding of beq.a
synthetic instruction.
* gas/rx/r-bcc.d: Update expected disassembly of synthetic beq.a
instruction.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/rx/r-bcc.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1bbbf61..a4ad91b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-07-26 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com> + + * gas/rx/r-bcc.d: Update expected disassembly of synthetic beq.a + instruction. + 2011-07-24 Maciej W. Rozycki <macro@codesourcery.com> Chao-ying Fu <fu@mips.com> Richard Sandiford <rdsandiford@googlemail.com> diff --git a/gas/testsuite/gas/rx/r-bcc.d b/gas/testsuite/gas/rx/r-bcc.d index 672a52a..be79f39 100644 --- a/gas/testsuite/gas/rx/r-bcc.d +++ b/gas/testsuite/gas/rx/r-bcc.d @@ -8,7 +8,7 @@ Disassembly of section \.text: 00000000 <beq>: 0: 20 32 beq\.b 32 <dsp8> 2: 3a 86 13 beq\.w 1388 <dsp16> - 5: 1e bne\.s b <bne\+0x1> + 5: 1d bne\.s a <bne> 6: 04 1a a1 07 bra\.a 7a120 <dsp24> 0000000a <bne>: |