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