* buildsym.c (scan_file_globals): Beware the null file.
authorJohn Gilmore <gnu@cygnus>
Tue, 30 Jun 1992 08:53:28 +0000 (08:53 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 30 Jun 1992 08:53:28 +0000 (08:53 +0000)
commit0f552c5fc6ed8ddf060a01c97cbef7c0c890ffe4
tree462825c1bee2156abb8e122392916b114a0cd7f6
parentc47793da968c7420c6e7c56500d876d83a0705c7
* buildsym.c (scan_file_globals):  Beware the null file.
Fix from Jim Williams.

* stack.c (return_command):  Evaluate expression *before* popping
off the stack frames!  Fix inspired by Jim Williams.
(up_silently_command, down_silently_command):  No sel frame is error.

* defs.h (memcpy, memset):  Conditionalize decls on
#ifndef MEM_FNS_DECLARED, since DECstation differs.
(alloca):  Break out the STDC and non-STDC alloca cases, to make
it work on old preprocessors as well as "picky ANSI" ones.
* xm-mips.h (memcpy, memset):  Declare, and set MEM_FNS_DECLARED.

* mips-tdep.c (heuristic_proc_start):  Zero arg produces zero.
* utils.c (fputs_demangled):  Rename SLOP since DECstation system
header files define it!
gdb/ChangeLog
gdb/buildsym.c
gdb/defs.h
gdb/mips-tdep.c
gdb/stack.c
gdb/utils.c
gdb/xm-mips.h
This page took 0.025912 seconds and 4 git commands to generate.