aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-03-25 19:36:04 +0000
committerIan Lance Taylor <ian@airs.com>1998-03-25 19:36:04 +0000
commit025af5b9d229cfac0c4013b51b31c00ee0035deb (patch)
tree74fde794732dc3fcfb85bf5988a5f897b0974907 /opcodes
parent516548933b0a32c95f07c3bfc5507fa34999fe0d (diff)
downloadgdb-025af5b9d229cfac0c4013b51b31c00ee0035deb.zip
gdb-025af5b9d229cfac0c4013b51b31c00ee0035deb.tar.gz
gdb-025af5b9d229cfac0c4013b51b31c00ee0035deb.tar.bz2
Wed Mar 25 14:32:48 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* i960-dis.c (pinsn): Change type of first argument to bfd_vma. (ctrl, cobr, mem, ea): Likewise. (print_addr): Likewise. Remove cast. (ea): Cast argument of print_addr to bfd_vma. * cgen-asm.c (cgen_parse_signed_integer): Fix type of local variable value. (cgen_parse_unsigned_integer): Likewise. (cgen_parse_address): Likewise. Wed Mar 25 14:31:31 1998 Ian Lance Taylor <ian@cygnus.com> * i960-dis.c (ctrl): Add full braces to structure initialization. (cobr, mem, reg): Likewise. (ea): Correct parenthesization in expression. * cgen-asm.c: Include <ctype.h>. (build_asm_hash_table): Remove unused local variable i. (cgen_parse_keyword): Add casts to avoid warnings. * arm-dis.c (print_insn_big_arm): Only call coffsymbol for a COFF symbol. Fix indentation. (print_insn_little_arm): Likewise.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7f9ec69..d15aef1 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,29 @@
+Wed Mar 25 14:32:48 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * i960-dis.c (pinsn): Change type of first argument to bfd_vma.
+ (ctrl, cobr, mem, ea): Likewise.
+ (print_addr): Likewise. Remove cast.
+ (ea): Cast argument of print_addr to bfd_vma.
+
+ * cgen-asm.c (cgen_parse_signed_integer): Fix type of local
+ variable value.
+ (cgen_parse_unsigned_integer): Likewise.
+ (cgen_parse_address): Likewise.
+
+Wed Mar 25 14:31:31 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * i960-dis.c (ctrl): Add full braces to structure initialization.
+ (cobr, mem, reg): Likewise.
+ (ea): Correct parenthesization in expression.
+
+ * cgen-asm.c: Include <ctype.h>.
+ (build_asm_hash_table): Remove unused local variable i.
+ (cgen_parse_keyword): Add casts to avoid warnings.
+
+ * arm-dis.c (print_insn_big_arm): Only call coffsymbol for a COFF
+ symbol. Fix indentation.
+ (print_insn_little_arm): Likewise.
+
start-sanitize-r5900
Tue Mar 24 18:11:13 1998 Jeffrey A Law (law@cygnus.com)