* dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,
authorFred Fish <fnf@specifix.com>
Mon, 29 Jun 1992 23:34:38 +0000 (23:34 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 29 Jun 1992 23:34:38 +0000 (23:34 +0000)
commit51b57ded888cbdacb5ad126363f8ae6adc9541b6
tree2e4f19add96d95001bd828328f309ca1b4a6b0a7
parent22fd4704bccdd29ab742445e9a4017e457ef449f
* dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,
symtab.h, tm-i386v4.h, valprint.c, values.c:  Lint.
* breakpoint.c, c-exp.y, coffread.c, command.c, environ.c, eval.c,
findvar.c, infcmd.c, infptrace.c, infrun.c, m2-exp.y, parse.c,
putenv.c, solib.c, sparc-xdep.c, symtab.c, tm-i386v.h, tm-sparc.h,
utils.c, valarith.c, valops.c, valprint.c, values.c:
Replace bcopy() use with memcpy(), which is more standard and can
take advantage of gcc's builtin functions for increased performance.
* breakpoint.c, buildsym.c, coffread.c, dbxread.c, i386-tdep.c,
ieee-float.c, infcmd.c, sparc-tdep.c, stack.c, symtab.c, symtab.h,
target.c, values.c:
Replace bzero() use with memset(), which is more standard and can
take advantage of gcc's builtin functions for increased performance.
* i386-tdep.c, main.c, valprint.c:
Replace bcmp() use with memcmp(), which is more standard and can
take advantage of gcc's builtin functions for increased performance.
44 files changed:
gdb/ChangeLog
gdb/breakpoint.c
gdb/buildsym.c
gdb/c-exp.y
gdb/coffread.c
gdb/command.c
gdb/cplus-dem.c
gdb/dbxread.c
gdb/defs.h
gdb/elfread.c
gdb/environ.c
gdb/eval.c
gdb/findvar.c
gdb/i386-pinsn.c
gdb/i386-tdep.c
gdb/ieee-float.c
gdb/infcmd.c
gdb/infptrace.c
gdb/infrun.c
gdb/language.c
gdb/m2-exp.y
gdb/main.c
gdb/mipsread.c
gdb/objfiles.c
gdb/parse.c
gdb/procfs.c
gdb/putenv.c
gdb/regex.c
gdb/solib.c
gdb/sparc-tdep.c
gdb/sparc-xdep.c
gdb/stack.c
gdb/symmisc.c
gdb/symtab.c
gdb/symtab.h
gdb/target.c
gdb/tm-i386v.h
gdb/tm-i386v4.h
gdb/tm-sparc.h
gdb/utils.c
gdb/valarith.c
gdb/valops.c
gdb/valprint.c
gdb/values.c
This page took 0.036581 seconds and 4 git commands to generate.