* gdb-events.sh (selected_thread_changed): New event.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-09-30 Keith Seitz <keiths@redhat.com>
2
3 * gdb-events.sh (selected_thread_changed): New event.
4 * gdb-events.c: Regenerated.
5 * gdb-events.h: Regenerated.
6
7 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
8
9 * MAINTAINERS: Add self to Write After Approval list.
10
11 2002-09-30 Fernando Nasser <fnasser@redhat.com>
12
13 * disasm.c: New file.
14 * disasm.h: New file.
15 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
16 (compare_lines): Ditto.
17 (dump_insns): Ditto.
18 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout argument.
19 (do_assembly_only): Ditto.
20 (do_disassembly): Renamed to gdb_disassembly and moved to disasm.c.
21 Sdded uiout argument.
22 * Makefile.in: Add new files. Reorder SFILES list. Update dependencies.
23 Include libgdb.a later in the insight executable.
24
25 2002-09-29 Andrew Cagney <ac131313@redhat.com>
26
27 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
28 bfd/elf64-alpha-fbsd.c.
29
30 2002-09-29 Andrew Cagney <ac131313@redhat.com>
31
32 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
33 i386gnu-tdep.c.
34
35 2002-09-29 Andrew Cagney <ac131313@redhat.com>
36
37 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
38 __FUNCTION__.
39 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
40 function name.
41 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
42 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
43 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
44 (S_msg_sig_post_reply): Ditto.
45
46 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
47
48 * sh-tdep.c (sh_use_struct_convention): Use definition according
49 to ABI.
50 (sh_push_arguments): Store in register with correct endianess.
51 (sh_default_store_return_value): Ditto.
52 (sh_gdbarch_init): Set sizeof long double to 8.
53
54 2002-09-27 Mark Kettenis <kettenis@gnu.org>
55
56 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
57 Fix some whitespace problems.
58
59 2002-09-27 David Carlton <carlton@math.stanford.edu>
60
61 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
62 (mcore-tdep.o): Ditto.
63 (ns32k-tdep.o): Ditto.
64 (ns32knbsd-tdep.o): Ditto.
65 (sh3-rom.o): Ditto.
66 (vax-tdep.o): Ditto.
67 * cris-tdep.c: #include "gdb_string.h"
68 * mcore-tdep.c: Ditto.
69 * ns32k-tdep.c: Ditto.
70 * ns32knbsd-tdep.c: Ditto.
71 * sh3-rom.c: Ditto.
72 * vax-tdep.c: Ditto.
73
74 2002-09-27 David Carlton <carlton@math.stanford.edu>
75
76 * config/djgpp/fnchange.lst: Add entries for
77 gdb/testsuite/gdb.c++/m-static files.
78
79 2002-09-27 Jim Wilson <wilson@redhat.com>
80
81 * MAINTAINERS: Add myself to the Write After Approval list.
82
83 2002-09-26 Martin M. Hunt <hunt@redhat.com>
84
85 * mips-tdep.c (find_proc_desc): Initialize startaddr.
86
87
88 2002-09-26 Andrew Cagney <ac131313@redhat.com>
89
90 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
91 frame.
92
93 2002-09-26 Andrew Cagney <ac131313@redhat.com>
94
95 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
96 (rs6000_struct_return_address): Delete variable.
97 (rs6000_store_struct_return): Update.
98 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
99 deprecated_extract_struct_value_address.
100 (rs6000_frame_align): New function.
101 (rs6000_gdbarch_init): Set frame_align.
102
103 2002-09-26 Andrew Cagney <ac131313@redhat.com>
104
105 From Grace Sainsbury <graces@redhat.com>:
106 * Makefile.in (gdbtk-main.o): New target.
107 (gdb.o): New target.
108 (main_h): Define.
109 (main.o): Update dependencies.
110 (gdb$(EXEEXT)): Add gdb.o.
111 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
112 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
113 (SUBDIR_GDBTK_CLEAN): Set.
114 (install-gdbtk): Install the insight binary.
115 (uninstall-gdbtk): New target.
116 (all-gdbtk, clean-gdbtk): New rule.
117 * top.c (use_windows): Default to zero.
118 * main.c: Include "main.h".
119 (main): Delete.
120 (struct captured_main_args): Delete.
121 (gdb_main): New function.
122 * main.h: New file.
123 * gdb.c: New File.
124
125 2002-09-25 Andrew Cagney <cagney@redhat.com>
126
127 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
128 (frame_map_regnum_to_name): New function.
129 (frame_map_name_to_regnum): New function.
130 * frame.h (frame_map_name_to_regnum): Declare.
131 (frame_map_regnum_to_name): Declare.
132 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
133 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
134 * parse.c: Do not include "builtin-regs.h".
135 (target_map_name_to_register): Delete function.
136 (write_dollar_variable): Use frame_map_name_to_regnum.
137 * parser-defs.h (target_map_name_to_register): Delete declaration.
138 * expprint.c: Include "frame.h".
139 (print_subexp): Use frame_map_regnum_to_name.
140 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
141 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
142
143 2002-09-25 Andrew Cagney <ac131313@redhat.com>
144
145 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
146 wasn't saved, and the next innermost frame is a dummy, return the
147 dummy frame's link register.
148
149 2002-09-24 Jim Blandy <jimb@redhat.com>
150
151 Fix from Paul Breed:
152 * main.c (captured_main): Add a `break' after the case for 'b'.
153
154 2002-09-24 Keith Seitz <keiths@redhat.com>
155
156 * varobj.c (c_type_of_child): Use get_target_type instead
157 of TYPE_TARGET_TYPE.
158
159 2002-09-22 Fernando Nasser <fnasser@redhat.com>
160
161 * source.c (get_current_or_default_source_symtab_and_line): Remove
162 function.
163 (set_default_source_symtab_and_line): New function. Attempts to
164 determine a source file to list lines from if one is not currently
165 defined.
166 (get_current_source_symtab_and_line): Initialize sal.pc and
167 sal.end fields.
168 (set_current_source_symtab_and_line): Mark argument as const.
169 * source.h: Update declarations and comments.
170 * linespec.c (decode_line_1): Replace call to removed routine above.
171 * stack.c (print_frame_info_base): Ditto.
172 * cli/cli-cmds.c (edit_command): Ditto.
173 (list_command): Ditto.
174
175 2002-09-22 Fernando Nasser <fnasser@redhat.com>
176
177 * source.c (get_current__or_default_source_symtab_and_line): Initialize
178 sal.pc and sal.end fields.
179 (get_current_or_default_source_symtab_and_line): Ditto.
180 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
181 so we do not cause a new source symtab to be searched for (reverting an
182 unintentional change from the 2002-09-20 patch).
183 * scm-lang.c (scm_unpac): Ditto.
184
185 2002-09-21 Andrew Cagney <cagney@redhat.com>
186
187 * complaints.c (symfile_explanations): Remove new-line from
188 ``isolated_message''.
189 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
190 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
191
192 2002-09-20 Nick Clifton <nickc@redhat.com>
193
194 * NEWS: Announce that V850EA ISA is no longer supported.
195 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
196
197 2002-09-20 David Carlton <carlton@math.stanford.edu>
198
199 * Makefile.in (c-lang.o): Correct dependencies.
200 (utils.o): Gather dependencies.
201 (charset.o): Move.
202 * c-lang.c: #include "gdb_string.h"
203
204 2002-09-20 Fernando Nasser <fnasser@redhat.com>
205
206 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
207 * cli/cli-cmds.c (list_command): New function. Implements the new
208 cli edit command.
209 (_init_cli_cmds): Add new command definition.
210 * gdb.1: Document edit command.
211 * doc/gdb.texinfo: Document edit command.
212
213 2002-09-20 Fernando Nasser <fnasser@redhat.com>
214
215 * source.c: Make global variables current_source_symtab and
216 current_source_line static.
217 (list_command): Moved to cli/cli-cmds.c.
218 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
219 (get_first_line_listed): New accessor function.
220 (get_lines_to_list): New accessor function.
221 (get_current_source_symtab_and_line): New function. Retrieves the
222 position in the source code that we consider current.
223 (get_current_or_default_source_symtab_and_line): New function.
224 Like the above but attempts to determine a default position if one
225 is not currently defined.
226 (set_current_source_symtab_and_line): New function. Sets the source
227 code position considered current and returns the previously set one.
228 (clear_current_source_symtab_and_line): Reset stored information about
229 a current source line.
230 (_initialize_source): Remove registration for the "list" command and
231 its alias.
232 * source.h: Add declarations for the new functions above.
233 * symtab.h: Remove declarations for the global variables mentioned
234 above.
235 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
236 obtain current source line.
237 * linespec.c (decode_line_1): Ditto.
238 * macroscope.c (default_macro_scope): Ditto.
239 * scm-lang.c (scm_unpac): Ditto.
240 * stack.c (print_frame_info_base): Ditto.
241 * symfile.c (clear_symtab_users): Ditto.
242 * symtab.c (decode_line_spec): Ditto.
243 * cli/cli-cmds.c (list_command): Moved here from source.c.
244 (ambiguous_line_spec): Moved here from source.c.
245 (_init_cli_cmds): Add definition for "list" and its alias.
246 * Makefile.in: Update dependencies.
247
248 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
249
250 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
251 with what gcc thinks is correct.
252
253 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
254
255 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
256 multiple register push instruction.
257
258 2002-09-19 Jim Blandy <jimb@redhat.com>
259
260 Add support for distinct host and target character sets.
261 * charset.c, charset.h: New files.
262 * c-exp.y: #include "charset.h".
263 (yylex): Convert character and string literals to the target
264 character set, before returning them as the semantic value of the
265 token.
266 * c-lang.c: #include "charset.h".
267 (c_emit_char): Use charset-specific methods to recognize
268 characters with backslash escape forms, to decide which characters
269 to print literally and which to print using numeric escape
270 sequences, and to convert target characters to host characters
271 before printing.
272 * utils.c: #include "charset.h".
273 (no_control_char_error): New function.
274 (parse_escape): Use charset-specific methods to recognize
275 backslash escapes, parse `control character' notation, and convert
276 characters from the host character set to the target character set.
277 * configure.in: Set the default host character set.
278 Check where to find iconv, and what its argument types might be.
279 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
280 * Makefile.in (SFILES): List charset.c.
281 (COMMON_OBS): List charset.o.
282 (charset.o): New rule.
283 (charset_h): New header dependency variable.
284 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
285 (LIBICONV): New variable, set by configure.
286 (CLIBS): Include $(LIBICONV) here.
287 * aclocal.m4, config.in, configure: Regenerated.
288
289 2002-09-19 Joel Brobecker <brobecker@gnat.com>
290
291 * ada-exp.y: Add missing semicolons to end rules. Fixes a
292 bison 1.35 warning.
293
294 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
295
296 * gdb_mbuild.sh: New file.
297
298 2002-09-19 Andrew Cagney <ac131313@redhat.com>
299
300 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
301
302 2002-09-18 Andrew Cagney <ac131313@redhat.com>
303
304 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
305 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
306 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
307 valops.c, value.h: Revert previous change.
308
309 2002-09-18 Michael Snyder <msnyder@redhat.com>
310
311 Preliminary support for Objective-C:
312 * defs.h (language_objc): New enum value.
313 (puts_filtered_tabular): Declaration only, exported from utils.c.
314 (skip_quoted): Delete, declared in completer.h.
315 * c-exp.y: Include completer.h.
316 * p-exp.y: Ditto.
317 * jv-exp.y: Ditto.
318 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
319 New operator enum values.
320 * language.h (CAST_IS_CONVERSION): Test for language_objc.
321 * language.c (binop_result_type): Handle language_objc case.
322 (integral_type, character_type, string_type, boolean_type,
323 structured_type, binop_type_check): Ditto.
324 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
325 (struct objc_specific): Add to general_symbol_info.
326 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
327 (SYMBOL_DEMANGLED_NAME): Handle objc case.
328 * parser-defs.h (struct objc_class_str): New struct type.
329 (start_msglist, end_msglist, add_msglist): Declaration only,
330 exported from objc-lang.c.
331 * value.h (value_of_local, value_nsstring,
332 call_function_by_hand_expecting_type): Exported from valops.c.
333 * valops.c (find_function_addr): Export.
334 (call_function_by_hand_expecting_type): New function.
335 (value_of_local): New function.
336 * symfile.c (init_filename_language_table): Add ".m" extension
337 for Objective-C.
338 * utils.c (puts_filtered_tabular): New function.
339 (fprintf_symbol_filtered): Add objc demangling support (disabled).
340 (set/show demangle): Extend help-string to refer to ObjC.
341 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
342 * stabsread.c (symbol_reference_defined): Objective-C symbols
343 may contain colons: make allowances when scanning stabs strings
344 for colons.
345 (objc_find_colon): New function.
346 * printcmd.c (address_info): If language == objc then print
347 "self" instead of "this".
348 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
349 OP_NSSTRING, and OP_SELF.
350 (prefixify_subexp): Ditto.
351 * source.c (print_source_lines): Mention objc in comment.
352 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
353 method names.
354
355 2002-09-18 Andrew Cagney <ac131313@redhat.com>
356
357 * complaints.h: Update copyright.
358 (struct complaints): Declare.
359 (struct complaint): Make `message' constant.
360 (internal_complaint): Declare.
361 (complaint): Declare.
362 (complaint_root): Delete declaration.
363 (symfile_complaints): Delete declaration.
364 (struct complaints): Add opaque declaration.
365 (clear_complaints): Add a complaints parameter.
366 * complaints.c: Update copyright.
367 (enum complaint_series): Define.
368 (complaint_root): Delete.
369 (struct complaints): Define.
370 (complaint_sentinel, symfile_complaint_book): New variables.
371 (symfile_explanations, symfile_complaints): New variables.
372 New variables.
373 (get_complaints): New function.
374 (vcomplaint): New function.
375 (complaint): New function.
376 (internal_complaint): New function.
377 (complain): Call vcomplain with symfile_complaint.
378 (clear_complaints): Rewrite.
379 (_initialize_complaints): Use add_setshow_command.
380 * Makefile.in (complaints.o): Update dependencies.
381 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
382 to call to clear_complaints.
383 (new_symfile_objfile, reread_symbols): Ditto.
384 (oldsyms_complaint): Delete.
385 (empty_symtab_complaint, unknown_option_complaint): Delete.
386 (free_named_symtabs): Use complaint instead of complain.
387
388 2002-09-18 Michael Snyder <msnyder@redhat.com>
389
390 Contributed by Apple Computer, Inc. Merged with current sources
391 by Adam Fedor <fedor@doc.com> [cagney].
392
393 * objc-lang.c: First clean-up round: comments, indentation.
394 * objc-lang.h: Ditto.
395 * objc-lang.y: Ditto.
396
397 2002-09-18 Andrew Cagney <ac131313@redhat.com>
398
399 * maint.c (maintenance_internal_error): Print the parameter as the
400 error message.
401 (maintenance_internal_warning): New function.
402 (_initialize_maint_cmds): Add command `maint internal-warning'.
403
404 * defs.h (internal_warning, internal_vwarning): Declare.
405 * utils.c (struct internal_problem): Define.
406 (internal_vproblem): New function.
407 (internal_warning): New function.
408 (internal_vwarning): New function.
409 (internal_warning_problem, internal_error_problem): New variables.
410 (internal_verror): Just call internal_vproblem.
411
412 2002-09-18 Michael Snyder <msnyder@redhat.com>
413
414 * objc-lang.c: New file, support for Objective-C.
415 Preliminary check-in, not yet integrated into gdb.
416 * objc-lang.h: New file.
417 * objc-exp.y: New file.
418
419 2002-09-18 Andrew Cagney <ac131313@redhat.com>
420
421 * infrun.c (signal_stop_update): Convert definition to ISO C.
422 (signal_print_update): Ditto.
423 (signal_pass_update): Ditto.
424 * inflow.c (terminal_save_ours): Ditto.
425
426 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
427 comments.
428
429 * config/djgpp/fnchange.lst: Handle name clashes between
430 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
431 bfd/coff-tic80.c.
432
433 * i386-linux-tdep.h: Fix tipo.
434
435 2002-09-18 Adam Fedor <fedor@gnu.org>
436
437 * MAINTAINERS: Add myself to the Write After Approval list.
438
439 2002-09-18 Jim Blandy <jimb@redhat.com>
440
441 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
442 texthigh and textlow to reader-specific structs caused
443 objfile_relocate to miss them. This is fixable, but the work that
444 the change was supposed to prepare GDB for never got done anyway.
445
446 2002-09-18 David Carlton <carlton@math.stanford.edu>
447
448 * MAINTAINERS: Alphabetize Write After Approval list.
449
450 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
451
452 Fix PR gdb/709
453 * values.c (value_static_field): Call read_var_value.
454
455 2002-09-18 Andrew Cagney <ac131313@redhat.com>
456
457 * valops.c (hand_function_call): Align the initial stack pointer
458 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
459 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
460 return value.
461 * mips-tdep.c (mips_frame_align): New function.
462 (mips_gdbarch_init): Set frame_align.
463 * gdbarch.sh (FRAME_ALIGN): New method.
464 * gdbarch.h, gdbarch.c: Re-generate.
465
466 2002-09-18 Michal Ludvig <mludvig@suse.cz>
467
468 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
469 registers.
470
471 2002-09-17 Andrew Cagney <ac131313@redhat.com>
472
473 * NEWS: Mention that MIPS $fp behavior changed.
474 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
475 reference to FP_REGNUM.
476 (mipsnbsd_cannot_store_register): Ditto.
477 * mips-linux-nat.c: Update copyright.
478 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
479 (mips_linux_cannot_store_register): Ditto.
480 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
481 * config/mips/tm-mips.h: Update copyright.
482 (FP_REGNUM): Delete macro.
483 (MIPS_REGISTER_NAMES): Replace "fp" with "".
484 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
485 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
486 (mips_r3041_reg_names, mips_r3051_reg_names)
487 (mips_r3081_reg_names): Replace "fp" with "".
488 Fix PR gdb/480.
489
490 2002-09-17 Theodore A. Roth <troth@verinet.com>
491
492 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
493 generic_read_register_dummy() (PR gdb/703).
494 (avr_push_return_address): #if 0 out unused vars.
495 (avr_gdbarch_init): Enable use of avr_push_return_address().
496
497 2002-09-17 Michael Snyder <msnyder@redhat.com>
498
499 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
500 RTE will take care of it.
501
502 2002-09-17 Andrew Cagney <ac131313@redhat.com>
503
504 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
505 invalid, return SP_REGNUM.
506
507 2002-09-17 Michael Snyder <msnyder@redhat.com>
508
509 * mips-tdep.c (mips_pop_frame): Read saved values of floating
510 point registers without sign extension.
511
512 2002-09-17 Andrew Cagney <cagney@redhat.com>
513
514 * blockframe.c (deprecated_read_register_dummy): Rename
515 generic_read_register_dummy.
516 * frame.c (frame_unwind_signed_register): New function.
517 (frame_unwind_unsigned_register): New function.
518 * frame.h (frame_unwind_signed_register): Declare.
519 (frame_unwind_unsigned_register): Declare.
520 (deprecated_read_register_dummy): Rename
521 generic_read_register_dummy.
522
523 * h8300-tdep.c (h8300_frame_chain): Update.
524 (h8300_frame_saved_pc): Update.
525 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
526 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
527 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
528 (s390_frame_chain): Update.
529 * v850-tdep.c (v850_find_callers_reg): Update.
530 (v850_frame_saved_pc): Update.
531 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
532 (m32r_find_callers_reg): Update.
533 (m32r_frame_saved_pc): Update.
534 * sh-tdep.c (sh_find_callers_reg): Update.
535 (sh64_get_saved_pr): Update.
536 (sh_init_extra_frame_info): Update.
537 (sh_init_extra_frame_info): Update.
538 (sh64_init_extra_frame_info): Update.
539 (sh64_init_extra_frame_info): Update.
540 * mcore-tdep.c (mcore_find_callers_reg): Update.
541 (mcore_frame_saved_pc): Update.
542 (mcore_init_extra_frame_info): Update.
543 * i386-tdep.c (i386_frame_saved_pc): Update.
544 * ia64-tdep.c (ia64_frame_saved_pc): Update.
545 (ia64_init_extra_frame_info): Update.
546 (ia64_init_extra_frame_info): Update.
547 * d10v-tdep.c (d10v_frame_saved_pc): Update.
548 * cris-tdep.c (cris_init_extra_frame_info): Update.
549 * avr-tdep.c (avr_frame_chain): Update.
550 (avr_init_extra_frame_info): Update.
551 (avr_frame_saved_pc): Update.
552 * arm-tdep.c (arm_find_callers_reg): Update.
553 (arm_init_extra_frame_info): Update.
554 (arm_frame_saved_pc): Update.
555
556 2002-09-17 Tom Tromey <tromey@redhat.com>
557
558 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
559 is "'".
560
561 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
562
563 * MAINTAINERS: Remove "non multi-arched" text from h8300.
564 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
565 NEXT_PROLOGUE_INSN.
566 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
567 NEXT_PROLOGUE_INSN.
568
569 2002-09-16 Joel Brobecker <brobecker@gnat.com>
570
571 * osfsolib.c: Remove file, replaced by solib-osf.c.
572 * Makefile.in: Remove compilation rules for osfsolib.c.
573
574 2002-09-16 David Carlton <carlton@math.stanford.edu>
575
576 * cp-valprint.c (cp_print_class_method): Correct args to
577 check_stub_method_group.
578
579 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
580
581 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
582 `set architecture'. Unify naming convention of functions.
583 (h8300_skip_prologue): Improve prologue analysis.
584 (h8300_push_arguments): Rewritten to more closely match GCC's
585 bizarre argument-passing behavior, along with the comment describing
586 said behavior.
587 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
588 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
589 sim, remote-e7000.c, remote-hms.c and remote.c
590
591 2002-09-15 Mark Kettenis <kettenis@gnu.org>
592
593 * i386-tdep.c (gdb_print_insn_i386): Removed.
594 (i386_print_insn): New function.
595 (i386_gdbarch_init): Set print_insn to i386_print_insns.
596 (_initialize_i386_tdep): Don't initialize tm_print_insn and
597 tm_print_insn_info.
598
599 2002-09-14 Mark Kettenis <kettenis@gnu.org>
600
601 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
602 zero.
603
604 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
605
606 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
607 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
608 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
609
610 2002-09-13 Christopher Faylor <cgf@redhat.com>
611
612 * win32-nat.c (child_create_inferior): Honor 'tty' command.
613
614 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
615
616 * gdbtypes.c (check_stub_method): Make static.
617 (check_stub_method_group): New function.
618 * gdbtypes.h: Update prototypes.
619 * cp-support.c: New file.
620 * cp-support.h: New file.
621
622 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
623 (update_method_name_from_physname): New function.
624 (read_member_functions): Correct method names for operators
625 and v3 constructors/destructors. Separate v2 constructors and
626 destructors.
627 * Makefile.in (stabsread.o): Update dependencies.
628 (SFILES): Add cp-support.c.
629 (COMMON_OBS): Add cp-support.o.
630 (cp_support_h, cp-support.o): Add.
631
632 * cp-valprint.c (cp_print_class_method): Call
633 check_stub_method_group instead of check_stub_method. Remove
634 extraneous QUITs.
635 * p-valprint.c (pascal_object_print_class_method): Likewise.
636 * valops.c (search_struct_method): Likewise.
637 (find_method_list, value_struct_elt_for_reference): Likewise.
638
639 2002-09-13 Andrew Cagney <cagney@redhat.com>
640
641 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
642 * gdbarch.h, gdbarch.c: Regenerate.
643
644 2002-09-13 Andrew Cagney <ac131313@redhat.com>
645
646 * frame.c (find_saved_register): Delete function.
647 * frame.h (find_saved_register): Delete declaration.
648 Fix PR gdb/631.
649
650 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
651
652 * mips-tdep.c (read_next_frame_reg): Re-hack using
653 frame_register_unwind.
654
655 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
656
657 * mips-tdep.c (mips_get_saved_register): Re-hack using
658 frame_register_unwind.
659
660 2002-09-12 Joel Brobecker <brobecker@gnat.com>
661
662 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
663 vector. Will be useful for Interix.
664 * gdbarch.h, gdbarch.c: Regenerate.
665
666 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
667 name of the malloc function by NAME_OF_MALLOC.
668
669 2002-09-12 Joel Brobecker <brobecker@gnat.com>
670
671 * value.h (find_function_in_inferior): Add const keyword to
672 one of the parameters. Allows us to invoke this function with
673 a const char *.
674 * valops.c (find_function_in_inferior): Likewise.
675
676 2002-09-12 Joel Brobecker <brobecker@gnat.com>
677
678 * exec.c (xfer_memory): Fix compilation warning with old versions
679 of GCC.
680 * tracepoint.c (trace_find_tracepoint_command): Likewise.
681
682 2002-09-12 David Carlton <carlton@math.stanford.edu>
683
684 * symtab.h: Run through gdb_indent.h.
685 Add 2002 to Copyright year list.
686
687 2002-09-12 Alan Modra <amodra@bigpond.net.au>
688
689 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
690 mach constants.
691 * MAINTAINERS: Add myself to write after approval list.
692
693 2002-09-11 J. Brobecker <brobecker@gnat.com>
694
695 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
696
697 2002-09-11 J. Brobecker <brobecker@gnat.com>
698
699 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
700 Interix.
701
702 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
703
704 * procfs.c (do_detach): Clear current signal, not just fault.
705 Corrects problem with breakpoint trap signal leaking to detached
706 process on Tru64.
707
708 2002-09-10 Michael Snyder <msnyder@redhat.com>
709
710 * buildsym.c (finish_block): Protect against null pointer.
711
712 2002-09-10 Andrew Cagney <cagney@redhat.com>
713
714 * infcmd.c (default_print_registers_info): Send all output to
715 ``file'' instead of ``gdb_stdout''.
716
717 2002-09-10 Michael Snyder <msnyder@redhat.com>
718
719 * mips-tdep.c (mips_extract_struct_value_address): Make val a
720 LONGEST, and use signed register read (addresses are sign-
721 extended for mips).
722
723 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
724
725 * event-loop.c (gdb_do_one_event): Make public.
726 * event-loop.h (gdb_do_one_event): Declare.
727
728 2002-09-10 Jeff Law <law@redhat.com>
729
730 * infttrace.c (child_resume): Simplify and rework to avoid
731 TT_PROC_CONTINUE.
732
733 2002-09-09 Fred Fish <fnf@intrinsity.com>
734
735 * printcmd.c (print_scalar_formatted): "len" is the number of
736 target bytes, NOT the number of target bits.
737
738 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
739
740 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
741 * top.c (init_main): Set rl_terminal_name.
742
743 2002-09-08 Aidan Skinner <aidan@velvet.net>
744
745 * ada-lang.c (ada_array_bound, ada_type_match,
746 _initialize_ada_language): Fix K&R definitions.
747 * ada-tasks.c (get_current_task): Fix K&R definitions.
748 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
749
750 2002-09-07 Christopher Faylor <cgf@redhat.com>
751
752 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
753 Add XP.
754
755 2002-09-06 Mark Kettenis <kettenis@gnu.org>
756
757 * i386-tdep.c (i386_register_virtual_type,
758 i386_register_convertible, i386_register_convert_to_virtual,
759 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
760 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
761 (i386_gdbarch_init): Fix comment. Add comments on calls that set
762 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
763 Don't set push_arguments twice.
764
765 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
766 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
767 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
768 sigtramp_end to NULL.
769 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
770 defines.
771 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
772
773 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
774 whitespace.
775
776 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
777 * gdbarch.h, gdbarch.c: Re-generate.
778 * blockframe.c (find_pc_sect_partial_function): Convert to use
779 SIGTRAMP_START_P predicate.
780
781 2002-09-05 Michael Snyder <msnyder@redhat.com>
782
783 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
784 generic_dummy_frame method and old method. Also distinguish
785 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
786 (arm_extract_return_value): Use new regcache method.
787
788 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
789 adjustment that doesn't conform to the ABI.
790 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
791 saved regcache, not from current regcache.
792
793 2002-09-05 Andrew Cagney <ac131313@redhat.com>
794
795 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
796 * README: Update.
797
798 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
799
800 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
801 if arm_apcs_32 is false.
802
803 2002-09-04 Andrew Cagney <ac131313@redhat.com>
804
805 GDB 5.3 branch created.
806
807 2002-09-03 Theodore A. Roth <troth@verinet.com>
808
809 * gdb/avr-tdep.c (avr_gdbarch_init): Use
810 generic_unwind_get_saved_register.
811
812 2002-09-03 David Carlton <carlton@math.stanford.edu>
813
814 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
815 argument (PR gdb/653). Update call to smash_to_method_type.
816 (read_structure_scope): Update call to dwarf2_add_member_fn.
817
818 2002-09-03 Michal Ludvig <mludvig@suse.cz>
819
820 * x86-64-linux-tdep.c: Include gdb_string.h
821 * x86-64-linux-nat.c: Ditto.
822
823 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
824
825 * ada-exp.y (yyname, yyrule): Remap global variables that appear
826 when YYDEBUG is set to 1.
827 * c-exp.y: Likewise.
828 * f-exp.y: Likewise.
829 * jv-exp.y: Likewise.
830 * m2-exp.y: Likewise.
831 * p-exp.y: Likewise.
832
833 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
834
835 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
836 dependency list.
837 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
838 solib_svr4_fetch_link_map_offsets to
839 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
840 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
841 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
842 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
843 solib-svr4.o, and solib-legacy.o.
844 * config/i386/tm-nbsd.h: Include solib.h.
845
846 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
847
848 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
849 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
850 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
851 comment noting that this needs its own target configuration.
852 * config/i386/nbsd.mt: New file.
853 * config/i386/nbsdaout.mt: Remove.
854 * config/i386/nbsdelf.mt: Ditto.
855 * config/i386/tm-nbsdaout.h: Ditto.
856
857 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
858
859 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
860 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
861 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
862 tdep->sigtramp_end.
863 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
864 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
865 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
866
867 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
868
869 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
870 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
871 * i386-tdep.h (i386bsd_init_abi): New prototype.
872 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
873 function declaration.
874 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
875 for NetBSD-a.out or NetBSD-ELF.
876 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
877 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
878 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
879 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
880 and nbsd-tdep.h.
881 (i386nbsd_pc_in_sigtramp): New function.
882 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
883 i386nbsd_pc_in_sigtramp.
884 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
885 and i386nbsdelf_init_abi OS ABI handlers.
886 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
887 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
888
889 2002-09-02 Mark Kettenis <kettenis@gnu.org>
890
891 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
892 registers if the target really has them.
893
894 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
895
896 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
897 than nbsd-tdep.h.
898
899 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
900
901 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
902 list.
903 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
904 (alphanbsd_skip_sigtramp_frame): New functions.
905 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
906 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
907 to alphanbsd_sigcontext_addr.
908
909 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
910
911 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
912 list.
913 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
914 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
915 nbsd_pc_in_sigtramp.
916 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
917 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
918 * nbsd-tdep.c: Include gdb_string.h.
919 (nbsd_pc_in_sigtramp): New function.
920 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
921 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
922 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
923 ppcnbsd_pc_in_sigtramp.
924 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
925 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
926 shnbsd_pc_in_sigtramp.
927 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
928 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
929 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
930
931 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
932
933 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
934 watchpoints to NULL.
935 (insert_breakpoints): set val field of watchpoints if NULL.
936
937
938 2002-08-29 Jim Blandy <jimb@redhat.com>
939
940 * symtab.c (lookup_symbol_aux): In the cases where we find a
941 minimal symbol of an appropriate name and use its address to
942 select a symtab to read and search, use `name' (as passed to us)
943 as the demangled name when searching the symtab's global and
944 static blocks, not the minsym's name.
945
946 2002-08-29 Keith Seitz <keiths@redhat.com>
947
948 * stack.c (print_frame_info_base): Always set current_source_symtab
949 and current_source_line.
950
951 2002-08-29 Donn Terry <donnte@microsoft.com>
952
953 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
954
955 2002-08-28 Keith Seitz <keiths@redhat.com>
956
957 * stack.c (select_frame): Add FIXME concerning selected-frame
958 events.
959 (select_frame_command): Send selected-frame-level-changed
960 event notification, but only if the level actually changed.
961 (up_silently_base): Add selected-frame-level-changed event
962 notification.
963 (down_silently_base): Likewise.
964
965 2002-08-28 Andrew Cagney <ac131313@redhat.com>
966
967 * Makefile.in: Update dependencies for all gdb/*.c files.
968
969 2002-08-27 Tom Tromey <tromey@redhat.com>
970
971 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
972 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
973 Update dependencies.
974 * i387-tdep.c: Include gdb_string.h.
975 * osabi.c: Likewise.
976 * i386-linux-nat.c: Likewise.
977 * lin-lwp.c: Likewise.
978 * ax-gdb.c: Likewise.
979 * signals/signals.c: Likewise.
980 * jv-valprint.c: Likewise.
981 * p-lang.c: Likewise.
982 * c-valprint.c: Likewise.
983 * cp-abi.c: Likewise.
984
985 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
986
987 * cli/cli-script.h (copy_command_lines): Export.
988 * breakpoint.c: Include cli/cli-script.h.
989 * Makefile.in (breakpoint.o): Update dependencies.
990
991 2002-08-26 Michael Snyder <msnyder@redhat.com>
992
993 * breakpoint.c (insert_breakpoints): Protect all references
994 to 'process_warning'. Shorten long lines.
995
996 2002-08-26 Joel Brobecker <brobecker@gnat.com>
997
998 * cli/cli-script.c (copy_command_lines): New function.
999 * defs.h (copy_command_lines): Export.
1000 * testsuite/gdb.base/commands.exp: New tests for commands
1001 attached to a temporary breakpoint, and for commands that
1002 delete the breakpoint they are attached to.
1003
1004 2002-08-26 Michael Snyder <msnyder@redhat.com>
1005
1006 * breakpoint.c (bpstat_stop_status): Instead of copying the
1007 pointer to the breakpoint commands struct, make a new copy
1008 of the struct and point to that.
1009 (bpstat_clear): Free the commands struct.
1010 (bpstat_clear_actions): Free the commands struct.
1011 (bpstat_do_actions): Free the command actions. Also execute
1012 the local cleanups, instead of deleting them.
1013 (delete_breakpoint): Leave the commands field of the bpstat
1014 chain alone -- it will be freed later.
1015
1016 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1017
1018 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1019 deleted in 2002-08-20 commit. This function is still used by
1020 ppc-linux-nat.c.
1021
1022 2002-08-26 Keith Seitz <keiths@redhat.com>
1023
1024 * gdb-events.sh: Add selected-frame-level-changed event.
1025 * gdb-events.c: Regenerated.
1026 * gdb-events.h: Regenerated.
1027
1028 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1029
1030 Fix PR gdb/393:
1031 * inflow.c (terminal_save_ours): New function to save terminal
1032 settings.
1033 * inferior.h (terminal_save_ours): Declare.
1034 * target.c (debug_to_terminal_save_ours): New function.
1035 (cleanup_target): Defaults to_terminal_save_ours.
1036 (update_current_target): Inherit to_terminal_save_ours.
1037 (setup_target_debug): Set to_terminal_save_ours.
1038 * target.h (target_terminal_save_ours): New to save terminal settings.
1039 (target_ops): New member to_terminal_save_ours.
1040 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1041 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1042 * inftarg.c (init_child_ops): Likewise.
1043 * m3-nat.c (init_m3_ops): Likewise.
1044 * procfs.c (init_procfs_ops): Likewise.
1045 * wince.c (init_child_ops): Likewise.
1046 * win32-nat.c (init_child_ops): Likewise.
1047 * sol-thread.c (init_sol_thread_ops): Likewise.
1048
1049 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1050
1051 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1052 use regcache_* functions.
1053 (i386_gdbarch_init): Set store_return_value instead of
1054 deprecated_store_return_value.
1055
1056 * regcache.c (regcache_raw_write_signed,
1057 regcache_raw_write_unsigned): New functions.
1058 * regcache.h (regcache_raw_write_signed,
1059 regcache_raw_write_unsigned): New prototypes.
1060
1061 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1062
1063 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1064 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1065 source file dependencies. Cleanup corresponding generator rules.
1066
1067 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1068
1069 * regcache.h (register_offset_hack): Declare.
1070 (regcache_cooked_read_using_offset_hack): Declare.
1071 (regcache_cooked_write_using_offset_hack): Declare.
1072
1073 * regcache.c (register_offset_hack): New function.
1074 (regcache_cooked_read_using_offset_hack): New function.
1075 (regcache_cooked_write_using_offset_hack): New function.
1076 (regcache_dump): Check that the registers, according to their
1077 offset, are packed hard against each other.
1078 (cooked_xfer_using_offset_hack): New function.
1079
1080 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1081
1082 * regcache.c (struct regcache_descr): Add field register_type.
1083 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1084 in as a parameter
1085 (init_regcache_descr): Initialize register_type. Pass the descr
1086 to init_legacy_regcache_descr. Use register_type instead of
1087 REGISTER_VIRTUAL_TYPE.
1088 (register_type): New function.
1089 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1090 * regcache.h (register_type): Declare.
1091
1092 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1093
1094 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1095 instead of deprecated_store_return_value. Fix fallout from
1096 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1097
1098 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1099
1100 * regcache.c (max_register_size): New function.
1101 (init_legacy_regcache_descr): Ensure that max_register_size is
1102 large enough for REGISTER_VIRTUAL_SIZE.
1103 * regcache.h (max_register_size): Declare.
1104
1105 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1106
1107 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1108 store_return_value.
1109 (e500_extract_return_value): Change type of valbuf pointer to
1110 void.
1111
1112 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1113
1114 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1115 workaround.
1116
1117 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1118 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1119 long long) to prevent compiler warning on 64-bit systems.
1120
1121 2002-08-23 Andrew Cagney <cagney@redhat.com>
1122
1123 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1124 (DEPRECATED_STORE_RETURN_VALUE): New method.
1125 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1126 * gdbarch.h, gdbarch.c: Re-generate.
1127
1128 * values.c (set_return_value): Pass current_regcache to
1129 STORE_RETURN_VALUE.
1130 * arch-utils.h (legacy_store_return_value): Declare.
1131 * arch-utils.c (legacy_store_return_value): New function.
1132 (legacy_extract_return_value): Update parameters.
1133
1134 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1135 STORE_RETURN_VALUE.
1136 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1137 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1138 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1139 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1140 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1141 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1142 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1143 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1144 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1145 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1146
1147 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1148 * i386-tdep.c (i386_extract_return_value): Update.
1149 * arch-utils.c (legacy_extract_return_value): Update.
1150 * frv-tdep.c (frv_gdbarch_init): Update.
1151 * cris-tdep.c (cris_gdbarch_init): Update.
1152 * d10v-tdep.c (d10v_gdbarch_init): Update.
1153 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1154 * m68k-tdep.c (m68k_gdbarch_init): Update.
1155 * mcore-tdep.c (mcore_gdbarch_init): Update.
1156 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1157 * s390-tdep.c (s390_gdbarch_init): Update.
1158 * sparc-tdep.c (sparc_gdbarch_init): Update.
1159 * sh-tdep.c (sh_gdbarch_init): Update.
1160 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1161 * v850-tdep.c (v850_gdbarch_init): Update.
1162 * avr-tdep.c (avr_gdbarch_init): Update.
1163 * ia64-tdep.c (ia64_gdbarch_init): Update.
1164 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1165 * vax-tdep.c (vax_gdbarch_init): Update.
1166 * alpha-tdep.c (alpha_gdbarch_init): Update.
1167 * arm-tdep.c (arm_gdbarch_init): Update.
1168 * mips-tdep.c (mips_gdbarch_init): Update.
1169 * i386-tdep.c (i386_gdbarch_init): Update.
1170
1171 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1172
1173 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1174 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1175
1176 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1177
1178 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1179 problems.
1180
1181 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1182
1183 * infrun.c (handle_inferior_event): Move a comment outside of a
1184 function call, in order to avoid indent reformatting this part
1185 of the code in an unreadable way.
1186
1187 2002-08-23 Grace Sainsbury <graces@redhat.com>
1188
1189 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1190 when breakpoints fail. Move general breakpoint error messages to
1191 insert_breakpoints.
1192 * breakpoint.c (insert_breakpoints): Change warnings when
1193 breakpoints are nto inserted to specify the type. Remove call to
1194 memory_error when hardware breakpoints can't be inserted. Remove
1195 multiple calls to warning so all messages are sent to the user at
1196 once.
1197 (delete_breakpoints): Make insert error messsages more explicit.
1198
1199 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1200
1201 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1202 gdbserver/ChangeLog.
1203
1204 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1205
1206 * i386-tdep.c: Include "objfiles.h".
1207 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1208 skip_trampoline_code.
1209 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1210 (CPLUS_MARKER): Define to '.'.
1211
1212 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1213 member.
1214 (linux_corefile_thread_callback): Increase args->num_notes.
1215 (linux_make_note_section): Initialize thread_args.num_notes, and
1216 use it to determine whether notes for any threads were created.
1217
1218 2002-08-23 Donn Terry <donnte@microsoft.com>
1219
1220 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1221 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1222 and PCUNKILL.
1223 (write_with_trace): Conditionalize out the switch branch handling
1224 PCSHOLD if the corresponding macro is not defined. Likewise for
1225 PRSABORT and PRSTOP.
1226 This change will be needed by the Interix port.
1227
1228 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1229
1230 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1231 write_register wherever possible instead of manipulating the
1232 register bytes directly.
1233 Assign VALUE_CONTENTS to a variable and use that.
1234 The GPR numbers are now dependent on the architecture.
1235
1236 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1237
1238 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1239 ev_offset fields.
1240 (skip_prologue): Add support for BookE/e500 instructions.
1241 (e500_extract_return_value): New function.
1242 (frame_get_saved_regs): Add support for saving ev registers and
1243 pseudo gpr's.
1244 (e500_store_return_value): New function.
1245 (rs6000_gdbarch_init): Move up default intializations of
1246 deprecated_extract_return_value and store_return_value. Overwrite
1247 init of store_return_value with e500 specific version.
1248 Set extract_return_value for e500.
1249
1250 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1251
1252 * blockframe.c (generic_call_dummy_register_unwind): Use
1253 regcache_cooked_read to catch cases in which the variable is
1254 stored in a pseudo register.
1255
1256 2002-08-22 Andrew Cagney <cagney@redhat.com>
1257
1258 * NEWS: Mention that the i960 has been made obsolete.
1259 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1260 i960-tdep.c
1261 (remote-nrom.o): Obsolete target.
1262 (remote-nindy.o, i960-tdep.o): Ditto.
1263 * remote-nrom.c: Make file obsolete.
1264 * remote-nindy.c, remote-vx960.c: Ditto.
1265 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1266 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1267 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1268 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1269 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1270 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1271 i960-*-vxworks* obsolete.
1272 * MAINTAINERS: Note that the i960 is obsolete.
1273
1274 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1275
1276 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1277 detach to allow reinitialization.
1278
1279 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1280
1281 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1282 attempt).
1283
1284 2002-08-22 Jim Blandy <jimb@redhat.com>
1285
1286 * coffread.c (coff_symfile_read): Don't try to read the line
1287 number table from disk if the image file doesn't have a symbol
1288 table; we'll never actually look at the info anyway, and Windows
1289 ships DLL's with bogus file offsets for the line number data.
1290
1291 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1292
1293 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1294 an e500 executable.
1295
1296 2002-08-21 Michael Snyder <msnyder@redhat.com>
1297
1298 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1299 (MSYMBOL_SIZE): Replace macro with function.
1300 (DEFAULT_MIPS_TYPE): Delete unused macro.
1301 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1302 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1303
1304 2002-08-21 Jim Blandy <jimb@redhat.com>
1305
1306 * valops.c (value_cast): Simplify and correct logic for doing a
1307 static cast from a pointer to a base class to a pointer to a
1308 derived class.
1309
1310 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1311
1312 * infcmd.c (default_print_registers_info): Replace
1313 do_registers_info.
1314 (registers_info): Use gdbarch_print_registers_info instead of
1315 DO_REGISTERS_INFO.
1316 * inferior.h (default_print_registers_info): Replace
1317 do_registers_info.
1318 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1319 (DO_REGISTERS_INFO): Change to a predicate function.
1320 * gdbarch.h, gdbarch.c: Regenerate.
1321
1322 2002-08-21 Keith Seitz <keiths@redhat.com>
1323
1324 * gdb-events.sh: Add target-changed event.
1325 * gdb-events.c: Regenerated.
1326 * gdb-events.c: Regenerated.
1327 * valops.c (value_assign): Add target-changed event notification
1328 to inlval_register, lval_memory, and lval_reg_frame_relative.
1329
1330 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1331
1332 * NEWS: Add an entry regarding the improvement of the next/step
1333 operation on Alpha Tru64 multi-processor machines.
1334
1335 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1336
1337 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1338 directores.
1339 * Makefile.in: Update all _h macro definitions.
1340 * Makefile.in (install-gdbtk): Move to install section.
1341 (rdi-share/libangsd.a): Move to end of file.
1342
1343 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1344
1345 * frame.c (frame_register_unwind): When a register, set addrp to
1346 the register's byte.
1347
1348 2002-08-20 Michael Snyder <msnyder@redhat.com>
1349
1350 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1351 used locally, so move them from the target machine header to here.
1352 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1353 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1354 Make static.
1355 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1356
1357 2002-08-20 Andrew Cagney <cagney@redhat.com>
1358
1359 * NEWS: Mention that the Apollo line was made obsolete.
1360 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1361 m68*-hp-hpux* obsolete.
1362 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1363 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1364 * buildsym.c (make_blockvector): Make static.
1365 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1366 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1367 (ALLDEPFILES): Remove dstread.c.
1368 (dstread.o): Obsolete make rule.
1369 * dstread.c: Makefile obsolete.
1370 * dst.h: Ditto.
1371 * config/m68k/hp300hpux.mt: Ditto.
1372 * config/m68k/hp300hpux.mh: Ditto.
1373 * config/m68k/hp300bsd.mt: Ditto.
1374 * config/m68k/hp300bsd.mh: Ditto.
1375 * config/m68k/apollo68b.mt: Ditto.
1376 * config/m68k/apollo68v.mh: Ditto.
1377 * config/m68k/apollo68b.mh: Ditto.
1378
1379 2002-08-20 Michael Snyder <msnyder@redhat.com>
1380
1381 * mips-tdep.c (mips_in_return_stub): Make static.
1382 (mips_gdbarch_init): Set in_solib_return_trampoline.
1383 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1384
1385 2002-08-20 Michael Snyder <msnyder@redhat.com>
1386
1387 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1388 * gdbarch.c, gdbarch.h: Regenerate.
1389 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1390 Add.
1391 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1392
1393 2002-08-20 Michael Snyder <msnyder@redhat.com>
1394
1395 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1396 (mips_gdbarch_init): Set skip_trampoline_code,
1397 in_solib_call_trampoline.
1398 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1399 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1400
1401 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1402
1403 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1404
1405 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1406 vector type for ev registers.
1407 (e500_pseudo_register_read): New function.
1408 (e500_pseudo_register_write): New function.
1409 (e500_dwarf2_reg_to_regnum): New function.
1410 (PPC_UISA_NOFP_SPRS): New macro.
1411 (PPC_EV_REGS): New macro.
1412 (PPC_GPRS_PSEUDO_REGS): New macro.
1413 (registers_e500): New register set for e500.
1414 (variants): Add e500 variant.
1415 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1416 before setting architectural dependent variations. Initialize ev
1417 registers numbers. Add case for e500 architecture. Set the
1418 number of pseudo registers.
1419
1420 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1421
1422 * rs6000-tdep.c: Clean up comments.
1423
1424 2002-08-20 Andrew Cagney <cagney@redhat.com>
1425
1426 * h8300-tdep.c: Re-indent file.
1427
1428 2002-08-20 Jim Blandy <jimb@redhat.com>
1429
1430 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1431 default for this.
1432
1433 2002-08-20 Keith Seitz <keiths@redhat.com>
1434
1435 * breakpoints.c (watch_command_1): Use internal breakpoint
1436 when setting a watchpoint_scope breakpoint.
1437
1438 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1439
1440 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1441 (build_builtin_type_vec64i): Ditto.
1442 (build_builtin_type_vec128): Ditto.
1443 (build_builtin_type_vec128i): Ditto.
1444
1445 2002-08-19 Michael Snyder <msnyder@redhat.com>
1446
1447 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1448 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1449 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1450 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1451 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1452 CALL_DUMMY_ADDRESS): Delete.
1453 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1454 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1455 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1456 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1457 push_return_address.
1458 (mips_register_raw_size, mips_eabi_use_struct_convention,
1459 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1460 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1461 mips_init_extra_frame_info, mips_eabi_push_arguments,
1462 mips_n32n64_push_arguments, mips_push_return_address,
1463 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1464 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1465
1466 2002-08-19 Michael Snyder <msnyder@redhat.com>
1467
1468 * mips-tdep.c (mips_frame_num_args): New function.
1469 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1470 frame_saved_pc, frame_args_address, frame_locals_address,
1471 frame_num_args, and frame_args_skip.
1472 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1473 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1474 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1475 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1476
1477 2002-08-20 Michael Snyder <msnyder@redhat.com>
1478
1479 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1480 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1481 * mips-tdep.c (mips_store_struct_return): New function.
1482 (mips_extract_struct_value_address): New function.
1483 (mips_gdbarch_init): Set store_struct_return and
1484 extract_struct_value_address.
1485
1486 2002-08-20 David Carlton <carlton@math.stanford.edu>
1487
1488 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1489 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1490 (read_file_scope): Check that line_header is nonzero before
1491 decoding macro information.
1492
1493 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1494
1495 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1496 flag the general-purpose registers as floating-point on targets
1497 that don't support the floating-point registers.
1498
1499 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1500
1501 * rs6000-tdep.c (altivec_register_p): Delete.
1502 (rs6000_do_altivec_registers): Delete.
1503 (rs6000_altivec_registers_info): Delete.
1504 (rs6000_do_registers_info): Delete.
1505 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1506 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1507
1508 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1509
1510 * infcmd.c (do_registers_info): Print vector registers in hex
1511 format only.
1512 (print_vector_info): Check that printing registers
1513 makes sense.
1514 (print_float_info): Ditto.
1515
1516 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1517
1518 * mips-tdep.c (mips_gdbarch_init): Update.
1519 (mips_o32_extract_return_value): Rewrite.
1520 (mips_o32_store_return_value): Rewrite.
1521 (mips_o32_xfer_return_value): New function.
1522 (mips_xfer_register): Tweak debug print message. Allow for
1523 buf_offset when dumping the value transfered.
1524
1525 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1526
1527 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1528 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1529 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1530 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1531 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1532
1533 2002-08-14 Michael Snyder <msnyder@redhat.com>
1534
1535 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1536
1537 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1538
1539 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1540 register.
1541 (P): New macro to define a register as a pseudo register.
1542 (R, R4, R8, R16, FR32, R64, R0): Updated.
1543 (struct variant): Add new fields for number of pseudo registers
1544 and number of total registers.
1545 (tot_num_registers): New macro replacing....
1546 (num_registers): ...deleted macro.
1547 (num_registers): New function.
1548 (num_pseudo_registers): New function.
1549 (variants): Update all variants to intialize new fields correctly.
1550 Postpone initialization of number of pseudo regs and real regs.
1551 (init_variants): New function.
1552 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1553 registers offsets.
1554
1555 2002-08-19 David Carlton <carlton@math.stanford.edu>
1556
1557 * valops.c (search_struct_field): Change error message to treat
1558 return value of 0 from value_static_field as meaning that field is
1559 optimized out.
1560 (value_struct_elt_for_reference): Ditto.
1561 * values.c (value_static_field): Treat an unresolved location the
1562 same as a nonexistent symbol. Fix PR gdb/635.
1563 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1564 enclosed. Fix PR gdb/574.
1565 * MAINTAINERS: Add self to Write After Approval list.
1566
1567 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1568
1569 * mips-tdep.c (mips_xfer_register): New function.
1570 (mips_n32n64_extract_return_value): Rewrite.
1571 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1572 instead of deprecated_extract_return_value.
1573
1574 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1575
1576 * rs6000-tdep.c (TDEP): Delete macro.
1577 (branch_dest): Replace use of TDEP macro with its body.
1578 (rs6000_pop_frame): Ditto.
1579 (rs6000_push_arguments): Ditto.
1580 (rs6000_skip_trampoline_code): Ditto.
1581 (rs6000_frame_saved_pc): Ditto.
1582 (rs6000_frame_chain): Ditto.
1583 (rs6000_register_name): Ditto.
1584 (rs6000_register_byte): Ditto.
1585 (rs6000_register_raw_size): Ditto.
1586 (rs6000_register_virtual_type): Ditto.
1587 (rs6000_register_convertible): Ditto.
1588 (rs6000_convert_from_func_ptr_addr): Ditto.
1589
1590 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1591
1592 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1593 conditionally.
1594 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1595 MIPS_LINUX_JB_ELEMENT_SIZE.
1596 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1597 for MAX_REGISTER_RAW_SIZE arrays.
1598 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1599 MIPS_LINUX_JB_ELEMENT_SIZE.
1600
1601 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1602
1603 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1604
1605 2002-08-19 Aidan Skinner <aidan@velvet.net>
1606
1607 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1608 ada-valprint.c ada-tasks.c.
1609 (YYFILES): Add ada-exp.y.
1610 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1611 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1612 (ada-exp.tab.o): New target.
1613
1614 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1615
1616 * regcache.c (regcache_xfer_part): New function.
1617 (regcache_raw_read_part): New function.
1618 (regcache_raw_write_part): New function.
1619 (regcache_cooked_read_part): New function.
1620 (regcache_cooked_write_part): New function.
1621 * regcache.h (regcache_raw_read_part): Declare.
1622 (regcache_raw_write_part): Declare.
1623 (regcache_cooked_read_part): Declare.
1624 (regcache_cooked_write_part): Declare.
1625
1626 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1627
1628 * remote.c (remote_open_1): Add async_p.
1629 (remote_async_open_1): Delete.
1630 (open_remote_target): Delete.
1631 (remote_open, extended_remote_open): Update calls to remote_open_1.
1632 (remote_async_open, extended_remote_async_open): Call
1633 remote_open_1 instead of remote_async_open_1.
1634
1635 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1636
1637 * blockframe.c: Fix a few coding standard violations.
1638
1639 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1640
1641 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1642 here from ...
1643 * config/i386/tm-i386sco5.h: ... here. File removed.
1644 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1645
1646 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1647 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1648 (TM_FILE): Set to tm-i386.h.
1649 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1650 * config/i386/tm-i386v.h: Remove file.
1651 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1652 instead of "i386/tm-i386v.h".
1653 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1654 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1655 "i386/tm-i386v.h".
1656 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1657 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1658 "i386/tm-i386.h".
1659
1660 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1661
1662 * config/i386/nm-i386v.h: Add protection against
1663 multiple-inclusion.
1664 (i386_register_u_addr): Remove prototype.
1665 (register_u_addr): New prototype.
1666 (REGISTER_U_ADDR): Redefine accordingly.
1667 * i386v-nat.c: Improve several comments.
1668 (i386_register_u_addr): Change signature and rename to
1669 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1670 ubase variable.
1671
1672 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1673
1674 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1675 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1676 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1677 deprecated_extract_return_value.
1678 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1679 rename mips_o32o64_push_arguments.
1680 (mips_gdbarch_init): Update.
1681 (mips_extract_return_value): Delete.
1682 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1683 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1684 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1685 (mips_n32n64_extract_return_value): Clone
1686 mips_extract_return_value.
1687 (mips_store_return_value): Delete.
1688 (mips_o32_store_return_value): Clone mips_store_return_value.
1689 (mips_o64_store_return_value): Clone mips_store_return_value.
1690 (mips_eabi_store_return_value): Clone mips_store_return_value.
1691 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1692
1693 2002-08-18 Aidan Skinner <aidan@velvet.net>
1694
1695 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1696 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1697
1698 2002-08-18 Aidan Skinner <aidan@velvet.net>
1699
1700 * ada-lang.c: Run through gdb_indent.sh.
1701 * ada-lang.h: Run through gdb_indent.sh.
1702 * ada-tasks.c: Run through gdb_indent.sh.
1703 * ada-typeprint.c: Run through gdb_indent.sh.
1704 * ada-valprint.c: Run through gdb_indent.sh.
1705
1706 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1707
1708 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1709 ABI.
1710
1711 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1712
1713 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1714
1715 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1716 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1717
1718 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1719 write_register_gen instead of write_register_bytes.
1720
1721 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1722 i[3456]-*-osf1mk* configurations have been made obsolete.
1723 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1724 i[3456]86-*-osf1mk* hosts obsolete.
1725 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1726 targets obsolete.
1727 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1728 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1729 config/i386/i386m3.mt, config/i386/nm-m3.h,
1730 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1731 config/i386/i386mk.mh, config/i386/i386mk.mt,
1732 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1733 obsolete.
1734 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1735 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1736 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1737
1738 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1739
1740 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1741 (hppa_value_returned_from_stack): Declare.
1742 (hppa_extract_return_value): Declare.
1743 * config/pa/hppa.mt: New file.
1744 * configure.tgt: Recognize hppa*-*-*.
1745 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1746
1747 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1748
1749 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1750 comment.
1751
1752 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1753
1754 * top.c (gdb_rl_operate_and_get_next): Make sure
1755 operate-and-get-next functions correctly even when the history
1756 list is completely filled.
1757
1758 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1759
1760 * MAINTAINERS (Target Instruction Set Architectures): Rename
1761 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1762 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1763 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1764 already listed under Host/Native.
1765
1766 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1767 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1768 mips*-*-*.
1769
1770 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1771
1772 * config/ia64/ia64.mt: New file.
1773 * config/alpha/alpha.mt: New file.
1774 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1775 ia64-linux-gnu. Mention that ia64-elf is broken.
1776 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1777
1778 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1779
1780 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1781 generic_func_frame_valid instead of func_frame_valid.
1782
1783 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1784
1785 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1786 procfs appears to be broken when debugging on multi-processor
1787 machines. So enable software single stepping in order to avoid
1788 using the procfs interface to do next/step operations, using
1789 internal breakpoints instead.
1790
1791 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1792 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1793 make this pc address equal to the value it would have if the
1794 system stepping capability was used. Also set a new flag used
1795 to ensure that we don't readjust the PC one more time later.
1796
1797 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1798 address by DECR_PC_AFTER_BREAK when software single step is
1799 in use for this architecture, as this has already been taken
1800 care of in handle_inferior_event().
1801
1802 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1803
1804 * infrun.c (handle_inferior_event): Minor reformatting, to make
1805 a rather long condition expression easier to read.
1806
1807 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1808
1809 * Makefile.in (gdbtk.o): Move to end of file.
1810 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1811 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1812 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1813 (gdbtk-wrapper.o, gdbres.o): Ditto.
1814
1815 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1816
1817 * Makefile.in (copying.o): Separate out compile rule.
1818 (hpux-thread.o, procfs.o, signals.o): Ditto.
1819 (v850ice.o, z8k-tdep.o): Ditto.
1820 (tui-file.o): Move to TUI section.
1821 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1822 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1823
1824 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1825
1826 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1827 skip_trampoline_code, for better namespace-proofing.
1828
1829 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1830
1831 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1832
1833 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1834
1835 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1836
1837 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1838 signal, check whether we hit a breakpoint before checking for a
1839 single step breakpoint. Otherwise, GDB fails to notice that a
1840 breakpoint has been hit when stepping onto a breakpoint.
1841
1842 2002-08-16 Keith Seitz <keiths@redhat.com>
1843
1844 * gdb-events.sh (clear_gdb_event_hooks): New function.
1845 * gdb-events.c: Regenerate.
1846 * gdb-events.h: Regenerate.
1847
1848 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1849
1850 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1851 not_a_sw_breakpoint.
1852 * breakpoint.h (bpstat_stop_status): Add parameter names.
1853
1854 2002-08-16 Grace Sainsbury <graces@redhat.com>
1855
1856 * remote.c (remote_insert_hw_breakpoint)
1857 (remote_remove_hw_breakpoint): Fix calculation of length field
1858 for Z-packet.
1859
1860 2002-08-15 Michael Snyder <msnyder@redhat.com>
1861
1862 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1863 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1864 (supply_fpregset): Ditto.
1865
1866 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1867 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1868 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1869 (TARGET_READ_SP): Delete.
1870 (DO_REGISTERS_INFO): Delete.
1871 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1872 Delete.
1873 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1874 from macros to functions.
1875
1876 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1877 (mips_register_convertible, mips_register_convert_to_virtual,
1878 mips_register_convert_to_raw): Make static.
1879 (mips_read_sp): New function.
1880 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1881 (mips_do_registers_info): Make static.
1882 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1883 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1884 (mips_register_convert_from_type, mips_register_convert_to_type):
1885 New functions.
1886 (mips_gdbarch_init): Set up function_start_offset,
1887 register_virtual_size, pc_in_sigtramp.
1888
1889 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1890
1891 * infcmd.c (vector_info): New function.
1892 (_initialize_infcmd): Add command "info vector".
1893 (print_vector_info): New function.
1894
1895 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1896 * gdbarch.h, gdbarch.c: Regenerate.
1897
1898 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1899
1900 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1901 ``print_all''. Only print vector registers when ``print_all''.
1902
1903 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1904
1905 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1906 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1907
1908 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1909 Add `args' parameter.
1910 * gdbarch.h, gdbarch.c: Regenerate.
1911
1912 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1913
1914 * infcmd.c (float_info): Call print_float_info.
1915 (print_float_info): New function. By default, print the
1916 floating-point registers.
1917
1918 * arch-utils.h (default_print_float_info): Delete declaration.
1919 * arch-utils.c (default_print_float_info): Delete function.
1920
1921 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1922
1923 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1924 out define.
1925
1926 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1927 FRAME.
1928
1929 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1930 * configure.host: Make i[3456]86-*-aix host obsolete.
1931 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1932 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1933 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1934 config/i386/xm-i386aix.h: Make files obsolete.
1935 * i386aix-nat.c: Make file obsolete.
1936 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1937 (i386aix-nat.o): Make target obsolete.
1938
1939 * config/i386/nm-gnu.h: Removed.
1940 * config/i386/nm-i386gnu.h: New file.
1941 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1942 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1943 Moved here from ...
1944 * config/i386/tm-i386gnu.h: ... here. Removed.
1945 * config/i386/xm-i386gnu.h: Removed.
1946 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1947 (NAT_FILE): Set to nm-i386gnu.h.
1948 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1949 * i386-tdep.c: New file.
1950 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1951 (i386gnu-tdep.o): Specify dependencies.
1952
1953 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1954
1955 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1956 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1957 Adjust a few comments to reflect reality a bit closer.
1958 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1959 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1960 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1961 target_insert_watchpoint, target_remove_watchpoint):
1962 Move defines to ...
1963 * config/i386/nm-i386sco5.h: ... here.
1964 (kernel_u_size): Add prototype. Improve a few comments and add
1965 protection against multiple inclusion.
1966
1967 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1968 out define.
1969
1970 * uw-thread.c (SP_ARG0): Define if not already defined.
1971 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1972
1973 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1974
1975 * config/i386/tm-i386.h: Don't include "regcache.h".
1976
1977 * i387-tdep.h (i387_print_float_info): New prototype.
1978 * i387-tdep.c (print_i387_value, print_i387_ext,
1979 print_i387_status_word, print_i387_control_word): Add `struct
1980 ui_file *' argument and use it for output.
1981 (i387_print_float_info): Renamed from i387_float_info. Add
1982 `struct gdbarch *' and `struct ui_file *' arguments and use the
1983 latter for output.
1984 * i386-tdep.c: Include "i387-tdep.h".
1985 (i386_gdbarch_init): Set print_float_info.
1986 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1987 (FLOAT_INFO): Remove define.
1988
1989 2002-08-13 Michael Snyder <msnyder@redhat.com>
1990
1991 * mips-tdep.c (mips_push_arguments): Rename to
1992 mips_eabi_push_arguments, and tune for EABI.
1993 (MIPS_REGS_HAVE_HOME_P): Delete.
1994 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1995 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1996 Delete references to mips_regs_have_home_p.
1997
1998 2002-08-14 Keith Seitz <keiths@redhat.com>
1999
2000 * Makefile.in (install-gdbtk): Create insight plugin directory.
2001 Install plugins.tcl file.
2002
2003 2002-08-14 Keith Seitz <keiths@redhat.com>
2004
2005 * configure.in: Move SUBDIRS to near top of the file so that
2006 --enable options may add things to it.
2007 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2008 * configure: Regenerate.
2009
2010 2002-08-13 Michael Snyder <msnyder@redhat.com>
2011
2012 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2013 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2014 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2015
2016 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2017
2018 * vax-tdep.c (vax_get_saved_register): Delete function.
2019 (vax_gdbarch_init): Update.
2020 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2021 (ns32k_gdbarch_init): Update.
2022 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2023 (alpha_gdbarch_init): Update.
2024
2025 2002-08-13 Andrew Cagney <cagney@redhat.com>
2026
2027 * regcache.c (init_regcache_descr): Overallocate the
2028 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2029 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2030 nr_raw_registers.
2031 (set_register_cached): Add range checking assertions. Use
2032 current_regcache.
2033
2034 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2035
2036 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2037 numbers for MMX registers.
2038
2039 2002-08-13 Andrew Cagney <cagney@redhat.com>
2040
2041 * i386-tdep.c (i386_gdbarch_init): Use
2042 generic_unwind_get_saved_register.
2043
2044 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2045
2046 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2047 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2048 target vector.
2049 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2050 Delete. Add comment regarding this now-deleted target method.
2051
2052 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2053
2054 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2055 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2056 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2057 real PC and the page number (if it's within the memory bank window).
2058 (m68hc11_pseudo_register_write): Likewise when saving.
2059 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2060 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2061 (m68hc11_register_raw_size): And use 32-bit for it.
2062 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2063 16K memory bank is used by the prog; also use the virtual pc.
2064
2065 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2066
2067 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2068 (m68hc11_gdbarch_init): Install it in gdbarch.
2069 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2070 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2071 (MSYMBOL_SIZE): New for documentation.
2072 (insn_return_kind): Enum to specify how a function returns.
2073 (frame_extra_info): Cleanup and record the return mode.
2074 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2075 register in address computation.
2076 (m68hc11_get_return_insn): New to obtain the return instruction used
2077 by the function.
2078 (m68hc11_frame_init_saved_regs): Take into account the return
2079 instruction used by the function for far and interrupt functions.
2080 (m68hc11_init_extra_frame_info): Take into account page register.
2081 (m68hc11_frame_args_address): Adjust according to the return mode.
2082 (show_regs): Print page register only when it's used.
2083
2084 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2085
2086 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2087 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2088 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2089 registers.
2090 (m68hc11_register_raw_size): Likewise.
2091
2092 2002-08-13 Andrew Cagney <cagney@redhat.com>
2093
2094 * i386-tdep.c (i386_register_name): Handle mmx registers.
2095 (mmx_regnum_p): New function.
2096 (i386_mmx_names): New array.
2097 (mmx_num_regs): New variable.
2098 (i386_pseudo_register_read): New function.
2099 (i386_pseudo_register_write): New function.
2100 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2101
2102 * regcache.c (regcache_raw_read_unsigned): New function.
2103 (regcache_raw_read_signed): New function.
2104 * regcache.h (regcache_raw_read_unsigned): Declare.
2105 (regcache_raw_read_signed): Declare.
2106
2107 2002-08-13 Andrew Cagney <cagney@redhat.com>
2108
2109 * regcache.c (regcache_raw_read_as_address): Delete function.
2110 (regcache_cooked_read_signed): New function.
2111 (regcache_cooked_read_unsigned): New function.
2112 * regcache.h (regcache_cooked_read_signed): Declare.
2113 (regcache_cooked_read_unsigned): Declare.
2114 (regcache_raw_read_as_address): Delete declaration.
2115
2116 * blockframe.c (generic_read_register_dummy): Use
2117 regcache_cooked_read_unsigned.
2118 * i386-tdep.c (i386_extract_struct_value_address): Use
2119 regcache_cooked_read_unsigned.
2120
2121 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2122
2123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2124 double sizes according to ELF ABI flags.
2125 (gdbarch_tdep): Record elf_flags.
2126
2127 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2128
2129 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2130 (m6812_prolog): They can appear in 68HC12 function prologue.
2131 (m68hc11_frame_chain): Cleanup.
2132
2133 2002-08-12 Andrew Cagney <cagney@redhat.com>
2134
2135 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2136 declarations.
2137 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2138 (i386_linux_register_raw_size): Delete function.
2139 (i386_linux_init_abi): Update.
2140 * i386-tdep.c (i386_register_raw_size): Delete function.
2141 (i386_register_byte): Delete function.
2142 (i386_gdbarch_init): Update.
2143 (i386_register_size): Delete array.
2144 (i386_register_offset): Delete array.
2145
2146 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2147 (REGISTER_RAW_SIZE): Delete macro.
2148 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2149 (REGISTER_BYTE): Delete macro.
2150
2151 2002-08-11 Aidan Skinner <aidan@velvet.net>
2152
2153 * ada-lang.c (ada_lookup_partial_symbol)
2154 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2155 prototype names so that grep ^func works properly.
2156
2157 * ada-lang.c (ada_array_element_type)
2158 (ada_lookup_partial_symbol): Fix typos in parameter list.
2159
2160 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2161 Fix prototype names so that grep ^func works properly.
2162
2163 2002-08-10 Andrew Cagney <cagney@redhat.com>
2164 Elena Zannoni <ezannoni@redhat.com>
2165 Martin M. Hunt <hunt@redhat.com>
2166
2167 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2168 (build_builtin_type_vec128i): Set the vector bit.
2169 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2170 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2171 (build_builtin_type_vec64): New function.
2172 (build_builtin_type_vec64i): New function.
2173 (build_gdbtypes): Initialize builtin_type_vec64 and
2174 builtin_type_vec64i.
2175
2176 2002-08-09 Andrew Cagney <cagney@redhat.com>
2177
2178 * regcache.c (regcache_dump): Compare the register offset
2179 with REGISTER_BYTE.
2180 * arch-utils.c (generic_register_byte): New function.
2181 * arch-utils.h (generic_register_byte): Declare.
2182 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2183 * gdbarch.h, gdbarch.c: Regenerate.
2184
2185 2002-08-09 Andrew Cagney <cagney@redhat.com>
2186
2187 * regcache.c: Include "gdbcmd.h"
2188 (_initialize_regcache): Add commands "maintenance print
2189 registers", "maintenance print raw-registers" and "maintenance
2190 print cooked-registers".
2191 (enum regcache_dump_what): Define.
2192 (dump_endian_bytes): New function.
2193 (regcache_dump): New function.
2194 (regcache_print): New function.
2195 (maintenance_print_registers): New function.
2196 (maintenance_print_raw_registers): New function.
2197 (maintenance_print_cooked_registers): New function.
2198 * Makefile.in (regcache.o): Update dependencies.
2199
2200 2002-08-09 Michael Snyder <msnyder@redhat.com>
2201
2202 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2203 (mips_push_arguments): Correct some comments. Use paddr_nz
2204 for printing addresses in debug output. Replace static
2205 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2206 (mips_n32n64_push_arguments): New function, cloned from
2207 mips_push_arguments and tuned for the n32/n64 ABI.
2208 (mips_push_register): Buffer needs dynamic allocation.
2209 (mips_print_register): Ditto.
2210 (do_gp_register_row): Ditto.
2211 (mips_store_return_value): Ditto.
2212 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2213
2214 2002-08-09 Don Howard <dhoward@redhat.com>
2215
2216 * memattr.c (mem_info_command): Print special case of upper bound
2217 as max CORE_ADDR + 1.
2218
2219 2002-08-08 Michael Snyder <msnyder@redhat.com>
2220
2221 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2222 returns structs by ref if they're too big to fit in two registers.
2223
2224 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2225
2226 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2227 saved regs value.
2228 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2229 mips_find_saved_regs().
2230 (mips_pop_frame): Likewise.
2231
2232 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2233
2234 * blockframe.c (frame_saved_regs_register_unwind): Revise
2235 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2236 frames are in use.
2237
2238 2002-08-09 Grace Sainsbury <graces@redhat.com>
2239
2240 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2241 T-packets; the 'a' is not taken as a register number.
2242 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2243 (remote_stopped_data_address): New functions; add to target
2244 vector.
2245 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2246 prototypes to match other implementations of this
2247 function. replace integer argument with pointer -- the length
2248 field in the Z-packet is the length of what is pointed to or 1 if
2249 pointer is null. Add to target vector.
2250 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2251 target vector.
2252
2253 From Mark Salter:
2254 * remote.c (remote_wait): Add support to extract optional
2255 watchpoint information from T-packet. Ignore unrecognized
2256 optional info in T-packet.
2257 (remote_async_wait): Ditto.
2258
2259 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2260
2261 * cli/cli-dump.c: Change fopen modes to use binary open modes
2262 as defined in include/fopen-bin.h throughout.
2263
2264 2002-08-08 Michael Snyder <msnyder@redhat.com>
2265
2266 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2267
2268 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2269
2270 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2271 assertion failure by returning early after a warning.
2272
2273 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2274
2275 * mips-tdep.c (mips_find_saved_regs): Make static.
2276 (mips_frame_init_saved_regs): New function.
2277 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2278 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2279 (mips_find_saved_regs): Delete declaration.
2280
2281 2002-08-08 Grace Sainsbury <graces@redhat.com>
2282
2283 * remote.c (remote_wait, remote_async_wait): Change
2284 thread_num from int to ULONGEST.
2285 (unpack_varlen_hex): Change result parameter from
2286 int * to ULONGEST *.
2287
2288 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2289
2290 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2291 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2292 powerpc*-*-*.
2293 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2294
2295 2002-08-08 Andrew Cagney <cagney@redhat.com>
2296
2297 * gcore.c (override_derive_stack_segment): Delete variable.
2298 (preempt_derive_stack_segment): Delete function.
2299 (derive_stack_segment): Delete function.
2300 (default_derive_stack_segment): Renamed to derive_stack_segment.
2301 (override_derive_heap_segment): Delete variable.
2302 (preempt_derive_heap_segment): Delete function.
2303 (derive_heap_segment): Delete function.
2304 (default_derive_heap_segment): Rename to derive_heap_segment.
2305
2306 2002-08-06 Michael Snyder <msnyder@redhat.com>
2307
2308 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2309 * mips-tdep.c (mips_EABI_use_struct_convention,
2310 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2311 New functions. (mips_use_struct_convention): Delete.
2312 (mips_gdbarch_init): set use_gdbarch_convention.
2313
2314 2002-08-06 Michael Snyder <msnyder@redhat.com>
2315
2316 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2317 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2318 mips_o32_reg_struct_has_addr): New functions.
2319 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2320
2321 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2322
2323 * regcache.c (pseudo_register): Delete function.
2324 (fetch_register): Delete function.
2325 (store_register): Delete function.
2326 (regcache_raw_read, legacy_read_register_gen): Use
2327 target_fetch_registers instead of fetch_register.
2328 (legacy_write_register_gen, regcache_raw_write): Use
2329 target_store_register instead of store_register.
2330 (write_register_bytes): Ditto.
2331
2332 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2333 (STORE_PSEUDO_REGISTER): Delete.
2334 * gdbarch.h, gdbarch.c: Regenerate.
2335
2336 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2337
2338 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2339 write dump file binary.
2340
2341 2002-08-05 Michael Snyder <msnyder@redhat.com>
2342
2343 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2344 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2345 (mips_gdbarch_init): Set N32 target to be mips64.
2346
2347 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2348
2349 * frame.c (find_saved_register): Break out of loop once saved
2350 register address is found. Don't mention sparc in loop comment
2351 anymore.
2352
2353 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2354
2355 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2356 mips_default_saved_regsize to 8.
2357
2358 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2359
2360 * gcore.c: Do not include <sys/procfs.h>.
2361 * Makefile.in (gcore.o): Update dependencies.
2362
2363 2002-08-06 Andrew Cagney <cagney@redhat.com>
2364
2365 * configure.tgt: Make arc-*-* obsolete.
2366 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2367 * MAINTAINERS: Make arc-elf obsolete.
2368 * arc-tdep.c: Make file obsolete.
2369 * config/arc/arc.mt: Ditto.
2370 * config/arc/tm-arc.h: Ditto.
2371
2372 2002-08-05 Theodore A. Roth <troth@verinet.com>
2373
2374 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2375
2376 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2377
2378 * mcore-tdep.c (mcore_gdbarch_init): Use
2379 generic_unwind_get_saved_register instead of
2380 generic_get_saved_register.
2381 * v850-tdep.c (v850_gdbarch_init): Ditto.
2382 * frv-tdep.c (frv_gdbarch_init): Ditto.
2383 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2384 * s390-tdep.c (s390_gdbarch_init): Ditto.
2385 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2386 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2387 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2388
2389 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2390
2391 * objfiles.h: Add missing #include "symfile.h"
2392
2393 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2394
2395 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2396
2397 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2398 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2399 of FIELD_BITSIZE.
2400
2401 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2402
2403 * NEWS: Cleanup and nitpick.
2404
2405 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2406
2407 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2408
2409 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2410
2411 * Makefile.in (gdbtk-bp.o): Update dependencies.
2412 (gdbtk-register.o): Ditto.
2413 (gdbtk-varobj.o): Ditto.
2414
2415 2002-08-03 Andrew Cagney <cagney@redhat.com>
2416
2417 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2418 m68hc11_fetch_pseudo_register.
2419 (m68hc11_pseudo_register_write): Replace
2420 m68hc11_store_pseudo_register.
2421 (m68hc11_gdbarch_init): Update.
2422
2423 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2424
2425 * gdbarch.sh: Include "gdb_string.h".
2426 * gdbarch.c: Regenerate.
2427
2428 * regcache.c: Include "gdb_string.h".
2429 * ax-general.c: Ditto.
2430 * varobj.c: Ditto.
2431 * std-regs.c: Ditto.
2432 * fbsd-proc.c: Ditto.
2433 * thread.c: Ditto.
2434
2435 * Makefile.in (regcache.o): Update dependencies.
2436 (thread.o, gdbarch.o): Ditto.
2437 (ax-general.o, gdbarch.o): Ditto.
2438 (varobj.o, std-regs.o): Ditto.
2439 (fbsd-proc.o): Specify dependencies.
2440
2441 2002-08-02 Andrew Cagney <cagney@redhat.com>
2442
2443 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2444 regnum.
2445 (regcache_cooked_write): Ditto.
2446
2447 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2448
2449 * regcache.c (regcache_cooked_read): New function.
2450 (regcache_cooked_write): New function.
2451 (read_register_gen): Rewrite using regcache_cooked_read.
2452 (write_register_gen): Rewrite using regcache_cooked_write.
2453
2454 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2455 Declare.
2456
2457 2002-08-02 Andrew Cagney <cagney@redhat.com>
2458
2459 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2460 Replace the architecture methods register_read and register_write.
2461 * gdbarch.h, gdbarch.c: Regenerate.
2462 * regcache.c (init_regcache_descr): Update.
2463 (read_register_gen): Update.
2464 (write_register_gen): Update.
2465 (supply_register): Update comment.
2466
2467 * sh-tdep.c (sh_gdbarch_init): Update.
2468 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2469 `regcache' and `gdbarch' parameters. Make `buffer' a void
2470 pointer. Update code.
2471 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2472 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2473 void pointer. Update code.
2474 (sh64_register_write): Delete.
2475 (sh4_register_read): Delete.
2476 (sh64_register_read): Delete.
2477 (sh4_register_write): Delete.
2478 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2479 void pointer, `to' parameter a void pointer.
2480 (sh_sh64_register_convert_to_raw): Ditto.
2481
2482 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2483
2484 * mips-tdep.c (mips_register_virtual_type): Use architecture
2485 invariant return values.
2486
2487 2002-08-01 Andrew Cagney <cagney@redhat.com>
2488
2489 * linux-proc.c: Include "gdb_string.h".
2490 * Makefile.in (linux-proc.o): Update dependency list.
2491
2492 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2493
2494 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2495 comment.
2496
2497 2002-08-01 Grace Sainsbury <graces@redhat.com>
2498
2499 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2500 to_insert_watchpoint, to_remove_watchpoint,
2501 to_stopped_by_watchpoint, to_stopped_data_address,
2502 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2503 target vecctor. Define their corresponding macros so they call
2504 them.
2505
2506 * target.c: Add default and debug versions of for
2507 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2508 to_insert_watchpoint, to_remove_watchpoint,
2509 to_stopped_by_watchpoint, to_stopped_data_address,
2510 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2511
2512 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2513
2514 * mips-tdep.c (mips_register_virtual_type): New function.
2515 (mips_gdbarch_init): Register mips_register_virtual_type()
2516 with gdbarch machinery.
2517 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2518 this file instead of tm-bigmips.h.
2519 (MIPS_REGSIZE): Delete this macro.
2520 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2521 multiarch version in mips-tdep.c will be found.
2522
2523 2002-08-01 Andrew Cagney <cagney@redhat.com>
2524
2525 * NEWS: Menion that CHILL has been made obsolete.
2526
2527 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2528 * stabsread.c (read_range_type): Ditto.
2529 * gdbtypes.h: Ditto.
2530 * language.c (binop_type_check): Ditto.
2531 (binop_result_type): Ditto.
2532 (integral_type): Ditto.
2533 (character_type): Ditto.
2534 (string_type): Ditto.
2535 (boolean_type): Ditto.
2536 (structured_type): Ditto.
2537 (lang_bool_type): Ditto.
2538 (binop_type_check): Ditto.
2539 * language.h (_LANG_chill): Ditto.
2540 * dwarfread.c (set_cu_language): Ditto.
2541 * dwarfread.c (CHILL_PRODUCER): Ditto.
2542 * dwarfread.c (handle_producer): Ditto.
2543 * expression.h (enum exp_opcode): Ditto.
2544 * eval.c: Ditto for comments.
2545 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2546 * expprint.c (print_subexp): Ditto.
2547 (print_subexp): Ditto.
2548 * valops.c (value_cast): Ditto.
2549 (search_struct_field): Ditto.
2550 * value.h (COERCE_VARYING_ARRAY): Ditto.
2551 * symfile.c (init_filename_language_table): Ditto.
2552 (add_psymbol_with_dem_name_to_list): Ditto.
2553 * valarith.c (value_binop): Ditto.
2554 (value_neg): Ditto.
2555 * valops.c (value_slice): Ditto.
2556 * symtab.h (union language_specific): Ditto.
2557 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2558 (SYMBOL_DEMANGLED_NAME): Ditto.
2559 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2560 * defs.h (enum language): Ditto.
2561 * symtab.c (got_symtab): Ditto.
2562 * utils.c (fprintf_symbol_filtered): Ditto.
2563
2564 * ch-typeprint.c: Make file obsolete.
2565 * ch-valprint.c: Make file obsolete.
2566 * ch-lang.h: Make file obsolete.
2567 * ch-exp.c: Make file obsolete.
2568 * ch-lang.c: Make file obsolete.
2569
2570 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2571 CHILL_LIB.
2572 (TARGET_FLAGS_TO_PASS): Ditto.
2573 (CHILLFLAGS): Obsolete.
2574 (CHILL): Obsolete.
2575 (CHILL_FOR_TARGET): Obsolete.
2576 (CHILL_LIB): Obsolete.
2577 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2578 ch-valprint.c.
2579 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2580 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2581 ch-lang.o.
2582 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2583 targets.
2584
2585 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2586
2587 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2588 This does not change anything at the moment, but will be helpful
2589 later when full Ada support is integrated.
2590
2591 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2592
2593 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2594 help message.
2595
2596 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2597
2598 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2599 and save it in a local variable. Use variable in later test.
2600
2601 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2602
2603 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2604 test. (Thanks to Daniel Jacobowitz.)
2605
2606 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2607
2608 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2609 (mips_abi_strings): Add "n64".
2610 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2611
2612 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2613
2614 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2615 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2616
2617 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2618
2619 * utils.c (host_pointer_to_address, address_to_host_pointer):
2620 Use gdb_assert() instead of explicit call to internal_error().
2621
2622 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2623
2624 * Makefile.in (rs6000-nat.o): Update dependencies.
2625
2626 From Nicholas Duffek:
2627 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2628 (aix-thread.o): New rule.
2629 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2630 * config/powerpc/aix432.mh: New file.
2631
2632 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2633
2634 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2635 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2636 (fetch_core_registers, ppc_linux_supply_gregset)
2637 (ppc_linux_supply_fpregset): New functions.
2638 (ppc_linux_regset_core_fns): New.
2639 (_initialize_ppc_linux_tdep): Call add_core_fns.
2640 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2641 and ppc_linux_supply_gregset.
2642 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2643 (supply_fpregset): Call ppc_linux_supply_fpregset.
2644 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2645 corelow.o.
2646 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2647
2648 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2649
2650 * symtab.c (lookup_symbol): Demangle before lowercasing.
2651
2652 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2653
2654 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2655 declaration.
2656 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2657 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2658 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2659 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2660 "gdb_string.h".
2661 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2662 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2663 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2664 (avr-tdep.o, mon960-rom.o): Ditto.
2665 (aout_stabs_gnu_h): Define.
2666 (symtab_h): Remove $(gdb_obstack_h).
2667
2668 2002-07-30 Jim Blandy <jimb@redhat.com>
2669
2670 Patch from David Carlton <carlton@math.stanford.edu>:
2671 * gdbinit.in: Move the `dir' commands that add GDB's own source
2672 directory to the search path to the end, so that the `gdb' source
2673 directory will be searched first.
2674
2675 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2676
2677 * gdb_obstack.h: New file.
2678 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2679 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2680 * objfiles.h: Include "gdb_obstack.h".
2681 * Makefile.in (gdb_obstack_h): Define.
2682 (symtab_h): Add $(gdb_obstack_h).
2683 (objfiles_h): Add $(gdb_obstack_h).
2684
2685 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2686 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2687 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2688 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2689 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2690 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2691 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2692 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2693
2694 * Makefile.in (bcache.o): Update dependencies.
2695 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2696 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2697 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2698 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2699 (stabsread.o, symfile.o, symmisc.o): Ditto.
2700 (symtab.o, typeprint.o, macroexp.o): Ditto.
2701 (macrotab.o, mdebugread.o): Ditto.
2702 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2703 (coff_ecoff_h, aout_aout64_h): Define.
2704 (aout_stabs_gnu_h, libaout_h): Define.
2705
2706 2002-07-29 Andrew Cagney <cagney@redhat.com>
2707
2708 * regcache.c (struct regcache_descr): Rename nr_registers to
2709 nr_cooked_registers. Revise comments describing the structure
2710 member fields.
2711 (init_regcache_descr): Update.
2712 (init_legacy_regcache_descr): Update.
2713 (read_register_gen, write_register_gen): When a cooked register in
2714 the raw register range, directly access the value from the raw
2715 register cache.
2716
2717 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2718
2719 * z8k-tdep.c: Do not include "obstack.h".
2720 * h8300-tdep.c, h8500-tdep.c: Ditto.
2721 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2722 * valprint.c, v850-tdep.c: Ditto.
2723 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2724 * mn10200-tdep.c: Ditto.
2725
2726 * Makefile.in (z8k-tdep.o): Update dependencies.
2727 (m68hc11-tdep.o, valprint.o): Ditto.
2728 (v850-tdep.o, d10v-tdep.o): Ditto.
2729 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2730 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2731 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2732 (sh_opc_h, gdb_sim_sh_h): Define.
2733 (elf_sh_h, elf_bfd_h): Define.
2734 (opcode_m68hc11_h): Define.
2735 (OPCODES_SRC, OPCODES_DIR): define.
2736 (OPCODES): Use $(OPCODES_DIR).
2737 (gdb_sim_d10v_h): Rename sim_d10v_h.
2738 (gdb_sim_arm_h): Rename sim_arm_h.
2739
2740 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2741
2742 * utils.c (host_pointer_to_address, address_to_host_pointer):
2743 Change internal_error() message to indicate function responsible
2744 for the error.
2745
2746 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2747
2748 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2749 calls to local_hex_string_custom().
2750
2751 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2752
2753 * irix5-nat.c: Move IRIX shared library support from here...
2754 * solib-irix.c: ...to here. Revised substantially to work with
2755 generic solib framework.
2756
2757 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2758 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2759 * mips-irix-tdep.c: New file.
2760
2761 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2762 (mips-irix-tdep.o, solib-irix.o): New rules.
2763 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2764 solib-irix.o.
2765 * config/mips/irix6.mt (TDEPFILES): Likewise.
2766 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2767
2768 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2769
2770 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2771 disabled (via ``#if 0'') includes.
2772
2773 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2774
2775 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2776 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2777 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2778 Add support for the fpscr register.
2779 * rs6000-nat.c (regmap, fetch_inferior_registers)
2780 (store_inferior_registers, fetch_core_registers): Likewise.
2781
2782 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2783
2784 * rs6000-nat.c (language.h): Include.
2785 (special_regs): Delete this array.
2786 (regmap): New function.
2787 (fetch_register, store_register): Use regmap() to map gdb
2788 register numbers to ptrace register numbers. Also, use
2789 outputs from regmap() to make decisions regarding type of
2790 ptrace() call to make. In particular, don't compare against
2791 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2792 (fetch_inferior_registers, store_inferior_registers): Where
2793 possible, obtain register numbers from tdep struct. Don't
2794 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2795 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2796 (LAST_UISA_SP_REGNUM): Delete.
2797
2798 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2799
2800 * rs6000-nat.c (ppc-tdep.h): Include.
2801 (fetch_registers, store_register, fetch_core_registers): Don't
2802 access registers[] directly. Instead, use supply_register() or
2803 regcache_collect() as appropriate.
2804 (find_toc_address): Format hex address with local_hex_string().
2805
2806 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2807
2808 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2809 bfd/elf32-frv.c.
2810
2811 2002-07-24 Tom Tromey <tromey@redhat.com>
2812
2813 * jv-exp.y: Marked all strings with _().
2814 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2815 internal_error.
2816 (MethodInvocation, CastExpression, parse_number, yyerror,
2817 java_type_from_name, push_expression_name, yylex): Typo fixes.
2818
2819 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2820
2821 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2822 (tee_file_flush, tee_file_write, tee_file_fputs)
2823 (tee_file_isatty): New.
2824 * ui-file.h (tee_file_new): Add prototype.
2825
2826 2002-07-24 Aidan Skinner <aidan@velvet.net>
2827
2828 * ada-lang.c: Change k&r style function definitions to prototyped
2829 form.
2830 * ada-typeprint.c: Change k&r style function definitions to prototyped
2831 form.
2832 * ada-valprint.c: Change k&r style function definitions to prototyped
2833 form.
2834
2835 2002-07-24 Andrew Cagney <cagney@redhat.com>
2836
2837 * README: Remove reference to remote-bug.
2838 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2839 remote-bug.c.
2840 (m88k-nat.o): Delete rule.
2841 (m88k-tdep.o): Delete rule.
2842 (remote-bug.o): Delete rule.
2843 * MAINTAINERS: Mark as obsolete.
2844 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2845 * m88k-tdep.c: Make file obsolete.
2846 * config/m88k/m88k.mh: Ditto.
2847 * config/m88k/delta88v4.mh: Ditto.
2848 * config/m88k/delta88v4.mt: Ditto.
2849 * config/m88k/delta88.mt: Ditto.
2850 * config/m88k/delta88.mh: Ditto.
2851 * remote-bug.c: Ditto.
2852 * config/m88k/tm-delta88.h: Ditto.
2853 * config/m88k/nm-delta88v4.h: Ditto.
2854 * config/m88k/xm-delta88.h: Ditto.
2855 * config/m88k/xm-dgux.h: Ditto.
2856 * config/m88k/tm-m88k.h: Ditto.
2857 * config/m88k/nm-m88k.h: Ditto.
2858 * config/m88k/tm-delta88v4.h: Ditto.
2859 * m88k-nat.c: Ditto.
2860 * cxux-nat.c: Ditto.
2861 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2862 and m88*-*-* obsolete.
2863 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2864 m88*-*-* obsolete.
2865
2866 2002-07-24 Andrew Cagney <cagney@redhat.com>
2867
2868 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2869 constant. Same for local pointer variables.
2870 (extract_signed_integer): Ditto.
2871 * defs.h (extract_unsigned_integer): Update.
2872 (extract_signed_integer): Update.
2873
2874 2002-07-24 Andrew Cagney <cagney@redhat.com>
2875
2876 * regcache.c (regcache_raw_write): Change buf parameter to a
2877 constant void pointer.
2878 (regcache_raw_read): Change buf parameter to a void pointer.
2879 (legacy_write_register_gen): Change myaddr parameter a constant
2880 void pointer.
2881 (supply_register): Change val parameter to a const void pointer.
2882 * regcache.h (regcache_raw_write): Update declaration.
2883 (regcache_raw_read): Update declaration.
2884 (supply_register): Update declaration.
2885
2886 2002-07-24 Tom Tromey <tromey@redhat.com>
2887
2888 * defs.h (gdb_readline_wrapper): Declare.
2889 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2890 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2891 * top.c (gdb_readline_wrapper): New function.
2892 (command_line_input): Use it.
2893
2894 2002-07-24 Andrew Cagney <cagney@redhat.com>
2895
2896 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2897 regcache_read and regcache_write.
2898 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2899 * regcache.c: Update.
2900 * sh-tdep.c (sh64_push_arguments): Update comment.
2901 (sh_pseudo_register_read): Update.
2902 (sh_pseudo_register_write): Update.
2903 (sh4_register_read): Update.
2904 (sh4_register_write): Update.
2905 (sh64_pseudo_register_read): Update.
2906 (sh64_pseudo_register_write): Update.
2907 (sh64_register_read): Update.
2908 (sh64_register_write): Update.
2909 * i386-tdep.c (i386_extract_return_value): Update.
2910 (i386_extract_struct_value_address): Update.
2911 (i386_extract_return_value): Update.
2912 * blockframe.c (generic_read_register_dummy): Update.
2913 (generic_call_dummy_register_unwind): Update
2914 * infrun.c (write_inferior_status_register): Update.
2915
2916 2002-07-23 Jim Blandy <jimb@redhat.com>
2917
2918 * parser-defs.h (expression_context_pc): Make this extern.
2919 (Thanks to Michael Snyder.)
2920
2921 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2922
2923 GDB 5.2.1 released from 5.2 branch.
2924 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2925 * README: Update to mention 5.2.1.
2926
2927 2002-07-23 Mark Salter <msalter@redhat.com>
2928
2929 * remote.c (remote_read_bytes): Fix check for error.
2930
2931 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2932
2933 * aix-thread.c (language.h): Include.
2934 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2935 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2936 Print newlines at end of debug messages.
2937 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2938 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2939
2940 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2941
2942 * aix-thread.c (ppc-tdep.h): Include.
2943 (special_register_p): New function.
2944 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2945 (store_regs_user_thread): Use register number information from
2946 gdbarch_tdep struct instead of hardcoded offsets relative to
2947 FIRST_UISA_SP_REGNUM.
2948 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2949 special_register_p() instead of using FPLAST_REGNUM and
2950 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2951 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2952 will be MQ's register number.
2953
2954 2002-07-22 Michael Snyder <msnyder@redhat.com>
2955
2956 * aix-thread.c (ops): Rename to aix_thread_ops.
2957 (base_ops): Rename to base_target.
2958 (ops_attach): Rename to aix_thread_attach.
2959 (ops_detach): Rename to aix_thread_detach.
2960 (ops_resume): Rename to aix_thread_detach.
2961 (ops_wait): Rename to aix_thread_wait.
2962 (ops_kill): Rename to aix_thread_kill.
2963 (init_ops): Rename to init_aix_thread_ops.
2964 (ops_fetch_register): Rename to aix_thread_fetch_register.
2965 (ops_store_register): Rename to aix_thread_store_register.
2966 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2967 (ops_thread_alive): Rename to aix_thread_thread_alive.
2968 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2969 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2970 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2971 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2972 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2973 (store_regs_lib): Rename to store_regs_user_thread.
2974 (store_regs_kern): Rename to store_regs_kernel_thread.
2975
2976 2002-07-22 Michael Snyder <msnyder@redhat.com>
2977
2978 * aix-thread.c (ops_prepare_to_store): Eliminate.
2979 (init_ops): Don't initialize ops.prepare_to_store.
2980 (store_regs_kern): Pre-fetch register buffers from child,
2981 because some registers may not be in the cache. Copy
2982 regs from register cache only if they are cached.
2983 (store_regs_lib): Copy regs from register cache only
2984 if they are cached.
2985 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2986 fill_gprs64): Ditto.
2987
2988 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2989
2990 * aix-thread.c (gdb_assert.h): Include.
2991 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2992 register sizes (from register cache) match size of buffer holding
2993 register data.
2994 (fill_sprs32): Change parameter types to match those in the ptrace()
2995 buffer.
2996 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2997 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2998
2999 2002-07-22 Michael Snyder <msnyder@redhat.com>
3000
3001 * aix-thread.c (supply_sprs64): Cosmetic change.
3002 (supply_sprs32): Cosmetic change.
3003 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3004 (fill_sprs64): Use regcache_collect instead of read_register.
3005 (store_regs_lib): Use regcache_collect instead of
3006 read_register. Use fill_sprs32 instead of fill_sprs64,
3007 if debugging a 32-bit architecture.
3008 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3009 out of the register cache, instead of passing a pointer into
3010 the register cache directly to ptrace. Use regcache_collect
3011 insteaad of read_register.
3012 (ops_prepare_to_store): Use target_read_registers instead
3013 of read_register_bytes.
3014
3015 2002-07-20 Aidan Skinner <aidan@velvet.net>
3016
3017 * MAINTAINERS: Add self under write after approval.
3018
3019 2002-07-20 Aidan Skinner <aidan@velvet.net>
3020
3021 * ada-tasks.c: Change k&r style function definitions to prototyped
3022 form.
3023
3024 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3025
3026 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3027 * x86-64-tdep.c: Include "objfiles.h".
3028 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3029 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3030
3031 2002-07-17 Michal Ludvig <michal@suse.cz>
3032
3033 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3034 (update_context): Initialise cfa variable.
3035
3036 2002-07-17 Michael Snyder <msnyder@redhat.com>
3037
3038 * aix-thread.c: Shorten some long lines.
3039 Bring comments into line with code spec.
3040
3041 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3042
3043 * infrun.c: Re-indent using gdb_indent.sh.
3044
3045 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3046
3047 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3048 Leave the indentation temporarily untouched, to minimize the diffs.
3049
3050 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3051
3052 * stabsread.c: Make os9k sections of the code obsolete,
3053 for real this time.
3054 * stabsread.h: Make os9k sections of the code obsolete.
3055
3056 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3057
3058 * linux-low.c (regsets_store_inferior_registers): Add free()
3059 at the end of a loop to prevent memory leak.
3060 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3061 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3062 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3063 line a comment.
3064 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3065
3066 2002-07-17 Jim Blandy <jimb@redhat.com>
3067
3068 * macrocmd.c (info_macro_command): Remove newline from error
3069 message.
3070
3071 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3072
3073 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3074 (sh_gdbarch_init): Use it for sh-dsp.
3075
3076 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3077
3078 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3079 64-bit DWARF2 format.
3080
3081 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3082
3083 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3084 <sys/proc.h> when not available.
3085
3086 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3087
3088 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3089 * stabsread.c: Make os9k sections of the code obsolete.
3090 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3091 * config/i386/i386os9k.mt: Make file obsolete.
3092 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3093 (COMMON_OBS): Remove os9kread.o
3094 (SFILES): Remove os9kread.c.
3095 (os9kread.o, remote-os9k.o): Make target obsolete.
3096 * remote-os9k.c: Make file obsolete.
3097 * os9kread.c: Make file obsolete.
3098 * Makefile.in
3099
3100 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3101
3102 * NEWS: Mention that the FR30 has been made obsolete.
3103 * fr30-tdep.c: Make file obsolete.
3104 * config/fr30/tm-fr30.h: Ditto.
3105 * config/fr30/fr30.mt: Ditto.
3106 * configure.tgt: Make fr30-*-elf obsolete.
3107 * MAINTAINERS: Make fr30-elf obsolete.
3108
3109 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3110
3111 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3112 found is not inside a section.
3113
3114 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3115
3116 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3117 strerror().
3118 (pdc_realloc): Use xrealloc() instead of realloc().
3119
3120 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3121
3122 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3123 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3124 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3125 macros.
3126
3127 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3128
3129 * aix-thread.c (ptrace_check): Eliminate goto.
3130 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3131 problem.
3132
3133 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3134
3135 * aix-thread.c (gdbcmd.h): Include.
3136 (DEBUG, DBG, DBG2, dbg): Eliminate.
3137 (debug_aix_thread): New static global.
3138 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3139 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3140 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3141 invocations to DBG and DBG2 macros to test against
3142 ``debug_aix_thread'' and call fprintf_unfiltered().
3143 (_initialize_aix_thread): Add new command "set debug aix-thread".
3144
3145 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3146
3147 From Gerhard Tonn <TON@de.ibm.com>:
3148 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3149 instead of supply_register.
3150
3151 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3152
3153 * dwarf2cfi.c: Include "gdb_assert.h".
3154 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3155 non-NULL.
3156 (update_context): Do not use __func__. Add missing ``break''.
3157 (update_context): Do not use __func__.
3158
3159 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3160
3161 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3162 and its setting. Set gdbarch instruction printing functions
3163 directly. For non-rs6000 case use new function
3164 gdb_print_insn_powerpc.
3165 (gdb_print_insn_powerpc): New function.
3166
3167 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3168
3169 * NEWS: Mention that the d30v has been marked obsolete.
3170 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3171 * configure.tgt: Mark d30v-*-* as obsolete.
3172 * d30v-tdep.c: Mark file as obsolete.
3173 * config/d30v/d30v.mt: Ditto.
3174 * config/d30v/tm-d30v.h: Ditto.
3175
3176 2002-07-13 Aidan Skinner <aidan@velvet.net>
3177
3178 * ada-tasks.c (add_task_entry): replace calls to
3179 malloc() with xmalloc
3180 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3181
3182 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3183 ada_finish_decode_line_1, all_sals_for_line
3184 ada_breakpoint_rewrite): replace calls to free() with xfree()
3185
3186 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3187
3188 From Nicholas Duffek (with minor changes by Martin Hunt,
3189 Louis Hamilton, and Kevin Buettner):
3190 * aix-thread.c: New file.
3191
3192 2002-07-12 Petr Sorfa <petrs@caldera.com>
3193
3194 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3195 complaint for invalid attribute class or form.
3196 (read_func_scope): DW_AT_frame_base
3197 better handling of DW_AT_block*.
3198 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3199 better handling of DW_AT_block*.
3200 (read_common_block): DW_AT_location
3201 better handling of DW_AT_block*.
3202 (read_partial_die): DW_AT_location better handling
3203 of DW_AT_block*.
3204 (new_symbol): DW_AT_external better handling of
3205 DW_AT_block*. Proper initialization of variable
3206 "addr".
3207 (attr_form_is_block): New function that returns true
3208 if the attribute's form is of DW_FORM_block*.
3209
3210 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3211
3212 * valops.c (find_method_list): Remove comment about
3213 removed STATIC_MEMFUNCP argument.
3214 (value_find_oload_method_list): Likewise.
3215
3216 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3217
3218 From Nicholas Duffek:
3219 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3220 target_new_objfile_hook.
3221
3222 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3223
3224 From Nicholas Duffek:
3225 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3226 csect.
3227
3228 2002-07-12 Andrew Cagney <cagney@redhat.com>
3229
3230 * MAINTAINERS: Mention --enable-sim-build-warnings.
3231 (m68hc11-elf): Disable sim build warnings.
3232 (m32r-elf): Mark as broken obsolete candidate.
3233 (x86_64-linux-gnu): Mark as buildable with -Werror.
3234 (arm-elf): Change -w to ``,'' which enables warnings but not
3235 -Werror.
3236
3237 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3238
3239 * bcache.h: Update copyright.
3240 (struct bstring, struct bcache): Move definition to "bcache.c".
3241 Replaced by opaque declaration.
3242 (bcache_xfree): Replace free_bcache.
3243 (bcache_xmalloc, bcache_memory_used): Declare.
3244
3245 * bcache.c: Update copyright.
3246 (struct bstring, struct bcache): Moved to here from "bcache.h".
3247 Update comments.
3248 (bcache_xmalloc, bcache_memory_used): New functions.
3249 (bcache_xfree): Replace function free_bcache.
3250
3251 * Makefile.in (objfiles.o): Add $(bcache_h).
3252 (objfiles_h): Remove $(bcache_h).
3253 (symfile.o): Add $(bcache_h).
3254
3255 * symmisc.c: Update copyright.
3256 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3257 (print_objfile_statistics): Use bcache_memory_used.
3258
3259 * symfile.c: Include "bcache.h".
3260 (reread_symbols): Use bcache_xfree.
3261 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3262 (add_psymbol_to_list): Pass psymbol_cache by value.
3263 (add_psymbol_with_dem_name_to_list): Ditto.
3264
3265 * objfiles.h: Update copyright.
3266 (struct bcache): Declare opaque. Do not include "bcache.h".
3267 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3268 bcache'' pointers.
3269 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3270
3271 * objfiles.c: Include "bcache.h". Update copyright.
3272 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3273 macro_cache.
3274 (free_objfile): Use bcache_xfree.
3275
3276 2002-07-11 Grace Sainsbury <graces@redhat.com>
3277
3278 * monitor.c (monitor_fetch_register): Make name a constant.
3279 (monitor_store_register): Same.
3280
3281 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3282
3283 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3284 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3285 (finish_block) For non-function blocks, hash the symbol table. For
3286 function blocks, mark the symbol table as unhashed.
3287 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3288 (msymbol_hash_iw): Likewise.
3289 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3290 value.
3291 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3292 (lookup_minimal_symbol): Likewise for both.
3293 * symtab.h (struct block): Add `hashtable' flag. Comment the
3294 hashtable.
3295 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3296 (ALL_BLOCK_SYMBOLS): Update.
3297 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3298 (struct symbol): Add `hash_next' pointer.
3299 * symtab.c (lookup_block_symbol): Search using the hash table when
3300 possible.
3301 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3302 (search_symbols, find_addr_symbol): Likewise.
3303
3304 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3305 (read_dst_symtab): Likewise.
3306 * jv-lang.c (get_java_class_symtab): Likewise.
3307 * mdebugread.c: Include "gdb_assert.h".
3308 (shrink_block): Assert that the block being modified is not hashed.
3309 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3310 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3311 symbols.
3312 (dump_symtab): Recognize hashed blocks.
3313 * printcmd.c (print_frame_args): Assert that function blocks do not
3314 have hashed symbol tables.
3315 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3316 (fill_in_ada_prototype, debug_print_block): Likewise.
3317 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3318
3319 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3320
3321 * stack.c (print_frame): Use result of frame_address_in_block()
3322 instead of fi->pc when evaluating symbols.
3323 (backtrace_command_1): Ditto.
3324
3325 2002-07-11 Andrew Cagney <cagney@redhat.com>
3326
3327 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3328 Make static.
3329
3330 * arm-tdep.c (arm_register_name): Make return type constant.
3331
3332 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3333
3334 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3335 prototype.
3336 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3337 * s390-tdep.c (s390_fp_regnum): Ditto.
3338 (s390_read_fp): Ditto.
3339 (s390_pop_frame): Ditto.
3340 (_initialize_s390_tdep): Ditto.
3341 * remote.c (get_remote_state): Ditto.
3342 * procfs.c (mappingflags): Ditto.
3343 * memattr.c (_initialize_mem): Ditto.
3344 * mcore-tdep.c (mcore_pop_frame): Ditto.
3345 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3346 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3347 * language.c (set_case_str): Ditto.
3348 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3349 * frv-tdep.c (new_variant): Ditto.
3350 (frv_stopped_data_address): Ditto.
3351 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3352 (context_alloc): Ditto.
3353 (frame_state_alloc): Ditto.
3354 (unwind_tmp_obstack_init): Ditto.
3355 (unwind_tmp_obstack_free): Ditto.
3356 (cfi_read_fp): Ditto.
3357 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3358 (cris_pop_frame): Ditto.
3359 * c-lang.c (scanning_macro_expansion): Ditto.
3360 (finished_macro_expansion): Ditto.
3361 (c_preprocess_and_parse): Ditto.
3362 * gdbarch.sh: Ditto.
3363 * gdbarch.h, gdbarch.c: Regenerate.
3364 * config/mn10200/tm-mn10200.h: Adjust indentation.
3365 * target.c: Adjust indentation.
3366 * symtab.h: Adjust indentation.
3367 * stabsread.h: Adjust indentation.
3368 * remote-es.c: Adjust indentation.
3369 * os9kread.c: Adjust indentation.
3370
3371 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3372
3373 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3374 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3375
3376 2002-07-10 Grace Sainsbury <graces@redhat.com>
3377
3378 * NEWS: Mention m68k, mcore multi-arching.
3379 * MAINTAINERS: Change status of m68k, mcore to reflect
3380 multi-arching.
3381
3382 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3383
3384 * valops.c (find_overload_match): Free oload_syms.
3385
3386 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3387
3388 Define HAVE_SYS_PROC_H if sys/proc.h exists
3389 * configure.in: Add check for sys/proc.h
3390 * config.in: Regenerate.
3391 * configure: Regenerate.
3392
3393 2002-07-09 Grace Sainsbury <graces@redhat.com>
3394
3395 * config/m68k/tm-m68k.h: Remove macros wrapped in
3396 #if !GDB_MULTI_ARCH.
3397
3398 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3399
3400 * config.in, configure: Regenerate.
3401
3402 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3403
3404 * dwarf2cfi.c: Include "gcore.h".
3405 (execute_stack_op): Fix implementation of the
3406 DW_OP_deref and DW_OP_deref_size operators by letting do their
3407 lookup in the target.
3408
3409 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3410
3411 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3412 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3413 tdep->sc_sp_offset.
3414
3415 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3416
3417 Fix PR gdb/595, gdb/602
3418 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3419 Don't call value_cast, just read the vtable pointer; update comments
3420 to match.
3421
3422 2002-07-05 Grace Sainsbury <graces@redhat.com>
3423
3424 * config/mcore/tm-mcore.h: Remove file.
3425 * config/mcore/mcore.mt: Remove definition of TM_FILE
3426 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3427
3428 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3429
3430 * i386bsd-tdep.c: Include "gdb_string.h".
3431
3432 2002-07-04 Grace Sainsbury <graces@redhat.com>
3433
3434 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3435 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3436 mcore-tdep.
3437 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3438 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3439 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3440 (RETVAL_REGNUM): Move macros from tm-mcore.h
3441 (mcore_reg_struct_has_addr): New function.
3442 (mcore_gdbarch_init): Added initializations for the macros removed
3443 from tm-mcore.h.
3444
3445 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3446
3447 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3448 traditonal string branding within the ELF header.
3449
3450 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3451
3452 * symtab.c (remove_params): New function.
3453 (make_symbol_overload_list): Use it instead of cplus_demangle.
3454 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3455
3456 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3457
3458 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3459
3460 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3461 New variables.
3462 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3463 and tdep->sigtramp_end.
3464 * i386obsd-nat.c: New file.
3465 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3466
3467 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3468 Don't call get_current_frame().
3469
3470 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3471
3472 * i386-nat.c (child_post_startup_inferior): New function
3473 calling i386_cleanup_dregs if
3474 I386_USE_GENERIC_WATCHPOINTS is defined.
3475 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3476 conditional to acknowledge that i386-nat.c has its
3477 own child_post_startup_inferior function.
3478
3479 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3480
3481 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3482 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3483 instead of MAX_REGISTER_RAW_SIZE.
3484 (i386_extract_return_value, i386_extract_struct_value_address):
3485 Convert to use regcache.
3486 (i386_gdbarch_init): Set max_register_raw_size and
3487 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3488 Set extract_return_value and extract_struct_value_address instead
3489 of their deprecated variants.
3490
3491 Convert i386 target to generic dummy frames.
3492 * i386-tdep.c: Include "symfile.h".
3493 (i386_frameless_signal_p): Consider a function to be frameless if
3494 the pc points at the first instruction of the function.
3495 (i386_frame_chain): Handle (generic) call dummies.
3496 (i386_frame_saved_pc): Likewise.
3497 (i386_frame_init_saved_regs): Remove code dealing with call
3498 dummies on the stack.
3499 (i386_push_dummy_frame): Removed.
3500 (i386_call_dummy_words): Removed.
3501 (i386_fix_call_dummy): Removed.
3502 (i386_push_return_address): New function.
3503 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3504 parameter, and don't call get_current_frame.
3505 (i386_pop_frame): New function.
3506 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3507 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3508 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3509 call_dummy_length to 0, set call_dummy_words to NULL, set
3510 sizeof_call_dummy_words to 0, set fix_call_dummy to
3511 generic_fix_call_dummy, set pc_in_call_dummy to
3512 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3513 generic_push_dummy_frame, set push_return_address to
3514 i386_push_return_address and set frame_chain_valid to
3515 generic_file_frame_chain_valid.
3516
3517 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3518
3519 * gdbarch.sh (struct regcache): Add opaque declaration.
3520 (EXTRACT_RETURN_VALUE): New architecture method.
3521 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3522 * gdbarch.h, gdbarch.c: Regenerate.
3523 * arch-utils.c (legacy_extract_return_value): New function.
3524 * arch-utils.h (legacy_extract_return_value): Declare.
3525 * values.c (value_being_returned): Re-enable code handling
3526 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3527 deprecated_grub_regcache_for_registers call to block handling
3528 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3529 (EXTRACT_RETURN_VALUE): Do not define.
3530
3531 2002-07-03 Grace Sainsbury <graces@redhat.com>
3532
3533 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3534 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3535 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3536 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3537 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3538 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3539 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3540 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3541 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3542 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3543 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3544 argument so the function fits the prototype in the architecture
3545 vector.
3546 (mcore_pop_frame): Remove argument so the function fits the
3547 prototype. Use get_current_frame instead of the argument.
3548 (mcore_push_arguments): Change type of struct_return so the
3549 function can be used in the architecture vector.
3550 (mcore_store_struct_return): Add.
3551 (mcore_frame_init_saved_regs): Add.
3552 (mcore_gdbarch_init): Add function calls to replace the macros
3553 removed from tm-mcore.h
3554
3555 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3556
3557 * infcmd.c (print_return_value): Remove compatibility code calling
3558 deprecated_grub_regcache_for_registers.
3559
3560 * values.c: Include "regcache.h".
3561 (value_being_returned): Update. Use
3562 deprecated_grub_regcache_for_registers to extract the register
3563 buffer address.
3564 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3565 ``struct regcache''.
3566 * Makefile.in (values.o): Add dependency on $(regcache_h).
3567
3568 * inferior.h (run_stack_dummy): Change type of second parameter to
3569 a ``struct regcache''.
3570 * valops.c (hand_function_call): Change type of retbuf to ``struct
3571 regcache''. Allocate using regcache_xmalloc, clean using
3572 make_cleanup_regcache_xfree.
3573 * infcmd.c (run_stack_dummy): Update. Use
3574 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3575
3576 * regcache.c (do_regcache_xfree): New function.
3577 (make_cleanup_regcache_xfree): New function.
3578 * regcache.h (make_cleanup_regcache_xfree): Declare.
3579
3580 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3581
3582 * event-top.c (command_line_handler): Don't read past
3583 beginning of buffer.
3584
3585 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3586
3587 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3588 struct frame_id.
3589 (varobj_create): Store frame_id for root.
3590 (varobj_gen_name): Use xasprintf.
3591 (varobj_update): Save and restore frame using get_frame_id() and
3592 frame_find_by_id().
3593 (create_child): Use xasprintf.
3594 (new_root_variable): Initialize frame_id.
3595 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3596 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3597 to prevent memory leak.
3598
3599 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3600
3601 * valops.c (hand_function_call): Move declaration of retbuf to
3602 start of function, allocate using malloc, add a cleanup but before
3603 the inf_status cleanup, cleanup the buffer. Rename local variable
3604 old_chain to inf_status_cleanup.
3605
3606 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3607
3608 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3609
3610 * cli/cli-decode.c (cmd_func_p): New function.
3611 (cmd_func): New function.
3612
3613 * command.h: Add cmd_func() and cmd_func_p().
3614
3615 2002-07-03 Grace Sainsbury <graces@redhat.com>
3616
3617 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3618 (REGISTER_SIZE): Remove.
3619 (MAX_REGISTER_RAW_SIZE): Remove.
3620 (REGISTER_VIRTUAL_TYPE): Remove.
3621 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3622 (REGISTER_NAME): Remove.
3623 (USE_GENERIC_DUMMY_FRAMES): Remove.
3624 (CALL_DUMMY): Remove.
3625 (CALL_DUMMY_START_OFFSET): Remove.
3626 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3627 (CALL_DUMMY_LOCATION): Remove.
3628 (FIX_CALL_DUMMY): Remove.
3629 (CALL_DUMMY_ADDRESS): Remove.
3630 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3631 (SAVE_DUMMY_FRAME_TOS): Remove.
3632 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3633 (mcore_register_virtual_type): New function.
3634 (mcore_register_byte): New function.
3635 (mcore_register_size): New function.
3636 (mcore_register_name): New function.
3637 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3638 macros removed from tm-mcore.h.
3639 (mcore_dump_tdep): Add.
3640 (_initialize_mcore_tdep): Add gdbarch_register call.
3641
3642 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3643
3644 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3645 frameless_look_for_prologue, such that we actually call this
3646 function.
3647
3648 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3649
3650 * frame.h (frame_address_in_block): New function.
3651
3652 * blockframe.c (frame_address_in_block): New function extracted
3653 from get_frame_block().
3654 (get_frame_block): Use frame_address_in_block().
3655 (block_innermost_frame): Use frame_address_in_block() to match
3656 the frame pc address against the block boundaries rather than
3657 the frame pc directly. This prevents a failure when a frame pc
3658 is actually a return-address pointing immediately after the end
3659 of the given block.
3660
3661 2002-07-02 Grace Sainsbury <graces@redhat.com>
3662
3663 * MAINTAINERS: Add self under write after approval.
3664
3665 2002-07-02 Grace Sainsbury <graces@redhat.com>
3666
3667 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3668 used in architecture vector. The default is
3669 m68k_local_breakpoint_from_pc.
3670 (m68k_local_breakpoint_from_pc): Add.
3671 (enum): Add register numbers from tm-m68k.h.
3672 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3673 vector.
3674 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3675 GDB_MULTI_ARCH_PARTIAL.
3676 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3677 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3678 m68k-tdep.c.
3679 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3680 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3681 to enum in m68k-tdep.c
3682
3683 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3684
3685 * solib-osf.c (open_map): Compute the list of shared libraries
3686 loaded by the inferior, rather than the list of libraries loaded
3687 by GDB itself. Otherwise, GDB ends up reading the symbols from
3688 the wrong shared libraries...
3689
3690 2002-07-02 Mark Kettenis <kettenis@gnu.org>
3691
3692 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3693 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3694 macros.
3695 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3696 Remove functions.
3697 (FRAMELESS_SIGNAL): Remove function.
3698 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3699 i386_linux_saved_pc_after_call): Removed.
3700 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3701 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3702 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3703
3704 * i386-tdep.c (i386_frameless_signal_p): New function.
3705 (i386_frame_chain): Deal with frameless signals.
3706 (i386_sigtramp_saved_sp): New function.
3707 (i386_frame_saved_pc): Deal with frameless signals.
3708 (i386_saved_pc_after_call): Make sure the correct value is
3709 returned just after entry into a sigtramp.
3710 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3711 i386fbsd4_sc_sp_offset): New variables.
3712 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3713 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3714 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3715 similiar to what we already did for sc_pc_offset.
3716 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3717 tdep->sc_sp_offset.
3718
3719 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3720
3721 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3722
3723 * config/i386/tm-x86-64linux.h: New.
3724 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3725 definitions.
3726 * config/i386/nm-x86-64.h: Rename to ...
3727 * config/i386/nm-x86-64linux.h: ... this one.
3728 * config/i386/x86-64linux.mh: Reflect the above change.
3729
3730 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3731
3732 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3733 with sigcontext_addr. Add sc_sp_offset.
3734 (i386bsd_sigtramp_saved_pc): Remove prototype.
3735 (i386bsd_sicontext_addr): Add prototype.
3736 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3737 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3738 (i386_svr4_sigtramp_saved_pc): Removed.
3739 (i386_svr4_sigcontext_addr): New function.
3740 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3741 Initialize tdep->sigcontext_addr instead. Initialize
3742 tdep->sc_pc_offset and tdep->sc_sp_offset.
3743 (i386_gdbarch_init): Likewise.
3744 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3745 any more.
3746 (i386bsd_sigtramp_saved_pc): Remove function.
3747 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3748 Initialize tdep->sigcontext_addr instead. Initialize
3749 tdep->sc_pc_offset.
3750 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3751 of tdep->sigtramp_saved_pc.
3752 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3753 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3754 instead.
3755
3756 * i386-tdep.c (i386_frameless_function_invocation,
3757 i386_frame_num_args, i386_frame_init_saved_regs,
3758 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3759 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3760 i386_extract_return_value, i386_store_return_value,
3761 i386_extract_struct_value_address, i386_register_virtual_type,
3762 i386_register_convertible, i386_register_convert_to_virtual,
3763 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3764 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3765 static.
3766
3767 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3768
3769 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3770
3771 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3772 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3773 this macro. Include "value.h".
3774
3775 2002-06-30 Aidan Skinner <aidan@velvet.net>
3776
3777 * ada-exp.tab.c: remove as it's a generated file
3778 * ada-lex.c: remove as it's a generated file
3779
3780 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3781
3782 * config/i386/tm-i386.h (struct frame_info, struct
3783 frame_saved_regs, struct value, struct type): Remove forward
3784 declarations.
3785
3786 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3787 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3788 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3789 (FILL_FPXREGSET): Define.
3790
3791 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3792
3793 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3794 i[3456]86-*-netbsd* case.
3795 * config/i386/tm-obsd.h: Removed.
3796 * config/i386/obsd.mt: Removed.
3797 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3798 core-aout.o.
3799 (MH_CFLAGS): Add -DYYDEBUG=0.
3800
3801 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3802 i386nbsd_sc_pc_offset on OpenBSD too.
3803
3804 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3805 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3806 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3807 define.
3808 * i386bsd-tdep.c: Include "arch-utils.h".
3809 (i386bsd_aout_in_solib_call_trampoline): New function.
3810 (i386bsd_init_abi): Set in_solib_call_trampoline to
3811 i386bsd_aout_in_solib_call_trampoline.
3812 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3813 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3814
3815 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3816
3817 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3818 (struct obstack, struct bcache): Add opaque declarations.
3819 * Makefile.in (macrotab_h): Update
3820
3821 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3822
3823 * blockframe.c (generic_find_dummy_frame): Change return type to
3824 ``struct regcache''.
3825 (struct dummy_frame): Replace field ``registers'' with regcache, a
3826 struct regcache object.
3827 (generic_find_dummy_frame): Update.
3828 (generic_push_dummy_frame): Update. Use regcache_xfree,
3829 regcache_xmalloc and regcache_cpy.
3830 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3831 regcache_xfree.
3832 (deprecated_generic_find_dummy_frame): Update.
3833 (generic_read_register_dummy): Update. Use
3834 regcache_read_as_address.
3835 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3836 (generic_get_saved_register): Update. Use regcache_read.
3837
3838 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3839
3840 * Makefile.in (objfiles_h): Add $(bcache_h).
3841 * objfiles.h: Include "bcache.h".
3842
3843 * Makefile.in (symtab_h): Remove $(bcache_h).
3844 * symtab.h: Do not include "bcache.h".
3845
3846 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3847
3848 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3849 generic_func_frame_chain_valid.
3850
3851 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3852
3853 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3854 * config/i386/tm-fbsd.h: Likewise.
3855
3856 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3857
3858 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3859 generic_unwind_get_saved_register.
3860
3861 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3862
3863 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3864 * regcache.c (supply_register): Add missing argument to
3865 register_buffer call.
3866
3867 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3868
3869 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3870 Solaris /bin/grep does not not like it. From Peter Schauer.
3871
3872 2002-06-26 Tom Tromey <tromey@redhat.com>
3873
3874 * command.h (add_setshow_cmd): Declare.
3875 (add_setshow_cmd_full): Declare.
3876 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3877 returns void. Use add_setshow_cmd_full.
3878 (add_setshow_cmd_full): New function.
3879 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3880 (add_setshow_boolean_cmd): Likewise.
3881
3882 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3883
3884 * config/vax/tm-vax.h: Protect from multiple inclusion.
3885 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3886 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3887 * config/vax/tm-vaxbsd.h: ...here. New file.
3888 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3889
3890 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3891
3892 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3893 (BELIEVE_PCC_PROMOTION): Remove.
3894 (AP_REGNUM): Move to...
3895 * config/vax/nm-vax.h: ...here.
3896 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3897 (vax_breakpoint_from_pc): New function.
3898 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3899 and gdbarch_believe_pcc_promotion.
3900
3901 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3902
3903 * Makefile.in (vax_tdep_h): Define.
3904 (vax-tdep.o): Use $(vax_tdep_h).
3905 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3906 (vax_dump_tdep): New function.
3907 (_initialize_vax_tdep): Register vax_dump_tdep.
3908 * vax-tdep.h: Include osabi.h.
3909 (struct gdbarch_tdep): New.
3910
3911 2002-06-26 Andrew Cagney <cagney@redhat.com>
3912
3913 * frame.h (deprecated_generic_find_dummy_frame): Rename
3914 generic_find_dummy_frame.
3915 * blockframe.c (generic_find_dummy_frame): Make static.
3916 (deprecated_generic_find_dummy_frame): New function.
3917 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3918 generic_find_dummy_frame with deprecated_find_dummy_frame.
3919 (sh64_nofp_frame_init_saved_regs): Ditto.
3920 (sh_fp_frame_init_saved_regs): Ditto.
3921 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3922 (s390_frame_chain): Ditto.
3923 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3924
3925 2002-06-26 Grace Sainsbury <graces@redhat.com>
3926
3927 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3928 gdbarch vector are at the top.
3929 (NUM_REGS): Remove.
3930 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3931 (FRAME_ARGS_ADDRESS): Remove.
3932 (FRAME_LOCALS_ADDRESS): Remove.
3933 (FRAME_NUM_ARGS): Remove.
3934 (FRAME_ARGS_SKIP): Remove.
3935 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3936 (m68k_gdbarch_init): Add gdbarch initializations for macros
3937 undefined in tm-m68k.h
3938
3939 2002-06-26 Grace Sainsbury <graces@redhat.com>
3940
3941 * monitor.h: Add the function regname to monitor_ops
3942 structure. This way NUM_REGS does not have to be a constant.
3943 * monitor.c (monitor_fetch_register): Added support for regname
3944 function. The function is called if the array regnames is NULL.
3945 (monitor_store_register): Same.
3946 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3947 regnames array.
3948 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3949 cpu32bug_cmds.regname to point to new function.
3950 * abug-rom.c (abug_regname): Same as above.
3951 (init_abug_cmds): Same.
3952 * dbug-rom.c (dbug_regname): Same as above.
3953 (init_dbug_cmds): Same.
3954 * remote-est.c (est_regname): Same.
3955 (init_est_cmds): Same.
3956 * rom68k-rom.c (rom68k_regname): Same.
3957 (init_rom68k_cmds): Same.
3958
3959 2002-06-25 Tom Tromey <tromey@redhat.com>
3960
3961 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3962
3963 2002-06-25 Andrew Cagney <cagney@redhat.com>
3964
3965 * infrun.c (stop_registers): Change variable's type to ``struct
3966 regcache'''.
3967 (xmalloc_inferior_status): Delete function.
3968 (free_inferior_status): Delete function.
3969 (normal_stop): Use regcache_cpy.
3970 (struct inferior_status): Change type of fields ``stop_registers''
3971 and ``registers'' to ``struct regcache''.
3972 (write_inferior_status_register): Use regcache_write.
3973 (save_inferior_status): Instead of calling
3974 xmalloc_inferior_status, allocate the inf_status buffer directly.
3975 Use regcache_dup_no_passthrough and regcache_dup to save the
3976 buffers.
3977 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3978 Replace the stop_registers regcache instead of overriding it. Use
3979 regcache_xfree. Instead of calling free_inferior_status, xfree
3980 the buffer directly.
3981 (discard_inferior_status): Use regcache_xfree. Instead of calling
3982 free_inferior_status, xfree the buffer directly.
3983 (build_infrun): Use regcache_xmalloc.
3984 (_initialize_infrun): Delete redundant call to build_infrun.
3985
3986 * Makefile.in (infcmd.o): Add $(regcache_h).
3987
3988 * infcmd.c: Include "regcache.h".
3989 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3990 obtain the address of `stop_registers' register buffer.
3991 (print_return_value): Ditto.
3992
3993 * inferior.h (struct regcache): Add opaque declaration.
3994 (stop_registers): Change variable's declared type to ``struct
3995 regcache''.
3996
3997 2002-06-24 Tom Tromey <tromey@redhat.com>
3998
3999 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4000 * target.c (initialize_targets): Fixed typo in
4001 trust-readonly-sections `show' documentation.
4002
4003 * main.c: Marked all strings with _().
4004
4005 2002-06-24 Don Howard <dhoward@redhat.com>
4006
4007 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4008 that means max CORE_ADDR+1.
4009 (lookup_mem_region): Ditto.
4010 (mem_info_command): Ditto.
4011
4012 2002-06-24 Grace Sainsbury <graces@redhat.com>
4013
4014 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4015 (REGISTER_BYTES_OK): Remove.
4016 (REGISTER_BYTES): Remove.
4017 (STORE_STRUCT_RETURN): Remove.
4018 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4019 (STORE_RETURN_VALUE): Remove.
4020 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4021 (FRAME_CHAIN): Remove.
4022 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4023 (FRAME_SAVED_PC): Remove.
4024 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4025 (m68k_store_struct_return): Add.
4026 (m68k_deprecated_extract_return_value): Add.
4027 (m68k_deprecated_extract_struct_value_address): Add.
4028 (m68k_store_return_value): Add.
4029 (m68k_frame_chain): Add.
4030 (m68k_frameless_function_invocation): Add.
4031 (m68k_frame_saved_pc): Add.
4032 (m68k_gdbarch_init): added set_gdbarch calls for new
4033 functions and deleted macros.
4034
4035 2002-06-23 Tom Tromey <tromey@redhat.com>
4036
4037 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4038 (ALLDEPFILES): Likewise.
4039 (udiheaders): Removed.
4040 (udip2soc.o): Likewise.
4041 (udi2go32.o): Likewise.
4042 (udr.o): Likewise.
4043 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4044
4045 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4046
4047 * infrun.c (_initialize_infrun): Delete unnecessary call to
4048 build_infrun.
4049
4050 * regcache.h: Update comments describing the regcache_cpy family
4051 of functions.
4052 (regcache_save, regcache_restore): Delete declaration.
4053 (regcache_save_no_passthrough): Delete declaration.
4054 (regcache_restore_no_passthrough): Delete declaration.
4055 * regcache.c (regcache_save): Delete function.
4056 (regcache_save_no_passthrough): Delete function.
4057 (regcache_restore): Delete function.
4058 (regcache_restore_no_passthrough): Delete function.
4059
4060 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4061
4062 * config/m68k/tm-m68k.h: Fix typo.
4063 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4064 (m68k_frame_init_saved_regs): Declare.
4065
4066 2002-06-21 Jim Blandy <jimb@redhat.com>
4067
4068 Remove some vestiges of Harris 88k support.
4069 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4070 register numbering quirk.
4071 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4072 odd symbols occurring in Harris 88k ELF targets.
4073
4074 2002-06-21 Tom Tromey <tromey@redhat.com>
4075
4076 * gdb_locale.h: New file.
4077 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4078 (defs_h): Added gdb_locale.h.
4079 * configure, config.in: Rebuilt.
4080 * configure.in (PACKAGE): Define.
4081 * defs.h: Include gdb_locale.h.
4082 * main.c (captured_main): Call setlocale, bindtextdomain,
4083 textdomain.
4084
4085 2002-06-21 Dave Brolley <brolley@redhat.com>
4086
4087 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4088 * config/frv/frv.mt: New file.
4089 * config/frv/tm-frv.h: New file.
4090 * configure.tgt: Support frv-*-*.
4091 * Makefile.in (frv-tdep.o): New target.
4092 * frv-tdep.c: New file.
4093 * NEWS: Mention frv.
4094
4095 2002-06-21 Dave Brolley <brolley@redhat.com>
4096
4097 * MAINTAINERS: Add self to "Write After Approval" list.
4098
4099 2002-06-21 Grace Sainsbury <graces@redhat.com>
4100
4101 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4102 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4103 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4104 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4105 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4106
4107 * m68k-tdep.c: Include arch-utils.h
4108 (m68k_register_raw_size): Add.
4109 (m68k_register_virtual_size): Add.
4110 (m68k_register_virtual_type): Add.
4111 (m68k_register_name): Add.
4112 (m68k_stack_align): Add.
4113 (m68k_register_byte): Add.
4114 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4115 tm-m68k.h.
4116
4117 2002-06-21 Grace Sainsbury <graces@redhat.com>
4118
4119 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4120 m68k_find_saved_regs.
4121 (m68k_pop_frame): Removed saved_regs structure, and replaced
4122 references to it with frame->saved_regs.
4123 (m68k_gdbarch_init): Added function calls to initialize the
4124 gdbarch structure.
4125 (m68k_fix_call_dummy): Add.
4126 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4127 (CALL_DUMMY): Remove.
4128 (CALL_DUMMY_LENGTH): Remove.
4129 (CALL_DUMMY_START_OFFSET): Remove.
4130 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4131 (FIX_CALL_DUMMY): Remove.
4132 (PUSH_DUMMY_FRAME): Remove.
4133 (POP_FRAME): Remove.
4134
4135 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4136
4137 * parse.c (parse_fprintf): New function used to avoid calls to
4138 fprintf in bison parser generated debug code.
4139 * parser-defs.h: Declaration of new parse_fprintf function.
4140 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4141 Set YYDEBUG to 1 by default.
4142 Set YYFPRINTF as parse_fprintf.
4143
4144 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4145
4146 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4147 encoding anymore.
4148 (pointer_encoding, enum ptr_encoding): New.
4149 (execute_cfa_program): Take care about pointer encoding.
4150 (dwarf2_build_frame_info): Only call parse_frame_info for
4151 .debug_frame and .eh_frame.
4152 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4153 fixed augmentation handling, added relative addressing,
4154 ignore duplicate FDEs. Added comments.
4155 * dwarf2cfi.c: Reindented.
4156
4157 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4158
4159 * event-top.c (command_handler): Don't use space_at_cmd_start
4160 unless there is sbrk() on the host. Assign time and space data
4161 to union fields of the appropriate length.
4162
4163 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4164
4165 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4166 x86_64_register_name. Return type changed to 'const char *'.
4167 (x86_64_register_name2nr): Rename to x86_64_register_number.
4168 (x86_64_gdbarch_init): Update to reflect the change.
4169 * x86-64-tdep.h: Ditto.
4170 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4171 (supply_fpregset): Ditto.
4172
4173 2002-06-19 Andrew Cagney <cagney@redhat.com>
4174
4175 * regcache.h: Update copyright.
4176 (struct regcache, struct gdbarch): Add opaque declarations.
4177 (current_regcache): Declare global variable.
4178 (regcache_read, regcache_write): Add gdbarch parameter.
4179 (regcache_save, regcache_save_no_passthrough)
4180 (regcache_restore, regcache_restore_no_passthrough)
4181 (regcache_dup, regcache_dup_no_passthrough)
4182 (regcache_cpy, regcache_cpy_no_passthrough)
4183 (deprecated_grub_regcache_for_registers)
4184 (deprecated_grub_regcache_for_register_valid)
4185 (regcache_valid_p): Add function declarations.
4186
4187 * regcache.c: Update copyright.
4188 (regcache_descr_handle): New global variable.
4189 (struct regcache_descr): Define.
4190 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4191 (regcache_descr, xfree_regcache_descr): New functions.
4192 (struct regcache): Define.
4193 (regcache_xmalloc, regcache_xfree): New functions.
4194 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4195 (regcache_dup, regcache_dup_no_passthrough): New functions.
4196 (regcache_valid_p, regcache_read_as_address): New functions.
4197 (deprecated_grub_regcache_for_registers): New function.
4198 (deprecated_grub_regcache_for_register_valid): New function.
4199 (current_regcache): New global variable.
4200 (register_buffer): Add regcache parameter. Update calls.
4201 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4202 (read_register_gen, write_register_gen): Update register_buffer
4203 call. Test for legacy_p instead of gdbarch_register_read_p or
4204 gdbarch_register_write_p.
4205 (regcache_collect): Update register_buffer call.
4206 (build_regcache): Rewrite. Use deprecated grub functions.
4207 (regcache_save, regcache_save_no_passthrough): New functions.
4208 (regcache_restore, regcache_restore_no_passthrough): New
4209 functions.
4210 (_initialize_regcache): Create the regcache_data_handle. Swap
4211 current_regcache global variable.
4212
4213 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4214 parameter to regcache_read and regcache_write calls.
4215 (sh4_register_read): Ditto.
4216 (sh64_pseudo_register_read): Ditto.
4217 (sh64_register_read): Ditto.
4218 (sh_pseudo_register_write): Ditto.
4219 (sh4_register_write): Ditto.
4220 (sh64_pseudo_register_write): Ditto.
4221 (sh64_register_write): Ditto.
4222
4223 * defs.h (XCALLOC): Define.
4224
4225 2002-06-19 Grace Sainsbury <graces@redhat.com>
4226
4227 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4228 * m68k-tdep.c (m68k_gdbarch_init): Added.
4229 (m68k_dump_tdep): Added.
4230
4231 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4232
4233 * ada-lang.c (fill_in_ada_prototype): Update comment.
4234
4235 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4236
4237 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4238 MIPS_ABI_LAST.
4239 (mips_abi_string, mips_abi_strings): New.
4240 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4241 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4242 tdep->mips_abi_string. Honor mips_abi_string. Default to
4243 O32 if no ABI is found.
4244 (mips_dump_tdep): Use mips_abi_strings.
4245 (mips_abi_update): New function.
4246 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4247 ``set mips abi'' and ``show mips abi''. Check the size of
4248 mips_abi_strings.
4249
4250 2002-06-19 Andrew Cagney <cagney@redhat.com>
4251
4252 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4253 constant.
4254
4255 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4256
4257 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4258 current frame using only the first stack size adjustment. All
4259 subsequent size adjustments are not considered to be part of
4260 the "static" part of the current frame.
4261 Compute the address of the saved registers relative to the
4262 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4263 in use in this frame.
4264
4265 2002-06-18 Don Howard <dhoward@redhat.com>
4266
4267 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4268 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4269 suggesting this solution.
4270
4271 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4272
4273 * config/romp/xm-rtbsd.h: Delete file.
4274 * config/romp/rtbsd.mh: Delete file.
4275
4276 2002-06-18 Keith Seitz <keiths@redhat.com>
4277
4278 * breakpoint.c (condition_command): Post breakpoint_modify
4279 when a condition is added to an existing breakpoint.
4280 (commands_command): Likewise for commands.
4281 (set_ignore_count): Likewise for ignore counts.
4282 If no tty, do not simply return, still need to send event
4283 notification.
4284 (ignore_command): Only print a newline if the command came
4285 from a tty.
4286 Don't call breakpoints_changed, since this is now properly
4287 handled by set_ignore_count.
4288
4289 2002-06-18 Andrew Cagney <cagney@redhat.com>
4290
4291 * MAINTAINERS: Note that cris-elf target can be compiled with
4292 -Werror.
4293 * cris-tdep.c (cris_register_name): Make return type constant.
4294 (cris_breakpoint_from_pc): Ditto.
4295
4296 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4297
4298 * frame.h (struct frame_info): Change type of context to
4299 'struct context'.
4300
4301 2002-06-17 Andrew Cagney <cagney@redhat.com>
4302
4303 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4304 pointer.
4305 * gdbarch.h, gdbarch.c: Regenerate.
4306 * config/mips/tm-mips.h (mips_register_name): Update.
4307 * i386-tdep.h (i386_register_name): Update.
4308 * mips-tdep.c (mips_register_name): Update
4309 * alpha-tdep.c (alpha_register_name): Update.
4310 * arch-utils.c (legacy_register_name): Update.
4311 * arch-utils.h (legacy_register_name): Update.
4312 * avr-tdep.c (avr_register_name): Update.
4313 * ia64-tdep.c (ia64_register_name): Update.
4314 * i386-tdep.c (i386_register_name): Update.
4315 * sparc-tdep.c (sparc32_register_name): Update.
4316 (sparc64_register_name): Update.
4317 (sparclite_register_name): Update.
4318 (sparclet_register_name): Update.
4319 * sh-tdep.c (sh_generic_register_name): Update.
4320 (sh_sh_register_name): Update.
4321 (sh_sh3_register_name): Update.
4322 (sh_sh3e_register_name): Update.
4323 (sh_sh_dsp_register_name): Update.
4324 (sh_sh3_dsp_register_name): Update.
4325 (sh_sh4_register_name): Update.
4326 (sh_sh64_register_name): Update.
4327 * s390-tdep.c (s390_register_name): Update.
4328 * rs6000-tdep.c (rs6000_register_name): Update.
4329 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4330 (ns32k_register_name_32382): Update.
4331 * d10v-tdep.c (d10v_ts2_register_name): Update.
4332 (d10v_ts3_register_name): Update.
4333 * xstormy16-tdep.c (xstormy16_register_name): Update.
4334 * vax-tdep.c (vax_register_name): Update.
4335 * v850-tdep.c (v850_register_name): Update.
4336 * m68hc11-tdep.c (m68hc11_register_name): Update.
4337 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4338 (am33_register_name): Update.
4339
4340 2002-06-17 Grace Sainsbury <graces@redhat.com>
4341
4342 * m68k-tdep.c: Reindented.
4343
4344 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4345
4346 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4347 list of predefined types.
4348
4349 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4350
4351 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4352 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4353 REGISTER_CONVERT_TO_RAW): Remove defines.
4354 (i386_register_virtual_type, i386_register_convertible,
4355 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4356 Remove prototypes.
4357 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4358 macros mentioned above.
4359
4360 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4361 (i386lynx_saved_pc_after_call): Remove prototype.
4362 * i386ly-tdep.c: Include "i386-tdep.h".
4363 (i386lynx_saved_pc_after_call): Make static. Use
4364 read_memory_nobpt instead of read_memory. Use
4365 read_memory_unsigned_integer instead of read_memory_integer.
4366 (i386lynx_init_abi): New function.
4367 (i386lynx_coff_osabi_sniffer): New function.
4368 (_initialize_i386bsd_tdep): New function.
4369
4370 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4371 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4372 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4373 (i386_fix_call_dummy): Remove prototype.
4374 * i386-tdep.c (i386_call_dummy_words): New variable.
4375 (i386_gdbarch_init): Adjust for removal of the
4376 macros mentioned above.
4377
4378 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4379
4380 * command.h (add_setshow_auto_boolean_cmd): Replace
4381 add_set_auto_boolean_cmd.
4382 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4383 add_set_auto_boolean_cmd.
4384 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4385 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4386 mask-address'' command.
4387 (show_mask_address): Add cmd parameter.
4388 * remote.c (add_packet_config_cmd): Update. Change type of
4389 set_func and show_func to cmd_sfunc_ftype.
4390 (_initialize_remote): Update `set remote Z-packet'
4391 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4392 (show_remote_protocol_e_packet_cmd): Ditto.
4393 (show_remote_protocol_E_packet_cmd): Ditto.
4394 (show_remote_protocol_P_packet_cmd): Ditto.
4395 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4396 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4397 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4398 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4399 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4400 (show_remote_protocol_Z_packet_cmd): Ditto.
4401 (show_remote_protocol_binary_download_cmd): Ditto.
4402 (show_remote_cmd): Pass NULL to all of above.
4403
4404 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4405
4406 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4407 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4408 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4409 POP_FRAME): Remove defines.
4410 (i386_push_arguments, i386_store_struct_return,
4411 i386_extract_return_value, i386_store_return_value,
4412 i386_extract_struct_value_address, i386_push_dummy_frame,
4413 i386_pop_frame): Renove prototypes.
4414 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4415 macros mentioned above.
4416
4417 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4418
4419 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4420 add_set_boolean_cmd.
4421 (add_setshow_cmd): New function.
4422 * command.h (add_setshow_boolean_cmd): Replace
4423 add_set_boolean_cmd.
4424 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4425 and ``set rdiromatzero''.
4426 * maint.c (_initialize_maint_cmds): Update commented out code.
4427 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4428 * target.c (initialize_targets): Update `set
4429 trust-readonly-sections'.
4430 * remote.c (_initialize_remote): Update `set remotebreak'.
4431
4432 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4433
4434 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4435 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4436 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4437 fit into multi-arch framework.
4438 (i386_breakpoint_from_pc): New function.
4439 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4440 above.
4441
4442 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4443 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4444 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4445 (i386_frameless_function_invocation, i386_frame_num_args,
4446 i386_frame_init_saved_regs): Remove prototypes.
4447 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4448 macros mentioned above.
4449
4450 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4451
4452 * cli/cli-decode.c (set_cmd_cfunc): Update.
4453 (set_cmd_sfunc): Update.
4454 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4455 (set_cmd_sfunc, set_cmd_cfunc): Update.
4456 * cli/cli-decode.h: Update.
4457
4458 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4459
4460 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4461 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4462
4463 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4464
4465 * defs.h (auto_boolean): Declare enum.
4466 * command.h (cmd_auto_boolean): Delete enum.
4467 * mips-tdep.c (mask_address_var): Update.
4468 (mips_mask_address_p): Update.
4469 (show_mask_address): Update.
4470 * remote.c (struct packet_config): Update.
4471 (update_packet_config): Update.
4472 (show_packet_config_cmd): Update.
4473 (packet_ok): Update.
4474 (add_packet_config_cmd): Update.
4475 (_initialize_remote):
4476 * command.h: Update.
4477 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4478 (do_setshow_command): Update.
4479 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4480 * cli/cli-decode.h: Update.
4481
4482 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4483
4484 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4485 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4486 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4487 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4488 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4489 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4490
4491 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4492 list of DJGPP COFF targets.
4493
4494 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4495 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4496 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4497 (FP0_REGNUM): Remove define.
4498 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4499 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4500 (i386_register_virtual_size): Remove protoype.
4501 * i386-tdep.c (i386_register_virtual_size): Removed.
4502 (i386_extract_return_value, i386_store_return_value): Use
4503 FP0_REGNUM instead of NUM_FREGS to determine whether the
4504 floating-point registers are available.
4505 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4506 Adjust for removal of macros mentioned above.
4507
4508 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4509
4510 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4511 comments.
4512 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4513 Remove prototypes.
4514 (supply_gregset, fill_gregset): Remove use of register keyword and
4515 remove declaration for regmap. Use I386_NUM_GREGS instead of
4516 NUM_REGS and NUM_FREGS.
4517 (FPREGSET_FSAVE_OFFSET): Remove.
4518 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4519 NUM_FREGS to determine whether the floating-point registers are
4520 available.
4521
4522 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4523 gnu_store_registers): Replace usage of NUM_GREGS with
4524 I386_NUM_GREGS.
4525
4526 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4527 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4528 usage of NUM_GREGS with I386_NUM_GREGS.
4529
4530 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4531
4532 * i386bsd-nat.c: Include "i386-tdep.h".
4533 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4534 I386_NUM_GREGS.
4535
4536 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4537 and associated comment. They no longer make any sense, since we
4538 don't use this file anymore on Linux.
4539
4540 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4541 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4542 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4543 elements in these arrays.
4544 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4545 MAX_NUM_REGS.
4546
4547 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4548
4549 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4550 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4551
4552 2002-06-14 Andrew Cagney <cagney@redhat.com>
4553
4554 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4555 EXTRACT_RETURN_VALUE.
4556 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4557 EXTRACT_STRUCT_VALUE_ADDRESS.
4558 * gdbarch.h, gdbarch.c: Regenerate.
4559
4560 * values.c (value_being_returned): Handle
4561 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4562 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4563
4564 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4565 * arm-tdep.c (arm_gdbarch_init): Update.
4566 * avr-tdep.c (avr_gdbarch_init): Update.
4567 * cris-tdep.c (cris_gdbarch_init): Update.
4568 * d10v-tdep.c (d10v_gdbarch_init): Update.
4569 * ia64-tdep.c (ia64_gdbarch_init): Update.
4570 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4571 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4572 * s390-tdep.c (s390_gdbarch_init): Update.
4573 * sh-tdep.c (sh_gdbarch_init): Update.
4574 * s390-tdep.c (s390_gdbarch_init): Update.
4575 * sparc-tdep.c (sparc_gdbarch_init): Update.
4576 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4577 * v850-tdep.c (v850_gdbarch_init): Update.
4578 * vax-tdep.c (vax_gdbarch_init): Update.
4579 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4580 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4581
4582 * config/arc/tm-arc.h: Update.
4583 * config/d30v/tm-d30v.h: Update.
4584 * config/fr30/tm-fr30.h: Update.
4585 * config/h8300/tm-h8300.h: Update.
4586 * config/h8500/tm-h8500.h: Update.
4587 * config/i386/tm-i386.h: Update.
4588 * config/i386/tm-ptx.h: Update.
4589 * config/i386/tm-symmetry.h: Update.
4590 * config/i960/tm-i960.h: Update.
4591 * config/m32r/tm-m32r.h: Update.
4592 * config/m68k/tm-delta68.h: Update.
4593 * config/m68k/tm-linux.h: Update.
4594 * config/m68k/tm-m68k.h: Update.
4595 * config/m88k/tm-m88k.h: Update.
4596 * config/mcore/tm-mcore.h: Update.
4597 * config/mips/tm-mips.h: Update.
4598 * config/mn10200/tm-mn10200.h: Update.
4599 * config/pa/tm-hppa.h: Update.
4600 * config/pa/tm-hppa64.h: Update.
4601 * config/sparc/tm-sp64.h: Update.
4602 * config/sparc/tm-sparc.h: Update.
4603 * config/sparc/tm-sparclet.h: Update.
4604 * config/z8k/tm-z8k.h: Update.
4605
4606 2002-06-14 Andrew Cagney <cagney@redhat.com>
4607
4608 * Makefile.in (i386_linux_tdep_h): Define.
4609 (i386_tdep_h, i387_tdep_h): Define.
4610 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4611 $(i386_tdep_h) and $(i387_tdep_h).
4612 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4613
4614 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4615
4616 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4617 Already covered by the default.
4618
4619 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4620 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4621 (i386_gdbarch_init): Initialize long_double_format and long_double
4622 bit.
4623
4624 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4625 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4626 Move these to ...
4627 * config/i386/i386sol2.mh: ... here.
4628 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4629 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4630 (SIGCONTEXT_PC_OFFSET): Remove define.
4631 (IN_SIGTRAMP): Remove define.
4632 * i386-sol2-tdep.c: New file.
4633
4634 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4635 * config/i386/tm-i386nw.h: Removed.
4636
4637 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4638 USE_STRUCT_CONVENTION): Remove defines.
4639 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4640 (get_longjmp_target): Remove prototype.
4641 (IN_SIGTRAMP): Remove define.
4642 (i386bsd_in_sigtramp): Remove prototype.
4643 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4644 function. Update comment accordingly
4645 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4646 (FRAME_SAVED_PC): Remove define.
4647 (i386bsd_frame_saved_pc): Remove prototype.
4648 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4649 GET_LONGJMP_TARGET): Remove defines.
4650 (get_longjmp_target): Remove prototype.
4651 (IN_SIGTRAMP): Remove define.
4652 (i386bsd_in_sigtramp): Remove prototype.
4653 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4654 function. Update comment accordingly
4655 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4656 (FRAME_SAVED_PC): Remove define.
4657 (i386bsd_frame_saved_pc): Remove prototype.
4658 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4659 Remove prototype.
4660 (USE_STRUCT_CONVENTION): Remove prototype.
4661 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4662 declaration.
4663 (_initialize_i386bsd_nat): Revise logic to determine some
4664 constants at compile time when compiling a native GDB. Warn if
4665 things don't match up with what we expect.
4666 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4667 Remove variables.
4668 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4669 to use date stored in `struct gdbarch_tdep'.
4670 (i386bsd_sigcontext_offset): Remove varaible.
4671 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4672 stored in `struct gdbarch_tdep'.
4673 (i386bsd_frame_saved_pc): Make static.
4674 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4675 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4676 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4677 i386fbsd4_sc_pc_offset): New variables.
4678 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4679 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4680 functions.
4681 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4682 functions.
4683 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4684 Modify the value of i386fbsd_sigtramp_start and
4685 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4686 i386fbsd_sigtramp_end.
4687 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4688 function.
4689
4690 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4691 define to i386-linux-tdep.h.
4692 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4693 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4694 defines.
4695 (i386_linux_register_name, i386_linux_register_byte,
4696 i386_linux_register_raw_size): Remove prototypes.
4697 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4698 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4699 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4700 TARGET_WRITE_PC): Remove defines.
4701 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4702 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4703 i386_linux_write_pc): Remove prototypes.
4704 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4705 (get_longjmp_target): Remove prototype.
4706 * i386-linux-tdep.h: New file.
4707 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4708 * i386-linux-tdep.c: Include "i386-tdep.h" and
4709 "i386-linux-tdep.h".
4710 (i386_linux_register_name, i386_linux_register_byte,
4711 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4712 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4713 Make static.
4714 (i386_linux_init_abi): New function.
4715 (_initialize_i386_linux_tdep): New function.
4716
4717 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4718 (i386_saved_pc_after_call): Remove prototype.
4719 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4720 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4721 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4722 (i386_register_name, i386_stab_reg_to_regnum,
4723 i386_dwarf_reg_to_regnum): Remove prototypes.
4724 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4725 SIZEOF_SSE_REGS): Remove defines.
4726 (REGISTER_BYTES): Remove define.
4727 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4728 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4729 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4730 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4731 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4732 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4733 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4734 (get_longjmp_target): Remove prototype.
4735 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4736 (sigtramp_saved_pc): Remove define.
4737 (i386v4_sigtramp_saved_pc): Remove prototype.
4738 * config/i386/tm-go32.h (FRAME_CHAIN,
4739 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4740 (i386go32_frame_saved_pc): Remove prototype.
4741 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4742 (get_longjmp_target): Remove prototype.
4743 * i386-tdep.h: Include "osabi.h".
4744 (enum i386_abi): Removed.
4745 (enum struct_return): New enum.
4746 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4747 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4748 sc_pc_offset members.
4749 (i386_gdbarch_register_os_abi): Remove prototype.
4750 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4751 I386_SSE_NUM_REGS): New defines.
4752 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4753 I386_SSE_SIZEOF_REGS): New defines.
4754 (i386_register_name, i386_register_byte, i386_register_raw_size):
4755 New prototypes.
4756 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4757 (i386bsd_sigtramp_saved_pc): New prototype.
4758 * i386-tdep.c: Don't include "elf-bfd.h".
4759 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4760 i386_frame_chain, i386_saved_pc_after_call): Make static.
4761 (i386_frame_saved_pc): Rewrite to call architecture dependent
4762 function to deal with signal handlers. Make static.
4763 (i386go32_frame_saved_pc): Removed.
4764 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4765 Removed.
4766 (i386_get_longjmp_target): New function.
4767 (default_struct_convention, pcc_struct_convention,
4768 reg_struct_convention, valid_conventions, struct_convention): New
4769 variables.
4770 (i386_use_struct_convention): New function.
4771 (i386v4_sigtramp_saved_pc): Renamed to
4772 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4773 (i386_pc_in_sigtramp): New function.
4774 (i386_abi_names): Removed.
4775 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4776 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4777 Removed.
4778 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4779 i386_gdbarch_register_os_abi): Removed.
4780 (struct i386_abi_handler): Removed.
4781 (i386_abi_handler_list): Removed.
4782 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4783 functions.
4784 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4785 i386_nw_init_abi): New functions.
4786 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4787 Use set_gdbarch_xxx() calls instead of relying on macros for a
4788 number of calls.
4789 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4790 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4791 Register the various architecture variants defined in this file.
4792
4793 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4794
4795 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4796 (struct main_type): Remove arg_types member. Update comments for
4797 struct field.
4798 (TYPE_ARG_TYPES): Remove.
4799 (TYPE_FN_FIELD_ARGS): Update.
4800 (smash_to_method_type): Update prototype.
4801
4802 * c-typeprint.c (cp_type_print_method_args): Take method type
4803 instead of argument list. Use new argument layout. Simplify.
4804 (c_type_print_args): Use new argument layout. Simplify.
4805 (c_type_print_base): Update call to cp_type_print_method_args.
4806 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4807 argument; use die->type instead. Update call to
4808 smash_to_method_type.
4809 (read_structure_scope): Update call to dwarf2_add_member_fn.
4810 * gdbtypes.c (allocate_stub_method): Update comment.
4811 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4812 Use new argument layout.
4813 (check_stub_method): Use new argument layout. Don't count
4814 void as an argument.
4815 (print_arg_types): Update comments. Use new argument layout.
4816 (recursive_dump_type): Don't print arg_types member.
4817 * hpread.c (hpread_read_struct_type): Use new argument layout.
4818 (fixup_class_method_type): Likewise.
4819 (hpread_type_lookup): Likewise.
4820 * stabsread.c (read_type): Update calls to read_args and
4821 smash_to_method_type.
4822 (read_args): Use new argument layout. Simplify.
4823 * valops.c (typecmp): Use new argument layout. Update parameters
4824 and comments. Simplify.
4825 (hand_function_call): Use new argument layout.
4826 (search_struct_method): Update call to typecmp.
4827 (find_overload_match): Use new argument layout.
4828
4829 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4830
4831 * NEWS: Mention multithreaded debug support for gdbserver.
4832
4833 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4834
4835 * MAINTAINERS: Mention NEWS.
4836
4837 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4838
4839 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4840 (struct mips_objfile_private, compare_pdr_entries): New.
4841 (non_heuristic_proc_desc): Read the ".pdr" section if it
4842 is present.
4843
4844 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4845
4846 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4847 (arm_debug): New static variable.
4848 (_initialize_arm_tdep): Add ``set debug arm'' command.
4849
4850 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4851
4852 * Makefile.in (sim_arm_h): Define.
4853 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4854 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4855 (arm_register_sim_regno): New function, map an internal REGNUM
4856 onto a simulator register number.
4857 (arm_gdbarch_init): Set register_sim_regno.
4858
4859 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4860
4861 * MAINTAINERS: Add self.
4862
4863 2002-06-11 Jim Blandy <jimb@redhat.com>
4864
4865 * source.c (source_info): Mention whether the symtab has
4866 information about preprocessor macros.
4867
4868 Call the command `info macro', not `show macro'.
4869 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4870 Fix error message.
4871 (_initialize_macrocmd): Register `info_macro_command' in
4872 `infolist', not `showlist'.
4873
4874 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4875
4876 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4877 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4878 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4879 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4880 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4881 unconditionally.
4882 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4883 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4884 (_initialize_mips_tdep): Remove dead code.
4885 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4886 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4887 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4888 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4889 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4890 MIPS_LAST_FP_ARG_REGNUM): Remove.
4891
4892 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4893
4894 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4895 (unwind_tmp_obstack_free, parse_frame_info)
4896 (update_context, cfi_read_fp, cfi_write_fp)
4897 (cfi_frame_chain, cfi_init_extra_frame_info)
4898 (cfi_virtual_frame_pointer): Use the above function.
4899 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4900
4901 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4902
4903 * v850-tdep.c (v850_type_is_scalar): New function.
4904 (v850_use_struct_convention): Match current gcc implementation
4905 as close as possible.
4906 (v850_push_arguments): Fix stack_offset handling. Don't write
4907 struct_addr into register. This is done by v850_store_struct_return.
4908 (v850_extract_return_value): Care for structs.
4909 (v850_store_return_value): Ditto.
4910 (v850_store_struct_return): Actually write address.
4911
4912 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4913
4914 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4915 without debug information too.
4916
4917 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4918
4919 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4920 Make multi-arch pure.
4921 * gdbarch.h, gdbarch.c: Re-generate.
4922 * arm-tdep.c (arm_print_float_info): Update.
4923 * arch-utils.h (default_print_float_info): Update.
4924 * arch-utils.c (default_print_float_info): Update.
4925 * infcmd.c (float_info): Update call.
4926
4927 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4928
4929 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4930 the front of the initialize list.
4931
4932 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4933
4934 * infrun.c (struct inferior_status): Replace fields
4935 selected_frame_address and selected_level with field
4936 selected_frame_id.
4937 (save_inferior_status): Update. Use get_frame_id.
4938 (struct restore_selected_frame_args): Delete.
4939 (restore_selected_frame): Update. Use frame_find_by_id.
4940 (restore_inferior_status): Update.
4941
4942 * breakpoint.h (struct breakpoint): Change type of
4943 watchpoint_frame to frame_id.
4944 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4945 call to get_current_frame.
4946 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4947 get_current_frame.
4948 (watchpoint_check): Use frame_find_by_id.
4949
4950 * frame.h (record_selected_frame): Delete declaration.
4951 * stack.c (record_selected_frame): Delete function.
4952
4953 * frame.h (struct frame_id): Define.
4954 (get_frame_id): Declare.
4955 (frame_find_by_id): Declare.
4956 * frame.c (frame_find_by_id): New function.
4957 (get_frame_id): New function.
4958
4959 2002-06-10 Andrey Volkov <avolkov@transas.com>
4960
4961 * ser-e7kpc.c: Fix duplicated define and call of
4962 _initialize_ser_e7000pc
4963
4964 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4965
4966 * signals/signals.c (target_signal_from_host): Fix #ifdef
4967 SIGRTMIN case.
4968 (do_target_signal_to_host): Likewise.
4969
4970 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4971
4972 * mips-tdep.c (mips_find_abi_section): New function.
4973 (mips_gdbarch_init): Call it.
4974
4975 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4976
4977 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4978 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4979 after Andrew's 2002-06-08 gdbarch change.
4980
4981 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4982
4983 * i386-linux-nat.c (suppy_gregset): Don't supply
4984 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4985 register cache.
4986 (fill_gregset): Don't fetch it under the same circumstances.
4987
4988 2002-06-09 Andrew Cagney <cagney@redhat.com>
4989
4990 * Makefile.in (callback_h): Define.
4991 (remote_sim_h): Update path to remote-sim.h.
4992 (remote-rdp.o): Add $(callback_h).
4993 (remote-sim.o): Use $(callback_h).
4994 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4995 * remote-rdp.c: Include "gdb/callback.h".
4996
4997 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4998
4999 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5000 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5001
5002 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5003
5004 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5005 * rdi-share/serpardr.c: Ditto.
5006 * rdi-share/unixcomm.c: Ditto.
5007 * rdi-share/serdrv.c: Ditto.
5008 * rdi-share/hostchan.h: Ditto.
5009 * rdi-share/hostchan.c: Ditto.
5010 * rdi-share/host.h: Ditto.
5011 * rdi-share/devsw.c: Ditto.
5012
5013 * objfiles.h: Change type of obj_private to void pointer.
5014 * pa64solib.c: Update copyright. Don't include "assert.h", use
5015 strcmp instead of STREQ, use LONGEST, do not use PTR
5016 * somsolib.c: Ditto.
5017
5018 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5019 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5020 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5021
5022 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5023
5024 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5025 (default_get_saved_register): Delete function.
5026 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5027 generic_unwind_get_saved_register.
5028 * gdbarch.h, gdbarch.c: Re-generate.
5029
5030 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5031
5032 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5033 generic_func_frame_chain_valid.
5034 * gdbarch.h, gdbarch.c: Re-generate.
5035 * blockframe.c (generic_func_frame_chain_valid): Only check
5036 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5037 passing FP to PC_IN_CALL_DUMMY.
5038 Fix PR gdb/360.
5039
5040 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5041
5042 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5043 (register_gdbarch_data): Initialize init_p.
5044 (gdbarch_data): Initialize data pointer using the init function.
5045 (init_gdbarch_data): Delete function.
5046 (gdbarch_update_p): Update.
5047 (initialize_non_multiarch): Update.
5048 (struct gdbarch): Add field initialized_p.
5049 * gdbarch.h, gdbarch.c: Re-generate.
5050
5051 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5052
5053 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5054 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5055 better do the things actually here.
5056 * x86-64-tdep.c (x86_64_register_name2nr): New.
5057 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5058 (x86_64_gdbarch_init): Respect the above change.
5059 * x86-64-tdep.h (x86_64_register_name2nr)
5060 (x86_64_register_nr2name): Add prototypes.
5061 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5062
5063 2002-06-06 Michael Snyder <msnyder@redhat.com>
5064
5065 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5066 Delete extra braces and re-indent.
5067 (d10v_store_return_value): Char return values
5068 must be shifted over by one byte in R0.
5069 (d10v_extract_return_value): Delete extra braces, re-indent.
5070
5071 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5072
5073 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5074 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5075 (d10v_integer_to_address): Rewrite.
5076 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5077 the d10v specific functions which take care of converting to the
5078 correct space.
5079
5080 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5081
5082 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5083 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5084
5085 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5086
5087 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5088 includes.
5089 * config/tm-linux.h: Ditto.
5090 * config/alpha/tm-alphalinux.h: Ditto.
5091 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5092 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5093 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5094 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5095 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5096 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5097 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5098 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5099 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5100 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5101 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5102 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5103 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5104 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5105 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5106 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5107 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5108 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5109 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5110 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5111 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5112 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5113 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5114 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5115 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5116 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5117 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5118 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5119 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5120 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5121 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5122 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5123 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5124 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5125 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5126 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5127 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5128
5129 2002-05-04 Aidan Skinner <aidan@velvet.net>
5130
5131 * ada-exp.tab.c: New file
5132 * ada-exp.y: New file
5133 * ada-lang.c: New file
5134 * ada-lang.h: New file
5135 * ada-lex.c: New file
5136 * ada-lex.l: New file
5137 * ada-tasks.c: New file
5138 * ada-typeprint.c: New file
5139 * ada-valprint.c: New file
5140
5141 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5142
5143 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5144 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5145
5146 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5147
5148 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5149 insetead of ppc-linux-tdep.o.
5150 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5151 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5152
5153 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5154
5155 2002-05-07 Christian Groessler <chris@groessler.org>
5156 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5157 bit register contents for little endian hosts.
5158
5159 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5160
5161 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5162 any maintainer.
5163
5164 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5165
5166 * gdbarch.h: Regenerate.
5167
5168 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5169
5170 * MAINTAINERS: Add everyone to write-after-approval list.
5171
5172 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5173
5174 * stack.c (frame_info): Use frame_register_unwind instead of
5175 saved_regs. Mention when the SP is on the stack or in a register.
5176
5177 * frame.h (frame_register_unwind_ftype): Define. Document.
5178 (struct frame_info): Add field register_unwind and
5179 register_unwind_cache.
5180 (frame_register_unwind): Declare.
5181 (generic_unwind_get_saved_register): Declare.
5182
5183 * frame.c (frame_register_unwind): New function.
5184 (generic_unwind_get_saved_register): New function.
5185
5186 * blockframe.c (generic_call_dummy_register_unwind): New function.
5187 (frame_saved_regs_register_unwind): New function.
5188 (set_unwind_by_pc): New function.
5189 (create_new_frame): New function.
5190 (get_prev_frame): New function.
5191
5192 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5193
5194 * a29k-share/: Delete directory.
5195 * remote-vx29k.c: Delete file.
5196
5197 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5198
5199 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5200 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5201
5202 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5203
5204 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5205 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5206 (sparc64nbsd-nat.o)
5207 (sparcnbsd-nat.o)
5208 (sparcnbsd-tdep.o): New dependency lists.
5209 * NEWS: Note new UltraSPARC NetBSD native configuration.
5210 * configure.host (sparc64-*-netbsd*): New host.
5211 * configure.tgt (sparc-*-netbsdelf*)
5212 (sparc-*-netbsd*): Set gdb_target to nbsd.
5213 (sparc64-*-netbsd*): New target.
5214 * sparc64nbsd-nat.c: New file.
5215 * sparcnbsd-nat.c: New file.
5216 * sparcnbsd-tdep.c: New file.
5217 * sparcnbsd-tdep.h: New file.
5218 * config/sparc/nbsd.mt: New file.
5219 * config/sparc/nbsd64.mh: New file.
5220 * config/sparc/nbsd64.mt: New file.
5221 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5222 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5223 (HOST_IPC): Remove.
5224 * config/sparc/nbsdaout.mt: Remove.
5225 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5226 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5227 (HOST_IPC): Remove.
5228 * config/sparc/nbsdelf.mt: Remove.
5229 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5230 sparc-nat.c compatiblity defines.
5231 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5232 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5233 * config/sparc/tm-nbsd64.h: New file.
5234 * config/sparc/tm-nbsdaout.h: Remove.
5235 * config/sparc/xm-nbsd.h: Remove.
5236
5237 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5238
5239 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5240 * sparc-tdep.c: Include osabi.h.
5241 (gdbarch_tdep): Add osabi member.
5242 (_initialize_sparc_tdep): Use gdbarch_register.
5243 (sparc_gdbarch_init): Use generic OS ABI framework.
5244 (sparc_dump_tdep): New function.
5245
5246 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5247
5248 * corefile.c (do_captured_read_memory_integer): Return non-zero
5249 result.
5250 (safe_read_memory_integer): Copy result of memory read when
5251 status is non-zero. Also, add comments.
5252
5253 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5254
5255 * Makefile.in (ppc_tdep_h): Define.
5256 (ppc-linux-nat.o)
5257 (ppc-linux-tdep.o)
5258 (rs6000-tdep.o): Use $(ppc_tdep_h).
5259 (ppc-sysv-tdep.o)
5260 (ppcnbsd-nat.o)
5261 (ppcnbsd-tdep.o): New dependency lists.
5262 * ppc-tdep.h: Use generic OS ABI framework.
5263 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5264 (ppc_linux_init_abi): New functions.
5265 (ppc_sysv_abi_broken_use_struct_convention)
5266 (ppc_sysv_abi_use_struct_convention)
5267 (ppc_sysv_abi_push_arguments): Move to...
5268 * ppc-sysv-tdep.c: ...here.
5269 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5270 * rs6000-tdep.c (process_note_abi_tag_sections)
5271 (get_elfosabi): Remove.
5272 (rs6000_gdbarch_init): Use generic OS ABI framework.
5273 (rs6000_dump_tdep): New function.
5274 (_initialize_rs6000_tdep): Use gdbarch_register.
5275 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5276 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5277 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5278 of ppc-linux-tdep.o.
5279 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5280 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5281 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5282 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5283 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5284 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5285
5286 2002-05-29 Jim Blandy <jimb@redhat.com>
5287
5288 * macroscope.c (default_macro_scope): Put `void' in empty argument
5289 list.
5290
5291 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5292
5293 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5294 * arch-utils.c: Include "sim-regno.h".
5295 * gdbarch.sh: Don't include "sim-regno.h".
5296 * gdbarch.h, gdbarch.c: Regenerate.
5297 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5298 here.
5299 * arch-utils.h (legacy_register_sim_regno): To here.
5300 * remote-sim.c (legacy_register_sim_regno): Move function from
5301 here.
5302 * arch-utils.c (legacy_register_sim_regno): To here.
5303
5304 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5305
5306 * sim-regno.h: New file.
5307 * Makefile.in (sim_regno_h): Define.
5308 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5309 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5310 (legacy_register_sim_regno): New function.
5311 (one2one_register_sim_regno): New function.
5312 (gdbsim_fetch_register): Rewrite.
5313 (gdbsim_store_register): Only store a register when
5314 REGISTER_SIM_REGNO is valid.
5315 * d10v-tdep.c: Include "sim-regno.h".
5316 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5317 (d10v_ts3_register_sim_regno): Ditto.
5318 * gdbarch.sh: Include "sim-regno.h".
5319 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5320 * gdbarch.h, gdbarch.c: Regenerate.
5321 * arch-utils.h (default_register_sim_regno): Delete declaration.
5322 * arch-utils.c (default_register_sim_regno): Delete function.
5323
5324 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5325
5326 * ppcnbsd-nat.c: Rewrite.
5327 * ppcnbsd-tdep.c: New file.
5328 * ppcnbsd-tdep.h: New file.
5329 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5330 solib.o, and solib-svr4.o.
5331 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5332 nbsd-tdep.o, and corelow.o.
5333
5334 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5335
5336 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5337 `tr' and `sed'. Mention that `broken' targets are not expected to
5338 build.
5339
5340 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5341
5342 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5343 Let PC point right after the prologue before looking up symbols.
5344
5345 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5346
5347 * i386-tdep.c (i386_register_virtual_type): Return
5348 builtin_type_vec128i for SSE registers.
5349
5350 * gdbtypes.h (builtin_type_vec128i): Declare.
5351
5352 * gdbtypes.c (build_builtin_type_vec128i): New function.
5353 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5354 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5355 (build_gdbtypes): Initialize new builtin vector types.
5356 (_initialize_gdbtypes): Register new vector types with gdbarch.
5357
5358 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5359
5360 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5361 since it has been multi-arch'd.
5362 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5363 Move Alpha and VAX multi-arch news entries to same section
5364 as other multi-arch news.
5365
5366 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5367
5368 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5369 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5370 static. Rename some register numbers to put them in ns32k-tdep
5371 private namespace.
5372 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5373 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5374 functions.
5375 (_initialize_ns32k_tdep): Use gdbarch_register.
5376 * ns32k-tdep.h: New file.
5377 * ns32knbsd-tdep.c: New file.
5378 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5379 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5380 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5381 REGISTER_BYTES, REGISTER_BYTE): Remove.
5382 * config/ns32k/tm-ns32k.h: New file.
5383 * config/ns32k/tm-umax.h: Remove.
5384
5385 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5386
5387 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5388 ns32k_store_struct_return, ns32k_extract_return_value,
5389 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5390 functions.
5391 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5392 ns32k_saved_pc_after_call.
5393 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5394 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5395 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5396 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5397 ns32k_extract_struct_value_address.
5398
5399 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5400
5401 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5402 ns32k_fix_call_dummy): New.
5403 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5404 ns32k_call_dummy_words.
5405 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5406 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5407 CALL_DUMMY_NARGS): Remove.
5408 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5409
5410 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5411
5412 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5413 ns32k_frame_saved_pc, ns32k_frame_args_address,
5414 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5415 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5416 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5417 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5418 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5419 (BREAKPOINT): Remove..
5420 (FRAME_CHAIN): Define as ns32k_frame_chain.
5421 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5422 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5423 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5424 (FRAME_FIND_SAVED_REGS): Remove.
5425 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5426 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5427 (POP_FRAME): Define as ns32k_pop_frame.
5428
5429 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5430
5431 * ns32k-tdep.c (ns32k_register_byte_32082,
5432 ns32k_register_byte_32382, ns32k_register_raw_size,
5433 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5434 functions.
5435 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5436 ns32k_register_byte_32382.
5437 * config/ns32k/tm-umax.h: Update copyright years.
5438 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5439 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5440 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5441 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5442 (ns32k_get_enter_addr): Fix prototype.
5443
5444 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5445
5446 * ns32k-tdep.c: Update copyright years.
5447 (ns32k_register_name_32082): New function.
5448 (ns32k_register_name_32382): Ditto.
5449 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5450 (REGISTER_NAME): Define as ns32k_register_name_32382.
5451 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5452 (REGISTER_NAME): Define as ns32k_register_name_32082.
5453
5454 2002-05-24 Jim Blandy <jimb@redhat.com>
5455
5456 * dwarf2read.c (free_line_header): Use xfree, not free.
5457
5458 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5459
5460 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5461 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5462
5463 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5464
5465 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5466
5467 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5468
5469 From Ross Alexander at NEC Europe:
5470 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5471
5472 2002-05-23 Michael Snyder <msnyder@redhat.com>
5473
5474 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5475 for input, rather than parse_and_eval_address.
5476
5477 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5478
5479 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5480 * Makefile.in (sim_d10v_h): Update definition.
5481
5482 2002-05-24 Andrew Cagney <cagney@redhat.com>
5483
5484 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5485 change `2002-05-22 Michael Snyder' below.
5486 (d10v_push_arguments): Ditto.
5487 (d10v_extract_return_value): Ditto.
5488
5489 2002-05-23 Jim Blandy <jimb@redhat.com>
5490
5491 * macrotab.c (check_for_redefinition): Don't complain if the new
5492 definition is the same as the previous one. Take more arguments
5493 to allow the comparison.
5494 (macro_define_object, macro_define_function): Pass more arguments
5495 to check_for_redefinition.
5496
5497 2002-05-22 Michael Snyder <msnyder@redhat.com>
5498
5499 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5500 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5501 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5502 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5503 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5504 Add a temp variable to save a call (and a memory read).
5505 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5506 if possible (so that PC_IN_CALL_DUMMY will work).
5507
5508 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5509
5510 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5511
5512 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5513
5514 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5515 fde->cie_ptr.
5516 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5517 (dwarf2_build_frame_info): Add offset to fde->initial_location
5518 so that frames of shared libraries are mapped correctly.
5519 (execute_stack_op): Change type of 'result' from ULONGEST to
5520 CORE_ADDR.
5521
5522 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5523
5524 * config/alpha/tm-nbsd.h: Include solib.h.
5525
5526 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5527
5528 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5529 assumptions about the host's byte order.
5530
5531 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5532
5533 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5534 to dependency list.
5535 * alphanbsd-tdep.c: Include solib-svr4.h.
5536 * shnbsd-tdep.c: Ditto.
5537
5538 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5539
5540 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5541 nbsd-tdep.h to dependency list.
5542 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5543 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5544 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5545 nbsdaout.mh and nbsdelf.mh consistently.
5546 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5547 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5548 nbsdaout.mt and nbsdelf.mh consistently.
5549 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5550 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5551 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5552 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5553 a.out shared library stuff from here...
5554 * config/nm-nbsdaout.h: ...to here.
5555 * config/tm-nbsd.h: Remove.
5556 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5557 * config/arm/nbsd.mh: Remove.
5558 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5559 nbsd-tdep.o.
5560 * config/arm/nbsdaout.mh: New file.
5561 * config/arm/nbsdelf.mh: New file.
5562 * config/arm/nm-nbsdaout.h: New file.
5563 * config/i386/nbsd.mh: Remove.
5564 * config/i386/nbsd.mt: Remove.
5565 * config/i386/nbsdaout.mh: New file.
5566 * config/i386/nbsdaout.mt: New file.
5567 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5568 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5569 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5570 i386_register_u_addr): Remove.
5571 * config/i386/nm-nbsdaout.h: New file.
5572 * config/i386/nm-nbsdelf.h: Remove.
5573 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5574 (USE_STRUCT_CONVENTION): Remove.
5575 * config/i386/tm-nbsdaout.h: New file.
5576 * config/i386/tm-nbsdelf.h: Remove.
5577 * config/m68k/nbsd.mh: Remove.
5578 * config/m68k/nbsd.mt: Remove.
5579 * config/m68k/nbsdaout.mh: New file.
5580 * config/m68k/nbsdaout.mt: New file.
5581 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5582 * config/m68k/nm-nbsdaout.h: New file.
5583 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5584 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5585 * config/ns32k/nbsd.mh: Remove.
5586 * config/ns32k/nbsd.mt: Remove.
5587 * config/ns32k/nbsdaout.mh: New file.
5588 * config/ns32k/nbsdaout.mt: New file.
5589 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5590 * config/ns32k/nm-nbsdaout.h: New file.
5591 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5592 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5593 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5594 (SVR4_SHARED_LIBS): Remove.
5595 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5596 * config/sparc/nbsd.mh: Remove.
5597 * config/sparc/nbsd.mt: Remove.
5598 * config/sparc/nbsdaout.mh: New file.
5599 * config/sparc/nbsdaout.mt: New file.
5600 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5601 * config/sparc/nbsdelf.mt: New file.
5602 * config/sparc/nm-nbsdaout.h: New file.
5603 * config/sparc/nm-nbsdelf.h: Remove.
5604 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5605 * config/sparc/tm-nbsdaout.h: New file.
5606
5607 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5608
5609 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5610 mipsnbsd-tdep.c
5611 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5612
5613 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5614
5615 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5616 shnbsd-nat.c.
5617 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5618
5619 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5620
5621 * NEWS: Note new MIPS NetBSD native configuration.
5622 * configure.host (mips*-*-netbsd*): New host.
5623 * configure.tgt (mips*-*-netbsd*): New target.
5624 * mipsnbsd-nat.c: New file.
5625 * mipsnbsd-tdep.c: New file.
5626 * mipsnbsd-tdep.h: New file.
5627 * config/mips/nbsd.mh: New file.
5628 * config/mips/nbsd.mt: New file.
5629 * config/mips/nm-nbsd.h: New file.
5630 * config/mips/tm-nbsd.h: New file.
5631
5632 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5633
5634 * Makefile.in (SFILES): Add osabi.c.
5635 (COMMON_OBS): Add osabi.o.
5636 (osabi.o): New dependency list.
5637 * osabi.c: New file.
5638 * osabi.h: New file.
5639 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5640
5641 * Makefile.in (alpha_tdep_h): Define and use instead of
5642 alpha-tdep.h.
5643 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5644 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5645 Remove.
5646 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5647 * alpha-tdep.h: Include osabi.h.
5648 (alpha_abi): Remove.
5649 (gdbarch_tdep): Use generic OS ABI framework.
5650 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5651 gdbarch_register_osabi.
5652 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5653 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5654 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5655
5656 * Makefile.in (sh_tdep_h): Add osabi.h.
5657 * sh-tdep.h (sh_osabi): Remove.
5658 (gdbarch_tdep): Use generic OS ABI framework.
5659 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5660 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5661 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5662 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5663
5664 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5665 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5666 gdbarch_register_osabi.
5667 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5668 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5669 (get_elfosabi): Rename to...
5670 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5671 ABI framework support routines.
5672 (arm_gdbarch_init): Use generic OS ABI framework.
5673 (arm_dump_tdep): Likewise.
5674 (_initialize_arm_tdep): Likewise.
5675 * arm-tdep.h: Include osabi.h.
5676 (arm_abi): Remove.
5677 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5678 osabi member.
5679 (arm_gdbarch_register_os_abi): Remove prototype.
5680 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5681 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5682
5683 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5684 * mips-tdep.c: Include osabi.h.
5685 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5686 OS ABI framework.
5687
5688 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5689
5690 * h8300-tdep.c: Fix formatting.
5691
5692 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
5693
5694 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5695 printing vector registers.
5696
5697 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5698
5699 From Fernando Nasser:
5700 * remote.c (remote_async_open_1): Re-throw the exception when the
5701 connection fails.
5702 (remote_cisco_open): Ditto.
5703 (remote_open_1): Ditto.
5704
5705 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5706
5707 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5708 (remote_start_remote): Add uiout parameter. Pass through to
5709 remote_start_remote_dummy.
5710 (remote_open_1): Use catch_exception instead of catch_errors.
5711 (remote_async_open_1): Ditto.
5712 (remote_cisco_open): Ditto.
5713
5714 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5715
5716 * remote.c (remote_start_remote): Replace PTR with void pointer.
5717 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5718 static.
5719
5720 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5721
5722 * gdb_indent.sh: Allow the script to be run in the sim directory.
5723
5724 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5725
5726 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5727 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5728
5729 * corelow.c (core_open): Only call set_gdbarch_from_file if
5730 exec_bfd is NULL.
5731
5732 2002-05-17 Andrey Volkov <avolkov@transas.com>
5733
5734 * h8300-tdep.c: Add support of EXR register
5735 * config/h8300/tm-h8300.h: Ditto.
5736
5737 2002-05-17 Andrey Volkov <avolkov@transas.com>
5738
5739 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5740
5741 2002-05-17 Andrey Volkov <avolkov@transas.com>
5742
5743 * h8300-tdep.c: Change literal regnums to REGNO.
5744
5745 2002-05-17 Jim Blandy <jimb@redhat.com>
5746
5747 * NEWS: Note addition of macro support.
5748
5749 Expand preprocessor macros in C expressions.
5750 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5751 (scan_macro_expansion, scanning_macro_expansion,
5752 finished_macro_expansion): New function declarations.
5753 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5754 variable declarations.
5755 * parser-defs.h (expression_context_pc): New declaration.
5756 * parse.c (expression_context_pc): New variable.
5757 (parse_exp_1): Set expression_context_pc, as well as
5758 expression_context_block.
5759 * c-exp.y (yylex): If we're not already reading the result of a
5760 macro expansion, try to macro-expand the next token. When we're
5761 done scanning a macro expansion, switch back to the mainline text.
5762 Commas and `if's in a macro's expansion don't terminate the input.
5763 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5764 (macro_original_text, macro_expanded_text,
5765 expression_macro_lookup_func, expression_macro_lookup_baton): New
5766 variables.
5767 (scan_macro_expansion, scanning_macro_expansion,
5768 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5769 c_preprocess_and_parse): New functions.
5770 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5771 c_preprocess_and_parse, instead of c_parse.
5772 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5773 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5774
5775 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5776
5777 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5778 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5779 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5780
5781 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5782
5783 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5784
5785 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5786
5787 * Makefile.in (sh_tdep_h): Define and use.
5788 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5789 register enum): Move to...
5790 * * sh-tdep.h: ...here.
5791 * sh-tdep.c: Include sh-tdep.h.
5792 * sh3-rom.c: Likewise.
5793 * shnbsd-tdep.c: Likewise.
5794
5795 2002-05-16 Michael Snyder <msnyder@redhat.com>
5796
5797 * arm-tdep.c: Spelling fix in comment.
5798
5799 2002-05-16 Jim Blandy <jimb@redhat.com>
5800
5801 Add commands for manually expanding macros and showing their
5802 definitions.
5803 * macrocmd.c, macroscope.c, macroscope.h: New files.
5804 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5805 (macroscope_h): New variable.
5806 (HFILES_NO_SRCDIR): Add macroscope.h.
5807 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5808 (macroscope.o, macrocmd.o): New rules.
5809
5810 Teach the Dwarf 2 reader to read macro information.
5811 * dwarf2read.c: #include "macrotab.h".
5812 (dwarf_macinfo_buffer): New variable.
5813 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5814 dwarf_macinfo_size.
5815 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5816 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5817 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5818 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5819 dwarf2_macro_spaces_in_definition): New complaints.
5820 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5821 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5822 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5823 the partial symbol table.
5824 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5825 from what's recorded in the partial symbol table.
5826 (read_file_scope): If the compilation unit has a
5827 `DW_AT_macro_info' attribute, read its macro information.
5828 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5829
5830 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5831
5832 Fix PR gdb/546
5833 * ser-tcp.c: Don't include <netinet/udp.h>.
5834
5835 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5836
5837 * MAINTAINERS: Update my email address.
5838
5839 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5840
5841 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5842 include file of the same name.
5843
5844 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5845
5846 * configure.tgt: Mark v850 as multi-arched.
5847 * config/v850/tm-v850.h: Remove file.
5848 * config/v850/v850.mt: Eliminate TM_FILE.
5849
5850 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5851
5852 * v850-tdep.c: Full multi-arch.
5853 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5854 Define GDB_MULTI_ARCH to 2.
5855
5856 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5857
5858 * p-exp.y (current_type): New static variable.
5859 Carries the type of the expression at the position that is parsed.
5860 (push_current_type, pop_current_type): Two new functions. Used
5861 to store/restore current_type in expression on specific tokens.
5862 (search_field): New static variable. Set to one after parsing a point
5863 as at that point only a FIELDNAME token should be searched.
5864 (FIELDNAME): New token. After a point only a token belonging to
5865 current_type type definition is allowed.
5866 (all over token rules): reset and change current_type according
5867 to rules.
5868 (exp '[' rule): insert implicit array index field if
5869 exp is a pascal string type.
5870
5871 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5872
5873 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5874 frame info. Use frame_info's saved_regs instead of matching member
5875 in extra_frame_info throughout.
5876 (v850_frame_init_saved_regs): New function.
5877 (v850_init_extra_frame_info): Move most functionality into
5878 v850_frame_init_saved_regs().
5879 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5880 (v850_frame_find_saved_regs): Remove declaration.
5881 (FRAME_FIND_SAVED_REGS): Remove definition.
5882 (v850_frame_init_saved_regs): Add declaration.
5883 (FRAME_INIT_SAVED_REGS): Add definition.
5884
5885 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5886
5887 * v850-tdep.c: Begin multi-arch'ing v850.
5888 (v850_target_architecture_hook): Remove function.
5889 (v850_gdbarch_init): New function. Add code previously in
5890 v850_target_architecture_hook().
5891 (_initialize_v850_tdep): Don't set target_architecture_hook.
5892 Call register_gdbarch_init() instead.
5893
5894 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5895
5896 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5897 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5898 (fixup_class_method_type): Likewise.
5899
5900 2002-05-15 Jim Blandy <jimb@redhat.com>
5901
5902 Add macro structures to GDB's symbol tables. Nobody puts anything
5903 in them yet.
5904 * symtab.h (struct symtab): New member: `macro_table'.
5905 * buildsym.h (pending_macros): New global variable.
5906 * buildsym.c: #include "macrotab.h".
5907 (buildsym_init): Initialize `pending_macros'.
5908 (end_symtab): If we found macro information while reading a CU's
5909 debugging info, do build a symtab structure for it. Make the
5910 symtab point to the macro information, and clear the
5911 `pending_macros' pointer which held it while we were reading the
5912 debug info.
5913 (really_free_pendings): Free any pending macro table.
5914 * objfiles.h (struct objfile): New member: `macro_cache'.
5915 * objfiles.c (allocate_objfile): Set allocate and free functions
5916 for the macro cache's objstack.
5917 (free_objfile): Empty the macro cache's obstack.
5918 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5919 set new allocate and free functions for it.
5920 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5921 free functions for the macro cache's objstack. (Why is this
5922 function building its own objfile?)
5923 * symmisc.c (print_objfile_statistics): Print statistics on the
5924 macro bcache.
5925 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5926
5927 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5928
5929 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5930 (REGISTER_U_ADDR): Delete definition.
5931 (arm_register_u_addr): Delete declaration.
5932
5933 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5934
5935 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5936 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5937
5938 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5939
5940 * regcache.c (register_valid): Revise comments refering to "Not
5941 available" and "unavailable".
5942 * frame.c (frame_register_read): Ditto.
5943 * findvar.c (value_of_register): Ditto.
5944
5945 2002-05-15 Andrew Cagney <cagney@redhat.com>
5946
5947 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5948 (remote-sim.o): Update dependencies.
5949 (d10v-tdep.o): Specify dependencies.
5950 (sim_d10v_h): Define.
5951
5952 2002-05-14 Jim Blandy <jimb@redhat.com>
5953
5954 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5955 * macrotab.c (macro_lookup_inclusion, find_definition,
5956 new_macro_table): Same.
5957
5958 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5959 not `! strcmp ()'. This is a dubious improvement.
5960 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5961
5962 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5963 although it's not necessary, to avoid a warning.
5964
5965 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5966
5967 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5968 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5969 TYPE_INSTANCE_FLAGS.
5970 (struct main_type): New.
5971 (struct type): Move most members to struct main_type. Change
5972 cv_type and as_type to new type_chain member. Add instance_flags.
5973 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5974 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5975 (finish_cv_type): Remove prototype.
5976 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5977 Set TYPE_CHAIN.
5978 (alloc_type_instance): New function.
5979 (smash_type): New function.
5980 (make_pointer_type, make_reference_type, make_function_type)
5981 (smash_to_member_type, smash_to_method_type): Call smash_type.
5982 (make_qualified_type): New function.
5983 (make_type_with_address_space): Call make_qualified_type.
5984 (make_cv_type): Likewise.
5985 (finish_cv_type): Remove unnecessary function.
5986 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5987 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5988 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5989 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5990 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5991 * hpread.c (hpread_read_struct_type): Likewise.
5992 * stabsread.c (read_struct_type): Likewise.
5993
5994 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5995
5996 * configure.tgt: Add a catch all sh* target, for cases like
5997 sh[2,3,4]-elf and sh-hms.
5998
5999 2002-05-14 Keith Seitz <keiths@redhat.com>
6000
6001 * event-loop.c (create_file_handler): Don't do anything but
6002 update data when we are given a fd which we are already
6003 monitoring.
6004
6005 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6006
6007 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6008 (update_context): Use __func__ in warnings.
6009
6010 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6011
6012 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6013 and tcp_close to net_open and net_close.
6014 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6015 using UDP if requested. Don't try to disable Nagle on UDP
6016 sockets.
6017 * remote.c (remote_serial_open): New function. Warn about UDP.
6018 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6019
6020 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6021
6022 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6023
6024 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6025
6026 * configure.tgt: Remove sh-hms target.
6027 * MAINTAINERS: Don't list sh-hms as a separate target.
6028
6029 2002-05-13 Jim Blandy <jimb@redhat.com>
6030
6031 Add first preprocessor macro-expansion files.
6032 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6033 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6034 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6035 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6036 (COMMON_OBS): Add macrotab.o, macroexp.o.
6037 (macroexp.o, macrotab.o): New rules.
6038
6039 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6040
6041 * config/m88k/tm-m88k.h: Update copyright.
6042 (m88k_target_write_pc): Declare
6043 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6044 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6045 (SHIFT_INST_REGS): Update definition.
6046 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6047 using old definition of TARGET_WRITE_PC.
6048 * regcache.c (generic_target_write_pc): Delete code handling
6049 NNPC_REGNUM.
6050 * gdbarch.sh (NNPC_REGNUM): Delete.
6051 * gdbarch.h, gdbarch.c: Regenerate.
6052
6053 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6054
6055 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6056 builtin reg number.
6057
6058 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6059
6060 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6061 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6062 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6063 access macros.
6064 * c-typeprint.c (cp_type_print_method_args): Likewise.
6065 (c_type_print_args): Likewise.
6066 * d10v-tdep.c (d10v_push_arguments): Likewise.
6067 (d10v_extract_return_value): Likewise.
6068 * expprint.c (print_subexp): Likewise.
6069 * gdbtypes.c (lookup_primitive_typename): Likewise.
6070 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6071 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6072 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6073 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6074 (TYPE_VECTOR): Likewise.
6075 * hpread.c (hpread_read_struct_type)
6076 (fix_static_member_physnames, fixup_class_method_type)
6077 (hpread_type_lookup): Likewise.
6078 * mdebugread.c (parse_symbol, parse_type): Likewise.
6079 * p-lang.c (is_pascal_string_type): Likewise.
6080 * valops.c (hand_function_call): Likewise.
6081 * x86-64-tdep.c (classify_argument): Likewise.
6082
6083 * hpread.c (hpread_read_function_type)
6084 (hpread_read_doc_function_type): Call replace_type.
6085 * dstread.c (create_new_type): Delete.
6086 (decode_dst_structure, process_dst_function): Call alloc_type.
6087 Use type access macros.
6088
6089 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6090
6091 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6092 the're not supported by the current architecture.
6093 (i387_fill_fxsave): Likewise.
6094
6095 2002-05-12 Fred Fish <fnf@redhat.com>
6096
6097 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6098 sect_index_xxx members to index the first slot in section_offsets
6099 if all of the section_offsets are zero.
6100
6101 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6102
6103 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6104 checked in with last change.
6105
6106 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6107
6108 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6109 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6110 config.sub.
6111
6112 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6113
6114 * Makefile.in: Update dependencies.
6115
6116 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6117
6118 * language.c (local_hex_string_custom): Simplify. Do not depend
6119 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6120
6121 * memattr.c (mem_info_command): Replace calls to
6122 longest_local_hex_string and longest_local_hex_string_custom.
6123 * buildsym.c (make_blockvector): Ditto.
6124 * solib.c (info_sharedlibrary_command): Ditto.
6125 * tracepoint.c (tracepoints_info): Ditto.
6126 * symtab.c (print_msymbol_info): Ditto.
6127
6128 * language.c (local_hex_string): Delete.
6129 (local_hex_string_custom): Delete.
6130 (longest_local_hex_string): Rename to local_hex_string.
6131 (longest_local_hex_string_custom): Rename to
6132 local_hex_string_custom.
6133 * language.h (local_hex_string): Change parameter type to LONGEST.
6134 (local_hex_string_custom): Ditto.
6135 (longest_local_hex_string): Delete declaration.
6136 (longest_local_hex_string_custom): Ditto.
6137
6138 * solib.c: Update copyright.
6139 * memattr.c: Update copyright.
6140
6141 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6142
6143 * arch-utils.h (legacy_register_to_value): Declare.
6144 (legacy_value_to_register): Declare.
6145 (legacy_convert_register_p): Declare.
6146 * arch-utils.c (legacy_register_to_value): New function.
6147 (legacy_value_to_register): New function.
6148 (legacy_convert_register_p): New function.
6149
6150 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6151 (VALUE_TO_REGISTER): Define.
6152 (CONVERT_REGISTER_P): Define.
6153 * gdbarch.h, gdbarch.c: Regenerate.
6154
6155 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6156 VALUE_TO_REGISTER.
6157 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6158 CONVERT_REGISTER_P.
6159
6160 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6161 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6162
6163 * Makefile.in: Update dependencies for valops.c.
6164 * valops.c: Include "gdb_assert.h".
6165 (typecmp): Skip THIS parameter to methods.
6166 (find_method_list): Remove static_memfuncp argument,
6167 update callers. Check for stub methods.
6168 (find_value_oload_method_list): Don't set *static_memfuncp.
6169 (find_overload_match): Don't check for stub methods. Assert
6170 that methods are not stubbed. Handle static methods.
6171 (value_find_oload_method_list): Remove static_memfuncp argument.
6172 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6173 to the argument list for static stub methods.
6174 * value.h (value_find_oload_method_list): Update prototype.
6175
6176 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6177
6178 * arch-utils.h (generic_register_size): Declare.
6179 (generic_register_raw_size, generic_register_virtual_size): Delete
6180 declarations.
6181 * arch-utils.c (generic_register_raw_size): Delete.
6182 (generic_register_size): New function.
6183 (generic_register_virtual_size): Delete.
6184
6185 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6186 default generic_register_size.
6187 * gdbarch.h, gdbarch.c: Re-generate.
6188
6189 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6190 register_virtual_size.
6191 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6192 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6193
6194 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6195
6196 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6197 * gdbarch.h, gdbarch.c: Regenerate.
6198 * gnu-v3-abi.c: Update copyright.
6199 (vtable_address_point_offset): Update.
6200 (gnuv3_rtti_type): Update.
6201 (gnuv3_baseclass_offset): Update.
6202 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6203 (init_fetch_link_map_offsets): Update.
6204 * remote.c (get_remote_state): Update.
6205
6206 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6207
6208 * TODO: Remove value_headof/value_from_vtable_info comment.
6209 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6210 * values.c (value_headof, value_from_vtable_info): Delete.
6211 * value.h (value_from_vtable_info): Delete prototype.
6212
6213 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6214
6215 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6216 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6217 $(gdb_regex_h).
6218 (gdb_assert_h): Define.
6219 (gdb_wait_h): Define.
6220 (gdb_regex_h): Define.
6221
6222 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6223
6224 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6225 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6226
6227 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6228
6229 * nbsd-tdep.c: Fix comment.
6230
6231 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6232
6233 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6234 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6235 (nbsd-tdep.o): New dependency list.
6236 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6237 nbsd-tdep.h.
6238 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6239 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6240 * nbsd-tdep.c: New file.
6241 * nbsd-tdep.h: New file.
6242 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6243 nbsd-tdep.h.
6244 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6245 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6246 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6247 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6248
6249 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6250
6251 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6252 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6253 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6254 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6255 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6256 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6257
6258 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6259
6260 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6261 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6262 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6263 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6264 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6265 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6266 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6267
6268 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6269
6270 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6271 fetch_elfcore_registers to...
6272 * i386nbsd-tdep.c: ...here.
6273 (i386nbsd_use_struct_convention): Rename to...
6274 (i386nbsd_aout_use_struct_convention): ...this.
6275 (i386nbsd_supply_reg): New function.
6276 (i386nbsd_fill_reg): New function.
6277 (fetch_core_registers): Use i386nbsd_supply_reg.
6278 (fetch_elfcore_registers): Likewise.
6279 (_initialize_i386nbsd_tdep): New function.
6280 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6281 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6282 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6283 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6284 (i386nbsd_aout_use_struct_convention): ...this.
6285
6286 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6287
6288 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6289 (store_inferior_registers): Use shnbsd_fill_reg.
6290 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6291 sh_nbsd_supply_register): Collapse into...
6292 (shnbsd_supply_reg): ...this.
6293 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6294 (shnbsd_fill_reg): ...this.
6295 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6296 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6297 (fetch_core_registers): Use shnbsd_supply_reg.
6298 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6299 (sh_nbsd_core_fns): Rename to...
6300 (shnbsd_core_fns): ...this.
6301 (sh_nbsd_elfcore_fns): Rename to...
6302 (shnbsd_elfcore_fns): ...this.
6303 (sh_nbsd_init_abi): Rename to...
6304 (shnbsd_init_abi): ...this.
6305 (_initialize_sh_nbsd_tdep): Rename to...
6306 (_initialize_shnbsd_tdep): ...this.
6307 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6308 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6309 sh_nbsd_fill_register): Remove prototypes.
6310 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6311
6312 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6313
6314 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6315 (i387-nat.o): Delete dependency list.
6316 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6317 (x86-64-linux-nat.o): Likewise.
6318 * i387-nat.c: Delete file, moving contents to...
6319 * i387-tdep.c: ...here.
6320 * i387-nat.h: Rename...
6321 * i387-tdep.h: ...to this.
6322 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6323 * i386-linux-nat.c: Likewise.
6324 * i386bsd-nat.c: Likewise.
6325 * i386gnu-nat.c: Likewise.
6326 * i386nbsd-nat.c: Likewise.
6327 * i386v4-nat.c: Likewise.
6328 * x86-64-linux-nat.c: Likewise.
6329 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6330 * config/i386/go32.mh (NATDEPFILES): Likewise.
6331 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6332 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6333 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6334 * config/i386/linux.mh (NATDEPFILES): Likewise.
6335 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6336 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6337 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6338 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6339
6340 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6341
6342 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6343 (alphanbsd-nat.o): Remove dependency list.
6344 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6345 * alphanbsd-nat.c: Delete. Contents moved to...
6346 * alphanbsd-tdep.c: ...here.
6347 (_initialize_alphanbsd_tdep): Register core functions.
6348 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6349
6350 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6351
6352 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6353 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6354 (alphanbsd-nat.o): Likewise.
6355 (alphabsd-tdep.o): New dependency list.
6356 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6357 (fill_gregset): Use alphabsd_fill_reg.
6358 (supply_fpregset): Use alphabsd_supply_fpreg.
6359 (fill_fpregset): Use alphabsd_fill_fpreg.
6360 (fetch_inferior_registers): Use struct reg and struct fpreg
6361 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6362 and alphabsd_supply_fpreg.
6363 (store_inferior_registers): Use struct reg and struct fpreg
6364 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6365 and alphabsd_fill_fpreg.
6366 * alphabsd-tdep.c: New file.
6367 * alphabsd-tdep.h: New file.
6368 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6369 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6370 alphabsd_supply_fpreg.
6371 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6372 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6373
6374 2002-05-11 Eric Christopher <echristo@redhat.com>
6375
6376 * mips-tdep.c (mips_double_register_type): Fix thinko.
6377 (mips_single_register_type): Ditto.
6378 * MAINTAINERS: Add self.
6379
6380 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6381
6382 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6383 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6384 right thing on architectures with different endianness and/or
6385 integer sizes.
6386
6387 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6388
6389 From Christian Limpach <chris@Pin.LU>
6390 * configure.in: Change sed expression which comments out
6391 NATDEPFILES to also comment out continuation lines.
6392 * configure: Regenerate.
6393
6394 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6395
6396 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6397 big patch.
6398
6399 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6400
6401 * sh-tdep.c: Include correct file.
6402
6403 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6404
6405 New support for sh64-elf (sh5) target.
6406
6407 * configure.tgt: For sh64-elf target, default to sh-elf.
6408
6409 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6410 (struct gdbarch_tdep): Add new fields for new registers and ABI
6411 info.
6412
6413 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6414 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6415 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6416 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6417 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6418 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6419 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6420 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6421 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6422 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6423 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6424 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6425 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6426 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6427 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6428 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6429 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6430 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6431 sign_extend, sh64_nofp_frame_init_saved_regs,
6432 sh64_init_extra_frame_info, sh64_get_saved_register,
6433 sh64_extract_struct_value_address, sh64_pop_frame,
6434 sh64_push_arguments, sh64_extract_return_value,
6435 sh64_store_return_value, sh64_show_media_regs,
6436 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6437 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6438 sh_sh64_register_virtual_type,
6439 sh_sh64_register_convert_to_virtual,
6440 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6441 sh64_register_read, sh64_pseudo_register_write,
6442 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6443 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6444 sh64_do_pseudo_register, sh_compact_do_registers_info,
6445 sh64_do_registers_info, sh_gdbarch_init): New functions.
6446
6447 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6448
6449 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6450
6451 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6452
6453 * linespec.c (decode_line_1): Check for a double quote after
6454 a filename correctly.
6455
6456 2002-05-10 Jim Blandy <jimb@redhat.com>
6457
6458 Properly track the size of the current objfile's .debug_line section.
6459 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6460 (DWARF_LINE_SIZE): New macro.
6461 (dwarf2_build_psymtabs_hard): Record the line section's size in
6462 the partial symbol table.
6463 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6464 symbol table.
6465
6466 2002-05-10 Petr Sorfa <petrs@caldera.com>
6467
6468 * ia64-tdep.c: Handle breakpoints on L instruction type
6469 in MLX instruction bundle by moving the breakpoint to
6470 the third slot (X instruction type) as L holds only data.
6471
6472 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6473
6474 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6475 (process_one_symbol): Complain about discarding local symbols
6476 due to a misplaced N_LBRAC entry.
6477
6478 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6479
6480 From Daniel Berlin <dan@cgsoftware.com>
6481 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6482 decrease the depth we are at, in the case of templates.
6483
6484 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6485
6486 * mips-tdep.c (mips_float_register_type): New function.
6487 (mips_double_register_type): New function.
6488 (mips_print_register): Use them.
6489 (do_fp_register_row): Likewise.
6490
6491 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6492
6493 * signals/signals.c (signals): Remove conditional compilation around
6494 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6495 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6496
6497 2002-05-09 Michael Snyder <msnyder@redhat.com>
6498
6499 * remote-rdp.c (remote_rdp_can_run): Remove.
6500
6501 2002-05-09 Tom Tromey <tromey@redhat.com>
6502
6503 * jv-valprint.c (java_val_print): Handle `char' as a special case
6504 of TYPE_CODE_INT.
6505
6506 2002-05-09 Michael Snyder <msnyder@redhat.com>
6507
6508 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6509 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6510 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6511 str r(0123),[sp,#nn].
6512 (arm_skip_prologue): Ditto. Also make disassembly
6513 order-independent by placing it in a loop.
6514
6515 2002-05-06 Michael Snyder <msnyder@redhat.com>
6516
6517 * stabsread.c (read_type): Add recognition for new attribute:
6518 "@V;" means that an array type is actually a vector.
6519 This is analogous to the vector flag that's been added to dwarf2.
6520
6521 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6522
6523 * i386-tdep.h (i386_abi): New enum.
6524 (struct gdbarch_tdep): Replace os_ident member with abi.
6525 (i386_gdbarch_register_os_abi): New prototype.
6526 * i386-tdep.c (i386_abi_names): New array.
6527 (process_note_abi_tag_sections): Removed.
6528 (process_note_sections): New function.
6529 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6530 (struct i386_abi_handler): New struct.
6531 (i386_abi_handler_list): New variable.
6532 (i386_gdbarch_register_os_abi): New function.
6533 (i386_gdbarch_init): Adapt for the changes given above.
6534
6535 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6536
6537 * gregset.h: Say "GNU/Linux".
6538
6539 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6540
6541 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6542 (build_gdbtypes): Build builtin_type_v2_float.
6543 (_initialize_gdbtypes): Register new builtin type.
6544
6545 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6546
6547 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6548 (clear_gdbarch_swap): New function.
6549 (initialize_non_multiarch): Call.
6550 (gdbarch_update_p): Before calling init(), swap out and clear the
6551 existing architecture.
6552 * gdbarch.c: Regenerate.
6553
6554 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6555
6556 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6557 alphanbsd-tdep.c.
6558
6559 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6560
6561 * sh-nbsd-nat.c: Rename to...
6562 * shnbsd-nat.c: ...this.
6563 * sh-nbsd-tdep.c: Rename to...
6564 * shnbsd-tdep.c: ...this.
6565 * sh-nbsd-tdep.h: Rename to...
6566 * shnbsd-tdep.h: ...this.
6567 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6568 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6569
6570 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6571
6572 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6573 concatenation for command help messages.
6574
6575 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6576
6577 * NEWS: Note new sh*-*-netbsdelf* configuration.
6578 * configure.host: Set gdb_host_cpu to sh for all sh*.
6579 (sh*-*-netbsdelf*): New host.
6580 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6581 (sh*-*-netbsdelf*): New target.
6582 * sh-nbsd-nat.c: New file.
6583 * sh-nbsd-tdep.c: New file.
6584 * sh-nbsd-tdep.h: New file.
6585 * config/sh/nbsd.mh: New file.
6586 * config/sh/nbsd.mt: New file.
6587 * config/sh/nm-nbsd.h: New file.
6588 * config/sh/tm-nbsd.h: New file.
6589
6590 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6591
6592 * sh-tdep.c (sh_osabi_names): Declare.
6593 (process_note_abi_tag_sections): New function.
6594 (get_elfosabi): Ditto.
6595 (sh_gdbarch_register_os_abi): Ditto.
6596 (sh_dump_tdep): Ditto.
6597 _initialize_sh_tdep): Use gdbarch_register to register
6598 sh_gdbarch_init and sh_dump_tdep.
6599 * config/sh/tm-sh.h (sh_osabi): Declare.
6600 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6601
6602 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6603
6604 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6605 (thumb_scan_prologue): Ditto.
6606 (arm_find_callers_reg): Ditto.
6607 (arm_frame_chain): Ditto.
6608 (arm_init_extra_frame_info): Ditto.
6609 (arm_frame_saved_pc): Ditto.
6610 (arm_pop_frame): Ditto.
6611 (arm_push_return_address): New function.
6612 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6613 call_dummy_location, call_dummy_breakpoint_offset_p,
6614 call_dummy_breakpoint_offset, call_dummy_p,
6615 call_dummy_stack_adjust_p, call_dummy_words,
6616 sizeof_call_dummy_words, call_dummy_start_offset,
6617 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6618 call_dummy_address, push_return_address and push_dummy_frame for
6619 generic dummy frames.
6620
6621 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6622
6623 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6624 size computation for alloca.
6625 (sh_fp_frame_init_saved_regs): Likewise.
6626
6627 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6628
6629 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6630 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6631 * arm-tdep.c (arm_store_return_value): Use them.
6632 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6633 * remote-rdp.c (remote_rdp_fetch_register): Use
6634 ARM_MAX_REGISTER_RAW_SIZE.
6635 (remote_rdp_store_register): Likewise.
6636
6637 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6638
6639 * dwarf2cfi.c: Code cleanup, removed unused variables,
6640 added default labels to switch {} statements.
6641 * x86-64-tdep.c: Ditto.
6642 * x86-64-linux-nat.c: Ditto.
6643
6644 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6645
6646 * solib.h: Protect against multiple inclusion.
6647
6648 2002-05-06 Jim Blandy <jimb@redhat.com>
6649
6650 Add first preprocessor macro-expansion files.
6651 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6652 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6653 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6654 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6655 (COMMON_OBS): Add macrotab.o, macroexp.o.
6656 (macroexp.o, macrotab.o): New rules.
6657
6658 Separate the job of reading the line number info statement program
6659 header (...expialidocious) out into its own function.
6660 * dwarf2read.c (struct line_head, struct filenames, struct
6661 directories): Replace with...
6662 (struct line_header): New structure, containing the full
6663 contents of the statement program header, including the
6664 include directory and file name tables.
6665 (read_file_scope): If we have line number info, instead of just
6666 calling dwarf_decode_lines to do all the work, call
6667 dwarf_decode_line_header first to get a `struct line_header'
6668 containing the data in the statement program header, and then
6669 pass that to dwarf_decode_lines, which will pick up where that
6670 left off. Be sure to clean up the `struct line_header' object.
6671 (dwarf_decode_line_header, free_line_header, add_include_dir,
6672 add_file_name): New functions.
6673 (dwarf_decode_lines): Move all the code to read the statement
6674 program header into dwarf_decode_line_header. Take the line
6675 header it built as the first argument, instead of the offset to
6676 the compilation unit's line number info. Use the new `struct
6677 line_header' type instead of the old structures. No need to do
6678 cleanups here now, since we don't allocate anything.
6679 (dwarf2_statement_list_fits_in_line_number_section,
6680 dwarf2_line_header_too_long): New complaints.
6681
6682 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6683
6684 * gdbtypes.c (init_vector_type): New function.
6685 (build_builtin_type_vec128): Simplify the representation of SIMD
6686 registers.
6687 (build_gdbtypes): Initialize new builtin vector types.
6688 (_initialize_gdbtypes): Register new vector types with gdbarch.
6689 (builtin_type_v4_float, builtin_type_v4_int32,
6690 builtin_type_v8_int16, builtin_type_v16_int8,
6691 builtin_type_v2_int32, builtin_type_v4_int16,
6692 builtin_type_v8_int8): New (renamed) SIMD types.
6693
6694 2002-05-06 Mark Kettenis <kettenis@gnu.org>
6695
6696 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6697 (i387_fill_fxsave): Likewise.
6698
6699 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6700
6701 * alpha-tdep.c (alpha_extract_return_value): Don't use
6702 non-constant array size in prototype.
6703
6704 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6705
6706 From Brian Taylor <briant at model dot com>:
6707 * ui-out.c (ui_out_field_core_addr): Use the function
6708 longest_local_hex_string_custom'to format addresses > 32 bits
6709 wide.
6710
6711 * ui-out.c (ui_out_field_core_addr): Update comment.
6712
6713 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6714
6715 * stack.c (select_and_print_frame): Make static. Delete the
6716 parameter `level'.
6717 (func_command): Update call.
6718 (select_frame_command): Delete code computing the frame level.
6719 * frame.h (select_and_print_frame): Delete declaration.
6720
6721 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6722
6723 * sparc-tdep.c (sparc_get_saved_register): Comment why
6724 get_prev_frame call is safe.
6725
6726 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6727
6728 * frame.h (select_frame): Delete level parameter.
6729 * stack.c (select_frame): Update. Use frame_relative_level to
6730 obtain the frame's level.
6731 (select_and_print_frame): Update call.
6732 (select_frame_command): Ditto.
6733 (up_silently_base): Ditto.
6734 (down_silently_base): Ditto.
6735 * ocd.c (ocd_start_remote): Ditto.
6736 * remote-rdp.c (remote_rdp_open): Ditto.
6737 * remote-mips.c (mips_initialize): Ditto.
6738 (common_open): Ditto.
6739 * remote-e7000.c (e7000_start_remote): Ditto.
6740 * m3-nat.c (select_thread): Ditto.
6741 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6742 (child_get_current_exception_event): Ditto.
6743 * varobj.c (varobj_create): Ditto.
6744 (varobj_update): Ditto.
6745 (c_value_of_root): Ditto.
6746 * tracepoint.c (finish_tfind_command): Ditto.
6747 * corelow.c (core_open): Ditto.
6748 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6749 * thread.c (info_threads_command): Ditto.
6750 (switch_to_thread): Ditto.
6751 * infrun.c (normal_stop): Ditto.
6752 (restore_selected_frame): Ditto.
6753 (restore_inferior_status): Ditto.
6754 * breakpoint.c (insert_breakpoints): Ditto.
6755 (watchpoint_check): Ditto.
6756 (bpstat_stop_status): Ditto.
6757 (do_enable_breakpoint): Ditto.
6758 * blockframe.c (flush_cached_frames): Ditto.
6759 (reinit_frame_cache): Ditto.
6760
6761 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6762
6763 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6764 maintainer.
6765
6766 2002-05-04 Jim Blandy <jimb@redhat.com>
6767
6768 * gdbtypes.c (replace_type): Doc fix.
6769
6770 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6771
6772 * valprint.c (strcat_longest): Delete commented out function.
6773 Update copyright.
6774
6775 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6776
6777 * MAINTAINERS: Mark a29k as deleted.
6778 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6779 Move new configurations to the top.
6780 * configure.tgt: Remove a29k.
6781 * config/a29k/tm-vx29k.h: Delete.
6782 * config/a29k/vx29k.mt: Delete.
6783 * config/a29k/tm-a29k.h: Delete.
6784 * config/a29k/a29k-udi.mt: Delete.
6785 * config/a29k/a29k.mt: Delete.
6786 * a29k-tdep.c: Delete.
6787 * remote-udi.c: Delete.
6788 * remote-mm.c: Delete.
6789 * remote-eb.c: Delete.
6790 * remote-adapt.c: Delete.
6791 * Makefile.in: Remove obsolete code.
6792 * config/s390/s390x.mt: Ditto.
6793 * config/s390/s390.mt: Ditto.
6794 * config/sparc/sparclynx.mh: Ditto.
6795 * config/sparc/linux.mh: Ditto.
6796 * config/pa/hppaosf.mh: Ditto.
6797 * config/pa/hppabsd.mh: Ditto.
6798 * config/ns32k/nbsd.mt: Ditto.
6799 * config/mips/vr5000.mt: Ditto.
6800 * config/m68k/sun3os4.mh: Ditto.
6801 * config/m68k/nbsd.mt: Ditto.
6802 * config/m68k/m68klynx.mh: Ditto.
6803 * config/m32r/m32r.mt: Ditto.
6804 * config/i386/x86-64linux.mt: Ditto.
6805 * config/i386/nbsdelf.mt: Ditto.
6806 * config/i386/nbsd.mt: Ditto.
6807 * config/i386/i386lynx.mh: Ditto.
6808
6809 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6810
6811 * target.c (debug_print_register): New function. Handle oversize
6812 registers.
6813 (debug_to_fetch_registers): Call.
6814 (debug_to_store_registers): Call.
6815
6816 2002-05-03 Jim Blandy <jimb@redhat.com>
6817
6818 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6819 (read_type): Doc fix.
6820 * gdbtypes.c (replace_type): Doc fix.
6821
6822 * stabsread.c (multiply_defined_struct): New complaint.
6823 (read_struct_type): If the type we were passed isn't empty, or
6824 incomplete, don't read the new struct type into it; complain,
6825 and return the original type unchanged. Take a new `type_code'
6826 argument, which is the type code for the new type.
6827 (read_type): Rather than storing the type's type code here, pass
6828 it as an argument to read_struct_type, and let that take care of
6829 storing it. That way, we don't overwrite the original type code,
6830 so read_struct_type can use it to decide whether we're overwriting
6831 something we shouldn't.
6832 (complain_about_struct_wipeout): New function.
6833
6834 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6835
6836 * gdbarch.sh: Assert that gdbarch is non-NULL.
6837 * gdbarch.c: Regenerate.
6838
6839 2002-05-03 Jason Merrill <jason@redhat.com>
6840
6841 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6842 and return NULL.
6843
6844 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6845
6846 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6847 (x86_64_dwarf2gdb_regno_map_length),
6848 (x86_64_dwarf2_reg_to_regnum): Added.
6849 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6850 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6851 (_initialize_x86_64_tdep): Synced with the change above.
6852 (x86_64_skip_prologue): Reformulated message.
6853
6854 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6855
6856 * f-exp.y: Also use new prev_lexptr variable
6857 to improve error reporting. Based on Michael Snyder
6858 2002-04-24 dated patch to c-exp.y.
6859 * jv-exp.y: Likewise.
6860 * m2-exp.y: Likewise.
6861
6862 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6863
6864 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6865 we are dealing with vectors.
6866
6867 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6868
6869 * config/m68k/tm-nbsd.h: Obvious fix,
6870 correct machine name.
6871
6872 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6873
6874 * p-typeprint.c (pascal_type_print_base): Add support
6875 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6876
6877 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6878
6879 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6880 for fondamental pascal 'char' type.
6881
6882 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6883
6884 * p-lang.h (is_pascal_string_type): Declaration changed,
6885 new sixth argument of type char ** added.
6886 * p-lang.c (is_pascal_string_type): Implementation
6887 changed. Args length_pos, length_size, string_pos, char_size
6888 can now be NULL. New argument arrayname set to the field
6889 name of the char array. Return value set to char array
6890 field index plus one.
6891 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6892 is_pascal_string_type function.
6893
6894 2002-05-02 Andrew Cagney <cagney@redhat.com>
6895
6896 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6897 <cagney@redhat.com> change.
6898 * gdbarch.c: Regenerate.
6899
6900 2002-05-02 Andrew Cagney <cagney@redhat.com>
6901
6902 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6903 before probing for a new one. Detect errorenous gdbarch_init
6904 functions.
6905 * gdbarch.c: Regenerate.
6906
6907 2002-05-01 Andrew Cagney <cagney@redhat.com>
6908
6909 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6910 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6911 * config/v850/tm-v850.h: Ditto. Update copyright.
6912
6913 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6914
6915 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6916 current_gdbarch.
6917
6918 2002-04-30 Michael Snyder <msnyder@redhat.com>
6919
6920 * arm-tdep.c: Whitespace clean-ups.
6921 (arm_skip_prologue): Fix thinko; two lines
6922 should have been removed as part of 4/24 change.
6923
6924 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6925
6926 * rs6000-tdep.c: Added comment describing how fpscr register
6927 numbers were chosen.
6928
6929 2002-04-30 Michael Snyder <msnyder@redhat.com>
6930
6931 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6932
6933 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6934
6935 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6936 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6937 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6938
6939 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6940
6941 From Louis Hamilton <hamilton@redhat.com>:
6942 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6943 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6944 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6945 not bfd-private xcoff data, to determine wordsize.
6946 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6947
6948 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6949
6950 GDB 5.2 released from 5.2 branch.
6951
6952 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6953
6954 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6955 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6956 (x86_64_register_info_table): Added comments with register numbers.
6957
6958 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6959
6960 * rs6000-tdep.c (rs6000_extract_return_value,
6961 rs6000_store_return_value): Handle returning vectors.
6962 (rs6000_gdbarch_init): Use
6963 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6964 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6965 New function.
6966 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6967 vectors.
6968 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6969 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6970
6971 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6972
6973 * hpread.c (hpread_psymtab_to_symtab_1,
6974 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6975 with fprintf_unfiltered (gdb_stderr,...).
6976
6977 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6978
6979 * remote-array.c (printf_monitor, write_monitor,
6980 array_insert_breakpoint, array_remove_breakpoint ):
6981 Replace fprintf (stderr,...
6982 with fprintf_unfiltered (gdb_stderr,....
6983 * remote-es.c: Likewise.
6984 * remote-os9k.c: Likewise.
6985 * remote-st.c: Likewise.
6986
6987 2002-04-28 Andreas Schwab <schwab@suse.de>
6988
6989 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6990 linux-proc.o and gcore.o.
6991
6992 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6993
6994 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6995 code without frame pointers.
6996
6997 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6998
6999 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7000 ON_STACK is needed.
7001
7002 2002-04-26 Ben Elliston <bje@redhat.com>
7003
7004 * target.c (do_xfer_memory): Correct reference to the new option
7005 "trust-readonly-sections".
7006
7007 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7008
7009 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7010 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7011 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7012 vectors.
7013 (read_array_type): Record the fact that this array type is really a
7014 vector (i.e. are passed in by value).
7015
7016 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7017
7018 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7019 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7020 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7021 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7022 * alpha-linux-tdep.c: Include frame.h.
7023 (alpha_linux_sigcontext_addr): New function.
7024 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7025 alpha_linux_sigcontext_addr.
7026 * alpha-osf1-tdep.c: Include gdbcore.h.
7027 (alpha_osf1_sigcontext_addr): New function.
7028 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7029 alpha_osf1_sigcontext_addr.
7030 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7031 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7032
7033 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7034
7035 * stack.c (selected_frame_level):
7036 (select_frame): Do not set selected_frame_level.
7037 * frame.h (selected_frame_level): Delete declaration.
7038
7039 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7040
7041 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7042 convert_from_func_ptr-addr when AIX / PowerOpen.
7043
7044 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7045
7046 * valops.c (hand_function_call): Call
7047 generic_save_call_dummy_addr.
7048 * frame.h (generic_save_call_dummy_addr): Declare.
7049 * blockframe.c (struct dummy_frame): Add fields call_lo and
7050 call_hi.
7051 (generic_find_dummy_frame): Check for PC in range call_lo to
7052 call_hi instead of entry_point_address.
7053 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7054 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7055 (generic_save_call_dummy_addr): New function.
7056
7057 2002-04-24 David S. Miller <davem@redhat.com>
7058
7059 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7060 sparc_skip_prologue.
7061 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7062 information to find prologue when possible.
7063 (sparc_prologue_frameless_p): Call examine_prologue directly.
7064 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7065 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7066 second argument.
7067 (SKIP_PROLOGUE): Likewise.
7068
7069 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7070
7071 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7072 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7073 indicate that the condition it was testing is always true.
7074 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7075 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7076 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7077
7078 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7079
7080 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7081 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7082 tdep->jb_pc and tdep->jb_elt_size.
7083 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7084 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7085 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7086 * alpha-nat.c (get_longjmp_target): Remove.
7087 (JB_ELEMENT_SIZE): Ditto.
7088 (JB_PC): Ditto.
7089 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7090 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7091 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7092 to alpha_get_longjmp_target.
7093 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7094 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7095 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7096
7097 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7098
7099 * README: Update to GDB 5.2.
7100
7101 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7102
7103 * gdbarch.sh (LC_ALL): Set to `c'.
7104
7105 2002-04-25 Theodore A. Roth <troth@verinet.com>
7106
7107 * avr-tdep.c: Ran through gdb_indent.sh.
7108
7109 2002-04-25 Theodore A. Roth <troth@verinet.com>
7110
7111 * MAINTAINERS: Add myself as AVR maintainer.
7112 * NEWS: Note new target avr.
7113
7114 2002-04-25 Theodore A. Roth <troth@verinet.com>
7115
7116 * Makefile.in: Add support for AVR target.
7117 * configure.tgt: Add support for AVR target.
7118 * avr-tdep.c: New file
7119 * config/avr/avr.mt: New file.
7120
7121 2002-04-25 Theodore A. Roth <troth@verinet.com>
7122
7123 * MAINTAINERS: Add myself to write-after-approval.
7124
7125 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7126
7127 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7128 with fprintf_unfiltered (gdb_stderr,....
7129
7130 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7131
7132 Fix PR gdb/508.
7133 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7134
7135 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7136
7137 * p-exp.y: Also use new prev_lexptr variable
7138 to improve error reporting. Based on Michael Snyder
7139 2002-04-24 dated patch to c-exp.y.
7140
7141 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7142
7143 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7144 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7145 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7146 to 0.
7147 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7148 and struct value.
7149 (FUNCTION_START_OFFSET): Remove.
7150 (BREAKPOINT): Ditto.
7151
7152 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7153
7154 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7155 * NEWS: Ditto.
7156
7157 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7158
7159 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7160 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7161 alpha_linux_pc_in_sigtramp.
7162 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7163 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7164 alpha_osf1_pc_in_sigtramp.
7165 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7166 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7167 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7168 alphafbsd_pc_in_sigtramp.
7169 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7170 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7171 alphanbsd_pc_in_sigtramp.
7172 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7173 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7174
7175 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7176
7177 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7178
7179 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7180
7181 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7182 alphanbsd-tdep.c.
7183 (alphanbsd-nat.o): New dependency list.
7184 (alphanbsd-tdep.o): Ditto.
7185 * NEWS: Note new native NetBSD/alpha configuration.
7186 * alphanbsd-nat.c: New file.
7187 * alphanbsd-tdep.c: Ditto.
7188 * configure.host (alpha*-*-netbsd*): New host.
7189 * configure.tgt (alpha*-*-netbsd*): New target.
7190 * config/alpha/nbsd.mh: New file.
7191 * config/alpha/nbsd.mt: Ditto.
7192 * config/alpha/nm-nbsd.h: Ditto.
7193 * config/alpha/tm-nbsd.h: Ditto.
7194
7195 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7196
7197 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7198 (alpha-osf1-tdep.o): New dependency list.
7199 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7200 and skip_sigtramp_frame members.
7201 * alpha-linux-tdep.c: Include gdbcore.h.
7202 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7203 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7204 * alpha-osf1-tdep.c: New file.
7205 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7206 alpha-osf1-dep.c.
7207 (alpha_frame_past_sigtramp_frame): New function.
7208 (alpha_dynamic_sigtramp_offset): Ditto.
7209 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7210 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7211 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7212 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7213 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7214 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7215 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7216 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7217 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7218 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7219 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7220 to find_solib_trampoline_target.
7221 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7222 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7223 (SKIP_TRAMPOLINE_CODE): Remove.
7224 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7225 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7226 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7227 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7228 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7229 (PROC_SIGTRAMP_MAGIC): Ditto.
7230 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7231 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7232 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7233 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7234 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7235
7236 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7237
7238 * NEWS: Note that Alpha targets are now multi-arch.
7239
7240 2002-04-24 Michael Snyder <msnyder@redhat.com>
7241
7242 * parser-defs.h (prev_lexptr): New external variable.
7243 * parse.c (parse_exp_1): Set prev_lexptr to null before
7244 calling the language-specific parser.
7245 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7246 (yyerror): Use prev_lexptr in error reporting.
7247
7248 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7249
7250 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7251 * gregset.h: If FILL_FPXREGSET is defined, provide
7252 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7253 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7254 is defined, call fill_fpxregset.
7255
7256 2002-04-24 Roland McGrath <roland@frob.com>
7257
7258 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7259 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7260 (supply_gregset, supply_fpregset): New functions.
7261
7262 * gnu-nat.c (gnu_find_memory_regions): New function.
7263 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7264 (gnu_xfer_memory): Add a cast.
7265
7266 2002-04-24 Michael Snyder <msnyder@redhat.com>
7267
7268 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7269 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7270 of argument regs ("str r(0123), [r11, #-nn"]).
7271 (arm_skip_prologue): Better handling for frameless functions.
7272 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7273 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7274
7275 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7276
7277 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7278 NUM_PSEUDO_REGS can be used.
7279
7280 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7281
7282 * arch-utils.h: Update copyright.
7283
7284 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7285 * gdbarch.h, gdbarch.c: Re-generate.
7286
7287 * inferior.h (IN_SIGTRAMP): Delete definition.
7288 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7289 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7290
7291 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7292 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7293 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7294 (find_proc_framesize): Ditto.
7295 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7296 (alpha_init_extra_frame_info): Ditto.
7297 * infrun.c (handle_inferior_event): Ditto.
7298 (handle_inferior_event): Ditto.
7299 (check_sigtramp2): Ditto.
7300 * blockframe.c (create_new_frame): Ditto.
7301 (get_prev_frame): Ditto.
7302 * ppc-linux-tdep.c: Update comments.
7303 * i386-linux-tdep.c: Update comments.
7304 * breakpoint.c (bpstat_what): Update comment.
7305
7306 2002-04-24 David S. Miller <davem@redhat.com>
7307
7308 * i960-tdep.c (register_in_window_p): New function.
7309 (i960_find_saved_register): Use it instead of
7310 REGISTER_IN_WINDOW_P.
7311 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7312
7313 * symtab.h (find_stab_function_addr): Kill extern.
7314 * minsyms.c (find_stab_function_addr): Remove from here...
7315 * dbxread.c: ... to here, and mark it static.
7316
7317 2002-04-20 David S. Miller <davem@redhat.com>
7318
7319 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7320 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7321
7322 2002-04-21 David S. Miller <davem@redhat.com>
7323
7324 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7325 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7326 (vx_write_register): Likewise.
7327
7328 2002-04-23 J. Brobecker <brobecker@gnat.com>
7329
7330 * source.c (is_regular_file): New function.
7331 (openp): Check wether file to open is a regular file
7332 to avoid opening directories.
7333
7334 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7335
7336 * findvar.c (extract_signed_integer): Cast printf argument
7337 to suppress format warning.
7338 (extract_unsigned_integer): Likewise.
7339 * infcmd.c (registers_info): Likewise.
7340 * top.c (get_prompt_1): Likewise.
7341 * valops.c (value_assign): Likewise.
7342 * valprint.c (print_decimal): Likewise.
7343
7344 2002-04-22 H.J. Lu (hjl@gnu.org)
7345
7346 * c-exp.y (typebase): Support
7347
7348 [long|long long|short] [signed|unsigned] [int|]
7349
7350 and
7351
7352 signed [long|long long|short] int
7353
7354 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7355
7356 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7357 and vax-tdep.h.
7358 * vax-tdep.h: New file.
7359 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7360 Make several routines static.
7361 (vax_get_saved_register): New function.
7362 (vax_gdbarch_init): New function.
7363 (_initialize_vax_tdep): Register vax_gdbarch_init.
7364 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7365 Remove macros now under the control of gdbarch.
7366
7367 2002-04-22 Michael Snyder <msnyder@redhat.com>
7368
7369 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7370 Some whitespace and coding standards tweaks.
7371
7372 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7373
7374 * vax-tdep.c: Include regcache.h.
7375 (vax_call_dummy_words): New.
7376 (sizeof_vax_call_dummy_words): New.
7377 (vax_fix_call_dummy): New function.
7378 (vax_saved_pc_after_call): Ditto.
7379 * config/vax/tm-vax.h: Don't include regcache.h.
7380 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7381 (CALL_DUMMY): Remove.
7382 (CALL_DUMMY_WORDS): Define.
7383 (SIZEOF_CALL_DUMMY_WORDS): Define.
7384 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7385
7386 2002-04-18 Michael Snyder <msnyder@redhat.com>
7387
7388 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7389
7390 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7391
7392 * vax-tdep.c (vax_frame_chain): New function.
7393 (vax_push_dummy_frame): Ditto.
7394 (vax_pop_frame): Ditto.
7395 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7396 (FRAMELESS_FUNCTION_INVOCATION): Use
7397 generic_frameless_function_invocation_not.
7398 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7399 (POP_FRAME): Use vax_pop_frame.
7400
7401 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7402
7403 * vax-tdep.c (vax_store_struct_return): New function.
7404 (vax_extract_return_value): Ditto.
7405 (vax_store_return_value): Ditto.
7406 (vax_extract_struct_value_address): Ditto.
7407 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7408 vax_store_struct_return.
7409 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7410 (STORE_RETURN_VALUE): Use vax_store_return_value.
7411 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7412
7413 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7414
7415 * vax-tdep.c (vax_frame_saved_pc): New function.
7416 (vax_frame_args_address_correct): Ditto.
7417 (vax_frame_args_address): Ditto.
7418 (vax_frame_locals_address): Ditto.
7419 (vax_frame_num_args): Move code to be in proximity to
7420 other frame-related functions.
7421 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7422 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7423 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7424 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7425 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7426
7427 2002-04-22 H.J. Lu (hjl@gnu.org)
7428
7429 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7430 includedir.
7431
7432 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7433
7434 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7435 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7436 (FRAME_INIT_SAVED_REGS): New macro.
7437
7438 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7439
7440 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7441
7442 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7443
7444 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7445 where needed.
7446 (fetch_osf_core_registers): Likewise.
7447 (supply_gregset): Likewise.
7448
7449 2002-04-22 J. Brobecker <brobecker@gnat.com>
7450
7451 * symfile.h (get_section_index): Define.
7452 * symfile.c (get_section_index): New function.
7453 * mdebugread.c (SC_IS_SBSS): New macro.
7454 (SC_IS_BSS): Return true for the scBss storage class only, as
7455 the scSBss storage class refers to the .sbss section.
7456 (parse_partial_symbols): Discard the symbols which associated
7457 section does not exist.
7458 Make sure to use the .sbss section index for symbols which
7459 storage class is scBss, rather than using the .bss section index.
7460
7461 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7462
7463 * vax-tdep.c: Update copyright years.
7464 (vax_register_name): New function.
7465 (vax_register_byte): Ditto.
7466 (vax_register_raw_size): Ditto.
7467 (vax_register_virtual_size): Ditto.
7468 (vax_register_virtual_type): Ditto.
7469 * config/vax/tm-vax.h: Update copyright years.
7470 (REGISTER_NAMES): Remove.
7471 (REGISTER_NAME): Define.
7472 (REGISTER_BYTE): Use vax_register_byte.
7473 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7474 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7475 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7476
7477 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7478
7479 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7480 declaration
7481 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7482
7483 2002-04-21 David S. Miller <davem@redhat.com>
7484
7485 * arch-utils.c (generic_prologue_frameless_p): Kill
7486 SKIP_PROLOGUE_FRAMELESS_P code.
7487 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7488 references.
7489 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7490 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7491 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7492 references.
7493 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7494 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7495 (sparc_gdbarch_init): Pass it to
7496 set_gdbarch_prologue_frameless_p.
7497
7498 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7499
7500 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7501 (alphabsd-nat.o): New dependency list.
7502
7503 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7504
7505 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7506 alphafbsd-tdep.c.
7507 (alpha-linux-tdep.o): New dependency list.
7508 (alphafbsd-tdep.o): Likewise.
7509
7510 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7511
7512 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7513 to here...
7514 * alpha-tdep.c: ...from here.
7515 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7516
7517 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7518
7519 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7520 prototype from here...
7521 * alpha-tdep.h: ...to here.
7522
7523 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7524
7525 * frame.h (selected_frame_level): Document as deprecated.
7526 (frame_relative_level): Declare.
7527 * stack.c (frame_relative_level): New function.
7528 (selected_frame_level): Document as deprecated.
7529 (select_frame): Do not set the selected_frame_level.
7530
7531 * stack.c (frame_info, record_selected_frame): Update.
7532 (frame_command, current_frame_command): Update.
7533 (up_silently_base, up_command, down_silently_base): Update.
7534 (down_command): Update.
7535 * inflow.c (kill_command): Update.
7536 * tracepoint.c (finish_tfind_command): Update.
7537 * corelow.c (core_open): Update.
7538 * thread.c (info_threads_command): Update.
7539 (do_captured_thread_select): Update.
7540 * infcmd.c (finish_command): Update.
7541 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7542
7543 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7544
7545 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7546
7547 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7548
7549 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7550 type const.
7551
7552 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7553
7554 * alphafbsd-tdep.c: Update copyright years. Include
7555 alpha-tdep.h.
7556 (alphafbsd_use_struct_convention): Make static.
7557 (alphafbsd_init_abi): New function.
7558 (_initialize_alphafbsd_tdep): New function.
7559 * config/alpha/tm-fbsd.h: Update copyright years.
7560 (USE_STRUCT_CONVENTION): Remove.
7561
7562 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7563
7564 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7565 an Alpha ABI variant.
7566 (alpha_abi_handler_list): Declare.
7567 (alpha_gdbarch_register_os_abi): New function.
7568 (alpha_gdbarch_init): Give registered ABI variant handlers a
7569 chance to tweak the gdbarch once we have set up defaults.
7570 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7571
7572 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7573
7574 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7575 to standard_coerce_float_to_double.
7576 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7577
7578 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7579
7580 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7581 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7582 from gdbarch_tdep rather than a constant.
7583 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7584 the default text address for all Alpha Unix ABIs.
7585 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7586 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7587
7588 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7589
7590 * alpha-tdep.h: New file. Includes several Alpha target constants
7591 taken from...
7592 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7593 let gdbarch deal with.
7594 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7595 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7596 to dependency list.
7597 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7598 Alpha target register names.
7599 * alphabsd-nat.c: Likewise.
7600 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7601 Alpha target register names. Make serveral routines static.
7602 (alpha_get_saved_register): New function.
7603 (alpha_abi_names): New.
7604 (process_note_abi_tag_sections): New function.
7605 (get_elfosabi): New function.
7606 (alpha_gdbarch_init): New function.
7607 (alpha_dump_tdep): New function.
7608 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7609
7610 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7611
7612 * frame.c (find_saved_register): Delete #ifdef
7613 HAVE_REGISTER_WINDOWS code.
7614 * config/sparc/tm-sparc.h: Update comments.
7615 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7616
7617 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7618
7619 * i960-tdep.c (i960_find_saved_register): New function.
7620 (i960_get_saved_register): New function.
7621 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7622 (i960_get_saved_register): Declare.
7623 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7624
7625 2002-04-20 David S. Miller <davem@redhat.com>
7626
7627 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7628
7629 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7630
7631 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7632 instead of NUM_PSEUDO_REGS.
7633
7634 2002-04-20 David S. Miller <davem@redhat.com>
7635
7636 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7637 GDB_MULTI_ARCH_PARTIAL
7638 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7639 define, let tm-sp64.h do it.
7640
7641 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7642
7643 * frame.c (find_saved_register): Avoid a NULL pointer
7644 dereference and actually walk the frame list.
7645
7646 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7647
7648 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7649 sorted in most most-recent-used order. Document.
7650 * gdbarch.h, gdbarch.c: Regenerate.
7651
7652 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7653
7654 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7655 instead of ->prev.
7656 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7657 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7658 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7659 instead of ->prev.
7660
7661 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7662
7663 Fix PR gdb/471.
7664 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7665 (build_builtin_type_vec128): Ditto.
7666 (append_composite_type_field): Fix calculation of type length in
7667 union case.
7668
7669 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7670
7671 * config/djgpp/README: Update.
7672
7673 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7674 compiler warnings.
7675
7676 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7677
7678 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7679 (alpha_setup_arbitrary_frame): ...to this.
7680 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7681 for alpha_setup_arbitrary_frame.
7682
7683 2002-04-18 Andrew Cagney <cagney@redhat.com>
7684
7685 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7686 * gdbarch.h, gdbarch.c: Regenerate.
7687
7688 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7689 * target.h (memory_breakpoint_from_pc): Update declaration.
7690 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7691
7692 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7693 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7694 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7695 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7696 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7697 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7698 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7699 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7700 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7701 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7702 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7703 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7704
7705 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7706 const pointer.
7707 * monitor.c (monitor_insert_breakpoint): Ditto.
7708 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7709
7710 * config/mcore/tm-mcore.h: Update copyright.
7711 * mem-break.c: Ditto.
7712 * xstormy16-tdep.c: Ditto.
7713
7714 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7715
7716 * p-exp.y: Add precedence rule for '^' token.
7717 This removes the shift/reduce conflicts.
7718 Remove the comment concerning these shift/reduce conflicts.
7719
7720 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7721
7722 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7723 (registers_powerpc_nofp): New register set for processors
7724 without floating point unit.
7725
7726 2002-04-18 David S. Miller <davem@redhat.com>
7727
7728 * MAINTAINERS: Add myself to write-after-approval.
7729
7730 2002-04-17 Michael Snyder <msnyder@redhat.com>
7731
7732 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7733
7734 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7735
7736 * rs6000-tdep.c (frame_initial_stack_address): Use
7737 frame_register_read to read the alloca_reg.
7738
7739 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7740
7741 * frame.c (find_saved_register): Find saved registers in the next
7742 not prev frame.
7743 Fix PR gdb/365.
7744
7745 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7746
7747 * gdbarch.sh (LANG): Set to ``c''.
7748
7749 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7750
7751 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7752
7753 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7754
7755 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7756 Update copyright.
7757
7758 * hpread.c (hpread_get_lntt): Add declaration.
7759 Also fix PR gdb/391.
7760
7761 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7762
7763 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7764 * aclocal.m4, configure: Re-generate.
7765 Fix PR gdb/391.
7766
7767 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7768
7769 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7770 instead of tm_print_insn.
7771
7772 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7773
7774 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7775
7776 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7777
7778 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7779 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7780 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7781
7782 2002-04-12 Don Howard <dhoward@redhat.com>
7783
7784 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7785 max_user_call_depth.
7786 (init_cmd_lists): Initialize the new value;
7787 * cli/cli-script.c (execute_user_command): Limit the call depth of
7788 user defined commands. This avoids a core-dump when user commands
7789 are infinitly recursive.
7790
7791 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7792
7793 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7794 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7795 from tdep struct instead of DEFAULT_LR_SAVE.
7796 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7797 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7798 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7799
7800 2002-04-12 Michael Snyder <msnyder@redhat.com>
7801
7802 * Remote.c: Spelling fix.
7803 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7804 If no symbol found for "sbrk", try "_sbrk".
7805 (make_output_phdrs): Use bfd_section_name.
7806 (gcore_copy_callback): Use bfd_section_name.
7807 * eval.c: Indentation fix-ups.
7808 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7809 in case it gets applied to an address that is already
7810 in the instruction space.
7811 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7812 * symfile.c: Fix indentation, long lines.
7813 * source.c: White space fix-up.
7814
7815 2002-04-12 Andrew Cagney <cagney@redhat.com>
7816
7817 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7818 * frame.c (frame_register_read): New function. Return non-zero on
7819 success.
7820 (read_relative_register_raw_bytes_for_frame): Delete.
7821 (read_relative_register_raw_bytes): Delete.
7822 * frame.h (frame_register_read): Declare.
7823 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7824 * sh-tdep.c: Ditto.
7825 * infcmd.c (do_registers_info): Ditto.
7826 * hppa-tdep.c: Ditto.
7827 * rs6000-tdep.c: Ditto.
7828 * h8500-tdep.c: Ditto.
7829 * mips-tdep.c: Ditto.
7830 * h8300-tdep.c: Ditto.
7831 * z8k-tdep.c: Ditto.
7832
7833 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7834
7835 From Jimi X <jimix@watson.ibm.com>:
7836 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7837 64-bit SysV ABI.
7838
7839 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7840
7841 From Jimi X <jimix@watson.ibm.com>:
7842 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7843 bfd info.
7844
7845 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7846
7847 From Jimi X <jimix@watson.ibm.com>:
7848 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7849 register sets for these processor variants.
7850
7851 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7852
7853 * regformats/reg-ppc.dat: Support FPSCR.
7854
7855 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7856
7857 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7858 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7859 Add fpscr as an invalid/unfetchable register.
7860 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7861 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7862 (fill_fpregset): Add support for register fpscr.
7863 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7864 (fill_gregset): Account for the fact that register ``mq'' might
7865 not exist.
7866 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7867 (registers_power): Add fpscr to register set at slot 71.
7868 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7869 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7870
7871 2002-04-11 Michael Snyder <msnyder@redhat.com>
7872
7873 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7874 * configure: Regenerate.
7875 * config.in: Regenerate.
7876 * acconfig.h: Add define for _SYSCALL32.
7877 * core-sol2.c: Remove #define _SYSCALL32.
7878 * solib-legacy.c: Remove #define _SYSCALL32.
7879
7880 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7881
7882 * stack.c (select_frame): Cleanup internal error message, do not
7883 use %p.
7884
7885 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7886
7887 * stack.c (select_frame): Check that selected_frame and the
7888 specified level are as expected.
7889 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7890 Update copyright.
7891 * frame.h (struct frame_info): Add field `level'. Update
7892 copyright.
7893 Work-in-progress PR gdb/464.
7894
7895 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7896
7897 * maint.c (maint_print_section_info): Rename print_section_info.
7898 (print_bfd_section_info, print_objfile_section_info): Update.
7899 * inferior.h (struct gdbarch): Add opaque declaration.
7900 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7901 * gdbarch.h: Regenerate.
7902
7903 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7904
7905 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7906 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7907 (kernel_u_size): Added.
7908 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7909 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7910
7911 2002-04-04 Jim Ingham <jingham@apple.com>
7912
7913 * valarith.c (find_size_for_pointer_math): New function, either returns
7914 the size for a pointer's target, returns 1 for void *, or errors for
7915 incomplete types.
7916 (value_add, value_sub): use find_size_for_pointer_math.
7917
7918 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7919
7920 * linux-low.c (linux_look_up_symbols): New hook.
7921 (linux_target_ops): Add linux_look_up_symbols.
7922 * remote-utils.c (decode_address): New function.
7923 (look_up_one_symbol): New function.
7924 * server.c (handle_query): Call target look_up_symbols hook.
7925 * server.h (look_up_one_symbol): Add prototype.
7926 * target.h (struct target_ops): Add look_up_symbols hook.
7927
7928 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7929
7930 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7931 override FP_REGNUM with frame->fp. Update copyright.
7932 * parse.c (num_std_regs, std_regs): Delete.
7933 (target_map_name_to_register): Do not search std_regs. Update
7934 function description.
7935 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7936 declarations. Update copyright.
7937 Fix PR gdb/251.
7938
7939 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7940
7941 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7942 after the last symbol in a block.
7943
7944 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7945
7946 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7947 is non zero as a found symbol.
7948
7949 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7950
7951 * findvar.c: Include "builtin-regs.h".
7952 (value_of_register): Call value_of_builtin_reg when applicable.
7953 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7954 (target_map_name_to_register): Call
7955 builtin_reg_map_name_to_regnum.
7956 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7957 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7958 (builtin_regs_h): Define.
7959 (builtin-regs.o): New target.
7960 (findvar.o): Add $(builtin_regs_h).
7961 * builtin-regs.c, builtin-regs.h: New files.
7962 * std-regs.c: New file.
7963 Partial fix for PR gdb/251.
7964
7965 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7966
7967 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7968 it's no longer required.
7969
7970 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7971
7972 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7973
7974 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7975
7976 From Jimi X <jimix@watson.ibm.com>:
7977 * rs6000-tdep.c (rs6000_software_single_step): Use
7978 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7979 and size. Use target_insert_breakpoint() and
7980 target_remove_breakpoint() to insert and remove breakpoints
7981 instead of explicit memory reads and writes.
7982
7983 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7984
7985 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7986 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7987 ELF_OBJECT_FORMAT ifdef.
7988
7989 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7990
7991 From Jimi X <jimix@watson.ibm.com>:
7992 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7993
7994 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7995
7996 From Jimi X <jimix@watson.ibm.com>:
7997 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7998 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7999
8000 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8001
8002 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8003 s/asprintf/xasprintf/.
8004 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8005
8006 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8007
8008 I believe Jeff Law denies responsability for this one:
8009 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8010 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8011 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8012 Work-around for PR gdb/366.
8013
8014 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8015
8016 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8017 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8018 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8019
8020 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8021
8022 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8023 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8024 information.
8025
8026 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8027
8028 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8029 maintainer.
8030
8031 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8032
8033 * README (Reporting Bugs in GDB): Document the bug web page as the
8034 prefered way of submitting bugs.
8035 Fix PR gdb/402.
8036
8037 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8038
8039 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8040 -1. Update comment.
8041 * gdbarch.h, gdbarch.c: Re-generate.
8042
8043 2002-04-07 Andreas Schwab <schwab@suse.de>
8044
8045 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8046 buffer to regcache_collect.
8047
8048 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8049
8050 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8051 * gdbarch.c, gdbarch.h: Re-generate.
8052
8053 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8054
8055 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8056 declaration. Fix -Werror.
8057
8058 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8059
8060 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8061 * gdbarch.c: Regenerate.
8062
8063 2002-04-05 Michael Snyder <msnyder@redhat.com>
8064
8065 * breakpoint.c (clear_command): Rewrite middle section to
8066 combine two loops with identical control conditions.
8067 Add a cleanup to eliminate a memory leak.
8068 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8069
8070 2002-04-05 H.J. Lu (hjl@gnu.org)
8071
8072 * solib-svr4.c (bkpt_names): Add "__start".
8073
8074 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8075
8076 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8077 as test for 64 bit target.
8078
8079 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8080
8081 * h8500-tdep.c (h8500_write_fp): Delete function.
8082 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8083 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8084 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8085 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8086 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8087 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8088 (s390_write_fp):
8089 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8090 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8091 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8092 (d10v_write_fp): Delete function.
8093 * inferior.h (write_fp, generic_target_write_fp): Delete
8094 declarations.
8095 * regcache.c (generic_target_write_fp): Delete function.
8096 (write_fp): Delete function.
8097 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8098 * gdbarch.h, gdbarch.c: Regenerate.
8099 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8100 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8101 (sparc64_write_fp): Delete declaration.
8102 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8103 (h8500_write_fp): Delete declaration.
8104
8105 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8106
8107 * sparc-tdep.c (sparc64_write_fp): Delete.
8108 (sparc_push_dummy_frame): Replace write_fp call with code to store
8109 the FP directly.
8110 (sparc_gdbarch_init): Do not initialize write_fp.
8111
8112 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8113
8114 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8115 clause.
8116
8117 2002-03-29 Jim Blandy <jimb@redhat.com>
8118
8119 * stack.c (get_selected_block): Add new argument `addr_in_block',
8120 used to return the exact code address we used to select the block,
8121 not just the block.
8122 * blockframe.c (get_frame_block, get_current_block): Same.
8123 * frame.h (get_frame_block, get_current_block,
8124 get_selected_block): Update declarations.
8125 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8126 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8127
8128 2002-04-05 Michael Snyder <msnyder@redhat.com>
8129
8130 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8131 warning message.
8132
8133 2002-04-05 J. Brobecker <brobecker@gnat.com>
8134
8135 * utils.c (xfullpath): New function.
8136 * defs.h (xfullpath): Add declaration.
8137 * source.c (openp): Use xfullpath in place of gdb_realpath to
8138 avoid resolving the basename part of filenames when the
8139 associated file is a symbolic link. This fixes a potential
8140 inconsistency between the filenames known to GDB and the
8141 filenames it prints in the annotations.
8142 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8143 to be able to match a filename with either the real filename, or
8144 the name of any symbolic link to this file.
8145 (lookup_partial_symtab): Ditto.
8146
8147 2002-04-04 Michael Snyder <msnyder@redhat.com>
8148
8149 * breakpoint.c: Add support for hardware breakpoints in overlays.
8150 (overlay_events_enabled): New state variable.
8151 (insert_breakpoints): Use overlay_events_enabled to decide
8152 whether to attempt to set a breakpoint at the overlay load addr.
8153 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8154 (remove_breakpoint): Use overlay_events_enabled to decide
8155 whether breakpoints need to be removed from overlay load addr.
8156 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8157 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8158 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8159 disable_overlay_breakpoints): Update overlay_events_enabled.
8160
8161 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8162
8163 * dwarf2read.c (struct function_range): New.
8164 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8165 (check_cu_functions): New.
8166 (read_file_scope): Initialize global function lists.
8167 Call dwarf_decode_line after processing children.
8168 (read_func_scope): Add to global function list.
8169 (dwarf_decode_lines): Call check_cu_functions everywhere
8170 record_line is called. Call record_line with a linenumber
8171 of 0 to mark sequence ends.
8172
8173 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8174
8175 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8176 change sync with glibc.
8177
8178 2002-04-03 Jim Blandy <jimb@redhat.com>
8179
8180 * configure.in: Call AC_C_INLINE.
8181 * configure: Regenerated.
8182
8183 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8184
8185 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8186 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8187
8188 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8189
8190 * NEWS: Mention gcore support on FreeBSD/i386.
8191
8192 * fbsd-proc.c: New file.
8193 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8194 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8195
8196 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8197 while statement.
8198
8199 2002-03-29 Jim Blandy <jimb@redhat.com>
8200
8201 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8202 unescaped newlines in string literals, but newer ones don't. So
8203 escape them.
8204
8205 2002-03-26 Michael Snyder <msnyder@redhat.com>
8206 Andrew Cagney <cagney@redhat.com>
8207
8208 * cli/cli-dump.c: New file. Dump memory to file,
8209 restore file to memory.
8210 * cli/cli-dump.h: New file.
8211 * Makefile.in: Add rules, dependencies for cli-dump.o.
8212 * NEWS: Mention new commands.
8213
8214 2002-03-28 Michael Snyder <msnyder@redhat.com>
8215
8216 * symfile.c (symbol_file_add): Move test for null symbols to later.
8217
8218 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8219
8220 From veksler at il.ibm.com:
8221 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8222 the xstrduped original path.
8223 Fix PR gdb/417.
8224
8225 2002-03-27 Michael Snyder <msnyder@redhat.com>
8226
8227 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8228 * infcmd.c (_initialize_infcmd): Ditto.
8229 * language.c (_initialize_language): Ditto.
8230 * symfile.c (_initialize_symfile): Ditto.
8231 * top.c (_init_main): Ditto.
8232 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8233
8234 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8235
8236 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8237 vector registers handling.
8238 (skip_prologue): Handle new AltiVec instructions. Fill in new
8239 fields of frame data.
8240 (frame_get_saved_regs): Fill in information for AltiVec registers.
8241
8242 2002-03-27 Jim Blandy <jimb@redhat.com>
8243
8244 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8245 a function; leave this macro here to invoke that function.
8246 (symbol_init_mangled_name): Declaration for that function.
8247 * symtab.c (symbol_init_mangled_name): New function.
8248
8249 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8250
8251 * valarith.c: Replace strerror with safe_strerror.
8252 * tracepoint.c: Ditto.
8253 * lin-lwp.c: Ditto.
8254 * go32-nat.c: Ditto.
8255 * inflow.c: Ditto.
8256 * gnu-nat.c: Ditto.
8257
8258 2002-03-27 Andreas Schwab <schwab@suse.de>
8259
8260 * event-top.c (command_line_handler): Remove useless if.
8261
8262 2002-03-27 Andreas Jaeger <aj@suse.de>
8263
8264 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8265 comment.
8266
8267 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8268
8269 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8270 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8271 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8272 (x86_64_linux_dr_get_status, supply_gregset),
8273 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8274 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8275 (x86_64_register_info_table): Add.
8276 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8277 (x86_64_register_raw_size, x86_64_register_virtual_type),
8278 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8279 general x86_64_register_info_table.
8280 (i386_gdbarch_init): gdbarch_register_bytes is now set
8281 dynamicaly during initialization.
8282 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8283 * gdbserver/linux-x86-64-low.c: Ditto.
8284
8285 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8286
8287 * gdbserver/server.c (main): Call target_signal_to_host_p
8288 and target_signal_to_host on signals received from the remote.
8289 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8290 target_signal_from_host on signals sent to the remote.
8291 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8292 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8293
8294 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8295
8296 * signals/signals.c: Include "server.h" in gdbserver build.
8297 (target_signal_from_name): Don't use STREQ.
8298 (_initialize_signals): Likewise. Don't include function in
8299 gdbserver build.
8300
8301 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8302
8303 * signals.c: Moved to...
8304 * signals/signals.c: Here.
8305 * Makefile (signals.o): Update.
8306
8307 2002-03-26 Jeff Law (law@redhat.com)
8308
8309 * somread.c (som_symtab_read): Remove some commented out code and
8310 updated related comments. Do not set the minimal symbol table to
8311 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8312 in a dynamic executable.
8313 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8314 where we are unable to find the minimal symbol for the given
8315 PC value.
8316
8317 2002-03-25 Jeff Law (law@redhat.com)
8318
8319 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8320
8321 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8322
8323 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8324
8325 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8326
8327 * command.h: Update copyright.
8328 (struct cmd_list_element): Replace definition with opaque
8329 declaration.
8330 (enum cmd_types): Document that it will eventually be moved to
8331 cli/cli-decode.h
8332 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8333 (MALLOCED_REPLACEMENT): Delete macro.
8334 * Makefile.in (cli_decode_h): Add $(command_h).
8335 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8336 * top.c: Include "cli/cli-decode.h".
8337 * completer.c: Include "cli/cli-decode.h".
8338 * maint.c: Include "cli/cli-decode.h".
8339 * cli/cli-decode.h: Include "command.h".
8340 (enum command_class): Delete.
8341 (enum cmd_types): Comment out.
8342 (enum cmd_auto_boolean): Delete.
8343 (enum var_types): Delete.
8344
8345 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8346
8347 * cli/cli-decode.c: Include "gdb_assert.h".
8348 (add_set_or_show_cmd): New static function.
8349 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8350 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8351 all fields, such as func, from the set command.
8352
8353 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8354
8355 * MAINTAINERS (sh-elf): Change warning flag to -w.
8356
8357 2002-03-23 Andrew Cagney <cagney@redhat.com>
8358
8359 * defs.h (error): Add printf format attribute.
8360 * thread-db.c (thread_from_lwp): Fix error format string.
8361 * stack.c (parse_frame_specification): Ditto.
8362 * cli/cli-decode.c (undef_cmd_error): Ditto.
8363 * scm-lang.c (scm_lookup_name): Ditto.
8364 * tracepoint.c (trace_error): Ditto.
8365 * remote-utils.c (usage): Ditto.
8366 * remote.c (compare_sections_command): Ditto.
8367 Fix PR gdb/328.
8368
8369 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8370
8371 * gdbtypes.c (append_composite_type_field): New function.
8372 (init_composite_type): New function.
8373 * gdbtypes.h (append_composite_type_field): Declare.
8374 (init_composite_type): Ditto.
8375
8376 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8377
8378 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8379 function.
8380 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8381 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8382 structure returning convention for SYSV ABI case, but not
8383 for GNU/Linux, FreeBSD, or NetBSD.
8384
8385 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8386
8387 * symtab.h (lookup_block_symbol): Add mangled_name argument
8388 to prototype.
8389
8390 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8391 with new mangled_name argument.
8392 * linespec.c (decode_line_1): Likewise.
8393 * valops (value_of_this): Likewise.
8394 * symtab.c (lookup_transparent_type): Likewise.
8395 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8396 (lookup_symbol): If we are given a mangled name, pass it down
8397 to lookup_symbol_aux.
8398 (lookup_block_symbol): If we are given a mangled name to check
8399 against, only return symbols which match it.
8400
8401 2002-03-22 Christopher Faylor <cgf@redhat.com>
8402
8403 * win32-nat.c (child_create_inferior): Check for proper shell to use
8404 here, in case the user changes it on the fly.
8405 (_initialize_inftarg): Remove shell path considerations.
8406
8407 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8408
8409 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8410 for gdbarch_max_register_raw_size and max_register_virtual_size.
8411 Adjust copyright year.
8412
8413 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8414
8415 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8416 in a function to cover the entire beginning of the function
8417 as well if it does not already.
8418
8419 2002-03-21 Tom Rix <trix@redhat.com>
8420
8421 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8422 (rs6000_ptrace64): Renamed from ptrace64.
8423
8424 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8425
8426 * gdbserver/remote-utils.c (remote_open): Don't call
8427 getprotobyname, we're all using TCP here so just use
8428 IPPROTO_TCP.
8429 * gdbserver/gdbreplay.c (remote_open): Ditto.
8430
8431 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8432
8433 * regcache.c (_initialize_regcache): No need to call
8434 build_regcache() at this time; it gets called whenever
8435 the gdbarch changes.
8436
8437 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8438
8439 * sparc-nat.c: Include sys/param.h where possible.
8440
8441 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8442
8443 Fix PR gdb/422.
8444 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8445 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8446 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8447 complex types.
8448 * stabsread.c (rs6000_builtin_type): Likewise.
8449 (read_sun_floating_type): Likewise.
8450
8451 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8452
8453 * stabsread.c (read_member_functions): Remove skip code for duplicate
8454 constructor/destructor methods. Use standard parsing for these
8455 methods and just do not chain them to the list of methods after
8456 parsing.
8457
8458 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8459
8460 * coffread.c: Remove redundant static declarations. Replace
8461 occurrences of `PTR' with `void *'.
8462 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8463 * top.h (quit_cover): Likewise.
8464 * defs.h (catch_errors): Likewise.
8465
8466 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8467
8468 * defs.h (XMALLOC): Define.
8469 * gdb-events.sh (XMALLOC): Delete macro.
8470 * gdb-events.c, gdb-events.h: Regenerate.
8471 * gdbarch.sh (XMALLOC): Delete macro.
8472 * gdbarch.c: Regenerate.
8473 * serial.c (XMALLOC): Delete macro.
8474 * ui-file.c (XMALLOC): Ditto.
8475 * ser-unix.h (XMALLOC): Ditto.
8476 * sh-tdep.c (XMALLOC): Ditto.
8477 * ui-out.c (XMALLOC): Ditto.
8478 * utils.c (XMALLOC): Ditto.
8479 * i386-tdep.c (XMALLOC): Ditto.
8480 * gdb-events.c (XMALLOC): Ditto.
8481 * d10v-tdep.c (XMALLOC): Ditto.
8482 * cli-out.c (XMALLOC): Ditto.
8483
8484 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8485 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8486 * ui-file.c, ui-out.c: Ditto.
8487
8488 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8489
8490 * command.h (struct cmd_list_element): Add field context.
8491 (set_cmd_context, get_cmd_context): Declare.
8492 * cli/cli-decode.h: Ditto.
8493 * cli/cli-decode.c (get_cmd_context): New function.
8494 (set_cmd_context): New function.
8495 (add_cmd): Initialize context.
8496 Part of fixing PR gdb/145 and PR gdb/146.
8497
8498 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8499
8500 * cli/cli-decode.c (cmd_type): New function.
8501 * command.h (cmd_type): Declare.
8502 * infrun.c (set_schedlock_func): Call function cmd_type.
8503 * kod.c (kod_set_os): Call cmd_type.
8504 * cris-tdep.c (cris_version_update): Use function cmd_type.
8505 (cris_mode_update, cris_abi_update): Ditto.
8506
8507 * command.h: (execute_cmd_post_hook): Declare.
8508 (execute_cmd_pre_hook): Declare.
8509 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8510 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8511 functions. Execute pre/post hook while ensuring that afterwords
8512 hook_in is cleared.
8513 * top.c (execute_command): Use execute_cmd_post_hook, and
8514 execute_cmd_pre_hook to execute pre/post commands.
8515 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8516 hook_stop_stub.
8517 (hook_stop_stub): Call execute_cmd_pre_hook.
8518
8519 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8520
8521 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8522 set'' and this leads to a core dump. Move xstrdup of
8523 operating_system to after check that it is not NULL.
8524
8525 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8526
8527 * kod.c (kod_set_os): Remove unnecessary check that
8528 ``command->type'' is set_cmd.
8529
8530 * valprint.c (set_input_radix): Use input_radix.
8531 (set_output_radix): Use output_radix.
8532 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8533 isn't reverted.
8534
8535 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8536
8537 * value.h (struct value): Delete field ``substring_addr''. Change
8538 aligner fields to force_doublest_align, force_longest_align,
8539 force_core_addr_align and force_pointer_aligh.
8540
8541 * value.h (struct value): Fix typo in above change.
8542
8543 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8544
8545 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8546 to fix internal_error from ``maintenance print architecture''.
8547
8548 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8549
8550 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8551 for gcc versions after gcc-2.8.1.
8552
8553 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8554
8555 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8556 for method resolution. Restore adjustment of ``this'' pointer after
8557 calling value_struct_elt, which was accidentally removed during the
8558 HP merge.
8559
8560 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8561
8562 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8563 value_of_register.
8564 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8565 get_saved_register.
8566 * value.h (value_of_register): Update.
8567
8568 2002-03-14 Richard Henderson <rth@redhat.com>
8569
8570 * configure.in: Detect declaration for canonicalize_file_name.
8571 * utils.c (canonicalize_file_name): Declare, if needed.
8572 (gdb_realpath): Prefer realpath if available and usable.
8573 * config.in, configure: Rebuild.
8574
8575 2002-03-14 Richard Henderson <rth@redhat.com>
8576
8577 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8578 a constant array bound.
8579
8580 * MAINTAINERS: Add myself to write-after-approval.
8581
8582 2002-03-14 Michael Snyder <msnyder@redhat.com>
8583
8584 * symfile.c (syms_from_objfile): Return immediately if no syms.
8585 (symbol_file_add): Return immediately if no syms.
8586 (find_sym_fns): Return immediately if no syms.
8587
8588 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8589
8590 * gdbserver/remote-util.c (remote_open): Print remote-side's
8591 IP address when remote debugging over the network.
8592
8593 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8594
8595 * config/sparc/fbsd.mh: Fix copyright.
8596 * config/sparc/fbsd.mt: Likewise.
8597
8598 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8599
8600 * MAINTAINERS: Fix typo in name of gdb warnings option.
8601 (x86-64): Fix formating so that this can be parsed by awk.
8602
8603 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8604
8605 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8606 * defs.h: Include "gdb/signals.h".
8607 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8608
8609 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8610
8611 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8612 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8613 from x86-64-tdep.h
8614
8615 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8616 Don Howard <dhoward@redhat.com>
8617
8618 * mips-tdep.c (ST0_FR): Define.
8619 (mips2_fp_compat): New function, temporarily disabled.
8620 (mips_read_fp_register_single): New function.
8621 (mips_read_fp_register_double): New function.
8622 (mips_print_register): Use them.
8623 (do_fp_register_row): Likewise.
8624
8625 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8626
8627 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8628 approval''.
8629
8630 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8631
8632 * stabsread.c (read_member_functions): Fix is_stub test for
8633 static member functions, improve comment.
8634
8635 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8636
8637 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8638 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8639 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8640 commands that set boolean values.
8641 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8642 (arm_rdi_resume): Always initialize PC.
8643 (arm_rdi_open): Don't use rslt as a boolean.
8644 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8645 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8646 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8647 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8648
8649 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8650
8651 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8652 * configure: Rebuilt.
8653
8654 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8655
8656 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8657 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8658
8659 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8660
8661 * cli/cli-decode.c (set_cmd_completer): New function.
8662 * command.h (set_cmd_completer): Declare.
8663 * cli/cli-decode.h (set_cmd_completer): Ditto.
8664
8665 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8666 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8667 * win32-nat.c (_initialize_inftarg): Ditto.
8668 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8669 * proc-api.c (_initialize_proc_api): Ditto.
8670 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8671 * source.c (_initialize_source): Ditto.
8672 * exec.c (_initialize_exec): Ditto.
8673 * solib.c (_initialize_solib): Ditto.
8674 * top.c (init_main): Ditto.
8675 * tracepoint.c (_initialize_tracepoint): Ditto.
8676 * symfile.c (_initialize_symfile): Ditto.
8677 * printcmd.c (_initialize_printcmd): Ditto.
8678 * infcmd.c (_initialize_infcmd): Ditto.
8679 * corefile.c (_initialize_core): Ditto.
8680
8681 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8682
8683 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8684
8685 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8686
8687 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8688
8689 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8690
8691 * NEWS: Update headings, 5.2 has branched.
8692
8693 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
8694
8695 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8696 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8697 (register_addr, REGISTER_RAW_SIZE): Likewise.
8698 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8699 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8700
8701 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8702
8703 * MAINTAINERS (x86-64): Add myself.
8704 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8705 changed value_ptr -> struct value *
8706
8707 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8708
8709 * configure.host (sparc64-*-freebsd): Add.
8710 * configure.tgt: Likewise.
8711 * config/sparc/fbsd.mh: New file.
8712 * config/sparc/fbsd.mt: Likewise.
8713 * config/sparc/nm-fbsd.h: Likewise.
8714 * config/sparc/tm-fbsd.h: Likewise.
8715
8716 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8717
8718 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8719 regformats/reg-s390x.dat.
8720
8721 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8722
8723 * utils.c: Add FIXME explaining true/false problem.
8724
8725 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8726
8727 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8728
8729 2002-02-28 Michael Chastain <mec@shout.net>
8730
8731 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8732
8733 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8734
8735 * gdbserver/linux-s390-low.c: New file.
8736 * regformats/reg-s390.dat: New file.
8737 * regformats/reg-s390x.dat: New file.
8738 * gdbserver/configure.srv: Add S/390.
8739 * gdbserver/Makefile.in: Add S/390.
8740 * configure.tgt: Enable gdbserver for S/390.
8741
8742 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8743
8744 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8745 first line of the doc string for "info dos", except at the end of
8746 the sentence, since the short help stops at the first period.
8747
8748 2002-02-28 Jason Merrill <jason@redhat.com>
8749
8750 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8751
8752 2002-02-27 Fred Fish <fnf@redhat.com>
8753
8754 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8755 comment (dumy -> dummy).
8756
8757 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8758
8759 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8760
8761 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8762
8763 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8764
8765 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8766
8767 * gdbserver/acconfig.h: New file.
8768 * gdbserver/i387-fp.c: New file.
8769 * gdbserver/i387-fp.h: New file.
8770 * gdbserver/linux-x86-64.c: New file.
8771 * regformats/reg-x86-64.dat: New file.
8772 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8773 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8774 * gdbserver/configure.in: Add support for regsets.
8775 * gdbserver/config.in: Regenerate.
8776 * gdbserver/configure: Regenerate.
8777 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8778 * gdbserver/linux-low.h: New file.
8779 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8780 for regsets.
8781 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8782 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8783 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8784 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8785 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8786 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8787 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8788 "i387-fp.h". Add PTRACE_GETREGS and friends.
8789 * gdbserver/regcache.c (supply_register): New function.
8790 (supply_register_by_name): New function.
8791 (collect_register): New function.
8792 (collect_register_by_name): New function.
8793
8794 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8795
8796 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8797 (config.status): Add configure.srv dependency.
8798 (server_h): Add config.h dependency.
8799
8800 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8801
8802 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8803 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8804 * gdbserver/configure.srv: Change i386-*-linux* to use
8805 reg-i386-linux.o.
8806
8807 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8808
8809 * x86-64-tdep.c: Re-indent. Update copyright date.
8810
8811 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8812
8813 From Michal Ludvig <mludvig@suse.cz>:
8814 * x86-64-tdep.c (value.h): Delete.
8815 (gdb_assert.h): Include.
8816 (x86_64_register_convert_to_virtual,
8817 x86_64_register_convert_to_raw ): Add check which lets only
8818 floating-point values to be converted.
8819 (value_push): Delete.
8820 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8821 (i386_gdbarch_init): Number of register_bytes fixed.
8822
8823 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8824
8825 * MAINTAINERS: Add x86-64 target.
8826
8827 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8828
8829 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8830 * osfsolib.c (solib_map_sections): Ditto.
8831 * irix5-nat.c (solib_map_sections): Ditto.
8832 * corelow.c (gdb_check_format): Ditto.
8833 * symfile.c (symfile_bfd_open): Ditto.
8834 * solib.c (solib_map_sections): Ditto.
8835 Fix PR gdb/354.
8836
8837 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8838
8839 * remote.c (_initialize_remote): By default, disable ``e'' and
8840 ``E'' step out-of-range packets.
8841
8842 2002-02-26 Andreas Schwab <schwab@suse.de>
8843
8844 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8845 m68k_linux_frame_saved_pc.
8846 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8847 in_sigtramp.
8848 (SIGCONTEXT_PC_OFFSET): Remove.
8849 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8850 m68k_linux_sigtramp_saved_pc): New functions.
8851 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8852 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8853 (UCONTEXT_PC_OFFSET): Define.
8854 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8855 non-RT and RT signal trampolines.
8856
8857 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8858
8859 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8860 (TARGET_NBPG, STACK_END_ADDR): Delete
8861 (VARIABLES_INSIDE_BLOCK): Delete.
8862
8863 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8864
8865 * utils.c (perror_with_name): Make string parameter constant.
8866 (print_sys_errmsg): Ditto.
8867 (query): Ditto.
8868 * defs.h (perror_with_name): Update.
8869 (print_sys_errmsg): Update.
8870 (query): Update.
8871
8872 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8873
8874 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8875 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8876
8877 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8878
8879 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8880 if it already matches the current architecture from the exec file.
8881 Include arch-utils.h for gdbarch_info_init prototype.
8882 * Makefile.in (rs6000-nat.o): Update dependencies.
8883
8884 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8885
8886 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8887 list of exported variables.
8888
8889 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8890
8891 * gdbserver/configure.srv: New file.
8892 * gdbserver/configure.in: Use configure.srv instead
8893 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8894 from it.
8895 * gdbserver/configure: Regenerated.
8896 * gdbserver/terminal.h: New file.
8897 * gdbserver/Makefile.in: Update for configure changes. Remove
8898 more unneeded include paths.
8899
8900 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8901
8902 From wiz at danbala:
8903 * config/sparc/tm-sp64.h: Fix grammar and typos.
8904 Fix PR gdb/287.
8905
8906 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8907
8908 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8909 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8910 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8911 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8912 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8913 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8914 * s390-tdep.c: Ditto.
8915 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8916 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8917 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8918 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8919 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8920 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8921 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8922 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8923 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8924 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8925 Fix PR gdb/378.
8926
8927 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8928
8929 * lin-thread.c: Delete file.
8930 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8931 to gdb_proc_service.h.
8932 * configure: Re-generate.
8933
8934 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8935 * serial.c (serial_open): Delete check for "ocd".
8936 Fix PR gdb/349.
8937
8938 * Makefile.in (linux-thread.o): Delete target.
8939 * linux-thread.c: Delete file.
8940
8941 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8942 renamed SH files to be consistent.
8943
8944 * symtab.c (sort_search_symbols): Use xfree.
8945
8946 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8947
8948 * arm-linux-tdep.c (arm_linux_init_abi): Register
8949 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8950 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8951 definition with undef, since we don't want the sysvr4 definition.
8952 (SKIP_TRAMPOLINE_CODE): Likewise.
8953
8954 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8955
8956 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8957
8958 * configure.in: (AC_CHECK_FUNCS) Added test for
8959 canonicalize_file_name Regenerated.
8960 * config.in, configure: Regenerated.
8961 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8962 defined use canonicalize_file_name.
8963
8964 2002-02-23 Michael Chastain <mec@shout.net>
8965
8966 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8967
8968 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8969
8970 * README: Remove references to cygnus.com.
8971 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8972 dot com'' form. Remove references to cygnus.com and sourceware.
8973
8974 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8975
8976 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8977 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8978 1003.1-2001 no longer allows "head -1".
8979 * gdb/Makefile.in (version.c): Likewise.
8980 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8981 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8982 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8983
8984 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8985
8986 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8987 * command.h (cmd_cfunc_eq): Declare.
8988 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8989
8990 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8991 ``struct cmd_list_element *''.
8992 * cli/cli-cmds.c (is_complete_command): Update. Use
8993 cmd_cfunc_eq.
8994 * top.c (execute_command): Pass the command to
8995 is_complete_command.
8996 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8997
8998 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8999
9000 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9001 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9002 architecture defines.
9003 * s390-tdep.c (s390_gdbarch_init): Likewise.
9004
9005 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9006
9007 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9008 (arm_linux_push_arguments): Likewise.
9009 (arm_linux_init_abi): Register them. Also register linux-specific
9010 call_dummy_words.
9011 (find_minsym_and_objfile): Use strcmp, not STREQ.
9012 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9013 (arm_linux_call_dummy_words): Delete declaration.
9014 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9015 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9016 declarations.
9017 (LOWEST_PC): Delete.
9018
9019 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9020
9021 * maint.c (print_section_info): Do not prepend `0x' to filepos
9022 output, it will be handled by local_hex_string_custom.
9023
9024 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9025
9026 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9027 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9028 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9029
9030 2002-02-22 Jim Blandy <jimb@redhat.com>
9031
9032 Indicate that the bcache functions don't change the strings
9033 they're passed.
9034 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9035 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9036
9037 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9038
9039 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9040
9041 2002-02-21 Christopher Faylor <cgf@redhat.com>
9042
9043 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9044 find the complete path to a loaded DLL.
9045
9046 2002-02-21 Fred Fish <fnf@redhat.com>
9047
9048 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9049 that marks the end of the range of a function, enter a line number
9050 entry that has a line number of zero and a PC offset that matches
9051 the end of the function. This starts a range of PC's for which no
9052 line number information is known.
9053 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9054 PC's for which no line number info is found (line number is zero)
9055 then we didn't find any valid line information.
9056 * symtab.h: Document use of zero line number entry.
9057
9058 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9059
9060 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9061 (have_ptrace_getvrregs): Define for run time checks.
9062 (gdb_vrregset_t): New type for Altivec register handling.
9063 (fetch_register, store_register): Fetch/store altivec register
9064 when needed.
9065 (fetch_altivec_register, store_altivec_register): New functions.
9066 (supply_vrregset, fill_vrregset): New functions.
9067 (fetch_altivec_registers, store_altivec_registers): New functions.
9068 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9069 registers as well.
9070
9071 2002-02-21 Jiri Smid <smid@suse.cz>
9072
9073 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9074
9075 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9076
9077 * Makefile.in (armnbsd-nat.o): Update dependencies.
9078 * armnbsd-nat.c (supply_gregset): New function. Common code to
9079 supply the integer register set.
9080 (supply_fparegset): New function. Similar for FPA registers.
9081 (fetch_regs, fetch_fp_regs): Use them.
9082 (fetch_core_registers): Likewise.
9083 (fetch_elfcore_registers): New function.
9084 (arm_netbsd_elfcore_fns): New core-file type specification.
9085 (_initialize_arm_netbsd_nat): Register it.
9086
9087 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9088
9089 * armnbsd-nat.c: Include gdbcore.h.
9090 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9091 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9092 'void' to declaration, to shut up ARI.
9093 (fetch_core_registers): Make static. Rewrite using supply_register.
9094 (arm_netbsd_core_fns): New core-file type specification.
9095 (_initialize_arm_netbsd_nat): New function.
9096
9097 2002-02-21 Christopher Faylor <cgf@redhat.com>
9098
9099 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9100 value.
9101
9102 2002-02-20 Christopher Faylor <cgf@redhat.com>
9103
9104 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9105 fails.
9106
9107 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9108
9109 * jv-exp.y (parse_number): Change type of implicit longs
9110 to builtin_type_uint64.
9111
9112 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9113
9114 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9115 to be an integer instead of a `union wait'.
9116
9117 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9118
9119 * mips-linux-nat.c: Call the operating system GNU/Linux.
9120 * mips-linux-tdep.c: Likewise.
9121 * mips-tdep.c: Likewise.
9122
9123 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9124
9125 Fix PR gdb/265.
9126 * jv-exp.y (parse_number): Handle 64-bit integers.
9127
9128 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9129
9130 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9131 AC_STDC_HEADERS to AC_HEADER_STDC.
9132 * gdbserver/configure: Regenerated.
9133
9134 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9135
9136 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9137 is defined.
9138 * sparc-tdep.c (get_longjmp_target): Likewise.
9139
9140 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9141
9142 * News: Add news about ARM and Multi-arch. Mention the new target
9143 arm*-*-netbsd*.
9144
9145 2002-02-19 Jim Blandy <jimb@redhat.com>
9146
9147 * stabsread.c (error_type_complaint): Improve error message.
9148
9149 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9150
9151 * gdbserver/README: Update documentation.
9152 * gdbserver/configure.in: Update configury to match documentation.
9153 * gdbserver/Makefile.in: Likewise.
9154 * gdbserver/configure: Regenerated.
9155 * gdbserver/aclocal.m4: New file, generated by aclocal.
9156 * gdbserver/config.in: New file, generated by autoheader.
9157
9158 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9159
9160 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9161 armnbsd-nat.c.
9162
9163 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9164
9165 * arm-tdep.h (enum arm_float_model): New enum.
9166 (struct gdbarch_tdep): Add fp_model.
9167 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9168 up floating-point conversions until we know the floating-point model
9169 in use by the inferior. Don't complain about being unable to
9170 determine the ABI of the inferior when we don't have one.
9171 (arm_extract_return_value): Support different floating-point models.
9172 (arm_store_return_value): Likewise.
9173 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9174 ARM_FLOAT_SOFT.
9175 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9176
9177 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9178
9179 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9180 of ``current_gdbarch''.
9181
9182 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9183
9184 * armnbsd-nat.c : ANSIfy all function declarations.
9185 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9186 (fetch_inferior_registers): Re-implement in terms of above.
9187 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9188 (store_inferior_registers): Re-implement in terms of above.
9189
9190 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9191
9192 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9193 kernel.
9194 * arm-linux-tdep.c: Likewise.
9195 * config/arm/tm-linux.h: Likewise.
9196
9197 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9198
9199 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9200 * config/arm/nbsd.mt (TM_FILE): Delete.
9201 * config/arm/tm-nbsd.h: Delete.
9202
9203 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9204
9205 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9206 Initialize CALL_DUMMY_LENGTH.
9207
9208 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9209
9210 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9211 function.
9212 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9213 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9214 defines one thing and that is incorrect for this port.
9215 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9216
9217 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9218
9219 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9220
9221 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9222
9223 * win32-nat.c (display_selector): New function. Displays information
9224 about the information returned by GetThreadSelectorEntry API function.
9225 (display_selectors): New function. Displays the infomation of
9226 the selector given as argument, or of CS, DS ans FS selectors
9227 if no argument is given.
9228 ( _initialize_inftarg): Add "w32" as info prefix command.
9229 Add "info w32 selector" as command calling display_selectors.
9230
9231 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9232
9233 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9234 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9235 if not defined.
9236
9237 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9238
9239 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9240
9241 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9242
9243 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9244 (arm_fix_call_dummy): Call it.
9245 (arm_call_dummy_breakpoint_offset): Delete.
9246 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9247 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9248
9249 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9250
9251 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9252 Default to func_frame_chain_valid.
9253 * gdbarch.h, gdbarch.c: Re-generate.
9254 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9255
9256 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9257
9258 * ppc-linux-nat.c: Update copyright.
9259 (fetch_register, store_register): Add tid parameter, don't compute
9260 tid here.
9261 (fetch_ppc_registers, store_ppc_registers): Add tid
9262 parameter. Pass it along to callees.
9263 (fetch_inferior_registers, store_inferior_registers): Compute tid
9264 here, and pass it to calleed functions.
9265 (fill_gregset, supply_fpregset): Clean up formatting.
9266
9267 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9268
9269 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9270 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9271
9272 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9273
9274 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9275 * gdbarch.c gdbarch.h: Regenerate.
9276 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9277 function.
9278 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9279 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9280 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9281
9282 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9283 * arm-tdep.c (arm_get_longjmp_target): New function.
9284 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9285 this to a positive value register arm_get_longjmp_target as the
9286 longjmp handler.
9287 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9288 (arm_linux_init_abi): Set up longjmp description in tdep.
9289 * armnbsd-nat.c (get_longjmp_target): Delete.
9290 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9291 description in tdep.
9292 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9293 (get_longjmp_target): Delete declaration.
9294 (GET_LONGJMP_TARGET): Delete.
9295 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9296 (GET_LONGJMP_TARGET): Delete.
9297
9298 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9299
9300 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9301 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9302 of ``current_gdbarch''.
9303
9304 2002-02-17 Tom Tromey <tromey@redhat.com>
9305
9306 * cli/cli-cmds.c (compare_strings): New function.
9307 (complete_command): Only print each unique item once.
9308 * completer.h (complete_line): Declare.
9309 * completer.c (complete_line): New function.
9310 (line_completion_function): Use it.
9311
9312 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9313
9314 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9315 * gdbarch.h, gdbarch.c: Re-generate.
9316
9317 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9318
9319 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9320
9321 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9322
9323 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9324 * valops.c (value_arg_coerce): Don't take the address of a reference
9325 to convert an argument to a reference.
9326
9327 2002-02-15 Christopher Faylor <cgf@redhat.com>
9328
9329 * win32-nat.c (get_image_name): New function.
9330 (handle_load_dll): Use get_image_name function.
9331 (get_child_debug_event): Avoid registering debug events until possibly
9332 execed process is started.
9333 (child_create_inferior): Allow invocation via shell so that command
9334 line redirection, etc. works ok.
9335 (_initialize_inftarg): Add new command: "set shell" to control whether
9336 a shell is used to start a process.
9337
9338 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9339
9340 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9341 instead of find_register_by_number.
9342 (cannot_store_register): Likewise.
9343
9344 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9345
9346 * dwarf2read.c: Replace fprintf (stderr, ...) by
9347 fprintf_unfiltered (gdb_stderr, ...).
9348
9349 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9350
9351 * gdbserver/gdbserver.1: Document --attach.
9352
9353 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9354
9355 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9356 descriptions.
9357 * arm-tdep.c (arm_default_arm_le_breakpoint)
9358 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9359 (arm_default_thumb_be_breakpoint): New. Initialize them from
9360 traditional breakpoint defines.
9361 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9362 (arm_gdbarch_init): Initialize new breakpoint variables.
9363 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9364 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9365 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9366 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9367 code out to ...
9368 (arm_netbsd_init_abi_common): ... here; new function.
9369 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9370 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9371 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9372 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9373
9374 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9375
9376 * arm-tdep.h (enum arm_abi): New enum.
9377 (struct gdbarch_tdep): New structure.
9378 (LOWEST_PC): Provide a default.
9379 (arm_gdbarch_register_os_abi): Declare new function.
9380 * arm-tdep.c (arm_abi_names): New array.
9381 (process_note_abi_tag_sections): New function.
9382 (get_elfosabi): New function.
9383 (arm_gdbarch_register_os_abi): New function.
9384 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9385 support for that ABI has been built in, then call the appropriate
9386 configuration routine. Use gdbarch_num_regs() to get the number
9387 of registers.
9388 (arm_dump_tdep): New function.
9389 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9390 place-holder functions.
9391 (_initialize_arm_tdep): Register them.
9392 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9393
9394 * armnbsd-tdep.c: New file.
9395 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9396 * config/arm/nbsd.mt (TDEPFILES): Add it.
9397 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9398
9399 * armnbsd-nat.c: Include regcache.h.
9400 * Makefile.in (armnbsd-nat.o): Update dependency list.
9401
9402 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9403
9404 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * gdbserver/Makefile.in: Fix typos in target rules.
9407
9408 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9409
9410 Fix part of PR gdb/267.
9411 * linespec.c (find_methods): Handle constructors specially for now.
9412
9413 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9414
9415 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9416 handling.
9417 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9418 standard_coerce_float_to_double().
9419
9420 2002-02-14 Christopher Faylor <cgf@redhat.com>
9421
9422 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9423 GDBINIT_FILENAME.
9424
9425 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9426
9427 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9428 find_variant_by_name, because it confuses the multiarch
9429 framework. Return NULL if there isn't an architecture with the
9430 user supplied name, instead of forcing a different one without
9431 recording the change with the multiarch machinery.
9432 (find_variant_by_name): Delete.
9433
9434 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9435
9436 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9437 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9438
9439 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9440
9441 * stack.c (print_frame_info_base): When calling
9442 print_frame_info_listing_hook, set current_source_symtab.
9443
9444 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9445
9446 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9447 and remove unused $(INCLUDE_DIR).
9448 Add regcache.c to OBS.
9449 Add generated register protocol files to clean target.
9450 Update dependencies for new objects, obsolete old target code.
9451
9452 * gdbserver/linux-low.c: Remove all platform-specific code to
9453 new files. Remove various dead code. Update to use regcache
9454 functionality.
9455 * gdbserver/remote-utils.c (fromhex): Add return statement
9456 to quiet warning.
9457 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9458 constant.
9459 (input_interrupt): Add integer parameter to match prototype
9460 of a signal handler.
9461 (outreg): Use register_data ().
9462 (prepare_resume_reply): Use gdbserver_expedite_regs.
9463 * gdbserver/server.c (main): Dynamically allocate own_buf because
9464 PBUFSIZ is no longer constant. Use registers_to_string () and
9465 registers_from_string ().
9466 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9467 for error (), fatal (), and warning (). Update definition of
9468 PBUFSIZ to use regcache functionality. Add include guard.
9469 * gdbserver/utils.c (fatal): Add missing ``const''.
9470 (warning): New function.
9471
9472 * regformats/regdat.sh: Include "regcache.h" in generated files.
9473 Provide init_registers () function.
9474 * regformats/regdef.h: Add prototype for set_register_cache ().
9475 Add include guard.
9476
9477 * gdbserver/linux-arm-low.c: New file.
9478 * gdbserver/linux-i386-low.c: New file.
9479 * gdbserver/linux-ia64-low.c: New file.
9480 * gdbserver/linux-m68k-low.c: New file.
9481 * gdbserver/linux-mips-low.c: New file.
9482 * gdbserver/linux-ppc-low.c: New file.
9483 * gdbserver/linux-sh-low.c: New file.
9484
9485 * gdbserver/regcache.c: New file.
9486 * gdbserver/regcache.h: New file.
9487
9488 * gdbserver/low-linux.c: Removed obsolete file.
9489
9490 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9491
9492 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9493 * config/i386/linux.mt: Likewise.
9494 * config/ia64/linux.mt: Likewise.
9495 * config/m68k/linux.mh: Likewise.
9496 * config/powerpc/linux.mh: Likewise.
9497 * config/mips/linux.mt: Likewise.
9498
9499 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9500
9501 * config/i386/i386lynx.mh: Mark gdbserver variables
9502 as (currently) obsolete for this target.
9503 * config/i386/nbsd.mt: Likewise.
9504 * config/i386/nbsdelf.mt: Likewise.
9505 * config/m32r/m32r.mt: Likewise.
9506 * config/m68k/m68klynx.mh: Likewise.
9507 * config/m68k/nbsd.mt: Likewise.
9508 * config/m68k/sun3os4.mh: Likewise.
9509 * config/mips/vr5000.mt: Likewise.
9510 * config/ns32k/nbsd.mt: Likewise.
9511 * config/pa/hppabsd.mh: Likewise.
9512 * config/pa/hppaosf.mh: Likewise.
9513 * config/powerpc/nbsd.mt: Likewise.
9514 * config/rs6000/rs6000lynx.mh: Likewise.
9515 * config/s390/s390.mt: Likewise.
9516 * config/s390/s390x.mt: Likewise.
9517 * config/sparc/sparclynx.mh: Likewise.
9518 * config/sparc/sun4os4.mh: Likewise.
9519 * config/i386/x86-64linux.mt: Likewise.
9520 * config/sparc/linux.mh: Likewise.
9521
9522 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * configure.tgt: Configure gdbserver only for known working
9525 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9526 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9527 SUBDIRS if it is configured. Update comment for ${nativefile}.
9528 * configure: Regenerated.
9529
9530 2002-02-13 Michael Snyder <msnyder@redhat.com>
9531
9532 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9533
9534 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9535 (default_gcore_mach): Just return 0, work around a problem in bfd.
9536 (default_gcore_target): OK to return NULL if exec_bfd is null.
9537 (make_mem_sec): Use a cast, avoid a warning.
9538
9539 * procfs.c (find_memory_regions_callback): Use a cast instead of
9540 calling host_pointer_to_address (which complains if
9541 sizeof (host pointer) != sizeof (target pointer)).
9542 (procfs_make_note_section): Avoid overflow in psargs string.
9543
9544 * procfs.c (procfs_make_note_section): Make the default
9545 implementation return an error.
9546
9547 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9548
9549 * procfs.c (procfs_make_note_section): Provide a default definition
9550 (for alpha-dec-osf4.0f). Fix typos.
9551
9552 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9553
9554 * linux-proc.c: Add include of regcache.h.
9555 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9556
9557 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9558
9559 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9560 * memattr.c (create_mem_region): Disallow useless empty region.
9561 Regions are half-open intervals, so allow [A..B) [B..C) as
9562 non-overlapping.
9563
9564 2002-02-13 Michael Chastain <mec@shout.net>
9565
9566 * defs.h: Kill CONST_PTR.
9567 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9568 * c-lang.c (c_builtin_types): Likewise.
9569 * ch-lang.c (ch_builtin_types): Likewise.
9570 * f-lang.c (f_builtin_types): Likewise.
9571 * language.c (unknown_builtin_types): Likewise.
9572 * m2-lang.c (m2_builtin_types): Likewise.
9573 * p-lang.c (pascal_builtin_types): Likewise.
9574 * scm-lang.c (c_builtin_types): Likewise.
9575
9576 2002-02-13 Keith Seitz <keiths@redhat.com>
9577
9578 * arm-tdep.h (arm_get_next_pc): Add declaration.
9579
9580 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9581
9582 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9583 with other related struct-returning functions.
9584 (arm_extract_struct_value_address): New function.
9585 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9586 initialize float_format, double_format and long_double_format as
9587 appropriate to the endianness of the target.
9588 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9589 (arm_use_struct_convention): Delete declaration.
9590 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9591
9592 2002-02-13 Keith Seitz <keiths@redhat.com>
9593
9594 * defs.h (core_addr_to_string_nz): New function.
9595
9596 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9597
9598 Apply missing bits of 2002-01-15 patch.
9599 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9600 (fill_fpregset): Use i387_fill_fsave.
9601
9602 2002-02-12 Keith Seitz <keiths@redhat.com>
9603
9604 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9605 (core_addr_to_string_nz): New function.
9606
9607 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9608
9609 * arm-linux-nat.c: Really include arm-tdep.h.
9610 * config/arm/tm-linux.h (struct type, struct value): Declare.
9611
9612 2002-02-11 Michael Snyder <msnyder@redhat.com>
9613
9614 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9615 (gcore section): Ifdef for Solaris and Unixware only.
9616 (procfs_do_thread_registers): Unixware needs one lwpstatus
9617 per thread (not one prstatus or pstatus).
9618 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9619 not over all gdb threads. For unixware, call elfcore_write_pstatus
9620 once before iterating over threads.
9621
9622 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9623
9624 * arm-tdep.h: New file.
9625 * arm-tdep.c: Include arm-tdep.h.
9626 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9627 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9628 (arm_print_float_info, arm_register_type, convert_to_extended)
9629 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9630 (arm_extract_return_value, arm_register_name): Make static.
9631 (arm_software_single_step): Similarly. Fix types in declaration.
9632 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9633 (arm_store_return_value, arm_store_struct_return): New functions.
9634 (arm_gdbarch_init): Register the above functions. Also register
9635 call_dummy_start_offset, sizeof_call_dummy_words,
9636 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9637 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9638 max_register_virtual_size, register_size. Set up
9639 prologue_cache.saved_regs here, rather than ...
9640 (_initialize_arm_tdep): ... here.
9641 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9642 declarations.
9643 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9644 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9645 (arm_print_float_info, arm_register_type, convert_to_extended)
9646 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9647 (arm_extract_return_value, arm_register_name): Delete declarations.
9648 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9649 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9650 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9651 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9652 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9653 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9654 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9655 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9656 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9657 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9658 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9659 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9660 interface.
9661 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9662 * remote-rdi.c remote-rdp.c: Likewise.
9663 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9664 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9665 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9666 definition.
9667
9668 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9669 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9670 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9671 from non-ARM_ prefixed definitions.
9672 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9673 all uses of above.
9674 * remote-rdi.c remote-rdp.c: Likewise.
9675 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9676
9677 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9678
9679 * arm-tdep.c (arm_frameless_function_invocation)
9680 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9681 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9682 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9683 (arm_pop_frame, arm_get_next_pc): Make static.
9684 (arm_gdbarch_init): Register above in gdbarch structure.
9685 (arm_read_fp): Renamed from arm_target_read_fp.
9686 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9687 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9688 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9689 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9690 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9691 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9692 (arm_pc_is_thumb_dummy): Delete declarations.
9693 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9694 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9695 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9696 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9697
9698 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9699
9700 * symtab.c (compare_search_syms): New function.
9701 (sort_search_symbols): New function.
9702 (search_symbols): Sort symbols after searching rather than
9703 before.
9704
9705 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9706
9707 * NEWS: Linux -> GNU/Linux.
9708
9709 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9710
9711 * gdbarch.sh: For for level one methods, disallow a definition
9712 when partially multi-arched. Add comments explaining rationale.
9713 * gdbarch.h: Re-generate.
9714
9715 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9716
9717 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9718 multi-arch partial.
9719
9720 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9721
9722 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9723 field. Use diff -u.
9724 * gdbarch.c: Re-generate.
9725
9726 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9727
9728 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9729 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9730 partial.
9731
9732 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9733
9734 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9735 multi-arch partial.
9736 (PUSH_ARGUMENTS): Switch to using predefault.
9737 * gdbarch.c: Regenerate.
9738
9739 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9740
9741 * valops.c (PUSH_ARGUMENTS): Delete definition.
9742 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9743 partial. Default to default_push_arguments.
9744 * gdbarch.h, gdbarch.c: Regenerate.
9745
9746 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9747
9748 * defs.h (throw_exception): Rename return_to_top_level. Update
9749 comments.
9750 * utils.c (error_stream, internal_verror, quit): Ditto.
9751 * top.c (throw_exception, catcher): Ditto.
9752 * sparclet-rom.c (sparclet_load): Ditto.
9753 * remote.c (interrupt_query, minitelnet): Ditto.
9754 * remote-sds.c (interrupt_query): Ditto.
9755 * remote-mips.c (mips_error, mips_kill): Ditto.
9756 * ocd.c (interrupt_query): Ditto.
9757 * monitor.c (monitor_interrupt_query): Ditto.
9758 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9759 * target.h: Update comment.
9760
9761 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9762
9763 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9766 default_double_format.
9767 * gdbarch.h, gdbarch.c: Re-generate.
9768 * findvar.c (floatformat_unknown): Delete variable definition.
9769 * doublest.h (floatformat_unknown): Delete variable declaration.
9770
9771 2002-02-09 Jim Blandy <jimb@redhat.com>
9772
9773 * stabsread.c (read_type): Add code to parse Sun's syntax for
9774 prototyped function types.
9775
9776 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9777
9778 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9779 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9780
9781 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9782
9783 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9784 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9785 now _initialize_xcoffsolib gets called again and overrides the
9786 commands from solib.c in a native configuration.
9787
9788 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9789
9790 * doublest.c (store_typed_floating): Don't try to return a value.
9791 Fixes PR gdb/290.
9792
9793 2002-02-08 Jim Blandy <jimb@redhat.com>
9794
9795 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9796 is prototyped and has no arguments, print its argument list as
9797 `(void)'.
9798
9799 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9800
9801 * MAINTAINERS (write-after-approval): Add myself.
9802 (paper-trail): I've escaped!
9803
9804 2002-02-08 Christopher Faylor <cgf@redhat.com>
9805
9806 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9807 changes.
9808 (_initialize_check_for_gdb_ini): Ditto.
9809
9810 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9811
9812 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9813 xaprintf -> xasprintf.
9814
9815 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9816
9817 * win32-nat.c: Remove use of printf and sprintf functions.
9818
9819 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9820
9821 * arm-tdep.c (arm_frame_chain_valid): Make static.
9822 (arm_push_arguments): Likewise.
9823 (arm_gdbarch_init): New function.
9824 (_initialize_arm_tdep): Call it.
9825 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9826 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9827 (FRAME_CHAIN_VALID): Delete.
9828 (arm_frame_chain_valid): Delete declaration.
9829 (PUSH_ARGUMENTS): Delete.
9830 (arm_push_arguments): Delete declaration.
9831 (CALL_DUMMY_P): Delete.
9832
9833 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9834 Corinna Vinschen <vinschen@redhat.com>
9835
9836 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9837 on builtin float types.
9838
9839 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9840
9841 * utils.c: Include <curses.h> before "bfd.h".
9842 * tui/tui-hooks.c: Likewise.
9843 * tui/tui.c: Likewise.
9844 * tui/tuiCommand.c: Likewise.
9845 * tui/tuiData.c: Likewise.
9846 * tui/tuiDataWin.c: Likewise.
9847 * tui/tuiDisassem.c: Likewise.
9848 * tui/tuiGeneralWin.c: Likewise.
9849 * tui/tuiIO.c: Likewise.
9850 * tui/tuiLayout.c: Likewise.
9851 * tui/tuiRegs.c: Likewise.
9852 * tui/tuiSource.c: Likewise.
9853 * tui/tuiSourceWin.c: Likewise.
9854 * tui/tuiStack.c: Likewise.
9855 * tui/tuiWin.c: Likewise.
9856
9857 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9858
9859 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9860 to include space for pseudoregs as well. Update loops accordingly.
9861 (sh_fp_frame_init_saved_regs): Ditto.
9862 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9863
9864 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9865
9866 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9867 Add Richard Earnshaw to Arm maintainers.
9868
9869 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9870
9871 * defs.h (warning_begin): Delete declaration.
9872
9873 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9874 Delete macro.
9875
9876 2002-02-07 Michael Snyder <msnyder@redhat.com>
9877
9878 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9879 Logic bug, remove misplaced else.
9880
9881 2002-02-07 Klee Dienes <klee@apple.com>
9882
9883 * fork-inferior.c (fork_inferior): Add '!' to the list of
9884 characters that need to be quoted when building a string for the
9885 shell. Quote '!' specifically with a backslash, since CSH chokes
9886 when trying to evaluate "str!str".
9887
9888 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9889
9890 * rdi-share/host.h: Only provide a typedef for bool if it is not
9891 defined.
9892
9893 2002-02-04 Michael Snyder <msnyder@redhat.com>
9894
9895 * breakpoint.h (enum bptype): Add new overlay event bp type.
9896 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9897
9898 * breakpoint.c (create_internal_breakpoint): New function.
9899 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9900 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9901 (create_thread_event_breakpoint): Ditto.
9902 (create_solib_event_breakpoint): Ditto.
9903 (create_overlay_event_breakpoint): New function.
9904 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9905 (update_breakpoints_after_exec): Delete and re-initialize
9906 overlay event breakpoints after an exec. Add FIXME comment
9907 about longjmp breakpoint.
9908 (print_it_typical): Ignore overlay event breakpoints.
9909 (print_one_breakpoint): Ditto.
9910 (mention): Ditto.
9911 (bpstat_what): Do not stop for overlay event breakpoints.
9912 (delete_breakpoint): Don't delete overlay event breakpoints.
9913 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9914 (breakpoint_re_set): Re-create overlay event breakpoint.
9915
9916 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9917 (overlay_manual_command): Disable overlay breakpoints.
9918 (overlay_off_command): Disable overlay breakpoints.
9919
9920 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9921
9922 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9923 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9924 to here from config/tm-arm.h.
9925 (coff_sym_is_thumb): Make static.
9926 (arm_elf_make_msymbol_special): New function.
9927 (arm_coff_make_msymbol_special): New function.
9928 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9929 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9930 (coff_sym_is_thumb): Delete declaration.
9931 (arm_elf_make_msymbol_special): Declare.
9932 (arm_coff_make_msymbol_special): Declare.
9933 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9934 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9935
9936 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9937
9938 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9939
9940 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9941
9942 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9943 * gdbarch.c gdbarch.h: Regenerate.
9944 * arch-utils.c (default_print_float_info): New function.
9945 * arch-utils.h (default_print_float_info): Prototype it.
9946 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9947 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9948 (PRINT_FLOAT_INFO): Document it.
9949
9950 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9951 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9952 (PRINT_FLOAT_INFO): Define.
9953
9954 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9955
9956 * win32-nat.c (_initialize_check_for_gdb_ini):
9957 Add typecast to sprintf argument to suppress a warning.
9958
9959 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9960
9961 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9962 to allow easier handling of pass state.
9963 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9964 that gives exception name and address.
9965 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9966 and set last_sig value to ourstatus->value.sig. Some missing
9967 exceptions added.
9968 (child_continue): Correctly report continue_status.
9969 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9970 TARGET_SIGNAL_0 (new default value).
9971 (child_resume): consider sig argument passed to decide if
9972 the exception should be passed to debuggee or not.
9973
9974 2002-02-05 Michael Snyder <msnyder@redhat.com>
9975
9976 * regcache.c (fetch_register): Call target_fetch_register
9977 only if we don't call FETCH_PSEUDO_REGISTER.
9978 (store_register): Call target_store_register only if we
9979 don't call STORE_PSEUDO_REGISTER.
9980
9981 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9982
9983 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9984 ELF_MAKE_MSYMBOL_SPECIAL.
9985 * gdbarch.c, gdbarch.h: Regenerate.
9986 * arch-utils.c (default_make_msymbol_special): New function.
9987 * arch-utils.h (default_make_msymbol_special): Export.
9988 * elfread.c (elf_symtab_read): Compile use of
9989 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9990 multiarched.
9991 * coffread.c (coff_symtab_read): Ditto, for
9992 COFF_MAKE_MSYMBOL_SPECIAL.
9993
9994 2002-02-05 Jim Blandy <jimb@redhat.com>
9995
9996 * solib-svr4.c (svr4_truncate_ptr): New function.
9997 (svr4_relocate_section_addresses): Do the address arithmetic with
9998 the appropriate truncation for target addresses, even when
9999 CORE_ADDR is larger than a target address.
10000
10001 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10002
10003 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10004 to (int *).
10005
10006 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10007
10008 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10009 code.
10010
10011 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10012
10013 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10014
10015 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10016
10017 * gdbserver/linux-low.c: Remove unused include files.
10018
10019 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10020
10021 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10022 (read_inferior_memory): Use it.
10023 (write_inferior_memory): Likewise.
10024
10025 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10028 grubbing through sys_errlist.
10029
10030 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10031
10032 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10033
10034 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10035 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10036
10037 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10038
10039 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10040 (do_sfunc, set_cmd_sfunc): New functions.
10041
10042 * command.h (struct cmd_list_element): Add field func.
10043 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10044 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10045 * cli/cli-decode.h: Ditto.
10046
10047 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10048 (help_all, help_cmd_list): Ditto.
10049 (find_cmd, complete_on_cmdlist): Ditto.
10050 * top.c (execute_command): Ditto.
10051
10052 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10053 function.sfunc.
10054
10055 * infcmd.c (notice_args_read): Fix function signature.
10056
10057 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10058 * cli/cli-decode.c (add_set_cmd): Ditto.
10059 * utils.c (initialize_utils): Ditto.
10060 * maint.c (_initialize_maint_cmds): Ditto.
10061 * infrun.c (_initialize_infrun): Ditto.
10062 * demangle.c (_initialize_demangler): Ditto.
10063 * remote.c (add_packet_config_cmd): Ditto.
10064 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10065 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10066 * proc-api.c (_initialize_proc_api): Ditto.
10067 * kod.c (_initialize_kod): Ditto.
10068 * valprint.c (_initialize_valprint): Ditto.
10069 * top.c (init_main): Ditto.
10070 * infcmd.c (_initialize_infcmd): Ditto.
10071 * corefile.c (_initialize_core): Ditto.
10072 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10073 * arch-utils.c (initialize_current_architecture): Ditto.
10074 (_initialize_gdbarch_utils): Ditto.
10075 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10076
10077 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10078 * wince.c (_initialize_inftarg): Ditto.
10079 * symfile.c (_initialize_symfile): Ditto.
10080 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10081 * language.c (_initialize_language): Ditto.
10082 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10083
10084 2002-02-04 Michael Snyder <msnyder@redhat.com>
10085
10086 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10087
10088 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10089
10090 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10091 Add rules for building the register data files.
10092
10093 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10094
10095 * regformats/regdat.sh: Add braces to the definition of
10096 expedite_regs_${arch}.
10097
10098 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10099
10100 * regformats/regdef.h (struct reg): Add comment describing the
10101 requirements for offset and size fields.
10102
10103 2002-02-04 Andreas Schwab <schwab@suse.de>
10104
10105 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10106 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10107
10108 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10109
10110 * gdbarch.sh (copyright): Update years in generated header.
10111 (SMASH_TEXT_ADDRESS): Add rule.
10112 * gdbarch.h, gdbarch.c: Re-generate.
10113 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10114 * dbxread.c: Likewise.
10115 * dwarfread.c: Likewise.
10116 * elfread.c: Likewise.
10117 * somread.c: Likewise.
10118
10119 * arm-tdep.c (arm_smash_text_address): New function.
10120 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10121
10122 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10123
10124 Add support for hardware watchpoints on win32 native.
10125 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10126 CONTEXT_DEBUG_REGISTERS.
10127 (dr variable): New variable. Static array containing a local copy
10128 of debug registers.
10129 (debug_registers_changed): New variable. Reflects when debug registers
10130 are changed and need to be written to inferior.
10131 (debug_registers_used): New variable. Reflects when any debug register
10132 was set, used when new threads are created.
10133 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10134 i386-nat code.
10135 (thread_rec): Set dr array if id is the thread of current_event .
10136 (child_continue, child_resume): Change the debug registers for all
10137 threads if debug_registers_changed.
10138 (child_add_thread): Change the debug registers if debug_registers_used.
10139 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10140 Link nm.h to new nm-cygwin.h file.
10141 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10142 of hardware registers.
10143
10144 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10145
10146 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10147 Restore behavour broken by 2002-01-20 Andrew Cagney
10148 <ac131313@redhat.com> IEEE_FLOAT removal.
10149
10150 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10151
10152 * c-valprint.c (c_val_print): Pass a proper valaddr to
10153 cp_print_class_method.
10154 * valops.c (search_struct_method): If there is only one method
10155 and args is NULL, return that method.
10156
10157 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10160 accessing tag_name directly.
10161
10162 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10163
10164 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10165 of accessing tag_name directly.
10166
10167 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10168
10169 PR gdb/280
10170 * gdbtypes.c (replace_type): New function.
10171 * gdbtypes.h (replace_type): Add prototype.
10172 * stabsread.c (read_type): Use replace_type.
10173
10174 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10175
10176 * Makefile.in (memattr.o): Add missing dependencies rule.
10177
10178 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10179
10180 * breakpoint.c (break_at_finish_command): Really export.
10181 (break_at_finish_at_depth_command): Ditto.
10182 (tbreak_at_finish_command): Ditto.
10183 * hppa-tdep.c: Include completer.h.
10184 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10185 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10186
10187 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10188
10189 * utils.c (do_write): New function.
10190 (error_stream): Rewrite combining the code from error_begin and
10191 verror.
10192 (verror): Rewrite using error_stream.
10193 (error_begin): Delete function.
10194
10195 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10196
10197 * utils.c (error_begin): Make static.
10198 * defs.h (error_begin): Delete declaration.
10199
10200 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10201 (decode_line_1): Use cplusplus_error instead of error_begin,
10202 cplusplus_hint and return_to_top_level.
10203 * coffread.c (coff_symfile_read): Use error instead of error_begin
10204 and return_to_top_level.
10205 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10206
10207 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10208
10209 * language.h (type_error, range_error): Make string parameter
10210 constant.
10211 * language.c (warning_pre_print): Delete extern declaration.
10212 * dwarfread.c (warning_pre_print): Ditto.
10213 * language.c (type_error, range_error): Rewrite to use verror and
10214 vwarning instead of warning_begin.
10215
10216 2002-02-01 Michael Snyder <msnyder@redhat.com>
10217
10218 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10219 (set_ignore_count): Move misplaced comment back where it belongs.
10220
10221 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10222
10223 * command.h (NO_FUNCTION): Delete macro.
10224 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10225 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10226 * tracepoint.c (_initialize_tracepoint): Ditto.
10227 * cli/cli-decode.c (add_set_cmd): Ditto.
10228 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10229
10230 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10231
10232 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10233 Update ``this'' pointer when calling virtual functions.
10234
10235 2002-02-01 Michael Snyder <msnyder@redhat.com>
10236
10237 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10238 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10239
10240 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10241
10242 * regformats/reg-arm.dat: New file.
10243 * regformats/reg-i386.dat: New file.
10244 * regformats/reg-ia64.dat: New file.
10245 * regformats/reg-m68k.dat: New file.
10246 * regformats/reg-mips.dat: New file.
10247 * regformats/reg-ppc.dat: New file.
10248 * regformats/reg-sh.dat: New file.
10249 * regformats/regdef.h: New file.
10250 * regformats/regdat.sh: New file.
10251
10252 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10253
10254 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10255 (arm_frame_args_address, arm_frame_locals_address): New functions.
10256 (arm_frame_num_args): New function.
10257 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10258 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10259 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10260
10261 2002-01-31 Michael Snyder <msnyder@redhat.com>
10262
10263 * breakpoint.c (break_at_finish_command): Export.
10264 (break_at_finish_at_depth_command): Export.
10265 (tbreak_at_finish_command): Export.
10266 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10267 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10268 "tbreak" commands, which are HPPA specific.
10269
10270 * printcmd.c (disassemble_command): Remove an ancient
10271 artifact of an old merge.
10272
10273 * symfile.h (enum overlay_debugging_state):
10274 Define enum constant values for overlay mode.
10275 * symfile.c (overlay_debugging): Use enums instead of literals.
10276 (overlay_is_mapped, overlay_auto_command,
10277 overlay_manual_command): Ditto.
10278
10279 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10280 breakpoint_here_p, breakpoint_inserted_here_p,
10281 breakpoint_thread_match, bpstat_stop_status,
10282 describe_other_breakpoints, check_duplicates, clear_command):
10283 Coding standard fixes.
10284
10285 * target.c (target_xfer_memory): Add spaces, coding standard.
10286 (do_xfer_memory): Add missing line to trust-readonly
10287 code: check bfd SEC_READONLY flag for section.
10288
10289 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10290
10291 * PROBLEMS: Fix typo, 5.1->5.1.1.
10292
10293 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10294
10295 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10296 data symbols, since we search based on textlow and texthigh.
10297 (find_pc_sect_symtab): Likewise.
10298
10299 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10300
10301 * defs.h (vwarning): Declare.
10302 * utils.c (vwarning): New function.
10303 (warning): Call vwarning.
10304 (warning_begin): Delete function.
10305
10306 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10307 the warning message.
10308 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10309 warning_begin.
10310
10311 2002-01-30 Michael Snyder <msnyder@redhat.com>
10312
10313 * NEWS: Mention "set trust-readonly-sections" command.
10314 Mention generate-core-file command.
10315
10316 2002-01-15 Michael Snyder <msnyder@redhat.com>
10317
10318 * target.c: New command, "set trust-readonly-sections on".
10319 (do_xfer_memory): Honor the suggestion to trust readonly sections
10320 by reading them from the object file instead of from the target.
10321 (initialize_targets): Register command "set trust-readonly-sections".
10322
10323 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10324
10325 * parse.c (target_map_name_to_register): Simplify, search regs and
10326 pseudo-regs using a single loop.
10327
10328 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10329
10330 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10331
10332 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10333
10334 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10335 * config/i386/i386v42mp.mh: Add i387-nat.o .
10336 * i386v4-nat.c: Include i387-nat.h.
10337 (supply_fpregset): Use i387_supply_fsave.
10338 (fill_fpregset): Use i387_fill_fsave.
10339
10340 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10341
10342 * arm-tdep.c (arm_call_dummy_words): Define.
10343 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10344 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10345 (CALL_DUMMY_WORDS): Define.
10346 (arm_call_dummy_words): Declare.
10347 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10348 (arm_linux_call_dummy_words): Declare.
10349
10350 2002-01-30 Andreas Schwab <schwab@suse.de>
10351
10352 * m68klinux-nat.c: Fix last change to use regcache_collect
10353 instead of referencing registers[] directly.
10354
10355 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10356
10357 * parse.c (target_map_name_to_register): Delete code wrapped in
10358 #ifdef REGISTER_NAME_ALIAS_HOOK.
10359
10360 2002-01-28 Michael Snyder <msnyder@redhat.com>
10361
10362 * regcache.c (legacy_read_register_gen): Need to be able to
10363 read pseudo-register as well as real register.
10364 (legacy_write_register_gen): Ditto.
10365
10366 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10367
10368 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10369 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10370 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10371 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10372 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10373 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10374 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10375 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10376 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10377 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10378 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10379 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10380 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10381 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10382 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10383 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10384 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10385 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10386 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10387 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10388
10389 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10390
10391 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10392 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10393 (initialize_current_architecture): Update target_byte_order using
10394 information from BFD.
10395 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10396 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10397
10398 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10399
10400 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10401 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10402
10403 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10404 #ifdef INVALID_FLOAT.
10405 * infcmd.c (do_registers_info): Ditto.
10406 * values.c (unpack_double): Ditto. Add comment.
10407
10408 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10409 already commented out.
10410
10411 2002-01-26 Andreas Schwab <schwab@suse.de>
10412
10413 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10414 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10415 registers and add support for PTRACE_GETREGS.
10416
10417 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10418
10419 GDB 5.1.1 released from 5.1 branch.
10420 * NEWS: Add 5.1.1 news.
10421 * README: Sync with 5.1 branch.
10422
10423 2002-01-23 Fred Fish <fnf@redhat.com>
10424
10425 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10426 stabstring on initial malloc. Reallocing will copy it for us,
10427 if necessary.
10428
10429 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10430
10431 * Makefile.in (hpread_h): Delete.
10432 (HFILES_NO_SRCDIR): Remove hpread.h.
10433 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10434 (hpread.o): Update dependencies.
10435 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10436
10437 * hp-psymtab-read.c: Remove file.
10438 * hp-symtab-read.c: Remove file.
10439 * hpread.h: Remove file.
10440
10441 * hpread.c: Merge all contents of hp-psymtab-read.c,
10442 hp-symtab-read.c and hpread.h into this file, as it was prior to
10443 January 1999.
10444
10445 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10446 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10447 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10448 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10449
10450 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10451
10452 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10453 fill_gregset): Call gdbarch_tdep() just once, assign result to
10454 variable and use that, instead of calling the function several
10455 times.
10456
10457 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10458
10459 * configure.host: Accept sparcv9 as alias for sparc64.
10460 * configure.tgt: Likewise.
10461
10462 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10463
10464 * solib-aix5.c (build_so_list_from_mapfile)
10465 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10466 arguments is not reversed.
10467 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10468 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10469
10470 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10471
10472 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10473 modified version of obsolete sh_fetch_pseudo_register.
10474 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10475 (sh4_register_read): New function.
10476 (sh_pseudo_register_write): New function. Renamed and modified
10477 version of obsolete sh_store_pseudo_register.
10478 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10479 (sh4_register_write): New function.
10480 (sh_gdbarch_init): Remove setting of gdbarch function
10481 fetch_pseudo_register and store_pseudo_register. Remove setting of
10482 register_convert_to_raw, register_convert_to_virtual,
10483 register_convertible.
10484 (sh_sh4_register_convertible): Delete. No longer needed. All is
10485 taken care by architecture specific functions
10486 register_read/register_write.
10487 (sh_sh4_register_convert_to_virtual): Make static.
10488 (sh_sh4_register_convert_to_raw): Ditto.
10489
10490 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10491
10492 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10493 (floatformat_is_nan, floatformat_mantissa): Ditto.
10494
10495 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10496 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10497 builtin_type_ieee_double_little,
10498 builtin_type_ieee_double_littlebyte_bigword,
10499 builtin_type_m68881_ext, builtin_type_i960_ext,
10500 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10501 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10502 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10503 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10504
10505 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10506
10507 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10508 parameter. Set frameless flag if it exists and depended of
10509 whether the scanned function is frameless or not.
10510 (xstormy16_skip_prologue): If function is frameless, return
10511 result of xstormy16_scan_prologue().
10512 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10513 call.
10514
10515 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10516
10517 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10518 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10519 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10520 sh_sh4_register_byte, sh_sh4_register_raw_size,
10521 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10522 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10523 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10524 sh_store_pseudo_register, sh_do_pseudo_register): Call
10525 gdbarch_tdep() just once, assign result to variable and use that,
10526 instead of calling the function several times.
10527
10528 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10529
10530 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10531 macros instead of LAST_FPU_CTRL_REGNUM.
10532 (store_register): Likewise.
10533
10534 2002-01-21 Jim Blandy <jimb@redhat.com>
10535
10536 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10537 is up-to-date before running the program, not just when a program
10538 exits.
10539
10540 2002-01-21 Fred Fish <fnf@redhat.com>
10541
10542 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10543 when we have found all instructions we are looking for.
10544
10545 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10546
10547 * arm-tdep.c (arm_register_name): New function.
10548 (arm_registers_names): Make static.
10549 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10550 (arm_register_name): Declare.
10551 (REGISTER_NAME): Use it.
10552
10553 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10554 Kevin Buettner <kevinb@redhat.com>
10555
10556 Convert arm targets to new FRAME interface.
10557 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10558 (arm_frame_find_save_regs): Delete.
10559 (arm_frame_init_saved_regs): New.
10560 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10561 Allocate extra_info as required. Convert all uses of fsr.regs
10562 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10563 to use extra_info.
10564 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10565 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10566 (check_prologue_cache, save_prologue_cache): Likewise.
10567 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10568 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10569 (FRAME_FIND_SAVED_REGS): Delete.
10570 (arm_frame_find_saved_regs): Delete prototype.
10571 (arm_frame_init_saved_regs): New prototype.
10572 (FRAME_INIT_SAVED_REGS): Define.
10573
10574 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10575
10576 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10577
10578 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10579
10580 From Jeff Law <law@redhat.com>:
10581 * infttrace.c: Include <sys/pstat.h>.
10582 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10583 exec file if the ttrace equivalent fails.
10584
10585 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10586
10587 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10588 (closeLogFile): Ditto.
10589
10590 2002-01-20 Michael Chastain <mec@shout.net>
10591
10592 * top.c (print_gdb_version): Bump copyright year to 2002.
10593
10594 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10595
10596 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10597 Zannoni and Eli Zaretskii.
10598
10599 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10600
10601 * buildsym.c: Update copyright years.
10602 * c-typeprint.c: Likewise.
10603 * dwarf2read.c: Likewise.
10604 * f-typeprint.c: Likewise.
10605 * gdbtypes.c: Likewise.
10606 * gdbtypes.h: Likewise.
10607 * hp-symtab-read.c: Likewise.
10608 * hpread.c: Likewise.
10609 * mdebugread.c: Likewise.
10610 * p-typeprint.c: Likewise.
10611
10612 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10613
10614 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10615 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10616 byte-order selectable.
10617 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10618 * arch-utils.c: Ditto.
10619 (set_endian): Ditto.
10620 (set_endian_from_file): Ditto.
10621 * gdbserver/low-sim.c (create_inferior): Ditto.
10622 * gdbarch.sh: Ditto.
10623 * gdbarch.h: Re-generate.
10624 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10625 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10626 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10627 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10628 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10629 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10630 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10631 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10632 macro definition.
10633 * config/mips/tm-wince.h: Remove #undef of macro
10634 TARGET_BYTE_ORDER_SELECTABLE.
10635 * config/sh/tm-wince.h: Ditto.
10636
10637 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10638
10639 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10640 member function fields. Add accessor macro
10641 TYPE_FN_FIELD_ARTIFICIAL.
10642 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10643 * c-typeprint.c (c_type_print_base): Skip artificial member
10644 functions.
10645
10646 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10647
10648 * f-typeprint.c: Delete unused function f_type_print_args.
10649 * p-typeprint.c: Delete unused function pascal_type_print_args.
10650
10651 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10654 comment. Add ``artificial'' to ``union field_location''.
10655
10656 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10657
10658 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10659 * mdebugread.c (parse_symbol): Likewise.
10660 * stabsread.c (define_symbol): Likewise.
10661 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10662 initializing TYPE_FIELD_BITPOS to n (obsolete).
10663 (hpread_doc_function_type): Likewise.
10664 * hpread.c (hpread_function_type): Likewise.
10665
10666 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10667
10668 * configure.in (host_makefile_frag): Only require a host makefile
10669 fragment when a native build.
10670 * configure: Re-generate.
10671
10672 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10673
10674 * doublest.h (floatformat_from_type): Declare.
10675 * doublest.c (floatformat_from_type): New function.
10676 (convert_typed_floating): Use.
10677
10678 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10679 call to function floatformat_from_type.
10680
10681 * gdbarch.sh (IEEE_FLOAT): Delete.
10682 * gdbarch.h, gdbarch.c: Re-generate.
10683 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10684 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10685 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10686 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10687 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10688 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10689 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10690 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10691 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10692 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10693 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10694 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10695
10696 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10697 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10698 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10699 * sh-tdep.c (sh_gdbarch_init): Ditto.
10700 * mips-tdep.c (mips_gdbarch_init): Ditto.
10701 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10702 * cris-tdep.c (cris_gdbarch_init): Ditto.
10703
10704 2002-01-20 Jiri Smid <smid@suse.cz>
10705
10706 * configure.host, configure.tgt: Support x86-64.
10707 * NEWS: Note new target x86-64.
10708
10709 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10710 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10711 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10712 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10713 x86-64-linux-nat.o): Fix dependencies.
10714
10715 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10716
10717 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10718 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10719 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10720 * config/sparc/xm-sun4os4.h: Delete file.
10721 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10722
10723 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10724
10725 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10726 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10727 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10728 * config/i386/i386lynx.mh (XM_FILE): Delete.
10729 * config/rs6000/xm-rs6000ly.h: Delete file.
10730 * config/sparc/xm-sparclynx.h: Delete file.
10731 * config/m68k/xm-m68klynx.h: Delete file.
10732 * config/i386/xm-i386lynx.h: Delete file.
10733 * config/xm-lynx.h: Delete file.
10734 * config/djgpp/fnchange.lst: Update.
10735
10736 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10737
10738 * alpha-tdep.c (alpha_register_byte): New function.
10739 (alpha_register_raw_size): Ditto.
10740 (alpha_register_virtual_size): Ditto.
10741 (alpha_skip_prologue_internal): Renamed from
10742 alpha_skip_prologue.
10743 (alpha_skip_prologue): New version that calls
10744 alpha_skip_prologue_internal.
10745 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10746 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10747 second argument from alpha_skip_prologue.
10748 (REGISTER_BYTE): Use alpha_register_byte.
10749 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10750 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10751 (FRAMELESS_FUNCTION_INVOCATION): Use
10752 generic_frameless_function_invocation_not.
10753 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10754 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10755
10756 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10757
10758 * config/mips/xm-news-mips.h: Delete file.
10759 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10760
10761 * config/m88k/xm-m88k.h: Delete file.
10762 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10763 * config/m88k/xm-delta88v4.h: Ditto.
10764 * config/m88k/xm-delta88.h: Ditto.
10765
10766 * config/alpha/xm-fbsd.h: Delete file.
10767 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10768
10769 * config/sparc/xm-sparc.h: Delete file.
10770 * Makefile.in (xm-sun4os4.h): Delete dependency.
10771 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10772 * config/sparc/xm-sun4os4.h: Ditto.
10773 * config/sparc/xm-linux.h: Ditto.
10774
10775 * config/i386/xm-windows.h: Delete file.
10776
10777 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10778
10779 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10780 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10781
10782 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10783
10784 * alpha-tdep.c (alpha_call_dummy_words): New.
10785 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10786 (CALL_DUMMY_P): Define.
10787 (CALL_DUMMY_WORDS): Define.
10788 (SIZEOF_CALL_DUMMY_WORDS): Define.
10789
10790 2002-01-19 Per Bothner <per@bothner.com>
10791
10792 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10793 isn't NULL, which can happen with some gcj-3.x-produced code.
10794
10795 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10796
10797 * alpha-tdep.c (alpha_register_virtual_type): New function.
10798 (alpha_init_frame_pc_first): Ditto.
10799 (alpha_fix_call_dummy): Ditto.
10800 (alpha_store_struct_return): Ditto.
10801 (alpha_extract_struct_value_address): Ditto.
10802 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10803 alpha_register_virtual_type.
10804 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10805 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10806 alpha_extract_struct_value_address.
10807 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10808 (INIT_FRAME_PC): Use init_frame_pc_noop.
10809 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10810
10811 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10812
10813 * i386gnu-nat.c: Include "i386-tdep.h".
10814 (fetch_fpregs): Simplify code dealing with uninitialized floating
10815 point states such that it doesn't require FP7_REGNUM.
10816
10817 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10818
10819 * alpha-tdep.c (frame_extra_info): New.
10820 (alpha_find_saved_regs): Make static. Use
10821 frame->extra_info.
10822 (alpha_frame_init_saved_regs): New function.
10823 (alpha_frame_saved_pc): Use frame->extra_info.
10824 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10825 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10826 (init_extra_frame_info): Rename to...
10827 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10828 (alpha_print_extra_frame_info): New function.
10829 (alpha_frame_locals_address): Ditto.
10830 (alpha_frame_args_address): Ditto.
10831 (alpha_pop_frame): Use frame->extra_info.
10832 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10833 alpha_frame_args_address.
10834 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10835 (alpha_find_saved_regs): Remove prototype.
10836 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10837 (EXTRA_FRAME_INFO): Remove.
10838 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10839 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10840
10841 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10842
10843 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10844 (alpha_cannot_fetch_register): Ditto.
10845 (alpha_cannot_store_register): Ditto.
10846 (alpha_register_convertible): Ditto.
10847 (alpha_use_struct_convention): Ditto.
10848 * config/alpha/tm-alpha.h: Update copyright years.
10849 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10850 (INNER_THAN): Use core_addr_lessthan.
10851 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10852 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10853 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10854 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10855 (FRAME_CHAIN): Remove unnecessary cast.
10856
10857 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10858
10859 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10860 obsolete.
10861
10862 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10863
10864 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10865 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10866 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10867 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10868 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10869 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10870 * x86-64-linux-nat.c: Ditto.
10871
10872 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10873
10874 * alpha-tdep.c (alpha_register_name): New function.
10875 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10876 (REGISTER_NAME): Define.
10877
10878 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10879
10880 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10881
10882 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10883
10884 * alpha-tdep.c: Update copyright years.
10885 (alpha_next_pc): New function.
10886 (alpha_software_single_step): Ditto.
10887 * config/alpha/tm-alpha.h: Add prototype for
10888 alpha_software_single_step.
10889
10890 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10891
10892 * alphabsd-nat.c: Update copyright years.
10893 (fill_gregset): Use regcache_collect.
10894 (fill_fpregset): Likewise.
10895 (fetch_inferior_registers): Only fetch integer registers
10896 if requested to do so.
10897 (store_inferior_registers): Only store integer registers
10898 if requested to do so.
10899
10900 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10901
10902 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10903 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10904 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10905 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10906 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10907 * config/arm/linux.mh (XDEPFILES): Delete.
10908 * config/arm/nbsd.mh (XDEPFILES): Delete.
10909 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10910 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10911 * config/i386/i386m3.mh (XDEPFILES): Delete.
10912 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10913 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10914 * config/i386/fbsd.mh (XDEPFILES): Delete.
10915 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10916 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10917 * config/i386/i386v4.mh (XDEPFILES): Delete.
10918 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10919 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10920 * config/i386/i386aix.mh (XDEPFILES): Delete.
10921 * config/i386/go32.mh (XDEPFILES): Delete.
10922 * config/i386/cygwin.mh (XDEPFILES): Delete.
10923 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10924 * config/i386/i386mach.mh (XDEPFILES): Delete.
10925 * config/i386/i386v32.mh (XDEPFILES): Delete.
10926 * config/i386/linux.mh (XDEPFILES): Delete.
10927 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10928 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10929 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10930 * config/i386/i386sco.mh (XDEPFILES): Delete.
10931 * config/i386/i386v.mh (XDEPFILES): Delete.
10932 * config/i386/nbsd.mh (XDEPFILES): Delete.
10933 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10934 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10935 * config/i386/symmetry.mh (XDEPFILES): Delete.
10936 * config/i386/obsd.mh (XDEPFILES): Delete.
10937 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10938 * config/ia64/linux.mh (XDEPFILES): Delete.
10939 * config/ia64/aix.mh (XDEPFILES): Delete.
10940 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10941 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10942 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10943 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10944 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10945 * config/m68k/linux.mh (XDEPFILES): Delete.
10946 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10947 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10948 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10949 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10950 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10951 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10952 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10953 * config/m88k/delta88.mh (XDEPFILES): Delete.
10954 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10955 * config/m88k/m88k.mh (XDEPFILES): Delete.
10956 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10957 * config/mips/linux.mh (XDEPFILES): Delete.
10958 * config/mips/irix6.mh (XDEPFILES): Delete.
10959 * config/mips/irix5.mh (XDEPFILES): Delete.
10960 * config/mips/irix4.mh (XDEPFILES): Delete.
10961 * config/mips/irix3.mh (XDEPFILES): Delete.
10962 * config/mips/decstation.mh (XDEPFILES): Delete.
10963 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10964 (NATDEPFILES): Move core-aout.o to here.
10965 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10966 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10967 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10968 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10969 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10970 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10971 * config/pa/hpux11.mh (XDEPFILES): Delete.
10972 * config/powerpc/aix.mh (XDEPFILES): Delete.
10973 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10974 * config/powerpc/linux.mh (XDEPFILES): Delete.
10975 * config/romp/rtbsd.mh: Rename XDEPFILES.
10976 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10977 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10978 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10979 * config/s390/s390.mh (XDEPFILES): Delete.
10980 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10981 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10982 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10983 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10984 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10985 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10986 * config/sparc/linux.mh (XDEPFILES): Delete.
10987 * config/vax/vaxult.mh (XDEPFILES): Delete.
10988 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10989 * Makefile.in (DEPFILES): Remove XDEPFILES.
10990
10991 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10992
10993 * utils.c (internal_verror): Fix comments, default is yes not no.
10994 Update queries to match. Default to quit and dump core.
10995
10996 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10997
10998 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10999 copyright.
11000 * defs.h, event-top.c, gdbcmd.h: Ditto.
11001 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11002 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11003 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11004 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11005 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11006 * mi/mi-main.c:Ditto.
11007
11008 * stack.c, symfile.c: Update copyright.
11009
11010 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11011
11012 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11013 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11014 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11015 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11016
11017 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11018
11019 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11020 * gdbserver/low-lynx.c (myattach): Likewise.
11021 * gdbserver/low-nbsd.c (myattach): Likewise.
11022 * gdbserver/low-sim.c (myattach): Likewise.
11023 * gdbserver/low-sparc.c (myattach): Likewise.
11024 * gdbserver/low-sun3.c (myattach): Likewise.
11025
11026 * gdbserver/low-linux.c (myattach): New function.
11027
11028 * gdbserver/server.c (attach_inferior): New function.
11029 (main): Handle "--attach".
11030
11031 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11032
11033 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11034 maintainer.
11035
11036 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11037
11038 * c-typeprint.c (is_type_conversion_operator): Add additional
11039 check for non-conversion operators.
11040
11041 2002-01-15 Michael Snyder <msnyder@redhat.com>
11042
11043 * linux-proc.c: Add "info proc" command, a la procfs.c.
11044 (read_mapping): New function, abstract and re-use code.
11045 (linux_find_memory_regions): Use new func read_mapping.
11046 (linux_info_proc_cmd): New function, implement "info proc".
11047 (_initialize_linux_proc): Add new command "info proc".
11048
11049 2002-01-15 Michael Snyder <msnyder@redhat.com>
11050
11051 * symfile.c (generic_load): Use bfd_map_over_sections method
11052 instead of manipulating bfd structure members directly.
11053 (add_section_size_callback): New function, bfd sections callback
11054 used by generic_load.
11055 (load_sections_callback): New function, bfd sections callback
11056 used by generic_load.
11057
11058 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11059
11060 [Based on work by Jim Blandy]
11061 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11062 (builtin_type_vec128): Export.
11063 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11064 types.
11065 (builtin_type_vec128): New builtin type for 128 bit vector
11066 registers.
11067 (build_gdbtypes): Initialize builtin_type_v16qi and
11068 builtin_type_v8hi. Create the vec128 register builtin type
11069 structure.
11070 (build_builtin_type_vec128): New function.
11071 (_initialize_gdbtypes): Register builtin_type_v16qi and
11072 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11073 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11074 AltiVec register to new builtin type.
11075
11076 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11077
11078 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11079 to make_cv_type.
11080
11081 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11082
11083 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11084 CLEAN_UP_REGISTER_VALUE.
11085 * regcache.c (supply_register): Update only call.
11086
11087 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11088
11089 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11090 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11091 a29k-*-vxworks* targets as obsolete.
11092
11093 2002-01-14 Michael Snyder <msnyder@redhat.com>
11094
11095 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11096 until we can resolve portability issues.
11097 * gregset.h: Remove references to fpxregs.
11098 * gcore.c (gcore_command): Initialize note_sec to NULL.
11099
11100 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11101
11102 * signals.c (target_signal_to_name): Rewrite. Only use
11103 signals[].name when in bounds and non-NULL.
11104
11105 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11106
11107 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11108 * signals.c (target_signal_to_name): Verify that SIG is within the
11109 bounds of the signals array.
11110
11111 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11112
11113 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11114
11115 2002-01-13 Keith Seitz <keiths@redhat.com>
11116
11117 * stack.c (print_frame_info_base): Print the frame's pc
11118 only if when print_frame_info_listing_hook is not defined.
11119
11120 2002-01-13 Keith Seitz <keiths@redhat.com>
11121
11122 * varobj.c (varobj_set_value): Make sure that there were no
11123 errors evaluating the object before attempting to set its
11124 value.
11125 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11126 so this offset adjustment is no longer necessary.
11127 (create_child): Don't set the error flag if the child is
11128 a CPLUS_FAKE_CHILD.
11129 (value_of_child): If value_fetch_lazy fails, return NULL
11130 so that callers will be notified that an error occurred.
11131 (c_value_of_variable): Delay check of variable's validity
11132 until later. We actually want all structs and unions to have
11133 the value "{...}".
11134 Do not return "???" for variables which could not be evaluated.
11135 This error condition must be returned to the caller so that it
11136 can get the error condition from gdb.
11137 (cplus_name_of_child): Adjust index for vptr before figuring
11138 out the name of the child.
11139 (cplus_value_of_child): If a child's (real) parent is not valid,
11140 don't even bother trying to give a value for it. Just return
11141 an error. Change all instances in this function.
11142 (cplus_type_of_child): If our parent is one of the "fake"
11143 parents, we need to get at the type of the real parent, and
11144 derive the child's true type using this information.
11145
11146 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11147
11148 From 2002-01-09 John Marshall <johnm@falch.net>:
11149 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11150 sources.redhat.com, and tweak some related URLs which had
11151 suffered from linkrot.
11152
11153 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11154
11155 From Jeff law:
11156 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11157 structures passed in registers.
11158
11159 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11160
11161 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11162 white space which prevented compilation. Reported by DSK
11163 <dsk@student.unsw.edu.au>.
11164
11165 2002-01-11 Michael Snyder <msnyder@redhat.com>
11166
11167 * symfile.c (build_section_addr_info_from_section_tab):
11168 Use bfd access method instead of manipulating bfd directly.
11169 (syms_from_objfile): Ditto.
11170 (simple_overlay_update_1): Ditto.
11171 (simple_overlay_update): Ditto.
11172 (generic_load): Ditto.
11173 (overlay_unmapped_address): FIXME comment, bfd access methods.
11174 (sections_overlap): FIXME comment, bfd access methods.
11175 (pc_in_mapped_range): FIXME comment, bfd access methods.
11176 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11177 (section_is_mapped): FIXME comment, bfd access methods.
11178 (section_is_overlay): FIXME comment, bfd access methods.
11179
11180 * symfile.c (generic_load): Whitespace and long line cleanups.
11181 Remove duplicate variable, change several local variables to
11182 more appropriate data types.
11183 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11184
11185 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11186
11187 From Peter Schauer:
11188 * language.c (longest_local_hex_string_custom): Use phex_nz to
11189 convert NUM to a hex string.
11190
11191 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11192
11193 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11194 the function.
11195 Update Copyright year.
11196
11197 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11198
11199 * language.c (longest_raw_hex_string): Delete unused function.
11200
11201 2002-01-11 Petr Sorfa <petrs@caldera.com>
11202
11203 * MAINTAINERS (write-after-approval): Add myself.
11204 * dwarf2read.c (read_tag_string_type): Handling of
11205 DW_AT_byte_size.
11206 (read_tag_string_type): FORTRAN fix to prevent propagation of
11207 first string size.
11208 (set_cu_language): Handling of DW_LANG_Fortran95
11209
11210 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11211
11212 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11213 GETPID(inferior_ptid).
11214 (store_inferior_registers): Likewise.
11215
11216 2002-01-10 Jason Merrill <jason@redhat.com>
11217
11218 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11219 Fix DW_OP_minus.
11220
11221 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11222
11223 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11224 and bfd/elf32-sh-nbsd.c.
11225
11226 2002-01-10 Michael Snyder <msnyder@redhat.com>
11227
11228 * NEWS: Mention --pid and corefile/proc-id behavior change.
11229
11230 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11231 * gcore.c: Include cli/cli-decode.h instead of command.h.
11232
11233 * main.c (captured_main): Add new command line option "--pid".
11234 If the second command line argument (following the symbol-file)
11235 begins with a digit, try to attach to it before trying to open
11236 it as a corefile.
11237 (print_gdb_help): Document the "--pid" argument.
11238
11239 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11240
11241 * completer.c (command_completer): New function.
11242
11243 * completer.h <command_completer>: Add prototype.
11244
11245 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11246 completer for the "help" command.
11247
11248 2002-01-09 Jason Merrill <jason@redhat.com>
11249
11250 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11251
11252 2002-01-09 Michael Snyder <msnyder@redhat.com>
11253
11254 * i386-linux-nat.c (fill_fpxregset): Make global.
11255 (store_fpxregset): Ditto.
11256
11257 * gregset.h (gdb_fpxregset_t): Define.
11258 (supply_fpxregset): Prototype.
11259 (fill_fpxregset): Prototype.
11260
11261 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11262
11263 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11264
11265 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11266 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11267 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11268
11269 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11270
11271 * MAINTAINERS: Update target maintainer rules so that any
11272 Maintainer can approve a tested patch for a maintenance-only
11273 target.
11274
11275 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11276
11277 * MAINTAINERS (write-after-approval): Add myself.
11278
11279 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11280 IN_SIGTRAMP.
11281
11282 2002-01-08 Michael Snyder <msnyder@redhat.com>
11283
11284 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11285 real name of the executable, rather than the /proc name.
11286
11287 2002-01-03 Michael Snyder <msnyder@redhat.com>
11288
11289 Implement a "generate-core-file" command in gdb, save target state.
11290 * gcore.c: New file. Implement new command 'generate-core-file'.
11291 Save a corefile image of the current state of the inferior.
11292 * linux-proc.c: Add linux-specific code for saving corefiles.
11293 * target.h (struct target_ops): Add new target vectors for saving
11294 corefiles; to_find_memory_regions and to_make_corefile_notes.
11295 (target_find_memory_regions): New macro.
11296 (target_make_corefile_notes): New macro.
11297 * target.c (update_current_target): Inherit new target methods.
11298 (dummy_find_memory_regions): New place-holder method.
11299 (dummy_make_corefile_notes): New place-holder method.
11300 (init_dummy_target): Initialize new dummy target vectors.
11301 * exec.c (exec_set_find_memory_regions): New function.
11302 Allow the exec_ops vector for memory regions to be taken over.
11303 (exec_make_note_section): New function, target vector method.
11304 * defs.h (exec_set_find_memory_regions): Export prototype.
11305 * procfs.c (proc_find_memory_regions): New function, corefile method.
11306 (procfs_make_note_section): New function, corefile method.
11307 (init_procfs_ops): Set new target vector pointers.
11308 (find_memory_regions_callback): New function.
11309 (procfs_do_thread_registers): New function.
11310 (procfs_corefile_thread_callback): New function.
11311 * sol-thread.c (sol_find_memory_regions): New function.
11312 (sol_make_note_section): New function.
11313 (init_sol_thread_ops): Initialize new target vectors.
11314 * inftarg.c (inftarg_set_find_memory_regions): New function.
11315 Allow to_find_memory_regions vector to be taken over.
11316 (inftarg_set_make_corefile_notes): New function.
11317 Allow to_make_corefile_notes vector to be taken over.
11318 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11319 interface layer if not target_has_execution (may be a corefile).
11320 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11321 * config/sparc/sun4sol2.mh: Ditto.
11322 * config/alpha/alpha-linux.mh: Ditto.
11323 * config/arm/linux.mh: Ditto.
11324 * config/i386/x86-64linux.mh: Ditto.
11325 * config/ia64/linux.mh: Ditto.
11326 * config/m68k/linux.mh: Ditto.
11327 * config/mips/linux.mh: Ditto.
11328 * config/powerpc/linux.mh: Ditto.
11329 * config/sparc/linux.mh: Ditto.
11330
11331 2002-01-07 Michael Snyder <msnyder@redhat.com>
11332
11333 * arm-linux-nat.c: Remove references to regcache.c internal data
11334 (registers[] and register_valid[]).
11335
11336 2002-01-07 Michael Snyder <msnyder@redhat.com>
11337
11338 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11339 so that attaching to a pid will automatically read the process's
11340 symbol file and shlibs.
11341 * Makefile.in: Add rule for linux-proc.o.
11342 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11343 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11344 * config/arm/linux.mh: Ditto.
11345 * config/i386/linux.mh: Ditto.
11346 * config/i386/x86-64linux.mh: Ditto.
11347 * config/ia64/linux.mh: Ditto.
11348 * config/m68k/linux.mh: Ditto.
11349 * config/mips/linux.mh: Ditto.
11350 * config/powerpc/linux.mh: Ditto.
11351 * config/sparc/linux.mh: Ditto.
11352
11353 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11354
11355 * win32-nat.c: Add i386-tdep.h dependency.
11356
11357 2002-01-07 Michael Snyder <msnyder@redhat.com>
11358
11359 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11360 instead of bfd_get_arch_size. Don't bail out just because
11361 there's no exec_bfd.
11362
11363 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11364 * p-valprint.c (pascal_object_print_value): Ditto.
11365 * somread.c (som_symtab_read): Ditto.
11366 * symfile.c (simple_free_overlay_region_table): Ditto.
11367 * valops.c (value_assign): Ditto.
11368
11369 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11370 use tilde_expand and strerror for opening save-tracepoints file.
11371
11372 * thread-db.c (thread_db_new_objfile): Indendation fix.
11373
11374 * infptrace.c (GDB_MAX_ALLOCA): New define.
11375 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11376 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11377 can be overridden with whatever value is appropriate to the host).
11378 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11379 alloca to allocate potentially large buffer.
11380 * rs6000-nat.c (child_xfer_memory): Ditto.
11381 * symm-nat.c (child_xfer_memory): Ditto.
11382 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11383
11384 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11385
11386 From Nick Clifton <nickc@redhat.com>
11387 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11388
11389 2002-01-07 Michael Snyder <msnyder@redhat.com>
11390
11391 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11392 Don't use exec_bfd if it's NULL.
11393
11394 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11395
11396 * valops.c (value_arg_coerce): Fix formatting.
11397
11398 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11399
11400 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11401 * gnu-nat.c: Ditto.
11402
11403 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11404
11405 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11406 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11407 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11408 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11409 z8k-coff have not been multi-arched. Update z8k-coff build
11410 status.
11411
11412 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11413
11414 * MAINTAINERS: Mark a29k target as obsolete.
11415 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11416 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11417 comments.
11418 * NEWS: Note that a29k targets are obsolete.
11419 * a29k-tdep.c: Mark as obsolete.
11420 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11421 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11422 a29k-*-vxworks* targets as obsolete.
11423 * remote-adapt.c: Obsolete.
11424 * remote-eb.c: Obsolete.
11425 * remote-mm.c: Obsolete.
11426 * remote-udi.c: Obsolete.
11427 * config/a29k/a29k-udi.mt: Obsolete.
11428 * config/a29k/a29k.mt: Obsolete.
11429 * config/a29k/tm-a29k.h: Obsolete.
11430 * config/a29k/tm-vx29k.h: Obsolete.
11431 * config/a29k/vx29k.mt: Obsolete.
11432
11433 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11434
11435 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11436 with BFD_ENDIAN_BIG.
11437
11438 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11439
11440 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11441 * configure, config.in: Re-generate.
11442 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11443 * defs.h: Do not include <endian.h>.
11444
11445 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11446
11447 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11448 * config.in: Regenerate.
11449 * configure.in: Update copyright years.
11450 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11451 * configure: Regenerate.
11452 * i386bsd-nat.c: Update copyright years.
11453 (fill_gregset): Use regcache_collect.
11454 (fetch_inferior_registers): Only fetch integer registers
11455 if requested to do so. Add support for XMM registers
11456 using PT_GETXMMREGS.
11457 (store_inferior_registers): Only store integer registers
11458 if requested to do so. Add support for XMM registers
11459 using PT_SETXMMREGS.
11460 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11461 (store_inferior_registers): Remove.
11462 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11463 (fetch_elfcore_registers): New function.
11464 (i386nbsd_elfcore_fns): New.
11465 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11466 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11467 i386bsd-nat.o.
11468 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11469 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11470 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11471 * config/i386/tm-nbsd.h: Update copyright years.
11472 (HAVE_SSE_REGS): Define.
11473 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11474 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11475 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11476 (SIGCONTEXT_PC_OFFSET): Remove.
11477 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11478
11479 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11480
11481 * configure.tgt: Remove powerpc-*-macos* target.
11482 * config/m68k/xm-mpw.h: Delete file.
11483 * config/xm-mpw.h: Delete file.
11484 * ser-mac.c: Delete file.
11485 * mpw-make.sed: Delete file.
11486 * mpw-config.in: Delete file.
11487 * mac-xdep.c: Delete file.
11488 * mac-gdb.r: Delete file.
11489 * mac-defs.h: Delete file.
11490 * mac-nat.c: Delete file.
11491 * config/powerpc/macos.mh: Delete file.
11492 * config/powerpc/macos.mt: Delete file.
11493 * config/powerpc/nm-macos.h: Delete file.
11494 * config/powerpc/tm-macos.h: Delete file.
11495 * source.c (openp, open_source_file): Remove obsolete code.
11496 * top.c (gdb_readline): Ditto.
11497 * utils.c (query): Ditto.
11498 * event-top.c (display_gdb_prompt): Ditto.
11499 * Makefile.in (ser-mac.o): Delete obsolete target.
11500 * NEWS: Update.
11501
11502 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11503
11504 * defs.h (BIG_ENDIAN): Delete macro definition.
11505 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11506 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11507 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11508 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11509 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11510 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11511 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11512 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11513 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11514 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11515 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11516 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11517 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11518 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11519 * gdbarch.c: Re-generate.
11520
11521 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11524 for core files.
11525
11526 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11527
11528 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11529
11530 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11531
11532 * value.h (value_ptr): Delete typedef.
11533
11534 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11535
11536 * i386nbsd-nat.c: Update copyright years.
11537 Include i386-tdep.h.
11538
11539 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11540
11541 * stabsread.c: Update copyright years.
11542
11543 From Debashis Mahata <debashis.mahata@wipro.com>:
11544 (read_struct_fields): Deal with Sun C compiler erroneous stab
11545 output for structs and unions.
11546 Fix PR gdb/269.
11547
11548 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11549
11550 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11551 prototype.
11552
11553 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11554
11555 * cp-abi.c: Fix whitespace.
11556 (baseclass_offset): New wrapper function.
11557 * cp-abi.h (baseclass_offset): Add prototype.
11558 (struct cp_abi_ops): Add baseclass_offset pointer.
11559
11560 * valops.c (vb_match): Move to...
11561 * gnu-v2-abi.c (vb_match): here.
11562 * valops.c (baseclass_offset): Move to...
11563 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11564
11565 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11566
11567 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11568 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11569 * hpacc-abi.c (init_hpacc_ops): Likewise.
11570
11571 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11572
11573 * valops.c (find_overload_match): Accept obj as a
11574 reference parameter. Update it before returning.
11575 * value.h (find_overload_match): Update prototype.
11576 * eval.c (evaluate_subexp_standard): Pass object to
11577 find_overload_match by reference.
11578
11579 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11580
11581 * valarith.c: Replace value_ptr with struct value pointer. Remove
11582 register attribute from value declarations.
11583 * valops.c: Ditto.
11584 * value.h: Ditto.
11585 * scm-lang.c (scm_lookup_name): Ditto.
11586
11587 2002-01-03 Michael Snyder <msnyder@redhat.com>
11588
11589 Abstract the functionality of iterating over mapped memory
11590 regions into a general purpose iterator function.
11591 * procfs.c (iterate_over_mappings): New function, general purpose
11592 iterator for memory sections.
11593 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11594 (solib_mappings_callback): New function, callback for above.
11595 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11596 (info_mappings_callback): New function, callback for above.
11597
11598 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11599
11600 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11601
11602 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11603 * i386-tdep.c: Include "elf-bfd.h".
11604 (process_note_abi_tag_sections): New function.
11605 (i386_gdbarch_init): Add code to recognize various OS/ABI
11606 combinations.
11607
11608 * maint.c (_initialize_maint_cmds): Add missing \ in
11609 string-literal.
11610
11611 For older changes see ChangeLog-2001
11612 \f
11613 Local Variables:
11614 mode: change-log
11615 left-margin: 8
11616 fill-column: 74
11617 version-control: never
11618 End:
This page took 0.277327 seconds and 5 git commands to generate.