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