diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-02-15 08:52:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-02-15 08:54:25 +0000 |
commit | 66a5a74065ac79b90618b02f4c550904b50a59f5 (patch) | |
tree | 6a2919e49d7ef21f77204db19b06f8e0fee848df /gas | |
parent | 4aebb6312eb5dcd12f2f8420028547584b708907 (diff) | |
download | gdb-66a5a74065ac79b90618b02f4c550904b50a59f5.zip gdb-66a5a74065ac79b90618b02f4c550904b50a59f5.tar.gz gdb-66a5a74065ac79b90618b02f4c550904b50a59f5.tar.bz2 |
Distinguish some of the registers different on ARC700 and HS38 cpus
opcodes * arc-regs.h: Distinguish some of the registers different on
ARC700 and HS38 cpus.
gas * testsuite/gas/arc/st.d: Update for 0xe having a name now
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/arc/st.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a72ae12..2f17687 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-02-09 Vineet Gupta <vgupta@synopsys.com> + + * testsuite/gas/arc/st.d: Update for 0xe having a name now + 2017-02-14 Alan Modra <amodra@gmail.com> PR 21118 diff --git a/gas/testsuite/gas/arc/st.d b/gas/testsuite/gas/arc/st.d index 3f75d40..6fe5b88 100644 --- a/gas/testsuite/gas/arc/st.d +++ b/gas/testsuite/gas/arc/st.d @@ -22,7 +22,7 @@ Disassembly of section .text: 38: 1c04 1f80 0000 0000 st 0,\[r12,4\] 3c: R_ARC_32_ME .text\+0x40 40: 212b 0080 sr r1,\[r2\] - 44: 216b 0380 sr r1,\[0xe\] + 44: 216b 0380 sr r1,\[aux_irq_ctrl\] 48: 262b 7040 0000 03e8 sr 0x3e8,\[r1\] 50: 262b 7080 0000 0064 sr 0x64,\[r2\] 58: 212b 0f80 0000 2710 sr r1,\[0x2710\] |