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