From cgf@bbc.com (Chris Faylor):
[binutils-gdb.git] / gdb / ChangeLog
1 Mon Jan 19 13:34:40 1998 Ian Lance Taylor <ian@cygnus.com>
2
3 From cgf@bbc.com (Chris Faylor):
4 * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to
5 let the child exit.
6 (child_kill_inferior): Respond to all debug events as the child is
7 terminating.
8
9 * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
10 (uninstall): Add $(EXEEXT) to file name to remove.
11 (gdb$(EXEEXT)): Rename target from plain gdb.
12 (gdb1$(EXEEXT)): Rename target from plain gdb1.
13 (clean, mostlyclean): Add $(EXEEXT) to binary names to remove.
14
15 1998-01-16 Felix Lee <flee@cygnus.com>
16
17 * top.c (print_gdb_version): delete stutter.
18
19 Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com>
20
21 * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
22 to prevent spurous error messages on non-ICE targets.
23
24 start-sanitize-vr4111
25 Thu Jan 15 09:28:52 1998 Gavin Koch <gavin@cygnus.com>
26
27 * configure.tgt: Create the vr4111 as a copy of the vr4100.
28
29 end-sanitize-vr4111
30 Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
31
32 * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
33 Remove, no longer used.
34
35 start-sanitize-d30v
36 Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
37
38 Patch from Jim Wilson.
39 * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly
40 declare void function before use.
41
42 * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
43
44 end-sanitize-d30v
45 Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com>
46
47 * configure.in (--with-mmalloc): Add new configure arg to use the
48 mmalloc package. Default is to not use it.
49 (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not
50 the string "2".
51 * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef.
52 * configure: Regenerated.
53 * config.in: Regenerated.
54 * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove.
55 (MMALLOC): Set using configure.
56 (MMALLOC_CFLAGS): Set using configure.
57
58 * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather
59 than just defining it.
60 * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC.
61 * utils.c (NO_MMALLOC): Use USE_MMALLOC instead.
62 * objfiles.c: ditto.
63 * defs.h: ditto.
64
65 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove.
66 * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove.
67 * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove.
68 * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove.
69 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove.
70 * gdbserver/Makefile.in (MMALLOC_*): Remove.
71 * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
72 * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
73 * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
74 * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
75 * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
76 * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
77 * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
78 * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
79 * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove.
80 * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
81 * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
82 * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
83 * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
84 * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
85
86 Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
87
88 * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
89 default to void pointer type (so that their default radix is hex).
90
91 * symtab.c: move rbreak_command from no_class to class_breakpoint
92 so it will be listed under "help breakpoints".
93
94 Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com>
95
96 * rdi-share/hostchan.c: Remove gettimeofday declaration.
97
98 Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com>
99
100 * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com
101 to implement the Angel remote debugging interface.
102
103 * Makefile.in: Add build rules for remote-rdi.c and
104 rdi-share/libangsd.a.
105
106 * configure.tgt: Updated from source on branch.
107 * config/arm/tm-arm.h: Updated from source on branch.
108 * arm-tdep.c: Updated from source on branch.
109
110 * rdi-share: New directory, RDI library contributed by ARM.
111
112 Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
113
114 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
115 * monitor.c (monitor_wait): Echo program output.
116 * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
117 add MO_PRINT_PROGRAM_OUTPUT flag.
118
119 Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
120
121 * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
122 SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
123 defined.
124 * top.c (return_to_top_level, catch_errors): use the new macros
125 * main.c (SET_TOP_LEVEL): ditto.
126 * config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
127
128 Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
129
130 * configure.in: Double up brackets in shell case pattern.
131
132 Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
133
134 * tracepoint.c (finish_tfind_command): improved algorithm for
135 deciding when we've "stepped" into a new stack frame.
136 (map_args_over_tracepoints): loop over tracepoint list "safely",
137 since list elements may be deleted during loop.
138 (read_actions): add actions to history list.
139
140 For older changes see ChangeLog-97
141 \f
142 Local Variables:
143 mode: indented-text
144 left-margin: 8
145 fill-column: 74
146 version-control: never
147 End: