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