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