diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-05 23:54:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-05 23:54:25 +0000 |
commit | 1a4dd30e5491edebb953b7e9725ff7c9b634c1a4 (patch) | |
tree | ad952d7eff1ee7b2cca750c275ada29ec73c67c4 /opcodes | |
parent | f9e90c2ec65385449807280c4f269e4ca2a8290a (diff) | |
download | gdb-1a4dd30e5491edebb953b7e9725ff7c9b634c1a4.zip gdb-1a4dd30e5491edebb953b7e9725ff7c9b634c1a4.tar.gz gdb-1a4dd30e5491edebb953b7e9725ff7c9b634c1a4.tar.bz2 |
* i960-dis.c (mem): Add HX dcinva instruction.
(reg): Add HX instructions.
start-sanitize-i960xl
The HX instructions are the XL instructions, so this just involves
arranges for them to not be sanitized.
end-sanitize-i960xl
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 75625d5..b699c56 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,12 @@ Mon Feb 5 16:14:42 1996 Ian Lance Taylor <ian@cygnus.com> + * i960-dis.c (mem): Add HX dcinva instruction. + (reg): Add HX instructions. + start-sanitize-i960xl + The HX instructions are the XL instructions, so this just involves + arranges for them to not be sanitized. + end-sanitize-i960xl + Support for building as a shared library, based on patches from Alan Modra <alan@spri.levels.unisa.edu.au>: * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib. |