diff options
author | Felix Lee <flee@cygnus> | 1997-12-11 04:18:47 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-12-11 04:18:47 +0000 |
commit | 06434f5f166690629f2d5ce14e56a7727b259ed0 (patch) | |
tree | 8b23ac30a265d1aa8915536d52c14020ecedfdbe /opcodes | |
parent | 3de294afad88c64d237063ae5305a6db121b9481 (diff) | |
download | gdb-06434f5f166690629f2d5ce14e56a7727b259ed0.zip gdb-06434f5f166690629f2d5ce14e56a7727b259ed0.tar.gz gdb-06434f5f166690629f2d5ce14e56a7727b259ed0.tar.bz2 |
sanitization fixes. (files not mentioned, fences misspelled)
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5916f14..5e14bce 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 10 17:42:35 1997 Nick Clifton <nickc@cygnus.com> + + * arm-dis.c (print_insn_little_arm): Prevent examination of stored + symbol if none is present. + (print_insn_big_arm): Prevent examination of stored symbol if + none is present. + Thu Oct 23 21:13:37 1997 Fred Fish <fnf@cygnus.com> * d10v-opc.c (d10v_opcodes): Correct entry for RTE. @@ -175,7 +182,7 @@ Thu Oct 2 13:36:45 1997 Nick Clifton <nickc@cygnus.com> * v850-dis.c (v850_sreg_names): Use symbolic names for higher system registers. -start-sanitize-v850e +end-sanitize-v850e Wed Oct 1 16:58:54 1997 Nick Clifton <nickc@cygnus.com> * v850-opc.c: Fix typo in comment. |