* blockframe.c, breakpoint.c, core.c, command.c, findvar.c,
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 May 1991 04:36:15 +0000 (04:36 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 May 1991 04:36:15 +0000 (04:36 +0000)
eval.c, expprint.c, infcmd.c, infrun.c, main.c, printcmd.c,
remote.c, source.c, stack.c, dbxread.c, coffread.c, symfile.h,
symfile.c, utils.c, valarith.c, values.c, valops.c, tm-68k.h,
target.c, inftarg.c, ieee-float.c, environ.c, defs.h,
command.h, inferior.h, gdbcore.h, symtab.h, expression.h,
symtab.c, cplus-dem.c, value.h, expread.y, valprint.c,
copying.awk, solib.c, inflow.c, symmisc.c
: Lint.  Use read_memory not read_memory_integer on CORE_ADDR's.
Use {value_as,unpack}_pointer (added to values.c)
not {value_as,unpack}_long on CORE_ADDR's.
Use longest_to_int (added to defs.h) instead of cast to int.
Remove from_tty arg to mod_path.
Put symfile_bfd in {coff,dbx}read.c not symfile.h.
Use OP_NULL instead of 0 where dummy enum exp_opcode needed.

gdb/ChangeLog

index d687cba4d3fe930b685b3e1f65e0e6b51baffc36..ee63935d1b16cc4a43a98f132ba084271a7d13e5 100644 (file)
@@ -23,7 +23,7 @@ Tue Apr 30 13:18:58 1991  Jim Kingdon  (kingdon at cygint.cygnus.com)
        target.c, inftarg.c, ieee-float.c, environ.c, defs.h,
        command.h, inferior.h, gdbcore.h, symtab.h, expression.h,
        symtab.c, cplus-dem.c, value.h, expread.y, valprint.c,
-       copying.awk, solib.c
+       copying.awk, solib.c, inflow.c, symmisc.c
        : Lint.  Use read_memory not read_memory_integer on CORE_ADDR's.
        Use {value_as,unpack}_pointer (added to values.c)
        not {value_as,unpack}_long on CORE_ADDR's.