2002-11-28 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ed5cedc5
AC
12002-11-27 Andrew Cagney <cagney@redhat.com>
2
3 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
4 deprecated pc_in_call_dummy function.
5 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
6 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
7 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
8 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
9 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
10
b2a1bd4f
MH
112002-11-26 Martin M. Hunt <hunt@redhat.com>
12
13 * Makefile.in: Remove Tix dependencies.
14 * acinclude.m4: Ditto.
15 * aclocal.m4: Ditto.
16 * configure.in: Ditto.
17 * configure: Regenerated.
18
f09cffaa
AC
192002-11-26 Andrew Cagney <ac131313@redhat.com>
20
21 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
22 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
23 * gdbarch.c: Re-generate.
24
e92b0cc9
AC
252002-11-26 Andrew Cagney <ac131313@redhat.com>
26
27 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
28 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
29 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
30 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
31 pc_in_call_dummy_at_entry_point.
32 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
33 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
34 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
35 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
36 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
37 pc_in_call_dummy_on_stack.
38 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
39 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
40 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
41 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
42 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
43
b4b88177
AC
442002-11-26 Andrew Cagney <ac131313@redhat.com>
45
46 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
47 pc_in_call_dummy_before_text_end
48 (deprecated_pc_in_call_dummy_after_text_end): Rename
49 pc_in_call_dummy_after_text_end.
50 (deprecated_pc_in_call_dummy_on_stack): Rename
51 pc_in_call_dummy_on_stack.
52 (deprecated_pc_in_call_dummy_at_entry_point): Rename
53 pc_in_call_dummy_at_entry_point.
54 * m68k-tdep.c (m68k_gdbarch_init): Update.
55 * s390-tdep.c (s390_gdbarch_init): Update.
56 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
57 * vax-tdep.c (vax_gdbarch_init): Update.
58 * sparc-tdep.c (sparc_gdbarch_init): Update.
59 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
60 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
61 * i386-tdep.c (i386_gdbarch_init): Update.
62 * frv-tdep.c (frv_gdbarch_init): Update.
63 * cris-tdep.c (cris_gdbarch_init): Update.
64 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
65 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
66 (deprecated_pc_in_call_dummy_after_text_end)
67 (deprecated_pc_in_call_dummy_on_stack)
68 (deprecated_pc_in_call_dummy_at_entry_point): Update.
69 * alpha-tdep.c (alpha_gdbarch_init): Update.
70
eb784848
DJ
712002-11-25 Daniel Jacobowitz <drow@mvista.com>
72
73 * acconfig.h (HAVE_PREAD64): Add.
74 * configure.in: Check for pread64.
75 * config.in: Regenerated.
76 * configure: Regenerated.
77 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
78 * linux-proc.c (linux_proc_xfer_memory): New function.
79 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
80
933c6fe4
DC
812002-11-25 David Carlton <carlton@math.stanford.edu>
82
83 * dwarf2read.c (scan_partial_symbols): Descend into namespace
84 pdi's with no name.
85
158a8022
AC
862002-11-25 Andrew Cagney <ac131313@redhat.com>
87
88 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
89 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
90
481d0f41
JB
912002-11-25 Jim Blandy <jimb@redhat.com>
92
e8289572
JB
93 * symfile.c (init_objfile_sect_indices): New function.
94 (default_symfile_offsets): Move the section-index-initializing
95 stuff into init_objfile_sect_indices, and call that.
96
b29c9944
JB
97 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
98 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
99
13de58df
JB
100 * symfile.c (syms_from_objfile): Adjust indentation.
101
481d0f41
JB
102 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
103 || info_verbose isn't true.
104
7d6a26a7
AC
1052002-11-24 Andrew Cagney <ac131313@redhat.com>
106
107 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
108 default to get_frame_base.
109 * gdbarch.h, gdbarch.c: Regenerate.
110 * arch-utils.c (default_frame_address): Delete function.
111 * arch-utils.h (default_frame_address): Delete declaration
112
6abe1021
PM
1132002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
114
115 * varobj.c (find_frame_addr_in_frame_chain):
116 Use get_frame_base instead of FRAME_FP,
117 obvious fix.
118
c193f6ac
AC
1192002-11-19 Andrew Cagney <ac131313@redhat.com>
120
121 * frame.h (FRAME_FP): Delete macro.
122 (get_frame_base): New function declaration.
123 * frame.c (get_frame_base): New function.
124 (get_frame_id): Use ->frame.
125 (frame_find_by_id): Rewrite to use get_frame_id.
126 * blockframe.c: Use get_frame_base instead of FRAME_FP.
127 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
128 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
129 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
130 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
131 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
132 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
133
e5d2af14
AC
1342002-11-24 Andrew Cagney <ac131313@redhat.com>
135
136 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
137
931d12c6
AC
1382002-11-24 Andrew Cagney <ac131313@redhat.com>
139
140 * frame.c (set_unwind_by_pc): Revert change below, use
141 PC_IN_CALL_DUMMY.
142 (get_prev_frame): Ditto.
143
5e0f933e
AC
1442002-11-24 Andrew Cagney <ac131313@redhat.com>
145
146 * dummy-frame.c (pc_in_dummy_frame): New function.
147 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
148 (find_dummy_frame): Update comment.
149 (generic_pop_current_frame): Use get_frame_type.
150 * dummy-frame.h (pc_in_dummy_frame): Declare.
151 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
152 (create_new_frame): Use pc_in_dummy_frame.
153 (get_prev_frame): Use pc_in_dummy_frame.
154 (frame_saved_regs_register_unwind): Use get_prev_frame.
155 (deprecated_generic_get_saved_register): Use get_prev_frame.
156
7d8547c9
AC
1572002-11-23 Andrew Cagney <ac131313@redhat.com>
158
159 * blockframe.c (find_frame_addr_in_frame_chain): Move function
160 from here ...
161 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
162 (varobj_create): Note that frame ID should be used.
163 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
164
0225421b
AC
1652002-11-23 Andrew Cagney <ac131313@redhat.com>
166
167 * breakpoint.c: Include "gdb_assert.h".
168 (deprecated_frame_in_dummy): Assert that generic dummy frames are
169 not being used.
170 * Makefile.in (breakpoint.o): Update dependencies.
171 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
172 deprecated_frame_in_dummy.
173 * stack.c (print_frame_info_base): Ditto.
174 (frame_info): Ditto.
175 (print_frame_info_base): Ditto. Delete dead code.
176
32eeb91a
AS
1772002-11-23 Andreas Schwab <schwab@suse.de>
178
179 * Makefile.in (m68k_tdep_h): Define.
180 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
181 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
182 * m68k-tdep.c: Move register number enum ...
183 * m68k-tdep.h: ... to this new file and rename the constants from
184 E_* to M68K_*. All uses changed.
185 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
186 * abug-rom.c: Include "m68k-tdep.h". Use
187 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
188 * cpu32bug-rom.c: Likewise.
189 * dbug-rom.c: Likewise.
190 * m68k-tdep.c: Likewise.
191 * m68klinux-nat.c: Likewise.
192 * remote-est.c: Likewise.
193 * rom68k-rom.c: Likewise.
194 * config/m68k/tm-linux.h: Likewise.
195
9648bac8
AC
1962002-11-23 Andrew Cagney <ac131313@redhat.com>
197
198 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
199 dummy frame initialization code.
200 * mips-tdep.c (mips_gdbarch_init): Ditto.
201
91a175b3
CF
2022002-11-22 Christopher Faylor <cgf@redhat.com>
203
204 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
205 attach will hang.
206
f4ded5b1
AC
2072002-11-22 Andrew Cagney <ac131313@redhat.com>
208
209 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
210 to default_frame_address.
211 * gdbarch.h, gdbarch.c: Re-generate.
212
213 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
214 or frame_locals_address to default_frame_address.
215 * m68k-tdep.c (m68k_gdbarch_init): Update.
216 * i386-tdep.c (i386_gdbarch_init): Update.
217 * frv-tdep.c (frv_gdbarch_init): Update.
218 * sh-tdep.c (sh_gdbarch_init): Update.
219 * v850-tdep.c (v850_gdbarch_init): Update.
220 * sparc-tdep.c (sparc_gdbarch_init): Update.
221 * mips-tdep.c (mips_gdbarch_init): Update.
222 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
223 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
224 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
225
226 * cris-tdep.c (cris_frame_args_address): Delete function.
227 (cris_frame_locals_address): Delete function.
228 (cris_gdbarch_init): Do not set frame_args_address or
229 frame_locals_address.
230
f7c1e0f3
MS
2312002-11-22 Michael Snyder <msnyder@redhat.com>
232
233 * thread-db.c (thread_db_load): Tell the user what's going on
234 if dlopen fails on libthread_db.
235
03dac896
AS
2362002-11-23 Andreas Schwab <schwab@suse.de>
237
238 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
239 invariant return values.
240
7a67d0fe
AS
2412002-11-22 Andreas Schwab <schwab@suse.de>
242
243 * valops.c (value_slice): Move declaration of `offset' to avoid
244 warning.
245
5633f842
CF
2462002-11-22 Christopher Faylor <cgf@redhat.com>
247
248 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
249 (struct so_stuff): Add end_addr field.
250 (register_loaded_dll): Calculate and store end address of loaded dll.
251 (solib_address): New function.
252 (child_solib_loaded_library_pathname): Pass carefully constructed
253 section info to safe_symbol_file_add rather than ignoring it.
254 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
255 DLL is loaded.
256 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
257 (child_create_inferior): Fix a compiler warning.
258 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
259 (solib_address): Declare new function.
260
d85fe7f7
AS
2612002-11-22 Andreas Schwab <schwab@suse.de>
262
263 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
264 and FPS registers.
265
8308e54c
DJ
2662002-11-21 Daniel Jacobowitz <drow@mvista.com>
267
268 * maint.c (_initialize_maint_cmds): Fix typo. From
269 Francesco Potorti` <pot@gnu.org>.
270
8997bd5e
AC
2712002-11-21 Andrew Cagney <cagney@redhat.com>
272
273 * mips-tdep.c (mips_dump_tdep): Delete references to
274 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
275 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
276 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
277 * printcmd.c (build_address_symbolic): Delete calls to
278 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
279 (address_info): Ditto.
280 Fix PR gdb/773.
281
4e87b832
KD
2822002-11-19 Klee Dienes <kdienes@apple.com>
283 Adam Fedor <fedor@gnu.org>
284
285 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
286 the ability to explicitly specify the quote characters and word
287 break characters; if NULL is specified for either, use the old
288 behavior of using the characters used by the completer.
289 (skip_chars): New function. Convenience wrapper around
290 skip_quoted_chars to provide the original skip_chars behavior.
291 * completer.h (skip_quoted_chars): Add prototype.
292
9ba8d803
AC
2932002-11-19 Andrew Cagney <ac131313@redhat.com>
294
295 Problems reported by Paul Eggert.
296 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
297
0a595803
AS
2982002-11-19 Andreas Schwab <schwab@suse.de>
299
300 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
301 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
302 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
303 (m68k_linux_frame_saved_pc): Move to ...
304 * m68klinux-tdep.c: ... here. New file.
305 * Makefile.in (m68klinux-tdep.o): Add dependencies.
306 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
307
e8afa4d7
AF
3082002-11-19 Adam Fedor <fedor@gnu.org>
309
310 * objc-exp.y: Revert to old skip_quoted usage.
311
a76c9d72
AF
3122002-11-19 Adam Fedor <fedor@gnu.org>
313
314 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
315 (objc_lang_h): Define.
316 (YYFILES): Add objc-exp.tab.c.
317 (local-maintainer-clean): Remove objc-exp.tab.c.
318 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
319
fd0e9d45
PM
3202002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
321
322 * p-exp.y (typecast rule): Add automatic dereference of
323 pascal classes if needed.
324 (THIS): Set current_type.
325 Automatically dereference pascal classes.
326 (typebase rule): Add ^typebase recognition.
327
82eeeb94
AF
3282002-11-18 Adam Fedor <fedor@gnu.org>
329
330 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
331 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
332 (op_name): Handle OP_OBJC_SELF.
333 * Makefile.in (expprint.o): Add additional depends.
334
646df18d
AF
3352002-11-18 Adam Fedor <fedor@gnu.org>
336
337 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
338 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
339 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
340 * objc-exp.y: Likewise.
341
379b85df
AF
3422002-11-18 Adam Fedor <fedor@gnu.org>
343
344 * gdb/parser-defs.h: (struct objc_class_str): New structure
345 for parsing ObjC classes.
346
85cf597a
AC
3472002-11-18 Andrew Cagney <ac131313@redhat.com>
348
349 * stack.c (frame_relative_level): Copy function from here ...
350 * frame.c (frame_relative_level): ...to here.
351
5a203e44
AC
3522002-11-18 Andrew Cagney <ac131313@redhat.com>
353
354 * frame.h (enum frame_type): Define.
355 (get_frame_type): Declare.
356 (struct frame_info): Add field `type'. Delete field
357 signal_handler_caller.
358 (deprecated_set_frame_signal_handler_caller): Declare.
359 * frame.c (get_frame_type): New function.
360 (deprecated_set_frame_type): New function.
361 (create_new_frame): Set the frame's type.
362 (get_prev_frame): Similar.
363 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
364 * s390-tdep.c: Ditto.
365 * m68klinux-nat.c: Ditto.
366 * ns32k-tdep.c: Ditto.
367 * x86-64-linux-tdep.c: Ditto.
368 * vax-tdep.c: Ditto.
369 * rs6000-tdep.c: Ditto.
370 * ppc-linux-tdep.c: Ditto.
371 * i386-interix-tdep.c: Ditto.
372 * mips-tdep.c: Ditto.
373 * m68k-tdep.c: Ditto.
374 * hppa-tdep.c: Ditto.
375 * ia64-tdep.c: Ditto.
376 * cris-tdep.c: Ditto.
377 * arm-tdep.c: Ditto.
378 * alpha-tdep.c: Ditto.
379 * i386-tdep.c: Ditto.
380 * stack.c: Ditto.
381 * ada-lang.c: Ditto.
382 * blockframe.c: Update.
383 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
384 deprecated_set_frame_type instead of signal_handler_caller.
385 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
386 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
387 * breakpoint.h: Delete FIXME suggesting get_frame_type.
388
bf4ae8b2
KD
3892002-11-18 Klee Dienes <kdienes@apple.com>
390
391 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
392
a672ef13
KD
3932002-11-18 Klee Dienes <kdienes@apple.com>
394
395 * buildsym.c (pop_context): Add comment.
396
0c5e171a
KD
3972002-11-18 Klee Dienes <kdienes@apple.com>
398
399 * buildsym.h (pop_context): Convert to function, defined in
400 buildsym.c.
401 * buildsym.c: Include gdb_assert.h.
402 (pop_context): Implement as C function. Add check for stack
403 underflow.
404 * dbxread.c (process_one_symbol): Complain and stop processing
405 that symbol if we are already at the top of the context stack for
406 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
407 when processing N_RBRAC.
408
8a1f4c4c
DJ
4092002-11-16 Daniel Jacobowitz <drow@mvista.com>
410
411 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
412 define.
413 (struct target_waitstatus): Add opaque definition.
414 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
415 * exec.c (init_exec_ops): Likewise.
416 * fork-child.c (clone_and_follow_inferior): Remove.
417 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
418 * inferior.h (clone_and_follow_inferior): Remove prototype.
419 * infrun.c (follow_fork_mode_both): Remove.
420 (follow_fork_mode_kind_names): Remove commented out "both".
421 (follow_inferior_fork): Remove follow_fork_mode_both support.
422 * inftarg.c (child_clone_and_follow_inferior): Remove.
423 (child_post_follow_inferior_by_clone): Remove.
424 (init_child_ops): Don't set to_clone_and_follow_inferior
425 or to_post_follow_inferior_by_clone.
426 * target.c (default_clone_and_follow_inferior): Remove.
427 (cleanup_target): Don't set to_clone_and_follow_inferior
428 or to_post_follow_inferior_by_clone.
429 (find_default_clone_and_follow_inferior): Remove.
430 (init_dummy_target): Don't set to_clone_and_follow_inferior.
431 (debug_to_clone_and_follow_inferior): Remove.
432 (debug_to_post_follow_inferior_by_clone): Remove.
433 (setup_target_debug): Don't set to_clone_and_follow_inferior
434 or to_post_follow_inferior_by_clone.
435 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
436 and to_post_follow_inferior_by_clone.
437 (child_clone_and_follow_inferior): Remove prototype.
438 (child_post_follow_inferior_by_clone): Remove prototype.
439 (target_clone_and_follow_inferior): Remove macro.
440 (target_post_follow_inferior_by_clone): Remove macro.
441 (find_default_clone_and_follow_inferior): Remove prototype.
442
47932f85
DJ
4432002-11-16 Daniel Jacobowitz <drow@mvista.com>
444
445 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
446 inferior_has_vforked, and inferior_has_execd instead of
447 target_has_forked, target_has_vforked, and target_has_execd.
448 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
449 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
450 (CHILD_WAIT): Define.
451 (child_wait): Add prototype.
452 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
453 Add prototype.
454 (hpux_has_vforked): Likewise, from child_has_vforked.
455 (hpux_has_execd): Likewise, from child_has_execd.
456 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
457 (not_same_real_pid, child_wait): New, copied from inftarg.c.
458 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
459 and hpux_has_syscall_event instead of the target hooks.
460 * infrun.c (inferior_has_forked, inferior_has_vforked)
461 (inferior_has_execd): New functions.
462 * inftarg.c (not_same_real_pid): Remove.
463 (child_wait): Remove references to not_same_real_pid,
464 target_has_forked, target_has_vforked, target_has_execd,
465 and target_has_syscall_event.
466 (child_has_forked, child_has_vforked, child_has_execd)
467 (child_has_syscall_event): Remove.
468 (init_child_ops): Remove references to child_has_forked,
469 child_has_vforked, child_has_execd, and child_has_syscall_event.
470 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
471 (hpux_has_vforked): Likewise, from child_has_vforked.
472 (hpux_has_execd): Likewise, from child_has_execd.
473 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
474 * target.c (cleanup_target): Remove references to
475 to_has_forked, to_has_vforked, to_has_execd, and
476 to_has_syscall_event.
477 (update_current_target): Likewise.
478 (setup_target_debug): Likewise.
479 (debug_to_has_forked): Remove.
480 (debug_to_has_vforked): Remove.
481 (debug_to_has_execd): Remove.
482 (debug_to_has_syscall_event): Remove.
483 * target.h (struct target_ops): Remove to_has_forked.
484 to_has_vforked, to_has_execd, and to_has_syscall_event.
485 (child_has_forked, child_has_vforked, child_has_execd)
486 (child_has_syscall_event): Remove prototypes.
487 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
488 prototypes.
489 (target_has_forked, target_has_vforked, target_has_execd)
490 (target_has_syscall_event): Remove macros.
491
4088142a
DJ
4922002-11-16 Daniel Jacobowitz <drow@mvista.com>
493
494 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
495 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
496 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
497 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
498 * target.c (cleanup_target): Remove reference to
499 to_can_follow_vfork_prior_to_exec.
500 (update_current_target): Likewise.
501 (debug_to_can_follow_vfork_prior_to_exec): Remove.
502 (setup_target_debug): Remove reference to
503 to_can_follow_vfork_prior_to_exec.
504 * target.h (struct target_ops): Remove
505 to_can_follow_vfork_prior_to_exec.
506 (child_can_follow_vfork_prior_to_exec): Remove prototype.
507 (target_can_follow_vfork_prior_to_exec): Remove definition.
508 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
509 define.
510 * infrun.c (follow_vfork_when_exec): Remove.
511 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
512 (follow_exec): Likewise.
513 (handle_inferior_event): Likewise.
514 (keep_going): Likewise.
515
18cde8d5
AC
5162002-11-15 Andrew Cagney <cagney@redhat.com>
517
518 * frame.c (generic_unwind_get_saved_register): Make static.
519 * frame.h (generic_unwind_get_saved_register): Delete declaration.
520 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
521 defaults to generic_unwind_get_saved_register.
522 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
523 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
524 * frv-tdep.c (frv_gdbarch_init): Ditto.
525 * i386-tdep.c (i386_gdbarch_init): Ditto.
526 * s390-tdep.c (s390_gdbarch_init): Ditto.
527 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
528 * v850-tdep.c (v850_gdbarch_init): Ditto.
529 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
530 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
531 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
532
a6b063af
AC
5332002-11-15 Andrew Cagney <cagney@redhat.com>
534
535 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
536 i386-tdep.c.
537
f407986f
AC
5382002-11-15 Andrew Cagney <cagney@redhat.com>
539
540 * frame.h (sigtramp_saved_pc): Delete declaration.
541 * blockframe.c (sigtramp_saved_pc): Delete function.
542 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
543 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
544 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
545 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
546
f18c5a73
AC
5472002-11-15 Andrew Cagney <ac131313@redhat.com>
548
549 * frame.c (frame_pc_unwind): New function.
550 (frame_saved_regs_pc_unwind): New function.
551 (frame_register_unwind): Pass unwind_cache instead of
552 register_unwind_cache.
553 (set_unwind_by_pc): Add unwind_pc parameter, set.
554 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
555 (get_prev_frame): Ditto.
556 * frame.h (frame_pc_unwind_ftype): Declare.
557 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
558 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
559 (frame_pc_unwind): Declare.
560 * dummy-frame.c (dummy_frame_pc_unwind): New function.
561 (struct dummy_frame): Add comment mentioning that values are for
562 previous frame.
563 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
564 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
565 (generic_file_frame_chain_valid): Ditto.
566 * stack.c (frame_info): Ditto.
567
d9285969 5682002-11-15 David Carlton <carlton@math.stanford.edu>
0960f083
DC
569
570 * linespec.c (locate_first_half): New function.
571 (decode_line_1): Move code into locate_first_half.
572
d741b867
AC
5732002-11-15 Andrew Cagney <ac131313@redhat.com>
574
575 * complaints.h: Add comment explaining how to eliminate a
576 deprecated_complain call.
24382c5c 577 * complaints.h: Fix spelling errors.
d741b867 578
82d03c99
DC
5792002-11-15 David Carlton <carlton@math.stanford.edu>
580
581 * printcmd.c: Remove #include "disasm.h".
582
c97eb5d9
AC
5832002-11-14 Andrew Cagney <ac131313@redhat.com>
584
585 * frame.h: Move the most relevant interface functions to the start
586 of the file.
587
524d7c18
AC
5882002-11-14 Andrew Cagney <ac131313@redhat.com>
589
590 * regcache.h (deprecated_registers): Rename registers.
591 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
592 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
593 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
594 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
595 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
596 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
597 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
598 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
599 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
600 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
601 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
602 * v850ice.c: Update.
603
6411e720
AC
604Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
605
606 * utils.c (gdb_realpath): Add comment mentioning realpath with a
607 NULL buffer.
608
73937e03
AC
6092002-11-13 Andrew Cagney <cagney@redhat.com>
610
611 * regcache.h (deprecated_read_register_bytes): Rename
612 read_register_bytes.
613 (deprecated_write_register_bytes): Rename write_register_bytes.
614 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
615 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
616 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
617 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
618 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
619 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
620 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
621 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
622 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
623 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
624 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
625 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
626 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
627 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
628
fb0cd46e
JB
6292002-11-13 Jim Blandy <jimb@redhat.com>
630
631 * findvar.c (read_var_value): Doc fix.
632
2d28509a
AC
6332002-11-13 Andrew Cagney <cagney@redhat.com>
634
635 * regcache.c (struct regcache): Replace passthough_p with
636 readonly_p.
637 (regcache_xmalloc): Initialize readonly_p.
638 (build_regcache): Initialize readonly_p.
639 (regcache_save): New function.
640 (regcache_restore): New function.
641 (regcache_cpy): Re-implement using regcache_save and
642 regcache_restore.
643 (regcache_raw_read): Update.
644 (regcache_cooked_read): When a read-only cache, checked for cached
645 pseudo register values.
646 (regcache_raw_write): Assert that the cache is not read-only.
647 Remove code handling a non-passthrough cache.
648 * regcache.h (regcache_save): Declare.
649 (regcache_restore): Declare.
650
067df2e5
AC
6512002-11-13 Andrew Cagney <cagney@redhat.com>
652
653 * regcache.c (struct regcache_descr): Add fields
654 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
655 (init_legacy_regcache_descr): Compute the size of a cooked
656 register cache and then assign that to sizeof_raw_registers. Set
657 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
658 (init_legacy_regcache_descr): Ditto.
659
51b1fe4e
AC
6602002-11-13 Andrew Cagney <cagney@redhat.com>
661
662 * regcache.c (register_buffer): Move to near start of file, update
663 description.
664 (regcache_raw_read): Use.
665 (regcache_raw_write): Use.
666 (struct regcache): Rename raw_registers to registers and
667 raw_register_valid_p to register_valid_p.
668 (regcache_xmalloc): Update.
669 (regcache_xfree): Update.
670 (register_buffer): Update.
671 (regcache_cpy): Update.
672 (regcache_cpy_no_passthrough): Update.
673 (regcache_valid_p): Update.
674 (deprecated_grub_regcache_for_registers): Update.
675 (deprecated_grub_regcache_for_register_valid): Update.
676 (set_register_cached): Update.
677 (regcache_raw_write): Update.
678
80b4c677
PM
6792002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
680
681 * p-exp.y (name_not_typename): Use copy_name to
682 set current_type variable for fields of THIS.
683
0f3fafde
DJ
6842002-11-12 Daniel Jacobowitz <drow@mvista.com>
685
686 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
687 * monitor.c (init_base_monitor_ops): Likewise.
688 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
689 * remote-array.c (init_array_ops): Likewise.
690 * remote-e7000.c (init_e7000_ops): Likewise.
691 * remote-es.c (init_es1800_ops): Likewise.
692 (init_es1800_child_ops): Likewise.
693 * remote-rdp.c (init_remote_rdp_ops): Likewise.
694 * remote-sim.c (init_gdbsim_ops): Likewise.
695 * remote-st.c (init_st2000_ops): Likewise.
696 * sol-thread.c (init_sol_core_ops): Likewise.
697 (init_sol_thread_ops): Likewise.
698 * v850ice.c (init_850ice_ops): Likewise.
699 * win32-nat.c (init_child_ops): Likewise.
700 * wince.c (init_child_ops): Likewise.
701
82c0260e
AC
7022002-11-12 Andrew Cagney <ac131313@redhat.com>
703
704 * utils.c (gdb_realpath): Make rp a constant pointer.
705
70d35819
AC
7062002-11-12 Andrew Cagney <ac131313@redhat.com>
707
708 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
709 a constant buffer; cannonicalize_file_name(); realpath() with a
710 pathconf() defined buffer, xstrdup().
711
9835a8b0
AC
7122002-11-12 Andrew Cagney <ac131313@redhat.com>
713
714 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
715 to hang2.C; hang3.c to hang3.C.
716
3f47be5c
EZ
7172002-11-11 Elena Zannoni <ezannoni@redhat.com>
718
719 * findvar.c (read_var_value): Reenable TLS code.
720
7212002-11-11 Elena Zannoni <ezannoni@redhat.com>
722 Jim Blandy <jimb@redhat.com>
723
724 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
725 * target.c (update_current_target): Add
726 to_get_thread_local_address.
727 * target.h (to_get_thread_local_address): Export.
728 (target_get_thread_local_address): Define.
729 (target_get_thread_local_address_p): Define.
730 * thread-db.c: Include solib-svr4.h.
731 (td_thr_tls_get_addr_p): Define.
732 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
733 (thread_db_get_thread_local_address): New function.
734 (init_thread_db_ops): Initialize to_get_thread_local_address.
735 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
736 * configure: Regenerate.
737 * config.in: Regenerate.
738
636b1a6d
DC
7392002-11-11 David Carlton <carlton@math.stanford.edu>
740
741 * linespec.c (set_flags): New function.
742 (decode_line_1): Move code into set_flags.
743
44fe14ab
DC
7442002-11-11 David Carlton <carlton@math.stanford.edu>
745
746 * linespec.c (decode_line_1): Move chunks of code to separate
747 functions.
748 (initialize_defaults): New function.
749 (decode_indirect): New function.
750
e6f181f5
AC
7512002-11-11 Andrew Cagney <ac131313@redhat.com>
752
8971b011
AC
753 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
754 instead of void_code_ptr.
755 (sigtramp_saved_pc): Ditto.
756
e6f181f5
AC
757 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
758 i386_fp_regnum_p.
759
01ad7f36
DJ
7602002-11-10 Daniel Jacobowitz <drow@mvista.com>
761
762 * gdbtypes.h (struct main_type): Move artificial flag out of
763 loc. New member of ``struct field'' named static_kind. Reduce
764 overloaded meaning of bitsize.
765 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
766 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
767 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
768
769 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
770 new fields.
771 (template_to_fixed_record_type, template_to_static_fixed_type)
772 (to_record_with_fixed_variant_part): Likewise.
773 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
774 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
775 * dwarfread.c (struct_type, enum_type): Likewise.
776 * hpread.c (hpread_read_enum_type)
777 (hpread_read_function_type, hpread_read_doc_function_type)
778 (hpread_read_struct_type): Likewise.
779 * mdebugread.c (parse_symbol): Likewise.
780
bf1e52be
AC
7812002-11-10 Andrew Cagney <ac131313@redhat.com>
782
783 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
784 * stack.c (print_frame_info_base): Update.
785 (print_frame_info_base, frame_info): Update.
786 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
787 (sparc_frame_saved_pc): Update.
788 * ada-lang.c (find_printable_frame): Update.
789 * breakpoint.c (deprecated_frame_in_dummy): Update.
790
ce556f85
MK
7912002-11-09 Mark Kettenis <kettenis@gnu.org>
792
793 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
794 defined.
795 (regmap): Extend to cover all registers.
796 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
797 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
798 definitions.
799 (fetch_register, sore_register): Simplify.
800 (old_fetch_inferior_registers, old_store_inferior_registers):
801 Remove functions.
802 (cannot_fetch_register, cannot_store_register): Change
803 implementation to use regmap array to decide which registers
804 cannot be fetched/stored. This removes $orig_eax from the
805 registers that cannot be fetched/stored.
806 (fetch_inferior_registers): Call fetch_register directly instead
807 of calling old_fetch_inferior_registers.
808 (store_inferior_registers): Call store_register directly instead
809 of calling old_store_inferior_registers.
810 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
811 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
812 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
813
932bb524
KD
8142002-11-09 Klee Dienes <kdienes@apple.com>
815
816 * i387-tdep.c (i387_supply_register): When called with NULL as a
817 buffer, mark the register as not provided (to mirror the behavior
818 of supply_register).
819 (i387_supply_fxsave): Ditto.
820 (i387_supply_fsave): Ditto (inherits the behavior from
821 i387_supply_register).
822
ebe68b27
KD
8232002-11-09 Klee Dienes <kdienes@apple.com>
824
825 * blockframe.c (sigtramp_saved_pc): Use
826 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
827 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
828 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
829
15220c65
AC
8302002-11-09 Andrew Cagney <ac131313@redhat.com>
831
832 * frame.c (get_prev_frame): Test prev_p to identify a previously
833 unwound frame. Initialize prev_p.
834 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
835 comment.
836
95adb866
AC
8372002-11-09 Andrew Cagney <ac131313@redhat.com>
838
839 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
840 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
841 more comments. Zap dead code.
842
e71ecd70
MK
8432002-11-09 Mark Kettenis <kettenis@gnu.org>
844
845 * infcmd.c (print_vector_info, print_float_info): Move code that
846 checks whether the target has any registers and whether there is a
847 selected frame up, such that it is also used if a target provides
848 multi-arch definitions of these functions.
849
c525330d
AC
8502002-11-08 Andrew Cagney <ac131313@redhat.com>
851
72bdd927
AC
852 * Makefile.in (DESTDIR): Define.
853 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
854 prefix.
855
c525330d
AC
856 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
857 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
858
38c968cf
AC
8592002-11-08 Andrew Cagney <ac131313@redhat.com>
860
861 * i386-linux-tdep.c: Include "reggroups.h".
862 (i386_linux_register_reggroup_p): New function.
863 (i386_linux_init_abi): Set register_reggroup_p to
864 i386_linux_register_reggroup_p.
865 * i386-tdep.h (i386_register_reggroup_p): Declare.
866 * i386-tdep.c: Include "reggroups.h".
867 (i386_init_reggroups): New function.
868 (i386_add_reggroups): New function.
869 (i386_register_reggroup_p): New function.
870 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
871 (_initialize_i386_tdep): Call i386_init_reggroups.
872 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
873 specific reggroups.
874
19e33363
MK
8752002-11-09 Mark Kettenis <kettenis@gnu.org>
876
371a6e84
MK
877 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
878 request that's available in *BSD.
879
94ba925a
MK
880 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
881
19e33363
MK
882 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
883 FDOFF_REGNUM.
884
8779790c
AC
8852002-11-08 Andrew Cagney <ac131313@redhat.com>
886
887 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
888 * dummy-frame.c (find_dummy_frame): Rename
889 generic_find_dummy_frame, make static. Return the dummy frame
890 instead of the regcache.
891 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
892 (cached_find_dummy_frame): New function. Use find_dummy_frame.
893 (dummy_frame_register_unwind): Rename
894 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
895 * dummy-frame.h (dummy_frame_register_unwind): Rename
896 generic_call_dummy_register_unwind.
897
8674b74f
MK
8982002-11-08 Mark Kettenis <kettenis@gnu.org>
899
900 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
901 except the inclusion of "i386/tm-i386.h", to...
902 * config/i386/nm-i386v42mp.h: ...here.
903 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
904
4c1e7e9d
AC
9052002-11-08 Andrew Cagney <ac131313@redhat.com>
906
907 * Makefile.in (frame.o): Update dependencies.
908 * blockframe.c (current_frame, frame_obstack_alloc)
909 (frame_saved_regs_zalloc, get_current_frame)
910 (set_current_frame, create_new_frame)
911 (set_unwind_by_pc, get_next_frame)
912 (flush_cached_frames, reinit_frame_cache)
913 (frame_saved_regs_register_unwind)
914 (deprecated_generic_get_saved_register)
915 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
916 (_initialize_blockframe): Move frame code from here...
917 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
918 "annotate.h" and "dummy-frame.h".
919 (_initialize_frame): New function.
920
921e78cf
JB
9212002-11-08 Jim Blandy <jimb@redhat.com>
922
923 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
924 when we finish a function a context.
925 * buildsym.h (outermost_context_p): New macro.
926 (Bug analyzed by David Edelsohn.)
927
9c1412c1
AC
9282002-11-08 Andrew Cagney <ac131313@redhat.com>
929
930 * blockframe.c: Include "dummy-frame.h".
931 (struct dummy_frame, dummy_frame_stack)
932 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
933 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
934 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
935 (generic_save_call_dummy_addr, generic_pop_current_frame)
936 (generic_pop_dummy_frame, generic_fix_call_dummy)
937 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
938 dummy frame code from here...
939 * dummy-frame.c: ...to here. New file.
940 * dummy-frame.h: New file.
941 (generic_call_dummy_register_unwind): Declare.
942 (generic_find_dummy_frame): Declare.
943 * Makefile.in (SFILES): Add dummy-frame.c.
944 (dummy-frame.o): Specify dependencies.
945 (dummy_frame_h): Define.
946 (COMMON_OBS): Add dummy-frame.o.
947 (blockframe.o): Update dependencies.
948
208d8187
JB
9492002-11-08 Jim Blandy <jimb@redhat.com>
950
951 * dwarf2read.c (read_func_scope): Restore local_symbols and
952 param_symbols after we finish the function context. (Based on a
953 patch from David Edelsohn.)
954
413dad4d
DC
9552002-11-08 David Carlton <carlton@math.stanford.edu>
956
957 * linespec.c (symbol_found): New function.
958 (minsym_found): New function.
959 (decode_line_1): Separate out some code into separate functions.
960
5512c44a
JB
9612002-11-08 Joel Brobecker <brobecker@gnat.com>
962
963 * i386-tdep.c (i386_frameless_signal_p): Make non static for
964 the benefit of the interix target.
965 * i386-tdep.h (i386_frameless_signal_p): Declare.
966
1b33ef47
AC
9672002-11-08 Andrew Cagney <ac131313@redhat.com>
968
969 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
970 declaration that snuck in from change below.
971
23a34459
AC
9722002-11-06 Andrew Cagney <cagney@redhat.com>
973
974 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
975 all callers.
976 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
977 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
978 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
979 (i386_mxcsr_regnum_p): new function. Use instead of
980 MXCSR_REGNUM_P.
981 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
982 (i386_sse_regnum_p): Declare.
983 (i386_mxcsr_regnum_p): Declare.
984 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
985 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
986 (IS_FP_REGNUM): Update definition.
987 (IS_FPU_CTRL_REGNUM): Update definition..
988 (IS_SSE_REGNUM): Update definition..
989 * i386v-nat.c (register_u_addr): Update.
990 * go32-nat.c (fetch_register): Update.
991 (store_register): Update.
992
d709c020
JB
9932002-11-07 Joel Brobecker <brobecker@gnat.com>
994
995 Preparation work to convert the hppa targets to multiarch partial.
996
997 * hppa-tdep.c: Add new functions replacing macro bodies from
998 config/pa/tm-hppa.h. These function will be used to initialize
999 the gdbarch structure. Import some comments from tm-hppa.h,
1000 and place them where appropriate, to avoid loosing them when
1001 we cleanup this file.
1002 (hppa_reg_struct_has_addr): New function.
1003 (hppa_inner_than): New function.
1004 (hppa_stack_align): New function.
1005 (hppa_pc_requires_run_before_use): New function.
1006 (hppa_instruction_nullified): New function.
1007 (hppa_register_byte): New function.
1008 (hppa_register_virtual_type): New function.
1009 (hppa_store_struct_return): New function.
1010 (hppa_cannot_store_register): New function.
1011 (hppa_frame_args_address): New function.
1012 (hppa_frame_locals_address): New function.
1013 (hppa_smash_text_address): New function.
1014 (hppa_coerce_float_to_double): New function. Requires the inclusion
1015 of "language.h".
1016
1017 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
1018
1019 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
1020 gdbarch-eligible macro to a call to the new associated function
1021 created in hppa-tdep.c.
1022 (INNER_THAN): Likewise.
1023 (STACK_ALIGN): Likewise.
1024 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
1025 (INSTRUCTION_NULLIFIED): Likewise.
1026 (REGISTER_BYTE): Likewise.
1027 (REGISTER_VIRTUAL_TYPE): Likewise.
1028 (STORE_STRUCT_RETURN): Likewise.
1029 (CANNOT_STORE_REGISTER): Likewise.
1030 (FRAME_ARGS_ADDRESS): Likewise.
1031 (FRAME_LOCALS_ADDRESS): Likewise.
1032 (SMASH_TEXT_ADDRESS): Likewise.
1033 (COERCE_FLOAT_TO_DOUBLE): Likewise.
1034 (ABOUT_TO_RETURN): Delete, as no longer used.
1035
83c31e7d
FN
10362002-11-07 Fernando Nasser <fnasser@redhat.com>
1037
1038 * printcmd.c (disassemble_command): Remove obsolete function.
1039 (_initialize_printcmd): Do not create disassemble command here.
1040 * cli/cli-cmds.c (disassemble_command): New function. Implements
1041 disassemble command.
1042 (init_cli_cmds): Create disassemble command here instead.
1043
0ec30a36
AC
10442002-11-07 Andrew Cagney <ac131313@redhat.com>
1045
1046 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
1047
e600bd34
AC
10482002-11-07 Andrew Cagney <ac131313@redhat.com>
1049
1050 * regcache.h (regcache_cooked_read_using_offset_hack)
1051 (regcache_cooked_write_using_offset_hack): Delete declarations.
1052 (register_changed): Delete declaration.
1053 * regcache.c (regcache_cooked_read_using_offset_hack)
1054 (regcache_cooked_write_using_offset_hack): Delete functions.
1055 (cooked_xfer_using_offset_hack): Delete function.
1056 (register_changed): Delete function.
1057
568f8739
JB
10582002-11-07 Jim Blandy <jimb@redhat.com>
1059
1060 * macroscope.c: #include "complaints.h".
1061 (sal_macro_scope): Cope with filenames that appear in the symtabs,
1062 but not in the macro table.
1063 * Makefile.in (macroscope.o): Record dependency.
1064
b0718b7b
JB
10652002-11-07 Joel Brobecker <brobecker@gnat.com>
1066
1067 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
1068
2b9e5f3f
AC
10692002-11-07 Andrew Cagney <ac131313@redhat.com>
1070
1071 * regcache.c (deprecated_registers_fetched): Update.
1072 * regcache.h (deprecated_registers_fetched): Rename
1073 registers_fetched.
1074 * remote-vxsparc.c (vx_read_register): Update.
1075 * remote-vxmips.c (vx_read_register): Update.
1076 * remote-vx68.c (vx_read_register): Update.
1077 * irix5-nat.c (fetch_core_registers): Update.
1078 * mipsm3-nat.c (fetch_inferior_registers): Update.
1079 * sun3-nat.c (fetch_inferior_registers): Update.
1080 * symm-nat.c (fetch_inferior_registers): Update.
1081 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
1082 (fetch_core_registers): Update.
1083 (fetch_kcore_registers): Update.
1084 * mips-nat.c (fetch_inferior_registers): Update.
1085 * corelow.c (get_core_registers): Update.
1086 * a68v-nat.c (fetch_inferior_registers): Update.
1087
e6e68f1f
JB
10882002-11-06 Joel Brobecker <brobecker@gnat.com>
1089
1090 Put in place the framework necessary for multiarching the hppa targets.
1091 * hppa-tdep.c (hppa_gdbarch_init): New function.
1092 (hppa_dump_tdep): New function.
1093 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1094 tdep structure dumper.
1095 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1096 until the multi-arching conversion has partially been completed.
1097
492254e9
AC
10982002-11-06 Andrew Cagney <ac131313@redhat.com>
1099
1100 * valops.c (value_assign): Merge lval_register case into
1101 lval_reg_frame_relative. Use frame_register and
1102 regcache_cooked_write instead of get_saved_register and
1103 write_register_bytes. After flushing the register cache, try to
1104 re-select the selected frame.
1105
8262ee23
AC
11062002-11-06 Andrew Cagney <ac131313@redhat.com>
1107
1108 * regcache.h (deprecated_register_valid): Rename register_valid.
1109 * regcache.c: Update.
1110 * ia64-aix-nat.c: Update.
1111 * i386gnu-nat.c: Update.
1112 * alpha-nat.c: Update.
1113 * sparc-nat.c: Update.
1114 * lynx-nat.c: Update.
1115 * remote-mips.c: Update.
1116
4facf7e8
JB
11172002-11-06 Joel Brobecker <brobecker@gnat.com>
1118
1119 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1120 to end of file, to be more consistent with the pratice followed
1121 by other targets.
1122
f9418c0f
AC
11232002-11-06 Andrew Cagney <ac131313@redhat.com>
1124
1125 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1126 (print_float_info): Print registers in float_reggroup.
1127 (print_vector_info): Print registers in vector_reggroup.
1128 (default_print_registers_info): When all, print registers in
1129 all_reggroup. Otherwize, print registers in general_reggroup.
1130 (registers_info): Rewrite. Add support for register groups.
1131 Eliminate a goto.
1132
3fe235a7
EZ
11332002-11-06 Elena Zannoni <ezannoni@redhat.com>
1134
1135 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1136 ages.
1137 (symtab_symbol_info): Remove eons old ifdeffed out code.
1138 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1139 command.
1140
ef944135
TR
11412002-11-06 Theodore A. Roth <troth@openavr.org>
1142
1143 * c-exp.y: Add missing semi-colons.
1144 * f-exp.y: Add missing semi-colons.
1145 * m2-exp.y: Add missing semi-colons.
1146 * p-exp.y: Add missing semi-colons.
1147 Add empty action to start rule to avoid a type clash error when
1148 building with bison >= 1.50.
1149
f8302a57
JB
11502002-11-06 Jim Blandy <jimb@redhat.com>
1151
1152 * macrotab.h (struct macro_source_file): Doc fix.
1153
6e382aa3
JJ
11542002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1155
1156 * varobj.c (child_exists, cplus_number_of_children): Change
1157 STREQ macro references to strcmp.
1158 (cplus_name_of_child): Change code to handle the fact that
1159 fields are not necessarily contiguous with regards to their
1160 access control. This is a fix for PR gdb/792.
1161
a216a322
AC
11622002-11-05 Andrew Cagney <ac131313@redhat.com>
1163
1164 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1165 * gdbarch.h, gdbarch.c: Regnerate.
1166 * frame.h (frame_register): Declare.
1167 * frame.c (frame_register): New function.
1168 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1169 GET_SAVED_REGISTER, otherwize call
1170 generic_unwind_get_saved_register.
1171 (frame_register_read): Use frame_register instead of
1172 get_saved_register.
1173
7d5b6fdd
EZ
11742002-11-05 Elena Zannoni <ezannoni@redhat.com>
1175
1176 From Jim Ingham <jingham@apple.com>:
1177 * event-top.c (gdb_disable_readline): New function.
1178 (_initialize_event_loop): Move comment.
1179
b7c64260
EZ
11802002-11-05 Elena Zannoni <ezannoni@redhat.com>
1181
1182 * event-loop.c (start_event_loop): Add comment.
1183 Update copyright.
1184
c2e1b8f2
AC
11852002-11-05 Andrew Cagney <ac131313@redhat.com>
1186
1187 * infcmd.c (default_print_registers_info): Do not call
1188 PRINT_REGISTER_HOOK.
1189
87647bb0
AC
11902002-11-05 Andrew Cagney <ac131313@redhat.com>
1191
1192 * sparc-tdep.c (sparc_print_register_hook): Make static.
1193 (sparc_print_registers_info): New function.
1194 (sparc_do_registers_info): New function.
1195 (sparclet_print_registers_info): New function.
1196 (sparclet_do_registers_info): New function.
1197 (do_sparc_print_registers_info): New function.
1198 (sparc_print_registers): New static function, clone of infcmd.c's
1199 default_print_registers_info.
1200 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1201 (sparclet_do_registers_info): Declare.
1202 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1203 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1204 Re-define.
1205 (sparc_do_registers_info): Declare.
1206 (PRINT_REGISTER_HOOK): Delete macro.
1207 (sparc_print_register_hook): Delete declaration.
1208
8155455b
DC
12092002-11-05 David Carlton <carlton@math.stanford.edu>
1210
1211 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1212 functions.
1213 (lookup_symbol_aux_local): New function.
1214 (lookup_symbol_aux_symtabs): New function.
1215 (lookup_symbol_aux_psymtabs): New function.
1216
29924310
DC
12172002-11-05 David Carlton <carlton@math.stanford.edu>
1218
1219 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1220 previous values of 'objfile' and 'block'.
1221
cc303028
PM
12222002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1223
1224 * values.c (value_change_enclosing_type): Set
1225 enclosing_type field correctly also for the case where
1226 more memory needs to be allocated.
1227
1d70089a
MK
12282002-11-03 Mark Kettenis <kettenis@gnu.org>
1229
f16a25ae
MK
1230 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1231 of puts_filtered.
1232
1d70089a
MK
1233 * i387-tdep.c (i387_print_float_info): Replace calls to
1234 register_read and deprecated_read_register_gen with calls to
1235 frame_register_read, and make the necessary adjustments to the
1236 surrounding code.
1237
7e20f3fb
AC
12382002-11-02 Andrew Cagney <ac131313@redhat.com>
1239
1240 * gdbarch.sh (register_reggroup_p): Allow default value.
1241 * gdbarch.h, gdbarch.c: Regenerate.
1242
192dbe33
AC
12432002-11-02 Andrew Cagney <ac131313@redhat.com>
1244
1245 * regcache.h: Add coment indicating replacements for deprecated
1246 functions.
1247
b59ff9d5
AC
12482002-11-02 Andrew Cagney <cagney@redhat.com>
1249
1250 * reggroups.h, reggroups.c: New files.
1251 * regcache.c: Include "reggroups.h".
1252 (enum regcache_dump_what): Add `regcache_dump_groups'.
1253 (regcache_dump): Contract size of the "Type" column. When
1254 specified, dump the register's groups.
1255 (maintenance_print_register_groups): New function.
1256 (_initialize_regcache): Add command `maint print register-groups'.
1257 * Makefile.in (COMMON_OBS): Add reggroups.o
1258 (SFILES): Add reggroups.c.
1259 (reggroups_h): Define.
1260 (regcache.o, gdbarch.o): Update dependencies.
1261 (reggroups.o): Specify dependencies.
1262 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1263 Add opaque declaration for `struct reggroup' in generated .h file.
1264 Include "reggroups.h" in generated .c file.
1265 gdbarch.h, gdbarch.c: Re-generate.
1266
4caf0990
AC
12672002-11-02 Andrew Cagney <cagney@redhat.com>
1268
1269 * regcache.h (deprecated_read_register_gen): Rename
1270 read_register_gen.
1271 (deprecated_write_register_gen): Rename write_register_gen.
1272 * i387-tdep.c: Update.
1273 * x86-64-linux-nat.c: Update
1274 * wince.c: Update.
1275 * thread-db.c: Update.
1276 * win32-nat.c: Update.
1277 * mips-tdep.c: Update.
1278 * d10v-tdep.c: Update.
1279 * cris-tdep.c: Update.
1280 * remote-sim.c: Update.
1281 * remote-rdi.c: Update.
1282 * remote-rdp.c: Update.
1283 * frame.c: Update.
1284 * target.c: Update.
1285 * blockframe.c: Update.
1286 * x86-64-tdep.c: Update.
1287 * xstormy16-tdep.c: Update.
1288 * sh-tdep.c: Update.
1289 * s390-tdep.c: Update.
1290 * rs6000-tdep.c: Update.
1291 * sparc-tdep.c: Update.
1292 * i386-tdep.c: Update.
1293 * dwarf2cfi.c: Update.
1294 * regcache.c: Update.
1295
7a7adcdf
JB
12962002-11-01 Joel Brobecker <brobecker@gnat.com>
1297
1298 New interix-specific files:
1299 * config/i386/nm-interix.h: New file.
1300 * config/i386/interix.mh: New file.
1301 * config/i386/interix.mt: New file.
1302 * i386-interix-nat.c: New file.
1303 * i386-interix-tdep.c: New file.
1304
bdcdd535
AC
13052002-11-01 Andrew Cagney <cagney@redhat.com>
1306
1307 * frame.h (deprecated_generic_get_saved_register): Rename
1308 generic_get_saved_register.
1309 * blockframe.c (deprecated_generic_get_saved_register): Update.
1310 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1311 (xstormy16_frame_saved_register): Update.
1312 * sh-tdep.c (sh_gdbarch_init): Update.
1313 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1314 * ia64-tdep.c (ia64_get_saved_register): Update.
1315 * cris-tdep.c (cris_gdbarch_init): Update.
1316 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1317 * arm-tdep.c (arm_gdbarch_init): Update.
1318
2a4b7c45
DJ
13192002-10-31 Daniel Jacobowitz <drow@mvista.com>
1320
1321 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1322
ef17e74b
DJ
13232002-10-31 Daniel Jacobowitz <drow@mvista.com>
1324
1325 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1326 trampolines in sigaction.
1327
4904ba5b
AC
13282002-10-31 Andrew Cagney <cagney@redhat.com>
1329
1330 * h8300-tdep.c: Include "gdb_assert.h".
1331 (h8300_print_register): Add gdbarch, file and frame parameters.
1332 Use frame_read_unsigned_register to read the register's value.
1333 Use fprintf_filtered to display output.
1334 (h8300_print_registers_info): Replace h8300_do_registers_info.
1335 (h8300_gdbarch_init): Set print_registers_info.
1336
f908a0eb
AC
13372002-10-31 Andrew Cagney <cagney@redhat.com>
1338
1339 * frame.c (frame_read_unsigned_register): New function.
1340 (frame_read_signed_register): New function.
1341 * frame.h (frame_read_unsigned_register): Declare.
1342 (frame_read_signed_register): Declare.
1343
c5646e11
AC
13442002-10-31 Andrew Cagney <cagney@redhat.com>
1345
1346 * h8500-tdep.c (h8500_print_registers_info): New static function,
1347 clone of infcmd.c's default_print_registers_info.
1348 (h8500_do_registers_info): New funtion.
1349 (h8500_print_register_hook): Rename print_register_hook, make
1350 static.
1351
1352 * config/h8500/tm-h8500.h: Update copyright.
1353 (DEPRECATED_DO_REGISTERS_INFO): Define.
1354 (h8500_do_registers_info: Declare.
1355 (PRINT_REGISTER_HOOK): Delete macro.
1356 (print_register_hook): Delete function.
1357
0bdd672b
AC
13582002-10-31 Andrew Cagney <cagney@redhat.com>
1359
1360 * z8k-tdep.c (z8k_print_register_hook): Make static.
1361 (z8k_print_registers_info): New static function, clone of
1362 infcmd.c's default_print_registers_info.
1363 (z8k_do_registers_info): New function. Wrap
1364 z8k_print_registers_info.
1365 * config/z8k/tm-z8k.h: Update copyright.
1366 (PRINT_REGISTER_HOOK): Delete macro.
1367 (z8k_print_register_hook): Delete declaration.
1368 (DEPRECATED_DO_REGISTERS_INFO): Define.
1369 (z8k_do_registers_info): Declare.
1370
bf9c25dc
JB
13712002-10-30 Joel Brobecker <brobecker@gnat.com>
1372
1373 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1374 as this is already provided by value.h, and was actually causing
1375 a compilation error because of a conflict in parameter type
1376 declaration due to a missing const keyword.
1377 (low_text_segment_addres): Fix a compilation warning.
1378
2c665b51
DJ
13792002-10-29 Daniel Jacobowitz <drow@mvista.com>
1380
1381 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1382 registers without a name.
1383 (mips_linux_cannot_store_register): Don't store registers without
1384 a name.
1385
e70ea697
DC
13862002-10-28 David Carlton <carlton@math.stanford.edu>
1387
1388 * symtab.c (find_addr_symbol): Delete. (It was already commented
1389 out.)
1390 * symtab.h: Delete prototype for find_addr_symbol.
1391
903ad3a6
AC
13922002-10-26 Andrew Cagney <cagney@redhat.com>
1393
1394 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1395 DO_REGISTERS_INFO.
1396 gdbarch.h, gdbarch.c: Re-generate.
1397 * infcmd.c (default_print_registers_info): Update reference.
1398 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1399 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1400 * sh-tdep.c (sh_gdbarch_init): Ditto.
1401 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1402 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1403
ab91194c
MK
14042002-10-26 Mark Kettenis <kettenis@gnu.org>
1405
e3033f15
MK
1406 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1407 cfi_init_extra_frame_info.
1408 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1409 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1410
b83b026c
MK
1411 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1412 target where necessary. Add more comments and remove the ones
1413 that don't provide any useful information.
1414
267bf4bb
MK
1415 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1416 deprecated_read_register_dummy with
1417 frame_unwind_unsigned_register.
1418
751f1375
MK
1419 * i386-tdep.c (i386_extract_struct_value_address): Use
1420 regcache_raw_read_unsigned instead of
1421 regcache_cooked_read_unsigned since we know that the register
1422 we're reading isn't a pseudo register. Rename variable 'val' into
1423 the more descriptive 'addr'.
1424
26abbdc4
MK
1425 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1426 (x86_64_push_return_address): Add comment.
1427 (x86_64_pop_frame): Make static.
1428 (examine_argument): Clarify comment.
1429 (x86_64_skip_prologue): Make prolog_expact variable static.
1430
9f1549cc
MK
1431 * dwarf2cfi.c: Fix some formatting problems.
1432 (context_cpy, read_encoded_pointer): Clarify comments.
1433
ab91194c
MK
1434 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1435 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1436 i386 target back into x86_64_gdbarch_init. Add some comments and
1437 remove meaningless ones.
1438
72367fb4
AC
14392002-10-25 Andrew Cagney <cagney@redhat.com>
1440
1441 * complaints.h (struct deprecated_complaint): Rename `struct
1442 complaint'.
1443 * complaints.c (complain): Update.
1444 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1445 incorrect comment indicating that "symfile.h" was being included
1446 for the `struct complaint' definition.
1447 * remote-vx.c: Update.
1448 * objc-lang.c: Update.
1449 * xcoffread.c: Update.
1450 * hpread.c: Update.
1451 * mdebugread.c: Update.
1452 * stabsread.c: Update.
1453 * dwarf2read.c: Update.
1454 * dwarfread.c: Update.
1455 * elfread.c: Update.
1456 * coffread.c: Update.
1457 * stabsread.h: Update.
1458 * dbxread.c: Update.
1459 * buildsym.c: Update.
1460 * gdbtypes.c: Update.
1461 * macrotab.c: Update.
1462
1f2baacc
MK
14632002-10-25 Mark Kettenis <kettenis@gnu.org>
1464
0c1a73d6
MK
1465 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1466 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1467 (x86_64_init_abi): ...new function.
1468
6aee4d54 1469 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
1470 * i386v-nat.c: Include "i386-tdep.h".
1471
8f9cbe01
AC
14722002-10-25 Andrew Cagney <cagney@redhat.com>
1473
5f11f355
AC
1474 * gdbtypes.c (address_space_name_to_int): Update.
1475 (address_space_int_to_name): Update.
1476 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1477 multi-arch predicate.
1478 (address_class_name_to_type_flags): Ditto.
1479 * gdbarch.h, gdbarch.c: Re-generate.
1480
8f9cbe01
AC
1481 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1482
e8d96a5d
MH
14832002-10-24 Martin M. Hunt <hunt@redhat.com>
1484
1485 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1486
fe39c653
EZ
14872002-10-24 Elena Zannoni <ezannoni@redhat.com>
1488
1489 * symtab.h (INIT_SAL): Delete macro.
1490 (init_sal): Export.
1491 * symtab.c (init_sal): New function.
1492
1493 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1494 to init_sal function call.
1495 (find_sal_from_funcs_and_line): Ditto.
1496 (all_sals_for_line): Ditto.
1497 * breakpoint.c (create_internal_breakpoint): Ditto.
1498 (create_fork_vfork_event_catchpoint): Ditto.
1499 (create_exec_event_catchpoint): Ditto.
1500 (parse_breakpoint_sals): Ditto.
1501 (watch_command_1): Ditto.
1502 (handle_gnu_4_16_catch_command): Ditto.
1503 (clear_command): Ditto.
1504 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1505 * infcmd.c (run_stack_dummy): Ditto.
1506 * infrun.c (process_event_stop_test): Ditto.
1507 (check_sigtramp2): Ditto.
1508 (step_over_function): Ditto.
1509 * linespec.c (decode_line_2): Ditto.
1510 (decode_line_1): Ditto.
1511 * source.c (line_info): Ditto.
1512 * symtab.c (find_pc_sect_line): Ditto.
1513
baed091b
ML
15142002-10-24 Michal Ludvig <mludvig@suse.cz>
1515
1516 * dwarf2cfi.c (struct context)
1517 (struct context_reg): Moved to dwarf2cfi.h
1518 (context_alloc, frame_state_alloc, context_cpy):
1519 Made extern instead of static, removed prototypes.
1520 * dwarf2cfi.h (struct context)
1521 (struct context_reg): New, moved from dwarf2cfi.c
1522 (context_alloc, frame_state_alloc, context_cpy):
1523 New prototypes.
1524 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1525 Changed from static to extern.
1526 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1527 (LINUX_SIGCONTEXT_FP_OFFSET)
1528 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1529 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1530 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1531 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1532 set_gdbarch_*() calls now use x86-64 specific functions
1533 instead of DWARF2 CFI ones.
1534 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1535 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1536 (x86_64_init_extra_frame_info): New prototypes.
1537
c38da1af
DC
15382002-10-23 David Carlton <carlton@math.stanford.edu>
1539
1540 * linespec.c: #include "parser-defs.h".
1541 Delete prototype for find_template_name_end.
1542 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1543
fb9b6b35
JJ
15442002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1545
1546 * NEWS: add recent mi fixes.
1547 * varobj.c (struct varobj): Add new "updated" flag.
1548 (new_variable): Default "updated" flag to 0.
1549 (varobj_set_value): Set "updated" flag to 1 if value
1550 changes.
1551 (varobj_update): Check varobj "updated" flag before
1552 comparing old and refreshed values. Fix for
1553 PR gdb/702.
1554
8da065d5
DC
15552002-10-23 David Carlton <carlton@math.stanford.edu>
1556
1557 * parse.c (parse_exp_1): Use BLOCK_START.
1558 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1559 SYMBOL_BLOCK_VALUE.
1560 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1561
87f2f08c
DC
15622002-10-23 David Carlton <carlton@math.stanford.edu>
1563
1564 * symtab.c: Delete cplusplus_hint.
1565 Delete prototype for find_template_name_end.
1566
88cda038
EZ
15672002-10-23 Elena Zannoni <ezannoni@redhat.com>
1568
1569 * symtab.h: Update comment.
1570
2625d86c
MS
15712002-10-23 Michael Snyder <msnyder@redhat.com>
1572
1573 * printcmd.c (address_info): Restore quotes in output.
1574 * valops.c (value_of_local): Restore quotes in error message.
1575
9cc0d196
EZ
15762002-10-23 Elena Zannoni <ezannoni@redhat.com>
1577
1578 * symtab.c (symbol_demangled_name): New function.
1579 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1580 turning most of it into a function.
1581 (symbol_demangled_name): Export.
1582
19de93d0
MS
15832002-10-23 Michael Snyder <msnyder@redhat.com>
1584
1585 * valops.c (value_of_local): Restore quotes in error message.
1586
89aad1f9
EZ
15872002-10-23 Elena Zannoni <ezannoni@redhat.com>
1588
1589 * symtab.c (symbol_init_language_specific): New function.
1590 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1591 turning most of it into a function.
1592 (symbol_init_language_specific): Export.
1593
d9fa45fe
DC
15942002-10-23 David Carlton <carlton@math.stanford.edu>
1595
1596 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1597 (dwarf_attr_name): Ditto.
1598 (dwarf_type_encoding_name): Ditto.
1599 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1600 (process_die): Handle DW_TAG_namespace,
1601 DW_TAG_imported_declaration, DW_TAG_imported_module.
1602 (read_namespace): New function.
1603
1045b512
JB
16042002-10-22 Joel Brobecker <brobecker@gnat.com>
1605
1606 * configure.in: Define NEW_PROC_API on Interix too.
1607 * configure: Regenerate.
1608
16092002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
1610
1611 * configure: Regenerate using the proper version of autoconf.
1612
3987b9d4
EZ
16132002-10-21 Elena Zannoni <ezannoni@redhat.com>
1614
1615 * findvar.c (read_var_value): Temporarily disable TLS code, until
1616 complete TLS support is added.
1617
9d774e44
EZ
16182002-10-21 Jim Blandy <jimb@redhat.com>
1619 Elena Zannoni <ezannoni@redhat.com>
1620
1621 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1622 for thread local storage locations.
1623 (struct symbol): Add objfile field.
1624 (SYMBOL_OBJFILE): Define.
1625 * dwarf2read.c (is_thread_local): New static variable.
1626 (new_symbol): If variable is in thread local fill in address class
1627 and objfile appropriately.
1628 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1629 stack operation.
1630 * printcmd.c (address_info): Print the information for thread
1631 local storage variable.
1632 * findvar.c (read_var_value): In case of thread local variable,
1633 defer to the target vector code to compute address.
1634
bc4a16ae
EZ
16352002-10-21 Elena Zannoni <ezannoni@redhat.com>
1636
1637 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1638 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1639
407caf07
EZ
16402002-10-21 Elena Zannoni <ezannoni@redhat.com>
1641
1642 * symtab.h (address_class): Rename
1643 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1644 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1645 * printcmd.c (address_info): Ditto.
1646 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1647
005328e3
MK
16482002-10-20 Mark Kettenis <kettenis@gnu.org>
1649
afdb036a
MK
1650 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1651 DBREG_DRX macro to acces debug registers.
1652
ca02e098
MK
1653 * Makefile.in (i386obsd-tdep.o): New target.
1654
03cc47f7
MK
1655 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1656 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1657
005328e3
MK
1658 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1659 * config/i386/obsd.mt: New file.
1660 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1661 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1662 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1663 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1664 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1665 * i386obsd-tdep.c: New file.
1666
9c96f9f2
AF
16672002-10-19 Adam Fedor <fedor@gnu.org>
1668
1669 * objc-exp.y (name_not_typename): Fix invalid comment.
1670
ce1ed485
MK
16712002-10-20 Mark Kettenis <kettenis@gnu.org>
1672
1673 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1674 to allocate partial syms and macro byte caches.
1675
1efc7aaa
DC
16762002-10-18 David Carlton <carlton@math.stanford.edu>
1677
1678 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1679
7e1d63ec
AF
16802002-10-18 Adam Fedor <fedor@gnu.org>
1681
1682 * stabsread.c (find_name_end): New function.
1683 (define_symbol): Use it.
1684
6e8d29a9
DJ
16852002-10-18 Daniel Jacobowitz <drow@mvista.com>
1686
1687 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1688 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1689 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1690 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1691
1efc7aaa 16922002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1693
1694 * symfile.h: Add opaque declaration for struct obstack.
1695 Declare obsavestring to take a const char *.
1696 * symfile.c (obsavestring): Make first argument a const char *.
1697
1aeae86e
AF
16982002-10-16 Adam Fedor <fedor@gnu.org>
1699
1700 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1701 names when matching breakpoints in current file.
1702
8b2dbe47
KB
17032002-10-16 Kevin Buettner <kevinb@redhat.com>
1704
1705 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1706 (read_tag_pointer_type): Add address class support.
1707 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1708 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1709 New methods.
1710 * gdbarch.h, gdbarch.c: Regenerate.
1711 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1712 (make_type_with_address_space, recursive_type_dump): Add address
1713 class support.
1714 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1715 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1716 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1717
74451869
KD
17182002-10-16 Klee Dienes <kdienes@apple.com>
1719
1720 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1721 to get the last character of a char[] buffer, not
1722 name[sizeof(vptr_name)-1].
1723
ff4cb3e8
AF
17242002-10-14 Adam Fedor <fedor@gnu.org>
1725
1726 * symtab.h: New objc_specific struct.
1727 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1728 (SYMBOL_DEMANGLED_NAME): Likewise.
1729
da2cf7e0
AF
17302002-10-14 Adam Fedor <fedor@gnu.org>
1731
1732 * symfile.c (init_filename_language_table): Add ObjC file extension.
1733
4a351cef
AF
17342002-10-14 Adam Fedor <fedor@gnu.org>
1735
1736 * utils.c (puts_filtered_tabular): New function.
1737 (fprintf_symbol_filtered): Get ObjC demangled name.
1738 * defs.h (puts_filtered_tabular): Declared.
1739
9750e763
KB
17402002-10-14 Kevin Buettner <kevinb@redhat.com>
1741
1742 * c-lang.h (c_type_print_varspec_prefix): Delete.
1743 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1744 ``need_post_space'' parameter. Adjust all callers.
1745
eee771c1
DJ
17462002-10-14 Daniel Jacobowitz <drow@mvista.com>
1747
1748 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1749 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1750 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1751 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1752
46c82446
AF
17532002-10-13 Adam Fedor <fedor@gnu.org>
1754
1755 * source.c (print_source_lines): Update comments.
1756
d069f99d
AF
17572002-10-13 Adam Fedor <fedor@gnu.org>
1758
1759 * valops.c (value_of_local): New function.
1760 (value_of_this): Use it.
1761 * value.h (value_of_local): Declared.
1762
53c551b7
AF
17632002-10-13 Adam Fedor <fedor@gnu.org>
1764
1765 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1766 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1767
eb392fbf
AF
17682002-10-12 Adam Fedor <fedor@gnu.org>
1769
1770 * language.c (binop_result_type): Add language_objc to case.
1771 (integral_type): Likewise.
1772 (character_type): Likewise.
1773 (string_type): Likewise.
1774 (boolean_type): Likewise.
1775 (structured_type): Likewise.
1776 (binop_type_check): Likewise.
1777
e2b23ee9
AF
17782002-10-11 Adam Fedor <fedor@gnu.org>
1779
1780 * printcmd.c (address_info): Print 'self' for ObjC.
1781
b01ab485
AF
17822002-10-11 Adam Fedor <fedor@gnu.org>
1783
1784 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1785 OP_SELF.
1786
806e6073
AF
17872002-10-11 Adam Fedor <fedor@gnu.org>
1788
1789 * language.h (CAST_IS_CONVERSION): Add language_objc.
1790
50f85cdf
AF
17912002-10-11 Adam Fedor <fedor@gnu.org>
1792
1793 * defs.h (enum language): Add language_objc.
1794
0d540cdf
KD
17952002-10-11 Klee Dienes <kdienes@apple.com>
1796
69266111 1797 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1798 * gdbcore.h (read_memory_typed_address): Add prototype.
1799 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1800 to read a value destined for a CORE_ADDR, not read_memory_integer.
1801 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1802 (f77_get_dynamic_lowerbound): Ditto.
1803
d5dc7960
MH
18042002-10-11 Martin M. Hunt <hunt@redhat.com>
1805
1806 * utils.c (string_to_core_addr): After turning string into
1807 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1808 which will do necessary sign-extension, etc.
1809
8343f86c
DJ
18102002-10-11 Daniel Jacobowitz <drow@mvista.com>
1811
1812 * c-exp.y (THIS): Delete token and grammar rule.
1813 (yylex): Don't return THIS.
1814 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1815 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1816 * demangle.c (cplus_markers): Update comment. Put '$'
1817 first. Remove CPLUS_MARKER.
1818 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1819 * jv-exp.y (THIS): Delete token and grammar rule.
1820 (yylex): Don't return THIS.
1821 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1822 * objc-exp.y (THIS): Delete token and grammar rule.
1823 (yylex): Don't return THIS.
1824 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1825 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1826 (read_member_functions): Likewise for opname.
1827 (read_tilde_fields): Use is_cplus_marker.
1828
1829 * defs.h (CPLUS_MARKER): Don't define.
1830 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1831 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1832 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1833 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1834 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1835
1836 * config/i386/tm-i386v4.h: Delete file.
1837 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1838 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1839 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1840 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1841 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1842 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1843 * config/i386/i386v4.mt (TM_FILE): Likewise.
1844 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1845
967c0d83
MM
18462002-10-10 Marko Mlinar <markom@opencores.org>
1847
1848 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1849 accidentially not commited 2002-10-09
1850 * gdbarch.h, gdbarch.c: Re-generate.
1851
f74fa174
MM
18522002-10-09 Marko Mlinar <markom@opencores.org>
1853
1854 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1855 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1856 * gdbarch.h, gdbarch.c: Re-generate.
1857
57349743
JB
18582002-10-08 Petr Sorfa <petrs@caldera.com>
1859
1860 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1861
1862 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1863 so we can work on more than one compilation unit at a time. This
1864 helps prepare GDB to handle inter-CU die references.
1865 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1866 the code to be defined before struct comp_unit_head.
1867 (comp_unit_head): Added new members - offset, cu_head,
1868 begin_die, next and dwarf2_abbrevs.
1869 (dwarf2_abbrevs): Removed single static var; now member of
1870 struct comp_unit_head.
1871 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1872 members.
1873 (psymtab_to_symtab_1): Changed to work with the new
1874 struct comp_unit_head.
1875 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1876 constructs the dwarf2_abbrevs[] inside the cu_header.
1877 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1878 dwarf2_abbrev table to clean up.
1879 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1880 handling of dwarf2_abbrevs inside the cu_header.
1881 (read_partial_die): Now supports the call to the new
1882 dwarf2_lookup_abbrev.
1883 (read_full_die): Now supports the call to the new
1884 dwarf2_lookup_abbrev.
1885
4092aadb
CF
18862002-10-06 Christopher Faylor <cgf@redhat.com>
1887
1888 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1889 insure that shell variables, such as "transformed_name" are propagated
1890 to later shell statements in rule.
1891
af0b2512
MK
18922002-10-06 Mark Kettenis <kettenis@gnu.org>
1893
1894 * config/i386/nm-i386sco.h: Add protection against
1895 multiple-inclusion. Include "i386/nm-i386v.h".
1896 (REGISTER_U_ADDR): Remove define.
1897 (i386_register_u_addr): Remove prototype.
1898
d6020d45
MS
18992002-10-04 Michael Snyder <msnyder@redhat.com>
1900
1901 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1902 before treating it as a single-step event.
1903
7248f48e
AF
19042002-10-03 Adam Fedor <fedor@gnu.org>
1905
1906 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1907 (objc_demangle): Remove assignment in if statements, Replace
1908 free with xfree.
1909 (add_msglist): Likewise.
1910 (end_msglist): Likewise.
1911 (complare_selectors): Likewise.
1912 (selectors_info): Likewise.
1913 (compare_classes): Likewise.
1914 (classes_info): Likewise.
1915 (print_object_command): Likewise.
1916 (find_objc_msgcall_submethod): Replace PTR with void *.
1917 * objc-lang.h: Remove check for __STDC__.
1918
52c6a6ac
JJ
19192002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1920
1921 * ui-out.h (ui_out_field_fmt_int): New prototype.
1922 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1923 of field width and alignment.
1924 * stack.c (print_frame_info_base): When printing frame level, use
1925 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1926 PR gdb/192
1927
7e3cec17
JJ
19282002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1929
1930 * MAINTAINERS: Add self to Write After Approval list.
1931
a58dd373
EZ
19322002-10-02 Elena Zannoni <ezannoni@redhat.com>
1933
1934 * infcmd.c (interrupt_target_command_wrapper): Delete.
1935 (interrupt_target_command): Make non static.
1936 (nofp_registers_info): Make static.
1937 * stack.c (return_command_wrapper): Delete.
1938 (return_command): Make non static.
1939
cee6ddeb
EZ
19402002-10-02 Elena Zannoni <ezannoni@redhat.com>
1941
1942 * event-top.c (gdb_setup_readline): New function. Code moved from
1943 _initialize_event_loop().
1944 (_initialize_event_loop): Call gdb_setup_readline().
1945
c4ed33b9
AC
19462002-10-02 Andrew Cagney <ac131313@redhat.com>
1947
1948 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1949 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1950 * gdbarch.h, gdbarch.c: Re-generate.
1951
cef4f5dd
DJ
19522002-10-02 Daniel Jacobowitz <drow@mvista.com>
1953
1954 Fix PR gdb/778
1955 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1956 before recursing.
1957 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1958 of fill_in_vptr_fieldno.
1959
36dc181b 19602002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1961
36dc181b
EZ
1962 * inferior.h (registers_info, stepi_command, nexti_command,
1963 continue_command, interrupt_target_command): Export from infcmd.c.
1964 * frame.h (args_info, selected_frame_level_changed_hook,
1965 return_command): Export from stack.c.
1966 * v850ice.c (stepi_command, nexti_command, continue_command): use
1967 prototypes from inferior.h.
1968 * tracepoint.c (registers_info, args_info, locals_info): Use
1969 prototypes from frame.h and inferior.h.
1970 * Makefile.in (mi-main.o): Add dependency on frame.h.
1971
6f99cb26
AC
19722002-10-02 Andrew Cagney <ac131313@redhat.com>
1973
da3eff49
AC
1974 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1975 value in register 3 adjusted by ppc_gp0_regnum.
1976
6f99cb26
AC
1977 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1978
da615bee
MM
19792002-10-02 Marko Mlinar <markom@opencores.org>
1980
1981 * MAINTAINERS: Add myself to the Write After Approval list.
1982
d154bee2
AO
19832002-10-01 Alexandre Oliva <aoliva@redhat.com>
1984
62a49b2c
AO
1985 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1986 of the section for the N64 ABI, fixed.
1987
d154bee2
AO
1988 * config/mips/tm-irix6.h: Include solib.h.
1989
ed348acc
EZ
19902002-10-01 Elena Zannoni <ezannoni@redhat.com>
1991
1992 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1993 GNU operators.
1994
da0f9dcd
AC
19952002-10-01 Andrew Cagney <ac131313@redhat.com>
1996
1997 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1998 and that "mi0" syntax has been removed.
1999
bdf64bac
DC
20002002-09-30 David Carlton <carlton@math.stanford.edu>
2001
2002 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
2003 * ppc-sysv-tdep.c: #include "gdb_string.h".
2004 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
2005 pacify GCC.
2006
54c2a1e6
AC
20072002-10-01 Andrew Cagney <ac131313@redhat.com>
2008
2009 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
2010 "vrsave"'s register number.
2011
cedea778
AC
20122002-09-30 Andrew Cagney <ac131313@redhat.com>
2013
2014 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
2015 use frame_unwind_signed_register to obtain the PC.
2016 (mips_frame_chain): Handle a generic dummy frame.
2017 (mips_init_extra_frame_info): When a generic dummy frame, don't
2018 re-compute the frame base.
2019 (mips_pop_frame): Handle generic dummy frames.
2020 (mips_gdbarch_init): When generic dummy frames, set
2021 use_generic_dummy_frames, push_dummy_frame to
2022 generic_push_dummy_frame, pc_in_call_dummy to
2023 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
2024 generic_save_dummy_frame_tos.
2025
68315eb8
AC
20262002-09-30 Andrew Cagney <ac131313@redhat.com>
2027
2028 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
2029 against TOP when TOP was explictly set.
2030 (generic_push_dummy_frame): Set TOP to zero.
2031
3b8630c3
EZ
20322002-09-30 Elena Zannoni <ezannoni@redhat.com>
2033
2034 * event-loop.c (start_event_loop): Rename variable 'result' to
2035 'gdb_result', to avoid conflicts with upcoming intepreters changes.
2036
28ee05e9
KS
20372002-09-30 Keith Seitz <keiths@redhat.com>
2038
2039 * gdb-events.sh (selected_thread_changed): New event.
2040 * gdb-events.c: Regenerated.
2041 * gdb-events.h: Regenerated.
2042
6eecb1c8
HPN
20432002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2044
2045 * MAINTAINERS: Add self to Write After Approval list.
2046
92df71f0
FN
20472002-09-30 Fernando Nasser <fnasser@redhat.com>
2048
3b8630c3
EZ
2049 * disasm.c: New file.
2050 * disasm.h: New file.
92df71f0
FN
2051 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
2052 (compare_lines): Ditto.
2053 (dump_insns): Ditto.
3b8630c3
EZ
2054 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
2055 argument.
92df71f0 2056 (do_assembly_only): Ditto.
3b8630c3
EZ
2057 (do_disassembly): Renamed to gdb_disassembly and moved to
2058 disasm.c. Sdded uiout argument.
2059 * Makefile.in: Add new files. Reorder SFILES list. Update
2060 dependencies. Include libgdb.a later in the insight executable.
92df71f0 2061
0c22854d
AC
20622002-09-29 Andrew Cagney <ac131313@redhat.com>
2063
2064 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
2065 bfd/elf64-alpha-fbsd.c.
2066
e67f2023
AC
20672002-09-29 Andrew Cagney <ac131313@redhat.com>
2068
2069 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
2070 i386gnu-tdep.c.
2071
89396210
AC
20722002-09-29 Andrew Cagney <ac131313@redhat.com>
2073
2074 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
2075 __FUNCTION__.
2076 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
2077 function name.
2078 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
2079 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
2080 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
2081 (S_msg_sig_post_reply): Ditto.
2082
7079c36c
CV
20832002-09-28 Corinna Vinschen <vinschen@redhat.com>
2084
89396210
AC
2085 * sh-tdep.c (sh_use_struct_convention): Use definition according
2086 to ABI.
7079c36c
CV
2087 (sh_push_arguments): Store in register with correct endianess.
2088 (sh_default_store_return_value): Ditto.
2089 (sh_gdbarch_init): Set sizeof long double to 8.
2090
975ac915
MK
20912002-09-27 Mark Kettenis <kettenis@gnu.org>
2092
2093 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2094 Fix some whitespace problems.
2095
9bbe19fb
DC
20962002-09-27 David Carlton <carlton@math.stanford.edu>
2097
2098 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2099 (mcore-tdep.o): Ditto.
2100 (ns32k-tdep.o): Ditto.
2101 (ns32knbsd-tdep.o): Ditto.
2102 (sh3-rom.o): Ditto.
2103 (vax-tdep.o): Ditto.
2104 * cris-tdep.c: #include "gdb_string.h"
2105 * mcore-tdep.c: Ditto.
2106 * ns32k-tdep.c: Ditto.
2107 * ns32knbsd-tdep.c: Ditto.
2108 * sh3-rom.c: Ditto.
2109 * vax-tdep.c: Ditto.
2110
43b2fdc7
DC
21112002-09-27 David Carlton <carlton@math.stanford.edu>
2112
2113 * config/djgpp/fnchange.lst: Add entries for
2114 gdb/testsuite/gdb.c++/m-static files.
2115
e8cfbbd9
JW
21162002-09-27 Jim Wilson <wilson@redhat.com>
2117
2118 * MAINTAINERS: Add myself to the Write After Approval list.
2119
43b2fdc7 21202002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
2121
2122 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2123
2124
9f3b7f07
AC
21252002-09-26 Andrew Cagney <ac131313@redhat.com>
2126
2127 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2128 frame.
2129
11269d7e
AC
21302002-09-26 Andrew Cagney <ac131313@redhat.com>
2131
2132 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2133 (rs6000_struct_return_address): Delete variable.
2134 (rs6000_store_struct_return): Update.
2135 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2136 deprecated_extract_struct_value_address.
2137 (rs6000_frame_align): New function.
2138 (rs6000_gdbarch_init): Set frame_align.
2139
f15ab4a7
AC
21402002-09-26 Andrew Cagney <ac131313@redhat.com>
2141
2142 From Grace Sainsbury <graces@redhat.com>:
2143 * Makefile.in (gdbtk-main.o): New target.
2144 (gdb.o): New target.
2145 (main_h): Define.
2146 (main.o): Update dependencies.
2147 (gdb$(EXEEXT)): Add gdb.o.
2148 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2149 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2150 (SUBDIR_GDBTK_CLEAN): Set.
2151 (install-gdbtk): Install the insight binary.
2152 (uninstall-gdbtk): New target.
2153 (all-gdbtk, clean-gdbtk): New rule.
2154 * top.c (use_windows): Default to zero.
2155 * main.c: Include "main.h".
2156 (main): Delete.
2157 (struct captured_main_args): Delete.
2158 (gdb_main): New function.
2159 * main.h: New file.
2160 * gdb.c: New File.
2161
e36180d7
AC
21622002-09-25 Andrew Cagney <cagney@redhat.com>
2163
2164 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2165 (frame_map_regnum_to_name): New function.
2166 (frame_map_name_to_regnum): New function.
2167 * frame.h (frame_map_name_to_regnum): Declare.
2168 (frame_map_regnum_to_name): Declare.
2169 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2170 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2171 * parse.c: Do not include "builtin-regs.h".
2172 (target_map_name_to_register): Delete function.
2173 (write_dollar_variable): Use frame_map_name_to_regnum.
2174 * parser-defs.h (target_map_name_to_register): Delete declaration.
2175 * expprint.c: Include "frame.h".
2176 (print_subexp): Use frame_map_regnum_to_name.
2177 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2178 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2179
8b69000d
AC
21802002-09-25 Andrew Cagney <ac131313@redhat.com>
2181
2182 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2183 wasn't saved, and the next innermost frame is a dummy, return the
2184 dummy frame's link register.
2185
046ca86a
JB
21862002-09-24 Jim Blandy <jimb@redhat.com>
2187
2188 Fix from Paul Breed:
2189 * main.c (captured_main): Add a `break' after the case for 'b'.
2190
94b66fa7
KS
21912002-09-24 Keith Seitz <keiths@redhat.com>
2192
2193 * varobj.c (c_type_of_child): Use get_target_type instead
2194 of TYPE_TARGET_TYPE.
2195
c214a6fd
FN
21962002-09-22 Fernando Nasser <fnasser@redhat.com>
2197
53cb0458
FN
2198 * source.c (get_current_or_default_source_symtab_and_line): Remove
2199 function.
2200 (set_default_source_symtab_and_line): New function. Attempts to
2201 determine a source file to list lines from if one is not currently
2202 defined.
2203 (get_current_source_symtab_and_line): Initialize sal.pc and
2204 sal.end fields.
2205 (set_current_source_symtab_and_line): Mark argument as const.
2206 * source.h: Update declarations and comments.
2207 * linespec.c (decode_line_1): Replace call to removed routine above.
2208 * stack.c (print_frame_info_base): Ditto.
2209 * cli/cli-cmds.c (edit_command): Ditto.
2210 (list_command): Ditto.
2211
22122002-09-22 Fernando Nasser <fnasser@redhat.com>
2213
d6020d45 2214 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 2215 sal.pc and sal.end fields.
c214a6fd
FN
2216 (get_current_or_default_source_symtab_and_line): Ditto.
2217 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2218 so we do not cause a new source symtab to be searched for (reverting an
2219 unintentional change from the 2002-09-20 patch).
2220 * scm-lang.c (scm_unpac): Ditto.
2221
cc3b68a5
AC
22222002-09-21 Andrew Cagney <cagney@redhat.com>
2223
2224 * complaints.c (symfile_explanations): Remove new-line from
2225 ``isolated_message''.
2226 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2227 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2228
5835abe7
NC
22292002-09-20 Nick Clifton <nickc@redhat.com>
2230
2231 * NEWS: Announce that V850EA ISA is no longer supported.
2232 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2233
a15ef5f5
DC
22342002-09-20 David Carlton <carlton@math.stanford.edu>
2235
06ba1b39
DC
2236 * Makefile.in (c-lang.o): Correct dependencies.
2237 (utils.o): Gather dependencies.
2238 (charset.o): Move.
a15ef5f5
DC
2239 * c-lang.c: #include "gdb_string.h"
2240
87885426
FN
22412002-09-20 Fernando Nasser <fnasser@redhat.com>
2242
2243 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2244 * cli/cli-cmds.c (list_command): New function. Implements the new
2245 cli edit command.
2246 (_init_cli_cmds): Add new command definition.
2247 * gdb.1: Document edit command.
2248 * doc/gdb.texinfo: Document edit command.
2249
22502002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
2251
2252 * source.c: Make global variables current_source_symtab and
2253 current_source_line static.
2254 (list_command): Moved to cli/cli-cmds.c.
2255 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2256 (get_first_line_listed): New accessor function.
2257 (get_lines_to_list): New accessor function.
2258 (get_current_source_symtab_and_line): New function. Retrieves the
2259 position in the source code that we consider current.
2260 (get_current_or_default_source_symtab_and_line): New function.
2261 Like the above but attempts to determine a default position if one
2262 is not currently defined.
2263 (set_current_source_symtab_and_line): New function. Sets the source
2264 code position considered current and returns the previously set one.
2265 (clear_current_source_symtab_and_line): Reset stored information about
2266 a current source line.
2267 (_initialize_source): Remove registration for the "list" command and
2268 its alias.
2269 * source.h: Add declarations for the new functions above.
2270 * symtab.h: Remove declarations for the global variables mentioned
2271 above.
2272 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2273 obtain current source line.
2274 * linespec.c (decode_line_1): Ditto.
2275 * macroscope.c (default_macro_scope): Ditto.
2276 * scm-lang.c (scm_unpac): Ditto.
2277 * stack.c (print_frame_info_base): Ditto.
2278 * symfile.c (clear_symtab_users): Ditto.
2279 * symtab.c (decode_line_spec): Ditto.
2280 * cli/cli-cmds.c (list_command): Moved here from source.c.
2281 (ambiguous_line_spec): Moved here from source.c.
2282 (_init_cli_cmds): Add definition for "list" and its alias.
2283 * Makefile.in: Update dependencies.
2284
ddd216ea
CV
22852002-09-20 Corinna Vinschen <vinschen@redhat.com>
2286
2287 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2288 with what gcc thinks is correct.
2289
6d305052
CV
22902002-09-20 Corinna Vinschen <vinschen@redhat.com>
2291
2292 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2293 multiple register push instruction.
2294
234b45d4
KB
22952002-09-19 Jim Blandy <jimb@redhat.com>
2296
2297 Add support for distinct host and target character sets.
2298 * charset.c, charset.h: New files.
2299 * c-exp.y: #include "charset.h".
2300 (yylex): Convert character and string literals to the target
2301 character set, before returning them as the semantic value of the
2302 token.
2303 * c-lang.c: #include "charset.h".
2304 (c_emit_char): Use charset-specific methods to recognize
2305 characters with backslash escape forms, to decide which characters
2306 to print literally and which to print using numeric escape
2307 sequences, and to convert target characters to host characters
2308 before printing.
2309 * utils.c: #include "charset.h".
2310 (no_control_char_error): New function.
2311 (parse_escape): Use charset-specific methods to recognize
2312 backslash escapes, parse `control character' notation, and convert
2313 characters from the host character set to the target character set.
2314 * configure.in: Set the default host character set.
2315 Check where to find iconv, and what its argument types might be.
2316 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2317 * Makefile.in (SFILES): List charset.c.
2318 (COMMON_OBS): List charset.o.
2319 (charset.o): New rule.
2320 (charset_h): New header dependency variable.
2321 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2322 (LIBICONV): New variable, set by configure.
2323 (CLIBS): Include $(LIBICONV) here.
2324 * aclocal.m4, config.in, configure: Regenerated.
2325
525d6a61
JB
23262002-09-19 Joel Brobecker <brobecker@gnat.com>
2327
2328 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2329 bison 1.35 warning.
2330
3ed93867
RE
23312002-09-19 Richard Earnshaw <rearnsha@arm.com>
2332
2333 * gdb_mbuild.sh: New file.
2334
437666f8
AC
23352002-09-19 Andrew Cagney <ac131313@redhat.com>
2336
2337 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2338
389e51db
AC
23392002-09-18 Andrew Cagney <ac131313@redhat.com>
2340
2341 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2342 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2343 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2344 valops.c, value.h: Revert previous change.
2345
3b4efeaa
MS
23462002-09-18 Michael Snyder <msnyder@redhat.com>
2347
2348 Preliminary support for Objective-C:
2349 * defs.h (language_objc): New enum value.
2350 (puts_filtered_tabular): Declaration only, exported from utils.c.
2351 (skip_quoted): Delete, declared in completer.h.
2352 * c-exp.y: Include completer.h.
2353 * p-exp.y: Ditto.
2354 * jv-exp.y: Ditto.
2355 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2356 New operator enum values.
2357 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2358 * language.c (binop_result_type): Handle language_objc case.
2359 (integral_type, character_type, string_type, boolean_type,
2360 structured_type, binop_type_check): Ditto.
2361 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2362 (struct objc_specific): Add to general_symbol_info.
2363 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2364 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2365 * parser-defs.h (struct objc_class_str): New struct type.
2366 (start_msglist, end_msglist, add_msglist): Declaration only,
2367 exported from objc-lang.c.
2368 * value.h (value_of_local, value_nsstring,
2369 call_function_by_hand_expecting_type): Exported from valops.c.
2370 * valops.c (find_function_addr): Export.
2371 (call_function_by_hand_expecting_type): New function.
2372 (value_of_local): New function.
2373 * symfile.c (init_filename_language_table): Add ".m" extension
2374 for Objective-C.
2375 * utils.c (puts_filtered_tabular): New function.
2376 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2377 (set/show demangle): Extend help-string to refer to ObjC.
2378 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2379 * stabsread.c (symbol_reference_defined): Objective-C symbols
2380 may contain colons: make allowances when scanning stabs strings
2381 for colons.
2382 (objc_find_colon): New function.
2383 * printcmd.c (address_info): If language == objc then print
2384 "self" instead of "this".
2385 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2386 OP_NSSTRING, and OP_SELF.
2387 (prefixify_subexp): Ditto.
2388 * source.c (print_source_lines): Mention objc in comment.
2389 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2390 method names.
2391
b9caf505
AC
23922002-09-18 Andrew Cagney <ac131313@redhat.com>
2393
2394 * complaints.h: Update copyright.
2395 (struct complaints): Declare.
2396 (struct complaint): Make `message' constant.
2397 (internal_complaint): Declare.
2398 (complaint): Declare.
2399 (complaint_root): Delete declaration.
2400 (symfile_complaints): Delete declaration.
2401 (struct complaints): Add opaque declaration.
2402 (clear_complaints): Add a complaints parameter.
2403 * complaints.c: Update copyright.
2404 (enum complaint_series): Define.
2405 (complaint_root): Delete.
2406 (struct complaints): Define.
2407 (complaint_sentinel, symfile_complaint_book): New variables.
2408 (symfile_explanations, symfile_complaints): New variables.
2409 New variables.
2410 (get_complaints): New function.
2411 (vcomplaint): New function.
2412 (complaint): New function.
2413 (internal_complaint): New function.
2414 (complain): Call vcomplain with symfile_complaint.
2415 (clear_complaints): Rewrite.
2416 (_initialize_complaints): Use add_setshow_command.
2417 * Makefile.in (complaints.o): Update dependencies.
2418 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2419 to call to clear_complaints.
2420 (new_symfile_objfile, reread_symbols): Ditto.
2421 (oldsyms_complaint): Delete.
2422 (empty_symtab_complaint, unknown_option_complaint): Delete.
2423 (free_named_symtabs): Use complaint instead of complain.
2424
d2e6263c
MS
24252002-09-18 Michael Snyder <msnyder@redhat.com>
2426
5fb2031a
AC
2427 Contributed by Apple Computer, Inc. Merged with current sources
2428 by Adam Fedor <fedor@doc.com> [cagney].
2429
d2e6263c
MS
2430 * objc-lang.c: First clean-up round: comments, indentation.
2431 * objc-lang.h: Ditto.
2432 * objc-lang.y: Ditto.
2433
dec43320
AC
24342002-09-18 Andrew Cagney <ac131313@redhat.com>
2435
2436 * maint.c (maintenance_internal_error): Print the parameter as the
2437 error message.
2438 (maintenance_internal_warning): New function.
2439 (_initialize_maint_cmds): Add command `maint internal-warning'.
2440
2441 * defs.h (internal_warning, internal_vwarning): Declare.
2442 * utils.c (struct internal_problem): Define.
2443 (internal_vproblem): New function.
2444 (internal_warning): New function.
2445 (internal_vwarning): New function.
2446 (internal_warning_problem, internal_error_problem): New variables.
2447 (internal_verror): Just call internal_vproblem.
2448
b81654f1
MS
24492002-09-18 Michael Snyder <msnyder@redhat.com>
2450
2451 * objc-lang.c: New file, support for Objective-C.
2452 Preliminary check-in, not yet integrated into gdb.
2453 * objc-lang.h: New file.
2454 * objc-exp.y: New file.
2455
0542c381
AC
24562002-09-18 Andrew Cagney <ac131313@redhat.com>
2457
7bda5e4a
AC
2458 * infrun.c (signal_stop_update): Convert definition to ISO C.
2459 (signal_print_update): Ditto.
2460 (signal_pass_update): Ditto.
2461 * inflow.c (terminal_save_ours): Ditto.
2462
5247b418
AC
2463 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2464 comments.
2465
fc60962c
AC
2466 * config/djgpp/fnchange.lst: Handle name clashes between
2467 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2468 bfd/coff-tic80.c.
2469
0542c381
AC
2470 * i386-linux-tdep.h: Fix tipo.
2471
5b924b9b
AF
24722002-09-18 Adam Fedor <fedor@gnu.org>
2473
2474 * MAINTAINERS: Add myself to the Write After Approval list.
2475
5afc051b
JB
24762002-09-18 Jim Blandy <jimb@redhat.com>
2477
2478 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2479 texthigh and textlow to reader-specific structs caused
2480 objfile_relocate to miss them. This is fixable, but the work that
2481 the change was supposed to prepare GDB for never got done anyway.
2482
eb944380
DC
24832002-09-18 David Carlton <carlton@math.stanford.edu>
2484
2485 * MAINTAINERS: Alphabetize Write After Approval list.
2486
948e66d9
DJ
24872002-09-18 Daniel Jacobowitz <drow@mvista.com>
2488
2489 Fix PR gdb/709
2490 * values.c (value_static_field): Call read_var_value.
2491
dc604539
AC
24922002-09-18 Andrew Cagney <ac131313@redhat.com>
2493
2494 * valops.c (hand_function_call): Align the initial stack pointer
2495 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2496 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2497 return value.
2498 * mips-tdep.c (mips_frame_align): New function.
2499 (mips_gdbarch_init): Set frame_align.
2500 * gdbarch.sh (FRAME_ALIGN): New method.
2501 * gdbarch.h, gdbarch.c: Re-generate.
2502
cb7e422f
ML
25032002-09-18 Michal Ludvig <mludvig@suse.cz>
2504
2505 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2506 registers.
2507
a094c6fb
AC
25082002-09-17 Andrew Cagney <ac131313@redhat.com>
2509
2510 * NEWS: Mention that MIPS $fp behavior changed.
2511 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2512 reference to FP_REGNUM.
2513 (mipsnbsd_cannot_store_register): Ditto.
2514 * mips-linux-nat.c: Update copyright.
2515 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2516 (mips_linux_cannot_store_register): Ditto.
2517 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2518 * config/mips/tm-mips.h: Update copyright.
2519 (FP_REGNUM): Delete macro.
2520 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2521 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2522 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2523 (mips_r3041_reg_names, mips_r3051_reg_names)
2524 (mips_r3081_reg_names): Replace "fp" with "".
2525 Fix PR gdb/480.
2526
45cf40d1
TR
25272002-09-17 Theodore A. Roth <troth@verinet.com>
2528
2529 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2530 generic_read_register_dummy() (PR gdb/703).
2531 (avr_push_return_address): #if 0 out unused vars.
2532 (avr_gdbarch_init): Enable use of avr_push_return_address().
2533
c7e701b5
MS
25342002-09-17 Michael Snyder <msnyder@redhat.com>
2535
d76ba2a5 2536 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
2537 RTE will take care of it.
2538
20bcf01c
AC
25392002-09-17 Andrew Cagney <ac131313@redhat.com>
2540
2541 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2542 invalid, return SP_REGNUM.
2543
009a9971 25442002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
2545
2546 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2547 point registers without sign extension.
2548
135c175f
AC
25492002-09-17 Andrew Cagney <cagney@redhat.com>
2550
2551 * blockframe.c (deprecated_read_register_dummy): Rename
2552 generic_read_register_dummy.
2553 * frame.c (frame_unwind_signed_register): New function.
2554 (frame_unwind_unsigned_register): New function.
2555 * frame.h (frame_unwind_signed_register): Declare.
2556 (frame_unwind_unsigned_register): Declare.
2557 (deprecated_read_register_dummy): Rename
2558 generic_read_register_dummy.
2559
2560 * h8300-tdep.c (h8300_frame_chain): Update.
2561 (h8300_frame_saved_pc): Update.
2562 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2563 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2564 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2565 (s390_frame_chain): Update.
2566 * v850-tdep.c (v850_find_callers_reg): Update.
2567 (v850_frame_saved_pc): Update.
2568 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2569 (m32r_find_callers_reg): Update.
2570 (m32r_frame_saved_pc): Update.
2571 * sh-tdep.c (sh_find_callers_reg): Update.
2572 (sh64_get_saved_pr): Update.
2573 (sh_init_extra_frame_info): Update.
2574 (sh_init_extra_frame_info): Update.
2575 (sh64_init_extra_frame_info): Update.
2576 (sh64_init_extra_frame_info): Update.
2577 * mcore-tdep.c (mcore_find_callers_reg): Update.
2578 (mcore_frame_saved_pc): Update.
2579 (mcore_init_extra_frame_info): Update.
2580 * i386-tdep.c (i386_frame_saved_pc): Update.
2581 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2582 (ia64_init_extra_frame_info): Update.
2583 (ia64_init_extra_frame_info): Update.
2584 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2585 * cris-tdep.c (cris_init_extra_frame_info): Update.
2586 * avr-tdep.c (avr_frame_chain): Update.
2587 (avr_init_extra_frame_info): Update.
2588 (avr_frame_saved_pc): Update.
2589 * arm-tdep.c (arm_find_callers_reg): Update.
2590 (arm_init_extra_frame_info): Update.
2591 (arm_frame_saved_pc): Update.
2592
a741e514
TT
25932002-09-17 Tom Tromey <tromey@redhat.com>
2594
2595 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2596 is "'".
2597
d1a8e808
CV
25982002-09-17 Corinna Vinschen <vinschen@redhat.com>
2599
2600 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2601 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2602 NEXT_PROLOGUE_INSN.
2603 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2604 NEXT_PROLOGUE_INSN.
2605
d9025a18
JB
26062002-09-16 Joel Brobecker <brobecker@gnat.com>
2607
2608 * osfsolib.c: Remove file, replaced by solib-osf.c.
2609 * Makefile.in: Remove compilation rules for osfsolib.c.
2610
1b2ef1b6
DC
26112002-09-16 David Carlton <carlton@math.stanford.edu>
2612
2613 * cp-valprint.c (cp_print_class_method): Correct args to
2614 check_stub_method_group.
2615
928e48af
CV
26162002-09-16 Corinna Vinschen <vinschen@redhat.com>
2617
2618 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2619 `set architecture'. Unify naming convention of functions.
2620 (h8300_skip_prologue): Improve prologue analysis.
2621 (h8300_push_arguments): Rewritten to more closely match GCC's
2622 bizarre argument-passing behavior, along with the comment describing
2623 said behavior.
2624 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2625 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2626 sim, remote-e7000.c, remote-hms.c and remote.c
2627
5e3397bb
MK
26282002-09-15 Mark Kettenis <kettenis@gnu.org>
2629
2630 * i386-tdep.c (gdb_print_insn_i386): Removed.
2631 (i386_print_insn): New function.
2632 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2633 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2634 tm_print_insn_info.
2635
f710f4fc
MK
26362002-09-14 Mark Kettenis <kettenis@gnu.org>
2637
2638 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2639 zero.
2640
db54fef4
CV
26412002-09-14 Corinna Vinschen <vinschen@redhat.com>
2642
2643 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2644 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2645 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2646
2becadee
CF
26472002-09-13 Christopher Faylor <cgf@redhat.com>
2648
2649 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2650
de17c821
DJ
26512002-09-13 Daniel Jacobowitz <drow@mvista.com>
2652
2653 * gdbtypes.c (check_stub_method): Make static.
2654 (check_stub_method_group): New function.
2655 * gdbtypes.h: Update prototypes.
2656 * cp-support.c: New file.
2657 * cp-support.h: New file.
2658
2659 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2660 (update_method_name_from_physname): New function.
2661 (read_member_functions): Correct method names for operators
2662 and v3 constructors/destructors. Separate v2 constructors and
2663 destructors.
2664 * Makefile.in (stabsread.o): Update dependencies.
2665 (SFILES): Add cp-support.c.
2666 (COMMON_OBS): Add cp-support.o.
2667 (cp_support_h, cp-support.o): Add.
2668
2669 * cp-valprint.c (cp_print_class_method): Call
2670 check_stub_method_group instead of check_stub_method. Remove
2671 extraneous QUITs.
2672 * p-valprint.c (pascal_object_print_class_method): Likewise.
2673 * valops.c (search_struct_method): Likewise.
2674 (find_method_list, value_struct_elt_for_reference): Likewise.
2675
e76cff22
AC
26762002-09-13 Andrew Cagney <cagney@redhat.com>
2677
2678 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2679 * gdbarch.h, gdbarch.c: Regenerate.
2680
905abb3f
AC
26812002-09-13 Andrew Cagney <ac131313@redhat.com>
2682
2683 * frame.c (find_saved_register): Delete function.
2684 * frame.h (find_saved_register): Delete declaration.
2685 Fix PR gdb/631.
2686
64159455
AC
2687Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2688
2689 * mips-tdep.c (read_next_frame_reg): Re-hack using
2690 frame_register_unwind.
2691
795e1e11
AC
2692Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2693
2694 * mips-tdep.c (mips_get_saved_register): Re-hack using
2695 frame_register_unwind.
2696
5720643c
JB
26972002-09-12 Joel Brobecker <brobecker@gnat.com>
2698
2699 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2700 vector. Will be useful for Interix.
2701 * gdbarch.h, gdbarch.c: Regenerate.
2702
2703 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2704 name of the malloc function by NAME_OF_MALLOC.
2705
3bada2a2
JB
27062002-09-12 Joel Brobecker <brobecker@gnat.com>
2707
2708 * value.h (find_function_in_inferior): Add const keyword to
2709 one of the parameters. Allows us to invoke this function with
2710 a const char *.
2711 * valops.c (find_function_in_inferior): Likewise.
2712
3db26b01
JB
27132002-09-12 Joel Brobecker <brobecker@gnat.com>
2714
2715 * exec.c (xfer_memory): Fix compilation warning with old versions
2716 of GCC.
2717 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2718
17c5ed2c
DC
27192002-09-12 David Carlton <carlton@math.stanford.edu>
2720
2721 * symtab.h: Run through gdb_indent.h.
2722 Add 2002 to Copyright year list.
2723
ecd1107e
AM
27242002-09-12 Alan Modra <amodra@bigpond.net.au>
2725
2726 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2727 mach constants.
2728 * MAINTAINERS: Add myself to write after approval list.
2729
e64f66d1
JB
27302002-09-11 J. Brobecker <brobecker@gnat.com>
2731
2732 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2733
f9395794
JB
27342002-09-11 J. Brobecker <brobecker@gnat.com>
2735
2736 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2737 Interix.
2738
1a303dec
MS
27392002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2740
2741 * procfs.c (do_detach): Clear current signal, not just fault.
2742 Corrects problem with breakpoint trap signal leaking to detached
2743 process on Tru64.
2744
c0219d42
MS
27452002-09-10 Michael Snyder <msnyder@redhat.com>
2746
2747 * buildsym.c (finish_block): Protect against null pointer.
2748
9d84ac84
AC
27492002-09-10 Andrew Cagney <cagney@redhat.com>
2750
2751 * infcmd.c (default_print_registers_info): Send all output to
2752 ``file'' instead of ``gdb_stdout''.
2753
77d8f2b4
MS
27542002-09-10 Michael Snyder <msnyder@redhat.com>
2755
2756 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2757 LONGEST, and use signed register read (addresses are sign-
2758 extended for mips).
2759
99656a61
SC
27602002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2761
2762 * event-loop.c (gdb_do_one_event): Make public.
2763 * event-loop.h (gdb_do_one_event): Declare.
2764
da12f4d8
JL
27652002-09-10 Jeff Law <law@redhat.com>
2766
2767 * infttrace.c (child_resume): Simplify and rework to avoid
2768 TT_PROC_CONTINUE.
2769
d0aee0c4
FF
27702002-09-09 Fred Fish <fnf@intrinsity.com>
2771
2772 * printcmd.c (print_scalar_formatted): "len" is the number of
2773 target bytes, NOT the number of target bits.
2774
7cb3ec5e
EZ
27752002-09-09 Elena Zannoni <ezannoni@redhat.com>
2776
2777 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2778 * top.c (init_main): Set rl_terminal_name.
2779
4dc81987
AS
27802002-09-08 Aidan Skinner <aidan@velvet.net>
2781
2782 * ada-lang.c (ada_array_bound, ada_type_match,
2783 _initialize_ada_language): Fix K&R definitions.
2784 * ada-tasks.c (get_current_task): Fix K&R definitions.
2785 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2786
842330b4
CF
27872002-09-07 Christopher Faylor <cgf@redhat.com>
2788
2789 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2790 Add XP.
2791
43156d82
MK
27922002-09-06 Mark Kettenis <kettenis@gnu.org>
2793
66da5fd8
MK
2794 * i386-tdep.c (i386_register_virtual_type,
2795 i386_register_convertible, i386_register_convert_to_virtual,
2796 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2797 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2798 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2799 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2800 Don't set push_arguments twice.
2801
4b218c18
MK
2802 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2803 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2804 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2805 sigtramp_end to NULL.
2806 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2807 defines.
2808 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2809
4cc314d5
MK
2810 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2811 whitespace.
2812
43156d82
MK
2813 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2814 * gdbarch.h, gdbarch.c: Re-generate.
2815 * blockframe.c (find_pc_sect_partial_function): Convert to use
2816 SIGTRAMP_START_P predicate.
2817
6672060b
MS
28182002-09-05 Michael Snyder <msnyder@redhat.com>
2819
a90c3637
MS
2820 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2821 generic_dummy_frame method and old method. Also distinguish
2822 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2823 (arm_extract_return_value): Use new regcache method.
a90c3637 2824
6672060b
MS
2825 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2826 adjustment that doesn't conform to the ABI.
2827 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2828 saved regcache, not from current regcache.
2829
299ffc64
AC
28302002-09-05 Andrew Cagney <ac131313@redhat.com>
2831
2832 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2833 * README: Update.
2834
a3a2ee65
JT
28352002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2836
2837 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2838 if arm_apcs_32 is false.
2839
2bc7eea9
AC
28402002-09-04 Andrew Cagney <ac131313@redhat.com>
2841
2842 GDB 5.3 branch created.
2843
8a55a7c5
TR
28442002-09-03 Theodore A. Roth <troth@verinet.com>
2845
2846 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2847 generic_unwind_get_saved_register.
2848
e26fb1d7
DC
28492002-09-03 David Carlton <carlton@math.stanford.edu>
2850
2851 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2852 argument (PR gdb/653). Update call to smash_to_method_type.
2853 (read_structure_scope): Update call to dwarf2_add_member_fn.
2854
30d52491
ML
28552002-09-03 Michal Ludvig <mludvig@suse.cz>
2856
2857 * x86-64-linux-tdep.c: Include gdb_string.h
2858 * x86-64-linux-nat.c: Ditto.
2859
06891d83
JT
28602002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2861
2862 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2863 when YYDEBUG is set to 1.
2864 * c-exp.y: Likewise.
2865 * f-exp.y: Likewise.
2866 * jv-exp.y: Likewise.
2867 * m2-exp.y: Likewise.
2868 * p-exp.y: Likewise.
2869
7d400e77
JT
28702002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2871
2872 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2873 dependency list.
2874 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2875 solib_svr4_fetch_link_map_offsets to
2876 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2877 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2878 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2879 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2880 solib-svr4.o, and solib-legacy.o.
2881 * config/i386/tm-nbsd.h: Include solib.h.
2882
704a27c4
JT
28832002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2884
2885 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2886 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2887 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2888 comment noting that this needs its own target configuration.
2889 * config/i386/nbsd.mt: New file.
2890 * config/i386/nbsdaout.mt: Remove.
2891 * config/i386/nbsdelf.mt: Ditto.
2892 * config/i386/tm-nbsdaout.h: Ditto.
2893
d66198e1
JT
28942002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2895
2896 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2897 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2898 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2899 tdep->sigtramp_end.
2900 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2901 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2902 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2903
3cac699e
JT
29042002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2905
2906 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2907 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2908 * i386-tdep.h (i386bsd_init_abi): New prototype.
2909 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2910 function declaration.
2911 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2912 for NetBSD-a.out or NetBSD-ELF.
2913 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2914 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2915 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2916 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2917 and nbsd-tdep.h.
2918 (i386nbsd_pc_in_sigtramp): New function.
2919 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2920 i386nbsd_pc_in_sigtramp.
2921 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2922 and i386nbsdelf_init_abi OS ABI handlers.
2923 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2924 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2925
7010ca0a
MK
29262002-09-02 Mark Kettenis <kettenis@gnu.org>
2927
2928 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2929 registers if the target really has them.
2930
6dd93b72
JT
29312002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2932
2933 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2934 than nbsd-tdep.h.
2935
2ca8ae21
JT
29362002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2937
2938 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2939 list.
2940 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2941 (alphanbsd_skip_sigtramp_frame): New functions.
2942 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2943 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2944 to alphanbsd_sigcontext_addr.
2945
3d9b49b0
JT
29462002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2947
2948 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2949 list.
2950 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2951 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2952 nbsd_pc_in_sigtramp.
2953 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2954 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2955 * nbsd-tdep.c: Include gdb_string.h.
2956 (nbsd_pc_in_sigtramp): New function.
2957 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2958 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2959 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2960 ppcnbsd_pc_in_sigtramp.
2961 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2962 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2963 shnbsd_pc_in_sigtramp.
2964 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2965 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2966 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2967
c860120c
PM
29682002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2969
2970 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2971 watchpoints to NULL.
2972 (insert_breakpoints): set val field of watchpoints if NULL.
2973
2974
c7612d53
JB
29752002-08-29 Jim Blandy <jimb@redhat.com>
2976
2977 * symtab.c (lookup_symbol_aux): In the cases where we find a
2978 minimal symbol of an appropriate name and use its address to
2979 select a symtab to read and search, use `name' (as passed to us)
2980 as the demangled name when searching the symtab's global and
2981 static blocks, not the minsym's name.
2982
66609862
KS
29832002-08-29 Keith Seitz <keiths@redhat.com>
2984
2985 * stack.c (print_frame_info_base): Always set current_source_symtab
2986 and current_source_line.
2987
151fefe2
JB
29882002-08-29 Donn Terry <donnte@microsoft.com>
2989
2990 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2991
bfb3754e
KS
29922002-08-28 Keith Seitz <keiths@redhat.com>
2993
2994 * stack.c (select_frame): Add FIXME concerning selected-frame
2995 events.
2996 (select_frame_command): Send selected-frame-level-changed
2997 event notification, but only if the level actually changed.
2998 (up_silently_base): Add selected-frame-level-changed event
2999 notification.
3000 (down_silently_base): Likewise.
3001
e822a2a0
AC
30022002-08-28 Andrew Cagney <ac131313@redhat.com>
3003
3004 * Makefile.in: Update dependencies for all gdb/*.c files.
3005
309367d4
TT
30062002-08-27 Tom Tromey <tromey@redhat.com>
3007
3008 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
3009 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
3010 Update dependencies.
3011 * i387-tdep.c: Include gdb_string.h.
3012 * osabi.c: Likewise.
3013 * i386-linux-nat.c: Likewise.
3014 * lin-lwp.c: Likewise.
3015 * ax-gdb.c: Likewise.
3016 * signals/signals.c: Likewise.
3017 * jv-valprint.c: Likewise.
3018 * p-lang.c: Likewise.
3019 * c-valprint.c: Likewise.
3020 * cp-abi.c: Likewise.
3021
e1507482
EZ
30222002-08-27 Elena Zannoni <ezannoni@redhat.com>
3023
3024 * cli/cli-script.h (copy_command_lines): Export.
3025 * breakpoint.c: Include cli/cli-script.h.
3026 * Makefile.in (breakpoint.o): Update dependencies.
3027
c6510018
MS
30282002-08-26 Michael Snyder <msnyder@redhat.com>
3029
3030 * breakpoint.c (insert_breakpoints): Protect all references
3031 to 'process_warning'. Shorten long lines.
3032
c2b8ed2c
MS
30332002-08-26 Joel Brobecker <brobecker@gnat.com>
3034
3035 * cli/cli-script.c (copy_command_lines): New function.
3036 * defs.h (copy_command_lines): Export.
3037 * testsuite/gdb.base/commands.exp: New tests for commands
3038 attached to a temporary breakpoint, and for commands that
3039 delete the breakpoint they are attached to.
3040
30412002-08-26 Michael Snyder <msnyder@redhat.com>
3042
3043 * breakpoint.c (bpstat_stop_status): Instead of copying the
3044 pointer to the breakpoint commands struct, make a new copy
3045 of the struct and point to that.
3046 (bpstat_clear): Free the commands struct.
3047 (bpstat_clear_actions): Free the commands struct.
3048 (bpstat_do_actions): Free the command actions. Also execute
3049 the local cleanups, instead of deleting them.
3050 (delete_breakpoint): Leave the commands field of the bpstat
3051 chain alone -- it will be freed later.
3052
64b84175
KB
30532002-08-26 Kevin Buettner <kevinb@redhat.com>
3054
3055 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
3056 deleted in 2002-08-20 commit. This function is still used by
3057 ppc-linux-nat.c.
3058
55970da6
KS
30592002-08-26 Keith Seitz <keiths@redhat.com>
3060
3061 * gdb-events.sh: Add selected-frame-level-changed event.
3062 * gdb-events.c: Regenerated.
3063 * gdb-events.h: Regenerated.
3064
a790ad35
SC
30652002-08-26 Stephane Carrez <stcarrez@nerim.fr>
3066
3067 Fix PR gdb/393:
3068 * inflow.c (terminal_save_ours): New function to save terminal
3069 settings.
3070 * inferior.h (terminal_save_ours): Declare.
3071 * target.c (debug_to_terminal_save_ours): New function.
3072 (cleanup_target): Defaults to_terminal_save_ours.
3073 (update_current_target): Inherit to_terminal_save_ours.
3074 (setup_target_debug): Set to_terminal_save_ours.
3075 * target.h (target_terminal_save_ours): New to save terminal settings.
3076 (target_ops): New member to_terminal_save_ours.
3077 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
3078 * hpux-thread.c (init_hpux_thread_ops): Likewise.
3079 * inftarg.c (init_child_ops): Likewise.
3080 * m3-nat.c (init_m3_ops): Likewise.
3081 * procfs.c (init_procfs_ops): Likewise.
3082 * wince.c (init_child_ops): Likewise.
3083 * win32-nat.c (init_child_ops): Likewise.
3084 * sol-thread.c (init_sol_thread_ops): Likewise.
3085
c00dcbe9
MK
30862002-08-26 Mark Kettenis <kettenis@gnu.org>
3087
3d7f4f49
MK
3088 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3089 use regcache_* functions.
3090 (i386_gdbarch_init): Set store_return_value instead of
3091 deprecated_store_return_value.
3092
c00dcbe9
MK
3093 * regcache.c (regcache_raw_write_signed,
3094 regcache_raw_write_unsigned): New functions.
3095 * regcache.h (regcache_raw_write_signed,
3096 regcache_raw_write_unsigned): New prototypes.
3097
0e0d15ca
AC
30982002-08-25 Andrew Cagney <ac131313@redhat.com>
3099
3100 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3101 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3102 source file dependencies. Cleanup corresponding generator rules.
3103
d3b22ed5
AC
31042002-08-25 Andrew Cagney <ac131313@redhat.com>
3105
3106 * regcache.h (register_offset_hack): Declare.
3107 (regcache_cooked_read_using_offset_hack): Declare.
3108 (regcache_cooked_write_using_offset_hack): Declare.
3109
3110 * regcache.c (register_offset_hack): New function.
3111 (regcache_cooked_read_using_offset_hack): New function.
3112 (regcache_cooked_write_using_offset_hack): New function.
3113 (regcache_dump): Check that the registers, according to their
3114 offset, are packed hard against each other.
3115 (cooked_xfer_using_offset_hack): New function.
3116
bb425013
AC
31172002-08-25 Andrew Cagney <ac131313@redhat.com>
3118
3119 * regcache.c (struct regcache_descr): Add field register_type.
3120 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3121 in as a parameter
3122 (init_regcache_descr): Initialize register_type. Pass the descr
3123 to init_legacy_regcache_descr. Use register_type instead of
3124 REGISTER_VIRTUAL_TYPE.
3125 (register_type): New function.
3126 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3127 * regcache.h (register_type): Declare.
3128
d0403e00
AC
31292002-08-25 Andrew Cagney <ac131313@redhat.com>
3130
3131 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3132 instead of deprecated_store_return_value. Fix fallout from
3133 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3134
0ed04cce
AC
31352002-08-25 Andrew Cagney <ac131313@redhat.com>
3136
3137 * regcache.c (max_register_size): New function.
3138 (init_legacy_regcache_descr): Ensure that max_register_size is
3139 large enough for REGISTER_VIRTUAL_SIZE.
3140 * regcache.h (max_register_size): Declare.
3141
46d79c04
AC
31422002-08-24 Andrew Cagney <ac131313@redhat.com>
3143
3144 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3145 store_return_value.
3146 (e500_extract_return_value): Change type of valbuf pointer to
3147 void.
3148
853c7bd0
MK
31492002-08-24 Mark Kettenis <kettenis@gnu.org>
3150
cd87e769
MK
3151 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3152 workaround.
3153
853c7bd0
MK
3154 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3155 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3156 long long) to prevent compiler warning on 64-bit systems.
3157
ebba8386
AC
31582002-08-23 Andrew Cagney <cagney@redhat.com>
3159
3160 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3161 (DEPRECATED_STORE_RETURN_VALUE): New method.
3162 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3163 * gdbarch.h, gdbarch.c: Re-generate.
3164
3165 * values.c (set_return_value): Pass current_regcache to
3166 STORE_RETURN_VALUE.
3167 * arch-utils.h (legacy_store_return_value): Declare.
3168 * arch-utils.c (legacy_store_return_value): New function.
3169 (legacy_extract_return_value): Update parameters.
3170
3171 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3172 STORE_RETURN_VALUE.
3173 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3174 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3175 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3176 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3177 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3178 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3179 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3180 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3181 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3182 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3183
3184 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3185 * i386-tdep.c (i386_extract_return_value): Update.
3186 * arch-utils.c (legacy_extract_return_value): Update.
3187 * frv-tdep.c (frv_gdbarch_init): Update.
3188 * cris-tdep.c (cris_gdbarch_init): Update.
3189 * d10v-tdep.c (d10v_gdbarch_init): Update.
3190 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3191 * m68k-tdep.c (m68k_gdbarch_init): Update.
3192 * mcore-tdep.c (mcore_gdbarch_init): Update.
3193 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3194 * s390-tdep.c (s390_gdbarch_init): Update.
3195 * sparc-tdep.c (sparc_gdbarch_init): Update.
3196 * sh-tdep.c (sh_gdbarch_init): Update.
3197 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3198 * v850-tdep.c (v850_gdbarch_init): Update.
3199 * avr-tdep.c (avr_gdbarch_init): Update.
3200 * ia64-tdep.c (ia64_gdbarch_init): Update.
3201 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3202 * vax-tdep.c (vax_gdbarch_init): Update.
3203 * alpha-tdep.c (alpha_gdbarch_init): Update.
3204 * arm-tdep.c (arm_gdbarch_init): Update.
3205 * mips-tdep.c (mips_gdbarch_init): Update.
3206 * i386-tdep.c (i386_gdbarch_init): Update.
3207
5bd8c6d0
AC
32082002-08-23 Andrew Cagney <ac131313@redhat.com>
3209
3210 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3211 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3212
e73e1724
MK
32132002-08-24 Mark Kettenis <kettenis@gnu.org>
3214
3215 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3216 problems.
3217
3e6564e1
JB
32182002-08-23 Joel Brobecker <brobecker@gnat.com>
3219
3220 * infrun.c (handle_inferior_event): Move a comment outside of a
3221 function call, in order to avoid indent reformatting this part
3222 of the code in an unreadable way.
3223
81d0cc19
GS
32242002-08-23 Grace Sainsbury <graces@redhat.com>
3225
3226 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3227 when breakpoints fail. Move general breakpoint error messages to
3228 insert_breakpoints.
3229 * breakpoint.c (insert_breakpoints): Change warnings when
3230 breakpoints are nto inserted to specify the type. Remove call to
3231 memory_error when hardware breakpoints can't be inserted. Remove
3232 multiple calls to warning so all messages are sent to the user at
3233 once.
3234 (delete_breakpoints): Make insert error messsages more explicit.
3235
17574093
DJ
32362002-08-23 Daniel Jacobowitz <drow@mvista.com>
3237
3238 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3239 gdbserver/ChangeLog.
3240
8acc2935
MK
32412002-08-23 Mark Kettenis <kettenis@gnu.org>
3242
dfe01d39
MK
3243 * i386-tdep.c: Include "objfiles.h".
3244 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3245 skip_trampoline_code.
3246 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3247 (CPLUS_MARKER): Define to '.'.
3248
8acc2935
MK
3249 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3250 member.
3251 (linux_corefile_thread_callback): Increase args->num_notes.
3252 (linux_make_note_section): Initialize thread_args.num_notes, and
3253 use it to determine whether notes for any threads were created.
3254
151fefe2 32552002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
3256
3257 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3258 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3259 and PCUNKILL.
3260 (write_with_trace): Conditionalize out the switch branch handling
3261 PCSHOLD if the corresponding macro is not defined. Likewise for
3262 PRSABORT and PRSTOP.
3263 This change will be needed by the Interix port.
3264
e1507482
EZ
32652002-08-22 Elena Zannoni <ezannoni@redhat.com>
3266
3267 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3268 write_register wherever possible instead of manipulating the
3269 register bytes directly.
3270 Assign VALUE_CONTENTS to a variable and use that.
3271 The GPR numbers are now dependent on the architecture.
3272
96ff0de4
EZ
32732002-08-22 Elena Zannoni <ezannoni@redhat.com>
3274
3275 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3276 ev_offset fields.
3277 (skip_prologue): Add support for BookE/e500 instructions.
3278 (e500_extract_return_value): New function.
3279 (frame_get_saved_regs): Add support for saving ev registers and
3280 pseudo gpr's.
3281 (e500_store_return_value): New function.
3282 (rs6000_gdbarch_init): Move up default intializations of
3283 deprecated_extract_return_value and store_return_value. Overwrite
3284 init of store_return_value with e500 specific version.
3285 Set extract_return_value for e500.
3286
fbefca5b
EZ
32872002-08-22 Elena Zannoni <ezannoni@redhat.com>
3288
3289 * blockframe.c (generic_call_dummy_register_unwind): Use
3290 regcache_cooked_read to catch cases in which the variable is
3291 stored in a pseudo register.
3292
4d210288
AC
32932002-08-22 Andrew Cagney <cagney@redhat.com>
3294
3295 * NEWS: Mention that the i960 has been made obsolete.
3296 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3297 i960-tdep.c
3298 (remote-nrom.o): Obsolete target.
3299 (remote-nindy.o, i960-tdep.o): Ditto.
3300 * remote-nrom.c: Make file obsolete.
3301 * remote-nindy.c, remote-vx960.c: Ditto.
3302 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3303 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3304 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3305 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3306 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3307 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3308 i960-*-vxworks* obsolete.
3309 * MAINTAINERS: Note that the i960 is obsolete.
3310
6c0c456d
CV
33112002-08-21 Corinna Vinschen <vinschen@redhat.com
3312
3313 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3314 detach to allow reinitialization.
3315
9f9d12b3
AC
33162002-08-22 Andrew Cagney <ac131313@redhat.com>
3317
3318 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3319 attempt).
3320
ebeb39fe
JB
33212002-08-22 Jim Blandy <jimb@redhat.com>
3322
3323 * coffread.c (coff_symfile_read): Don't try to read the line
3324 number table from disk if the image file doesn't have a symbol
3325 table; we'll never actually look at the info anyway, and Windows
3326 ships DLL's with bogus file offsets for the line number data.
3327
5bf1c677
EZ
33282002-08-21 Elena Zannoni <ezannoni@redhat.com>
3329
3330 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3331 an e500 executable.
3332
71b8ef93
MS
33332002-08-21 Michael Snyder <msnyder@redhat.com>
3334
3335 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3336 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
3337 (DEFAULT_MIPS_TYPE): Delete unused macro.
3338 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3339 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 3340
d174216d
JB
33412002-08-21 Jim Blandy <jimb@redhat.com>
3342
3343 * valops.c (value_cast): Simplify and correct logic for doing a
3344 static cast from a pointer to a base class to a pointer to a
3345 derived class.
3346
0ab7a791
AC
33472002-08-21 Andrew Cagney <ac131313@redhat.com>
3348
3349 * infcmd.c (default_print_registers_info): Replace
3350 do_registers_info.
3351 (registers_info): Use gdbarch_print_registers_info instead of
3352 DO_REGISTERS_INFO.
3353 * inferior.h (default_print_registers_info): Replace
3354 do_registers_info.
3355 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3356 (DO_REGISTERS_INFO): Change to a predicate function.
3357 * gdbarch.h, gdbarch.c: Regenerate.
3358
e23792cc
KS
33592002-08-21 Keith Seitz <keiths@redhat.com>
3360
3361 * gdb-events.sh: Add target-changed event.
3362 * gdb-events.c: Regenerated.
3363 * gdb-events.c: Regenerated.
3364 * valops.c (value_assign): Add target-changed event notification
3365 to inlval_register, lval_memory, and lval_reg_frame_relative.
3366
9fb14e79
JB
33672002-08-21 Joel Brobecker <brobecker@gnat.com>
3368
3369 * NEWS: Add an entry regarding the improvement of the next/step
3370 operation on Alpha Tru64 multi-processor machines.
3371
6d39a69f
AC
33722002-08-21 Andrew Cagney <ac131313@redhat.com>
3373
72acd513
AC
3374 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3375 directores.
342af04b 3376 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
3377 * Makefile.in (install-gdbtk): Move to install section.
3378 (rdi-share/libangsd.a): Move to end of file.
3379
fa5f27c7
AC
33802002-08-19 Andrew Cagney <ac131313@redhat.com>
3381
3382 * frame.c (frame_register_unwind): When a register, set addrp to
3383 the register's byte.
3384
5a89d8aa
MS
33852002-08-20 Michael Snyder <msnyder@redhat.com>
3386
3387 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3388 used locally, so move them from the target machine header to here.
3389 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3390 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3391 Make static.
3392 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3393
822e978b
AC
33942002-08-20 Andrew Cagney <cagney@redhat.com>
3395
3396 * NEWS: Mention that the Apollo line was made obsolete.
3397 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3398 m68*-hp-hpux* obsolete.
3399 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3400 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3401 * buildsym.c (make_blockvector): Make static.
3402 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3403 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3404 (ALLDEPFILES): Remove dstread.c.
3405 (dstread.o): Obsolete make rule.
3406 * dstread.c: Makefile obsolete.
3407 * dst.h: Ditto.
3408 * config/m68k/hp300hpux.mt: Ditto.
3409 * config/m68k/hp300hpux.mh: Ditto.
3410 * config/m68k/hp300bsd.mt: Ditto.
3411 * config/m68k/hp300bsd.mh: Ditto.
3412 * config/m68k/apollo68b.mt: Ditto.
3413 * config/m68k/apollo68v.mh: Ditto.
3414 * config/m68k/apollo68b.mh: Ditto.
3415
e41b17f0
MS
34162002-08-20 Michael Snyder <msnyder@redhat.com>
3417
3418 * mips-tdep.c (mips_in_return_stub): Make static.
3419 (mips_gdbarch_init): Set in_solib_return_trampoline.
3420 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3421
d50355b6
MS
34222002-08-20 Michael Snyder <msnyder@redhat.com>
3423
3424 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3425 * gdbarch.c, gdbarch.h: Regenerate.
3426 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3427 Add.
3428 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3429
757a7cc6
MS
34302002-08-20 Michael Snyder <msnyder@redhat.com>
3431
3432 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3433 (mips_gdbarch_init): Set skip_trampoline_code,
3434 in_solib_call_trampoline.
3435 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3436 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3437
c8001721
EZ
34382002-08-20 Elena Zannoni <ezannoni@redhat.com>
3439
3440 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3441
3442 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3443 vector type for ev registers.
3444 (e500_pseudo_register_read): New function.
3445 (e500_pseudo_register_write): New function.
3446 (e500_dwarf2_reg_to_regnum): New function.
3447 (PPC_UISA_NOFP_SPRS): New macro.
3448 (PPC_EV_REGS): New macro.
3449 (PPC_GPRS_PSEUDO_REGS): New macro.
3450 (registers_e500): New register set for e500.
3451 (variants): Add e500 variant.
3452 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3453 before setting architectural dependent variations. Initialize ev
3454 registers numbers. Add case for e500 architecture. Set the
3455 number of pseudo registers.
3456
64366f1c
EZ
34572002-08-20 Elena Zannoni <ezannoni@redhat.com>
3458
3459 * rs6000-tdep.c: Clean up comments.
3460
7e78f0ca
AC
34612002-08-20 Andrew Cagney <cagney@redhat.com>
3462
3463 * h8300-tdep.c: Re-indent file.
3464
697f7479
JB
34652002-08-20 Jim Blandy <jimb@redhat.com>
3466
3467 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3468 default for this.
697f7479 3469
e86ae29f
KS
34702002-08-20 Keith Seitz <keiths@redhat.com>
3471
3472 * breakpoints.c (watch_command_1): Use internal breakpoint
3473 when setting a watchpoint_scope breakpoint.
3474
216b504f
EZ
34752002-08-20 Elena Zannoni <ezannoni@redhat.com>
3476
3477 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3478 (build_builtin_type_vec64i): Ditto.
3479 (build_builtin_type_vec128): Ditto.
3480 (build_builtin_type_vec128i): Ditto.
3481
f7ab6ec6
MS
34822002-08-19 Michael Snyder <msnyder@redhat.com>
3483
3484 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3485 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3486 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3487 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3488 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3489 CALL_DUMMY_ADDRESS): Delete.
3490 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3491 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3492 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3493 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3494 push_return_address.
3495 (mips_register_raw_size, mips_eabi_use_struct_convention,
3496 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3497 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3498 mips_init_extra_frame_info, mips_eabi_push_arguments,
3499 mips_n32n64_push_arguments, mips_push_return_address,
3500 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3501 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3502
b5d1566e
MS
35032002-08-19 Michael Snyder <msnyder@redhat.com>
3504
3505 * mips-tdep.c (mips_frame_num_args): New function.
3506 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3507 frame_saved_pc, frame_args_address, frame_locals_address,
3508 frame_num_args, and frame_args_skip.
3509 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3510 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3511 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3512 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3513
2f1488ce
MS
35142002-08-20 Michael Snyder <msnyder@redhat.com>
3515
3516 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3517 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3518 * mips-tdep.c (mips_store_struct_return): New function.
3519 (mips_extract_struct_value_address): New function.
3520 (mips_gdbarch_init): Set store_struct_return and
3521 extract_struct_value_address.
3522
41ff2da1
DC
35232002-08-20 David Carlton <carlton@math.stanford.edu>
3524
3525 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3526 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3527 (read_file_scope): Check that line_header is nonzero before
3528 decoding macro information.
3529
e5451d58
MK
35302002-08-20 Mark Kettenis <kettenis@gnu.org>
3531
3532 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3533 flag the general-purpose registers as floating-point on targets
3534 that don't support the floating-point registers.
3535
4a6daafa
EZ
35362002-08-20 Elena Zannoni <ezannoni@redhat.com>
3537
3538 * rs6000-tdep.c (altivec_register_p): Delete.
3539 (rs6000_do_altivec_registers): Delete.
3540 (rs6000_altivec_registers_info): Delete.
3541 (rs6000_do_registers_info): Delete.
3542 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3543 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3544
ab4327e0
EZ
35452002-08-20 Elena Zannoni <ezannoni@redhat.com>
3546
3547 * infcmd.c (do_registers_info): Print vector registers in hex
3548 format only.
3549 (print_vector_info): Check that printing registers
3550 makes sense.
3551 (print_float_info): Ditto.
3552
cb1d2653
AC
35532002-08-20 Andrew Cagney <ac131313@redhat.com>
3554
3555 * mips-tdep.c (mips_gdbarch_init): Update.
3556 (mips_o32_extract_return_value): Rewrite.
3557 (mips_o32_store_return_value): Rewrite.
3558 (mips_o32_xfer_return_value): New function.
3559 (mips_xfer_register): Tweak debug print message. Allow for
3560 buf_offset when dumping the value transfered.
3561
dfc3d9b2
AC
35622002-08-20 Andrew Cagney <ac131313@redhat.com>
3563
3564 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3565 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3566 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3567 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3568 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3569
7807aa61
MS
35702002-08-14 Michael Snyder <msnyder@redhat.com>
3571
3572 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3573
489461e2
EZ
35742002-08-19 Elena Zannoni <ezannoni@redhat.com>
3575
3576 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3577 register.
3578 (P): New macro to define a register as a pseudo register.
3579 (R, R4, R8, R16, FR32, R64, R0): Updated.
3580 (struct variant): Add new fields for number of pseudo registers
3581 and number of total registers.
3582 (tot_num_registers): New macro replacing....
3583 (num_registers): ...deleted macro.
3584 (num_registers): New function.
3585 (num_pseudo_registers): New function.
3586 (variants): Update all variants to intialize new fields correctly.
3587 Postpone initialization of number of pseudo regs and real regs.
3588 (init_variants): New function.
3589 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3590 registers offsets.
3591
fcaffe4c
DC
35922002-08-19 David Carlton <carlton@math.stanford.edu>
3593
2c2738a0
DC
3594 * valops.c (search_struct_field): Change error message to treat
3595 return value of 0 from value_static_field as meaning that field is
3596 optimized out.
3597 (value_struct_elt_for_reference): Ditto.
3598 * values.c (value_static_field): Treat an unresolved location the
3599 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3600 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3601 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3602 * MAINTAINERS: Add self to Write After Approval list.
3603
88658117
AC
36042002-08-19 Andrew Cagney <ac131313@redhat.com>
3605
3606 * mips-tdep.c (mips_xfer_register): New function.
3607 (mips_n32n64_extract_return_value): Rewrite.
3608 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3609 instead of deprecated_extract_return_value.
3610
21283beb
EZ
36112002-08-19 Elena Zannoni <ezannoni@redhat.com>
3612
3613 * rs6000-tdep.c (TDEP): Delete macro.
3614 (branch_dest): Replace use of TDEP macro with its body.
3615 (rs6000_pop_frame): Ditto.
3616 (rs6000_push_arguments): Ditto.
3617 (rs6000_skip_trampoline_code): Ditto.
3618 (rs6000_frame_saved_pc): Ditto.
3619 (rs6000_frame_chain): Ditto.
3620 (rs6000_register_name): Ditto.
3621 (rs6000_register_byte): Ditto.
3622 (rs6000_register_raw_size): Ditto.
3623 (rs6000_register_virtual_type): Ditto.
3624 (rs6000_register_convertible): Ditto.
3625 (rs6000_convert_from_func_ptr_addr): Ditto.
3626
bf072999
DJ
36272002-08-19 Daniel Jacobowitz <drow@mvista.com>
3628
3629 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3630 conditionally.
3631 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3632 MIPS_LINUX_JB_ELEMENT_SIZE.
3633 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3634 for MAX_REGISTER_RAW_SIZE arrays.
3635 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3636 MIPS_LINUX_JB_ELEMENT_SIZE.
3637
9b949a49
PM
36382002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3639
3640 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3641
6d3e79c6
AS
36422002-08-19 Aidan Skinner <aidan@velvet.net>
3643
3644 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3645 ada-valprint.c ada-tasks.c.
3646 (YYFILES): Add ada-exp.y.
3647 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3648 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3649 (ada-exp.tab.o): New target.
3650
06c0b04e
AC
36512002-08-18 Andrew Cagney <ac131313@redhat.com>
3652
3653 * regcache.c (regcache_xfer_part): New function.
3654 (regcache_raw_read_part): New function.
3655 (regcache_raw_write_part): New function.
3656 (regcache_cooked_read_part): New function.
3657 (regcache_cooked_write_part): New function.
3658 * regcache.h (regcache_raw_read_part): Declare.
3659 (regcache_raw_write_part): Declare.
3660 (regcache_cooked_read_part): Declare.
3661 (regcache_cooked_write_part): Declare.
3662
92d1e331
DJ
36632002-08-18 Daniel Jacobowitz <drow@mvista.com>
3664
3665 * remote.c (remote_open_1): Add async_p.
3666 (remote_async_open_1): Delete.
3667 (open_remote_target): Delete.
3668 (remote_open, extended_remote_open): Update calls to remote_open_1.
3669 (remote_async_open, extended_remote_async_open): Call
3670 remote_open_1 instead of remote_async_open_1.
3671
247055de
MK
36722002-08-19 Mark Kettenis <kettenis@gnu.org>
3673
3674 * blockframe.c: Fix a few coding standard violations.
3675
641eda39
MK
36762002-08-19 Mark Kettenis <kettenis@gnu.org>
3677
0b717710
MK
3678 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3679 here from ...
3680 * config/i386/tm-i386sco5.h: ... here. File removed.
3681 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3682
26d28e12 3683 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3684 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3685 (TM_FILE): Set to tm-i386.h.
3686 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3687 * config/i386/tm-i386v.h: Remove file.
3688 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3689 instead of "i386/tm-i386v.h".
3690 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3691 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3692 "i386/tm-i386v.h".
3693 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3694 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3695 "i386/tm-i386.h".
3696
d4e0bab4
MK
36972002-08-18 Mark Kettenis <kettenis@gnu.org>
3698
3699 * config/i386/nm-i386v.h: Add protection against
3700 multiple-inclusion.
3701 (i386_register_u_addr): Remove prototype.
3702 (register_u_addr): New prototype.
3703 (REGISTER_U_ADDR): Redefine accordingly.
3704 * i386v-nat.c: Improve several comments.
3705 (i386_register_u_addr): Change signature and rename to
3706 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3707 ubase variable.
3708
46cac009
AC
37092002-08-18 Andrew Cagney <ac131313@redhat.com>
3710
3711 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3712 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3713 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3714 deprecated_extract_return_value.
3715 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3716 rename mips_o32o64_push_arguments.
3717 (mips_gdbarch_init): Update.
3718 (mips_extract_return_value): Delete.
3719 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3720 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3721 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3722 (mips_n32n64_extract_return_value): Clone
3723 mips_extract_return_value.
3724 (mips_store_return_value): Delete.
3725 (mips_o32_store_return_value): Clone mips_store_return_value.
3726 (mips_o64_store_return_value): Clone mips_store_return_value.
3727 (mips_eabi_store_return_value): Clone mips_store_return_value.
3728 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3729
d2e4a39e
AS
37302002-08-18 Aidan Skinner <aidan@velvet.net>
3731
0c30c098
AS
3732 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3733 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3734
37352002-08-18 Aidan Skinner <aidan@velvet.net>
3736
3737 * ada-lang.c: Run through gdb_indent.sh.
3738 * ada-lang.h: Run through gdb_indent.sh.
3739 * ada-tasks.c: Run through gdb_indent.sh.
3740 * ada-typeprint.c: Run through gdb_indent.sh.
3741 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3742
01fc4e33
AC
37432002-08-18 Andrew Cagney <ac131313@redhat.com>
3744
3745 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3746 ABI.
3747
d8ee244c
MK
37482002-08-18 Mark Kettenis <kettenis@gnu.org>
3749
c38d8261
MK
3750 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3751
222db64c
MK
3752 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3753 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3754
c2848c82
MK
3755 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3756 write_register_gen instead of write_register_bytes.
3757
d8ee244c
MK
3758 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3759 i[3456]-*-osf1mk* configurations have been made obsolete.
3760 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3761 i[3456]86-*-osf1mk* hosts obsolete.
3762 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3763 targets obsolete.
3764 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3765 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3766 config/i386/i386m3.mt, config/i386/nm-m3.h,
3767 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3768 config/i386/i386mk.mh, config/i386/i386mk.mt,
3769 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3770 obsolete.
3771 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3772 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3773 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3774
61d8d407
AC
37752002-08-18 Andrew Cagney <ac131313@redhat.com>
3776
3777 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3778 (hppa_value_returned_from_stack): Declare.
3779 (hppa_extract_return_value): Declare.
3780 * config/pa/hppa.mt: New file.
3781 * configure.tgt: Recognize hppa*-*-*.
3782 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3783
0c52bd59
MK
37842002-08-18 Mark Kettenis <kettenis@gnu.org>
3785
3786 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3787 comment.
3788
b5686e99
MK
37892002-08-17 Mark Kettenis <kettenis@gnu.org>
3790
3791 * top.c (gdb_rl_operate_and_get_next): Make sure
3792 operate-and-get-next functions correctly even when the history
3793 list is completely filled.
3794
c1bab85b
AC
37952002-08-18 Andrew Cagney <ac131313@redhat.com>
3796
3797 * MAINTAINERS (Target Instruction Set Architectures): Rename
3798 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3799 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3800 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3801 already listed under Host/Native.
3802
3803 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3804 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3805 mips*-*-*.
3806
32089c7c
AC
38072002-08-17 Andrew Cagney <ac131313@redhat.com>
3808
3809 * config/ia64/ia64.mt: New file.
3810 * config/alpha/alpha.mt: New file.
3811 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3812 ia64-linux-gnu. Mention that ia64-elf is broken.
3813 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3814
b4671f85
MK
38152002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3816
3817 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3818 generic_func_frame_valid instead of func_frame_valid.
3819
c8edd8b4
JB
38202002-08-16 Joel Brobecker <brobecker@gnat.com>
3821
3822 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3823 procfs appears to be broken when debugging on multi-processor
3824 machines. So enable software single stepping in order to avoid
3825 using the procfs interface to do next/step operations, using
3826 internal breakpoints instead.
3827
3828 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3829 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3830 make this pc address equal to the value it would have if the
3831 system stepping capability was used. Also set a new flag used
3832 to ensure that we don't readjust the PC one more time later.
3833
3834 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3835 address by DECR_PC_AFTER_BREAK when software single step is
3836 in use for this architecture, as this has already been taken
3837 care of in handle_inferior_event().
3838
238617f6
JB
38392002-08-16 Joel Brobecker <brobecker@gnat.com>
3840
3841 * infrun.c (handle_inferior_event): Minor reformatting, to make
3842 a rather long condition expression easier to read.
3843
541a7aac
AC
38442002-08-16 Andrew Cagney <ac131313@redhat.com>
3845
3846 * Makefile.in (gdbtk.o): Move to end of file.
3847 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3848 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3849 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3850 (gdbtk-wrapper.o, gdbres.o): Ditto.
3851
f92d4a7b
AC
38522002-08-16 Andrew Cagney <ac131313@redhat.com>
3853
3854 * Makefile.in (copying.o): Separate out compile rule.
3855 (hpux-thread.o, procfs.o, signals.o): Ditto.
3856 (v850ice.o, z8k-tdep.o): Ditto.
3857 (tui-file.o): Move to TUI section.
3858 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3859 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3860
1cce71eb
JB
38612002-08-16 Joel Brobecker <brobecker@gnat.com>
3862
3863 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3864 skip_trampoline_code, for better namespace-proofing.
3865
3866 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3867
0851f23d
JB
38682002-08-16 Joel Brobecker <brobecker@gnat.com>
3869
3870 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3871
f8d40ec8
JB
38722002-08-16 Joel Brobecker <brobecker@gnat.com>
3873
3874 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3875 signal, check whether we hit a breakpoint before checking for a
3876 single step breakpoint. Otherwise, GDB fails to notice that a
3877 breakpoint has been hit when stepping onto a breakpoint.
3878
63d022e0
KS
38792002-08-16 Keith Seitz <keiths@redhat.com>
3880
3881 * gdb-events.sh (clear_gdb_event_hooks): New function.
3882 * gdb-events.c: Regenerate.
3883 * gdb-events.h: Regenerate.
3884
6e31adb3
AC
38852002-08-16 Andrew Cagney <ac131313@redhat.com>
3886
3887 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3888 not_a_sw_breakpoint.
3889 * breakpoint.h (bpstat_stop_status): Add parameter names.
3890
c8189ed1
GS
38912002-08-16 Grace Sainsbury <graces@redhat.com>
3892
3893 * remote.c (remote_insert_hw_breakpoint)
3894 (remote_remove_hw_breakpoint): Fix calculation of length field
3895 for Z-packet.
3896
d05285fa
MS
38972002-08-15 Michael Snyder <msnyder@redhat.com>
3898
466d7106
MS
3899 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3900 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3901 (supply_fpregset): Ditto.
3902
d05285fa
MS
3903 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3904 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3905 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3906 (TARGET_READ_SP): Delete.
bf1f5b4c 3907 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3908 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3909 Delete.
3910 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3911 from macros to functions.
bf1f5b4c 3912
d05285fa
MS
3913 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3914 (mips_register_convertible, mips_register_convert_to_virtual,
3915 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3916 (mips_read_sp): New function.
3917 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3918 (mips_do_registers_info): Make static.
3919 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3920 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3921 (mips_register_convert_from_type, mips_register_convert_to_type):
3922 New functions.
3923 (mips_gdbarch_init): Set up function_start_offset,
3924 register_virtual_size, pc_in_sigtramp.
d05285fa 3925
e76f1f2e
AC
39262002-08-15 Andrew Cagney <ac131313@redhat.com>
3927
3928 * infcmd.c (vector_info): New function.
3929 (_initialize_infcmd): Add command "info vector".
3930 (print_vector_info): New function.
3931
3932 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3933 * gdbarch.h, gdbarch.c: Regenerate.
3934
4782dc19
AC
39352002-08-15 Andrew Cagney <ac131313@redhat.com>
3936
3937 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3938 ``print_all''. Only print vector registers when ``print_all''.
3939
23e3a7ac
AC
39402002-08-15 Andrew Cagney <ac131313@redhat.com>
3941
8e186fd6
AC
3942 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3943 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3944
23e3a7ac
AC
3945 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3946 Add `args' parameter.
3947 * gdbarch.h, gdbarch.c: Regenerate.
3948
3949 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3950
3951 * infcmd.c (float_info): Call print_float_info.
3952 (print_float_info): New function. By default, print the
3953 floating-point registers.
3954
3955 * arch-utils.h (default_print_float_info): Delete declaration.
3956 * arch-utils.c (default_print_float_info): Delete function.
3957
e0ca2bb9
MK
39582002-08-16 Mark Kettenis <kettenis@gnu.org>
3959
3f733acc
MK
3960 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3961 out define.
3962
7d8d2918
MK
3963 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3964 FRAME.
3965
1c7cc583
MK
3966 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3967 * configure.host: Make i[3456]86-*-aix host obsolete.
3968 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3969 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3970 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3971 config/i386/xm-i386aix.h: Make files obsolete.
3972 * i386aix-nat.c: Make file obsolete.
3973 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3974 (i386aix-nat.o): Make target obsolete.
3975
e0ca2bb9
MK
3976 * config/i386/nm-gnu.h: Removed.
3977 * config/i386/nm-i386gnu.h: New file.
3978 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3979 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3980 Moved here from ...
3981 * config/i386/tm-i386gnu.h: ... here. Removed.
3982 * config/i386/xm-i386gnu.h: Removed.
3983 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3984 (NAT_FILE): Set to nm-i386gnu.h.
3985 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3986 * i386-tdep.c: New file.
3987 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3988 (i386gnu-tdep.o): Specify dependencies.
3989
16057ec7 39902002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3991
6b99ee2e
MK
3992 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3993 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3994 Adjust a few comments to reflect reality a bit closer.
3995 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3996 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3997 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3998 target_insert_watchpoint, target_remove_watchpoint):
3999 Move defines to ...
4000 * config/i386/nm-i386sco5.h: ... here.
4001 (kernel_u_size): Add prototype. Improve a few comments and add
4002 protection against multiple inclusion.
4003
d9a6f65c
MK
4004 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
4005 out define.
4006
047eff6a
MK
4007 * uw-thread.c (SP_ARG0): Define if not already defined.
4008 * config/i386/tm-i386.h (SO_ARG0): Remove define.
4009
dcdb1290
MK
4010 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
4011
5d2d0b2a
MK
4012 * config/i386/tm-i386.h: Don't include "regcache.h".
4013
61113f8b
MK
4014 * i387-tdep.h (i387_print_float_info): New prototype.
4015 * i387-tdep.c (print_i387_value, print_i387_ext,
4016 print_i387_status_word, print_i387_control_word): Add `struct
4017 ui_file *' argument and use it for output.
4018 (i387_print_float_info): Renamed from i387_float_info. Add
4019 `struct gdbarch *' and `struct ui_file *' arguments and use the
4020 latter for output.
4021 * i386-tdep.c: Include "i387-tdep.h".
4022 (i386_gdbarch_init): Set print_float_info.
4023 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
4024 (FLOAT_INFO): Remove define.
4025
46e0f506
MS
40262002-08-13 Michael Snyder <msnyder@redhat.com>
4027
4028 * mips-tdep.c (mips_push_arguments): Rename to
4029 mips_eabi_push_arguments, and tune for EABI.
4030 (MIPS_REGS_HAVE_HOME_P): Delete.
4031 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
4032 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
4033 Delete references to mips_regs_have_home_p.
4034
409268de
KS
40352002-08-14 Keith Seitz <keiths@redhat.com>
4036
4037 * Makefile.in (install-gdbtk): Create insight plugin directory.
4038 Install plugins.tcl file.
4039
ffc6a242
KS
40402002-08-14 Keith Seitz <keiths@redhat.com>
4041
4042 * configure.in: Move SUBDIRS to near top of the file so that
4043 --enable options may add things to it.
4044 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
4045 * configure: Regenerate.
4046
ebafbe83
MS
40472002-08-13 Michael Snyder <msnyder@redhat.com>
4048
4049 * mips-tdep.c (mips_o32o64_push_arguments): New function,
4050 cloned from mips_push_arguments, tuned for o32/o64 ABI.
4051 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
4052
32f6f25d
AC
40532002-08-13 Andrew Cagney <ac131313@redhat.com>
4054
4055 * vax-tdep.c (vax_get_saved_register): Delete function.
4056 (vax_gdbarch_init): Update.
4057 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
4058 (ns32k_gdbarch_init): Update.
4059 * alpha-tdep.c (alpha_get_saved_register): Delete function.
4060 (alpha_gdbarch_init): Update.
4061
53826de9
AC
40622002-08-13 Andrew Cagney <cagney@redhat.com>
4063
4064 * regcache.c (init_regcache_descr): Overallocate the
4065 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
4066 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
4067 nr_raw_registers.
4068 (set_register_cached): Add range checking assertions. Use
4069 current_regcache.
4070
16057ec7 40712002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
4072
4073 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
4074 numbers for MMX registers.
4075
7b4c2dce
AC
40762002-08-13 Andrew Cagney <cagney@redhat.com>
4077
4078 * i386-tdep.c (i386_gdbarch_init): Use
4079 generic_unwind_get_saved_register.
4080
1e03ad20
KB
40812002-08-13 Kevin Buettner <kevinb@redhat.com>
4082
4083 * procfs.c (procfs_can_use_hw_breakpoint): New function.
4084 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4085 target vector.
4086 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4087 Delete. Add comment regarding this now-deleted target method.
4088
548bcbec
SC
40892002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4090
4091 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4092 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4093 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4094 real PC and the page number (if it's within the memory bank window).
4095 (m68hc11_pseudo_register_write): Likewise when saving.
4096 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4097 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4098 (m68hc11_register_raw_size): And use 32-bit for it.
4099 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4100 16K memory bank is used by the prog; also use the virtual pc.
4101
7df11f59
SC
41022002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4103
4104 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4105 (m68hc11_gdbarch_init): Install it in gdbarch.
4106 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4107 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4108 (MSYMBOL_SIZE): New for documentation.
4109 (insn_return_kind): Enum to specify how a function returns.
4110 (frame_extra_info): Cleanup and record the return mode.
4111 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4112 register in address computation.
4113 (m68hc11_get_return_insn): New to obtain the return instruction used
4114 by the function.
4115 (m68hc11_frame_init_saved_regs): Take into account the return
4116 instruction used by the function for far and interrupt functions.
4117 (m68hc11_init_extra_frame_info): Take into account page register.
4118 (m68hc11_frame_args_address): Adjust according to the return mode.
4119 (show_regs): Print page register only when it's used.
4120
5706502a
SC
41212002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4122
4123 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4124 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4125 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4126 registers.
4127 (m68hc11_register_raw_size): Likewise.
4128
28fc6740
AC
41292002-08-13 Andrew Cagney <cagney@redhat.com>
4130
4131 * i386-tdep.c (i386_register_name): Handle mmx registers.
4132 (mmx_regnum_p): New function.
4133 (i386_mmx_names): New array.
4134 (mmx_num_regs): New variable.
4135 (i386_pseudo_register_read): New function.
4136 (i386_pseudo_register_write): New function.
4137 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4138
4139 * regcache.c (regcache_raw_read_unsigned): New function.
4140 (regcache_raw_read_signed): New function.
4141 * regcache.h (regcache_raw_read_unsigned): Declare.
4142 (regcache_raw_read_signed): Declare.
4143
a378f419
AC
41442002-08-13 Andrew Cagney <cagney@redhat.com>
4145
4146 * regcache.c (regcache_raw_read_as_address): Delete function.
4147 (regcache_cooked_read_signed): New function.
4148 (regcache_cooked_read_unsigned): New function.
4149 * regcache.h (regcache_cooked_read_signed): Declare.
4150 (regcache_cooked_read_unsigned): Declare.
4151 (regcache_raw_read_as_address): Delete declaration.
4152
4153 * blockframe.c (generic_read_register_dummy): Use
4154 regcache_cooked_read_unsigned.
4155 * i386-tdep.c (i386_extract_struct_value_address): Use
4156 regcache_cooked_read_unsigned.
4157
81967506
SC
41582002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4159
4160 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4161 double sizes according to ELF ABI flags.
4162 (gdbarch_tdep): Record elf_flags.
4163
ffe1f3ee
SC
41642002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4165
4166 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4167 (m6812_prolog): They can appear in 68HC12 function prologue.
4168 (m68hc11_frame_chain): Cleanup.
4169
98216c5d
AC
41702002-08-12 Andrew Cagney <cagney@redhat.com>
4171
4172 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4173 declarations.
4174 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4175 (i386_linux_register_raw_size): Delete function.
4176 (i386_linux_init_abi): Update.
4177 * i386-tdep.c (i386_register_raw_size): Delete function.
4178 (i386_register_byte): Delete function.
4179 (i386_gdbarch_init): Update.
4180 (i386_register_size): Delete array.
4181 (i386_register_offset): Delete array.
4182
4183 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4184 (REGISTER_RAW_SIZE): Delete macro.
4185 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4186 (REGISTER_BYTE): Delete macro.
4187
3b19021e
AS
41882002-08-11 Aidan Skinner <aidan@velvet.net>
4189
4190 * ada-lang.c (ada_lookup_partial_symbol)
4191 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4192 prototype names so that grep ^func works properly.
4193
4194 * ada-lang.c (ada_array_element_type)
4195 (ada_lookup_partial_symbol): Fix typos in parameter list.
4196
4197 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4198 Fix prototype names so that grep ^func works properly.
4199
b063e7a2
AC
42002002-08-10 Andrew Cagney <cagney@redhat.com>
4201 Elena Zannoni <ezannoni@redhat.com>
4202 Martin M. Hunt <hunt@redhat.com>
4203
4204 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4205 (build_builtin_type_vec128i): Set the vector bit.
4206 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4207 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4208 (build_builtin_type_vec64): New function.
4209 (build_builtin_type_vec64i): New function.
4210 (build_gdbtypes): Initialize builtin_type_vec64 and
4211 builtin_type_vec64i.
4212
a7e3c2ad
AC
42132002-08-09 Andrew Cagney <cagney@redhat.com>
4214
4215 * regcache.c (regcache_dump): Compare the register offset
4216 with REGISTER_BYTE.
4217 * arch-utils.c (generic_register_byte): New function.
4218 * arch-utils.h (generic_register_byte): Declare.
4219 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4220 * gdbarch.h, gdbarch.c: Regenerate.
4221
af030b9a
AC
42222002-08-09 Andrew Cagney <cagney@redhat.com>
4223
4224 * regcache.c: Include "gdbcmd.h"
4225 (_initialize_regcache): Add commands "maintenance print
4226 registers", "maintenance print raw-registers" and "maintenance
4227 print cooked-registers".
4228 (enum regcache_dump_what): Define.
4229 (dump_endian_bytes): New function.
4230 (regcache_dump): New function.
4231 (regcache_print): New function.
4232 (maintenance_print_registers): New function.
4233 (maintenance_print_raw_registers): New function.
4234 (maintenance_print_cooked_registers): New function.
4235 * Makefile.in (regcache.o): Update dependencies.
4236
cb3d25d1
MS
42372002-08-09 Michael Snyder <msnyder@redhat.com>
4238
4239 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4240 (mips_push_arguments): Correct some comments. Use paddr_nz
4241 for printing addresses in debug output. Replace static
4242 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4243 (mips_n32n64_push_arguments): New function, cloned from
4244 mips_push_arguments and tuned for the n32/n64 ABI.
4245 (mips_push_register): Buffer needs dynamic allocation.
4246 (mips_print_register): Ditto.
4247 (do_gp_register_row): Ditto.
4248 (mips_store_return_value): Ditto.
4249 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4250
2163ab9d
DH
42512002-08-09 Don Howard <dhoward@redhat.com>
4252
4253 * memattr.c (mem_info_command): Print special case of upper bound
4254 as max CORE_ADDR + 1.
4255
b78bcb18
MS
42562002-08-08 Michael Snyder <msnyder@redhat.com>
4257
4258 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4259 returns structs by ref if they're too big to fit in two registers.
4260
ffabd70d
KB
42612002-08-09 Kevin Buettner <kevinb@redhat.com>
4262
4263 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4264 saved regs value.
4265 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4266 mips_find_saved_regs().
4267 (mips_pop_frame): Likewise.
4268
fbcdb4a3
KB
42692002-08-09 Kevin Buettner <kevinb@redhat.com>
4270
4271 * blockframe.c (frame_saved_regs_register_unwind): Revise
4272 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4273 frames are in use.
4274
3c3bea1c
GS
42752002-08-09 Grace Sainsbury <graces@redhat.com>
4276
4277 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4278 T-packets; the 'a' is not taken as a register number.
4279 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4280 (remote_stopped_data_address): New functions; add to target
4281 vector.
4282 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4283 prototypes to match other implementations of this
4284 function. replace integer argument with pointer -- the length
4285 field in the Z-packet is the length of what is pointed to or 1 if
4286 pointer is null. Add to target vector.
4287 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4288 target vector.
4289
4290 From Mark Salter:
4291 * remote.c (remote_wait): Add support to extract optional
4292 watchpoint information from T-packet. Ignore unrecognized
4293 optional info in T-packet.
4294 (remote_async_wait): Ditto.
4295
5d1d95de
CV
42962002-08-09 Corinna Vinschen <vinschen@redhat.com>
4297
4298 * cli/cli-dump.c: Change fopen modes to use binary open modes
4299 as defined in include/fopen-bin.h throughout.
4300
c86b5b38
MS
43012002-08-08 Michael Snyder <msnyder@redhat.com>
4302
4303 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4304
b30590dc
KB
43052002-08-08 Kevin Buettner <kevinb@redhat.com>
4306
4307 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4308 assertion failure by returning early after a warning.
4309
498868ed
KB
43102002-08-08 Kevin Buettner <kevinb@redhat.com>
4311
4312 * mips-tdep.c (mips_find_saved_regs): Make static.
4313 (mips_frame_init_saved_regs): New function.
4314 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4315 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4316 (mips_find_saved_regs): Delete declaration.
4317
b2dd6311
GS
43182002-08-08 Grace Sainsbury <graces@redhat.com>
4319
3c3bea1c
GS
4320 * remote.c (remote_wait, remote_async_wait): Change
4321 thread_num from int to ULONGEST.
4322 (unpack_varlen_hex): Change result parameter from
4323 int * to ULONGEST *.
b2dd6311 4324
ea47855f
AC
43252002-08-08 Andrew Cagney <ac131313@redhat.com>
4326
4327 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4328 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4329 powerpc*-*-*.
4330 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4331
69db8bae
AC
43322002-08-08 Andrew Cagney <cagney@redhat.com>
4333
4334 * gcore.c (override_derive_stack_segment): Delete variable.
4335 (preempt_derive_stack_segment): Delete function.
4336 (derive_stack_segment): Delete function.
4337 (default_derive_stack_segment): Renamed to derive_stack_segment.
4338 (override_derive_heap_segment): Delete variable.
4339 (preempt_derive_heap_segment): Delete function.
4340 (derive_heap_segment): Delete function.
4341 (default_derive_heap_segment): Rename to derive_heap_segment.
4342
cb811fe7
MS
43432002-08-06 Michael Snyder <msnyder@redhat.com>
4344
4345 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4346 * mips-tdep.c (mips_EABI_use_struct_convention,
4347 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4348 New functions. (mips_use_struct_convention): Delete.
4349 (mips_gdbarch_init): set use_gdbarch_convention.
4350
8b389c40
MS
43512002-08-06 Michael Snyder <msnyder@redhat.com>
4352
4353 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4354 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4355 mips_o32_reg_struct_has_addr): New functions.
4356 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4357
5c27f28a
AC
43582002-08-07 Andrew Cagney <ac131313@redhat.com>
4359
4360 * regcache.c (pseudo_register): Delete function.
4361 (fetch_register): Delete function.
4362 (store_register): Delete function.
4363 (regcache_raw_read, legacy_read_register_gen): Use
4364 target_fetch_registers instead of fetch_register.
4365 (legacy_write_register_gen, regcache_raw_write): Use
4366 target_store_register instead of store_register.
4367 (write_register_bytes): Ditto.
4368
4369 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4370 (STORE_PSEUDO_REGISTER): Delete.
4371 * gdbarch.h, gdbarch.c: Regenerate.
4372
5b331675
CV
43732002-08-06 Corinna Vinschen <vinschen@redhat.com>
4374
4375 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4376 write dump file binary.
4377
6acdf5c7
MS
43782002-08-05 Michael Snyder <msnyder@redhat.com>
4379
4380 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4381 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4382 (mips_gdbarch_init): Set N32 target to be mips64.
4383
b2f01c35
KB
43842002-08-06 Kevin Buettner <kevinb@redhat.com>
4385
4386 * frame.c (find_saved_register): Break out of loop once saved
4387 register address is found. Don't mention sparc in loop comment
4388 anymore.
4389
63db5580
KB
43902002-08-06 Kevin Buettner <kevinb@redhat.com>
4391
4392 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4393 mips_default_saved_regsize to 8.
4394
5e34e75e
AC
43952002-08-06 Andrew Cagney <ac131313@redhat.com>
4396
4397 * gcore.c: Do not include <sys/procfs.h>.
4398 * Makefile.in (gcore.o): Update dependencies.
4399
eb4c54a2
AC
44002002-08-06 Andrew Cagney <cagney@redhat.com>
4401
4402 * configure.tgt: Make arc-*-* obsolete.
4403 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4404 * MAINTAINERS: Make arc-elf obsolete.
4405 * arc-tdep.c: Make file obsolete.
4406 * config/arc/arc.mt: Ditto.
4407 * config/arc/tm-arc.h: Ditto.
4408
ced15480
TR
44092002-08-05 Theodore A. Roth <troth@verinet.com>
4410
c1bab85b 4411 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 4412
b4743822
AC
44132002-08-05 Andrew Cagney <ac131313@redhat.com>
4414
4415 * mcore-tdep.c (mcore_gdbarch_init): Use
4416 generic_unwind_get_saved_register instead of
4417 generic_get_saved_register.
4418 * v850-tdep.c (v850_gdbarch_init): Ditto.
4419 * frv-tdep.c (frv_gdbarch_init): Ditto.
4420 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4421 * s390-tdep.c (s390_gdbarch_init): Ditto.
4422 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4423 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4424 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4425
3956d554
JB
44262002-08-05 Joel Brobecker <brobecker@gnat.com>
4427
4428 * objfiles.h: Add missing #include "symfile.h"
4429
4430 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4431
8249c0d6
AC
44322002-08-04 Andrew Cagney <ac131313@redhat.com>
4433
4434 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4435 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4436 of FIELD_BITSIZE.
4437
b9d14705
DJ
44382002-08-04 Daniel Jacobowitz <drow@mvista.com>
4439
4440 * NEWS: Cleanup and nitpick.
4441
dd73b9bb
AC
44422002-08-03 Andrew Cagney <ac131313@redhat.com>
4443
4444 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4445
043a27f8
AC
44462002-08-03 Andrew Cagney <ac131313@redhat.com>
4447
4448 * Makefile.in (gdbtk-bp.o): Update dependencies.
4449 (gdbtk-register.o): Ditto.
4450 (gdbtk-varobj.o): Ditto.
4451
46ce284d
AC
44522002-08-03 Andrew Cagney <cagney@redhat.com>
4453
4454 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4455 m68hc11_fetch_pseudo_register.
4456 (m68hc11_pseudo_register_write): Replace
4457 m68hc11_store_pseudo_register.
4458 (m68hc11_gdbarch_init): Update.
4459
b66d6d2e
AC
4460Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4461
4462 * gdbarch.sh: Include "gdb_string.h".
4463 * gdbarch.c: Regenerate.
4464
4465 * regcache.c: Include "gdb_string.h".
4466 * ax-general.c: Ditto.
4467 * varobj.c: Ditto.
4468 * std-regs.c: Ditto.
4469 * fbsd-proc.c: Ditto.
4470 * thread.c: Ditto.
4471
4472 * Makefile.in (regcache.o): Update dependencies.
4473 (thread.o, gdbarch.o): Ditto.
4474 (ax-general.o, gdbarch.o): Ditto.
4475 (varobj.o, std-regs.o): Ditto.
4476 (fbsd-proc.o): Specify dependencies.
4477
29e1842b
AC
44782002-08-02 Andrew Cagney <cagney@redhat.com>
4479
4480 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4481 regnum.
4482 (regcache_cooked_write): Ditto.
4483
68365089
AC
44842002-08-02 Andrew Cagney <ac131313@redhat.com>
4485
4486 * regcache.c (regcache_cooked_read): New function.
4487 (regcache_cooked_write): New function.
4488 (read_register_gen): Rewrite using regcache_cooked_read.
4489 (write_register_gen): Rewrite using regcache_cooked_write.
4490
4491 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4492 Declare.
4493
d8124050
AC
44942002-08-02 Andrew Cagney <cagney@redhat.com>
4495
4496 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4497 Replace the architecture methods register_read and register_write.
4498 * gdbarch.h, gdbarch.c: Regenerate.
4499 * regcache.c (init_regcache_descr): Update.
4500 (read_register_gen): Update.
4501 (write_register_gen): Update.
4502 (supply_register): Update comment.
4503
4504 * sh-tdep.c (sh_gdbarch_init): Update.
4505 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4506 `regcache' and `gdbarch' parameters. Make `buffer' a void
4507 pointer. Update code.
4508 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4509 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4510 void pointer. Update code.
4511 (sh64_register_write): Delete.
4512 (sh4_register_read): Delete.
4513 (sh64_register_read): Delete.
4514 (sh4_register_write): Delete.
4515 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4516 void pointer, `to' parameter a void pointer.
4517 (sh_sh64_register_convert_to_raw): Ditto.
4518
a6425924
KB
45192002-08-01 Kevin Buettner <kevinb@redhat.com>
4520
4521 * mips-tdep.c (mips_register_virtual_type): Use architecture
4522 invariant return values.
4523
ff5922b5
AC
45242002-08-01 Andrew Cagney <cagney@redhat.com>
4525
4526 * linux-proc.c: Include "gdb_string.h".
4527 * Makefile.in (linux-proc.o): Update dependency list.
4528
32a6503c
KB
45292002-08-01 Kevin Buettner <kevinb@redhat.com>
4530
4531 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4532 comment.
4533
ccaa32c7
GS
45342002-08-01 Grace Sainsbury <graces@redhat.com>
4535
4536 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4537 to_insert_watchpoint, to_remove_watchpoint,
4538 to_stopped_by_watchpoint, to_stopped_data_address,
4539 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4540 target vecctor. Define their corresponding macros so they call
4541 them.
4542
4543 * target.c: Add default and debug versions of for
4544 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4545 to_insert_watchpoint, to_remove_watchpoint,
4546 to_stopped_by_watchpoint, to_stopped_data_address,
4547 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4548
78fde5f8
KB
45492002-08-01 Kevin Buettner <kevinb@redhat.com>
4550
4551 * mips-tdep.c (mips_register_virtual_type): New function.
4552 (mips_gdbarch_init): Register mips_register_virtual_type()
4553 with gdbarch machinery.
4554 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4555 this file instead of tm-bigmips.h.
4556 (MIPS_REGSIZE): Delete this macro.
4557 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4558 multiarch version in mips-tdep.c will be found.
4559
db034ac5
AC
45602002-08-01 Andrew Cagney <cagney@redhat.com>
4561
4562 * NEWS: Menion that CHILL has been made obsolete.
4563
4564 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
4565 * stabsread.c (read_range_type): Ditto.
4566 * gdbtypes.h: Ditto.
4567 * language.c (binop_type_check): Ditto.
4568 (binop_result_type): Ditto.
4569 (integral_type): Ditto.
4570 (character_type): Ditto.
4571 (string_type): Ditto.
4572 (boolean_type): Ditto.
4573 (structured_type): Ditto.
4574 (lang_bool_type): Ditto.
4575 (binop_type_check): Ditto.
4576 * language.h (_LANG_chill): Ditto.
4577 * dwarfread.c (set_cu_language): Ditto.
4578 * dwarfread.c (CHILL_PRODUCER): Ditto.
4579 * dwarfread.c (handle_producer): Ditto.
4580 * expression.h (enum exp_opcode): Ditto.
4581 * eval.c: Ditto for comments.
4582 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4583 * expprint.c (print_subexp): Ditto.
4584 (print_subexp): Ditto.
4585 * valops.c (value_cast): Ditto.
4586 (search_struct_field): Ditto.
4587 * value.h (COERCE_VARYING_ARRAY): Ditto.
4588 * symfile.c (init_filename_language_table): Ditto.
4589 (add_psymbol_with_dem_name_to_list): Ditto.
4590 * valarith.c (value_binop): Ditto.
4591 (value_neg): Ditto.
4592 * valops.c (value_slice): Ditto.
4593 * symtab.h (union language_specific): Ditto.
4594 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4595 (SYMBOL_DEMANGLED_NAME): Ditto.
4596 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4597 * defs.h (enum language): Ditto.
4598 * symtab.c (got_symtab): Ditto.
4599 * utils.c (fprintf_symbol_filtered): Ditto.
4600
4601 * ch-typeprint.c: Make file obsolete.
4602 * ch-valprint.c: Make file obsolete.
4603 * ch-lang.h: Make file obsolete.
4604 * ch-exp.c: Make file obsolete.
4605 * ch-lang.c: Make file obsolete.
4606
4607 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4608 CHILL_LIB.
4609 (TARGET_FLAGS_TO_PASS): Ditto.
4610 (CHILLFLAGS): Obsolete.
4611 (CHILL): Obsolete.
4612 (CHILL_FOR_TARGET): Obsolete.
4613 (CHILL_LIB): Obsolete.
4614 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4615 ch-valprint.c.
4616 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4617 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4618 ch-lang.o.
4619 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4620 targets.
4621
8aaf0b47
JB
46222002-07-31 Joel Brobecker <brobecker@gnat.com>
4623
4624 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4625 This does not change anything at the moment, but will be helpful
4626 later when full Ada support is integrated.
4627
f3a7b3a5
KB
46282002-07-31 Kevin Buettner <kevinb@redhat.com>
4629
4630 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4631 help message.
4632
fb850278
KB
46332002-07-31 Kevin Buettner <kevinb@redhat.com>
4634
4635 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4636 and save it in a local variable. Use variable in later test.
4637
e3bddbfa
KB
46382002-07-31 Kevin Buettner <kevinb@redhat.com>
4639
4640 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4641 test. (Thanks to Daniel Jacobowitz.)
4642
28d169de
KB
46432002-07-31 Kevin Buettner <kevinb@redhat.com>
4644
4645 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4646 (mips_abi_strings): Add "n64".
4647 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4648
7fe7e44e
KB
46492002-07-31 Kevin Buettner <kevinb@redhat.com>
4650
4651 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4652 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4653
c6caf090
KB
46542002-07-31 Kevin Buettner <kevinb@redhat.com>
4655
4656 * utils.c (host_pointer_to_address, address_to_host_pointer):
4657 Use gdb_assert() instead of explicit call to internal_error().
4658
c41669e0
KB
46592002-07-30 Kevin Buettner <kevinb@redhat.com>
4660
4661 * Makefile.in (rs6000-nat.o): Update dependencies.
4662
4663 From Nicholas Duffek:
4664 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4665 (aix-thread.o): New rule.
4666 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4667 * config/powerpc/aix432.mh: New file.
4668
2fda4977
DJ
46692002-07-30 Daniel Jacobowitz <drow@mvista.com>
4670
4671 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4672 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4673 (fetch_core_registers, ppc_linux_supply_gregset)
4674 (ppc_linux_supply_fpregset): New functions.
4675 (ppc_linux_regset_core_fns): New.
4676 (_initialize_ppc_linux_tdep): Call add_core_fns.
4677 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4678 and ppc_linux_supply_gregset.
4679 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4680 (supply_fpregset): Call ppc_linux_supply_fpregset.
4681 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4682 corelow.o.
4683 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4684
729051e6
DJ
46852002-07-30 Daniel Jacobowitz <drow@mvista.com>
4686
4687 * symtab.c (lookup_symbol): Demangle before lowercasing.
4688
5f8a3188
AC
46892002-07-30 Andrew Cagney <ac131313@redhat.com>
4690
4691 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4692 declaration.
4693 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4694 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4695 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4696 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4697 "gdb_string.h".
4698 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4699 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4700 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4701 (avr-tdep.o, mon960-rom.o): Ditto.
4702 (aout_stabs_gnu_h): Define.
4703 (symtab_h): Remove $(gdb_obstack_h).
4704
67f07146
JB
47052002-07-30 Jim Blandy <jimb@redhat.com>
4706
4707 Patch from David Carlton <carlton@math.stanford.edu>:
4708 * gdbinit.in: Move the `dir' commands that add GDB's own source
4709 directory to the search path to the end, so that the `gdb' source
4710 directory will be searched first.
4711
04ea0df1
AC
47122002-07-29 Andrew Cagney <ac131313@redhat.com>
4713
4714 * gdb_obstack.h: New file.
4715 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4716 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4717 * objfiles.h: Include "gdb_obstack.h".
4718 * Makefile.in (gdb_obstack_h): Define.
4719 (symtab_h): Add $(gdb_obstack_h).
4720 (objfiles_h): Add $(gdb_obstack_h).
4721
4722 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4723 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4724 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4725 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4726 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4727 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4728 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4729 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4730
4731 * Makefile.in (bcache.o): Update dependencies.
4732 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4733 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4734 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4735 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4736 (stabsread.o, symfile.o, symmisc.o): Ditto.
4737 (symtab.o, typeprint.o, macroexp.o): Ditto.
4738 (macrotab.o, mdebugread.o): Ditto.
4739 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4740 (coff_ecoff_h, aout_aout64_h): Define.
4741 (aout_stabs_gnu_h, libaout_h): Define.
4742
d138e37a
AC
47432002-07-29 Andrew Cagney <cagney@redhat.com>
4744
4745 * regcache.c (struct regcache_descr): Rename nr_registers to
4746 nr_cooked_registers. Revise comments describing the structure
4747 member fields.
4748 (init_regcache_descr): Update.
4749 (init_legacy_regcache_descr): Update.
4750 (read_register_gen, write_register_gen): When a cooked register in
4751 the raw register range, directly access the value from the raw
4752 register cache.
4753
460e6ec3
AC
47542002-07-29 Andrew Cagney <ac131313@redhat.com>
4755
4756 * z8k-tdep.c: Do not include "obstack.h".
4757 * h8300-tdep.c, h8500-tdep.c: Ditto.
4758 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4759 * valprint.c, v850-tdep.c: Ditto.
4760 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4761 * mn10200-tdep.c: Ditto.
4762
4763 * Makefile.in (z8k-tdep.o): Update dependencies.
4764 (m68hc11-tdep.o, valprint.o): Ditto.
4765 (v850-tdep.o, d10v-tdep.o): Ditto.
4766 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4767 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4768 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4769 (sh_opc_h, gdb_sim_sh_h): Define.
4770 (elf_sh_h, elf_bfd_h): Define.
4771 (opcode_m68hc11_h): Define.
4772 (OPCODES_SRC, OPCODES_DIR): define.
4773 (OPCODES): Use $(OPCODES_DIR).
4774 (gdb_sim_d10v_h): Rename sim_d10v_h.
4775 (gdb_sim_arm_h): Rename sim_arm_h.
4776
790c9cf0
KB
47772002-07-26 Kevin Buettner <kevinb@redhat.com>
4778
4779 * utils.c (host_pointer_to_address, address_to_host_pointer):
4780 Change internal_error() message to indicate function responsible
4781 for the error.
4782
9647fa49
KB
47832002-07-26 Kevin Buettner <kevinb@redhat.com>
4784
4785 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4786 calls to local_hex_string_custom().
4787
dabbe2c0
KB
47882002-07-26 Kevin Buettner <kevinb@redhat.com>
4789
4790 * irix5-nat.c: Move IRIX shared library support from here...
4791 * solib-irix.c: ...to here. Revised substantially to work with
4792 generic solib framework.
4793
b96d0a4e
KB
4794 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4795 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4796 * mips-irix-tdep.c: New file.
4797
313fb2f6
KB
4798 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4799 (mips-irix-tdep.o, solib-irix.o): New rules.
4800 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4801 solib-irix.o.
4802 * config/mips/irix6.mt (TDEPFILES): Likewise.
4803 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4804
ab2eaf26
KB
48052002-07-26 Kevin Buettner <kevinb@redhat.com>
4806
177e4768 4807 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4808 disabled (via ``#if 0'') includes.
4809
7244546a
KB
48102002-07-26 Kevin Buettner <kevinb@redhat.com>
4811
4812 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4813 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4814 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4815 Add support for the fpscr register.
4816 * rs6000-nat.c (regmap, fetch_inferior_registers)
4817 (store_inferior_registers, fetch_core_registers): Likewise.
4818
dd7be90a
KB
48192002-07-26 Kevin Buettner <kevinb@redhat.com>
4820
4821 * rs6000-nat.c (language.h): Include.
4822 (special_regs): Delete this array.
4823 (regmap): New function.
4824 (fetch_register, store_register): Use regmap() to map gdb
4825 register numbers to ptrace register numbers. Also, use
4826 outputs from regmap() to make decisions regarding type of
4827 ptrace() call to make. In particular, don't compare against
4828 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4829 (fetch_inferior_registers, store_inferior_registers): Where
4830 possible, obtain register numbers from tdep struct. Don't
4831 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4832 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4833 (LAST_UISA_SP_REGNUM): Delete.
4834
11bf77db
KB
48352002-07-25 Kevin Buettner <kevinb@redhat.com>
4836
4837 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4838 (fetch_registers, store_register, fetch_core_registers): Don't
4839 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4840 regcache_collect() as appropriate.
4841 (find_toc_address): Format hex address with local_hex_string().
4842
06afebeb
AC
48432002-07-25 Andrew Cagney <ac131313@redhat.com>
4844
4845 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4846 bfd/elf32-frv.c.
4847
8c554d79
TT
48482002-07-24 Tom Tromey <tromey@redhat.com>
4849
4850 * jv-exp.y: Marked all strings with _().
4851 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4852 internal_error.
4853 (MethodInvocation, CastExpression, parse_number, yyerror,
4854 java_type_from_name, push_expression_name, yylex): Typo fixes.
4855
e4c242d9
DJ
48562002-07-24 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4859 (tee_file_flush, tee_file_write, tee_file_fputs)
4860 (tee_file_isatty): New.
4861 * ui-file.h (tee_file_new): Add prototype.
4862
ebf56fd3
AS
48632002-07-24 Aidan Skinner <aidan@velvet.net>
4864
4865 * ada-lang.c: Change k&r style function definitions to prototyped
4866 form.
4867 * ada-typeprint.c: Change k&r style function definitions to prototyped
4868 form.
4869 * ada-valprint.c: Change k&r style function definitions to prototyped
4870 form.
4871
7fb623f7
AC
48722002-07-24 Andrew Cagney <cagney@redhat.com>
4873
4874 * README: Remove reference to remote-bug.
4875 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4876 remote-bug.c.
4877 (m88k-nat.o): Delete rule.
4878 (m88k-tdep.o): Delete rule.
4879 (remote-bug.o): Delete rule.
4880 * MAINTAINERS: Mark as obsolete.
4881 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4882 * m88k-tdep.c: Make file obsolete.
4883 * config/m88k/m88k.mh: Ditto.
4884 * config/m88k/delta88v4.mh: Ditto.
4885 * config/m88k/delta88v4.mt: Ditto.
4886 * config/m88k/delta88.mt: Ditto.
4887 * config/m88k/delta88.mh: Ditto.
4888 * remote-bug.c: Ditto.
4889 * config/m88k/tm-delta88.h: Ditto.
4890 * config/m88k/nm-delta88v4.h: Ditto.
4891 * config/m88k/xm-delta88.h: Ditto.
4892 * config/m88k/xm-dgux.h: Ditto.
4893 * config/m88k/tm-m88k.h: Ditto.
4894 * config/m88k/nm-m88k.h: Ditto.
4895 * config/m88k/tm-delta88v4.h: Ditto.
4896 * m88k-nat.c: Ditto.
4897 * cxux-nat.c: Ditto.
4898 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4899 and m88*-*-* obsolete.
4900 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4901 m88*-*-* obsolete.
4902
37611a2b
AC
49032002-07-24 Andrew Cagney <cagney@redhat.com>
4904
4905 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4906 constant. Same for local pointer variables.
4907 (extract_signed_integer): Ditto.
4908 * defs.h (extract_unsigned_integer): Update.
4909 (extract_signed_integer): Update.
4910
1aaa5f99
AC
49112002-07-24 Andrew Cagney <cagney@redhat.com>
4912
4913 * regcache.c (regcache_raw_write): Change buf parameter to a
4914 constant void pointer.
4915 (regcache_raw_read): Change buf parameter to a void pointer.
4916 (legacy_write_register_gen): Change myaddr parameter a constant
4917 void pointer.
4918 (supply_register): Change val parameter to a const void pointer.
4919 * regcache.h (regcache_raw_write): Update declaration.
4920 (regcache_raw_read): Update declaration.
4921 (supply_register): Update declaration.
4922
b4f5539f
TT
49232002-07-24 Tom Tromey <tromey@redhat.com>
4924
4925 * defs.h (gdb_readline_wrapper): Declare.
4926 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4927 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4928 * top.c (gdb_readline_wrapper): New function.
4929 (command_line_input): Use it.
4930
0818c12a
AC
49312002-07-24 Andrew Cagney <cagney@redhat.com>
4932
4933 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4934 regcache_read and regcache_write.
4935 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4936 * regcache.c: Update.
4937 * sh-tdep.c (sh64_push_arguments): Update comment.
4938 (sh_pseudo_register_read): Update.
4939 (sh_pseudo_register_write): Update.
4940 (sh4_register_read): Update.
4941 (sh4_register_write): Update.
4942 (sh64_pseudo_register_read): Update.
4943 (sh64_pseudo_register_write): Update.
4944 (sh64_register_read): Update.
4945 (sh64_register_write): Update.
4946 * i386-tdep.c (i386_extract_return_value): Update.
4947 (i386_extract_struct_value_address): Update.
4948 (i386_extract_return_value): Update.
4949 * blockframe.c (generic_read_register_dummy): Update.
4950 (generic_call_dummy_register_unwind): Update
4951 * infrun.c (write_inferior_status_register): Update.
4952
f7321c06
JB
49532002-07-23 Jim Blandy <jimb@redhat.com>
4954
4955 * parser-defs.h (expression_context_pc): Make this extern.
4956 (Thanks to Michael Snyder.)
4957
2037aebb
AC
49582002-07-23 Andrew Cagney <ac131313@redhat.com>
4959
4960 GDB 5.2.1 released from 5.2 branch.
4961 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4962 * README: Update to mention 5.2.1.
4963
66504d44
MS
49642002-07-23 Mark Salter <msalter@redhat.com>
4965
4966 * remote.c (remote_read_bytes): Fix check for error.
4967
27bae383
KB
49682002-07-22 Kevin Buettner <kevinb@redhat.com>
4969
4970 * aix-thread.c (language.h): Include.
4971 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4972 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4973 Print newlines at end of debug messages.
4974 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4975 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4976
49772002-07-22 Kevin Buettner <kevinb@redhat.com>
4978
4979 * aix-thread.c (ppc-tdep.h): Include.
4980 (special_register_p): New function.
4981 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4982 (store_regs_user_thread): Use register number information from
4983 gdbarch_tdep struct instead of hardcoded offsets relative to
4984 FIRST_UISA_SP_REGNUM.
4985 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4986 special_register_p() instead of using FPLAST_REGNUM and
4987 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4988 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4989 will be MQ's register number.
4990
49912002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4992
4993 * aix-thread.c (ops): Rename to aix_thread_ops.
4994 (base_ops): Rename to base_target.
4995 (ops_attach): Rename to aix_thread_attach.
4996 (ops_detach): Rename to aix_thread_detach.
4997 (ops_resume): Rename to aix_thread_detach.
4998 (ops_wait): Rename to aix_thread_wait.
4999 (ops_kill): Rename to aix_thread_kill.
5000 (init_ops): Rename to init_aix_thread_ops.
5001 (ops_fetch_register): Rename to aix_thread_fetch_register.
5002 (ops_store_register): Rename to aix_thread_store_register.
5003 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
5004 (ops_thread_alive): Rename to aix_thread_thread_alive.
5005 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
5006 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
5007 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
5008 (fetch_regs_lib): Rename to fetch_regs_user_thread.
5009 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
5010 (store_regs_lib): Rename to store_regs_user_thread.
5011 (store_regs_kern): Rename to store_regs_kernel_thread.
5012
27bae383 50132002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
5014
5015 * aix-thread.c (ops_prepare_to_store): Eliminate.
5016 (init_ops): Don't initialize ops.prepare_to_store.
5017 (store_regs_kern): Pre-fetch register buffers from child,
5018 because some registers may not be in the cache. Copy
5019 regs from register cache only if they are cached.
5020 (store_regs_lib): Copy regs from register cache only
5021 if they are cached.
5022 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
5023 fill_gprs64): Ditto.
5024
61c5da0b
KB
50252002-07-22 Kevin Buettner <kevinb@redhat.com>
5026
5027 * aix-thread.c (gdb_assert.h): Include.
5028 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
5029 register sizes (from register cache) match size of buffer holding
5030 register data.
5031 (fill_sprs32): Change parameter types to match those in the ptrace()
5032 buffer.
5033 (store_regs_lib): Likewise, but for 32-bit temporary variables.
5034 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
5035
50362002-07-22 Michael Snyder <msnyder@redhat.com>
5037
5038 * aix-thread.c (supply_sprs64): Cosmetic change.
5039 (supply_sprs32): Cosmetic change.
5040 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
5041 (fill_sprs64): Use regcache_collect instead of read_register.
5042 (store_regs_lib): Use regcache_collect instead of
5043 read_register. Use fill_sprs32 instead of fill_sprs64,
5044 if debugging a 32-bit architecture.
5045 (store_regs_kern): Use fill_gprs64 etc. to pull the values
5046 out of the register cache, instead of passing a pointer into
5047 the register cache directly to ptrace. Use regcache_collect
5048 insteaad of read_register.
5049 (ops_prepare_to_store): Use target_read_registers instead
5050 of read_register_bytes.
5051
36479eb1
AS
50522002-07-20 Aidan Skinner <aidan@velvet.net>
5053
5054 * MAINTAINERS: Add self under write after approval.
5055
80ae6ee2
AS
50562002-07-20 Aidan Skinner <aidan@velvet.net>
5057
5058 * ada-tasks.c: Change k&r style function definitions to prototyped
5059 form.
5060
8a8ab2b9
AC
50612002-07-19 Andrew Cagney <ac131313@redhat.com>
5062
5063 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
5064 * x86-64-tdep.c: Include "objfiles.h".
5065 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
5066 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
5067
fb16b900
ML
50682002-07-17 Michal Ludvig <michal@suse.cz>
5069
5070 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
5071 (update_context): Initialise cfa variable.
5072
0fe7bf7b
MS
50732002-07-17 Michael Snyder <msnyder@redhat.com>
5074
5075 * aix-thread.c: Shorten some long lines.
5076 Bring comments into line with code spec.
5077
488f131b
JB
50782002-07-18 Joel Brobecker <brobecker@gnat.com>
5079
5080 * infrun.c: Re-indent using gdb_indent.sh.
5081
46c415d2
JB
50822002-07-18 Joel Brobecker <brobecker@gnat.com>
5083
5084 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5085 Leave the indentation temporarily untouched, to minimize the diffs.
5086
cdecafbe
EZ
50872002-07-18 Elena Zannoni <ezannoni@redhat.com>
5088
5089 * stabsread.c: Make os9k sections of the code obsolete,
5090 for real this time.
5091 * stabsread.h: Make os9k sections of the code obsolete.
5092
7b6aa020
ML
50932002-07-18 Michal Ludvig <mludvig@suse.cz>
5094
09ec9b38
ML
5095 * linux-low.c (regsets_store_inferior_registers): Add free()
5096 at the end of a loop to prevent memory leak.
5097 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5098 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
5099 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5100 line a comment.
4894ac5d 5101 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 5102
233282cd
JB
51032002-07-17 Jim Blandy <jimb@redhat.com>
5104
5105 * macrocmd.c (info_macro_command): Remove newline from error
5106 message.
5107
7b6aa020 51082002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
5109
5110 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5111 (sh_gdbarch_init): Use it for sh-dsp.
5112
f7ef9339
KB
51132002-07-16 Kevin Buettner <kevinb@redhat.com>
5114
5115 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5116 64-bit DWARF2 format.
5117
8dd72958
JB
51182002-07-16 Joel Brobecker <brobecker@gnat.com>
5119
5120 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5121 <sys/proc.h> when not available.
5122
a99a9e1b
AC
51232002-07-16 Andrew Cagney <ac131313@redhat.com>
5124
5125 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5126 * stabsread.c: Make os9k sections of the code obsolete.
5127 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5128 * config/i386/i386os9k.mt: Make file obsolete.
5129 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5130 (COMMON_OBS): Remove os9kread.o
5131 (SFILES): Remove os9kread.c.
5132 (os9kread.o, remote-os9k.o): Make target obsolete.
5133 * remote-os9k.c: Make file obsolete.
5134 * os9kread.c: Make file obsolete.
5135 * Makefile.in
5136
7a3085c1
AC
51372002-07-16 Andrew Cagney <ac131313@redhat.com>
5138
5139 * NEWS: Mention that the FR30 has been made obsolete.
5140 * fr30-tdep.c: Make file obsolete.
5141 * config/fr30/tm-fr30.h: Ditto.
5142 * config/fr30/fr30.mt: Ditto.
5143 * configure.tgt: Make fr30-*-elf obsolete.
5144 * MAINTAINERS: Make fr30-elf obsolete.
5145
28a93f5a
PM
51462002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5147
5148 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5149 found is not inside a section.
5150
be006b8b
KB
51512002-07-15 Kevin Buettner <kevinb@redhat.com>
5152
5153 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5154 strerror().
5155 (pdc_realloc): Use xrealloc() instead of realloc().
5156
14fa3751
KB
51572002-07-15 Kevin Buettner <kevinb@redhat.com>
5158
5159 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5160 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5161 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5162 macros.
5163
42cc437f
KB
51642002-07-15 Kevin Buettner <kevinb@redhat.com>
5165
5166 * aix-thread.c (ptrace_check): Eliminate goto.
5167 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5168 problem.
5169
8e2c28d4
KB
51702002-07-15 Kevin Buettner <kevinb@redhat.com>
5171
5172 * aix-thread.c (gdbcmd.h): Include.
5173 (DEBUG, DBG, DBG2, dbg): Eliminate.
5174 (debug_aix_thread): New static global.
5175 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5176 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5177 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5178 invocations to DBG and DBG2 macros to test against
5179 ``debug_aix_thread'' and call fprintf_unfiltered().
5180 (_initialize_aix_thread): Add new command "set debug aix-thread".
5181
30413464
AC
51822002-07-15 Andrew Cagney <ac131313@redhat.com>
5183
5184 From Gerhard Tonn <TON@de.ibm.com>:
5185 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5186 instead of supply_register.
5187
7c43edc1
AC
51882002-07-15 Andrew Cagney <ac131313@redhat.com>
5189
5190 * dwarf2cfi.c: Include "gdb_assert.h".
5191 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5192 non-NULL.
5193 (update_context): Do not use __func__. Add missing ``break''.
5194 (update_context): Do not use __func__.
5195
9364a0ef
EZ
51962002-07-15 Elena Zannoni <ezannoni@redhat.com>
5197
5198 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5199 and its setting. Set gdbarch instruction printing functions
5200 directly. For non-rs6000 case use new function
5201 gdb_print_insn_powerpc.
5202 (gdb_print_insn_powerpc): New function.
5203
3fbeef0b
AC
52042002-07-13 Andrew Cagney <ac131313@redhat.com>
5205
92eb23c5 5206 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
5207 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5208 * configure.tgt: Mark d30v-*-* as obsolete.
5209 * d30v-tdep.c: Mark file as obsolete.
5210 * config/d30v/d30v.mt: Ditto.
5211 * config/d30v/tm-d30v.h: Ditto.
5212
aacb1f0a
AS
52132002-07-13 Aidan Skinner <aidan@velvet.net>
5214
5215 * ada-tasks.c (add_task_entry): replace calls to
5216 malloc() with xmalloc
5217 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5218
5219 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5220 ada_finish_decode_line_1, all_sals_for_line
5221 ada_breakpoint_rewrite): replace calls to free() with xfree()
5222
c11d79f2
KB
52232002-07-12 Kevin Buettner <kevinb@redhat.com>
5224
5225 From Nicholas Duffek (with minor changes by Martin Hunt,
5226 Louis Hamilton, and Kevin Buettner):
5227 * aix-thread.c: New file.
5228
8e19ed76
PS
52292002-07-12 Petr Sorfa <petrs@caldera.com>
5230
5231 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5232 complaint for invalid attribute class or form.
5233 (read_func_scope): DW_AT_frame_base
5234 better handling of DW_AT_block*.
5235 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5236 better handling of DW_AT_block*.
5237 (read_common_block): DW_AT_location
5238 better handling of DW_AT_block*.
5239 (read_partial_die): DW_AT_location better handling
5240 of DW_AT_block*.
5241 (new_symbol): DW_AT_external better handling of
5242 DW_AT_block*. Proper initialization of variable
5243 "addr".
5244 (attr_form_is_block): New function that returns true
5245 if the attribute's form is of DW_FORM_block*.
5246
295401f7
DJ
52472002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5248
5249 * valops.c (find_method_list): Remove comment about
5250 removed STATIC_MEMFUNCP argument.
5251 (value_find_oload_method_list): Likewise.
5252
e42dc924
KB
52532002-07-12 Kevin Buettner <kevinb@redhat.com>
5254
5255 From Nicholas Duffek:
5256 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5257 target_new_objfile_hook.
5258
6904b546
KB
52592002-07-12 Kevin Buettner <kevinb@redhat.com>
5260
5261 From Nicholas Duffek:
5262 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5263 csect.
5264
53fe9346
AC
52652002-07-12 Andrew Cagney <cagney@redhat.com>
5266
5267 * MAINTAINERS: Mention --enable-sim-build-warnings.
5268 (m68hc11-elf): Disable sim build warnings.
5269 (m32r-elf): Mark as broken obsolete candidate.
5270 (x86_64-linux-gnu): Mark as buildable with -Werror.
5271 (arm-elf): Change -w to ``,'' which enables warnings but not
5272 -Werror.
5273
af5f3db6
AC
52742002-07-12 Andrew Cagney <ac131313@redhat.com>
5275
5276 * bcache.h: Update copyright.
5277 (struct bstring, struct bcache): Move definition to "bcache.c".
5278 Replaced by opaque declaration.
5279 (bcache_xfree): Replace free_bcache.
5280 (bcache_xmalloc, bcache_memory_used): Declare.
5281
5282 * bcache.c: Update copyright.
5283 (struct bstring, struct bcache): Moved to here from "bcache.h".
5284 Update comments.
5285 (bcache_xmalloc, bcache_memory_used): New functions.
5286 (bcache_xfree): Replace function free_bcache.
5287
5288 * Makefile.in (objfiles.o): Add $(bcache_h).
5289 (objfiles_h): Remove $(bcache_h).
5290 (symfile.o): Add $(bcache_h).
5291
5292 * symmisc.c: Update copyright.
5293 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5294 (print_objfile_statistics): Use bcache_memory_used.
5295
5296 * symfile.c: Include "bcache.h".
5297 (reread_symbols): Use bcache_xfree.
5298 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5299 (add_psymbol_to_list): Pass psymbol_cache by value.
5300 (add_psymbol_with_dem_name_to_list): Ditto.
5301
5302 * objfiles.h: Update copyright.
5303 (struct bcache): Declare opaque. Do not include "bcache.h".
5304 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5305 bcache'' pointers.
5306 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5307
5308 * objfiles.c: Include "bcache.h". Update copyright.
5309 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5310 macro_cache.
5311 (free_objfile): Use bcache_xfree.
5312
444199e7
GS
53132002-07-11 Grace Sainsbury <graces@redhat.com>
5314
5315 * monitor.c (monitor_fetch_register): Make name a constant.
5316 (monitor_store_register): Same.
5317
261397f8
DJ
53182002-07-11 Daniel Jacobowitz <drow@mvista.com>
5319
5320 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5321 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5322 (finish_block) For non-function blocks, hash the symbol table. For
5323 function blocks, mark the symbol table as unhashed.
5324 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5325 (msymbol_hash_iw): Likewise.
5326 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5327 value.
5328 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5329 (lookup_minimal_symbol): Likewise for both.
5330 * symtab.h (struct block): Add `hashtable' flag. Comment the
5331 hashtable.
5332 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5333 (ALL_BLOCK_SYMBOLS): Update.
5334 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5335 (struct symbol): Add `hash_next' pointer.
5336 * symtab.c (lookup_block_symbol): Search using the hash table when
5337 possible.
5338 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5339 (search_symbols, find_addr_symbol): Likewise.
5340
5341 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5342 (read_dst_symtab): Likewise.
5343 * jv-lang.c (get_java_class_symtab): Likewise.
5344 * mdebugread.c: Include "gdb_assert.h".
5345 (shrink_block): Assert that the block being modified is not hashed.
5346 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5347 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5348 symbols.
5349 (dump_symtab): Recognize hashed blocks.
5350 * printcmd.c (print_frame_args): Assert that function blocks do not
5351 have hashed symbol tables.
5352 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5353 (fill_in_ada_prototype, debug_print_block): Likewise.
5354 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5355
6f0eaa01
CV
53562002-07-11 Corinna Vinschen <vinschen@redhat.com>
5357
5358 * stack.c (print_frame): Use result of frame_address_in_block()
5359 instead of fi->pc when evaluating symbols.
5360 (backtrace_command_1): Ditto.
5361
a208b0cb
AC
53622002-07-11 Andrew Cagney <cagney@redhat.com>
5363
5364 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5365 Make static.
5366
5367 * arm-tdep.c (arm_register_name): Make return type constant.
5368
a6b6b089
AC
53692002-07-10 Andrew Cagney <ac131313@redhat.com>
5370
5ae5f592
AC
5371 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5372 prototype.
5373 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5374 * s390-tdep.c (s390_fp_regnum): Ditto.
5375 (s390_read_fp): Ditto.
5376 (s390_pop_frame): Ditto.
5377 (_initialize_s390_tdep): Ditto.
5378 * remote.c (get_remote_state): Ditto.
5379 * procfs.c (mappingflags): Ditto.
5380 * memattr.c (_initialize_mem): Ditto.
5381 * mcore-tdep.c (mcore_pop_frame): Ditto.
5382 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5383 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5384 * language.c (set_case_str): Ditto.
5385 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5386 * frv-tdep.c (new_variant): Ditto.
5387 (frv_stopped_data_address): Ditto.
5388 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5389 (context_alloc): Ditto.
5390 (frame_state_alloc): Ditto.
5391 (unwind_tmp_obstack_init): Ditto.
5392 (unwind_tmp_obstack_free): Ditto.
5393 (cfi_read_fp): Ditto.
5394 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5395 (cris_pop_frame): Ditto.
5396 * c-lang.c (scanning_macro_expansion): Ditto.
5397 (finished_macro_expansion): Ditto.
5398 (c_preprocess_and_parse): Ditto.
5399 * gdbarch.sh: Ditto.
5400 * gdbarch.h, gdbarch.c: Regenerate.
5401 * config/mn10200/tm-mn10200.h: Adjust indentation.
5402 * target.c: Adjust indentation.
5403 * symtab.h: Adjust indentation.
5404 * stabsread.h: Adjust indentation.
5405 * remote-es.c: Adjust indentation.
5406 * os9kread.c: Adjust indentation.
5407
54082002-07-10 Andrew Cagney <ac131313@redhat.com>
5409
a6b6b089
AC
5410 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5411 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5412
a1789893
GS
54132002-07-10 Grace Sainsbury <graces@redhat.com>
5414
5415 * NEWS: Mention m68k, mcore multi-arching.
5416 * MAINTAINERS: Change status of m68k, mcore to reflect
5417 multi-arching.
5418
02f0d45d
DJ
54192002-07-10 Daniel Jacobowitz <drow@mvista.com>
5420
5421 * valops.c (find_overload_match): Free oload_syms.
5422
f15f768e
JB
54232002-07-09 Joel Brobecker <brobecker@gnat.com>
5424
5425 Define HAVE_SYS_PROC_H if sys/proc.h exists
5426 * configure.in: Add check for sys/proc.h
5427 * config.in: Regenerate.
5428 * configure: Regenerate.
5429
902a7139
GS
54302002-07-09 Grace Sainsbury <graces@redhat.com>
5431
5432 * config/m68k/tm-m68k.h: Remove macros wrapped in
5433 #if !GDB_MULTI_ARCH.
5434
a534e424
AC
54352002-07-08 Andrew Cagney <ac131313@redhat.com>
5436
5437 * config.in, configure: Regenerate.
5438
9b94f7bf
MK
54392002-07-08 Mark Kettenis <kettenis@gnu.org>
5440
5441 * dwarf2cfi.c: Include "gcore.h".
5442 (execute_stack_op): Fix implementation of the
5443 DW_OP_deref and DW_OP_deref_size operators by letting do their
5444 lookup in the target.
5445
1d34db41
MK
54462002-07-07 Mark Kettenis <kettenis@gnu.org>
5447
5448 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5449 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5450 tdep->sc_sp_offset.
5451
79d5b63a
DJ
54522002-07-05 Daniel Jacobowitz <drow@mvista.com>
5453
5454 Fix PR gdb/595, gdb/602
5455 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5456 Don't call value_cast, just read the vtable pointer; update comments
5457 to match.
5458
3bb912e8
GS
54592002-07-05 Grace Sainsbury <graces@redhat.com>
5460
5461 * config/mcore/tm-mcore.h: Remove file.
5462 * config/mcore/mcore.mt: Remove definition of TM_FILE
5463 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5464
ca39387d
MK
54652002-07-05 Mark Kettenis <kettenis@gnu.org>
5466
5467 * i386bsd-tdep.c: Include "gdb_string.h".
5468
efdc1108
GS
54692002-07-04 Grace Sainsbury <graces@redhat.com>
5470
5471 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5472 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5473 mcore-tdep.
5474 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5475 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5476 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5477 (RETVAL_REGNUM): Move macros from tm-mcore.h
5478 (mcore_reg_struct_has_addr): New function.
5479 (mcore_gdbarch_init): Added initializations for the macros removed
5480 from tm-mcore.h.
5481
bb21884d
MK
54822002-07-04 Mark Kettenis <kettenis@gnu.org>
5483
5484 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5485 traditonal string branding within the ELF header.
5486
228c6d41
DJ
54872002-07-04 Daniel Jacobowitz <drow@mvista.com>
5488
5489 * symtab.c (remove_params): New function.
5490 (make_symbol_overload_list): Use it instead of cplus_demangle.
5491 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5492
2404952e
MK
54932002-07-04 Mark Kettenis <kettenis@gnu.org>
5494
e5e4acad
MK
5495 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5496
baadce09
MK
5497 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5498 New variables.
5499 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5500 and tdep->sigtramp_end.
5501 * i386obsd-nat.c: New file.
5502 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5503
2404952e
MK
5504 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5505 Don't call get_current_frame().
5506
9b4f1ba7
PM
55072002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5508
5509 * i386-nat.c (child_post_startup_inferior): New function
5510 calling i386_cleanup_dregs if
5511 I386_USE_GENERIC_WATCHPOINTS is defined.
5512 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5513 conditional to acknowledge that i386-nat.c has its
5514 own child_post_startup_inferior function.
5515
c0d1d883
MK
55162002-07-04 Mark Kettenis <kettenis@gnu.org>
5517
00f8375e
MK
5518 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5519 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5520 instead of MAX_REGISTER_RAW_SIZE.
5521 (i386_extract_return_value, i386_extract_struct_value_address):
5522 Convert to use regcache.
5523 (i386_gdbarch_init): Set max_register_raw_size and
5524 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5525 Set extract_return_value and extract_struct_value_address instead
5526 of their deprecated variants.
5527
c0d1d883
MK
5528 Convert i386 target to generic dummy frames.
5529 * i386-tdep.c: Include "symfile.h".
5530 (i386_frameless_signal_p): Consider a function to be frameless if
5531 the pc points at the first instruction of the function.
5532 (i386_frame_chain): Handle (generic) call dummies.
5533 (i386_frame_saved_pc): Likewise.
5534 (i386_frame_init_saved_regs): Remove code dealing with call
5535 dummies on the stack.
5536 (i386_push_dummy_frame): Removed.
5537 (i386_call_dummy_words): Removed.
5538 (i386_fix_call_dummy): Removed.
5539 (i386_push_return_address): New function.
5540 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5541 parameter, and don't call get_current_frame.
5542 (i386_pop_frame): New function.
5543 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5544 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5545 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5546 call_dummy_length to 0, set call_dummy_words to NULL, set
5547 sizeof_call_dummy_words to 0, set fix_call_dummy to
5548 generic_fix_call_dummy, set pc_in_call_dummy to
5549 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5550 generic_push_dummy_frame, set push_return_address to
5551 i386_push_return_address and set frame_chain_valid to
5552 generic_file_frame_chain_valid.
5553
049ee0e4
AC
55542002-07-03 Andrew Cagney <ac131313@redhat.com>
5555
5556 * gdbarch.sh (struct regcache): Add opaque declaration.
5557 (EXTRACT_RETURN_VALUE): New architecture method.
5558 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5559 * gdbarch.h, gdbarch.c: Regenerate.
5560 * arch-utils.c (legacy_extract_return_value): New function.
5561 * arch-utils.h (legacy_extract_return_value): Declare.
5562 * values.c (value_being_returned): Re-enable code handling
5563 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5564 deprecated_grub_regcache_for_registers call to block handling
5565 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5566 (EXTRACT_RETURN_VALUE): Do not define.
5567
4e0d9804
GS
55682002-07-03 Grace Sainsbury <graces@redhat.com>
5569
5570 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5571 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5572 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5573 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5574 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5575 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5576 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5577 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5578 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5579 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5580 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5581 argument so the function fits the prototype in the architecture
5582 vector.
5583 (mcore_pop_frame): Remove argument so the function fits the
5584 prototype. Use get_current_frame instead of the argument.
5585 (mcore_push_arguments): Change type of struct_return so the
5586 function can be used in the architecture vector.
5587 (mcore_store_struct_return): Add.
5588 (mcore_frame_init_saved_regs): Add.
5589 (mcore_gdbarch_init): Add function calls to replace the macros
5590 removed from tm-mcore.h
5591
36160dc4
AC
55922002-07-03 Andrew Cagney <ac131313@redhat.com>
5593
5594 * infcmd.c (print_return_value): Remove compatibility code calling
5595 deprecated_grub_regcache_for_registers.
5596
5597 * values.c: Include "regcache.h".
5598 (value_being_returned): Update. Use
5599 deprecated_grub_regcache_for_registers to extract the register
5600 buffer address.
5601 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5602 ``struct regcache''.
5603 * Makefile.in (values.o): Add dependency on $(regcache_h).
5604
5605 * inferior.h (run_stack_dummy): Change type of second parameter to
5606 a ``struct regcache''.
5607 * valops.c (hand_function_call): Change type of retbuf to ``struct
5608 regcache''. Allocate using regcache_xmalloc, clean using
5609 make_cleanup_regcache_xfree.
5610 * infcmd.c (run_stack_dummy): Update. Use
5611 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5612
5613 * regcache.c (do_regcache_xfree): New function.
5614 (make_cleanup_regcache_xfree): New function.
5615 * regcache.h (make_cleanup_regcache_xfree): Declare.
5616
e64d9b3d
MH
56172002-07-03 Martin M. Hunt <hunt@redhat.com>
5618
4dd79c29
MH
5619 * event-top.c (command_line_handler): Don't read past
5620 beginning of buffer.
e64d9b3d 5621
4dd79c29
MH
56222002-07-03 Martin M. Hunt <hunt@redhat.com>
5623
e64d9b3d
MH
5624 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5625 struct frame_id.
5626 (varobj_create): Store frame_id for root.
5627 (varobj_gen_name): Use xasprintf.
5628 (varobj_update): Save and restore frame using get_frame_id() and
5629 frame_find_by_id().
5630 (create_child): Use xasprintf.
5631 (new_root_variable): Initialize frame_id.
5632 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5633 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5634 to prevent memory leak.
5635
26e6c56a
AC
56362002-07-03 Andrew Cagney <ac131313@redhat.com>
5637
5638 * valops.c (hand_function_call): Move declaration of retbuf to
5639 start of function, allocate using malloc, add a cleanup but before
5640 the inf_status cleanup, cleanup the buffer. Rename local variable
5641 old_chain to inf_status_cleanup.
5642
f436dd25
MH
56432002-07-03 Martin M. Hunt <hunt@redhat.com>
5644
5645 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5646
5647 * cli/cli-decode.c (cmd_func_p): New function.
5648 (cmd_func): New function.
5649
5650 * command.h: Add cmd_func() and cmd_func_p().
5651
4cfe2084
GS
56522002-07-03 Grace Sainsbury <graces@redhat.com>
5653
5654 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5655 (REGISTER_SIZE): Remove.
5656 (MAX_REGISTER_RAW_SIZE): Remove.
5657 (REGISTER_VIRTUAL_TYPE): Remove.
5658 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5659 (REGISTER_NAME): Remove.
5660 (USE_GENERIC_DUMMY_FRAMES): Remove.
5661 (CALL_DUMMY): Remove.
5662 (CALL_DUMMY_START_OFFSET): Remove.
5663 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5664 (CALL_DUMMY_LOCATION): Remove.
5665 (FIX_CALL_DUMMY): Remove.
5666 (CALL_DUMMY_ADDRESS): Remove.
5667 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5668 (SAVE_DUMMY_FRAME_TOS): Remove.
5669 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5670 (mcore_register_virtual_type): New function.
5671 (mcore_register_byte): New function.
5672 (mcore_register_size): New function.
5673 (mcore_register_name): New function.
5674 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5675 macros removed from tm-mcore.h.
5676 (mcore_dump_tdep): Add.
5677 (_initialize_mcore_tdep): Add gdbarch_register call.
5678
4fd667e9
MK
56792002-07-03 Mark Kettenis <kettenis@gnu.org>
5680
5681 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5682 frameless_look_for_prologue, such that we actually call this
5683 function.
5684
42f99ac2
JB
56852002-07-02 Joel Brobecker <brobecker@gnat.com>
5686
5687 * frame.h (frame_address_in_block): New function.
5688
5689 * blockframe.c (frame_address_in_block): New function extracted
5690 from get_frame_block().
5691 (get_frame_block): Use frame_address_in_block().
5692 (block_innermost_frame): Use frame_address_in_block() to match
5693 the frame pc address against the block boundaries rather than
5694 the frame pc directly. This prevents a failure when a frame pc
5695 is actually a return-address pointing immediately after the end
5696 of the given block.
5697
103a1597 56982002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5699
5700 * MAINTAINERS: Add self under write after approval.
5701
57022002-07-02 Grace Sainsbury <graces@redhat.com>
5703
103a1597
GS
5704 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5705 used in architecture vector. The default is
5706 m68k_local_breakpoint_from_pc.
5707 (m68k_local_breakpoint_from_pc): Add.
5708 (enum): Add register numbers from tm-m68k.h.
5709 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5710 vector.
5711 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5712 GDB_MULTI_ARCH_PARTIAL.
5713 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5714 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5715 m68k-tdep.c.
5716 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5717 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5718 to enum in m68k-tdep.c
5719
7a5a0534
JB
57202002-07-02 Joel Brobecker <brobecker@gnat.com>
5721
5722 * solib-osf.c (open_map): Compute the list of shared libraries
5723 loaded by the inferior, rather than the list of libraries loaded
5724 by GDB itself. Otherwise, GDB ends up reading the symbols from
5725 the wrong shared libraries...
5726
6f558d74
MK
57272002-07-02 Mark Kettenis <kettenis@gnu.org>
5728
b7d15bf7
MK
5729 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5730 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5731 macros.
5732 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5733 Remove functions.
5734 (FRAMELESS_SIGNAL): Remove function.
5735 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5736 i386_linux_saved_pc_after_call): Removed.
5737 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5738 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5739 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5740
6bff26de
MK
5741 * i386-tdep.c (i386_frameless_signal_p): New function.
5742 (i386_frame_chain): Deal with frameless signals.
5743 (i386_sigtramp_saved_sp): New function.
5744 (i386_frame_saved_pc): Deal with frameless signals.
5745 (i386_saved_pc_after_call): Make sure the correct value is
5746 returned just after entry into a sigtramp.
5747 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5748 i386fbsd4_sc_sp_offset): New variables.
5749 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5750 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5751 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5752 similiar to what we already did for sc_pc_offset.
5753 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5754 tdep->sc_sp_offset.
5755
6f558d74
MK
5756 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5757
145564b7
ML
57582002-07-02 Michal Ludvig <mludvig@suse.cz>
5759
5760 * config/i386/tm-x86-64linux.h: New.
5761 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5762 definitions.
5763 * config/i386/nm-x86-64.h: Rename to ...
5764 * config/i386/nm-x86-64linux.h: ... this one.
5765 * config/i386/x86-64linux.mh: Reflect the above change.
5766
3a1e71e3
MK
57672002-07-01 Mark Kettenis <kettenis@gnu.org>
5768
21d0e8a4
MK
5769 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5770 with sigcontext_addr. Add sc_sp_offset.
5771 (i386bsd_sigtramp_saved_pc): Remove prototype.
5772 (i386bsd_sicontext_addr): Add prototype.
5773 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5774 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5775 (i386_svr4_sigtramp_saved_pc): Removed.
5776 (i386_svr4_sigcontext_addr): New function.
5777 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5778 Initialize tdep->sigcontext_addr instead. Initialize
5779 tdep->sc_pc_offset and tdep->sc_sp_offset.
5780 (i386_gdbarch_init): Likewise.
5781 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5782 any more.
5783 (i386bsd_sigtramp_saved_pc): Remove function.
5784 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5785 Initialize tdep->sigcontext_addr instead. Initialize
5786 tdep->sc_pc_offset.
5787 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5788 of tdep->sigtramp_saved_pc.
5789 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5790 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5791 instead.
5792
3a1e71e3
MK
5793 * i386-tdep.c (i386_frameless_function_invocation,
5794 i386_frame_num_args, i386_frame_init_saved_regs,
5795 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5796 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5797 i386_extract_return_value, i386_store_return_value,
5798 i386_extract_struct_value_address, i386_register_virtual_type,
5799 i386_register_convertible, i386_register_convert_to_virtual,
5800 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5801 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5802 static.
5803
52e9098c
MK
58042002-07-01 Mark Kettenis <kettenis@gnu.org>
5805
77b13a25
MK
5806 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5807
52e9098c
MK
5808 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5809 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5810 this macro. Include "value.h".
5811
1b372fff
AS
58122002-06-30 Aidan Skinner <aidan@velvet.net>
5813
5814 * ada-exp.tab.c: remove as it's a generated file
5815 * ada-lex.c: remove as it's a generated file
5816
9c5045b5
MK
58172002-06-30 Mark Kettenis <kettenis@gnu.org>
5818
4a93c5bb
MK
5819 * config/i386/tm-i386.h (struct frame_info, struct
5820 frame_saved_regs, struct value, struct type): Remove forward
5821 declarations.
5822
322d4fe0
MK
5823 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5824 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5825 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5826 (FILL_FPXREGSET): Define.
5827
fdd8263d
MK
5828 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5829
482e577b
MK
5830 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5831 i[3456]86-*-netbsd* case.
5832 * config/i386/tm-obsd.h: Removed.
5833 * config/i386/obsd.mt: Removed.
5834 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5835 core-aout.o.
5836 (MH_CFLAGS): Add -DYYDEBUG=0.
5837
6916549a
MK
5838 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5839 i386nbsd_sc_pc_offset on OpenBSD too.
5840
9c5045b5
MK
5841 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5842 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5843 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5844 define.
5845 * i386bsd-tdep.c: Include "arch-utils.h".
5846 (i386bsd_aout_in_solib_call_trampoline): New function.
5847 (i386bsd_init_abi): Set in_solib_call_trampoline to
5848 i386bsd_aout_in_solib_call_trampoline.
5849 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5850 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5851
aa84d1bb
AC
58522002-06-28 Andrew Cagney <ac131313@redhat.com>
5853
5854 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5855 (struct obstack, struct bcache): Add opaque declarations.
5856 * Makefile.in (macrotab_h): Update
5857
b4d83933
AC
58582002-06-28 Andrew Cagney <ac131313@redhat.com>
5859
5860 * blockframe.c (generic_find_dummy_frame): Change return type to
5861 ``struct regcache''.
5862 (struct dummy_frame): Replace field ``registers'' with regcache, a
5863 struct regcache object.
5864 (generic_find_dummy_frame): Update.
5865 (generic_push_dummy_frame): Update. Use regcache_xfree,
5866 regcache_xmalloc and regcache_cpy.
5867 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5868 regcache_xfree.
5869 (deprecated_generic_find_dummy_frame): Update.
5870 (generic_read_register_dummy): Update. Use
5871 regcache_read_as_address.
5872 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5873 (generic_get_saved_register): Update. Use regcache_read.
5874
08c0b5bc
AC
58752002-06-28 Andrew Cagney <ac131313@redhat.com>
5876
5877 * Makefile.in (objfiles_h): Add $(bcache_h).
5878 * objfiles.h: Include "bcache.h".
5879
5880 * Makefile.in (symtab_h): Remove $(bcache_h).
5881 * symtab.h: Do not include "bcache.h".
5882
1f89801a
AC
58832002-06-28 Andrew Cagney <ac131313@redhat.com>
5884
5885 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5886 generic_func_frame_chain_valid.
5887
b9644b58
DB
58882002-06-28 David O'Brien <obrien@FreeBSD.org>
5889
5890 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5891 * config/i386/tm-fbsd.h: Likewise.
5892
dd486634
AC
58932002-06-28 Andrew Cagney <ac131313@redhat.com>
5894
5895 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5896 generic_unwind_get_saved_register.
5897
0b434a00
AC
58982002-06-27 Andrew Cagney <ac131313@redhat.com>
5899
5900 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5901 * regcache.c (supply_register): Add missing argument to
5902 register_buffer call.
5903
f30e5a77
AC
59042002-06-27 Andrew Cagney <ac131313@redhat.com>
5905
5906 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5907 Solaris /bin/grep does not not like it. From Peter Schauer.
5908
9f064c95
TT
59092002-06-26 Tom Tromey <tromey@redhat.com>
5910
5911 * command.h (add_setshow_cmd): Declare.
5912 (add_setshow_cmd_full): Declare.
5913 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5914 returns void. Use add_setshow_cmd_full.
5915 (add_setshow_cmd_full): New function.
5916 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5917 (add_setshow_boolean_cmd): Likewise.
5918
099c7589
JT
59192002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5920
5921 * config/vax/tm-vax.h: Protect from multiple inclusion.
5922 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5923 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5924 * config/vax/tm-vaxbsd.h: ...here. New file.
5925 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5926
1d049c5e
JT
59272002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5928
5929 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5930 (BELIEVE_PCC_PROMOTION): Remove.
5931 (AP_REGNUM): Move to...
5932 * config/vax/nm-vax.h: ...here.
5933 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5934 (vax_breakpoint_from_pc): New function.
5935 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5936 and gdbarch_believe_pcc_promotion.
5937
4791e091
JT
59382002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5939
5940 * Makefile.in (vax_tdep_h): Define.
5941 (vax-tdep.o): Use $(vax_tdep_h).
5942 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5943 (vax_dump_tdep): New function.
5944 (_initialize_vax_tdep): Register vax_dump_tdep.
5945 * vax-tdep.h: Include osabi.h.
5946 (struct gdbarch_tdep): New.
5947
da130f98
AC
59482002-06-26 Andrew Cagney <cagney@redhat.com>
5949
5950 * frame.h (deprecated_generic_find_dummy_frame): Rename
5951 generic_find_dummy_frame.
5952 * blockframe.c (generic_find_dummy_frame): Make static.
5953 (deprecated_generic_find_dummy_frame): New function.
5954 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5955 generic_find_dummy_frame with deprecated_find_dummy_frame.
5956 (sh64_nofp_frame_init_saved_regs): Ditto.
5957 (sh_fp_frame_init_saved_regs): Ditto.
5958 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5959 (s390_frame_chain): Ditto.
5960 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5961
6300c360
GS
59622002-06-26 Grace Sainsbury <graces@redhat.com>
5963
5964 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5965 gdbarch vector are at the top.
5966 (NUM_REGS): Remove.
5967 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5968 (FRAME_ARGS_ADDRESS): Remove.
5969 (FRAME_LOCALS_ADDRESS): Remove.
5970 (FRAME_NUM_ARGS): Remove.
5971 (FRAME_ARGS_SKIP): Remove.
5972 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5973 (m68k_gdbarch_init): Add gdbarch initializations for macros
5974 undefined in tm-m68k.h
5975
1c617db8
GS
59762002-06-26 Grace Sainsbury <graces@redhat.com>
5977
5978 * monitor.h: Add the function regname to monitor_ops
5979 structure. This way NUM_REGS does not have to be a constant.
5980 * monitor.c (monitor_fetch_register): Added support for regname
5981 function. The function is called if the array regnames is NULL.
5982 (monitor_store_register): Same.
da130f98
AC
5983 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5984 regnames array.
1c617db8
GS
5985 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5986 cpu32bug_cmds.regname to point to new function.
5987 * abug-rom.c (abug_regname): Same as above.
5988 (init_abug_cmds): Same.
5989 * dbug-rom.c (dbug_regname): Same as above.
5990 (init_dbug_cmds): Same.
5991 * remote-est.c (est_regname): Same.
5992 (init_est_cmds): Same.
5993 * rom68k-rom.c (rom68k_regname): Same.
5994 (init_rom68k_cmds): Same.
5995
ea9365bb
TT
59962002-06-25 Tom Tromey <tromey@redhat.com>
5997
5998 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5999
72cec141
AC
60002002-06-25 Andrew Cagney <cagney@redhat.com>
6001
6002 * infrun.c (stop_registers): Change variable's type to ``struct
6003 regcache'''.
6004 (xmalloc_inferior_status): Delete function.
6005 (free_inferior_status): Delete function.
6006 (normal_stop): Use regcache_cpy.
6007 (struct inferior_status): Change type of fields ``stop_registers''
6008 and ``registers'' to ``struct regcache''.
6009 (write_inferior_status_register): Use regcache_write.
6010 (save_inferior_status): Instead of calling
6011 xmalloc_inferior_status, allocate the inf_status buffer directly.
6012 Use regcache_dup_no_passthrough and regcache_dup to save the
6013 buffers.
6014 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
6015 Replace the stop_registers regcache instead of overriding it. Use
6016 regcache_xfree. Instead of calling free_inferior_status, xfree
6017 the buffer directly.
6018 (discard_inferior_status): Use regcache_xfree. Instead of calling
6019 free_inferior_status, xfree the buffer directly.
6020 (build_infrun): Use regcache_xmalloc.
6021 (_initialize_infrun): Delete redundant call to build_infrun.
6022
6023 * Makefile.in (infcmd.o): Add $(regcache_h).
6024
6025 * infcmd.c: Include "regcache.h".
6026 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
6027 obtain the address of `stop_registers' register buffer.
6028 (print_return_value): Ditto.
6029
6030 * inferior.h (struct regcache): Add opaque declaration.
6031 (stop_registers): Change variable's declared type to ``struct
6032 regcache''.
6033
defc6f8c
TT
60342002-06-24 Tom Tromey <tromey@redhat.com>
6035
c0e624e7
TT
6036 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
6037 * target.c (initialize_targets): Fixed typo in
6038 trust-readonly-sections `show' documentation.
6039
defc6f8c
TT
6040 * main.c: Marked all strings with _().
6041
2b236d82
DH
60422002-06-24 Don Howard <dhoward@redhat.com>
6043
6044 * memattr.c (create_mem_region): Treat hi == 0 as a special case
6045 that means max CORE_ADDR+1.
6046 (lookup_mem_region): Ditto.
6047 (mem_info_command): Ditto.
6048
942dc0e9
GS
60492002-06-24 Grace Sainsbury <graces@redhat.com>
6050
6051 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
6052 (REGISTER_BYTES_OK): Remove.
6053 (REGISTER_BYTES): Remove.
6054 (STORE_STRUCT_RETURN): Remove.
6055 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
6056 (STORE_RETURN_VALUE): Remove.
6057 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6058 (FRAME_CHAIN): Remove.
6059 (FRAMELESS_FUNCTION_INVOCATION): Remove.
6060 (FRAME_SAVED_PC): Remove.
6061 * m68k-tdep.c (m68k_register_bytes_ok):Add.
6062 (m68k_store_struct_return): Add.
6063 (m68k_deprecated_extract_return_value): Add.
6064 (m68k_deprecated_extract_struct_value_address): Add.
6065 (m68k_store_return_value): Add.
6066 (m68k_frame_chain): Add.
6067 (m68k_frameless_function_invocation): Add.
6068 (m68k_frame_saved_pc): Add.
6069 (m68k_gdbarch_init): added set_gdbarch calls for new
6070 functions and deleted macros.
6071
03c30d4d
TT
60722002-06-23 Tom Tromey <tromey@redhat.com>
6073
6074 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
6075 (ALLDEPFILES): Likewise.
6076 (udiheaders): Removed.
6077 (udip2soc.o): Likewise.
6078 (udi2go32.o): Likewise.
6079 (udr.o): Likewise.
6080 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
6081
37e71372
AC
60822002-06-22 Andrew Cagney <ac131313@redhat.com>
6083
06a6ac57
AC
6084 * infrun.c (_initialize_infrun): Delete unnecessary call to
6085 build_infrun.
6086
37e71372
AC
6087 * regcache.h: Update comments describing the regcache_cpy family
6088 of functions.
6089 (regcache_save, regcache_restore): Delete declaration.
6090 (regcache_save_no_passthrough): Delete declaration.
6091 (regcache_restore_no_passthrough): Delete declaration.
6092 * regcache.c (regcache_save): Delete function.
6093 (regcache_save_no_passthrough): Delete function.
6094 (regcache_restore): Delete function.
6095 (regcache_restore_no_passthrough): Delete function.
6096
78f6d055
AC
60972002-06-21 Andrew Cagney <ac131313@redhat.com>
6098
6099 * config/m68k/tm-m68k.h: Fix typo.
6100 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6101 (m68k_frame_init_saved_regs): Declare.
6102
78b119cb
JB
61032002-06-21 Jim Blandy <jimb@redhat.com>
6104
6105 Remove some vestiges of Harris 88k support.
6106 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6107 register numbering quirk.
6108 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6109 odd symbols occurring in Harris 88k ELF targets.
6110
0fbb3da7
TT
61112002-06-21 Tom Tromey <tromey@redhat.com>
6112
6113 * gdb_locale.h: New file.
6114 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6115 (defs_h): Added gdb_locale.h.
6116 * configure, config.in: Rebuilt.
6117 * configure.in (PACKAGE): Define.
6118 * defs.h: Include gdb_locale.h.
6119 * main.c (captured_main): Call setlocale, bindtextdomain,
6120 textdomain.
6121
456f8b9d
DB
61222002-06-21 Dave Brolley <brolley@redhat.com>
6123
6124 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6125 * config/frv/frv.mt: New file.
6126 * config/frv/tm-frv.h: New file.
6127 * configure.tgt: Support frv-*-*.
6128 * Makefile.in (frv-tdep.o): New target.
6129 * frv-tdep.c: New file.
6130 * NEWS: Mention frv.
6131
cdd463f9
DB
61322002-06-21 Dave Brolley <brolley@redhat.com>
6133
6134 * MAINTAINERS: Add self to "Write After Approval" list.
6135
5d3ed2e3
GS
61362002-06-21 Grace Sainsbury <graces@redhat.com>
6137
6138 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6139 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6140 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6141 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6142 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6143
6144 * m68k-tdep.c: Include arch-utils.h
6145 (m68k_register_raw_size): Add.
6146 (m68k_register_virtual_size): Add.
6147 (m68k_register_virtual_type): Add.
6148 (m68k_register_name): Add.
6149 (m68k_stack_align): Add.
6150 (m68k_register_byte): Add.
6151 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6152 tm-m68k.h.
6153
7f8e7424
GS
61542002-06-21 Grace Sainsbury <graces@redhat.com>
6155
a2c6a6d5 6156 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
6157 m68k_find_saved_regs.
6158 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 6159 references to it with frame->saved_regs.
7f8e7424
GS
6160 (m68k_gdbarch_init): Added function calls to initialize the
6161 gdbarch structure.
a2c6a6d5
GS
6162 (m68k_fix_call_dummy): Add.
6163 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6164 (CALL_DUMMY): Remove.
6165 (CALL_DUMMY_LENGTH): Remove.
6166 (CALL_DUMMY_START_OFFSET): Remove.
6167 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6168 (FIX_CALL_DUMMY): Remove.
6169 (PUSH_DUMMY_FRAME): Remove.
6170 (POP_FRAME): Remove.
7f8e7424 6171
f461f5cf
PM
61722002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6173
6174 * parse.c (parse_fprintf): New function used to avoid calls to
6175 fprintf in bison parser generated debug code.
6176 * parser-defs.h: Declaration of new parse_fprintf function.
6177 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6178 Set YYDEBUG to 1 by default.
6179 Set YYFPRINTF as parse_fprintf.
6180
7f0c12ed
ML
61812002-06-21 Michal Ludvig <mludvig@suse.cz>
6182
6183 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6184 encoding anymore.
6185 (pointer_encoding, enum ptr_encoding): New.
6186 (execute_cfa_program): Take care about pointer encoding.
6187 (dwarf2_build_frame_info): Only call parse_frame_info for
6188 .debug_frame and .eh_frame.
6189 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6190 fixed augmentation handling, added relative addressing,
6191 ignore duplicate FDEs. Added comments.
19d833a2 6192 * dwarf2cfi.c: Reindented.
7f0c12ed 6193
87c4a039
EZ
61942002-06-20 Elena Zannoni <ezannoni@redhat.com>
6195
6196 * event-top.c (command_handler): Don't use space_at_cmd_start
6197 unless there is sbrk() on the host. Assign time and space data
6198 to union fields of the appropriate length.
6199
1cf877ad
ML
62002002-06-20 Michal Ludvig <mludvig@suse.cz>
6201
6202 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6203 x86_64_register_name. Return type changed to 'const char *'.
6204 (x86_64_register_name2nr): Rename to x86_64_register_number.
6205 (x86_64_gdbarch_init): Update to reflect the change.
6206 * x86-64-tdep.h: Ditto.
6207 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6208 (supply_fpregset): Ditto.
6209
3fadccb3
AC
62102002-06-19 Andrew Cagney <cagney@redhat.com>
6211
6212 * regcache.h: Update copyright.
6213 (struct regcache, struct gdbarch): Add opaque declarations.
6214 (current_regcache): Declare global variable.
6215 (regcache_read, regcache_write): Add gdbarch parameter.
6216 (regcache_save, regcache_save_no_passthrough)
6217 (regcache_restore, regcache_restore_no_passthrough)
6218 (regcache_dup, regcache_dup_no_passthrough)
6219 (regcache_cpy, regcache_cpy_no_passthrough)
6220 (deprecated_grub_regcache_for_registers)
6221 (deprecated_grub_regcache_for_register_valid)
6222 (regcache_valid_p): Add function declarations.
6223
6224 * regcache.c: Update copyright.
6225 (regcache_descr_handle): New global variable.
6226 (struct regcache_descr): Define.
6227 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6228 (regcache_descr, xfree_regcache_descr): New functions.
6229 (struct regcache): Define.
6230 (regcache_xmalloc, regcache_xfree): New functions.
6231 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6232 (regcache_dup, regcache_dup_no_passthrough): New functions.
6233 (regcache_valid_p, regcache_read_as_address): New functions.
6234 (deprecated_grub_regcache_for_registers): New function.
6235 (deprecated_grub_regcache_for_register_valid): New function.
6236 (current_regcache): New global variable.
6237 (register_buffer): Add regcache parameter. Update calls.
6238 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6239 (read_register_gen, write_register_gen): Update register_buffer
6240 call. Test for legacy_p instead of gdbarch_register_read_p or
6241 gdbarch_register_write_p.
6242 (regcache_collect): Update register_buffer call.
6243 (build_regcache): Rewrite. Use deprecated grub functions.
6244 (regcache_save, regcache_save_no_passthrough): New functions.
6245 (regcache_restore, regcache_restore_no_passthrough): New
6246 functions.
6247 (_initialize_regcache): Create the regcache_data_handle. Swap
6248 current_regcache global variable.
6249
6250 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6251 parameter to regcache_read and regcache_write calls.
6252 (sh4_register_read): Ditto.
6253 (sh64_pseudo_register_read): Ditto.
6254 (sh64_register_read): Ditto.
6255 (sh_pseudo_register_write): Ditto.
6256 (sh4_register_write): Ditto.
6257 (sh64_pseudo_register_write): Ditto.
6258 (sh64_register_write): Ditto.
6259
6260 * defs.h (XCALLOC): Define.
6261
152d9db6
GS
62622002-06-19 Grace Sainsbury <graces@redhat.com>
6263
6264 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6265 * m68k-tdep.c (m68k_gdbarch_init): Added.
6266 (m68k_dump_tdep): Added.
6267
170911c7
DJ
62682002-06-19 Daniel Jacobowitz <drow@mvista.com>
6269
6270 * ada-lang.c (fill_in_ada_prototype): Update comment.
6271
2e4ebe70
DJ
62722002-06-19 Daniel Jacobowitz <drow@mvista.com>
6273
6274 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6275 MIPS_ABI_LAST.
6276 (mips_abi_string, mips_abi_strings): New.
6277 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6278 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6279 tdep->mips_abi_string. Honor mips_abi_string. Default to
6280 O32 if no ABI is found.
6281 (mips_dump_tdep): Use mips_abi_strings.
6282 (mips_abi_update): New function.
6283 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6284 ``set mips abi'' and ``show mips abi''. Check the size of
6285 mips_abi_strings.
6286
16775908
AC
62872002-06-19 Andrew Cagney <cagney@redhat.com>
6288
6289 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6290 constant.
6291
5051bfa4 62922002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 6293
5051bfa4
JB
6294 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6295 current frame using only the first stack size adjustment. All
6296 subsequent size adjustments are not considered to be part of
6297 the "static" part of the current frame.
6298 Compute the address of the saved registers relative to the
6299 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6300 in use in this frame.
6301
56468235
DH
63022002-06-18 Don Howard <dhoward@redhat.com>
6303
6304 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6305 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6306 suggesting this solution.
6307
0b624158
AC
63082002-06-18 Andrew Cagney <ac131313@redhat.com>
6309
6310 * config/romp/xm-rtbsd.h: Delete file.
6311 * config/romp/rtbsd.mh: Delete file.
6312
221ea385
KS
63132002-06-18 Keith Seitz <keiths@redhat.com>
6314
6315 * breakpoint.c (condition_command): Post breakpoint_modify
6316 when a condition is added to an existing breakpoint.
6317 (commands_command): Likewise for commands.
6318 (set_ignore_count): Likewise for ignore counts.
6319 If no tty, do not simply return, still need to send event
6320 notification.
6321 (ignore_command): Only print a newline if the command came
6322 from a tty.
6323 Don't call breakpoints_changed, since this is now properly
6324 handled by set_ignore_count.
6325
5402eed1
AC
63262002-06-18 Andrew Cagney <cagney@redhat.com>
6327
6328 * MAINTAINERS: Note that cris-elf target can be compiled with
6329 -Werror.
6330 * cris-tdep.c (cris_register_name): Make return type constant.
6331 (cris_breakpoint_from_pc): Ditto.
6332
cc22880b
ML
63332002-06-18 Michal Ludvig <mludvig@suse.cz>
6334
6335 * frame.h (struct frame_info): Change type of context to
6336 'struct context'.
6337
fa88f677
AC
63382002-06-17 Andrew Cagney <cagney@redhat.com>
6339
6340 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6341 pointer.
6342 * gdbarch.h, gdbarch.c: Regenerate.
6343 * config/mips/tm-mips.h (mips_register_name): Update.
6344 * i386-tdep.h (i386_register_name): Update.
6345 * mips-tdep.c (mips_register_name): Update
6346 * alpha-tdep.c (alpha_register_name): Update.
6347 * arch-utils.c (legacy_register_name): Update.
6348 * arch-utils.h (legacy_register_name): Update.
6349 * avr-tdep.c (avr_register_name): Update.
6350 * ia64-tdep.c (ia64_register_name): Update.
6351 * i386-tdep.c (i386_register_name): Update.
6352 * sparc-tdep.c (sparc32_register_name): Update.
6353 (sparc64_register_name): Update.
6354 (sparclite_register_name): Update.
6355 (sparclet_register_name): Update.
6356 * sh-tdep.c (sh_generic_register_name): Update.
6357 (sh_sh_register_name): Update.
6358 (sh_sh3_register_name): Update.
6359 (sh_sh3e_register_name): Update.
6360 (sh_sh_dsp_register_name): Update.
6361 (sh_sh3_dsp_register_name): Update.
6362 (sh_sh4_register_name): Update.
6363 (sh_sh64_register_name): Update.
6364 * s390-tdep.c (s390_register_name): Update.
6365 * rs6000-tdep.c (rs6000_register_name): Update.
6366 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6367 (ns32k_register_name_32382): Update.
6368 * d10v-tdep.c (d10v_ts2_register_name): Update.
6369 (d10v_ts3_register_name): Update.
6370 * xstormy16-tdep.c (xstormy16_register_name): Update.
6371 * vax-tdep.c (vax_register_name): Update.
6372 * v850-tdep.c (v850_register_name): Update.
6373 * m68hc11-tdep.c (m68hc11_register_name): Update.
6374 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6375 (am33_register_name): Update.
6376
ea1e7ef6
GS
63772002-06-17 Grace Sainsbury <graces@redhat.com>
6378
6379 * m68k-tdep.c: Reindented.
6380
9b02dd1b
AC
63812002-06-17 Andrew Cagney <ac131313@redhat.com>
6382
6383 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6384 list of predefined types.
6385
8758dec1
MK
63862002-06-16 Mark Kettenis <kettenis@gnu.org>
6387
b6197528
MK
6388 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6389 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6390 REGISTER_CONVERT_TO_RAW): Remove defines.
6391 (i386_register_virtual_type, i386_register_convertible,
6392 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6393 Remove prototypes.
6394 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6395 macros mentioned above.
6396
82b47e62
MK
6397 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6398 (i386lynx_saved_pc_after_call): Remove prototype.
6399 * i386ly-tdep.c: Include "i386-tdep.h".
6400 (i386lynx_saved_pc_after_call): Make static. Use
6401 read_memory_nobpt instead of read_memory. Use
6402 read_memory_unsigned_integer instead of read_memory_integer.
6403 (i386lynx_init_abi): New function.
6404 (i386lynx_coff_osabi_sniffer): New function.
6405 (_initialize_i386bsd_tdep): New function.
6406
8758dec1
MK
6407 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6408 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6409 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6410 (i386_fix_call_dummy): Remove prototype.
6411 * i386-tdep.c (i386_call_dummy_words): New variable.
6412 (i386_gdbarch_init): Adjust for removal of the
6413 macros mentioned above.
6414
e9e68a56
AC
64152002-06-15 Andrew Cagney <ac131313@redhat.com>
6416
6417 * command.h (add_setshow_auto_boolean_cmd): Replace
6418 add_set_auto_boolean_cmd.
6419 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6420 add_set_auto_boolean_cmd.
6421 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6422 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6423 mask-address'' command.
6424 (show_mask_address): Add cmd parameter.
6425 * remote.c (add_packet_config_cmd): Update. Change type of
6426 set_func and show_func to cmd_sfunc_ftype.
6427 (_initialize_remote): Update `set remote Z-packet'
6428 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6429 (show_remote_protocol_e_packet_cmd): Ditto.
6430 (show_remote_protocol_E_packet_cmd): Ditto.
6431 (show_remote_protocol_P_packet_cmd): Ditto.
6432 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6433 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6434 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6435 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6436 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6437 (show_remote_protocol_Z_packet_cmd): Ditto.
6438 (show_remote_protocol_binary_download_cmd): Ditto.
6439 (show_remote_cmd): Pass NULL to all of above.
6440
fc08ec52
MK
64412002-06-15 Mark Kettenis <kettenis@gnu.org>
6442
6443 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6444 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6445 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6446 POP_FRAME): Remove defines.
6447 (i386_push_arguments, i386_store_struct_return,
6448 i386_extract_return_value, i386_store_return_value,
6449 i386_extract_struct_value_address, i386_push_dummy_frame,
6450 i386_pop_frame): Renove prototypes.
6451 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6452 macros mentioned above.
6453
e707bbc2
AC
64542002-06-15 Andrew Cagney <ac131313@redhat.com>
6455
6456 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6457 add_set_boolean_cmd.
6458 (add_setshow_cmd): New function.
6459 * command.h (add_setshow_boolean_cmd): Replace
6460 add_set_boolean_cmd.
6461 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6462 and ``set rdiromatzero''.
6463 * maint.c (_initialize_maint_cmds): Update commented out code.
6464 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6465 * target.c (initialize_targets): Update `set
6466 trust-readonly-sections'.
6467 * remote.c (_initialize_remote): Update `set remotebreak'.
6468
42fdc8df
MK
64692002-06-15 Mark Kettenis <kettenis@gnu.org>
6470
93924b6b
MK
6471 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6472 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6473 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6474 fit into multi-arch framework.
6475 (i386_breakpoint_from_pc): New function.
6476 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6477 above.
6478
42fdc8df
MK
6479 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6480 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6481 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6482 (i386_frameless_function_invocation, i386_frame_num_args,
6483 i386_frame_init_saved_regs): Remove prototypes.
6484 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6485 macros mentioned above.
6486
9773a94b
AC
64872002-06-15 Andrew Cagney <ac131313@redhat.com>
6488
6489 * cli/cli-decode.c (set_cmd_cfunc): Update.
6490 (set_cmd_sfunc): Update.
6491 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6492 (set_cmd_sfunc, set_cmd_cfunc): Update.
6493 * cli/cli-decode.h: Update.
6494
6e157172
MK
64952002-06-15 Mark Kettenis <kettenis@gnu.org>
6496
6497 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6498 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6499
7f19b9a2
AC
65002002-06-15 Andrew Cagney <ac131313@redhat.com>
6501
6502 * defs.h (auto_boolean): Declare enum.
6503 * command.h (cmd_auto_boolean): Delete enum.
6504 * mips-tdep.c (mask_address_var): Update.
6505 (mips_mask_address_p): Update.
6506 (show_mask_address): Update.
6507 * remote.c (struct packet_config): Update.
6508 (update_packet_config): Update.
6509 (show_packet_config_cmd): Update.
6510 (packet_ok): Update.
6511 (add_packet_config_cmd): Update.
6512 (_initialize_remote):
6513 * command.h: Update.
6514 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6515 (do_setshow_command): Update.
6516 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6517 * cli/cli-decode.h: Update.
6518
1cf88de5
MK
65192002-06-15 Mark Kettenis <kettenis@gnu.org>
6520
22ba8cf2
MK
6521 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6522 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6523 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6524 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6525 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6526 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6527
762c5349
MK
6528 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6529 list of DJGPP COFF targets.
6530
091198bb
MK
6531 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6532 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6533 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6534 (FP0_REGNUM): Remove define.
6535 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6536 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6537 (i386_register_virtual_size): Remove protoype.
6538 * i386-tdep.c (i386_register_virtual_size): Removed.
6539 (i386_extract_return_value, i386_store_return_value): Use
6540 FP0_REGNUM instead of NUM_FREGS to determine whether the
6541 floating-point registers are available.
6542 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6543 Adjust for removal of macros mentioned above.
6544
65452002-06-15 Mark Kettenis <kettenis@gnu.org>
6546
fcc9bf01
MK
6547 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6548 comments.
6549 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6550 Remove prototypes.
6551 (supply_gregset, fill_gregset): Remove use of register keyword and
6552 remove declaration for regmap. Use I386_NUM_GREGS instead of
6553 NUM_REGS and NUM_FREGS.
6554 (FPREGSET_FSAVE_OFFSET): Remove.
6555 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6556 NUM_FREGS to determine whether the floating-point registers are
6557 available.
6558
65e78234
MK
6559 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6560 gnu_store_registers): Replace usage of NUM_GREGS with
6561 I386_NUM_GREGS.
6562
98df6387
MK
6563 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6564 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6565 usage of NUM_GREGS with I386_NUM_GREGS.
6566
099a9414
MK
6567 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6568
57976e88
MK
6569 * i386bsd-nat.c: Include "i386-tdep.h".
6570 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6571 I386_NUM_GREGS.
6572
b335f4a6
MK
6573 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6574 and associated comment. They no longer make any sense, since we
6575 don't use this file anymore on Linux.
6576
1cf88de5
MK
6577 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6578 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6579 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6580 elements in these arrays.
6581 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6582 MAX_NUM_REGS.
6583
daa66587
MK
65842002-06-15 Mark Kettenis <kettenis@gnu.org>
6585
6586 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6587 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6588
26e9b323
AC
65892002-06-14 Andrew Cagney <cagney@redhat.com>
6590
6591 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6592 EXTRACT_RETURN_VALUE.
6593 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6594 EXTRACT_STRUCT_VALUE_ADDRESS.
6595 * gdbarch.h, gdbarch.c: Regenerate.
6596
6597 * values.c (value_being_returned): Handle
6598 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6599 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6600
6601 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6602 * arm-tdep.c (arm_gdbarch_init): Update.
6603 * avr-tdep.c (avr_gdbarch_init): Update.
6604 * cris-tdep.c (cris_gdbarch_init): Update.
6605 * d10v-tdep.c (d10v_gdbarch_init): Update.
6606 * ia64-tdep.c (ia64_gdbarch_init): Update.
6607 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6608 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6609 * s390-tdep.c (s390_gdbarch_init): Update.
6610 * sh-tdep.c (sh_gdbarch_init): Update.
6611 * s390-tdep.c (s390_gdbarch_init): Update.
6612 * sparc-tdep.c (sparc_gdbarch_init): Update.
6613 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6614 * v850-tdep.c (v850_gdbarch_init): Update.
6615 * vax-tdep.c (vax_gdbarch_init): Update.
6616 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6617 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6618
6619 * config/arc/tm-arc.h: Update.
6620 * config/d30v/tm-d30v.h: Update.
6621 * config/fr30/tm-fr30.h: Update.
6622 * config/h8300/tm-h8300.h: Update.
6623 * config/h8500/tm-h8500.h: Update.
6624 * config/i386/tm-i386.h: Update.
6625 * config/i386/tm-ptx.h: Update.
6626 * config/i386/tm-symmetry.h: Update.
6627 * config/i960/tm-i960.h: Update.
6628 * config/m32r/tm-m32r.h: Update.
6629 * config/m68k/tm-delta68.h: Update.
6630 * config/m68k/tm-linux.h: Update.
6631 * config/m68k/tm-m68k.h: Update.
6632 * config/m88k/tm-m88k.h: Update.
6633 * config/mcore/tm-mcore.h: Update.
6634 * config/mips/tm-mips.h: Update.
6635 * config/mn10200/tm-mn10200.h: Update.
6636 * config/pa/tm-hppa.h: Update.
6637 * config/pa/tm-hppa64.h: Update.
6638 * config/sparc/tm-sp64.h: Update.
6639 * config/sparc/tm-sparc.h: Update.
6640 * config/sparc/tm-sparclet.h: Update.
6641 * config/z8k/tm-z8k.h: Update.
6642
5179e78f
AC
66432002-06-14 Andrew Cagney <cagney@redhat.com>
6644
6645 * Makefile.in (i386_linux_tdep_h): Define.
6646 (i386_tdep_h, i387_tdep_h): Define.
6647 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6648 $(i386_tdep_h) and $(i387_tdep_h).
6649 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6650
8201327c
MK
66512002-06-14 Mark Kettenis <kettenis@gnu.org>
6652
edf393ac
MK
6653 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6654 Already covered by the default.
6655
896fb97d
MK
6656 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6657 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6658 (i386_gdbarch_init): Initialize long_double_format and long_double
6659 bit.
6660
8201327c
MK
6661 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6662 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6663 Move these to ...
6664 * config/i386/i386sol2.mh: ... here.
6665 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6666 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6667 (SIGCONTEXT_PC_OFFSET): Remove define.
6668 (IN_SIGTRAMP): Remove define.
6669 * i386-sol2-tdep.c: New file.
6670
6671 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6672 * config/i386/tm-i386nw.h: Removed.
6673
6674 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6675 USE_STRUCT_CONVENTION): Remove defines.
6676 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6677 (get_longjmp_target): Remove prototype.
6678 (IN_SIGTRAMP): Remove define.
6679 (i386bsd_in_sigtramp): Remove prototype.
6680 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6681 function. Update comment accordingly
6682 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6683 (FRAME_SAVED_PC): Remove define.
6684 (i386bsd_frame_saved_pc): Remove prototype.
6685 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6686 GET_LONGJMP_TARGET): Remove defines.
6687 (get_longjmp_target): Remove prototype.
6688 (IN_SIGTRAMP): Remove define.
6689 (i386bsd_in_sigtramp): Remove prototype.
6690 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6691 function. Update comment accordingly
6692 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6693 (FRAME_SAVED_PC): Remove define.
6694 (i386bsd_frame_saved_pc): Remove prototype.
6695 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6696 Remove prototype.
6697 (USE_STRUCT_CONVENTION): Remove prototype.
6698 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6699 declaration.
6700 (_initialize_i386bsd_nat): Revise logic to determine some
6701 constants at compile time when compiling a native GDB. Warn if
6702 things don't match up with what we expect.
6703 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6704 Remove variables.
6705 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6706 to use date stored in `struct gdbarch_tdep'.
6707 (i386bsd_sigcontext_offset): Remove varaible.
6708 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6709 stored in `struct gdbarch_tdep'.
6710 (i386bsd_frame_saved_pc): Make static.
6711 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6712 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6713 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6714 i386fbsd4_sc_pc_offset): New variables.
6715 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6716 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6717 functions.
6718 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6719 functions.
6720 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6721 Modify the value of i386fbsd_sigtramp_start and
6722 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6723 i386fbsd_sigtramp_end.
6724 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6725 function.
6726
6727 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6728 define to i386-linux-tdep.h.
6729 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6730 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6731 defines.
6732 (i386_linux_register_name, i386_linux_register_byte,
6733 i386_linux_register_raw_size): Remove prototypes.
6734 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6735 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6736 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6737 TARGET_WRITE_PC): Remove defines.
6738 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6739 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6740 i386_linux_write_pc): Remove prototypes.
6741 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6742 (get_longjmp_target): Remove prototype.
6743 * i386-linux-tdep.h: New file.
6744 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6745 * i386-linux-tdep.c: Include "i386-tdep.h" and
6746 "i386-linux-tdep.h".
6747 (i386_linux_register_name, i386_linux_register_byte,
6748 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6749 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6750 Make static.
6751 (i386_linux_init_abi): New function.
6752 (_initialize_i386_linux_tdep): New function.
6753
6754 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6755 (i386_saved_pc_after_call): Remove prototype.
6756 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6757 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6758 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6759 (i386_register_name, i386_stab_reg_to_regnum,
6760 i386_dwarf_reg_to_regnum): Remove prototypes.
6761 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6762 SIZEOF_SSE_REGS): Remove defines.
6763 (REGISTER_BYTES): Remove define.
6764 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6765 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6766 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6767 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6768 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6769 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6770 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6771 (get_longjmp_target): Remove prototype.
6772 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6773 (sigtramp_saved_pc): Remove define.
6774 (i386v4_sigtramp_saved_pc): Remove prototype.
6775 * config/i386/tm-go32.h (FRAME_CHAIN,
6776 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6777 (i386go32_frame_saved_pc): Remove prototype.
6778 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6779 (get_longjmp_target): Remove prototype.
6780 * i386-tdep.h: Include "osabi.h".
6781 (enum i386_abi): Removed.
6782 (enum struct_return): New enum.
6783 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6784 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6785 sc_pc_offset members.
6786 (i386_gdbarch_register_os_abi): Remove prototype.
6787 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6788 I386_SSE_NUM_REGS): New defines.
6789 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6790 I386_SSE_SIZEOF_REGS): New defines.
6791 (i386_register_name, i386_register_byte, i386_register_raw_size):
6792 New prototypes.
6793 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6794 (i386bsd_sigtramp_saved_pc): New prototype.
6795 * i386-tdep.c: Don't include "elf-bfd.h".
6796 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6797 i386_frame_chain, i386_saved_pc_after_call): Make static.
6798 (i386_frame_saved_pc): Rewrite to call architecture dependent
6799 function to deal with signal handlers. Make static.
6800 (i386go32_frame_saved_pc): Removed.
6801 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6802 Removed.
6803 (i386_get_longjmp_target): New function.
6804 (default_struct_convention, pcc_struct_convention,
6805 reg_struct_convention, valid_conventions, struct_convention): New
6806 variables.
6807 (i386_use_struct_convention): New function.
6808 (i386v4_sigtramp_saved_pc): Renamed to
6809 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6810 (i386_pc_in_sigtramp): New function.
6811 (i386_abi_names): Removed.
6812 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6813 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6814 Removed.
6815 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6816 i386_gdbarch_register_os_abi): Removed.
6817 (struct i386_abi_handler): Removed.
6818 (i386_abi_handler_list): Removed.
6819 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6820 functions.
6821 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6822 i386_nw_init_abi): New functions.
6823 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6824 Use set_gdbarch_xxx() calls instead of relying on macros for a
6825 number of calls.
6826 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6827 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6828 Register the various architecture variants defined in this file.
6829
ad2f7632
DJ
68302002-06-14 Daniel Jacobowitz <drow@mvista.com>
6831
6832 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6833 (struct main_type): Remove arg_types member. Update comments for
6834 struct field.
6835 (TYPE_ARG_TYPES): Remove.
6836 (TYPE_FN_FIELD_ARGS): Update.
6837 (smash_to_method_type): Update prototype.
6838
6839 * c-typeprint.c (cp_type_print_method_args): Take method type
6840 instead of argument list. Use new argument layout. Simplify.
6841 (c_type_print_args): Use new argument layout. Simplify.
6842 (c_type_print_base): Update call to cp_type_print_method_args.
6843 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6844 argument; use die->type instead. Update call to
6845 smash_to_method_type.
6846 (read_structure_scope): Update call to dwarf2_add_member_fn.
6847 * gdbtypes.c (allocate_stub_method): Update comment.
6848 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6849 Use new argument layout.
6850 (check_stub_method): Use new argument layout. Don't count
6851 void as an argument.
6852 (print_arg_types): Update comments. Use new argument layout.
6853 (recursive_dump_type): Don't print arg_types member.
6854 * hpread.c (hpread_read_struct_type): Use new argument layout.
6855 (fixup_class_method_type): Likewise.
6856 (hpread_type_lookup): Likewise.
6857 * stabsread.c (read_type): Update calls to read_args and
6858 smash_to_method_type.
6859 (read_args): Use new argument layout. Simplify.
6860 * valops.c (typecmp): Use new argument layout. Update parameters
6861 and comments. Simplify.
6862 (hand_function_call): Use new argument layout.
6863 (search_struct_method): Update call to typecmp.
6864 (find_overload_match): Use new argument layout.
6865
6da02953
DJ
68662002-06-13 Daniel Jacobowitz <drow@mvista.com>
6867
6868 * NEWS: Mention multithreaded debug support for gdbserver.
6869
519b2366
DJ
68702002-06-13 Daniel Jacobowitz <drow@mvista.com>
6871
6872 * MAINTAINERS: Mention NEWS.
6873
6c0d6680
DJ
68742002-06-13 Daniel Jacobowitz <drow@mvista.com>
6875
6876 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6877 (struct mips_objfile_private, compare_pdr_entries): New.
6878 (non_heuristic_proc_desc): Read the ".pdr" section if it
6879 is present.
6880
6529d2dd
AC
68812002-06-12 Andrew Cagney <ac131313@redhat.com>
6882
6883 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6884 (arm_debug): New static variable.
6885 (_initialize_arm_tdep): Add ``set debug arm'' command.
6886
26216b98
AC
68872002-06-12 Andrew Cagney <ac131313@redhat.com>
6888
6889 * Makefile.in (sim_arm_h): Define.
6890 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6891 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6892 (arm_register_sim_regno): New function, map an internal REGNUM
6893 onto a simulator register number.
6894 (arm_gdbarch_init): Set register_sim_regno.
6895
814b3ba0
AH
68962002-06-09 Aldy Hernandez <aldyh@redhat.com>
6897
6898 * MAINTAINERS: Add self.
6899
475b0867
JB
69002002-06-11 Jim Blandy <jimb@redhat.com>
6901
919d772c
JB
6902 * source.c (source_info): Mention whether the symtab has
6903 information about preprocessor macros.
6904
475b0867
JB
6905 Call the command `info macro', not `show macro'.
6906 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6907 Fix error message.
6908 (_initialize_macrocmd): Register `info_macro_command' in
6909 `infolist', not `showlist'.
6910
9e364162
DJ
69112002-06-11 Daniel Jacobowitz <drow@mvista.com>
6912
6913 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6914 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6915 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6916 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6917 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6918 unconditionally.
6919 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6920 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6921 (_initialize_mips_tdep): Remove dead code.
6922 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6923 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6924 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6925 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6926 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6927 MIPS_LAST_FP_ARG_REGNUM): Remove.
6928
23aa4c72
ML
69292002-06-11 Michal Ludvig <mludvig@suse.cz>
6930
6931 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6932 (unwind_tmp_obstack_free, parse_frame_info)
6933 (update_context, cfi_read_fp, cfi_write_fp)
6934 (cfi_frame_chain, cfi_init_extra_frame_info)
6935 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6936 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6937
70eb15a4
CV
69382002-06-11 Corinna Vinschen <vinschen@redhat.com>
6939
6940 * v850-tdep.c (v850_type_is_scalar): New function.
6941 (v850_use_struct_convention): Match current gcc implementation
6942 as close as possible.
6943 (v850_push_arguments): Fix stack_offset handling. Don't write
6944 struct_addr into register. This is done by v850_store_struct_return.
6945 (v850_extract_return_value): Care for structs.
6946 (v850_store_return_value): Ditto.
6947 (v850_store_struct_return): Actually write address.
6948
482a4d06
ML
69492002-06-11 Michal Ludvig <mludvig@suse.cz>
6950
6951 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6952 without debug information too.
6953
d855c300
AC
69542002-06-10 Andrew Cagney <ac131313@redhat.com>
6955
6956 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6957 Make multi-arch pure.
6958 * gdbarch.h, gdbarch.c: Re-generate.
6959 * arm-tdep.c (arm_print_float_info): Update.
6960 * arch-utils.h (default_print_float_info): Update.
6961 * arch-utils.c (default_print_float_info): Update.
6962 * infcmd.c (float_info): Update call.
6963
dd12a101
AC
69642002-06-10 Andrew Cagney <ac131313@redhat.com>
6965
6966 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6967 the front of the initialize list.
6968
101dcfbe
AC
69692002-06-10 Andrew Cagney <ac131313@redhat.com>
6970
6971 * infrun.c (struct inferior_status): Replace fields
6972 selected_frame_address and selected_level with field
6973 selected_frame_id.
6974 (save_inferior_status): Update. Use get_frame_id.
6975 (struct restore_selected_frame_args): Delete.
6976 (restore_selected_frame): Update. Use frame_find_by_id.
6977 (restore_inferior_status): Update.
6978
6979 * breakpoint.h (struct breakpoint): Change type of
6980 watchpoint_frame to frame_id.
6981 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6982 call to get_current_frame.
6983 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6984 get_current_frame.
6985 (watchpoint_check): Use frame_find_by_id.
6986
6987 * frame.h (record_selected_frame): Delete declaration.
6988 * stack.c (record_selected_frame): Delete function.
6989
6990 * frame.h (struct frame_id): Define.
6991 (get_frame_id): Declare.
6992 (frame_find_by_id): Declare.
6993 * frame.c (frame_find_by_id): New function.
6994 (get_frame_id): New function.
6995
304270b6
AV
69962002-06-10 Andrey Volkov <avolkov@transas.com>
6997
6998 * ser-e7kpc.c: Fix duplicated define and call of
6999 _initialize_ser_e7000pc
7000
2f2cf184
DJ
70012002-06-09 Daniel Jacobowitz <drow@mvista.com>
7002
7003 * signals/signals.c (target_signal_from_host): Fix #ifdef
7004 SIGRTMIN case.
7005 (do_target_signal_to_host): Likewise.
7006
caaa3122
DJ
70072002-06-09 Daniel Jacobowitz <drow@mvista.com>
7008
7009 * mips-tdep.c (mips_find_abi_section): New function.
7010 (mips_gdbarch_init): Call it.
7011
6ac5df3a
MK
70122002-06-09 Mark Kettenis <kettenis@gnu.org>
7013
7014 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
7015 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
7016 after Andrew's 2002-06-08 gdbarch change.
7017
82ea117a
MK
70182002-06-09 Mark Kettenis <kettenis@gnu.org>
7019
7020 * i386-linux-nat.c (suppy_gregset): Don't supply
7021 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
7022 register cache.
7023 (fill_gregset): Don't fetch it under the same circumstances.
7024
3c25f8c7
AC
70252002-06-09 Andrew Cagney <cagney@redhat.com>
7026
7027 * Makefile.in (callback_h): Define.
7028 (remote_sim_h): Update path to remote-sim.h.
7029 (remote-rdp.o): Add $(callback_h).
7030 (remote-sim.o): Use $(callback_h).
7031 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
7032 * remote-rdp.c: Include "gdb/callback.h".
7033
1029b7fa
MK
70342002-06-09 Mark Kettenis <kettenis@gnu.org>
7035
7036 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7037 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
7038
616675d3
AC
70392002-06-08 Andrew Cagney <ac131313@redhat.com>
7040
a3efda28
AC
7041 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
7042 * rdi-share/serpardr.c: Ditto.
7043 * rdi-share/unixcomm.c: Ditto.
7044 * rdi-share/serdrv.c: Ditto.
7045 * rdi-share/hostchan.h: Ditto.
7046 * rdi-share/hostchan.c: Ditto.
7047 * rdi-share/host.h: Ditto.
7048 * rdi-share/devsw.c: Ditto.
7049
c5f10366
AC
7050 * objfiles.h: Change type of obj_private to void pointer.
7051 * pa64solib.c: Update copyright. Don't include "assert.h", use
7052 strcmp instead of STREQ, use LONGEST, do not use PTR
7053 * somsolib.c: Ditto.
7054
616675d3
AC
7055 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
7056 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
7057 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
7058
e4b415d9
AC
70592002-06-08 Andrew Cagney <ac131313@redhat.com>
7060
7061 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
7062 (default_get_saved_register): Delete function.
7063 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
7064 generic_unwind_get_saved_register.
7065 * gdbarch.h, gdbarch.c: Re-generate.
7066
ca0d0b52
AC
70672002-06-08 Andrew Cagney <ac131313@redhat.com>
7068
7069 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
7070 generic_func_frame_chain_valid.
7071 * gdbarch.h, gdbarch.c: Re-generate.
7072 * blockframe.c (generic_func_frame_chain_valid): Only check
7073 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
7074 passing FP to PC_IN_CALL_DUMMY.
7075 Fix PR gdb/360.
7076
76860b5f
AC
70772002-06-08 Andrew Cagney <ac131313@redhat.com>
7078
7079 * gdbarch.sh (struct gdbarch_data): Add field init_p.
7080 (register_gdbarch_data): Initialize init_p.
7081 (gdbarch_data): Initialize data pointer using the init function.
7082 (init_gdbarch_data): Delete function.
7083 (gdbarch_update_p): Update.
7084 (initialize_non_multiarch): Update.
7085 (struct gdbarch): Add field initialized_p.
7086 * gdbarch.h, gdbarch.c: Re-generate.
7087
8dda9770
ML
70882002-06-07 Michal Ludvig <mludvig@suse.cz>
7089
7090 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7091 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7092 better do the things actually here.
7093 * x86-64-tdep.c (x86_64_register_name2nr): New.
7094 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7095 (x86_64_gdbarch_init): Respect the above change.
7096 * x86-64-tdep.h (x86_64_register_name2nr)
7097 (x86_64_register_nr2name): Add prototypes.
7098 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7099
3d79a47c
MS
71002002-06-06 Michael Snyder <msnyder@redhat.com>
7101
7bd91a28
MS
7102 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7103 Delete extra braces and re-indent.
7104 (d10v_store_return_value): Char return values
3d79a47c
MS
7105 must be shifted over by one byte in R0.
7106 (d10v_extract_return_value): Delete extra braces, re-indent.
7107
095a4c96
EZ
71082002-06-06 Elena Zannoni <ezannoni@redhat.com>
7109
7110 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7111 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7112 (d10v_integer_to_address): Rewrite.
7113 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7114 the d10v specific functions which take care of converting to the
7115 correct space.
7116
e8a77ca4
EZ
71172002-06-06 Elena Zannoni <ezannoni@redhat.com>
7118
7119 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7120 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7121
4f2e4a4f
AC
71222002-06-02 Andrew Cagney <ac131313@redhat.com>
7123
7124 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7125 includes.
7126 * config/tm-linux.h: Ditto.
7127 * config/alpha/tm-alphalinux.h: Ditto.
7128 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7129 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7130 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7131 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7132 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7133 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7134 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7135 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7136 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7137 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7138 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7139 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7140 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7141 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7142 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7143 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7144 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7145 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7146 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7147 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7148 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7149 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7150 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7151 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7152 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7153 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7154 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7155 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7156 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7157 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7158 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7159 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7160 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7161 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7162 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7163 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7164 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7165
ae2ab2ce
AS
71662002-05-04 Aidan Skinner <aidan@velvet.net>
7167
7168 * ada-exp.tab.c: New file
7169 * ada-exp.y: New file
7170 * ada-lang.c: New file
7171 * ada-lang.h: New file
7172 * ada-lex.c: New file
7173 * ada-lex.l: New file
7174 * ada-tasks.c: New file
7175 * ada-typeprint.c: New file
7176 * ada-valprint.c: New file
7177
0ddd0135
JT
71782002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7179
7180 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7181 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7182
750fbacc
JT
71832002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7184
7185 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7186 insetead of ppc-linux-tdep.o.
7187 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7188 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7189
df94e18a
AC
71902002-06-02 Andrew Cagney <ac131313@redhat.com>
7191
7192 2002-05-07 Christian Groessler <chris@groessler.org>
7193 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7194 bit register contents for little endian hosts.
7195
1a38ab75
AC
71962002-06-01 Andrew Cagney <ac131313@redhat.com>
7197
7198 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7199 any maintainer.
7200
8b1632ac
AC
72012002-06-01 Andrew Cagney <ac131313@redhat.com>
7202
7203 * gdbarch.h: Regenerate.
7204
627054c8
AC
72052002-06-01 Andrew Cagney <ac131313@redhat.com>
7206
7207 * MAINTAINERS: Add everyone to write-after-approval list.
7208
4f460812
AC
72092002-06-01 Andrew Cagney <ac131313@redhat.com>
7210
7211 * stack.c (frame_info): Use frame_register_unwind instead of
7212 saved_regs. Mention when the SP is on the stack or in a register.
7213
7214 * frame.h (frame_register_unwind_ftype): Define. Document.
7215 (struct frame_info): Add field register_unwind and
7216 register_unwind_cache.
7217 (frame_register_unwind): Declare.
7218 (generic_unwind_get_saved_register): Declare.
7219
7220 * frame.c (frame_register_unwind): New function.
7221 (generic_unwind_get_saved_register): New function.
7222
7223 * blockframe.c (generic_call_dummy_register_unwind): New function.
7224 (frame_saved_regs_register_unwind): New function.
7225 (set_unwind_by_pc): New function.
7226 (create_new_frame): New function.
7227 (get_prev_frame): New function.
7228
de888f76
AC
72292002-05-30 Andrew Cagney <ac131313@redhat.com>
7230
7231 * a29k-share/: Delete directory.
7232 * remote-vx29k.c: Delete file.
7233
2f2c3626
JT
72342002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7235
7236 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7237 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7238
9ce5c36a
JT
72392002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7240
7241 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7242 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7243 (sparc64nbsd-nat.o)
7244 (sparcnbsd-nat.o)
7245 (sparcnbsd-tdep.o): New dependency lists.
7246 * NEWS: Note new UltraSPARC NetBSD native configuration.
7247 * configure.host (sparc64-*-netbsd*): New host.
7248 * configure.tgt (sparc-*-netbsdelf*)
7249 (sparc-*-netbsd*): Set gdb_target to nbsd.
7250 (sparc64-*-netbsd*): New target.
7251 * sparc64nbsd-nat.c: New file.
7252 * sparcnbsd-nat.c: New file.
7253 * sparcnbsd-tdep.c: New file.
7254 * sparcnbsd-tdep.h: New file.
7255 * config/sparc/nbsd.mt: New file.
7256 * config/sparc/nbsd64.mh: New file.
7257 * config/sparc/nbsd64.mt: New file.
7258 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7259 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7260 (HOST_IPC): Remove.
7261 * config/sparc/nbsdaout.mt: Remove.
7262 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7263 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7264 (HOST_IPC): Remove.
7265 * config/sparc/nbsdelf.mt: Remove.
7266 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7267 sparc-nat.c compatiblity defines.
7268 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7269 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7270 * config/sparc/tm-nbsd64.h: New file.
7271 * config/sparc/tm-nbsdaout.h: Remove.
7272 * config/sparc/xm-nbsd.h: Remove.
7273
ef3cf062
JT
72742002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7275
7276 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7277 * sparc-tdep.c: Include osabi.h.
7278 (gdbarch_tdep): Add osabi member.
7279 (_initialize_sparc_tdep): Use gdbarch_register.
7280 (sparc_gdbarch_init): Use generic OS ABI framework.
7281 (sparc_dump_tdep): New function.
7282
ee8ff470
KB
72832002-05-30 Kevin Buettner <kevinb@redhat.com>
7284
7285 * corefile.c (do_captured_read_memory_integer): Return non-zero
7286 result.
7287 (safe_read_memory_integer): Copy result of memory read when
7288 status is non-zero. Also, add comments.
7289
7b112f9c
JT
72902002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7291
7292 * Makefile.in (ppc_tdep_h): Define.
7293 (ppc-linux-nat.o)
7294 (ppc-linux-tdep.o)
7295 (rs6000-tdep.o): Use $(ppc_tdep_h).
7296 (ppc-sysv-tdep.o)
7297 (ppcnbsd-nat.o)
7298 (ppcnbsd-tdep.o): New dependency lists.
7299 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
7300 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7301 (ppc_linux_init_abi): New functions.
7b112f9c
JT
7302 (ppc_sysv_abi_broken_use_struct_convention)
7303 (ppc_sysv_abi_use_struct_convention)
7304 (ppc_sysv_abi_push_arguments): Move to...
7305 * ppc-sysv-tdep.c: ...here.
7306 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7307 * rs6000-tdep.c (process_note_abi_tag_sections)
7308 (get_elfosabi): Remove.
7309 (rs6000_gdbarch_init): Use generic OS ABI framework.
7310 (rs6000_dump_tdep): New function.
7311 (_initialize_rs6000_tdep): Use gdbarch_register.
7312 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7313 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7314 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7315 of ppc-linux-tdep.o.
7316 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7317 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7318 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7319 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7320 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7321 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7322
480dd42a
JB
73232002-05-29 Jim Blandy <jimb@redhat.com>
7324
7325 * macroscope.c (default_macro_scope): Put `void' in empty argument
7326 list.
7327
4182591f
AC
73282002-05-29 Andrew Cagney <ac131313@redhat.com>
7329
7330 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7331 * arch-utils.c: Include "sim-regno.h".
7332 * gdbarch.sh: Don't include "sim-regno.h".
7333 * gdbarch.h, gdbarch.c: Regenerate.
7334 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7335 here.
7336 * arch-utils.h (legacy_register_sim_regno): To here.
7337 * remote-sim.c (legacy_register_sim_regno): Move function from
7338 here.
7339 * arch-utils.c (legacy_register_sim_regno): To here.
7340
8238d0bf
AC
73412002-05-28 Andrew Cagney <ac131313@redhat.com>
7342
7343 * sim-regno.h: New file.
7344 * Makefile.in (sim_regno_h): Define.
7345 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7346 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7347 (legacy_register_sim_regno): New function.
7348 (one2one_register_sim_regno): New function.
7349 (gdbsim_fetch_register): Rewrite.
7350 (gdbsim_store_register): Only store a register when
7351 REGISTER_SIM_REGNO is valid.
7352 * d10v-tdep.c: Include "sim-regno.h".
7353 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7354 (d10v_ts3_register_sim_regno): Ditto.
7355 * gdbarch.sh: Include "sim-regno.h".
7356 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7357 * gdbarch.h, gdbarch.c: Regenerate.
7358 * arch-utils.h (default_register_sim_regno): Delete declaration.
7359 * arch-utils.c (default_register_sim_regno): Delete function.
7360
485721b1
JT
73612002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7362
7363 * ppcnbsd-nat.c: Rewrite.
7364 * ppcnbsd-tdep.c: New file.
7365 * ppcnbsd-tdep.h: New file.
7366 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7367 solib.o, and solib-svr4.o.
7368 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7369 nbsd-tdep.o, and corelow.o.
7370
697f244d
AC
73712002-05-28 Andrew Cagney <ac131313@redhat.com>
7372
7373 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7374 `tr' and `sed'. Mention that `broken' targets are not expected to
7375 build.
7376
f08caad1 73772002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
7378
7379 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7380 Let PC point right after the prologue before looking up symbols.
7381
3139facc
MH
73822002-05-27 Martin M. Hunt <hunt@redhat.com>
7383
7384 * i386-tdep.c (i386_register_virtual_type): Return
7385 builtin_type_vec128i for SSE registers.
7386
7387 * gdbtypes.h (builtin_type_vec128i): Declare.
7388
7389 * gdbtypes.c (build_builtin_type_vec128i): New function.
7390 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7391 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7392 (build_gdbtypes): Initialize new builtin vector types.
7393 (_initialize_gdbtypes): Register new vector types with gdbarch.
7394
6e3ba3b8
JT
73952002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7396
7397 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7398 since it has been multi-arch'd.
7399 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7400 Move Alpha and VAX multi-arch news entries to same section
7401 as other multi-arch news.
7402
93d5585d
JT
74032002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7404
7405 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7406 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7407 static. Rename some register numbers to put them in ns32k-tdep
7408 private namespace.
7409 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7410 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7411 functions.
7412 (_initialize_ns32k_tdep): Use gdbarch_register.
7413 * ns32k-tdep.h: New file.
7414 * ns32knbsd-tdep.c: New file.
7415 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7416 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7417 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7418 REGISTER_BYTES, REGISTER_BYTE): Remove.
7419 * config/ns32k/tm-ns32k.h: New file.
7420 * config/ns32k/tm-umax.h: Remove.
7421
efb2c70e
JT
74222002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7423
7424 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7425 ns32k_store_struct_return, ns32k_extract_return_value,
7426 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7427 functions.
7428 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7429 ns32k_saved_pc_after_call.
7430 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7431 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7432 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7433 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7434 ns32k_extract_struct_value_address.
7435
7bcc927b
JT
74362002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7437
7438 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7439 ns32k_fix_call_dummy): New.
7440 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7441 ns32k_call_dummy_words.
7442 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7443 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7444 CALL_DUMMY_NARGS): Remove.
7445 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7446
78f9d765
JT
74472002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7448
7449 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7450 ns32k_frame_saved_pc, ns32k_frame_args_address,
7451 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7452 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7453 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7454 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7455 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7456 (BREAKPOINT): Remove..
7457 (FRAME_CHAIN): Define as ns32k_frame_chain.
7458 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7459 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7460 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7461 (FRAME_FIND_SAVED_REGS): Remove.
7462 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7463 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7464 (POP_FRAME): Define as ns32k_pop_frame.
7465
f2c762e0
JT
74662002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7467
7468 * ns32k-tdep.c (ns32k_register_byte_32082,
7469 ns32k_register_byte_32382, ns32k_register_raw_size,
7470 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7471 functions.
7472 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7473 ns32k_register_byte_32382.
7474 * config/ns32k/tm-umax.h: Update copyright years.
7475 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7476 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7477 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7478 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7479 (ns32k_get_enter_addr): Fix prototype.
7480
af137673
JT
74812002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7482
7483 * ns32k-tdep.c: Update copyright years.
7484 (ns32k_register_name_32082): New function.
7485 (ns32k_register_name_32382): Ditto.
7486 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7487 (REGISTER_NAME): Define as ns32k_register_name_32382.
7488 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7489 (REGISTER_NAME): Define as ns32k_register_name_32082.
7490
a8bc7b56
JB
74912002-05-24 Jim Blandy <jimb@redhat.com>
7492
7493 * dwarf2read.c (free_line_header): Use xfree, not free.
7494
83a45910
JT
74952002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7496
7497 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7498 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7499
0db71247
AC
75002002-05-23 Andrew Cagney <ac131313@redhat.com>
7501
7502 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7503
b9e5e4dd
AC
75042002-05-23 Andrew Cagney <ac131313@redhat.com>
7505
7506 From Ross Alexander at NEC Europe:
7507 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7508
de530e84
MS
75092002-05-23 Michael Snyder <msnyder@redhat.com>
7510
7511 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7512 for input, rather than parse_and_eval_address.
7513
b91b96f4
AC
75142002-05-23 Andrew Cagney <ac131313@redhat.com>
7515
7516 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7517 * Makefile.in (sim_d10v_h): Update definition.
7518
8b279e7a
AC
75192002-05-24 Andrew Cagney <cagney@redhat.com>
7520
7521 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7522 change `2002-05-22 Michael Snyder' below.
7523 (d10v_push_arguments): Ditto.
7524 (d10v_extract_return_value): Ditto.
7525
0a3d0425
JB
75262002-05-23 Jim Blandy <jimb@redhat.com>
7527
7528 * macrotab.c (check_for_redefinition): Don't complain if the new
7529 definition is the same as the previous one. Take more arguments
7530 to allow the comparison.
7531 (macro_define_object, macro_define_function): Pass more arguments
7532 to check_for_redefinition.
7533
78eac43e
MS
75342002-05-22 Michael Snyder <msnyder@redhat.com>
7535
7536 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7537 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7538 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7539 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7540 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7541 Add a temp variable to save a call (and a memory read).
7542 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7543 if possible (so that PC_IN_CALL_DUMMY will work).
7544
9bc1edb8
CV
75452002-05-22 Corinna Vinschen <vinschen@redhat.com>
7546
7547 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7548
005ef3d2
ML
75492002-05-22 Michal Ludvig <mludvig@suse.cz>
7550
7551 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7552 fde->cie_ptr.
7553 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7554 (dwarf2_build_frame_info): Add offset to fde->initial_location
7555 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
7556 (execute_stack_op): Change type of 'result' from ULONGEST to
7557 CORE_ADDR.
005ef3d2 7558
fcf4f891
JT
75592002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7560
7561 * config/alpha/tm-nbsd.h: Include solib.h.
7562
cfef91e4
JT
75632002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7564
7565 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7566 assumptions about the host's byte order.
7567
9964235a
JT
75682002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7569
7570 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7571 to dependency list.
7572 * alphanbsd-tdep.c: Include solib-svr4.h.
7573 * shnbsd-tdep.c: Ditto.
7574
9eeef8ef
JT
75752002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7576
7577 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7578 nbsd-tdep.h to dependency list.
7579 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7580 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7581 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7582 nbsdaout.mh and nbsdelf.mh consistently.
7583 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7584 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7585 nbsdaout.mt and nbsdelf.mh consistently.
7586 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7587 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7588 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7589 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7590 a.out shared library stuff from here...
7591 * config/nm-nbsdaout.h: ...to here.
7592 * config/tm-nbsd.h: Remove.
7593 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7594 * config/arm/nbsd.mh: Remove.
7595 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7596 nbsd-tdep.o.
7597 * config/arm/nbsdaout.mh: New file.
7598 * config/arm/nbsdelf.mh: New file.
7599 * config/arm/nm-nbsdaout.h: New file.
7600 * config/i386/nbsd.mh: Remove.
7601 * config/i386/nbsd.mt: Remove.
7602 * config/i386/nbsdaout.mh: New file.
7603 * config/i386/nbsdaout.mt: New file.
7604 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7605 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7606 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7607 i386_register_u_addr): Remove.
7608 * config/i386/nm-nbsdaout.h: New file.
7609 * config/i386/nm-nbsdelf.h: Remove.
7610 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7611 (USE_STRUCT_CONVENTION): Remove.
7612 * config/i386/tm-nbsdaout.h: New file.
7613 * config/i386/tm-nbsdelf.h: Remove.
7614 * config/m68k/nbsd.mh: Remove.
7615 * config/m68k/nbsd.mt: Remove.
7616 * config/m68k/nbsdaout.mh: New file.
7617 * config/m68k/nbsdaout.mt: New file.
7618 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7619 * config/m68k/nm-nbsdaout.h: New file.
7620 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7621 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7622 * config/ns32k/nbsd.mh: Remove.
7623 * config/ns32k/nbsd.mt: Remove.
7624 * config/ns32k/nbsdaout.mh: New file.
7625 * config/ns32k/nbsdaout.mt: New file.
7626 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7627 * config/ns32k/nm-nbsdaout.h: New file.
7628 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7629 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7630 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7631 (SVR4_SHARED_LIBS): Remove.
7632 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7633 * config/sparc/nbsd.mh: Remove.
7634 * config/sparc/nbsd.mt: Remove.
7635 * config/sparc/nbsdaout.mh: New file.
7636 * config/sparc/nbsdaout.mt: New file.
7637 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7638 * config/sparc/nbsdelf.mt: New file.
7639 * config/sparc/nm-nbsdaout.h: New file.
7640 * config/sparc/nm-nbsdelf.h: Remove.
7641 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7642 * config/sparc/tm-nbsdaout.h: New file.
7643
257ce470
JT
76442002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7645
7646 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7647 mipsnbsd-tdep.c
7648 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7649
76a6d5fe
JT
76502002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7651
7652 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7653 shnbsd-nat.c.
7654 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7655
45888261
JT
76562002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7657
7658 * NEWS: Note new MIPS NetBSD native configuration.
7659 * configure.host (mips*-*-netbsd*): New host.
7660 * configure.tgt (mips*-*-netbsd*): New target.
7661 * mipsnbsd-nat.c: New file.
7662 * mipsnbsd-tdep.c: New file.
7663 * mipsnbsd-tdep.h: New file.
7664 * config/mips/nbsd.mh: New file.
7665 * config/mips/nbsd.mt: New file.
7666 * config/mips/nm-nbsd.h: New file.
7667 * config/mips/tm-nbsd.h: New file.
7668
70f80edf
JT
76692002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7670
7671 * Makefile.in (SFILES): Add osabi.c.
7672 (COMMON_OBS): Add osabi.o.
7673 (osabi.o): New dependency list.
7674 * osabi.c: New file.
7675 * osabi.h: New file.
7676 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7677
7678 * Makefile.in (alpha_tdep_h): Define and use instead of
7679 alpha-tdep.h.
7680 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7681 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7682 Remove.
7683 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7684 * alpha-tdep.h: Include osabi.h.
7685 (alpha_abi): Remove.
7686 (gdbarch_tdep): Use generic OS ABI framework.
7687 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7688 gdbarch_register_osabi.
7689 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7690 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7691 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7692
7693 * Makefile.in (sh_tdep_h): Add osabi.h.
7694 * sh-tdep.h (sh_osabi): Remove.
7695 (gdbarch_tdep): Use generic OS ABI framework.
7696 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7697 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7698 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7699 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7700
7701 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7702 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7703 gdbarch_register_osabi.
7704 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7705 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7706 (get_elfosabi): Rename to...
7707 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7708 ABI framework support routines.
7709 (arm_gdbarch_init): Use generic OS ABI framework.
7710 (arm_dump_tdep): Likewise.
7711 (_initialize_arm_tdep): Likewise.
7712 * arm-tdep.h: Include osabi.h.
7713 (arm_abi): Remove.
7714 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7715 osabi member.
7716 (arm_gdbarch_register_os_abi): Remove prototype.
7717 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7718 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7719
7720 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7721 * mips-tdep.c: Include osabi.h.
7722 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7723 OS ABI framework.
7724
d194345b
KH
77252002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7726
7727 * h8300-tdep.c: Fix formatting.
7728
70c6b0d1
EZ
77292002-05-20 Elena Zannoni <ezannoni@redhat.com>
7730
7731 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7732 printing vector registers.
7733
165b8e33
AC
77342002-05-19 Andrew Cagney <ac131313@redhat.com>
7735
7736 From Fernando Nasser:
7737 * remote.c (remote_async_open_1): Re-throw the exception when the
7738 connection fails.
7739 (remote_cisco_open): Ditto.
7740 (remote_open_1): Ditto.
7741
36918e70
AC
77422002-05-19 Andrew Cagney <ac131313@redhat.com>
7743
7744 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7745 (remote_start_remote): Add uiout parameter. Pass through to
7746 remote_start_remote_dummy.
7747 (remote_open_1): Use catch_exception instead of catch_errors.
7748 (remote_async_open_1): Ditto.
7749 (remote_cisco_open): Ditto.
7750
ae44c0c4
AC
77512002-05-19 Andrew Cagney <ac131313@redhat.com>
7752
7753 * remote.c (remote_start_remote): Replace PTR with void pointer.
7754 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7755 static.
7756
8efe637d
AC
77572002-05-18 Andrew Cagney <ac131313@redhat.com>
7758
7759 * gdb_indent.sh: Allow the script to be run in the sim directory.
7760
2f1b5984
MK
77612002-05-18 Mark Kettenis <kettenis@gnu.org>
7762
f0f625e2
MK
7763 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7764 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7765
2f1b5984
MK
7766 * corelow.c (core_open): Only call set_gdbarch_from_file if
7767 exec_bfd is NULL.
7768
fc974602
AV
77692002-05-17 Andrey Volkov <avolkov@transas.com>
7770
7771 * h8300-tdep.c: Add support of EXR register
7772 * config/h8300/tm-h8300.h: Ditto.
7773
906709f4
AV
77742002-05-17 Andrey Volkov <avolkov@transas.com>
7775
7776 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7777
6e591d68
AV
77782002-05-17 Andrey Volkov <avolkov@transas.com>
7779
7780 * h8300-tdep.c: Change literal regnums to REGNO.
7781
84f0252a
JB
77822002-05-17 Jim Blandy <jimb@redhat.com>
7783
e0e9281e
JB
7784 * NEWS: Note addition of macro support.
7785
84f0252a
JB
7786 Expand preprocessor macros in C expressions.
7787 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7788 (scan_macro_expansion, scanning_macro_expansion,
7789 finished_macro_expansion): New function declarations.
7790 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7791 variable declarations.
7792 * parser-defs.h (expression_context_pc): New declaration.
7793 * parse.c (expression_context_pc): New variable.
7794 (parse_exp_1): Set expression_context_pc, as well as
7795 expression_context_block.
7796 * c-exp.y (yylex): If we're not already reading the result of a
7797 macro expansion, try to macro-expand the next token. When we're
7798 done scanning a macro expansion, switch back to the mainline text.
7799 Commas and `if's in a macro's expansion don't terminate the input.
7800 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7801 (macro_original_text, macro_expanded_text,
7802 expression_macro_lookup_func, expression_macro_lookup_baton): New
7803 variables.
7804 (scan_macro_expansion, scanning_macro_expansion,
7805 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7806 c_preprocess_and_parse): New functions.
7807 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7808 c_preprocess_and_parse, instead of c_parse.
7809 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7810 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7811
1c509ca8
JR
7812Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7813
7814 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7815 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7816 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7817
2250ee0c
CV
78182002-05-17 Corinna Vinschen <vinschen@redhat.com>
7819
7820 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7821
ab3b8126
JT
78222002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7823
7824 * Makefile.in (sh_tdep_h): Define and use.
7825 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7826 register enum): Move to...
7827 * * sh-tdep.h: ...here.
7828 * sh-tdep.c: Include sh-tdep.h.
7829 * sh3-rom.c: Likewise.
7830 * shnbsd-tdep.c: Likewise.
7831
ed9d4749
MS
78322002-05-16 Michael Snyder <msnyder@redhat.com>
7833
7834 * arm-tdep.c: Spelling fix in comment.
7835
2e276125
JB
78362002-05-16 Jim Blandy <jimb@redhat.com>
7837
6821892e
JB
7838 Add commands for manually expanding macros and showing their
7839 definitions.
7840 * macrocmd.c, macroscope.c, macroscope.h: New files.
7841 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7842 (macroscope_h): New variable.
7843 (HFILES_NO_SRCDIR): Add macroscope.h.
7844 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7845 (macroscope.o, macrocmd.o): New rules.
7846
2e276125
JB
7847 Teach the Dwarf 2 reader to read macro information.
7848 * dwarf2read.c: #include "macrotab.h".
7849 (dwarf_macinfo_buffer): New variable.
7850 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7851 dwarf_macinfo_size.
7852 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7853 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7854 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7855 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7856 dwarf2_macro_spaces_in_definition): New complaints.
7857 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7858 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7859 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7860 the partial symbol table.
7861 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7862 from what's recorded in the partial symbol table.
7863 (read_file_scope): If the compilation unit has a
7864 `DW_AT_macro_info' attribute, read its macro information.
7865 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7866
2f53fe6c
DJ
78672002-05-16 Daniel Jacobowitz <drow@mvista.com>
7868
7869 Fix PR gdb/546
7870 * ser-tcp.c: Don't include <netinet/udp.h>.
7871
2be99286
SC
78722002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7873
7874 * MAINTAINERS: Update my email address.
7875
c9af212b 78762002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7877
7878 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7879 include file of the same name.
7880
bf5f1a52
CV
78812002-05-16 Corinna Vinschen <vinschen@redhat.com>
7882
7883 * configure.tgt: Mark v850 as multi-arched.
7884 * config/v850/tm-v850.h: Remove file.
7885 * config/v850/v850.mt: Eliminate TM_FILE.
7886
435e042a
CV
78872002-05-16 Corinna Vinschen <vinschen@redhat.com>
7888
7889 * v850-tdep.c: Full multi-arch.
7890 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7891 Define GDB_MULTI_ARCH to 2.
7892
9819c6c8
PM
78932002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7894
7895 * p-exp.y (current_type): New static variable.
7896 Carries the type of the expression at the position that is parsed.
7897 (push_current_type, pop_current_type): Two new functions. Used
7898 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7899 (search_field): New static variable. Set to one after parsing a point
7900 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7901 (FIELDNAME): New token. After a point only a token belonging to
7902 current_type type definition is allowed.
7903 (all over token rules): reset and change current_type according
7904 to rules.
7905 (exp '[' rule): insert implicit array index field if
7906 exp is a pascal string type.
7907
3a06899a
CV
79082002-05-16 Corinna Vinschen <vinschen@redhat.com>
7909
7910 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7911 frame info. Use frame_info's saved_regs instead of matching member
7912 in extra_frame_info throughout.
7913 (v850_frame_init_saved_regs): New function.
7914 (v850_init_extra_frame_info): Move most functionality into
7915 v850_frame_init_saved_regs().
7916 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7917 (v850_frame_find_saved_regs): Remove declaration.
7918 (FRAME_FIND_SAVED_REGS): Remove definition.
7919 (v850_frame_init_saved_regs): Add declaration.
7920 (FRAME_INIT_SAVED_REGS): Add definition.
7921
6ed14b0e
CV
79222002-05-16 Corinna Vinschen <vinschen@redhat.com>
7923
7924 * v850-tdep.c: Begin multi-arch'ing v850.
7925 (v850_target_architecture_hook): Remove function.
7926 (v850_gdbarch_init): New function. Add code previously in
7927 v850_target_architecture_hook().
7928 (_initialize_v850_tdep): Don't set target_architecture_hook.
7929 Call register_gdbarch_init() instead.
7930
42725910
DJ
79312002-05-16 Daniel Jacobowitz <drow@mvista.com>
7932
7933 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7934 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7935 (fixup_class_method_type): Likewise.
7936
99d9066e
JB
79372002-05-15 Jim Blandy <jimb@redhat.com>
7938
7939 Add macro structures to GDB's symbol tables. Nobody puts anything
7940 in them yet.
7941 * symtab.h (struct symtab): New member: `macro_table'.
7942 * buildsym.h (pending_macros): New global variable.
7943 * buildsym.c: #include "macrotab.h".
7944 (buildsym_init): Initialize `pending_macros'.
7945 (end_symtab): If we found macro information while reading a CU's
7946 debugging info, do build a symtab structure for it. Make the
7947 symtab point to the macro information, and clear the
7948 `pending_macros' pointer which held it while we were reading the
7949 debug info.
7950 (really_free_pendings): Free any pending macro table.
7951 * objfiles.h (struct objfile): New member: `macro_cache'.
7952 * objfiles.c (allocate_objfile): Set allocate and free functions
7953 for the macro cache's objstack.
7954 (free_objfile): Empty the macro cache's obstack.
7955 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7956 set new allocate and free functions for it.
7957 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7958 free functions for the macro cache's objstack. (Why is this
7959 function building its own objfile?)
7960 * symmisc.c (print_objfile_statistics): Print statistics on the
7961 macro bcache.
7962 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7963
c899585b
RE
79642002-05-15 Richard Earnshaw <rearnsha@arm.com>
7965
7966 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7967 (REGISTER_U_ADDR): Delete definition.
7968 (arm_register_u_addr): Delete declaration.
7969
a6cdd8c5
RE
79702002-05-15 Richard Earnshaw <rearnsha@arm.com>
7971
7972 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7973 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7974
c97dcfc7
AC
79752002-05-14 Andrew Cagney <ac131313@redhat.com>
7976
7977 * regcache.c (register_valid): Revise comments refering to "Not
7978 available" and "unavailable".
7979 * frame.c (frame_register_read): Ditto.
7980 * findvar.c (value_of_register): Ditto.
7981
93021b7d
AC
79822002-05-15 Andrew Cagney <cagney@redhat.com>
7983
7984 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7985 (remote-sim.o): Update dependencies.
7986 (d10v-tdep.o): Specify dependencies.
7987 (sim_d10v_h): Define.
7988
a86bc61c
JB
79892002-05-14 Jim Blandy <jimb@redhat.com>
7990
7991 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7992 * macrotab.c (macro_lookup_inclusion, find_definition,
7993 new_macro_table): Same.
7994
7995 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7996 not `! strcmp ()'. This is a dubious improvement.
7997 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7998
7999 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
8000 although it's not necessary, to avoid a warning.
8001
2fdde8f8
DJ
80022002-05-14 Daniel Jacobowitz <drow@mvista.com>
8003
8004 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
8005 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
8006 TYPE_INSTANCE_FLAGS.
8007 (struct main_type): New.
8008 (struct type): Move most members to struct main_type. Change
8009 cv_type and as_type to new type_chain member. Add instance_flags.
8010 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
8011 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
8012 (finish_cv_type): Remove prototype.
8013 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
8014 Set TYPE_CHAIN.
8015 (alloc_type_instance): New function.
8016 (smash_type): New function.
8017 (make_pointer_type, make_reference_type, make_function_type)
8018 (smash_to_member_type, smash_to_method_type): Call smash_type.
8019 (make_qualified_type): New function.
8020 (make_type_with_address_space): Call make_qualified_type.
8021 (make_cv_type): Likewise.
8022 (finish_cv_type): Remove unnecessary function.
8023 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
8024 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
8025 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
8026 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
8027 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
8028 * hpread.c (hpread_read_struct_type): Likewise.
8029 * stabsread.c (read_struct_type): Likewise.
8030
843fedf4
EZ
80312002-05-14 Elena Zannoni <ezannoni@redhat.com>
8032
8033 * configure.tgt: Add a catch all sh* target, for cases like
8034 sh[2,3,4]-elf and sh-hms.
8035
05a6c72c
KS
80362002-05-14 Keith Seitz <keiths@redhat.com>
8037
8038 * event-loop.c (create_file_handler): Don't do anything but
8039 update data when we are given a fd which we are already
8040 monitoring.
8041
5d085aaf
ML
80422002-05-14 Michal Ludvig <mludvig@suse.cz>
8043
8044 * dwarf2cfi.c (context_cpy): Copy registers correctly.
8045 (update_context): Use __func__ in warnings.
8046
9db8d71f
DJ
80472002-05-14 Daniel Jacobowitz <drow@mvista.com>
8048
8049 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
8050 and tcp_close to net_open and net_close.
8051 (net_open): Accept "udp:" and "tcp:" specifications. Connect
8052 using UDP if requested. Don't try to disable Nagle on UDP
8053 sockets.
8054 * remote.c (remote_serial_open): New function. Warn about UDP.
8055 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
8056
5dbc6baa
EZ
80572002-05-13 Elena Zannoni <ezannoni@redhat.com>
8058
8059 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
8060
cc3023f7
EZ
80612002-05-13 Elena Zannoni <ezannoni@redhat.com>
8062
8063 * configure.tgt: Remove sh-hms target.
8064 * MAINTAINERS: Don't list sh-hms as a separate target.
8065
ec2bcbe7
JB
80662002-05-13 Jim Blandy <jimb@redhat.com>
8067
8068 Add first preprocessor macro-expansion files.
8069 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8070 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8071 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8072 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8073 (COMMON_OBS): Add macrotab.o, macroexp.o.
8074 (macroexp.o, macrotab.o): New rules.
8075
6d531722
AC
80762002-05-13 Andrew Cagney <ac131313@redhat.com>
8077
8078 * config/m88k/tm-m88k.h: Update copyright.
8079 (m88k_target_write_pc): Declare
8080 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
8081 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
8082 (SHIFT_INST_REGS): Update definition.
8083 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
8084 using old definition of TARGET_WRITE_PC.
8085 * regcache.c (generic_target_write_pc): Delete code handling
8086 NNPC_REGNUM.
8087 * gdbarch.sh (NNPC_REGNUM): Delete.
8088 * gdbarch.h, gdbarch.c: Regenerate.
8089
3e3f2739
RE
80902002-05-13 Richard Earnshaw <rearnsha@arm.com>
8091
8092 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8093 builtin reg number.
8094
0004e5a2
DJ
80952002-05-13 Daniel Jacobowitz <drow@mvista.com>
8096
8097 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8098 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8099 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8100 access macros.
8101 * c-typeprint.c (cp_type_print_method_args): Likewise.
8102 (c_type_print_args): Likewise.
8103 * d10v-tdep.c (d10v_push_arguments): Likewise.
8104 (d10v_extract_return_value): Likewise.
8105 * expprint.c (print_subexp): Likewise.
8106 * gdbtypes.c (lookup_primitive_typename): Likewise.
8107 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8108 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8109 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8110 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8111 (TYPE_VECTOR): Likewise.
8112 * hpread.c (hpread_read_struct_type)
8113 (fix_static_member_physnames, fixup_class_method_type)
8114 (hpread_type_lookup): Likewise.
8115 * mdebugread.c (parse_symbol, parse_type): Likewise.
8116 * p-lang.c (is_pascal_string_type): Likewise.
8117 * valops.c (hand_function_call): Likewise.
8118 * x86-64-tdep.c (classify_argument): Likewise.
8119
8120 * hpread.c (hpread_read_function_type)
8121 (hpread_read_doc_function_type): Call replace_type.
8122 * dstread.c (create_new_type): Delete.
8123 (decode_dst_structure, process_dst_function): Call alloc_type.
8124 Use type access macros.
8125
dff95cc7
MK
81262002-05-12 Mark Kettenis <kettenis@gnu.org>
8127
8128 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8129 the're not supported by the current architecture.
8130 (i387_fill_fxsave): Likewise.
8131
bbcd32ad
FF
81322002-05-12 Fred Fish <fnf@redhat.com>
8133
8134 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8135 sect_index_xxx members to index the first slot in section_offsets
8136 if all of the section_offsets are zero.
8137
89cf4787
MK
81382002-05-12 Mark Kettenis <kettenis@gnu.org>
8139
8140 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8141 checked in with last change.
8142
1f77ffc5
MK
81432002-05-12 Mark Kettenis <kettenis@gnu.org>
8144
8145 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8146 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8147 config.sub.
8148
89b8b4a9
DJ
81492002-05-12 Daniel Jacobowitz <drow@mvista.com>
8150
8151 * Makefile.in: Update dependencies.
8152
14a5e767
AC
81532002-05-11 Andrew Cagney <ac131313@redhat.com>
8154
8155 * language.c (local_hex_string_custom): Simplify. Do not depend
8156 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8157
8158 * memattr.c (mem_info_command): Replace calls to
8159 longest_local_hex_string and longest_local_hex_string_custom.
8160 * buildsym.c (make_blockvector): Ditto.
8161 * solib.c (info_sharedlibrary_command): Ditto.
8162 * tracepoint.c (tracepoints_info): Ditto.
8163 * symtab.c (print_msymbol_info): Ditto.
8164
8165 * language.c (local_hex_string): Delete.
8166 (local_hex_string_custom): Delete.
8167 (longest_local_hex_string): Rename to local_hex_string.
8168 (longest_local_hex_string_custom): Rename to
8169 local_hex_string_custom.
8170 * language.h (local_hex_string): Change parameter type to LONGEST.
8171 (local_hex_string_custom): Ditto.
8172 (longest_local_hex_string): Delete declaration.
8173 (longest_local_hex_string_custom): Ditto.
8174
8175 * solib.c: Update copyright.
8176 * memattr.c: Update copyright.
8177
13d01224
AC
81782002-05-11 Andrew Cagney <ac131313@redhat.com>
8179
8180 * arch-utils.h (legacy_register_to_value): Declare.
8181 (legacy_value_to_register): Declare.
8182 (legacy_convert_register_p): Declare.
8183 * arch-utils.c (legacy_register_to_value): New function.
8184 (legacy_value_to_register): New function.
8185 (legacy_convert_register_p): New function.
8186
8187 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8188 (VALUE_TO_REGISTER): Define.
8189 (CONVERT_REGISTER_P): Define.
8190 * gdbarch.h, gdbarch.c: Regenerate.
8191
8192 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8193 VALUE_TO_REGISTER.
8194 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8195 CONVERT_REGISTER_P.
8196
4a1970e4
DJ
81972005-05-11 Daniel Jacobowitz <drow@mvista.com>
8198 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8199
8200 * Makefile.in: Update dependencies for valops.c.
8201 * valops.c: Include "gdb_assert.h".
8202 (typecmp): Skip THIS parameter to methods.
8203 (find_method_list): Remove static_memfuncp argument,
8204 update callers. Check for stub methods.
8205 (find_value_oload_method_list): Don't set *static_memfuncp.
8206 (find_overload_match): Don't check for stub methods. Assert
8207 that methods are not stubbed. Handle static methods.
8208 (value_find_oload_method_list): Remove static_memfuncp argument.
8209 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8210 to the argument list for static stub methods.
8211 * value.h (value_find_oload_method_list): Update prototype.
8212
b2e75d78
AC
82132002-05-11 Andrew Cagney <ac131313@redhat.com>
8214
8215 * arch-utils.h (generic_register_size): Declare.
8216 (generic_register_raw_size, generic_register_virtual_size): Delete
8217 declarations.
8218 * arch-utils.c (generic_register_raw_size): Delete.
8219 (generic_register_size): New function.
8220 (generic_register_virtual_size): Delete.
8221
8222 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8223 default generic_register_size.
8224 * gdbarch.h, gdbarch.c: Re-generate.
8225
8226 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8227 register_virtual_size.
8228 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8229 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8230
451fbdda
AC
82312002-05-11 Andrew Cagney <ac131313@redhat.com>
8232
8233 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8234 * gdbarch.h, gdbarch.c: Regenerate.
8235 * gnu-v3-abi.c: Update copyright.
8236 (vtable_address_point_offset): Update.
8237 (gnuv3_rtti_type): Update.
8238 (gnuv3_baseclass_offset): Update.
8239 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8240 (init_fetch_link_map_offsets): Update.
8241 * remote.c (get_remote_state): Update.
8242
6d2f5cea
DJ
82432002-05-11 Daniel Jacobowitz <drow@mvista.com>
8244
8245 * TODO: Remove value_headof/value_from_vtable_info comment.
8246 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8247 * values.c (value_headof, value_from_vtable_info): Delete.
8248 * value.h (value_from_vtable_info): Delete prototype.
8249
d2324da4
AC
82502002-05-11 Andrew Cagney <ac131313@redhat.com>
8251
8252 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8253 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8254 $(gdb_regex_h).
8255 (gdb_assert_h): Define.
8256 (gdb_wait_h): Define.
8257 (gdb_regex_h): Define.
8258
5c717440
DJ
82592002-05-11 Daniel Jacobowitz <drow@mvista.com>
8260
8261 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8262 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8263
6c7861b3
JT
82642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8265
8266 * nbsd-tdep.c: Fix comment.
8267
ea5bc2a6
JT
82682002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8269
8270 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8271 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8272 (nbsd-tdep.o): New dependency list.
8273 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8274 nbsd-tdep.h.
8275 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8276 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8277 * nbsd-tdep.c: New file.
8278 * nbsd-tdep.h: New file.
8279 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8280 nbsd-tdep.h.
8281 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8282 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8283 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8284 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8285
b28da865
JT
82862002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8287
8288 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8289 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8290 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8291 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8292 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8293 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8294
4b8ff1fa
JT
82952002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8296
8297 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8298 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8299 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8300 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8301 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8302 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8303 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8304
dfe6eb1f
JT
83052002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8306
8307 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8308 fetch_elfcore_registers to...
8309 * i386nbsd-tdep.c: ...here.
8310 (i386nbsd_use_struct_convention): Rename to...
8311 (i386nbsd_aout_use_struct_convention): ...this.
8312 (i386nbsd_supply_reg): New function.
8313 (i386nbsd_fill_reg): New function.
8314 (fetch_core_registers): Use i386nbsd_supply_reg.
8315 (fetch_elfcore_registers): Likewise.
8316 (_initialize_i386nbsd_tdep): New function.
8317 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8318 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8319 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8320 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8321 (i386nbsd_aout_use_struct_convention): ...this.
8322
20cb8cda
JT
83232002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8324
8325 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8326 (store_inferior_registers): Use shnbsd_fill_reg.
8327 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8328 sh_nbsd_supply_register): Collapse into...
8329 (shnbsd_supply_reg): ...this.
8330 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8331 (shnbsd_fill_reg): ...this.
8332 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8333 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8334 (fetch_core_registers): Use shnbsd_supply_reg.
8335 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8336 (sh_nbsd_core_fns): Rename to...
8337 (shnbsd_core_fns): ...this.
8338 (sh_nbsd_elfcore_fns): Rename to...
8339 (shnbsd_elfcore_fns): ...this.
8340 (sh_nbsd_init_abi): Rename to...
8341 (shnbsd_init_abi): ...this.
8342 (_initialize_sh_nbsd_tdep): Rename to...
8343 (_initialize_shnbsd_tdep): ...this.
8344 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8345 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8346 sh_nbsd_fill_register): Remove prototypes.
8347 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8348
e750d25e
JT
83492002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8350
8351 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8352 (i387-nat.o): Delete dependency list.
8353 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8354 (x86-64-linux-nat.o): Likewise.
8355 * i387-nat.c: Delete file, moving contents to...
8356 * i387-tdep.c: ...here.
8357 * i387-nat.h: Rename...
8358 * i387-tdep.h: ...to this.
8359 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8360 * i386-linux-nat.c: Likewise.
8361 * i386bsd-nat.c: Likewise.
8362 * i386gnu-nat.c: Likewise.
8363 * i386nbsd-nat.c: Likewise.
8364 * i386v4-nat.c: Likewise.
8365 * x86-64-linux-nat.c: Likewise.
8366 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8367 * config/i386/go32.mh (NATDEPFILES): Likewise.
8368 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8369 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8370 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8371 * config/i386/linux.mh (NATDEPFILES): Likewise.
8372 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8373 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8374 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8375 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8376
1aee598a
JT
83772002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8378
8379 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8380 (alphanbsd-nat.o): Remove dependency list.
8381 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8382 * alphanbsd-nat.c: Delete. Contents moved to...
8383 * alphanbsd-tdep.c: ...here.
8384 (_initialize_alphanbsd_tdep): Register core functions.
8385 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8386
12bcb0fe
JT
83872002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8388
8389 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8390 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8391 (alphanbsd-nat.o): Likewise.
8392 (alphabsd-tdep.o): New dependency list.
8393 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8394 (fill_gregset): Use alphabsd_fill_reg.
8395 (supply_fpregset): Use alphabsd_supply_fpreg.
8396 (fill_fpregset): Use alphabsd_fill_fpreg.
8397 (fetch_inferior_registers): Use struct reg and struct fpreg
8398 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8399 and alphabsd_supply_fpreg.
8400 (store_inferior_registers): Use struct reg and struct fpreg
8401 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8402 and alphabsd_fill_fpreg.
8403 * alphabsd-tdep.c: New file.
8404 * alphabsd-tdep.h: New file.
8405 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8406 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8407 alphabsd_supply_fpreg.
8408 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8409 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8410
361d1df0
EC
84112002-05-11 Eric Christopher <echristo@redhat.com>
8412
8413 * mips-tdep.c (mips_double_register_type): Fix thinko.
8414 (mips_single_register_type): Ditto.
8415 * MAINTAINERS: Add self.
8416
92dd7cee
MK
84172002-05-11 Mark Kettenis <kettenis@gnu.org>
8418
8419 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8420 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8421 right thing on architectures with different endianness and/or
8422 integer sizes.
8423
e27da16d
JT
84242002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8425
8426 From Christian Limpach <chris@Pin.LU>
8427 * configure.in: Change sed expression which comments out
8428 NATDEPFILES to also comment out continuation lines.
8429 * configure: Regenerate.
8430
ddde02bd
EZ
84312002-05-10 Elena Zannoni <ezannoni@redhat.com>
8432
8433 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8434 big patch.
8435
1c922164
EZ
84362002-05-10 Elena Zannoni <ezannoni@redhat.com>
8437
8438 * sh-tdep.c: Include correct file.
8439
283150cd
EZ
84402002-05-10 Elena Zannoni <ezannoni@redhat.com>
8441
8442 New support for sh64-elf (sh5) target.
8443
8444 * configure.tgt: For sh64-elf target, default to sh-elf.
8445
8446 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8447 (struct gdbarch_tdep): Add new fields for new registers and ABI
8448 info.
361d1df0 8449
283150cd
EZ
8450 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8451 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8452 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8453 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8454 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8455 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8456 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8457 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8458 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8459 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8460 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8461 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8462 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8463 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8464 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8465 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8466 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8467 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8468 sign_extend, sh64_nofp_frame_init_saved_regs,
8469 sh64_init_extra_frame_info, sh64_get_saved_register,
8470 sh64_extract_struct_value_address, sh64_pop_frame,
8471 sh64_push_arguments, sh64_extract_return_value,
8472 sh64_store_return_value, sh64_show_media_regs,
8473 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8474 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8475 sh_sh64_register_virtual_type,
8476 sh_sh64_register_convert_to_virtual,
8477 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8478 sh64_register_read, sh64_pseudo_register_write,
8479 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8480 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8481 sh64_do_pseudo_register, sh_compact_do_registers_info,
8482 sh64_do_registers_info, sh_gdbarch_init): New functions.
8483
3117ed25
EZ
84842002-05-10 Elena Zannoni <ezannoni@redhat.com>
8485
8486 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8487
2654e6d4
DJ
84882002-05-10 Daniel Jacobowitz <drow@mvista.com>
8489
8490 * linespec.c (decode_line_1): Check for a double quote after
8491 a filename correctly.
8492
9ab3e532
JB
84932002-05-10 Jim Blandy <jimb@redhat.com>
8494
8495 Properly track the size of the current objfile's .debug_line section.
8496 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8497 (DWARF_LINE_SIZE): New macro.
8498 (dwarf2_build_psymtabs_hard): Record the line section's size in
8499 the partial symbol table.
8500 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8501 symbol table.
8502
126fa72d
PS
85032002-05-10 Petr Sorfa <petrs@caldera.com>
8504
8505 * ia64-tdep.c: Handle breakpoints on L instruction type
8506 in MLX instruction bundle by moving the breakpoint to
8507 the third slot (X instruction type) as L holds only data.
8508
1f077a3e
KB
85092002-05-10 Kevin Buettner <kevinb@redhat.com>
8510
8511 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8512 (process_one_symbol): Complain about discarding local symbols
8513 due to a misplaced N_LBRAC entry.
8514
8120c9d5 85152002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
8516
8517 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
8518 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8519 decrease the depth we are at, in the case of templates.
361d1df0 8520
67b2c998
DJ
85212002-05-09 Daniel Jacobowitz <drow@mvista.com>
8522
8523 * mips-tdep.c (mips_float_register_type): New function.
8524 (mips_double_register_type): New function.
8525 (mips_print_register): Use them.
8526 (do_fp_register_row): Likewise.
8527
fd326606
DJ
85282002-05-09 Daniel Jacobowitz <drow@mvista.com>
8529
6609d9af 8530 * signals/signals.c (signals): Remove conditional compilation around
fd326606 8531 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 8532 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 8533
bef35864
MS
85342002-05-09 Michael Snyder <msnyder@redhat.com>
8535
8536 * remote-rdp.c (remote_rdp_can_run): Remove.
8537
c55a3f73
TT
85382002-05-09 Tom Tromey <tromey@redhat.com>
8539
8540 * jv-valprint.c (java_val_print): Handle `char' as a special case
8541 of TYPE_CODE_INT.
8542
b8d5e71d
MS
85432002-05-09 Michael Snyder <msnyder@redhat.com>
8544
8545 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8546 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 8547 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 8548 str r(0123),[sp,#nn].
361d1df0 8549 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
8550 order-independent by placing it in a loop.
8551
e2cd42dd
MS
85522002-05-06 Michael Snyder <msnyder@redhat.com>
8553
8554 * stabsread.c (read_type): Add recognition for new attribute:
8555 "@V;" means that an array type is actually a vector.
8556 This is analogous to the vector flag that's been added to dwarf2.
8557
3ce1502b
MK
85582002-05-09 Mark Kettenis <kettenis@gnu.org>
8559
8560 * i386-tdep.h (i386_abi): New enum.
8561 (struct gdbarch_tdep): Replace os_ident member with abi.
8562 (i386_gdbarch_register_os_abi): New prototype.
8563 * i386-tdep.c (i386_abi_names): New array.
8564 (process_note_abi_tag_sections): Removed.
8565 (process_note_sections): New function.
8566 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8567 (struct i386_abi_handler): New struct.
8568 (i386_abi_handler_list): New variable.
8569 (i386_gdbarch_register_os_abi): New function.
8570 (i386_gdbarch_init): Adapt for the changes given above.
8571
084c156a
DJ
85722002-05-08 Daniel Jacobowitz <drow@mvista.com>
8573
8574 * gregset.h: Say "GNU/Linux".
8575
6599f021
EZ
85762002-05-08 Elena Zannoni <ezannoni@redhat.com>
8577
8578 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8579 (build_gdbtypes): Build builtin_type_v2_float.
8580 (_initialize_gdbtypes): Register new builtin type.
8581
40af4b0c
AC
85822002-05-08 Andrew Cagney <ac131313@redhat.com>
8583
8584 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8585 (clear_gdbarch_swap): New function.
8586 (initialize_non_multiarch): Call.
8587 (gdbarch_update_p): Before calling init(), swap out and clear the
8588 existing architecture.
8589 * gdbarch.c: Regenerate.
8590
4fe84f46
JT
85912002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8592
8593 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8594 alphanbsd-tdep.c.
8595
4015edd1
JT
85962002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8597
8598 * sh-nbsd-nat.c: Rename to...
8599 * shnbsd-nat.c: ...this.
8600 * sh-nbsd-tdep.c: Rename to...
8601 * shnbsd-tdep.c: ...this.
8602 * sh-nbsd-tdep.h: Rename to...
8603 * shnbsd-tdep.h: ...this.
8604 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8605 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8606
0e2bd219
RE
86072002-05-08 Richard Earnshaw <rearnsha@arm.com>
8608
8609 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8610 concatenation for command help messages.
8611
13a38d45
JT
86122002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8613
8614 * NEWS: Note new sh*-*-netbsdelf* configuration.
8615 * configure.host: Set gdb_host_cpu to sh for all sh*.
8616 (sh*-*-netbsdelf*): New host.
8617 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8618 (sh*-*-netbsdelf*): New target.
8619 * sh-nbsd-nat.c: New file.
8620 * sh-nbsd-tdep.c: New file.
8621 * sh-nbsd-tdep.h: New file.
8622 * config/sh/nbsd.mh: New file.
8623 * config/sh/nbsd.mt: New file.
8624 * config/sh/nm-nbsd.h: New file.
8625 * config/sh/tm-nbsd.h: New file.
8626
d658f924
JT
86272002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8628
8629 * sh-tdep.c (sh_osabi_names): Declare.
8630 (process_note_abi_tag_sections): New function.
8631 (get_elfosabi): Ditto.
8632 (sh_gdbarch_register_os_abi): Ditto.
8633 (sh_dump_tdep): Ditto.
8634 _initialize_sh_tdep): Use gdbarch_register to register
8635 sh_gdbarch_init and sh_dump_tdep.
8636 * config/sh/tm-sh.h (sh_osabi): Declare.
8637 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8638
848cfffb
AC
86392002-05-07 Andrew Cagney <ac131313@redhat.com>
8640
8641 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8642 (thumb_scan_prologue): Ditto.
8643 (arm_find_callers_reg): Ditto.
8644 (arm_frame_chain): Ditto.
8645 (arm_init_extra_frame_info): Ditto.
8646 (arm_frame_saved_pc): Ditto.
8647 (arm_pop_frame): Ditto.
8648 (arm_push_return_address): New function.
8649 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8650 call_dummy_location, call_dummy_breakpoint_offset_p,
8651 call_dummy_breakpoint_offset, call_dummy_p,
8652 call_dummy_stack_adjust_p, call_dummy_words,
8653 sizeof_call_dummy_words, call_dummy_start_offset,
8654 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8655 call_dummy_address, push_return_address and push_dummy_frame for
8656 generic dummy frames.
8657
e7d717c0
JT
86582002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8659
8660 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8661 size computation for alloca.
8662 (sh_fp_frame_init_saved_regs): Likewise.
8663
7bbcf283
RE
86642002-05-07 Richard Earnshaw <rearnsha@arm.com>
8665
8666 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8667 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8668 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8669 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8670 * remote-rdp.c (remote_rdp_fetch_register): Use
8671 ARM_MAX_REGISTER_RAW_SIZE.
8672 (remote_rdp_store_register): Likewise.
8673
4657573b
ML
86742002-05-07 Michal Ludvig <mludvig@suse.cz>
8675
361d1df0 8676 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8677 added default labels to switch {} statements.
8678 * x86-64-tdep.c: Ditto.
8679 * x86-64-linux-nat.c: Ditto.
8680
010f3b2f
JT
86812002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8682
8683 * solib.h: Protect against multiple inclusion.
8684
debd256d
JB
86852002-05-06 Jim Blandy <jimb@redhat.com>
8686
9ab3e532
JB
8687 Add first preprocessor macro-expansion files.
8688 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8689 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8690 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8691 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8692 (COMMON_OBS): Add macrotab.o, macroexp.o.
8693 (macroexp.o, macrotab.o): New rules.
8694
debd256d
JB
8695 Separate the job of reading the line number info statement program
8696 header (...expialidocious) out into its own function.
8697 * dwarf2read.c (struct line_head, struct filenames, struct
8698 directories): Replace with...
8699 (struct line_header): New structure, containing the full
8700 contents of the statement program header, including the
8701 include directory and file name tables.
8702 (read_file_scope): If we have line number info, instead of just
8703 calling dwarf_decode_lines to do all the work, call
8704 dwarf_decode_line_header first to get a `struct line_header'
8705 containing the data in the statement program header, and then
8706 pass that to dwarf_decode_lines, which will pick up where that
8707 left off. Be sure to clean up the `struct line_header' object.
8708 (dwarf_decode_line_header, free_line_header, add_include_dir,
8709 add_file_name): New functions.
8710 (dwarf_decode_lines): Move all the code to read the statement
8711 program header into dwarf_decode_line_header. Take the line
8712 header it built as the first argument, instead of the offset to
8713 the compilation unit's line number info. Use the new `struct
8714 line_header' type instead of the old structures. No need to do
8715 cleanups here now, since we don't allocate anything.
8716 (dwarf2_statement_list_fits_in_line_number_section,
8717 dwarf2_line_header_too_long): New complaints.
8718
ac3aafc7
EZ
87192002-05-06 Elena Zannoni <ezannoni@redhat.com>
8720
8721 * gdbtypes.c (init_vector_type): New function.
8722 (build_builtin_type_vec128): Simplify the representation of SIMD
8723 registers.
8724 (build_gdbtypes): Initialize new builtin vector types.
8725 (_initialize_gdbtypes): Register new vector types with gdbarch.
8726 (builtin_type_v4_float, builtin_type_v4_int32,
8727 builtin_type_v8_int16, builtin_type_v16_int8,
8728 builtin_type_v2_int32, builtin_type_v4_int16,
8729 builtin_type_v8_int8): New (renamed) SIMD types.
8730
13e49980
MK
87312002-05-06 Mark Kettenis <kettenis@gnu.org>
8732
8733 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8734 (i387_fill_fxsave): Likewise.
8735
997b20b8
AO
87362002-05-05 Alexandre Oliva <aoliva@redhat.com>
8737
8738 * alpha-tdep.c (alpha_extract_return_value): Don't use
8739 non-constant array size in prototype.
8740
535c96ce
AC
87412002-05-04 Andrew Cagney <ac131313@redhat.com>
8742
8743 From Brian Taylor <briant at model dot com>:
8744 * ui-out.c (ui_out_field_core_addr): Use the function
8745 longest_local_hex_string_custom'to format addresses > 32 bits
8746 wide.
8747
8748 * ui-out.c (ui_out_field_core_addr): Update comment.
8749
bedfa57b
AC
87502002-05-04 Andrew Cagney <ac131313@redhat.com>
8751
8752 * stack.c (select_and_print_frame): Make static. Delete the
8753 parameter `level'.
8754 (func_command): Update call.
8755 (select_frame_command): Delete code computing the frame level.
8756 * frame.h (select_and_print_frame): Delete declaration.
8757
f621c63e
AC
87582002-05-04 Andrew Cagney <ac131313@redhat.com>
8759
8760 * sparc-tdep.c (sparc_get_saved_register): Comment why
8761 get_prev_frame call is safe.
8762
0f7d239c
AC
87632002-05-04 Andrew Cagney <ac131313@redhat.com>
8764
8765 * frame.h (select_frame): Delete level parameter.
8766 * stack.c (select_frame): Update. Use frame_relative_level to
8767 obtain the frame's level.
8768 (select_and_print_frame): Update call.
8769 (select_frame_command): Ditto.
8770 (up_silently_base): Ditto.
8771 (down_silently_base): Ditto.
8772 * ocd.c (ocd_start_remote): Ditto.
8773 * remote-rdp.c (remote_rdp_open): Ditto.
8774 * remote-mips.c (mips_initialize): Ditto.
8775 (common_open): Ditto.
8776 * remote-e7000.c (e7000_start_remote): Ditto.
8777 * m3-nat.c (select_thread): Ditto.
8778 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8779 (child_get_current_exception_event): Ditto.
8780 * varobj.c (varobj_create): Ditto.
8781 (varobj_update): Ditto.
8782 (c_value_of_root): Ditto.
8783 * tracepoint.c (finish_tfind_command): Ditto.
8784 * corelow.c (core_open): Ditto.
8785 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8786 * thread.c (info_threads_command): Ditto.
8787 (switch_to_thread): Ditto.
8788 * infrun.c (normal_stop): Ditto.
8789 (restore_selected_frame): Ditto.
8790 (restore_inferior_status): Ditto.
8791 * breakpoint.c (insert_breakpoints): Ditto.
8792 (watchpoint_check): Ditto.
8793 (bpstat_stop_status): Ditto.
8794 (do_enable_breakpoint): Ditto.
8795 * blockframe.c (flush_cached_frames): Ditto.
8796 (reinit_frame_cache): Ditto.
8797
71d6c7b1
AC
87982002-05-04 Andrew Cagney <ac131313@redhat.com>
8799
8800 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8801 maintainer.
8802
cda6c68a
JB
88032002-05-04 Jim Blandy <jimb@redhat.com>
8804
8805 * gdbtypes.c (replace_type): Doc fix.
8806
5c1c87f0
AC
88072002-05-04 Andrew Cagney <ac131313@redhat.com>
8808
8809 * valprint.c (strcat_longest): Delete commented out function.
8810 Update copyright.
8811
cd9bfe15
AC
88122002-05-04 Andrew Cagney <ac131313@redhat.com>
8813
8814 * MAINTAINERS: Mark a29k as deleted.
8815 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8816 Move new configurations to the top.
8817 * configure.tgt: Remove a29k.
8818 * config/a29k/tm-vx29k.h: Delete.
8819 * config/a29k/vx29k.mt: Delete.
8820 * config/a29k/tm-a29k.h: Delete.
8821 * config/a29k/a29k-udi.mt: Delete.
8822 * config/a29k/a29k.mt: Delete.
8823 * a29k-tdep.c: Delete.
8824 * remote-udi.c: Delete.
8825 * remote-mm.c: Delete.
8826 * remote-eb.c: Delete.
8827 * remote-adapt.c: Delete.
8828 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8829 * config/s390/s390x.mt: Ditto.
8830 * config/s390/s390.mt: Ditto.
8831 * config/sparc/sparclynx.mh: Ditto.
8832 * config/sparc/linux.mh: Ditto.
8833 * config/pa/hppaosf.mh: Ditto.
8834 * config/pa/hppabsd.mh: Ditto.
8835 * config/ns32k/nbsd.mt: Ditto.
8836 * config/mips/vr5000.mt: Ditto.
8837 * config/m68k/sun3os4.mh: Ditto.
8838 * config/m68k/nbsd.mt: Ditto.
8839 * config/m68k/m68klynx.mh: Ditto.
8840 * config/m32r/m32r.mt: Ditto.
8841 * config/i386/x86-64linux.mt: Ditto.
8842 * config/i386/nbsdelf.mt: Ditto.
8843 * config/i386/nbsd.mt: Ditto.
8844 * config/i386/i386lynx.mh: Ditto.
8845
bf0c5130
AC
88462002-05-04 Andrew Cagney <ac131313@redhat.com>
8847
8848 * target.c (debug_print_register): New function. Handle oversize
8849 registers.
8850 (debug_to_fetch_registers): Call.
8851 (debug_to_store_registers): Call.
8852
2ae1c2d2
JB
88532002-05-03 Jim Blandy <jimb@redhat.com>
8854
13a393b0
JB
8855 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8856 (read_type): Doc fix.
8857 * gdbtypes.c (replace_type): Doc fix.
8858
2ae1c2d2
JB
8859 * stabsread.c (multiply_defined_struct): New complaint.
8860 (read_struct_type): If the type we were passed isn't empty, or
8861 incomplete, don't read the new struct type into it; complain,
8862 and return the original type unchanged. Take a new `type_code'
8863 argument, which is the type code for the new type.
8864 (read_type): Rather than storing the type's type code here, pass
8865 it as an argument to read_struct_type, and let that take care of
8866 storing it. That way, we don't overwrite the original type code,
8867 so read_struct_type can use it to decide whether we're overwriting
8868 something we shouldn't.
8869 (complain_about_struct_wipeout): New function.
8870
8de9bdc4
AC
88712002-05-03 Andrew Cagney <ac131313@redhat.com>
8872
8873 * gdbarch.sh: Assert that gdbarch is non-NULL.
8874 * gdbarch.c: Regenerate.
8875
f773fdbb
JM
88762002-05-03 Jason Merrill <jason@redhat.com>
8877
8878 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8879 and return NULL.
8880
0e04a514
ML
88812002-05-03 Michal Ludvig <mludvig@suse.cz>
8882
8883 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8884 (x86_64_dwarf2gdb_regno_map_length),
8885 (x86_64_dwarf2_reg_to_regnum): Added.
8886 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8887 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8888 (_initialize_x86_64_tdep): Synced with the change above.
8889 (x86_64_skip_prologue): Reformulated message.
8890
065432a8
PM
88912002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8892
8893 * f-exp.y: Also use new prev_lexptr variable
8894 to improve error reporting. Based on Michael Snyder
8895 2002-04-24 dated patch to c-exp.y.
8896 * jv-exp.y: Likewise.
8897 * m2-exp.y: Likewise.
8898
a3162708
EZ
88992002-05-02 Elena Zannoni <ezannoni@redhat.com>
8900
8901 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8902 we are dealing with vectors.
8903
03620c38
PM
89042002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8905
8906 * config/m68k/tm-nbsd.h: Obvious fix,
8907 correct machine name.
8908
6604db2e
PM
89092002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8910
8911 * p-typeprint.c (pascal_type_print_base): Add support
8912 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8913
0906b739
PM
89142002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8915
8916 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8917 for fondamental pascal 'char' type.
8918
e2625b33
PM
89192002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8920
8921 * p-lang.h (is_pascal_string_type): Declaration changed,
8922 new sixth argument of type char ** added.
361d1df0 8923 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8924 changed. Args length_pos, length_size, string_pos, char_size
8925 can now be NULL. New argument arrayname set to the field
8926 name of the char array. Return value set to char array
8927 field index plus one.
361d1df0 8928 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8929 is_pascal_string_type function.
8930
cf17c188
AC
89312002-05-02 Andrew Cagney <cagney@redhat.com>
8932
8933 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8934 <cagney@redhat.com> change.
8935 * gdbarch.c: Regenerate.
8936
52bca491
AC
89372002-05-02 Andrew Cagney <cagney@redhat.com>
8938
8939 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8940 before probing for a new one. Detect errorenous gdbarch_init
8941 functions.
8942 * gdbarch.c: Regenerate.
8943
d5e72505
AC
89442002-05-01 Andrew Cagney <cagney@redhat.com>
8945
8946 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8947 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8948 * config/v850/tm-v850.h: Ditto. Update copyright.
8949
af566d9f
AC
89502002-04-30 Andrew Cagney <ac131313@redhat.com>
8951
8952 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8953 current_gdbarch.
8954
880d85fa
MS
89552002-04-30 Michael Snyder <msnyder@redhat.com>
8956
94c30b78
MS
8957 * arm-tdep.c: Whitespace clean-ups.
8958 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8959 should have been removed as part of 4/24 change.
8960
6f5987a6
KB
89612002-04-30 Kevin Buettner <kevinb@redhat.com>
8962
8963 * rs6000-tdep.c: Added comment describing how fpscr register
8964 numbers were chosen.
8965
1a113c93
MS
89662002-04-30 Michael Snyder <msnyder@redhat.com>
8967
8968 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8969
9a6f53fe
EZ
89702002-04-29 Elena Zannoni <ezannoni@redhat.com>
8971
8972 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8973 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8974 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8975
11ed25ac
KB
89762002-04-29 Kevin Buettner <kevinb@redhat.com>
8977
8978 From Louis Hamilton <hamilton@redhat.com>:
8979 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8980 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8981 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8982 not bfd-private xcoff data, to determine wordsize.
8983 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8984
ae232405
AC
89852002-04-29 Andrew Cagney <ac131313@redhat.com>
8986
8987 GDB 5.2 released from 5.2 branch.
8988
91fd20f7
ML
89892002-04-29 Michal Ludvig <mludvig@suse.cz>
8990
8991 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8992 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8993 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8994
2dc5091b
EZ
89952002-04-29 Elena Zannoni <ezannoni@redhat.com>
8996
8997 * rs6000-tdep.c (rs6000_extract_return_value,
8998 rs6000_store_return_value): Handle returning vectors.
8999 (rs6000_gdbarch_init): Use
9000 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
9001 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
9002 New function.
9003 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
9004 vectors.
9005 (ppc_sysv_abi_push_arguments): Handle vector parameters.
9006 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 9007
2b9848d8
PM
90082002-04-24 Pierre Muller <ics.u-strasbg.fr>
9009
9010 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 9011 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
9012 with fprintf_unfiltered (gdb_stderr,...).
9013
f8d17dc5
PM
90142002-04-24 Pierre Muller <ics.u-strasbg.fr>
9015
9016 * remote-array.c (printf_monitor, write_monitor,
361d1df0 9017 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
9018 Replace fprintf (stderr,...
9019 with fprintf_unfiltered (gdb_stderr,....
9020 * remote-es.c: Likewise.
9021 * remote-os9k.c: Likewise.
9022 * remote-st.c: Likewise.
9023
2f2f1ad1
AS
90242002-04-28 Andreas Schwab <schwab@suse.de>
9025
9026 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
9027 linux-proc.o and gcore.o.
9028
b6779aa2
AC
90292002-04-26 Michal Ludvig <mludvig@suse.cz>
9030
9031 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
9032 code without frame pointers.
9033
7e57f5f4
AC
90342002-04-26 Andrew Cagney <ac131313@redhat.com>
9035
9036 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
9037 ON_STACK is needed.
9038
2ceb85d0
BE
90392002-04-26 Ben Elliston <bje@redhat.com>
9040
9041 * target.c (do_xfer_memory): Correct reference to the new option
9042 "trust-readonly-sections".
9043
f5f8a009
EZ
90442002-04-26 Elena Zannoni <ezannoni@redhat.com>
9045
9046 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
9047 * gdbtypes.c (recursive_dump_type): Output the vector flag.
9048 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
9049 vectors.
9050 (read_array_type): Record the fact that this array type is really a
9051 vector (i.e. are passed in by value).
9052
5868c862
JT
90532002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
9054
9055 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
9056 * alpha-tdep.c (alpha_sigcontext_addr): New function.
9057 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
9058 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
9059 * alpha-linux-tdep.c: Include frame.h.
9060 (alpha_linux_sigcontext_addr): New function.
9061 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
9062 alpha_linux_sigcontext_addr.
9063 * alpha-osf1-tdep.c: Include gdbcore.h.
9064 (alpha_osf1_sigcontext_addr): New function.
9065 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
9066 alpha_osf1_sigcontext_addr.
9067 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
9068 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
9069
bfb01f37
AC
90702002-04-26 Andrew Cagney <ac131313@redhat.com>
9071
361d1df0 9072 * stack.c (selected_frame_level):
bfb01f37
AC
9073 (select_frame): Do not set selected_frame_level.
9074 * frame.h (selected_frame_level): Delete declaration.
9075
15813d3f
AC
90762002-04-26 Andrew Cagney <ac131313@redhat.com>
9077
9078 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
9079 convert_from_func_ptr-addr when AIX / PowerOpen.
9080
6096c27a
AC
90812002-04-25 Andrew Cagney <ac131313@redhat.com>
9082
9083 * valops.c (hand_function_call): Call
9084 generic_save_call_dummy_addr.
9085 * frame.h (generic_save_call_dummy_addr): Declare.
9086 * blockframe.c (struct dummy_frame): Add fields call_lo and
9087 call_hi.
9088 (generic_find_dummy_frame): Check for PC in range call_lo to
9089 call_hi instead of entry_point_address.
9090 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9091 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9092 (generic_save_call_dummy_addr): New function.
9093
f510d44e
DM
90942002-04-24 David S. Miller <davem@redhat.com>
9095
9096 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9097 sparc_skip_prologue.
9098 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9099 information to find prologue when possible.
9100 (sparc_prologue_frameless_p): Call examine_prologue directly.
9101 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9102 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9103 second argument.
9104 (SKIP_PROLOGUE): Likewise.
9105
15d72a92
JT
91062002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9107
9108 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9109 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9110 indicate that the condition it was testing is always true.
9111 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9112 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9113 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9114
accc6d1f
JT
91152002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9116
9117 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9118 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9119 tdep->jb_pc and tdep->jb_elt_size.
9120 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9121 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9122 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9123 * alpha-nat.c (get_longjmp_target): Remove.
9124 (JB_ELEMENT_SIZE): Ditto.
9125 (JB_PC): Ditto.
9126 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9127 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9128 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9129 to alpha_get_longjmp_target.
9130 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9131 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9132 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9133
1bfdc549
AC
91342002-04-25 Andrew Cagney <ac131313@redhat.com>
9135
9136 * README: Update to GDB 5.2.
9137
1bd316f0
AC
91382002-04-25 Andrew Cagney <ac131313@redhat.com>
9139
9140 * gdbarch.sh (LC_ALL): Set to `c'.
9141
2e5ff58c
TR
91422002-04-25 Theodore A. Roth <troth@verinet.com>
9143
9144 * avr-tdep.c: Ran through gdb_indent.sh.
9145
e33ce519
TR
91462002-04-25 Theodore A. Roth <troth@verinet.com>
9147
9148 * MAINTAINERS: Add myself as AVR maintainer.
9149 * NEWS: Note new target avr.
9150
8818c391
TR
91512002-04-25 Theodore A. Roth <troth@verinet.com>
9152
9153 * Makefile.in: Add support for AVR target.
9154 * configure.tgt: Add support for AVR target.
9155 * avr-tdep.c: New file
9156 * config/avr/avr.mt: New file.
9157
79509c2d
TR
91582002-04-25 Theodore A. Roth <troth@verinet.com>
9159
9160 * MAINTAINERS: Add myself to write-after-approval.
9161
dac8068e
PM
91622002-04-24 Pierre Muller <ics.u-strasbg.fr>
9163
9164 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9165 with fprintf_unfiltered (gdb_stderr,....
9166
25bf3106
PM
91672002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9168
9169 Fix PR gdb/508.
9170 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9171
24467a86
PM
91722002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9173
9174 * p-exp.y: Also use new prev_lexptr variable
9175 to improve error reporting. Based on Michael Snyder
9176 2002-04-24 dated patch to c-exp.y.
9177
95b80706
JT
91782002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9179
9180 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9181 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9182 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9183 to 0.
9184 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9185 and struct value.
9186 (FUNCTION_START_OFFSET): Remove.
9187 (BREAKPOINT): Ditto.
9188
e90cc612
JT
91892002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9190
9191 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9192 * NEWS: Ditto.
9193
6c72f9f9
JT
91942002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9195
9196 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9197 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9198 alpha_linux_pc_in_sigtramp.
9199 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9200 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9201 alpha_osf1_pc_in_sigtramp.
9202 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9203 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9204 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9205 alphafbsd_pc_in_sigtramp.
9206 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9207 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9208 alphanbsd_pc_in_sigtramp.
9209 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9210 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9211
5e4f3379
JT
92122002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9213
9214 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9215
da8ca43d
JT
92162002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9217
9218 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9219 alphanbsd-tdep.c.
9220 (alphanbsd-nat.o): New dependency list.
9221 (alphanbsd-tdep.o): Ditto.
9222 * NEWS: Note new native NetBSD/alpha configuration.
9223 * alphanbsd-nat.c: New file.
9224 * alphanbsd-tdep.c: Ditto.
9225 * configure.host (alpha*-*-netbsd*): New host.
9226 * configure.tgt (alpha*-*-netbsd*): New target.
9227 * config/alpha/nbsd.mh: New file.
9228 * config/alpha/nbsd.mt: Ditto.
9229 * config/alpha/nm-nbsd.h: Ditto.
9230 * config/alpha/tm-nbsd.h: Ditto.
9231
36a6271d
JT
92322002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9233
9234 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9235 (alpha-osf1-tdep.o): New dependency list.
9236 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9237 and skip_sigtramp_frame members.
9238 * alpha-linux-tdep.c: Include gdbcore.h.
9239 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9240 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9241 * alpha-osf1-tdep.c: New file.
9242 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9243 alpha-osf1-dep.c.
9244 (alpha_frame_past_sigtramp_frame): New function.
9245 (alpha_dynamic_sigtramp_offset): Ditto.
9246 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9247 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9248 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9249 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9250 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9251 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9252 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9253 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9254 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9255 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9256 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9257 to find_solib_trampoline_target.
9258 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9259 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9260 (SKIP_TRAMPOLINE_CODE): Remove.
9261 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9262 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9263 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9264 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9265 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9266 (PROC_SIGTRAMP_MAGIC): Ditto.
9267 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9268 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9269 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9270 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9271 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9272
2f4bc57b
JT
92732002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9274
9275 * NEWS: Note that Alpha targets are now multi-arch.
9276
665132f9
MS
92772002-04-24 Michael Snyder <msnyder@redhat.com>
9278
9279 * parser-defs.h (prev_lexptr): New external variable.
9280 * parse.c (parse_exp_1): Set prev_lexptr to null before
9281 calling the language-specific parser.
9282 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9283 (yyerror): Use prev_lexptr in error reporting.
9284
32872fa7
DJ
92852002-04-24 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9288 * gregset.h: If FILL_FPXREGSET is defined, provide
9289 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9290 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9291 is defined, call fill_fpxregset.
9292
57e76fac
MS
92932002-04-24 Roland McGrath <roland@frob.com>
9294
9295 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9296 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9297 (supply_gregset, supply_fpregset): New functions.
9298
9299 * gnu-nat.c (gnu_find_memory_regions): New function.
9300 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9301 (gnu_xfer_memory): Add a cast.
9302
f43845b3
MS
93032002-04-24 Michael Snyder <msnyder@redhat.com>
9304
361d1df0 9305 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
9306 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9307 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 9308 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
9309 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9310 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9311
a0abec03
AC
9312Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9313
9314 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9315 NUM_PSEUDO_REGS can be used.
9316
d7bd68ca
AC
93172002-04-24 Andrew Cagney <ac131313@redhat.com>
9318
9319 * arch-utils.h: Update copyright.
9320
9321 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9322 * gdbarch.h, gdbarch.c: Re-generate.
9323
9324 * inferior.h (IN_SIGTRAMP): Delete definition.
9325 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9326 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9327
9328 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9329 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9330 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9331 (find_proc_framesize): Ditto.
9332 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9333 (alpha_init_extra_frame_info): Ditto.
9334 * infrun.c (handle_inferior_event): Ditto.
9335 (handle_inferior_event): Ditto.
9336 (check_sigtramp2): Ditto.
9337 * blockframe.c (create_new_frame): Ditto.
9338 (get_prev_frame): Ditto.
9339 * ppc-linux-tdep.c: Update comments.
9340 * i386-linux-tdep.c: Update comments.
9341 * breakpoint.c (bpstat_what): Update comment.
9342
4867e41e
DM
93432002-04-24 David S. Miller <davem@redhat.com>
9344
21d83aa5
DM
9345 * i960-tdep.c (register_in_window_p): New function.
9346 (i960_find_saved_register): Use it instead of
9347 REGISTER_IN_WINDOW_P.
9348 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9349
4867e41e
DM
9350 * symtab.h (find_stab_function_addr): Kill extern.
9351 * minsyms.c (find_stab_function_addr): Remove from here...
9352 * dbxread.c: ... to here, and mark it static.
9353
69cdf6a2
DM
93542002-04-20 David S. Miller <davem@redhat.com>
9355
9356 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9357 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9358
5a595886
DM
93592002-04-21 David S. Miller <davem@redhat.com>
9360
9361 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9362 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9363 (vx_write_register): Likewise.
9364
1da1a192
JB
93652002-04-23 J. Brobecker <brobecker@gnat.com>
9366
9367 * source.c (is_regular_file): New function.
9368 (openp): Check wether file to open is a regular file
9369 to avoid opening directories.
9370
baa6f10b
JT
93712002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9372
9373 * findvar.c (extract_signed_integer): Cast printf argument
9374 to suppress format warning.
9375 (extract_unsigned_integer): Likewise.
9376 * infcmd.c (registers_info): Likewise.
9377 * top.c (get_prompt_1): Likewise.
9378 * valops.c (value_assign): Likewise.
9379 * valprint.c (print_decimal): Likewise.
9380
b2c4da81
L
93812002-04-22 H.J. Lu (hjl@gnu.org)
9382
9383 * c-exp.y (typebase): Support
361d1df0 9384
b2c4da81
L
9385 [long|long long|short] [signed|unsigned] [int|]
9386
9387 and
9388
9389 signed [long|long long|short] int
9390
f267bd6a
JT
93912002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9392
9393 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9394 and vax-tdep.h.
9395 * vax-tdep.h: New file.
9396 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9397 Make several routines static.
9398 (vax_get_saved_register): New function.
9399 (vax_gdbarch_init): New function.
9400 (_initialize_vax_tdep): Register vax_gdbarch_init.
9401 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9402 Remove macros now under the control of gdbarch.
9403
da3c6d4a
MS
94042002-04-22 Michael Snyder <msnyder@redhat.com>
9405
11d3b27d
MS
9406 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9407 Some whitespace and coding standards tweaks.
da3c6d4a 9408
a33f7558
JT
94092002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9410
9411 * vax-tdep.c: Include regcache.h.
9412 (vax_call_dummy_words): New.
9413 (sizeof_vax_call_dummy_words): New.
9414 (vax_fix_call_dummy): New function.
9415 (vax_saved_pc_after_call): Ditto.
9416 * config/vax/tm-vax.h: Don't include regcache.h.
9417 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9418 (CALL_DUMMY): Remove.
9419 (CALL_DUMMY_WORDS): Define.
9420 (SIZEOF_CALL_DUMMY_WORDS): Define.
9421 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9422
47a73475
MS
94232002-04-18 Michael Snyder <msnyder@redhat.com>
9424
9425 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9426
52efde73
JT
94272002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9428
9429 * vax-tdep.c (vax_frame_chain): New function.
9430 (vax_push_dummy_frame): Ditto.
9431 (vax_pop_frame): Ditto.
9432 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9433 (FRAMELESS_FUNCTION_INVOCATION): Use
9434 generic_frameless_function_invocation_not.
9435 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9436 (POP_FRAME): Use vax_pop_frame.
9437
ea74468c
JT
94382002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9439
9440 * vax-tdep.c (vax_store_struct_return): New function.
9441 (vax_extract_return_value): Ditto.
9442 (vax_store_return_value): Ditto.
9443 (vax_extract_struct_value_address): Ditto.
9444 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9445 vax_store_struct_return.
9446 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9447 (STORE_RETURN_VALUE): Use vax_store_return_value.
9448 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9449
5516aa92
JT
94502002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9451
9452 * vax-tdep.c (vax_frame_saved_pc): New function.
9453 (vax_frame_args_address_correct): Ditto.
9454 (vax_frame_args_address): Ditto.
9455 (vax_frame_locals_address): Ditto.
9456 (vax_frame_num_args): Move code to be in proximity to
9457 other frame-related functions.
9458 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9459 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9460 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9461 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9462 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9463
36af0b35
L
94642002-04-22 H.J. Lu (hjl@gnu.org)
9465
9466 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9467 includedir.
9468
ab62c900
JT
94692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9470
9471 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9472 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9473 (FRAME_INIT_SAVED_REGS): New macro.
9474
7232b100
JT
94752002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9476
9477 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9478
b70d2aee
JT
94792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9480
9481 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9482 where needed.
9483 (fetch_osf_core_registers): Likewise.
9484 (supply_gregset): Likewise.
9485
a0e8a2d1 94862002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 9487
a0e8a2d1
JB
9488 * symfile.h (get_section_index): Define.
9489 * symfile.c (get_section_index): New function.
9490 * mdebugread.c (SC_IS_SBSS): New macro.
9491 (SC_IS_BSS): Return true for the scBss storage class only, as
9492 the scSBss storage class refers to the .sbss section.
9493 (parse_partial_symbols): Discard the symbols which associated
9494 section does not exist.
9495 Make sure to use the .sbss section index for symbols which
9496 storage class is scBss, rather than using the .bss section index.
9497
51eb8b08
JT
94982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9499
9500 * vax-tdep.c: Update copyright years.
9501 (vax_register_name): New function.
9502 (vax_register_byte): Ditto.
9503 (vax_register_raw_size): Ditto.
9504 (vax_register_virtual_size): Ditto.
9505 (vax_register_virtual_type): Ditto.
9506 * config/vax/tm-vax.h: Update copyright years.
9507 (REGISTER_NAMES): Remove.
9508 (REGISTER_NAME): Define.
9509 (REGISTER_BYTE): Use vax_register_byte.
9510 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9511 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9512 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9513
6cc1c0a8
AC
95142002-04-21 Andrew Cagney <ac131313@redhat.com>
9515
9516 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9517 declaration
9518 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9519
9319a2fe
DM
95202002-04-21 David S. Miller <davem@redhat.com>
9521
9522 * arch-utils.c (generic_prologue_frameless_p): Kill
9523 SKIP_PROLOGUE_FRAMELESS_P code.
9524 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9525 references.
9526 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9527 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9528 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9529 references.
9530 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9531 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9532 (sparc_gdbarch_init): Pass it to
9533 set_gdbarch_prologue_frameless_p.
a0e8a2d1 9534
e9ed6d01
JT
95352002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9536
9537 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9538 (alphabsd-nat.o): New dependency list.
9539
36012033
JT
95402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9541
9542 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9543 alphafbsd-tdep.c.
9544 (alpha-linux-tdep.o): New dependency list.
9545 (alphafbsd-tdep.o): Likewise.
9546
3379287a
JT
95472002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9548
9549 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9550 to here...
9551 * alpha-tdep.c: ...from here.
9552 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9553
4bcbd6cb
JT
95542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9555
9556 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9557 prototype from here...
9558 * alpha-tdep.h: ...to here.
9559
b31da25e
AC
95602002-04-21 Andrew Cagney <ac131313@redhat.com>
9561
9562 * frame.h (selected_frame_level): Document as deprecated.
9563 (frame_relative_level): Declare.
9564 * stack.c (frame_relative_level): New function.
9565 (selected_frame_level): Document as deprecated.
9566 (select_frame): Do not set the selected_frame_level.
9567
9568 * stack.c (frame_info, record_selected_frame): Update.
9569 (frame_command, current_frame_command): Update.
9570 (up_silently_base, up_command, down_silently_base): Update.
9571 (down_command): Update.
9572 * inflow.c (kill_command): Update.
9573 * tracepoint.c (finish_tfind_command): Update.
9574 * corelow.c (core_open): Update.
9575 * thread.c (info_threads_command): Update.
9576 (do_captured_thread_select): Update.
9577 * infcmd.c (finish_command): Update.
9578 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9579
9c1d6fe5
JT
95802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9581
9582 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9583
ab89facf
AC
95842002-04-21 Andrew Cagney <ac131313@redhat.com>
9585
9586 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9587 type const.
9588
82a4efa1
JT
95892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9590
9591 * alphafbsd-tdep.c: Update copyright years. Include
9592 alpha-tdep.h.
9593 (alphafbsd_use_struct_convention): Make static.
9594 (alphafbsd_init_abi): New function.
9595 (_initialize_alphafbsd_tdep): New function.
9596 * config/alpha/tm-fbsd.h: Update copyright years.
9597 (USE_STRUCT_CONVENTION): Remove.
9598
44dffaac
JT
95992002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9600
9601 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9602 an Alpha ABI variant.
9603 (alpha_abi_handler_list): Declare.
9604 (alpha_gdbarch_register_os_abi): New function.
9605 (alpha_gdbarch_init): Give registered ABI variant handlers a
9606 chance to tweak the gdbarch once we have set up defaults.
9607 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9608
65585be4
JT
96092002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9610
9611 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9612 to standard_coerce_float_to_double.
9613 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9614
d9b023cc
JT
96152002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9616
9617 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9618 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9619 from gdbarch_tdep rather than a constant.
9620 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9621 the default text address for all Alpha Unix ABIs.
9622 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9623 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9624
dc129d82
JT
96252002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9626
9627 * alpha-tdep.h: New file. Includes several Alpha target constants
9628 taken from...
9629 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9630 let gdbarch deal with.
9631 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9632 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9633 to dependency list.
9634 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9635 Alpha target register names.
9636 * alphabsd-nat.c: Likewise.
9637 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9638 Alpha target register names. Make serveral routines static.
9639 (alpha_get_saved_register): New function.
9640 (alpha_abi_names): New.
9641 (process_note_abi_tag_sections): New function.
9642 (get_elfosabi): New function.
9643 (alpha_gdbarch_init): New function.
9644 (alpha_dump_tdep): New function.
9645 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9646
d49d1e0a
AC
96472002-04-21 Andrew Cagney <ac131313@redhat.com>
9648
9649 * frame.c (find_saved_register): Delete #ifdef
9650 HAVE_REGISTER_WINDOWS code.
9651 * config/sparc/tm-sparc.h: Update comments.
9652 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9653
92e8c9ed
AC
96542002-04-21 Andrew Cagney <ac131313@redhat.com>
9655
9656 * i960-tdep.c (i960_find_saved_register): New function.
9657 (i960_get_saved_register): New function.
9658 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9659 (i960_get_saved_register): Declare.
9660 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9661
e1925118
DM
96622002-04-20 David S. Miller <davem@redhat.com>
9663
9664 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9665
29673b29
AC
96662002-04-20 Andrew Cagney <ac131313@redhat.com>
9667
9668 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9669 instead of NUM_PSEUDO_REGS.
9670
6c86dcd5
DM
96712002-04-20 David S. Miller <davem@redhat.com>
9672
9673 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9674 GDB_MULTI_ARCH_PARTIAL
9675 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9676 define, let tm-sp64.h do it.
9677
aa40ec90
JT
96782002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9679
9680 * frame.c (find_saved_register): Avoid a NULL pointer
9681 dereference and actually walk the frame list.
9682
0f79675b
AC
96832002-04-20 Andrew Cagney <ac131313@redhat.com>
9684
9685 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9686 sorted in most most-recent-used order. Document.
9687 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9688
f91305dd 96892002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9690
9691 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9692 instead of ->prev.
9693 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9694 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9695 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9696 instead of ->prev.
9697
73d322b1
EZ
96982002-04-19 Elena Zannoni <ezannoni@redhat.com>
9699
9700 Fix PR gdb/471.
9701 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9702 (build_builtin_type_vec128): Ditto.
9703 (append_composite_type_field): Fix calculation of type length in
9704 union case.
9705
ccd9a834
EZ
97062002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * config/djgpp/README: Update.
9709
9710 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9711 compiler warnings.
9712
a57f9e49
JT
97132002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9714
9715 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9716 (alpha_setup_arbitrary_frame): ...to this.
9717 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9718 for alpha_setup_arbitrary_frame.
9719
f4f9705a
AC
97202002-04-18 Andrew Cagney <cagney@redhat.com>
9721
9722 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9723 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9724
f4f9705a
AC
9725 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9726 * target.h (memory_breakpoint_from_pc): Update declaration.
9727 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9728
9729 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9730 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9731 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9732 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9733 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9734 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9735 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9736 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9737 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9738 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9739 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9740 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9741
9742 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9743 const pointer.
9744 * monitor.c (monitor_insert_breakpoint): Ditto.
9745 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9746
9747 * config/mcore/tm-mcore.h: Update copyright.
9748 * mem-break.c: Ditto.
9749 * xstormy16-tdep.c: Ditto.
9750
29f319b8
PM
97512002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9752
9753 * p-exp.y: Add precedence rule for '^' token.
9754 This removes the shift/reduce conflicts.
9755 Remove the comment concerning these shift/reduce conflicts.
9756
ebeac11a
EZ
97572002-04-18 Elena Zannoni <ezannoni@redhat.com>
9758
9759 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9760 (registers_powerpc_nofp): New register set for processors
9761 without floating point unit.
9762
27c31547
DM
97632002-04-18 David S. Miller <davem@redhat.com>
9764
9765 * MAINTAINERS: Add myself to write-after-approval.
9766
47a73475
MS
97672002-04-17 Michael Snyder <msnyder@redhat.com>
9768
9769 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9770
953836b2
AC
97712002-04-17 Andrew Cagney <ac131313@redhat.com>
9772
9773 * rs6000-tdep.c (frame_initial_stack_address): Use
9774 frame_register_read to read the alloca_reg.
9775
8b0d4340
AC
97762002-04-17 Andrew Cagney <ac131313@redhat.com>
9777
9778 * frame.c (find_saved_register): Find saved registers in the next
9779 not prev frame.
9780 Fix PR gdb/365.
9781
d8864532
AC
97822002-04-17 Andrew Cagney <ac131313@redhat.com>
9783
9784 * gdbarch.sh (LANG): Set to ``c''.
9785
36cc83a3 97862002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9787
36cc83a3 9788 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9789
2f4150cc 97902002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9791
9792 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9793 Update copyright.
9794
628703c6 9795 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9796 Also fix PR gdb/391.
361d1df0 9797
56157b4a
AC
97982002-04-14 Andrew Cagney <ac131313@redhat.com>
9799
9800 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9801 * aclocal.m4, configure: Re-generate.
9802 Fix PR gdb/391.
361d1df0 9803
6d1e3329
EZ
98042002-04-14 Elena Zannoni <ezannoni@redhat.com>
9805
9806 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9807 instead of tm_print_insn.
9808
cb06fa07
EZ
98092002-04-14 Elena Zannoni <ezannoni@redhat.com>
9810
9811 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9812
f208ba17
AC
98132002-04-14 Andrew Cagney <ac131313@redhat.com>
9814
9815 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9816 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9817 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9818
20f01a46
DH
98192002-04-12 Don Howard <dhoward@redhat.com>
9820
9821 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9822 max_user_call_depth.
9823 (init_cmd_lists): Initialize the new value;
9824 * cli/cli-script.c (execute_user_command): Limit the call depth of
9825 user defined commands. This avoids a core-dump when user commands
9826 are infinitly recursive.
9827
a88376a3
KB
98282002-04-12 Kevin Buettner <kevinb@redhat.com>
9829
9830 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9831 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9832 from tdep struct instead of DEFAULT_LR_SAVE.
9833 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9834 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9835 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9836
f2172603
MS
98372002-04-12 Michael Snyder <msnyder@redhat.com>
9838
694f61fb 9839 * Remote.c: Spelling fix.
20fe79c8
MS
9840 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9841 If no symbol found for "sbrk", try "_sbrk".
9842 (make_output_phdrs): Use bfd_section_name.
9843 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9844 * eval.c: Indentation fix-ups.
169a7369
MS
9845 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9846 in case it gets applied to an address that is already
9847 in the instruction space.
de74f71f
MS
9848 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9849 * symfile.c: Fix indentation, long lines.
f2172603
MS
9850 * source.c: White space fix-up.
9851
cda5a58a
AC
98522002-04-12 Andrew Cagney <cagney@redhat.com>
9853
9854 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9855 * frame.c (frame_register_read): New function. Return non-zero on
9856 success.
9857 (read_relative_register_raw_bytes_for_frame): Delete.
9858 (read_relative_register_raw_bytes): Delete.
9859 * frame.h (frame_register_read): Declare.
9860 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9861 * sh-tdep.c: Ditto.
9862 * infcmd.c (do_registers_info): Ditto.
9863 * hppa-tdep.c: Ditto.
9864 * rs6000-tdep.c: Ditto.
9865 * h8500-tdep.c: Ditto.
9866 * mips-tdep.c: Ditto.
9867 * h8300-tdep.c: Ditto.
9868 * z8k-tdep.c: Ditto.
9869
2ea5f656
KB
98702002-04-12 Kevin Buettner <kevinb@redhat.com>
9871
9872 From Jimi X <jimix@watson.ibm.com>:
9873 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9874 64-bit SysV ABI.
9875
27b15785
KB
98762002-04-12 Kevin Buettner <kevinb@redhat.com>
9877
9878 From Jimi X <jimix@watson.ibm.com>:
9879 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9880 bfd info.
9881
5d57ee30
KB
98822002-04-12 Kevin Buettner <kevinb@redhat.com>
9883
9884 From Jimi X <jimix@watson.ibm.com>:
9885 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9886 register sets for these processor variants.
9887
bc1e36ca
DJ
98882002-04-11 Daniel Jacobowitz <drow@mvista.com>
9889
bc1e36ca
DJ
9890 * regformats/reg-ppc.dat: Support FPSCR.
9891
e3f36dbd
KB
98922002-04-11 Kevin Buettner <kevinb@redhat.com>
9893
9894 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9895 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9896 Add fpscr as an invalid/unfetchable register.
9897 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9898 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9899 (fill_fpregset): Add support for register fpscr.
9900 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9901 (fill_gregset): Account for the fact that register ``mq'' might
9902 not exist.
9903 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9904 (registers_power): Add fpscr to register set at slot 71.
9905 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9906 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9907
943c9c25
MS
99082002-04-11 Michael Snyder <msnyder@redhat.com>
9909
9910 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9911 * configure: Regenerate.
9912 * config.in: Regenerate.
9913 * acconfig.h: Add define for _SYSCALL32.
9914 * core-sol2.c: Remove #define _SYSCALL32.
9915 * solib-legacy.c: Remove #define _SYSCALL32.
9916
d8c0a2e7
AC
99172002-04-10 Andrew Cagney <ac131313@redhat.com>
9918
9919 * stack.c (select_frame): Cleanup internal error message, do not
9920 use %p.
9921
7cc19214
AC
99222002-04-10 Andrew Cagney <ac131313@redhat.com>
9923
9924 * stack.c (select_frame): Check that selected_frame and the
9925 specified level are as expected.
9926 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9927 Update copyright.
9928 * frame.h (struct frame_info): Add field `level'. Update
9929 copyright.
9930 Work-in-progress PR gdb/464.
9931
67a2b77e
AC
99322002-04-10 Andrew Cagney <ac131313@redhat.com>
9933
9934 * maint.c (maint_print_section_info): Rename print_section_info.
9935 (print_bfd_section_info, print_objfile_section_info): Update.
9936 * inferior.h (struct gdbarch): Add opaque declaration.
9937 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9938 * gdbarch.h: Regenerate.
9939
8cfda98c
ML
99402002-04-10 Michal Ludvig <mludvig@suse.cz>
9941
9942 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9943 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9944 (kernel_u_size): Added.
9945 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9946 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9947
ca439ad2 99482002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9949
ca439ad2
JI
9950 * valarith.c (find_size_for_pointer_math): New function, either returns
9951 the size for a pointer's target, returns 1 for void *, or errors for
9952 incomplete types.
9953 (value_add, value_sub): use find_size_for_pointer_math.
9954
2f2893d9
DJ
99552002-04-09 Daniel Jacobowitz <drow@mvista.com>
9956
9957 * linux-low.c (linux_look_up_symbols): New hook.
9958 (linux_target_ops): Add linux_look_up_symbols.
9959 * remote-utils.c (decode_address): New function.
9960 (look_up_one_symbol): New function.
9961 * server.c (handle_query): Call target look_up_symbols hook.
9962 * server.h (look_up_one_symbol): Add prototype.
9963 * target.h (struct target_ops): Add look_up_symbols hook.
9964
96cb11df
AC
99652002-04-09 Andrew Cagney <ac131313@redhat.com>
9966
9967 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9968 override FP_REGNUM with frame->fp. Update copyright.
9969 * parse.c (num_std_regs, std_regs): Delete.
9970 (target_map_name_to_register): Do not search std_regs. Update
9971 function description.
9972 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9973 declarations. Update copyright.
9974 Fix PR gdb/251.
361d1df0 9975
97658e92
DJ
99762002-04-09 Daniel Jacobowitz <drow@mvista.com>
9977
9978 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9979 after the last symbol in a block.
9980
6044e3eb
PM
99812002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9982
9983 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9984 is non zero as a found symbol.
9985
0406ec40
AC
99862002-04-08 Andrew Cagney <ac131313@redhat.com>
9987
9988 * findvar.c: Include "builtin-regs.h".
9989 (value_of_register): Call value_of_builtin_reg when applicable.
9990 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9991 (target_map_name_to_register): Call
9992 builtin_reg_map_name_to_regnum.
9993 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9994 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9995 (builtin_regs_h): Define.
9996 (builtin-regs.o): New target.
9997 (findvar.o): Add $(builtin_regs_h).
9998 * builtin-regs.c, builtin-regs.h: New files.
9999 * std-regs.c: New file.
10000 Partial fix for PR gdb/251.
10001
56a6dfb9
KB
100022002-04-08 Kevin Buettner <kevinb@redhat.com>
10003
10004 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
10005 it's no longer required.
10006
3a808432
AC
100072002-04-08 Andrew Cagney <ac131313@redhat.com>
10008
10009 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
10010
7c40d541
KB
100112002-04-08 Kevin Buettner <kevinb@redhat.com>
10012
10013 From Jimi X <jimix@watson.ibm.com>:
10014 * rs6000-tdep.c (rs6000_software_single_step): Use
10015 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
10016 and size. Use target_insert_breakpoint() and
10017 target_remove_breakpoint() to insert and remove breakpoints
10018 instead of explicit memory reads and writes.
10019
cc9836a8
KB
100202002-04-08 Kevin Buettner <kevinb@redhat.com>
10021
10022 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
10023 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
10024 ELF_OBJECT_FORMAT ifdef.
10025
7495d1dc
KB
100262002-04-08 Kevin Buettner <kevinb@redhat.com>
10027
10028 From Jimi X <jimix@watson.ibm.com>:
10029 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
10030
4288e836
KB
100312002-04-08 Kevin Buettner <kevinb@redhat.com>
10032
10033 From Jimi X <jimix@watson.ibm.com>:
10034 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
10035 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
10036
a4e4e501
MK
100372002-04-07 Mark Kettenis <kettenis@gnu.org>
10038
10039 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
10040 s/asprintf/xasprintf/.
10041 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
10042
006defba
AC
100432002-04-07 Andrew Cagney <ac131313@redhat.com>
10044
10045 I believe Jeff Law denies responsability for this one:
10046 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
10047 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
10048 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
10049 Work-around for PR gdb/366.
10050
7aa83cac
EZ
100512002-04-07 Elena Zannoni <ezannoni@redhat.com>
10052
10053 * remote-e7000.c (write_small, e7000_read_inferior_memory,
10054 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
10055 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
10056
cf1fcca1
EZ
100572002-04-07 Elena Zannoni <ezannoni@redhat.com>
10058
10059 * sh-tdep.c (sh_fp_frame_init_saved_regs,
10060 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
10061 information.
10062
3f289e6f
AC
100632002-04-07 Andrew Cagney <ac131313@redhat.com>
10064
10065 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
10066 maintainer.
10067
129188f6
AC
100682002-04-07 Andrew Cagney <ac131313@redhat.com>
10069
10070 * README (Reporting Bugs in GDB): Document the bug web page as the
10071 prefered way of submitting bugs.
10072 Fix PR gdb/402.
10073
1200cd6e
AC
100742002-04-06 Andrew Cagney <ac131313@redhat.com>
10075
10076 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
10077 -1. Update comment.
10078 * gdbarch.h, gdbarch.c: Re-generate.
10079
2853c33c
AS
100802002-04-07 Andreas Schwab <schwab@suse.de>
10081
10082 * m68klinux-nat.c (fill_fpregset): Properly pass address of
10083 buffer to regcache_collect.
10084
c2169756
AC
100852002-04-06 Andrew Cagney <ac131313@redhat.com>
10086
10087 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10088 * gdbarch.c, gdbarch.h: Re-generate.
10089
25f1b008
AC
100902002-04-06 Andrew Cagney <ac131313@redhat.com>
10091
10092 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10093 declaration. Fix -Werror.
10094
59263426
DJ
100952002-04-05 Daniel Jacobowitz <drow@mvista.com>
10096
10097 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10098 * gdbarch.c: Regenerate.
10099
f5db4da3
MS
101002002-04-05 Michael Snyder <msnyder@redhat.com>
10101
80f8a6eb
MS
10102 * breakpoint.c (clear_command): Rewrite middle section to
10103 combine two loops with identical control conditions.
10104 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
10105 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10106
ad3dcc5c
L
101072002-04-05 H.J. Lu (hjl@gnu.org)
10108
10109 * solib-svr4.c (bkpt_names): Add "__start".
10110
f32e7a74
AC
101112002-04-04 Andrew Cagney <ac131313@redhat.com>
10112
10113 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10114 as test for 64 bit target.
10115
8227c0ff
AC
101162002-04-05 Andrew Cagney <ac131313@redhat.com>
10117
10118 * h8500-tdep.c (h8500_write_fp): Delete function.
10119 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10120 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10121 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10122 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10123 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10124 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10125 (s390_write_fp):
10126 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10127 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10128 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10129 (d10v_write_fp): Delete function.
10130 * inferior.h (write_fp, generic_target_write_fp): Delete
10131 declarations.
10132 * regcache.c (generic_target_write_fp): Delete function.
10133 (write_fp): Delete function.
10134 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10135 * gdbarch.h, gdbarch.c: Regenerate.
10136 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10137 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10138 (sparc64_write_fp): Delete declaration.
10139 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10140 (h8500_write_fp): Delete declaration.
10141
2757dd86
AC
101422002-04-04 Andrew Cagney <ac131313@redhat.com>
10143
10144 * sparc-tdep.c (sparc64_write_fp): Delete.
10145 (sparc_push_dummy_frame): Replace write_fp call with code to store
10146 the FP directly.
10147 (sparc_gdbarch_init): Do not initialize write_fp.
10148
c69255e1
KB
101492002-04-05 Kevin Buettner <kevinb@redhat.com>
10150
10151 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10152 clause.
10153
ae767bfb
JB
101542002-03-29 Jim Blandy <jimb@redhat.com>
10155
10156 * stack.c (get_selected_block): Add new argument `addr_in_block',
10157 used to return the exact code address we used to select the block,
10158 not just the block.
10159 * blockframe.c (get_frame_block, get_current_block): Same.
10160 * frame.h (get_frame_block, get_current_block,
10161 get_selected_block): Update declarations.
10162 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10163 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10164
84d2ac95
MS
101652002-04-05 Michael Snyder <msnyder@redhat.com>
10166
10167 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10168 warning message.
10169
596aa3bf
JB
101702002-04-05 J. Brobecker <brobecker@gnat.com>
10171
10172 * utils.c (xfullpath): New function.
10173 * defs.h (xfullpath): Add declaration.
10174 * source.c (openp): Use xfullpath in place of gdb_realpath to
10175 avoid resolving the basename part of filenames when the
10176 associated file is a symbolic link. This fixes a potential
10177 inconsistency between the filenames known to GDB and the
10178 filenames it prints in the annotations.
10179 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10180 to be able to match a filename with either the real filename, or
10181 the name of any symbolic link to this file.
10182 (lookup_partial_symtab): Ditto.
10183
c02f5703
MS
101842002-04-04 Michael Snyder <msnyder@redhat.com>
10185
10186 * breakpoint.c: Add support for hardware breakpoints in overlays.
10187 (overlay_events_enabled): New state variable.
10188 (insert_breakpoints): Use overlay_events_enabled to decide
10189 whether to attempt to set a breakpoint at the overlay load addr.
10190 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10191 (remove_breakpoint): Use overlay_events_enabled to decide
10192 whether breakpoints need to be removed from overlay load addr.
10193 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10194 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 10195 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
10196 disable_overlay_breakpoints): Update overlay_events_enabled.
10197
5fb290d7
DJ
101982002-04-04 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * dwarf2read.c (struct function_range): New.
10201 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10202 (check_cu_functions): New.
10203 (read_file_scope): Initialize global function lists.
10204 Call dwarf_decode_line after processing children.
10205 (read_func_scope): Add to global function list.
10206 (dwarf_decode_lines): Call check_cu_functions everywhere
10207 record_line is called. Call record_line with a linenumber
10208 of 0 to mark sequence ends.
10209
7b3fabf0
ML
102102002-04-04 Michal Ludvig <mludvig@suse.cz>
10211
361d1df0 10212 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
10213 change sync with glibc.
10214
bce58c09
JB
102152002-04-03 Jim Blandy <jimb@redhat.com>
10216
10217 * configure.in: Call AC_C_INLINE.
10218 * configure: Regenerated.
361d1df0 10219
2fccf04a
DJ
102202002-04-01 Daniel Jacobowitz <drow@mvista.com>
10221
10222 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10223 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10224
2d1bfe2e
MK
102252002-03-31 Mark Kettenis <kettenis@gnu.org>
10226
a5941fbf
MK
10227 * NEWS: Mention gcore support on FreeBSD/i386.
10228
a90cd31d
MK
10229 * fbsd-proc.c: New file.
10230 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10231 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10232
2d1bfe2e
MK
10233 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10234 while statement.
10235
9eb6e5a1
JB
102362002-03-29 Jim Blandy <jimb@redhat.com>
10237
10238 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10239 unescaped newlines in string literals, but newer ones don't. So
10240 escape them.
10241
f02df580
MS
102422002-03-26 Michael Snyder <msnyder@redhat.com>
10243 Andrew Cagney <cagney@redhat.com>
10244
361d1df0 10245 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
10246 restore file to memory.
10247 * cli/cli-dump.h: New file.
10248 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 10249 * NEWS: Mention new commands.
f02df580 10250
109f874e
MS
102512002-03-28 Michael Snyder <msnyder@redhat.com>
10252
10253 * symfile.c (symbol_file_add): Move test for null symbols to later.
10254
520f6ade
AC
102552002-03-27 Andrew Cagney <ac131313@redhat.com>
10256
10257 From veksler at il.ibm.com:
10258 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10259 the xstrduped original path.
10260 Fix PR gdb/417.
10261
d4654627
MS
102622002-03-27 Michael Snyder <msnyder@redhat.com>
10263
10264 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10265 * infcmd.c (_initialize_infcmd): Ditto.
10266 * language.c (_initialize_language): Ditto.
10267 * symfile.c (_initialize_symfile): Ditto.
10268 * top.c (_init_main): Ditto.
10269 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10270
6be8bc0c
EZ
102712002-03-27 Elena Zannoni <ezannoni@redhat.com>
10272
10273 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10274 vector registers handling.
10275 (skip_prologue): Handle new AltiVec instructions. Fill in new
10276 fields of frame data.
10277 (frame_get_saved_regs): Fill in information for AltiVec registers.
10278
12af6855
JB
102792002-03-27 Jim Blandy <jimb@redhat.com>
10280
10281 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10282 a function; leave this macro here to invoke that function.
10283 (symbol_init_mangled_name): Declaration for that function.
10284 * symtab.c (symbol_init_mangled_name): New function.
10285
dc672865
AC
102862002-03-27 Andrew Cagney <ac131313@redhat.com>
10287
10288 * valarith.c: Replace strerror with safe_strerror.
10289 * tracepoint.c: Ditto.
10290 * lin-lwp.c: Ditto.
10291 * go32-nat.c: Ditto.
10292 * inflow.c: Ditto.
10293 * gnu-nat.c: Ditto.
10294
d96429cd
AS
102952002-03-27 Andreas Schwab <schwab@suse.de>
10296
10297 * event-top.c (command_line_handler): Remove useless if.
10298
7e336ba1
AJ
102992002-03-27 Andreas Jaeger <aj@suse.de>
10300
10301 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10302 comment.
10303
de220d0f
ML
103042002-03-27 Michal Ludvig <mludvig@suse.cz>
10305
10306 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10307 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10308 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10309 (x86_64_linux_dr_get_status, supply_gregset),
10310 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10311 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10312 (x86_64_register_info_table): Add.
10313 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10314 (x86_64_register_raw_size, x86_64_register_virtual_type),
10315 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10316 general x86_64_register_info_table.
10317 (i386_gdbarch_init): gdbarch_register_bytes is now set
10318 dynamicaly during initialization.
10319 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10320 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 10321
0e98d0a7
DJ
103222002-03-27 Daniel Jacobowitz <drow@mvista.com>
10323
10324 * gdbserver/server.c (main): Call target_signal_to_host_p
10325 and target_signal_to_host on signals received from the remote.
10326 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10327 target_signal_from_host on signals sent to the remote.
10328 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10329 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10330
3130066b
DJ
103312002-03-27 Daniel Jacobowitz <drow@mvista.com>
10332
10333 * signals/signals.c: Include "server.h" in gdbserver build.
10334 (target_signal_from_name): Don't use STREQ.
10335 (_initialize_signals): Likewise. Don't include function in
10336 gdbserver build.
10337
9aedf4f4
DJ
103382002-03-27 Daniel Jacobowitz <drow@mvista.com>
10339
10340 * signals.c: Moved to...
10341 * signals/signals.c: Here.
7e336ba1 10342 * Makefile (signals.o): Update.
9aedf4f4 10343
3fa41cdb
JL
103442002-03-26 Jeff Law (law@redhat.com)
10345
10346 * somread.c (som_symtab_read): Remove some commented out code and
10347 updated related comments. Do not set the minimal symbol table to
10348 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10349 in a dynamic executable.
10350 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10351 where we are unable to find the minimal symbol for the given
10352 PC value.
10353
ee677e8d
MS
103542002-03-25 Jeff Law (law@redhat.com)
10355
10356 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10357
e76e1718
ML
103582002-03-25 Michal Ludvig <mludvig@suse.cz>
10359
10360 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10361
18a642a1
AC
103622002-03-23 Andrew Cagney <ac131313@redhat.com>
10363
10364 * command.h: Update copyright.
10365 (struct cmd_list_element): Replace definition with opaque
10366 declaration.
10367 (enum cmd_types): Document that it will eventually be moved to
10368 cli/cli-decode.h
10369 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10370 (MALLOCED_REPLACEMENT): Delete macro.
10371 * Makefile.in (cli_decode_h): Add $(command_h).
10372 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 10373 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
10374 * completer.c: Include "cli/cli-decode.h".
10375 * maint.c: Include "cli/cli-decode.h".
10376 * cli/cli-decode.h: Include "command.h".
10377 (enum command_class): Delete.
10378 (enum cmd_types): Comment out.
10379 (enum cmd_auto_boolean): Delete.
10380 (enum var_types): Delete.
10381
b2875cc0
AC
103822002-03-23 Andrew Cagney <ac131313@redhat.com>
10383
10384 * cli/cli-decode.c: Include "gdb_assert.h".
10385 (add_set_or_show_cmd): New static function.
10386 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10387 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10388 all fields, such as func, from the set command.
10389
3b45974e
AC
103902002-03-23 Andrew Cagney <ac131313@redhat.com>
10391
10392 * MAINTAINERS (sh-elf): Change warning flag to -w.
10393
823ca731
AC
103942002-03-23 Andrew Cagney <cagney@redhat.com>
10395
10396 * defs.h (error): Add printf format attribute.
10397 * thread-db.c (thread_from_lwp): Fix error format string.
10398 * stack.c (parse_frame_specification): Ditto.
10399 * cli/cli-decode.c (undef_cmd_error): Ditto.
10400 * scm-lang.c (scm_lookup_name): Ditto.
10401 * tracepoint.c (trace_error): Ditto.
10402 * remote-utils.c (usage): Ditto.
10403 * remote.c (compare_sections_command): Ditto.
10404 Fix PR gdb/328.
10405
0e101458
AC
104062002-03-22 Andrew Cagney <ac131313@redhat.com>
10407
10408 * gdbtypes.c (append_composite_type_field): New function.
10409 (init_composite_type): New function.
10410 * gdbtypes.h (append_composite_type_field): Declare.
10411 (init_composite_type): Ditto.
10412
8e0662df
EZ
104132002-03-22 Elena Zannoni <ezannoni@redhat.com>
10414
10415 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 10416 function.
8e0662df
EZ
10417 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10418 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10419 structure returning convention for SYSV ABI case, but not
10420 for GNU/Linux, FreeBSD, or NetBSD.
10421
3121eff0
DJ
104222002-03-22 Daniel Jacobowitz <drow@mvista.com>
10423
10424 * symtab.h (lookup_block_symbol): Add mangled_name argument
10425 to prototype.
10426
10427 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10428 with new mangled_name argument.
10429 * linespec.c (decode_line_1): Likewise.
10430 * valops (value_of_this): Likewise.
10431 * symtab.c (lookup_transparent_type): Likewise.
10432 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10433 (lookup_symbol): If we are given a mangled name, pass it down
10434 to lookup_symbol_aux.
10435 (lookup_block_symbol): If we are given a mangled name to check
10436 against, only return symbols which match it.
10437
349b409f
CF
104382002-03-22 Christopher Faylor <cgf@redhat.com>
10439
10440 * win32-nat.c (child_create_inferior): Check for proper shell to use
10441 here, in case the user changes it on the fly.
10442 (_initialize_inftarg): Remove shell path considerations.
10443
2a873819
EZ
104442002-03-21 Elena Zannoni <ezannoni@redhat.com>
10445
10446 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10447 for gdbarch_max_register_raw_size and max_register_virtual_size.
10448 Adjust copyright year.
10449
a1b9830c
DJ
104502002-03-21 Daniel Jacobowitz <drow@mvista.com>
10451
10452 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10453 in a function to cover the entire beginning of the function
10454 as well if it does not already.
10455
8b5790f2
TR
104562002-03-21 Tom Rix <trix@redhat.com>
10457
10458 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10459 (rs6000_ptrace64): Renamed from ptrace64.
10460
bdbe5747
MH
104612002-03-20 Martin M. Hunt <hunt@redhat.com>
10462
10463 * gdbserver/remote-utils.c (remote_open): Don't call
10464 getprotobyname, we're all using TCP here so just use
10465 IPPROTO_TCP.
7e336ba1 10466 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
10467
104682002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 10469
bdbe5747
MH
10470 * regcache.c (_initialize_regcache): No need to call
10471 build_regcache() at this time; it gets called whenever
10472 the gdbarch changes.
10473
7781cd62
DB
104742002-03-20 David O'Brien <obrien@FreeBSD.org>
10475
10476 * sparc-nat.c: Include sys/param.h where possible.
10477
f65ca430
DJ
104782002-03-20 Daniel Jacobowitz <drow@mvista.com>
10479
10480 Fix PR gdb/422.
10481 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10482 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10483 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10484 complex types.
10485 * stabsread.c (rs6000_builtin_type): Likewise.
10486 (read_sun_floating_type): Likewise.
10487
0c867556
PS
104882002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10489
10490 * stabsread.c (read_member_functions): Remove skip code for duplicate
10491 constructor/destructor methods. Use standard parsing for these
10492 methods and just do not chain them to the list of methods after
10493 parsing.
10494
12b9c64f
AO
104952002-03-19 Alexandre Oliva <aoliva@redhat.com>
10496
10497 * coffread.c: Remove redundant static declarations. Replace
10498 occurrences of `PTR' with `void *'.
10499 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10500 * top.h (quit_cover): Likewise.
10501 * defs.h (catch_errors): Likewise.
10502
349c5d5f
AC
105032002-03-18 Andrew Cagney <ac131313@redhat.com>
10504
10505 * defs.h (XMALLOC): Define.
10506 * gdb-events.sh (XMALLOC): Delete macro.
10507 * gdb-events.c, gdb-events.h: Regenerate.
10508 * gdbarch.sh (XMALLOC): Delete macro.
10509 * gdbarch.c: Regenerate.
10510 * serial.c (XMALLOC): Delete macro.
10511 * ui-file.c (XMALLOC): Ditto.
10512 * ser-unix.h (XMALLOC): Ditto.
10513 * sh-tdep.c (XMALLOC): Ditto.
10514 * ui-out.c (XMALLOC): Ditto.
10515 * utils.c (XMALLOC): Ditto.
10516 * i386-tdep.c (XMALLOC): Ditto.
10517 * gdb-events.c (XMALLOC): Ditto.
10518 * d10v-tdep.c (XMALLOC): Ditto.
10519 * cli-out.c (XMALLOC): Ditto.
10520
10521 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10522 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10523 * ui-file.c, ui-out.c: Ditto.
10524
7d0766f3
AC
105252002-03-18 Andrew Cagney <ac131313@redhat.com>
10526
10527 * command.h (struct cmd_list_element): Add field context.
10528 (set_cmd_context, get_cmd_context): Declare.
10529 * cli/cli-decode.h: Ditto.
10530 * cli/cli-decode.c (get_cmd_context): New function.
10531 (set_cmd_context): New function.
10532 (add_cmd): Initialize context.
10533 Part of fixing PR gdb/145 and PR gdb/146.
10534
5913bcb0
AC
105352002-03-17 Andrew Cagney <ac131313@redhat.com>
10536
1868c04e
AC
10537 * cli/cli-decode.c (cmd_type): New function.
10538 * command.h (cmd_type): Declare.
10539 * infrun.c (set_schedlock_func): Call function cmd_type.
10540 * kod.c (kod_set_os): Call cmd_type.
10541 * cris-tdep.c (cris_version_update): Use function cmd_type.
10542 (cris_mode_update, cris_abi_update): Ditto.
10543
5913bcb0
AC
10544 * command.h: (execute_cmd_post_hook): Declare.
10545 (execute_cmd_pre_hook): Declare.
10546 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10547 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10548 functions. Execute pre/post hook while ensuring that afterwords
10549 hook_in is cleared.
10550 * top.c (execute_command): Use execute_cmd_post_hook, and
10551 execute_cmd_pre_hook to execute pre/post commands.
10552 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10553 hook_stop_stub.
10554 (hook_stop_stub): Call execute_cmd_pre_hook.
10555
b51450c9
AC
105562002-03-17 Andrew Cagney <ac131313@redhat.com>
10557
10558 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10559 set'' and this leads to a core dump. Move xstrdup of
10560 operating_system to after check that it is not NULL.
10561
f66c9f11
AC
105622002-03-17 Andrew Cagney <ac131313@redhat.com>
10563
8e694ecf
AC
10564 * kod.c (kod_set_os): Remove unnecessary check that
10565 ``command->type'' is set_cmd.
10566
f66c9f11
AC
10567 * valprint.c (set_input_radix): Use input_radix.
10568 (set_output_radix): Use output_radix.
10569 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10570 isn't reverted.
10571
9d01611c
AC
105722002-03-16 Andrew Cagney <ac131313@redhat.com>
10573
10574 * value.h (struct value): Delete field ``substring_addr''. Change
10575 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10576 force_core_addr_align and force_pointer_aligh.
10577
10578 * value.h (struct value): Fix typo in above change.
9d01611c 10579
4156bb53
PS
105802002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10581
10582 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10583 to fix internal_error from ``maintenance print architecture''.
10584
0e5e3ea6
PS
105852002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10586
10587 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10588 for gcc versions after gcc-2.8.1.
10589
9b013045
PS
105902002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10591
10592 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10593 for method resolution. Restore adjustment of ``this'' pointer after
10594 calling value_struct_elt, which was accidentally removed during the
10595 HP merge.
10596
376c9600
AC
105972002-03-15 Andrew Cagney <ac131313@redhat.com>
10598
10599 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10600 value_of_register.
10601 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10602 get_saved_register.
10603 * value.h (value_of_register): Update.
10604
a4db0f07
RH
106052002-03-14 Richard Henderson <rth@redhat.com>
10606
10607 * configure.in: Detect declaration for canonicalize_file_name.
10608 * utils.c (canonicalize_file_name): Declare, if needed.
10609 (gdb_realpath): Prefer realpath if available and usable.
10610 * config.in, configure: Rebuild.
10611
96383835
RH
106122002-03-14 Richard Henderson <rth@redhat.com>
10613
10614 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10615 a constant array bound.
10616
10617 * MAINTAINERS: Add myself to write-after-approval.
10618
75245b24
MS
106192002-03-14 Michael Snyder <msnyder@redhat.com>
10620
10621 * symfile.c (syms_from_objfile): Return immediately if no syms.
10622 (symbol_file_add): Return immediately if no syms.
10623 (find_sym_fns): Return immediately if no syms.
10624
e641a1ca
ML
106252002-03-13 Michal Ludvig <mludvig@suse.cz>
10626
10627 * gdbserver/remote-util.c (remote_open): Print remote-side's
10628 IP address when remote debugging over the network.
7e336ba1 10629
df08bfec
DB
106302002-03-12 David O'Brien <obrien@FreeBSD.org>
10631
10632 * config/sparc/fbsd.mh: Fix copyright.
10633 * config/sparc/fbsd.mt: Likewise.
10634
9a57864f
RE
106352002-03-11 Richard Earnshaw <rearnsha@arm.com>
10636
10637 * MAINTAINERS: Fix typo in name of gdb warnings option.
10638 (x86-64): Fix formating so that this can be parsed by awk.
10639
dd7bf85e
DJ
106402002-03-10 Daniel Jacobowitz <drow@mvista.com>
10641
10642 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10643 * defs.h: Include "gdb/signals.h".
10644 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10645
33a0a2ac
ML
106462002-03-10 Michal Ludvig <mludvig@suse.cz>
10647
10648 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10649 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10650 from x86-64-tdep.h
10651
dd824b04
DJ
106522002-03-10 Daniel Jacobowitz <drow@mvista.com>
10653 Don Howard <dhoward@redhat.com>
10654
10655 * mips-tdep.c (ST0_FR): Define.
10656 (mips2_fp_compat): New function, temporarily disabled.
10657 (mips_read_fp_register_single): New function.
10658 (mips_read_fp_register_double): New function.
10659 (mips_print_register): Use them.
10660 (do_fp_register_row): Likewise.
10661
6a41ff59
AC
106622002-03-09 Andrew Cagney <ac131313@redhat.com>
10663
10664 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10665 approval''.
10666
4ea09c10
PS
106672002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10668
10669 * stabsread.c (read_member_functions): Fix is_stub test for
10670 static member functions, improve comment.
10671
6ccc741d
RE
106722002-03-07 Richard Earnshaw <rearnsha@arm.com>
10673
10674 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10675 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10676 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10677 commands that set boolean values.
10678 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10679 (arm_rdi_resume): Always initialize PC.
10680 (arm_rdi_open): Don't use rslt as a boolean.
10681 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10682 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10683 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10684 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10685
438013df
AO
106862002-03-06 Alexandre Oliva <aoliva@redhat.com>
10687
10688 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10689 * configure: Rebuilt.
10690
70ed8774
SC
106912002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10692
10693 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10694 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10695
5ba2abeb
AC
106962002-03-06 Andrew Cagney <ac131313@redhat.com>
10697
10698 * cli/cli-decode.c (set_cmd_completer): New function.
10699 * command.h (set_cmd_completer): Declare.
10700 * cli/cli-decode.h (set_cmd_completer): Ditto.
10701
10702 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10703 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10704 * win32-nat.c (_initialize_inftarg): Ditto.
10705 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10706 * proc-api.c (_initialize_proc_api): Ditto.
10707 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10708 * source.c (_initialize_source): Ditto.
10709 * exec.c (_initialize_exec): Ditto.
10710 * solib.c (_initialize_solib): Ditto.
10711 * top.c (init_main): Ditto.
10712 * tracepoint.c (_initialize_tracepoint): Ditto.
10713 * symfile.c (_initialize_symfile): Ditto.
10714 * printcmd.c (_initialize_printcmd): Ditto.
10715 * infcmd.c (_initialize_infcmd): Ditto.
10716 * corefile.c (_initialize_core): Ditto.
10717
f779ca99
AC
107182002-03-05 Andrew Cagney <ac131313@redhat.com>
10719
10720 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10721
01a3934b
AC
107222002-03-05 Andrew Cagney <ac131313@redhat.com>
10723
10724 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10725
37057839
AC
107262002-03-05 Andrew Cagney <ac131313@redhat.com>
10727
10728 * NEWS: Update headings, 5.2 has branched.
10729
c6ecbae5
DJ
107302002-03-04 Daniel Jacobowitz <drow@mvista.com>
10731
10732 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10733 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10734 (register_addr, REGISTER_RAW_SIZE): Likewise.
10735 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10736 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10737
e9f30c21
ML
107382002-03-03 Michal Ludvig <mludvig@suse.cz>
10739
10740 * MAINTAINERS (x86-64): Add myself.
10741 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10742 changed value_ptr -> struct value *
10743
54394ac3
DB
107442002-03-01 David O'Brien <obrien@FreeBSD.org>
10745
10746 * configure.host (sparc64-*-freebsd): Add.
10747 * configure.tgt: Likewise.
10748 * config/sparc/fbsd.mh: New file.
10749 * config/sparc/fbsd.mt: Likewise.
10750 * config/sparc/nm-fbsd.h: Likewise.
10751 * config/sparc/tm-fbsd.h: Likewise.
10752
bfe95955
DJ
107532002-03-01 Daniel Jacobowitz <drow@mvista.com>
10754
10755 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10756 regformats/reg-s390x.dat.
10757
f33c6cbf
AC
107582002-03-01 Andrew Cagney <ac131313@redhat.com>
10759
10760 * utils.c: Add FIXME explaining true/false problem.
10761
5ecaa7dd
AC
107622002-02-28 Andrew Cagney <ac131313@redhat.com>
10763
10764 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10765
2a251cc2
MC
107662002-02-28 Michael Chastain <mec@shout.net>
10767
10768 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10769
6a8031a3 107702002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10771
10772 * gdbserver/linux-s390-low.c: New file.
10773 * regformats/reg-s390.dat: New file.
10774 * regformats/reg-s390x.dat: New file.
10775 * gdbserver/configure.srv: Add S/390.
10776 * gdbserver/Makefile.in: Add S/390.
10777 * configure.tgt: Enable gdbserver for S/390.
10778
ac469903
EZ
107792002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10780
10781 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10782 first line of the doc string for "info dos", except at the end of
10783 the sentence, since the short help stops at the first period.
10784
985cb1a3
JM
107852002-02-28 Jason Merrill <jason@redhat.com>
10786
10787 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10788
c570663e
FF
107892002-02-27 Fred Fish <fnf@redhat.com>
10790
10791 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10792 comment (dumy -> dummy).
10793
43630227
PS
107942002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10795
10796 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10797
b84911e8
RB
107982002-02-27 Rodney Brown <rbrown64@csc.com.au>
10799
10800 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10801
58caa3dc
DJ
108022002-02-27 Daniel Jacobowitz <drow@mvista.com>
10803
10804 * gdbserver/acconfig.h: New file.
10805 * gdbserver/i387-fp.c: New file.
10806 * gdbserver/i387-fp.h: New file.
10807 * gdbserver/linux-x86-64.c: New file.
10808 * regformats/reg-x86-64.dat: New file.
10809 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10810 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10811 * gdbserver/configure.in: Add support for regsets.
10812 * gdbserver/config.in: Regenerate.
10813 * gdbserver/configure: Regenerate.
10814 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10815 * gdbserver/linux-low.h: New file.
10816 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10817 for regsets.
10818 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10819 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10820 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10821 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10822 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10823 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10824 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10825 "i387-fp.h". Add PTRACE_GETREGS and friends.
10826 * gdbserver/regcache.c (supply_register): New function.
10827 (supply_register_by_name): New function.
10828 (collect_register): New function.
10829 (collect_register_by_name): New function.
10830
93652174
DJ
108312002-02-27 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10834 (config.status): Add configure.srv dependency.
10835 (server_h): Add config.h dependency.
10836
a02e4a61
DJ
108372002-02-27 Daniel Jacobowitz <drow@mvista.com>
10838
10839 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10840 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10841 * gdbserver/configure.srv: Change i386-*-linux* to use
10842 reg-i386-linux.o.
10843
ce0eebec
AC
108442002-02-26 Andrew Cagney <ac131313@redhat.com>
10845
10846 * x86-64-tdep.c: Re-indent. Update copyright date.
10847
82dbc5f7
AC
108482002-02-26 Andrew Cagney <ac131313@redhat.com>
10849
10850 From Michal Ludvig <mludvig@suse.cz>:
10851 * x86-64-tdep.c (value.h): Delete.
10852 (gdb_assert.h): Include.
10853 (x86_64_register_convert_to_virtual,
10854 x86_64_register_convert_to_raw ): Add check which lets only
10855 floating-point values to be converted.
10856 (value_push): Delete.
10857 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10858 (i386_gdbarch_init): Number of register_bytes fixed.
10859
e4621584
AC
108602002-02-26 Andrew Cagney <ac131313@redhat.com>
10861
10862 * MAINTAINERS: Add x86-64 target.
10863
81a9a963
AC
108642002-02-26 Andrew Cagney <ac131313@redhat.com>
10865
10866 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10867 * osfsolib.c (solib_map_sections): Ditto.
10868 * irix5-nat.c (solib_map_sections): Ditto.
10869 * corelow.c (gdb_check_format): Ditto.
10870 * symfile.c (symfile_bfd_open): Ditto.
10871 * solib.c (solib_map_sections): Ditto.
10872 Fix PR gdb/354.
7e336ba1 10873
0f017ab9
AC
108742002-02-26 Andrew Cagney <ac131313@redhat.com>
10875
10876 * remote.c (_initialize_remote): By default, disable ``e'' and
10877 ``E'' step out-of-range packets.
10878
75738c29
AS
108792002-02-26 Andreas Schwab <schwab@suse.de>
10880
10881 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10882 m68k_linux_frame_saved_pc.
10883 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10884 in_sigtramp.
10885 (SIGCONTEXT_PC_OFFSET): Remove.
10886 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10887 m68k_linux_sigtramp_saved_pc): New functions.
10888 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10889 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10890 (UCONTEXT_PC_OFFSET): Define.
10891 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10892 non-RT and RT signal trampolines.
10893
7e8ed687
RE
108942002-02-26 Richard Earnshaw <rearnsha@arm.com>
10895
10896 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10897 (TARGET_NBPG, STACK_END_ADDR): Delete
10898 (VARIABLES_INSIDE_BLOCK): Delete.
10899
6972bc8b
AC
109002002-02-25 Andrew Cagney <ac131313@redhat.com>
10901
10902 * utils.c (perror_with_name): Make string parameter constant.
10903 (print_sys_errmsg): Ditto.
10904 (query): Ditto.
10905 * defs.h (perror_with_name): Update.
10906 (print_sys_errmsg): Update.
10907 (query): Update.
10908
aa32f823
DJ
109092002-02-25 Daniel Jacobowitz <drow@mvista.com>
10910
10911 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10912 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10913
19caaa45
PS
109142002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10915
10916 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10917 if it already matches the current architecture from the exec file.
10918 Include arch-utils.h for gdbarch_info_init prototype.
10919 * Makefile.in (rs6000-nat.o): Update dependencies.
10920
d951901f
EZ
109212002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10922
10923 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10924 list of exported variables.
10925
7ea81414
DJ
109262002-02-24 Daniel Jacobowitz <drow@mvista.com>
10927
10928 * gdbserver/configure.srv: New file.
10929 * gdbserver/configure.in: Use configure.srv instead
10930 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10931 from it.
10932 * gdbserver/configure: Regenerated.
10933 * gdbserver/terminal.h: New file.
10934 * gdbserver/Makefile.in: Update for configure changes. Remove
10935 more unneeded include paths.
10936
080fe24b
AC
109372002-02-24 Andrew Cagney <ac131313@redhat.com>
10938
10939 From wiz at danbala:
10940 * config/sparc/tm-sp64.h: Fix grammar and typos.
10941 Fix PR gdb/287.
10942
8605d56e
AC
109432002-02-24 Andrew Cagney <ac131313@redhat.com>
10944
10945 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10946 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10947 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10948 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10949 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10950 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10951 * s390-tdep.c: Ditto.
92362027
AC
10952 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10953 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10954 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10955 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10956 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10957 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10958 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10959 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10960 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10961 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10962 Fix PR gdb/378.
7e336ba1 10963
8ed32cc0
AC
109642002-02-23 Andrew Cagney <ac131313@redhat.com>
10965
a3007b6f
AC
10966 * lin-thread.c: Delete file.
10967 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10968 to gdb_proc_service.h.
10969 * configure: Re-generate.
10970
50a9e2f1
AC
10971 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10972 * serial.c (serial_open): Delete check for "ocd".
10973 Fix PR gdb/349.
10974
8b6e7932
AC
10975 * Makefile.in (linux-thread.o): Delete target.
10976 * linux-thread.c: Delete file.
10977
d155c46b
AC
10978 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10979 renamed SH files to be consistent.
10980
8ed32cc0
AC
10981 * symtab.c (sort_search_symbols): Use xfree.
10982
0e18d038
RE
109832002-02-23 Richard Earnshaw <rearnsha@arm.com>
10984
10985 * arm-linux-tdep.c (arm_linux_init_abi): Register
10986 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10987 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10988 definition with undef, since we don't want the sysvr4 definition.
10989 (SKIP_TRAMPOLINE_CODE): Likewise.
10990
27aac7ff
AC
109912002-02-23 Andrew Cagney <ac131313@redhat.com>
10992
10993 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10994
10995 * configure.in: (AC_CHECK_FUNCS) Added test for
10996 canonicalize_file_name Regenerated.
10997 * config.in, configure: Regenerated.
10998 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10999 defined use canonicalize_file_name.
7e336ba1 11000
65a6e0ee
MC
110012002-02-23 Michael Chastain <mec@shout.net>
11002
11003 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
11004
47b95330
AC
110052002-02-23 Andrew Cagney <ac131313@redhat.com>
11006
11007 * README: Remove references to cygnus.com.
11008 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
11009 dot com'' form. Remove references to cygnus.com and sourceware.
11010
696f451b
AC
110112002-02-23 Andrew Cagney <ac131313@redhat.com>
11012
11013 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
11014 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
11015 1003.1-2001 no longer allows "head -1".
11016 * gdb/Makefile.in (version.c): Likewise.
11017 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
11018 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
11019 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
11020
bbaca940
AC
110212002-02-23 Andrew Cagney <ac131313@redhat.com>
11022
11023 * cli/cli-decode.c (cmd_cfunc_eq): New function.
11024 * command.h (cmd_cfunc_eq): Declare.
11025 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
11026
11027 * cli/cli-cmds.h (is_complete_command): Change parameter to a
11028 ``struct cmd_list_element *''.
11029 * cli/cli-cmds.c (is_complete_command): Update. Use
11030 cmd_cfunc_eq.
11031 * top.c (execute_command): Pass the command to
11032 is_complete_command.
11033 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
11034
b8b8b047
AC
110352002-02-23 Andrew Cagney <ac131313@redhat.com>
11036
11037 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
11038 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
11039 architecture defines.
11040 * s390-tdep.c (s390_gdbarch_init): Likewise.
11041
19d3fc80
RE
110422002-02-23 Richard Earnshaw <rearnsha@arm.com>
11043
11044 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
11045 (arm_linux_push_arguments): Likewise.
11046 (arm_linux_init_abi): Register them. Also register linux-specific
11047 call_dummy_words.
11048 (find_minsym_and_objfile): Use strcmp, not STREQ.
11049 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
11050 (arm_linux_call_dummy_words): Delete declaration.
11051 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
11052 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
11053 declarations.
11054 (LOWEST_PC): Delete.
11055
3ab13650
PS
110562002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11057
11058 * maint.c (print_section_info): Do not prepend `0x' to filepos
11059 output, it will be handled by local_hex_string_custom.
11060
19d3fc80 110612002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
11062
11063 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
11064 (store_newfpe_double, store_newfpe_extended, store_fpregister)
11065 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
11066
d85a5daf
JB
110672002-02-22 Jim Blandy <jimb@redhat.com>
11068
11069 Indicate that the bcache functions don't change the strings
11070 they're passed.
11071 * bcache.h (bcache, hash): Add `const' keywords to declarations.
11072 * bcache.c (bcache, hash): Add `const' keywords to definitions.
11073
eeb25b8a
PM
110742002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
11075
11076 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
11077
6badb179
CF
110782002-02-21 Christopher Faylor <cgf@redhat.com>
11079
11080 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
11081 find the complete path to a loaded DLL.
11082
e8717518
FF
110832002-02-21 Fred Fish <fnf@redhat.com>
11084
11085 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11086 that marks the end of the range of a function, enter a line number
11087 entry that has a line number of zero and a PC offset that matches
11088 the end of the function. This starts a range of PC's for which no
11089 line number information is known.
11090 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11091 PC's for which no line number info is found (line number is zero)
11092 then we didn't find any valid line information.
11093 * symtab.h: Document use of zero line number entry.
11094
9abe5450
EZ
110952002-02-21 Elena Zannoni <ezannoni@redhat.com>
11096
11097 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11098 (have_ptrace_getvrregs): Define for run time checks.
11099 (gdb_vrregset_t): New type for Altivec register handling.
11100 (fetch_register, store_register): Fetch/store altivec register
11101 when needed.
11102 (fetch_altivec_register, store_altivec_register): New functions.
11103 (supply_vrregset, fill_vrregset): New functions.
11104 (fetch_altivec_registers, store_altivec_registers): New functions.
11105 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11106 registers as well.
11107
aaa38bb5
AJ
111082002-02-21 Jiri Smid <smid@suse.cz>
11109
11110 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11111
b34db576
RE
111122002-02-21 Richard Earnshaw <rearnsha@arm.com>
11113
11114 * Makefile.in (armnbsd-nat.o): Update dependencies.
11115 * armnbsd-nat.c (supply_gregset): New function. Common code to
11116 supply the integer register set.
11117 (supply_fparegset): New function. Similar for FPA registers.
11118 (fetch_regs, fetch_fp_regs): Use them.
11119 (fetch_core_registers): Likewise.
11120 (fetch_elfcore_registers): New function.
11121 (arm_netbsd_elfcore_fns): New core-file type specification.
11122 (_initialize_arm_netbsd_nat): Register it.
11123
3e56fc4b
RE
111242002-02-21 Richard Earnshaw <rearnsha@arm.com>
11125
11126 * armnbsd-nat.c: Include gdbcore.h.
11127 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11128 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11129 'void' to declaration, to shut up ARI.
11130 (fetch_core_registers): Make static. Rewrite using supply_register.
11131 (arm_netbsd_core_fns): New core-file type specification.
11132 (_initialize_arm_netbsd_nat): New function.
11133
097f6b0b
CF
111342002-02-21 Christopher Faylor <cgf@redhat.com>
11135
11136 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11137 value.
11138
c914e0cc
CF
111392002-02-20 Christopher Faylor <cgf@redhat.com>
11140
11141 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11142 fails.
11143
385fa495
DJ
111442002-02-20 Daniel Jacobowitz <drow@mvista.com>
11145
11146 * jv-exp.y (parse_number): Change type of implicit longs
11147 to builtin_type_uint64.
11148
e5f1222d
DJ
111492002-02-20 Daniel Jacobowitz <drow@mvista.com>
11150
11151 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11152 to be an integer instead of a `union wait'.
11153
75c9abc6
DJ
111542002-02-20 Daniel Jacobowitz <drow@mvista.com>
11155
11156 * mips-linux-nat.c: Call the operating system GNU/Linux.
11157 * mips-linux-tdep.c: Likewise.
11158 * mips-tdep.c: Likewise.
11159
551792a5
DJ
111602002-02-20 Daniel Jacobowitz <drow@mvista.com>
11161
11162 Fix PR gdb/265.
11163 * jv-exp.y (parse_number): Handle 64-bit integers.
11164
ee6e2b82
DJ
111652002-02-20 Daniel Jacobowitz <drow@mvista.com>
11166
11167 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11168 AC_STDC_HEADERS to AC_HEADER_STDC.
11169 * gdbserver/configure: Regenerated.
11170
a48442a0
RE
111712002-02-20 Richard Earnshaw <rearnsha@arm.com>
11172
11173 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11174 is defined.
11175 * sparc-tdep.c (get_longjmp_target): Likewise.
11176
fe419ffc
RE
111772002-02-20 Richard Earnshaw <rearnsha@arm.com>
11178
11179 * News: Add news about ARM and Multi-arch. Mention the new target
11180 arm*-*-netbsd*.
11181
5832ed7e
JB
111822002-02-19 Jim Blandy <jimb@redhat.com>
11183
11184 * stabsread.c (error_type_complaint): Improve error message.
11185
84563040
DJ
111862002-02-19 Daniel Jacobowitz <drow@mvista.com>
11187
11188 * gdbserver/README: Update documentation.
11189 * gdbserver/configure.in: Update configury to match documentation.
11190 * gdbserver/Makefile.in: Likewise.
11191 * gdbserver/configure: Regenerated.
11192 * gdbserver/aclocal.m4: New file, generated by aclocal.
11193 * gdbserver/config.in: New file, generated by autoheader.
11194
375fd65b
RE
111952002-02-19 Richard Earnshaw <rearnsha@arm.com>
11196
11197 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11198 armnbsd-nat.c.
11199
08216dd7
RE
112002002-02-19 Richard Earnshaw <rearnsha@arm.com>
11201
11202 * arm-tdep.h (enum arm_float_model): New enum.
11203 (struct gdbarch_tdep): Add fp_model.
11204 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11205 up floating-point conversions until we know the floating-point model
11206 in use by the inferior. Don't complain about being unable to
11207 determine the ABI of the inferior when we don't have one.
11208 (arm_extract_return_value): Support different floating-point models.
11209 (arm_store_return_value): Likewise.
aaa38bb5 11210 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
11211 ARM_FLOAT_SOFT.
11212 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11213
65d6d66a
PS
112142002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11215
11216 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11217 of ``current_gdbarch''.
11218
47221191
RE
112192002-02-19 Richard Earnshaw <rearnsha@arm.com>
11220
11221 * armnbsd-nat.c : ANSIfy all function declarations.
11222 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11223 (fetch_inferior_registers): Re-implement in terms of above.
11224 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11225 (store_inferior_registers): Re-implement in terms of above.
11226
fdf39c9a
RE
112272002-02-19 Richard Earnshaw <rearnsha@arm.com>
11228
aaa38bb5 11229 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
11230 kernel.
11231 * arm-linux-tdep.c: Likewise.
11232 * config/arm/tm-linux.h: Likewise.
11233
93247f88
RE
112342002-02-19 Richard Earnshaw <rearnsha@arm.com>
11235
11236 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11237 * config/arm/nbsd.mt (TM_FILE): Delete.
11238 * config/arm/tm-nbsd.h: Delete.
11239
d7b486e7
RE
112402002-02-19 Richard Earnshaw <rearnsha@arm.com>
11241
11242 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11243 Initialize CALL_DUMMY_LENGTH.
11244
41d39a95
RE
112452002-02-19 Richard Earnshaw <rearnsha@arm.com>
11246
11247 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11248 function.
11249 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 11250 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
11251 defines one thing and that is incorrect for this port.
11252 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11253
e1195560
PM
112542002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11255
11256 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11257
c1748f97
PM
112582002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11259
11260 * win32-nat.c (display_selector): New function. Displays information
11261 about the information returned by GetThreadSelectorEntry API function.
11262 (display_selectors): New function. Displays the infomation of
11263 the selector given as argument, or of CS, DS ans FS selectors
11264 if no argument is given.
11265 ( _initialize_inftarg): Add "w32" as info prefix command.
11266 Add "info w32 selector" as command calling display_selectors.
11267
e41e6bbf
PM
112682002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11269
11270 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11271 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11272 if not defined.
11273
0d3a9f48
RE
112742002-02-18 Richard Earnshaw <rearnsha@arm.com>
11275
11276 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11277
3fb4b924
RE
112782002-02-18 Richard Earnshaw <rearnsha@arm.com>
11279
11280 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11281 (arm_fix_call_dummy): Call it.
11282 (arm_call_dummy_breakpoint_offset): Delete.
11283 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11284 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11285
7f55af32
AC
112862002-02-18 Andrew Cagney <ac131313@redhat.com>
11287
11288 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11289 Default to func_frame_chain_valid.
11290 * gdbarch.h, gdbarch.c: Re-generate.
11291 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11292
05f13b9c
EZ
112932002-02-18 Elena Zannoni <ezannoni@redhat.com>
11294
11295 * ppc-linux-nat.c: Update copyright.
11296 (fetch_register, store_register): Add tid parameter, don't compute
11297 tid here.
11298 (fetch_ppc_registers, store_ppc_registers): Add tid
11299 parameter. Pass it along to callees.
11300 (fetch_inferior_registers, store_inferior_registers): Compute tid
11301 here, and pass it to calleed functions.
11302 (fill_gregset, supply_fpregset): Clean up formatting.
11303
d7afb4c9
RE
113042002-02-18 Richard Earnshaw <rearnsha@arm.com>
11305
11306 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11307 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11308
9df628e0
RE
113092002-02-18 Richard Earnshaw <rearnsha@arm.com>
11310
11311 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11312 * gdbarch.c gdbarch.h: Regenerate.
11313 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11314 function.
11315 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11316 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11317 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11318
11319 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11320 * arm-tdep.c (arm_get_longjmp_target): New function.
11321 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11322 this to a positive value register arm_get_longjmp_target as the
11323 longjmp handler.
11324 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11325 (arm_linux_init_abi): Set up longjmp description in tdep.
11326 * armnbsd-nat.c (get_longjmp_target): Delete.
11327 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11328 description in tdep.
11329 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11330 (get_longjmp_target): Delete declaration.
11331 (GET_LONGJMP_TARGET): Delete.
11332 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11333 (GET_LONGJMP_TARGET): Delete.
11334
57bc8964
KB
113352002-02-17 Kevin Buettner <kevinb@redhat.com>
11336
11337 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11338 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11339 of ``current_gdbarch''.
11340
83d31a92
TT
113412002-02-17 Tom Tromey <tromey@redhat.com>
11342
11343 * cli/cli-cmds.c (compare_strings): New function.
11344 (complete_command): Only print each unique item once.
11345 * completer.h (complete_line): Declare.
11346 * completer.c (complete_line): New function.
11347 (line_completion_function): Use it.
11348
17ef5d92
AC
113492002-02-16 Andrew Cagney <ac131313@redhat.com>
11350
11351 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11352 * gdbarch.h, gdbarch.c: Re-generate.
11353
491b8946
DJ
113542002-02-16 Daniel Jacobowitz <drow@mvista.com>
11355
11356 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11357
113582002-02-16 Daniel Jacobowitz <drow@mvista.com>
11359
11360 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11361 * valops.c (value_arg_coerce): Don't take the address of a reference
11362 to convert an argument to a reference.
11363
dfe7f3ac
CF
113642002-02-15 Christopher Faylor <cgf@redhat.com>
11365
11366 * win32-nat.c (get_image_name): New function.
11367 (handle_load_dll): Use get_image_name function.
11368 (get_child_debug_event): Avoid registering debug events until possibly
11369 execed process is started.
11370 (child_create_inferior): Allow invocation via shell so that command
11371 line redirection, etc. works ok.
11372 (_initialize_inftarg): Add new command: "set shell" to control whether
11373 a shell is used to start a process.
11374
1d33e73a
DJ
113752002-02-15 Daniel Jacobowitz <drow@mvista.com>
11376
11377 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11378 instead of find_register_by_number.
11379 (cannot_store_register): Likewise.
11380
48cd0caa
PM
113812002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11382
aaa38bb5 11383 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
11384 fprintf_unfiltered (gdb_stderr, ...).
11385
8656e7d8
DJ
113862002-02-15 Daniel Jacobowitz <drow@mvista.com>
11387
11388 * gdbserver/gdbserver.1: Document --attach.
11389
66e810cd
RE
113902002-02-15 Richard Earnshaw <rearnsha@arm.com>
11391
11392 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11393 descriptions.
11394 * arm-tdep.c (arm_default_arm_le_breakpoint)
11395 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11396 (arm_default_thumb_be_breakpoint): New. Initialize them from
11397 traditional breakpoint defines.
11398 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11399 (arm_gdbarch_init): Initialize new breakpoint variables.
11400 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11401 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11402 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11403 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11404 code out to ...
11405 (arm_netbsd_init_abi_common): ... here; new function.
11406 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11407 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11408 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11409 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11410
97e03143
RE
114112002-02-15 Richard Earnshaw <rearnsha@arm.com>
11412
11413 * arm-tdep.h (enum arm_abi): New enum.
11414 (struct gdbarch_tdep): New structure.
11415 (LOWEST_PC): Provide a default.
11416 (arm_gdbarch_register_os_abi): Declare new function.
11417 * arm-tdep.c (arm_abi_names): New array.
11418 (process_note_abi_tag_sections): New function.
11419 (get_elfosabi): New function.
11420 (arm_gdbarch_register_os_abi): New function.
11421 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11422 support for that ABI has been built in, then call the appropriate
11423 configuration routine. Use gdbarch_num_regs() to get the number
11424 of registers.
11425 (arm_dump_tdep): New function.
11426 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11427 place-holder functions.
11428 (_initialize_arm_tdep): Register them.
11429 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11430
11431 * armnbsd-tdep.c: New file.
11432 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11433 * config/arm/nbsd.mt (TDEPFILES): Add it.
11434 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11435
11436 * armnbsd-nat.c: Include regcache.h.
11437 * Makefile.in (armnbsd-nat.o): Update dependency list.
11438
11439 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11440
ad68be46
DJ
114412002-02-14 Daniel Jacobowitz <drow@mvista.com>
11442
11443 * gdbserver/Makefile.in: Fix typos in target rules.
11444
003d6d1d
DJ
114452002-02-14 Daniel Jacobowitz <drow@mvista.com>
11446
aaa38bb5 11447 Fix part of PR gdb/267.
003d6d1d
DJ
11448 * linespec.c (find_methods): Handle constructors specially for now.
11449
6b230f1b
CV
114502002-02-14 Corinna Vinschen <vinschen@redhat.com>
11451
11452 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11453 handling.
11454 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11455 standard_coerce_float_to_double().
11456
1ea98d12
CF
114572002-02-14 Christopher Faylor <cgf@redhat.com>
11458
11459 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11460 GDBINIT_FILENAME.
11461
dd47e6fd
EZ
114622002-02-14 Elena Zannoni <ezannoni@redhat.com>
11463
11464 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11465 find_variant_by_name, because it confuses the multiarch
11466 framework. Return NULL if there isn't an architecture with the
11467 user supplied name, instead of forcing a different one without
11468 recording the change with the multiarch machinery.
11469 (find_variant_by_name): Delete.
11470
d7e39b9e
PS
114712002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11472
11473 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11474 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11475
76e42a4f
MH
114762002-02-13 Martin M. Hunt <hunt@redhat.com>
11477
aaa38bb5 11478 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
11479 print_frame_info_listing_hook, set current_source_symtab.
11480
0a30fbc4
DJ
114812002-02-14 Daniel Jacobowitz <drow@mvista.com>
11482
11483 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11484 and remove unused $(INCLUDE_DIR).
11485 Add regcache.c to OBS.
11486 Add generated register protocol files to clean target.
11487 Update dependencies for new objects, obsolete old target code.
11488
11489 * gdbserver/linux-low.c: Remove all platform-specific code to
11490 new files. Remove various dead code. Update to use regcache
11491 functionality.
11492 * gdbserver/remote-utils.c (fromhex): Add return statement
11493 to quiet warning.
11494 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11495 constant.
11496 (input_interrupt): Add integer parameter to match prototype
11497 of a signal handler.
11498 (outreg): Use register_data ().
11499 (prepare_resume_reply): Use gdbserver_expedite_regs.
11500 * gdbserver/server.c (main): Dynamically allocate own_buf because
11501 PBUFSIZ is no longer constant. Use registers_to_string () and
11502 registers_from_string ().
11503 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11504 for error (), fatal (), and warning (). Update definition of
11505 PBUFSIZ to use regcache functionality. Add include guard.
11506 * gdbserver/utils.c (fatal): Add missing ``const''.
11507 (warning): New function.
11508
11509 * regformats/regdat.sh: Include "regcache.h" in generated files.
11510 Provide init_registers () function.
11511 * regformats/regdef.h: Add prototype for set_register_cache ().
11512 Add include guard.
11513
11514 * gdbserver/linux-arm-low.c: New file.
11515 * gdbserver/linux-i386-low.c: New file.
11516 * gdbserver/linux-ia64-low.c: New file.
11517 * gdbserver/linux-m68k-low.c: New file.
11518 * gdbserver/linux-mips-low.c: New file.
11519 * gdbserver/linux-ppc-low.c: New file.
11520 * gdbserver/linux-sh-low.c: New file.
11521
11522 * gdbserver/regcache.c: New file.
11523 * gdbserver/regcache.h: New file.
11524
11525 * gdbserver/low-linux.c: Removed obsolete file.
11526
4cc841d0
DJ
115272002-02-14 Daniel Jacobowitz <drow@mvista.com>
11528
11529 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11530 * config/i386/linux.mt: Likewise.
11531 * config/ia64/linux.mt: Likewise.
11532 * config/m68k/linux.mh: Likewise.
11533 * config/powerpc/linux.mh: Likewise.
11534 * config/mips/linux.mt: Likewise.
11535
11536 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11537
11538 * config/i386/i386lynx.mh: Mark gdbserver variables
11539 as (currently) obsolete for this target.
11540 * config/i386/nbsd.mt: Likewise.
11541 * config/i386/nbsdelf.mt: Likewise.
11542 * config/m32r/m32r.mt: Likewise.
11543 * config/m68k/m68klynx.mh: Likewise.
11544 * config/m68k/nbsd.mt: Likewise.
11545 * config/m68k/sun3os4.mh: Likewise.
11546 * config/mips/vr5000.mt: Likewise.
11547 * config/ns32k/nbsd.mt: Likewise.
11548 * config/pa/hppabsd.mh: Likewise.
11549 * config/pa/hppaosf.mh: Likewise.
11550 * config/powerpc/nbsd.mt: Likewise.
11551 * config/rs6000/rs6000lynx.mh: Likewise.
11552 * config/s390/s390.mt: Likewise.
11553 * config/s390/s390x.mt: Likewise.
11554 * config/sparc/sparclynx.mh: Likewise.
11555 * config/sparc/sun4os4.mh: Likewise.
11556 * config/i386/x86-64linux.mt: Likewise.
11557 * config/sparc/linux.mh: Likewise.
11558
a85f51e7
DJ
115592002-02-14 Daniel Jacobowitz <drow@mvista.com>
11560
11561 * configure.tgt: Configure gdbserver only for known working
11562 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11563 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11564 SUBDIRS if it is configured. Update comment for ${nativefile}.
11565 * configure: Regenerated.
11566
65554fef
MS
115672002-02-13 Michael Snyder <msnyder@redhat.com>
11568
670a52db
MS
11569 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11570
6dbdc4a3
MS
11571 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11572 (default_gcore_mach): Just return 0, work around a problem in bfd.
11573 (default_gcore_target): OK to return NULL if exec_bfd is null.
11574 (make_mem_sec): Use a cast, avoid a warning.
11575
11576 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11577 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11578 sizeof (host pointer) != sizeof (target pointer)).
11579 (procfs_make_note_section): Avoid overflow in psargs string.
11580
aaa38bb5 11581 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11582 implementation return an error.
11583
115842002-02-13 Rodney Brown <rbrown64@csc.com.au>
11585
11586 * procfs.c (procfs_make_note_section): Provide a default definition
11587 (for alpha-dec-osf4.0f). Fix typos.
11588
1e4d76e7
EZ
115892002-02-13 Elena Zannoni <ezannoni@redhat.com>
11590
11591 * linux-proc.c: Add include of regcache.h.
11592 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11593
b6d1a1d5
AC
115942002-02-13 Andrew Cagney <ac131313@redhat.com>
11595
11596 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
11597 * memattr.c (create_mem_region): Disallow useless empty region.
11598 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11599 non-overlapping.
b6d1a1d5 11600
6c6ea35e
MC
116012002-02-13 Michael Chastain <mec@shout.net>
11602
11603 * defs.h: Kill CONST_PTR.
11604 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11605 * c-lang.c (c_builtin_types): Likewise.
11606 * ch-lang.c (ch_builtin_types): Likewise.
11607 * f-lang.c (f_builtin_types): Likewise.
11608 * language.c (unknown_builtin_types): Likewise.
11609 * m2-lang.c (m2_builtin_types): Likewise.
11610 * p-lang.c (pascal_builtin_types): Likewise.
11611 * scm-lang.c (c_builtin_types): Likewise.
11612
3e0b0f48
KS
116132002-02-13 Keith Seitz <keiths@redhat.com>
11614
11615 * arm-tdep.h (arm_get_next_pc): Add declaration.
11616
67255d04
RE
116172002-02-13 Richard Earnshaw <rearnsha@arm.com>
11618
11619 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11620 with other related struct-returning functions.
11621 (arm_extract_struct_value_address): New function.
11622 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11623 initialize float_format, double_format and long_double_format as
11624 appropriate to the endianness of the target.
11625 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11626 (arm_use_struct_convention): Delete declaration.
11627 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11628
079777f6
KS
116292002-02-13 Keith Seitz <keiths@redhat.com>
11630
11631 * defs.h (core_addr_to_string_nz): New function.
11632
34588f23
MK
116332002-02-13 Mark Kettenis <kettenis@gnu.org>
11634
11635 Apply missing bits of 2002-01-15 patch.
11636 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11637 (fill_fpregset): Use i387_fill_fsave.
11638
49b563f9
KS
116392002-02-12 Keith Seitz <keiths@redhat.com>
11640
49b563f9
KS
11641 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11642 (core_addr_to_string_nz): New function.
11643
aeb98c60
RE
116442002-02-11 Richard Earnshaw <rearnsha@arm.com>
11645
11646 * arm-linux-nat.c: Really include arm-tdep.h.
11647 * config/arm/tm-linux.h (struct type, struct value): Declare.
11648
65554fef
MS
116492002-02-11 Michael Snyder <msnyder@redhat.com>
11650
11651 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11652 (gcore section): Ifdef for Solaris and Unixware only.
11653 (procfs_do_thread_registers): Unixware needs one lwpstatus
11654 per thread (not one prstatus or pstatus).
11655 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11656 not over all gdb threads. For unixware, call elfcore_write_pstatus
11657 once before iterating over threads.
11658
34e8f22d
RE
116592002-02-11 Richard Earnshaw <rearnsha@arm.com>
11660
11661 * arm-tdep.h: New file.
11662 * arm-tdep.c: Include arm-tdep.h.
11663 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11664 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11665 (arm_print_float_info, arm_register_type, convert_to_extended)
11666 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11667 (arm_extract_return_value, arm_register_name): Make static.
11668 (arm_software_single_step): Similarly. Fix types in declaration.
11669 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11670 (arm_store_return_value, arm_store_struct_return): New functions.
11671 (arm_gdbarch_init): Register the above functions. Also register
11672 call_dummy_start_offset, sizeof_call_dummy_words,
11673 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11674 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11675 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11676 prologue_cache.saved_regs here, rather than ...
11677 (_initialize_arm_tdep): ... here.
11678 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11679 declarations.
11680 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11681 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11682 (arm_print_float_info, arm_register_type, convert_to_extended)
11683 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11684 (arm_extract_return_value, arm_register_name): Delete declarations.
11685 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11686 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11687 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11688 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11689 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11690 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11691 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11692 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11693 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11694 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11695 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11696 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11697 interface.
11698 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11699 * remote-rdi.c remote-rdp.c: Likewise.
11700 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11701 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11702 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11703 definition.
11704
11705 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11706 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11707 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11708 from non-ARM_ prefixed definitions.
11709 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11710 all uses of above.
11711 * remote-rdi.c remote-rdp.c: Likewise.
11712 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11713
148754e5
RE
117142002-02-11 Richard Earnshaw <rearnsha@arm.com>
11715
11716 * arm-tdep.c (arm_frameless_function_invocation)
11717 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11718 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11719 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11720 (arm_pop_frame, arm_get_next_pc): Make static.
11721 (arm_gdbarch_init): Register above in gdbarch structure.
11722 (arm_read_fp): Renamed from arm_target_read_fp.
11723 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11724 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11725 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11726 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11727 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11728 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11729 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11730 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11731 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11732 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11733 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11734
434d2d4f
DJ
117352002-02-10 Daniel Jacobowitz <drow@mvista.com>
11736
11737 * symtab.c (compare_search_syms): New function.
11738 (sort_search_symbols): New function.
11739 (search_symbols): Sort symbols after searching rather than
11740 before.
11741
55241689
AC
117422002-02-10 Andrew Cagney <ac131313@redhat.com>
11743
11744 * NEWS: Linux -> GNU/Linux.
11745
028c194b
AC
117462002-02-10 Andrew Cagney <ac131313@redhat.com>
11747
11748 * gdbarch.sh: For for level one methods, disallow a definition
11749 when partially multi-arched. Add comments explaining rationale.
11750 * gdbarch.h: Re-generate.
11751
6acf50cd
AC
117522002-02-10 Andrew Cagney <ac131313@redhat.com>
11753
11754 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11755 multi-arch partial.
aaa38bb5 11756
50248794
AC
117572002-02-10 Andrew Cagney <ac131313@redhat.com>
11758
11759 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11760 field. Use diff -u.
11761 * gdbarch.c: Re-generate.
11762
c30e0066
AC
117632002-02-10 Andrew Cagney <ac131313@redhat.com>
11764
9b56c5f3 11765 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11766 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11767 partial.
11768
6e6d6484
AC
117692002-02-10 Andrew Cagney <ac131313@redhat.com>
11770
11771 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11772 multi-arch partial.
11773 (PUSH_ARGUMENTS): Switch to using predefault.
11774 * gdbarch.c: Regenerate.
11775
c203844d
AC
117762002-02-10 Andrew Cagney <ac131313@redhat.com>
11777
11778 * valops.c (PUSH_ARGUMENTS): Delete definition.
11779 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11780 partial. Default to default_push_arguments.
11781 * gdbarch.h, gdbarch.c: Regenerate.
11782
b5a2688f
AC
117832002-02-09 Andrew Cagney <ac131313@redhat.com>
11784
11785 * defs.h (throw_exception): Rename return_to_top_level. Update
11786 comments.
11787 * utils.c (error_stream, internal_verror, quit): Ditto.
11788 * top.c (throw_exception, catcher): Ditto.
11789 * sparclet-rom.c (sparclet_load): Ditto.
11790 * remote.c (interrupt_query, minitelnet): Ditto.
11791 * remote-sds.c (interrupt_query): Ditto.
11792 * remote-mips.c (mips_error, mips_kill): Ditto.
11793 * ocd.c (interrupt_query): Ditto.
11794 * monitor.c (monitor_interrupt_query): Ditto.
11795 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11796 * target.h: Update comment.
aaa38bb5 11797
b5a2688f 11798 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11799
2fa5c1e0
AC
118002002-02-09 Andrew Cagney <ac131313@redhat.com>
11801
11802 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11803 default_double_format.
11804 * gdbarch.h, gdbarch.c: Re-generate.
11805 * findvar.c (floatformat_unknown): Delete variable definition.
11806 * doublest.h (floatformat_unknown): Delete variable declaration.
11807
da966255
JB
118082002-02-09 Jim Blandy <jimb@redhat.com>
11809
11810 * stabsread.c (read_type): Add code to parse Sun's syntax for
11811 prototyped function types.
11812
123a4891
AC
118132002-02-09 Andrew Cagney <ac131313@redhat.com>
11814
11815 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11816 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11817
fb39c8f3
PS
118182002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11819
11820 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11821 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11822 now _initialize_xcoffsolib gets called again and overrides the
11823 commands from solib.c in a native configuration.
11824
0b87a11d
MK
118252002-02-09 Mark Kettenis <kettenis@gnu.org>
11826
11827 * doublest.c (store_typed_floating): Don't try to return a value.
11828 Fixes PR gdb/290.
11829
bdc2fc72
JB
118302002-02-08 Jim Blandy <jimb@redhat.com>
11831
11832 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11833 is prototyped and has no arguments, print its argument list as
11834 `(void)'.
11835
da69bbcf
CD
118362002-02-08 Chris Demetriou <cgd@broadcom.com>
11837
11838 * MAINTAINERS (write-after-approval): Add myself.
11839 (paper-trail): I've escaped!
aaa38bb5 11840
b69571f5
CF
118412002-02-08 Christopher Faylor <cgf@redhat.com>
11842
11843 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11844 changes.
11845 (_initialize_check_for_gdb_ini): Ditto.
11846
f6871398
MH
118472002-02-08 Martin M. Hunt <hunt@redhat.com>
11848
11849 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11850 xaprintf -> xasprintf.
11851
4e52d31c
PM
118522002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11853
11854 * win32-nat.c: Remove use of printf and sprintf functions.
11855
39bbf761
RE
118562002-02-08 Richard Earnshaw <rearnsha@arm.com>
11857
11858 * arm-tdep.c (arm_frame_chain_valid): Make static.
11859 (arm_push_arguments): Likewise.
11860 (arm_gdbarch_init): New function.
11861 (_initialize_arm_tdep): Call it.
11862 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11863 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11864 (FRAME_CHAIN_VALID): Delete.
11865 (arm_frame_chain_valid): Delete declaration.
11866 (PUSH_ARGUMENTS): Delete.
11867 (arm_push_arguments): Delete declaration.
11868 (CALL_DUMMY_P): Delete.
11869
9c9532c9
CV
118702002-02-08 Andrew Cagney <ac131313@redhat.com>
11871 Corinna Vinschen <vinschen@redhat.com>
11872
11873 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11874 on builtin float types.
11875
4e8f7a8b
DJ
118762002-02-08 Daniel Jacobowitz <drow@mvista.com>
11877
11878 * utils.c: Include <curses.h> before "bfd.h".
11879 * tui/tui-hooks.c: Likewise.
11880 * tui/tui.c: Likewise.
11881 * tui/tuiCommand.c: Likewise.
11882 * tui/tuiData.c: Likewise.
11883 * tui/tuiDataWin.c: Likewise.
11884 * tui/tuiDisassem.c: Likewise.
11885 * tui/tuiGeneralWin.c: Likewise.
11886 * tui/tuiIO.c: Likewise.
11887 * tui/tuiLayout.c: Likewise.
11888 * tui/tuiRegs.c: Likewise.
11889 * tui/tuiSource.c: Likewise.
11890 * tui/tuiSourceWin.c: Likewise.
11891 * tui/tuiStack.c: Likewise.
11892 * tui/tuiWin.c: Likewise.
11893
cd4bffcf
EZ
118942002-02-07 Elena Zannoni <ezannoni@redhat.com>
11895
11896 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11897 to include space for pseudoregs as well. Update loops accordingly.
11898 (sh_fp_frame_init_saved_regs): Ditto.
11899 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11900
26806ce2
AC
119012002-02-07 Andrew Cagney <ac131313@redhat.com>
11902
11903 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11904 Add Richard Earnshaw to Arm maintainers.
11905
97fdab62
AC
119062002-02-07 Andrew Cagney <ac131313@redhat.com>
11907
a6b98203
AC
11908 * defs.h (warning_begin): Delete declaration.
11909
97fdab62
AC
11910 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11911 Delete macro.
11912
78b29b40
MS
119132002-02-07 Michael Snyder <msnyder@redhat.com>
11914
aaa38bb5 11915 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11916 Logic bug, remove misplaced else.
11917
d8849953
KD
119182002-02-07 Klee Dienes <klee@apple.com>
11919
11920 * fork-inferior.c (fork_inferior): Add '!' to the list of
11921 characters that need to be quoted when building a string for the
11922 shell. Quote '!' specifically with a backslash, since CSH chokes
11923 when trying to evaluate "str!str".
aaa38bb5 11924
095778a0
NC
119252002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11926
11927 * rdi-share/host.h: Only provide a typedef for bool if it is not
11928 defined.
11929
1900040c
MS
119302002-02-04 Michael Snyder <msnyder@redhat.com>
11931
11932 * breakpoint.h (enum bptype): Add new overlay event bp type.
11933 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11934
1900040c
MS
11935 * breakpoint.c (create_internal_breakpoint): New function.
11936 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11937 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11938 (create_thread_event_breakpoint): Ditto.
11939 (create_solib_event_breakpoint): Ditto.
11940 (create_overlay_event_breakpoint): New function.
11941 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11942 (update_breakpoints_after_exec): Delete and re-initialize
11943 overlay event breakpoints after an exec. Add FIXME comment
11944 about longjmp breakpoint.
11945 (print_it_typical): Ignore overlay event breakpoints.
11946 (print_one_breakpoint): Ditto.
11947 (mention): Ditto.
11948 (bpstat_what): Do not stop for overlay event breakpoints.
11949 (delete_breakpoint): Don't delete overlay event breakpoints.
11950 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11951 (breakpoint_re_set): Re-create overlay event breakpoint.
11952
11953 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11954 (overlay_manual_command): Disable overlay breakpoints.
11955 (overlay_off_command): Disable overlay breakpoints.
11956
082fc60d
RE
119572002-02-06 Richard Earnshaw <rearnsha@arm.com>
11958
11959 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11960 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11961 to here from config/tm-arm.h.
11962 (coff_sym_is_thumb): Make static.
11963 (arm_elf_make_msymbol_special): New function.
11964 (arm_coff_make_msymbol_special): New function.
11965 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11966 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11967 (coff_sym_is_thumb): Delete declaration.
11968 (arm_elf_make_msymbol_special): Declare.
11969 (arm_coff_make_msymbol_special): Declare.
11970 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11971 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11972
039c5766
RE
119732002-02-06 Richard Earnshaw <rearnsha@arm.com>
11974
11975 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11976
119772002-02-06 Richard Earnshaw <rearnsha@arm.com>
11978
11979 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11980 * gdbarch.c gdbarch.h: Regenerate.
11981 * arch-utils.c (default_print_float_info): New function.
11982 * arch-utils.h (default_print_float_info): Prototype it.
11983 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11984 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11985 (PRINT_FLOAT_INFO): Document it.
11986
11987 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11988 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11989 (PRINT_FLOAT_INFO): Define.
11990
58fa08f0
PM
119912002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11992
aaa38bb5 11993 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11994 Add typecast to sprintf argument to suppress a warning.
11995
7393af7c
PM
119962002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11997
58fa08f0 11998 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11999 to allow easier handling of pass state.
12000 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
12001 that gives exception name and address.
12002 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 12003 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 12004 exceptions added.
aaa38bb5
AJ
12005 (child_continue): Correctly report continue_status.
12006 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 12007 TARGET_SIGNAL_0 (new default value).
aaa38bb5 12008 (child_resume): consider sig argument passed to decide if
7393af7c
PM
12009 the exception should be passed to debuggee or not.
12010
6af4589c
MS
120112002-02-05 Michael Snyder <msnyder@redhat.com>
12012
12013 * regcache.c (fetch_register): Call target_fetch_register
12014 only if we don't call FETCH_PSEUDO_REGISTER.
12015 (store_register): Call target_store_register only if we
12016 don't call STORE_PSEUDO_REGISTER.
12017
a2cf933a
EZ
120182002-02-05 Elena Zannoni <ezannoni@redhat.com>
12019
12020 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
12021 ELF_MAKE_MSYMBOL_SPECIAL.
12022 * gdbarch.c, gdbarch.h: Regenerate.
12023 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 12024 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
12025 * elfread.c (elf_symtab_read): Compile use of
12026 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
12027 multiarched.
12028 * coffread.c (coff_symtab_read): Ditto, for
12029 COFF_MAKE_MSYMBOL_SPECIAL.
12030
6bb7be43
JB
120312002-02-05 Jim Blandy <jimb@redhat.com>
12032
12033 * solib-svr4.c (svr4_truncate_ptr): New function.
12034 (svr4_relocate_section_addresses): Do the address arithmetic with
12035 the appropriate truncation for target addresses, even when
12036 CORE_ADDR is larger than a target address.
12037
e18651ec
DJ
120382002-02-05 Daniel Jacobowitz <drow@mvista.com>
12039
12040 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
12041 to (int *).
12042
6b2725be
DJ
120432002-02-05 Daniel Jacobowitz <drow@mvista.com>
12044
12045 * gdbserver/linux-low.c (kill_inferior): Remove commented out
12046 code.
12047
fca9e603
DJ
120482002-02-05 Daniel Jacobowitz <drow@mvista.com>
12049
12050 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
12051
6c537a52
DJ
120522002-02-05 Daniel Jacobowitz <drow@mvista.com>
12053
12054 * gdbserver/linux-low.c: Remove unused include files.
12055
d844cde6
DJ
120562002-02-05 Daniel Jacobowitz <drow@mvista.com>
12057
12058 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12059 (read_inferior_memory): Use it.
12060 (write_inferior_memory): Likewise.
12061
d07c63e7
DJ
120622002-02-05 Daniel Jacobowitz <drow@mvista.com>
12063
12064 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
12065 grubbing through sys_errlist.
12066
da6d8c04
DJ
120672002-02-05 Daniel Jacobowitz <drow@mvista.com>
12068
12069 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
12070
5b421780
PM
120712002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12072 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
12073
9f60d481
AC
120742002-02-04 Andrew Cagney <ac131313@redhat.com>
12075
12076 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
12077 (do_sfunc, set_cmd_sfunc): New functions.
12078
12079 * command.h (struct cmd_list_element): Add field func.
12080 * cli/cli-decode.h (struct cmd_list_element): Ditto.
12081 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
12082 * cli/cli-decode.h: Ditto.
12083
12084 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12085 (help_all, help_cmd_list): Ditto.
12086 (find_cmd, complete_on_cmdlist): Ditto.
12087 * top.c (execute_command): Ditto.
12088
12089 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12090 function.sfunc.
12091
12092 * infcmd.c (notice_args_read): Fix function signature.
12093
12094 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12095 * cli/cli-decode.c (add_set_cmd): Ditto.
12096 * utils.c (initialize_utils): Ditto.
12097 * maint.c (_initialize_maint_cmds): Ditto.
12098 * infrun.c (_initialize_infrun): Ditto.
12099 * demangle.c (_initialize_demangler): Ditto.
12100 * remote.c (add_packet_config_cmd): Ditto.
12101 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12102 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12103 * proc-api.c (_initialize_proc_api): Ditto.
12104 * kod.c (_initialize_kod): Ditto.
12105 * valprint.c (_initialize_valprint): Ditto.
12106 * top.c (init_main): Ditto.
12107 * infcmd.c (_initialize_infcmd): Ditto.
12108 * corefile.c (_initialize_core): Ditto.
12109 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12110 * arch-utils.c (initialize_current_architecture): Ditto.
12111 (_initialize_gdbarch_utils): Ditto.
12112 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12113
12114 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12115 * wince.c (_initialize_inftarg): Ditto.
12116 * symfile.c (_initialize_symfile): Ditto.
12117 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12118 * language.c (_initialize_language): Ditto.
12119 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12120
f9ba0717
MS
121212002-02-04 Michael Snyder <msnyder@redhat.com>
12122
12123 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12124
0c74b2a7
DJ
121252002-02-04 Daniel Jacobowitz <drow@mvista.com>
12126
12127 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12128 Add rules for building the register data files.
12129
c638789f
DJ
121302002-02-04 Daniel Jacobowitz <drow@mvista.com>
12131
12132 * regformats/regdat.sh: Add braces to the definition of
12133 expedite_regs_${arch}.
12134
db253027
DJ
121352002-02-04 Daniel Jacobowitz <drow@mvista.com>
12136
12137 * regformats/regdef.h (struct reg): Add comment describing the
12138 requirements for offset and size fields.
12139
206be19c
AS
121402002-02-04 Andreas Schwab <schwab@suse.de>
12141
12142 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12143 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12144
181c1381
RE
121452002-02-04 Richard Earnshaw <rearnsha@arm.com>
12146
12147 * gdbarch.sh (copyright): Update years in generated header.
12148 (SMASH_TEXT_ADDRESS): Add rule.
db253027 12149 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
12150 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12151 * dbxread.c: Likewise.
12152 * dwarfread.c: Likewise.
12153 * elfread.c: Likewise.
12154 * somread.c: Likewise.
12155
12156 * arm-tdep.c (arm_smash_text_address): New function.
12157 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12158
fa4ba8da
PM
121592002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12160
12161 Add support for hardware watchpoints on win32 native.
aaa38bb5 12162 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 12163 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 12164 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
12165 of debug registers.
12166 (debug_registers_changed): New variable. Reflects when debug registers
12167 are changed and need to be written to inferior.
aaa38bb5 12168 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
12169 was set, used when new threads are created.
12170 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12171 i386-nat code.
12172 (thread_rec): Set dr array if id is the thread of current_event .
12173 (child_continue, child_resume): Change the debug registers for all
12174 threads if debug_registers_changed.
12175 (child_add_thread): Change the debug registers if debug_registers_used.
12176 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12177 Link nm.h to new nm-cygwin.h file.
12178 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12179 of hardware registers.
12180
a73c86fb
AC
121812002-02-03 Andrew Cagney <ac131313@redhat.com>
12182
12183 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12184 Restore behavour broken by 2002-01-20 Andrew Cagney
12185 <ac131313@redhat.com> IEEE_FLOAT removal.
12186
acf5ed49
DJ
121872002-02-03 Daniel Jacobowitz <drow@mvista.com>
12188
12189 * c-valprint.c (c_val_print): Pass a proper valaddr to
12190 cp_print_class_method.
12191 * valops.c (search_struct_method): If there is only one method
12192 and args is NULL, return that method.
12193
493d28d5
DJ
121942002-02-03 Daniel Jacobowitz <drow@mvista.com>
12195
12196 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12197 accessing tag_name directly.
12198
7495dfdb
DJ
121992002-02-03 Daniel Jacobowitz <drow@mvista.com>
12200
12201 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12202 of accessing tag_name directly.
12203
dd6bda65
DJ
122042002-02-03 Daniel Jacobowitz <drow@mvista.com>
12205
12206 PR gdb/280
12207 * gdbtypes.c (replace_type): New function.
12208 * gdbtypes.h (replace_type): Add prototype.
12209 * stabsread.c (read_type): Use replace_type.
12210
88fe217c
RE
122112002-02-03 Richard Earnshaw <rearnsha@arm.com>
12212
12213 * Makefile.in (memattr.o): Add missing dependencies rule.
12214
e5d66720
PS
122152002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12216
12217 * breakpoint.c (break_at_finish_command): Really export.
12218 (break_at_finish_at_depth_command): Ditto.
12219 (tbreak_at_finish_command): Ditto.
12220 * hppa-tdep.c: Include completer.h.
12221 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12222 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12223
fffee0be
AC
122242002-02-01 Andrew Cagney <ac131313@redhat.com>
12225
12226 * utils.c (do_write): New function.
12227 (error_stream): Rewrite combining the code from error_begin and
12228 verror.
12229 (verror): Rewrite using error_stream.
12230 (error_begin): Delete function.
12231
255e7dbf
AC
122322002-02-01 Andrew Cagney <ac131313@redhat.com>
12233
12234 * utils.c (error_begin): Make static.
12235 * defs.h (error_begin): Delete declaration.
12236
12237 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12238 (decode_line_1): Use cplusplus_error instead of error_begin,
12239 cplusplus_hint and return_to_top_level.
12240 * coffread.c (coff_symfile_read): Use error instead of error_begin
12241 and return_to_top_level.
12242 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12243
ddfe3c15
AC
122442002-02-01 Andrew Cagney <ac131313@redhat.com>
12245
12246 * language.h (type_error, range_error): Make string parameter
12247 constant.
12248 * language.c (warning_pre_print): Delete extern declaration.
12249 * dwarfread.c (warning_pre_print): Ditto.
12250 * language.c (type_error, range_error): Rewrite to use verror and
12251 vwarning instead of warning_begin.
12252
03ac34d5
MS
122532002-02-01 Michael Snyder <msnyder@redhat.com>
12254
261c4ca2
MS
12255 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12256 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 12257
e00d1dc8
AC
122582002-02-01 Andrew Cagney <ac131313@redhat.com>
12259
12260 * command.h (NO_FUNCTION): Delete macro.
12261 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12262 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12263 * tracepoint.c (_initialize_tracepoint): Ditto.
12264 * cli/cli-decode.c (add_set_cmd): Ditto.
12265 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 12266
76b79d6e
DJ
122672002-02-01 Daniel Jacobowitz <drow@mvista.com>
12268
12269 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12270 Update ``this'' pointer when calling virtual functions.
12271
799f9e91
MS
122722002-02-01 Michael Snyder <msnyder@redhat.com>
12273
c7bd442c 12274 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
12275 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12276
3cf384d4
DJ
122772002-02-01 Daniel Jacobowitz <drow@mvista.com>
12278
12279 * regformats/reg-arm.dat: New file.
12280 * regformats/reg-i386.dat: New file.
12281 * regformats/reg-ia64.dat: New file.
12282 * regformats/reg-m68k.dat: New file.
12283 * regformats/reg-mips.dat: New file.
12284 * regformats/reg-ppc.dat: New file.
12285 * regformats/reg-sh.dat: New file.
12286 * regformats/regdef.h: New file.
12287 * regformats/regdat.sh: New file.
12288
0defa245
RE
122892002-02-01 Richard Earnshaw <reanrsha@arm.com>
12290
12291 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12292 (arm_frame_args_address, arm_frame_locals_address): New functions.
12293 (arm_frame_num_args): New function.
12294 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12295 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12296 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12297
405f26e6
MS
122982002-01-31 Michael Snyder <msnyder@redhat.com>
12299
502fd408
MS
12300 * breakpoint.c (break_at_finish_command): Export.
12301 (break_at_finish_at_depth_command): Export.
12302 (tbreak_at_finish_command): Export.
d6020d45 12303 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 12304 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 12305 "txbreak" commands, which are HPPA specific.
502fd408 12306
7d35e135
MS
12307 * printcmd.c (disassemble_command): Remove an ancient
12308 artifact of an old merge.
12309
aaa38bb5 12310 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
12311 Define enum constant values for overlay mode.
12312 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
12313 (overlay_is_mapped, overlay_auto_command,
12314 overlay_manual_command): Ditto.
d874f1e2 12315
aaa38bb5
AJ
12316 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12317 breakpoint_here_p, breakpoint_inserted_here_p,
12318 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
12319 describe_other_breakpoints, check_duplicates, clear_command):
12320 Coding standard fixes.
12321
8add0441 12322 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 12323 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
12324 code: check bfd SEC_READONLY flag for section.
12325
e351066e
AC
123262002-01-31 Andrew Cagney <ac131313@redhat.com>
12327
7d35e135 12328 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 12329
8a48e967
DJ
123302002-01-30 Daniel Jacobowitz <drow@mvista.com>
12331
12332 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12333 data symbols, since we search based on textlow and texthigh.
12334 (find_pc_sect_symtab): Likewise.
12335
f5a96129
AC
123362002-01-30 Andrew Cagney <ac131313@redhat.com>
12337
12338 * defs.h (vwarning): Declare.
f5a96129
AC
12339 * utils.c (vwarning): New function.
12340 (warning): Call vwarning.
12341 (warning_begin): Delete function.
12342
12343 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12344 the warning message.
12345 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12346 warning_begin.
12347
cefd4ef5
MS
123482002-01-30 Michael Snyder <msnyder@redhat.com>
12349
1a703748
MS
12350 * NEWS: Mention "set trust-readonly-sections" command.
12351 Mention generate-core-file command.
cefd4ef5 12352
3a11626d
MS
123532002-01-15 Michael Snyder <msnyder@redhat.com>
12354
12355 * target.c: New command, "set trust-readonly-sections on".
12356 (do_xfer_memory): Honor the suggestion to trust readonly sections
12357 by reading them from the object file instead of from the target.
12358 (initialize_targets): Register command "set trust-readonly-sections".
12359
d1c7e53b
AC
123602002-01-29 Andrew Cagney <ac131313@redhat.com>
12361
12362 * parse.c (target_map_name_to_register): Simplify, search regs and
12363 pseudo-regs using a single loop.
12364
e2c9a72c
AC
123652002-01-30 Andrew Cagney <ac131313@redhat.com>
12366
12367 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12368
69824b4e
MK
123692002-01-15 Rodney Brown <rbrown64@csc.com.au>
12370
12371 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12372 * config/i386/i386v42mp.mh: Add i387-nat.o .
12373 * i386v4-nat.c: Include i387-nat.h.
12374 (supply_fpregset): Use i387_supply_fsave.
12375 (fill_fpregset): Use i387_fill_fsave.
12376
6eb69eab
RE
123772002-01-30 Richard Earnshaw <rearnsha@arm.com>
12378
12379 * arm-tdep.c (arm_call_dummy_words): Define.
12380 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12381 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12382 (CALL_DUMMY_WORDS): Define.
12383 (arm_call_dummy_words): Declare.
12384 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12385 (arm_linux_call_dummy_words): Declare.
12386
9852326a
AS
123872002-01-30 Andreas Schwab <schwab@suse.de>
12388
12389 * m68klinux-nat.c: Fix last change to use regcache_collect
12390 instead of referencing registers[] directly.
12391
977a3030
AC
123922002-01-29 Andrew Cagney <ac131313@redhat.com>
12393
12394 * parse.c (target_map_name_to_register): Delete code wrapped in
12395 #ifdef REGISTER_NAME_ALIAS_HOOK.
12396
2076c72b
MS
123972002-01-28 Michael Snyder <msnyder@redhat.com>
12398
12399 * regcache.c (legacy_read_register_gen): Need to be able to
12400 read pseudo-register as well as real register.
12401 (legacy_write_register_gen): Ditto.
12402
8fcc723b
AC
124032002-01-28 Andrew Cagney <ac131313@redhat.com>
12404
12405 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12406 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12407 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12408 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12409 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12410 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12411 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12412 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12413 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12414 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12415 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12416 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12417 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12418 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12419 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12420 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12421 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12422 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12423 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12424 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12425
afe64c1a
AC
124262002-01-28 Andrew Cagney <ac131313@redhat.com>
12427
12428 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12429 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12430 (initialize_current_architecture): Update target_byte_order using
12431 information from BFD.
aaa38bb5 12432 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
12433 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12434
75bc7ddf
AC
124352002-01-28 Andrew Cagney <ac131313@redhat.com>
12436
12437 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12438 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12439
12440 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12441 #ifdef INVALID_FLOAT.
12442 * infcmd.c (do_registers_info): Ditto.
12443 * values.c (unpack_double): Ditto. Add comment.
12444
12445 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12446 already commented out.
12447
0280a90a
AS
124482002-01-26 Andreas Schwab <schwab@suse.de>
12449
12450 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12451 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12452 registers and add support for PTRACE_GETREGS.
12453
7072a954
AC
124542002-01-24 Andrew Cagney <ac131313@redhat.com>
12455
12456 GDB 5.1.1 released from 5.1 branch.
12457 * NEWS: Add 5.1.1 news.
12458 * README: Sync with 5.1 branch.
12459
86f902e0
FF
124602002-01-23 Fred Fish <fnf@redhat.com>
12461
12462 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12463 stabstring on initial malloc. Reallocing will copy it for us,
12464 if necessary.
12465
8af51c36
EZ
124662002-01-23 Elena Zannoni <ezannoni@redhat.com>
12467
aaa38bb5 12468 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
12469 (HFILES_NO_SRCDIR): Remove hpread.h.
12470 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12471 (hpread.o): Update dependencies.
12472 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12473
12474 * hp-psymtab-read.c: Remove file.
12475 * hp-symtab-read.c: Remove file.
12476 * hpread.h: Remove file.
12477
12478 * hpread.c: Merge all contents of hp-psymtab-read.c,
12479 hp-symtab-read.c and hpread.h into this file, as it was prior to
12480 January 1999.
12481
12482 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 12483 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
12484 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12485 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12486
dc5cfeb6
EZ
124872002-01-23 Elena Zannoni <ezannoni@redhat.com>
12488
12489 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12490 fill_gregset): Call gdbarch_tdep() just once, assign result to
12491 variable and use that, instead of calling the function several
12492 times.
12493
ea87b71b
AO
124942002-01-24 Alexandre Oliva <aoliva@redhat.com>
12495
12496 * configure.host: Accept sparcv9 as alias for sparc64.
12497 * configure.tgt: Likewise.
12498
13fc0c2f
KB
124992002-01-22 Kevin Buettner <kevinb@redhat.com>
12500
12501 * solib-aix5.c (build_so_list_from_mapfile)
12502 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12503 arguments is not reversed.
12504 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12505 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 12506
7bd872fe
EZ
125072002-01-22 Elena Zannoni <ezannoni@redhat.com>
12508
12509 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12510 modified version of obsolete sh_fetch_pseudo_register.
12511 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12512 (sh4_register_read): New function.
12513 (sh_pseudo_register_write): New function. Renamed and modified
12514 version of obsolete sh_store_pseudo_register.
12515 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12516 (sh4_register_write): New function.
12517 (sh_gdbarch_init): Remove setting of gdbarch function
12518 fetch_pseudo_register and store_pseudo_register. Remove setting of
12519 register_convert_to_raw, register_convert_to_virtual,
12520 register_convertible.
12521 (sh_sh4_register_convertible): Delete. No longer needed. All is
12522 taken care by architecture specific functions
12523 register_read/register_write.
12524 (sh_sh4_register_convert_to_virtual): Make static.
12525 (sh_sh4_register_convert_to_raw): Ditto.
12526
069e84fd
AC
125272002-01-22 Andrew Cagney <ac131313@redhat.com>
12528
12529 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12530 (floatformat_is_nan, floatformat_mantissa): Ditto.
12531
12532 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12533 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12534 builtin_type_ieee_double_little,
12535 builtin_type_ieee_double_littlebyte_bigword,
12536 builtin_type_m68881_ext, builtin_type_i960_ext,
12537 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12538 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12539 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12540 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12541
211a4f69
CV
125422002-01-22 Corinna Vinschen <vinschen@redhat.com>
12543
12544 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12545 parameter. Set frameless flag if it exists and depended of
12546 whether the scanned function is frameless or not.
12547 (xstormy16_skip_prologue): If function is frameless, return
12548 result of xstormy16_scan_prologue().
12549 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12550 call.
12551
f81353e4
EZ
125522002-01-21 Elena Zannoni <ezannoni@redhat.com>
12553
12554 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12555 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12556 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12557 sh_sh4_register_byte, sh_sh4_register_raw_size,
12558 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12559 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12560 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12561 sh_store_pseudo_register, sh_do_pseudo_register): Call
12562 gdbarch_tdep() just once, assign result to variable and use that,
12563 instead of calling the function several times.
12564
63c73a17
MK
125652002-01-20 Mark Kettenis <kettenis@gnu.org>
12566
12567 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12568 macros instead of LAST_FPU_CTRL_REGNUM.
12569 (store_register): Likewise.
12570
39ad761d
JB
125712002-01-21 Jim Blandy <jimb@redhat.com>
12572
12573 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12574 is up-to-date before running the program, not just when a program
12575 exits.
12576
3d74b771
FF
125772002-01-21 Fred Fish <fnf@redhat.com>
12578
12579 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12580 when we have found all instructions we are looking for.
12581
966fbf70
RE
125822002-01-21 Richard Earnshaw <rearnsha@arm.com>
12583
12584 * arm-tdep.c (arm_register_name): New function.
12585 (arm_registers_names): Make static.
12586 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12587 (arm_register_name): Declare.
12588 (REGISTER_NAME): Use it.
12589
c3b4394c
RE
125902002-01-21 Richard Earnshaw <rearnsha@arm.com>
12591 Kevin Buettner <kevinb@redhat.com>
12592
12593 Convert arm targets to new FRAME interface.
12594 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12595 (arm_frame_find_save_regs): Delete.
12596 (arm_frame_init_saved_regs): New.
12597 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12598 Allocate extra_info as required. Convert all uses of fsr.regs
12599 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12600 to use extra_info.
12601 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12602 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12603 (check_prologue_cache, save_prologue_cache): Likewise.
12604 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12605 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12606 (FRAME_FIND_SAVED_REGS): Delete.
12607 (arm_frame_find_saved_regs): Delete prototype.
12608 (arm_frame_init_saved_regs): New prototype.
12609 (FRAME_INIT_SAVED_REGS): Define.
12610
61d99182
AC
126112002-01-20 Andrew Cagney <ac131313@redhat.com>
12612
12613 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12614
6aaea291
AC
126152002-01-20 Andrew Cagney <ac131313@redhat.com>
12616
12617 From Jeff Law <law@redhat.com>:
12618 * infttrace.c: Include <sys/pstat.h>.
12619 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12620 exec file if the ttrace equivalent fails.
12621
15f698d2
AC
126222002-01-20 Andrew Cagney <ac131313@redhat.com>
12623
12624 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12625 (closeLogFile): Ditto.
12626
f86ddd7c
MC
126272002-01-20 Michael Chastain <mec@shout.net>
12628
12629 * top.c (print_gdb_version): Bump copyright year to 2002.
12630
904507ce
AC
126312002-01-20 Andrew Cagney <ac131313@redhat.com>
12632
12633 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12634 Zannoni and Eli Zaretskii.
12635
d7f0b9ce
DJ
126362002-01-20 Daniel Jacobowitz <drow@mvista.com>
12637
12638 * buildsym.c: Update copyright years.
12639 * c-typeprint.c: Likewise.
12640 * dwarf2read.c: Likewise.
12641 * f-typeprint.c: Likewise.
12642 * gdbtypes.c: Likewise.
12643 * gdbtypes.h: Likewise.
12644 * hp-symtab-read.c: Likewise.
12645 * hpread.c: Likewise.
12646 * mdebugread.c: Likewise.
12647 * p-typeprint.c: Likewise.
12648
3fd3d7d2
AC
126492002-01-20 Andrew Cagney <ac131313@redhat.com>
12650
12651 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12652 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12653 byte-order selectable.
12654 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12655 * arch-utils.c: Ditto.
12656 (set_endian): Ditto.
12657 (set_endian_from_file): Ditto.
12658 * gdbserver/low-sim.c (create_inferior): Ditto.
12659 * gdbarch.sh: Ditto.
12660 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12661 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12662 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12663 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12664 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12665 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12666 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12667 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12668 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12669 macro definition.
12670 * config/mips/tm-wince.h: Remove #undef of macro
12671 TARGET_BYTE_ORDER_SELECTABLE.
12672 * config/sh/tm-wince.h: Ditto.
12673
b02dede2
DJ
126742002-01-20 Daniel Jacobowitz <drow@mvista.com>
12675
12676 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12677 member function fields. Add accessor macro
12678 TYPE_FN_FIELD_ARTIFICIAL.
12679 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12680 * c-typeprint.c (c_type_print_base): Skip artificial member
12681 functions.
12682
c3643761
DJ
126832002-01-20 Daniel Jacobowitz <drow@mvista.com>
12684
12685 * f-typeprint.c: Delete unused function f_type_print_args.
12686 * p-typeprint.c: Delete unused function pascal_type_print_args.
12687
8176bb6d
DJ
126882002-01-20 Daniel Jacobowitz <drow@mvista.com>
12689
12690 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12691 comment. Add ``artificial'' to ``union field_location''.
12692
12693 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12694
12695 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12696 * mdebugread.c (parse_symbol): Likewise.
12697 * stabsread.c (define_symbol): Likewise.
12698 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12699 initializing TYPE_FIELD_BITPOS to n (obsolete).
12700 (hpread_doc_function_type): Likewise.
12701 * hpread.c (hpread_function_type): Likewise.
12702
7fd60527
AC
127032002-01-20 Andrew Cagney <ac131313@redhat.com>
12704
12705 * configure.in (host_makefile_frag): Only require a host makefile
12706 fragment when a native build.
12707 * configure: Re-generate.
12708
c2f05ac9
AC
127092002-01-20 Andrew Cagney <ac131313@redhat.com>
12710
12711 * doublest.h (floatformat_from_type): Declare.
12712 * doublest.c (floatformat_from_type): New function.
12713 (convert_typed_floating): Use.
12714
12715 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12716 call to function floatformat_from_type.
12717
12718 * gdbarch.sh (IEEE_FLOAT): Delete.
12719 * gdbarch.h, gdbarch.c: Re-generate.
12720 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12721 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12722 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12723 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12724 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12725 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12726 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12727 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12728 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12729 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12730 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12731 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12732
12733 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12734 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12735 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12736 * sh-tdep.c (sh_gdbarch_init): Ditto.
12737 * mips-tdep.c (mips_gdbarch_init): Ditto.
12738 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12739 * cris-tdep.c (cris_gdbarch_init): Ditto.
12740
abf22e64
AJ
127412002-01-20 Jiri Smid <smid@suse.cz>
12742
12743 * configure.host, configure.tgt: Support x86-64.
12744 * NEWS: Note new target x86-64.
12745
b7c4cbf8
AJ
12746 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12747 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12748 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12749 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12750 x86-64-linux-nat.o): Fix dependencies.
12751
82600034
AC
127522002-01-19 Andrew Cagney <ac131313@redhat.com>
12753
12754 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12755 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12756 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12757 * config/sparc/xm-sun4os4.h: Delete file.
12758 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12759
bbe5c628
AC
127602002-01-19 Andrew Cagney <ac131313@redhat.com>
12761
12762 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12763 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12764 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12765 * config/i386/i386lynx.mh (XM_FILE): Delete.
12766 * config/rs6000/xm-rs6000ly.h: Delete file.
12767 * config/sparc/xm-sparclynx.h: Delete file.
12768 * config/m68k/xm-m68klynx.h: Delete file.
12769 * config/i386/xm-i386lynx.h: Delete file.
12770 * config/xm-lynx.h: Delete file.
12771 * config/djgpp/fnchange.lst: Update.
12772
f8453e34
JT
127732002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12774
12775 * alpha-tdep.c (alpha_register_byte): New function.
12776 (alpha_register_raw_size): Ditto.
12777 (alpha_register_virtual_size): Ditto.
12778 (alpha_skip_prologue_internal): Renamed from
12779 alpha_skip_prologue.
12780 (alpha_skip_prologue): New version that calls
12781 alpha_skip_prologue_internal.
12782 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12783 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12784 second argument from alpha_skip_prologue.
12785 (REGISTER_BYTE): Use alpha_register_byte.
12786 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12787 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12788 (FRAMELESS_FUNCTION_INVOCATION): Use
12789 generic_frameless_function_invocation_not.
12790 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12791 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12792
52d9e613
AC
127932002-01-19 Andrew Cagney <ac131313@redhat.com>
12794
12795 * config/mips/xm-news-mips.h: Delete file.
12796 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12797
12798 * config/m88k/xm-m88k.h: Delete file.
12799 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12800 * config/m88k/xm-delta88v4.h: Ditto.
12801 * config/m88k/xm-delta88.h: Ditto.
12802
12803 * config/alpha/xm-fbsd.h: Delete file.
12804 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12805
12806 * config/sparc/xm-sparc.h: Delete file.
12807 * Makefile.in (xm-sun4os4.h): Delete dependency.
12808 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12809 * config/sparc/xm-sun4os4.h: Ditto.
12810 * config/sparc/xm-linux.h: Ditto.
12811
12812 * config/i386/xm-windows.h: Delete file.
12813
2d1b2124
AC
128142002-01-19 Andrew Cagney <ac131313@redhat.com>
12815
12816 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12817 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12818
ee1f65f0
JT
128192002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12820
12821 * alpha-tdep.c (alpha_call_dummy_words): New.
12822 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12823 (CALL_DUMMY_P): Define.
12824 (CALL_DUMMY_WORDS): Define.
12825 (SIZEOF_CALL_DUMMY_WORDS): Define.
12826
98081e55
PB
128272002-01-19 Per Bothner <per@bothner.com>
12828
12829 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12830 isn't NULL, which can happen with some gcj-3.x-produced code.
12831
0d056799
JT
128322002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12833
12834 * alpha-tdep.c (alpha_register_virtual_type): New function.
12835 (alpha_init_frame_pc_first): Ditto.
12836 (alpha_fix_call_dummy): Ditto.
12837 (alpha_store_struct_return): Ditto.
12838 (alpha_extract_struct_value_address): Ditto.
12839 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12840 alpha_register_virtual_type.
12841 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12842 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12843 alpha_extract_struct_value_address.
12844 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12845 (INIT_FRAME_PC): Use init_frame_pc_noop.
12846 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12847
4604bcad
MK
128482002-01-19 Mark Kettenis <kettenis@gnu.org>
12849
12850 * i386gnu-nat.c: Include "i386-tdep.h".
12851 (fetch_fpregs): Simplify code dealing with uninitialized floating
12852 point states such that it doesn't require FP7_REGNUM.
12853
140f9984
JT
128542002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12855
abf22e64
AJ
12856 * alpha-tdep.c (frame_extra_info): New.
12857 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12858 frame->extra_info.
12859 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12860 (alpha_frame_saved_pc): Use frame->extra_info.
12861 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12862 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12863 (init_extra_frame_info): Rename to...
12864 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12865 (alpha_print_extra_frame_info): New function.
140f9984
JT
12866 (alpha_frame_locals_address): Ditto.
12867 (alpha_frame_args_address): Ditto.
abf22e64 12868 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12869 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12870 alpha_frame_args_address.
abf22e64 12871 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12872 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12873 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12874 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12875 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12876 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12877
d734c450
JT
128782002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12879
12880 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12881 (alpha_cannot_fetch_register): Ditto.
12882 (alpha_cannot_store_register): Ditto.
12883 (alpha_register_convertible): Ditto.
12884 (alpha_use_struct_convention): Ditto.
12885 * config/alpha/tm-alpha.h: Update copyright years.
12886 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12887 (INNER_THAN): Use core_addr_lessthan.
12888 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12889 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12890 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12891 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12892 (FRAME_CHAIN): Remove unnecessary cast.
12893
b4ceaee6
AC
128942002-01-18 Andrew Cagney <ac131313@redhat.com>
12895
12896 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12897 obsolete.
12898
0a65a603
AC
128992002-01-18 Andrew Cagney <ac131313@redhat.com>
12900
12901 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12902 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12903 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12904 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12905 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12906 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12907 * x86-64-linux-nat.c: Ditto.
12908
636a6dfc
JT
129092002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12910
abf22e64 12911 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12912 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12913 (REGISTER_NAME): Define.
12914
acceddb6
JT
129152002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12916
12917 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12918
ec32e4be
JT
129192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12920
12921 * alpha-tdep.c: Update copyright years.
12922 (alpha_next_pc): New function.
12923 (alpha_software_single_step): Ditto.
12924 * config/alpha/tm-alpha.h: Add prototype for
12925 alpha_software_single_step.
12926
e771a871
JT
129272002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12928
12929 * alphabsd-nat.c: Update copyright years.
12930 (fill_gregset): Use regcache_collect.
12931 (fill_fpregset): Likewise.
12932 (fetch_inferior_registers): Only fetch integer registers
12933 if requested to do so.
12934 (store_inferior_registers): Only store integer registers
12935 if requested to do so.
12936
7708fa01
AC
129372002-01-17 Andrew Cagney <ac131313@redhat.com>
12938
12939 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12940 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12941 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12942 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12943 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12944 * config/arm/linux.mh (XDEPFILES): Delete.
12945 * config/arm/nbsd.mh (XDEPFILES): Delete.
12946 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12947 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12948 * config/i386/i386m3.mh (XDEPFILES): Delete.
12949 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12950 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12951 * config/i386/fbsd.mh (XDEPFILES): Delete.
12952 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12953 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12954 * config/i386/i386v4.mh (XDEPFILES): Delete.
12955 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12956 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12957 * config/i386/i386aix.mh (XDEPFILES): Delete.
12958 * config/i386/go32.mh (XDEPFILES): Delete.
12959 * config/i386/cygwin.mh (XDEPFILES): Delete.
12960 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12961 * config/i386/i386mach.mh (XDEPFILES): Delete.
12962 * config/i386/i386v32.mh (XDEPFILES): Delete.
12963 * config/i386/linux.mh (XDEPFILES): Delete.
12964 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12965 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12966 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12967 * config/i386/i386sco.mh (XDEPFILES): Delete.
12968 * config/i386/i386v.mh (XDEPFILES): Delete.
12969 * config/i386/nbsd.mh (XDEPFILES): Delete.
12970 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12971 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12972 * config/i386/symmetry.mh (XDEPFILES): Delete.
12973 * config/i386/obsd.mh (XDEPFILES): Delete.
12974 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12975 * config/ia64/linux.mh (XDEPFILES): Delete.
12976 * config/ia64/aix.mh (XDEPFILES): Delete.
12977 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12978 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12979 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12980 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12981 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12982 * config/m68k/linux.mh (XDEPFILES): Delete.
12983 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12984 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12985 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12986 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12987 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12988 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12989 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12990 * config/m88k/delta88.mh (XDEPFILES): Delete.
12991 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12992 * config/m88k/m88k.mh (XDEPFILES): Delete.
12993 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12994 * config/mips/linux.mh (XDEPFILES): Delete.
12995 * config/mips/irix6.mh (XDEPFILES): Delete.
12996 * config/mips/irix5.mh (XDEPFILES): Delete.
12997 * config/mips/irix4.mh (XDEPFILES): Delete.
12998 * config/mips/irix3.mh (XDEPFILES): Delete.
12999 * config/mips/decstation.mh (XDEPFILES): Delete.
13000 * config/mips/mipsm3.mh (XDEPFILES): Delete.
13001 (NATDEPFILES): Move core-aout.o to here.
13002 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
13003 * config/pa/hpux1020.mh (XDEPFILES): Delete.
13004 * config/pa/hppabsd.mh (XDEPFILES): Delete.
13005 * config/pa/hppahpux.mh (XDEPFILES): Delete.
13006 * config/pa/hpux11w.mh (XDEPFILES): Delete.
13007 * config/pa/hppaosf.mh (XDEPFILES): Delete.
13008 * config/pa/hpux11.mh (XDEPFILES): Delete.
13009 * config/powerpc/aix.mh (XDEPFILES): Delete.
13010 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
13011 * config/powerpc/linux.mh (XDEPFILES): Delete.
13012 * config/romp/rtbsd.mh: Rename XDEPFILES.
13013 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
13014 * config/rs6000/aix4.mh (XDEPFILES): Delete.
13015 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
13016 * config/s390/s390.mh (XDEPFILES): Delete.
13017 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
13018 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
13019 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
13020 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
13021 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
13022 * config/sparc/nbsd.mh (XDEPFILES): Delete.
13023 * config/sparc/linux.mh (XDEPFILES): Delete.
13024 * config/vax/vaxult.mh (XDEPFILES): Delete.
13025 * config/vax/vaxult2.mh (XDEPFILES): Delete.
13026 * Makefile.in (DEPFILES): Remove XDEPFILES.
13027
375fc983
AC
130282002-01-17 Andrew Cagney <ac131313@redhat.com>
13029
13030 * utils.c (internal_verror): Fix comments, default is yes not no.
13031 Update queries to match. Default to quit and dump core.
13032
8926118c
AC
130332002-01-17 Andrew Cagney <ac131313@redhat.com>
13034
13035 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
13036 copyright.
13037 * defs.h, event-top.c, gdbcmd.h: Ditto.
13038 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
13039 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
13040 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
13041 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
13042 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
13043 * mi/mi-main.c:Ditto.
13044
13045 * stack.c, symfile.c: Update copyright.
13046
45b7b345
DJ
130472002-01-17 Daniel Jacobowitz <drow@mvista.com>
13048
db728ff7
DJ
13049 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
13050 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
13051 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
13052 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 13053
db728ff7
DJ
130542002-01-17 Daniel Jacobowitz <drow@mvista.com>
13055
13056 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
13057 * gdbserver/low-lynx.c (myattach): Likewise.
13058 * gdbserver/low-nbsd.c (myattach): Likewise.
13059 * gdbserver/low-sim.c (myattach): Likewise.
13060 * gdbserver/low-sparc.c (myattach): Likewise.
13061 * gdbserver/low-sun3.c (myattach): Likewise.
13062
13063 * gdbserver/low-linux.c (myattach): New function.
45b7b345 13064
db728ff7 13065 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
13066 (main): Handle "--attach".
13067
8de3c354
AC
130682002-01-16 Andrew Cagney <ac131313@redhat.com>
13069
13070 * MAINTAINERS (language support): Daniel Jacobwitz is C++
13071 maintainer.
13072
b0129042
DJ
130732002-01-15 Daniel Jacobowitz <drow@mvista.com>
13074
13075 * c-typeprint.c (is_type_conversion_operator): Add additional
13076 check for non-conversion operators.
13077
ba8679fb 130782002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
13079
13080 * linux-proc.c: Add "info proc" command, a la procfs.c.
13081 (read_mapping): New function, abstract and re-use code.
13082 (linux_find_memory_regions): Use new func read_mapping.
13083 (linux_info_proc_cmd): New function, implement "info proc".
13084 (_initialize_linux_proc): Add new command "info proc".
13085
e4f9b4d5
MS
130862002-01-15 Michael Snyder <msnyder@redhat.com>
13087
13088 * symfile.c (generic_load): Use bfd_map_over_sections method
13089 instead of manipulating bfd structure members directly.
13090 (add_section_size_callback): New function, bfd sections callback
13091 used by generic_load.
13092 (load_sections_callback): New function, bfd sections callback
13093 used by generic_load.
13094
08cf96df
EZ
130952002-01-15 Elena Zannoni <ezannoni@redhat.com>
13096
abf22e64 13097 [Based on work by Jim Blandy]
08cf96df
EZ
13098 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13099 (builtin_type_vec128): Export.
13100 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13101 types.
13102 (builtin_type_vec128): New builtin type for 128 bit vector
13103 registers.
13104 (build_gdbtypes): Initialize builtin_type_v16qi and
13105 builtin_type_v8hi. Create the vec128 register builtin type
13106 structure.
13107 (build_builtin_type_vec128): New function.
abf22e64 13108 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
13109 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13110 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13111 AltiVec register to new builtin type.
13112
d7242108
DJ
131132001-01-15 Daniel Jacobowitz <drow@mvista.com>
13114
13115 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13116 to make_cv_type.
13117
4ee3352d
AC
131182002-01-14 Andrew Cagney <ac131313@redhat.com>
13119
13120 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13121 CLEAN_UP_REGISTER_VALUE.
13122 * regcache.c (supply_register): Update only call.
13123
f015b2e7
AC
131242002-01-14 Andrew Cagney <ac131313@redhat.com>
13125
13126 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13127 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13128 a29k-*-vxworks* targets as obsolete.
13129
356ae49d
MS
131302002-01-14 Michael Snyder <msnyder@redhat.com>
13131
13132 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13133 until we can resolve portability issues.
13134 * gregset.h: Remove references to fpxregs.
13135 * gcore.c (gcore_command): Initialize note_sec to NULL.
13136
ade8f45e
AC
131372002-01-13 Andrew Cagney <ac131313@redhat.com>
13138
13139 * signals.c (target_signal_to_name): Rewrite. Only use
13140 signals[].name when in bounds and non-NULL.
abf22e64 13141
89c49e7a
AC
131422002-01-13 Andrew Cagney <ac131313@redhat.com>
13143
13144 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13145 * signals.c (target_signal_to_name): Verify that SIG is within the
13146 bounds of the signals array.
13147
4daa9f9f
AC
131482002-01-13 Andrew Cagney <ac131313@redhat.com>
13149
13150 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13151
ba4bbdcb
KS
131522002-01-13 Keith Seitz <keiths@redhat.com>
13153
13154 * stack.c (print_frame_info_base): Print the frame's pc
13155 only if when print_frame_info_listing_hook is not defined.
13156
575bbeb6
KS
131572002-01-13 Keith Seitz <keiths@redhat.com>
13158
13159 * varobj.c (varobj_set_value): Make sure that there were no
13160 errors evaluating the object before attempting to set its
13161 value.
13162 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13163 so this offset adjustment is no longer necessary.
13164 (create_child): Don't set the error flag if the child is
13165 a CPLUS_FAKE_CHILD.
13166 (value_of_child): If value_fetch_lazy fails, return NULL
13167 so that callers will be notified that an error occurred.
13168 (c_value_of_variable): Delay check of variable's validity
13169 until later. We actually want all structs and unions to have
13170 the value "{...}".
13171 Do not return "???" for variables which could not be evaluated.
13172 This error condition must be returned to the caller so that it
13173 can get the error condition from gdb.
13174 (cplus_name_of_child): Adjust index for vptr before figuring
13175 out the name of the child.
13176 (cplus_value_of_child): If a child's (real) parent is not valid,
13177 don't even bother trying to give a value for it. Just return
13178 an error. Change all instances in this function.
13179 (cplus_type_of_child): If our parent is one of the "fake"
13180 parents, we need to get at the type of the real parent, and
13181 derive the child's true type using this information.
13182
b76898ab
AC
131832002-01-13 Andrew Cagney <ac131313@redhat.com>
13184
13185 From 2002-01-09 John Marshall <johnm@falch.net>:
13186 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13187 sources.redhat.com, and tweak some related URLs which had
13188 suffered from linkrot.
13189
b6649e88
AC
131902002-01-13 Andrew Cagney <ac131313@redhat.com>
13191
13192 From Jeff law:
13193 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13194 structures passed in registers.
13195
82cc5033
EZ
131962002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13197
13198 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13199 white space which prevented compilation. Reported by DSK
13200 <dsk@student.unsw.edu.au>.
13201
ba5f2f8a
MS
132022002-01-11 Michael Snyder <msnyder@redhat.com>
13203
fbd35540
MS
13204 * symfile.c (build_section_addr_info_from_section_tab):
13205 Use bfd access method instead of manipulating bfd directly.
13206 (syms_from_objfile): Ditto.
13207 (simple_overlay_update_1): Ditto.
13208 (simple_overlay_update): Ditto.
13209 (generic_load): Ditto.
13210 (overlay_unmapped_address): FIXME comment, bfd access methods.
13211 (sections_overlap): FIXME comment, bfd access methods.
13212 (pc_in_mapped_range): FIXME comment, bfd access methods.
13213 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13214 (section_is_mapped): FIXME comment, bfd access methods.
13215 (section_is_overlay): FIXME comment, bfd access methods.
13216
ba5f2f8a
MS
13217 * symfile.c (generic_load): Whitespace and long line cleanups.
13218 Remove duplicate variable, change several local variables to
13219 more appropriate data types.
13220 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13221
17df2af6
AC
132222002-01-12 Andrew Cagney <ac131313@redhat.com>
13223
13224 From Peter Schauer:
13225 * language.c (longest_local_hex_string_custom): Use phex_nz to
13226 convert NUM to a hex string.
13227
ec920329
EZ
132282002-01-12 Elena Zannoni <ezannoni@redhat.com>
13229
13230 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13231 the function.
538a76d6 13232 Update Copyright year.
ec920329 13233
3abd2e01
AC
132342002-01-12 Andrew Cagney <ac131313@redhat.com>
13235
13236 * language.c (longest_raw_hex_string): Delete unused function.
13237
b21b22e0
PS
132382002-01-11 Petr Sorfa <petrs@caldera.com>
13239
13240 * MAINTAINERS (write-after-approval): Add myself.
13241 * dwarf2read.c (read_tag_string_type): Handling of
13242 DW_AT_byte_size.
13243 (read_tag_string_type): FORTRAN fix to prevent propagation of
13244 first string size.
13245 (set_cu_language): Handling of DW_LANG_Fortran95
13246
747fe712
RE
132472002-01-11 Richard Earnshaw <rearnsha@arm.com>
13248
13249 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13250 GETPID(inferior_ptid).
13251 (store_inferior_registers): Likewise.
13252
f1bea926
JM
132532002-01-10 Jason Merrill <jason@redhat.com>
13254
13255 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13256 Fix DW_OP_minus.
13257
ae940673
AC
132582002-01-10 Andrew Cagney <ac131313@redhat.com>
13259
13260 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13261 and bfd/elf32-sh-nbsd.c.
13262
00546b04
MS
132632002-01-10 Michael Snyder <msnyder@redhat.com>
13264
352ed7b4
MS
13265 * NEWS: Mention --pid and corefile/proc-id behavior change.
13266
c18be923
MS
13267 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13268 * gcore.c: Include cli/cli-decode.h instead of command.h.
13269
00546b04
MS
13270 * main.c (captured_main): Add new command line option "--pid".
13271 If the second command line argument (following the symbol-file)
13272 begins with a digit, try to attach to it before trying to open
13273 it as a corefile.
13274 (print_gdb_help): Document the "--pid" argument.
13275
db60ec62
EZ
132762002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13277
13278 * completer.c (command_completer): New function.
13279
13280 * completer.h <command_completer>: Add prototype.
13281
13282 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13283 completer for the "help" command.
13284
39c22d1a
JM
132852002-01-09 Jason Merrill <jason@redhat.com>
13286
13287 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13288
c564377f
MS
132892002-01-09 Michael Snyder <msnyder@redhat.com>
13290
975aec09
MS
13291 * i386-linux-nat.c (fill_fpxregset): Make global.
13292 (store_fpxregset): Ditto.
13293
db4a10fa
MS
13294 * gregset.h (gdb_fpxregset_t): Define.
13295 (supply_fpxregset): Prototype.
13296 (fill_fpxregset): Prototype.
13297
c564377f
MS
13298 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13299
c3d45d70
RE
133002002-01-09 Richard Earnshaw <rearnsha@arm.com>
13301
13302 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13303 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13304 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13305
fcc87af1
AC
133062002-01-09 Andrew Cagney <ac131313@redhat.com>
13307
13308 * MAINTAINERS: Update target maintainer rules so that any
13309 Maintainer can approve a tested patch for a maintenance-only
13310 target.
13311
dd96c05b
RE
133122002-01-09 Richard Earnshaw <rearnsha@arm.com>
13313
d4297db9 13314 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 13315
d4297db9 13316 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
13317 IN_SIGTRAMP.
13318
145fdc6e
MS
133192002-01-08 Michael Snyder <msnyder@redhat.com>
13320
13321 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13322 real name of the executable, rather than the /proc name.
13323
be4d1333
MS
133242002-01-03 Michael Snyder <msnyder@redhat.com>
13325
13326 Implement a "generate-core-file" command in gdb, save target state.
13327 * gcore.c: New file. Implement new command 'generate-core-file'.
13328 Save a corefile image of the current state of the inferior.
13329 * linux-proc.c: Add linux-specific code for saving corefiles.
13330 * target.h (struct target_ops): Add new target vectors for saving
13331 corefiles; to_find_memory_regions and to_make_corefile_notes.
13332 (target_find_memory_regions): New macro.
13333 (target_make_corefile_notes): New macro.
13334 * target.c (update_current_target): Inherit new target methods.
13335 (dummy_find_memory_regions): New place-holder method.
13336 (dummy_make_corefile_notes): New place-holder method.
13337 (init_dummy_target): Initialize new dummy target vectors.
13338 * exec.c (exec_set_find_memory_regions): New function.
13339 Allow the exec_ops vector for memory regions to be taken over.
13340 (exec_make_note_section): New function, target vector method.
13341 * defs.h (exec_set_find_memory_regions): Export prototype.
13342 * procfs.c (proc_find_memory_regions): New function, corefile method.
13343 (procfs_make_note_section): New function, corefile method.
13344 (init_procfs_ops): Set new target vector pointers.
13345 (find_memory_regions_callback): New function.
13346 (procfs_do_thread_registers): New function.
13347 (procfs_corefile_thread_callback): New function.
13348 * sol-thread.c (sol_find_memory_regions): New function.
13349 (sol_make_note_section): New function.
13350 (init_sol_thread_ops): Initialize new target vectors.
13351 * inftarg.c (inftarg_set_find_memory_regions): New function.
13352 Allow to_find_memory_regions vector to be taken over.
13353 (inftarg_set_make_corefile_notes): New function.
13354 Allow to_make_corefile_notes vector to be taken over.
13355 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13356 interface layer if not target_has_execution (may be a corefile).
13357 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13358 * config/sparc/sun4sol2.mh: Ditto.
13359 * config/alpha/alpha-linux.mh: Ditto.
13360 * config/arm/linux.mh: Ditto.
13361 * config/i386/x86-64linux.mh: Ditto.
13362 * config/ia64/linux.mh: Ditto.
13363 * config/m68k/linux.mh: Ditto.
13364 * config/mips/linux.mh: Ditto.
13365 * config/powerpc/linux.mh: Ditto.
13366 * config/sparc/linux.mh: Ditto.
13367
c6b92abd
MS
133682002-01-07 Michael Snyder <msnyder@redhat.com>
13369
13370 * arm-linux-nat.c: Remove references to regcache.c internal data
13371 (registers[] and register_valid[]).
13372
4b09dc8c
MS
133732002-01-07 Michael Snyder <msnyder@redhat.com>
13374
abf22e64
AJ
13375 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13376 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
13377 symbol file and shlibs.
13378 * Makefile.in: Add rule for linux-proc.o.
13379 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13380 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13381 * config/arm/linux.mh: Ditto.
13382 * config/i386/linux.mh: Ditto.
13383 * config/i386/x86-64linux.mh: Ditto.
13384 * config/ia64/linux.mh: Ditto.
13385 * config/m68k/linux.mh: Ditto.
13386 * config/mips/linux.mh: Ditto.
13387 * config/powerpc/linux.mh: Ditto.
13388 * config/sparc/linux.mh: Ditto.
13389
c25b74ac
PM
133902002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13391
13392 * win32-nat.c: Add i386-tdep.h dependency.
13393
94cd915f
MS
133942002-01-07 Michael Snyder <msnyder@redhat.com>
13395
c7cccb76
MS
13396 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13397 instead of bfd_get_arch_size. Don't bail out just because
13398 there's no exec_bfd.
abf22e64 13399
34c0bd93
MS
13400 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13401 * p-valprint.c (pascal_object_print_value): Ditto.
13402 * somread.c (som_symtab_read): Ditto.
13403 * symfile.c (simple_free_overlay_region_table): Ditto.
13404 * valops.c (value_assign): Ditto.
13405
21c1c920
MS
13406 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13407 use tilde_expand and strerror for opening save-tracepoints file.
13408
5bbd998e
MS
13409 * thread-db.c (thread_db_new_objfile): Indendation fix.
13410
94cd915f
MS
13411 * infptrace.c (GDB_MAX_ALLOCA): New define.
13412 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 13413 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
13414 can be overridden with whatever value is appropriate to the host).
13415 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13416 alloca to allocate potentially large buffer.
13417 * rs6000-nat.c (child_xfer_memory): Ditto.
13418 * symm-nat.c (child_xfer_memory): Ditto.
13419 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13420
494e8a93
JSC
134212002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13422
13423 From Nick Clifton <nickc@redhat.com>
13424 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13425
d0e1d48e
MS
134262002-01-07 Michael Snyder <msnyder@redhat.com>
13427
abf22e64 13428 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
13429 Don't use exec_bfd if it's NULL.
13430
290b2c7a
MK
134312002-01-06 Mark Kettenis <kettenis@gnu.org>
13432
abf22e64 13433 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 13434
aef21287
AC
134352002-01-06 Andrew Cagney <ac131313@redhat.com>
13436
13437 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13438 * gnu-nat.c: Ditto.
13439
30efa627
AC
134402002-01-06 Andrew Cagney <ac131313@redhat.com>
13441
13442 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13443 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13444 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13445 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13446 z8k-coff have not been multi-arched. Update z8k-coff build
13447 status.
13448
9b4ff276
AC
134492002-01-06 Andrew Cagney <ac131313@redhat.com>
13450
13451 * MAINTAINERS: Mark a29k target as obsolete.
13452 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13453 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13454 comments.
13455 * NEWS: Note that a29k targets are obsolete.
13456 * a29k-tdep.c: Mark as obsolete.
13457 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13458 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13459 a29k-*-vxworks* targets as obsolete.
13460 * remote-adapt.c: Obsolete.
13461 * remote-eb.c: Obsolete.
13462 * remote-mm.c: Obsolete.
13463 * remote-udi.c: Obsolete.
13464 * config/a29k/a29k-udi.mt: Obsolete.
13465 * config/a29k/a29k.mt: Obsolete.
13466 * config/a29k/tm-a29k.h: Obsolete.
13467 * config/a29k/tm-vx29k.h: Obsolete.
13468 * config/a29k/vx29k.mt: Obsolete.
13469
a9011d31
AC
134702002-01-05 Andrew Cagney <ac131313@redhat.com>
13471
13472 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13473 with BFD_ENDIAN_BIG.
13474
9299404e
AC
134752002-01-05 Andrew Cagney <ac131313@redhat.com>
13476
13477 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13478 * configure, config.in: Re-generate.
13479 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13480 * defs.h: Do not include <endian.h>.
13481
7e89e357
JT
134822002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13483
13484 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13485 * config.in: Regenerate.
13486 * configure.in: Update copyright years.
13487 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13488 * configure: Regenerate.
13489 * i386bsd-nat.c: Update copyright years.
13490 (fill_gregset): Use regcache_collect.
13491 (fetch_inferior_registers): Only fetch integer registers
13492 if requested to do so. Add support for XMM registers
13493 using PT_GETXMMREGS.
13494 (store_inferior_registers): Only store integer registers
13495 if requested to do so. Add support for XMM registers
13496 using PT_SETXMMREGS.
13497 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13498 (store_inferior_registers): Remove.
13499 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13500 (fetch_elfcore_registers): New function.
13501 (i386nbsd_elfcore_fns): New.
13502 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13503 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13504 i386bsd-nat.o.
13505 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13506 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13507 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13508 * config/i386/tm-nbsd.h: Update copyright years.
13509 (HAVE_SSE_REGS): Define.
13510 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13511 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13512 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13513 (SIGCONTEXT_PC_OFFSET): Remove.
13514 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13515
a752853e
AC
135162002-01-05 Andrew Cagney <ac131313@redhat.com>
13517
13518 * configure.tgt: Remove powerpc-*-macos* target.
13519 * config/m68k/xm-mpw.h: Delete file.
13520 * config/xm-mpw.h: Delete file.
13521 * ser-mac.c: Delete file.
13522 * mpw-make.sed: Delete file.
13523 * mpw-config.in: Delete file.
13524 * mac-xdep.c: Delete file.
13525 * mac-gdb.r: Delete file.
13526 * mac-defs.h: Delete file.
13527 * mac-nat.c: Delete file.
13528 * config/powerpc/macos.mh: Delete file.
13529 * config/powerpc/macos.mt: Delete file.
13530 * config/powerpc/nm-macos.h: Delete file.
13531 * config/powerpc/tm-macos.h: Delete file.
13532 * source.c (openp, open_source_file): Remove obsolete code.
13533 * top.c (gdb_readline): Ditto.
13534 * utils.c (query): Ditto.
13535 * event-top.c (display_gdb_prompt): Ditto.
13536 * Makefile.in (ser-mac.o): Delete obsolete target.
13537 * NEWS: Update.
13538
d7449b42
AC
135392002-01-04 Andrew Cagney <ac131313@redhat.com>
13540
13541 * defs.h (BIG_ENDIAN): Delete macro definition.
13542 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13543 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13544 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13545 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13546 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13547 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13548 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13549 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13550 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13551 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13552 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13553 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13554 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13555 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13556 * gdbarch.c: Re-generate.
13557
356374e8
DJ
135582002-01-04 Daniel Jacobowitz <drow@mvista.com>
13559
13560 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13561 for core files.
13562
a2b8f8f8
JT
135632002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13564
13565 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13566
12466af9
AC
135672002-01-04 Andrew Cagney <ac131313@redhat.com>
13568
13569 * value.h (value_ptr): Delete typedef.
13570
3549ab40
JT
135712002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13572
13573 * i386nbsd-nat.c: Update copyright years.
13574 Include i386-tdep.h.
13575
fedbd091
EZ
135762002-01-04 Elena Zannoni <ezannoni@redhat.com>
13577
13578 * stabsread.c: Update copyright years.
13579
13580 From Debashis Mahata <debashis.mahata@wipro.com>:
13581 (read_struct_fields): Deal with Sun C compiler erroneous stab
13582 output for structs and unions.
fec8b34f 13583 Fix PR gdb/269.
fedbd091 13584
eb43544b
DJ
135852002-01-04 Daniel Jacobowitz <drow@mvista.com>
13586
13587 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13588 prototype.
13589
1514d34e
DJ
135902002-01-04 Daniel Jacobowitz <drow@mvista.com>
13591
13592 * cp-abi.c: Fix whitespace.
13593 (baseclass_offset): New wrapper function.
13594 * cp-abi.h (baseclass_offset): Add prototype.
13595 (struct cp_abi_ops): Add baseclass_offset pointer.
13596
13597 * valops.c (vb_match): Move to...
13598 * gnu-v2-abi.c (vb_match): here.
13599 * valops.c (baseclass_offset): Move to...
13600 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13601
13602 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13603
13604 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13605 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13606 * hpacc-abi.c (init_hpacc_ops): Likewise.
13607
7f8c9282
DJ
136082002-01-04 Daniel Jacobowitz <drow@mvista.com>
13609
13610 * valops.c (find_overload_match): Accept obj as a
13611 reference parameter. Update it before returning.
13612 * value.h (find_overload_match): Update prototype.
13613 * eval.c (evaluate_subexp_standard): Pass object to
13614 find_overload_match by reference.
13615
f23631e4
AC
136162002-01-03 Andrew Cagney <ac131313@redhat.com>
13617
13618 * valarith.c: Replace value_ptr with struct value pointer. Remove
13619 register attribute from value declarations.
13620 * valops.c: Ditto.
13621 * value.h: Ditto.
13622 * scm-lang.c (scm_lookup_name): Ditto.
13623
79e10fab 136242002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 13625
79e10fab
AC
13626 Abstract the functionality of iterating over mapped memory
13627 regions into a general purpose iterator function.
abf22e64 13628 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13629 iterator for memory sections.
13630 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13631 (solib_mappings_callback): New function, callback for above.
13632 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13633 (info_mappings_callback): New function, callback for above.
13634
13635 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13636
c5ad026a
MK
136372002-01-01 Mark Kettenis <kettenis@gnu.org>
13638
d2a7c97a
MK
13639 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13640 * i386-tdep.c: Include "elf-bfd.h".
13641 (process_note_abi_tag_sections): New function.
13642 (i386_gdbarch_init): Add code to recognize various OS/ABI
13643 combinations.
13644
c5ad026a
MK
13645 * maint.c (_initialize_maint_cmds): Add missing \ in
13646 string-literal.
13647
a1a5b71e 13648For older changes see ChangeLog-2001
c906108c
SS
13649\f
13650Local Variables:
13651mode: change-log
13652left-margin: 8
13653fill-column: 74
13654version-control: never
13655End:
This page took 0.971403 seconds and 4 git commands to generate.