2002-10-02 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12002-10-02 Andrew Cagney <ac131313@redhat.com>
2
3 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
4 value in register 3 adjusted by ppc_gp0_regnum.
5
6 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
7
82002-10-02 Marko Mlinar <markom@opencores.org>
9
10 * MAINTAINERS: Add myself to the Write After Approval list.
11
122002-10-01 Alexandre Oliva <aoliva@redhat.com>
13
14 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
15 of the section for the N64 ABI, fixed.
16
17 * config/mips/tm-irix6.h: Include solib.h.
18
192002-10-01 Elena Zannoni <ezannoni@redhat.com>
20
21 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
22 GNU operators.
23
242002-10-01 Andrew Cagney <ac131313@redhat.com>
25
26 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
27 and that "mi0" syntax has been removed.
28
292002-09-30 David Carlton <carlton@math.stanford.edu>
30
31 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
32 * ppc-sysv-tdep.c: #include "gdb_string.h".
33 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
34 pacify GCC.
35
362002-10-01 Andrew Cagney <ac131313@redhat.com>
37
38 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
39 "vrsave"'s register number.
40
412002-09-30 Andrew Cagney <ac131313@redhat.com>
42
43 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
44 use frame_unwind_signed_register to obtain the PC.
45 (mips_frame_chain): Handle a generic dummy frame.
46 (mips_init_extra_frame_info): When a generic dummy frame, don't
47 re-compute the frame base.
48 (mips_pop_frame): Handle generic dummy frames.
49 (mips_gdbarch_init): When generic dummy frames, set
50 use_generic_dummy_frames, push_dummy_frame to
51 generic_push_dummy_frame, pc_in_call_dummy to
52 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
53 generic_save_dummy_frame_tos.
54
552002-09-30 Andrew Cagney <ac131313@redhat.com>
56
57 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
58 against TOP when TOP was explictly set.
59 (generic_push_dummy_frame): Set TOP to zero.
60
612002-09-30 Elena Zannoni <ezannoni@redhat.com>
62
63 * event-loop.c (start_event_loop): Rename variable 'result' to
64 'gdb_result', to avoid conflicts with upcoming intepreters changes.
65
662002-09-30 Keith Seitz <keiths@redhat.com>
67
68 * gdb-events.sh (selected_thread_changed): New event.
69 * gdb-events.c: Regenerated.
70 * gdb-events.h: Regenerated.
71
722002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
73
74 * MAINTAINERS: Add self to Write After Approval list.
75
762002-09-30 Fernando Nasser <fnasser@redhat.com>
77
78 * disasm.c: New file.
79 * disasm.h: New file.
80 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
81 (compare_lines): Ditto.
82 (dump_insns): Ditto.
83 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
84 argument.
85 (do_assembly_only): Ditto.
86 (do_disassembly): Renamed to gdb_disassembly and moved to
87 disasm.c. Sdded uiout argument.
88 * Makefile.in: Add new files. Reorder SFILES list. Update
89 dependencies. Include libgdb.a later in the insight executable.
90
912002-09-29 Andrew Cagney <ac131313@redhat.com>
92
93 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
94 bfd/elf64-alpha-fbsd.c.
95
962002-09-29 Andrew Cagney <ac131313@redhat.com>
97
98 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
99 i386gnu-tdep.c.
100
1012002-09-29 Andrew Cagney <ac131313@redhat.com>
102
103 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
104 __FUNCTION__.
105 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
106 function name.
107 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
108 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
109 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
110 (S_msg_sig_post_reply): Ditto.
111
1122002-09-28 Corinna Vinschen <vinschen@redhat.com>
113
114 * sh-tdep.c (sh_use_struct_convention): Use definition according
115 to ABI.
116 (sh_push_arguments): Store in register with correct endianess.
117 (sh_default_store_return_value): Ditto.
118 (sh_gdbarch_init): Set sizeof long double to 8.
119
1202002-09-27 Mark Kettenis <kettenis@gnu.org>
121
122 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
123 Fix some whitespace problems.
124
1252002-09-27 David Carlton <carlton@math.stanford.edu>
126
127 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
128 (mcore-tdep.o): Ditto.
129 (ns32k-tdep.o): Ditto.
130 (ns32knbsd-tdep.o): Ditto.
131 (sh3-rom.o): Ditto.
132 (vax-tdep.o): Ditto.
133 * cris-tdep.c: #include "gdb_string.h"
134 * mcore-tdep.c: Ditto.
135 * ns32k-tdep.c: Ditto.
136 * ns32knbsd-tdep.c: Ditto.
137 * sh3-rom.c: Ditto.
138 * vax-tdep.c: Ditto.
139
1402002-09-27 David Carlton <carlton@math.stanford.edu>
141
142 * config/djgpp/fnchange.lst: Add entries for
143 gdb/testsuite/gdb.c++/m-static files.
144
1452002-09-27 Jim Wilson <wilson@redhat.com>
146
147 * MAINTAINERS: Add myself to the Write After Approval list.
148
1492002-09-26 Martin M. Hunt <hunt@redhat.com>
150
151 * mips-tdep.c (find_proc_desc): Initialize startaddr.
152
153
1542002-09-26 Andrew Cagney <ac131313@redhat.com>
155
156 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
157 frame.
158
1592002-09-26 Andrew Cagney <ac131313@redhat.com>
160
161 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
162 (rs6000_struct_return_address): Delete variable.
163 (rs6000_store_struct_return): Update.
164 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
165 deprecated_extract_struct_value_address.
166 (rs6000_frame_align): New function.
167 (rs6000_gdbarch_init): Set frame_align.
168
1692002-09-26 Andrew Cagney <ac131313@redhat.com>
170
171 From Grace Sainsbury <graces@redhat.com>:
172 * Makefile.in (gdbtk-main.o): New target.
173 (gdb.o): New target.
174 (main_h): Define.
175 (main.o): Update dependencies.
176 (gdb$(EXEEXT)): Add gdb.o.
177 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
178 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
179 (SUBDIR_GDBTK_CLEAN): Set.
180 (install-gdbtk): Install the insight binary.
181 (uninstall-gdbtk): New target.
182 (all-gdbtk, clean-gdbtk): New rule.
183 * top.c (use_windows): Default to zero.
184 * main.c: Include "main.h".
185 (main): Delete.
186 (struct captured_main_args): Delete.
187 (gdb_main): New function.
188 * main.h: New file.
189 * gdb.c: New File.
190
1912002-09-25 Andrew Cagney <cagney@redhat.com>
192
193 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
194 (frame_map_regnum_to_name): New function.
195 (frame_map_name_to_regnum): New function.
196 * frame.h (frame_map_name_to_regnum): Declare.
197 (frame_map_regnum_to_name): Declare.
198 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
199 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
200 * parse.c: Do not include "builtin-regs.h".
201 (target_map_name_to_register): Delete function.
202 (write_dollar_variable): Use frame_map_name_to_regnum.
203 * parser-defs.h (target_map_name_to_register): Delete declaration.
204 * expprint.c: Include "frame.h".
205 (print_subexp): Use frame_map_regnum_to_name.
206 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
207 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
208
2092002-09-25 Andrew Cagney <ac131313@redhat.com>
210
211 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
212 wasn't saved, and the next innermost frame is a dummy, return the
213 dummy frame's link register.
214
2152002-09-24 Jim Blandy <jimb@redhat.com>
216
217 Fix from Paul Breed:
218 * main.c (captured_main): Add a `break' after the case for 'b'.
219
2202002-09-24 Keith Seitz <keiths@redhat.com>
221
222 * varobj.c (c_type_of_child): Use get_target_type instead
223 of TYPE_TARGET_TYPE.
224
2252002-09-22 Fernando Nasser <fnasser@redhat.com>
226
227 * source.c (get_current_or_default_source_symtab_and_line): Remove
228 function.
229 (set_default_source_symtab_and_line): New function. Attempts to
230 determine a source file to list lines from if one is not currently
231 defined.
232 (get_current_source_symtab_and_line): Initialize sal.pc and
233 sal.end fields.
234 (set_current_source_symtab_and_line): Mark argument as const.
235 * source.h: Update declarations and comments.
236 * linespec.c (decode_line_1): Replace call to removed routine above.
237 * stack.c (print_frame_info_base): Ditto.
238 * cli/cli-cmds.c (edit_command): Ditto.
239 (list_command): Ditto.
240
2412002-09-22 Fernando Nasser <fnasser@redhat.com>
242
243 * source.c (get_current__or_default_source_symtab_and_line): Initialize
244 sal.pc and sal.end fields.
245 (get_current_or_default_source_symtab_and_line): Ditto.
246 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
247 so we do not cause a new source symtab to be searched for (reverting an
248 unintentional change from the 2002-09-20 patch).
249 * scm-lang.c (scm_unpac): Ditto.
250
2512002-09-21 Andrew Cagney <cagney@redhat.com>
252
253 * complaints.c (symfile_explanations): Remove new-line from
254 ``isolated_message''.
255 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
256 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
257
2582002-09-20 Nick Clifton <nickc@redhat.com>
259
260 * NEWS: Announce that V850EA ISA is no longer supported.
261 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
262
2632002-09-20 David Carlton <carlton@math.stanford.edu>
264
265 * Makefile.in (c-lang.o): Correct dependencies.
266 (utils.o): Gather dependencies.
267 (charset.o): Move.
268 * c-lang.c: #include "gdb_string.h"
269
2702002-09-20 Fernando Nasser <fnasser@redhat.com>
271
272 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
273 * cli/cli-cmds.c (list_command): New function. Implements the new
274 cli edit command.
275 (_init_cli_cmds): Add new command definition.
276 * gdb.1: Document edit command.
277 * doc/gdb.texinfo: Document edit command.
278
2792002-09-20 Fernando Nasser <fnasser@redhat.com>
280
281 * source.c: Make global variables current_source_symtab and
282 current_source_line static.
283 (list_command): Moved to cli/cli-cmds.c.
284 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
285 (get_first_line_listed): New accessor function.
286 (get_lines_to_list): New accessor function.
287 (get_current_source_symtab_and_line): New function. Retrieves the
288 position in the source code that we consider current.
289 (get_current_or_default_source_symtab_and_line): New function.
290 Like the above but attempts to determine a default position if one
291 is not currently defined.
292 (set_current_source_symtab_and_line): New function. Sets the source
293 code position considered current and returns the previously set one.
294 (clear_current_source_symtab_and_line): Reset stored information about
295 a current source line.
296 (_initialize_source): Remove registration for the "list" command and
297 its alias.
298 * source.h: Add declarations for the new functions above.
299 * symtab.h: Remove declarations for the global variables mentioned
300 above.
301 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
302 obtain current source line.
303 * linespec.c (decode_line_1): Ditto.
304 * macroscope.c (default_macro_scope): Ditto.
305 * scm-lang.c (scm_unpac): Ditto.
306 * stack.c (print_frame_info_base): Ditto.
307 * symfile.c (clear_symtab_users): Ditto.
308 * symtab.c (decode_line_spec): Ditto.
309 * cli/cli-cmds.c (list_command): Moved here from source.c.
310 (ambiguous_line_spec): Moved here from source.c.
311 (_init_cli_cmds): Add definition for "list" and its alias.
312 * Makefile.in: Update dependencies.
313
3142002-09-20 Corinna Vinschen <vinschen@redhat.com>
315
316 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
317 with what gcc thinks is correct.
318
3192002-09-20 Corinna Vinschen <vinschen@redhat.com>
320
321 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
322 multiple register push instruction.
323
3242002-09-19 Jim Blandy <jimb@redhat.com>
325
326 Add support for distinct host and target character sets.
327 * charset.c, charset.h: New files.
328 * c-exp.y: #include "charset.h".
329 (yylex): Convert character and string literals to the target
330 character set, before returning them as the semantic value of the
331 token.
332 * c-lang.c: #include "charset.h".
333 (c_emit_char): Use charset-specific methods to recognize
334 characters with backslash escape forms, to decide which characters
335 to print literally and which to print using numeric escape
336 sequences, and to convert target characters to host characters
337 before printing.
338 * utils.c: #include "charset.h".
339 (no_control_char_error): New function.
340 (parse_escape): Use charset-specific methods to recognize
341 backslash escapes, parse `control character' notation, and convert
342 characters from the host character set to the target character set.
343 * configure.in: Set the default host character set.
344 Check where to find iconv, and what its argument types might be.
345 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
346 * Makefile.in (SFILES): List charset.c.
347 (COMMON_OBS): List charset.o.
348 (charset.o): New rule.
349 (charset_h): New header dependency variable.
350 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
351 (LIBICONV): New variable, set by configure.
352 (CLIBS): Include $(LIBICONV) here.
353 * aclocal.m4, config.in, configure: Regenerated.
354
3552002-09-19 Joel Brobecker <brobecker@gnat.com>
356
357 * ada-exp.y: Add missing semicolons to end rules. Fixes a
358 bison 1.35 warning.
359
3602002-09-19 Richard Earnshaw <rearnsha@arm.com>
361
362 * gdb_mbuild.sh: New file.
363
3642002-09-19 Andrew Cagney <ac131313@redhat.com>
365
366 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
367
3682002-09-18 Andrew Cagney <ac131313@redhat.com>
369
370 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
371 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
372 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
373 valops.c, value.h: Revert previous change.
374
3752002-09-18 Michael Snyder <msnyder@redhat.com>
376
377 Preliminary support for Objective-C:
378 * defs.h (language_objc): New enum value.
379 (puts_filtered_tabular): Declaration only, exported from utils.c.
380 (skip_quoted): Delete, declared in completer.h.
381 * c-exp.y: Include completer.h.
382 * p-exp.y: Ditto.
383 * jv-exp.y: Ditto.
384 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
385 New operator enum values.
386 * language.h (CAST_IS_CONVERSION): Test for language_objc.
387 * language.c (binop_result_type): Handle language_objc case.
388 (integral_type, character_type, string_type, boolean_type,
389 structured_type, binop_type_check): Ditto.
390 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
391 (struct objc_specific): Add to general_symbol_info.
392 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
393 (SYMBOL_DEMANGLED_NAME): Handle objc case.
394 * parser-defs.h (struct objc_class_str): New struct type.
395 (start_msglist, end_msglist, add_msglist): Declaration only,
396 exported from objc-lang.c.
397 * value.h (value_of_local, value_nsstring,
398 call_function_by_hand_expecting_type): Exported from valops.c.
399 * valops.c (find_function_addr): Export.
400 (call_function_by_hand_expecting_type): New function.
401 (value_of_local): New function.
402 * symfile.c (init_filename_language_table): Add ".m" extension
403 for Objective-C.
404 * utils.c (puts_filtered_tabular): New function.
405 (fprintf_symbol_filtered): Add objc demangling support (disabled).
406 (set/show demangle): Extend help-string to refer to ObjC.
407 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
408 * stabsread.c (symbol_reference_defined): Objective-C symbols
409 may contain colons: make allowances when scanning stabs strings
410 for colons.
411 (objc_find_colon): New function.
412 * printcmd.c (address_info): If language == objc then print
413 "self" instead of "this".
414 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
415 OP_NSSTRING, and OP_SELF.
416 (prefixify_subexp): Ditto.
417 * source.c (print_source_lines): Mention objc in comment.
418 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
419 method names.
420
4212002-09-18 Andrew Cagney <ac131313@redhat.com>
422
423 * complaints.h: Update copyright.
424 (struct complaints): Declare.
425 (struct complaint): Make `message' constant.
426 (internal_complaint): Declare.
427 (complaint): Declare.
428 (complaint_root): Delete declaration.
429 (symfile_complaints): Delete declaration.
430 (struct complaints): Add opaque declaration.
431 (clear_complaints): Add a complaints parameter.
432 * complaints.c: Update copyright.
433 (enum complaint_series): Define.
434 (complaint_root): Delete.
435 (struct complaints): Define.
436 (complaint_sentinel, symfile_complaint_book): New variables.
437 (symfile_explanations, symfile_complaints): New variables.
438 New variables.
439 (get_complaints): New function.
440 (vcomplaint): New function.
441 (complaint): New function.
442 (internal_complaint): New function.
443 (complain): Call vcomplain with symfile_complaint.
444 (clear_complaints): Rewrite.
445 (_initialize_complaints): Use add_setshow_command.
446 * Makefile.in (complaints.o): Update dependencies.
447 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
448 to call to clear_complaints.
449 (new_symfile_objfile, reread_symbols): Ditto.
450 (oldsyms_complaint): Delete.
451 (empty_symtab_complaint, unknown_option_complaint): Delete.
452 (free_named_symtabs): Use complaint instead of complain.
453
4542002-09-18 Michael Snyder <msnyder@redhat.com>
455
456 Contributed by Apple Computer, Inc. Merged with current sources
457 by Adam Fedor <fedor@doc.com> [cagney].
458
459 * objc-lang.c: First clean-up round: comments, indentation.
460 * objc-lang.h: Ditto.
461 * objc-lang.y: Ditto.
462
4632002-09-18 Andrew Cagney <ac131313@redhat.com>
464
465 * maint.c (maintenance_internal_error): Print the parameter as the
466 error message.
467 (maintenance_internal_warning): New function.
468 (_initialize_maint_cmds): Add command `maint internal-warning'.
469
470 * defs.h (internal_warning, internal_vwarning): Declare.
471 * utils.c (struct internal_problem): Define.
472 (internal_vproblem): New function.
473 (internal_warning): New function.
474 (internal_vwarning): New function.
475 (internal_warning_problem, internal_error_problem): New variables.
476 (internal_verror): Just call internal_vproblem.
477
4782002-09-18 Michael Snyder <msnyder@redhat.com>
479
480 * objc-lang.c: New file, support for Objective-C.
481 Preliminary check-in, not yet integrated into gdb.
482 * objc-lang.h: New file.
483 * objc-exp.y: New file.
484
4852002-09-18 Andrew Cagney <ac131313@redhat.com>
486
487 * infrun.c (signal_stop_update): Convert definition to ISO C.
488 (signal_print_update): Ditto.
489 (signal_pass_update): Ditto.
490 * inflow.c (terminal_save_ours): Ditto.
491
492 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
493 comments.
494
495 * config/djgpp/fnchange.lst: Handle name clashes between
496 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
497 bfd/coff-tic80.c.
498
499 * i386-linux-tdep.h: Fix tipo.
500
5012002-09-18 Adam Fedor <fedor@gnu.org>
502
503 * MAINTAINERS: Add myself to the Write After Approval list.
504
5052002-09-18 Jim Blandy <jimb@redhat.com>
506
507 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
508 texthigh and textlow to reader-specific structs caused
509 objfile_relocate to miss them. This is fixable, but the work that
510 the change was supposed to prepare GDB for never got done anyway.
511
5122002-09-18 David Carlton <carlton@math.stanford.edu>
513
514 * MAINTAINERS: Alphabetize Write After Approval list.
515
5162002-09-18 Daniel Jacobowitz <drow@mvista.com>
517
518 Fix PR gdb/709
519 * values.c (value_static_field): Call read_var_value.
520
5212002-09-18 Andrew Cagney <ac131313@redhat.com>
522
523 * valops.c (hand_function_call): Align the initial stack pointer
524 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
525 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
526 return value.
527 * mips-tdep.c (mips_frame_align): New function.
528 (mips_gdbarch_init): Set frame_align.
529 * gdbarch.sh (FRAME_ALIGN): New method.
530 * gdbarch.h, gdbarch.c: Re-generate.
531
5322002-09-18 Michal Ludvig <mludvig@suse.cz>
533
534 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
535 registers.
536
5372002-09-17 Andrew Cagney <ac131313@redhat.com>
538
539 * NEWS: Mention that MIPS $fp behavior changed.
540 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
541 reference to FP_REGNUM.
542 (mipsnbsd_cannot_store_register): Ditto.
543 * mips-linux-nat.c: Update copyright.
544 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
545 (mips_linux_cannot_store_register): Ditto.
546 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
547 * config/mips/tm-mips.h: Update copyright.
548 (FP_REGNUM): Delete macro.
549 (MIPS_REGISTER_NAMES): Replace "fp" with "".
550 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
551 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
552 (mips_r3041_reg_names, mips_r3051_reg_names)
553 (mips_r3081_reg_names): Replace "fp" with "".
554 Fix PR gdb/480.
555
5562002-09-17 Theodore A. Roth <troth@verinet.com>
557
558 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
559 generic_read_register_dummy() (PR gdb/703).
560 (avr_push_return_address): #if 0 out unused vars.
561 (avr_gdbarch_init): Enable use of avr_push_return_address().
562
5632002-09-17 Michael Snyder <msnyder@redhat.com>
564
565 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
566 RTE will take care of it.
567
5682002-09-17 Andrew Cagney <ac131313@redhat.com>
569
570 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
571 invalid, return SP_REGNUM.
572
5732002-09-17 Michael Snyder <msnyder@redhat.com>
574
575 * mips-tdep.c (mips_pop_frame): Read saved values of floating
576 point registers without sign extension.
577
5782002-09-17 Andrew Cagney <cagney@redhat.com>
579
580 * blockframe.c (deprecated_read_register_dummy): Rename
581 generic_read_register_dummy.
582 * frame.c (frame_unwind_signed_register): New function.
583 (frame_unwind_unsigned_register): New function.
584 * frame.h (frame_unwind_signed_register): Declare.
585 (frame_unwind_unsigned_register): Declare.
586 (deprecated_read_register_dummy): Rename
587 generic_read_register_dummy.
588
589 * h8300-tdep.c (h8300_frame_chain): Update.
590 (h8300_frame_saved_pc): Update.
591 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
592 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
593 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
594 (s390_frame_chain): Update.
595 * v850-tdep.c (v850_find_callers_reg): Update.
596 (v850_frame_saved_pc): Update.
597 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
598 (m32r_find_callers_reg): Update.
599 (m32r_frame_saved_pc): Update.
600 * sh-tdep.c (sh_find_callers_reg): Update.
601 (sh64_get_saved_pr): Update.
602 (sh_init_extra_frame_info): Update.
603 (sh_init_extra_frame_info): Update.
604 (sh64_init_extra_frame_info): Update.
605 (sh64_init_extra_frame_info): Update.
606 * mcore-tdep.c (mcore_find_callers_reg): Update.
607 (mcore_frame_saved_pc): Update.
608 (mcore_init_extra_frame_info): Update.
609 * i386-tdep.c (i386_frame_saved_pc): Update.
610 * ia64-tdep.c (ia64_frame_saved_pc): Update.
611 (ia64_init_extra_frame_info): Update.
612 (ia64_init_extra_frame_info): Update.
613 * d10v-tdep.c (d10v_frame_saved_pc): Update.
614 * cris-tdep.c (cris_init_extra_frame_info): Update.
615 * avr-tdep.c (avr_frame_chain): Update.
616 (avr_init_extra_frame_info): Update.
617 (avr_frame_saved_pc): Update.
618 * arm-tdep.c (arm_find_callers_reg): Update.
619 (arm_init_extra_frame_info): Update.
620 (arm_frame_saved_pc): Update.
621
6222002-09-17 Tom Tromey <tromey@redhat.com>
623
624 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
625 is "'".
626
6272002-09-17 Corinna Vinschen <vinschen@redhat.com>
628
629 * MAINTAINERS: Remove "non multi-arched" text from h8300.
630 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
631 NEXT_PROLOGUE_INSN.
632 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
633 NEXT_PROLOGUE_INSN.
634
6352002-09-16 Joel Brobecker <brobecker@gnat.com>
636
637 * osfsolib.c: Remove file, replaced by solib-osf.c.
638 * Makefile.in: Remove compilation rules for osfsolib.c.
639
6402002-09-16 David Carlton <carlton@math.stanford.edu>
641
642 * cp-valprint.c (cp_print_class_method): Correct args to
643 check_stub_method_group.
644
6452002-09-16 Corinna Vinschen <vinschen@redhat.com>
646
647 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
648 `set architecture'. Unify naming convention of functions.
649 (h8300_skip_prologue): Improve prologue analysis.
650 (h8300_push_arguments): Rewritten to more closely match GCC's
651 bizarre argument-passing behavior, along with the comment describing
652 said behavior.
653 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
654 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
655 sim, remote-e7000.c, remote-hms.c and remote.c
656
6572002-09-15 Mark Kettenis <kettenis@gnu.org>
658
659 * i386-tdep.c (gdb_print_insn_i386): Removed.
660 (i386_print_insn): New function.
661 (i386_gdbarch_init): Set print_insn to i386_print_insns.
662 (_initialize_i386_tdep): Don't initialize tm_print_insn and
663 tm_print_insn_info.
664
6652002-09-14 Mark Kettenis <kettenis@gnu.org>
666
667 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
668 zero.
669
6702002-09-14 Corinna Vinschen <vinschen@redhat.com>
671
672 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
673 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
674 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
675
6762002-09-13 Christopher Faylor <cgf@redhat.com>
677
678 * win32-nat.c (child_create_inferior): Honor 'tty' command.
679
6802002-09-13 Daniel Jacobowitz <drow@mvista.com>
681
682 * gdbtypes.c (check_stub_method): Make static.
683 (check_stub_method_group): New function.
684 * gdbtypes.h: Update prototypes.
685 * cp-support.c: New file.
686 * cp-support.h: New file.
687
688 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
689 (update_method_name_from_physname): New function.
690 (read_member_functions): Correct method names for operators
691 and v3 constructors/destructors. Separate v2 constructors and
692 destructors.
693 * Makefile.in (stabsread.o): Update dependencies.
694 (SFILES): Add cp-support.c.
695 (COMMON_OBS): Add cp-support.o.
696 (cp_support_h, cp-support.o): Add.
697
698 * cp-valprint.c (cp_print_class_method): Call
699 check_stub_method_group instead of check_stub_method. Remove
700 extraneous QUITs.
701 * p-valprint.c (pascal_object_print_class_method): Likewise.
702 * valops.c (search_struct_method): Likewise.
703 (find_method_list, value_struct_elt_for_reference): Likewise.
704
7052002-09-13 Andrew Cagney <cagney@redhat.com>
706
707 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
708 * gdbarch.h, gdbarch.c: Regenerate.
709
7102002-09-13 Andrew Cagney <ac131313@redhat.com>
711
712 * frame.c (find_saved_register): Delete function.
713 * frame.h (find_saved_register): Delete declaration.
714 Fix PR gdb/631.
715
716Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
717
718 * mips-tdep.c (read_next_frame_reg): Re-hack using
719 frame_register_unwind.
720
721Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
722
723 * mips-tdep.c (mips_get_saved_register): Re-hack using
724 frame_register_unwind.
725
7262002-09-12 Joel Brobecker <brobecker@gnat.com>
727
728 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
729 vector. Will be useful for Interix.
730 * gdbarch.h, gdbarch.c: Regenerate.
731
732 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
733 name of the malloc function by NAME_OF_MALLOC.
734
7352002-09-12 Joel Brobecker <brobecker@gnat.com>
736
737 * value.h (find_function_in_inferior): Add const keyword to
738 one of the parameters. Allows us to invoke this function with
739 a const char *.
740 * valops.c (find_function_in_inferior): Likewise.
741
7422002-09-12 Joel Brobecker <brobecker@gnat.com>
743
744 * exec.c (xfer_memory): Fix compilation warning with old versions
745 of GCC.
746 * tracepoint.c (trace_find_tracepoint_command): Likewise.
747
7482002-09-12 David Carlton <carlton@math.stanford.edu>
749
750 * symtab.h: Run through gdb_indent.h.
751 Add 2002 to Copyright year list.
752
7532002-09-12 Alan Modra <amodra@bigpond.net.au>
754
755 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
756 mach constants.
757 * MAINTAINERS: Add myself to write after approval list.
758
7592002-09-11 J. Brobecker <brobecker@gnat.com>
760
761 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
762
7632002-09-11 J. Brobecker <brobecker@gnat.com>
764
765 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
766 Interix.
767
7682002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
769
770 * procfs.c (do_detach): Clear current signal, not just fault.
771 Corrects problem with breakpoint trap signal leaking to detached
772 process on Tru64.
773
7742002-09-10 Michael Snyder <msnyder@redhat.com>
775
776 * buildsym.c (finish_block): Protect against null pointer.
777
7782002-09-10 Andrew Cagney <cagney@redhat.com>
779
780 * infcmd.c (default_print_registers_info): Send all output to
781 ``file'' instead of ``gdb_stdout''.
782
7832002-09-10 Michael Snyder <msnyder@redhat.com>
784
785 * mips-tdep.c (mips_extract_struct_value_address): Make val a
786 LONGEST, and use signed register read (addresses are sign-
787 extended for mips).
788
7892002-09-10 Stephane Carrez <stcarrez@nerim.fr>
790
791 * event-loop.c (gdb_do_one_event): Make public.
792 * event-loop.h (gdb_do_one_event): Declare.
793
7942002-09-10 Jeff Law <law@redhat.com>
795
796 * infttrace.c (child_resume): Simplify and rework to avoid
797 TT_PROC_CONTINUE.
798
7992002-09-09 Fred Fish <fnf@intrinsity.com>
800
801 * printcmd.c (print_scalar_formatted): "len" is the number of
802 target bytes, NOT the number of target bits.
803
8042002-09-09 Elena Zannoni <ezannoni@redhat.com>
805
806 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
807 * top.c (init_main): Set rl_terminal_name.
808
8092002-09-08 Aidan Skinner <aidan@velvet.net>
810
811 * ada-lang.c (ada_array_bound, ada_type_match,
812 _initialize_ada_language): Fix K&R definitions.
813 * ada-tasks.c (get_current_task): Fix K&R definitions.
814 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
815
8162002-09-07 Christopher Faylor <cgf@redhat.com>
817
818 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
819 Add XP.
820
8212002-09-06 Mark Kettenis <kettenis@gnu.org>
822
823 * i386-tdep.c (i386_register_virtual_type,
824 i386_register_convertible, i386_register_convert_to_virtual,
825 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
826 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
827 (i386_gdbarch_init): Fix comment. Add comments on calls that set
828 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
829 Don't set push_arguments twice.
830
831 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
832 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
833 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
834 sigtramp_end to NULL.
835 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
836 defines.
837 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
838
839 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
840 whitespace.
841
842 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
843 * gdbarch.h, gdbarch.c: Re-generate.
844 * blockframe.c (find_pc_sect_partial_function): Convert to use
845 SIGTRAMP_START_P predicate.
846
8472002-09-05 Michael Snyder <msnyder@redhat.com>
848
849 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
850 generic_dummy_frame method and old method. Also distinguish
851 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
852 (arm_extract_return_value): Use new regcache method.
853
854 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
855 adjustment that doesn't conform to the ABI.
856 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
857 saved regcache, not from current regcache.
858
8592002-09-05 Andrew Cagney <ac131313@redhat.com>
860
861 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
862 * README: Update.
863
8642002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
865
866 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
867 if arm_apcs_32 is false.
868
8692002-09-04 Andrew Cagney <ac131313@redhat.com>
870
871 GDB 5.3 branch created.
872
8732002-09-03 Theodore A. Roth <troth@verinet.com>
874
875 * gdb/avr-tdep.c (avr_gdbarch_init): Use
876 generic_unwind_get_saved_register.
877
8782002-09-03 David Carlton <carlton@math.stanford.edu>
879
880 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
881 argument (PR gdb/653). Update call to smash_to_method_type.
882 (read_structure_scope): Update call to dwarf2_add_member_fn.
883
8842002-09-03 Michal Ludvig <mludvig@suse.cz>
885
886 * x86-64-linux-tdep.c: Include gdb_string.h
887 * x86-64-linux-nat.c: Ditto.
888
8892002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
890
891 * ada-exp.y (yyname, yyrule): Remap global variables that appear
892 when YYDEBUG is set to 1.
893 * c-exp.y: Likewise.
894 * f-exp.y: Likewise.
895 * jv-exp.y: Likewise.
896 * m2-exp.y: Likewise.
897 * p-exp.y: Likewise.
898
8992002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
900
901 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
902 dependency list.
903 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
904 solib_svr4_fetch_link_map_offsets to
905 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
906 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
907 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
908 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
909 solib-svr4.o, and solib-legacy.o.
910 * config/i386/tm-nbsd.h: Include solib.h.
911
9122002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
913
914 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
915 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
916 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
917 comment noting that this needs its own target configuration.
918 * config/i386/nbsd.mt: New file.
919 * config/i386/nbsdaout.mt: Remove.
920 * config/i386/nbsdelf.mt: Ditto.
921 * config/i386/tm-nbsdaout.h: Ditto.
922
9232002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
924
925 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
926 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
927 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
928 tdep->sigtramp_end.
929 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
930 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
931 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
932
9332002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
934
935 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
936 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
937 * i386-tdep.h (i386bsd_init_abi): New prototype.
938 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
939 function declaration.
940 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
941 for NetBSD-a.out or NetBSD-ELF.
942 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
943 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
944 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
945 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
946 and nbsd-tdep.h.
947 (i386nbsd_pc_in_sigtramp): New function.
948 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
949 i386nbsd_pc_in_sigtramp.
950 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
951 and i386nbsdelf_init_abi OS ABI handlers.
952 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
953 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
954
9552002-09-02 Mark Kettenis <kettenis@gnu.org>
956
957 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
958 registers if the target really has them.
959
9602002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
961
962 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
963 than nbsd-tdep.h.
964
9652002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
966
967 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
968 list.
969 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
970 (alphanbsd_skip_sigtramp_frame): New functions.
971 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
972 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
973 to alphanbsd_sigcontext_addr.
974
9752002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
976
977 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
978 list.
979 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
980 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
981 nbsd_pc_in_sigtramp.
982 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
983 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
984 * nbsd-tdep.c: Include gdb_string.h.
985 (nbsd_pc_in_sigtramp): New function.
986 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
987 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
988 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
989 ppcnbsd_pc_in_sigtramp.
990 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
991 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
992 shnbsd_pc_in_sigtramp.
993 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
994 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
995 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
996
9972002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
998
999 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1000 watchpoints to NULL.
1001 (insert_breakpoints): set val field of watchpoints if NULL.
1002
1003
10042002-08-29 Jim Blandy <jimb@redhat.com>
1005
1006 * symtab.c (lookup_symbol_aux): In the cases where we find a
1007 minimal symbol of an appropriate name and use its address to
1008 select a symtab to read and search, use `name' (as passed to us)
1009 as the demangled name when searching the symtab's global and
1010 static blocks, not the minsym's name.
1011
10122002-08-29 Keith Seitz <keiths@redhat.com>
1013
1014 * stack.c (print_frame_info_base): Always set current_source_symtab
1015 and current_source_line.
1016
10172002-08-29 Donn Terry <donnte@microsoft.com>
1018
1019 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1020
10212002-08-28 Keith Seitz <keiths@redhat.com>
1022
1023 * stack.c (select_frame): Add FIXME concerning selected-frame
1024 events.
1025 (select_frame_command): Send selected-frame-level-changed
1026 event notification, but only if the level actually changed.
1027 (up_silently_base): Add selected-frame-level-changed event
1028 notification.
1029 (down_silently_base): Likewise.
1030
10312002-08-28 Andrew Cagney <ac131313@redhat.com>
1032
1033 * Makefile.in: Update dependencies for all gdb/*.c files.
1034
10352002-08-27 Tom Tromey <tromey@redhat.com>
1036
1037 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1038 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1039 Update dependencies.
1040 * i387-tdep.c: Include gdb_string.h.
1041 * osabi.c: Likewise.
1042 * i386-linux-nat.c: Likewise.
1043 * lin-lwp.c: Likewise.
1044 * ax-gdb.c: Likewise.
1045 * signals/signals.c: Likewise.
1046 * jv-valprint.c: Likewise.
1047 * p-lang.c: Likewise.
1048 * c-valprint.c: Likewise.
1049 * cp-abi.c: Likewise.
1050
10512002-08-27 Elena Zannoni <ezannoni@redhat.com>
1052
1053 * cli/cli-script.h (copy_command_lines): Export.
1054 * breakpoint.c: Include cli/cli-script.h.
1055 * Makefile.in (breakpoint.o): Update dependencies.
1056
10572002-08-26 Michael Snyder <msnyder@redhat.com>
1058
1059 * breakpoint.c (insert_breakpoints): Protect all references
1060 to 'process_warning'. Shorten long lines.
1061
10622002-08-26 Joel Brobecker <brobecker@gnat.com>
1063
1064 * cli/cli-script.c (copy_command_lines): New function.
1065 * defs.h (copy_command_lines): Export.
1066 * testsuite/gdb.base/commands.exp: New tests for commands
1067 attached to a temporary breakpoint, and for commands that
1068 delete the breakpoint they are attached to.
1069
10702002-08-26 Michael Snyder <msnyder@redhat.com>
1071
1072 * breakpoint.c (bpstat_stop_status): Instead of copying the
1073 pointer to the breakpoint commands struct, make a new copy
1074 of the struct and point to that.
1075 (bpstat_clear): Free the commands struct.
1076 (bpstat_clear_actions): Free the commands struct.
1077 (bpstat_do_actions): Free the command actions. Also execute
1078 the local cleanups, instead of deleting them.
1079 (delete_breakpoint): Leave the commands field of the bpstat
1080 chain alone -- it will be freed later.
1081
10822002-08-26 Kevin Buettner <kevinb@redhat.com>
1083
1084 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1085 deleted in 2002-08-20 commit. This function is still used by
1086 ppc-linux-nat.c.
1087
10882002-08-26 Keith Seitz <keiths@redhat.com>
1089
1090 * gdb-events.sh: Add selected-frame-level-changed event.
1091 * gdb-events.c: Regenerated.
1092 * gdb-events.h: Regenerated.
1093
10942002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1095
1096 Fix PR gdb/393:
1097 * inflow.c (terminal_save_ours): New function to save terminal
1098 settings.
1099 * inferior.h (terminal_save_ours): Declare.
1100 * target.c (debug_to_terminal_save_ours): New function.
1101 (cleanup_target): Defaults to_terminal_save_ours.
1102 (update_current_target): Inherit to_terminal_save_ours.
1103 (setup_target_debug): Set to_terminal_save_ours.
1104 * target.h (target_terminal_save_ours): New to save terminal settings.
1105 (target_ops): New member to_terminal_save_ours.
1106 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1107 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1108 * inftarg.c (init_child_ops): Likewise.
1109 * m3-nat.c (init_m3_ops): Likewise.
1110 * procfs.c (init_procfs_ops): Likewise.
1111 * wince.c (init_child_ops): Likewise.
1112 * win32-nat.c (init_child_ops): Likewise.
1113 * sol-thread.c (init_sol_thread_ops): Likewise.
1114
11152002-08-26 Mark Kettenis <kettenis@gnu.org>
1116
1117 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1118 use regcache_* functions.
1119 (i386_gdbarch_init): Set store_return_value instead of
1120 deprecated_store_return_value.
1121
1122 * regcache.c (regcache_raw_write_signed,
1123 regcache_raw_write_unsigned): New functions.
1124 * regcache.h (regcache_raw_write_signed,
1125 regcache_raw_write_unsigned): New prototypes.
1126
11272002-08-25 Andrew Cagney <ac131313@redhat.com>
1128
1129 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1130 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1131 source file dependencies. Cleanup corresponding generator rules.
1132
11332002-08-25 Andrew Cagney <ac131313@redhat.com>
1134
1135 * regcache.h (register_offset_hack): Declare.
1136 (regcache_cooked_read_using_offset_hack): Declare.
1137 (regcache_cooked_write_using_offset_hack): Declare.
1138
1139 * regcache.c (register_offset_hack): New function.
1140 (regcache_cooked_read_using_offset_hack): New function.
1141 (regcache_cooked_write_using_offset_hack): New function.
1142 (regcache_dump): Check that the registers, according to their
1143 offset, are packed hard against each other.
1144 (cooked_xfer_using_offset_hack): New function.
1145
11462002-08-25 Andrew Cagney <ac131313@redhat.com>
1147
1148 * regcache.c (struct regcache_descr): Add field register_type.
1149 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1150 in as a parameter
1151 (init_regcache_descr): Initialize register_type. Pass the descr
1152 to init_legacy_regcache_descr. Use register_type instead of
1153 REGISTER_VIRTUAL_TYPE.
1154 (register_type): New function.
1155 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1156 * regcache.h (register_type): Declare.
1157
11582002-08-25 Andrew Cagney <ac131313@redhat.com>
1159
1160 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1161 instead of deprecated_store_return_value. Fix fallout from
1162 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1163
11642002-08-25 Andrew Cagney <ac131313@redhat.com>
1165
1166 * regcache.c (max_register_size): New function.
1167 (init_legacy_regcache_descr): Ensure that max_register_size is
1168 large enough for REGISTER_VIRTUAL_SIZE.
1169 * regcache.h (max_register_size): Declare.
1170
11712002-08-24 Andrew Cagney <ac131313@redhat.com>
1172
1173 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1174 store_return_value.
1175 (e500_extract_return_value): Change type of valbuf pointer to
1176 void.
1177
11782002-08-24 Mark Kettenis <kettenis@gnu.org>
1179
1180 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1181 workaround.
1182
1183 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1184 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1185 long long) to prevent compiler warning on 64-bit systems.
1186
11872002-08-23 Andrew Cagney <cagney@redhat.com>
1188
1189 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1190 (DEPRECATED_STORE_RETURN_VALUE): New method.
1191 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1192 * gdbarch.h, gdbarch.c: Re-generate.
1193
1194 * values.c (set_return_value): Pass current_regcache to
1195 STORE_RETURN_VALUE.
1196 * arch-utils.h (legacy_store_return_value): Declare.
1197 * arch-utils.c (legacy_store_return_value): New function.
1198 (legacy_extract_return_value): Update parameters.
1199
1200 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1201 STORE_RETURN_VALUE.
1202 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1203 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1204 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1205 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1206 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1207 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1208 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1209 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1210 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1211 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1212
1213 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1214 * i386-tdep.c (i386_extract_return_value): Update.
1215 * arch-utils.c (legacy_extract_return_value): Update.
1216 * frv-tdep.c (frv_gdbarch_init): Update.
1217 * cris-tdep.c (cris_gdbarch_init): Update.
1218 * d10v-tdep.c (d10v_gdbarch_init): Update.
1219 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1220 * m68k-tdep.c (m68k_gdbarch_init): Update.
1221 * mcore-tdep.c (mcore_gdbarch_init): Update.
1222 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1223 * s390-tdep.c (s390_gdbarch_init): Update.
1224 * sparc-tdep.c (sparc_gdbarch_init): Update.
1225 * sh-tdep.c (sh_gdbarch_init): Update.
1226 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1227 * v850-tdep.c (v850_gdbarch_init): Update.
1228 * avr-tdep.c (avr_gdbarch_init): Update.
1229 * ia64-tdep.c (ia64_gdbarch_init): Update.
1230 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1231 * vax-tdep.c (vax_gdbarch_init): Update.
1232 * alpha-tdep.c (alpha_gdbarch_init): Update.
1233 * arm-tdep.c (arm_gdbarch_init): Update.
1234 * mips-tdep.c (mips_gdbarch_init): Update.
1235 * i386-tdep.c (i386_gdbarch_init): Update.
1236
12372002-08-23 Andrew Cagney <ac131313@redhat.com>
1238
1239 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1240 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1241
12422002-08-24 Mark Kettenis <kettenis@gnu.org>
1243
1244 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1245 problems.
1246
12472002-08-23 Joel Brobecker <brobecker@gnat.com>
1248
1249 * infrun.c (handle_inferior_event): Move a comment outside of a
1250 function call, in order to avoid indent reformatting this part
1251 of the code in an unreadable way.
1252
12532002-08-23 Grace Sainsbury <graces@redhat.com>
1254
1255 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1256 when breakpoints fail. Move general breakpoint error messages to
1257 insert_breakpoints.
1258 * breakpoint.c (insert_breakpoints): Change warnings when
1259 breakpoints are nto inserted to specify the type. Remove call to
1260 memory_error when hardware breakpoints can't be inserted. Remove
1261 multiple calls to warning so all messages are sent to the user at
1262 once.
1263 (delete_breakpoints): Make insert error messsages more explicit.
1264
12652002-08-23 Daniel Jacobowitz <drow@mvista.com>
1266
1267 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1268 gdbserver/ChangeLog.
1269
12702002-08-23 Mark Kettenis <kettenis@gnu.org>
1271
1272 * i386-tdep.c: Include "objfiles.h".
1273 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1274 skip_trampoline_code.
1275 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1276 (CPLUS_MARKER): Define to '.'.
1277
1278 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1279 member.
1280 (linux_corefile_thread_callback): Increase args->num_notes.
1281 (linux_make_note_section): Initialize thread_args.num_notes, and
1282 use it to determine whether notes for any threads were created.
1283
12842002-08-23 Donn Terry <donnte@microsoft.com>
1285
1286 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1287 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1288 and PCUNKILL.
1289 (write_with_trace): Conditionalize out the switch branch handling
1290 PCSHOLD if the corresponding macro is not defined. Likewise for
1291 PRSABORT and PRSTOP.
1292 This change will be needed by the Interix port.
1293
12942002-08-22 Elena Zannoni <ezannoni@redhat.com>
1295
1296 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1297 write_register wherever possible instead of manipulating the
1298 register bytes directly.
1299 Assign VALUE_CONTENTS to a variable and use that.
1300 The GPR numbers are now dependent on the architecture.
1301
13022002-08-22 Elena Zannoni <ezannoni@redhat.com>
1303
1304 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1305 ev_offset fields.
1306 (skip_prologue): Add support for BookE/e500 instructions.
1307 (e500_extract_return_value): New function.
1308 (frame_get_saved_regs): Add support for saving ev registers and
1309 pseudo gpr's.
1310 (e500_store_return_value): New function.
1311 (rs6000_gdbarch_init): Move up default intializations of
1312 deprecated_extract_return_value and store_return_value. Overwrite
1313 init of store_return_value with e500 specific version.
1314 Set extract_return_value for e500.
1315
13162002-08-22 Elena Zannoni <ezannoni@redhat.com>
1317
1318 * blockframe.c (generic_call_dummy_register_unwind): Use
1319 regcache_cooked_read to catch cases in which the variable is
1320 stored in a pseudo register.
1321
13222002-08-22 Andrew Cagney <cagney@redhat.com>
1323
1324 * NEWS: Mention that the i960 has been made obsolete.
1325 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1326 i960-tdep.c
1327 (remote-nrom.o): Obsolete target.
1328 (remote-nindy.o, i960-tdep.o): Ditto.
1329 * remote-nrom.c: Make file obsolete.
1330 * remote-nindy.c, remote-vx960.c: Ditto.
1331 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1332 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1333 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1334 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1335 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1336 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1337 i960-*-vxworks* obsolete.
1338 * MAINTAINERS: Note that the i960 is obsolete.
1339
13402002-08-21 Corinna Vinschen <vinschen@redhat.com
1341
1342 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1343 detach to allow reinitialization.
1344
13452002-08-22 Andrew Cagney <ac131313@redhat.com>
1346
1347 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1348 attempt).
1349
13502002-08-22 Jim Blandy <jimb@redhat.com>
1351
1352 * coffread.c (coff_symfile_read): Don't try to read the line
1353 number table from disk if the image file doesn't have a symbol
1354 table; we'll never actually look at the info anyway, and Windows
1355 ships DLL's with bogus file offsets for the line number data.
1356
13572002-08-21 Elena Zannoni <ezannoni@redhat.com>
1358
1359 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1360 an e500 executable.
1361
13622002-08-21 Michael Snyder <msnyder@redhat.com>
1363
1364 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1365 (MSYMBOL_SIZE): Replace macro with function.
1366 (DEFAULT_MIPS_TYPE): Delete unused macro.
1367 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1368 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1369
13702002-08-21 Jim Blandy <jimb@redhat.com>
1371
1372 * valops.c (value_cast): Simplify and correct logic for doing a
1373 static cast from a pointer to a base class to a pointer to a
1374 derived class.
1375
13762002-08-21 Andrew Cagney <ac131313@redhat.com>
1377
1378 * infcmd.c (default_print_registers_info): Replace
1379 do_registers_info.
1380 (registers_info): Use gdbarch_print_registers_info instead of
1381 DO_REGISTERS_INFO.
1382 * inferior.h (default_print_registers_info): Replace
1383 do_registers_info.
1384 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1385 (DO_REGISTERS_INFO): Change to a predicate function.
1386 * gdbarch.h, gdbarch.c: Regenerate.
1387
13882002-08-21 Keith Seitz <keiths@redhat.com>
1389
1390 * gdb-events.sh: Add target-changed event.
1391 * gdb-events.c: Regenerated.
1392 * gdb-events.c: Regenerated.
1393 * valops.c (value_assign): Add target-changed event notification
1394 to inlval_register, lval_memory, and lval_reg_frame_relative.
1395
13962002-08-21 Joel Brobecker <brobecker@gnat.com>
1397
1398 * NEWS: Add an entry regarding the improvement of the next/step
1399 operation on Alpha Tru64 multi-processor machines.
1400
14012002-08-21 Andrew Cagney <ac131313@redhat.com>
1402
1403 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1404 directores.
1405 * Makefile.in: Update all _h macro definitions.
1406 * Makefile.in (install-gdbtk): Move to install section.
1407 (rdi-share/libangsd.a): Move to end of file.
1408
14092002-08-19 Andrew Cagney <ac131313@redhat.com>
1410
1411 * frame.c (frame_register_unwind): When a register, set addrp to
1412 the register's byte.
1413
14142002-08-20 Michael Snyder <msnyder@redhat.com>
1415
1416 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1417 used locally, so move them from the target machine header to here.
1418 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1419 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1420 Make static.
1421 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1422
14232002-08-20 Andrew Cagney <cagney@redhat.com>
1424
1425 * NEWS: Mention that the Apollo line was made obsolete.
1426 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1427 m68*-hp-hpux* obsolete.
1428 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1429 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1430 * buildsym.c (make_blockvector): Make static.
1431 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1432 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1433 (ALLDEPFILES): Remove dstread.c.
1434 (dstread.o): Obsolete make rule.
1435 * dstread.c: Makefile obsolete.
1436 * dst.h: Ditto.
1437 * config/m68k/hp300hpux.mt: Ditto.
1438 * config/m68k/hp300hpux.mh: Ditto.
1439 * config/m68k/hp300bsd.mt: Ditto.
1440 * config/m68k/hp300bsd.mh: Ditto.
1441 * config/m68k/apollo68b.mt: Ditto.
1442 * config/m68k/apollo68v.mh: Ditto.
1443 * config/m68k/apollo68b.mh: Ditto.
1444
14452002-08-20 Michael Snyder <msnyder@redhat.com>
1446
1447 * mips-tdep.c (mips_in_return_stub): Make static.
1448 (mips_gdbarch_init): Set in_solib_return_trampoline.
1449 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1450
14512002-08-20 Michael Snyder <msnyder@redhat.com>
1452
1453 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1454 * gdbarch.c, gdbarch.h: Regenerate.
1455 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1456 Add.
1457 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1458
14592002-08-20 Michael Snyder <msnyder@redhat.com>
1460
1461 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1462 (mips_gdbarch_init): Set skip_trampoline_code,
1463 in_solib_call_trampoline.
1464 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1465 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1466
14672002-08-20 Elena Zannoni <ezannoni@redhat.com>
1468
1469 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1470
1471 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1472 vector type for ev registers.
1473 (e500_pseudo_register_read): New function.
1474 (e500_pseudo_register_write): New function.
1475 (e500_dwarf2_reg_to_regnum): New function.
1476 (PPC_UISA_NOFP_SPRS): New macro.
1477 (PPC_EV_REGS): New macro.
1478 (PPC_GPRS_PSEUDO_REGS): New macro.
1479 (registers_e500): New register set for e500.
1480 (variants): Add e500 variant.
1481 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1482 before setting architectural dependent variations. Initialize ev
1483 registers numbers. Add case for e500 architecture. Set the
1484 number of pseudo registers.
1485
14862002-08-20 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * rs6000-tdep.c: Clean up comments.
1489
14902002-08-20 Andrew Cagney <cagney@redhat.com>
1491
1492 * h8300-tdep.c: Re-indent file.
1493
14942002-08-20 Jim Blandy <jimb@redhat.com>
1495
1496 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1497 default for this.
1498
14992002-08-20 Keith Seitz <keiths@redhat.com>
1500
1501 * breakpoints.c (watch_command_1): Use internal breakpoint
1502 when setting a watchpoint_scope breakpoint.
1503
15042002-08-20 Elena Zannoni <ezannoni@redhat.com>
1505
1506 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1507 (build_builtin_type_vec64i): Ditto.
1508 (build_builtin_type_vec128): Ditto.
1509 (build_builtin_type_vec128i): Ditto.
1510
15112002-08-19 Michael Snyder <msnyder@redhat.com>
1512
1513 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1514 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1515 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1516 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1517 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1518 CALL_DUMMY_ADDRESS): Delete.
1519 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1520 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1521 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1522 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1523 push_return_address.
1524 (mips_register_raw_size, mips_eabi_use_struct_convention,
1525 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1526 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1527 mips_init_extra_frame_info, mips_eabi_push_arguments,
1528 mips_n32n64_push_arguments, mips_push_return_address,
1529 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1530 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1531
15322002-08-19 Michael Snyder <msnyder@redhat.com>
1533
1534 * mips-tdep.c (mips_frame_num_args): New function.
1535 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1536 frame_saved_pc, frame_args_address, frame_locals_address,
1537 frame_num_args, and frame_args_skip.
1538 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1539 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1540 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1541 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1542
15432002-08-20 Michael Snyder <msnyder@redhat.com>
1544
1545 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1546 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1547 * mips-tdep.c (mips_store_struct_return): New function.
1548 (mips_extract_struct_value_address): New function.
1549 (mips_gdbarch_init): Set store_struct_return and
1550 extract_struct_value_address.
1551
15522002-08-20 David Carlton <carlton@math.stanford.edu>
1553
1554 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1555 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1556 (read_file_scope): Check that line_header is nonzero before
1557 decoding macro information.
1558
15592002-08-20 Mark Kettenis <kettenis@gnu.org>
1560
1561 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1562 flag the general-purpose registers as floating-point on targets
1563 that don't support the floating-point registers.
1564
15652002-08-20 Elena Zannoni <ezannoni@redhat.com>
1566
1567 * rs6000-tdep.c (altivec_register_p): Delete.
1568 (rs6000_do_altivec_registers): Delete.
1569 (rs6000_altivec_registers_info): Delete.
1570 (rs6000_do_registers_info): Delete.
1571 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1572 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1573
15742002-08-20 Elena Zannoni <ezannoni@redhat.com>
1575
1576 * infcmd.c (do_registers_info): Print vector registers in hex
1577 format only.
1578 (print_vector_info): Check that printing registers
1579 makes sense.
1580 (print_float_info): Ditto.
1581
15822002-08-20 Andrew Cagney <ac131313@redhat.com>
1583
1584 * mips-tdep.c (mips_gdbarch_init): Update.
1585 (mips_o32_extract_return_value): Rewrite.
1586 (mips_o32_store_return_value): Rewrite.
1587 (mips_o32_xfer_return_value): New function.
1588 (mips_xfer_register): Tweak debug print message. Allow for
1589 buf_offset when dumping the value transfered.
1590
15912002-08-20 Andrew Cagney <ac131313@redhat.com>
1592
1593 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1594 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1595 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1596 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1597 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1598
15992002-08-14 Michael Snyder <msnyder@redhat.com>
1600
1601 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1602
16032002-08-19 Elena Zannoni <ezannoni@redhat.com>
1604
1605 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1606 register.
1607 (P): New macro to define a register as a pseudo register.
1608 (R, R4, R8, R16, FR32, R64, R0): Updated.
1609 (struct variant): Add new fields for number of pseudo registers
1610 and number of total registers.
1611 (tot_num_registers): New macro replacing....
1612 (num_registers): ...deleted macro.
1613 (num_registers): New function.
1614 (num_pseudo_registers): New function.
1615 (variants): Update all variants to intialize new fields correctly.
1616 Postpone initialization of number of pseudo regs and real regs.
1617 (init_variants): New function.
1618 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1619 registers offsets.
1620
16212002-08-19 David Carlton <carlton@math.stanford.edu>
1622
1623 * valops.c (search_struct_field): Change error message to treat
1624 return value of 0 from value_static_field as meaning that field is
1625 optimized out.
1626 (value_struct_elt_for_reference): Ditto.
1627 * values.c (value_static_field): Treat an unresolved location the
1628 same as a nonexistent symbol. Fix PR gdb/635.
1629 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1630 enclosed. Fix PR gdb/574.
1631 * MAINTAINERS: Add self to Write After Approval list.
1632
16332002-08-19 Andrew Cagney <ac131313@redhat.com>
1634
1635 * mips-tdep.c (mips_xfer_register): New function.
1636 (mips_n32n64_extract_return_value): Rewrite.
1637 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1638 instead of deprecated_extract_return_value.
1639
16402002-08-19 Elena Zannoni <ezannoni@redhat.com>
1641
1642 * rs6000-tdep.c (TDEP): Delete macro.
1643 (branch_dest): Replace use of TDEP macro with its body.
1644 (rs6000_pop_frame): Ditto.
1645 (rs6000_push_arguments): Ditto.
1646 (rs6000_skip_trampoline_code): Ditto.
1647 (rs6000_frame_saved_pc): Ditto.
1648 (rs6000_frame_chain): Ditto.
1649 (rs6000_register_name): Ditto.
1650 (rs6000_register_byte): Ditto.
1651 (rs6000_register_raw_size): Ditto.
1652 (rs6000_register_virtual_type): Ditto.
1653 (rs6000_register_convertible): Ditto.
1654 (rs6000_convert_from_func_ptr_addr): Ditto.
1655
16562002-08-19 Daniel Jacobowitz <drow@mvista.com>
1657
1658 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1659 conditionally.
1660 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1661 MIPS_LINUX_JB_ELEMENT_SIZE.
1662 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1663 for MAX_REGISTER_RAW_SIZE arrays.
1664 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1665 MIPS_LINUX_JB_ELEMENT_SIZE.
1666
16672002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1668
1669 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1670
16712002-08-19 Aidan Skinner <aidan@velvet.net>
1672
1673 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1674 ada-valprint.c ada-tasks.c.
1675 (YYFILES): Add ada-exp.y.
1676 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1677 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1678 (ada-exp.tab.o): New target.
1679
16802002-08-18 Andrew Cagney <ac131313@redhat.com>
1681
1682 * regcache.c (regcache_xfer_part): New function.
1683 (regcache_raw_read_part): New function.
1684 (regcache_raw_write_part): New function.
1685 (regcache_cooked_read_part): New function.
1686 (regcache_cooked_write_part): New function.
1687 * regcache.h (regcache_raw_read_part): Declare.
1688 (regcache_raw_write_part): Declare.
1689 (regcache_cooked_read_part): Declare.
1690 (regcache_cooked_write_part): Declare.
1691
16922002-08-18 Daniel Jacobowitz <drow@mvista.com>
1693
1694 * remote.c (remote_open_1): Add async_p.
1695 (remote_async_open_1): Delete.
1696 (open_remote_target): Delete.
1697 (remote_open, extended_remote_open): Update calls to remote_open_1.
1698 (remote_async_open, extended_remote_async_open): Call
1699 remote_open_1 instead of remote_async_open_1.
1700
17012002-08-19 Mark Kettenis <kettenis@gnu.org>
1702
1703 * blockframe.c: Fix a few coding standard violations.
1704
17052002-08-19 Mark Kettenis <kettenis@gnu.org>
1706
1707 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1708 here from ...
1709 * config/i386/tm-i386sco5.h: ... here. File removed.
1710 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1711
1712 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1713 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1714 (TM_FILE): Set to tm-i386.h.
1715 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1716 * config/i386/tm-i386v.h: Remove file.
1717 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1718 instead of "i386/tm-i386v.h".
1719 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1720 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1721 "i386/tm-i386v.h".
1722 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1723 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1724 "i386/tm-i386.h".
1725
17262002-08-18 Mark Kettenis <kettenis@gnu.org>
1727
1728 * config/i386/nm-i386v.h: Add protection against
1729 multiple-inclusion.
1730 (i386_register_u_addr): Remove prototype.
1731 (register_u_addr): New prototype.
1732 (REGISTER_U_ADDR): Redefine accordingly.
1733 * i386v-nat.c: Improve several comments.
1734 (i386_register_u_addr): Change signature and rename to
1735 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1736 ubase variable.
1737
17382002-08-18 Andrew Cagney <ac131313@redhat.com>
1739
1740 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1741 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1742 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1743 deprecated_extract_return_value.
1744 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1745 rename mips_o32o64_push_arguments.
1746 (mips_gdbarch_init): Update.
1747 (mips_extract_return_value): Delete.
1748 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1749 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1750 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1751 (mips_n32n64_extract_return_value): Clone
1752 mips_extract_return_value.
1753 (mips_store_return_value): Delete.
1754 (mips_o32_store_return_value): Clone mips_store_return_value.
1755 (mips_o64_store_return_value): Clone mips_store_return_value.
1756 (mips_eabi_store_return_value): Clone mips_store_return_value.
1757 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1758
17592002-08-18 Aidan Skinner <aidan@velvet.net>
1760
1761 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1762 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1763
17642002-08-18 Aidan Skinner <aidan@velvet.net>
1765
1766 * ada-lang.c: Run through gdb_indent.sh.
1767 * ada-lang.h: Run through gdb_indent.sh.
1768 * ada-tasks.c: Run through gdb_indent.sh.
1769 * ada-typeprint.c: Run through gdb_indent.sh.
1770 * ada-valprint.c: Run through gdb_indent.sh.
1771
17722002-08-18 Andrew Cagney <ac131313@redhat.com>
1773
1774 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1775 ABI.
1776
17772002-08-18 Mark Kettenis <kettenis@gnu.org>
1778
1779 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1780
1781 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1782 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1783
1784 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1785 write_register_gen instead of write_register_bytes.
1786
1787 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1788 i[3456]-*-osf1mk* configurations have been made obsolete.
1789 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1790 i[3456]86-*-osf1mk* hosts obsolete.
1791 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1792 targets obsolete.
1793 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1794 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1795 config/i386/i386m3.mt, config/i386/nm-m3.h,
1796 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1797 config/i386/i386mk.mh, config/i386/i386mk.mt,
1798 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1799 obsolete.
1800 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1801 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1802 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1803
18042002-08-18 Andrew Cagney <ac131313@redhat.com>
1805
1806 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1807 (hppa_value_returned_from_stack): Declare.
1808 (hppa_extract_return_value): Declare.
1809 * config/pa/hppa.mt: New file.
1810 * configure.tgt: Recognize hppa*-*-*.
1811 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1812
18132002-08-18 Mark Kettenis <kettenis@gnu.org>
1814
1815 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1816 comment.
1817
18182002-08-17 Mark Kettenis <kettenis@gnu.org>
1819
1820 * top.c (gdb_rl_operate_and_get_next): Make sure
1821 operate-and-get-next functions correctly even when the history
1822 list is completely filled.
1823
18242002-08-18 Andrew Cagney <ac131313@redhat.com>
1825
1826 * MAINTAINERS (Target Instruction Set Architectures): Rename
1827 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1828 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1829 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1830 already listed under Host/Native.
1831
1832 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1833 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1834 mips*-*-*.
1835
18362002-08-17 Andrew Cagney <ac131313@redhat.com>
1837
1838 * config/ia64/ia64.mt: New file.
1839 * config/alpha/alpha.mt: New file.
1840 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1841 ia64-linux-gnu. Mention that ia64-elf is broken.
1842 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1843
18442002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1845
1846 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1847 generic_func_frame_valid instead of func_frame_valid.
1848
18492002-08-16 Joel Brobecker <brobecker@gnat.com>
1850
1851 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1852 procfs appears to be broken when debugging on multi-processor
1853 machines. So enable software single stepping in order to avoid
1854 using the procfs interface to do next/step operations, using
1855 internal breakpoints instead.
1856
1857 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1858 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1859 make this pc address equal to the value it would have if the
1860 system stepping capability was used. Also set a new flag used
1861 to ensure that we don't readjust the PC one more time later.
1862
1863 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1864 address by DECR_PC_AFTER_BREAK when software single step is
1865 in use for this architecture, as this has already been taken
1866 care of in handle_inferior_event().
1867
18682002-08-16 Joel Brobecker <brobecker@gnat.com>
1869
1870 * infrun.c (handle_inferior_event): Minor reformatting, to make
1871 a rather long condition expression easier to read.
1872
18732002-08-16 Andrew Cagney <ac131313@redhat.com>
1874
1875 * Makefile.in (gdbtk.o): Move to end of file.
1876 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1877 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1878 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1879 (gdbtk-wrapper.o, gdbres.o): Ditto.
1880
18812002-08-16 Andrew Cagney <ac131313@redhat.com>
1882
1883 * Makefile.in (copying.o): Separate out compile rule.
1884 (hpux-thread.o, procfs.o, signals.o): Ditto.
1885 (v850ice.o, z8k-tdep.o): Ditto.
1886 (tui-file.o): Move to TUI section.
1887 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1888 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1889
18902002-08-16 Joel Brobecker <brobecker@gnat.com>
1891
1892 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1893 skip_trampoline_code, for better namespace-proofing.
1894
1895 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1896
18972002-08-16 Joel Brobecker <brobecker@gnat.com>
1898
1899 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1900
19012002-08-16 Joel Brobecker <brobecker@gnat.com>
1902
1903 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1904 signal, check whether we hit a breakpoint before checking for a
1905 single step breakpoint. Otherwise, GDB fails to notice that a
1906 breakpoint has been hit when stepping onto a breakpoint.
1907
19082002-08-16 Keith Seitz <keiths@redhat.com>
1909
1910 * gdb-events.sh (clear_gdb_event_hooks): New function.
1911 * gdb-events.c: Regenerate.
1912 * gdb-events.h: Regenerate.
1913
19142002-08-16 Andrew Cagney <ac131313@redhat.com>
1915
1916 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1917 not_a_sw_breakpoint.
1918 * breakpoint.h (bpstat_stop_status): Add parameter names.
1919
19202002-08-16 Grace Sainsbury <graces@redhat.com>
1921
1922 * remote.c (remote_insert_hw_breakpoint)
1923 (remote_remove_hw_breakpoint): Fix calculation of length field
1924 for Z-packet.
1925
19262002-08-15 Michael Snyder <msnyder@redhat.com>
1927
1928 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1929 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1930 (supply_fpregset): Ditto.
1931
1932 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1933 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1934 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1935 (TARGET_READ_SP): Delete.
1936 (DO_REGISTERS_INFO): Delete.
1937 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1938 Delete.
1939 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1940 from macros to functions.
1941
1942 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1943 (mips_register_convertible, mips_register_convert_to_virtual,
1944 mips_register_convert_to_raw): Make static.
1945 (mips_read_sp): New function.
1946 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1947 (mips_do_registers_info): Make static.
1948 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1949 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1950 (mips_register_convert_from_type, mips_register_convert_to_type):
1951 New functions.
1952 (mips_gdbarch_init): Set up function_start_offset,
1953 register_virtual_size, pc_in_sigtramp.
1954
19552002-08-15 Andrew Cagney <ac131313@redhat.com>
1956
1957 * infcmd.c (vector_info): New function.
1958 (_initialize_infcmd): Add command "info vector".
1959 (print_vector_info): New function.
1960
1961 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1962 * gdbarch.h, gdbarch.c: Regenerate.
1963
19642002-08-15 Andrew Cagney <ac131313@redhat.com>
1965
1966 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1967 ``print_all''. Only print vector registers when ``print_all''.
1968
19692002-08-15 Andrew Cagney <ac131313@redhat.com>
1970
1971 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1972 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1973
1974 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1975 Add `args' parameter.
1976 * gdbarch.h, gdbarch.c: Regenerate.
1977
1978 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1979
1980 * infcmd.c (float_info): Call print_float_info.
1981 (print_float_info): New function. By default, print the
1982 floating-point registers.
1983
1984 * arch-utils.h (default_print_float_info): Delete declaration.
1985 * arch-utils.c (default_print_float_info): Delete function.
1986
19872002-08-16 Mark Kettenis <kettenis@gnu.org>
1988
1989 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1990 out define.
1991
1992 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1993 FRAME.
1994
1995 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1996 * configure.host: Make i[3456]86-*-aix host obsolete.
1997 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1998 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1999 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2000 config/i386/xm-i386aix.h: Make files obsolete.
2001 * i386aix-nat.c: Make file obsolete.
2002 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2003 (i386aix-nat.o): Make target obsolete.
2004
2005 * config/i386/nm-gnu.h: Removed.
2006 * config/i386/nm-i386gnu.h: New file.
2007 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2008 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2009 Moved here from ...
2010 * config/i386/tm-i386gnu.h: ... here. Removed.
2011 * config/i386/xm-i386gnu.h: Removed.
2012 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2013 (NAT_FILE): Set to nm-i386gnu.h.
2014 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2015 * i386-tdep.c: New file.
2016 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2017 (i386gnu-tdep.o): Specify dependencies.
2018
20192002-08-15 Mark Kettenis <kettenis@gnu.org>
2020
2021 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2022 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2023 Adjust a few comments to reflect reality a bit closer.
2024 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2025 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2026 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2027 target_insert_watchpoint, target_remove_watchpoint):
2028 Move defines to ...
2029 * config/i386/nm-i386sco5.h: ... here.
2030 (kernel_u_size): Add prototype. Improve a few comments and add
2031 protection against multiple inclusion.
2032
2033 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2034 out define.
2035
2036 * uw-thread.c (SP_ARG0): Define if not already defined.
2037 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2038
2039 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2040
2041 * config/i386/tm-i386.h: Don't include "regcache.h".
2042
2043 * i387-tdep.h (i387_print_float_info): New prototype.
2044 * i387-tdep.c (print_i387_value, print_i387_ext,
2045 print_i387_status_word, print_i387_control_word): Add `struct
2046 ui_file *' argument and use it for output.
2047 (i387_print_float_info): Renamed from i387_float_info. Add
2048 `struct gdbarch *' and `struct ui_file *' arguments and use the
2049 latter for output.
2050 * i386-tdep.c: Include "i387-tdep.h".
2051 (i386_gdbarch_init): Set print_float_info.
2052 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2053 (FLOAT_INFO): Remove define.
2054
20552002-08-13 Michael Snyder <msnyder@redhat.com>
2056
2057 * mips-tdep.c (mips_push_arguments): Rename to
2058 mips_eabi_push_arguments, and tune for EABI.
2059 (MIPS_REGS_HAVE_HOME_P): Delete.
2060 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2061 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2062 Delete references to mips_regs_have_home_p.
2063
20642002-08-14 Keith Seitz <keiths@redhat.com>
2065
2066 * Makefile.in (install-gdbtk): Create insight plugin directory.
2067 Install plugins.tcl file.
2068
20692002-08-14 Keith Seitz <keiths@redhat.com>
2070
2071 * configure.in: Move SUBDIRS to near top of the file so that
2072 --enable options may add things to it.
2073 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2074 * configure: Regenerate.
2075
20762002-08-13 Michael Snyder <msnyder@redhat.com>
2077
2078 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2079 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2080 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2081
20822002-08-13 Andrew Cagney <ac131313@redhat.com>
2083
2084 * vax-tdep.c (vax_get_saved_register): Delete function.
2085 (vax_gdbarch_init): Update.
2086 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2087 (ns32k_gdbarch_init): Update.
2088 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2089 (alpha_gdbarch_init): Update.
2090
20912002-08-13 Andrew Cagney <cagney@redhat.com>
2092
2093 * regcache.c (init_regcache_descr): Overallocate the
2094 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2095 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2096 nr_raw_registers.
2097 (set_register_cached): Add range checking assertions. Use
2098 current_regcache.
2099
21002002-08-13 Mark Kettenis <kettenis@gnu.org>
2101
2102 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2103 numbers for MMX registers.
2104
21052002-08-13 Andrew Cagney <cagney@redhat.com>
2106
2107 * i386-tdep.c (i386_gdbarch_init): Use
2108 generic_unwind_get_saved_register.
2109
21102002-08-13 Kevin Buettner <kevinb@redhat.com>
2111
2112 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2113 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2114 target vector.
2115 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2116 Delete. Add comment regarding this now-deleted target method.
2117
21182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2119
2120 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2121 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2122 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2123 real PC and the page number (if it's within the memory bank window).
2124 (m68hc11_pseudo_register_write): Likewise when saving.
2125 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2126 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2127 (m68hc11_register_raw_size): And use 32-bit for it.
2128 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2129 16K memory bank is used by the prog; also use the virtual pc.
2130
21312002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2132
2133 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2134 (m68hc11_gdbarch_init): Install it in gdbarch.
2135 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2136 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2137 (MSYMBOL_SIZE): New for documentation.
2138 (insn_return_kind): Enum to specify how a function returns.
2139 (frame_extra_info): Cleanup and record the return mode.
2140 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2141 register in address computation.
2142 (m68hc11_get_return_insn): New to obtain the return instruction used
2143 by the function.
2144 (m68hc11_frame_init_saved_regs): Take into account the return
2145 instruction used by the function for far and interrupt functions.
2146 (m68hc11_init_extra_frame_info): Take into account page register.
2147 (m68hc11_frame_args_address): Adjust according to the return mode.
2148 (show_regs): Print page register only when it's used.
2149
21502002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2151
2152 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2153 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2154 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2155 registers.
2156 (m68hc11_register_raw_size): Likewise.
2157
21582002-08-13 Andrew Cagney <cagney@redhat.com>
2159
2160 * i386-tdep.c (i386_register_name): Handle mmx registers.
2161 (mmx_regnum_p): New function.
2162 (i386_mmx_names): New array.
2163 (mmx_num_regs): New variable.
2164 (i386_pseudo_register_read): New function.
2165 (i386_pseudo_register_write): New function.
2166 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2167
2168 * regcache.c (regcache_raw_read_unsigned): New function.
2169 (regcache_raw_read_signed): New function.
2170 * regcache.h (regcache_raw_read_unsigned): Declare.
2171 (regcache_raw_read_signed): Declare.
2172
21732002-08-13 Andrew Cagney <cagney@redhat.com>
2174
2175 * regcache.c (regcache_raw_read_as_address): Delete function.
2176 (regcache_cooked_read_signed): New function.
2177 (regcache_cooked_read_unsigned): New function.
2178 * regcache.h (regcache_cooked_read_signed): Declare.
2179 (regcache_cooked_read_unsigned): Declare.
2180 (regcache_raw_read_as_address): Delete declaration.
2181
2182 * blockframe.c (generic_read_register_dummy): Use
2183 regcache_cooked_read_unsigned.
2184 * i386-tdep.c (i386_extract_struct_value_address): Use
2185 regcache_cooked_read_unsigned.
2186
21872002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2188
2189 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2190 double sizes according to ELF ABI flags.
2191 (gdbarch_tdep): Record elf_flags.
2192
21932002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2194
2195 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2196 (m6812_prolog): They can appear in 68HC12 function prologue.
2197 (m68hc11_frame_chain): Cleanup.
2198
21992002-08-12 Andrew Cagney <cagney@redhat.com>
2200
2201 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2202 declarations.
2203 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2204 (i386_linux_register_raw_size): Delete function.
2205 (i386_linux_init_abi): Update.
2206 * i386-tdep.c (i386_register_raw_size): Delete function.
2207 (i386_register_byte): Delete function.
2208 (i386_gdbarch_init): Update.
2209 (i386_register_size): Delete array.
2210 (i386_register_offset): Delete array.
2211
2212 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2213 (REGISTER_RAW_SIZE): Delete macro.
2214 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2215 (REGISTER_BYTE): Delete macro.
2216
22172002-08-11 Aidan Skinner <aidan@velvet.net>
2218
2219 * ada-lang.c (ada_lookup_partial_symbol)
2220 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2221 prototype names so that grep ^func works properly.
2222
2223 * ada-lang.c (ada_array_element_type)
2224 (ada_lookup_partial_symbol): Fix typos in parameter list.
2225
2226 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2227 Fix prototype names so that grep ^func works properly.
2228
22292002-08-10 Andrew Cagney <cagney@redhat.com>
2230 Elena Zannoni <ezannoni@redhat.com>
2231 Martin M. Hunt <hunt@redhat.com>
2232
2233 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2234 (build_builtin_type_vec128i): Set the vector bit.
2235 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2236 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2237 (build_builtin_type_vec64): New function.
2238 (build_builtin_type_vec64i): New function.
2239 (build_gdbtypes): Initialize builtin_type_vec64 and
2240 builtin_type_vec64i.
2241
22422002-08-09 Andrew Cagney <cagney@redhat.com>
2243
2244 * regcache.c (regcache_dump): Compare the register offset
2245 with REGISTER_BYTE.
2246 * arch-utils.c (generic_register_byte): New function.
2247 * arch-utils.h (generic_register_byte): Declare.
2248 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2249 * gdbarch.h, gdbarch.c: Regenerate.
2250
22512002-08-09 Andrew Cagney <cagney@redhat.com>
2252
2253 * regcache.c: Include "gdbcmd.h"
2254 (_initialize_regcache): Add commands "maintenance print
2255 registers", "maintenance print raw-registers" and "maintenance
2256 print cooked-registers".
2257 (enum regcache_dump_what): Define.
2258 (dump_endian_bytes): New function.
2259 (regcache_dump): New function.
2260 (regcache_print): New function.
2261 (maintenance_print_registers): New function.
2262 (maintenance_print_raw_registers): New function.
2263 (maintenance_print_cooked_registers): New function.
2264 * Makefile.in (regcache.o): Update dependencies.
2265
22662002-08-09 Michael Snyder <msnyder@redhat.com>
2267
2268 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2269 (mips_push_arguments): Correct some comments. Use paddr_nz
2270 for printing addresses in debug output. Replace static
2271 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2272 (mips_n32n64_push_arguments): New function, cloned from
2273 mips_push_arguments and tuned for the n32/n64 ABI.
2274 (mips_push_register): Buffer needs dynamic allocation.
2275 (mips_print_register): Ditto.
2276 (do_gp_register_row): Ditto.
2277 (mips_store_return_value): Ditto.
2278 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2279
22802002-08-09 Don Howard <dhoward@redhat.com>
2281
2282 * memattr.c (mem_info_command): Print special case of upper bound
2283 as max CORE_ADDR + 1.
2284
22852002-08-08 Michael Snyder <msnyder@redhat.com>
2286
2287 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2288 returns structs by ref if they're too big to fit in two registers.
2289
22902002-08-09 Kevin Buettner <kevinb@redhat.com>
2291
2292 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2293 saved regs value.
2294 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2295 mips_find_saved_regs().
2296 (mips_pop_frame): Likewise.
2297
22982002-08-09 Kevin Buettner <kevinb@redhat.com>
2299
2300 * blockframe.c (frame_saved_regs_register_unwind): Revise
2301 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2302 frames are in use.
2303
23042002-08-09 Grace Sainsbury <graces@redhat.com>
2305
2306 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2307 T-packets; the 'a' is not taken as a register number.
2308 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2309 (remote_stopped_data_address): New functions; add to target
2310 vector.
2311 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2312 prototypes to match other implementations of this
2313 function. replace integer argument with pointer -- the length
2314 field in the Z-packet is the length of what is pointed to or 1 if
2315 pointer is null. Add to target vector.
2316 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2317 target vector.
2318
2319 From Mark Salter:
2320 * remote.c (remote_wait): Add support to extract optional
2321 watchpoint information from T-packet. Ignore unrecognized
2322 optional info in T-packet.
2323 (remote_async_wait): Ditto.
2324
23252002-08-09 Corinna Vinschen <vinschen@redhat.com>
2326
2327 * cli/cli-dump.c: Change fopen modes to use binary open modes
2328 as defined in include/fopen-bin.h throughout.
2329
23302002-08-08 Michael Snyder <msnyder@redhat.com>
2331
2332 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2333
23342002-08-08 Kevin Buettner <kevinb@redhat.com>
2335
2336 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2337 assertion failure by returning early after a warning.
2338
23392002-08-08 Kevin Buettner <kevinb@redhat.com>
2340
2341 * mips-tdep.c (mips_find_saved_regs): Make static.
2342 (mips_frame_init_saved_regs): New function.
2343 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2344 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2345 (mips_find_saved_regs): Delete declaration.
2346
23472002-08-08 Grace Sainsbury <graces@redhat.com>
2348
2349 * remote.c (remote_wait, remote_async_wait): Change
2350 thread_num from int to ULONGEST.
2351 (unpack_varlen_hex): Change result parameter from
2352 int * to ULONGEST *.
2353
23542002-08-08 Andrew Cagney <ac131313@redhat.com>
2355
2356 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2357 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2358 powerpc*-*-*.
2359 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2360
23612002-08-08 Andrew Cagney <cagney@redhat.com>
2362
2363 * gcore.c (override_derive_stack_segment): Delete variable.
2364 (preempt_derive_stack_segment): Delete function.
2365 (derive_stack_segment): Delete function.
2366 (default_derive_stack_segment): Renamed to derive_stack_segment.
2367 (override_derive_heap_segment): Delete variable.
2368 (preempt_derive_heap_segment): Delete function.
2369 (derive_heap_segment): Delete function.
2370 (default_derive_heap_segment): Rename to derive_heap_segment.
2371
23722002-08-06 Michael Snyder <msnyder@redhat.com>
2373
2374 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2375 * mips-tdep.c (mips_EABI_use_struct_convention,
2376 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2377 New functions. (mips_use_struct_convention): Delete.
2378 (mips_gdbarch_init): set use_gdbarch_convention.
2379
23802002-08-06 Michael Snyder <msnyder@redhat.com>
2381
2382 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2383 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2384 mips_o32_reg_struct_has_addr): New functions.
2385 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2386
23872002-08-07 Andrew Cagney <ac131313@redhat.com>
2388
2389 * regcache.c (pseudo_register): Delete function.
2390 (fetch_register): Delete function.
2391 (store_register): Delete function.
2392 (regcache_raw_read, legacy_read_register_gen): Use
2393 target_fetch_registers instead of fetch_register.
2394 (legacy_write_register_gen, regcache_raw_write): Use
2395 target_store_register instead of store_register.
2396 (write_register_bytes): Ditto.
2397
2398 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2399 (STORE_PSEUDO_REGISTER): Delete.
2400 * gdbarch.h, gdbarch.c: Regenerate.
2401
24022002-08-06 Corinna Vinschen <vinschen@redhat.com>
2403
2404 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2405 write dump file binary.
2406
24072002-08-05 Michael Snyder <msnyder@redhat.com>
2408
2409 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2410 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2411 (mips_gdbarch_init): Set N32 target to be mips64.
2412
24132002-08-06 Kevin Buettner <kevinb@redhat.com>
2414
2415 * frame.c (find_saved_register): Break out of loop once saved
2416 register address is found. Don't mention sparc in loop comment
2417 anymore.
2418
24192002-08-06 Kevin Buettner <kevinb@redhat.com>
2420
2421 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2422 mips_default_saved_regsize to 8.
2423
24242002-08-06 Andrew Cagney <ac131313@redhat.com>
2425
2426 * gcore.c: Do not include <sys/procfs.h>.
2427 * Makefile.in (gcore.o): Update dependencies.
2428
24292002-08-06 Andrew Cagney <cagney@redhat.com>
2430
2431 * configure.tgt: Make arc-*-* obsolete.
2432 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2433 * MAINTAINERS: Make arc-elf obsolete.
2434 * arc-tdep.c: Make file obsolete.
2435 * config/arc/arc.mt: Ditto.
2436 * config/arc/tm-arc.h: Ditto.
2437
24382002-08-05 Theodore A. Roth <troth@verinet.com>
2439
2440 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2441
24422002-08-05 Andrew Cagney <ac131313@redhat.com>
2443
2444 * mcore-tdep.c (mcore_gdbarch_init): Use
2445 generic_unwind_get_saved_register instead of
2446 generic_get_saved_register.
2447 * v850-tdep.c (v850_gdbarch_init): Ditto.
2448 * frv-tdep.c (frv_gdbarch_init): Ditto.
2449 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2450 * s390-tdep.c (s390_gdbarch_init): Ditto.
2451 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2452 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2453 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2454
24552002-08-05 Joel Brobecker <brobecker@gnat.com>
2456
2457 * objfiles.h: Add missing #include "symfile.h"
2458
2459 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2460
24612002-08-04 Andrew Cagney <ac131313@redhat.com>
2462
2463 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2464 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2465 of FIELD_BITSIZE.
2466
24672002-08-04 Daniel Jacobowitz <drow@mvista.com>
2468
2469 * NEWS: Cleanup and nitpick.
2470
24712002-08-03 Andrew Cagney <ac131313@redhat.com>
2472
2473 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2474
24752002-08-03 Andrew Cagney <ac131313@redhat.com>
2476
2477 * Makefile.in (gdbtk-bp.o): Update dependencies.
2478 (gdbtk-register.o): Ditto.
2479 (gdbtk-varobj.o): Ditto.
2480
24812002-08-03 Andrew Cagney <cagney@redhat.com>
2482
2483 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2484 m68hc11_fetch_pseudo_register.
2485 (m68hc11_pseudo_register_write): Replace
2486 m68hc11_store_pseudo_register.
2487 (m68hc11_gdbarch_init): Update.
2488
2489Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2490
2491 * gdbarch.sh: Include "gdb_string.h".
2492 * gdbarch.c: Regenerate.
2493
2494 * regcache.c: Include "gdb_string.h".
2495 * ax-general.c: Ditto.
2496 * varobj.c: Ditto.
2497 * std-regs.c: Ditto.
2498 * fbsd-proc.c: Ditto.
2499 * thread.c: Ditto.
2500
2501 * Makefile.in (regcache.o): Update dependencies.
2502 (thread.o, gdbarch.o): Ditto.
2503 (ax-general.o, gdbarch.o): Ditto.
2504 (varobj.o, std-regs.o): Ditto.
2505 (fbsd-proc.o): Specify dependencies.
2506
25072002-08-02 Andrew Cagney <cagney@redhat.com>
2508
2509 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2510 regnum.
2511 (regcache_cooked_write): Ditto.
2512
25132002-08-02 Andrew Cagney <ac131313@redhat.com>
2514
2515 * regcache.c (regcache_cooked_read): New function.
2516 (regcache_cooked_write): New function.
2517 (read_register_gen): Rewrite using regcache_cooked_read.
2518 (write_register_gen): Rewrite using regcache_cooked_write.
2519
2520 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2521 Declare.
2522
25232002-08-02 Andrew Cagney <cagney@redhat.com>
2524
2525 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2526 Replace the architecture methods register_read and register_write.
2527 * gdbarch.h, gdbarch.c: Regenerate.
2528 * regcache.c (init_regcache_descr): Update.
2529 (read_register_gen): Update.
2530 (write_register_gen): Update.
2531 (supply_register): Update comment.
2532
2533 * sh-tdep.c (sh_gdbarch_init): Update.
2534 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2535 `regcache' and `gdbarch' parameters. Make `buffer' a void
2536 pointer. Update code.
2537 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2538 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2539 void pointer. Update code.
2540 (sh64_register_write): Delete.
2541 (sh4_register_read): Delete.
2542 (sh64_register_read): Delete.
2543 (sh4_register_write): Delete.
2544 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2545 void pointer, `to' parameter a void pointer.
2546 (sh_sh64_register_convert_to_raw): Ditto.
2547
25482002-08-01 Kevin Buettner <kevinb@redhat.com>
2549
2550 * mips-tdep.c (mips_register_virtual_type): Use architecture
2551 invariant return values.
2552
25532002-08-01 Andrew Cagney <cagney@redhat.com>
2554
2555 * linux-proc.c: Include "gdb_string.h".
2556 * Makefile.in (linux-proc.o): Update dependency list.
2557
25582002-08-01 Kevin Buettner <kevinb@redhat.com>
2559
2560 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2561 comment.
2562
25632002-08-01 Grace Sainsbury <graces@redhat.com>
2564
2565 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2566 to_insert_watchpoint, to_remove_watchpoint,
2567 to_stopped_by_watchpoint, to_stopped_data_address,
2568 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2569 target vecctor. Define their corresponding macros so they call
2570 them.
2571
2572 * target.c: Add default and debug versions of for
2573 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2574 to_insert_watchpoint, to_remove_watchpoint,
2575 to_stopped_by_watchpoint, to_stopped_data_address,
2576 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2577
25782002-08-01 Kevin Buettner <kevinb@redhat.com>
2579
2580 * mips-tdep.c (mips_register_virtual_type): New function.
2581 (mips_gdbarch_init): Register mips_register_virtual_type()
2582 with gdbarch machinery.
2583 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2584 this file instead of tm-bigmips.h.
2585 (MIPS_REGSIZE): Delete this macro.
2586 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2587 multiarch version in mips-tdep.c will be found.
2588
25892002-08-01 Andrew Cagney <cagney@redhat.com>
2590
2591 * NEWS: Menion that CHILL has been made obsolete.
2592
2593 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2594 * stabsread.c (read_range_type): Ditto.
2595 * gdbtypes.h: Ditto.
2596 * language.c (binop_type_check): Ditto.
2597 (binop_result_type): Ditto.
2598 (integral_type): Ditto.
2599 (character_type): Ditto.
2600 (string_type): Ditto.
2601 (boolean_type): Ditto.
2602 (structured_type): Ditto.
2603 (lang_bool_type): Ditto.
2604 (binop_type_check): Ditto.
2605 * language.h (_LANG_chill): Ditto.
2606 * dwarfread.c (set_cu_language): Ditto.
2607 * dwarfread.c (CHILL_PRODUCER): Ditto.
2608 * dwarfread.c (handle_producer): Ditto.
2609 * expression.h (enum exp_opcode): Ditto.
2610 * eval.c: Ditto for comments.
2611 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2612 * expprint.c (print_subexp): Ditto.
2613 (print_subexp): Ditto.
2614 * valops.c (value_cast): Ditto.
2615 (search_struct_field): Ditto.
2616 * value.h (COERCE_VARYING_ARRAY): Ditto.
2617 * symfile.c (init_filename_language_table): Ditto.
2618 (add_psymbol_with_dem_name_to_list): Ditto.
2619 * valarith.c (value_binop): Ditto.
2620 (value_neg): Ditto.
2621 * valops.c (value_slice): Ditto.
2622 * symtab.h (union language_specific): Ditto.
2623 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2624 (SYMBOL_DEMANGLED_NAME): Ditto.
2625 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2626 * defs.h (enum language): Ditto.
2627 * symtab.c (got_symtab): Ditto.
2628 * utils.c (fprintf_symbol_filtered): Ditto.
2629
2630 * ch-typeprint.c: Make file obsolete.
2631 * ch-valprint.c: Make file obsolete.
2632 * ch-lang.h: Make file obsolete.
2633 * ch-exp.c: Make file obsolete.
2634 * ch-lang.c: Make file obsolete.
2635
2636 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2637 CHILL_LIB.
2638 (TARGET_FLAGS_TO_PASS): Ditto.
2639 (CHILLFLAGS): Obsolete.
2640 (CHILL): Obsolete.
2641 (CHILL_FOR_TARGET): Obsolete.
2642 (CHILL_LIB): Obsolete.
2643 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2644 ch-valprint.c.
2645 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2646 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2647 ch-lang.o.
2648 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2649 targets.
2650
26512002-07-31 Joel Brobecker <brobecker@gnat.com>
2652
2653 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2654 This does not change anything at the moment, but will be helpful
2655 later when full Ada support is integrated.
2656
26572002-07-31 Kevin Buettner <kevinb@redhat.com>
2658
2659 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2660 help message.
2661
26622002-07-31 Kevin Buettner <kevinb@redhat.com>
2663
2664 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2665 and save it in a local variable. Use variable in later test.
2666
26672002-07-31 Kevin Buettner <kevinb@redhat.com>
2668
2669 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2670 test. (Thanks to Daniel Jacobowitz.)
2671
26722002-07-31 Kevin Buettner <kevinb@redhat.com>
2673
2674 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2675 (mips_abi_strings): Add "n64".
2676 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2677
26782002-07-31 Kevin Buettner <kevinb@redhat.com>
2679
2680 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2681 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2682
26832002-07-31 Kevin Buettner <kevinb@redhat.com>
2684
2685 * utils.c (host_pointer_to_address, address_to_host_pointer):
2686 Use gdb_assert() instead of explicit call to internal_error().
2687
26882002-07-30 Kevin Buettner <kevinb@redhat.com>
2689
2690 * Makefile.in (rs6000-nat.o): Update dependencies.
2691
2692 From Nicholas Duffek:
2693 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2694 (aix-thread.o): New rule.
2695 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2696 * config/powerpc/aix432.mh: New file.
2697
26982002-07-30 Daniel Jacobowitz <drow@mvista.com>
2699
2700 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2701 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2702 (fetch_core_registers, ppc_linux_supply_gregset)
2703 (ppc_linux_supply_fpregset): New functions.
2704 (ppc_linux_regset_core_fns): New.
2705 (_initialize_ppc_linux_tdep): Call add_core_fns.
2706 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2707 and ppc_linux_supply_gregset.
2708 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2709 (supply_fpregset): Call ppc_linux_supply_fpregset.
2710 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2711 corelow.o.
2712 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2713
27142002-07-30 Daniel Jacobowitz <drow@mvista.com>
2715
2716 * symtab.c (lookup_symbol): Demangle before lowercasing.
2717
27182002-07-30 Andrew Cagney <ac131313@redhat.com>
2719
2720 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2721 declaration.
2722 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2723 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2724 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2725 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2726 "gdb_string.h".
2727 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2728 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2729 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2730 (avr-tdep.o, mon960-rom.o): Ditto.
2731 (aout_stabs_gnu_h): Define.
2732 (symtab_h): Remove $(gdb_obstack_h).
2733
27342002-07-30 Jim Blandy <jimb@redhat.com>
2735
2736 Patch from David Carlton <carlton@math.stanford.edu>:
2737 * gdbinit.in: Move the `dir' commands that add GDB's own source
2738 directory to the search path to the end, so that the `gdb' source
2739 directory will be searched first.
2740
27412002-07-29 Andrew Cagney <ac131313@redhat.com>
2742
2743 * gdb_obstack.h: New file.
2744 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2745 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2746 * objfiles.h: Include "gdb_obstack.h".
2747 * Makefile.in (gdb_obstack_h): Define.
2748 (symtab_h): Add $(gdb_obstack_h).
2749 (objfiles_h): Add $(gdb_obstack_h).
2750
2751 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2752 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2753 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2754 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2755 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2756 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2757 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2758 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2759
2760 * Makefile.in (bcache.o): Update dependencies.
2761 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2762 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2763 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2764 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2765 (stabsread.o, symfile.o, symmisc.o): Ditto.
2766 (symtab.o, typeprint.o, macroexp.o): Ditto.
2767 (macrotab.o, mdebugread.o): Ditto.
2768 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2769 (coff_ecoff_h, aout_aout64_h): Define.
2770 (aout_stabs_gnu_h, libaout_h): Define.
2771
27722002-07-29 Andrew Cagney <cagney@redhat.com>
2773
2774 * regcache.c (struct regcache_descr): Rename nr_registers to
2775 nr_cooked_registers. Revise comments describing the structure
2776 member fields.
2777 (init_regcache_descr): Update.
2778 (init_legacy_regcache_descr): Update.
2779 (read_register_gen, write_register_gen): When a cooked register in
2780 the raw register range, directly access the value from the raw
2781 register cache.
2782
27832002-07-29 Andrew Cagney <ac131313@redhat.com>
2784
2785 * z8k-tdep.c: Do not include "obstack.h".
2786 * h8300-tdep.c, h8500-tdep.c: Ditto.
2787 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2788 * valprint.c, v850-tdep.c: Ditto.
2789 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2790 * mn10200-tdep.c: Ditto.
2791
2792 * Makefile.in (z8k-tdep.o): Update dependencies.
2793 (m68hc11-tdep.o, valprint.o): Ditto.
2794 (v850-tdep.o, d10v-tdep.o): Ditto.
2795 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2796 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2797 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2798 (sh_opc_h, gdb_sim_sh_h): Define.
2799 (elf_sh_h, elf_bfd_h): Define.
2800 (opcode_m68hc11_h): Define.
2801 (OPCODES_SRC, OPCODES_DIR): define.
2802 (OPCODES): Use $(OPCODES_DIR).
2803 (gdb_sim_d10v_h): Rename sim_d10v_h.
2804 (gdb_sim_arm_h): Rename sim_arm_h.
2805
28062002-07-26 Kevin Buettner <kevinb@redhat.com>
2807
2808 * utils.c (host_pointer_to_address, address_to_host_pointer):
2809 Change internal_error() message to indicate function responsible
2810 for the error.
2811
28122002-07-26 Kevin Buettner <kevinb@redhat.com>
2813
2814 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2815 calls to local_hex_string_custom().
2816
28172002-07-26 Kevin Buettner <kevinb@redhat.com>
2818
2819 * irix5-nat.c: Move IRIX shared library support from here...
2820 * solib-irix.c: ...to here. Revised substantially to work with
2821 generic solib framework.
2822
2823 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2824 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2825 * mips-irix-tdep.c: New file.
2826
2827 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2828 (mips-irix-tdep.o, solib-irix.o): New rules.
2829 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2830 solib-irix.o.
2831 * config/mips/irix6.mt (TDEPFILES): Likewise.
2832 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2833
28342002-07-26 Kevin Buettner <kevinb@redhat.com>
2835
2836 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2837 disabled (via ``#if 0'') includes.
2838
28392002-07-26 Kevin Buettner <kevinb@redhat.com>
2840
2841 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2842 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2843 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2844 Add support for the fpscr register.
2845 * rs6000-nat.c (regmap, fetch_inferior_registers)
2846 (store_inferior_registers, fetch_core_registers): Likewise.
2847
28482002-07-26 Kevin Buettner <kevinb@redhat.com>
2849
2850 * rs6000-nat.c (language.h): Include.
2851 (special_regs): Delete this array.
2852 (regmap): New function.
2853 (fetch_register, store_register): Use regmap() to map gdb
2854 register numbers to ptrace register numbers. Also, use
2855 outputs from regmap() to make decisions regarding type of
2856 ptrace() call to make. In particular, don't compare against
2857 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2858 (fetch_inferior_registers, store_inferior_registers): Where
2859 possible, obtain register numbers from tdep struct. Don't
2860 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2861 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2862 (LAST_UISA_SP_REGNUM): Delete.
2863
28642002-07-25 Kevin Buettner <kevinb@redhat.com>
2865
2866 * rs6000-nat.c (ppc-tdep.h): Include.
2867 (fetch_registers, store_register, fetch_core_registers): Don't
2868 access registers[] directly. Instead, use supply_register() or
2869 regcache_collect() as appropriate.
2870 (find_toc_address): Format hex address with local_hex_string().
2871
28722002-07-25 Andrew Cagney <ac131313@redhat.com>
2873
2874 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2875 bfd/elf32-frv.c.
2876
28772002-07-24 Tom Tromey <tromey@redhat.com>
2878
2879 * jv-exp.y: Marked all strings with _().
2880 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2881 internal_error.
2882 (MethodInvocation, CastExpression, parse_number, yyerror,
2883 java_type_from_name, push_expression_name, yylex): Typo fixes.
2884
28852002-07-24 Daniel Jacobowitz <drow@mvista.com>
2886
2887 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2888 (tee_file_flush, tee_file_write, tee_file_fputs)
2889 (tee_file_isatty): New.
2890 * ui-file.h (tee_file_new): Add prototype.
2891
28922002-07-24 Aidan Skinner <aidan@velvet.net>
2893
2894 * ada-lang.c: Change k&r style function definitions to prototyped
2895 form.
2896 * ada-typeprint.c: Change k&r style function definitions to prototyped
2897 form.
2898 * ada-valprint.c: Change k&r style function definitions to prototyped
2899 form.
2900
29012002-07-24 Andrew Cagney <cagney@redhat.com>
2902
2903 * README: Remove reference to remote-bug.
2904 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2905 remote-bug.c.
2906 (m88k-nat.o): Delete rule.
2907 (m88k-tdep.o): Delete rule.
2908 (remote-bug.o): Delete rule.
2909 * MAINTAINERS: Mark as obsolete.
2910 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2911 * m88k-tdep.c: Make file obsolete.
2912 * config/m88k/m88k.mh: Ditto.
2913 * config/m88k/delta88v4.mh: Ditto.
2914 * config/m88k/delta88v4.mt: Ditto.
2915 * config/m88k/delta88.mt: Ditto.
2916 * config/m88k/delta88.mh: Ditto.
2917 * remote-bug.c: Ditto.
2918 * config/m88k/tm-delta88.h: Ditto.
2919 * config/m88k/nm-delta88v4.h: Ditto.
2920 * config/m88k/xm-delta88.h: Ditto.
2921 * config/m88k/xm-dgux.h: Ditto.
2922 * config/m88k/tm-m88k.h: Ditto.
2923 * config/m88k/nm-m88k.h: Ditto.
2924 * config/m88k/tm-delta88v4.h: Ditto.
2925 * m88k-nat.c: Ditto.
2926 * cxux-nat.c: Ditto.
2927 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2928 and m88*-*-* obsolete.
2929 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2930 m88*-*-* obsolete.
2931
29322002-07-24 Andrew Cagney <cagney@redhat.com>
2933
2934 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2935 constant. Same for local pointer variables.
2936 (extract_signed_integer): Ditto.
2937 * defs.h (extract_unsigned_integer): Update.
2938 (extract_signed_integer): Update.
2939
29402002-07-24 Andrew Cagney <cagney@redhat.com>
2941
2942 * regcache.c (regcache_raw_write): Change buf parameter to a
2943 constant void pointer.
2944 (regcache_raw_read): Change buf parameter to a void pointer.
2945 (legacy_write_register_gen): Change myaddr parameter a constant
2946 void pointer.
2947 (supply_register): Change val parameter to a const void pointer.
2948 * regcache.h (regcache_raw_write): Update declaration.
2949 (regcache_raw_read): Update declaration.
2950 (supply_register): Update declaration.
2951
29522002-07-24 Tom Tromey <tromey@redhat.com>
2953
2954 * defs.h (gdb_readline_wrapper): Declare.
2955 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2956 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2957 * top.c (gdb_readline_wrapper): New function.
2958 (command_line_input): Use it.
2959
29602002-07-24 Andrew Cagney <cagney@redhat.com>
2961
2962 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2963 regcache_read and regcache_write.
2964 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2965 * regcache.c: Update.
2966 * sh-tdep.c (sh64_push_arguments): Update comment.
2967 (sh_pseudo_register_read): Update.
2968 (sh_pseudo_register_write): Update.
2969 (sh4_register_read): Update.
2970 (sh4_register_write): Update.
2971 (sh64_pseudo_register_read): Update.
2972 (sh64_pseudo_register_write): Update.
2973 (sh64_register_read): Update.
2974 (sh64_register_write): Update.
2975 * i386-tdep.c (i386_extract_return_value): Update.
2976 (i386_extract_struct_value_address): Update.
2977 (i386_extract_return_value): Update.
2978 * blockframe.c (generic_read_register_dummy): Update.
2979 (generic_call_dummy_register_unwind): Update
2980 * infrun.c (write_inferior_status_register): Update.
2981
29822002-07-23 Jim Blandy <jimb@redhat.com>
2983
2984 * parser-defs.h (expression_context_pc): Make this extern.
2985 (Thanks to Michael Snyder.)
2986
29872002-07-23 Andrew Cagney <ac131313@redhat.com>
2988
2989 GDB 5.2.1 released from 5.2 branch.
2990 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2991 * README: Update to mention 5.2.1.
2992
29932002-07-23 Mark Salter <msalter@redhat.com>
2994
2995 * remote.c (remote_read_bytes): Fix check for error.
2996
29972002-07-22 Kevin Buettner <kevinb@redhat.com>
2998
2999 * aix-thread.c (language.h): Include.
3000 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3001 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3002 Print newlines at end of debug messages.
3003 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3004 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3005
30062002-07-22 Kevin Buettner <kevinb@redhat.com>
3007
3008 * aix-thread.c (ppc-tdep.h): Include.
3009 (special_register_p): New function.
3010 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3011 (store_regs_user_thread): Use register number information from
3012 gdbarch_tdep struct instead of hardcoded offsets relative to
3013 FIRST_UISA_SP_REGNUM.
3014 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3015 special_register_p() instead of using FPLAST_REGNUM and
3016 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3017 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3018 will be MQ's register number.
3019
30202002-07-22 Michael Snyder <msnyder@redhat.com>
3021
3022 * aix-thread.c (ops): Rename to aix_thread_ops.
3023 (base_ops): Rename to base_target.
3024 (ops_attach): Rename to aix_thread_attach.
3025 (ops_detach): Rename to aix_thread_detach.
3026 (ops_resume): Rename to aix_thread_detach.
3027 (ops_wait): Rename to aix_thread_wait.
3028 (ops_kill): Rename to aix_thread_kill.
3029 (init_ops): Rename to init_aix_thread_ops.
3030 (ops_fetch_register): Rename to aix_thread_fetch_register.
3031 (ops_store_register): Rename to aix_thread_store_register.
3032 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3033 (ops_thread_alive): Rename to aix_thread_thread_alive.
3034 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3035 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3036 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3037 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3038 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3039 (store_regs_lib): Rename to store_regs_user_thread.
3040 (store_regs_kern): Rename to store_regs_kernel_thread.
3041
30422002-07-22 Michael Snyder <msnyder@redhat.com>
3043
3044 * aix-thread.c (ops_prepare_to_store): Eliminate.
3045 (init_ops): Don't initialize ops.prepare_to_store.
3046 (store_regs_kern): Pre-fetch register buffers from child,
3047 because some registers may not be in the cache. Copy
3048 regs from register cache only if they are cached.
3049 (store_regs_lib): Copy regs from register cache only
3050 if they are cached.
3051 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3052 fill_gprs64): Ditto.
3053
30542002-07-22 Kevin Buettner <kevinb@redhat.com>
3055
3056 * aix-thread.c (gdb_assert.h): Include.
3057 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3058 register sizes (from register cache) match size of buffer holding
3059 register data.
3060 (fill_sprs32): Change parameter types to match those in the ptrace()
3061 buffer.
3062 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3063 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3064
30652002-07-22 Michael Snyder <msnyder@redhat.com>
3066
3067 * aix-thread.c (supply_sprs64): Cosmetic change.
3068 (supply_sprs32): Cosmetic change.
3069 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3070 (fill_sprs64): Use regcache_collect instead of read_register.
3071 (store_regs_lib): Use regcache_collect instead of
3072 read_register. Use fill_sprs32 instead of fill_sprs64,
3073 if debugging a 32-bit architecture.
3074 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3075 out of the register cache, instead of passing a pointer into
3076 the register cache directly to ptrace. Use regcache_collect
3077 insteaad of read_register.
3078 (ops_prepare_to_store): Use target_read_registers instead
3079 of read_register_bytes.
3080
30812002-07-20 Aidan Skinner <aidan@velvet.net>
3082
3083 * MAINTAINERS: Add self under write after approval.
3084
30852002-07-20 Aidan Skinner <aidan@velvet.net>
3086
3087 * ada-tasks.c: Change k&r style function definitions to prototyped
3088 form.
3089
30902002-07-19 Andrew Cagney <ac131313@redhat.com>
3091
3092 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3093 * x86-64-tdep.c: Include "objfiles.h".
3094 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3095 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3096
30972002-07-17 Michal Ludvig <michal@suse.cz>
3098
3099 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3100 (update_context): Initialise cfa variable.
3101
31022002-07-17 Michael Snyder <msnyder@redhat.com>
3103
3104 * aix-thread.c: Shorten some long lines.
3105 Bring comments into line with code spec.
3106
31072002-07-18 Joel Brobecker <brobecker@gnat.com>
3108
3109 * infrun.c: Re-indent using gdb_indent.sh.
3110
31112002-07-18 Joel Brobecker <brobecker@gnat.com>
3112
3113 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3114 Leave the indentation temporarily untouched, to minimize the diffs.
3115
31162002-07-18 Elena Zannoni <ezannoni@redhat.com>
3117
3118 * stabsread.c: Make os9k sections of the code obsolete,
3119 for real this time.
3120 * stabsread.h: Make os9k sections of the code obsolete.
3121
31222002-07-18 Michal Ludvig <mludvig@suse.cz>
3123
3124 * linux-low.c (regsets_store_inferior_registers): Add free()
3125 at the end of a loop to prevent memory leak.
3126 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3127 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3128 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3129 line a comment.
3130 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3131
31322002-07-17 Jim Blandy <jimb@redhat.com>
3133
3134 * macrocmd.c (info_macro_command): Remove newline from error
3135 message.
3136
31372002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3138
3139 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3140 (sh_gdbarch_init): Use it for sh-dsp.
3141
31422002-07-16 Kevin Buettner <kevinb@redhat.com>
3143
3144 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3145 64-bit DWARF2 format.
3146
31472002-07-16 Joel Brobecker <brobecker@gnat.com>
3148
3149 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3150 <sys/proc.h> when not available.
3151
31522002-07-16 Andrew Cagney <ac131313@redhat.com>
3153
3154 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3155 * stabsread.c: Make os9k sections of the code obsolete.
3156 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3157 * config/i386/i386os9k.mt: Make file obsolete.
3158 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3159 (COMMON_OBS): Remove os9kread.o
3160 (SFILES): Remove os9kread.c.
3161 (os9kread.o, remote-os9k.o): Make target obsolete.
3162 * remote-os9k.c: Make file obsolete.
3163 * os9kread.c: Make file obsolete.
3164 * Makefile.in
3165
31662002-07-16 Andrew Cagney <ac131313@redhat.com>
3167
3168 * NEWS: Mention that the FR30 has been made obsolete.
3169 * fr30-tdep.c: Make file obsolete.
3170 * config/fr30/tm-fr30.h: Ditto.
3171 * config/fr30/fr30.mt: Ditto.
3172 * configure.tgt: Make fr30-*-elf obsolete.
3173 * MAINTAINERS: Make fr30-elf obsolete.
3174
31752002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3176
3177 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3178 found is not inside a section.
3179
31802002-07-15 Kevin Buettner <kevinb@redhat.com>
3181
3182 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3183 strerror().
3184 (pdc_realloc): Use xrealloc() instead of realloc().
3185
31862002-07-15 Kevin Buettner <kevinb@redhat.com>
3187
3188 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3189 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3190 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3191 macros.
3192
31932002-07-15 Kevin Buettner <kevinb@redhat.com>
3194
3195 * aix-thread.c (ptrace_check): Eliminate goto.
3196 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3197 problem.
3198
31992002-07-15 Kevin Buettner <kevinb@redhat.com>
3200
3201 * aix-thread.c (gdbcmd.h): Include.
3202 (DEBUG, DBG, DBG2, dbg): Eliminate.
3203 (debug_aix_thread): New static global.
3204 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3205 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3206 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3207 invocations to DBG and DBG2 macros to test against
3208 ``debug_aix_thread'' and call fprintf_unfiltered().
3209 (_initialize_aix_thread): Add new command "set debug aix-thread".
3210
32112002-07-15 Andrew Cagney <ac131313@redhat.com>
3212
3213 From Gerhard Tonn <TON@de.ibm.com>:
3214 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3215 instead of supply_register.
3216
32172002-07-15 Andrew Cagney <ac131313@redhat.com>
3218
3219 * dwarf2cfi.c: Include "gdb_assert.h".
3220 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3221 non-NULL.
3222 (update_context): Do not use __func__. Add missing ``break''.
3223 (update_context): Do not use __func__.
3224
32252002-07-15 Elena Zannoni <ezannoni@redhat.com>
3226
3227 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3228 and its setting. Set gdbarch instruction printing functions
3229 directly. For non-rs6000 case use new function
3230 gdb_print_insn_powerpc.
3231 (gdb_print_insn_powerpc): New function.
3232
32332002-07-13 Andrew Cagney <ac131313@redhat.com>
3234
3235 * NEWS: Mention that the d30v has been marked obsolete.
3236 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3237 * configure.tgt: Mark d30v-*-* as obsolete.
3238 * d30v-tdep.c: Mark file as obsolete.
3239 * config/d30v/d30v.mt: Ditto.
3240 * config/d30v/tm-d30v.h: Ditto.
3241
32422002-07-13 Aidan Skinner <aidan@velvet.net>
3243
3244 * ada-tasks.c (add_task_entry): replace calls to
3245 malloc() with xmalloc
3246 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3247
3248 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3249 ada_finish_decode_line_1, all_sals_for_line
3250 ada_breakpoint_rewrite): replace calls to free() with xfree()
3251
32522002-07-12 Kevin Buettner <kevinb@redhat.com>
3253
3254 From Nicholas Duffek (with minor changes by Martin Hunt,
3255 Louis Hamilton, and Kevin Buettner):
3256 * aix-thread.c: New file.
3257
32582002-07-12 Petr Sorfa <petrs@caldera.com>
3259
3260 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3261 complaint for invalid attribute class or form.
3262 (read_func_scope): DW_AT_frame_base
3263 better handling of DW_AT_block*.
3264 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3265 better handling of DW_AT_block*.
3266 (read_common_block): DW_AT_location
3267 better handling of DW_AT_block*.
3268 (read_partial_die): DW_AT_location better handling
3269 of DW_AT_block*.
3270 (new_symbol): DW_AT_external better handling of
3271 DW_AT_block*. Proper initialization of variable
3272 "addr".
3273 (attr_form_is_block): New function that returns true
3274 if the attribute's form is of DW_FORM_block*.
3275
32762002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3277
3278 * valops.c (find_method_list): Remove comment about
3279 removed STATIC_MEMFUNCP argument.
3280 (value_find_oload_method_list): Likewise.
3281
32822002-07-12 Kevin Buettner <kevinb@redhat.com>
3283
3284 From Nicholas Duffek:
3285 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3286 target_new_objfile_hook.
3287
32882002-07-12 Kevin Buettner <kevinb@redhat.com>
3289
3290 From Nicholas Duffek:
3291 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3292 csect.
3293
32942002-07-12 Andrew Cagney <cagney@redhat.com>
3295
3296 * MAINTAINERS: Mention --enable-sim-build-warnings.
3297 (m68hc11-elf): Disable sim build warnings.
3298 (m32r-elf): Mark as broken obsolete candidate.
3299 (x86_64-linux-gnu): Mark as buildable with -Werror.
3300 (arm-elf): Change -w to ``,'' which enables warnings but not
3301 -Werror.
3302
33032002-07-12 Andrew Cagney <ac131313@redhat.com>
3304
3305 * bcache.h: Update copyright.
3306 (struct bstring, struct bcache): Move definition to "bcache.c".
3307 Replaced by opaque declaration.
3308 (bcache_xfree): Replace free_bcache.
3309 (bcache_xmalloc, bcache_memory_used): Declare.
3310
3311 * bcache.c: Update copyright.
3312 (struct bstring, struct bcache): Moved to here from "bcache.h".
3313 Update comments.
3314 (bcache_xmalloc, bcache_memory_used): New functions.
3315 (bcache_xfree): Replace function free_bcache.
3316
3317 * Makefile.in (objfiles.o): Add $(bcache_h).
3318 (objfiles_h): Remove $(bcache_h).
3319 (symfile.o): Add $(bcache_h).
3320
3321 * symmisc.c: Update copyright.
3322 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3323 (print_objfile_statistics): Use bcache_memory_used.
3324
3325 * symfile.c: Include "bcache.h".
3326 (reread_symbols): Use bcache_xfree.
3327 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3328 (add_psymbol_to_list): Pass psymbol_cache by value.
3329 (add_psymbol_with_dem_name_to_list): Ditto.
3330
3331 * objfiles.h: Update copyright.
3332 (struct bcache): Declare opaque. Do not include "bcache.h".
3333 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3334 bcache'' pointers.
3335 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3336
3337 * objfiles.c: Include "bcache.h". Update copyright.
3338 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3339 macro_cache.
3340 (free_objfile): Use bcache_xfree.
3341
33422002-07-11 Grace Sainsbury <graces@redhat.com>
3343
3344 * monitor.c (monitor_fetch_register): Make name a constant.
3345 (monitor_store_register): Same.
3346
33472002-07-11 Daniel Jacobowitz <drow@mvista.com>
3348
3349 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3350 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3351 (finish_block) For non-function blocks, hash the symbol table. For
3352 function blocks, mark the symbol table as unhashed.
3353 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3354 (msymbol_hash_iw): Likewise.
3355 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3356 value.
3357 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3358 (lookup_minimal_symbol): Likewise for both.
3359 * symtab.h (struct block): Add `hashtable' flag. Comment the
3360 hashtable.
3361 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3362 (ALL_BLOCK_SYMBOLS): Update.
3363 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3364 (struct symbol): Add `hash_next' pointer.
3365 * symtab.c (lookup_block_symbol): Search using the hash table when
3366 possible.
3367 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3368 (search_symbols, find_addr_symbol): Likewise.
3369
3370 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3371 (read_dst_symtab): Likewise.
3372 * jv-lang.c (get_java_class_symtab): Likewise.
3373 * mdebugread.c: Include "gdb_assert.h".
3374 (shrink_block): Assert that the block being modified is not hashed.
3375 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3376 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3377 symbols.
3378 (dump_symtab): Recognize hashed blocks.
3379 * printcmd.c (print_frame_args): Assert that function blocks do not
3380 have hashed symbol tables.
3381 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3382 (fill_in_ada_prototype, debug_print_block): Likewise.
3383 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3384
33852002-07-11 Corinna Vinschen <vinschen@redhat.com>
3386
3387 * stack.c (print_frame): Use result of frame_address_in_block()
3388 instead of fi->pc when evaluating symbols.
3389 (backtrace_command_1): Ditto.
3390
33912002-07-11 Andrew Cagney <cagney@redhat.com>
3392
3393 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3394 Make static.
3395
3396 * arm-tdep.c (arm_register_name): Make return type constant.
3397
33982002-07-10 Andrew Cagney <ac131313@redhat.com>
3399
3400 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3401 prototype.
3402 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3403 * s390-tdep.c (s390_fp_regnum): Ditto.
3404 (s390_read_fp): Ditto.
3405 (s390_pop_frame): Ditto.
3406 (_initialize_s390_tdep): Ditto.
3407 * remote.c (get_remote_state): Ditto.
3408 * procfs.c (mappingflags): Ditto.
3409 * memattr.c (_initialize_mem): Ditto.
3410 * mcore-tdep.c (mcore_pop_frame): Ditto.
3411 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3412 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3413 * language.c (set_case_str): Ditto.
3414 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3415 * frv-tdep.c (new_variant): Ditto.
3416 (frv_stopped_data_address): Ditto.
3417 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3418 (context_alloc): Ditto.
3419 (frame_state_alloc): Ditto.
3420 (unwind_tmp_obstack_init): Ditto.
3421 (unwind_tmp_obstack_free): Ditto.
3422 (cfi_read_fp): Ditto.
3423 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3424 (cris_pop_frame): Ditto.
3425 * c-lang.c (scanning_macro_expansion): Ditto.
3426 (finished_macro_expansion): Ditto.
3427 (c_preprocess_and_parse): Ditto.
3428 * gdbarch.sh: Ditto.
3429 * gdbarch.h, gdbarch.c: Regenerate.
3430 * config/mn10200/tm-mn10200.h: Adjust indentation.
3431 * target.c: Adjust indentation.
3432 * symtab.h: Adjust indentation.
3433 * stabsread.h: Adjust indentation.
3434 * remote-es.c: Adjust indentation.
3435 * os9kread.c: Adjust indentation.
3436
34372002-07-10 Andrew Cagney <ac131313@redhat.com>
3438
3439 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3440 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3441
34422002-07-10 Grace Sainsbury <graces@redhat.com>
3443
3444 * NEWS: Mention m68k, mcore multi-arching.
3445 * MAINTAINERS: Change status of m68k, mcore to reflect
3446 multi-arching.
3447
34482002-07-10 Daniel Jacobowitz <drow@mvista.com>
3449
3450 * valops.c (find_overload_match): Free oload_syms.
3451
34522002-07-09 Joel Brobecker <brobecker@gnat.com>
3453
3454 Define HAVE_SYS_PROC_H if sys/proc.h exists
3455 * configure.in: Add check for sys/proc.h
3456 * config.in: Regenerate.
3457 * configure: Regenerate.
3458
34592002-07-09 Grace Sainsbury <graces@redhat.com>
3460
3461 * config/m68k/tm-m68k.h: Remove macros wrapped in
3462 #if !GDB_MULTI_ARCH.
3463
34642002-07-08 Andrew Cagney <ac131313@redhat.com>
3465
3466 * config.in, configure: Regenerate.
3467
34682002-07-08 Mark Kettenis <kettenis@gnu.org>
3469
3470 * dwarf2cfi.c: Include "gcore.h".
3471 (execute_stack_op): Fix implementation of the
3472 DW_OP_deref and DW_OP_deref_size operators by letting do their
3473 lookup in the target.
3474
34752002-07-07 Mark Kettenis <kettenis@gnu.org>
3476
3477 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3478 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3479 tdep->sc_sp_offset.
3480
34812002-07-05 Daniel Jacobowitz <drow@mvista.com>
3482
3483 Fix PR gdb/595, gdb/602
3484 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3485 Don't call value_cast, just read the vtable pointer; update comments
3486 to match.
3487
34882002-07-05 Grace Sainsbury <graces@redhat.com>
3489
3490 * config/mcore/tm-mcore.h: Remove file.
3491 * config/mcore/mcore.mt: Remove definition of TM_FILE
3492 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3493
34942002-07-05 Mark Kettenis <kettenis@gnu.org>
3495
3496 * i386bsd-tdep.c: Include "gdb_string.h".
3497
34982002-07-04 Grace Sainsbury <graces@redhat.com>
3499
3500 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3501 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3502 mcore-tdep.
3503 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3504 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3505 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3506 (RETVAL_REGNUM): Move macros from tm-mcore.h
3507 (mcore_reg_struct_has_addr): New function.
3508 (mcore_gdbarch_init): Added initializations for the macros removed
3509 from tm-mcore.h.
3510
35112002-07-04 Mark Kettenis <kettenis@gnu.org>
3512
3513 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3514 traditonal string branding within the ELF header.
3515
35162002-07-04 Daniel Jacobowitz <drow@mvista.com>
3517
3518 * symtab.c (remove_params): New function.
3519 (make_symbol_overload_list): Use it instead of cplus_demangle.
3520 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3521
35222002-07-04 Mark Kettenis <kettenis@gnu.org>
3523
3524 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3525
3526 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3527 New variables.
3528 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3529 and tdep->sigtramp_end.
3530 * i386obsd-nat.c: New file.
3531 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3532
3533 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3534 Don't call get_current_frame().
3535
35362002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3537
3538 * i386-nat.c (child_post_startup_inferior): New function
3539 calling i386_cleanup_dregs if
3540 I386_USE_GENERIC_WATCHPOINTS is defined.
3541 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3542 conditional to acknowledge that i386-nat.c has its
3543 own child_post_startup_inferior function.
3544
35452002-07-04 Mark Kettenis <kettenis@gnu.org>
3546
3547 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3548 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3549 instead of MAX_REGISTER_RAW_SIZE.
3550 (i386_extract_return_value, i386_extract_struct_value_address):
3551 Convert to use regcache.
3552 (i386_gdbarch_init): Set max_register_raw_size and
3553 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3554 Set extract_return_value and extract_struct_value_address instead
3555 of their deprecated variants.
3556
3557 Convert i386 target to generic dummy frames.
3558 * i386-tdep.c: Include "symfile.h".
3559 (i386_frameless_signal_p): Consider a function to be frameless if
3560 the pc points at the first instruction of the function.
3561 (i386_frame_chain): Handle (generic) call dummies.
3562 (i386_frame_saved_pc): Likewise.
3563 (i386_frame_init_saved_regs): Remove code dealing with call
3564 dummies on the stack.
3565 (i386_push_dummy_frame): Removed.
3566 (i386_call_dummy_words): Removed.
3567 (i386_fix_call_dummy): Removed.
3568 (i386_push_return_address): New function.
3569 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3570 parameter, and don't call get_current_frame.
3571 (i386_pop_frame): New function.
3572 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3573 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3574 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3575 call_dummy_length to 0, set call_dummy_words to NULL, set
3576 sizeof_call_dummy_words to 0, set fix_call_dummy to
3577 generic_fix_call_dummy, set pc_in_call_dummy to
3578 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3579 generic_push_dummy_frame, set push_return_address to
3580 i386_push_return_address and set frame_chain_valid to
3581 generic_file_frame_chain_valid.
3582
35832002-07-03 Andrew Cagney <ac131313@redhat.com>
3584
3585 * gdbarch.sh (struct regcache): Add opaque declaration.
3586 (EXTRACT_RETURN_VALUE): New architecture method.
3587 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3588 * gdbarch.h, gdbarch.c: Regenerate.
3589 * arch-utils.c (legacy_extract_return_value): New function.
3590 * arch-utils.h (legacy_extract_return_value): Declare.
3591 * values.c (value_being_returned): Re-enable code handling
3592 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3593 deprecated_grub_regcache_for_registers call to block handling
3594 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3595 (EXTRACT_RETURN_VALUE): Do not define.
3596
35972002-07-03 Grace Sainsbury <graces@redhat.com>
3598
3599 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3600 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3601 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3602 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3603 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3604 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3605 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3606 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3607 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3608 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3609 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3610 argument so the function fits the prototype in the architecture
3611 vector.
3612 (mcore_pop_frame): Remove argument so the function fits the
3613 prototype. Use get_current_frame instead of the argument.
3614 (mcore_push_arguments): Change type of struct_return so the
3615 function can be used in the architecture vector.
3616 (mcore_store_struct_return): Add.
3617 (mcore_frame_init_saved_regs): Add.
3618 (mcore_gdbarch_init): Add function calls to replace the macros
3619 removed from tm-mcore.h
3620
36212002-07-03 Andrew Cagney <ac131313@redhat.com>
3622
3623 * infcmd.c (print_return_value): Remove compatibility code calling
3624 deprecated_grub_regcache_for_registers.
3625
3626 * values.c: Include "regcache.h".
3627 (value_being_returned): Update. Use
3628 deprecated_grub_regcache_for_registers to extract the register
3629 buffer address.
3630 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3631 ``struct regcache''.
3632 * Makefile.in (values.o): Add dependency on $(regcache_h).
3633
3634 * inferior.h (run_stack_dummy): Change type of second parameter to
3635 a ``struct regcache''.
3636 * valops.c (hand_function_call): Change type of retbuf to ``struct
3637 regcache''. Allocate using regcache_xmalloc, clean using
3638 make_cleanup_regcache_xfree.
3639 * infcmd.c (run_stack_dummy): Update. Use
3640 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3641
3642 * regcache.c (do_regcache_xfree): New function.
3643 (make_cleanup_regcache_xfree): New function.
3644 * regcache.h (make_cleanup_regcache_xfree): Declare.
3645
36462002-07-03 Martin M. Hunt <hunt@redhat.com>
3647
3648 * event-top.c (command_line_handler): Don't read past
3649 beginning of buffer.
3650
36512002-07-03 Martin M. Hunt <hunt@redhat.com>
3652
3653 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3654 struct frame_id.
3655 (varobj_create): Store frame_id for root.
3656 (varobj_gen_name): Use xasprintf.
3657 (varobj_update): Save and restore frame using get_frame_id() and
3658 frame_find_by_id().
3659 (create_child): Use xasprintf.
3660 (new_root_variable): Initialize frame_id.
3661 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3662 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3663 to prevent memory leak.
3664
36652002-07-03 Andrew Cagney <ac131313@redhat.com>
3666
3667 * valops.c (hand_function_call): Move declaration of retbuf to
3668 start of function, allocate using malloc, add a cleanup but before
3669 the inf_status cleanup, cleanup the buffer. Rename local variable
3670 old_chain to inf_status_cleanup.
3671
36722002-07-03 Martin M. Hunt <hunt@redhat.com>
3673
3674 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3675
3676 * cli/cli-decode.c (cmd_func_p): New function.
3677 (cmd_func): New function.
3678
3679 * command.h: Add cmd_func() and cmd_func_p().
3680
36812002-07-03 Grace Sainsbury <graces@redhat.com>
3682
3683 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3684 (REGISTER_SIZE): Remove.
3685 (MAX_REGISTER_RAW_SIZE): Remove.
3686 (REGISTER_VIRTUAL_TYPE): Remove.
3687 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3688 (REGISTER_NAME): Remove.
3689 (USE_GENERIC_DUMMY_FRAMES): Remove.
3690 (CALL_DUMMY): Remove.
3691 (CALL_DUMMY_START_OFFSET): Remove.
3692 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3693 (CALL_DUMMY_LOCATION): Remove.
3694 (FIX_CALL_DUMMY): Remove.
3695 (CALL_DUMMY_ADDRESS): Remove.
3696 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3697 (SAVE_DUMMY_FRAME_TOS): Remove.
3698 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3699 (mcore_register_virtual_type): New function.
3700 (mcore_register_byte): New function.
3701 (mcore_register_size): New function.
3702 (mcore_register_name): New function.
3703 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3704 macros removed from tm-mcore.h.
3705 (mcore_dump_tdep): Add.
3706 (_initialize_mcore_tdep): Add gdbarch_register call.
3707
37082002-07-03 Mark Kettenis <kettenis@gnu.org>
3709
3710 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3711 frameless_look_for_prologue, such that we actually call this
3712 function.
3713
37142002-07-02 Joel Brobecker <brobecker@gnat.com>
3715
3716 * frame.h (frame_address_in_block): New function.
3717
3718 * blockframe.c (frame_address_in_block): New function extracted
3719 from get_frame_block().
3720 (get_frame_block): Use frame_address_in_block().
3721 (block_innermost_frame): Use frame_address_in_block() to match
3722 the frame pc address against the block boundaries rather than
3723 the frame pc directly. This prevents a failure when a frame pc
3724 is actually a return-address pointing immediately after the end
3725 of the given block.
3726
37272002-07-02 Grace Sainsbury <graces@redhat.com>
3728
3729 * MAINTAINERS: Add self under write after approval.
3730
37312002-07-02 Grace Sainsbury <graces@redhat.com>
3732
3733 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3734 used in architecture vector. The default is
3735 m68k_local_breakpoint_from_pc.
3736 (m68k_local_breakpoint_from_pc): Add.
3737 (enum): Add register numbers from tm-m68k.h.
3738 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3739 vector.
3740 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3741 GDB_MULTI_ARCH_PARTIAL.
3742 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3743 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3744 m68k-tdep.c.
3745 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3746 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3747 to enum in m68k-tdep.c
3748
37492002-07-02 Joel Brobecker <brobecker@gnat.com>
3750
3751 * solib-osf.c (open_map): Compute the list of shared libraries
3752 loaded by the inferior, rather than the list of libraries loaded
3753 by GDB itself. Otherwise, GDB ends up reading the symbols from
3754 the wrong shared libraries...
3755
37562002-07-02 Mark Kettenis <kettenis@gnu.org>
3757
3758 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3759 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3760 macros.
3761 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3762 Remove functions.
3763 (FRAMELESS_SIGNAL): Remove function.
3764 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3765 i386_linux_saved_pc_after_call): Removed.
3766 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3767 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3768 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3769
3770 * i386-tdep.c (i386_frameless_signal_p): New function.
3771 (i386_frame_chain): Deal with frameless signals.
3772 (i386_sigtramp_saved_sp): New function.
3773 (i386_frame_saved_pc): Deal with frameless signals.
3774 (i386_saved_pc_after_call): Make sure the correct value is
3775 returned just after entry into a sigtramp.
3776 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3777 i386fbsd4_sc_sp_offset): New variables.
3778 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3779 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3780 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3781 similiar to what we already did for sc_pc_offset.
3782 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3783 tdep->sc_sp_offset.
3784
3785 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3786
37872002-07-02 Michal Ludvig <mludvig@suse.cz>
3788
3789 * config/i386/tm-x86-64linux.h: New.
3790 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3791 definitions.
3792 * config/i386/nm-x86-64.h: Rename to ...
3793 * config/i386/nm-x86-64linux.h: ... this one.
3794 * config/i386/x86-64linux.mh: Reflect the above change.
3795
37962002-07-01 Mark Kettenis <kettenis@gnu.org>
3797
3798 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3799 with sigcontext_addr. Add sc_sp_offset.
3800 (i386bsd_sigtramp_saved_pc): Remove prototype.
3801 (i386bsd_sicontext_addr): Add prototype.
3802 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3803 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3804 (i386_svr4_sigtramp_saved_pc): Removed.
3805 (i386_svr4_sigcontext_addr): New function.
3806 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3807 Initialize tdep->sigcontext_addr instead. Initialize
3808 tdep->sc_pc_offset and tdep->sc_sp_offset.
3809 (i386_gdbarch_init): Likewise.
3810 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3811 any more.
3812 (i386bsd_sigtramp_saved_pc): Remove function.
3813 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3814 Initialize tdep->sigcontext_addr instead. Initialize
3815 tdep->sc_pc_offset.
3816 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3817 of tdep->sigtramp_saved_pc.
3818 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3819 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3820 instead.
3821
3822 * i386-tdep.c (i386_frameless_function_invocation,
3823 i386_frame_num_args, i386_frame_init_saved_regs,
3824 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3825 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3826 i386_extract_return_value, i386_store_return_value,
3827 i386_extract_struct_value_address, i386_register_virtual_type,
3828 i386_register_convertible, i386_register_convert_to_virtual,
3829 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3830 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3831 static.
3832
38332002-07-01 Mark Kettenis <kettenis@gnu.org>
3834
3835 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3836
3837 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3838 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3839 this macro. Include "value.h".
3840
38412002-06-30 Aidan Skinner <aidan@velvet.net>
3842
3843 * ada-exp.tab.c: remove as it's a generated file
3844 * ada-lex.c: remove as it's a generated file
3845
38462002-06-30 Mark Kettenis <kettenis@gnu.org>
3847
3848 * config/i386/tm-i386.h (struct frame_info, struct
3849 frame_saved_regs, struct value, struct type): Remove forward
3850 declarations.
3851
3852 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3853 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3854 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3855 (FILL_FPXREGSET): Define.
3856
3857 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3858
3859 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3860 i[3456]86-*-netbsd* case.
3861 * config/i386/tm-obsd.h: Removed.
3862 * config/i386/obsd.mt: Removed.
3863 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3864 core-aout.o.
3865 (MH_CFLAGS): Add -DYYDEBUG=0.
3866
3867 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3868 i386nbsd_sc_pc_offset on OpenBSD too.
3869
3870 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3871 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3872 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3873 define.
3874 * i386bsd-tdep.c: Include "arch-utils.h".
3875 (i386bsd_aout_in_solib_call_trampoline): New function.
3876 (i386bsd_init_abi): Set in_solib_call_trampoline to
3877 i386bsd_aout_in_solib_call_trampoline.
3878 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3879 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3880
38812002-06-28 Andrew Cagney <ac131313@redhat.com>
3882
3883 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3884 (struct obstack, struct bcache): Add opaque declarations.
3885 * Makefile.in (macrotab_h): Update
3886
38872002-06-28 Andrew Cagney <ac131313@redhat.com>
3888
3889 * blockframe.c (generic_find_dummy_frame): Change return type to
3890 ``struct regcache''.
3891 (struct dummy_frame): Replace field ``registers'' with regcache, a
3892 struct regcache object.
3893 (generic_find_dummy_frame): Update.
3894 (generic_push_dummy_frame): Update. Use regcache_xfree,
3895 regcache_xmalloc and regcache_cpy.
3896 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3897 regcache_xfree.
3898 (deprecated_generic_find_dummy_frame): Update.
3899 (generic_read_register_dummy): Update. Use
3900 regcache_read_as_address.
3901 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3902 (generic_get_saved_register): Update. Use regcache_read.
3903
39042002-06-28 Andrew Cagney <ac131313@redhat.com>
3905
3906 * Makefile.in (objfiles_h): Add $(bcache_h).
3907 * objfiles.h: Include "bcache.h".
3908
3909 * Makefile.in (symtab_h): Remove $(bcache_h).
3910 * symtab.h: Do not include "bcache.h".
3911
39122002-06-28 Andrew Cagney <ac131313@redhat.com>
3913
3914 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3915 generic_func_frame_chain_valid.
3916
39172002-06-28 David O'Brien <obrien@FreeBSD.org>
3918
3919 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3920 * config/i386/tm-fbsd.h: Likewise.
3921
39222002-06-28 Andrew Cagney <ac131313@redhat.com>
3923
3924 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3925 generic_unwind_get_saved_register.
3926
39272002-06-27 Andrew Cagney <ac131313@redhat.com>
3928
3929 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3930 * regcache.c (supply_register): Add missing argument to
3931 register_buffer call.
3932
39332002-06-27 Andrew Cagney <ac131313@redhat.com>
3934
3935 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3936 Solaris /bin/grep does not not like it. From Peter Schauer.
3937
39382002-06-26 Tom Tromey <tromey@redhat.com>
3939
3940 * command.h (add_setshow_cmd): Declare.
3941 (add_setshow_cmd_full): Declare.
3942 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3943 returns void. Use add_setshow_cmd_full.
3944 (add_setshow_cmd_full): New function.
3945 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3946 (add_setshow_boolean_cmd): Likewise.
3947
39482002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3949
3950 * config/vax/tm-vax.h: Protect from multiple inclusion.
3951 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3952 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3953 * config/vax/tm-vaxbsd.h: ...here. New file.
3954 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3955
39562002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3957
3958 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3959 (BELIEVE_PCC_PROMOTION): Remove.
3960 (AP_REGNUM): Move to...
3961 * config/vax/nm-vax.h: ...here.
3962 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3963 (vax_breakpoint_from_pc): New function.
3964 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3965 and gdbarch_believe_pcc_promotion.
3966
39672002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3968
3969 * Makefile.in (vax_tdep_h): Define.
3970 (vax-tdep.o): Use $(vax_tdep_h).
3971 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3972 (vax_dump_tdep): New function.
3973 (_initialize_vax_tdep): Register vax_dump_tdep.
3974 * vax-tdep.h: Include osabi.h.
3975 (struct gdbarch_tdep): New.
3976
39772002-06-26 Andrew Cagney <cagney@redhat.com>
3978
3979 * frame.h (deprecated_generic_find_dummy_frame): Rename
3980 generic_find_dummy_frame.
3981 * blockframe.c (generic_find_dummy_frame): Make static.
3982 (deprecated_generic_find_dummy_frame): New function.
3983 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3984 generic_find_dummy_frame with deprecated_find_dummy_frame.
3985 (sh64_nofp_frame_init_saved_regs): Ditto.
3986 (sh_fp_frame_init_saved_regs): Ditto.
3987 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3988 (s390_frame_chain): Ditto.
3989 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3990
39912002-06-26 Grace Sainsbury <graces@redhat.com>
3992
3993 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3994 gdbarch vector are at the top.
3995 (NUM_REGS): Remove.
3996 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3997 (FRAME_ARGS_ADDRESS): Remove.
3998 (FRAME_LOCALS_ADDRESS): Remove.
3999 (FRAME_NUM_ARGS): Remove.
4000 (FRAME_ARGS_SKIP): Remove.
4001 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4002 (m68k_gdbarch_init): Add gdbarch initializations for macros
4003 undefined in tm-m68k.h
4004
40052002-06-26 Grace Sainsbury <graces@redhat.com>
4006
4007 * monitor.h: Add the function regname to monitor_ops
4008 structure. This way NUM_REGS does not have to be a constant.
4009 * monitor.c (monitor_fetch_register): Added support for regname
4010 function. The function is called if the array regnames is NULL.
4011 (monitor_store_register): Same.
4012 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4013 regnames array.
4014 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4015 cpu32bug_cmds.regname to point to new function.
4016 * abug-rom.c (abug_regname): Same as above.
4017 (init_abug_cmds): Same.
4018 * dbug-rom.c (dbug_regname): Same as above.
4019 (init_dbug_cmds): Same.
4020 * remote-est.c (est_regname): Same.
4021 (init_est_cmds): Same.
4022 * rom68k-rom.c (rom68k_regname): Same.
4023 (init_rom68k_cmds): Same.
4024
40252002-06-25 Tom Tromey <tromey@redhat.com>
4026
4027 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4028
40292002-06-25 Andrew Cagney <cagney@redhat.com>
4030
4031 * infrun.c (stop_registers): Change variable's type to ``struct
4032 regcache'''.
4033 (xmalloc_inferior_status): Delete function.
4034 (free_inferior_status): Delete function.
4035 (normal_stop): Use regcache_cpy.
4036 (struct inferior_status): Change type of fields ``stop_registers''
4037 and ``registers'' to ``struct regcache''.
4038 (write_inferior_status_register): Use regcache_write.
4039 (save_inferior_status): Instead of calling
4040 xmalloc_inferior_status, allocate the inf_status buffer directly.
4041 Use regcache_dup_no_passthrough and regcache_dup to save the
4042 buffers.
4043 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4044 Replace the stop_registers regcache instead of overriding it. Use
4045 regcache_xfree. Instead of calling free_inferior_status, xfree
4046 the buffer directly.
4047 (discard_inferior_status): Use regcache_xfree. Instead of calling
4048 free_inferior_status, xfree the buffer directly.
4049 (build_infrun): Use regcache_xmalloc.
4050 (_initialize_infrun): Delete redundant call to build_infrun.
4051
4052 * Makefile.in (infcmd.o): Add $(regcache_h).
4053
4054 * infcmd.c: Include "regcache.h".
4055 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4056 obtain the address of `stop_registers' register buffer.
4057 (print_return_value): Ditto.
4058
4059 * inferior.h (struct regcache): Add opaque declaration.
4060 (stop_registers): Change variable's declared type to ``struct
4061 regcache''.
4062
40632002-06-24 Tom Tromey <tromey@redhat.com>
4064
4065 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4066 * target.c (initialize_targets): Fixed typo in
4067 trust-readonly-sections `show' documentation.
4068
4069 * main.c: Marked all strings with _().
4070
40712002-06-24 Don Howard <dhoward@redhat.com>
4072
4073 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4074 that means max CORE_ADDR+1.
4075 (lookup_mem_region): Ditto.
4076 (mem_info_command): Ditto.
4077
40782002-06-24 Grace Sainsbury <graces@redhat.com>
4079
4080 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4081 (REGISTER_BYTES_OK): Remove.
4082 (REGISTER_BYTES): Remove.
4083 (STORE_STRUCT_RETURN): Remove.
4084 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4085 (STORE_RETURN_VALUE): Remove.
4086 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4087 (FRAME_CHAIN): Remove.
4088 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4089 (FRAME_SAVED_PC): Remove.
4090 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4091 (m68k_store_struct_return): Add.
4092 (m68k_deprecated_extract_return_value): Add.
4093 (m68k_deprecated_extract_struct_value_address): Add.
4094 (m68k_store_return_value): Add.
4095 (m68k_frame_chain): Add.
4096 (m68k_frameless_function_invocation): Add.
4097 (m68k_frame_saved_pc): Add.
4098 (m68k_gdbarch_init): added set_gdbarch calls for new
4099 functions and deleted macros.
4100
41012002-06-23 Tom Tromey <tromey@redhat.com>
4102
4103 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4104 (ALLDEPFILES): Likewise.
4105 (udiheaders): Removed.
4106 (udip2soc.o): Likewise.
4107 (udi2go32.o): Likewise.
4108 (udr.o): Likewise.
4109 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4110
41112002-06-22 Andrew Cagney <ac131313@redhat.com>
4112
4113 * infrun.c (_initialize_infrun): Delete unnecessary call to
4114 build_infrun.
4115
4116 * regcache.h: Update comments describing the regcache_cpy family
4117 of functions.
4118 (regcache_save, regcache_restore): Delete declaration.
4119 (regcache_save_no_passthrough): Delete declaration.
4120 (regcache_restore_no_passthrough): Delete declaration.
4121 * regcache.c (regcache_save): Delete function.
4122 (regcache_save_no_passthrough): Delete function.
4123 (regcache_restore): Delete function.
4124 (regcache_restore_no_passthrough): Delete function.
4125
41262002-06-21 Andrew Cagney <ac131313@redhat.com>
4127
4128 * config/m68k/tm-m68k.h: Fix typo.
4129 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4130 (m68k_frame_init_saved_regs): Declare.
4131
41322002-06-21 Jim Blandy <jimb@redhat.com>
4133
4134 Remove some vestiges of Harris 88k support.
4135 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4136 register numbering quirk.
4137 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4138 odd symbols occurring in Harris 88k ELF targets.
4139
41402002-06-21 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb_locale.h: New file.
4143 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4144 (defs_h): Added gdb_locale.h.
4145 * configure, config.in: Rebuilt.
4146 * configure.in (PACKAGE): Define.
4147 * defs.h: Include gdb_locale.h.
4148 * main.c (captured_main): Call setlocale, bindtextdomain,
4149 textdomain.
4150
41512002-06-21 Dave Brolley <brolley@redhat.com>
4152
4153 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4154 * config/frv/frv.mt: New file.
4155 * config/frv/tm-frv.h: New file.
4156 * configure.tgt: Support frv-*-*.
4157 * Makefile.in (frv-tdep.o): New target.
4158 * frv-tdep.c: New file.
4159 * NEWS: Mention frv.
4160
41612002-06-21 Dave Brolley <brolley@redhat.com>
4162
4163 * MAINTAINERS: Add self to "Write After Approval" list.
4164
41652002-06-21 Grace Sainsbury <graces@redhat.com>
4166
4167 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4168 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4169 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4170 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4171 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4172
4173 * m68k-tdep.c: Include arch-utils.h
4174 (m68k_register_raw_size): Add.
4175 (m68k_register_virtual_size): Add.
4176 (m68k_register_virtual_type): Add.
4177 (m68k_register_name): Add.
4178 (m68k_stack_align): Add.
4179 (m68k_register_byte): Add.
4180 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4181 tm-m68k.h.
4182
41832002-06-21 Grace Sainsbury <graces@redhat.com>
4184
4185 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4186 m68k_find_saved_regs.
4187 (m68k_pop_frame): Removed saved_regs structure, and replaced
4188 references to it with frame->saved_regs.
4189 (m68k_gdbarch_init): Added function calls to initialize the
4190 gdbarch structure.
4191 (m68k_fix_call_dummy): Add.
4192 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4193 (CALL_DUMMY): Remove.
4194 (CALL_DUMMY_LENGTH): Remove.
4195 (CALL_DUMMY_START_OFFSET): Remove.
4196 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4197 (FIX_CALL_DUMMY): Remove.
4198 (PUSH_DUMMY_FRAME): Remove.
4199 (POP_FRAME): Remove.
4200
42012002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4202
4203 * parse.c (parse_fprintf): New function used to avoid calls to
4204 fprintf in bison parser generated debug code.
4205 * parser-defs.h: Declaration of new parse_fprintf function.
4206 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4207 Set YYDEBUG to 1 by default.
4208 Set YYFPRINTF as parse_fprintf.
4209
42102002-06-21 Michal Ludvig <mludvig@suse.cz>
4211
4212 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4213 encoding anymore.
4214 (pointer_encoding, enum ptr_encoding): New.
4215 (execute_cfa_program): Take care about pointer encoding.
4216 (dwarf2_build_frame_info): Only call parse_frame_info for
4217 .debug_frame and .eh_frame.
4218 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4219 fixed augmentation handling, added relative addressing,
4220 ignore duplicate FDEs. Added comments.
4221 * dwarf2cfi.c: Reindented.
4222
42232002-06-20 Elena Zannoni <ezannoni@redhat.com>
4224
4225 * event-top.c (command_handler): Don't use space_at_cmd_start
4226 unless there is sbrk() on the host. Assign time and space data
4227 to union fields of the appropriate length.
4228
42292002-06-20 Michal Ludvig <mludvig@suse.cz>
4230
4231 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4232 x86_64_register_name. Return type changed to 'const char *'.
4233 (x86_64_register_name2nr): Rename to x86_64_register_number.
4234 (x86_64_gdbarch_init): Update to reflect the change.
4235 * x86-64-tdep.h: Ditto.
4236 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4237 (supply_fpregset): Ditto.
4238
42392002-06-19 Andrew Cagney <cagney@redhat.com>
4240
4241 * regcache.h: Update copyright.
4242 (struct regcache, struct gdbarch): Add opaque declarations.
4243 (current_regcache): Declare global variable.
4244 (regcache_read, regcache_write): Add gdbarch parameter.
4245 (regcache_save, regcache_save_no_passthrough)
4246 (regcache_restore, regcache_restore_no_passthrough)
4247 (regcache_dup, regcache_dup_no_passthrough)
4248 (regcache_cpy, regcache_cpy_no_passthrough)
4249 (deprecated_grub_regcache_for_registers)
4250 (deprecated_grub_regcache_for_register_valid)
4251 (regcache_valid_p): Add function declarations.
4252
4253 * regcache.c: Update copyright.
4254 (regcache_descr_handle): New global variable.
4255 (struct regcache_descr): Define.
4256 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4257 (regcache_descr, xfree_regcache_descr): New functions.
4258 (struct regcache): Define.
4259 (regcache_xmalloc, regcache_xfree): New functions.
4260 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4261 (regcache_dup, regcache_dup_no_passthrough): New functions.
4262 (regcache_valid_p, regcache_read_as_address): New functions.
4263 (deprecated_grub_regcache_for_registers): New function.
4264 (deprecated_grub_regcache_for_register_valid): New function.
4265 (current_regcache): New global variable.
4266 (register_buffer): Add regcache parameter. Update calls.
4267 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4268 (read_register_gen, write_register_gen): Update register_buffer
4269 call. Test for legacy_p instead of gdbarch_register_read_p or
4270 gdbarch_register_write_p.
4271 (regcache_collect): Update register_buffer call.
4272 (build_regcache): Rewrite. Use deprecated grub functions.
4273 (regcache_save, regcache_save_no_passthrough): New functions.
4274 (regcache_restore, regcache_restore_no_passthrough): New
4275 functions.
4276 (_initialize_regcache): Create the regcache_data_handle. Swap
4277 current_regcache global variable.
4278
4279 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4280 parameter to regcache_read and regcache_write calls.
4281 (sh4_register_read): Ditto.
4282 (sh64_pseudo_register_read): Ditto.
4283 (sh64_register_read): Ditto.
4284 (sh_pseudo_register_write): Ditto.
4285 (sh4_register_write): Ditto.
4286 (sh64_pseudo_register_write): Ditto.
4287 (sh64_register_write): Ditto.
4288
4289 * defs.h (XCALLOC): Define.
4290
42912002-06-19 Grace Sainsbury <graces@redhat.com>
4292
4293 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4294 * m68k-tdep.c (m68k_gdbarch_init): Added.
4295 (m68k_dump_tdep): Added.
4296
42972002-06-19 Daniel Jacobowitz <drow@mvista.com>
4298
4299 * ada-lang.c (fill_in_ada_prototype): Update comment.
4300
43012002-06-19 Daniel Jacobowitz <drow@mvista.com>
4302
4303 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4304 MIPS_ABI_LAST.
4305 (mips_abi_string, mips_abi_strings): New.
4306 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4307 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4308 tdep->mips_abi_string. Honor mips_abi_string. Default to
4309 O32 if no ABI is found.
4310 (mips_dump_tdep): Use mips_abi_strings.
4311 (mips_abi_update): New function.
4312 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4313 ``set mips abi'' and ``show mips abi''. Check the size of
4314 mips_abi_strings.
4315
43162002-06-19 Andrew Cagney <cagney@redhat.com>
4317
4318 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4319 constant.
4320
43212002-06-18 Joel Brobecker <brobecker@gnat.com>
4322
4323 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4324 current frame using only the first stack size adjustment. All
4325 subsequent size adjustments are not considered to be part of
4326 the "static" part of the current frame.
4327 Compute the address of the saved registers relative to the
4328 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4329 in use in this frame.
4330
43312002-06-18 Don Howard <dhoward@redhat.com>
4332
4333 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4334 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4335 suggesting this solution.
4336
43372002-06-18 Andrew Cagney <ac131313@redhat.com>
4338
4339 * config/romp/xm-rtbsd.h: Delete file.
4340 * config/romp/rtbsd.mh: Delete file.
4341
43422002-06-18 Keith Seitz <keiths@redhat.com>
4343
4344 * breakpoint.c (condition_command): Post breakpoint_modify
4345 when a condition is added to an existing breakpoint.
4346 (commands_command): Likewise for commands.
4347 (set_ignore_count): Likewise for ignore counts.
4348 If no tty, do not simply return, still need to send event
4349 notification.
4350 (ignore_command): Only print a newline if the command came
4351 from a tty.
4352 Don't call breakpoints_changed, since this is now properly
4353 handled by set_ignore_count.
4354
43552002-06-18 Andrew Cagney <cagney@redhat.com>
4356
4357 * MAINTAINERS: Note that cris-elf target can be compiled with
4358 -Werror.
4359 * cris-tdep.c (cris_register_name): Make return type constant.
4360 (cris_breakpoint_from_pc): Ditto.
4361
43622002-06-18 Michal Ludvig <mludvig@suse.cz>
4363
4364 * frame.h (struct frame_info): Change type of context to
4365 'struct context'.
4366
43672002-06-17 Andrew Cagney <cagney@redhat.com>
4368
4369 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4370 pointer.
4371 * gdbarch.h, gdbarch.c: Regenerate.
4372 * config/mips/tm-mips.h (mips_register_name): Update.
4373 * i386-tdep.h (i386_register_name): Update.
4374 * mips-tdep.c (mips_register_name): Update
4375 * alpha-tdep.c (alpha_register_name): Update.
4376 * arch-utils.c (legacy_register_name): Update.
4377 * arch-utils.h (legacy_register_name): Update.
4378 * avr-tdep.c (avr_register_name): Update.
4379 * ia64-tdep.c (ia64_register_name): Update.
4380 * i386-tdep.c (i386_register_name): Update.
4381 * sparc-tdep.c (sparc32_register_name): Update.
4382 (sparc64_register_name): Update.
4383 (sparclite_register_name): Update.
4384 (sparclet_register_name): Update.
4385 * sh-tdep.c (sh_generic_register_name): Update.
4386 (sh_sh_register_name): Update.
4387 (sh_sh3_register_name): Update.
4388 (sh_sh3e_register_name): Update.
4389 (sh_sh_dsp_register_name): Update.
4390 (sh_sh3_dsp_register_name): Update.
4391 (sh_sh4_register_name): Update.
4392 (sh_sh64_register_name): Update.
4393 * s390-tdep.c (s390_register_name): Update.
4394 * rs6000-tdep.c (rs6000_register_name): Update.
4395 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4396 (ns32k_register_name_32382): Update.
4397 * d10v-tdep.c (d10v_ts2_register_name): Update.
4398 (d10v_ts3_register_name): Update.
4399 * xstormy16-tdep.c (xstormy16_register_name): Update.
4400 * vax-tdep.c (vax_register_name): Update.
4401 * v850-tdep.c (v850_register_name): Update.
4402 * m68hc11-tdep.c (m68hc11_register_name): Update.
4403 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4404 (am33_register_name): Update.
4405
44062002-06-17 Grace Sainsbury <graces@redhat.com>
4407
4408 * m68k-tdep.c: Reindented.
4409
44102002-06-17 Andrew Cagney <ac131313@redhat.com>
4411
4412 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4413 list of predefined types.
4414
44152002-06-16 Mark Kettenis <kettenis@gnu.org>
4416
4417 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4418 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4419 REGISTER_CONVERT_TO_RAW): Remove defines.
4420 (i386_register_virtual_type, i386_register_convertible,
4421 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4422 Remove prototypes.
4423 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4424 macros mentioned above.
4425
4426 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4427 (i386lynx_saved_pc_after_call): Remove prototype.
4428 * i386ly-tdep.c: Include "i386-tdep.h".
4429 (i386lynx_saved_pc_after_call): Make static. Use
4430 read_memory_nobpt instead of read_memory. Use
4431 read_memory_unsigned_integer instead of read_memory_integer.
4432 (i386lynx_init_abi): New function.
4433 (i386lynx_coff_osabi_sniffer): New function.
4434 (_initialize_i386bsd_tdep): New function.
4435
4436 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4437 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4438 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4439 (i386_fix_call_dummy): Remove prototype.
4440 * i386-tdep.c (i386_call_dummy_words): New variable.
4441 (i386_gdbarch_init): Adjust for removal of the
4442 macros mentioned above.
4443
44442002-06-15 Andrew Cagney <ac131313@redhat.com>
4445
4446 * command.h (add_setshow_auto_boolean_cmd): Replace
4447 add_set_auto_boolean_cmd.
4448 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4449 add_set_auto_boolean_cmd.
4450 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4451 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4452 mask-address'' command.
4453 (show_mask_address): Add cmd parameter.
4454 * remote.c (add_packet_config_cmd): Update. Change type of
4455 set_func and show_func to cmd_sfunc_ftype.
4456 (_initialize_remote): Update `set remote Z-packet'
4457 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4458 (show_remote_protocol_e_packet_cmd): Ditto.
4459 (show_remote_protocol_E_packet_cmd): Ditto.
4460 (show_remote_protocol_P_packet_cmd): Ditto.
4461 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4462 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4463 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4464 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4465 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4466 (show_remote_protocol_Z_packet_cmd): Ditto.
4467 (show_remote_protocol_binary_download_cmd): Ditto.
4468 (show_remote_cmd): Pass NULL to all of above.
4469
44702002-06-15 Mark Kettenis <kettenis@gnu.org>
4471
4472 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4473 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4474 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4475 POP_FRAME): Remove defines.
4476 (i386_push_arguments, i386_store_struct_return,
4477 i386_extract_return_value, i386_store_return_value,
4478 i386_extract_struct_value_address, i386_push_dummy_frame,
4479 i386_pop_frame): Renove prototypes.
4480 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4481 macros mentioned above.
4482
44832002-06-15 Andrew Cagney <ac131313@redhat.com>
4484
4485 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4486 add_set_boolean_cmd.
4487 (add_setshow_cmd): New function.
4488 * command.h (add_setshow_boolean_cmd): Replace
4489 add_set_boolean_cmd.
4490 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4491 and ``set rdiromatzero''.
4492 * maint.c (_initialize_maint_cmds): Update commented out code.
4493 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4494 * target.c (initialize_targets): Update `set
4495 trust-readonly-sections'.
4496 * remote.c (_initialize_remote): Update `set remotebreak'.
4497
44982002-06-15 Mark Kettenis <kettenis@gnu.org>
4499
4500 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4501 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4502 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4503 fit into multi-arch framework.
4504 (i386_breakpoint_from_pc): New function.
4505 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4506 above.
4507
4508 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4509 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4510 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4511 (i386_frameless_function_invocation, i386_frame_num_args,
4512 i386_frame_init_saved_regs): Remove prototypes.
4513 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4514 macros mentioned above.
4515
45162002-06-15 Andrew Cagney <ac131313@redhat.com>
4517
4518 * cli/cli-decode.c (set_cmd_cfunc): Update.
4519 (set_cmd_sfunc): Update.
4520 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4521 (set_cmd_sfunc, set_cmd_cfunc): Update.
4522 * cli/cli-decode.h: Update.
4523
45242002-06-15 Mark Kettenis <kettenis@gnu.org>
4525
4526 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4527 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4528
45292002-06-15 Andrew Cagney <ac131313@redhat.com>
4530
4531 * defs.h (auto_boolean): Declare enum.
4532 * command.h (cmd_auto_boolean): Delete enum.
4533 * mips-tdep.c (mask_address_var): Update.
4534 (mips_mask_address_p): Update.
4535 (show_mask_address): Update.
4536 * remote.c (struct packet_config): Update.
4537 (update_packet_config): Update.
4538 (show_packet_config_cmd): Update.
4539 (packet_ok): Update.
4540 (add_packet_config_cmd): Update.
4541 (_initialize_remote):
4542 * command.h: Update.
4543 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4544 (do_setshow_command): Update.
4545 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4546 * cli/cli-decode.h: Update.
4547
45482002-06-15 Mark Kettenis <kettenis@gnu.org>
4549
4550 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4551 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4552 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4553 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4554 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4555 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4556
4557 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4558 list of DJGPP COFF targets.
4559
4560 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4561 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4562 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4563 (FP0_REGNUM): Remove define.
4564 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4565 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4566 (i386_register_virtual_size): Remove protoype.
4567 * i386-tdep.c (i386_register_virtual_size): Removed.
4568 (i386_extract_return_value, i386_store_return_value): Use
4569 FP0_REGNUM instead of NUM_FREGS to determine whether the
4570 floating-point registers are available.
4571 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4572 Adjust for removal of macros mentioned above.
4573
45742002-06-15 Mark Kettenis <kettenis@gnu.org>
4575
4576 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4577 comments.
4578 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4579 Remove prototypes.
4580 (supply_gregset, fill_gregset): Remove use of register keyword and
4581 remove declaration for regmap. Use I386_NUM_GREGS instead of
4582 NUM_REGS and NUM_FREGS.
4583 (FPREGSET_FSAVE_OFFSET): Remove.
4584 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4585 NUM_FREGS to determine whether the floating-point registers are
4586 available.
4587
4588 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4589 gnu_store_registers): Replace usage of NUM_GREGS with
4590 I386_NUM_GREGS.
4591
4592 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4593 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4594 usage of NUM_GREGS with I386_NUM_GREGS.
4595
4596 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4597
4598 * i386bsd-nat.c: Include "i386-tdep.h".
4599 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4600 I386_NUM_GREGS.
4601
4602 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4603 and associated comment. They no longer make any sense, since we
4604 don't use this file anymore on Linux.
4605
4606 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4607 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4608 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4609 elements in these arrays.
4610 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4611 MAX_NUM_REGS.
4612
46132002-06-15 Mark Kettenis <kettenis@gnu.org>
4614
4615 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4616 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4617
46182002-06-14 Andrew Cagney <cagney@redhat.com>
4619
4620 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4621 EXTRACT_RETURN_VALUE.
4622 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4623 EXTRACT_STRUCT_VALUE_ADDRESS.
4624 * gdbarch.h, gdbarch.c: Regenerate.
4625
4626 * values.c (value_being_returned): Handle
4627 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4628 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4629
4630 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4631 * arm-tdep.c (arm_gdbarch_init): Update.
4632 * avr-tdep.c (avr_gdbarch_init): Update.
4633 * cris-tdep.c (cris_gdbarch_init): Update.
4634 * d10v-tdep.c (d10v_gdbarch_init): Update.
4635 * ia64-tdep.c (ia64_gdbarch_init): Update.
4636 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4637 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4638 * s390-tdep.c (s390_gdbarch_init): Update.
4639 * sh-tdep.c (sh_gdbarch_init): Update.
4640 * s390-tdep.c (s390_gdbarch_init): Update.
4641 * sparc-tdep.c (sparc_gdbarch_init): Update.
4642 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4643 * v850-tdep.c (v850_gdbarch_init): Update.
4644 * vax-tdep.c (vax_gdbarch_init): Update.
4645 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4646 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4647
4648 * config/arc/tm-arc.h: Update.
4649 * config/d30v/tm-d30v.h: Update.
4650 * config/fr30/tm-fr30.h: Update.
4651 * config/h8300/tm-h8300.h: Update.
4652 * config/h8500/tm-h8500.h: Update.
4653 * config/i386/tm-i386.h: Update.
4654 * config/i386/tm-ptx.h: Update.
4655 * config/i386/tm-symmetry.h: Update.
4656 * config/i960/tm-i960.h: Update.
4657 * config/m32r/tm-m32r.h: Update.
4658 * config/m68k/tm-delta68.h: Update.
4659 * config/m68k/tm-linux.h: Update.
4660 * config/m68k/tm-m68k.h: Update.
4661 * config/m88k/tm-m88k.h: Update.
4662 * config/mcore/tm-mcore.h: Update.
4663 * config/mips/tm-mips.h: Update.
4664 * config/mn10200/tm-mn10200.h: Update.
4665 * config/pa/tm-hppa.h: Update.
4666 * config/pa/tm-hppa64.h: Update.
4667 * config/sparc/tm-sp64.h: Update.
4668 * config/sparc/tm-sparc.h: Update.
4669 * config/sparc/tm-sparclet.h: Update.
4670 * config/z8k/tm-z8k.h: Update.
4671
46722002-06-14 Andrew Cagney <cagney@redhat.com>
4673
4674 * Makefile.in (i386_linux_tdep_h): Define.
4675 (i386_tdep_h, i387_tdep_h): Define.
4676 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4677 $(i386_tdep_h) and $(i387_tdep_h).
4678 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4679
46802002-06-14 Mark Kettenis <kettenis@gnu.org>
4681
4682 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4683 Already covered by the default.
4684
4685 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4686 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4687 (i386_gdbarch_init): Initialize long_double_format and long_double
4688 bit.
4689
4690 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4691 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4692 Move these to ...
4693 * config/i386/i386sol2.mh: ... here.
4694 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4695 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4696 (SIGCONTEXT_PC_OFFSET): Remove define.
4697 (IN_SIGTRAMP): Remove define.
4698 * i386-sol2-tdep.c: New file.
4699
4700 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4701 * config/i386/tm-i386nw.h: Removed.
4702
4703 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4704 USE_STRUCT_CONVENTION): Remove defines.
4705 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4706 (get_longjmp_target): Remove prototype.
4707 (IN_SIGTRAMP): Remove define.
4708 (i386bsd_in_sigtramp): Remove prototype.
4709 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4710 function. Update comment accordingly
4711 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4712 (FRAME_SAVED_PC): Remove define.
4713 (i386bsd_frame_saved_pc): Remove prototype.
4714 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4715 GET_LONGJMP_TARGET): Remove defines.
4716 (get_longjmp_target): Remove prototype.
4717 (IN_SIGTRAMP): Remove define.
4718 (i386bsd_in_sigtramp): Remove prototype.
4719 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4720 function. Update comment accordingly
4721 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4722 (FRAME_SAVED_PC): Remove define.
4723 (i386bsd_frame_saved_pc): Remove prototype.
4724 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4725 Remove prototype.
4726 (USE_STRUCT_CONVENTION): Remove prototype.
4727 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4728 declaration.
4729 (_initialize_i386bsd_nat): Revise logic to determine some
4730 constants at compile time when compiling a native GDB. Warn if
4731 things don't match up with what we expect.
4732 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4733 Remove variables.
4734 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4735 to use date stored in `struct gdbarch_tdep'.
4736 (i386bsd_sigcontext_offset): Remove varaible.
4737 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4738 stored in `struct gdbarch_tdep'.
4739 (i386bsd_frame_saved_pc): Make static.
4740 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4741 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4742 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4743 i386fbsd4_sc_pc_offset): New variables.
4744 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4745 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4746 functions.
4747 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4748 functions.
4749 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4750 Modify the value of i386fbsd_sigtramp_start and
4751 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4752 i386fbsd_sigtramp_end.
4753 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4754 function.
4755
4756 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4757 define to i386-linux-tdep.h.
4758 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4759 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4760 defines.
4761 (i386_linux_register_name, i386_linux_register_byte,
4762 i386_linux_register_raw_size): Remove prototypes.
4763 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4764 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4765 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4766 TARGET_WRITE_PC): Remove defines.
4767 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4768 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4769 i386_linux_write_pc): Remove prototypes.
4770 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4771 (get_longjmp_target): Remove prototype.
4772 * i386-linux-tdep.h: New file.
4773 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4774 * i386-linux-tdep.c: Include "i386-tdep.h" and
4775 "i386-linux-tdep.h".
4776 (i386_linux_register_name, i386_linux_register_byte,
4777 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4778 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4779 Make static.
4780 (i386_linux_init_abi): New function.
4781 (_initialize_i386_linux_tdep): New function.
4782
4783 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4784 (i386_saved_pc_after_call): Remove prototype.
4785 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4786 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4787 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4788 (i386_register_name, i386_stab_reg_to_regnum,
4789 i386_dwarf_reg_to_regnum): Remove prototypes.
4790 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4791 SIZEOF_SSE_REGS): Remove defines.
4792 (REGISTER_BYTES): Remove define.
4793 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4794 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4795 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4796 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4797 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4798 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4799 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4800 (get_longjmp_target): Remove prototype.
4801 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4802 (sigtramp_saved_pc): Remove define.
4803 (i386v4_sigtramp_saved_pc): Remove prototype.
4804 * config/i386/tm-go32.h (FRAME_CHAIN,
4805 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4806 (i386go32_frame_saved_pc): Remove prototype.
4807 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4808 (get_longjmp_target): Remove prototype.
4809 * i386-tdep.h: Include "osabi.h".
4810 (enum i386_abi): Removed.
4811 (enum struct_return): New enum.
4812 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4813 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4814 sc_pc_offset members.
4815 (i386_gdbarch_register_os_abi): Remove prototype.
4816 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4817 I386_SSE_NUM_REGS): New defines.
4818 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4819 I386_SSE_SIZEOF_REGS): New defines.
4820 (i386_register_name, i386_register_byte, i386_register_raw_size):
4821 New prototypes.
4822 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4823 (i386bsd_sigtramp_saved_pc): New prototype.
4824 * i386-tdep.c: Don't include "elf-bfd.h".
4825 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4826 i386_frame_chain, i386_saved_pc_after_call): Make static.
4827 (i386_frame_saved_pc): Rewrite to call architecture dependent
4828 function to deal with signal handlers. Make static.
4829 (i386go32_frame_saved_pc): Removed.
4830 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4831 Removed.
4832 (i386_get_longjmp_target): New function.
4833 (default_struct_convention, pcc_struct_convention,
4834 reg_struct_convention, valid_conventions, struct_convention): New
4835 variables.
4836 (i386_use_struct_convention): New function.
4837 (i386v4_sigtramp_saved_pc): Renamed to
4838 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4839 (i386_pc_in_sigtramp): New function.
4840 (i386_abi_names): Removed.
4841 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4842 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4843 Removed.
4844 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4845 i386_gdbarch_register_os_abi): Removed.
4846 (struct i386_abi_handler): Removed.
4847 (i386_abi_handler_list): Removed.
4848 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4849 functions.
4850 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4851 i386_nw_init_abi): New functions.
4852 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4853 Use set_gdbarch_xxx() calls instead of relying on macros for a
4854 number of calls.
4855 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4856 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4857 Register the various architecture variants defined in this file.
4858
48592002-06-14 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4862 (struct main_type): Remove arg_types member. Update comments for
4863 struct field.
4864 (TYPE_ARG_TYPES): Remove.
4865 (TYPE_FN_FIELD_ARGS): Update.
4866 (smash_to_method_type): Update prototype.
4867
4868 * c-typeprint.c (cp_type_print_method_args): Take method type
4869 instead of argument list. Use new argument layout. Simplify.
4870 (c_type_print_args): Use new argument layout. Simplify.
4871 (c_type_print_base): Update call to cp_type_print_method_args.
4872 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4873 argument; use die->type instead. Update call to
4874 smash_to_method_type.
4875 (read_structure_scope): Update call to dwarf2_add_member_fn.
4876 * gdbtypes.c (allocate_stub_method): Update comment.
4877 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4878 Use new argument layout.
4879 (check_stub_method): Use new argument layout. Don't count
4880 void as an argument.
4881 (print_arg_types): Update comments. Use new argument layout.
4882 (recursive_dump_type): Don't print arg_types member.
4883 * hpread.c (hpread_read_struct_type): Use new argument layout.
4884 (fixup_class_method_type): Likewise.
4885 (hpread_type_lookup): Likewise.
4886 * stabsread.c (read_type): Update calls to read_args and
4887 smash_to_method_type.
4888 (read_args): Use new argument layout. Simplify.
4889 * valops.c (typecmp): Use new argument layout. Update parameters
4890 and comments. Simplify.
4891 (hand_function_call): Use new argument layout.
4892 (search_struct_method): Update call to typecmp.
4893 (find_overload_match): Use new argument layout.
4894
48952002-06-13 Daniel Jacobowitz <drow@mvista.com>
4896
4897 * NEWS: Mention multithreaded debug support for gdbserver.
4898
48992002-06-13 Daniel Jacobowitz <drow@mvista.com>
4900
4901 * MAINTAINERS: Mention NEWS.
4902
49032002-06-13 Daniel Jacobowitz <drow@mvista.com>
4904
4905 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4906 (struct mips_objfile_private, compare_pdr_entries): New.
4907 (non_heuristic_proc_desc): Read the ".pdr" section if it
4908 is present.
4909
49102002-06-12 Andrew Cagney <ac131313@redhat.com>
4911
4912 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4913 (arm_debug): New static variable.
4914 (_initialize_arm_tdep): Add ``set debug arm'' command.
4915
49162002-06-12 Andrew Cagney <ac131313@redhat.com>
4917
4918 * Makefile.in (sim_arm_h): Define.
4919 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4920 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4921 (arm_register_sim_regno): New function, map an internal REGNUM
4922 onto a simulator register number.
4923 (arm_gdbarch_init): Set register_sim_regno.
4924
49252002-06-09 Aldy Hernandez <aldyh@redhat.com>
4926
4927 * MAINTAINERS: Add self.
4928
49292002-06-11 Jim Blandy <jimb@redhat.com>
4930
4931 * source.c (source_info): Mention whether the symtab has
4932 information about preprocessor macros.
4933
4934 Call the command `info macro', not `show macro'.
4935 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4936 Fix error message.
4937 (_initialize_macrocmd): Register `info_macro_command' in
4938 `infolist', not `showlist'.
4939
49402002-06-11 Daniel Jacobowitz <drow@mvista.com>
4941
4942 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4943 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4944 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4945 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4946 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4947 unconditionally.
4948 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4949 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4950 (_initialize_mips_tdep): Remove dead code.
4951 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4952 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4953 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4954 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4955 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4956 MIPS_LAST_FP_ARG_REGNUM): Remove.
4957
49582002-06-11 Michal Ludvig <mludvig@suse.cz>
4959
4960 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4961 (unwind_tmp_obstack_free, parse_frame_info)
4962 (update_context, cfi_read_fp, cfi_write_fp)
4963 (cfi_frame_chain, cfi_init_extra_frame_info)
4964 (cfi_virtual_frame_pointer): Use the above function.
4965 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4966
49672002-06-11 Corinna Vinschen <vinschen@redhat.com>
4968
4969 * v850-tdep.c (v850_type_is_scalar): New function.
4970 (v850_use_struct_convention): Match current gcc implementation
4971 as close as possible.
4972 (v850_push_arguments): Fix stack_offset handling. Don't write
4973 struct_addr into register. This is done by v850_store_struct_return.
4974 (v850_extract_return_value): Care for structs.
4975 (v850_store_return_value): Ditto.
4976 (v850_store_struct_return): Actually write address.
4977
49782002-06-11 Michal Ludvig <mludvig@suse.cz>
4979
4980 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4981 without debug information too.
4982
49832002-06-10 Andrew Cagney <ac131313@redhat.com>
4984
4985 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4986 Make multi-arch pure.
4987 * gdbarch.h, gdbarch.c: Re-generate.
4988 * arm-tdep.c (arm_print_float_info): Update.
4989 * arch-utils.h (default_print_float_info): Update.
4990 * arch-utils.c (default_print_float_info): Update.
4991 * infcmd.c (float_info): Update call.
4992
49932002-06-10 Andrew Cagney <ac131313@redhat.com>
4994
4995 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4996 the front of the initialize list.
4997
49982002-06-10 Andrew Cagney <ac131313@redhat.com>
4999
5000 * infrun.c (struct inferior_status): Replace fields
5001 selected_frame_address and selected_level with field
5002 selected_frame_id.
5003 (save_inferior_status): Update. Use get_frame_id.
5004 (struct restore_selected_frame_args): Delete.
5005 (restore_selected_frame): Update. Use frame_find_by_id.
5006 (restore_inferior_status): Update.
5007
5008 * breakpoint.h (struct breakpoint): Change type of
5009 watchpoint_frame to frame_id.
5010 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5011 call to get_current_frame.
5012 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5013 get_current_frame.
5014 (watchpoint_check): Use frame_find_by_id.
5015
5016 * frame.h (record_selected_frame): Delete declaration.
5017 * stack.c (record_selected_frame): Delete function.
5018
5019 * frame.h (struct frame_id): Define.
5020 (get_frame_id): Declare.
5021 (frame_find_by_id): Declare.
5022 * frame.c (frame_find_by_id): New function.
5023 (get_frame_id): New function.
5024
50252002-06-10 Andrey Volkov <avolkov@transas.com>
5026
5027 * ser-e7kpc.c: Fix duplicated define and call of
5028 _initialize_ser_e7000pc
5029
50302002-06-09 Daniel Jacobowitz <drow@mvista.com>
5031
5032 * signals/signals.c (target_signal_from_host): Fix #ifdef
5033 SIGRTMIN case.
5034 (do_target_signal_to_host): Likewise.
5035
50362002-06-09 Daniel Jacobowitz <drow@mvista.com>
5037
5038 * mips-tdep.c (mips_find_abi_section): New function.
5039 (mips_gdbarch_init): Call it.
5040
50412002-06-09 Mark Kettenis <kettenis@gnu.org>
5042
5043 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5044 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5045 after Andrew's 2002-06-08 gdbarch change.
5046
50472002-06-09 Mark Kettenis <kettenis@gnu.org>
5048
5049 * i386-linux-nat.c (suppy_gregset): Don't supply
5050 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5051 register cache.
5052 (fill_gregset): Don't fetch it under the same circumstances.
5053
50542002-06-09 Andrew Cagney <cagney@redhat.com>
5055
5056 * Makefile.in (callback_h): Define.
5057 (remote_sim_h): Update path to remote-sim.h.
5058 (remote-rdp.o): Add $(callback_h).
5059 (remote-sim.o): Use $(callback_h).
5060 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5061 * remote-rdp.c: Include "gdb/callback.h".
5062
50632002-06-09 Mark Kettenis <kettenis@gnu.org>
5064
5065 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5066 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5067
50682002-06-08 Andrew Cagney <ac131313@redhat.com>
5069
5070 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5071 * rdi-share/serpardr.c: Ditto.
5072 * rdi-share/unixcomm.c: Ditto.
5073 * rdi-share/serdrv.c: Ditto.
5074 * rdi-share/hostchan.h: Ditto.
5075 * rdi-share/hostchan.c: Ditto.
5076 * rdi-share/host.h: Ditto.
5077 * rdi-share/devsw.c: Ditto.
5078
5079 * objfiles.h: Change type of obj_private to void pointer.
5080 * pa64solib.c: Update copyright. Don't include "assert.h", use
5081 strcmp instead of STREQ, use LONGEST, do not use PTR
5082 * somsolib.c: Ditto.
5083
5084 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5085 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5086 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5087
50882002-06-08 Andrew Cagney <ac131313@redhat.com>
5089
5090 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5091 (default_get_saved_register): Delete function.
5092 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5093 generic_unwind_get_saved_register.
5094 * gdbarch.h, gdbarch.c: Re-generate.
5095
50962002-06-08 Andrew Cagney <ac131313@redhat.com>
5097
5098 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5099 generic_func_frame_chain_valid.
5100 * gdbarch.h, gdbarch.c: Re-generate.
5101 * blockframe.c (generic_func_frame_chain_valid): Only check
5102 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5103 passing FP to PC_IN_CALL_DUMMY.
5104 Fix PR gdb/360.
5105
51062002-06-08 Andrew Cagney <ac131313@redhat.com>
5107
5108 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5109 (register_gdbarch_data): Initialize init_p.
5110 (gdbarch_data): Initialize data pointer using the init function.
5111 (init_gdbarch_data): Delete function.
5112 (gdbarch_update_p): Update.
5113 (initialize_non_multiarch): Update.
5114 (struct gdbarch): Add field initialized_p.
5115 * gdbarch.h, gdbarch.c: Re-generate.
5116
51172002-06-07 Michal Ludvig <mludvig@suse.cz>
5118
5119 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5120 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5121 better do the things actually here.
5122 * x86-64-tdep.c (x86_64_register_name2nr): New.
5123 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5124 (x86_64_gdbarch_init): Respect the above change.
5125 * x86-64-tdep.h (x86_64_register_name2nr)
5126 (x86_64_register_nr2name): Add prototypes.
5127 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5128
51292002-06-06 Michael Snyder <msnyder@redhat.com>
5130
5131 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5132 Delete extra braces and re-indent.
5133 (d10v_store_return_value): Char return values
5134 must be shifted over by one byte in R0.
5135 (d10v_extract_return_value): Delete extra braces, re-indent.
5136
51372002-06-06 Elena Zannoni <ezannoni@redhat.com>
5138
5139 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5140 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5141 (d10v_integer_to_address): Rewrite.
5142 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5143 the d10v specific functions which take care of converting to the
5144 correct space.
5145
51462002-06-06 Elena Zannoni <ezannoni@redhat.com>
5147
5148 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5149 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5150
51512002-06-02 Andrew Cagney <ac131313@redhat.com>
5152
5153 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5154 includes.
5155 * config/tm-linux.h: Ditto.
5156 * config/alpha/tm-alphalinux.h: Ditto.
5157 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5158 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5159 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5160 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5161 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5162 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5163 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5164 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5165 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5166 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5167 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5168 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5169 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5170 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5171 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5172 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5173 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5174 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5175 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5176 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5177 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5178 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5179 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5180 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5181 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5182 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5183 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5184 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5185 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5186 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5187 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5188 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5189 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5190 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5191 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5192 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5193 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5194
51952002-05-04 Aidan Skinner <aidan@velvet.net>
5196
5197 * ada-exp.tab.c: New file
5198 * ada-exp.y: New file
5199 * ada-lang.c: New file
5200 * ada-lang.h: New file
5201 * ada-lex.c: New file
5202 * ada-lex.l: New file
5203 * ada-tasks.c: New file
5204 * ada-typeprint.c: New file
5205 * ada-valprint.c: New file
5206
52072002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5208
5209 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5210 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5211
52122002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5213
5214 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5215 insetead of ppc-linux-tdep.o.
5216 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5217 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5218
52192002-06-02 Andrew Cagney <ac131313@redhat.com>
5220
5221 2002-05-07 Christian Groessler <chris@groessler.org>
5222 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5223 bit register contents for little endian hosts.
5224
52252002-06-01 Andrew Cagney <ac131313@redhat.com>
5226
5227 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5228 any maintainer.
5229
52302002-06-01 Andrew Cagney <ac131313@redhat.com>
5231
5232 * gdbarch.h: Regenerate.
5233
52342002-06-01 Andrew Cagney <ac131313@redhat.com>
5235
5236 * MAINTAINERS: Add everyone to write-after-approval list.
5237
52382002-06-01 Andrew Cagney <ac131313@redhat.com>
5239
5240 * stack.c (frame_info): Use frame_register_unwind instead of
5241 saved_regs. Mention when the SP is on the stack or in a register.
5242
5243 * frame.h (frame_register_unwind_ftype): Define. Document.
5244 (struct frame_info): Add field register_unwind and
5245 register_unwind_cache.
5246 (frame_register_unwind): Declare.
5247 (generic_unwind_get_saved_register): Declare.
5248
5249 * frame.c (frame_register_unwind): New function.
5250 (generic_unwind_get_saved_register): New function.
5251
5252 * blockframe.c (generic_call_dummy_register_unwind): New function.
5253 (frame_saved_regs_register_unwind): New function.
5254 (set_unwind_by_pc): New function.
5255 (create_new_frame): New function.
5256 (get_prev_frame): New function.
5257
52582002-05-30 Andrew Cagney <ac131313@redhat.com>
5259
5260 * a29k-share/: Delete directory.
5261 * remote-vx29k.c: Delete file.
5262
52632002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5264
5265 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5266 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5267
52682002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5269
5270 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5271 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5272 (sparc64nbsd-nat.o)
5273 (sparcnbsd-nat.o)
5274 (sparcnbsd-tdep.o): New dependency lists.
5275 * NEWS: Note new UltraSPARC NetBSD native configuration.
5276 * configure.host (sparc64-*-netbsd*): New host.
5277 * configure.tgt (sparc-*-netbsdelf*)
5278 (sparc-*-netbsd*): Set gdb_target to nbsd.
5279 (sparc64-*-netbsd*): New target.
5280 * sparc64nbsd-nat.c: New file.
5281 * sparcnbsd-nat.c: New file.
5282 * sparcnbsd-tdep.c: New file.
5283 * sparcnbsd-tdep.h: New file.
5284 * config/sparc/nbsd.mt: New file.
5285 * config/sparc/nbsd64.mh: New file.
5286 * config/sparc/nbsd64.mt: New file.
5287 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5288 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5289 (HOST_IPC): Remove.
5290 * config/sparc/nbsdaout.mt: Remove.
5291 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5292 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5293 (HOST_IPC): Remove.
5294 * config/sparc/nbsdelf.mt: Remove.
5295 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5296 sparc-nat.c compatiblity defines.
5297 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5298 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5299 * config/sparc/tm-nbsd64.h: New file.
5300 * config/sparc/tm-nbsdaout.h: Remove.
5301 * config/sparc/xm-nbsd.h: Remove.
5302
53032002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5304
5305 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5306 * sparc-tdep.c: Include osabi.h.
5307 (gdbarch_tdep): Add osabi member.
5308 (_initialize_sparc_tdep): Use gdbarch_register.
5309 (sparc_gdbarch_init): Use generic OS ABI framework.
5310 (sparc_dump_tdep): New function.
5311
53122002-05-30 Kevin Buettner <kevinb@redhat.com>
5313
5314 * corefile.c (do_captured_read_memory_integer): Return non-zero
5315 result.
5316 (safe_read_memory_integer): Copy result of memory read when
5317 status is non-zero. Also, add comments.
5318
53192002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5320
5321 * Makefile.in (ppc_tdep_h): Define.
5322 (ppc-linux-nat.o)
5323 (ppc-linux-tdep.o)
5324 (rs6000-tdep.o): Use $(ppc_tdep_h).
5325 (ppc-sysv-tdep.o)
5326 (ppcnbsd-nat.o)
5327 (ppcnbsd-tdep.o): New dependency lists.
5328 * ppc-tdep.h: Use generic OS ABI framework.
5329 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5330 (ppc_linux_init_abi): New functions.
5331 (ppc_sysv_abi_broken_use_struct_convention)
5332 (ppc_sysv_abi_use_struct_convention)
5333 (ppc_sysv_abi_push_arguments): Move to...
5334 * ppc-sysv-tdep.c: ...here.
5335 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5336 * rs6000-tdep.c (process_note_abi_tag_sections)
5337 (get_elfosabi): Remove.
5338 (rs6000_gdbarch_init): Use generic OS ABI framework.
5339 (rs6000_dump_tdep): New function.
5340 (_initialize_rs6000_tdep): Use gdbarch_register.
5341 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5342 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5343 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5344 of ppc-linux-tdep.o.
5345 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5346 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5347 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5348 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5349 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5350 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5351
53522002-05-29 Jim Blandy <jimb@redhat.com>
5353
5354 * macroscope.c (default_macro_scope): Put `void' in empty argument
5355 list.
5356
53572002-05-29 Andrew Cagney <ac131313@redhat.com>
5358
5359 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5360 * arch-utils.c: Include "sim-regno.h".
5361 * gdbarch.sh: Don't include "sim-regno.h".
5362 * gdbarch.h, gdbarch.c: Regenerate.
5363 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5364 here.
5365 * arch-utils.h (legacy_register_sim_regno): To here.
5366 * remote-sim.c (legacy_register_sim_regno): Move function from
5367 here.
5368 * arch-utils.c (legacy_register_sim_regno): To here.
5369
53702002-05-28 Andrew Cagney <ac131313@redhat.com>
5371
5372 * sim-regno.h: New file.
5373 * Makefile.in (sim_regno_h): Define.
5374 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5375 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5376 (legacy_register_sim_regno): New function.
5377 (one2one_register_sim_regno): New function.
5378 (gdbsim_fetch_register): Rewrite.
5379 (gdbsim_store_register): Only store a register when
5380 REGISTER_SIM_REGNO is valid.
5381 * d10v-tdep.c: Include "sim-regno.h".
5382 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5383 (d10v_ts3_register_sim_regno): Ditto.
5384 * gdbarch.sh: Include "sim-regno.h".
5385 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5386 * gdbarch.h, gdbarch.c: Regenerate.
5387 * arch-utils.h (default_register_sim_regno): Delete declaration.
5388 * arch-utils.c (default_register_sim_regno): Delete function.
5389
53902002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5391
5392 * ppcnbsd-nat.c: Rewrite.
5393 * ppcnbsd-tdep.c: New file.
5394 * ppcnbsd-tdep.h: New file.
5395 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5396 solib.o, and solib-svr4.o.
5397 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5398 nbsd-tdep.o, and corelow.o.
5399
54002002-05-28 Andrew Cagney <ac131313@redhat.com>
5401
5402 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5403 `tr' and `sed'. Mention that `broken' targets are not expected to
5404 build.
5405
54062002-05-27 Michal Ludvig <mludvig@suse.cz>
5407
5408 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5409 Let PC point right after the prologue before looking up symbols.
5410
54112002-05-27 Martin M. Hunt <hunt@redhat.com>
5412
5413 * i386-tdep.c (i386_register_virtual_type): Return
5414 builtin_type_vec128i for SSE registers.
5415
5416 * gdbtypes.h (builtin_type_vec128i): Declare.
5417
5418 * gdbtypes.c (build_builtin_type_vec128i): New function.
5419 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5420 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5421 (build_gdbtypes): Initialize new builtin vector types.
5422 (_initialize_gdbtypes): Register new vector types with gdbarch.
5423
54242002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5425
5426 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5427 since it has been multi-arch'd.
5428 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5429 Move Alpha and VAX multi-arch news entries to same section
5430 as other multi-arch news.
5431
54322002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5433
5434 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5435 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5436 static. Rename some register numbers to put them in ns32k-tdep
5437 private namespace.
5438 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5439 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5440 functions.
5441 (_initialize_ns32k_tdep): Use gdbarch_register.
5442 * ns32k-tdep.h: New file.
5443 * ns32knbsd-tdep.c: New file.
5444 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5445 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5446 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5447 REGISTER_BYTES, REGISTER_BYTE): Remove.
5448 * config/ns32k/tm-ns32k.h: New file.
5449 * config/ns32k/tm-umax.h: Remove.
5450
54512002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5452
5453 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5454 ns32k_store_struct_return, ns32k_extract_return_value,
5455 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5456 functions.
5457 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5458 ns32k_saved_pc_after_call.
5459 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5460 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5461 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5462 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5463 ns32k_extract_struct_value_address.
5464
54652002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5466
5467 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5468 ns32k_fix_call_dummy): New.
5469 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5470 ns32k_call_dummy_words.
5471 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5472 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5473 CALL_DUMMY_NARGS): Remove.
5474 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5475
54762002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5477
5478 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5479 ns32k_frame_saved_pc, ns32k_frame_args_address,
5480 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5481 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5482 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5483 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5484 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5485 (BREAKPOINT): Remove..
5486 (FRAME_CHAIN): Define as ns32k_frame_chain.
5487 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5488 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5489 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5490 (FRAME_FIND_SAVED_REGS): Remove.
5491 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5492 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5493 (POP_FRAME): Define as ns32k_pop_frame.
5494
54952002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5496
5497 * ns32k-tdep.c (ns32k_register_byte_32082,
5498 ns32k_register_byte_32382, ns32k_register_raw_size,
5499 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5500 functions.
5501 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5502 ns32k_register_byte_32382.
5503 * config/ns32k/tm-umax.h: Update copyright years.
5504 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5505 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5506 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5507 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5508 (ns32k_get_enter_addr): Fix prototype.
5509
55102002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5511
5512 * ns32k-tdep.c: Update copyright years.
5513 (ns32k_register_name_32082): New function.
5514 (ns32k_register_name_32382): Ditto.
5515 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5516 (REGISTER_NAME): Define as ns32k_register_name_32382.
5517 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5518 (REGISTER_NAME): Define as ns32k_register_name_32082.
5519
55202002-05-24 Jim Blandy <jimb@redhat.com>
5521
5522 * dwarf2read.c (free_line_header): Use xfree, not free.
5523
55242002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5525
5526 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5527 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5528
55292002-05-23 Andrew Cagney <ac131313@redhat.com>
5530
5531 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5532
55332002-05-23 Andrew Cagney <ac131313@redhat.com>
5534
5535 From Ross Alexander at NEC Europe:
5536 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5537
55382002-05-23 Michael Snyder <msnyder@redhat.com>
5539
5540 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5541 for input, rather than parse_and_eval_address.
5542
55432002-05-23 Andrew Cagney <ac131313@redhat.com>
5544
5545 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5546 * Makefile.in (sim_d10v_h): Update definition.
5547
55482002-05-24 Andrew Cagney <cagney@redhat.com>
5549
5550 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5551 change `2002-05-22 Michael Snyder' below.
5552 (d10v_push_arguments): Ditto.
5553 (d10v_extract_return_value): Ditto.
5554
55552002-05-23 Jim Blandy <jimb@redhat.com>
5556
5557 * macrotab.c (check_for_redefinition): Don't complain if the new
5558 definition is the same as the previous one. Take more arguments
5559 to allow the comparison.
5560 (macro_define_object, macro_define_function): Pass more arguments
5561 to check_for_redefinition.
5562
55632002-05-22 Michael Snyder <msnyder@redhat.com>
5564
5565 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5566 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5567 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5568 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5569 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5570 Add a temp variable to save a call (and a memory read).
5571 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5572 if possible (so that PC_IN_CALL_DUMMY will work).
5573
55742002-05-22 Corinna Vinschen <vinschen@redhat.com>
5575
5576 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5577
55782002-05-22 Michal Ludvig <mludvig@suse.cz>
5579
5580 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5581 fde->cie_ptr.
5582 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5583 (dwarf2_build_frame_info): Add offset to fde->initial_location
5584 so that frames of shared libraries are mapped correctly.
5585 (execute_stack_op): Change type of 'result' from ULONGEST to
5586 CORE_ADDR.
5587
55882002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5589
5590 * config/alpha/tm-nbsd.h: Include solib.h.
5591
55922002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5593
5594 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5595 assumptions about the host's byte order.
5596
55972002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5598
5599 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5600 to dependency list.
5601 * alphanbsd-tdep.c: Include solib-svr4.h.
5602 * shnbsd-tdep.c: Ditto.
5603
56042002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5605
5606 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5607 nbsd-tdep.h to dependency list.
5608 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5609 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5610 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5611 nbsdaout.mh and nbsdelf.mh consistently.
5612 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5613 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5614 nbsdaout.mt and nbsdelf.mh consistently.
5615 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5616 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5617 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5618 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5619 a.out shared library stuff from here...
5620 * config/nm-nbsdaout.h: ...to here.
5621 * config/tm-nbsd.h: Remove.
5622 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5623 * config/arm/nbsd.mh: Remove.
5624 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5625 nbsd-tdep.o.
5626 * config/arm/nbsdaout.mh: New file.
5627 * config/arm/nbsdelf.mh: New file.
5628 * config/arm/nm-nbsdaout.h: New file.
5629 * config/i386/nbsd.mh: Remove.
5630 * config/i386/nbsd.mt: Remove.
5631 * config/i386/nbsdaout.mh: New file.
5632 * config/i386/nbsdaout.mt: New file.
5633 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5634 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5635 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5636 i386_register_u_addr): Remove.
5637 * config/i386/nm-nbsdaout.h: New file.
5638 * config/i386/nm-nbsdelf.h: Remove.
5639 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5640 (USE_STRUCT_CONVENTION): Remove.
5641 * config/i386/tm-nbsdaout.h: New file.
5642 * config/i386/tm-nbsdelf.h: Remove.
5643 * config/m68k/nbsd.mh: Remove.
5644 * config/m68k/nbsd.mt: Remove.
5645 * config/m68k/nbsdaout.mh: New file.
5646 * config/m68k/nbsdaout.mt: New file.
5647 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5648 * config/m68k/nm-nbsdaout.h: New file.
5649 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5650 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5651 * config/ns32k/nbsd.mh: Remove.
5652 * config/ns32k/nbsd.mt: Remove.
5653 * config/ns32k/nbsdaout.mh: New file.
5654 * config/ns32k/nbsdaout.mt: New file.
5655 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5656 * config/ns32k/nm-nbsdaout.h: New file.
5657 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5658 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5659 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5660 (SVR4_SHARED_LIBS): Remove.
5661 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5662 * config/sparc/nbsd.mh: Remove.
5663 * config/sparc/nbsd.mt: Remove.
5664 * config/sparc/nbsdaout.mh: New file.
5665 * config/sparc/nbsdaout.mt: New file.
5666 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5667 * config/sparc/nbsdelf.mt: New file.
5668 * config/sparc/nm-nbsdaout.h: New file.
5669 * config/sparc/nm-nbsdelf.h: Remove.
5670 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5671 * config/sparc/tm-nbsdaout.h: New file.
5672
56732002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5674
5675 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5676 mipsnbsd-tdep.c
5677 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5678
56792002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5680
5681 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5682 shnbsd-nat.c.
5683 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5684
56852002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5686
5687 * NEWS: Note new MIPS NetBSD native configuration.
5688 * configure.host (mips*-*-netbsd*): New host.
5689 * configure.tgt (mips*-*-netbsd*): New target.
5690 * mipsnbsd-nat.c: New file.
5691 * mipsnbsd-tdep.c: New file.
5692 * mipsnbsd-tdep.h: New file.
5693 * config/mips/nbsd.mh: New file.
5694 * config/mips/nbsd.mt: New file.
5695 * config/mips/nm-nbsd.h: New file.
5696 * config/mips/tm-nbsd.h: New file.
5697
56982002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5699
5700 * Makefile.in (SFILES): Add osabi.c.
5701 (COMMON_OBS): Add osabi.o.
5702 (osabi.o): New dependency list.
5703 * osabi.c: New file.
5704 * osabi.h: New file.
5705 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5706
5707 * Makefile.in (alpha_tdep_h): Define and use instead of
5708 alpha-tdep.h.
5709 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5710 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5711 Remove.
5712 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5713 * alpha-tdep.h: Include osabi.h.
5714 (alpha_abi): Remove.
5715 (gdbarch_tdep): Use generic OS ABI framework.
5716 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5717 gdbarch_register_osabi.
5718 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5719 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5720 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5721
5722 * Makefile.in (sh_tdep_h): Add osabi.h.
5723 * sh-tdep.h (sh_osabi): Remove.
5724 (gdbarch_tdep): Use generic OS ABI framework.
5725 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5726 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5727 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5728 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5729
5730 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5731 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5732 gdbarch_register_osabi.
5733 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5734 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5735 (get_elfosabi): Rename to...
5736 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5737 ABI framework support routines.
5738 (arm_gdbarch_init): Use generic OS ABI framework.
5739 (arm_dump_tdep): Likewise.
5740 (_initialize_arm_tdep): Likewise.
5741 * arm-tdep.h: Include osabi.h.
5742 (arm_abi): Remove.
5743 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5744 osabi member.
5745 (arm_gdbarch_register_os_abi): Remove prototype.
5746 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5747 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5748
5749 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5750 * mips-tdep.c: Include osabi.h.
5751 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5752 OS ABI framework.
5753
57542002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5755
5756 * h8300-tdep.c: Fix formatting.
5757
57582002-05-20 Elena Zannoni <ezannoni@redhat.com>
5759
5760 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5761 printing vector registers.
5762
57632002-05-19 Andrew Cagney <ac131313@redhat.com>
5764
5765 From Fernando Nasser:
5766 * remote.c (remote_async_open_1): Re-throw the exception when the
5767 connection fails.
5768 (remote_cisco_open): Ditto.
5769 (remote_open_1): Ditto.
5770
57712002-05-19 Andrew Cagney <ac131313@redhat.com>
5772
5773 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5774 (remote_start_remote): Add uiout parameter. Pass through to
5775 remote_start_remote_dummy.
5776 (remote_open_1): Use catch_exception instead of catch_errors.
5777 (remote_async_open_1): Ditto.
5778 (remote_cisco_open): Ditto.
5779
57802002-05-19 Andrew Cagney <ac131313@redhat.com>
5781
5782 * remote.c (remote_start_remote): Replace PTR with void pointer.
5783 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5784 static.
5785
57862002-05-18 Andrew Cagney <ac131313@redhat.com>
5787
5788 * gdb_indent.sh: Allow the script to be run in the sim directory.
5789
57902002-05-18 Mark Kettenis <kettenis@gnu.org>
5791
5792 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5793 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5794
5795 * corelow.c (core_open): Only call set_gdbarch_from_file if
5796 exec_bfd is NULL.
5797
57982002-05-17 Andrey Volkov <avolkov@transas.com>
5799
5800 * h8300-tdep.c: Add support of EXR register
5801 * config/h8300/tm-h8300.h: Ditto.
5802
58032002-05-17 Andrey Volkov <avolkov@transas.com>
5804
5805 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5806
58072002-05-17 Andrey Volkov <avolkov@transas.com>
5808
5809 * h8300-tdep.c: Change literal regnums to REGNO.
5810
58112002-05-17 Jim Blandy <jimb@redhat.com>
5812
5813 * NEWS: Note addition of macro support.
5814
5815 Expand preprocessor macros in C expressions.
5816 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5817 (scan_macro_expansion, scanning_macro_expansion,
5818 finished_macro_expansion): New function declarations.
5819 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5820 variable declarations.
5821 * parser-defs.h (expression_context_pc): New declaration.
5822 * parse.c (expression_context_pc): New variable.
5823 (parse_exp_1): Set expression_context_pc, as well as
5824 expression_context_block.
5825 * c-exp.y (yylex): If we're not already reading the result of a
5826 macro expansion, try to macro-expand the next token. When we're
5827 done scanning a macro expansion, switch back to the mainline text.
5828 Commas and `if's in a macro's expansion don't terminate the input.
5829 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5830 (macro_original_text, macro_expanded_text,
5831 expression_macro_lookup_func, expression_macro_lookup_baton): New
5832 variables.
5833 (scan_macro_expansion, scanning_macro_expansion,
5834 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5835 c_preprocess_and_parse): New functions.
5836 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5837 c_preprocess_and_parse, instead of c_parse.
5838 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5839 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5840
5841Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5842
5843 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5844 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5845 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5846
58472002-05-17 Corinna Vinschen <vinschen@redhat.com>
5848
5849 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5850
58512002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5852
5853 * Makefile.in (sh_tdep_h): Define and use.
5854 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5855 register enum): Move to...
5856 * * sh-tdep.h: ...here.
5857 * sh-tdep.c: Include sh-tdep.h.
5858 * sh3-rom.c: Likewise.
5859 * shnbsd-tdep.c: Likewise.
5860
58612002-05-16 Michael Snyder <msnyder@redhat.com>
5862
5863 * arm-tdep.c: Spelling fix in comment.
5864
58652002-05-16 Jim Blandy <jimb@redhat.com>
5866
5867 Add commands for manually expanding macros and showing their
5868 definitions.
5869 * macrocmd.c, macroscope.c, macroscope.h: New files.
5870 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5871 (macroscope_h): New variable.
5872 (HFILES_NO_SRCDIR): Add macroscope.h.
5873 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5874 (macroscope.o, macrocmd.o): New rules.
5875
5876 Teach the Dwarf 2 reader to read macro information.
5877 * dwarf2read.c: #include "macrotab.h".
5878 (dwarf_macinfo_buffer): New variable.
5879 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5880 dwarf_macinfo_size.
5881 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5882 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5883 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5884 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5885 dwarf2_macro_spaces_in_definition): New complaints.
5886 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5887 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5888 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5889 the partial symbol table.
5890 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5891 from what's recorded in the partial symbol table.
5892 (read_file_scope): If the compilation unit has a
5893 `DW_AT_macro_info' attribute, read its macro information.
5894 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5895
58962002-05-16 Daniel Jacobowitz <drow@mvista.com>
5897
5898 Fix PR gdb/546
5899 * ser-tcp.c: Don't include <netinet/udp.h>.
5900
59012002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5902
5903 * MAINTAINERS: Update my email address.
5904
59052002-05-16 Richard Earnshaw <rearnsha@arm.com>
5906
5907 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5908 include file of the same name.
5909
59102002-05-16 Corinna Vinschen <vinschen@redhat.com>
5911
5912 * configure.tgt: Mark v850 as multi-arched.
5913 * config/v850/tm-v850.h: Remove file.
5914 * config/v850/v850.mt: Eliminate TM_FILE.
5915
59162002-05-16 Corinna Vinschen <vinschen@redhat.com>
5917
5918 * v850-tdep.c: Full multi-arch.
5919 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5920 Define GDB_MULTI_ARCH to 2.
5921
59222002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5923
5924 * p-exp.y (current_type): New static variable.
5925 Carries the type of the expression at the position that is parsed.
5926 (push_current_type, pop_current_type): Two new functions. Used
5927 to store/restore current_type in expression on specific tokens.
5928 (search_field): New static variable. Set to one after parsing a point
5929 as at that point only a FIELDNAME token should be searched.
5930 (FIELDNAME): New token. After a point only a token belonging to
5931 current_type type definition is allowed.
5932 (all over token rules): reset and change current_type according
5933 to rules.
5934 (exp '[' rule): insert implicit array index field if
5935 exp is a pascal string type.
5936
59372002-05-16 Corinna Vinschen <vinschen@redhat.com>
5938
5939 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5940 frame info. Use frame_info's saved_regs instead of matching member
5941 in extra_frame_info throughout.
5942 (v850_frame_init_saved_regs): New function.
5943 (v850_init_extra_frame_info): Move most functionality into
5944 v850_frame_init_saved_regs().
5945 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5946 (v850_frame_find_saved_regs): Remove declaration.
5947 (FRAME_FIND_SAVED_REGS): Remove definition.
5948 (v850_frame_init_saved_regs): Add declaration.
5949 (FRAME_INIT_SAVED_REGS): Add definition.
5950
59512002-05-16 Corinna Vinschen <vinschen@redhat.com>
5952
5953 * v850-tdep.c: Begin multi-arch'ing v850.
5954 (v850_target_architecture_hook): Remove function.
5955 (v850_gdbarch_init): New function. Add code previously in
5956 v850_target_architecture_hook().
5957 (_initialize_v850_tdep): Don't set target_architecture_hook.
5958 Call register_gdbarch_init() instead.
5959
59602002-05-16 Daniel Jacobowitz <drow@mvista.com>
5961
5962 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5963 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5964 (fixup_class_method_type): Likewise.
5965
59662002-05-15 Jim Blandy <jimb@redhat.com>
5967
5968 Add macro structures to GDB's symbol tables. Nobody puts anything
5969 in them yet.
5970 * symtab.h (struct symtab): New member: `macro_table'.
5971 * buildsym.h (pending_macros): New global variable.
5972 * buildsym.c: #include "macrotab.h".
5973 (buildsym_init): Initialize `pending_macros'.
5974 (end_symtab): If we found macro information while reading a CU's
5975 debugging info, do build a symtab structure for it. Make the
5976 symtab point to the macro information, and clear the
5977 `pending_macros' pointer which held it while we were reading the
5978 debug info.
5979 (really_free_pendings): Free any pending macro table.
5980 * objfiles.h (struct objfile): New member: `macro_cache'.
5981 * objfiles.c (allocate_objfile): Set allocate and free functions
5982 for the macro cache's objstack.
5983 (free_objfile): Empty the macro cache's obstack.
5984 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5985 set new allocate and free functions for it.
5986 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5987 free functions for the macro cache's objstack. (Why is this
5988 function building its own objfile?)
5989 * symmisc.c (print_objfile_statistics): Print statistics on the
5990 macro bcache.
5991 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5992
59932002-05-15 Richard Earnshaw <rearnsha@arm.com>
5994
5995 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5996 (REGISTER_U_ADDR): Delete definition.
5997 (arm_register_u_addr): Delete declaration.
5998
59992002-05-15 Richard Earnshaw <rearnsha@arm.com>
6000
6001 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6002 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6003
60042002-05-14 Andrew Cagney <ac131313@redhat.com>
6005
6006 * regcache.c (register_valid): Revise comments refering to "Not
6007 available" and "unavailable".
6008 * frame.c (frame_register_read): Ditto.
6009 * findvar.c (value_of_register): Ditto.
6010
60112002-05-15 Andrew Cagney <cagney@redhat.com>
6012
6013 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6014 (remote-sim.o): Update dependencies.
6015 (d10v-tdep.o): Specify dependencies.
6016 (sim_d10v_h): Define.
6017
60182002-05-14 Jim Blandy <jimb@redhat.com>
6019
6020 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6021 * macrotab.c (macro_lookup_inclusion, find_definition,
6022 new_macro_table): Same.
6023
6024 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6025 not `! strcmp ()'. This is a dubious improvement.
6026 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6027
6028 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6029 although it's not necessary, to avoid a warning.
6030
60312002-05-14 Daniel Jacobowitz <drow@mvista.com>
6032
6033 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6034 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6035 TYPE_INSTANCE_FLAGS.
6036 (struct main_type): New.
6037 (struct type): Move most members to struct main_type. Change
6038 cv_type and as_type to new type_chain member. Add instance_flags.
6039 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6040 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6041 (finish_cv_type): Remove prototype.
6042 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6043 Set TYPE_CHAIN.
6044 (alloc_type_instance): New function.
6045 (smash_type): New function.
6046 (make_pointer_type, make_reference_type, make_function_type)
6047 (smash_to_member_type, smash_to_method_type): Call smash_type.
6048 (make_qualified_type): New function.
6049 (make_type_with_address_space): Call make_qualified_type.
6050 (make_cv_type): Likewise.
6051 (finish_cv_type): Remove unnecessary function.
6052 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6053 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6054 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6055 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6056 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6057 * hpread.c (hpread_read_struct_type): Likewise.
6058 * stabsread.c (read_struct_type): Likewise.
6059
60602002-05-14 Elena Zannoni <ezannoni@redhat.com>
6061
6062 * configure.tgt: Add a catch all sh* target, for cases like
6063 sh[2,3,4]-elf and sh-hms.
6064
60652002-05-14 Keith Seitz <keiths@redhat.com>
6066
6067 * event-loop.c (create_file_handler): Don't do anything but
6068 update data when we are given a fd which we are already
6069 monitoring.
6070
60712002-05-14 Michal Ludvig <mludvig@suse.cz>
6072
6073 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6074 (update_context): Use __func__ in warnings.
6075
60762002-05-14 Daniel Jacobowitz <drow@mvista.com>
6077
6078 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6079 and tcp_close to net_open and net_close.
6080 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6081 using UDP if requested. Don't try to disable Nagle on UDP
6082 sockets.
6083 * remote.c (remote_serial_open): New function. Warn about UDP.
6084 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6085
60862002-05-13 Elena Zannoni <ezannoni@redhat.com>
6087
6088 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6089
60902002-05-13 Elena Zannoni <ezannoni@redhat.com>
6091
6092 * configure.tgt: Remove sh-hms target.
6093 * MAINTAINERS: Don't list sh-hms as a separate target.
6094
60952002-05-13 Jim Blandy <jimb@redhat.com>
6096
6097 Add first preprocessor macro-expansion files.
6098 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6099 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6100 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6101 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6102 (COMMON_OBS): Add macrotab.o, macroexp.o.
6103 (macroexp.o, macrotab.o): New rules.
6104
61052002-05-13 Andrew Cagney <ac131313@redhat.com>
6106
6107 * config/m88k/tm-m88k.h: Update copyright.
6108 (m88k_target_write_pc): Declare
6109 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6110 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6111 (SHIFT_INST_REGS): Update definition.
6112 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6113 using old definition of TARGET_WRITE_PC.
6114 * regcache.c (generic_target_write_pc): Delete code handling
6115 NNPC_REGNUM.
6116 * gdbarch.sh (NNPC_REGNUM): Delete.
6117 * gdbarch.h, gdbarch.c: Regenerate.
6118
61192002-05-13 Richard Earnshaw <rearnsha@arm.com>
6120
6121 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6122 builtin reg number.
6123
61242002-05-13 Daniel Jacobowitz <drow@mvista.com>
6125
6126 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6127 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6128 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6129 access macros.
6130 * c-typeprint.c (cp_type_print_method_args): Likewise.
6131 (c_type_print_args): Likewise.
6132 * d10v-tdep.c (d10v_push_arguments): Likewise.
6133 (d10v_extract_return_value): Likewise.
6134 * expprint.c (print_subexp): Likewise.
6135 * gdbtypes.c (lookup_primitive_typename): Likewise.
6136 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6137 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6138 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6139 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6140 (TYPE_VECTOR): Likewise.
6141 * hpread.c (hpread_read_struct_type)
6142 (fix_static_member_physnames, fixup_class_method_type)
6143 (hpread_type_lookup): Likewise.
6144 * mdebugread.c (parse_symbol, parse_type): Likewise.
6145 * p-lang.c (is_pascal_string_type): Likewise.
6146 * valops.c (hand_function_call): Likewise.
6147 * x86-64-tdep.c (classify_argument): Likewise.
6148
6149 * hpread.c (hpread_read_function_type)
6150 (hpread_read_doc_function_type): Call replace_type.
6151 * dstread.c (create_new_type): Delete.
6152 (decode_dst_structure, process_dst_function): Call alloc_type.
6153 Use type access macros.
6154
61552002-05-12 Mark Kettenis <kettenis@gnu.org>
6156
6157 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6158 the're not supported by the current architecture.
6159 (i387_fill_fxsave): Likewise.
6160
61612002-05-12 Fred Fish <fnf@redhat.com>
6162
6163 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6164 sect_index_xxx members to index the first slot in section_offsets
6165 if all of the section_offsets are zero.
6166
61672002-05-12 Mark Kettenis <kettenis@gnu.org>
6168
6169 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6170 checked in with last change.
6171
61722002-05-12 Mark Kettenis <kettenis@gnu.org>
6173
6174 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6175 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6176 config.sub.
6177
61782002-05-12 Daniel Jacobowitz <drow@mvista.com>
6179
6180 * Makefile.in: Update dependencies.
6181
61822002-05-11 Andrew Cagney <ac131313@redhat.com>
6183
6184 * language.c (local_hex_string_custom): Simplify. Do not depend
6185 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6186
6187 * memattr.c (mem_info_command): Replace calls to
6188 longest_local_hex_string and longest_local_hex_string_custom.
6189 * buildsym.c (make_blockvector): Ditto.
6190 * solib.c (info_sharedlibrary_command): Ditto.
6191 * tracepoint.c (tracepoints_info): Ditto.
6192 * symtab.c (print_msymbol_info): Ditto.
6193
6194 * language.c (local_hex_string): Delete.
6195 (local_hex_string_custom): Delete.
6196 (longest_local_hex_string): Rename to local_hex_string.
6197 (longest_local_hex_string_custom): Rename to
6198 local_hex_string_custom.
6199 * language.h (local_hex_string): Change parameter type to LONGEST.
6200 (local_hex_string_custom): Ditto.
6201 (longest_local_hex_string): Delete declaration.
6202 (longest_local_hex_string_custom): Ditto.
6203
6204 * solib.c: Update copyright.
6205 * memattr.c: Update copyright.
6206
62072002-05-11 Andrew Cagney <ac131313@redhat.com>
6208
6209 * arch-utils.h (legacy_register_to_value): Declare.
6210 (legacy_value_to_register): Declare.
6211 (legacy_convert_register_p): Declare.
6212 * arch-utils.c (legacy_register_to_value): New function.
6213 (legacy_value_to_register): New function.
6214 (legacy_convert_register_p): New function.
6215
6216 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6217 (VALUE_TO_REGISTER): Define.
6218 (CONVERT_REGISTER_P): Define.
6219 * gdbarch.h, gdbarch.c: Regenerate.
6220
6221 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6222 VALUE_TO_REGISTER.
6223 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6224 CONVERT_REGISTER_P.
6225
62262005-05-11 Daniel Jacobowitz <drow@mvista.com>
6227 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6228
6229 * Makefile.in: Update dependencies for valops.c.
6230 * valops.c: Include "gdb_assert.h".
6231 (typecmp): Skip THIS parameter to methods.
6232 (find_method_list): Remove static_memfuncp argument,
6233 update callers. Check for stub methods.
6234 (find_value_oload_method_list): Don't set *static_memfuncp.
6235 (find_overload_match): Don't check for stub methods. Assert
6236 that methods are not stubbed. Handle static methods.
6237 (value_find_oload_method_list): Remove static_memfuncp argument.
6238 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6239 to the argument list for static stub methods.
6240 * value.h (value_find_oload_method_list): Update prototype.
6241
62422002-05-11 Andrew Cagney <ac131313@redhat.com>
6243
6244 * arch-utils.h (generic_register_size): Declare.
6245 (generic_register_raw_size, generic_register_virtual_size): Delete
6246 declarations.
6247 * arch-utils.c (generic_register_raw_size): Delete.
6248 (generic_register_size): New function.
6249 (generic_register_virtual_size): Delete.
6250
6251 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6252 default generic_register_size.
6253 * gdbarch.h, gdbarch.c: Re-generate.
6254
6255 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6256 register_virtual_size.
6257 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6258 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6259
62602002-05-11 Andrew Cagney <ac131313@redhat.com>
6261
6262 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6263 * gdbarch.h, gdbarch.c: Regenerate.
6264 * gnu-v3-abi.c: Update copyright.
6265 (vtable_address_point_offset): Update.
6266 (gnuv3_rtti_type): Update.
6267 (gnuv3_baseclass_offset): Update.
6268 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6269 (init_fetch_link_map_offsets): Update.
6270 * remote.c (get_remote_state): Update.
6271
62722002-05-11 Daniel Jacobowitz <drow@mvista.com>
6273
6274 * TODO: Remove value_headof/value_from_vtable_info comment.
6275 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6276 * values.c (value_headof, value_from_vtable_info): Delete.
6277 * value.h (value_from_vtable_info): Delete prototype.
6278
62792002-05-11 Andrew Cagney <ac131313@redhat.com>
6280
6281 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6282 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6283 $(gdb_regex_h).
6284 (gdb_assert_h): Define.
6285 (gdb_wait_h): Define.
6286 (gdb_regex_h): Define.
6287
62882002-05-11 Daniel Jacobowitz <drow@mvista.com>
6289
6290 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6291 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6292
62932002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6294
6295 * nbsd-tdep.c: Fix comment.
6296
62972002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6298
6299 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6300 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6301 (nbsd-tdep.o): New dependency list.
6302 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6303 nbsd-tdep.h.
6304 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6305 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6306 * nbsd-tdep.c: New file.
6307 * nbsd-tdep.h: New file.
6308 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6309 nbsd-tdep.h.
6310 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6311 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6312 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6313 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6314
63152002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6316
6317 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6318 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6319 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6320 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6321 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6322 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6323
63242002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6325
6326 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6327 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6328 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6329 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6330 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6331 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6332 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6333
63342002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6335
6336 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6337 fetch_elfcore_registers to...
6338 * i386nbsd-tdep.c: ...here.
6339 (i386nbsd_use_struct_convention): Rename to...
6340 (i386nbsd_aout_use_struct_convention): ...this.
6341 (i386nbsd_supply_reg): New function.
6342 (i386nbsd_fill_reg): New function.
6343 (fetch_core_registers): Use i386nbsd_supply_reg.
6344 (fetch_elfcore_registers): Likewise.
6345 (_initialize_i386nbsd_tdep): New function.
6346 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6347 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6348 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6349 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6350 (i386nbsd_aout_use_struct_convention): ...this.
6351
63522002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6353
6354 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6355 (store_inferior_registers): Use shnbsd_fill_reg.
6356 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6357 sh_nbsd_supply_register): Collapse into...
6358 (shnbsd_supply_reg): ...this.
6359 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6360 (shnbsd_fill_reg): ...this.
6361 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6362 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6363 (fetch_core_registers): Use shnbsd_supply_reg.
6364 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6365 (sh_nbsd_core_fns): Rename to...
6366 (shnbsd_core_fns): ...this.
6367 (sh_nbsd_elfcore_fns): Rename to...
6368 (shnbsd_elfcore_fns): ...this.
6369 (sh_nbsd_init_abi): Rename to...
6370 (shnbsd_init_abi): ...this.
6371 (_initialize_sh_nbsd_tdep): Rename to...
6372 (_initialize_shnbsd_tdep): ...this.
6373 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6374 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6375 sh_nbsd_fill_register): Remove prototypes.
6376 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6377
63782002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6379
6380 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6381 (i387-nat.o): Delete dependency list.
6382 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6383 (x86-64-linux-nat.o): Likewise.
6384 * i387-nat.c: Delete file, moving contents to...
6385 * i387-tdep.c: ...here.
6386 * i387-nat.h: Rename...
6387 * i387-tdep.h: ...to this.
6388 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6389 * i386-linux-nat.c: Likewise.
6390 * i386bsd-nat.c: Likewise.
6391 * i386gnu-nat.c: Likewise.
6392 * i386nbsd-nat.c: Likewise.
6393 * i386v4-nat.c: Likewise.
6394 * x86-64-linux-nat.c: Likewise.
6395 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6396 * config/i386/go32.mh (NATDEPFILES): Likewise.
6397 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6398 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6399 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6400 * config/i386/linux.mh (NATDEPFILES): Likewise.
6401 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6402 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6403 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6404 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6405
64062002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6407
6408 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6409 (alphanbsd-nat.o): Remove dependency list.
6410 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6411 * alphanbsd-nat.c: Delete. Contents moved to...
6412 * alphanbsd-tdep.c: ...here.
6413 (_initialize_alphanbsd_tdep): Register core functions.
6414 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6415
64162002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6417
6418 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6419 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6420 (alphanbsd-nat.o): Likewise.
6421 (alphabsd-tdep.o): New dependency list.
6422 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6423 (fill_gregset): Use alphabsd_fill_reg.
6424 (supply_fpregset): Use alphabsd_supply_fpreg.
6425 (fill_fpregset): Use alphabsd_fill_fpreg.
6426 (fetch_inferior_registers): Use struct reg and struct fpreg
6427 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6428 and alphabsd_supply_fpreg.
6429 (store_inferior_registers): Use struct reg and struct fpreg
6430 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6431 and alphabsd_fill_fpreg.
6432 * alphabsd-tdep.c: New file.
6433 * alphabsd-tdep.h: New file.
6434 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6435 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6436 alphabsd_supply_fpreg.
6437 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6438 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6439
64402002-05-11 Eric Christopher <echristo@redhat.com>
6441
6442 * mips-tdep.c (mips_double_register_type): Fix thinko.
6443 (mips_single_register_type): Ditto.
6444 * MAINTAINERS: Add self.
6445
64462002-05-11 Mark Kettenis <kettenis@gnu.org>
6447
6448 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6449 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6450 right thing on architectures with different endianness and/or
6451 integer sizes.
6452
64532002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6454
6455 From Christian Limpach <chris@Pin.LU>
6456 * configure.in: Change sed expression which comments out
6457 NATDEPFILES to also comment out continuation lines.
6458 * configure: Regenerate.
6459
64602002-05-10 Elena Zannoni <ezannoni@redhat.com>
6461
6462 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6463 big patch.
6464
64652002-05-10 Elena Zannoni <ezannoni@redhat.com>
6466
6467 * sh-tdep.c: Include correct file.
6468
64692002-05-10 Elena Zannoni <ezannoni@redhat.com>
6470
6471 New support for sh64-elf (sh5) target.
6472
6473 * configure.tgt: For sh64-elf target, default to sh-elf.
6474
6475 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6476 (struct gdbarch_tdep): Add new fields for new registers and ABI
6477 info.
6478
6479 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6480 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6481 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6482 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6483 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6484 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6485 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6486 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6487 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6488 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6489 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6490 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6491 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6492 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6493 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6494 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6495 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6496 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6497 sign_extend, sh64_nofp_frame_init_saved_regs,
6498 sh64_init_extra_frame_info, sh64_get_saved_register,
6499 sh64_extract_struct_value_address, sh64_pop_frame,
6500 sh64_push_arguments, sh64_extract_return_value,
6501 sh64_store_return_value, sh64_show_media_regs,
6502 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6503 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6504 sh_sh64_register_virtual_type,
6505 sh_sh64_register_convert_to_virtual,
6506 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6507 sh64_register_read, sh64_pseudo_register_write,
6508 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6509 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6510 sh64_do_pseudo_register, sh_compact_do_registers_info,
6511 sh64_do_registers_info, sh_gdbarch_init): New functions.
6512
65132002-05-10 Elena Zannoni <ezannoni@redhat.com>
6514
6515 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6516
65172002-05-10 Daniel Jacobowitz <drow@mvista.com>
6518
6519 * linespec.c (decode_line_1): Check for a double quote after
6520 a filename correctly.
6521
65222002-05-10 Jim Blandy <jimb@redhat.com>
6523
6524 Properly track the size of the current objfile's .debug_line section.
6525 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6526 (DWARF_LINE_SIZE): New macro.
6527 (dwarf2_build_psymtabs_hard): Record the line section's size in
6528 the partial symbol table.
6529 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6530 symbol table.
6531
65322002-05-10 Petr Sorfa <petrs@caldera.com>
6533
6534 * ia64-tdep.c: Handle breakpoints on L instruction type
6535 in MLX instruction bundle by moving the breakpoint to
6536 the third slot (X instruction type) as L holds only data.
6537
65382002-05-10 Kevin Buettner <kevinb@redhat.com>
6539
6540 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6541 (process_one_symbol): Complain about discarding local symbols
6542 due to a misplaced N_LBRAC entry.
6543
65442002-05-09 Elena Zannoni <ezannoni@redhat.com>
6545
6546 From Daniel Berlin <dan@cgsoftware.com>
6547 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6548 decrease the depth we are at, in the case of templates.
6549
65502002-05-09 Daniel Jacobowitz <drow@mvista.com>
6551
6552 * mips-tdep.c (mips_float_register_type): New function.
6553 (mips_double_register_type): New function.
6554 (mips_print_register): Use them.
6555 (do_fp_register_row): Likewise.
6556
65572002-05-09 Daniel Jacobowitz <drow@mvista.com>
6558
6559 * signals/signals.c (signals): Remove conditional compilation around
6560 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6561 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6562
65632002-05-09 Michael Snyder <msnyder@redhat.com>
6564
6565 * remote-rdp.c (remote_rdp_can_run): Remove.
6566
65672002-05-09 Tom Tromey <tromey@redhat.com>
6568
6569 * jv-valprint.c (java_val_print): Handle `char' as a special case
6570 of TYPE_CODE_INT.
6571
65722002-05-09 Michael Snyder <msnyder@redhat.com>
6573
6574 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6575 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6576 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6577 str r(0123),[sp,#nn].
6578 (arm_skip_prologue): Ditto. Also make disassembly
6579 order-independent by placing it in a loop.
6580
65812002-05-06 Michael Snyder <msnyder@redhat.com>
6582
6583 * stabsread.c (read_type): Add recognition for new attribute:
6584 "@V;" means that an array type is actually a vector.
6585 This is analogous to the vector flag that's been added to dwarf2.
6586
65872002-05-09 Mark Kettenis <kettenis@gnu.org>
6588
6589 * i386-tdep.h (i386_abi): New enum.
6590 (struct gdbarch_tdep): Replace os_ident member with abi.
6591 (i386_gdbarch_register_os_abi): New prototype.
6592 * i386-tdep.c (i386_abi_names): New array.
6593 (process_note_abi_tag_sections): Removed.
6594 (process_note_sections): New function.
6595 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6596 (struct i386_abi_handler): New struct.
6597 (i386_abi_handler_list): New variable.
6598 (i386_gdbarch_register_os_abi): New function.
6599 (i386_gdbarch_init): Adapt for the changes given above.
6600
66012002-05-08 Daniel Jacobowitz <drow@mvista.com>
6602
6603 * gregset.h: Say "GNU/Linux".
6604
66052002-05-08 Elena Zannoni <ezannoni@redhat.com>
6606
6607 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6608 (build_gdbtypes): Build builtin_type_v2_float.
6609 (_initialize_gdbtypes): Register new builtin type.
6610
66112002-05-08 Andrew Cagney <ac131313@redhat.com>
6612
6613 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6614 (clear_gdbarch_swap): New function.
6615 (initialize_non_multiarch): Call.
6616 (gdbarch_update_p): Before calling init(), swap out and clear the
6617 existing architecture.
6618 * gdbarch.c: Regenerate.
6619
66202002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6621
6622 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6623 alphanbsd-tdep.c.
6624
66252002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6626
6627 * sh-nbsd-nat.c: Rename to...
6628 * shnbsd-nat.c: ...this.
6629 * sh-nbsd-tdep.c: Rename to...
6630 * shnbsd-tdep.c: ...this.
6631 * sh-nbsd-tdep.h: Rename to...
6632 * shnbsd-tdep.h: ...this.
6633 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6634 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6635
66362002-05-08 Richard Earnshaw <rearnsha@arm.com>
6637
6638 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6639 concatenation for command help messages.
6640
66412002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6642
6643 * NEWS: Note new sh*-*-netbsdelf* configuration.
6644 * configure.host: Set gdb_host_cpu to sh for all sh*.
6645 (sh*-*-netbsdelf*): New host.
6646 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6647 (sh*-*-netbsdelf*): New target.
6648 * sh-nbsd-nat.c: New file.
6649 * sh-nbsd-tdep.c: New file.
6650 * sh-nbsd-tdep.h: New file.
6651 * config/sh/nbsd.mh: New file.
6652 * config/sh/nbsd.mt: New file.
6653 * config/sh/nm-nbsd.h: New file.
6654 * config/sh/tm-nbsd.h: New file.
6655
66562002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6657
6658 * sh-tdep.c (sh_osabi_names): Declare.
6659 (process_note_abi_tag_sections): New function.
6660 (get_elfosabi): Ditto.
6661 (sh_gdbarch_register_os_abi): Ditto.
6662 (sh_dump_tdep): Ditto.
6663 _initialize_sh_tdep): Use gdbarch_register to register
6664 sh_gdbarch_init and sh_dump_tdep.
6665 * config/sh/tm-sh.h (sh_osabi): Declare.
6666 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6667
66682002-05-07 Andrew Cagney <ac131313@redhat.com>
6669
6670 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6671 (thumb_scan_prologue): Ditto.
6672 (arm_find_callers_reg): Ditto.
6673 (arm_frame_chain): Ditto.
6674 (arm_init_extra_frame_info): Ditto.
6675 (arm_frame_saved_pc): Ditto.
6676 (arm_pop_frame): Ditto.
6677 (arm_push_return_address): New function.
6678 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6679 call_dummy_location, call_dummy_breakpoint_offset_p,
6680 call_dummy_breakpoint_offset, call_dummy_p,
6681 call_dummy_stack_adjust_p, call_dummy_words,
6682 sizeof_call_dummy_words, call_dummy_start_offset,
6683 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6684 call_dummy_address, push_return_address and push_dummy_frame for
6685 generic dummy frames.
6686
66872002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6688
6689 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6690 size computation for alloca.
6691 (sh_fp_frame_init_saved_regs): Likewise.
6692
66932002-05-07 Richard Earnshaw <rearnsha@arm.com>
6694
6695 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6696 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6697 * arm-tdep.c (arm_store_return_value): Use them.
6698 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6699 * remote-rdp.c (remote_rdp_fetch_register): Use
6700 ARM_MAX_REGISTER_RAW_SIZE.
6701 (remote_rdp_store_register): Likewise.
6702
67032002-05-07 Michal Ludvig <mludvig@suse.cz>
6704
6705 * dwarf2cfi.c: Code cleanup, removed unused variables,
6706 added default labels to switch {} statements.
6707 * x86-64-tdep.c: Ditto.
6708 * x86-64-linux-nat.c: Ditto.
6709
67102002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6711
6712 * solib.h: Protect against multiple inclusion.
6713
67142002-05-06 Jim Blandy <jimb@redhat.com>
6715
6716 Add first preprocessor macro-expansion files.
6717 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6718 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6719 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6720 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6721 (COMMON_OBS): Add macrotab.o, macroexp.o.
6722 (macroexp.o, macrotab.o): New rules.
6723
6724 Separate the job of reading the line number info statement program
6725 header (...expialidocious) out into its own function.
6726 * dwarf2read.c (struct line_head, struct filenames, struct
6727 directories): Replace with...
6728 (struct line_header): New structure, containing the full
6729 contents of the statement program header, including the
6730 include directory and file name tables.
6731 (read_file_scope): If we have line number info, instead of just
6732 calling dwarf_decode_lines to do all the work, call
6733 dwarf_decode_line_header first to get a `struct line_header'
6734 containing the data in the statement program header, and then
6735 pass that to dwarf_decode_lines, which will pick up where that
6736 left off. Be sure to clean up the `struct line_header' object.
6737 (dwarf_decode_line_header, free_line_header, add_include_dir,
6738 add_file_name): New functions.
6739 (dwarf_decode_lines): Move all the code to read the statement
6740 program header into dwarf_decode_line_header. Take the line
6741 header it built as the first argument, instead of the offset to
6742 the compilation unit's line number info. Use the new `struct
6743 line_header' type instead of the old structures. No need to do
6744 cleanups here now, since we don't allocate anything.
6745 (dwarf2_statement_list_fits_in_line_number_section,
6746 dwarf2_line_header_too_long): New complaints.
6747
67482002-05-06 Elena Zannoni <ezannoni@redhat.com>
6749
6750 * gdbtypes.c (init_vector_type): New function.
6751 (build_builtin_type_vec128): Simplify the representation of SIMD
6752 registers.
6753 (build_gdbtypes): Initialize new builtin vector types.
6754 (_initialize_gdbtypes): Register new vector types with gdbarch.
6755 (builtin_type_v4_float, builtin_type_v4_int32,
6756 builtin_type_v8_int16, builtin_type_v16_int8,
6757 builtin_type_v2_int32, builtin_type_v4_int16,
6758 builtin_type_v8_int8): New (renamed) SIMD types.
6759
67602002-05-06 Mark Kettenis <kettenis@gnu.org>
6761
6762 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6763 (i387_fill_fxsave): Likewise.
6764
67652002-05-05 Alexandre Oliva <aoliva@redhat.com>
6766
6767 * alpha-tdep.c (alpha_extract_return_value): Don't use
6768 non-constant array size in prototype.
6769
67702002-05-04 Andrew Cagney <ac131313@redhat.com>
6771
6772 From Brian Taylor <briant at model dot com>:
6773 * ui-out.c (ui_out_field_core_addr): Use the function
6774 longest_local_hex_string_custom'to format addresses > 32 bits
6775 wide.
6776
6777 * ui-out.c (ui_out_field_core_addr): Update comment.
6778
67792002-05-04 Andrew Cagney <ac131313@redhat.com>
6780
6781 * stack.c (select_and_print_frame): Make static. Delete the
6782 parameter `level'.
6783 (func_command): Update call.
6784 (select_frame_command): Delete code computing the frame level.
6785 * frame.h (select_and_print_frame): Delete declaration.
6786
67872002-05-04 Andrew Cagney <ac131313@redhat.com>
6788
6789 * sparc-tdep.c (sparc_get_saved_register): Comment why
6790 get_prev_frame call is safe.
6791
67922002-05-04 Andrew Cagney <ac131313@redhat.com>
6793
6794 * frame.h (select_frame): Delete level parameter.
6795 * stack.c (select_frame): Update. Use frame_relative_level to
6796 obtain the frame's level.
6797 (select_and_print_frame): Update call.
6798 (select_frame_command): Ditto.
6799 (up_silently_base): Ditto.
6800 (down_silently_base): Ditto.
6801 * ocd.c (ocd_start_remote): Ditto.
6802 * remote-rdp.c (remote_rdp_open): Ditto.
6803 * remote-mips.c (mips_initialize): Ditto.
6804 (common_open): Ditto.
6805 * remote-e7000.c (e7000_start_remote): Ditto.
6806 * m3-nat.c (select_thread): Ditto.
6807 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6808 (child_get_current_exception_event): Ditto.
6809 * varobj.c (varobj_create): Ditto.
6810 (varobj_update): Ditto.
6811 (c_value_of_root): Ditto.
6812 * tracepoint.c (finish_tfind_command): Ditto.
6813 * corelow.c (core_open): Ditto.
6814 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6815 * thread.c (info_threads_command): Ditto.
6816 (switch_to_thread): Ditto.
6817 * infrun.c (normal_stop): Ditto.
6818 (restore_selected_frame): Ditto.
6819 (restore_inferior_status): Ditto.
6820 * breakpoint.c (insert_breakpoints): Ditto.
6821 (watchpoint_check): Ditto.
6822 (bpstat_stop_status): Ditto.
6823 (do_enable_breakpoint): Ditto.
6824 * blockframe.c (flush_cached_frames): Ditto.
6825 (reinit_frame_cache): Ditto.
6826
68272002-05-04 Andrew Cagney <ac131313@redhat.com>
6828
6829 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6830 maintainer.
6831
68322002-05-04 Jim Blandy <jimb@redhat.com>
6833
6834 * gdbtypes.c (replace_type): Doc fix.
6835
68362002-05-04 Andrew Cagney <ac131313@redhat.com>
6837
6838 * valprint.c (strcat_longest): Delete commented out function.
6839 Update copyright.
6840
68412002-05-04 Andrew Cagney <ac131313@redhat.com>
6842
6843 * MAINTAINERS: Mark a29k as deleted.
6844 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6845 Move new configurations to the top.
6846 * configure.tgt: Remove a29k.
6847 * config/a29k/tm-vx29k.h: Delete.
6848 * config/a29k/vx29k.mt: Delete.
6849 * config/a29k/tm-a29k.h: Delete.
6850 * config/a29k/a29k-udi.mt: Delete.
6851 * config/a29k/a29k.mt: Delete.
6852 * a29k-tdep.c: Delete.
6853 * remote-udi.c: Delete.
6854 * remote-mm.c: Delete.
6855 * remote-eb.c: Delete.
6856 * remote-adapt.c: Delete.
6857 * Makefile.in: Remove obsolete code.
6858 * config/s390/s390x.mt: Ditto.
6859 * config/s390/s390.mt: Ditto.
6860 * config/sparc/sparclynx.mh: Ditto.
6861 * config/sparc/linux.mh: Ditto.
6862 * config/pa/hppaosf.mh: Ditto.
6863 * config/pa/hppabsd.mh: Ditto.
6864 * config/ns32k/nbsd.mt: Ditto.
6865 * config/mips/vr5000.mt: Ditto.
6866 * config/m68k/sun3os4.mh: Ditto.
6867 * config/m68k/nbsd.mt: Ditto.
6868 * config/m68k/m68klynx.mh: Ditto.
6869 * config/m32r/m32r.mt: Ditto.
6870 * config/i386/x86-64linux.mt: Ditto.
6871 * config/i386/nbsdelf.mt: Ditto.
6872 * config/i386/nbsd.mt: Ditto.
6873 * config/i386/i386lynx.mh: Ditto.
6874
68752002-05-04 Andrew Cagney <ac131313@redhat.com>
6876
6877 * target.c (debug_print_register): New function. Handle oversize
6878 registers.
6879 (debug_to_fetch_registers): Call.
6880 (debug_to_store_registers): Call.
6881
68822002-05-03 Jim Blandy <jimb@redhat.com>
6883
6884 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6885 (read_type): Doc fix.
6886 * gdbtypes.c (replace_type): Doc fix.
6887
6888 * stabsread.c (multiply_defined_struct): New complaint.
6889 (read_struct_type): If the type we were passed isn't empty, or
6890 incomplete, don't read the new struct type into it; complain,
6891 and return the original type unchanged. Take a new `type_code'
6892 argument, which is the type code for the new type.
6893 (read_type): Rather than storing the type's type code here, pass
6894 it as an argument to read_struct_type, and let that take care of
6895 storing it. That way, we don't overwrite the original type code,
6896 so read_struct_type can use it to decide whether we're overwriting
6897 something we shouldn't.
6898 (complain_about_struct_wipeout): New function.
6899
69002002-05-03 Andrew Cagney <ac131313@redhat.com>
6901
6902 * gdbarch.sh: Assert that gdbarch is non-NULL.
6903 * gdbarch.c: Regenerate.
6904
69052002-05-03 Jason Merrill <jason@redhat.com>
6906
6907 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6908 and return NULL.
6909
69102002-05-03 Michal Ludvig <mludvig@suse.cz>
6911
6912 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6913 (x86_64_dwarf2gdb_regno_map_length),
6914 (x86_64_dwarf2_reg_to_regnum): Added.
6915 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6916 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6917 (_initialize_x86_64_tdep): Synced with the change above.
6918 (x86_64_skip_prologue): Reformulated message.
6919
69202002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6921
6922 * f-exp.y: Also use new prev_lexptr variable
6923 to improve error reporting. Based on Michael Snyder
6924 2002-04-24 dated patch to c-exp.y.
6925 * jv-exp.y: Likewise.
6926 * m2-exp.y: Likewise.
6927
69282002-05-02 Elena Zannoni <ezannoni@redhat.com>
6929
6930 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6931 we are dealing with vectors.
6932
69332002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6934
6935 * config/m68k/tm-nbsd.h: Obvious fix,
6936 correct machine name.
6937
69382002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6939
6940 * p-typeprint.c (pascal_type_print_base): Add support
6941 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6942
69432002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6944
6945 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6946 for fondamental pascal 'char' type.
6947
69482002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6949
6950 * p-lang.h (is_pascal_string_type): Declaration changed,
6951 new sixth argument of type char ** added.
6952 * p-lang.c (is_pascal_string_type): Implementation
6953 changed. Args length_pos, length_size, string_pos, char_size
6954 can now be NULL. New argument arrayname set to the field
6955 name of the char array. Return value set to char array
6956 field index plus one.
6957 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6958 is_pascal_string_type function.
6959
69602002-05-02 Andrew Cagney <cagney@redhat.com>
6961
6962 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6963 <cagney@redhat.com> change.
6964 * gdbarch.c: Regenerate.
6965
69662002-05-02 Andrew Cagney <cagney@redhat.com>
6967
6968 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6969 before probing for a new one. Detect errorenous gdbarch_init
6970 functions.
6971 * gdbarch.c: Regenerate.
6972
69732002-05-01 Andrew Cagney <cagney@redhat.com>
6974
6975 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6976 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6977 * config/v850/tm-v850.h: Ditto. Update copyright.
6978
69792002-04-30 Andrew Cagney <ac131313@redhat.com>
6980
6981 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6982 current_gdbarch.
6983
69842002-04-30 Michael Snyder <msnyder@redhat.com>
6985
6986 * arm-tdep.c: Whitespace clean-ups.
6987 (arm_skip_prologue): Fix thinko; two lines
6988 should have been removed as part of 4/24 change.
6989
69902002-04-30 Kevin Buettner <kevinb@redhat.com>
6991
6992 * rs6000-tdep.c: Added comment describing how fpscr register
6993 numbers were chosen.
6994
69952002-04-30 Michael Snyder <msnyder@redhat.com>
6996
6997 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6998
69992002-04-29 Elena Zannoni <ezannoni@redhat.com>
7000
7001 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7002 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7003 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7004
70052002-04-29 Kevin Buettner <kevinb@redhat.com>
7006
7007 From Louis Hamilton <hamilton@redhat.com>:
7008 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7009 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7010 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7011 not bfd-private xcoff data, to determine wordsize.
7012 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7013
70142002-04-29 Andrew Cagney <ac131313@redhat.com>
7015
7016 GDB 5.2 released from 5.2 branch.
7017
70182002-04-29 Michal Ludvig <mludvig@suse.cz>
7019
7020 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7021 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7022 (x86_64_register_info_table): Added comments with register numbers.
7023
70242002-04-29 Elena Zannoni <ezannoni@redhat.com>
7025
7026 * rs6000-tdep.c (rs6000_extract_return_value,
7027 rs6000_store_return_value): Handle returning vectors.
7028 (rs6000_gdbarch_init): Use
7029 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7030 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7031 New function.
7032 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7033 vectors.
7034 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7035 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7036
70372002-04-24 Pierre Muller <ics.u-strasbg.fr>
7038
7039 * hpread.c (hpread_psymtab_to_symtab_1,
7040 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7041 with fprintf_unfiltered (gdb_stderr,...).
7042
70432002-04-24 Pierre Muller <ics.u-strasbg.fr>
7044
7045 * remote-array.c (printf_monitor, write_monitor,
7046 array_insert_breakpoint, array_remove_breakpoint ):
7047 Replace fprintf (stderr,...
7048 with fprintf_unfiltered (gdb_stderr,....
7049 * remote-es.c: Likewise.
7050 * remote-os9k.c: Likewise.
7051 * remote-st.c: Likewise.
7052
70532002-04-28 Andreas Schwab <schwab@suse.de>
7054
7055 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7056 linux-proc.o and gcore.o.
7057
70582002-04-26 Michal Ludvig <mludvig@suse.cz>
7059
7060 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7061 code without frame pointers.
7062
70632002-04-26 Andrew Cagney <ac131313@redhat.com>
7064
7065 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7066 ON_STACK is needed.
7067
70682002-04-26 Ben Elliston <bje@redhat.com>
7069
7070 * target.c (do_xfer_memory): Correct reference to the new option
7071 "trust-readonly-sections".
7072
70732002-04-26 Elena Zannoni <ezannoni@redhat.com>
7074
7075 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7076 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7077 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7078 vectors.
7079 (read_array_type): Record the fact that this array type is really a
7080 vector (i.e. are passed in by value).
7081
70822002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7083
7084 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7085 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7086 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7087 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7088 * alpha-linux-tdep.c: Include frame.h.
7089 (alpha_linux_sigcontext_addr): New function.
7090 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7091 alpha_linux_sigcontext_addr.
7092 * alpha-osf1-tdep.c: Include gdbcore.h.
7093 (alpha_osf1_sigcontext_addr): New function.
7094 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7095 alpha_osf1_sigcontext_addr.
7096 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7097 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7098
70992002-04-26 Andrew Cagney <ac131313@redhat.com>
7100
7101 * stack.c (selected_frame_level):
7102 (select_frame): Do not set selected_frame_level.
7103 * frame.h (selected_frame_level): Delete declaration.
7104
71052002-04-26 Andrew Cagney <ac131313@redhat.com>
7106
7107 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7108 convert_from_func_ptr-addr when AIX / PowerOpen.
7109
71102002-04-25 Andrew Cagney <ac131313@redhat.com>
7111
7112 * valops.c (hand_function_call): Call
7113 generic_save_call_dummy_addr.
7114 * frame.h (generic_save_call_dummy_addr): Declare.
7115 * blockframe.c (struct dummy_frame): Add fields call_lo and
7116 call_hi.
7117 (generic_find_dummy_frame): Check for PC in range call_lo to
7118 call_hi instead of entry_point_address.
7119 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7120 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7121 (generic_save_call_dummy_addr): New function.
7122
71232002-04-24 David S. Miller <davem@redhat.com>
7124
7125 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7126 sparc_skip_prologue.
7127 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7128 information to find prologue when possible.
7129 (sparc_prologue_frameless_p): Call examine_prologue directly.
7130 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7131 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7132 second argument.
7133 (SKIP_PROLOGUE): Likewise.
7134
71352002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7136
7137 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7138 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7139 indicate that the condition it was testing is always true.
7140 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7141 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7142 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7143
71442002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7145
7146 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7147 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7148 tdep->jb_pc and tdep->jb_elt_size.
7149 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7150 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7151 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7152 * alpha-nat.c (get_longjmp_target): Remove.
7153 (JB_ELEMENT_SIZE): Ditto.
7154 (JB_PC): Ditto.
7155 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7156 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7157 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7158 to alpha_get_longjmp_target.
7159 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7160 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7161 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7162
71632002-04-25 Andrew Cagney <ac131313@redhat.com>
7164
7165 * README: Update to GDB 5.2.
7166
71672002-04-25 Andrew Cagney <ac131313@redhat.com>
7168
7169 * gdbarch.sh (LC_ALL): Set to `c'.
7170
71712002-04-25 Theodore A. Roth <troth@verinet.com>
7172
7173 * avr-tdep.c: Ran through gdb_indent.sh.
7174
71752002-04-25 Theodore A. Roth <troth@verinet.com>
7176
7177 * MAINTAINERS: Add myself as AVR maintainer.
7178 * NEWS: Note new target avr.
7179
71802002-04-25 Theodore A. Roth <troth@verinet.com>
7181
7182 * Makefile.in: Add support for AVR target.
7183 * configure.tgt: Add support for AVR target.
7184 * avr-tdep.c: New file
7185 * config/avr/avr.mt: New file.
7186
71872002-04-25 Theodore A. Roth <troth@verinet.com>
7188
7189 * MAINTAINERS: Add myself to write-after-approval.
7190
71912002-04-24 Pierre Muller <ics.u-strasbg.fr>
7192
7193 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7194 with fprintf_unfiltered (gdb_stderr,....
7195
71962002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7197
7198 Fix PR gdb/508.
7199 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7200
72012002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7202
7203 * p-exp.y: Also use new prev_lexptr variable
7204 to improve error reporting. Based on Michael Snyder
7205 2002-04-24 dated patch to c-exp.y.
7206
72072002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7208
7209 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7210 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7211 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7212 to 0.
7213 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7214 and struct value.
7215 (FUNCTION_START_OFFSET): Remove.
7216 (BREAKPOINT): Ditto.
7217
72182002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7219
7220 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7221 * NEWS: Ditto.
7222
72232002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7224
7225 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7226 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7227 alpha_linux_pc_in_sigtramp.
7228 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7229 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7230 alpha_osf1_pc_in_sigtramp.
7231 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7232 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7233 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7234 alphafbsd_pc_in_sigtramp.
7235 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7236 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7237 alphanbsd_pc_in_sigtramp.
7238 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7239 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7240
72412002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7242
7243 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7244
72452002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7246
7247 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7248 alphanbsd-tdep.c.
7249 (alphanbsd-nat.o): New dependency list.
7250 (alphanbsd-tdep.o): Ditto.
7251 * NEWS: Note new native NetBSD/alpha configuration.
7252 * alphanbsd-nat.c: New file.
7253 * alphanbsd-tdep.c: Ditto.
7254 * configure.host (alpha*-*-netbsd*): New host.
7255 * configure.tgt (alpha*-*-netbsd*): New target.
7256 * config/alpha/nbsd.mh: New file.
7257 * config/alpha/nbsd.mt: Ditto.
7258 * config/alpha/nm-nbsd.h: Ditto.
7259 * config/alpha/tm-nbsd.h: Ditto.
7260
72612002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7262
7263 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7264 (alpha-osf1-tdep.o): New dependency list.
7265 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7266 and skip_sigtramp_frame members.
7267 * alpha-linux-tdep.c: Include gdbcore.h.
7268 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7269 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7270 * alpha-osf1-tdep.c: New file.
7271 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7272 alpha-osf1-dep.c.
7273 (alpha_frame_past_sigtramp_frame): New function.
7274 (alpha_dynamic_sigtramp_offset): Ditto.
7275 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7276 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7277 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7278 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7279 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7280 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7281 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7282 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7283 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7284 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7285 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7286 to find_solib_trampoline_target.
7287 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7288 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7289 (SKIP_TRAMPOLINE_CODE): Remove.
7290 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7291 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7292 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7293 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7294 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7295 (PROC_SIGTRAMP_MAGIC): Ditto.
7296 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7297 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7298 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7299 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7300 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7301
73022002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7303
7304 * NEWS: Note that Alpha targets are now multi-arch.
7305
73062002-04-24 Michael Snyder <msnyder@redhat.com>
7307
7308 * parser-defs.h (prev_lexptr): New external variable.
7309 * parse.c (parse_exp_1): Set prev_lexptr to null before
7310 calling the language-specific parser.
7311 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7312 (yyerror): Use prev_lexptr in error reporting.
7313
73142002-04-24 Daniel Jacobowitz <drow@mvista.com>
7315
7316 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7317 * gregset.h: If FILL_FPXREGSET is defined, provide
7318 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7319 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7320 is defined, call fill_fpxregset.
7321
73222002-04-24 Roland McGrath <roland@frob.com>
7323
7324 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7325 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7326 (supply_gregset, supply_fpregset): New functions.
7327
7328 * gnu-nat.c (gnu_find_memory_regions): New function.
7329 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7330 (gnu_xfer_memory): Add a cast.
7331
73322002-04-24 Michael Snyder <msnyder@redhat.com>
7333
7334 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7335 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7336 of argument regs ("str r(0123), [r11, #-nn"]).
7337 (arm_skip_prologue): Better handling for frameless functions.
7338 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7339 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7340
7341Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7342
7343 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7344 NUM_PSEUDO_REGS can be used.
7345
73462002-04-24 Andrew Cagney <ac131313@redhat.com>
7347
7348 * arch-utils.h: Update copyright.
7349
7350 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7351 * gdbarch.h, gdbarch.c: Re-generate.
7352
7353 * inferior.h (IN_SIGTRAMP): Delete definition.
7354 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7355 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7356
7357 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7358 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7359 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7360 (find_proc_framesize): Ditto.
7361 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7362 (alpha_init_extra_frame_info): Ditto.
7363 * infrun.c (handle_inferior_event): Ditto.
7364 (handle_inferior_event): Ditto.
7365 (check_sigtramp2): Ditto.
7366 * blockframe.c (create_new_frame): Ditto.
7367 (get_prev_frame): Ditto.
7368 * ppc-linux-tdep.c: Update comments.
7369 * i386-linux-tdep.c: Update comments.
7370 * breakpoint.c (bpstat_what): Update comment.
7371
73722002-04-24 David S. Miller <davem@redhat.com>
7373
7374 * i960-tdep.c (register_in_window_p): New function.
7375 (i960_find_saved_register): Use it instead of
7376 REGISTER_IN_WINDOW_P.
7377 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7378
7379 * symtab.h (find_stab_function_addr): Kill extern.
7380 * minsyms.c (find_stab_function_addr): Remove from here...
7381 * dbxread.c: ... to here, and mark it static.
7382
73832002-04-20 David S. Miller <davem@redhat.com>
7384
7385 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7386 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7387
73882002-04-21 David S. Miller <davem@redhat.com>
7389
7390 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7391 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7392 (vx_write_register): Likewise.
7393
73942002-04-23 J. Brobecker <brobecker@gnat.com>
7395
7396 * source.c (is_regular_file): New function.
7397 (openp): Check wether file to open is a regular file
7398 to avoid opening directories.
7399
74002002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7401
7402 * findvar.c (extract_signed_integer): Cast printf argument
7403 to suppress format warning.
7404 (extract_unsigned_integer): Likewise.
7405 * infcmd.c (registers_info): Likewise.
7406 * top.c (get_prompt_1): Likewise.
7407 * valops.c (value_assign): Likewise.
7408 * valprint.c (print_decimal): Likewise.
7409
74102002-04-22 H.J. Lu (hjl@gnu.org)
7411
7412 * c-exp.y (typebase): Support
7413
7414 [long|long long|short] [signed|unsigned] [int|]
7415
7416 and
7417
7418 signed [long|long long|short] int
7419
74202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7421
7422 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7423 and vax-tdep.h.
7424 * vax-tdep.h: New file.
7425 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7426 Make several routines static.
7427 (vax_get_saved_register): New function.
7428 (vax_gdbarch_init): New function.
7429 (_initialize_vax_tdep): Register vax_gdbarch_init.
7430 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7431 Remove macros now under the control of gdbarch.
7432
74332002-04-22 Michael Snyder <msnyder@redhat.com>
7434
7435 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7436 Some whitespace and coding standards tweaks.
7437
74382002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7439
7440 * vax-tdep.c: Include regcache.h.
7441 (vax_call_dummy_words): New.
7442 (sizeof_vax_call_dummy_words): New.
7443 (vax_fix_call_dummy): New function.
7444 (vax_saved_pc_after_call): Ditto.
7445 * config/vax/tm-vax.h: Don't include regcache.h.
7446 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7447 (CALL_DUMMY): Remove.
7448 (CALL_DUMMY_WORDS): Define.
7449 (SIZEOF_CALL_DUMMY_WORDS): Define.
7450 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7451
74522002-04-18 Michael Snyder <msnyder@redhat.com>
7453
7454 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7455
74562002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7457
7458 * vax-tdep.c (vax_frame_chain): New function.
7459 (vax_push_dummy_frame): Ditto.
7460 (vax_pop_frame): Ditto.
7461 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7462 (FRAMELESS_FUNCTION_INVOCATION): Use
7463 generic_frameless_function_invocation_not.
7464 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7465 (POP_FRAME): Use vax_pop_frame.
7466
74672002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7468
7469 * vax-tdep.c (vax_store_struct_return): New function.
7470 (vax_extract_return_value): Ditto.
7471 (vax_store_return_value): Ditto.
7472 (vax_extract_struct_value_address): Ditto.
7473 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7474 vax_store_struct_return.
7475 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7476 (STORE_RETURN_VALUE): Use vax_store_return_value.
7477 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7478
74792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7480
7481 * vax-tdep.c (vax_frame_saved_pc): New function.
7482 (vax_frame_args_address_correct): Ditto.
7483 (vax_frame_args_address): Ditto.
7484 (vax_frame_locals_address): Ditto.
7485 (vax_frame_num_args): Move code to be in proximity to
7486 other frame-related functions.
7487 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7488 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7489 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7490 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7491 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7492
74932002-04-22 H.J. Lu (hjl@gnu.org)
7494
7495 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7496 includedir.
7497
74982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7499
7500 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7501 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7502 (FRAME_INIT_SAVED_REGS): New macro.
7503
75042002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7505
7506 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7507
75082002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7509
7510 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7511 where needed.
7512 (fetch_osf_core_registers): Likewise.
7513 (supply_gregset): Likewise.
7514
75152002-04-22 J. Brobecker <brobecker@gnat.com>
7516
7517 * symfile.h (get_section_index): Define.
7518 * symfile.c (get_section_index): New function.
7519 * mdebugread.c (SC_IS_SBSS): New macro.
7520 (SC_IS_BSS): Return true for the scBss storage class only, as
7521 the scSBss storage class refers to the .sbss section.
7522 (parse_partial_symbols): Discard the symbols which associated
7523 section does not exist.
7524 Make sure to use the .sbss section index for symbols which
7525 storage class is scBss, rather than using the .bss section index.
7526
75272002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7528
7529 * vax-tdep.c: Update copyright years.
7530 (vax_register_name): New function.
7531 (vax_register_byte): Ditto.
7532 (vax_register_raw_size): Ditto.
7533 (vax_register_virtual_size): Ditto.
7534 (vax_register_virtual_type): Ditto.
7535 * config/vax/tm-vax.h: Update copyright years.
7536 (REGISTER_NAMES): Remove.
7537 (REGISTER_NAME): Define.
7538 (REGISTER_BYTE): Use vax_register_byte.
7539 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7540 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7541 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7542
75432002-04-21 Andrew Cagney <ac131313@redhat.com>
7544
7545 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7546 declaration
7547 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7548
75492002-04-21 David S. Miller <davem@redhat.com>
7550
7551 * arch-utils.c (generic_prologue_frameless_p): Kill
7552 SKIP_PROLOGUE_FRAMELESS_P code.
7553 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7554 references.
7555 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7556 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7557 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7558 references.
7559 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7560 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7561 (sparc_gdbarch_init): Pass it to
7562 set_gdbarch_prologue_frameless_p.
7563
75642002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7565
7566 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7567 (alphabsd-nat.o): New dependency list.
7568
75692002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7570
7571 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7572 alphafbsd-tdep.c.
7573 (alpha-linux-tdep.o): New dependency list.
7574 (alphafbsd-tdep.o): Likewise.
7575
75762002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7577
7578 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7579 to here...
7580 * alpha-tdep.c: ...from here.
7581 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7582
75832002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7584
7585 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7586 prototype from here...
7587 * alpha-tdep.h: ...to here.
7588
75892002-04-21 Andrew Cagney <ac131313@redhat.com>
7590
7591 * frame.h (selected_frame_level): Document as deprecated.
7592 (frame_relative_level): Declare.
7593 * stack.c (frame_relative_level): New function.
7594 (selected_frame_level): Document as deprecated.
7595 (select_frame): Do not set the selected_frame_level.
7596
7597 * stack.c (frame_info, record_selected_frame): Update.
7598 (frame_command, current_frame_command): Update.
7599 (up_silently_base, up_command, down_silently_base): Update.
7600 (down_command): Update.
7601 * inflow.c (kill_command): Update.
7602 * tracepoint.c (finish_tfind_command): Update.
7603 * corelow.c (core_open): Update.
7604 * thread.c (info_threads_command): Update.
7605 (do_captured_thread_select): Update.
7606 * infcmd.c (finish_command): Update.
7607 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7608
76092002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7610
7611 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7612
76132002-04-21 Andrew Cagney <ac131313@redhat.com>
7614
7615 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7616 type const.
7617
76182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7619
7620 * alphafbsd-tdep.c: Update copyright years. Include
7621 alpha-tdep.h.
7622 (alphafbsd_use_struct_convention): Make static.
7623 (alphafbsd_init_abi): New function.
7624 (_initialize_alphafbsd_tdep): New function.
7625 * config/alpha/tm-fbsd.h: Update copyright years.
7626 (USE_STRUCT_CONVENTION): Remove.
7627
76282002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7629
7630 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7631 an Alpha ABI variant.
7632 (alpha_abi_handler_list): Declare.
7633 (alpha_gdbarch_register_os_abi): New function.
7634 (alpha_gdbarch_init): Give registered ABI variant handlers a
7635 chance to tweak the gdbarch once we have set up defaults.
7636 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7637
76382002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7639
7640 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7641 to standard_coerce_float_to_double.
7642 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7643
76442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7645
7646 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7647 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7648 from gdbarch_tdep rather than a constant.
7649 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7650 the default text address for all Alpha Unix ABIs.
7651 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7652 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7653
76542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7655
7656 * alpha-tdep.h: New file. Includes several Alpha target constants
7657 taken from...
7658 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7659 let gdbarch deal with.
7660 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7661 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7662 to dependency list.
7663 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7664 Alpha target register names.
7665 * alphabsd-nat.c: Likewise.
7666 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7667 Alpha target register names. Make serveral routines static.
7668 (alpha_get_saved_register): New function.
7669 (alpha_abi_names): New.
7670 (process_note_abi_tag_sections): New function.
7671 (get_elfosabi): New function.
7672 (alpha_gdbarch_init): New function.
7673 (alpha_dump_tdep): New function.
7674 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7675
76762002-04-21 Andrew Cagney <ac131313@redhat.com>
7677
7678 * frame.c (find_saved_register): Delete #ifdef
7679 HAVE_REGISTER_WINDOWS code.
7680 * config/sparc/tm-sparc.h: Update comments.
7681 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7682
76832002-04-21 Andrew Cagney <ac131313@redhat.com>
7684
7685 * i960-tdep.c (i960_find_saved_register): New function.
7686 (i960_get_saved_register): New function.
7687 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7688 (i960_get_saved_register): Declare.
7689 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7690
76912002-04-20 David S. Miller <davem@redhat.com>
7692
7693 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7694
76952002-04-20 Andrew Cagney <ac131313@redhat.com>
7696
7697 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7698 instead of NUM_PSEUDO_REGS.
7699
77002002-04-20 David S. Miller <davem@redhat.com>
7701
7702 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7703 GDB_MULTI_ARCH_PARTIAL
7704 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7705 define, let tm-sp64.h do it.
7706
77072002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7708
7709 * frame.c (find_saved_register): Avoid a NULL pointer
7710 dereference and actually walk the frame list.
7711
77122002-04-20 Andrew Cagney <ac131313@redhat.com>
7713
7714 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7715 sorted in most most-recent-used order. Document.
7716 * gdbarch.h, gdbarch.c: Regenerate.
7717
77182002-04-19 Andrew Cagney <ac131313@redhat.com>
7719
7720 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7721 instead of ->prev.
7722 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7723 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7724 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7725 instead of ->prev.
7726
77272002-04-19 Elena Zannoni <ezannoni@redhat.com>
7728
7729 Fix PR gdb/471.
7730 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7731 (build_builtin_type_vec128): Ditto.
7732 (append_composite_type_field): Fix calculation of type length in
7733 union case.
7734
77352002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * config/djgpp/README: Update.
7738
7739 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7740 compiler warnings.
7741
77422002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7743
7744 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7745 (alpha_setup_arbitrary_frame): ...to this.
7746 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7747 for alpha_setup_arbitrary_frame.
7748
77492002-04-18 Andrew Cagney <cagney@redhat.com>
7750
7751 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7752 * gdbarch.h, gdbarch.c: Regenerate.
7753
7754 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7755 * target.h (memory_breakpoint_from_pc): Update declaration.
7756 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7757
7758 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7759 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7760 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7761 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7762 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7763 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7764 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7765 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7766 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7767 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7768 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7769 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7770
7771 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7772 const pointer.
7773 * monitor.c (monitor_insert_breakpoint): Ditto.
7774 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7775
7776 * config/mcore/tm-mcore.h: Update copyright.
7777 * mem-break.c: Ditto.
7778 * xstormy16-tdep.c: Ditto.
7779
77802002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7781
7782 * p-exp.y: Add precedence rule for '^' token.
7783 This removes the shift/reduce conflicts.
7784 Remove the comment concerning these shift/reduce conflicts.
7785
77862002-04-18 Elena Zannoni <ezannoni@redhat.com>
7787
7788 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7789 (registers_powerpc_nofp): New register set for processors
7790 without floating point unit.
7791
77922002-04-18 David S. Miller <davem@redhat.com>
7793
7794 * MAINTAINERS: Add myself to write-after-approval.
7795
77962002-04-17 Michael Snyder <msnyder@redhat.com>
7797
7798 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7799
78002002-04-17 Andrew Cagney <ac131313@redhat.com>
7801
7802 * rs6000-tdep.c (frame_initial_stack_address): Use
7803 frame_register_read to read the alloca_reg.
7804
78052002-04-17 Andrew Cagney <ac131313@redhat.com>
7806
7807 * frame.c (find_saved_register): Find saved registers in the next
7808 not prev frame.
7809 Fix PR gdb/365.
7810
78112002-04-17 Andrew Cagney <ac131313@redhat.com>
7812
7813 * gdbarch.sh (LANG): Set to ``c''.
7814
78152002-04-15 Andrew Cagney <ac131313@redhat.com>
7816
7817 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7818
78192002-04-15 Andrew Cagney <ac131313@redhat.com>
7820
7821 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7822 Update copyright.
7823
7824 * hpread.c (hpread_get_lntt): Add declaration.
7825 Also fix PR gdb/391.
7826
78272002-04-14 Andrew Cagney <ac131313@redhat.com>
7828
7829 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7830 * aclocal.m4, configure: Re-generate.
7831 Fix PR gdb/391.
7832
78332002-04-14 Elena Zannoni <ezannoni@redhat.com>
7834
7835 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7836 instead of tm_print_insn.
7837
78382002-04-14 Elena Zannoni <ezannoni@redhat.com>
7839
7840 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7841
78422002-04-14 Andrew Cagney <ac131313@redhat.com>
7843
7844 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7845 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7846 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7847
78482002-04-12 Don Howard <dhoward@redhat.com>
7849
7850 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7851 max_user_call_depth.
7852 (init_cmd_lists): Initialize the new value;
7853 * cli/cli-script.c (execute_user_command): Limit the call depth of
7854 user defined commands. This avoids a core-dump when user commands
7855 are infinitly recursive.
7856
78572002-04-12 Kevin Buettner <kevinb@redhat.com>
7858
7859 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7860 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7861 from tdep struct instead of DEFAULT_LR_SAVE.
7862 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7863 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7864 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7865
78662002-04-12 Michael Snyder <msnyder@redhat.com>
7867
7868 * Remote.c: Spelling fix.
7869 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7870 If no symbol found for "sbrk", try "_sbrk".
7871 (make_output_phdrs): Use bfd_section_name.
7872 (gcore_copy_callback): Use bfd_section_name.
7873 * eval.c: Indentation fix-ups.
7874 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7875 in case it gets applied to an address that is already
7876 in the instruction space.
7877 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7878 * symfile.c: Fix indentation, long lines.
7879 * source.c: White space fix-up.
7880
78812002-04-12 Andrew Cagney <cagney@redhat.com>
7882
7883 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7884 * frame.c (frame_register_read): New function. Return non-zero on
7885 success.
7886 (read_relative_register_raw_bytes_for_frame): Delete.
7887 (read_relative_register_raw_bytes): Delete.
7888 * frame.h (frame_register_read): Declare.
7889 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7890 * sh-tdep.c: Ditto.
7891 * infcmd.c (do_registers_info): Ditto.
7892 * hppa-tdep.c: Ditto.
7893 * rs6000-tdep.c: Ditto.
7894 * h8500-tdep.c: Ditto.
7895 * mips-tdep.c: Ditto.
7896 * h8300-tdep.c: Ditto.
7897 * z8k-tdep.c: Ditto.
7898
78992002-04-12 Kevin Buettner <kevinb@redhat.com>
7900
7901 From Jimi X <jimix@watson.ibm.com>:
7902 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7903 64-bit SysV ABI.
7904
79052002-04-12 Kevin Buettner <kevinb@redhat.com>
7906
7907 From Jimi X <jimix@watson.ibm.com>:
7908 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7909 bfd info.
7910
79112002-04-12 Kevin Buettner <kevinb@redhat.com>
7912
7913 From Jimi X <jimix@watson.ibm.com>:
7914 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7915 register sets for these processor variants.
7916
79172002-04-11 Daniel Jacobowitz <drow@mvista.com>
7918
7919 * regformats/reg-ppc.dat: Support FPSCR.
7920
79212002-04-11 Kevin Buettner <kevinb@redhat.com>
7922
7923 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7924 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7925 Add fpscr as an invalid/unfetchable register.
7926 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7927 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7928 (fill_fpregset): Add support for register fpscr.
7929 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7930 (fill_gregset): Account for the fact that register ``mq'' might
7931 not exist.
7932 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7933 (registers_power): Add fpscr to register set at slot 71.
7934 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7935 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7936
79372002-04-11 Michael Snyder <msnyder@redhat.com>
7938
7939 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7940 * configure: Regenerate.
7941 * config.in: Regenerate.
7942 * acconfig.h: Add define for _SYSCALL32.
7943 * core-sol2.c: Remove #define _SYSCALL32.
7944 * solib-legacy.c: Remove #define _SYSCALL32.
7945
79462002-04-10 Andrew Cagney <ac131313@redhat.com>
7947
7948 * stack.c (select_frame): Cleanup internal error message, do not
7949 use %p.
7950
79512002-04-10 Andrew Cagney <ac131313@redhat.com>
7952
7953 * stack.c (select_frame): Check that selected_frame and the
7954 specified level are as expected.
7955 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7956 Update copyright.
7957 * frame.h (struct frame_info): Add field `level'. Update
7958 copyright.
7959 Work-in-progress PR gdb/464.
7960
79612002-04-10 Andrew Cagney <ac131313@redhat.com>
7962
7963 * maint.c (maint_print_section_info): Rename print_section_info.
7964 (print_bfd_section_info, print_objfile_section_info): Update.
7965 * inferior.h (struct gdbarch): Add opaque declaration.
7966 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7967 * gdbarch.h: Regenerate.
7968
79692002-04-10 Michal Ludvig <mludvig@suse.cz>
7970
7971 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7972 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7973 (kernel_u_size): Added.
7974 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7975 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7976
79772002-04-04 Jim Ingham <jingham@apple.com>
7978
7979 * valarith.c (find_size_for_pointer_math): New function, either returns
7980 the size for a pointer's target, returns 1 for void *, or errors for
7981 incomplete types.
7982 (value_add, value_sub): use find_size_for_pointer_math.
7983
79842002-04-09 Daniel Jacobowitz <drow@mvista.com>
7985
7986 * linux-low.c (linux_look_up_symbols): New hook.
7987 (linux_target_ops): Add linux_look_up_symbols.
7988 * remote-utils.c (decode_address): New function.
7989 (look_up_one_symbol): New function.
7990 * server.c (handle_query): Call target look_up_symbols hook.
7991 * server.h (look_up_one_symbol): Add prototype.
7992 * target.h (struct target_ops): Add look_up_symbols hook.
7993
79942002-04-09 Andrew Cagney <ac131313@redhat.com>
7995
7996 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7997 override FP_REGNUM with frame->fp. Update copyright.
7998 * parse.c (num_std_regs, std_regs): Delete.
7999 (target_map_name_to_register): Do not search std_regs. Update
8000 function description.
8001 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8002 declarations. Update copyright.
8003 Fix PR gdb/251.
8004
80052002-04-09 Daniel Jacobowitz <drow@mvista.com>
8006
8007 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8008 after the last symbol in a block.
8009
80102002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8011
8012 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8013 is non zero as a found symbol.
8014
80152002-04-08 Andrew Cagney <ac131313@redhat.com>
8016
8017 * findvar.c: Include "builtin-regs.h".
8018 (value_of_register): Call value_of_builtin_reg when applicable.
8019 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8020 (target_map_name_to_register): Call
8021 builtin_reg_map_name_to_regnum.
8022 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8023 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8024 (builtin_regs_h): Define.
8025 (builtin-regs.o): New target.
8026 (findvar.o): Add $(builtin_regs_h).
8027 * builtin-regs.c, builtin-regs.h: New files.
8028 * std-regs.c: New file.
8029 Partial fix for PR gdb/251.
8030
80312002-04-08 Kevin Buettner <kevinb@redhat.com>
8032
8033 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8034 it's no longer required.
8035
80362002-04-08 Andrew Cagney <ac131313@redhat.com>
8037
8038 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8039
80402002-04-08 Kevin Buettner <kevinb@redhat.com>
8041
8042 From Jimi X <jimix@watson.ibm.com>:
8043 * rs6000-tdep.c (rs6000_software_single_step): Use
8044 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8045 and size. Use target_insert_breakpoint() and
8046 target_remove_breakpoint() to insert and remove breakpoints
8047 instead of explicit memory reads and writes.
8048
80492002-04-08 Kevin Buettner <kevinb@redhat.com>
8050
8051 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8052 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8053 ELF_OBJECT_FORMAT ifdef.
8054
80552002-04-08 Kevin Buettner <kevinb@redhat.com>
8056
8057 From Jimi X <jimix@watson.ibm.com>:
8058 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8059
80602002-04-08 Kevin Buettner <kevinb@redhat.com>
8061
8062 From Jimi X <jimix@watson.ibm.com>:
8063 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8064 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8065
80662002-04-07 Mark Kettenis <kettenis@gnu.org>
8067
8068 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8069 s/asprintf/xasprintf/.
8070 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8071
80722002-04-07 Andrew Cagney <ac131313@redhat.com>
8073
8074 I believe Jeff Law denies responsability for this one:
8075 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8076 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8077 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8078 Work-around for PR gdb/366.
8079
80802002-04-07 Elena Zannoni <ezannoni@redhat.com>
8081
8082 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8083 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8084 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8085
80862002-04-07 Elena Zannoni <ezannoni@redhat.com>
8087
8088 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8089 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8090 information.
8091
80922002-04-07 Andrew Cagney <ac131313@redhat.com>
8093
8094 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8095 maintainer.
8096
80972002-04-07 Andrew Cagney <ac131313@redhat.com>
8098
8099 * README (Reporting Bugs in GDB): Document the bug web page as the
8100 prefered way of submitting bugs.
8101 Fix PR gdb/402.
8102
81032002-04-06 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8106 -1. Update comment.
8107 * gdbarch.h, gdbarch.c: Re-generate.
8108
81092002-04-07 Andreas Schwab <schwab@suse.de>
8110
8111 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8112 buffer to regcache_collect.
8113
81142002-04-06 Andrew Cagney <ac131313@redhat.com>
8115
8116 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8117 * gdbarch.c, gdbarch.h: Re-generate.
8118
81192002-04-06 Andrew Cagney <ac131313@redhat.com>
8120
8121 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8122 declaration. Fix -Werror.
8123
81242002-04-05 Daniel Jacobowitz <drow@mvista.com>
8125
8126 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8127 * gdbarch.c: Regenerate.
8128
81292002-04-05 Michael Snyder <msnyder@redhat.com>
8130
8131 * breakpoint.c (clear_command): Rewrite middle section to
8132 combine two loops with identical control conditions.
8133 Add a cleanup to eliminate a memory leak.
8134 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8135
81362002-04-05 H.J. Lu (hjl@gnu.org)
8137
8138 * solib-svr4.c (bkpt_names): Add "__start".
8139
81402002-04-04 Andrew Cagney <ac131313@redhat.com>
8141
8142 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8143 as test for 64 bit target.
8144
81452002-04-05 Andrew Cagney <ac131313@redhat.com>
8146
8147 * h8500-tdep.c (h8500_write_fp): Delete function.
8148 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8149 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8150 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8151 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8152 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8153 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8154 (s390_write_fp):
8155 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8156 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8157 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8158 (d10v_write_fp): Delete function.
8159 * inferior.h (write_fp, generic_target_write_fp): Delete
8160 declarations.
8161 * regcache.c (generic_target_write_fp): Delete function.
8162 (write_fp): Delete function.
8163 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8164 * gdbarch.h, gdbarch.c: Regenerate.
8165 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8166 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8167 (sparc64_write_fp): Delete declaration.
8168 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8169 (h8500_write_fp): Delete declaration.
8170
81712002-04-04 Andrew Cagney <ac131313@redhat.com>
8172
8173 * sparc-tdep.c (sparc64_write_fp): Delete.
8174 (sparc_push_dummy_frame): Replace write_fp call with code to store
8175 the FP directly.
8176 (sparc_gdbarch_init): Do not initialize write_fp.
8177
81782002-04-05 Kevin Buettner <kevinb@redhat.com>
8179
8180 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8181 clause.
8182
81832002-03-29 Jim Blandy <jimb@redhat.com>
8184
8185 * stack.c (get_selected_block): Add new argument `addr_in_block',
8186 used to return the exact code address we used to select the block,
8187 not just the block.
8188 * blockframe.c (get_frame_block, get_current_block): Same.
8189 * frame.h (get_frame_block, get_current_block,
8190 get_selected_block): Update declarations.
8191 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8192 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8193
81942002-04-05 Michael Snyder <msnyder@redhat.com>
8195
8196 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8197 warning message.
8198
81992002-04-05 J. Brobecker <brobecker@gnat.com>
8200
8201 * utils.c (xfullpath): New function.
8202 * defs.h (xfullpath): Add declaration.
8203 * source.c (openp): Use xfullpath in place of gdb_realpath to
8204 avoid resolving the basename part of filenames when the
8205 associated file is a symbolic link. This fixes a potential
8206 inconsistency between the filenames known to GDB and the
8207 filenames it prints in the annotations.
8208 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8209 to be able to match a filename with either the real filename, or
8210 the name of any symbolic link to this file.
8211 (lookup_partial_symtab): Ditto.
8212
82132002-04-04 Michael Snyder <msnyder@redhat.com>
8214
8215 * breakpoint.c: Add support for hardware breakpoints in overlays.
8216 (overlay_events_enabled): New state variable.
8217 (insert_breakpoints): Use overlay_events_enabled to decide
8218 whether to attempt to set a breakpoint at the overlay load addr.
8219 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8220 (remove_breakpoint): Use overlay_events_enabled to decide
8221 whether breakpoints need to be removed from overlay load addr.
8222 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8223 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8224 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8225 disable_overlay_breakpoints): Update overlay_events_enabled.
8226
82272002-04-04 Daniel Jacobowitz <drow@mvista.com>
8228
8229 * dwarf2read.c (struct function_range): New.
8230 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8231 (check_cu_functions): New.
8232 (read_file_scope): Initialize global function lists.
8233 Call dwarf_decode_line after processing children.
8234 (read_func_scope): Add to global function list.
8235 (dwarf_decode_lines): Call check_cu_functions everywhere
8236 record_line is called. Call record_line with a linenumber
8237 of 0 to mark sequence ends.
8238
82392002-04-04 Michal Ludvig <mludvig@suse.cz>
8240
8241 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8242 change sync with glibc.
8243
82442002-04-03 Jim Blandy <jimb@redhat.com>
8245
8246 * configure.in: Call AC_C_INLINE.
8247 * configure: Regenerated.
8248
82492002-04-01 Daniel Jacobowitz <drow@mvista.com>
8250
8251 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8252 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8253
82542002-03-31 Mark Kettenis <kettenis@gnu.org>
8255
8256 * NEWS: Mention gcore support on FreeBSD/i386.
8257
8258 * fbsd-proc.c: New file.
8259 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8260 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8261
8262 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8263 while statement.
8264
82652002-03-29 Jim Blandy <jimb@redhat.com>
8266
8267 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8268 unescaped newlines in string literals, but newer ones don't. So
8269 escape them.
8270
82712002-03-26 Michael Snyder <msnyder@redhat.com>
8272 Andrew Cagney <cagney@redhat.com>
8273
8274 * cli/cli-dump.c: New file. Dump memory to file,
8275 restore file to memory.
8276 * cli/cli-dump.h: New file.
8277 * Makefile.in: Add rules, dependencies for cli-dump.o.
8278 * NEWS: Mention new commands.
8279
82802002-03-28 Michael Snyder <msnyder@redhat.com>
8281
8282 * symfile.c (symbol_file_add): Move test for null symbols to later.
8283
82842002-03-27 Andrew Cagney <ac131313@redhat.com>
8285
8286 From veksler at il.ibm.com:
8287 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8288 the xstrduped original path.
8289 Fix PR gdb/417.
8290
82912002-03-27 Michael Snyder <msnyder@redhat.com>
8292
8293 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8294 * infcmd.c (_initialize_infcmd): Ditto.
8295 * language.c (_initialize_language): Ditto.
8296 * symfile.c (_initialize_symfile): Ditto.
8297 * top.c (_init_main): Ditto.
8298 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8299
83002002-03-27 Elena Zannoni <ezannoni@redhat.com>
8301
8302 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8303 vector registers handling.
8304 (skip_prologue): Handle new AltiVec instructions. Fill in new
8305 fields of frame data.
8306 (frame_get_saved_regs): Fill in information for AltiVec registers.
8307
83082002-03-27 Jim Blandy <jimb@redhat.com>
8309
8310 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8311 a function; leave this macro here to invoke that function.
8312 (symbol_init_mangled_name): Declaration for that function.
8313 * symtab.c (symbol_init_mangled_name): New function.
8314
83152002-03-27 Andrew Cagney <ac131313@redhat.com>
8316
8317 * valarith.c: Replace strerror with safe_strerror.
8318 * tracepoint.c: Ditto.
8319 * lin-lwp.c: Ditto.
8320 * go32-nat.c: Ditto.
8321 * inflow.c: Ditto.
8322 * gnu-nat.c: Ditto.
8323
83242002-03-27 Andreas Schwab <schwab@suse.de>
8325
8326 * event-top.c (command_line_handler): Remove useless if.
8327
83282002-03-27 Andreas Jaeger <aj@suse.de>
8329
8330 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8331 comment.
8332
83332002-03-27 Michal Ludvig <mludvig@suse.cz>
8334
8335 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8336 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8337 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8338 (x86_64_linux_dr_get_status, supply_gregset),
8339 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8340 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8341 (x86_64_register_info_table): Add.
8342 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8343 (x86_64_register_raw_size, x86_64_register_virtual_type),
8344 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8345 general x86_64_register_info_table.
8346 (i386_gdbarch_init): gdbarch_register_bytes is now set
8347 dynamicaly during initialization.
8348 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8349 * gdbserver/linux-x86-64-low.c: Ditto.
8350
83512002-03-27 Daniel Jacobowitz <drow@mvista.com>
8352
8353 * gdbserver/server.c (main): Call target_signal_to_host_p
8354 and target_signal_to_host on signals received from the remote.
8355 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8356 target_signal_from_host on signals sent to the remote.
8357 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8358 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8359
83602002-03-27 Daniel Jacobowitz <drow@mvista.com>
8361
8362 * signals/signals.c: Include "server.h" in gdbserver build.
8363 (target_signal_from_name): Don't use STREQ.
8364 (_initialize_signals): Likewise. Don't include function in
8365 gdbserver build.
8366
83672002-03-27 Daniel Jacobowitz <drow@mvista.com>
8368
8369 * signals.c: Moved to...
8370 * signals/signals.c: Here.
8371 * Makefile (signals.o): Update.
8372
83732002-03-26 Jeff Law (law@redhat.com)
8374
8375 * somread.c (som_symtab_read): Remove some commented out code and
8376 updated related comments. Do not set the minimal symbol table to
8377 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8378 in a dynamic executable.
8379 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8380 where we are unable to find the minimal symbol for the given
8381 PC value.
8382
83832002-03-25 Jeff Law (law@redhat.com)
8384
8385 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8386
83872002-03-25 Michal Ludvig <mludvig@suse.cz>
8388
8389 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8390
83912002-03-23 Andrew Cagney <ac131313@redhat.com>
8392
8393 * command.h: Update copyright.
8394 (struct cmd_list_element): Replace definition with opaque
8395 declaration.
8396 (enum cmd_types): Document that it will eventually be moved to
8397 cli/cli-decode.h
8398 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8399 (MALLOCED_REPLACEMENT): Delete macro.
8400 * Makefile.in (cli_decode_h): Add $(command_h).
8401 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8402 * top.c: Include "cli/cli-decode.h".
8403 * completer.c: Include "cli/cli-decode.h".
8404 * maint.c: Include "cli/cli-decode.h".
8405 * cli/cli-decode.h: Include "command.h".
8406 (enum command_class): Delete.
8407 (enum cmd_types): Comment out.
8408 (enum cmd_auto_boolean): Delete.
8409 (enum var_types): Delete.
8410
84112002-03-23 Andrew Cagney <ac131313@redhat.com>
8412
8413 * cli/cli-decode.c: Include "gdb_assert.h".
8414 (add_set_or_show_cmd): New static function.
8415 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8416 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8417 all fields, such as func, from the set command.
8418
84192002-03-23 Andrew Cagney <ac131313@redhat.com>
8420
8421 * MAINTAINERS (sh-elf): Change warning flag to -w.
8422
84232002-03-23 Andrew Cagney <cagney@redhat.com>
8424
8425 * defs.h (error): Add printf format attribute.
8426 * thread-db.c (thread_from_lwp): Fix error format string.
8427 * stack.c (parse_frame_specification): Ditto.
8428 * cli/cli-decode.c (undef_cmd_error): Ditto.
8429 * scm-lang.c (scm_lookup_name): Ditto.
8430 * tracepoint.c (trace_error): Ditto.
8431 * remote-utils.c (usage): Ditto.
8432 * remote.c (compare_sections_command): Ditto.
8433 Fix PR gdb/328.
8434
84352002-03-22 Andrew Cagney <ac131313@redhat.com>
8436
8437 * gdbtypes.c (append_composite_type_field): New function.
8438 (init_composite_type): New function.
8439 * gdbtypes.h (append_composite_type_field): Declare.
8440 (init_composite_type): Ditto.
8441
84422002-03-22 Elena Zannoni <ezannoni@redhat.com>
8443
8444 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8445 function.
8446 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8447 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8448 structure returning convention for SYSV ABI case, but not
8449 for GNU/Linux, FreeBSD, or NetBSD.
8450
84512002-03-22 Daniel Jacobowitz <drow@mvista.com>
8452
8453 * symtab.h (lookup_block_symbol): Add mangled_name argument
8454 to prototype.
8455
8456 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8457 with new mangled_name argument.
8458 * linespec.c (decode_line_1): Likewise.
8459 * valops (value_of_this): Likewise.
8460 * symtab.c (lookup_transparent_type): Likewise.
8461 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8462 (lookup_symbol): If we are given a mangled name, pass it down
8463 to lookup_symbol_aux.
8464 (lookup_block_symbol): If we are given a mangled name to check
8465 against, only return symbols which match it.
8466
84672002-03-22 Christopher Faylor <cgf@redhat.com>
8468
8469 * win32-nat.c (child_create_inferior): Check for proper shell to use
8470 here, in case the user changes it on the fly.
8471 (_initialize_inftarg): Remove shell path considerations.
8472
84732002-03-21 Elena Zannoni <ezannoni@redhat.com>
8474
8475 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8476 for gdbarch_max_register_raw_size and max_register_virtual_size.
8477 Adjust copyright year.
8478
84792002-03-21 Daniel Jacobowitz <drow@mvista.com>
8480
8481 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8482 in a function to cover the entire beginning of the function
8483 as well if it does not already.
8484
84852002-03-21 Tom Rix <trix@redhat.com>
8486
8487 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8488 (rs6000_ptrace64): Renamed from ptrace64.
8489
84902002-03-20 Martin M. Hunt <hunt@redhat.com>
8491
8492 * gdbserver/remote-utils.c (remote_open): Don't call
8493 getprotobyname, we're all using TCP here so just use
8494 IPPROTO_TCP.
8495 * gdbserver/gdbreplay.c (remote_open): Ditto.
8496
84972002-03-20 Martin M. Hunt <hunt@redhat.com>
8498
8499 * regcache.c (_initialize_regcache): No need to call
8500 build_regcache() at this time; it gets called whenever
8501 the gdbarch changes.
8502
85032002-03-20 David O'Brien <obrien@FreeBSD.org>
8504
8505 * sparc-nat.c: Include sys/param.h where possible.
8506
85072002-03-20 Daniel Jacobowitz <drow@mvista.com>
8508
8509 Fix PR gdb/422.
8510 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8511 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8512 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8513 complex types.
8514 * stabsread.c (rs6000_builtin_type): Likewise.
8515 (read_sun_floating_type): Likewise.
8516
85172002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8518
8519 * stabsread.c (read_member_functions): Remove skip code for duplicate
8520 constructor/destructor methods. Use standard parsing for these
8521 methods and just do not chain them to the list of methods after
8522 parsing.
8523
85242002-03-19 Alexandre Oliva <aoliva@redhat.com>
8525
8526 * coffread.c: Remove redundant static declarations. Replace
8527 occurrences of `PTR' with `void *'.
8528 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8529 * top.h (quit_cover): Likewise.
8530 * defs.h (catch_errors): Likewise.
8531
85322002-03-18 Andrew Cagney <ac131313@redhat.com>
8533
8534 * defs.h (XMALLOC): Define.
8535 * gdb-events.sh (XMALLOC): Delete macro.
8536 * gdb-events.c, gdb-events.h: Regenerate.
8537 * gdbarch.sh (XMALLOC): Delete macro.
8538 * gdbarch.c: Regenerate.
8539 * serial.c (XMALLOC): Delete macro.
8540 * ui-file.c (XMALLOC): Ditto.
8541 * ser-unix.h (XMALLOC): Ditto.
8542 * sh-tdep.c (XMALLOC): Ditto.
8543 * ui-out.c (XMALLOC): Ditto.
8544 * utils.c (XMALLOC): Ditto.
8545 * i386-tdep.c (XMALLOC): Ditto.
8546 * gdb-events.c (XMALLOC): Ditto.
8547 * d10v-tdep.c (XMALLOC): Ditto.
8548 * cli-out.c (XMALLOC): Ditto.
8549
8550 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8551 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8552 * ui-file.c, ui-out.c: Ditto.
8553
85542002-03-18 Andrew Cagney <ac131313@redhat.com>
8555
8556 * command.h (struct cmd_list_element): Add field context.
8557 (set_cmd_context, get_cmd_context): Declare.
8558 * cli/cli-decode.h: Ditto.
8559 * cli/cli-decode.c (get_cmd_context): New function.
8560 (set_cmd_context): New function.
8561 (add_cmd): Initialize context.
8562 Part of fixing PR gdb/145 and PR gdb/146.
8563
85642002-03-17 Andrew Cagney <ac131313@redhat.com>
8565
8566 * cli/cli-decode.c (cmd_type): New function.
8567 * command.h (cmd_type): Declare.
8568 * infrun.c (set_schedlock_func): Call function cmd_type.
8569 * kod.c (kod_set_os): Call cmd_type.
8570 * cris-tdep.c (cris_version_update): Use function cmd_type.
8571 (cris_mode_update, cris_abi_update): Ditto.
8572
8573 * command.h: (execute_cmd_post_hook): Declare.
8574 (execute_cmd_pre_hook): Declare.
8575 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8576 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8577 functions. Execute pre/post hook while ensuring that afterwords
8578 hook_in is cleared.
8579 * top.c (execute_command): Use execute_cmd_post_hook, and
8580 execute_cmd_pre_hook to execute pre/post commands.
8581 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8582 hook_stop_stub.
8583 (hook_stop_stub): Call execute_cmd_pre_hook.
8584
85852002-03-17 Andrew Cagney <ac131313@redhat.com>
8586
8587 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8588 set'' and this leads to a core dump. Move xstrdup of
8589 operating_system to after check that it is not NULL.
8590
85912002-03-17 Andrew Cagney <ac131313@redhat.com>
8592
8593 * kod.c (kod_set_os): Remove unnecessary check that
8594 ``command->type'' is set_cmd.
8595
8596 * valprint.c (set_input_radix): Use input_radix.
8597 (set_output_radix): Use output_radix.
8598 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8599 isn't reverted.
8600
86012002-03-16 Andrew Cagney <ac131313@redhat.com>
8602
8603 * value.h (struct value): Delete field ``substring_addr''. Change
8604 aligner fields to force_doublest_align, force_longest_align,
8605 force_core_addr_align and force_pointer_aligh.
8606
8607 * value.h (struct value): Fix typo in above change.
8608
86092002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8610
8611 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8612 to fix internal_error from ``maintenance print architecture''.
8613
86142002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8615
8616 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8617 for gcc versions after gcc-2.8.1.
8618
86192002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8620
8621 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8622 for method resolution. Restore adjustment of ``this'' pointer after
8623 calling value_struct_elt, which was accidentally removed during the
8624 HP merge.
8625
86262002-03-15 Andrew Cagney <ac131313@redhat.com>
8627
8628 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8629 value_of_register.
8630 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8631 get_saved_register.
8632 * value.h (value_of_register): Update.
8633
86342002-03-14 Richard Henderson <rth@redhat.com>
8635
8636 * configure.in: Detect declaration for canonicalize_file_name.
8637 * utils.c (canonicalize_file_name): Declare, if needed.
8638 (gdb_realpath): Prefer realpath if available and usable.
8639 * config.in, configure: Rebuild.
8640
86412002-03-14 Richard Henderson <rth@redhat.com>
8642
8643 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8644 a constant array bound.
8645
8646 * MAINTAINERS: Add myself to write-after-approval.
8647
86482002-03-14 Michael Snyder <msnyder@redhat.com>
8649
8650 * symfile.c (syms_from_objfile): Return immediately if no syms.
8651 (symbol_file_add): Return immediately if no syms.
8652 (find_sym_fns): Return immediately if no syms.
8653
86542002-03-13 Michal Ludvig <mludvig@suse.cz>
8655
8656 * gdbserver/remote-util.c (remote_open): Print remote-side's
8657 IP address when remote debugging over the network.
8658
86592002-03-12 David O'Brien <obrien@FreeBSD.org>
8660
8661 * config/sparc/fbsd.mh: Fix copyright.
8662 * config/sparc/fbsd.mt: Likewise.
8663
86642002-03-11 Richard Earnshaw <rearnsha@arm.com>
8665
8666 * MAINTAINERS: Fix typo in name of gdb warnings option.
8667 (x86-64): Fix formating so that this can be parsed by awk.
8668
86692002-03-10 Daniel Jacobowitz <drow@mvista.com>
8670
8671 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8672 * defs.h: Include "gdb/signals.h".
8673 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8674
86752002-03-10 Michal Ludvig <mludvig@suse.cz>
8676
8677 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8678 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8679 from x86-64-tdep.h
8680
86812002-03-10 Daniel Jacobowitz <drow@mvista.com>
8682 Don Howard <dhoward@redhat.com>
8683
8684 * mips-tdep.c (ST0_FR): Define.
8685 (mips2_fp_compat): New function, temporarily disabled.
8686 (mips_read_fp_register_single): New function.
8687 (mips_read_fp_register_double): New function.
8688 (mips_print_register): Use them.
8689 (do_fp_register_row): Likewise.
8690
86912002-03-09 Andrew Cagney <ac131313@redhat.com>
8692
8693 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8694 approval''.
8695
86962002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8697
8698 * stabsread.c (read_member_functions): Fix is_stub test for
8699 static member functions, improve comment.
8700
87012002-03-07 Richard Earnshaw <rearnsha@arm.com>
8702
8703 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8704 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8705 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8706 commands that set boolean values.
8707 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8708 (arm_rdi_resume): Always initialize PC.
8709 (arm_rdi_open): Don't use rslt as a boolean.
8710 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8711 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8712 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8713 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8714
87152002-03-06 Alexandre Oliva <aoliva@redhat.com>
8716
8717 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8718 * configure: Rebuilt.
8719
87202002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8721
8722 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8723 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8724
87252002-03-06 Andrew Cagney <ac131313@redhat.com>
8726
8727 * cli/cli-decode.c (set_cmd_completer): New function.
8728 * command.h (set_cmd_completer): Declare.
8729 * cli/cli-decode.h (set_cmd_completer): Ditto.
8730
8731 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8732 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8733 * win32-nat.c (_initialize_inftarg): Ditto.
8734 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8735 * proc-api.c (_initialize_proc_api): Ditto.
8736 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8737 * source.c (_initialize_source): Ditto.
8738 * exec.c (_initialize_exec): Ditto.
8739 * solib.c (_initialize_solib): Ditto.
8740 * top.c (init_main): Ditto.
8741 * tracepoint.c (_initialize_tracepoint): Ditto.
8742 * symfile.c (_initialize_symfile): Ditto.
8743 * printcmd.c (_initialize_printcmd): Ditto.
8744 * infcmd.c (_initialize_infcmd): Ditto.
8745 * corefile.c (_initialize_core): Ditto.
8746
87472002-03-05 Andrew Cagney <ac131313@redhat.com>
8748
8749 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8750
87512002-03-05 Andrew Cagney <ac131313@redhat.com>
8752
8753 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8754
87552002-03-05 Andrew Cagney <ac131313@redhat.com>
8756
8757 * NEWS: Update headings, 5.2 has branched.
8758
87592002-03-04 Daniel Jacobowitz <drow@mvista.com>
8760
8761 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8762 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8763 (register_addr, REGISTER_RAW_SIZE): Likewise.
8764 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8765 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8766
87672002-03-03 Michal Ludvig <mludvig@suse.cz>
8768
8769 * MAINTAINERS (x86-64): Add myself.
8770 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8771 changed value_ptr -> struct value *
8772
87732002-03-01 David O'Brien <obrien@FreeBSD.org>
8774
8775 * configure.host (sparc64-*-freebsd): Add.
8776 * configure.tgt: Likewise.
8777 * config/sparc/fbsd.mh: New file.
8778 * config/sparc/fbsd.mt: Likewise.
8779 * config/sparc/nm-fbsd.h: Likewise.
8780 * config/sparc/tm-fbsd.h: Likewise.
8781
87822002-03-01 Daniel Jacobowitz <drow@mvista.com>
8783
8784 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8785 regformats/reg-s390x.dat.
8786
87872002-03-01 Andrew Cagney <ac131313@redhat.com>
8788
8789 * utils.c: Add FIXME explaining true/false problem.
8790
87912002-02-28 Andrew Cagney <ac131313@redhat.com>
8792
8793 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8794
87952002-02-28 Michael Chastain <mec@shout.net>
8796
8797 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8798
87992002-02-28 Daniel Jacobowitz <drow@mvista.com>
8800
8801 * gdbserver/linux-s390-low.c: New file.
8802 * regformats/reg-s390.dat: New file.
8803 * regformats/reg-s390x.dat: New file.
8804 * gdbserver/configure.srv: Add S/390.
8805 * gdbserver/Makefile.in: Add S/390.
8806 * configure.tgt: Enable gdbserver for S/390.
8807
88082002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8811 first line of the doc string for "info dos", except at the end of
8812 the sentence, since the short help stops at the first period.
8813
88142002-02-28 Jason Merrill <jason@redhat.com>
8815
8816 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8817
88182002-02-27 Fred Fish <fnf@redhat.com>
8819
8820 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8821 comment (dumy -> dummy).
8822
88232002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8824
8825 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8826
88272002-02-27 Rodney Brown <rbrown64@csc.com.au>
8828
8829 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8830
88312002-02-27 Daniel Jacobowitz <drow@mvista.com>
8832
8833 * gdbserver/acconfig.h: New file.
8834 * gdbserver/i387-fp.c: New file.
8835 * gdbserver/i387-fp.h: New file.
8836 * gdbserver/linux-x86-64.c: New file.
8837 * regformats/reg-x86-64.dat: New file.
8838 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8839 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8840 * gdbserver/configure.in: Add support for regsets.
8841 * gdbserver/config.in: Regenerate.
8842 * gdbserver/configure: Regenerate.
8843 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8844 * gdbserver/linux-low.h: New file.
8845 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8846 for regsets.
8847 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8848 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8849 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8850 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8851 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8852 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8853 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8854 "i387-fp.h". Add PTRACE_GETREGS and friends.
8855 * gdbserver/regcache.c (supply_register): New function.
8856 (supply_register_by_name): New function.
8857 (collect_register): New function.
8858 (collect_register_by_name): New function.
8859
88602002-02-27 Daniel Jacobowitz <drow@mvista.com>
8861
8862 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8863 (config.status): Add configure.srv dependency.
8864 (server_h): Add config.h dependency.
8865
88662002-02-27 Daniel Jacobowitz <drow@mvista.com>
8867
8868 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8869 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8870 * gdbserver/configure.srv: Change i386-*-linux* to use
8871 reg-i386-linux.o.
8872
88732002-02-26 Andrew Cagney <ac131313@redhat.com>
8874
8875 * x86-64-tdep.c: Re-indent. Update copyright date.
8876
88772002-02-26 Andrew Cagney <ac131313@redhat.com>
8878
8879 From Michal Ludvig <mludvig@suse.cz>:
8880 * x86-64-tdep.c (value.h): Delete.
8881 (gdb_assert.h): Include.
8882 (x86_64_register_convert_to_virtual,
8883 x86_64_register_convert_to_raw ): Add check which lets only
8884 floating-point values to be converted.
8885 (value_push): Delete.
8886 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8887 (i386_gdbarch_init): Number of register_bytes fixed.
8888
88892002-02-26 Andrew Cagney <ac131313@redhat.com>
8890
8891 * MAINTAINERS: Add x86-64 target.
8892
88932002-02-26 Andrew Cagney <ac131313@redhat.com>
8894
8895 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8896 * osfsolib.c (solib_map_sections): Ditto.
8897 * irix5-nat.c (solib_map_sections): Ditto.
8898 * corelow.c (gdb_check_format): Ditto.
8899 * symfile.c (symfile_bfd_open): Ditto.
8900 * solib.c (solib_map_sections): Ditto.
8901 Fix PR gdb/354.
8902
89032002-02-26 Andrew Cagney <ac131313@redhat.com>
8904
8905 * remote.c (_initialize_remote): By default, disable ``e'' and
8906 ``E'' step out-of-range packets.
8907
89082002-02-26 Andreas Schwab <schwab@suse.de>
8909
8910 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8911 m68k_linux_frame_saved_pc.
8912 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8913 in_sigtramp.
8914 (SIGCONTEXT_PC_OFFSET): Remove.
8915 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8916 m68k_linux_sigtramp_saved_pc): New functions.
8917 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8918 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8919 (UCONTEXT_PC_OFFSET): Define.
8920 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8921 non-RT and RT signal trampolines.
8922
89232002-02-26 Richard Earnshaw <rearnsha@arm.com>
8924
8925 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8926 (TARGET_NBPG, STACK_END_ADDR): Delete
8927 (VARIABLES_INSIDE_BLOCK): Delete.
8928
89292002-02-25 Andrew Cagney <ac131313@redhat.com>
8930
8931 * utils.c (perror_with_name): Make string parameter constant.
8932 (print_sys_errmsg): Ditto.
8933 (query): Ditto.
8934 * defs.h (perror_with_name): Update.
8935 (print_sys_errmsg): Update.
8936 (query): Update.
8937
89382002-02-25 Daniel Jacobowitz <drow@mvista.com>
8939
8940 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8941 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8942
89432002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8944
8945 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8946 if it already matches the current architecture from the exec file.
8947 Include arch-utils.h for gdbarch_info_init prototype.
8948 * Makefile.in (rs6000-nat.o): Update dependencies.
8949
89502002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8951
8952 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8953 list of exported variables.
8954
89552002-02-24 Daniel Jacobowitz <drow@mvista.com>
8956
8957 * gdbserver/configure.srv: New file.
8958 * gdbserver/configure.in: Use configure.srv instead
8959 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8960 from it.
8961 * gdbserver/configure: Regenerated.
8962 * gdbserver/terminal.h: New file.
8963 * gdbserver/Makefile.in: Update for configure changes. Remove
8964 more unneeded include paths.
8965
89662002-02-24 Andrew Cagney <ac131313@redhat.com>
8967
8968 From wiz at danbala:
8969 * config/sparc/tm-sp64.h: Fix grammar and typos.
8970 Fix PR gdb/287.
8971
89722002-02-24 Andrew Cagney <ac131313@redhat.com>
8973
8974 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8975 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8976 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8977 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8978 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8979 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8980 * s390-tdep.c: Ditto.
8981 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8982 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8983 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8984 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8985 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8986 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8987 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8988 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8989 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8990 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8991 Fix PR gdb/378.
8992
89932002-02-23 Andrew Cagney <ac131313@redhat.com>
8994
8995 * lin-thread.c: Delete file.
8996 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8997 to gdb_proc_service.h.
8998 * configure: Re-generate.
8999
9000 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9001 * serial.c (serial_open): Delete check for "ocd".
9002 Fix PR gdb/349.
9003
9004 * Makefile.in (linux-thread.o): Delete target.
9005 * linux-thread.c: Delete file.
9006
9007 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9008 renamed SH files to be consistent.
9009
9010 * symtab.c (sort_search_symbols): Use xfree.
9011
90122002-02-23 Richard Earnshaw <rearnsha@arm.com>
9013
9014 * arm-linux-tdep.c (arm_linux_init_abi): Register
9015 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9016 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9017 definition with undef, since we don't want the sysvr4 definition.
9018 (SKIP_TRAMPOLINE_CODE): Likewise.
9019
90202002-02-23 Andrew Cagney <ac131313@redhat.com>
9021
9022 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9023
9024 * configure.in: (AC_CHECK_FUNCS) Added test for
9025 canonicalize_file_name Regenerated.
9026 * config.in, configure: Regenerated.
9027 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9028 defined use canonicalize_file_name.
9029
90302002-02-23 Michael Chastain <mec@shout.net>
9031
9032 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9033
90342002-02-23 Andrew Cagney <ac131313@redhat.com>
9035
9036 * README: Remove references to cygnus.com.
9037 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9038 dot com'' form. Remove references to cygnus.com and sourceware.
9039
90402002-02-23 Andrew Cagney <ac131313@redhat.com>
9041
9042 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9043 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9044 1003.1-2001 no longer allows "head -1".
9045 * gdb/Makefile.in (version.c): Likewise.
9046 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9047 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9048 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9049
90502002-02-23 Andrew Cagney <ac131313@redhat.com>
9051
9052 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9053 * command.h (cmd_cfunc_eq): Declare.
9054 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9055
9056 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9057 ``struct cmd_list_element *''.
9058 * cli/cli-cmds.c (is_complete_command): Update. Use
9059 cmd_cfunc_eq.
9060 * top.c (execute_command): Pass the command to
9061 is_complete_command.
9062 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9063
90642002-02-23 Andrew Cagney <ac131313@redhat.com>
9065
9066 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9067 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9068 architecture defines.
9069 * s390-tdep.c (s390_gdbarch_init): Likewise.
9070
90712002-02-23 Richard Earnshaw <rearnsha@arm.com>
9072
9073 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9074 (arm_linux_push_arguments): Likewise.
9075 (arm_linux_init_abi): Register them. Also register linux-specific
9076 call_dummy_words.
9077 (find_minsym_and_objfile): Use strcmp, not STREQ.
9078 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9079 (arm_linux_call_dummy_words): Delete declaration.
9080 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9081 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9082 declarations.
9083 (LOWEST_PC): Delete.
9084
90852002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9086
9087 * maint.c (print_section_info): Do not prepend `0x' to filepos
9088 output, it will be handled by local_hex_string_custom.
9089
90902002-02-23 Richard Earnshaw <rearnsha@arm.com>
9091
9092 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9093 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9094 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9095
90962002-02-22 Jim Blandy <jimb@redhat.com>
9097
9098 Indicate that the bcache functions don't change the strings
9099 they're passed.
9100 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9101 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9102
91032002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9104
9105 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9106
91072002-02-21 Christopher Faylor <cgf@redhat.com>
9108
9109 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9110 find the complete path to a loaded DLL.
9111
91122002-02-21 Fred Fish <fnf@redhat.com>
9113
9114 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9115 that marks the end of the range of a function, enter a line number
9116 entry that has a line number of zero and a PC offset that matches
9117 the end of the function. This starts a range of PC's for which no
9118 line number information is known.
9119 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9120 PC's for which no line number info is found (line number is zero)
9121 then we didn't find any valid line information.
9122 * symtab.h: Document use of zero line number entry.
9123
91242002-02-21 Elena Zannoni <ezannoni@redhat.com>
9125
9126 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9127 (have_ptrace_getvrregs): Define for run time checks.
9128 (gdb_vrregset_t): New type for Altivec register handling.
9129 (fetch_register, store_register): Fetch/store altivec register
9130 when needed.
9131 (fetch_altivec_register, store_altivec_register): New functions.
9132 (supply_vrregset, fill_vrregset): New functions.
9133 (fetch_altivec_registers, store_altivec_registers): New functions.
9134 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9135 registers as well.
9136
91372002-02-21 Jiri Smid <smid@suse.cz>
9138
9139 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9140
91412002-02-21 Richard Earnshaw <rearnsha@arm.com>
9142
9143 * Makefile.in (armnbsd-nat.o): Update dependencies.
9144 * armnbsd-nat.c (supply_gregset): New function. Common code to
9145 supply the integer register set.
9146 (supply_fparegset): New function. Similar for FPA registers.
9147 (fetch_regs, fetch_fp_regs): Use them.
9148 (fetch_core_registers): Likewise.
9149 (fetch_elfcore_registers): New function.
9150 (arm_netbsd_elfcore_fns): New core-file type specification.
9151 (_initialize_arm_netbsd_nat): Register it.
9152
91532002-02-21 Richard Earnshaw <rearnsha@arm.com>
9154
9155 * armnbsd-nat.c: Include gdbcore.h.
9156 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9157 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9158 'void' to declaration, to shut up ARI.
9159 (fetch_core_registers): Make static. Rewrite using supply_register.
9160 (arm_netbsd_core_fns): New core-file type specification.
9161 (_initialize_arm_netbsd_nat): New function.
9162
91632002-02-21 Christopher Faylor <cgf@redhat.com>
9164
9165 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9166 value.
9167
91682002-02-20 Christopher Faylor <cgf@redhat.com>
9169
9170 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9171 fails.
9172
91732002-02-20 Daniel Jacobowitz <drow@mvista.com>
9174
9175 * jv-exp.y (parse_number): Change type of implicit longs
9176 to builtin_type_uint64.
9177
91782002-02-20 Daniel Jacobowitz <drow@mvista.com>
9179
9180 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9181 to be an integer instead of a `union wait'.
9182
91832002-02-20 Daniel Jacobowitz <drow@mvista.com>
9184
9185 * mips-linux-nat.c: Call the operating system GNU/Linux.
9186 * mips-linux-tdep.c: Likewise.
9187 * mips-tdep.c: Likewise.
9188
91892002-02-20 Daniel Jacobowitz <drow@mvista.com>
9190
9191 Fix PR gdb/265.
9192 * jv-exp.y (parse_number): Handle 64-bit integers.
9193
91942002-02-20 Daniel Jacobowitz <drow@mvista.com>
9195
9196 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9197 AC_STDC_HEADERS to AC_HEADER_STDC.
9198 * gdbserver/configure: Regenerated.
9199
92002002-02-20 Richard Earnshaw <rearnsha@arm.com>
9201
9202 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9203 is defined.
9204 * sparc-tdep.c (get_longjmp_target): Likewise.
9205
92062002-02-20 Richard Earnshaw <rearnsha@arm.com>
9207
9208 * News: Add news about ARM and Multi-arch. Mention the new target
9209 arm*-*-netbsd*.
9210
92112002-02-19 Jim Blandy <jimb@redhat.com>
9212
9213 * stabsread.c (error_type_complaint): Improve error message.
9214
92152002-02-19 Daniel Jacobowitz <drow@mvista.com>
9216
9217 * gdbserver/README: Update documentation.
9218 * gdbserver/configure.in: Update configury to match documentation.
9219 * gdbserver/Makefile.in: Likewise.
9220 * gdbserver/configure: Regenerated.
9221 * gdbserver/aclocal.m4: New file, generated by aclocal.
9222 * gdbserver/config.in: New file, generated by autoheader.
9223
92242002-02-19 Richard Earnshaw <rearnsha@arm.com>
9225
9226 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9227 armnbsd-nat.c.
9228
92292002-02-19 Richard Earnshaw <rearnsha@arm.com>
9230
9231 * arm-tdep.h (enum arm_float_model): New enum.
9232 (struct gdbarch_tdep): Add fp_model.
9233 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9234 up floating-point conversions until we know the floating-point model
9235 in use by the inferior. Don't complain about being unable to
9236 determine the ABI of the inferior when we don't have one.
9237 (arm_extract_return_value): Support different floating-point models.
9238 (arm_store_return_value): Likewise.
9239 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9240 ARM_FLOAT_SOFT.
9241 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9242
92432002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9244
9245 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9246 of ``current_gdbarch''.
9247
92482002-02-19 Richard Earnshaw <rearnsha@arm.com>
9249
9250 * armnbsd-nat.c : ANSIfy all function declarations.
9251 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9252 (fetch_inferior_registers): Re-implement in terms of above.
9253 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9254 (store_inferior_registers): Re-implement in terms of above.
9255
92562002-02-19 Richard Earnshaw <rearnsha@arm.com>
9257
9258 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9259 kernel.
9260 * arm-linux-tdep.c: Likewise.
9261 * config/arm/tm-linux.h: Likewise.
9262
92632002-02-19 Richard Earnshaw <rearnsha@arm.com>
9264
9265 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9266 * config/arm/nbsd.mt (TM_FILE): Delete.
9267 * config/arm/tm-nbsd.h: Delete.
9268
92692002-02-19 Richard Earnshaw <rearnsha@arm.com>
9270
9271 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9272 Initialize CALL_DUMMY_LENGTH.
9273
92742002-02-19 Richard Earnshaw <rearnsha@arm.com>
9275
9276 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9277 function.
9278 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9279 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9280 defines one thing and that is incorrect for this port.
9281 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9282
92832002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9284
9285 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9286
92872002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9288
9289 * win32-nat.c (display_selector): New function. Displays information
9290 about the information returned by GetThreadSelectorEntry API function.
9291 (display_selectors): New function. Displays the infomation of
9292 the selector given as argument, or of CS, DS ans FS selectors
9293 if no argument is given.
9294 ( _initialize_inftarg): Add "w32" as info prefix command.
9295 Add "info w32 selector" as command calling display_selectors.
9296
92972002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9298
9299 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9300 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9301 if not defined.
9302
93032002-02-18 Richard Earnshaw <rearnsha@arm.com>
9304
9305 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9306
93072002-02-18 Richard Earnshaw <rearnsha@arm.com>
9308
9309 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9310 (arm_fix_call_dummy): Call it.
9311 (arm_call_dummy_breakpoint_offset): Delete.
9312 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9313 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9314
93152002-02-18 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9318 Default to func_frame_chain_valid.
9319 * gdbarch.h, gdbarch.c: Re-generate.
9320 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9321
93222002-02-18 Elena Zannoni <ezannoni@redhat.com>
9323
9324 * ppc-linux-nat.c: Update copyright.
9325 (fetch_register, store_register): Add tid parameter, don't compute
9326 tid here.
9327 (fetch_ppc_registers, store_ppc_registers): Add tid
9328 parameter. Pass it along to callees.
9329 (fetch_inferior_registers, store_inferior_registers): Compute tid
9330 here, and pass it to calleed functions.
9331 (fill_gregset, supply_fpregset): Clean up formatting.
9332
93332002-02-18 Richard Earnshaw <rearnsha@arm.com>
9334
9335 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9336 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9337
93382002-02-18 Richard Earnshaw <rearnsha@arm.com>
9339
9340 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9341 * gdbarch.c gdbarch.h: Regenerate.
9342 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9343 function.
9344 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9345 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9346 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9347
9348 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9349 * arm-tdep.c (arm_get_longjmp_target): New function.
9350 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9351 this to a positive value register arm_get_longjmp_target as the
9352 longjmp handler.
9353 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9354 (arm_linux_init_abi): Set up longjmp description in tdep.
9355 * armnbsd-nat.c (get_longjmp_target): Delete.
9356 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9357 description in tdep.
9358 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9359 (get_longjmp_target): Delete declaration.
9360 (GET_LONGJMP_TARGET): Delete.
9361 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9362 (GET_LONGJMP_TARGET): Delete.
9363
93642002-02-17 Kevin Buettner <kevinb@redhat.com>
9365
9366 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9367 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9368 of ``current_gdbarch''.
9369
93702002-02-17 Tom Tromey <tromey@redhat.com>
9371
9372 * cli/cli-cmds.c (compare_strings): New function.
9373 (complete_command): Only print each unique item once.
9374 * completer.h (complete_line): Declare.
9375 * completer.c (complete_line): New function.
9376 (line_completion_function): Use it.
9377
93782002-02-16 Andrew Cagney <ac131313@redhat.com>
9379
9380 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9381 * gdbarch.h, gdbarch.c: Re-generate.
9382
93832002-02-16 Daniel Jacobowitz <drow@mvista.com>
9384
9385 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9386
93872002-02-16 Daniel Jacobowitz <drow@mvista.com>
9388
9389 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9390 * valops.c (value_arg_coerce): Don't take the address of a reference
9391 to convert an argument to a reference.
9392
93932002-02-15 Christopher Faylor <cgf@redhat.com>
9394
9395 * win32-nat.c (get_image_name): New function.
9396 (handle_load_dll): Use get_image_name function.
9397 (get_child_debug_event): Avoid registering debug events until possibly
9398 execed process is started.
9399 (child_create_inferior): Allow invocation via shell so that command
9400 line redirection, etc. works ok.
9401 (_initialize_inftarg): Add new command: "set shell" to control whether
9402 a shell is used to start a process.
9403
94042002-02-15 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9407 instead of find_register_by_number.
9408 (cannot_store_register): Likewise.
9409
94102002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9411
9412 * dwarf2read.c: Replace fprintf (stderr, ...) by
9413 fprintf_unfiltered (gdb_stderr, ...).
9414
94152002-02-15 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * gdbserver/gdbserver.1: Document --attach.
9418
94192002-02-15 Richard Earnshaw <rearnsha@arm.com>
9420
9421 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9422 descriptions.
9423 * arm-tdep.c (arm_default_arm_le_breakpoint)
9424 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9425 (arm_default_thumb_be_breakpoint): New. Initialize them from
9426 traditional breakpoint defines.
9427 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9428 (arm_gdbarch_init): Initialize new breakpoint variables.
9429 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9430 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9431 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9432 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9433 code out to ...
9434 (arm_netbsd_init_abi_common): ... here; new function.
9435 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9436 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9437 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9438 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9439
94402002-02-15 Richard Earnshaw <rearnsha@arm.com>
9441
9442 * arm-tdep.h (enum arm_abi): New enum.
9443 (struct gdbarch_tdep): New structure.
9444 (LOWEST_PC): Provide a default.
9445 (arm_gdbarch_register_os_abi): Declare new function.
9446 * arm-tdep.c (arm_abi_names): New array.
9447 (process_note_abi_tag_sections): New function.
9448 (get_elfosabi): New function.
9449 (arm_gdbarch_register_os_abi): New function.
9450 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9451 support for that ABI has been built in, then call the appropriate
9452 configuration routine. Use gdbarch_num_regs() to get the number
9453 of registers.
9454 (arm_dump_tdep): New function.
9455 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9456 place-holder functions.
9457 (_initialize_arm_tdep): Register them.
9458 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9459
9460 * armnbsd-tdep.c: New file.
9461 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9462 * config/arm/nbsd.mt (TDEPFILES): Add it.
9463 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9464
9465 * armnbsd-nat.c: Include regcache.h.
9466 * Makefile.in (armnbsd-nat.o): Update dependency list.
9467
9468 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9469
94702002-02-14 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * gdbserver/Makefile.in: Fix typos in target rules.
9473
94742002-02-14 Daniel Jacobowitz <drow@mvista.com>
9475
9476 Fix part of PR gdb/267.
9477 * linespec.c (find_methods): Handle constructors specially for now.
9478
94792002-02-14 Corinna Vinschen <vinschen@redhat.com>
9480
9481 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9482 handling.
9483 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9484 standard_coerce_float_to_double().
9485
94862002-02-14 Christopher Faylor <cgf@redhat.com>
9487
9488 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9489 GDBINIT_FILENAME.
9490
94912002-02-14 Elena Zannoni <ezannoni@redhat.com>
9492
9493 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9494 find_variant_by_name, because it confuses the multiarch
9495 framework. Return NULL if there isn't an architecture with the
9496 user supplied name, instead of forcing a different one without
9497 recording the change with the multiarch machinery.
9498 (find_variant_by_name): Delete.
9499
95002002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9501
9502 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9503 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9504
95052002-02-13 Martin M. Hunt <hunt@redhat.com>
9506
9507 * stack.c (print_frame_info_base): When calling
9508 print_frame_info_listing_hook, set current_source_symtab.
9509
95102002-02-14 Daniel Jacobowitz <drow@mvista.com>
9511
9512 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9513 and remove unused $(INCLUDE_DIR).
9514 Add regcache.c to OBS.
9515 Add generated register protocol files to clean target.
9516 Update dependencies for new objects, obsolete old target code.
9517
9518 * gdbserver/linux-low.c: Remove all platform-specific code to
9519 new files. Remove various dead code. Update to use regcache
9520 functionality.
9521 * gdbserver/remote-utils.c (fromhex): Add return statement
9522 to quiet warning.
9523 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9524 constant.
9525 (input_interrupt): Add integer parameter to match prototype
9526 of a signal handler.
9527 (outreg): Use register_data ().
9528 (prepare_resume_reply): Use gdbserver_expedite_regs.
9529 * gdbserver/server.c (main): Dynamically allocate own_buf because
9530 PBUFSIZ is no longer constant. Use registers_to_string () and
9531 registers_from_string ().
9532 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9533 for error (), fatal (), and warning (). Update definition of
9534 PBUFSIZ to use regcache functionality. Add include guard.
9535 * gdbserver/utils.c (fatal): Add missing ``const''.
9536 (warning): New function.
9537
9538 * regformats/regdat.sh: Include "regcache.h" in generated files.
9539 Provide init_registers () function.
9540 * regformats/regdef.h: Add prototype for set_register_cache ().
9541 Add include guard.
9542
9543 * gdbserver/linux-arm-low.c: New file.
9544 * gdbserver/linux-i386-low.c: New file.
9545 * gdbserver/linux-ia64-low.c: New file.
9546 * gdbserver/linux-m68k-low.c: New file.
9547 * gdbserver/linux-mips-low.c: New file.
9548 * gdbserver/linux-ppc-low.c: New file.
9549 * gdbserver/linux-sh-low.c: New file.
9550
9551 * gdbserver/regcache.c: New file.
9552 * gdbserver/regcache.h: New file.
9553
9554 * gdbserver/low-linux.c: Removed obsolete file.
9555
95562002-02-14 Daniel Jacobowitz <drow@mvista.com>
9557
9558 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9559 * config/i386/linux.mt: Likewise.
9560 * config/ia64/linux.mt: Likewise.
9561 * config/m68k/linux.mh: Likewise.
9562 * config/powerpc/linux.mh: Likewise.
9563 * config/mips/linux.mt: Likewise.
9564
9565 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9566
9567 * config/i386/i386lynx.mh: Mark gdbserver variables
9568 as (currently) obsolete for this target.
9569 * config/i386/nbsd.mt: Likewise.
9570 * config/i386/nbsdelf.mt: Likewise.
9571 * config/m32r/m32r.mt: Likewise.
9572 * config/m68k/m68klynx.mh: Likewise.
9573 * config/m68k/nbsd.mt: Likewise.
9574 * config/m68k/sun3os4.mh: Likewise.
9575 * config/mips/vr5000.mt: Likewise.
9576 * config/ns32k/nbsd.mt: Likewise.
9577 * config/pa/hppabsd.mh: Likewise.
9578 * config/pa/hppaosf.mh: Likewise.
9579 * config/powerpc/nbsd.mt: Likewise.
9580 * config/rs6000/rs6000lynx.mh: Likewise.
9581 * config/s390/s390.mt: Likewise.
9582 * config/s390/s390x.mt: Likewise.
9583 * config/sparc/sparclynx.mh: Likewise.
9584 * config/sparc/sun4os4.mh: Likewise.
9585 * config/i386/x86-64linux.mt: Likewise.
9586 * config/sparc/linux.mh: Likewise.
9587
95882002-02-14 Daniel Jacobowitz <drow@mvista.com>
9589
9590 * configure.tgt: Configure gdbserver only for known working
9591 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9592 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9593 SUBDIRS if it is configured. Update comment for ${nativefile}.
9594 * configure: Regenerated.
9595
95962002-02-13 Michael Snyder <msnyder@redhat.com>
9597
9598 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9599
9600 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9601 (default_gcore_mach): Just return 0, work around a problem in bfd.
9602 (default_gcore_target): OK to return NULL if exec_bfd is null.
9603 (make_mem_sec): Use a cast, avoid a warning.
9604
9605 * procfs.c (find_memory_regions_callback): Use a cast instead of
9606 calling host_pointer_to_address (which complains if
9607 sizeof (host pointer) != sizeof (target pointer)).
9608 (procfs_make_note_section): Avoid overflow in psargs string.
9609
9610 * procfs.c (procfs_make_note_section): Make the default
9611 implementation return an error.
9612
96132002-02-13 Rodney Brown <rbrown64@csc.com.au>
9614
9615 * procfs.c (procfs_make_note_section): Provide a default definition
9616 (for alpha-dec-osf4.0f). Fix typos.
9617
96182002-02-13 Elena Zannoni <ezannoni@redhat.com>
9619
9620 * linux-proc.c: Add include of regcache.h.
9621 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9622
96232002-02-13 Andrew Cagney <ac131313@redhat.com>
9624
9625 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9626 * memattr.c (create_mem_region): Disallow useless empty region.
9627 Regions are half-open intervals, so allow [A..B) [B..C) as
9628 non-overlapping.
9629
96302002-02-13 Michael Chastain <mec@shout.net>
9631
9632 * defs.h: Kill CONST_PTR.
9633 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9634 * c-lang.c (c_builtin_types): Likewise.
9635 * ch-lang.c (ch_builtin_types): Likewise.
9636 * f-lang.c (f_builtin_types): Likewise.
9637 * language.c (unknown_builtin_types): Likewise.
9638 * m2-lang.c (m2_builtin_types): Likewise.
9639 * p-lang.c (pascal_builtin_types): Likewise.
9640 * scm-lang.c (c_builtin_types): Likewise.
9641
96422002-02-13 Keith Seitz <keiths@redhat.com>
9643
9644 * arm-tdep.h (arm_get_next_pc): Add declaration.
9645
96462002-02-13 Richard Earnshaw <rearnsha@arm.com>
9647
9648 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9649 with other related struct-returning functions.
9650 (arm_extract_struct_value_address): New function.
9651 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9652 initialize float_format, double_format and long_double_format as
9653 appropriate to the endianness of the target.
9654 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9655 (arm_use_struct_convention): Delete declaration.
9656 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9657
96582002-02-13 Keith Seitz <keiths@redhat.com>
9659
9660 * defs.h (core_addr_to_string_nz): New function.
9661
96622002-02-13 Mark Kettenis <kettenis@gnu.org>
9663
9664 Apply missing bits of 2002-01-15 patch.
9665 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9666 (fill_fpregset): Use i387_fill_fsave.
9667
96682002-02-12 Keith Seitz <keiths@redhat.com>
9669
9670 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9671 (core_addr_to_string_nz): New function.
9672
96732002-02-11 Richard Earnshaw <rearnsha@arm.com>
9674
9675 * arm-linux-nat.c: Really include arm-tdep.h.
9676 * config/arm/tm-linux.h (struct type, struct value): Declare.
9677
96782002-02-11 Michael Snyder <msnyder@redhat.com>
9679
9680 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9681 (gcore section): Ifdef for Solaris and Unixware only.
9682 (procfs_do_thread_registers): Unixware needs one lwpstatus
9683 per thread (not one prstatus or pstatus).
9684 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9685 not over all gdb threads. For unixware, call elfcore_write_pstatus
9686 once before iterating over threads.
9687
96882002-02-11 Richard Earnshaw <rearnsha@arm.com>
9689
9690 * arm-tdep.h: New file.
9691 * arm-tdep.c: Include arm-tdep.h.
9692 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9693 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9694 (arm_print_float_info, arm_register_type, convert_to_extended)
9695 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9696 (arm_extract_return_value, arm_register_name): Make static.
9697 (arm_software_single_step): Similarly. Fix types in declaration.
9698 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9699 (arm_store_return_value, arm_store_struct_return): New functions.
9700 (arm_gdbarch_init): Register the above functions. Also register
9701 call_dummy_start_offset, sizeof_call_dummy_words,
9702 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9703 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9704 max_register_virtual_size, register_size. Set up
9705 prologue_cache.saved_regs here, rather than ...
9706 (_initialize_arm_tdep): ... here.
9707 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9708 declarations.
9709 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9710 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9711 (arm_print_float_info, arm_register_type, convert_to_extended)
9712 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9713 (arm_extract_return_value, arm_register_name): Delete declarations.
9714 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9715 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9716 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9717 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9718 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9719 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9720 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9721 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9722 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9723 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9724 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9725 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9726 interface.
9727 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9728 * remote-rdi.c remote-rdp.c: Likewise.
9729 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9730 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9731 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9732 definition.
9733
9734 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9735 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9736 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9737 from non-ARM_ prefixed definitions.
9738 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9739 all uses of above.
9740 * remote-rdi.c remote-rdp.c: Likewise.
9741 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9742
97432002-02-11 Richard Earnshaw <rearnsha@arm.com>
9744
9745 * arm-tdep.c (arm_frameless_function_invocation)
9746 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9747 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9748 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9749 (arm_pop_frame, arm_get_next_pc): Make static.
9750 (arm_gdbarch_init): Register above in gdbarch structure.
9751 (arm_read_fp): Renamed from arm_target_read_fp.
9752 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9753 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9754 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9755 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9756 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9757 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9758 (arm_pc_is_thumb_dummy): Delete declarations.
9759 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9760 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9761 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9762 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9763
97642002-02-10 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * symtab.c (compare_search_syms): New function.
9767 (sort_search_symbols): New function.
9768 (search_symbols): Sort symbols after searching rather than
9769 before.
9770
97712002-02-10 Andrew Cagney <ac131313@redhat.com>
9772
9773 * NEWS: Linux -> GNU/Linux.
9774
97752002-02-10 Andrew Cagney <ac131313@redhat.com>
9776
9777 * gdbarch.sh: For for level one methods, disallow a definition
9778 when partially multi-arched. Add comments explaining rationale.
9779 * gdbarch.h: Re-generate.
9780
97812002-02-10 Andrew Cagney <ac131313@redhat.com>
9782
9783 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9784 multi-arch partial.
9785
97862002-02-10 Andrew Cagney <ac131313@redhat.com>
9787
9788 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9789 field. Use diff -u.
9790 * gdbarch.c: Re-generate.
9791
97922002-02-10 Andrew Cagney <ac131313@redhat.com>
9793
9794 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9795 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9796 partial.
9797
97982002-02-10 Andrew Cagney <ac131313@redhat.com>
9799
9800 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9801 multi-arch partial.
9802 (PUSH_ARGUMENTS): Switch to using predefault.
9803 * gdbarch.c: Regenerate.
9804
98052002-02-10 Andrew Cagney <ac131313@redhat.com>
9806
9807 * valops.c (PUSH_ARGUMENTS): Delete definition.
9808 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9809 partial. Default to default_push_arguments.
9810 * gdbarch.h, gdbarch.c: Regenerate.
9811
98122002-02-09 Andrew Cagney <ac131313@redhat.com>
9813
9814 * defs.h (throw_exception): Rename return_to_top_level. Update
9815 comments.
9816 * utils.c (error_stream, internal_verror, quit): Ditto.
9817 * top.c (throw_exception, catcher): Ditto.
9818 * sparclet-rom.c (sparclet_load): Ditto.
9819 * remote.c (interrupt_query, minitelnet): Ditto.
9820 * remote-sds.c (interrupt_query): Ditto.
9821 * remote-mips.c (mips_error, mips_kill): Ditto.
9822 * ocd.c (interrupt_query): Ditto.
9823 * monitor.c (monitor_interrupt_query): Ditto.
9824 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9825 * target.h: Update comment.
9826
9827 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9828
98292002-02-09 Andrew Cagney <ac131313@redhat.com>
9830
9831 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9832 default_double_format.
9833 * gdbarch.h, gdbarch.c: Re-generate.
9834 * findvar.c (floatformat_unknown): Delete variable definition.
9835 * doublest.h (floatformat_unknown): Delete variable declaration.
9836
98372002-02-09 Jim Blandy <jimb@redhat.com>
9838
9839 * stabsread.c (read_type): Add code to parse Sun's syntax for
9840 prototyped function types.
9841
98422002-02-09 Andrew Cagney <ac131313@redhat.com>
9843
9844 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9845 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9846
98472002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9848
9849 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9850 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9851 now _initialize_xcoffsolib gets called again and overrides the
9852 commands from solib.c in a native configuration.
9853
98542002-02-09 Mark Kettenis <kettenis@gnu.org>
9855
9856 * doublest.c (store_typed_floating): Don't try to return a value.
9857 Fixes PR gdb/290.
9858
98592002-02-08 Jim Blandy <jimb@redhat.com>
9860
9861 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9862 is prototyped and has no arguments, print its argument list as
9863 `(void)'.
9864
98652002-02-08 Chris Demetriou <cgd@broadcom.com>
9866
9867 * MAINTAINERS (write-after-approval): Add myself.
9868 (paper-trail): I've escaped!
9869
98702002-02-08 Christopher Faylor <cgf@redhat.com>
9871
9872 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9873 changes.
9874 (_initialize_check_for_gdb_ini): Ditto.
9875
98762002-02-08 Martin M. Hunt <hunt@redhat.com>
9877
9878 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9879 xaprintf -> xasprintf.
9880
98812002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9882
9883 * win32-nat.c: Remove use of printf and sprintf functions.
9884
98852002-02-08 Richard Earnshaw <rearnsha@arm.com>
9886
9887 * arm-tdep.c (arm_frame_chain_valid): Make static.
9888 (arm_push_arguments): Likewise.
9889 (arm_gdbarch_init): New function.
9890 (_initialize_arm_tdep): Call it.
9891 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9892 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9893 (FRAME_CHAIN_VALID): Delete.
9894 (arm_frame_chain_valid): Delete declaration.
9895 (PUSH_ARGUMENTS): Delete.
9896 (arm_push_arguments): Delete declaration.
9897 (CALL_DUMMY_P): Delete.
9898
98992002-02-08 Andrew Cagney <ac131313@redhat.com>
9900 Corinna Vinschen <vinschen@redhat.com>
9901
9902 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9903 on builtin float types.
9904
99052002-02-08 Daniel Jacobowitz <drow@mvista.com>
9906
9907 * utils.c: Include <curses.h> before "bfd.h".
9908 * tui/tui-hooks.c: Likewise.
9909 * tui/tui.c: Likewise.
9910 * tui/tuiCommand.c: Likewise.
9911 * tui/tuiData.c: Likewise.
9912 * tui/tuiDataWin.c: Likewise.
9913 * tui/tuiDisassem.c: Likewise.
9914 * tui/tuiGeneralWin.c: Likewise.
9915 * tui/tuiIO.c: Likewise.
9916 * tui/tuiLayout.c: Likewise.
9917 * tui/tuiRegs.c: Likewise.
9918 * tui/tuiSource.c: Likewise.
9919 * tui/tuiSourceWin.c: Likewise.
9920 * tui/tuiStack.c: Likewise.
9921 * tui/tuiWin.c: Likewise.
9922
99232002-02-07 Elena Zannoni <ezannoni@redhat.com>
9924
9925 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9926 to include space for pseudoregs as well. Update loops accordingly.
9927 (sh_fp_frame_init_saved_regs): Ditto.
9928 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9929
99302002-02-07 Andrew Cagney <ac131313@redhat.com>
9931
9932 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9933 Add Richard Earnshaw to Arm maintainers.
9934
99352002-02-07 Andrew Cagney <ac131313@redhat.com>
9936
9937 * defs.h (warning_begin): Delete declaration.
9938
9939 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9940 Delete macro.
9941
99422002-02-07 Michael Snyder <msnyder@redhat.com>
9943
9944 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9945 Logic bug, remove misplaced else.
9946
99472002-02-07 Klee Dienes <klee@apple.com>
9948
9949 * fork-inferior.c (fork_inferior): Add '!' to the list of
9950 characters that need to be quoted when building a string for the
9951 shell. Quote '!' specifically with a backslash, since CSH chokes
9952 when trying to evaluate "str!str".
9953
99542002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9955
9956 * rdi-share/host.h: Only provide a typedef for bool if it is not
9957 defined.
9958
99592002-02-04 Michael Snyder <msnyder@redhat.com>
9960
9961 * breakpoint.h (enum bptype): Add new overlay event bp type.
9962 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9963
9964 * breakpoint.c (create_internal_breakpoint): New function.
9965 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9966 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9967 (create_thread_event_breakpoint): Ditto.
9968 (create_solib_event_breakpoint): Ditto.
9969 (create_overlay_event_breakpoint): New function.
9970 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9971 (update_breakpoints_after_exec): Delete and re-initialize
9972 overlay event breakpoints after an exec. Add FIXME comment
9973 about longjmp breakpoint.
9974 (print_it_typical): Ignore overlay event breakpoints.
9975 (print_one_breakpoint): Ditto.
9976 (mention): Ditto.
9977 (bpstat_what): Do not stop for overlay event breakpoints.
9978 (delete_breakpoint): Don't delete overlay event breakpoints.
9979 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9980 (breakpoint_re_set): Re-create overlay event breakpoint.
9981
9982 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9983 (overlay_manual_command): Disable overlay breakpoints.
9984 (overlay_off_command): Disable overlay breakpoints.
9985
99862002-02-06 Richard Earnshaw <rearnsha@arm.com>
9987
9988 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9989 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9990 to here from config/tm-arm.h.
9991 (coff_sym_is_thumb): Make static.
9992 (arm_elf_make_msymbol_special): New function.
9993 (arm_coff_make_msymbol_special): New function.
9994 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9995 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9996 (coff_sym_is_thumb): Delete declaration.
9997 (arm_elf_make_msymbol_special): Declare.
9998 (arm_coff_make_msymbol_special): Declare.
9999 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10000 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10001
100022002-02-06 Richard Earnshaw <rearnsha@arm.com>
10003
10004 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10005
100062002-02-06 Richard Earnshaw <rearnsha@arm.com>
10007
10008 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10009 * gdbarch.c gdbarch.h: Regenerate.
10010 * arch-utils.c (default_print_float_info): New function.
10011 * arch-utils.h (default_print_float_info): Prototype it.
10012 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10013 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10014 (PRINT_FLOAT_INFO): Document it.
10015
10016 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10017 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10018 (PRINT_FLOAT_INFO): Define.
10019
100202002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10021
10022 * win32-nat.c (_initialize_check_for_gdb_ini):
10023 Add typecast to sprintf argument to suppress a warning.
10024
100252002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10026
10027 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10028 to allow easier handling of pass state.
10029 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10030 that gives exception name and address.
10031 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10032 and set last_sig value to ourstatus->value.sig. Some missing
10033 exceptions added.
10034 (child_continue): Correctly report continue_status.
10035 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10036 TARGET_SIGNAL_0 (new default value).
10037 (child_resume): consider sig argument passed to decide if
10038 the exception should be passed to debuggee or not.
10039
100402002-02-05 Michael Snyder <msnyder@redhat.com>
10041
10042 * regcache.c (fetch_register): Call target_fetch_register
10043 only if we don't call FETCH_PSEUDO_REGISTER.
10044 (store_register): Call target_store_register only if we
10045 don't call STORE_PSEUDO_REGISTER.
10046
100472002-02-05 Elena Zannoni <ezannoni@redhat.com>
10048
10049 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10050 ELF_MAKE_MSYMBOL_SPECIAL.
10051 * gdbarch.c, gdbarch.h: Regenerate.
10052 * arch-utils.c (default_make_msymbol_special): New function.
10053 * arch-utils.h (default_make_msymbol_special): Export.
10054 * elfread.c (elf_symtab_read): Compile use of
10055 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10056 multiarched.
10057 * coffread.c (coff_symtab_read): Ditto, for
10058 COFF_MAKE_MSYMBOL_SPECIAL.
10059
100602002-02-05 Jim Blandy <jimb@redhat.com>
10061
10062 * solib-svr4.c (svr4_truncate_ptr): New function.
10063 (svr4_relocate_section_addresses): Do the address arithmetic with
10064 the appropriate truncation for target addresses, even when
10065 CORE_ADDR is larger than a target address.
10066
100672002-02-05 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10070 to (int *).
10071
100722002-02-05 Daniel Jacobowitz <drow@mvista.com>
10073
10074 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10075 code.
10076
100772002-02-05 Daniel Jacobowitz <drow@mvista.com>
10078
10079 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10080
100812002-02-05 Daniel Jacobowitz <drow@mvista.com>
10082
10083 * gdbserver/linux-low.c: Remove unused include files.
10084
100852002-02-05 Daniel Jacobowitz <drow@mvista.com>
10086
10087 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10088 (read_inferior_memory): Use it.
10089 (write_inferior_memory): Likewise.
10090
100912002-02-05 Daniel Jacobowitz <drow@mvista.com>
10092
10093 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10094 grubbing through sys_errlist.
10095
100962002-02-05 Daniel Jacobowitz <drow@mvista.com>
10097
10098 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10099
101002002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10101 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10102
101032002-02-04 Andrew Cagney <ac131313@redhat.com>
10104
10105 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10106 (do_sfunc, set_cmd_sfunc): New functions.
10107
10108 * command.h (struct cmd_list_element): Add field func.
10109 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10110 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10111 * cli/cli-decode.h: Ditto.
10112
10113 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10114 (help_all, help_cmd_list): Ditto.
10115 (find_cmd, complete_on_cmdlist): Ditto.
10116 * top.c (execute_command): Ditto.
10117
10118 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10119 function.sfunc.
10120
10121 * infcmd.c (notice_args_read): Fix function signature.
10122
10123 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10124 * cli/cli-decode.c (add_set_cmd): Ditto.
10125 * utils.c (initialize_utils): Ditto.
10126 * maint.c (_initialize_maint_cmds): Ditto.
10127 * infrun.c (_initialize_infrun): Ditto.
10128 * demangle.c (_initialize_demangler): Ditto.
10129 * remote.c (add_packet_config_cmd): Ditto.
10130 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10131 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10132 * proc-api.c (_initialize_proc_api): Ditto.
10133 * kod.c (_initialize_kod): Ditto.
10134 * valprint.c (_initialize_valprint): Ditto.
10135 * top.c (init_main): Ditto.
10136 * infcmd.c (_initialize_infcmd): Ditto.
10137 * corefile.c (_initialize_core): Ditto.
10138 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10139 * arch-utils.c (initialize_current_architecture): Ditto.
10140 (_initialize_gdbarch_utils): Ditto.
10141 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10142
10143 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10144 * wince.c (_initialize_inftarg): Ditto.
10145 * symfile.c (_initialize_symfile): Ditto.
10146 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10147 * language.c (_initialize_language): Ditto.
10148 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10149
101502002-02-04 Michael Snyder <msnyder@redhat.com>
10151
10152 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10153
101542002-02-04 Daniel Jacobowitz <drow@mvista.com>
10155
10156 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10157 Add rules for building the register data files.
10158
101592002-02-04 Daniel Jacobowitz <drow@mvista.com>
10160
10161 * regformats/regdat.sh: Add braces to the definition of
10162 expedite_regs_${arch}.
10163
101642002-02-04 Daniel Jacobowitz <drow@mvista.com>
10165
10166 * regformats/regdef.h (struct reg): Add comment describing the
10167 requirements for offset and size fields.
10168
101692002-02-04 Andreas Schwab <schwab@suse.de>
10170
10171 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10172 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10173
101742002-02-04 Richard Earnshaw <rearnsha@arm.com>
10175
10176 * gdbarch.sh (copyright): Update years in generated header.
10177 (SMASH_TEXT_ADDRESS): Add rule.
10178 * gdbarch.h, gdbarch.c: Re-generate.
10179 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10180 * dbxread.c: Likewise.
10181 * dwarfread.c: Likewise.
10182 * elfread.c: Likewise.
10183 * somread.c: Likewise.
10184
10185 * arm-tdep.c (arm_smash_text_address): New function.
10186 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10187
101882002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10189
10190 Add support for hardware watchpoints on win32 native.
10191 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10192 CONTEXT_DEBUG_REGISTERS.
10193 (dr variable): New variable. Static array containing a local copy
10194 of debug registers.
10195 (debug_registers_changed): New variable. Reflects when debug registers
10196 are changed and need to be written to inferior.
10197 (debug_registers_used): New variable. Reflects when any debug register
10198 was set, used when new threads are created.
10199 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10200 i386-nat code.
10201 (thread_rec): Set dr array if id is the thread of current_event .
10202 (child_continue, child_resume): Change the debug registers for all
10203 threads if debug_registers_changed.
10204 (child_add_thread): Change the debug registers if debug_registers_used.
10205 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10206 Link nm.h to new nm-cygwin.h file.
10207 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10208 of hardware registers.
10209
102102002-02-03 Andrew Cagney <ac131313@redhat.com>
10211
10212 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10213 Restore behavour broken by 2002-01-20 Andrew Cagney
10214 <ac131313@redhat.com> IEEE_FLOAT removal.
10215
102162002-02-03 Daniel Jacobowitz <drow@mvista.com>
10217
10218 * c-valprint.c (c_val_print): Pass a proper valaddr to
10219 cp_print_class_method.
10220 * valops.c (search_struct_method): If there is only one method
10221 and args is NULL, return that method.
10222
102232002-02-03 Daniel Jacobowitz <drow@mvista.com>
10224
10225 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10226 accessing tag_name directly.
10227
102282002-02-03 Daniel Jacobowitz <drow@mvista.com>
10229
10230 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10231 of accessing tag_name directly.
10232
102332002-02-03 Daniel Jacobowitz <drow@mvista.com>
10234
10235 PR gdb/280
10236 * gdbtypes.c (replace_type): New function.
10237 * gdbtypes.h (replace_type): Add prototype.
10238 * stabsread.c (read_type): Use replace_type.
10239
102402002-02-03 Richard Earnshaw <rearnsha@arm.com>
10241
10242 * Makefile.in (memattr.o): Add missing dependencies rule.
10243
102442002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10245
10246 * breakpoint.c (break_at_finish_command): Really export.
10247 (break_at_finish_at_depth_command): Ditto.
10248 (tbreak_at_finish_command): Ditto.
10249 * hppa-tdep.c: Include completer.h.
10250 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10251 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10252
102532002-02-01 Andrew Cagney <ac131313@redhat.com>
10254
10255 * utils.c (do_write): New function.
10256 (error_stream): Rewrite combining the code from error_begin and
10257 verror.
10258 (verror): Rewrite using error_stream.
10259 (error_begin): Delete function.
10260
102612002-02-01 Andrew Cagney <ac131313@redhat.com>
10262
10263 * utils.c (error_begin): Make static.
10264 * defs.h (error_begin): Delete declaration.
10265
10266 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10267 (decode_line_1): Use cplusplus_error instead of error_begin,
10268 cplusplus_hint and return_to_top_level.
10269 * coffread.c (coff_symfile_read): Use error instead of error_begin
10270 and return_to_top_level.
10271 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10272
102732002-02-01 Andrew Cagney <ac131313@redhat.com>
10274
10275 * language.h (type_error, range_error): Make string parameter
10276 constant.
10277 * language.c (warning_pre_print): Delete extern declaration.
10278 * dwarfread.c (warning_pre_print): Ditto.
10279 * language.c (type_error, range_error): Rewrite to use verror and
10280 vwarning instead of warning_begin.
10281
102822002-02-01 Michael Snyder <msnyder@redhat.com>
10283
10284 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10285 (set_ignore_count): Move misplaced comment back where it belongs.
10286
102872002-02-01 Andrew Cagney <ac131313@redhat.com>
10288
10289 * command.h (NO_FUNCTION): Delete macro.
10290 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10291 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10292 * tracepoint.c (_initialize_tracepoint): Ditto.
10293 * cli/cli-decode.c (add_set_cmd): Ditto.
10294 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10295
102962002-02-01 Daniel Jacobowitz <drow@mvista.com>
10297
10298 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10299 Update ``this'' pointer when calling virtual functions.
10300
103012002-02-01 Michael Snyder <msnyder@redhat.com>
10302
10303 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10304 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10305
103062002-02-01 Daniel Jacobowitz <drow@mvista.com>
10307
10308 * regformats/reg-arm.dat: New file.
10309 * regformats/reg-i386.dat: New file.
10310 * regformats/reg-ia64.dat: New file.
10311 * regformats/reg-m68k.dat: New file.
10312 * regformats/reg-mips.dat: New file.
10313 * regformats/reg-ppc.dat: New file.
10314 * regformats/reg-sh.dat: New file.
10315 * regformats/regdef.h: New file.
10316 * regformats/regdat.sh: New file.
10317
103182002-02-01 Richard Earnshaw <reanrsha@arm.com>
10319
10320 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10321 (arm_frame_args_address, arm_frame_locals_address): New functions.
10322 (arm_frame_num_args): New function.
10323 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10324 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10325 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10326
103272002-01-31 Michael Snyder <msnyder@redhat.com>
10328
10329 * breakpoint.c (break_at_finish_command): Export.
10330 (break_at_finish_at_depth_command): Export.
10331 (tbreak_at_finish_command): Export.
10332 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10333 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10334 "tbreak" commands, which are HPPA specific.
10335
10336 * printcmd.c (disassemble_command): Remove an ancient
10337 artifact of an old merge.
10338
10339 * symfile.h (enum overlay_debugging_state):
10340 Define enum constant values for overlay mode.
10341 * symfile.c (overlay_debugging): Use enums instead of literals.
10342 (overlay_is_mapped, overlay_auto_command,
10343 overlay_manual_command): Ditto.
10344
10345 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10346 breakpoint_here_p, breakpoint_inserted_here_p,
10347 breakpoint_thread_match, bpstat_stop_status,
10348 describe_other_breakpoints, check_duplicates, clear_command):
10349 Coding standard fixes.
10350
10351 * target.c (target_xfer_memory): Add spaces, coding standard.
10352 (do_xfer_memory): Add missing line to trust-readonly
10353 code: check bfd SEC_READONLY flag for section.
10354
103552002-01-31 Andrew Cagney <ac131313@redhat.com>
10356
10357 * PROBLEMS: Fix typo, 5.1->5.1.1.
10358
103592002-01-30 Daniel Jacobowitz <drow@mvista.com>
10360
10361 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10362 data symbols, since we search based on textlow and texthigh.
10363 (find_pc_sect_symtab): Likewise.
10364
103652002-01-30 Andrew Cagney <ac131313@redhat.com>
10366
10367 * defs.h (vwarning): Declare.
10368 * utils.c (vwarning): New function.
10369 (warning): Call vwarning.
10370 (warning_begin): Delete function.
10371
10372 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10373 the warning message.
10374 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10375 warning_begin.
10376
103772002-01-30 Michael Snyder <msnyder@redhat.com>
10378
10379 * NEWS: Mention "set trust-readonly-sections" command.
10380 Mention generate-core-file command.
10381
103822002-01-15 Michael Snyder <msnyder@redhat.com>
10383
10384 * target.c: New command, "set trust-readonly-sections on".
10385 (do_xfer_memory): Honor the suggestion to trust readonly sections
10386 by reading them from the object file instead of from the target.
10387 (initialize_targets): Register command "set trust-readonly-sections".
10388
103892002-01-29 Andrew Cagney <ac131313@redhat.com>
10390
10391 * parse.c (target_map_name_to_register): Simplify, search regs and
10392 pseudo-regs using a single loop.
10393
103942002-01-30 Andrew Cagney <ac131313@redhat.com>
10395
10396 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10397
103982002-01-15 Rodney Brown <rbrown64@csc.com.au>
10399
10400 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10401 * config/i386/i386v42mp.mh: Add i387-nat.o .
10402 * i386v4-nat.c: Include i387-nat.h.
10403 (supply_fpregset): Use i387_supply_fsave.
10404 (fill_fpregset): Use i387_fill_fsave.
10405
104062002-01-30 Richard Earnshaw <rearnsha@arm.com>
10407
10408 * arm-tdep.c (arm_call_dummy_words): Define.
10409 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10410 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10411 (CALL_DUMMY_WORDS): Define.
10412 (arm_call_dummy_words): Declare.
10413 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10414 (arm_linux_call_dummy_words): Declare.
10415
104162002-01-30 Andreas Schwab <schwab@suse.de>
10417
10418 * m68klinux-nat.c: Fix last change to use regcache_collect
10419 instead of referencing registers[] directly.
10420
104212002-01-29 Andrew Cagney <ac131313@redhat.com>
10422
10423 * parse.c (target_map_name_to_register): Delete code wrapped in
10424 #ifdef REGISTER_NAME_ALIAS_HOOK.
10425
104262002-01-28 Michael Snyder <msnyder@redhat.com>
10427
10428 * regcache.c (legacy_read_register_gen): Need to be able to
10429 read pseudo-register as well as real register.
10430 (legacy_write_register_gen): Ditto.
10431
104322002-01-28 Andrew Cagney <ac131313@redhat.com>
10433
10434 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10435 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10436 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10437 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10438 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10439 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10440 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10441 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10442 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10443 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10444 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10445 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10446 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10447 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10448 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10449 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10450 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10451 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10452 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10453 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10454
104552002-01-28 Andrew Cagney <ac131313@redhat.com>
10456
10457 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10458 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10459 (initialize_current_architecture): Update target_byte_order using
10460 information from BFD.
10461 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10462 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10463
104642002-01-28 Andrew Cagney <ac131313@redhat.com>
10465
10466 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10467 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10468
10469 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10470 #ifdef INVALID_FLOAT.
10471 * infcmd.c (do_registers_info): Ditto.
10472 * values.c (unpack_double): Ditto. Add comment.
10473
10474 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10475 already commented out.
10476
104772002-01-26 Andreas Schwab <schwab@suse.de>
10478
10479 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10480 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10481 registers and add support for PTRACE_GETREGS.
10482
104832002-01-24 Andrew Cagney <ac131313@redhat.com>
10484
10485 GDB 5.1.1 released from 5.1 branch.
10486 * NEWS: Add 5.1.1 news.
10487 * README: Sync with 5.1 branch.
10488
104892002-01-23 Fred Fish <fnf@redhat.com>
10490
10491 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10492 stabstring on initial malloc. Reallocing will copy it for us,
10493 if necessary.
10494
104952002-01-23 Elena Zannoni <ezannoni@redhat.com>
10496
10497 * Makefile.in (hpread_h): Delete.
10498 (HFILES_NO_SRCDIR): Remove hpread.h.
10499 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10500 (hpread.o): Update dependencies.
10501 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10502
10503 * hp-psymtab-read.c: Remove file.
10504 * hp-symtab-read.c: Remove file.
10505 * hpread.h: Remove file.
10506
10507 * hpread.c: Merge all contents of hp-psymtab-read.c,
10508 hp-symtab-read.c and hpread.h into this file, as it was prior to
10509 January 1999.
10510
10511 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10512 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10513 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10514 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10515
105162002-01-23 Elena Zannoni <ezannoni@redhat.com>
10517
10518 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10519 fill_gregset): Call gdbarch_tdep() just once, assign result to
10520 variable and use that, instead of calling the function several
10521 times.
10522
105232002-01-24 Alexandre Oliva <aoliva@redhat.com>
10524
10525 * configure.host: Accept sparcv9 as alias for sparc64.
10526 * configure.tgt: Likewise.
10527
105282002-01-22 Kevin Buettner <kevinb@redhat.com>
10529
10530 * solib-aix5.c (build_so_list_from_mapfile)
10531 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10532 arguments is not reversed.
10533 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10534 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10535
105362002-01-22 Elena Zannoni <ezannoni@redhat.com>
10537
10538 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10539 modified version of obsolete sh_fetch_pseudo_register.
10540 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10541 (sh4_register_read): New function.
10542 (sh_pseudo_register_write): New function. Renamed and modified
10543 version of obsolete sh_store_pseudo_register.
10544 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10545 (sh4_register_write): New function.
10546 (sh_gdbarch_init): Remove setting of gdbarch function
10547 fetch_pseudo_register and store_pseudo_register. Remove setting of
10548 register_convert_to_raw, register_convert_to_virtual,
10549 register_convertible.
10550 (sh_sh4_register_convertible): Delete. No longer needed. All is
10551 taken care by architecture specific functions
10552 register_read/register_write.
10553 (sh_sh4_register_convert_to_virtual): Make static.
10554 (sh_sh4_register_convert_to_raw): Ditto.
10555
105562002-01-22 Andrew Cagney <ac131313@redhat.com>
10557
10558 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10559 (floatformat_is_nan, floatformat_mantissa): Ditto.
10560
10561 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10562 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10563 builtin_type_ieee_double_little,
10564 builtin_type_ieee_double_littlebyte_bigword,
10565 builtin_type_m68881_ext, builtin_type_i960_ext,
10566 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10567 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10568 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10569 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10570
105712002-01-22 Corinna Vinschen <vinschen@redhat.com>
10572
10573 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10574 parameter. Set frameless flag if it exists and depended of
10575 whether the scanned function is frameless or not.
10576 (xstormy16_skip_prologue): If function is frameless, return
10577 result of xstormy16_scan_prologue().
10578 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10579 call.
10580
105812002-01-21 Elena Zannoni <ezannoni@redhat.com>
10582
10583 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10584 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10585 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10586 sh_sh4_register_byte, sh_sh4_register_raw_size,
10587 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10588 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10589 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10590 sh_store_pseudo_register, sh_do_pseudo_register): Call
10591 gdbarch_tdep() just once, assign result to variable and use that,
10592 instead of calling the function several times.
10593
105942002-01-20 Mark Kettenis <kettenis@gnu.org>
10595
10596 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10597 macros instead of LAST_FPU_CTRL_REGNUM.
10598 (store_register): Likewise.
10599
106002002-01-21 Jim Blandy <jimb@redhat.com>
10601
10602 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10603 is up-to-date before running the program, not just when a program
10604 exits.
10605
106062002-01-21 Fred Fish <fnf@redhat.com>
10607
10608 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10609 when we have found all instructions we are looking for.
10610
106112002-01-21 Richard Earnshaw <rearnsha@arm.com>
10612
10613 * arm-tdep.c (arm_register_name): New function.
10614 (arm_registers_names): Make static.
10615 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10616 (arm_register_name): Declare.
10617 (REGISTER_NAME): Use it.
10618
106192002-01-21 Richard Earnshaw <rearnsha@arm.com>
10620 Kevin Buettner <kevinb@redhat.com>
10621
10622 Convert arm targets to new FRAME interface.
10623 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10624 (arm_frame_find_save_regs): Delete.
10625 (arm_frame_init_saved_regs): New.
10626 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10627 Allocate extra_info as required. Convert all uses of fsr.regs
10628 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10629 to use extra_info.
10630 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10631 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10632 (check_prologue_cache, save_prologue_cache): Likewise.
10633 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10634 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10635 (FRAME_FIND_SAVED_REGS): Delete.
10636 (arm_frame_find_saved_regs): Delete prototype.
10637 (arm_frame_init_saved_regs): New prototype.
10638 (FRAME_INIT_SAVED_REGS): Define.
10639
106402002-01-20 Andrew Cagney <ac131313@redhat.com>
10641
10642 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10643
106442002-01-20 Andrew Cagney <ac131313@redhat.com>
10645
10646 From Jeff Law <law@redhat.com>:
10647 * infttrace.c: Include <sys/pstat.h>.
10648 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10649 exec file if the ttrace equivalent fails.
10650
106512002-01-20 Andrew Cagney <ac131313@redhat.com>
10652
10653 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10654 (closeLogFile): Ditto.
10655
106562002-01-20 Michael Chastain <mec@shout.net>
10657
10658 * top.c (print_gdb_version): Bump copyright year to 2002.
10659
106602002-01-20 Andrew Cagney <ac131313@redhat.com>
10661
10662 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10663 Zannoni and Eli Zaretskii.
10664
106652002-01-20 Daniel Jacobowitz <drow@mvista.com>
10666
10667 * buildsym.c: Update copyright years.
10668 * c-typeprint.c: Likewise.
10669 * dwarf2read.c: Likewise.
10670 * f-typeprint.c: Likewise.
10671 * gdbtypes.c: Likewise.
10672 * gdbtypes.h: Likewise.
10673 * hp-symtab-read.c: Likewise.
10674 * hpread.c: Likewise.
10675 * mdebugread.c: Likewise.
10676 * p-typeprint.c: Likewise.
10677
106782002-01-20 Andrew Cagney <ac131313@redhat.com>
10679
10680 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10681 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10682 byte-order selectable.
10683 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10684 * arch-utils.c: Ditto.
10685 (set_endian): Ditto.
10686 (set_endian_from_file): Ditto.
10687 * gdbserver/low-sim.c (create_inferior): Ditto.
10688 * gdbarch.sh: Ditto.
10689 * gdbarch.h: Re-generate.
10690 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10691 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10692 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10693 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10694 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10695 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10696 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10697 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10698 macro definition.
10699 * config/mips/tm-wince.h: Remove #undef of macro
10700 TARGET_BYTE_ORDER_SELECTABLE.
10701 * config/sh/tm-wince.h: Ditto.
10702
107032002-01-20 Daniel Jacobowitz <drow@mvista.com>
10704
10705 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10706 member function fields. Add accessor macro
10707 TYPE_FN_FIELD_ARTIFICIAL.
10708 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10709 * c-typeprint.c (c_type_print_base): Skip artificial member
10710 functions.
10711
107122002-01-20 Daniel Jacobowitz <drow@mvista.com>
10713
10714 * f-typeprint.c: Delete unused function f_type_print_args.
10715 * p-typeprint.c: Delete unused function pascal_type_print_args.
10716
107172002-01-20 Daniel Jacobowitz <drow@mvista.com>
10718
10719 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10720 comment. Add ``artificial'' to ``union field_location''.
10721
10722 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10723
10724 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10725 * mdebugread.c (parse_symbol): Likewise.
10726 * stabsread.c (define_symbol): Likewise.
10727 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10728 initializing TYPE_FIELD_BITPOS to n (obsolete).
10729 (hpread_doc_function_type): Likewise.
10730 * hpread.c (hpread_function_type): Likewise.
10731
107322002-01-20 Andrew Cagney <ac131313@redhat.com>
10733
10734 * configure.in (host_makefile_frag): Only require a host makefile
10735 fragment when a native build.
10736 * configure: Re-generate.
10737
107382002-01-20 Andrew Cagney <ac131313@redhat.com>
10739
10740 * doublest.h (floatformat_from_type): Declare.
10741 * doublest.c (floatformat_from_type): New function.
10742 (convert_typed_floating): Use.
10743
10744 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10745 call to function floatformat_from_type.
10746
10747 * gdbarch.sh (IEEE_FLOAT): Delete.
10748 * gdbarch.h, gdbarch.c: Re-generate.
10749 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10750 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10751 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10752 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10753 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10754 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10755 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10756 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10757 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10758 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10759 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10760 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10761
10762 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10763 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10764 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10765 * sh-tdep.c (sh_gdbarch_init): Ditto.
10766 * mips-tdep.c (mips_gdbarch_init): Ditto.
10767 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10768 * cris-tdep.c (cris_gdbarch_init): Ditto.
10769
107702002-01-20 Jiri Smid <smid@suse.cz>
10771
10772 * configure.host, configure.tgt: Support x86-64.
10773 * NEWS: Note new target x86-64.
10774
10775 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10776 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10777 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10778 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10779 x86-64-linux-nat.o): Fix dependencies.
10780
107812002-01-19 Andrew Cagney <ac131313@redhat.com>
10782
10783 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10784 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10785 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10786 * config/sparc/xm-sun4os4.h: Delete file.
10787 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10788
107892002-01-19 Andrew Cagney <ac131313@redhat.com>
10790
10791 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10792 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10793 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10794 * config/i386/i386lynx.mh (XM_FILE): Delete.
10795 * config/rs6000/xm-rs6000ly.h: Delete file.
10796 * config/sparc/xm-sparclynx.h: Delete file.
10797 * config/m68k/xm-m68klynx.h: Delete file.
10798 * config/i386/xm-i386lynx.h: Delete file.
10799 * config/xm-lynx.h: Delete file.
10800 * config/djgpp/fnchange.lst: Update.
10801
108022002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10803
10804 * alpha-tdep.c (alpha_register_byte): New function.
10805 (alpha_register_raw_size): Ditto.
10806 (alpha_register_virtual_size): Ditto.
10807 (alpha_skip_prologue_internal): Renamed from
10808 alpha_skip_prologue.
10809 (alpha_skip_prologue): New version that calls
10810 alpha_skip_prologue_internal.
10811 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10812 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10813 second argument from alpha_skip_prologue.
10814 (REGISTER_BYTE): Use alpha_register_byte.
10815 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10816 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10817 (FRAMELESS_FUNCTION_INVOCATION): Use
10818 generic_frameless_function_invocation_not.
10819 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10820 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10821
108222002-01-19 Andrew Cagney <ac131313@redhat.com>
10823
10824 * config/mips/xm-news-mips.h: Delete file.
10825 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10826
10827 * config/m88k/xm-m88k.h: Delete file.
10828 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10829 * config/m88k/xm-delta88v4.h: Ditto.
10830 * config/m88k/xm-delta88.h: Ditto.
10831
10832 * config/alpha/xm-fbsd.h: Delete file.
10833 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10834
10835 * config/sparc/xm-sparc.h: Delete file.
10836 * Makefile.in (xm-sun4os4.h): Delete dependency.
10837 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10838 * config/sparc/xm-sun4os4.h: Ditto.
10839 * config/sparc/xm-linux.h: Ditto.
10840
10841 * config/i386/xm-windows.h: Delete file.
10842
108432002-01-19 Andrew Cagney <ac131313@redhat.com>
10844
10845 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10846 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10847
108482002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10849
10850 * alpha-tdep.c (alpha_call_dummy_words): New.
10851 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10852 (CALL_DUMMY_P): Define.
10853 (CALL_DUMMY_WORDS): Define.
10854 (SIZEOF_CALL_DUMMY_WORDS): Define.
10855
108562002-01-19 Per Bothner <per@bothner.com>
10857
10858 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10859 isn't NULL, which can happen with some gcj-3.x-produced code.
10860
108612002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10862
10863 * alpha-tdep.c (alpha_register_virtual_type): New function.
10864 (alpha_init_frame_pc_first): Ditto.
10865 (alpha_fix_call_dummy): Ditto.
10866 (alpha_store_struct_return): Ditto.
10867 (alpha_extract_struct_value_address): Ditto.
10868 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10869 alpha_register_virtual_type.
10870 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10871 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10872 alpha_extract_struct_value_address.
10873 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10874 (INIT_FRAME_PC): Use init_frame_pc_noop.
10875 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10876
108772002-01-19 Mark Kettenis <kettenis@gnu.org>
10878
10879 * i386gnu-nat.c: Include "i386-tdep.h".
10880 (fetch_fpregs): Simplify code dealing with uninitialized floating
10881 point states such that it doesn't require FP7_REGNUM.
10882
108832002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10884
10885 * alpha-tdep.c (frame_extra_info): New.
10886 (alpha_find_saved_regs): Make static. Use
10887 frame->extra_info.
10888 (alpha_frame_init_saved_regs): New function.
10889 (alpha_frame_saved_pc): Use frame->extra_info.
10890 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10891 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10892 (init_extra_frame_info): Rename to...
10893 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10894 (alpha_print_extra_frame_info): New function.
10895 (alpha_frame_locals_address): Ditto.
10896 (alpha_frame_args_address): Ditto.
10897 (alpha_pop_frame): Use frame->extra_info.
10898 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10899 alpha_frame_args_address.
10900 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10901 (alpha_find_saved_regs): Remove prototype.
10902 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10903 (EXTRA_FRAME_INFO): Remove.
10904 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10905 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10906
109072002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10908
10909 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10910 (alpha_cannot_fetch_register): Ditto.
10911 (alpha_cannot_store_register): Ditto.
10912 (alpha_register_convertible): Ditto.
10913 (alpha_use_struct_convention): Ditto.
10914 * config/alpha/tm-alpha.h: Update copyright years.
10915 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10916 (INNER_THAN): Use core_addr_lessthan.
10917 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10918 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10919 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10920 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10921 (FRAME_CHAIN): Remove unnecessary cast.
10922
109232002-01-18 Andrew Cagney <ac131313@redhat.com>
10924
10925 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10926 obsolete.
10927
109282002-01-18 Andrew Cagney <ac131313@redhat.com>
10929
10930 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10931 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10932 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10933 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10934 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10935 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10936 * x86-64-linux-nat.c: Ditto.
10937
109382002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10939
10940 * alpha-tdep.c (alpha_register_name): New function.
10941 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10942 (REGISTER_NAME): Define.
10943
109442002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10945
10946 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10947
109482002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10949
10950 * alpha-tdep.c: Update copyright years.
10951 (alpha_next_pc): New function.
10952 (alpha_software_single_step): Ditto.
10953 * config/alpha/tm-alpha.h: Add prototype for
10954 alpha_software_single_step.
10955
109562002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10957
10958 * alphabsd-nat.c: Update copyright years.
10959 (fill_gregset): Use regcache_collect.
10960 (fill_fpregset): Likewise.
10961 (fetch_inferior_registers): Only fetch integer registers
10962 if requested to do so.
10963 (store_inferior_registers): Only store integer registers
10964 if requested to do so.
10965
109662002-01-17 Andrew Cagney <ac131313@redhat.com>
10967
10968 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10969 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10970 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10971 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10972 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10973 * config/arm/linux.mh (XDEPFILES): Delete.
10974 * config/arm/nbsd.mh (XDEPFILES): Delete.
10975 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10976 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10977 * config/i386/i386m3.mh (XDEPFILES): Delete.
10978 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10979 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10980 * config/i386/fbsd.mh (XDEPFILES): Delete.
10981 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10982 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10983 * config/i386/i386v4.mh (XDEPFILES): Delete.
10984 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10985 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10986 * config/i386/i386aix.mh (XDEPFILES): Delete.
10987 * config/i386/go32.mh (XDEPFILES): Delete.
10988 * config/i386/cygwin.mh (XDEPFILES): Delete.
10989 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10990 * config/i386/i386mach.mh (XDEPFILES): Delete.
10991 * config/i386/i386v32.mh (XDEPFILES): Delete.
10992 * config/i386/linux.mh (XDEPFILES): Delete.
10993 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10994 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10995 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10996 * config/i386/i386sco.mh (XDEPFILES): Delete.
10997 * config/i386/i386v.mh (XDEPFILES): Delete.
10998 * config/i386/nbsd.mh (XDEPFILES): Delete.
10999 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11000 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11001 * config/i386/symmetry.mh (XDEPFILES): Delete.
11002 * config/i386/obsd.mh (XDEPFILES): Delete.
11003 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11004 * config/ia64/linux.mh (XDEPFILES): Delete.
11005 * config/ia64/aix.mh (XDEPFILES): Delete.
11006 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11007 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11008 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11009 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11010 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11011 * config/m68k/linux.mh (XDEPFILES): Delete.
11012 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11013 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11014 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11015 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11016 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11017 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11018 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11019 * config/m88k/delta88.mh (XDEPFILES): Delete.
11020 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11021 * config/m88k/m88k.mh (XDEPFILES): Delete.
11022 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11023 * config/mips/linux.mh (XDEPFILES): Delete.
11024 * config/mips/irix6.mh (XDEPFILES): Delete.
11025 * config/mips/irix5.mh (XDEPFILES): Delete.
11026 * config/mips/irix4.mh (XDEPFILES): Delete.
11027 * config/mips/irix3.mh (XDEPFILES): Delete.
11028 * config/mips/decstation.mh (XDEPFILES): Delete.
11029 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11030 (NATDEPFILES): Move core-aout.o to here.
11031 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11032 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11033 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11034 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11035 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11036 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11037 * config/pa/hpux11.mh (XDEPFILES): Delete.
11038 * config/powerpc/aix.mh (XDEPFILES): Delete.
11039 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11040 * config/powerpc/linux.mh (XDEPFILES): Delete.
11041 * config/romp/rtbsd.mh: Rename XDEPFILES.
11042 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11043 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11044 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11045 * config/s390/s390.mh (XDEPFILES): Delete.
11046 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11047 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11048 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11049 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11050 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11051 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11052 * config/sparc/linux.mh (XDEPFILES): Delete.
11053 * config/vax/vaxult.mh (XDEPFILES): Delete.
11054 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11055 * Makefile.in (DEPFILES): Remove XDEPFILES.
11056
110572002-01-17 Andrew Cagney <ac131313@redhat.com>
11058
11059 * utils.c (internal_verror): Fix comments, default is yes not no.
11060 Update queries to match. Default to quit and dump core.
11061
110622002-01-17 Andrew Cagney <ac131313@redhat.com>
11063
11064 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11065 copyright.
11066 * defs.h, event-top.c, gdbcmd.h: Ditto.
11067 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11068 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11069 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11070 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11071 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11072 * mi/mi-main.c:Ditto.
11073
11074 * stack.c, symfile.c: Update copyright.
11075
110762002-01-17 Daniel Jacobowitz <drow@mvista.com>
11077
11078 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11079 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11080 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11081 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11082
110832002-01-17 Daniel Jacobowitz <drow@mvista.com>
11084
11085 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11086 * gdbserver/low-lynx.c (myattach): Likewise.
11087 * gdbserver/low-nbsd.c (myattach): Likewise.
11088 * gdbserver/low-sim.c (myattach): Likewise.
11089 * gdbserver/low-sparc.c (myattach): Likewise.
11090 * gdbserver/low-sun3.c (myattach): Likewise.
11091
11092 * gdbserver/low-linux.c (myattach): New function.
11093
11094 * gdbserver/server.c (attach_inferior): New function.
11095 (main): Handle "--attach".
11096
110972002-01-16 Andrew Cagney <ac131313@redhat.com>
11098
11099 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11100 maintainer.
11101
111022002-01-15 Daniel Jacobowitz <drow@mvista.com>
11103
11104 * c-typeprint.c (is_type_conversion_operator): Add additional
11105 check for non-conversion operators.
11106
111072002-01-15 Michael Snyder <msnyder@redhat.com>
11108
11109 * linux-proc.c: Add "info proc" command, a la procfs.c.
11110 (read_mapping): New function, abstract and re-use code.
11111 (linux_find_memory_regions): Use new func read_mapping.
11112 (linux_info_proc_cmd): New function, implement "info proc".
11113 (_initialize_linux_proc): Add new command "info proc".
11114
111152002-01-15 Michael Snyder <msnyder@redhat.com>
11116
11117 * symfile.c (generic_load): Use bfd_map_over_sections method
11118 instead of manipulating bfd structure members directly.
11119 (add_section_size_callback): New function, bfd sections callback
11120 used by generic_load.
11121 (load_sections_callback): New function, bfd sections callback
11122 used by generic_load.
11123
111242002-01-15 Elena Zannoni <ezannoni@redhat.com>
11125
11126 [Based on work by Jim Blandy]
11127 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11128 (builtin_type_vec128): Export.
11129 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11130 types.
11131 (builtin_type_vec128): New builtin type for 128 bit vector
11132 registers.
11133 (build_gdbtypes): Initialize builtin_type_v16qi and
11134 builtin_type_v8hi. Create the vec128 register builtin type
11135 structure.
11136 (build_builtin_type_vec128): New function.
11137 (_initialize_gdbtypes): Register builtin_type_v16qi and
11138 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11139 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11140 AltiVec register to new builtin type.
11141
111422001-01-15 Daniel Jacobowitz <drow@mvista.com>
11143
11144 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11145 to make_cv_type.
11146
111472002-01-14 Andrew Cagney <ac131313@redhat.com>
11148
11149 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11150 CLEAN_UP_REGISTER_VALUE.
11151 * regcache.c (supply_register): Update only call.
11152
111532002-01-14 Andrew Cagney <ac131313@redhat.com>
11154
11155 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11156 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11157 a29k-*-vxworks* targets as obsolete.
11158
111592002-01-14 Michael Snyder <msnyder@redhat.com>
11160
11161 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11162 until we can resolve portability issues.
11163 * gregset.h: Remove references to fpxregs.
11164 * gcore.c (gcore_command): Initialize note_sec to NULL.
11165
111662002-01-13 Andrew Cagney <ac131313@redhat.com>
11167
11168 * signals.c (target_signal_to_name): Rewrite. Only use
11169 signals[].name when in bounds and non-NULL.
11170
111712002-01-13 Andrew Cagney <ac131313@redhat.com>
11172
11173 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11174 * signals.c (target_signal_to_name): Verify that SIG is within the
11175 bounds of the signals array.
11176
111772002-01-13 Andrew Cagney <ac131313@redhat.com>
11178
11179 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11180
111812002-01-13 Keith Seitz <keiths@redhat.com>
11182
11183 * stack.c (print_frame_info_base): Print the frame's pc
11184 only if when print_frame_info_listing_hook is not defined.
11185
111862002-01-13 Keith Seitz <keiths@redhat.com>
11187
11188 * varobj.c (varobj_set_value): Make sure that there were no
11189 errors evaluating the object before attempting to set its
11190 value.
11191 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11192 so this offset adjustment is no longer necessary.
11193 (create_child): Don't set the error flag if the child is
11194 a CPLUS_FAKE_CHILD.
11195 (value_of_child): If value_fetch_lazy fails, return NULL
11196 so that callers will be notified that an error occurred.
11197 (c_value_of_variable): Delay check of variable's validity
11198 until later. We actually want all structs and unions to have
11199 the value "{...}".
11200 Do not return "???" for variables which could not be evaluated.
11201 This error condition must be returned to the caller so that it
11202 can get the error condition from gdb.
11203 (cplus_name_of_child): Adjust index for vptr before figuring
11204 out the name of the child.
11205 (cplus_value_of_child): If a child's (real) parent is not valid,
11206 don't even bother trying to give a value for it. Just return
11207 an error. Change all instances in this function.
11208 (cplus_type_of_child): If our parent is one of the "fake"
11209 parents, we need to get at the type of the real parent, and
11210 derive the child's true type using this information.
11211
112122002-01-13 Andrew Cagney <ac131313@redhat.com>
11213
11214 From 2002-01-09 John Marshall <johnm@falch.net>:
11215 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11216 sources.redhat.com, and tweak some related URLs which had
11217 suffered from linkrot.
11218
112192002-01-13 Andrew Cagney <ac131313@redhat.com>
11220
11221 From Jeff law:
11222 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11223 structures passed in registers.
11224
112252002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11226
11227 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11228 white space which prevented compilation. Reported by DSK
11229 <dsk@student.unsw.edu.au>.
11230
112312002-01-11 Michael Snyder <msnyder@redhat.com>
11232
11233 * symfile.c (build_section_addr_info_from_section_tab):
11234 Use bfd access method instead of manipulating bfd directly.
11235 (syms_from_objfile): Ditto.
11236 (simple_overlay_update_1): Ditto.
11237 (simple_overlay_update): Ditto.
11238 (generic_load): Ditto.
11239 (overlay_unmapped_address): FIXME comment, bfd access methods.
11240 (sections_overlap): FIXME comment, bfd access methods.
11241 (pc_in_mapped_range): FIXME comment, bfd access methods.
11242 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11243 (section_is_mapped): FIXME comment, bfd access methods.
11244 (section_is_overlay): FIXME comment, bfd access methods.
11245
11246 * symfile.c (generic_load): Whitespace and long line cleanups.
11247 Remove duplicate variable, change several local variables to
11248 more appropriate data types.
11249 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11250
112512002-01-12 Andrew Cagney <ac131313@redhat.com>
11252
11253 From Peter Schauer:
11254 * language.c (longest_local_hex_string_custom): Use phex_nz to
11255 convert NUM to a hex string.
11256
112572002-01-12 Elena Zannoni <ezannoni@redhat.com>
11258
11259 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11260 the function.
11261 Update Copyright year.
11262
112632002-01-12 Andrew Cagney <ac131313@redhat.com>
11264
11265 * language.c (longest_raw_hex_string): Delete unused function.
11266
112672002-01-11 Petr Sorfa <petrs@caldera.com>
11268
11269 * MAINTAINERS (write-after-approval): Add myself.
11270 * dwarf2read.c (read_tag_string_type): Handling of
11271 DW_AT_byte_size.
11272 (read_tag_string_type): FORTRAN fix to prevent propagation of
11273 first string size.
11274 (set_cu_language): Handling of DW_LANG_Fortran95
11275
112762002-01-11 Richard Earnshaw <rearnsha@arm.com>
11277
11278 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11279 GETPID(inferior_ptid).
11280 (store_inferior_registers): Likewise.
11281
112822002-01-10 Jason Merrill <jason@redhat.com>
11283
11284 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11285 Fix DW_OP_minus.
11286
112872002-01-10 Andrew Cagney <ac131313@redhat.com>
11288
11289 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11290 and bfd/elf32-sh-nbsd.c.
11291
112922002-01-10 Michael Snyder <msnyder@redhat.com>
11293
11294 * NEWS: Mention --pid and corefile/proc-id behavior change.
11295
11296 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11297 * gcore.c: Include cli/cli-decode.h instead of command.h.
11298
11299 * main.c (captured_main): Add new command line option "--pid".
11300 If the second command line argument (following the symbol-file)
11301 begins with a digit, try to attach to it before trying to open
11302 it as a corefile.
11303 (print_gdb_help): Document the "--pid" argument.
11304
113052002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11306
11307 * completer.c (command_completer): New function.
11308
11309 * completer.h <command_completer>: Add prototype.
11310
11311 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11312 completer for the "help" command.
11313
113142002-01-09 Jason Merrill <jason@redhat.com>
11315
11316 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11317
113182002-01-09 Michael Snyder <msnyder@redhat.com>
11319
11320 * i386-linux-nat.c (fill_fpxregset): Make global.
11321 (store_fpxregset): Ditto.
11322
11323 * gregset.h (gdb_fpxregset_t): Define.
11324 (supply_fpxregset): Prototype.
11325 (fill_fpxregset): Prototype.
11326
11327 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11328
113292002-01-09 Richard Earnshaw <rearnsha@arm.com>
11330
11331 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11332 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11333 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11334
113352002-01-09 Andrew Cagney <ac131313@redhat.com>
11336
11337 * MAINTAINERS: Update target maintainer rules so that any
11338 Maintainer can approve a tested patch for a maintenance-only
11339 target.
11340
113412002-01-09 Richard Earnshaw <rearnsha@arm.com>
11342
11343 * MAINTAINERS (write-after-approval): Add myself.
11344
11345 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11346 IN_SIGTRAMP.
11347
113482002-01-08 Michael Snyder <msnyder@redhat.com>
11349
11350 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11351 real name of the executable, rather than the /proc name.
11352
113532002-01-03 Michael Snyder <msnyder@redhat.com>
11354
11355 Implement a "generate-core-file" command in gdb, save target state.
11356 * gcore.c: New file. Implement new command 'generate-core-file'.
11357 Save a corefile image of the current state of the inferior.
11358 * linux-proc.c: Add linux-specific code for saving corefiles.
11359 * target.h (struct target_ops): Add new target vectors for saving
11360 corefiles; to_find_memory_regions and to_make_corefile_notes.
11361 (target_find_memory_regions): New macro.
11362 (target_make_corefile_notes): New macro.
11363 * target.c (update_current_target): Inherit new target methods.
11364 (dummy_find_memory_regions): New place-holder method.
11365 (dummy_make_corefile_notes): New place-holder method.
11366 (init_dummy_target): Initialize new dummy target vectors.
11367 * exec.c (exec_set_find_memory_regions): New function.
11368 Allow the exec_ops vector for memory regions to be taken over.
11369 (exec_make_note_section): New function, target vector method.
11370 * defs.h (exec_set_find_memory_regions): Export prototype.
11371 * procfs.c (proc_find_memory_regions): New function, corefile method.
11372 (procfs_make_note_section): New function, corefile method.
11373 (init_procfs_ops): Set new target vector pointers.
11374 (find_memory_regions_callback): New function.
11375 (procfs_do_thread_registers): New function.
11376 (procfs_corefile_thread_callback): New function.
11377 * sol-thread.c (sol_find_memory_regions): New function.
11378 (sol_make_note_section): New function.
11379 (init_sol_thread_ops): Initialize new target vectors.
11380 * inftarg.c (inftarg_set_find_memory_regions): New function.
11381 Allow to_find_memory_regions vector to be taken over.
11382 (inftarg_set_make_corefile_notes): New function.
11383 Allow to_make_corefile_notes vector to be taken over.
11384 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11385 interface layer if not target_has_execution (may be a corefile).
11386 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11387 * config/sparc/sun4sol2.mh: Ditto.
11388 * config/alpha/alpha-linux.mh: Ditto.
11389 * config/arm/linux.mh: Ditto.
11390 * config/i386/x86-64linux.mh: Ditto.
11391 * config/ia64/linux.mh: Ditto.
11392 * config/m68k/linux.mh: Ditto.
11393 * config/mips/linux.mh: Ditto.
11394 * config/powerpc/linux.mh: Ditto.
11395 * config/sparc/linux.mh: Ditto.
11396
113972002-01-07 Michael Snyder <msnyder@redhat.com>
11398
11399 * arm-linux-nat.c: Remove references to regcache.c internal data
11400 (registers[] and register_valid[]).
11401
114022002-01-07 Michael Snyder <msnyder@redhat.com>
11403
11404 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11405 so that attaching to a pid will automatically read the process's
11406 symbol file and shlibs.
11407 * Makefile.in: Add rule for linux-proc.o.
11408 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11409 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11410 * config/arm/linux.mh: Ditto.
11411 * config/i386/linux.mh: Ditto.
11412 * config/i386/x86-64linux.mh: Ditto.
11413 * config/ia64/linux.mh: Ditto.
11414 * config/m68k/linux.mh: Ditto.
11415 * config/mips/linux.mh: Ditto.
11416 * config/powerpc/linux.mh: Ditto.
11417 * config/sparc/linux.mh: Ditto.
11418
114192002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11420
11421 * win32-nat.c: Add i386-tdep.h dependency.
11422
114232002-01-07 Michael Snyder <msnyder@redhat.com>
11424
11425 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11426 instead of bfd_get_arch_size. Don't bail out just because
11427 there's no exec_bfd.
11428
11429 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11430 * p-valprint.c (pascal_object_print_value): Ditto.
11431 * somread.c (som_symtab_read): Ditto.
11432 * symfile.c (simple_free_overlay_region_table): Ditto.
11433 * valops.c (value_assign): Ditto.
11434
11435 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11436 use tilde_expand and strerror for opening save-tracepoints file.
11437
11438 * thread-db.c (thread_db_new_objfile): Indendation fix.
11439
11440 * infptrace.c (GDB_MAX_ALLOCA): New define.
11441 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11442 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11443 can be overridden with whatever value is appropriate to the host).
11444 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11445 alloca to allocate potentially large buffer.
11446 * rs6000-nat.c (child_xfer_memory): Ditto.
11447 * symm-nat.c (child_xfer_memory): Ditto.
11448 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11449
114502002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11451
11452 From Nick Clifton <nickc@redhat.com>
11453 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11454
114552002-01-07 Michael Snyder <msnyder@redhat.com>
11456
11457 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11458 Don't use exec_bfd if it's NULL.
11459
114602002-01-06 Mark Kettenis <kettenis@gnu.org>
11461
11462 * valops.c (value_arg_coerce): Fix formatting.
11463
114642002-01-06 Andrew Cagney <ac131313@redhat.com>
11465
11466 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11467 * gnu-nat.c: Ditto.
11468
114692002-01-06 Andrew Cagney <ac131313@redhat.com>
11470
11471 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11472 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11473 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11474 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11475 z8k-coff have not been multi-arched. Update z8k-coff build
11476 status.
11477
114782002-01-06 Andrew Cagney <ac131313@redhat.com>
11479
11480 * MAINTAINERS: Mark a29k target as obsolete.
11481 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11482 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11483 comments.
11484 * NEWS: Note that a29k targets are obsolete.
11485 * a29k-tdep.c: Mark as obsolete.
11486 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11487 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11488 a29k-*-vxworks* targets as obsolete.
11489 * remote-adapt.c: Obsolete.
11490 * remote-eb.c: Obsolete.
11491 * remote-mm.c: Obsolete.
11492 * remote-udi.c: Obsolete.
11493 * config/a29k/a29k-udi.mt: Obsolete.
11494 * config/a29k/a29k.mt: Obsolete.
11495 * config/a29k/tm-a29k.h: Obsolete.
11496 * config/a29k/tm-vx29k.h: Obsolete.
11497 * config/a29k/vx29k.mt: Obsolete.
11498
114992002-01-05 Andrew Cagney <ac131313@redhat.com>
11500
11501 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11502 with BFD_ENDIAN_BIG.
11503
115042002-01-05 Andrew Cagney <ac131313@redhat.com>
11505
11506 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11507 * configure, config.in: Re-generate.
11508 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11509 * defs.h: Do not include <endian.h>.
11510
115112002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11512
11513 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11514 * config.in: Regenerate.
11515 * configure.in: Update copyright years.
11516 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11517 * configure: Regenerate.
11518 * i386bsd-nat.c: Update copyright years.
11519 (fill_gregset): Use regcache_collect.
11520 (fetch_inferior_registers): Only fetch integer registers
11521 if requested to do so. Add support for XMM registers
11522 using PT_GETXMMREGS.
11523 (store_inferior_registers): Only store integer registers
11524 if requested to do so. Add support for XMM registers
11525 using PT_SETXMMREGS.
11526 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11527 (store_inferior_registers): Remove.
11528 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11529 (fetch_elfcore_registers): New function.
11530 (i386nbsd_elfcore_fns): New.
11531 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11532 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11533 i386bsd-nat.o.
11534 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11535 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11536 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11537 * config/i386/tm-nbsd.h: Update copyright years.
11538 (HAVE_SSE_REGS): Define.
11539 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11540 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11541 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11542 (SIGCONTEXT_PC_OFFSET): Remove.
11543 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11544
115452002-01-05 Andrew Cagney <ac131313@redhat.com>
11546
11547 * configure.tgt: Remove powerpc-*-macos* target.
11548 * config/m68k/xm-mpw.h: Delete file.
11549 * config/xm-mpw.h: Delete file.
11550 * ser-mac.c: Delete file.
11551 * mpw-make.sed: Delete file.
11552 * mpw-config.in: Delete file.
11553 * mac-xdep.c: Delete file.
11554 * mac-gdb.r: Delete file.
11555 * mac-defs.h: Delete file.
11556 * mac-nat.c: Delete file.
11557 * config/powerpc/macos.mh: Delete file.
11558 * config/powerpc/macos.mt: Delete file.
11559 * config/powerpc/nm-macos.h: Delete file.
11560 * config/powerpc/tm-macos.h: Delete file.
11561 * source.c (openp, open_source_file): Remove obsolete code.
11562 * top.c (gdb_readline): Ditto.
11563 * utils.c (query): Ditto.
11564 * event-top.c (display_gdb_prompt): Ditto.
11565 * Makefile.in (ser-mac.o): Delete obsolete target.
11566 * NEWS: Update.
11567
115682002-01-04 Andrew Cagney <ac131313@redhat.com>
11569
11570 * defs.h (BIG_ENDIAN): Delete macro definition.
11571 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11572 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11573 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11574 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11575 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11576 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11577 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11578 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11579 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11580 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11581 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11582 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11583 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11584 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11585 * gdbarch.c: Re-generate.
11586
115872002-01-04 Daniel Jacobowitz <drow@mvista.com>
11588
11589 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11590 for core files.
11591
115922002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11593
11594 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11595
115962002-01-04 Andrew Cagney <ac131313@redhat.com>
11597
11598 * value.h (value_ptr): Delete typedef.
11599
116002002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11601
11602 * i386nbsd-nat.c: Update copyright years.
11603 Include i386-tdep.h.
11604
116052002-01-04 Elena Zannoni <ezannoni@redhat.com>
11606
11607 * stabsread.c: Update copyright years.
11608
11609 From Debashis Mahata <debashis.mahata@wipro.com>:
11610 (read_struct_fields): Deal with Sun C compiler erroneous stab
11611 output for structs and unions.
11612 Fix PR gdb/269.
11613
116142002-01-04 Daniel Jacobowitz <drow@mvista.com>
11615
11616 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11617 prototype.
11618
116192002-01-04 Daniel Jacobowitz <drow@mvista.com>
11620
11621 * cp-abi.c: Fix whitespace.
11622 (baseclass_offset): New wrapper function.
11623 * cp-abi.h (baseclass_offset): Add prototype.
11624 (struct cp_abi_ops): Add baseclass_offset pointer.
11625
11626 * valops.c (vb_match): Move to...
11627 * gnu-v2-abi.c (vb_match): here.
11628 * valops.c (baseclass_offset): Move to...
11629 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11630
11631 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11632
11633 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11634 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11635 * hpacc-abi.c (init_hpacc_ops): Likewise.
11636
116372002-01-04 Daniel Jacobowitz <drow@mvista.com>
11638
11639 * valops.c (find_overload_match): Accept obj as a
11640 reference parameter. Update it before returning.
11641 * value.h (find_overload_match): Update prototype.
11642 * eval.c (evaluate_subexp_standard): Pass object to
11643 find_overload_match by reference.
11644
116452002-01-03 Andrew Cagney <ac131313@redhat.com>
11646
11647 * valarith.c: Replace value_ptr with struct value pointer. Remove
11648 register attribute from value declarations.
11649 * valops.c: Ditto.
11650 * value.h: Ditto.
11651 * scm-lang.c (scm_lookup_name): Ditto.
11652
116532002-01-03 Michael Snyder <msnyder@redhat.com>
11654
11655 Abstract the functionality of iterating over mapped memory
11656 regions into a general purpose iterator function.
11657 * procfs.c (iterate_over_mappings): New function, general purpose
11658 iterator for memory sections.
11659 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11660 (solib_mappings_callback): New function, callback for above.
11661 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11662 (info_mappings_callback): New function, callback for above.
11663
11664 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11665
116662002-01-01 Mark Kettenis <kettenis@gnu.org>
11667
11668 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11669 * i386-tdep.c: Include "elf-bfd.h".
11670 (process_note_abi_tag_sections): New function.
11671 (i386_gdbarch_init): Add code to recognize various OS/ABI
11672 combinations.
11673
11674 * maint.c (_initialize_maint_cmds): Add missing \ in
11675 string-literal.
11676
11677For older changes see ChangeLog-2001
11678\f
11679Local Variables:
11680mode: change-log
11681left-margin: 8
11682fill-column: 74
11683version-control: never
11684End:
This page took 0.062563 seconds and 4 git commands to generate.