From: John Gilmore Date: Wed, 27 May 1992 16:29:03 +0000 (+0000) Subject: Lint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb61478811ee359bce313768276e260249f03118;p=binutils-gdb.git Lint --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f3b1acfdde..b619b794e68 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,17 @@ +Wed May 27 09:27:57 1992 John Gilmore (gnu at cygnus.com) + + * valops.c (value_assign): Lint, by Pierre Willard. + Tue May 19 19:38:10 1992 John Gilmore (gnu at cygnus.com) - 88K changes inspired by Ted Lemon (uunet!lupine!mellon) + * coredep.c (fetch_core_registers): Remove premature warning, + which triggers on DECstation even though all regs are accessible. + + * m68k-pinsn.c (print_insn_arg): Use new macros to get + sign-extension of instruction fields even on unsigned-char hosts. + Bug found by Fred J Roeber, fjr@sgfb.ssd.ray.com. + 88K changes inspired by Ted Lemon (uunet!lupine!mellon): * tm-m88k.h, tm-umax.h: Avoid sizeof() in REGISTER_xxx macros, since they define the target, not the host. * m88k-pinsn.c: Fix typo.