diff options
author | David S. Miller <davem@redhat.com> | 2006-02-25 01:33:24 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2006-02-25 01:33:24 +0000 |
commit | ff3f9d5b2aa1a57de59495d64b77ded11bd4def2 (patch) | |
tree | 9c9f7fd61707033cf85453c5036a215fa6f69a39 /opcodes/ChangeLog | |
parent | c40c02dcc9eaad2b745e7a8bf023cae159f207eb (diff) | |
download | gdb-ff3f9d5b2aa1a57de59495d64b77ded11bd4def2.zip gdb-ff3f9d5b2aa1a57de59495d64b77ded11bd4def2.tar.gz gdb-ff3f9d5b2aa1a57de59495d64b77ded11bd4def2.tar.bz2 |
2006-02-24 David S. Miller <davem@sunset.davemloft.net>
* sparc-dis.c (v9_priv_reg_names): Add "gl" entry.
(v9_hpriv_reg_names): New table.
(print_insn_sparc): Allow values up to 16 for '?' and '!'.
New cases '$' and '%' for read/write hyperprivileged register.
* sparc-opc.c (sparc_opcodes): Add new entries for UA2005
window handling and rdhpr/wrhpr instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4400057..d97df75 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2006-02-24 David S. Miller <davem@sunset.davemloft.net> + + * sparc-dis.c (v9_priv_reg_names): Add "gl" entry. + (v9_hpriv_reg_names): New table. + (print_insn_sparc): Allow values up to 16 for '?' and '!'. + New cases '$' and '%' for read/write hyperprivileged register. + * sparc-opc.c (sparc_opcodes): Add new entries for UA2005 + window handling and rdhpr/wrhpr instructions. + 2006-02-24 DJ Delorie <dj@redhat.com> * m32c-desc.c: Regenerate with linker relaxation attributes. |