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