Commit | Line | Data |
---|---|---|
b236defa FCE |
1 | start-sanitize-sky |
2 | Mon Mar 23 13:07:22 1998 Frank Ch. Eigler <fche@cygnus.com> | |
3 | ||
4 | * configure.in (sim-gpu2): Added --with-sim-gpu2 as configure | |
5 | option, to allow gdb+sim linking with sky GPU2 library. | |
83c7ab51 | 6 | * configure: Regenerated. |
b236defa FCE |
7 | end-sanitize-sky |
8 | ||
9 | Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | |
10 | ||
11 | merged changes from Foundry (list follows by file/author): | |
12 | ||
13 | - Tom Tromey <tromey@cygnus.com> | |
14 | * Makefile.in (gdbres.o): New target. | |
15 | (WINDRES): New define. | |
16 | * configure: Rebuilt. | |
17 | * configure.in (WINDRES): Define. | |
18 | (CONFIG_OBS): Include gdbres.o on Windows. | |
19 | * gdbtool.ico: New file. | |
20 | * gdb.rc: New file. | |
21 | ||
22 | * ser-unix.c | |
23 | - Keith Seitz <keiths@onions.cygnus.com> | |
24 | (wait_for): Don't reset the timeout_remaining for CYGWIN32, | |
25 | since we now effectively poll the serial port. | |
26 | Don't reset the current_timeout, either, since this member is used | |
27 | by hardwire_readchar to track the timeout and call the ui_loop_hook. | |
28 | (hardwire_readchar): Poll the serial port for Cygwin32. We timeout every | |
29 | second, update the UI, and loop around doing this until we have hit the real | |
30 | timeout or we get data or an error. This will allow the UI to stay active | |
31 | while gdb is "blocked" talking to the target. | |
32 | - Martin M. Hunt <hunt@cygnus.com> | |
33 | (wait_for): Do reset current_timeout | |
34 | because it is only used to keep track of what the | |
35 | current timeout for the scb is. | |
36 | ||
37 | * top.c | |
38 | - Martin M. Hunt <hunt@cygnus.com> | |
39 | (quit_confirm): Change exit message again | |
40 | for GUI. | |
41 | (pc_changed_hook): Add prototype. | |
42 | - Tom Tromey <tromey@cygnus.com> | |
43 | (quit_confirm): Added missing `else'. | |
44 | (quit_confirm): Special-case message if init_ui_hook is | |
45 | set. | |
46 | ||
47 | * symtab.c | |
48 | - Martin M. Hunt <hunt@cygnus.com> | |
49 | (find_pc_sect_line): If no symbol information | |
50 | is found, return correct pc anyway. | |
51 | (find_methods): Comment out an apparently | |
52 | bogus error message because it messes up Foundry. | |
53 | ||
54 | * serial.c | |
55 | - Martin M. Hunt <hunt@cygnus.com> | |
56 | (_initialize_serial): Add a description of | |
57 | "set remotelogbase". | |
58 | ||
59 | * findvar.c | |
60 | - Martin M. Hunt <hunt@cygnus.com> | |
61 | (write_register_gen): Add call to | |
62 | pc_changed_hook if the PC is being changed. | |
63 | ||
64 | * defs.h | |
65 | - Martin M. Hunt <hunt@cygnus.com> | |
66 | (pc_changed_hook): Define. | |
67 | ||
68 | * command.c | |
69 | - Martin M. Hunt <hunt@cygnus.com> | |
70 | (do_setshow_command): If no arguments are supplied, | |
71 | don't dump core, instead print out an error message. | |
72 | ||
73 | * breakpoint.c | |
74 | - Martin M. Hunt <hunt@cygnus.com> | |
75 | Make set_raw_breakpoint, set_breakpoint_count, | |
76 | and breakpoint_count non-static so they are accessible from | |
77 | gdbtk.c. | |
78 | (enable_breakpoint): Enable breakpoint | |
79 | with same disposition instead of changing all breakpoints | |
80 | to donttouch. | |
81 | ||
82 | * annotate.h | |
83 | - Keith Seitz <keiths@onions.cygnus.com> | |
84 | Add declarations for annotation hooks. | |
85 | ||
86 | * annotate.c | |
87 | - Keith Seitz <keiths@onions.cygnus.com> | |
88 | Add hooks: annotate_starting_hook, annotate_stopped_hook, | |
89 | annotate_signalled_hook, annotate_exited_hook. | |
90 | (annotate_starting): If hook exists, call it instead. | |
91 | (annotate_stopped): If hook exists, call it instead. | |
92 | (annotate_exited): If hook exists, call it instead. | |
93 | (annotate_signalled): If hook exists, call it instead. | |
94 | ||
d1732185 MS |
95 | Fri Mar 20 14:45:36 1998 Michael Snyder <msnyder@cleaver.cygnus.com> |
96 | ||
97 | * gdbserver/Makefile.in: add dependency on XM_CLIBS. | |
98 | * gdbserver/low-sim.c (registers) force into alignment. | |
99 | (create_inferior): Fix typo on new_argv; add abfd arg to | |
100 | sim_open, sim_create_inferior. Add reg_size arg to | |
101 | sim_fetch_register, sim_store_register. Make simulator | |
102 | take a single-step to get into a known running state. | |
103 | * gdbserver/gdbreplay.c: include fcntl.h for def'n of F_SETFL. | |
104 | * gdbserver/server.c: Add remote_debug variable to control | |
105 | debug output. | |
106 | * gdbserver/server.h: Add prototypes for enable/disable_async_io. | |
107 | * gdbserver/remote-utils.c: add verbose debugging output controlled | |
108 | by "remote_debug" variable. Add call to "disable_async_io()" | |
109 | to avoid being killed by async SIGIO signals. | |
110 | * config/m32r/m32r.mt: define GDBSERVER_(LIBS and DEPFILES), | |
111 | so that gdbserver can be built with the m32r simulator. | |
112 | ||
980714f9 AC |
113 | Fri Mar 20 09:04:06 1998 Andrew Cagney <cagney@b1.cygnus.com> |
114 | ||
115 | start-sanitize-r5900 | |
116 | * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE): Redefine as | |
117 | expression from REGISTER_VIRTUAL_TYPE. | |
118 | (REGISTER_RAW_SIZE): Ditto. | |
119 | (REGISTER_VIRTUAL_TYPE): Redefine, use explicit size for 32 bit | |
120 | registers. | |
121 | ||
122 | end-sanitize-r5900 | |
123 | * gdbtypes.h (builtin_type_{,u}int{8,16,32,64}): New gdb builtin | |
124 | types. | |
125 | start-sanitize-r5900 | |
126 | (builtin_type_{,u}int128): Ditto. | |
127 | end-sanitize-r5900 | |
128 | ||
129 | * gdbtypes.c (_initialize_gdbtypes): Initialize new types. | |
130 | ||
131 | * mips-tdep.c (do_gp_register_row): Pad register value when GP | |
132 | register is smaller than MIPS_REGSIZE. | |
133 | ||
134 | * findvar.c (value_of_register): When raw and virtual register | |
135 | values identical, check that sizes are consistent. | |
136 | ||
f4f7d594 MS |
137 | Thu Mar 19 11:32:15 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
138 | ||
139 | * minsyms.c (compare_minimal_symbols): If addresses are identical, | |
140 | then compare on names. Sorted list should have symbols with | |
141 | identical addresses AND names adjacent, so dups can be discarded. | |
142 | ||
c298bd54 JL |
143 | Wed Mar 18 12:50:17 1998 Jeff Law (law@cygnus.com) |
144 | ||
145 | * stabsread.c (define_symbol): Don't look for ',' as a LRS | |
146 | indicator. | |
147 | ||
3f7e239d NC |
148 | Wed Mar 18 10:34:51 1998 Nick Clifton <nickc@cygnus.com> |
149 | ||
150 | * rdi-share/etherdrv.c: Set sys_errlist[] as char * not const char *. | |
151 | ||
c7ab546c JM |
152 | Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
153 | ||
154 | * config/mips/xm-mips.h (CC_HAS_LONG_LONG): Undefine for Ultrix | |
155 | when compiling with native cc, the compiler has broken long long | |
156 | support. | |
157 | ||
60c7c376 JM |
158 | Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
159 | ||
160 | * config/m68k/xm-sun3os4.h: Remove malloc declarations, they | |
161 | are handled via autoconf now. | |
162 | * remote.c (remote_ops, extended_remote_ops): Replace static | |
163 | forward declaration by moving the static definition to the top of | |
164 | the file, for old K&R compilers. | |
165 | * tracepoint.c (collect_symbol, trace_start_command): | |
166 | Replace ANSI string concatenation with K&R compatible simple string. | |
167 | ||
168 | 1998-03-11 Fred Fish <fnf@ninemoons.com> | |
169 | ||
170 | * source.c (select_source_symtab): Don't reach error if we have | |
171 | a current_source_symtab from reading in partial symbol table. | |
172 | ||
e0848028 GRK |
173 | start-sanitize-vr4320 |
174 | Tue Mar 10 16:15:13 1998 Gavin Koch <gavin@cygnus.com> | |
175 | ||
176 | * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case. | |
177 | ||
178 | end-sanitize-vr4320 | |
3ffbdf15 FF |
179 | Fri Mar 6 13:10:27 1998 Fred Fish <fnf@cygnus.com> |
180 | ||
181 | * utils.c (quit): Call SERIAL_DRAIN_OUTPUT rather than | |
182 | SERIAL_FLUSH_OUTPUT. | |
183 | * serial.h (struct serial_ops): Add drain_output, pointer to | |
184 | function that waits for output to drain. | |
185 | (SERIAL_DRAIN_OUTPUT): Macro to wait for output to drain. | |
186 | * ser-unix.c (hardwire_drain_output): New function and prototype. | |
187 | ||
188 | * ser-unix.c (hardwire_ops): Add entry for drain_output function. | |
189 | * ser-tcp.c (tcp_ops): Ditto. | |
190 | * ser-ocd.c (ocd_ops): Ditto. | |
191 | * ser-mac.c (mac_ops): Ditto. | |
192 | * ser-go32.c (dos_ops): Ditto. | |
193 | * ser-e7kpc.c (e7000pc_ops): Ditto. | |
194 | ||
d6acae68 MS |
195 | Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
196 | ||
197 | * sparcl-tdep.c: fix #endif comments | |
198 | ||
56deac4b JM |
199 | Thu Mar 5 15:10:35 1998 Jason Molenda (crash@bugshack.cygnus.com) |
200 | ||
201 | * Makefile.in (BISON): Configure substitutes in @YACC@, not @BISON@. | |
202 | ||
17772016 KS |
203 | Thu Mar 5 14:42:41 1998 Keith Seitz <keiths@onions.cygnus.com> |
204 | ||
205 | * ocd.c (ocd_open): If we fail ocd_start_remote, make sure we | |
206 | error () so that we abort out of bdm_ppc_open. | |
207 | ||
1d7a3fd7 MH |
208 | Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com> |
209 | ||
210 | * serial.c (_initialize_serial): Add a description of | |
211 | "set remotelogbase". | |
212 | ||
213 | * command.c (do_setshow_command): If no arguments are supplied, | |
214 | don't dump core, instead print out an error message. | |
215 | ||
94ec3e76 JM |
216 | Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com) |
217 | ||
218 | * gdbtk.c (gdb_listfiles): Fix thinko in last change. | |
219 | ||
d7363521 JM |
220 | Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com) |
221 | ||
222 | * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically. | |
223 | ||
4f0f84e7 RU |
224 | Wed Mar 4 01:39:08 1998 Ron Unrau <runrau@cygnus.com> |
225 | ||
226 | * elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into | |
227 | MAKE_MSYMBOL_SPECIAL | |
228 | * config/mips/tm-mips.h: ditto | |
229 | ||
3a012857 JM |
230 | Tue Mar 3 17:19:08 1998 John Metzler <jmetzler@cygnus.com> |
231 | ||
d7363521 JM |
232 | * config/mips/tm-vr4xxx.h: implements vr4111 as saparate from 4300 |
233 | * config/mips/vr4xxx.tm: implements vr4111 as separate from 4300 | |
3a012857 | 234 | * configure.tgt: Recognise mips64vr4111-*-elf as vr4xxx |
d7363521 | 235 | * dwarfread.c (read_tag_pointer_type): Pointer sizes now come from |
3a012857 JM |
236 | TARGET_PTR_BIT rather from sizeof(char *) on host. |
237 | ||
716e3a4f JM |
238 | Tue Mar 3 14:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
239 | ||
240 | * alpha-nat.c (fetch_osf_core_registers): Renamed from | |
241 | fetch_aout_core_registers. | |
242 | (alpha_osf_core_fns): Renamed from alpha_aout_core_fns, change | |
243 | flavour to bfd_target_unknown_flavour for OSF core files. | |
244 | ||
e4e30cdc GRK |
245 | start-sanitize-vr4320 |
246 | Tue Mar 3 11:12:39 1998 Gavin Koch <gavin@cygnus.com> | |
247 | ||
248 | * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) : | |
249 | Added. | |
250 | ||
251 | end-sanitize-vr4320 | |
58299977 MS |
252 | Mon Mar 2 17:44:13 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
253 | ||
254 | * breakpoint.c (_initialize_breakpoint): Make "en" an alias | |
255 | for "enable" (so that it doesn't conflict with "end"). | |
256 | ||
d0b6f2ad JM |
257 | Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com) |
258 | ||
259 | * Makefile (VERSION): Bump to 4.17.1. | |
260 | ||
290d79e0 JM |
261 | Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com) |
262 | ||
263 | * rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux. | |
264 | ||
37ac9ecc JM |
265 | Mon Mar 2 16:51:44 1998 Jason Molenda (crash@bugshack.cygnus.com) |
266 | ||
267 | * Makefile.in (YYFILES): Remove in maintainer-clean, not distclean. | |
268 | ||
c87c674a JM |
269 | Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be> |
270 | ||
271 | * Makefile.in (distclean): Add `rm $(YYFILES)'. | |
272 | ||
79f0b613 JM |
273 | Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be> |
274 | ||
275 | * coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum | |
276 | is unsigned. | |
277 | ||
6cc922a9 JM |
278 | Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com> |
279 | ||
280 | * configure.host, configure.tgt: Add sparc-linux. | |
281 | * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux. | |
282 | * config/sparc/*linux*: New files. | |
283 | ||
4321ed53 JM |
284 | Mon Mar 2 12:12:41 1998 Anthony Thompson (athompso@cambridge.arm.com) |
285 | ||
286 | * arm-tdep.c (gdb_print_insn_arm): Call print_insn_big_arm | |
287 | if we're big endian; else call print_insn_little_arm. | |
288 | ||
9a760d24 JM |
289 | Mon Feb 24 11:24:57 1998 Richard Henderson <rth@cygnus.com> |
290 | ||
291 | * Makefile.in (BISON): Don't even pretend to use yacc. | |
292 | (c-exp.tab.o): Use bison -o to use a unique intermediate file. | |
293 | (jv-exp.tab.o, f-exp.tab.o, m2-exp.tab.o): Likewise. | |
294 | ||
5af9fc5f AC |
295 | Tue Feb 24 03:32:59 1998 Andrew Cagney <cagney@b1.cygnus.com> |
296 | ||
297 | * remote-sim.c (gdbsim_fetch_register): Don't abort when the | |
298 | register size is wrong. | |
299 | ||
300 | start-sanitize-r5900 | |
24d084d9 | 301 | Tue Feb 24 02:53:41 1998 And<rew Cagney <cagney@b1.cygnus.com> |
5af9fc5f AC |
302 | |
303 | * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE, | |
304 | REGISTE_RAW_SIZE): Re-define. | |
305 | ||
306 | end-sanitize-r5900 | |
c3cf44c4 JM |
307 | Thu Feb 19 16:49:48 1998 John Metzler <jmetzler@cygnus.com> |
308 | ||
24d084d9 | 309 | * target.c (debug_to_fetch_registers,debug_to_store_registers, |
863b20a3 JM |
310 | debug-to_insert_breakpoint,debug_to_remove_breakpoint): tracing |
311 | 64 bit targets crashed long long printfs. | |
c3cf44c4 JM |
312 | |
313 | Tue Feb 17 16:36:22 1998 Michael Snyder (msnyder@cleaver.cygnus.com) | |
314 | ||
315 | * symfile.c (read_target_int_array): rename read_target_long_array | |
316 | and force the sizeof an ovly_table element to sizeof(long), | |
317 | instead of sizeof(int). | |
318 | ||
f8611801 FCE |
319 | Tue Feb 17 18:05:05 1998 Frank Ch. Eigler <fche@cygnus.com> |
320 | ||
321 | * remote-mips.c (mips_request): Use unsigned long during parsing | |
322 | returned value from monitor, to prevent accidental sign extension. | |
323 | ||
dd600735 JM |
324 | Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> |
325 | ||
326 | * acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE. | |
327 | * configure.in: Ditto. | |
328 | * configure: Regenerated. | |
329 | ||
330 | Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | |
331 | ||
332 | * gdbtypes.c (check_typedef): Do not try to resolve the length of | |
333 | a type which has TYPE_FLAG_TARGET_STUB set, if the target type has | |
334 | set TYPE_FLAG_TARGET_STUB as well. | |
335 | ||
bccb2e7f AC |
336 | Tue Feb 17 14:32:18 1998 Andrew Cagney <cagney@b1.cygnus.com> |
337 | ||
338 | * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): | |
339 | Pass register size to sim_{fetch,store}_register. Check nr of | |
340 | register bytes transfered is correct. | |
341 | ||
6c3beaaf AC |
342 | Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com> |
343 | ||
344 | * remote-d10v.c (remote_d10v_open): Call push_remote_target | |
345 | instead of open_remote_target. | |
346 | ||
347 | * remote.c (remote_xfer_memory): Use REMOTE_TRANSLATE_XFER_ADDRESS | |
348 | to translate addr/size when defined. | |
349 | (open_remote_target): Delete. | |
350 | ||
351 | * target.h (open_remote_target): Delete. | |
352 | ||
353 | * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Define. | |
354 | ||
355 | Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
356 | ||
357 | * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when | |
358 | sizeof type > 1. | |
359 | ||
360 | Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
361 | ||
362 | * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when | |
363 | sizeof type > 1. | |
364 | ||
678fa7ff RU |
365 | Sun Feb 15 16:10:50 1998 Ron Unrau <runrau@cygnus.com> |
366 | ||
367 | * parse.c (write_dollar_variable): call new function | |
368 | target_map_name_to_register to allow targets to define their own | |
369 | register name aliases. | |
370 | * infcmd.c (registers_info): use target_map_name_to_register so that | |
371 | "print $reg" and "info reg $reg" use the same register name aliases. | |
372 | ||
8970f2fd SS |
373 | Fri Feb 13 16:40:30 1998 Stan Shebs <shebs@andros.cygnus.com> |
374 | ||
375 | * config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used. | |
376 | * config/i386/xm-i386mk.h: Fix an include. | |
377 | * config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used. | |
378 | ||
a469b84c FCE |
379 | Thu Feb 12 16:12:07 1998 Frank Ch. Eigler <fche@cygnus.com> |
380 | ||
381 | * remote-mips.c (mips_enter_debug): Sleep before sending CR to | |
382 | monitor. | |
383 | (mips_exit_debug): Accept any whitespace / verbiage before monitor | |
384 | prompt reappears. | |
385 | ||
9df3ba70 AC |
386 | Thu Feb 12 18:25:42 1998 Andrew Cagney <cagney@b1.cygnus.com> |
387 | ||
388 | * d10v-tdep.c (show_regs): Avoid use of %llx when printing 8 byte | |
389 | accumulators. | |
390 | ||
93087920 AC |
391 | Thu Feb 12 17:10:22 1998 Andrew Cagney <cagney@b1.cygnus.com> |
392 | ||
393 | * valops.c (value_at): For d10v, make read pointers with | |
394 | read_target_unsigned_integer, keep addresses unsigned. | |
395 | (value_fetch_lazy): Ditto. | |
396 | ||
dd0ce8f6 AC |
397 | Thu Feb 12 12:14:02 1998 Andrew Cagney <cagney@b1.cygnus.com> |
398 | ||
399 | * remote-d10v.c: New file. Layer the d10v GDB->remote memory map | |
400 | on top of the remote serial memory transfer functions. | |
401 | ||
402 | * config/d10v/d10v.mt (TDEPFILES): Add remote-d10v.o | |
403 | ||
404 | * Makefile.in (remote-d10v.o): Add dependencies. | |
405 | ||
406 | * remote.c (remote_open_1): Add arg extended_p, engage extended | |
407 | protocol when extended_p. | |
408 | (remote_open, extended_remote_open): Pass !extended_p / | |
409 | extended_p to remote_open_1. | |
410 | ||
411 | * remote.c (open_remote_target), target.h: New function. | |
412 | ||
6bcc5ba3 AC |
413 | Wed Feb 11 08:41:15 1998 Andrew Cagney <cagney@b1.cygnus.com> |
414 | ||
415 | * config/i386/fbsd.mh (XDEPFILES): Add ser-tcp.o. | |
416 | ||
a5f4fbff KS |
417 | Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com> |
418 | ||
419 | * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook | |
420 | if it exists. | |
421 | Remove static declaration of free_actions. | |
422 | ||
423 | * tracepoint.h: Add declaration of free_actions. | |
424 | ||
425 | Tue Feb 10 12:17:13 1998 Fred Fish <fnf@cygnus.com> | |
426 | ||
427 | * symtab.c (decode_line_1): Revert change that mistakenly | |
428 | removed assignment of sals[0].pc field. | |
429 | ||
75a1d67a JM |
430 | Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be> |
431 | ||
432 | * m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for | |
433 | `REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not | |
434 | `REGISTER_VIRTUAL_TYPE (FP0_REGNUM)'; | |
435 | (STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes' | |
436 | is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'. | |
437 | (FRAME_NUM_ARGS): New macro. | |
438 | * m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto. | |
439 | * delta68-nat.c (clear_insn_cache): New function, forgotten in previous | |
440 | patch. | |
441 | ||
f6826586 AC |
442 | Mon Feb 9 11:10:06 1998 Andrew Cagney <cagney@b1.cygnus.com> |
443 | ||
444 | * d10v-tdep.c: Replace references to IMEM_ADDR and DMEM_ADDR with | |
445 | D10V_MAKE_[DI]ADDR and D10V_CONVERT_[ID]ADDR_TO_RAW macros. | |
446 | ||
447 | * config/d10v/tm-d10v.h (IMEM_START): Move to 0x01...... | |
448 | (DMEM_START): Move to 0x00...... | |
449 | (STACK_START): Move to 0x00..7ffe. | |
450 | (D10V_MAKE_IADDR, D10V_MAKE_DADDR): Translate unconditionally. | |
451 | ||
452 | * d10v-tdep.c (d10v_xlate_addr): Delete function. | |
453 | ||
9c01dbfb DE |
454 | Mon Feb 9 15:10:21 1998 Fred Fish <fnf@cygnus.com> |
455 | ||
456 | * symtab.c (fixup_psymbol_section): Move forward declaration to | |
457 | top of file with other such decls. Make it a static function. | |
458 | * symtab.h: Minor formatting tweaks. | |
459 | ||
cb5cd5b4 SS |
460 | Mon Feb 9 13:14:12 1998 Stan Shebs <shebs@andros.cygnus.com> |
461 | ||
462 | * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS): | |
463 | Remove redefinition. | |
464 | * config/i960/tm-i960.h (BREAKPOINT): Define. | |
465 | ||
89f2ecdb ILT |
466 | Mon Feb 9 15:35:38 1998 Ian Lance Taylor <ian@cygnus.com> |
467 | ||
468 | * Makefile.in (init.c): Ignore errors when making init.c. Seems | |
469 | necessary to work around bug in Solaris make. | |
470 | ||
75a1d67a | 471 | Sun Feb 6 02:44:28 1997 Philippe De Muyter <phdm@macqel.be> |
4434e2dc JM |
472 | |
473 | * m68k/tm-delta68.h (CPLUS_MARKER): Macro deleted. | |
474 | (EXTRACT_STRUCT_VALUE_ADDRESS): Macro defined. | |
475 | (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Macros modified | |
476 | because floating-point values return via %fp0. | |
477 | (CLEAR_INSN_CACHE): New macro. | |
478 | * m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL): Macro fixed | |
479 | to use DOUBLEST. | |
480 | (REGISTER_CONVERT_TO_RAW): Ditto. | |
481 | * infptrace.c (child_xfer_memory): If CLEAR_INSN_CACHE is defined, | |
482 | call it after having written in child process's memory. | |
483 | * inflow.c (PROCESS_GROUP_TYPE): Macro defined if HAVE_TERMIO. | |
484 | (gdb_has_a_terminal, terminal_ours_1): Functions fixed for HAVE_TERMIO. | |
485 | ||
4cb36674 JL |
486 | Fri Feb 6 16:17:30 1998 Jeffrey A Law (law@cygnus.com) |
487 | ||
488 | * config/mips/tm-mips64.h (TARGET_LONG_BIT): Allow final target to | |
489 | override. | |
490 | (TARGET_LONG_LONG_BIT): Likewise. | |
491 | (TARGET_PTR_BIT): Likewise. | |
492 | start-sanitize-r5900 | |
493 | * config/mips/tm-r5900.h (TARGET_PTR_BIT): Define to 32 bits. | |
494 | end-sanitize-r5900 | |
495 | ||
5f3ba16b DE |
496 | start-sanitize-sky |
497 | Fri Feb 6 14:33:34 1998 Doug Evans <devans@canuck.cygnus.com> | |
498 | ||
499 | * configure.tgt (mips64r5900*-sky-elf*): Replaces txvu-elf. | |
500 | * config/mips/txvu.mt (SIM): txvu -> mips. | |
501 | ||
502 | end-sanitize-sky | |
608addd4 AC |
503 | Fri Feb 6 17:42:22 1998 Andrew Cagney <cagney@b1.cygnus.com> |
504 | ||
505 | * config/d10v/tm-d10v.h (D10V_CONVERT_IADDR_TO_RAW, | |
506 | D10V_CONVERT_DADDR_TO_RAW): Define. | |
507 | ||
508 | * d10v-tdep.c (d10v_push_arguments): Re-write. Pass arguments in | |
509 | registers, regardless of their size, when they fit. | |
510 | ||
9961ca7a AC |
511 | Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com> |
512 | ||
513 | * d10v-tdep.c (d10v_extract_return_value): For function pointers | |
514 | translate address to IMAP area. | |
515 | ||
516 | * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete dummy from | |
517 | struct. | |
518 | (POP_FRAME): Point at generic_pop_current_frame. | |
519 | ||
520 | * d10v-tdep.c (d10v_pop_frame): Delete code handling dummy frames, | |
521 | handled earlier. | |
522 | (d10v_push_return_address): New function. | |
523 | (d10v_pop_dummy_frame): Delete. | |
524 | (d10v_fix_call_dummy): Delete. | |
525 | (d10v_call_dummy_address): Delete. | |
526 | ||
527 | * d10v-tdep.c (d10v_init_extra_frame_info): Clear dummy and | |
528 | frameless. | |
529 | ||
530 | * d10v-tdep.c (d10v_push_arguments): Keep stack word aligned. | |
531 | ||
532 | * config/d10v/tm-d10v.h (EXTRACT_STRUCT_VALUE_ADDRESS): Extract | |
533 | address of structure from first ARG1_REGNUM. | |
534 | ||
535 | * d10v-tdep.c (d10v_push_arguments): Force 4 byte args into | |
536 | even-odd register pair. Store 1 and 2 byte args in registers. | |
537 | ||
538 | * valops.c (value_fetch_lazy): Ensure that a D10V function pointer | |
539 | is fetched in the correct byte order. | |
540 | (value_at): Ditto. Also ensure data pointers are mapped to data | |
541 | segment. | |
542 | ||
543 | * config/d10v/tm-d10v.h (D10V_DADDR_P, D10V_IADDR_P): | |
544 | ||
545 | * d10v-tdep.c: Replace 2 with REGISTER_RAW_SIZE. | |
546 | (d10v_pop_frame): Replace R13 with LR_REGNUM. | |
547 | (d10v_push_arguments): Replace R2 with ARG1_REGNUM. | |
548 | (d10v_push_arguments): Replace 6 with ARGN_REGNUM. | |
549 | (d10v_extract_return_value): Access return value with RET1_REGNUM. | |
550 | ||
551 | * config/d10v/tm-d10v.h (ARG1_REGNUM, ARGN_REGNUM, RET1_REGNUM): | |
552 | Define. | |
553 | (STORE_RETURN_VALUE): Specify return register using RET1_REGNUM. | |
554 | (STORE_STRUCT_RETURN): Specify ARG1_REGNUM as the struct ptr | |
555 | location. | |
556 | ||
44d33d55 AC |
557 | Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com> |
558 | ||
559 | * blockframe.c (generic_pop_dummy_frame): Flush the frame, no | |
560 | longer valid. | |
561 | ||
562 | * blockframe.c (generic_pop_current_frame), frames.h: New | |
563 | function. | |
564 | ||
1931ea8d AC |
565 | Thu Feb 5 17:18:16 1998 Andrew Cagney <cagney@b1.cygnus.com> |
566 | ||
567 | * remote-sim.c (gdbsim_create_inferior): clear_proceed_status | |
568 | before /re/starting the simulator. | |
569 | ||
df419eec JM |
570 | Thu Feb 5 15:55:31 1998 C. M. Heard (heard@vvnet.com) |
571 | ||
572 | * top.c (do_nothing): Remove signal handler after signal is caught. | |
573 | ||
d9ba1c3f MS |
574 | Thu Feb 5 11:57:06 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
575 | ||
576 | * tracepoint.c (tracepoint_operation): call free_actions instead | |
577 | of free. (free_actions): eliminate some memory leaks for actions. | |
578 | (validate_actionline): pass string arg by reference, so we can | |
579 | change the pointer. Change all memrange collection arguments to | |
580 | canonical form (literal address and size), to enforce early | |
581 | evaluation. Accept UNOP_MEMVAL (assembly variables) for | |
582 | trace collection. (parse_and_eval_memrange): accept expressions | |
583 | for the address and size fields of a memrange (and evaluate | |
584 | them immediately). (several places): use -1 instead of zero | |
585 | to distinguish an absolute memrange from a register-relative one. | |
586 | (encode_actions): add handling for UNOP_MEMVAL (assembly variable). | |
587 | ||
c7bb1531 JM |
588 | Wed Feb 4 17:40:21 1998 Jason Molenda (crash@bugshack.cygnus.com) |
589 | ||
590 | * Makefile.in (SFILES): add tracepoint.c. | |
591 | (LINTFILES): add @CONFIG_SRCS@. | |
592 | (SOURCES): Ditto. | |
593 | * configure.in (CONFIG_SRCS): Mirror use of CONFIG_OBS. | |
594 | * configure: Regenerated. | |
595 | ||
70b3329c JM |
596 | Tue Feb 3 16:12:32 1998 Gordon W. Ross (gwr@mc.com) |
597 | ||
598 | * infptrace.c (child_resume): Don't try to step if | |
599 | NO_SINGLE_STEP is defined. | |
600 | ||
c09eab00 JM |
601 | Mon Feb 2 19:06:13 1998 Jason Molenda (crash@bugshack.cygnus.com) |
602 | ||
603 | * Makefile.in (VERSION): Bump to 4.16.2. | |
604 | ||
605 | Mon Feb 2 17:18:25 1998 Richard Henderson <rth@cygnus.com> | |
606 | ||
607 | * alpha-nat.c (fetch_aout_core_registers): Rename from | |
608 | fetch_core_registers. | |
609 | (fetch_elf_core_registers): New function. | |
610 | (supply_gregset): Use ALPHA_REGSET_BASE. | |
611 | (supply_fpregset): Likewise. | |
612 | (fill_fpregset): Likewise. | |
613 | (alpha_aout_core_fns): Rename from alpha_core_fns. | |
614 | (alpha_elf_core_fns): New. | |
615 | * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o. | |
616 | Disable MMALLOC. | |
617 | * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF. | |
618 | (TARGET_ELF64): Likewise. | |
619 | (ALPHA_REGSET_BASE): New. | |
620 | * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New. | |
621 | * config/alpha/tm-alphalinux.h: Include tm-sysv4.h. | |
622 | ||
623 | * solib.c (elf_locate_base): Add TARGET_ELF64 support. | |
624 | (info_sharedlibary_command): Likewise. | |
625 | ||
626 | * configure.host: Match alpha*. | |
627 | * configure.tgt: Likewise. | |
628 | ||
6981a588 DT |
629 | Fri Jan 30 15:11:38 1998 David Taylor <taylor@texas.cygnus.com> |
630 | ||
631 | Changes by <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> | |
632 | * infrun.c (IN_SOLIB_DYNSYM_RESOLVE_CODE): new macro for detecting | |
633 | whether we are in the dynamic symbol resolution code | |
634 | (wait_for_inferior): invoke it. | |
635 | * solib.c (in_svr4_dynsym_resolve_code): new function | |
636 | (enable_break): record start and end of the dynamic linker | |
637 | text and plt sections for use in in_svr4_dynsym_resolve_code. | |
638 | * solib.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): add svr4 definition; | |
639 | (in_svr4_dynsym_resolve_code): declare it. | |
640 | * config/nm-gnu.h (solib.h): move inclusion to after definition | |
641 | of SVR4_SHARED_LIBS. | |
642 | * config/nm-sysv4.h (solib.h): ditto. | |
643 | * config/i386/nm-i386sco5.h (solib.h): ditto. | |
644 | * config/i386/nm-linux.h (solib.h): ditto. | |
645 | * config/mips/nm-irix5.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): undefine. | |
646 | ||
3e269acb SS |
647 | Thu Jan 29 19:39:31 1998 Stan Shebs <shebs@andros.cygnus.com> |
648 | ||
649 | * coffread.c (coff_symtab_read) [SEM]: Remove code, macro can | |
650 | never be defined. | |
651 | * dbxread.c (process_one_symbol) [BLOCK_ADDRESS_ABSOLUTE]: | |
652 | Remove, no longer needed. | |
653 | * hppa-tdep.c (N_SET_MAGIC): Remove, no longer used. | |
654 | * config/pa/xm-hppab.h (SEEK_SET, SEEK_CUR, SEEK_END): Ditto. | |
655 | * config/mips/tm-mipsm3.h (NUMERIC_REG_NAMES): Ditto. | |
656 | * config/mips/mipsm3.mt (TDEPFILES): Remove mipsread.o. | |
657 | ||
7074cd4e SS |
658 | Wed Jan 28 14:46:52 1998 Stan Shebs <shebs@andros.cygnus.com> |
659 | ||
660 | Suggested by Chris Walter <walter@budoe.bu.edu>: | |
661 | * dwarfread.c (set_cu_language): Recognize Fortran. | |
662 | * dwarf2read.c (set_cu_language): Ditto. | |
663 | (read_array_type): Fix language test. | |
664 | ||
2a913d71 MS |
665 | Wed Jan 28 12:51:08 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
666 | ||
667 | * blockframe.c (generic_frame_chain_valid): A frame pointer may | |
668 | be valid if it is equal to the frame pointer of its caller (ie. | |
669 | not necessarily strictly INNER_THAN). Allows frameless functions. | |
670 | ||
29df6f4b MA |
671 | Wed Jan 28 11:23:25 1998 Mark Alexander <marka@cygnus.com> |
672 | ||
673 | * monitor.c (monitor_vsprintf): New function to handle | |
674 | printing of large addresses using %A format specifier. | |
675 | (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf | |
676 | instead of vsprintf. | |
677 | * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx | |
678 | to print addresses. | |
679 | ||
4b95e9a1 JM |
680 | Tue Jan 27 16:14:23 1998 Jason Molenda (crash@bugshack.cygnus.com) |
681 | ||
682 | * configure.in (CONFIG_LDFLAGS): Only add -export-dynamic | |
683 | when using GNU ld. | |
684 | ||
bf1fb2e0 JM |
685 | Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com) |
686 | ||
687 | * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): | |
688 | Add closing parenthesis. From HJ Lu. | |
689 | ||
d8365eee MA |
690 | Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com> |
691 | ||
692 | * dve3900-rom.c: Improve performance by using memory commands | |
693 | that print less fluff. Minor cosmetic changes. | |
694 | Eliminate compiler warnings. | |
695 | ||
f03cdc5e MH |
696 | Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com> |
697 | ||
698 | * breakpoint.c (enable_breakpoint): Preserve breakpoint | |
699 | disposition when enabling a breakpoint. | |
700 | ||
701 | * symtab.c (find_pc_sect_line): If no symbol information | |
702 | is found, return correct pc anyway. | |
703 | ||
9a2e2aba SS |
704 | Fri Jan 23 17:26:22 1998 Stan Shebs <shebs@andros.cygnus.com> |
705 | ||
706 | * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*, | |
707 | ns32k-*-mach3*): Fix file names. | |
708 | (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config | |
709 | recognition, no source files for these. | |
710 | * configure.tgt (powerpc-*-aix4*): Remove config, now identical | |
711 | to powerpc-*-aix*. | |
712 | * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files, | |
713 | no longer needed. | |
714 | ||
1a31a33a MA |
715 | Fri Jan 23 16:49:41 1998 Mark Alexander <marka@cygnus.com> |
716 | ||
717 | * monitor.c (monitor_write, monitor_readchar): New functions. | |
718 | * monitor.h (monitor_write, monitor_readchar): Declare. | |
719 | * dve3900-rom.c: Add support for fast loading on ethernet connections. | |
720 | ||
77636dea FF |
721 | Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com> |
722 | ||
723 | * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }". | |
724 | (TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp. | |
725 | (TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp. | |
726 | (d10v_write_fp, d10v_read_fp): Add prototypes. | |
727 | * symtab.c (decode_line_1): Remove assignment of sals[0].pc field. | |
728 | * symfile.c (simple_overlay_update, simple_overlay_update_1): | |
729 | Ignore the size of overlay sections. This check is redundant anyway. | |
730 | * printcmd.c (print_frame_args): Ditto. | |
731 | * valops.c (value_fetch_lazy): Ditto. | |
732 | * values.c (unpack_long): Ditto. | |
733 | * d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs, | |
734 | d10v_init_extra_frame_info): Fix some minor bugs so the finish command | |
735 | works properly. | |
736 | (show_regs): Change num1 and num2 types from "long long" to "LONGEST". | |
737 | (d10v_read_fp, d10v_write_fp): New functions. | |
738 | (d10v_push_arguments): Remove unneeded assigns to "val" and "contents". | |
739 | (d10v_push_arguments): Fix for pointers and structs. | |
740 | (d10v_extract_return_value): Fix for pointers and chars. | |
741 | ||
4133151f SS |
742 | Tue Jan 20 18:53:18 1998 Stan Shebs <shebs@andros.cygnus.com> |
743 | ||
744 | * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config | |
745 | recognition, no source files for these (note that the i386 Mach | |
9a2e2aba | 746 | config is for pre-Mach 3). |
4133151f SS |
747 | (mips*-*-mach3*, ns32k-*-mach3*): Fix file names. |
748 | * config/mips/mipsel64.mt: Remove, never referenced. | |
749 | ||
59ae1b0f SS |
750 | Mon Jan 19 14:01:28 1998 Stan Shebs <shebs@andros.cygnus.com> |
751 | ||
752 | * top.c (print_gdb_version): Restore to original message. | |
753 | ||
76bf9192 ILT |
754 | Mon Jan 19 13:34:40 1998 Ian Lance Taylor <ian@cygnus.com> |
755 | ||
b5edcb45 ILT |
756 | From cgf@bbc.com (Chris Faylor): |
757 | * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to | |
758 | let the child exit. | |
759 | (child_kill_inferior): Respond to all debug events as the child is | |
760 | terminating. | |
761 | ||
76bf9192 ILT |
762 | * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT). |
763 | (uninstall): Add $(EXEEXT) to file name to remove. | |
764 | (gdb$(EXEEXT)): Rename target from plain gdb. | |
765 | (gdb1$(EXEEXT)): Rename target from plain gdb1. | |
766 | (clean, mostlyclean): Add $(EXEEXT) to binary names to remove. | |
767 | ||
23f38c9e FL |
768 | 1998-01-16 Felix Lee <flee@cygnus.com> |
769 | ||
770 | * top.c (print_gdb_version): delete stutter. | |
771 | ||
ed3e2cfe NC |
772 | Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com> |
773 | ||
774 | * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com | |
775 | to prevent spurous error messages on non-ICE targets. | |
776 | ||
8d9371a5 SS |
777 | Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com> |
778 | ||
779 | * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}: | |
780 | Remove, no longer used. | |
781 | ||
f27bb101 MM |
782 | start-sanitize-d30v |
783 | Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com> | |
784 | ||
785 | Patch from Jim Wilson. | |
786 | * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly | |
787 | declare void function before use. | |
788 | ||
789 | * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}. | |
790 | ||
791 | end-sanitize-d30v | |
0728afad FF |
792 | Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com> |
793 | ||
794 | * configure.in (--with-mmalloc): Add new configure arg to use the | |
795 | mmalloc package. Default is to not use it. | |
796 | (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not | |
797 | the string "2". | |
798 | * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef. | |
799 | * configure: Regenerated. | |
800 | * config.in: Regenerated. | |
801 | * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove. | |
802 | (MMALLOC): Set using configure. | |
803 | (MMALLOC_CFLAGS): Set using configure. | |
804 | ||
805 | * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather | |
806 | than just defining it. | |
807 | * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC. | |
808 | * utils.c (NO_MMALLOC): Use USE_MMALLOC instead. | |
809 | * objfiles.c: ditto. | |
810 | * defs.h: ditto. | |
811 | ||
812 | * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove. | |
813 | * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove. | |
814 | * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove. | |
815 | * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove. | |
816 | * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove. | |
817 | * gdbserver/Makefile.in (MMALLOC_*): Remove. | |
818 | * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
819 | * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
820 | * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
821 | * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
822 | * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
823 | * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
824 | * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
825 | * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
826 | * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove. | |
827 | * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
828 | * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
829 | * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
830 | * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
831 | * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
832 | ||
e21fb2ae MS |
833 | Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
834 | ||
8f05bc95 MS |
835 | * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7 |
836 | default to void pointer type (so that their default radix is hex). | |
837 | ||
e21fb2ae | 838 | * symtab.c: move rbreak_command from no_class to class_breakpoint |
8f05bc95 | 839 | so it will be listed under "help breakpoints". |
e21fb2ae | 840 | |
0a51a5af SS |
841 | Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com> |
842 | ||
843 | * rdi-share/hostchan.c: Remove gettimeofday declaration. | |
844 | ||
3a9c3d12 NC |
845 | Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com> |
846 | ||
847 | * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com | |
0a51a5af | 848 | to implement the Angel remote debugging interface. |
3a9c3d12 NC |
849 | |
850 | * Makefile.in: Add build rules for remote-rdi.c and | |
0a51a5af | 851 | rdi-share/libangsd.a. |
3a9c3d12 NC |
852 | |
853 | * configure.tgt: Updated from source on branch. | |
854 | * config/arm/tm-arm.h: Updated from source on branch. | |
855 | * arm-tdep.c: Updated from source on branch. | |
856 | ||
0a51a5af SS |
857 | * rdi-share: New directory, RDI library contributed by ARM. |
858 | ||
352f9e9d MA |
859 | Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com> |
860 | ||
861 | * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define. | |
862 | * monitor.c (monitor_wait): Echo program output. | |
863 | * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag, | |
864 | add MO_PRINT_PROGRAM_OUTPUT flag. | |
865 | ||
4d132e40 DT |
866 | Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com> |
867 | ||
868 | * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and | |
869 | SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is | |
870 | defined. | |
871 | * top.c (return_to_top_level, catch_errors): use the new macros | |
872 | * main.c (SET_TOP_LEVEL): ditto. | |
873 | * config/xm-sysv4.h (HAVE_SIGSETJMP): Define. | |
874 | ||
3435297a MA |
875 | Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com> |
876 | ||
877 | * configure.in: Double up brackets in shell case pattern. | |
878 | ||
99fa2de0 MS |
879 | Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com) |
880 | ||
881 | * tracepoint.c (finish_tfind_command): improved algorithm for | |
882 | deciding when we've "stepped" into a new stack frame. | |
883 | (map_args_over_tracepoints): loop over tracepoint list "safely", | |
884 | since list elements may be deleted during loop. | |
885 | (read_actions): add actions to history list. | |
886 | ||
6d0b229c | 887 | For older changes see ChangeLog-97 |
bd5635a1 RP |
888 | \f |
889 | Local Variables: | |
890 | mode: indented-text | |
891 | left-margin: 8 | |
892 | fill-column: 74 | |
893 | version-control: never | |
894 | End: |