diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-04-18 16:24:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-04-18 16:24:09 +0000 |
commit | 6a37aaf186f8427b4273790387b9ba804355f448 (patch) | |
tree | c8db328125a05e5f3308d2c43e34f74d57748d90 /opcodes | |
parent | f8f3659f3eb5d715c5e1d9ce10614e83482d986b (diff) | |
download | gdb-6a37aaf186f8427b4273790387b9ba804355f448.zip gdb-6a37aaf186f8427b4273790387b9ba804355f448.tar.gz gdb-6a37aaf186f8427b4273790387b9ba804355f448.tar.bz2 |
* mips-dis.c (print_insn_little_mips): Cast return value from bfd_getl32 from
bfd_vma to unsigned long, because _print_insn_mips expects an unsigned long,
and that might be fewer words of argument storage (e.g., if bfd_vma is long
long on a 32-bit machine).
(print_insn_big_mips): Likewise with bfd_getb32 value.
(_print_insn_mips): Now static.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a333265..d6331a8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,40 @@ +Tue Apr 18 12:14:51 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * mips-dis.c (print_insn_little_mips): Cast return value from + bfd_getl32 from bfd_vma to unsigned long, because _print_insn_mips + expects an unsigned long, and that might be fewer words of + argument storage (e.g., if bfd_vma is long long on a 32-bit + machine). + (print_insn_big_mips): Likewise with bfd_getb32 value. + (_print_insn_mips): Now static. + +Mon Apr 17 12:23:28 1995 Kung Hsu <kung@rtl.cygnus.com> + + * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because + gcc memory hog problem with initializer is fixed. + +start-sanitize-arc +Wed Apr 12 09:04:12 1995 Doug Evans <dje@canuck.cygnus.com> + + * arc-opc.c (NULL): Define. + (arc_operands, insn fields u,s): Delete. + (arc_operands, insn fields a,b,c): Mark as signed. + (arc_opcodes): No longer const, links computed at run-time. + (arc_opcodes, mac/mul insns): Breakout suffixes as we don't handle + suffixes that affect the insn code. + (arc_opcodes): Resort table to macros are first. + (arc_opcodes, ld [b,c] entry): Add %Q to prevent shimms. + (arc_opcodes, st [b] entry): Likewise. + (arc_opcodes, st [b,d] entry): Fix mask, value. + (arc_reg_names): Add entries for r29, r30, r31, r60. + (opcode_map, icode_map): New static globals. + (arc_opcode_init_tables): Initialize them. + (arc_opcode_lookup_asm, arc_opcode_lookup_dis): New functions. + (insert_shimmoffset): Signal error if register present. + Validate constant. + * arc-dis.c (print_insn): Call arc_opcode_lookup_dis. +end-sanitize-arc + Mon Apr 10 15:55:01 1995 Stan Shebs <shebs@andros.cygnus.com> Merge in support for Mac MPW as a host. |