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