diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-27 22:37:51 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-27 22:37:51 +0000 |
commit | 7706616f202b6c0adde4cd05e79f52d1e5f69a1c (patch) | |
tree | fe1723fe36f2c41eb76620201399eaa75034ef88 /gdb/ChangeLog | |
parent | 0c2734c384a8d4b36cf87f213878147a6941b824 (diff) | |
download | gdb-7706616f202b6c0adde4cd05e79f52d1e5f69a1c.zip gdb-7706616f202b6c0adde4cd05e79f52d1e5f69a1c.tar.gz gdb-7706616f202b6c0adde4cd05e79f52d1e5f69a1c.tar.bz2 |
* config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and include
<memory.h>.
Include <malloc.h> rather than declaring malloc functions ourself.
* ser-unix.c (set_tty_state): Don't ignore errors setting process
group.
* inflow.c (terminal_inferior): If attach_flag set, ignore errors
from set_tty_state.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7ad66db..b2fd729 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Tue Jul 27 12:07:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and include + <memory.h>. + Include <malloc.h> rather than declaring malloc functions ourself. + + * ser-unix.c (set_tty_state): Don't ignore errors setting process + group. + * inflow.c (terminal_inferior): If attach_flag set, ignore errors + from set_tty_state. + + * fork-child.c (fork_inferior): Only quote exec file if needed. + + * mipsread.c (parse_symbol): Remove 21 Jul 93 change with + stTypedef inside an stBlock. + Tue Jul 27 12:36:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if |