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