diff options
author | John Gilmore <gnu@cygnus> | 1992-05-27 16:29:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-05-27 16:29:03 +0000 |
commit | cb61478811ee359bce313768276e260249f03118 (patch) | |
tree | 3a35084c5c92bf06bf803740e0e0e2461fa8d76f /gdb | |
parent | 2a4e0ef292873a4fa51b3c7b89b00042bc27d3ac (diff) | |
download | gdb-cb61478811ee359bce313768276e260249f03118.zip gdb-cb61478811ee359bce313768276e260249f03118.tar.gz gdb-cb61478811ee359bce313768276e260249f03118.tar.bz2 |
Lint
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f3b1ac..b619b79 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. |