]> Git Repo - binutils.git/blob - gdb/ChangeLog
b2c884f2d53ba5317b00cd24aa91dfdf04bb98cd
[binutils.git] / gdb / ChangeLog
1 2002-10-02  Daniel Jacobowitz  <[email protected]>
2
3         Fix PR gdb/778
4         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
5         before recursing.
6         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
7         of fill_in_vptr_fieldno.
8
9 2002-10-02  Elena Zannoni  <[email protected]>
10  
11         * inferior.h (registers_info, stepi_command, nexti_command,
12         continue_command, interrupt_target_command): Export from infcmd.c.
13         * frame.h (args_info, selected_frame_level_changed_hook,
14         return_command): Export from stack.c.
15         * v850ice.c (stepi_command, nexti_command, continue_command): use
16         prototypes from inferior.h.
17         * tracepoint.c (registers_info, args_info, locals_info): Use
18         prototypes from frame.h and inferior.h.
19         * Makefile.in (mi-main.o): Add dependency on frame.h.
20
21 2002-10-02  Andrew Cagney  <[email protected]>
22
23         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
24         value in register 3 adjusted by ppc_gp0_regnum.
25
26         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
27
28 2002-10-02  Marko Mlinar <[email protected]>
29
30         * MAINTAINERS: Add myself to the Write After Approval list.
31
32 2002-10-01  Alexandre Oliva  <[email protected]>
33
34         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
35         of the section for the N64 ABI, fixed.
36
37         * config/mips/tm-irix6.h: Include solib.h.
38
39 2002-10-01  Elena Zannoni  <[email protected]>
40
41         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
42         GNU operators.
43
44 2002-10-01  Andrew Cagney  <[email protected]>
45
46         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
47         and that "mi0" syntax has been removed.
48
49 2002-09-30  David Carlton  <[email protected]>
50
51         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
52         * ppc-sysv-tdep.c: #include "gdb_string.h".
53         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
54         pacify GCC.
55
56 2002-10-01  Andrew Cagney  <[email protected]>
57
58         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
59         "vrsave"'s register number.
60
61 2002-09-30  Andrew Cagney  <[email protected]>
62
63         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
64         use frame_unwind_signed_register to obtain the PC.
65         (mips_frame_chain): Handle a generic dummy frame.
66         (mips_init_extra_frame_info): When a generic dummy frame, don't
67         re-compute the frame base.
68         (mips_pop_frame): Handle generic dummy frames.
69         (mips_gdbarch_init): When generic dummy frames, set
70         use_generic_dummy_frames, push_dummy_frame to
71         generic_push_dummy_frame, pc_in_call_dummy to
72         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
73         generic_save_dummy_frame_tos.
74
75 2002-09-30  Andrew Cagney  <[email protected]>
76
77         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
78         against TOP when TOP was explictly set.
79         (generic_push_dummy_frame): Set TOP to zero.
80
81 2002-09-30  Elena Zannoni  <[email protected]>
82
83         * event-loop.c (start_event_loop): Rename variable 'result' to
84         'gdb_result', to avoid conflicts with upcoming intepreters changes.
85
86 2002-09-30  Keith Seitz  <[email protected]>
87
88         * gdb-events.sh (selected_thread_changed): New event.
89         * gdb-events.c: Regenerated.
90         * gdb-events.h: Regenerated.
91
92 2002-09-30  Hans-Peter Nilsson  <[email protected]>
93
94         * MAINTAINERS: Add self to Write After Approval list.
95
96 2002-09-30  Fernando Nasser  <[email protected]>
97
98         * disasm.c: New file.  
99         * disasm.h: New file.  
100         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
101         (compare_lines): Ditto.
102         (dump_insns): Ditto.
103         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
104         argument.
105         (do_assembly_only): Ditto.
106         (do_disassembly): Renamed to gdb_disassembly and moved to
107         disasm.c.  Sdded uiout argument.
108         * Makefile.in: Add new files.  Reorder SFILES list. Update
109         dependencies.  Include libgdb.a later in the insight executable.
110
111 2002-09-29  Andrew Cagney  <[email protected]>
112
113         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
114         bfd/elf64-alpha-fbsd.c.
115
116 2002-09-29  Andrew Cagney  <[email protected]>
117
118         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
119         i386gnu-tdep.c.
120
121 2002-09-29  Andrew Cagney  <[email protected]>
122
123         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
124         __FUNCTION__.
125         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
126         function name.
127         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
128         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
129         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
130         (S_msg_sig_post_reply): Ditto.
131         
132 2002-09-28  Corinna Vinschen  <[email protected]>
133
134         * sh-tdep.c (sh_use_struct_convention): Use definition according
135         to ABI.
136         (sh_push_arguments): Store in register with correct endianess.
137         (sh_default_store_return_value): Ditto.
138         (sh_gdbarch_init): Set sizeof long double to 8.
139
140 2002-09-27  Mark Kettenis  <[email protected]>
141
142         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
143         Fix some whitespace problems.
144
145 2002-09-27  David Carlton  <[email protected]>
146
147         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
148         (mcore-tdep.o): Ditto.
149         (ns32k-tdep.o): Ditto.
150         (ns32knbsd-tdep.o): Ditto.
151         (sh3-rom.o): Ditto.
152         (vax-tdep.o): Ditto.
153         * cris-tdep.c: #include "gdb_string.h"
154         * mcore-tdep.c: Ditto.
155         * ns32k-tdep.c: Ditto.
156         * ns32knbsd-tdep.c: Ditto.
157         * sh3-rom.c: Ditto.
158         * vax-tdep.c: Ditto.
159
160 2002-09-27  David Carlton  <[email protected]>
161
162         * config/djgpp/fnchange.lst: Add entries for
163         gdb/testsuite/gdb.c++/m-static files.
164
165 2002-09-27  Jim Wilson  <[email protected]>
166
167         * MAINTAINERS: Add myself to the Write After Approval list.
168
169 2002-09-26  Martin M. Hunt  <[email protected]>
170
171         * mips-tdep.c (find_proc_desc): Initialize startaddr.
172
173
174 2002-09-26  Andrew Cagney  <[email protected]>
175
176         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
177         frame.
178
179 2002-09-26  Andrew Cagney  <[email protected]>
180
181         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
182         (rs6000_struct_return_address): Delete variable.
183         (rs6000_store_struct_return): Update.
184         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
185         deprecated_extract_struct_value_address.
186         (rs6000_frame_align): New function.
187         (rs6000_gdbarch_init): Set frame_align.
188
189 2002-09-26  Andrew Cagney  <[email protected]>
190
191         From Grace Sainsbury <[email protected]>:
192         * Makefile.in (gdbtk-main.o): New target.
193         (gdb.o): New target.
194         (main_h): Define.
195         (main.o): Update dependencies.
196         (gdb$(EXEEXT)): Add gdb.o.
197         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
198         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
199         (SUBDIR_GDBTK_CLEAN): Set.
200         (install-gdbtk): Install the insight binary.
201         (uninstall-gdbtk): New target.
202         (all-gdbtk, clean-gdbtk): New rule.
203         * top.c (use_windows): Default to zero.
204         * main.c: Include "main.h".
205         (main): Delete.
206         (struct captured_main_args): Delete.
207         (gdb_main): New function.
208         * main.h: New file.
209         * gdb.c: New File.
210
211 2002-09-25  Andrew Cagney  <[email protected]>
212
213         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
214         (frame_map_regnum_to_name): New function.
215         (frame_map_name_to_regnum): New function.
216         * frame.h (frame_map_name_to_regnum): Declare.
217         (frame_map_regnum_to_name): Declare.
218         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
219         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
220         * parse.c: Do not include "builtin-regs.h".
221         (target_map_name_to_register): Delete function.
222         (write_dollar_variable): Use frame_map_name_to_regnum.
223         * parser-defs.h (target_map_name_to_register): Delete declaration.
224         * expprint.c: Include "frame.h".
225         (print_subexp): Use frame_map_regnum_to_name.
226         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
227         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
228
229 2002-09-25  Andrew Cagney  <[email protected]>
230
231         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
232         wasn't saved, and the next innermost frame is a dummy, return the
233         dummy frame's link register.
234
235 2002-09-24  Jim Blandy  <[email protected]>
236
237         Fix from Paul Breed:
238         * main.c (captured_main): Add a `break' after the case for 'b'.
239
240 2002-09-24  Keith Seitz  <[email protected]>
241
242         * varobj.c (c_type_of_child): Use get_target_type instead
243         of TYPE_TARGET_TYPE.
244
245 2002-09-22  Fernando Nasser  <[email protected]>
246
247         * source.c (get_current_or_default_source_symtab_and_line): Remove
248         function.
249         (set_default_source_symtab_and_line): New function. Attempts to
250         determine a source file to list lines from if one is not currently
251         defined.
252         (get_current_source_symtab_and_line): Initialize sal.pc and
253         sal.end fields.
254         (set_current_source_symtab_and_line): Mark argument as const.
255         * source.h: Update declarations and comments.
256         * linespec.c (decode_line_1): Replace call to removed routine above.
257         * stack.c (print_frame_info_base): Ditto.
258         * cli/cli-cmds.c (edit_command): Ditto.
259         (list_command): Ditto.
260
261 2002-09-22  Fernando Nasser  <[email protected]>
262
263         * source.c (get_current__or_default_source_symtab_and_line): Initialize
264         sal.pc and sal.end fields.
265         (get_current_or_default_source_symtab_and_line): Ditto.
266         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
267         so we do not cause a new source symtab to be searched for (reverting an
268         unintentional change from the 2002-09-20 patch).
269         * scm-lang.c (scm_unpac): Ditto.
270
271 2002-09-21  Andrew Cagney  <[email protected]>
272
273         * complaints.c (symfile_explanations): Remove new-line from
274         ``isolated_message''.
275         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
276         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
277
278 2002-09-20  Nick Clifton  <[email protected]>
279         
280         * NEWS: Announce that V850EA ISA is no longer supported.
281         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
282
283 2002-09-20  David Carlton  <[email protected]>
284
285         * Makefile.in (c-lang.o): Correct dependencies.
286         (utils.o): Gather dependencies.
287         (charset.o): Move.
288         * c-lang.c: #include "gdb_string.h"
289
290 2002-09-20  Fernando Nasser  <[email protected]>
291
292         From 2002-07-02  George Helffrich <[email protected]>
293         * cli/cli-cmds.c (list_command): New function.  Implements the new
294         cli edit command.
295         (_init_cli_cmds): Add new command definition.
296         * gdb.1: Document edit command.
297         * doc/gdb.texinfo: Document edit command.
298
299 2002-09-20  Fernando Nasser  <[email protected]>
300
301         * source.c: Make global variables current_source_symtab and
302         current_source_line static.
303         (list_command): Moved to cli/cli-cmds.c.
304         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
305         (get_first_line_listed): New accessor function.
306         (get_lines_to_list): New accessor function.
307         (get_current_source_symtab_and_line): New function. Retrieves the
308         position in the source code that we consider current.
309         (get_current_or_default_source_symtab_and_line): New function.
310         Like the above but attempts to determine a default position if one
311         is not currently defined.
312         (set_current_source_symtab_and_line): New function. Sets the source
313         code position considered current and returns the previously set one.
314         (clear_current_source_symtab_and_line): Reset stored information about
315         a current source line.
316         (_initialize_source): Remove registration for the "list" command and
317         its alias.
318         * source.h: Add declarations for the new functions above.
319         * symtab.h: Remove declarations for the global variables mentioned
320         above.
321         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
322         obtain current source line.
323         * linespec.c (decode_line_1): Ditto.
324         * macroscope.c (default_macro_scope): Ditto.
325         * scm-lang.c (scm_unpac): Ditto.
326         * stack.c (print_frame_info_base): Ditto.
327         * symfile.c (clear_symtab_users): Ditto.
328         * symtab.c (decode_line_spec): Ditto.
329         * cli/cli-cmds.c (list_command): Moved here from source.c.
330         (ambiguous_line_spec): Moved here from source.c.
331         (_init_cli_cmds): Add definition for "list" and its alias.
332         * Makefile.in: Update dependencies.
333
334 2002-09-20  Corinna Vinschen  <[email protected]>
335
336         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
337         with what gcc thinks is correct.
338
339 2002-09-20  Corinna Vinschen  <[email protected]>
340
341         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
342         multiple register push instruction.
343
344 2002-09-19  Jim Blandy  <[email protected]>
345
346         Add support for distinct host and target character sets.
347         * charset.c, charset.h: New files.
348         * c-exp.y: #include "charset.h".
349         (yylex): Convert character and string literals to the target
350         character set, before returning them as the semantic value of the
351         token.
352         * c-lang.c: #include "charset.h".
353         (c_emit_char): Use charset-specific methods to recognize
354         characters with backslash escape forms, to decide which characters
355         to print literally and which to print using numeric escape
356         sequences, and to convert target characters to host characters
357         before printing.
358         * utils.c: #include "charset.h".
359         (no_control_char_error): New function.
360         (parse_escape): Use charset-specific methods to recognize
361         backslash escapes, parse `control character' notation, and convert
362         characters from the host character set to the target character set.
363         * configure.in: Set the default host character set.
364         Check where to find iconv, and what its argument types might be.
365         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
366         * Makefile.in (SFILES): List charset.c.
367         (COMMON_OBS): List charset.o.   
368         (charset.o): New rule.
369         (charset_h): New header dependency variable.
370         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
371         (LIBICONV): New variable, set by configure.
372         (CLIBS): Include $(LIBICONV) here.
373         * aclocal.m4, config.in, configure: Regenerated.
374
375 2002-09-19  Joel Brobecker  <[email protected]>
376
377         * ada-exp.y: Add missing semicolons to end rules. Fixes a
378         bison 1.35 warning.
379
380 2002-09-19  Richard Earnshaw  <[email protected]>
381
382         * gdb_mbuild.sh: New file.
383
384 2002-09-19  Andrew Cagney  <[email protected]>
385
386         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
387
388 2002-09-18  Andrew Cagney  <[email protected]>
389
390         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
391         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
392         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
393         valops.c, value.h: Revert previous change.
394         
395 2002-09-18  Michael Snyder  <[email protected]>
396
397         Preliminary support for Objective-C:
398         * defs.h (language_objc): New enum value.
399         (puts_filtered_tabular): Declaration only, exported from utils.c.
400         (skip_quoted): Delete, declared in completer.h.
401         * c-exp.y: Include completer.h.
402         * p-exp.y: Ditto.
403         * jv-exp.y: Ditto.
404         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
405         New operator enum values.
406         * language.h (CAST_IS_CONVERSION): Test for language_objc.
407         * language.c (binop_result_type): Handle language_objc case.
408         (integral_type, character_type, string_type, boolean_type,
409         structured_type, binop_type_check): Ditto.
410         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
411         (struct objc_specific): Add to general_symbol_info.
412         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
413         (SYMBOL_DEMANGLED_NAME): Handle objc case.
414         * parser-defs.h (struct objc_class_str): New struct type.
415         (start_msglist, end_msglist, add_msglist): Declaration only,
416         exported from objc-lang.c.
417         * value.h (value_of_local, value_nsstring, 
418         call_function_by_hand_expecting_type): Exported from valops.c.
419         * valops.c (find_function_addr): Export.
420         (call_function_by_hand_expecting_type): New function.
421         (value_of_local): New function.
422         * symfile.c (init_filename_language_table): Add ".m" extension
423         for Objective-C.
424         * utils.c (puts_filtered_tabular): New function.
425         (fprintf_symbol_filtered): Add objc demangling support (disabled).
426         (set/show demangle): Extend help-string to refer to ObjC.
427         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
428         * stabsread.c (symbol_reference_defined): Objective-C symbols
429         may contain colons: make allowances when scanning stabs strings
430         for colons.
431         (objc_find_colon): New function.
432         * printcmd.c (address_info): If language == objc then print
433         "self" instead of "this".
434         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
435         OP_NSSTRING, and OP_SELF.
436         (prefixify_subexp): Ditto.
437         * source.c (print_source_lines): Mention objc in comment.
438         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
439         method names.
440
441 2002-09-18  Andrew Cagney  <[email protected]>
442
443         * complaints.h: Update copyright.
444         (struct complaints): Declare.
445         (struct complaint): Make `message' constant.
446         (internal_complaint): Declare.
447         (complaint): Declare.
448         (complaint_root): Delete declaration.
449         (symfile_complaints): Delete declaration.
450         (struct complaints): Add opaque declaration.
451         (clear_complaints): Add a complaints parameter.
452         * complaints.c: Update copyright.
453         (enum complaint_series): Define.
454         (complaint_root): Delete.
455         (struct complaints): Define.
456         (complaint_sentinel, symfile_complaint_book): New variables.
457         (symfile_explanations, symfile_complaints): New variables.
458         New variables.
459         (get_complaints): New function.
460         (vcomplaint): New function.
461         (complaint): New function.
462         (internal_complaint): New function.
463         (complain): Call vcomplain with symfile_complaint.
464         (clear_complaints): Rewrite.
465         (_initialize_complaints): Use add_setshow_command.
466         * Makefile.in (complaints.o): Update dependencies.
467         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
468         to call to clear_complaints.
469         (new_symfile_objfile, reread_symbols): Ditto.
470         (oldsyms_complaint): Delete.
471         (empty_symtab_complaint, unknown_option_complaint): Delete.
472         (free_named_symtabs): Use complaint instead of complain.
473
474 2002-09-18  Michael Snyder  <[email protected]>
475
476         Contributed by Apple Computer, Inc.  Merged with current sources
477         by Adam Fedor <[email protected]> [cagney].
478         
479         * objc-lang.c: First clean-up round: comments, indentation.
480         * objc-lang.h: Ditto.
481         * objc-lang.y: Ditto.
482
483 2002-09-18  Andrew Cagney  <[email protected]>
484
485         * maint.c (maintenance_internal_error): Print the parameter as the
486         error message.
487         (maintenance_internal_warning): New function.
488         (_initialize_maint_cmds): Add command `maint internal-warning'.
489
490         * defs.h (internal_warning, internal_vwarning): Declare.
491         * utils.c (struct internal_problem): Define.
492         (internal_vproblem): New function.
493         (internal_warning): New function.
494         (internal_vwarning): New function.
495         (internal_warning_problem, internal_error_problem): New variables.
496         (internal_verror): Just call internal_vproblem.
497
498 2002-09-18  Michael Snyder  <[email protected]>
499
500         * objc-lang.c: New file, support for Objective-C.
501         Preliminary check-in, not yet integrated into gdb.
502         * objc-lang.h: New file.
503         * objc-exp.y:  New file.
504
505 2002-09-18  Andrew Cagney  <[email protected]>
506
507         * infrun.c (signal_stop_update): Convert definition to ISO C.
508         (signal_print_update): Ditto.
509         (signal_pass_update): Ditto.
510         * inflow.c (terminal_save_ours): Ditto.
511
512         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
513         comments.
514         
515         * config/djgpp/fnchange.lst: Handle name clashes between
516         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
517         bfd/coff-tic80.c.
518
519         * i386-linux-tdep.h: Fix tipo.
520
521 2002-09-18  Adam Fedor  <[email protected]>
522
523         * MAINTAINERS: Add myself to the Write After Approval list.
524
525 2002-09-18  Jim Blandy  <[email protected]>
526
527         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
528         texthigh and textlow to reader-specific structs caused
529         objfile_relocate to miss them.  This is fixable, but the work that
530         the change was supposed to prepare GDB for never got done anyway.
531
532 2002-09-18  David Carlton  <[email protected]>
533
534         * MAINTAINERS: Alphabetize Write After Approval list.
535
536 2002-09-18  Daniel Jacobowitz  <[email protected]>
537
538         Fix PR gdb/709
539         * values.c (value_static_field): Call read_var_value.
540
541 2002-09-18  Andrew Cagney  <[email protected]>
542
543         * valops.c (hand_function_call): Align the initial stack pointer
544         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
545         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
546         return value.
547         * mips-tdep.c (mips_frame_align): New function.
548         (mips_gdbarch_init): Set frame_align.
549         * gdbarch.sh (FRAME_ALIGN): New method.
550         * gdbarch.h, gdbarch.c: Re-generate.
551
552 2002-09-18  Michal Ludvig  <[email protected]>
553
554         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
555         registers.
556
557 2002-09-17  Andrew Cagney  <[email protected]>
558
559         * NEWS: Mention that MIPS $fp behavior changed.
560         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
561         reference to FP_REGNUM.
562         (mipsnbsd_cannot_store_register): Ditto.
563         * mips-linux-nat.c: Update copyright.
564         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
565         (mips_linux_cannot_store_register): Ditto.
566         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
567         * config/mips/tm-mips.h: Update copyright.
568         (FP_REGNUM): Delete macro.
569         (MIPS_REGISTER_NAMES): Replace "fp" with "".
570         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
571         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
572         (mips_r3041_reg_names, mips_r3051_reg_names)
573         (mips_r3081_reg_names): Replace "fp" with "".
574         Fix PR gdb/480.
575
576 2002-09-17  Theodore A. Roth  <[email protected]>
577
578         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
579         generic_read_register_dummy() (PR gdb/703).
580         (avr_push_return_address): #if 0 out unused vars.
581         (avr_gdbarch_init): Enable use of avr_push_return_address().
582
583 2002-09-17  Michael Snyder  <[email protected]>
584
585         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
586         RTE will take care of it.
587
588 2002-09-17  Andrew Cagney  <[email protected]>
589
590         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
591         invalid, return SP_REGNUM.
592
593 2002-09-17  Michael Snyder  <[email protected]>
594
595         * mips-tdep.c (mips_pop_frame): Read saved values of floating
596         point registers without sign extension.
597
598 2002-09-17  Andrew Cagney  <[email protected]>
599
600         * blockframe.c (deprecated_read_register_dummy): Rename
601         generic_read_register_dummy.
602         * frame.c (frame_unwind_signed_register): New function.
603         (frame_unwind_unsigned_register): New function.
604         * frame.h (frame_unwind_signed_register): Declare.
605         (frame_unwind_unsigned_register): Declare.
606         (deprecated_read_register_dummy): Rename
607         generic_read_register_dummy.
608
609         * h8300-tdep.c (h8300_frame_chain): Update.
610         (h8300_frame_saved_pc): Update.
611         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
612         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
613         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
614         (s390_frame_chain): Update.
615         * v850-tdep.c (v850_find_callers_reg): Update.
616         (v850_frame_saved_pc): Update.
617         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
618         (m32r_find_callers_reg): Update.
619         (m32r_frame_saved_pc): Update.
620         * sh-tdep.c (sh_find_callers_reg): Update.
621         (sh64_get_saved_pr): Update.
622         (sh_init_extra_frame_info): Update.
623         (sh_init_extra_frame_info): Update.
624         (sh64_init_extra_frame_info): Update.
625         (sh64_init_extra_frame_info): Update.
626         * mcore-tdep.c (mcore_find_callers_reg): Update.
627         (mcore_frame_saved_pc): Update.
628         (mcore_init_extra_frame_info): Update.
629         * i386-tdep.c (i386_frame_saved_pc): Update.
630         * ia64-tdep.c (ia64_frame_saved_pc): Update.
631         (ia64_init_extra_frame_info): Update.
632         (ia64_init_extra_frame_info): Update.
633         * d10v-tdep.c (d10v_frame_saved_pc): Update.
634         * cris-tdep.c (cris_init_extra_frame_info): Update.
635         * avr-tdep.c (avr_frame_chain): Update.
636         (avr_init_extra_frame_info): Update.
637         (avr_frame_saved_pc): Update.
638         * arm-tdep.c (arm_find_callers_reg): Update.
639         (arm_init_extra_frame_info): Update.
640         (arm_frame_saved_pc): Update.
641
642 2002-09-17  Tom Tromey  <[email protected]>
643
644         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
645         is "'".
646
647 2002-09-17  Corinna Vinschen  <[email protected]>
648
649         * MAINTAINERS: Remove "non multi-arched" text from h8300.
650         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
651         NEXT_PROLOGUE_INSN.
652         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
653         NEXT_PROLOGUE_INSN.
654
655 2002-09-16  Joel Brobecker  <[email protected]>
656
657         * osfsolib.c: Remove file, replaced by solib-osf.c.
658         * Makefile.in: Remove compilation rules for osfsolib.c.
659
660 2002-09-16  David Carlton  <[email protected]>
661
662         * cp-valprint.c (cp_print_class_method): Correct args to
663         check_stub_method_group.
664
665 2002-09-16  Corinna Vinschen  <[email protected]>
666
667         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
668         `set architecture'.  Unify naming convention of functions.
669         (h8300_skip_prologue): Improve prologue analysis.
670         (h8300_push_arguments): Rewritten to more closely match GCC's
671         bizarre argument-passing behavior, along with the comment describing
672         said behavior.
673         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
674         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
675         sim, remote-e7000.c, remote-hms.c and remote.c
676
677 2002-09-15  Mark Kettenis  <[email protected]>
678
679         * i386-tdep.c (gdb_print_insn_i386): Removed.
680         (i386_print_insn): New function.
681         (i386_gdbarch_init): Set print_insn to i386_print_insns.
682         (_initialize_i386_tdep): Don't initialize tm_print_insn and
683         tm_print_insn_info.
684
685 2002-09-14  Mark Kettenis  <[email protected]>
686
687         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
688         zero.
689
690 2002-09-14  Corinna Vinschen  <[email protected]>
691
692         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
693         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
694         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
695
696 2002-09-13  Christopher Faylor  <[email protected]>
697
698         * win32-nat.c (child_create_inferior): Honor 'tty' command.
699
700 2002-09-13  Daniel Jacobowitz  <[email protected]>
701
702         * gdbtypes.c (check_stub_method): Make static.
703         (check_stub_method_group): New function.
704         * gdbtypes.h: Update prototypes.
705         * cp-support.c: New file.
706         * cp-support.h: New file.
707
708         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
709         (update_method_name_from_physname): New function.
710         (read_member_functions): Correct method names for operators
711         and v3 constructors/destructors.  Separate v2 constructors and
712         destructors.
713         * Makefile.in (stabsread.o): Update dependencies.
714         (SFILES): Add cp-support.c.
715         (COMMON_OBS): Add cp-support.o.
716         (cp_support_h, cp-support.o): Add.
717
718         * cp-valprint.c (cp_print_class_method): Call
719         check_stub_method_group instead of check_stub_method.  Remove
720         extraneous QUITs.
721         * p-valprint.c (pascal_object_print_class_method): Likewise.
722         * valops.c (search_struct_method): Likewise.
723         (find_method_list, value_struct_elt_for_reference): Likewise.
724
725 2002-09-13  Andrew Cagney  <[email protected]>
726
727         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
728         * gdbarch.h, gdbarch.c: Regenerate.
729
730 2002-09-13  Andrew Cagney  <[email protected]>
731
732         * frame.c (find_saved_register): Delete function.
733         * frame.h (find_saved_register): Delete declaration.
734         Fix PR gdb/631.
735
736 Fri Sep 13 14:59:55 2002  Andrew Cagney  <[email protected]>
737
738         * mips-tdep.c (read_next_frame_reg): Re-hack using
739         frame_register_unwind.
740
741 Fri Sep 13 07:42:09 2002  Andrew Cagney  <[email protected]>
742
743         * mips-tdep.c (mips_get_saved_register): Re-hack using
744         frame_register_unwind.
745
746 2002-09-12  Joel Brobecker  <[email protected]>
747
748         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
749         vector. Will be useful for Interix.  
750         * gdbarch.h, gdbarch.c: Regenerate.
751
752         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
753         name of the malloc function by NAME_OF_MALLOC.
754
755 2002-09-12  Joel Brobecker  <[email protected]>
756
757         * value.h (find_function_in_inferior): Add const keyword to
758         one of the parameters. Allows us to invoke this function with
759         a const char *.
760         * valops.c (find_function_in_inferior): Likewise.
761
762 2002-09-12  Joel Brobecker  <[email protected]>
763
764         * exec.c (xfer_memory): Fix compilation warning with old versions
765         of GCC.
766         * tracepoint.c (trace_find_tracepoint_command): Likewise.
767
768 2002-09-12  David Carlton  <[email protected]>
769
770         * symtab.h: Run through gdb_indent.h.
771         Add 2002 to Copyright year list.
772
773 2002-09-12  Alan Modra  <[email protected]>
774
775         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
776         mach constants.
777         * MAINTAINERS: Add myself to write after approval list.
778
779 2002-09-11  J. Brobecker  <[email protected]>
780
781         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
782
783 2002-09-11  J. Brobecker  <[email protected]>
784
785         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
786         Interix.
787
788 2002-06-05  Paul N. Hilfinger  <[email protected]>
789
790         * procfs.c (do_detach): Clear current signal, not just fault.
791         Corrects problem with breakpoint trap signal leaking to detached
792         process on Tru64.
793
794 2002-09-10  Michael Snyder  <[email protected]>
795
796         * buildsym.c (finish_block): Protect against null pointer.
797
798 2002-09-10  Andrew Cagney  <[email protected]>
799
800         * infcmd.c (default_print_registers_info): Send all output to
801         ``file'' instead of ``gdb_stdout''.
802
803 2002-09-10  Michael Snyder  <[email protected]>
804
805         * mips-tdep.c (mips_extract_struct_value_address): Make val a
806         LONGEST, and use signed register read (addresses are sign-
807         extended for mips).
808
809 2002-09-10  Stephane Carrez  <[email protected]>
810
811         * event-loop.c (gdb_do_one_event): Make public.
812         * event-loop.h (gdb_do_one_event): Declare.
813
814 2002-09-10  Jeff Law  <[email protected]>
815
816         * infttrace.c (child_resume): Simplify and rework to avoid
817         TT_PROC_CONTINUE.
818
819 2002-09-09  Fred Fish  <[email protected]>
820
821         * printcmd.c (print_scalar_formatted): "len" is the number of
822         target bytes, NOT the number of target bits.
823
824 2002-09-09  Elena Zannoni  <[email protected]>
825
826         From: Emmanuel Thome'  <[email protected]>
827         * top.c (init_main): Set rl_terminal_name.
828
829 2002-09-08  Aidan Skinner <[email protected]>
830
831         * ada-lang.c (ada_array_bound, ada_type_match,
832         _initialize_ada_language): Fix K&R definitions.
833         * ada-tasks.c (get_current_task): Fix K&R definitions.
834         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
835                         
836 2002-09-07  Christopher Faylor  <[email protected]>
837
838         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
839         Add XP.
840
841 2002-09-06  Mark Kettenis  <[email protected]>
842
843         * i386-tdep.c (i386_register_virtual_type,
844         i386_register_convertible, i386_register_convert_to_virtual,
845         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
846         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
847         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
848         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
849         Don't set push_arguments twice.
850
851         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
852         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
853         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
854         sigtramp_end to NULL.
855         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
856         defines.
857         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
858
859         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
860         whitespace.
861
862         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
863         * gdbarch.h, gdbarch.c: Re-generate.
864         * blockframe.c (find_pc_sect_partial_function): Convert to use
865         SIGTRAMP_START_P predicate.
866
867 2002-09-05  Michael Snyder  <[email protected]>
868
869         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
870         generic_dummy_frame method and old method.  Also distinguish
871         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
872         (arm_extract_return_value): Use new regcache method.
873
874         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
875         adjustment that doesn't conform to the ABI.
876         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
877         saved regcache, not from current regcache.
878
879 2002-09-05  Andrew Cagney  <[email protected]>
880
881         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
882         * README: Update.
883
884 2002-09-04  Jason Thorpe  <[email protected]>
885
886         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
887         if arm_apcs_32 is false.
888
889 2002-09-04  Andrew Cagney  <[email protected]>
890
891         GDB 5.3 branch created.
892
893 2002-09-03  Theodore A. Roth  <[email protected]>
894
895         * gdb/avr-tdep.c (avr_gdbarch_init): Use
896         generic_unwind_get_saved_register.
897
898 2002-09-03  David Carlton  <[email protected]>
899
900         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
901         argument (PR gdb/653).  Update call to smash_to_method_type.
902         (read_structure_scope): Update call to dwarf2_add_member_fn.
903
904 2002-09-03  Michal Ludvig  <[email protected]>
905
906         * x86-64-linux-tdep.c: Include gdb_string.h
907         * x86-64-linux-nat.c: Ditto.
908
909 2002-09-02  Jason Thorpe  <[email protected]>
910
911         * ada-exp.y (yyname, yyrule): Remap global variables that appear
912         when YYDEBUG is set to 1.  
913         * c-exp.y: Likewise.
914         * f-exp.y: Likewise.
915         * jv-exp.y: Likewise.
916         * m2-exp.y: Likewise.
917         * p-exp.y: Likewise.
918
919 2002-09-02  Jason Thorpe  <[email protected]>
920
921         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
922         dependency list.
923         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
924         solib_svr4_fetch_link_map_offsets to
925         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
926         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
927         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
928         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
929         solib-svr4.o, and solib-legacy.o.
930         * config/i386/tm-nbsd.h: Include solib.h.
931
932 2002-09-02  Jason Thorpe  <[email protected]>
933
934         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
935         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
936         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
937         comment noting that this needs its own target configuration.
938         * config/i386/nbsd.mt: New file.
939         * config/i386/nbsdaout.mt: Remove.
940         * config/i386/nbsdelf.mt: Ditto.
941         * config/i386/tm-nbsdaout.h: Ditto. 
942
943 2002-09-02  Jason Thorpe  <[email protected]>
944
945         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
946         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
947         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
948         tdep->sigtramp_end.
949         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
950         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
951         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
952
953 2002-09-02  Jason Thorpe  <[email protected]>
954
955         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
956         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
957         * i386-tdep.h (i386bsd_init_abi): New prototype.
958         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
959         function declaration.
960         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
961         for NetBSD-a.out or NetBSD-ELF.
962         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
963         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
964         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
965         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
966         and nbsd-tdep.h.
967         (i386nbsd_pc_in_sigtramp): New function.
968         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
969         i386nbsd_pc_in_sigtramp.
970         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
971         and i386nbsdelf_init_abi OS ABI handlers.
972         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
973         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
974
975 2002-09-02  Mark Kettenis  <[email protected]>
976
977         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
978         registers if the target really has them.
979
980 2002-08-31  Jason Thorpe  <[email protected]>
981
982         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
983         than nbsd-tdep.h.
984
985 2002-08-31  Jason Thorpe  <[email protected]>
986
987         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
988         list.
989         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
990         (alphanbsd_skip_sigtramp_frame): New functions. 
991         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
992         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
993         to alphanbsd_sigcontext_addr. 
994
995 2002-08-31  Jason Thorpe  <[email protected]>
996
997         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
998         list.
999         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
1000         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1001         nbsd_pc_in_sigtramp. 
1002         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1003         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1004         * nbsd-tdep.c: Include gdb_string.h.
1005         (nbsd_pc_in_sigtramp): New function. 
1006         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
1007         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1008         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1009         ppcnbsd_pc_in_sigtramp. 
1010         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1011         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1012         shnbsd_pc_in_sigtramp. 
1013         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1014         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
1015         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1016
1017 2002-08-30  Pierre Muller  <[email protected]>
1018
1019         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1020         watchpoints to NULL.
1021         (insert_breakpoints): set val field of watchpoints if NULL.
1022
1023
1024 2002-08-29  Jim Blandy  <[email protected]>
1025
1026         * symtab.c (lookup_symbol_aux): In the cases where we find a
1027         minimal symbol of an appropriate name and use its address to
1028         select a symtab to read and search, use `name' (as passed to us)
1029         as the demangled name when searching the symtab's global and
1030         static blocks, not the minsym's name.
1031
1032 2002-08-29  Keith Seitz  <[email protected]>
1033
1034         * stack.c (print_frame_info_base): Always set current_source_symtab
1035         and current_source_line.
1036
1037 2002-08-29  Donn Terry  <[email protected]>
1038
1039         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1040
1041 2002-08-28  Keith Seitz  <[email protected]>
1042
1043         * stack.c (select_frame): Add FIXME concerning selected-frame
1044         events.
1045         (select_frame_command): Send selected-frame-level-changed
1046         event notification, but only if the level actually changed.
1047         (up_silently_base): Add selected-frame-level-changed event
1048         notification.
1049         (down_silently_base): Likewise.
1050
1051 2002-08-28  Andrew Cagney  <[email protected]>
1052
1053         * Makefile.in: Update dependencies for all gdb/*.c files.
1054
1055 2002-08-27  Tom Tromey  <[email protected]>
1056
1057         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1058         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1059         Update dependencies.
1060         * i387-tdep.c: Include gdb_string.h.
1061         * osabi.c: Likewise.
1062         * i386-linux-nat.c: Likewise.
1063         * lin-lwp.c: Likewise.
1064         * ax-gdb.c: Likewise.
1065         * signals/signals.c: Likewise.
1066         * jv-valprint.c: Likewise.
1067         * p-lang.c: Likewise.
1068         * c-valprint.c: Likewise.
1069         * cp-abi.c: Likewise.
1070
1071 2002-08-27  Elena Zannoni  <[email protected]>
1072
1073         * cli/cli-script.h (copy_command_lines): Export.
1074         * breakpoint.c: Include cli/cli-script.h.
1075         * Makefile.in (breakpoint.o): Update dependencies.
1076
1077 2002-08-26  Michael Snyder  <[email protected]>
1078
1079         * breakpoint.c (insert_breakpoints): Protect all references
1080         to 'process_warning'.  Shorten long lines.
1081
1082 2002-08-26  Joel Brobecker  <[email protected]>
1083
1084         * cli/cli-script.c (copy_command_lines): New function.
1085         * defs.h (copy_command_lines): Export.
1086         * testsuite/gdb.base/commands.exp: New tests for commands
1087         attached to a temporary breakpoint, and for commands that
1088         delete the breakpoint they are attached to.
1089         
1090 2002-08-26  Michael Snyder  <[email protected]>
1091
1092         * breakpoint.c (bpstat_stop_status): Instead of copying the 
1093         pointer to the breakpoint commands struct, make a new copy
1094         of the struct and point to that.
1095         (bpstat_clear): Free the commands struct.
1096         (bpstat_clear_actions): Free the commands struct.
1097         (bpstat_do_actions): Free the command actions.  Also execute
1098         the local cleanups, instead of deleting them.
1099         (delete_breakpoint): Leave the commands field of the bpstat
1100         chain alone -- it will be freed later.
1101
1102 2002-08-26  Kevin Buettner  <[email protected]>
1103
1104         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1105         deleted in 2002-08-20 commit.  This function is still used by
1106         ppc-linux-nat.c.
1107
1108 2002-08-26  Keith Seitz  <[email protected]>
1109
1110         * gdb-events.sh: Add selected-frame-level-changed event.
1111         * gdb-events.c: Regenerated.
1112         * gdb-events.h: Regenerated.
1113         
1114 2002-08-26  Stephane Carrez  <[email protected]>
1115
1116         Fix PR gdb/393:
1117         * inflow.c (terminal_save_ours): New function to save terminal
1118         settings.
1119         * inferior.h (terminal_save_ours): Declare.
1120         * target.c (debug_to_terminal_save_ours): New function.
1121         (cleanup_target): Defaults to_terminal_save_ours.
1122         (update_current_target): Inherit to_terminal_save_ours.
1123         (setup_target_debug): Set to_terminal_save_ours.
1124         * target.h (target_terminal_save_ours): New to save terminal settings.
1125         (target_ops): New member to_terminal_save_ours.
1126         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1127         * hpux-thread.c (init_hpux_thread_ops): Likewise.
1128         * inftarg.c (init_child_ops): Likewise.
1129         * m3-nat.c (init_m3_ops): Likewise.
1130         * procfs.c (init_procfs_ops): Likewise.
1131         * wince.c (init_child_ops): Likewise.
1132         * win32-nat.c (init_child_ops): Likewise.
1133         * sol-thread.c (init_sol_thread_ops): Likewise.
1134
1135 2002-08-26  Mark Kettenis  <[email protected]>
1136
1137         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
1138         use regcache_* functions.
1139         (i386_gdbarch_init): Set store_return_value instead of
1140         deprecated_store_return_value.
1141
1142         * regcache.c (regcache_raw_write_signed,
1143         regcache_raw_write_unsigned): New functions.
1144         * regcache.h (regcache_raw_write_signed,
1145         regcache_raw_write_unsigned): New prototypes.
1146
1147 2002-08-25  Andrew Cagney  <[email protected]>
1148
1149         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1150         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1151         source file dependencies.  Cleanup corresponding generator rules.
1152
1153 2002-08-25  Andrew Cagney  <[email protected]>
1154
1155         * regcache.h (register_offset_hack): Declare.
1156         (regcache_cooked_read_using_offset_hack): Declare.
1157         (regcache_cooked_write_using_offset_hack): Declare.
1158
1159         * regcache.c (register_offset_hack): New function.
1160         (regcache_cooked_read_using_offset_hack): New function.
1161         (regcache_cooked_write_using_offset_hack): New function.
1162         (regcache_dump): Check that the registers, according to their
1163         offset, are packed hard against each other.
1164         (cooked_xfer_using_offset_hack): New function.
1165
1166 2002-08-25  Andrew Cagney  <[email protected]>
1167
1168         * regcache.c (struct regcache_descr): Add field register_type.
1169         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1170         in as a parameter
1171         (init_regcache_descr): Initialize register_type.  Pass the descr
1172         to init_legacy_regcache_descr.  Use register_type instead of
1173         REGISTER_VIRTUAL_TYPE.
1174         (register_type): New function.
1175         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1176         * regcache.h (register_type): Declare.
1177
1178 2002-08-25  Andrew Cagney  <[email protected]>
1179
1180         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1181         instead of deprecated_store_return_value.  Fix fallout from
1182         2002-08-23 Andrew Cagney <[email protected]>.
1183
1184 2002-08-25  Andrew Cagney  <[email protected]>
1185
1186         * regcache.c (max_register_size): New function.
1187         (init_legacy_regcache_descr): Ensure that max_register_size is
1188         large enough for REGISTER_VIRTUAL_SIZE.
1189         * regcache.h (max_register_size): Declare.
1190
1191 2002-08-24  Andrew Cagney  <[email protected]>
1192
1193         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1194         store_return_value.
1195         (e500_extract_return_value): Change type of valbuf pointer to
1196         void.
1197
1198 2002-08-24  Mark Kettenis  <[email protected]>
1199
1200         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1201         workaround.
1202
1203         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1204         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1205         long long) to prevent compiler warning on 64-bit systems.
1206
1207 2002-08-23  Andrew Cagney  <[email protected]>
1208
1209         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1210         (DEPRECATED_STORE_RETURN_VALUE): New method.
1211         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1212         * gdbarch.h, gdbarch.c: Re-generate.
1213
1214         * values.c (set_return_value): Pass current_regcache to
1215         STORE_RETURN_VALUE.
1216         * arch-utils.h (legacy_store_return_value): Declare.
1217         * arch-utils.c (legacy_store_return_value): New function.
1218         (legacy_extract_return_value): Update parameters.
1219
1220         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1221         STORE_RETURN_VALUE.
1222         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1223         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1224         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1225         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1226         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1227         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1228         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1229         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1230         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1231         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1232
1233         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1234         * i386-tdep.c (i386_extract_return_value): Update.
1235         * arch-utils.c (legacy_extract_return_value): Update.
1236         * frv-tdep.c (frv_gdbarch_init): Update.
1237         * cris-tdep.c (cris_gdbarch_init): Update.
1238         * d10v-tdep.c (d10v_gdbarch_init): Update.
1239         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1240         * m68k-tdep.c (m68k_gdbarch_init): Update.
1241         * mcore-tdep.c (mcore_gdbarch_init): Update.
1242         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1243         * s390-tdep.c (s390_gdbarch_init): Update.
1244         * sparc-tdep.c (sparc_gdbarch_init): Update.
1245         * sh-tdep.c (sh_gdbarch_init): Update.
1246         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1247         * v850-tdep.c (v850_gdbarch_init): Update.
1248         * avr-tdep.c (avr_gdbarch_init): Update.
1249         * ia64-tdep.c (ia64_gdbarch_init): Update.
1250         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1251         * vax-tdep.c (vax_gdbarch_init): Update.
1252         * alpha-tdep.c (alpha_gdbarch_init): Update.
1253         * arm-tdep.c (arm_gdbarch_init): Update.
1254         * mips-tdep.c (mips_gdbarch_init): Update.
1255         * i386-tdep.c (i386_gdbarch_init): Update.
1256
1257 2002-08-23  Andrew Cagney  <[email protected]>
1258
1259         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1260         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1261
1262 2002-08-24  Mark Kettenis  <[email protected]>
1263
1264         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
1265         problems.
1266
1267 2002-08-23  Joel Brobecker  <[email protected]>
1268
1269         * infrun.c (handle_inferior_event): Move a comment outside of a
1270         function call, in order to avoid indent reformatting this part
1271         of the code in an unreadable way.
1272
1273 2002-08-23  Grace Sainsbury  <[email protected]>
1274
1275         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1276         when breakpoints fail. Move general breakpoint error messages to
1277         insert_breakpoints.  
1278         * breakpoint.c (insert_breakpoints): Change warnings when
1279         breakpoints are nto inserted to specify the type. Remove call to
1280         memory_error when hardware breakpoints can't be inserted. Remove
1281         multiple calls to warning so all messages are sent to the user at
1282         once.
1283         (delete_breakpoints): Make insert error messsages more explicit.
1284
1285 2002-08-23  Daniel Jacobowitz  <[email protected]>
1286
1287         * ChangeLog: Move gdbserver entries after GDB 5.2 to
1288         gdbserver/ChangeLog.
1289
1290 2002-08-23  Mark Kettenis  <[email protected]>
1291
1292         * i386-tdep.c: Include "objfiles.h".
1293         (i386_svr4_init_abi): Set in_solib_call_trampoline and
1294         skip_trampoline_code.
1295         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1296         (CPLUS_MARKER): Define to '.'.
1297
1298         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1299         member.
1300         (linux_corefile_thread_callback): Increase args->num_notes.
1301         (linux_make_note_section): Initialize thread_args.num_notes, and
1302         use it to determine whether notes for any threads were created.
1303
1304 2002-08-23  Donn Terry  <[email protected]>
1305
1306         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1307         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1308         and PCUNKILL.
1309         (write_with_trace): Conditionalize out the switch branch handling
1310         PCSHOLD if the corresponding macro is not defined. Likewise for
1311         PRSABORT and PRSTOP.
1312         This change will be needed by the Interix port.
1313
1314 2002-08-22  Elena Zannoni  <[email protected]>
1315
1316         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1317         write_register wherever possible instead of manipulating the
1318         register bytes directly.
1319         Assign VALUE_CONTENTS to a variable and use that.
1320         The GPR numbers are now dependent on the architecture.
1321         
1322 2002-08-22  Elena Zannoni  <[email protected]>
1323
1324         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1325         ev_offset fields.
1326         (skip_prologue): Add support for BookE/e500 instructions.
1327         (e500_extract_return_value): New function.
1328         (frame_get_saved_regs): Add support for saving ev registers and
1329         pseudo gpr's.
1330         (e500_store_return_value): New function.
1331         (rs6000_gdbarch_init): Move up default intializations of
1332         deprecated_extract_return_value and store_return_value.  Overwrite
1333         init of store_return_value with e500 specific version.
1334         Set extract_return_value for e500.
1335         
1336 2002-08-22  Elena Zannoni  <[email protected]>
1337
1338         * blockframe.c (generic_call_dummy_register_unwind): Use
1339         regcache_cooked_read to catch cases in which the variable is
1340         stored in a pseudo register.
1341
1342 2002-08-22  Andrew Cagney  <[email protected]>
1343
1344         * NEWS: Mention that the i960 has been made obsolete.
1345         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1346         i960-tdep.c
1347         (remote-nrom.o): Obsolete target.
1348         (remote-nindy.o, i960-tdep.o): Ditto.
1349         * remote-nrom.c: Make file obsolete.
1350         * remote-nindy.c, remote-vx960.c: Ditto.
1351         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1352         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1353         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1354         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1355         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1356         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1357         i960-*-vxworks* obsolete.
1358         * MAINTAINERS: Note that the i960 is obsolete.
1359
1360 2002-08-21  Corinna Vinschen  <[email protected]
1361
1362         * aix-thread.c (aix_thread_detach): Disable thread debugging on
1363         detach to allow reinitialization.
1364
1365 2002-08-22  Andrew Cagney  <[email protected]>
1366
1367         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1368         attempt).
1369
1370 2002-08-22  Jim Blandy  <[email protected]>
1371
1372         * coffread.c (coff_symfile_read): Don't try to read the line
1373         number table from disk if the image file doesn't have a symbol
1374         table; we'll never actually look at the info anyway, and Windows
1375         ships DLL's with bogus file offsets for the line number data.
1376
1377 2002-08-21  Elena Zannoni  <[email protected]>
1378
1379         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1380         an e500 executable.
1381
1382 2002-08-21  Michael Snyder  <[email protected]>
1383
1384         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1385         (MSYMBOL_SIZE): Replace macro with function.
1386         (DEFAULT_MIPS_TYPE): Delete unused macro.
1387         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1388         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1389
1390 2002-08-21  Jim Blandy  <[email protected]>
1391
1392         * valops.c (value_cast): Simplify and correct logic for doing a
1393         static cast from a pointer to a base class to a pointer to a
1394         derived class.
1395
1396 2002-08-21  Andrew Cagney  <[email protected]>
1397
1398         * infcmd.c (default_print_registers_info): Replace
1399         do_registers_info.
1400         (registers_info): Use gdbarch_print_registers_info instead of
1401         DO_REGISTERS_INFO.
1402         * inferior.h (default_print_registers_info): Replace
1403         do_registers_info.
1404         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1405         (DO_REGISTERS_INFO): Change to a predicate function.
1406         * gdbarch.h, gdbarch.c: Regenerate.
1407         
1408 2002-08-21  Keith Seitz  <[email protected]>
1409
1410         * gdb-events.sh: Add target-changed event.
1411         * gdb-events.c: Regenerated.
1412         * gdb-events.c: Regenerated.
1413         * valops.c (value_assign): Add target-changed event notification
1414         to inlval_register, lval_memory, and lval_reg_frame_relative.
1415
1416 2002-08-21  Joel Brobecker  <[email protected]>
1417
1418         * NEWS: Add an entry regarding the improvement of the next/step
1419         operation on Alpha Tru64 multi-processor machines.
1420
1421 2002-08-21  Andrew Cagney  <[email protected]>
1422
1423         * Makefile.in: Update dependencies for mi/ cli/ and tui/
1424         directores.
1425         * Makefile.in: Update all _h macro definitions.
1426         * Makefile.in (install-gdbtk): Move to install section.
1427         (rdi-share/libangsd.a): Move to end of file.
1428
1429 2002-08-19  Andrew Cagney  <[email protected]>
1430
1431         * frame.c (frame_register_unwind): When a register, set addrp to
1432         the register's byte.
1433
1434 2002-08-20  Michael Snyder  <[email protected]>
1435
1436         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1437         used locally, so move them from the target machine header to here.
1438         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
1439         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
1440         Make static.
1441         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1442
1443 2002-08-20  Andrew Cagney  <[email protected]>
1444
1445         * NEWS: Mention that the Apollo line was made obsolete.
1446         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1447         m68*-hp-hpux* obsolete.
1448         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1449         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1450         * buildsym.c (make_blockvector): Make static.
1451         * buildsym.h (make_blockvector): Make extern declaration obsolete.
1452         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1453         (ALLDEPFILES): Remove dstread.c.
1454         (dstread.o): Obsolete make rule.
1455         * dstread.c: Makefile obsolete.
1456         * dst.h: Ditto.
1457         * config/m68k/hp300hpux.mt: Ditto.
1458         * config/m68k/hp300hpux.mh: Ditto.
1459         * config/m68k/hp300bsd.mt: Ditto.
1460         * config/m68k/hp300bsd.mh: Ditto.
1461         * config/m68k/apollo68b.mt: Ditto.
1462         * config/m68k/apollo68v.mh: Ditto.
1463         * config/m68k/apollo68b.mh: Ditto.
1464
1465 2002-08-20  Michael Snyder  <[email protected]>
1466
1467         * mips-tdep.c (mips_in_return_stub): Make static.
1468         (mips_gdbarch_init): Set in_solib_return_trampoline.
1469         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1470
1471 2002-08-20  Michael Snyder  <[email protected]>
1472
1473         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1474         * gdbarch.c, gdbarch.h: Regenerate.
1475         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1476         Add.
1477         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1478
1479 2002-08-20  Michael Snyder  <[email protected]>
1480
1481         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1482         (mips_gdbarch_init): Set skip_trampoline_code, 
1483         in_solib_call_trampoline.
1484         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1485         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1486
1487 2002-08-20  Elena Zannoni  <[email protected]>
1488
1489         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1490
1491         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1492         vector type for ev registers.
1493         (e500_pseudo_register_read): New function.
1494         (e500_pseudo_register_write): New function.
1495         (e500_dwarf2_reg_to_regnum): New function.
1496         (PPC_UISA_NOFP_SPRS): New macro.
1497         (PPC_EV_REGS): New macro.
1498         (PPC_GPRS_PSEUDO_REGS): New macro.
1499         (registers_e500): New register set for e500.
1500         (variants): Add e500 variant.
1501         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1502         before setting architectural dependent variations.  Initialize ev
1503         registers numbers.  Add case for e500 architecture.  Set the
1504         number of pseudo registers.
1505
1506 2002-08-20  Elena Zannoni  <[email protected]>
1507
1508         * rs6000-tdep.c: Clean up comments.
1509
1510 2002-08-20  Andrew Cagney  <[email protected]>
1511
1512         * h8300-tdep.c: Re-indent file.
1513
1514 2002-08-20  Jim Blandy  <[email protected]>
1515
1516         * Makefile.in (LDFLAGS): Allow the configure script to establish a
1517         default for this.
1518
1519 2002-08-20  Keith Seitz  <[email protected]>
1520
1521         * breakpoints.c (watch_command_1): Use internal breakpoint
1522         when setting a watchpoint_scope breakpoint.
1523
1524 2002-08-20  Elena Zannoni  <[email protected]>
1525
1526         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1527         (build_builtin_type_vec64i): Ditto.
1528         (build_builtin_type_vec128): Ditto.
1529         (build_builtin_type_vec128i): Ditto.
1530
1531 2002-08-19  Michael Snyder  <[email protected]>
1532
1533         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1534         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1535         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1536         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1537         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1538         CALL_DUMMY_ADDRESS): Delete.
1539         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1540         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1541         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
1542         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
1543         push_return_address.
1544         (mips_register_raw_size, mips_eabi_use_struct_convention, 
1545         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1546         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1547         mips_init_extra_frame_info, mips_eabi_push_arguments, 
1548         mips_n32n64_push_arguments, mips_push_return_address,
1549         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1550         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1551
1552 2002-08-19  Michael Snyder  <[email protected]>
1553
1554         * mips-tdep.c (mips_frame_num_args): New function.
1555         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1556         frame_saved_pc, frame_args_address, frame_locals_address, 
1557         frame_num_args, and frame_args_skip.
1558         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1559         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
1560         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1561         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1562
1563 2002-08-20  Michael Snyder  <[email protected]>
1564
1565         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1566         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1567         * mips-tdep.c (mips_store_struct_return): New function.
1568         (mips_extract_struct_value_address): New function.
1569         (mips_gdbarch_init): Set store_struct_return and
1570         extract_struct_value_address.
1571
1572 2002-08-20  David Carlton  <[email protected]>
1573
1574         * dwarf2read.c (dwarf2_build_psymtabs): Check that
1575         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1576         (read_file_scope): Check that line_header is nonzero before
1577         decoding macro information.
1578
1579 2002-08-20  Mark Kettenis  <[email protected]>
1580
1581         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1582         flag the general-purpose registers as floating-point on targets
1583         that don't support the floating-point registers.
1584
1585 2002-08-20  Elena Zannoni  <[email protected]>
1586
1587         * rs6000-tdep.c (altivec_register_p): Delete.
1588         (rs6000_do_altivec_registers): Delete.
1589         (rs6000_altivec_registers_info): Delete.
1590         (rs6000_do_registers_info): Delete.
1591         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1592         (rs6000_gdbarch_init): Remove setting of do_registers_info.
1593
1594 2002-08-20  Elena Zannoni  <[email protected]>
1595
1596         * infcmd.c (do_registers_info): Print vector registers in hex
1597         format only.
1598         (print_vector_info): Check that printing registers
1599         makes sense.
1600         (print_float_info): Ditto.
1601
1602 2002-08-20  Andrew Cagney  <[email protected]>
1603
1604         * mips-tdep.c (mips_gdbarch_init): Update.
1605         (mips_o32_extract_return_value): Rewrite.
1606         (mips_o32_store_return_value): Rewrite.
1607         (mips_o32_xfer_return_value): New function.
1608         (mips_xfer_register): Tweak debug print message.  Allow for
1609         buf_offset when dumping the value transfered.
1610
1611 2002-08-20  Andrew Cagney  <[email protected]>
1612
1613         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1614         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1615         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1616         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1617         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1618
1619 2002-08-14  Michael Snyder  <[email protected]>
1620
1621         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1622
1623 2002-08-19  Elena Zannoni  <[email protected]>
1624
1625         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1626         register.
1627         (P): New macro to define a register as a pseudo register.
1628         (R, R4, R8, R16, FR32, R64, R0): Updated.
1629         (struct variant): Add new fields for number of pseudo registers
1630         and number of total registers.
1631         (tot_num_registers): New macro replacing....
1632         (num_registers): ...deleted macro.
1633         (num_registers): New function.
1634         (num_pseudo_registers): New function.
1635         (variants): Update all variants to intialize new fields correctly.
1636         Postpone initialization of number of pseudo regs and real regs.
1637         (init_variants): New function.
1638         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
1639         registers offsets.
1640
1641 2002-08-19  David Carlton  <[email protected]>
1642
1643         * valops.c (search_struct_field): Change error message to treat
1644         return value of 0 from value_static_field as meaning that field is
1645         optimized out.
1646         (value_struct_elt_for_reference): Ditto.
1647         * values.c (value_static_field): Treat an unresolved location the
1648         same as a nonexistent symbol.  Fix PR gdb/635.
1649         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1650         enclosed.  Fix PR gdb/574.
1651         * MAINTAINERS: Add self to Write After Approval list.
1652
1653 2002-08-19  Andrew Cagney  <[email protected]>
1654
1655         * mips-tdep.c (mips_xfer_register): New function.
1656         (mips_n32n64_extract_return_value): Rewrite.
1657         (mips_gdbarch_init): For N32 and N64, set extract_return_value
1658         instead of deprecated_extract_return_value.
1659
1660 2002-08-19  Elena Zannoni  <[email protected]>
1661
1662         * rs6000-tdep.c (TDEP): Delete macro.
1663         (branch_dest): Replace use of TDEP macro with its body.
1664         (rs6000_pop_frame): Ditto.
1665         (rs6000_push_arguments): Ditto.
1666         (rs6000_skip_trampoline_code): Ditto.
1667         (rs6000_frame_saved_pc): Ditto.
1668         (rs6000_frame_chain): Ditto.
1669         (rs6000_register_name): Ditto.
1670         (rs6000_register_byte): Ditto.
1671         (rs6000_register_raw_size): Ditto.
1672         (rs6000_register_virtual_type): Ditto.
1673         (rs6000_register_convertible): Ditto.
1674         (rs6000_convert_from_func_ptr_addr): Ditto.
1675
1676 2002-08-19  Daniel Jacobowitz  <[email protected]>
1677
1678         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1679         conditionally.
1680         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1681         MIPS_LINUX_JB_ELEMENT_SIZE.
1682         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1683         for MAX_REGISTER_RAW_SIZE arrays.
1684         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1685         MIPS_LINUX_JB_ELEMENT_SIZE.
1686
1687 2002-08-19  Pierre Muller  <[email protected]>
1688
1689         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1690
1691 2002-08-19  Aidan Skinner <[email protected]>
1692
1693         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1694         ada-valprint.c ada-tasks.c.
1695         (YYFILES): Add ada-exp.y.
1696         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1697         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1698         (ada-exp.tab.o): New target.
1699                 
1700 2002-08-18  Andrew Cagney  <[email protected]>
1701
1702         * regcache.c (regcache_xfer_part): New function.
1703         (regcache_raw_read_part): New function.
1704         (regcache_raw_write_part): New function.
1705         (regcache_cooked_read_part): New function.
1706         (regcache_cooked_write_part): New function.
1707         * regcache.h (regcache_raw_read_part): Declare.
1708         (regcache_raw_write_part): Declare.
1709         (regcache_cooked_read_part): Declare.
1710         (regcache_cooked_write_part): Declare.
1711
1712 2002-08-18  Daniel Jacobowitz  <[email protected]>
1713
1714         * remote.c (remote_open_1): Add async_p.
1715         (remote_async_open_1): Delete.
1716         (open_remote_target): Delete.
1717         (remote_open, extended_remote_open): Update calls to remote_open_1.
1718         (remote_async_open, extended_remote_async_open): Call
1719         remote_open_1 instead of remote_async_open_1.
1720
1721 2002-08-19  Mark Kettenis  <[email protected]>
1722
1723         * blockframe.c: Fix a few coding standard violations.
1724
1725 2002-08-19  Mark Kettenis  <[email protected]>
1726
1727         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1728         here from ...
1729         * config/i386/tm-i386sco5.h: ... here.  File removed.
1730         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1731
1732         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1733         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1734         (TM_FILE): Set to tm-i386.h.
1735         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1736         * config/i386/tm-i386v.h: Remove file.
1737         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1738         instead of "i386/tm-i386v.h".
1739         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1740         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1741         "i386/tm-i386v.h".
1742         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1743         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1744         "i386/tm-i386.h".
1745
1746 2002-08-18  Mark Kettenis  <[email protected]>
1747
1748         * config/i386/nm-i386v.h: Add protection against
1749         multiple-inclusion.
1750         (i386_register_u_addr): Remove prototype.
1751         (register_u_addr): New prototype.
1752         (REGISTER_U_ADDR): Redefine accordingly.
1753         * i386v-nat.c: Improve several comments.
1754         (i386_register_u_addr): Change signature and rename to
1755         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
1756         ubase variable.
1757
1758 2002-08-18  Andrew Cagney  <[email protected]>
1759
1760         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1761         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1762         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1763         deprecated_extract_return_value.
1764         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1765         rename mips_o32o64_push_arguments.
1766         (mips_gdbarch_init): Update.
1767         (mips_extract_return_value): Delete.
1768         (mips_o32_extract_return_value): Clone mips_extract_return_value.
1769         (mips_o64_extract_return_value): Clone mips_extract_return_value.
1770         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1771         (mips_n32n64_extract_return_value): Clone
1772         mips_extract_return_value.
1773         (mips_store_return_value): Delete.
1774         (mips_o32_store_return_value): Clone mips_store_return_value.
1775         (mips_o64_store_return_value): Clone mips_store_return_value.
1776         (mips_eabi_store_return_value): Clone mips_store_return_value.
1777         (mips_n32n64_store_return_value): Clone mips_store_return_value.
1778
1779 2002-08-18  Aidan Skinner <[email protected]>
1780
1781         * ada-lang.c: Use gdb_string.h instead of <string.h>.
1782         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1783                 
1784 2002-08-18  Aidan Skinner <[email protected]>
1785
1786         * ada-lang.c: Run through gdb_indent.sh.
1787         * ada-lang.h: Run through gdb_indent.sh.
1788         * ada-tasks.c: Run through gdb_indent.sh.
1789         * ada-typeprint.c: Run through gdb_indent.sh.
1790         * ada-valprint.c: Run through gdb_indent.sh.
1791
1792 2002-08-18  Andrew Cagney  <[email protected]>
1793
1794         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1795         ABI.
1796
1797 2002-08-18  Mark Kettenis  <[email protected]>
1798
1799         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1800
1801         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1802         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1803
1804         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1805         write_register_gen instead of write_register_bytes.
1806
1807         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1808         i[3456]-*-osf1mk* configurations have been made obsolete.
1809         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1810         i[3456]86-*-osf1mk* hosts obsolete.
1811         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1812         targets obsolete.
1813         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1814         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1815         config/i386/i386m3.mt, config/i386/nm-m3.h,
1816         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1817         config/i386/i386mk.mh, config/i386/i386mk.mt,
1818         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1819         obsolete.
1820         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1821         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1822         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1823
1824 2002-08-18  Andrew Cagney  <[email protected]>
1825
1826         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1827         (hppa_value_returned_from_stack): Declare.
1828         (hppa_extract_return_value): Declare.
1829         * config/pa/hppa.mt: New file.
1830         * configure.tgt: Recognize hppa*-*-*.
1831         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
1832
1833 2002-08-18  Mark Kettenis  <[email protected]>
1834
1835         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1836         comment.
1837
1838 2002-08-17  Mark Kettenis  <[email protected]>
1839
1840         * top.c (gdb_rl_operate_and_get_next): Make sure
1841         operate-and-get-next functions correctly even when the history
1842         list is completely filled.
1843
1844 2002-08-18  Andrew Cagney  <[email protected]>
1845
1846         * MAINTAINERS (Target Instruction Set Architectures): Rename
1847         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
1848         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
1849         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
1850         already listed under Host/Native.
1851
1852         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1853         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
1854         mips*-*-*.
1855
1856 2002-08-17  Andrew Cagney  <[email protected]>
1857
1858         * config/ia64/ia64.mt: New file.
1859         * config/alpha/alpha.mt: New file.
1860         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1861         ia64-linux-gnu.  Mention that ia64-elf is broken.
1862         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1863
1864 2002-08-17  Mark Kettenis  <[email protected]>
1865
1866         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1867         generic_func_frame_valid instead of func_frame_valid.
1868
1869 2002-08-16  Joel Brobecker  <[email protected]>
1870
1871         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1872         procfs appears to be broken when debugging on multi-processor
1873         machines. So enable software single stepping in order to avoid
1874         using the procfs interface to do next/step operations, using
1875         internal breakpoints instead.
1876
1877         * infrun.c (handle_inferior_event): Readjust the stop_pc by
1878         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1879         make this pc address equal to the value it would have if the
1880         system stepping capability was used. Also set a new flag used
1881         to ensure that we don't readjust the PC one more time later.
1882
1883         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1884         address by DECR_PC_AFTER_BREAK when software single step is
1885         in use for this architecture, as this has already been taken
1886         care of in handle_inferior_event().
1887
1888 2002-08-16  Joel Brobecker  <[email protected]>
1889
1890         * infrun.c (handle_inferior_event): Minor reformatting, to make
1891         a rather long condition expression easier to read.
1892
1893 2002-08-16  Andrew Cagney  <[email protected]>
1894
1895         * Makefile.in (gdbtk.o): Move to end of file.
1896         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1897         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1898         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1899         (gdbtk-wrapper.o, gdbres.o): Ditto.
1900
1901 2002-08-16  Andrew Cagney  <[email protected]>
1902
1903         * Makefile.in (copying.o): Separate out compile rule.
1904         (hpux-thread.o, procfs.o, signals.o): Ditto.
1905         (v850ice.o, z8k-tdep.o): Ditto.
1906         (tui-file.o): Move to TUI section.
1907         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1908         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1909
1910 2002-08-16  Joel Brobecker  <[email protected]>
1911
1912         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1913         skip_trampoline_code, for better namespace-proofing.   
1914
1915         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1916
1917 2002-08-16  Joel Brobecker  <[email protected]>
1918
1919         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1920
1921 2002-08-16  Joel Brobecker  <[email protected]>
1922
1923         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1924         signal, check whether we hit a breakpoint before checking for a
1925         single step breakpoint. Otherwise, GDB fails to notice that a
1926         breakpoint has been hit when stepping onto a breakpoint.
1927
1928 2002-08-16  Keith Seitz  <[email protected]>
1929
1930         * gdb-events.sh (clear_gdb_event_hooks): New function.
1931         * gdb-events.c: Regenerate.
1932         * gdb-events.h: Regenerate.
1933
1934 2002-08-16  Andrew Cagney  <[email protected]>
1935
1936         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1937         not_a_sw_breakpoint.
1938         * breakpoint.h (bpstat_stop_status): Add parameter names.
1939
1940 2002-08-16  Grace Sainsbury  <[email protected]>
1941
1942         * remote.c (remote_insert_hw_breakpoint)
1943         (remote_remove_hw_breakpoint): Fix calculation of length field
1944         for Z-packet.
1945
1946 2002-08-15  Michael Snyder  <[email protected]>
1947
1948         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1949         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1950         (supply_fpregset): Ditto.
1951         
1952         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
1953         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
1954         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1955         (TARGET_READ_SP): Delete.
1956         (DO_REGISTERS_INFO): Delete.
1957         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1958         Delete.
1959         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1960         from macros to functions.
1961
1962         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1963         (mips_register_convertible, mips_register_convert_to_virtual,
1964         mips_register_convert_to_raw): Make static.
1965         (mips_read_sp): New function.
1966         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1967         (mips_do_registers_info): Make static.
1968         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1969         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1970         (mips_register_convert_from_type, mips_register_convert_to_type):
1971         New functions.
1972         (mips_gdbarch_init): Set up function_start_offset, 
1973         register_virtual_size, pc_in_sigtramp.
1974
1975 2002-08-15  Andrew Cagney  <[email protected]>
1976
1977         * infcmd.c (vector_info): New function.
1978         (_initialize_infcmd): Add command "info vector".
1979         (print_vector_info): New function.
1980
1981         * gdbarch.sh (PRINT_VECTOR_INFO): New method
1982         * gdbarch.h, gdbarch.c: Regenerate.
1983
1984 2002-08-15  Andrew Cagney  <[email protected]>
1985
1986         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1987         ``print_all''.  Only print vector registers when ``print_all''.
1988
1989 2002-08-15  Andrew Cagney  <[email protected]>
1990
1991         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1992         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1993
1994         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1995         Add `args' parameter.
1996         * gdbarch.h, gdbarch.c: Regenerate.
1997         
1998         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1999         
2000         * infcmd.c (float_info): Call print_float_info.
2001         (print_float_info): New function.  By default, print the
2002         floating-point registers.
2003
2004         * arch-utils.h (default_print_float_info): Delete declaration.
2005         * arch-utils.c (default_print_float_info): Delete function.
2006         
2007 2002-08-16  Mark Kettenis  <[email protected]>
2008
2009         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2010         out define.
2011
2012         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2013         FRAME.
2014
2015         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2016         * configure.host: Make i[3456]86-*-aix host obsolete.
2017         * configure.tgt: Make i[3456]86-*-aix target obsolete.
2018         * config/i386/i386aix.mh, config/i386/i386aix.mt,
2019         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2020         config/i386/xm-i386aix.h: Make files obsolete.
2021         * i386aix-nat.c: Make file obsolete.
2022         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2023         (i386aix-nat.o): Make target obsolete.
2024
2025         * config/i386/nm-gnu.h: Removed.
2026         * config/i386/nm-i386gnu.h: New file.
2027         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2028         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2029         Moved here from ...
2030         * config/i386/tm-i386gnu.h: ... here.  Removed.
2031         * config/i386/xm-i386gnu.h: Removed.
2032         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2033         (NAT_FILE): Set to nm-i386gnu.h.
2034         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2035         * i386-tdep.c: New file.
2036         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2037         (i386gnu-tdep.o): Specify dependencies.
2038
2039 2002-08-15  Mark Kettenis  <[email protected]>
2040
2041         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2042         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2043         Adjust a few comments to reflect reality a bit closer.
2044         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2045         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2046         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2047         target_insert_watchpoint, target_remove_watchpoint):
2048         Move defines to ...
2049         * config/i386/nm-i386sco5.h: ... here.
2050         (kernel_u_size): Add prototype.  Improve a few comments and add
2051         protection against multiple inclusion.
2052         
2053         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2054         out define.
2055
2056         * uw-thread.c (SP_ARG0): Define if not already defined.
2057         * config/i386/tm-i386.h (SO_ARG0): Remove define.
2058
2059         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2060
2061         * config/i386/tm-i386.h: Don't include "regcache.h".
2062
2063         * i387-tdep.h (i387_print_float_info): New prototype.
2064         * i387-tdep.c (print_i387_value, print_i387_ext,
2065         print_i387_status_word, print_i387_control_word): Add `struct
2066         ui_file *' argument and use it for output.
2067         (i387_print_float_info): Renamed from i387_float_info.  Add
2068         `struct gdbarch *' and `struct ui_file *' arguments and use the
2069         latter for output.
2070         * i386-tdep.c: Include "i387-tdep.h".
2071         (i386_gdbarch_init): Set print_float_info.
2072         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2073         (FLOAT_INFO): Remove define.
2074
2075 2002-08-13  Michael Snyder  <[email protected]>
2076
2077         * mips-tdep.c (mips_push_arguments): Rename to
2078         mips_eabi_push_arguments, and tune for EABI.
2079         (MIPS_REGS_HAVE_HOME_P): Delete.
2080         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2081         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2082         Delete references to mips_regs_have_home_p.
2083
2084 2002-08-14  Keith Seitz  <[email protected]>
2085
2086         * Makefile.in (install-gdbtk): Create insight plugin directory.
2087         Install plugins.tcl file.
2088
2089 2002-08-14  Keith Seitz  <[email protected]>
2090
2091         * configure.in: Move SUBDIRS to near top of the file so that
2092         --enable options may add things to it.
2093         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2094         * configure: Regenerate.
2095
2096 2002-08-13  Michael Snyder  <[email protected]>
2097
2098         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
2099         cloned from mips_push_arguments, tuned for o32/o64 ABI.
2100         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2101
2102 2002-08-13  Andrew Cagney  <[email protected]>
2103
2104         * vax-tdep.c (vax_get_saved_register): Delete function.
2105         (vax_gdbarch_init): Update.
2106         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2107         (ns32k_gdbarch_init): Update.
2108         * alpha-tdep.c (alpha_get_saved_register): Delete function.
2109         (alpha_gdbarch_init): Update.
2110
2111 2002-08-13  Andrew Cagney  <[email protected]>
2112
2113         * regcache.c (init_regcache_descr): Overallocate the
2114         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2115         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2116         nr_raw_registers.
2117         (set_register_cached): Add range checking assertions.  Use
2118         current_regcache.
2119
2120 2002-08-13  Mark Kettenis  <[email protected]>
2121
2122         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2123         numbers for MMX registers.
2124
2125 2002-08-13  Andrew Cagney  <[email protected]>
2126
2127         * i386-tdep.c (i386_gdbarch_init): Use
2128         generic_unwind_get_saved_register.
2129
2130 2002-08-13  Kevin Buettner  <[email protected]>
2131
2132         * procfs.c (procfs_can_use_hw_breakpoint): New function.
2133         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2134         target vector.
2135         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2136         Delete.  Add comment regarding this now-deleted target method.
2137
2138 2002-08-13  Stephane Carrez  <[email protected]>
2139
2140         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2141         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2142         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2143         real PC and the page number (if it's within the memory bank window).
2144         (m68hc11_pseudo_register_write): Likewise when saving.
2145         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2146         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2147         (m68hc11_register_raw_size): And use 32-bit for it.
2148         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2149         16K memory bank is used by the prog; also use the virtual pc.
2150
2151 2002-08-13  Stephane Carrez  <[email protected]>
2152
2153         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2154         (m68hc11_gdbarch_init): Install it in gdbarch.
2155         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2156         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2157         (MSYMBOL_SIZE): New for documentation.
2158         (insn_return_kind): Enum to specify how a function returns.
2159         (frame_extra_info): Cleanup and record the return mode.
2160         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
2161         register in address computation.
2162         (m68hc11_get_return_insn): New to obtain the return instruction used
2163         by the function.
2164         (m68hc11_frame_init_saved_regs): Take into account the return
2165         instruction used by the function for far and interrupt functions.
2166         (m68hc11_init_extra_frame_info): Take into account page register.
2167         (m68hc11_frame_args_address): Adjust according to the return mode.
2168         (show_regs): Print page register only when it's used.
2169
2170 2002-08-13  Stephane Carrez  <[email protected]>
2171
2172         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2173         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2174         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2175         registers.
2176         (m68hc11_register_raw_size): Likewise.
2177
2178 2002-08-13  Andrew Cagney  <[email protected]>
2179
2180         * i386-tdep.c (i386_register_name): Handle mmx registers.
2181         (mmx_regnum_p): New function.
2182         (i386_mmx_names): New array.
2183         (mmx_num_regs): New variable.
2184         (i386_pseudo_register_read): New function.
2185         (i386_pseudo_register_write): New function.
2186         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2187
2188         * regcache.c (regcache_raw_read_unsigned): New function.
2189         (regcache_raw_read_signed): New function.
2190         * regcache.h (regcache_raw_read_unsigned): Declare.
2191         (regcache_raw_read_signed): Declare.
2192
2193 2002-08-13  Andrew Cagney  <[email protected]>
2194
2195         * regcache.c (regcache_raw_read_as_address): Delete function.
2196         (regcache_cooked_read_signed): New function.
2197         (regcache_cooked_read_unsigned): New function.
2198         * regcache.h (regcache_cooked_read_signed): Declare.
2199         (regcache_cooked_read_unsigned): Declare.
2200         (regcache_raw_read_as_address): Delete declaration.
2201
2202         * blockframe.c (generic_read_register_dummy): Use
2203         regcache_cooked_read_unsigned.
2204         * i386-tdep.c (i386_extract_struct_value_address): Use
2205         regcache_cooked_read_unsigned.
2206
2207 2002-08-13  Stephane Carrez  <[email protected]>
2208
2209         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2210         double sizes according to ELF ABI flags.
2211         (gdbarch_tdep): Record elf_flags.
2212
2213 2002-08-13  Stephane Carrez  <[email protected]>
2214
2215         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2216         (m6812_prolog): They can appear in 68HC12 function prologue.
2217         (m68hc11_frame_chain): Cleanup.
2218
2219 2002-08-12  Andrew Cagney  <[email protected]>
2220
2221         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2222         declarations.
2223         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2224         (i386_linux_register_raw_size): Delete function.
2225         (i386_linux_init_abi): Update.
2226         * i386-tdep.c (i386_register_raw_size): Delete function.
2227         (i386_register_byte): Delete function.
2228         (i386_gdbarch_init): Update.
2229         (i386_register_size): Delete array.
2230         (i386_register_offset): Delete array.
2231
2232         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2233         (REGISTER_RAW_SIZE): Delete macro.
2234         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2235         (REGISTER_BYTE): Delete macro.
2236
2237 2002-08-11  Aidan Skinner <[email protected]>
2238
2239         * ada-lang.c (ada_lookup_partial_symbol)
2240         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2241         prototype names so that grep ^func works properly.
2242
2243         * ada-lang.c (ada_array_element_type)
2244         (ada_lookup_partial_symbol): Fix typos in parameter list.
2245
2246         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2247         Fix prototype names so that grep ^func works properly.
2248         
2249 2002-08-10  Andrew Cagney  <[email protected]>
2250             Elena Zannoni  <[email protected]>
2251             Martin M. Hunt  <[email protected]>
2252
2253         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2254         (build_builtin_type_vec128i): Set the vector bit.
2255         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2256         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2257         (build_builtin_type_vec64): New function.
2258         (build_builtin_type_vec64i): New function.
2259         (build_gdbtypes): Initialize builtin_type_vec64 and
2260         builtin_type_vec64i.
2261
2262 2002-08-09  Andrew Cagney  <[email protected]>
2263
2264         * regcache.c (regcache_dump): Compare the register offset
2265         with REGISTER_BYTE.
2266         * arch-utils.c (generic_register_byte): New function.
2267         * arch-utils.h (generic_register_byte): Declare.
2268         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2269         * gdbarch.h, gdbarch.c: Regenerate.
2270
2271 2002-08-09  Andrew Cagney  <[email protected]>
2272
2273         * regcache.c: Include "gdbcmd.h"
2274         (_initialize_regcache): Add commands "maintenance print
2275         registers", "maintenance print raw-registers" and "maintenance
2276         print cooked-registers".
2277         (enum regcache_dump_what): Define.
2278         (dump_endian_bytes): New function.
2279         (regcache_dump): New function.
2280         (regcache_print): New function.
2281         (maintenance_print_registers): New function.
2282         (maintenance_print_raw_registers): New function.
2283         (maintenance_print_cooked_registers): New function.
2284         * Makefile.in (regcache.o): Update dependencies.
2285
2286 2002-08-09  Michael Snyder  <[email protected]>
2287
2288         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2289         (mips_push_arguments): Correct some comments.  Use paddr_nz
2290         for printing addresses in debug output.  Replace static
2291         allocation using MAX_REGISTER_RAW_SIZE with alloca.
2292         (mips_n32n64_push_arguments): New function, cloned from
2293         mips_push_arguments and tuned for the n32/n64 ABI.
2294         (mips_push_register): Buffer needs dynamic allocation.
2295         (mips_print_register): Ditto.
2296         (do_gp_register_row): Ditto.
2297         (mips_store_return_value): Ditto.
2298         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2299
2300 2002-08-09  Don Howard  <[email protected]>
2301
2302         * memattr.c (mem_info_command): Print special case of upper bound
2303         as max CORE_ADDR + 1.
2304
2305 2002-08-08  Michael Snyder  <[email protected]>
2306
2307         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
2308         returns structs by ref if they're too big to fit in two registers.
2309
2310 2002-08-09  Kevin Buettner  <[email protected]>
2311
2312         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2313         saved regs value.
2314         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2315         mips_find_saved_regs().
2316         (mips_pop_frame): Likewise.
2317
2318 2002-08-09  Kevin Buettner  <[email protected]>
2319
2320         * blockframe.c (frame_saved_regs_register_unwind): Revise
2321         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2322         frames are in use.
2323
2324 2002-08-09  Grace Sainsbury  <[email protected]>
2325         
2326         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2327         T-packets; the 'a' is not taken as a register number.
2328         (remote_check_watch_resources, remote_stopped_by_watchpoint)
2329         (remote_stopped_data_address): New functions; add to target
2330         vector.
2331         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2332         prototypes to match other implementations of this
2333         function. replace integer argument with pointer -- the length
2334         field in the Z-packet is the length of what is pointed to or 1 if
2335         pointer is null. Add to target vector.
2336         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2337         target vector.
2338
2339         From Mark Salter:
2340         * remote.c (remote_wait): Add support to extract optional
2341         watchpoint information from T-packet. Ignore unrecognized
2342         optional info in T-packet.
2343         (remote_async_wait): Ditto.
2344
2345 2002-08-09  Corinna Vinschen  <[email protected]>
2346
2347         * cli/cli-dump.c: Change fopen modes to use binary open modes
2348         as defined in include/fopen-bin.h throughout.
2349
2350 2002-08-08  Michael Snyder  <[email protected]>
2351
2352         * mips-tdep.c: Minor whitespace and indentation clean-ups.
2353
2354 2002-08-08  Kevin Buettner  <[email protected]>
2355
2356         * doublest.c (store_floating): Avoid floatformat_from_doublest()
2357         assertion failure by returning early after a warning.
2358
2359 2002-08-08  Kevin Buettner  <[email protected]>
2360
2361         * mips-tdep.c (mips_find_saved_regs): Make static.
2362         (mips_frame_init_saved_regs): New function.
2363         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2364         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2365         (mips_find_saved_regs): Delete declaration.
2366
2367 2002-08-08  Grace Sainsbury  <[email protected]>
2368
2369         * remote.c (remote_wait, remote_async_wait): Change
2370         thread_num from int to ULONGEST.
2371         (unpack_varlen_hex): Change result parameter from
2372         int * to ULONGEST *.
2373
2374 2002-08-08  Andrew Cagney  <[email protected]>
2375
2376         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2377         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2378         powerpc*-*-*.
2379         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2380
2381 2002-08-08  Andrew Cagney  <[email protected]>
2382
2383         * gcore.c (override_derive_stack_segment): Delete variable.
2384         (preempt_derive_stack_segment): Delete function.
2385         (derive_stack_segment): Delete function.
2386         (default_derive_stack_segment): Renamed to derive_stack_segment.
2387         (override_derive_heap_segment): Delete variable.
2388         (preempt_derive_heap_segment): Delete function.
2389         (derive_heap_segment): Delete function.
2390         (default_derive_heap_segment): Rename to derive_heap_segment.
2391
2392 2002-08-06  Michael Snyder  <[email protected]>
2393
2394         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2395         * mips-tdep.c (mips_EABI_use_struct_convention, 
2396         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2397         New functions.  (mips_use_struct_convention): Delete.
2398         (mips_gdbarch_init): set use_gdbarch_convention.
2399
2400 2002-08-06  Michael Snyder  <[email protected]>
2401
2402         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2403         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
2404         mips_o32_reg_struct_has_addr): New functions.
2405         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2406
2407 2002-08-07  Andrew Cagney  <[email protected]>
2408
2409         * regcache.c (pseudo_register): Delete function.
2410         (fetch_register): Delete function.
2411         (store_register): Delete function.
2412         (regcache_raw_read, legacy_read_register_gen): Use
2413         target_fetch_registers instead of fetch_register.
2414         (legacy_write_register_gen, regcache_raw_write): Use
2415         target_store_register instead of store_register.
2416         (write_register_bytes): Ditto.
2417
2418         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2419         (STORE_PSEUDO_REGISTER): Delete.
2420         * gdbarch.h, gdbarch.c: Regenerate.
2421
2422 2002-08-06  Corinna Vinschen  <[email protected]>
2423
2424         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2425         write dump file binary.
2426
2427 2002-08-05  Michael Snyder  <[email protected]>
2428
2429         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
2430         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
2431         (mips_gdbarch_init): Set N32 target to be mips64.
2432
2433 2002-08-06  Kevin Buettner  <[email protected]>
2434
2435         * frame.c (find_saved_register): Break out of loop once saved
2436         register address is found.  Don't mention sparc in loop comment
2437         anymore.
2438
2439 2002-08-06  Kevin Buettner  <[email protected]>
2440
2441         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2442         mips_default_saved_regsize to 8.
2443
2444 2002-08-06  Andrew Cagney  <[email protected]>
2445
2446         * gcore.c: Do not include <sys/procfs.h>.
2447         * Makefile.in (gcore.o): Update dependencies.
2448
2449 2002-08-06  Andrew Cagney  <[email protected]>
2450
2451         * configure.tgt: Make arc-*-* obsolete.
2452         * NEWS: Mention that arc-*-* has been identifed as obsolete.
2453         * MAINTAINERS: Make arc-elf obsolete.
2454         * arc-tdep.c: Make file obsolete.
2455         * config/arc/arc.mt: Ditto.
2456         * config/arc/tm-arc.h: Ditto.
2457
2458 2002-08-05  Theodore A. Roth  <[email protected]>
2459
2460         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2461
2462 2002-08-05  Andrew Cagney  <[email protected]>
2463
2464         * mcore-tdep.c (mcore_gdbarch_init): Use
2465         generic_unwind_get_saved_register instead of
2466         generic_get_saved_register.
2467         * v850-tdep.c (v850_gdbarch_init): Ditto.
2468         * frv-tdep.c (frv_gdbarch_init): Ditto.
2469         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2470         * s390-tdep.c (s390_gdbarch_init): Ditto.
2471         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2472         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2473         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2474
2475 2002-08-05  Joel Brobecker  <[email protected]>
2476
2477         * objfiles.h: Add missing #include "symfile.h"
2478
2479         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2480
2481 2002-08-04  Andrew Cagney  <[email protected]>
2482
2483         From 2002-08-01 david carlton <[email protected]>:
2484         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2485         of FIELD_BITSIZE.
2486
2487 2002-08-04  Daniel Jacobowitz  <[email protected]>
2488
2489         * NEWS: Cleanup and nitpick.
2490
2491 2002-08-03  Andrew Cagney  <[email protected]>
2492
2493         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
2494
2495 2002-08-03  Andrew Cagney  <[email protected]>
2496
2497         * Makefile.in (gdbtk-bp.o): Update dependencies.
2498         (gdbtk-register.o): Ditto.
2499         (gdbtk-varobj.o): Ditto.
2500
2501 2002-08-03  Andrew Cagney  <[email protected]>
2502
2503         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2504         m68hc11_fetch_pseudo_register.
2505         (m68hc11_pseudo_register_write): Replace
2506         m68hc11_store_pseudo_register.
2507         (m68hc11_gdbarch_init): Update.
2508
2509 Fri Aug  2 15:53:50 2002  Andrew Cagney  <[email protected]>
2510
2511         * gdbarch.sh: Include "gdb_string.h".
2512         * gdbarch.c: Regenerate.
2513
2514         * regcache.c: Include "gdb_string.h".
2515         * ax-general.c: Ditto.
2516         * varobj.c: Ditto.
2517         * std-regs.c: Ditto.
2518         * fbsd-proc.c: Ditto.
2519         * thread.c: Ditto.
2520
2521         * Makefile.in (regcache.o): Update dependencies.
2522         (thread.o, gdbarch.o): Ditto.
2523         (ax-general.o, gdbarch.o): Ditto.
2524         (varobj.o, std-regs.o): Ditto.
2525         (fbsd-proc.o): Specify dependencies.
2526
2527 2002-08-02  Andrew Cagney  <[email protected]>
2528
2529         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2530         regnum.
2531         (regcache_cooked_write): Ditto.
2532
2533 2002-08-02  Andrew Cagney  <[email protected]>
2534
2535         * regcache.c (regcache_cooked_read): New function.
2536         (regcache_cooked_write): New function.
2537         (read_register_gen): Rewrite using regcache_cooked_read.
2538         (write_register_gen): Rewrite using regcache_cooked_write.
2539
2540         * regcache.h (regcache_cooked_read, regcache_cooked_write):
2541         Declare.
2542
2543 2002-08-02  Andrew Cagney  <[email protected]>
2544
2545         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2546         Replace the architecture methods register_read and register_write.
2547         * gdbarch.h, gdbarch.c: Regenerate.
2548         * regcache.c (init_regcache_descr): Update.
2549         (read_register_gen): Update.
2550         (write_register_gen): Update.
2551         (supply_register): Update comment.
2552
2553         * sh-tdep.c (sh_gdbarch_init): Update.
2554         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2555         `regcache' and `gdbarch' parameters.  Make `buffer' a void
2556         pointer.  Update code.
2557         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2558         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
2559         void pointer.  Update code.
2560         (sh64_register_write): Delete.
2561         (sh4_register_read): Delete.
2562         (sh64_register_read): Delete.
2563         (sh4_register_write): Delete.
2564         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2565         void pointer, `to' parameter a void pointer.
2566         (sh_sh64_register_convert_to_raw): Ditto.
2567
2568 2002-08-01  Kevin Buettner  <[email protected]>
2569
2570         * mips-tdep.c (mips_register_virtual_type): Use architecture
2571         invariant return values.
2572
2573 2002-08-01  Andrew Cagney  <[email protected]>
2574
2575         * linux-proc.c: Include "gdb_string.h".
2576         * Makefile.in (linux-proc.o): Update dependency list.
2577
2578 2002-08-01  Kevin Buettner  <[email protected]>
2579
2580         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
2581         comment.
2582
2583 2002-08-01  Grace Sainsbury  <[email protected]>
2584
2585         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2586         to_insert_watchpoint, to_remove_watchpoint,
2587         to_stopped_by_watchpoint, to_stopped_data_address,
2588         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2589         target vecctor. Define their corresponding macros so they call
2590         them.
2591         
2592         * target.c: Add default and debug versions of for
2593         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2594         to_insert_watchpoint, to_remove_watchpoint,
2595         to_stopped_by_watchpoint, to_stopped_data_address,
2596         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2597
2598 2002-08-01  Kevin Buettner  <[email protected]>
2599
2600         * mips-tdep.c (mips_register_virtual_type): New function.
2601         (mips_gdbarch_init): Register mips_register_virtual_type()
2602         with gdbarch machinery.
2603         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2604         this file instead of tm-bigmips.h.
2605         (MIPS_REGSIZE): Delete this macro.
2606         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
2607         multiarch version in mips-tdep.c will be found.
2608
2609 2002-08-01  Andrew Cagney  <[email protected]>
2610
2611         * NEWS: Menion that CHILL has been made obsolete.
2612
2613         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2614         * stabsread.c (read_range_type): Ditto.
2615         * gdbtypes.h: Ditto.
2616         * language.c (binop_type_check): Ditto.
2617         (binop_result_type): Ditto.
2618         (integral_type): Ditto.
2619         (character_type): Ditto.
2620         (string_type): Ditto.
2621         (boolean_type): Ditto.
2622         (structured_type): Ditto.
2623         (lang_bool_type): Ditto.
2624         (binop_type_check): Ditto.
2625         * language.h (_LANG_chill): Ditto.
2626         * dwarfread.c (set_cu_language): Ditto.
2627         * dwarfread.c (CHILL_PRODUCER): Ditto.
2628         * dwarfread.c (handle_producer): Ditto.
2629         * expression.h (enum exp_opcode): Ditto.
2630         * eval.c: Ditto for comments.
2631         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2632         * expprint.c (print_subexp): Ditto.
2633         (print_subexp): Ditto.
2634         * valops.c (value_cast): Ditto.
2635         (search_struct_field): Ditto.
2636         * value.h (COERCE_VARYING_ARRAY): Ditto.
2637         * symfile.c (init_filename_language_table): Ditto.
2638         (add_psymbol_with_dem_name_to_list): Ditto.
2639         * valarith.c (value_binop): Ditto.
2640         (value_neg): Ditto.
2641         * valops.c (value_slice): Ditto.
2642         * symtab.h (union language_specific): Ditto.
2643         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2644         (SYMBOL_DEMANGLED_NAME): Ditto.
2645         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2646         * defs.h (enum language): Ditto.
2647         * symtab.c (got_symtab): Ditto.
2648         * utils.c (fprintf_symbol_filtered): Ditto.
2649
2650         * ch-typeprint.c: Make file obsolete.
2651         * ch-valprint.c: Make file obsolete.
2652         * ch-lang.h: Make file obsolete.
2653         * ch-exp.c: Make file obsolete.
2654         * ch-lang.c: Make file obsolete.
2655
2656         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2657         CHILL_LIB.
2658         (TARGET_FLAGS_TO_PASS): Ditto.
2659         (CHILLFLAGS): Obsolete.
2660         (CHILL): Obsolete.
2661         (CHILL_FOR_TARGET): Obsolete.
2662         (CHILL_LIB): Obsolete.
2663         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2664         ch-valprint.c.
2665         (HFILES_NO_SRCDIR): Remove ch-lang.h.
2666         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2667         ch-lang.o.
2668         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2669         targets.
2670
2671 2002-07-31  Joel Brobecker  <[email protected]>
2672
2673         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2674         This does not change anything at the moment, but will be helpful
2675         later when full Ada support is integrated.
2676
2677 2002-07-31  Kevin Buettner  <[email protected]>
2678
2679         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2680         help message.
2681
2682 2002-07-31  Kevin Buettner  <[email protected]>
2683
2684         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2685         and save it in a local variable.  Use variable in later test.
2686
2687 2002-07-31  Kevin Buettner  <[email protected]>
2688
2689         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2690         test.  (Thanks to Daniel Jacobowitz.)
2691         
2692 2002-07-31  Kevin Buettner  <[email protected]>
2693
2694         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2695         (mips_abi_strings): Add "n64".
2696         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
2697
2698 2002-07-31  Kevin Buettner  <[email protected]>
2699
2700         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2701         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2702
2703 2002-07-31  Kevin Buettner  <[email protected]>
2704
2705         * utils.c (host_pointer_to_address, address_to_host_pointer):
2706         Use gdb_assert() instead of explicit call to internal_error().
2707
2708 2002-07-30  Kevin Buettner  <[email protected]>
2709
2710         * Makefile.in (rs6000-nat.o): Update dependencies.
2711
2712         From Nicholas Duffek:
2713         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2714         (aix-thread.o): New rule.
2715         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2716         * config/powerpc/aix432.mh: New file.
2717
2718 2002-07-30  Daniel Jacobowitz  <[email protected]>
2719
2720         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2721         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2722         (fetch_core_registers, ppc_linux_supply_gregset)
2723         (ppc_linux_supply_fpregset): New functions.
2724         (ppc_linux_regset_core_fns): New.
2725         (_initialize_ppc_linux_tdep): Call add_core_fns.
2726         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2727         and ppc_linux_supply_gregset.
2728         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2729         (supply_fpregset): Call ppc_linux_supply_fpregset.
2730         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2731         corelow.o.
2732         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2733
2734 2002-07-30  Daniel Jacobowitz  <[email protected]>
2735
2736         * symtab.c (lookup_symbol): Demangle before lowercasing.
2737
2738 2002-07-30  Andrew Cagney  <[email protected]>
2739
2740         * symtab.h: Replace #include "gdb_obstack.h" with opaque
2741         declaration.
2742         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2743         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2744         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2745         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2746         "gdb_string.h".
2747         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2748         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2749         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2750         (avr-tdep.o, mon960-rom.o): Ditto.
2751         (aout_stabs_gnu_h): Define.
2752         (symtab_h): Remove $(gdb_obstack_h).
2753
2754 2002-07-30  Jim Blandy  <[email protected]>
2755
2756         Patch from David Carlton <[email protected]>:
2757         * gdbinit.in: Move the `dir' commands that add GDB's own source
2758         directory to the search path to the end, so that the `gdb' source
2759         directory will be searched first.
2760
2761 2002-07-29  Andrew Cagney  <[email protected]>
2762
2763         * gdb_obstack.h: New file.
2764         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2765         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2766         * objfiles.h: Include "gdb_obstack.h".
2767         * Makefile.in (gdb_obstack_h): Define.
2768         (symtab_h): Add $(gdb_obstack_h).
2769         (objfiles_h): Add $(gdb_obstack_h).
2770         
2771         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2772         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2773         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2774         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2775         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2776         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2777         * symfile.c, coffread.c, c-typeprint.c: Ditto.
2778         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2779
2780         * Makefile.in (bcache.o): Update dependencies.
2781         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2782         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2783         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2784         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2785         (stabsread.o, symfile.o, symmisc.o): Ditto.
2786         (symtab.o, typeprint.o, macroexp.o): Ditto.
2787         (macrotab.o, mdebugread.o): Ditto.
2788         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2789         (coff_ecoff_h, aout_aout64_h): Define.
2790         (aout_stabs_gnu_h, libaout_h): Define.
2791
2792 2002-07-29  Andrew Cagney  <[email protected]>
2793
2794         * regcache.c (struct regcache_descr): Rename nr_registers to
2795         nr_cooked_registers.  Revise comments describing the structure
2796         member fields.
2797         (init_regcache_descr): Update.
2798         (init_legacy_regcache_descr): Update.
2799         (read_register_gen, write_register_gen): When a cooked register in
2800         the raw register range, directly access the value from the raw
2801         register cache.
2802
2803 2002-07-29  Andrew Cagney  <[email protected]>
2804
2805         * z8k-tdep.c: Do not include "obstack.h".
2806         * h8300-tdep.c, h8500-tdep.c: Ditto.
2807         * m68hc11-tdep.c, sh-tdep.c: Ditto.
2808         * valprint.c, v850-tdep.c: Ditto.
2809         * d10v-tdep.c, mn10300-tdep.c: Ditto.
2810         * mn10200-tdep.c: Ditto.
2811
2812         * Makefile.in (z8k-tdep.o): Update dependencies.
2813         (m68hc11-tdep.o, valprint.o): Ditto.
2814         (v850-tdep.o, d10v-tdep.o): Ditto.
2815         (mn10300-tdep.o, sparc-tdep.o): Ditto.
2816         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2817         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2818         (sh_opc_h, gdb_sim_sh_h): Define.
2819         (elf_sh_h, elf_bfd_h): Define.
2820         (opcode_m68hc11_h): Define.
2821         (OPCODES_SRC, OPCODES_DIR): define.
2822         (OPCODES): Use $(OPCODES_DIR).
2823         (gdb_sim_d10v_h): Rename sim_d10v_h.
2824         (gdb_sim_arm_h): Rename sim_arm_h.
2825
2826 2002-07-26  Kevin Buettner  <[email protected]>
2827
2828         * utils.c (host_pointer_to_address, address_to_host_pointer):
2829         Change internal_error() message to indicate function responsible
2830         for the error.
2831
2832 2002-07-26  Kevin Buettner  <[email protected]>
2833
2834         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2835         calls to local_hex_string_custom().
2836
2837 2002-07-26  Kevin Buettner  <[email protected]>
2838
2839         * irix5-nat.c: Move IRIX shared library support from here...
2840         * solib-irix.c: ...to here.  Revised substantially to work with
2841         generic solib framework.
2842
2843         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2844         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2845         * mips-irix-tdep.c: New file.
2846
2847         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2848         (mips-irix-tdep.o, solib-irix.o): New rules.
2849         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2850         solib-irix.o.
2851         * config/mips/irix6.mt (TDEPFILES): Likewise.
2852         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2853
2854 2002-07-26  Kevin Buettner  <[email protected]>
2855
2856         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2857         disabled (via ``#if 0'') includes.
2858
2859 2002-07-26  Kevin Buettner  <[email protected]>
2860
2861         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2862         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2863         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2864         Add support for the fpscr register.
2865         * rs6000-nat.c (regmap, fetch_inferior_registers)
2866         (store_inferior_registers, fetch_core_registers): Likewise.
2867
2868 2002-07-26  Kevin Buettner  <[email protected]>
2869
2870         * rs6000-nat.c (language.h): Include.
2871         (special_regs): Delete this array.
2872         (regmap): New function.
2873         (fetch_register, store_register):  Use regmap() to map gdb
2874         register numbers to ptrace register numbers.  Also, use
2875         outputs from regmap() to make decisions regarding type of
2876         ptrace() call to make.  In particular, don't compare against
2877         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2878         (fetch_inferior_registers, store_inferior_registers): Where
2879         possible, obtain register numbers from tdep struct.  Don't
2880         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2881         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2882         (LAST_UISA_SP_REGNUM): Delete.
2883         
2884 2002-07-25  Kevin Buettner  <[email protected]>
2885
2886         * rs6000-nat.c (ppc-tdep.h): Include.
2887         (fetch_registers, store_register, fetch_core_registers): Don't
2888         access registers[] directly.  Instead, use supply_register() or
2889         regcache_collect() as appropriate.
2890         (find_toc_address): Format hex address with local_hex_string().
2891
2892 2002-07-25  Andrew Cagney  <[email protected]>
2893
2894         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2895         bfd/elf32-frv.c.
2896
2897 2002-07-24  Tom Tromey  <[email protected]>
2898
2899         * jv-exp.y: Marked all strings with _().
2900         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2901         internal_error.
2902         (MethodInvocation, CastExpression, parse_number, yyerror,
2903         java_type_from_name, push_expression_name, yylex): Typo fixes.
2904
2905 2002-07-24  Daniel Jacobowitz  <[email protected]>
2906
2907         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2908         (tee_file_flush, tee_file_write, tee_file_fputs)
2909         (tee_file_isatty): New.
2910         * ui-file.h (tee_file_new): Add prototype.
2911
2912 2002-07-24  Aidan Skinner <[email protected]>
2913
2914         * ada-lang.c: Change k&r style function definitions to prototyped
2915         form.
2916         * ada-typeprint.c: Change k&r style function definitions to prototyped
2917         form.
2918         * ada-valprint.c: Change k&r style function definitions to prototyped
2919         form.
2920         
2921 2002-07-24  Andrew Cagney  <[email protected]>
2922
2923         * README: Remove reference to remote-bug.
2924         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2925         remote-bug.c.
2926         (m88k-nat.o): Delete rule.
2927         (m88k-tdep.o): Delete rule.
2928         (remote-bug.o): Delete rule.
2929         * MAINTAINERS: Mark as obsolete.
2930         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2931         * m88k-tdep.c: Make file obsolete.
2932         * config/m88k/m88k.mh: Ditto.
2933         * config/m88k/delta88v4.mh: Ditto.
2934         * config/m88k/delta88v4.mt: Ditto.
2935         * config/m88k/delta88.mt: Ditto.
2936         * config/m88k/delta88.mh: Ditto.
2937         * remote-bug.c: Ditto.
2938         * config/m88k/tm-delta88.h: Ditto.
2939         * config/m88k/nm-delta88v4.h: Ditto.
2940         * config/m88k/xm-delta88.h: Ditto.
2941         * config/m88k/xm-dgux.h: Ditto.
2942         * config/m88k/tm-m88k.h: Ditto.
2943         * config/m88k/nm-m88k.h: Ditto.
2944         * config/m88k/tm-delta88v4.h: Ditto.
2945         * m88k-nat.c: Ditto.
2946         * cxux-nat.c: Ditto.
2947         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2948         and m88*-*-* obsolete.
2949         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2950         m88*-*-* obsolete.
2951
2952 2002-07-24  Andrew Cagney  <[email protected]>
2953
2954         * findvar.c (extract_unsigned_integer): Make `addr' parameter
2955         constant.  Same for local pointer variables.
2956         (extract_signed_integer): Ditto.
2957         * defs.h (extract_unsigned_integer): Update.
2958         (extract_signed_integer): Update.
2959
2960 2002-07-24  Andrew Cagney  <[email protected]>
2961
2962         * regcache.c (regcache_raw_write): Change buf parameter to a
2963         constant void pointer.
2964         (regcache_raw_read): Change buf parameter to a void pointer.
2965         (legacy_write_register_gen): Change myaddr parameter a constant
2966         void pointer.
2967         (supply_register): Change val parameter to a const void pointer.
2968         * regcache.h (regcache_raw_write): Update declaration.
2969         (regcache_raw_read): Update declaration.
2970         (supply_register): Update declaration.
2971
2972 2002-07-24  Tom Tromey  <[email protected]>
2973
2974         * defs.h (gdb_readline_wrapper): Declare.
2975         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2976         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2977         * top.c (gdb_readline_wrapper): New function.
2978         (command_line_input): Use it.
2979
2980 2002-07-24  Andrew Cagney  <[email protected]>
2981
2982         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2983         regcache_read and regcache_write.
2984         (regcache_raw_read_as_address): Replace regcache_read_as_address.
2985         * regcache.c: Update.
2986         * sh-tdep.c (sh64_push_arguments): Update comment.
2987         (sh_pseudo_register_read): Update.
2988         (sh_pseudo_register_write): Update.
2989         (sh4_register_read): Update.
2990         (sh4_register_write): Update.
2991         (sh64_pseudo_register_read): Update.
2992         (sh64_pseudo_register_write): Update.
2993         (sh64_register_read): Update.
2994         (sh64_register_write): Update.
2995         * i386-tdep.c (i386_extract_return_value): Update.
2996         (i386_extract_struct_value_address): Update.
2997         (i386_extract_return_value): Update.
2998         * blockframe.c (generic_read_register_dummy): Update.
2999         (generic_call_dummy_register_unwind): Update
3000         * infrun.c (write_inferior_status_register): Update.
3001
3002 2002-07-23  Jim Blandy  <[email protected]>
3003
3004         * parser-defs.h (expression_context_pc): Make this extern.
3005         (Thanks to Michael Snyder.)
3006
3007 2002-07-23  Andrew Cagney  <[email protected]>
3008
3009         GDB 5.2.1 released from 5.2 branch.
3010         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3011         * README: Update to mention 5.2.1.
3012
3013 2002-07-23  Mark Salter  <[email protected]>
3014
3015         * remote.c (remote_read_bytes): Fix check for error.
3016
3017 2002-07-22  Kevin Buettner  <[email protected]>
3018
3019         * aix-thread.c (language.h): Include.
3020         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3021         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3022         Print newlines at end of debug messages.
3023         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3024         (pdc_write_data): Use local_hex_string() instead of %llx formats.
3025
3026 2002-07-22  Kevin Buettner  <[email protected]>
3027
3028         * aix-thread.c (ppc-tdep.h): Include.
3029         (special_register_p): New function.
3030         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3031         (store_regs_user_thread): Use register number information from
3032         gdbarch_tdep struct instead of hardcoded offsets relative to
3033         FIRST_UISA_SP_REGNUM.
3034         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
3035         special_register_p() instead of using FPLAST_REGNUM and
3036         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3037         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
3038         will be MQ's register number.
3039
3040 2002-07-22  Michael Snyder  <[email protected]>
3041
3042         * aix-thread.c (ops): Rename to aix_thread_ops.
3043         (base_ops): Rename to base_target.
3044         (ops_attach): Rename to aix_thread_attach.
3045         (ops_detach): Rename to aix_thread_detach.
3046         (ops_resume): Rename to aix_thread_detach.
3047         (ops_wait):   Rename to aix_thread_wait.
3048         (ops_kill):   Rename to aix_thread_kill.
3049         (init_ops):   Rename to init_aix_thread_ops.
3050         (ops_fetch_register): Rename to aix_thread_fetch_register.
3051         (ops_store_register): Rename to aix_thread_store_register.
3052         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3053         (ops_thread_alive):   Rename to aix_thread_thread_alive.
3054         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3055         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
3056         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3057         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
3058         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3059         (store_regs_lib):  Rename to store_regs_user_thread.
3060         (store_regs_kern): Rename to store_regs_kernel_thread.
3061
3062 2002-07-22  Michael Snyder  <[email protected]>
3063
3064         * aix-thread.c (ops_prepare_to_store): Eliminate.
3065         (init_ops): Don't initialize ops.prepare_to_store.
3066         (store_regs_kern): Pre-fetch register buffers from child, 
3067         because some registers may not be in the cache.  Copy
3068         regs from register cache only if they are cached.
3069         (store_regs_lib): Copy regs from register cache only
3070         if they are cached.
3071         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3072         fill_gprs64): Ditto.
3073
3074 2002-07-22  Kevin Buettner  <[email protected]>
3075
3076         * aix-thread.c (gdb_assert.h): Include.
3077         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3078         register sizes (from register cache) match size of buffer holding
3079         register data.
3080         (fill_sprs32): Change parameter types to match those in the ptrace()
3081         buffer.
3082         (store_regs_lib): Likewise, but for 32-bit temporary variables.
3083         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3084
3085 2002-07-22  Michael Snyder  <[email protected]>
3086
3087         * aix-thread.c (supply_sprs64): Cosmetic change.
3088         (supply_sprs32): Cosmetic change.
3089         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3090         (fill_sprs64): Use regcache_collect instead of read_register.
3091         (store_regs_lib): Use regcache_collect instead of 
3092         read_register.  Use fill_sprs32 instead of fill_sprs64,
3093         if debugging a 32-bit architecture.
3094         (store_regs_kern): Use fill_gprs64 etc. to pull the values
3095         out of the register cache, instead of passing a pointer into
3096         the register cache directly to ptrace.  Use regcache_collect
3097         insteaad of read_register.
3098         (ops_prepare_to_store): Use target_read_registers instead
3099         of read_register_bytes.
3100
3101 2002-07-20  Aidan Skinner <[email protected]>
3102
3103         * MAINTAINERS: Add self under write after approval. 
3104                 
3105 2002-07-20  Aidan Skinner <[email protected]>
3106
3107         * ada-tasks.c: Change k&r style function definitions to prototyped
3108         form.
3109                 
3110 2002-07-19  Andrew Cagney  <[email protected]>
3111
3112         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3113         * x86-64-tdep.c: Include "objfiles.h".
3114         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3115         in_plt_section.  From 2002-07-18 Michal Ludvig <[email protected]>.
3116
3117 2002-07-17  Michal Ludvig  <[email protected]>
3118
3119         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3120         (update_context): Initialise cfa variable.
3121
3122 2002-07-17  Michael Snyder  <[email protected]>
3123
3124         * aix-thread.c: Shorten some long lines.  
3125         Bring comments into line with code spec.
3126
3127 2002-07-18  Joel Brobecker  <[email protected]>
3128
3129         * infrun.c: Re-indent using gdb_indent.sh.
3130
3131 2002-07-18  Joel Brobecker  <[email protected]>
3132
3133         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3134         Leave the indentation temporarily untouched, to minimize the diffs.
3135
3136 2002-07-18  Elena Zannoni  <[email protected]>
3137
3138         * stabsread.c: Make os9k sections of the code obsolete,
3139         for real this time.
3140         * stabsread.h: Make os9k sections of the code obsolete.
3141
3142 2002-07-18  Michal Ludvig <[email protected]>
3143
3144         * linux-low.c (regsets_store_inferior_registers): Add free()
3145         at the end of a loop to prevent memory leak.
3146         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3147         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3148         * config/sparc/tm-sp64linux.h: Make the rest of #endif
3149         line a comment.
3150         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3151
3152 2002-07-17  Jim Blandy  <[email protected]>
3153
3154         * macrocmd.c (info_macro_command): Remove newline from error
3155         message.
3156
3157 2002-07-17  J"orn Rennecke <[email protected]>
3158
3159         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3160         (sh_gdbarch_init): Use it for sh-dsp.
3161
3162 2002-07-16  Kevin Buettner  <[email protected]>
3163
3164         * dwarf2read.c (read_initial_length): Handle older, non-standard,
3165         64-bit DWARF2 format.
3166
3167 2002-07-16  Joel Brobecker  <[email protected]>
3168
3169         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3170         <sys/proc.h> when not available.
3171
3172 2002-07-16  Andrew Cagney  <[email protected]>
3173
3174         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3175         * stabsread.c: Make os9k sections of the code obsolete.
3176         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3177         * config/i386/i386os9k.mt: Make file obsolete.
3178         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3179         (COMMON_OBS): Remove os9kread.o
3180         (SFILES): Remove os9kread.c.
3181         (os9kread.o, remote-os9k.o): Make target obsolete.
3182         * remote-os9k.c: Make file obsolete.
3183         * os9kread.c: Make file obsolete.
3184         * Makefile.in
3185
3186 2002-07-16  Andrew Cagney  <[email protected]>
3187
3188         * NEWS: Mention that the FR30 has been made obsolete.
3189         * fr30-tdep.c: Make file obsolete.
3190         * config/fr30/tm-fr30.h: Ditto.
3191         * config/fr30/fr30.mt: Ditto.
3192         * configure.tgt: Make fr30-*-elf obsolete.
3193         * MAINTAINERS: Make fr30-elf obsolete.
3194
3195 2002-07-16  Pierre Muller  <[email protected]>
3196
3197         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3198         found is not inside a section.
3199
3200 2002-07-15  Kevin Buettner  <[email protected]>
3201
3202         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3203         strerror().
3204         (pdc_realloc): Use xrealloc() instead of realloc().
3205
3206 2002-07-15  Kevin Buettner  <[email protected]>
3207
3208         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3209         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3210         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3211         macros.
3212
3213 2002-07-15  Kevin Buettner  <[email protected]>
3214
3215         * aix-thread.c (ptrace_check): Eliminate goto.
3216         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
3217         problem.
3218
3219 2002-07-15  Kevin Buettner  <[email protected]>
3220
3221         * aix-thread.c (gdbcmd.h): Include.
3222         (DEBUG, DBG, DBG2, dbg): Eliminate.
3223         (debug_aix_thread): New static global.
3224         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3225         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3226         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3227         invocations to DBG and DBG2 macros to test against
3228         ``debug_aix_thread'' and call fprintf_unfiltered().
3229         (_initialize_aix_thread): Add new command "set debug aix-thread".
3230
3231 2002-07-15  Andrew Cagney  <[email protected]>
3232
3233         From Gerhard Tonn <[email protected]>:
3234         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3235         instead of supply_register.
3236
3237 2002-07-15  Andrew Cagney  <[email protected]>
3238
3239         * dwarf2cfi.c: Include "gdb_assert.h".
3240         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3241         non-NULL.
3242         (update_context): Do not use __func__.  Add missing ``break''.
3243         (update_context): Do not use __func__.
3244
3245 2002-07-15  Elena Zannoni  <[email protected]>
3246
3247         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3248         and its setting.  Set gdbarch instruction printing functions
3249         directly.  For non-rs6000 case use new function
3250         gdb_print_insn_powerpc.
3251         (gdb_print_insn_powerpc): New function.
3252
3253 2002-07-13  Andrew Cagney  <[email protected]>
3254
3255         * NEWS: Mention that the d30v has been marked obsolete.
3256         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3257         * configure.tgt: Mark d30v-*-* as obsolete.
3258         * d30v-tdep.c: Mark file as obsolete.
3259         * config/d30v/d30v.mt: Ditto.
3260         * config/d30v/tm-d30v.h: Ditto.
3261
3262 2002-07-13  Aidan Skinner <[email protected]>
3263
3264         * ada-tasks.c (add_task_entry): replace calls to
3265         malloc() with xmalloc
3266         * ada-tasks.c (init_task_list): replace calls to free with xfree()
3267         
3268         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3269         ada_finish_decode_line_1, all_sals_for_line
3270         ada_breakpoint_rewrite): replace calls to free() with xfree()
3271                 
3272 2002-07-12  Kevin Buettner  <[email protected]>
3273
3274         From Nicholas Duffek (with minor changes by Martin Hunt, 
3275         Louis Hamilton, and Kevin Buettner):
3276         * aix-thread.c: New file.
3277
3278 2002-07-12  Petr Sorfa <[email protected]>
3279
3280         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
3281         complaint for invalid attribute class or form.
3282         (read_func_scope): DW_AT_frame_base
3283         better handling of DW_AT_block*.
3284         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3285         better handling of DW_AT_block*.
3286         (read_common_block): DW_AT_location
3287         better handling of DW_AT_block*.
3288         (read_partial_die): DW_AT_location better handling
3289         of DW_AT_block*.
3290         (new_symbol): DW_AT_external better handling of
3291         DW_AT_block*. Proper initialization of variable
3292         "addr".
3293         (attr_form_is_block): New function that returns true
3294         if the attribute's form is of DW_FORM_block*.
3295
3296 2002-07-12  Peter Schauer  <[email protected]>
3297
3298         * valops.c (find_method_list): Remove comment about
3299         removed STATIC_MEMFUNCP argument.
3300         (value_find_oload_method_list): Likewise.
3301
3302 2002-07-12  Kevin Buettner  <[email protected]>
3303
3304         From Nicholas Duffek:
3305         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3306         target_new_objfile_hook.
3307
3308 2002-07-12  Kevin Buettner  <[email protected]>
3309
3310         From Nicholas Duffek:
3311         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3312         csect.
3313
3314 2002-07-12  Andrew Cagney  <[email protected]>
3315
3316         * MAINTAINERS: Mention --enable-sim-build-warnings.
3317         (m68hc11-elf): Disable sim build warnings.
3318         (m32r-elf): Mark as broken obsolete candidate.
3319         (x86_64-linux-gnu): Mark as buildable with -Werror.
3320         (arm-elf): Change -w to ``,'' which enables warnings but not
3321         -Werror.
3322
3323 2002-07-12  Andrew Cagney  <[email protected]>
3324
3325         * bcache.h: Update copyright.
3326         (struct bstring, struct bcache): Move definition to "bcache.c".
3327         Replaced by opaque declaration.
3328         (bcache_xfree): Replace free_bcache.
3329         (bcache_xmalloc, bcache_memory_used): Declare.
3330         
3331         * bcache.c: Update copyright.
3332         (struct bstring, struct bcache): Moved to here from "bcache.h".
3333         Update comments.
3334         (bcache_xmalloc, bcache_memory_used): New functions.
3335         (bcache_xfree): Replace function free_bcache.
3336         
3337         * Makefile.in (objfiles.o): Add $(bcache_h).
3338         (objfiles_h): Remove $(bcache_h).
3339         (symfile.o): Add $(bcache_h).
3340
3341         * symmisc.c: Update copyright.
3342         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3343         (print_objfile_statistics): Use bcache_memory_used.
3344
3345         * symfile.c: Include "bcache.h".
3346         (reread_symbols): Use bcache_xfree.
3347         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3348         (add_psymbol_to_list): Pass psymbol_cache by value.
3349         (add_psymbol_with_dem_name_to_list): Ditto.
3350
3351         * objfiles.h: Update copyright.
3352         (struct bcache): Declare opaque.  Do not include "bcache.h".
3353         (struct objfile): Change psymbol_cache and macro_cache to ``struct
3354         bcache'' pointers.
3355         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3356
3357         * objfiles.c: Include "bcache.h".  Update copyright.
3358         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3359         macro_cache.
3360         (free_objfile): Use bcache_xfree.
3361
3362 2002-07-11  Grace Sainsbury  <[email protected]>
3363
3364         * monitor.c (monitor_fetch_register): Make name a constant.
3365         (monitor_store_register): Same.
3366
3367 2002-07-11  Daniel Jacobowitz  <[email protected]>
3368
3369         Based on patch from Daniel Berlin <[email protected]>.
3370         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3371         (finish_block) For non-function blocks, hash the symbol table.  For
3372         function blocks, mark the symbol table as unhashed.
3373         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3374         (msymbol_hash_iw): Likewise.
3375         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3376         value.
3377         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3378         (lookup_minimal_symbol): Likewise for both.
3379         * symtab.h (struct block): Add `hashtable' flag.  Comment the
3380         hashtable.
3381         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3382         (ALL_BLOCK_SYMBOLS): Update.
3383         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3384         (struct symbol): Add `hash_next' pointer.
3385         * symtab.c (lookup_block_symbol): Search using the hash table when
3386         possible.
3387         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3388         (search_symbols, find_addr_symbol): Likewise.
3389
3390         * dstread.c (process_dst_block): Clear hashtable bit for new block.
3391         (read_dst_symtab): Likewise.
3392         * jv-lang.c (get_java_class_symtab): Likewise.
3393         * mdebugread.c: Include "gdb_assert.h".
3394         (shrink_block): Assert that the block being modified is not hashed.
3395         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3396         * symmisc.c (free_symtab_block): Walk the hash table when freeing
3397         symbols.
3398         (dump_symtab): Recognize hashed blocks.
3399         * printcmd.c (print_frame_args):  Assert that function blocks do not
3400         have hashed symbol tables.
3401         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3402         (fill_in_ada_prototype, debug_print_block): Likewise.
3403         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
3404
3405 2002-07-11  Corinna Vinschen  <[email protected]>
3406
3407         * stack.c (print_frame): Use result of frame_address_in_block()
3408         instead of fi->pc when evaluating symbols.
3409         (backtrace_command_1): Ditto.
3410
3411 2002-07-11  Andrew Cagney  <[email protected]>
3412
3413         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3414         Make static.
3415
3416         * arm-tdep.c (arm_register_name): Make return type constant.
3417
3418 2002-07-10  Andrew Cagney  <[email protected]>
3419
3420         * win32-nat.c (has_detach_ability): Convert to strict ISO C
3421         prototype.
3422         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3423         * s390-tdep.c (s390_fp_regnum): Ditto.
3424         (s390_read_fp): Ditto.
3425         (s390_pop_frame): Ditto.
3426         (_initialize_s390_tdep): Ditto.
3427         * remote.c (get_remote_state): Ditto.
3428         * procfs.c (mappingflags): Ditto.
3429         * memattr.c (_initialize_mem): Ditto.
3430         * mcore-tdep.c (mcore_pop_frame): Ditto.
3431         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3432         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3433         * language.c (set_case_str): Ditto.
3434         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3435         * frv-tdep.c (new_variant): Ditto.
3436         (frv_stopped_data_address): Ditto.
3437         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3438         (context_alloc): Ditto.
3439         (frame_state_alloc): Ditto.
3440         (unwind_tmp_obstack_init): Ditto.
3441         (unwind_tmp_obstack_free): Ditto.
3442         (cfi_read_fp): Ditto.
3443         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3444         (cris_pop_frame): Ditto.
3445         * c-lang.c (scanning_macro_expansion): Ditto.
3446         (finished_macro_expansion): Ditto.
3447         (c_preprocess_and_parse): Ditto.
3448         * gdbarch.sh: Ditto.
3449         * gdbarch.h, gdbarch.c: Regenerate.
3450         * config/mn10200/tm-mn10200.h: Adjust indentation.
3451         * target.c: Adjust indentation.
3452         * symtab.h: Adjust indentation.
3453         * stabsread.h: Adjust indentation.
3454         * remote-es.c: Adjust indentation.
3455         * os9kread.c: Adjust indentation.
3456
3457 2002-07-10  Andrew Cagney  <[email protected]>
3458         
3459         * wince.c (_initialize_wince): Rename _initialize_inftarg.
3460         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3461
3462 2002-07-10  Grace Sainsbury  <[email protected]>
3463         
3464         * NEWS: Mention m68k, mcore multi-arching.  
3465         * MAINTAINERS: Change status of m68k, mcore to reflect
3466         multi-arching.
3467
3468 2002-07-10  Daniel Jacobowitz  <[email protected]>
3469
3470         * valops.c (find_overload_match): Free oload_syms.
3471
3472 2002-07-09  Joel Brobecker  <[email protected]>
3473
3474         Define HAVE_SYS_PROC_H if sys/proc.h exists
3475         * configure.in: Add check for sys/proc.h
3476         * config.in: Regenerate.
3477         * configure: Regenerate.
3478
3479 2002-07-09  Grace Sainsbury  <[email protected]>
3480
3481         * config/m68k/tm-m68k.h: Remove macros wrapped in 
3482         #if !GDB_MULTI_ARCH. 
3483
3484 2002-07-08  Andrew Cagney  <[email protected]>
3485
3486         * config.in, configure: Regenerate.
3487
3488 2002-07-08  Mark Kettenis  <[email protected]>
3489
3490         * dwarf2cfi.c: Include "gcore.h".
3491         (execute_stack_op): Fix implementation of the
3492         DW_OP_deref and DW_OP_deref_size operators by letting do their
3493         lookup in the target.
3494
3495 2002-07-07  Mark Kettenis  <[email protected]>
3496
3497         From Peter Schauer <[email protected]>:
3498         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3499         tdep->sc_sp_offset.
3500
3501 2002-07-05  Daniel Jacobowitz  <[email protected]>
3502
3503         Fix PR gdb/595, gdb/602
3504         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3505         Don't call value_cast, just read the vtable pointer; update comments
3506         to match.
3507
3508 2002-07-05  Grace Sainsbury  <[email protected]>
3509
3510         * config/mcore/tm-mcore.h: Remove file.
3511         * config/mcore/mcore.mt: Remove definition of TM_FILE
3512         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3513
3514 2002-07-05  Mark Kettenis  <[email protected]>
3515
3516         * i386bsd-tdep.c: Include "gdb_string.h".
3517
3518 2002-07-04  Grace Sainsbury  <[email protected]>
3519
3520         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3521         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3522         mcore-tdep.
3523         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3524         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3525         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3526         (RETVAL_REGNUM): Move macros from tm-mcore.h
3527         (mcore_reg_struct_has_addr): New function.
3528         (mcore_gdbarch_init): Added initializations for the macros removed
3529         from tm-mcore.h.
3530
3531 2002-07-04  Mark Kettenis  <[email protected]>
3532
3533         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3534         traditonal string branding within the ELF header.
3535
3536 2002-07-04  Daniel Jacobowitz  <[email protected]>
3537
3538         * symtab.c (remove_params): New function.
3539         (make_symbol_overload_list): Use it instead of cplus_demangle.
3540         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
3541
3542 2002-07-04  Mark Kettenis  <[email protected]>
3543
3544         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3545
3546         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3547         New variables.
3548         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3549         and tdep->sigtramp_end.
3550         * i386obsd-nat.c: New file.
3551         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3552
3553         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3554         Don't call get_current_frame().
3555
3556 2002-07-04  Pierre Muller  <[email protected]>
3557
3558         * i386-nat.c (child_post_startup_inferior): New function
3559         calling i386_cleanup_dregs if
3560         I386_USE_GENERIC_WATCHPOINTS is defined.
3561         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3562         conditional to acknowledge that i386-nat.c has its
3563         own child_post_startup_inferior function.
3564
3565 2002-07-04  Mark Kettenis  <[email protected]>
3566
3567         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3568         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3569         instead of MAX_REGISTER_RAW_SIZE.
3570         (i386_extract_return_value, i386_extract_struct_value_address):
3571         Convert to use regcache.
3572         (i386_gdbarch_init): Set max_register_raw_size and
3573         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3574         Set extract_return_value and extract_struct_value_address instead
3575         of their deprecated variants.
3576
3577         Convert i386 target to generic dummy frames.
3578         * i386-tdep.c: Include "symfile.h".
3579         (i386_frameless_signal_p): Consider a function to be frameless if
3580         the pc points at the first instruction of the function.
3581         (i386_frame_chain): Handle (generic) call dummies.
3582         (i386_frame_saved_pc): Likewise.
3583         (i386_frame_init_saved_regs): Remove code dealing with call
3584         dummies on the stack.
3585         (i386_push_dummy_frame): Removed.
3586         (i386_call_dummy_words): Removed.
3587         (i386_fix_call_dummy): Removed.
3588         (i386_push_return_address): New function.
3589         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
3590         parameter, and don't call get_current_frame.
3591         (i386_pop_frame): New function.
3592         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3593         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3594         entry_point_address, set call_dummy_breakpoint_offset to 0, set
3595         call_dummy_length to 0, set call_dummy_words to NULL, set
3596         sizeof_call_dummy_words to 0, set fix_call_dummy to
3597         generic_fix_call_dummy, set pc_in_call_dummy to
3598         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3599         generic_push_dummy_frame, set push_return_address to
3600         i386_push_return_address and set frame_chain_valid to
3601         generic_file_frame_chain_valid.
3602
3603 2002-07-03  Andrew Cagney  <[email protected]>
3604
3605         * gdbarch.sh (struct regcache): Add opaque declaration.
3606         (EXTRACT_RETURN_VALUE): New architecture method.
3607         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3608         * gdbarch.h, gdbarch.c: Regenerate.
3609         * arch-utils.c (legacy_extract_return_value): New function.
3610         * arch-utils.h (legacy_extract_return_value): Declare.
3611         * values.c (value_being_returned): Re-enable code handling
3612         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
3613         deprecated_grub_regcache_for_registers call to block handling
3614         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3615         (EXTRACT_RETURN_VALUE): Do not define.
3616
3617 2002-07-03  Grace Sainsbury  <[email protected]>
3618
3619         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3620         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3621         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3622         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3623         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3624         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3625         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3626         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3627         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3628         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3629         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3630         argument so the function fits the prototype in the architecture
3631         vector.
3632         (mcore_pop_frame): Remove argument so the function fits the
3633         prototype. Use get_current_frame instead of the argument.
3634         (mcore_push_arguments): Change type of struct_return so the
3635         function can be used in the architecture vector.
3636         (mcore_store_struct_return): Add.
3637         (mcore_frame_init_saved_regs): Add.
3638         (mcore_gdbarch_init): Add function calls to replace the macros
3639         removed from tm-mcore.h
3640
3641 2002-07-03  Andrew Cagney  <[email protected]>
3642
3643         * infcmd.c (print_return_value): Remove compatibility code calling
3644         deprecated_grub_regcache_for_registers.
3645         
3646         * values.c: Include "regcache.h".
3647         (value_being_returned): Update.  Use
3648         deprecated_grub_regcache_for_registers to extract the register
3649         buffer address.  
3650         * value.h (value_being_returned): Change ``retbuf'' parameter to a
3651         ``struct regcache''.
3652         * Makefile.in (values.o): Add dependency on $(regcache_h).
3653
3654         * inferior.h (run_stack_dummy): Change type of second parameter to
3655         a ``struct regcache''.
3656         * valops.c (hand_function_call): Change type of retbuf to ``struct
3657         regcache''.  Allocate using regcache_xmalloc, clean using
3658         make_cleanup_regcache_xfree.
3659         * infcmd.c (run_stack_dummy): Update.  Use
3660         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3661
3662         * regcache.c (do_regcache_xfree): New function.
3663         (make_cleanup_regcache_xfree): New function.
3664         * regcache.h (make_cleanup_regcache_xfree): Declare.
3665
3666 2002-07-03  Martin M. Hunt  <[email protected]>
3667
3668         * event-top.c (command_line_handler): Don't read past
3669         beginning of buffer.
3670
3671 2002-07-03  Martin M. Hunt  <[email protected]>
3672         
3673         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
3674         struct frame_id. 
3675         (varobj_create): Store frame_id for root.
3676         (varobj_gen_name): Use xasprintf.
3677         (varobj_update): Save and restore frame using get_frame_id() and
3678         frame_find_by_id().
3679         (create_child): Use xasprintf.
3680         (new_root_variable): Initialize frame_id.
3681         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3682         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3683         to prevent memory leak.
3684
3685 2002-07-03  Andrew Cagney  <[email protected]>
3686
3687         * valops.c (hand_function_call): Move declaration of retbuf to
3688         start of function, allocate using malloc, add a cleanup but before
3689         the inf_status cleanup, cleanup the buffer.  Rename local variable
3690         old_chain to inf_status_cleanup.
3691
3692 2002-07-03  Martin M. Hunt  <[email protected]>
3693
3694         * top.c (execute_command): Use cmd_func() and cmd_func_p().
3695
3696         * cli/cli-decode.c (cmd_func_p): New function.
3697         (cmd_func): New function.
3698
3699         * command.h: Add cmd_func() and cmd_func_p().   
3700         
3701 2002-07-03  Grace Sainsbury  <[email protected]>
3702
3703         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3704         (REGISTER_SIZE): Remove.
3705         (MAX_REGISTER_RAW_SIZE): Remove.
3706         (REGISTER_VIRTUAL_TYPE): Remove.
3707         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3708         (REGISTER_NAME): Remove.
3709         (USE_GENERIC_DUMMY_FRAMES): Remove.
3710         (CALL_DUMMY): Remove.
3711         (CALL_DUMMY_START_OFFSET): Remove.
3712         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3713         (CALL_DUMMY_LOCATION): Remove.
3714         (FIX_CALL_DUMMY): Remove.
3715         (CALL_DUMMY_ADDRESS): Remove.
3716         (SIZEOF_CALL_DUMMY_WORDS): Remove.
3717         (SAVE_DUMMY_FRAME_TOS): Remove.
3718         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3719         (mcore_register_virtual_type): New function.
3720         (mcore_register_byte): New function.
3721         (mcore_register_size): New function.
3722         (mcore_register_name): New function.
3723         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3724         macros removed from tm-mcore.h.
3725         (mcore_dump_tdep): Add.
3726         (_initialize_mcore_tdep): Add gdbarch_register call.
3727
3728 2002-07-03  Mark Kettenis  <[email protected]>
3729
3730         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3731         frameless_look_for_prologue, such that we actually call this
3732         function.
3733
3734 2002-07-02  Joel Brobecker  <[email protected]>
3735
3736         * frame.h (frame_address_in_block): New function.
3737
3738         * blockframe.c (frame_address_in_block): New function extracted
3739         from get_frame_block().
3740         (get_frame_block): Use frame_address_in_block().
3741         (block_innermost_frame): Use frame_address_in_block() to match
3742         the frame pc address against the block boundaries rather than
3743         the frame pc directly. This prevents a failure when a frame pc
3744         is actually a return-address pointing immediately after the end
3745         of the given block. 
3746
3747 2002-07-02  Grace Sainsbury  <[email protected]>
3748
3749         * MAINTAINERS: Add self under write after approval. 
3750
3751 2002-07-02  Grace Sainsbury  <[email protected]>
3752
3753         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3754         used in architecture vector. The default is
3755         m68k_local_breakpoint_from_pc.
3756         (m68k_local_breakpoint_from_pc): Add.
3757         (enum): Add register numbers from tm-m68k.h.
3758         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3759         vector.  
3760         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3761         GDB_MULTI_ARCH_PARTIAL.
3762         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3763         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3764         m68k-tdep.c.
3765         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3766         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3767         to enum in m68k-tdep.c
3768
3769 2002-07-02  Joel Brobecker  <[email protected]>
3770
3771         * solib-osf.c (open_map): Compute the list of shared libraries
3772         loaded by the inferior, rather than the list of libraries loaded
3773         by GDB itself.  Otherwise, GDB ends up reading the symbols from
3774         the wrong shared libraries...
3775
3776 2002-07-02  Mark Kettenis  <[email protected]>
3777
3778         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3779         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3780         macros.
3781         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3782         Remove functions.
3783         (FRAMELESS_SIGNAL): Remove function.
3784         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3785         i386_linux_saved_pc_after_call): Removed.
3786         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3787         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
3788         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3789
3790         * i386-tdep.c (i386_frameless_signal_p): New function.
3791         (i386_frame_chain): Deal with frameless signals.
3792         (i386_sigtramp_saved_sp): New function.
3793         (i386_frame_saved_pc): Deal with frameless signals.
3794         (i386_saved_pc_after_call): Make sure the correct value is
3795         returned just after entry into a sigtramp.
3796         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3797         i386fbsd4_sc_sp_offset): New variables.
3798         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3799         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
3800         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3801         similiar to what we already did for sc_pc_offset.
3802         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3803         tdep->sc_sp_offset.
3804
3805         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3806
3807 2002-07-02  Michal Ludvig  <[email protected]>
3808
3809         * config/i386/tm-x86-64linux.h: New.
3810         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3811         definitions.
3812         * config/i386/nm-x86-64.h: Rename to ...
3813         * config/i386/nm-x86-64linux.h: ... this one.
3814         * config/i386/x86-64linux.mh: Reflect the above change.
3815         
3816 2002-07-01  Mark Kettenis  <[email protected]>
3817
3818         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3819         with sigcontext_addr.  Add sc_sp_offset.
3820         (i386bsd_sigtramp_saved_pc): Remove prototype.
3821         (i386bsd_sicontext_addr): Add prototype.
3822         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3823         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3824         (i386_svr4_sigtramp_saved_pc): Removed.
3825         (i386_svr4_sigcontext_addr): New function.
3826         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3827         Initialize tdep->sigcontext_addr instead.  Initialize
3828         tdep->sc_pc_offset and tdep->sc_sp_offset.
3829         (i386_gdbarch_init): Likewise.
3830         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3831         any more.
3832         (i386bsd_sigtramp_saved_pc): Remove function.
3833         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3834         Initialize tdep->sigcontext_addr instead.  Initialize
3835         tdep->sc_pc_offset.
3836         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3837         of tdep->sigtramp_saved_pc.
3838         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3839         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
3840         instead.
3841
3842         * i386-tdep.c (i386_frameless_function_invocation,
3843         i386_frame_num_args, i386_frame_init_saved_regs,
3844         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3845         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3846         i386_extract_return_value, i386_store_return_value,
3847         i386_extract_struct_value_address, i386_register_virtual_type,
3848         i386_register_convertible, i386_register_convert_to_virtual,
3849         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3850         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3851         static.
3852
3853 2002-07-01  Mark Kettenis  <[email protected]>
3854
3855         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3856
3857         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3858         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3859         this macro.  Include "value.h".
3860
3861 2002-06-30  Aidan Skinner  <[email protected]>
3862
3863         * ada-exp.tab.c: remove as it's a generated file
3864         * ada-lex.c: remove as it's a generated file
3865                 
3866 2002-06-30  Mark Kettenis  <[email protected]>
3867
3868         * config/i386/tm-i386.h (struct frame_info, struct
3869         frame_saved_regs, struct value, struct type): Remove forward
3870         declarations.
3871
3872         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3873         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3874         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3875         (FILL_FPXREGSET): Define.
3876
3877         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3878
3879         * configure.tgt (i[3456]86-*-openbsd*): Fold into
3880         i[3456]86-*-netbsd* case.
3881         * config/i386/tm-obsd.h: Removed.
3882         * config/i386/obsd.mt: Removed.
3883         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3884         core-aout.o.
3885         (MH_CFLAGS): Add -DYYDEBUG=0.
3886
3887         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3888         i386nbsd_sc_pc_offset on OpenBSD too.
3889
3890         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3891         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3892         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3893         define.
3894         * i386bsd-tdep.c: Include "arch-utils.h".
3895         (i386bsd_aout_in_solib_call_trampoline): New function.
3896         (i386bsd_init_abi): Set in_solib_call_trampoline to
3897         i386bsd_aout_in_solib_call_trampoline.
3898         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3899         in_solib_call_trampoline to generic_in_solib_call_trampoline.
3900
3901 2002-06-28  Andrew Cagney  <[email protected]>
3902
3903         * macrotab.h: Do not include "obstack.h" or "bcache.h".
3904         (struct obstack, struct bcache): Add opaque declarations.
3905         * Makefile.in (macrotab_h): Update
3906
3907 2002-06-28  Andrew Cagney  <[email protected]>
3908
3909         * blockframe.c (generic_find_dummy_frame): Change return type to
3910         ``struct regcache''.
3911         (struct dummy_frame): Replace field ``registers'' with regcache, a
3912         struct regcache object.
3913         (generic_find_dummy_frame): Update.
3914         (generic_push_dummy_frame): Update.  Use regcache_xfree,
3915         regcache_xmalloc and regcache_cpy.
3916         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
3917         regcache_xfree.
3918         (deprecated_generic_find_dummy_frame): Update.
3919         (generic_read_register_dummy): Update.  Use
3920         regcache_read_as_address.
3921         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
3922         (generic_get_saved_register): Update.  Use regcache_read.
3923
3924 2002-06-28  Andrew Cagney  <[email protected]>
3925
3926         * Makefile.in (objfiles_h): Add $(bcache_h).
3927         * objfiles.h: Include "bcache.h".
3928
3929         * Makefile.in (symtab_h): Remove $(bcache_h).
3930         * symtab.h: Do not include "bcache.h".
3931
3932 2002-06-28  Andrew Cagney  <[email protected]>
3933
3934         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3935         generic_func_frame_chain_valid.
3936
3937 2002-06-28  David O'Brien  <[email protected]>
3938
3939         * config/i386/nm-fbsd.h: Include <sys/param.h>.
3940         * config/i386/tm-fbsd.h: Likewise.
3941
3942 2002-06-28  Andrew Cagney  <[email protected]>
3943
3944         * rs6000-tdep.c (rs6000_gdbarch_init): Use
3945         generic_unwind_get_saved_register.
3946
3947 2002-06-27  Andrew Cagney  <[email protected]>
3948
3949         From 2002-06-27 John David Anglin <[email protected]>:
3950         * regcache.c (supply_register): Add missing argument to
3951         register_buffer call.
3952
3953 2002-06-27  Andrew Cagney  <[email protected]>
3954
3955         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
3956         Solaris /bin/grep does not not like it.  From Peter Schauer.
3957
3958 2002-06-26  Tom Tromey  <[email protected]>
3959
3960         * command.h (add_setshow_cmd): Declare.
3961         (add_setshow_cmd_full): Declare.
3962         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
3963         returns void.  Use add_setshow_cmd_full.
3964         (add_setshow_cmd_full): New function.
3965         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3966         (add_setshow_boolean_cmd): Likewise.
3967
3968 2002-06-26  Jason Thorpe  <[email protected]>
3969
3970         * config/vax/tm-vax.h: Protect from multiple inclusion.
3971         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3972         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3973         * config/vax/tm-vaxbsd.h: ...here.  New file.
3974         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3975
3976 2002-06-26  Jason Thorpe  <[email protected]>
3977
3978         * config/vax/tm-vax.h (BREAKPOINT): Remove.
3979         (BELIEVE_PCC_PROMOTION): Remove.
3980         (AP_REGNUM): Move to...
3981         * config/vax/nm-vax.h: ...here.
3982         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3983         (vax_breakpoint_from_pc): New function.
3984         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3985         and gdbarch_believe_pcc_promotion.
3986
3987 2002-06-26  Jason Thorpe  <[email protected]>
3988
3989         * Makefile.in (vax_tdep_h): Define.  
3990         (vax-tdep.o): Use $(vax_tdep_h).
3991         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3992         (vax_dump_tdep): New function. 
3993         (_initialize_vax_tdep): Register vax_dump_tdep.
3994         * vax-tdep.h: Include osabi.h.     
3995         (struct gdbarch_tdep): New. 
3996
3997 2002-06-26  Andrew Cagney  <[email protected]>
3998
3999         * frame.h (deprecated_generic_find_dummy_frame): Rename
4000         generic_find_dummy_frame.
4001         * blockframe.c (generic_find_dummy_frame): Make static.
4002         (deprecated_generic_find_dummy_frame): New function.
4003         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4004         generic_find_dummy_frame with deprecated_find_dummy_frame.
4005         (sh64_nofp_frame_init_saved_regs): Ditto.
4006         (sh_fp_frame_init_saved_regs): Ditto.
4007         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4008         (s390_frame_chain): Ditto.
4009         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4010
4011 2002-06-26  Grace Sainsbury  <[email protected]>
4012
4013         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4014         gdbarch vector are at the top.
4015         (NUM_REGS): Remove.
4016         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4017         (FRAME_ARGS_ADDRESS): Remove.
4018         (FRAME_LOCALS_ADDRESS): Remove.
4019         (FRAME_NUM_ARGS): Remove.
4020         (FRAME_ARGS_SKIP): Remove.  
4021         * m68k-tdep.c (enum): Add eumeration of special register numbers.
4022         (m68k_gdbarch_init): Add gdbarch initializations for macros
4023         undefined in tm-m68k.h
4024
4025 2002-06-26  Grace Sainsbury  <[email protected]>
4026
4027         * monitor.h: Add the function regname to monitor_ops
4028         structure. This way NUM_REGS does not have to be a constant.
4029         * monitor.c (monitor_fetch_register): Added support for regname
4030         function. The function is called if the array regnames is NULL.
4031         (monitor_store_register): Same.
4032         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4033         regnames array.
4034         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4035         cpu32bug_cmds.regname to point to new function.
4036         * abug-rom.c (abug_regname): Same as above.
4037         (init_abug_cmds): Same.
4038         * dbug-rom.c (dbug_regname): Same as above.
4039         (init_dbug_cmds): Same.
4040         * remote-est.c (est_regname): Same. 
4041         (init_est_cmds): Same.
4042         * rom68k-rom.c (rom68k_regname): Same. 
4043         (init_rom68k_cmds): Same.
4044
4045 2002-06-25  Tom Tromey  <[email protected]>
4046
4047         * breakpoint.c (delete_command): Don't repeat `delete' commands.
4048
4049 2002-06-25  Andrew Cagney  <[email protected]>
4050
4051         * infrun.c (stop_registers): Change variable's type to ``struct
4052         regcache'''.
4053         (xmalloc_inferior_status): Delete function.
4054         (free_inferior_status): Delete function.
4055         (normal_stop): Use regcache_cpy.
4056         (struct inferior_status): Change type of fields ``stop_registers''
4057         and ``registers'' to ``struct regcache''.
4058         (write_inferior_status_register): Use regcache_write.
4059         (save_inferior_status): Instead of calling
4060         xmalloc_inferior_status, allocate the inf_status buffer directly.
4061         Use regcache_dup_no_passthrough and regcache_dup to save the
4062         buffers.
4063         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4064         Replace the stop_registers regcache instead of overriding it.  Use
4065         regcache_xfree.  Instead of calling free_inferior_status, xfree
4066         the buffer directly.
4067         (discard_inferior_status): Use regcache_xfree.  Instead of calling
4068         free_inferior_status, xfree the buffer directly.
4069         (build_infrun): Use regcache_xmalloc.
4070         (_initialize_infrun): Delete redundant call to build_infrun.
4071
4072         * Makefile.in (infcmd.o): Add $(regcache_h).
4073
4074         * infcmd.c: Include "regcache.h".
4075         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4076         obtain the address of `stop_registers' register buffer.
4077         (print_return_value): Ditto.
4078
4079         * inferior.h (struct regcache): Add opaque declaration.
4080         (stop_registers): Change variable's declared type to ``struct
4081         regcache''.
4082
4083 2002-06-24  Tom Tromey  <[email protected]>
4084
4085         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4086         * target.c (initialize_targets): Fixed typo in
4087         trust-readonly-sections `show' documentation.
4088
4089         * main.c: Marked all strings with _().
4090
4091 2002-06-24  Don Howard  <[email protected]>
4092
4093         * memattr.c (create_mem_region): Treat hi == 0 as a special case
4094         that means max CORE_ADDR+1.
4095         (lookup_mem_region): Ditto.
4096         (mem_info_command): Ditto.
4097
4098 2002-06-24  Grace Sainsbury  <[email protected]>
4099
4100         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4101         (REGISTER_BYTES_OK): Remove.
4102         (REGISTER_BYTES): Remove.
4103         (STORE_STRUCT_RETURN): Remove.
4104         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4105         (STORE_RETURN_VALUE): Remove.
4106         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4107         (FRAME_CHAIN): Remove.
4108         (FRAMELESS_FUNCTION_INVOCATION): Remove.
4109         (FRAME_SAVED_PC): Remove.  
4110         * m68k-tdep.c (m68k_register_bytes_ok):Add.
4111         (m68k_store_struct_return): Add.
4112         (m68k_deprecated_extract_return_value): Add.
4113         (m68k_deprecated_extract_struct_value_address): Add.
4114         (m68k_store_return_value): Add.
4115         (m68k_frame_chain): Add.
4116         (m68k_frameless_function_invocation): Add.
4117         (m68k_frame_saved_pc): Add.
4118         (m68k_gdbarch_init): added set_gdbarch calls for new 
4119         functions and deleted macros.
4120
4121 2002-06-23  Tom Tromey  <[email protected]>
4122
4123         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4124         (ALLDEPFILES): Likewise.
4125         (udiheaders): Removed.
4126         (udip2soc.o): Likewise.
4127         (udi2go32.o): Likewise.
4128         (udr.o): Likewise.
4129         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4130
4131 2002-06-22  Andrew Cagney  <[email protected]>
4132
4133         * infrun.c (_initialize_infrun): Delete unnecessary call to
4134         build_infrun.
4135
4136         * regcache.h: Update comments describing the regcache_cpy family
4137         of functions.
4138         (regcache_save, regcache_restore): Delete declaration.
4139         (regcache_save_no_passthrough): Delete declaration.
4140         (regcache_restore_no_passthrough): Delete declaration.
4141         * regcache.c (regcache_save): Delete function.
4142         (regcache_save_no_passthrough): Delete function.
4143         (regcache_restore): Delete function.
4144         (regcache_restore_no_passthrough): Delete function.
4145
4146 2002-06-21  Andrew Cagney  <[email protected]>
4147
4148         * config/m68k/tm-m68k.h: Fix typo.
4149         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4150         (m68k_frame_init_saved_regs): Declare.
4151
4152 2002-06-21  Jim Blandy  <[email protected]>
4153
4154         Remove some vestiges of Harris 88k support.
4155         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4156         register numbering quirk.
4157         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4158         odd symbols occurring in Harris 88k ELF targets.
4159
4160 2002-06-21  Tom Tromey  <[email protected]>
4161
4162         * gdb_locale.h: New file.
4163         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4164         (defs_h): Added gdb_locale.h.
4165         * configure, config.in: Rebuilt.
4166         * configure.in (PACKAGE): Define.
4167         * defs.h: Include gdb_locale.h.
4168         * main.c (captured_main): Call setlocale, bindtextdomain,
4169         textdomain.
4170
4171 2002-06-21  Dave Brolley  <[email protected]>
4172
4173         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4174         * config/frv/frv.mt: New file.
4175         * config/frv/tm-frv.h: New file.
4176         * configure.tgt: Support frv-*-*.
4177         * Makefile.in (frv-tdep.o): New target.
4178         * frv-tdep.c: New file.
4179         * NEWS: Mention frv.
4180
4181 2002-06-21  Dave Brolley  <[email protected]>
4182
4183         * MAINTAINERS: Add self to "Write After Approval" list.
4184
4185 2002-06-21  Grace Sainsbury  <[email protected]>
4186
4187         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4188         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4189         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4190         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4191         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4192
4193         * m68k-tdep.c: Include arch-utils.h
4194         (m68k_register_raw_size): Add.
4195         (m68k_register_virtual_size): Add.
4196         (m68k_register_virtual_type): Add.
4197         (m68k_register_name): Add.
4198         (m68k_stack_align): Add.
4199         (m68k_register_byte): Add.
4200         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4201         tm-m68k.h.
4202
4203 2002-06-21  Grace Sainsbury  <[email protected]>
4204
4205         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4206         m68k_find_saved_regs.
4207         (m68k_pop_frame): Removed saved_regs structure, and replaced
4208         references to it with frame->saved_regs.
4209         (m68k_gdbarch_init): Added function calls to initialize the
4210         gdbarch structure.
4211         (m68k_fix_call_dummy): Add. 
4212         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4213         (CALL_DUMMY): Remove.
4214         (CALL_DUMMY_LENGTH): Remove.
4215         (CALL_DUMMY_START_OFFSET): Remove.
4216         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4217         (FIX_CALL_DUMMY): Remove.
4218         (PUSH_DUMMY_FRAME): Remove.
4219         (POP_FRAME): Remove.
4220
4221 2002-06-19  Pierre Muller  <[email protected]>
4222
4223         * parse.c (parse_fprintf): New function used to avoid calls to
4224         fprintf in bison parser generated debug code.
4225         * parser-defs.h: Declaration of new parse_fprintf function.
4226         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4227         Set YYDEBUG to 1 by default.
4228         Set YYFPRINTF as parse_fprintf.
4229
4230 2002-06-21  Michal Ludvig  <[email protected]>
4231
4232         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
4233         encoding anymore.
4234         (pointer_encoding, enum ptr_encoding): New.
4235         (execute_cfa_program): Take care about pointer encoding.        
4236         (dwarf2_build_frame_info): Only call parse_frame_info for 
4237         .debug_frame and .eh_frame.
4238         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4239         fixed augmentation handling, added relative addressing, 
4240         ignore duplicate FDEs. Added comments.
4241         * dwarf2cfi.c: Reindented.
4242         
4243 2002-06-20  Elena Zannoni  <[email protected]>
4244
4245         * event-top.c (command_handler): Don't use space_at_cmd_start
4246         unless there is sbrk() on the host. Assign time and space data
4247         to union fields of the appropriate length.
4248
4249 2002-06-20  Michal Ludvig  <[email protected]>
4250
4251         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
4252         x86_64_register_name. Return type changed to 'const char *'.
4253         (x86_64_register_name2nr): Rename to x86_64_register_number.
4254         (x86_64_gdbarch_init): Update to reflect the change.
4255         * x86-64-tdep.h: Ditto.
4256         * x86-64-linux-nat.c (x86_64_fxsave_offset)
4257         (supply_fpregset): Ditto.
4258
4259 2002-06-19  Andrew Cagney  <[email protected]>
4260
4261         * regcache.h: Update copyright.
4262         (struct regcache, struct gdbarch): Add opaque declarations.
4263         (current_regcache): Declare global variable.
4264         (regcache_read, regcache_write): Add gdbarch parameter.
4265         (regcache_save, regcache_save_no_passthrough)
4266         (regcache_restore, regcache_restore_no_passthrough)
4267         (regcache_dup, regcache_dup_no_passthrough)
4268         (regcache_cpy, regcache_cpy_no_passthrough)
4269         (deprecated_grub_regcache_for_registers)
4270         (deprecated_grub_regcache_for_register_valid)
4271         (regcache_valid_p): Add function declarations.
4272         
4273         * regcache.c: Update copyright.
4274         (regcache_descr_handle): New global variable.
4275         (struct regcache_descr): Define.
4276         (init_legacy_regcache_descr, init_regcache_descr): New functions.
4277         (regcache_descr, xfree_regcache_descr): New functions.
4278         (struct regcache): Define.
4279         (regcache_xmalloc, regcache_xfree): New functions.
4280         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4281         (regcache_dup, regcache_dup_no_passthrough): New functions.
4282         (regcache_valid_p, regcache_read_as_address): New functions.
4283         (deprecated_grub_regcache_for_registers): New function.
4284         (deprecated_grub_regcache_for_register_valid): New function.
4285         (current_regcache): New global variable.
4286         (register_buffer): Add regcache parameter.  Update calls.
4287         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
4288         (read_register_gen, write_register_gen): Update register_buffer
4289         call.  Test for legacy_p instead of gdbarch_register_read_p or
4290         gdbarch_register_write_p.
4291         (regcache_collect): Update register_buffer call.
4292         (build_regcache): Rewrite.  Use deprecated grub functions.
4293         (regcache_save, regcache_save_no_passthrough): New functions.
4294         (regcache_restore, regcache_restore_no_passthrough): New
4295         functions.
4296         (_initialize_regcache): Create the regcache_data_handle. Swap
4297         current_regcache global variable.
4298         
4299         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4300         parameter to regcache_read and regcache_write calls.
4301         (sh4_register_read): Ditto.
4302         (sh64_pseudo_register_read): Ditto.
4303         (sh64_register_read): Ditto.
4304         (sh_pseudo_register_write): Ditto.
4305         (sh4_register_write): Ditto.
4306         (sh64_pseudo_register_write): Ditto.
4307         (sh64_register_write): Ditto.
4308
4309         * defs.h (XCALLOC): Define.
4310
4311 2002-06-19  Grace Sainsbury  <[email protected]>
4312
4313         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4314         * m68k-tdep.c (m68k_gdbarch_init): Added.
4315         (m68k_dump_tdep): Added.
4316
4317 2002-06-19  Daniel Jacobowitz  <[email protected]>
4318
4319         * ada-lang.c (fill_in_ada_prototype): Update comment.
4320
4321 2002-06-19  Daniel Jacobowitz  <[email protected]>
4322
4323         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
4324         MIPS_ABI_LAST.
4325         (mips_abi_string, mips_abi_strings): New.
4326         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4327         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
4328         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
4329         O32 if no ABI is found.
4330         (mips_dump_tdep): Use mips_abi_strings.
4331         (mips_abi_update): New function.
4332         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
4333         ``set mips abi'' and ``show mips abi''.  Check the size of
4334         mips_abi_strings.
4335
4336 2002-06-19  Andrew Cagney  <[email protected]>
4337
4338         * i386-linux-tdep.c (i386_linux_register_name): Make return type
4339         constant.
4340
4341 2002-06-18  Joel Brobecker  <[email protected]>
4342
4343         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
4344         current frame using only the first stack size adjustment. All
4345         subsequent size adjustments are not considered to be part of
4346         the "static" part of the current frame.
4347         Compute the address of the saved registers relative to the
4348         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4349         in use in this frame.
4350
4351 2002-06-18  Don Howard  <[email protected]>
4352  
4353         * valops.c (value_ind): Use value_at_lazy() when dereferencing
4354         type int expressions.  Thanks to Jim Blandy <[email protected]> for
4355         suggesting this solution.
4356
4357 2002-06-18  Andrew Cagney  <[email protected]>
4358
4359         * config/romp/xm-rtbsd.h: Delete file.
4360         * config/romp/rtbsd.mh: Delete file.
4361
4362 2002-06-18  Keith Seitz  <[email protected]>
4363
4364         * breakpoint.c (condition_command): Post breakpoint_modify
4365         when a condition is added to an existing breakpoint.
4366         (commands_command): Likewise for commands.
4367         (set_ignore_count): Likewise for ignore counts.
4368         If no tty, do not simply return, still need to send event
4369         notification.
4370         (ignore_command): Only print a newline if the command came
4371         from a tty.
4372         Don't call breakpoints_changed, since this is now properly
4373         handled by set_ignore_count.
4374
4375 2002-06-18  Andrew Cagney  <[email protected]>
4376
4377         * MAINTAINERS: Note that cris-elf target can be compiled with
4378         -Werror.
4379         * cris-tdep.c (cris_register_name): Make return type constant.
4380         (cris_breakpoint_from_pc): Ditto.
4381
4382 2002-06-18  Michal Ludvig  <[email protected]>
4383
4384         * frame.h (struct frame_info): Change type of context to 
4385         'struct context'.
4386
4387 2002-06-17  Andrew Cagney  <[email protected]>
4388
4389         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4390         pointer.
4391         * gdbarch.h, gdbarch.c: Regenerate.
4392         * config/mips/tm-mips.h (mips_register_name): Update.
4393         * i386-tdep.h (i386_register_name): Update.
4394         * mips-tdep.c (mips_register_name): Update
4395         * alpha-tdep.c (alpha_register_name): Update.
4396         * arch-utils.c (legacy_register_name): Update.
4397         * arch-utils.h (legacy_register_name): Update.
4398         * avr-tdep.c (avr_register_name): Update.
4399         * ia64-tdep.c (ia64_register_name): Update.
4400         * i386-tdep.c (i386_register_name): Update.
4401         * sparc-tdep.c (sparc32_register_name): Update.
4402         (sparc64_register_name): Update.
4403         (sparclite_register_name): Update.
4404         (sparclet_register_name): Update.
4405         * sh-tdep.c (sh_generic_register_name): Update.
4406         (sh_sh_register_name): Update.
4407         (sh_sh3_register_name): Update.
4408         (sh_sh3e_register_name): Update.
4409         (sh_sh_dsp_register_name): Update.
4410         (sh_sh3_dsp_register_name): Update.
4411         (sh_sh4_register_name): Update.
4412         (sh_sh64_register_name): Update.
4413         * s390-tdep.c (s390_register_name): Update.
4414         * rs6000-tdep.c (rs6000_register_name): Update.
4415         * ns32k-tdep.c (ns32k_register_name_32082): Update.
4416         (ns32k_register_name_32382): Update.
4417         * d10v-tdep.c (d10v_ts2_register_name): Update.
4418         (d10v_ts3_register_name): Update.
4419         * xstormy16-tdep.c (xstormy16_register_name): Update.
4420         * vax-tdep.c (vax_register_name): Update.
4421         * v850-tdep.c (v850_register_name): Update.
4422         * m68hc11-tdep.c (m68hc11_register_name): Update.
4423         * mn10300-tdep.c (mn10300_generic_register_name): Update.
4424         (am33_register_name): Update.
4425
4426 2002-06-17  Grace Sainsbury  <[email protected]>
4427
4428         * m68k-tdep.c: Reindented.
4429
4430 2002-06-17  Andrew Cagney  <[email protected]>
4431
4432         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4433         list of predefined types.
4434
4435 2002-06-16  Mark Kettenis  <[email protected]>
4436
4437         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4438         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4439         REGISTER_CONVERT_TO_RAW): Remove defines.
4440         (i386_register_virtual_type, i386_register_convertible,
4441         i386_register_convert_to_virtual, i386_register_convert_to_raw):
4442         Remove prototypes.
4443         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4444         macros mentioned above.
4445
4446         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4447         (i386lynx_saved_pc_after_call): Remove prototype.
4448         * i386ly-tdep.c: Include "i386-tdep.h".
4449         (i386lynx_saved_pc_after_call): Make static.  Use
4450         read_memory_nobpt instead of read_memory.  Use
4451         read_memory_unsigned_integer instead of read_memory_integer.
4452         (i386lynx_init_abi): New function.
4453         (i386lynx_coff_osabi_sniffer): New function.
4454         (_initialize_i386bsd_tdep): New function.
4455
4456         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4457         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4458         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4459         (i386_fix_call_dummy): Remove prototype.
4460         * i386-tdep.c (i386_call_dummy_words): New variable.
4461         (i386_gdbarch_init): Adjust for removal of the
4462         macros mentioned above.
4463
4464 2002-06-15  Andrew Cagney  <[email protected]>
4465
4466         * command.h (add_setshow_auto_boolean_cmd): Replace
4467         add_set_auto_boolean_cmd.
4468         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4469         add_set_auto_boolean_cmd.
4470         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4471         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4472         mask-address'' command.
4473         (show_mask_address): Add cmd parameter.
4474         * remote.c (add_packet_config_cmd): Update.  Change type of
4475         set_func and show_func to cmd_sfunc_ftype.
4476         (_initialize_remote): Update `set remote Z-packet'
4477         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4478         (show_remote_protocol_e_packet_cmd): Ditto.
4479         (show_remote_protocol_E_packet_cmd): Ditto.
4480         (show_remote_protocol_P_packet_cmd): Ditto.
4481         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4482         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4483         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4484         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4485         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4486         (show_remote_protocol_Z_packet_cmd): Ditto.
4487         (show_remote_protocol_binary_download_cmd): Ditto.
4488         (show_remote_cmd): Pass NULL to all of above.
4489
4490 2002-06-15  Mark Kettenis  <[email protected]>
4491
4492         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4493         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4494         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4495         POP_FRAME): Remove defines.
4496         (i386_push_arguments, i386_store_struct_return,
4497         i386_extract_return_value, i386_store_return_value,
4498         i386_extract_struct_value_address, i386_push_dummy_frame,
4499         i386_pop_frame): Renove prototypes.
4500         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4501         macros mentioned above.
4502
4503 2002-06-15  Andrew Cagney  <[email protected]>
4504
4505         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4506         add_set_boolean_cmd.
4507         (add_setshow_cmd): New function.
4508         * command.h (add_setshow_boolean_cmd): Replace
4509         add_set_boolean_cmd.
4510         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4511         and ``set rdiromatzero''.
4512         * maint.c (_initialize_maint_cmds): Update commented out code.
4513         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4514         * target.c (initialize_targets): Update `set
4515         trust-readonly-sections'.
4516         * remote.c (_initialize_remote): Update `set remotebreak'.
4517
4518 2002-06-15  Mark Kettenis  <[email protected]>
4519
4520         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4521         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4522         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4523         fit into multi-arch framework.
4524         (i386_breakpoint_from_pc): New function.
4525         (i386_gdbarch_init): Adjust for removal of the macros mentioned
4526         above.
4527
4528         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4529         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4530         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4531         (i386_frameless_function_invocation, i386_frame_num_args,
4532         i386_frame_init_saved_regs): Remove prototypes.
4533         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4534         macros mentioned above.
4535
4536 2002-06-15  Andrew Cagney  <[email protected]>
4537
4538         * cli/cli-decode.c (set_cmd_cfunc): Update.
4539         (set_cmd_sfunc): Update.
4540         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4541         (set_cmd_sfunc, set_cmd_cfunc): Update.
4542         * cli/cli-decode.h: Update.
4543
4544 2002-06-15  Mark Kettenis  <[email protected]>
4545
4546         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4547         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4548
4549 2002-06-15  Andrew Cagney  <[email protected]>
4550
4551         * defs.h (auto_boolean): Declare enum.
4552         * command.h (cmd_auto_boolean): Delete enum.
4553         * mips-tdep.c (mask_address_var): Update.
4554         (mips_mask_address_p): Update.
4555         (show_mask_address): Update.
4556         * remote.c (struct packet_config): Update.
4557         (update_packet_config): Update.
4558         (show_packet_config_cmd): Update.
4559         (packet_ok): Update.
4560         (add_packet_config_cmd): Update.
4561         (_initialize_remote): 
4562         * command.h: Update.
4563         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4564         (do_setshow_command): Update.
4565         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4566         * cli/cli-decode.h: Update.
4567
4568 2002-06-15  Mark Kettenis  <[email protected]>
4569
4570         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4571         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4572         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4573         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4574         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4575         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4576
4577         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4578         list of DJGPP COFF targets.
4579
4580         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4581         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4582         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4583         (FP0_REGNUM): Remove define.
4584         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4585         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4586         (i386_register_virtual_size): Remove protoype.
4587         * i386-tdep.c (i386_register_virtual_size): Removed.
4588         (i386_extract_return_value, i386_store_return_value): Use
4589         FP0_REGNUM instead of NUM_FREGS to determine whether the
4590         floating-point registers are available.
4591         (i386_gdbarch_init): Tweak FIXME about FPU registers.
4592         Adjust for removal of macros mentioned above.
4593
4594 2002-06-15  Mark Kettenis  <[email protected]>
4595
4596         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
4597         comments.
4598         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4599         Remove prototypes.
4600         (supply_gregset, fill_gregset): Remove use of register keyword and
4601         remove declaration for regmap.  Use I386_NUM_GREGS instead of
4602         NUM_REGS and NUM_FREGS.
4603         (FPREGSET_FSAVE_OFFSET): Remove.
4604         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4605         NUM_FREGS to determine whether the floating-point registers are
4606         available.
4607
4608         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4609         gnu_store_registers): Replace usage of NUM_GREGS with
4610         I386_NUM_GREGS.
4611
4612         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4613         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4614         usage of NUM_GREGS with I386_NUM_GREGS.
4615
4616         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4617
4618         * i386bsd-nat.c: Include "i386-tdep.h".
4619         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4620         I386_NUM_GREGS.
4621
4622         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4623         and associated comment.  They no longer make any sense, since we
4624         don't use this file anymore on Linux.
4625
4626         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4627         * i386-tdep.c (i386_register_offset, i386_register_size): Use
4628         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4629         elements in these arrays.
4630         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4631         MAX_NUM_REGS.
4632
4633 2002-06-15  Mark Kettenis  <[email protected]>
4634
4635         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4636         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4637
4638 2002-06-14  Andrew Cagney  <[email protected]>
4639
4640         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4641         EXTRACT_RETURN_VALUE.
4642         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4643         EXTRACT_STRUCT_VALUE_ADDRESS.
4644         * gdbarch.h, gdbarch.c: Regenerate.
4645         
4646         * values.c (value_being_returned): Handle
4647         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4648         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4649
4650         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
4651         * arm-tdep.c (arm_gdbarch_init): Update.
4652         * avr-tdep.c (avr_gdbarch_init): Update.
4653         * cris-tdep.c (cris_gdbarch_init): Update.
4654         * d10v-tdep.c (d10v_gdbarch_init): Update.
4655         * ia64-tdep.c (ia64_gdbarch_init): Update.
4656         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4657         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4658         * s390-tdep.c (s390_gdbarch_init): Update.
4659         * sh-tdep.c (sh_gdbarch_init): Update.
4660         * s390-tdep.c (s390_gdbarch_init): Update.
4661         * sparc-tdep.c (sparc_gdbarch_init): Update.
4662         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4663         * v850-tdep.c (v850_gdbarch_init): Update.
4664         * vax-tdep.c (vax_gdbarch_init): Update.
4665         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4666         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4667
4668         * config/arc/tm-arc.h: Update.
4669         * config/d30v/tm-d30v.h: Update.
4670         * config/fr30/tm-fr30.h: Update.
4671         * config/h8300/tm-h8300.h: Update.
4672         * config/h8500/tm-h8500.h: Update.
4673         * config/i386/tm-i386.h: Update.
4674         * config/i386/tm-ptx.h: Update.
4675         * config/i386/tm-symmetry.h: Update.
4676         * config/i960/tm-i960.h: Update.
4677         * config/m32r/tm-m32r.h: Update.
4678         * config/m68k/tm-delta68.h: Update.
4679         * config/m68k/tm-linux.h: Update.
4680         * config/m68k/tm-m68k.h: Update.
4681         * config/m88k/tm-m88k.h: Update.
4682         * config/mcore/tm-mcore.h: Update.
4683         * config/mips/tm-mips.h: Update.
4684         * config/mn10200/tm-mn10200.h: Update.
4685         * config/pa/tm-hppa.h: Update.
4686         * config/pa/tm-hppa64.h: Update.
4687         * config/sparc/tm-sp64.h: Update.
4688         * config/sparc/tm-sparc.h: Update.
4689         * config/sparc/tm-sparclet.h: Update.
4690         * config/z8k/tm-z8k.h: Update.
4691
4692 2002-06-14  Andrew Cagney  <[email protected]>
4693
4694         * Makefile.in (i386_linux_tdep_h): Define.
4695         (i386_tdep_h, i387_tdep_h): Define.
4696         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4697         $(i386_tdep_h) and $(i387_tdep_h).
4698         * i386-linux-nat.c: Include "i386-linux-tdep.h".
4699
4700 2002-06-14  Mark Kettenis  <[email protected]>
4701
4702         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4703         Already covered by the default.
4704
4705         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4706         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
4707         (i386_gdbarch_init): Initialize long_double_format and long_double
4708         bit.
4709
4710         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4711         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
4712         Move these to ...
4713         * config/i386/i386sol2.mh: ... here.
4714         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4715         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4716         (SIGCONTEXT_PC_OFFSET): Remove define.
4717         (IN_SIGTRAMP): Remove define.
4718         * i386-sol2-tdep.c: New file.
4719         
4720         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4721         * config/i386/tm-i386nw.h: Removed.
4722
4723         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4724         USE_STRUCT_CONVENTION): Remove defines.
4725         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4726         (get_longjmp_target): Remove prototype.
4727         (IN_SIGTRAMP): Remove define.
4728         (i386bsd_in_sigtramp): Remove prototype.
4729         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4730         function.  Update comment accordingly
4731         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4732         (FRAME_SAVED_PC): Remove define.
4733         (i386bsd_frame_saved_pc): Remove prototype.
4734         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4735         GET_LONGJMP_TARGET): Remove defines.
4736         (get_longjmp_target): Remove prototype.
4737         (IN_SIGTRAMP): Remove define.
4738         (i386bsd_in_sigtramp): Remove prototype.
4739         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4740         function.  Update comment accordingly
4741         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4742         (FRAME_SAVED_PC): Remove define.
4743         (i386bsd_frame_saved_pc): Remove prototype.
4744         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4745         Remove prototype.
4746         (USE_STRUCT_CONVENTION): Remove prototype.
4747         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4748         declaration.
4749         (_initialize_i386bsd_nat): Revise logic to determine some
4750         constants at compile time when compiling a native GDB.  Warn if
4751         things don't match up with what we expect.
4752         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4753         Remove variables.
4754         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
4755         to use date stored in `struct gdbarch_tdep'.
4756         (i386bsd_sigcontext_offset): Remove varaible.
4757         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
4758         stored in `struct gdbarch_tdep'.
4759         (i386bsd_frame_saved_pc): Make static.
4760         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4761         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4762         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4763         i386fbsd4_sc_pc_offset): New variables.
4764         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4765         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4766         functions.
4767         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4768         functions.
4769         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4770         Modify the value of i386fbsd_sigtramp_start and
4771         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4772         i386fbsd_sigtramp_end.
4773         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4774         function.
4775
4776         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4777         define to i386-linux-tdep.h.
4778         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4779         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4780         defines.
4781         (i386_linux_register_name, i386_linux_register_byte,
4782         i386_linux_register_raw_size): Remove prototypes.
4783         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4784         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4785         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4786         TARGET_WRITE_PC): Remove defines.
4787         (i386_linux_in_sigtramp, i386_linux_frame_chain,
4788         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4789         i386_linux_write_pc): Remove prototypes.
4790         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4791         (get_longjmp_target): Remove prototype.
4792         * i386-linux-tdep.h: New file.
4793         * i386-linux-nat.c: Include "i386-linux-tdep.h".
4794         * i386-linux-tdep.c: Include "i386-tdep.h" and
4795         "i386-linux-tdep.h".
4796         (i386_linux_register_name, i386_linux_register_byte,
4797         i386_linux_register_raw_size, i386_linux_in_sigtramp,
4798         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4799         Make static.
4800         (i386_linux_init_abi): New function.
4801         (_initialize_i386_linux_tdep): New function.
4802
4803         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4804         (i386_saved_pc_after_call): Remove prototype.
4805         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4806         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4807         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4808         (i386_register_name, i386_stab_reg_to_regnum,
4809         i386_dwarf_reg_to_regnum): Remove prototypes.
4810         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4811         SIZEOF_SSE_REGS): Remove defines.
4812         (REGISTER_BYTES): Remove define.
4813         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4814         (i386_register_byte, i386_register_raw_size): Remove prototypes.
4815         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4816         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4817         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4818         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4819         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4820         (get_longjmp_target): Remove prototype.
4821         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4822         (sigtramp_saved_pc): Remove define.
4823         (i386v4_sigtramp_saved_pc): Remove prototype.
4824         * config/i386/tm-go32.h (FRAME_CHAIN,
4825         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4826         (i386go32_frame_saved_pc): Remove prototype.
4827         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4828         (get_longjmp_target): Remove prototype.
4829         * i386-tdep.h: Include "osabi.h".
4830         (enum i386_abi): Removed.
4831         (enum struct_return): New enum.
4832         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4833         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4834         sc_pc_offset members.
4835         (i386_gdbarch_register_os_abi): Remove prototype.
4836         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4837         I386_SSE_NUM_REGS): New defines.
4838         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4839         I386_SSE_SIZEOF_REGS): New defines.
4840         (i386_register_name, i386_register_byte, i386_register_raw_size):
4841         New prototypes.
4842         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4843         (i386bsd_sigtramp_saved_pc): New prototype.
4844         * i386-tdep.c: Don't include "elf-bfd.h".
4845         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4846         i386_frame_chain, i386_saved_pc_after_call): Make static.
4847         (i386_frame_saved_pc): Rewrite to call architecture dependent
4848         function to deal with signal handlers.  Make static.
4849         (i386go32_frame_saved_pc): Removed.
4850         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4851         Removed.
4852         (i386_get_longjmp_target): New function.
4853         (default_struct_convention, pcc_struct_convention,
4854         reg_struct_convention, valid_conventions, struct_convention): New
4855         variables.
4856         (i386_use_struct_convention): New function.
4857         (i386v4_sigtramp_saved_pc): Renamed to
4858         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
4859         (i386_pc_in_sigtramp): New function.
4860         (i386_abi_names): Removed.
4861         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4862         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4863         Removed.
4864         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4865         i386_gdbarch_register_os_abi): Removed.
4866         (struct i386_abi_handler): Removed.
4867         (i386_abi_handler_list): Removed.
4868         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4869         functions.
4870         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4871         i386_nw_init_abi): New functions.
4872         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4873         Use set_gdbarch_xxx() calls instead of relying on macros for a
4874         number of calls.
4875         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4876         (_initialize_i386_tdep): Add new 'struct-convcention' command.
4877         Register the various architecture variants defined in this file.
4878
4879 2002-06-14  Daniel Jacobowitz  <[email protected]>
4880
4881         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4882         (struct main_type): Remove arg_types member.  Update comments for
4883         struct field.
4884         (TYPE_ARG_TYPES): Remove.
4885         (TYPE_FN_FIELD_ARGS): Update.
4886         (smash_to_method_type): Update prototype.
4887
4888         * c-typeprint.c (cp_type_print_method_args): Take method type
4889         instead of argument list.  Use new argument layout.  Simplify.
4890         (c_type_print_args): Use new argument layout.  Simplify.
4891         (c_type_print_base): Update call to cp_type_print_method_args.
4892         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4893         argument; use die->type instead.  Update call to
4894         smash_to_method_type.
4895         (read_structure_scope): Update call to dwarf2_add_member_fn.
4896         * gdbtypes.c (allocate_stub_method): Update comment.
4897         (smash_to_method_type): Take new NARGS and VARARGS arguments.
4898         Use new argument layout.
4899         (check_stub_method): Use new argument layout.  Don't count
4900         void as an argument.
4901         (print_arg_types): Update comments.  Use new argument layout.
4902         (recursive_dump_type): Don't print arg_types member.
4903         * hpread.c (hpread_read_struct_type): Use new argument layout.
4904         (fixup_class_method_type): Likewise.
4905         (hpread_type_lookup): Likewise.
4906         * stabsread.c (read_type): Update calls to read_args and
4907         smash_to_method_type.
4908         (read_args): Use new argument layout.  Simplify.
4909         * valops.c (typecmp): Use new argument layout.  Update parameters
4910         and comments.  Simplify.
4911         (hand_function_call): Use new argument layout.
4912         (search_struct_method): Update call to typecmp.
4913         (find_overload_match): Use new argument layout.
4914
4915 2002-06-13  Daniel Jacobowitz  <[email protected]>
4916
4917         * NEWS: Mention multithreaded debug support for gdbserver.
4918
4919 2002-06-13  Daniel Jacobowitz  <[email protected]>
4920
4921         * MAINTAINERS: Mention NEWS.
4922
4923 2002-06-13  Daniel Jacobowitz  <[email protected]>
4924
4925         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4926         (struct mips_objfile_private, compare_pdr_entries): New.
4927         (non_heuristic_proc_desc): Read the ".pdr" section if it
4928         is present.
4929
4930 2002-06-12  Andrew Cagney  <[email protected]>
4931
4932         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4933         (arm_debug): New static variable.
4934         (_initialize_arm_tdep): Add ``set debug arm'' command.
4935
4936 2002-06-12  Andrew Cagney  <[email protected]>
4937
4938         * Makefile.in (sim_arm_h): Define.
4939         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4940         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4941         (arm_register_sim_regno): New function, map an internal REGNUM
4942         onto a simulator register number.
4943         (arm_gdbarch_init): Set register_sim_regno.
4944
4945 2002-06-09  Aldy Hernandez  <[email protected]>
4946
4947         * MAINTAINERS: Add self.
4948
4949 2002-06-11  Jim Blandy  <[email protected]>
4950
4951         * source.c (source_info): Mention whether the symtab has
4952         information about preprocessor macros.
4953
4954         Call the command `info macro', not `show macro'.
4955         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4956         Fix error message.
4957         (_initialize_macrocmd): Register `info_macro_command' in
4958         `infolist', not `showlist'.
4959
4960 2002-06-11  Daniel Jacobowitz  <[email protected]>
4961
4962         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4963         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4964         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4965         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4966         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
4967         unconditionally.
4968         (set_mipsfpu_single_command, set_mipsfpu_double_command)
4969         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4970         (_initialize_mips_tdep): Remove dead code.
4971         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4972         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4973         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4974         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4975         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4976         MIPS_LAST_FP_ARG_REGNUM): Remove.
4977
4978 2002-06-11  Michal Ludvig  <[email protected]>
4979
4980         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4981         (unwind_tmp_obstack_free, parse_frame_info)
4982         (update_context, cfi_read_fp, cfi_write_fp)
4983         (cfi_frame_chain, cfi_init_extra_frame_info)
4984         (cfi_virtual_frame_pointer): Use the above function.
4985         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4986
4987 2002-06-11  Corinna Vinschen  <[email protected]>
4988
4989         * v850-tdep.c (v850_type_is_scalar): New function.
4990         (v850_use_struct_convention): Match current gcc implementation
4991         as close as possible.
4992         (v850_push_arguments): Fix stack_offset handling.  Don't write
4993         struct_addr into register.  This is done by v850_store_struct_return.
4994         (v850_extract_return_value): Care for structs.
4995         (v850_store_return_value): Ditto.
4996         (v850_store_struct_return): Actually write address.
4997
4998 2002-06-11  Michal Ludvig  <[email protected]>
4999
5000         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5001         without debug information too.
5002
5003 2002-06-10  Andrew Cagney  <[email protected]>
5004
5005         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5006         Make multi-arch pure.
5007         * gdbarch.h, gdbarch.c: Re-generate.
5008         * arm-tdep.c (arm_print_float_info): Update.
5009         * arch-utils.h (default_print_float_info): Update.
5010         * arch-utils.c (default_print_float_info): Update.
5011         * infcmd.c (float_info): Update call.
5012
5013 2002-06-10  Andrew Cagney  <[email protected]>
5014
5015         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5016         the front of the initialize list.
5017
5018 2002-06-10  Andrew Cagney  <[email protected]>
5019
5020         * infrun.c (struct inferior_status): Replace fields
5021         selected_frame_address and selected_level with field
5022         selected_frame_id.
5023         (save_inferior_status): Update.  Use get_frame_id.
5024         (struct restore_selected_frame_args): Delete.
5025         (restore_selected_frame): Update.  Use frame_find_by_id.
5026         (restore_inferior_status): Update.
5027
5028         * breakpoint.h (struct breakpoint): Change type of
5029         watchpoint_frame to frame_id.
5030         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
5031         call to get_current_frame.
5032         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
5033         get_current_frame.
5034         (watchpoint_check): Use frame_find_by_id.
5035
5036         * frame.h (record_selected_frame): Delete declaration.
5037         * stack.c (record_selected_frame): Delete function.
5038         
5039         * frame.h (struct frame_id): Define.
5040         (get_frame_id): Declare.
5041         (frame_find_by_id): Declare.
5042         * frame.c (frame_find_by_id): New function.
5043         (get_frame_id): New function.
5044
5045 2002-06-10  Andrey Volkov <[email protected]>
5046
5047         * ser-e7kpc.c: Fix duplicated define and call of 
5048         _initialize_ser_e7000pc
5049             
5050 2002-06-09  Daniel Jacobowitz  <[email protected]>
5051
5052         * signals/signals.c (target_signal_from_host): Fix #ifdef
5053         SIGRTMIN case.
5054         (do_target_signal_to_host): Likewise.
5055
5056 2002-06-09  Daniel Jacobowitz  <[email protected]>
5057
5058         * mips-tdep.c (mips_find_abi_section): New function.
5059         (mips_gdbarch_init): Call it.
5060
5061 2002-06-09  Mark Kettenis  <[email protected]>
5062
5063         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5064         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
5065         after Andrew's 2002-06-08 gdbarch change.
5066
5067 2002-06-09  Mark Kettenis  <[email protected]>
5068
5069         * i386-linux-nat.c (suppy_gregset): Don't supply
5070         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5071         register cache.
5072         (fill_gregset): Don't fetch it under the same circumstances.
5073
5074 2002-06-09  Andrew Cagney  <[email protected]>
5075
5076         * Makefile.in (callback_h): Define.
5077         (remote_sim_h): Update path to remote-sim.h.
5078         (remote-rdp.o): Add $(callback_h).
5079         (remote-sim.o): Use $(callback_h).
5080         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5081         * remote-rdp.c: Include "gdb/callback.h".
5082
5083 2002-06-09  Mark Kettenis  <[email protected]>
5084
5085         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5086         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5087
5088 2002-06-08  Andrew Cagney  <[email protected]>
5089
5090         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5091         * rdi-share/serpardr.c: Ditto.
5092         * rdi-share/unixcomm.c: Ditto.
5093         * rdi-share/serdrv.c: Ditto.
5094         * rdi-share/hostchan.h: Ditto.
5095         * rdi-share/hostchan.c: Ditto.
5096         * rdi-share/host.h: Ditto.
5097         * rdi-share/devsw.c: Ditto.
5098
5099         * objfiles.h: Change type of obj_private to void pointer.
5100         * pa64solib.c: Update copyright.  Don't include "assert.h", use
5101         strcmp instead of STREQ, use LONGEST, do not use PTR
5102         * somsolib.c: Ditto.
5103
5104         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5105         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5106         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5107
5108 2002-06-08  Andrew Cagney  <[email protected]>
5109
5110         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5111         (default_get_saved_register): Delete function.
5112         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5113         generic_unwind_get_saved_register.
5114         * gdbarch.h, gdbarch.c: Re-generate.
5115         
5116 2002-06-08  Andrew Cagney  <[email protected]>
5117
5118         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5119         generic_func_frame_chain_valid.
5120         * gdbarch.h, gdbarch.c: Re-generate.
5121         * blockframe.c (generic_func_frame_chain_valid): Only check
5122         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
5123         passing FP to PC_IN_CALL_DUMMY.
5124         Fix PR gdb/360.
5125
5126 2002-06-08  Andrew Cagney  <[email protected]>
5127
5128         * gdbarch.sh (struct gdbarch_data): Add field init_p.
5129         (register_gdbarch_data): Initialize init_p.
5130         (gdbarch_data): Initialize data pointer using the init function.
5131         (init_gdbarch_data): Delete function.
5132         (gdbarch_update_p): Update.
5133         (initialize_non_multiarch): Update.
5134         (struct gdbarch): Add field initialized_p.
5135         * gdbarch.h, gdbarch.c: Re-generate.
5136
5137 2002-06-07  Michal Ludvig  <[email protected]>
5138
5139         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5140         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5141         better do the things actually here.
5142         * x86-64-tdep.c (x86_64_register_name2nr): New.
5143         (x86_64_register_name): Renamed to x86_64_register_nr2name.
5144         (x86_64_gdbarch_init): Respect the above change.
5145         * x86-64-tdep.h (x86_64_register_name2nr)
5146         (x86_64_register_nr2name): Add prototypes.
5147         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5148
5149 2002-06-06  Michael Snyder  <[email protected]>
5150
5151         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5152         Delete extra braces and re-indent.
5153         (d10v_store_return_value): Char return values
5154         must be shifted over by one byte in R0.
5155         (d10v_extract_return_value): Delete extra braces, re-indent.
5156
5157 2002-06-06  Elena Zannoni  <[email protected]>
5158
5159         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5160         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5161         (d10v_integer_to_address): Rewrite.
5162         (d10v_frame_init_saved_regs): When reading fp and sp registers use
5163         the d10v specific functions which take care of converting to the
5164         correct space.
5165
5166 2002-06-06  Elena Zannoni  <[email protected]>
5167
5168         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5169         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5170
5171 2002-06-02  Andrew Cagney  <[email protected]>
5172
5173         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5174         includes.
5175         * config/tm-linux.h: Ditto.
5176         * config/alpha/tm-alphalinux.h: Ditto.
5177         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5178         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5179         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5180         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5181         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5182         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5183         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5184         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5185         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5186         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5187         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5188         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5189         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5190         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5191         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5192         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5193         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5194         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5195         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5196         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5197         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5198         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5199         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5200         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5201         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5202         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5203         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5204         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5205         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5206         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5207         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5208         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5209         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5210         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5211         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5212         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5213         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5214
5215 2002-05-04  Aidan Skinner <[email protected]>
5216
5217         * ada-exp.tab.c: New file
5218         * ada-exp.y: New file
5219         * ada-lang.c: New file
5220         * ada-lang.h: New file
5221         * ada-lex.c: New file
5222         * ada-lex.l: New file
5223         * ada-tasks.c: New file
5224         * ada-typeprint.c: New file
5225         * ada-valprint.c: New file
5226         
5227 2002-06-02  Jason Thorpe  <[email protected]>
5228
5229         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5230         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5231
5232 2002-06-02  Jason Thorpe  <[email protected]>
5233
5234         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5235         insetead of ppc-linux-tdep.o.
5236         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5237         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5238
5239 2002-06-02  Andrew Cagney  <[email protected]>
5240
5241         2002-05-07 Christian Groessler <[email protected]>
5242         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5243         bit register contents for little endian hosts.
5244
5245 2002-06-01  Andrew Cagney  <[email protected]>
5246
5247         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5248         any maintainer.
5249
5250 2002-06-01  Andrew Cagney  <[email protected]>
5251
5252         * gdbarch.h: Regenerate.
5253
5254 2002-06-01  Andrew Cagney  <[email protected]>
5255
5256         * MAINTAINERS: Add everyone to write-after-approval list.
5257
5258 2002-06-01  Andrew Cagney  <[email protected]>
5259
5260         * stack.c (frame_info): Use frame_register_unwind instead of
5261         saved_regs.  Mention when the SP is on the stack or in a register.
5262
5263         * frame.h (frame_register_unwind_ftype): Define.  Document.
5264         (struct frame_info): Add field register_unwind and
5265         register_unwind_cache.
5266         (frame_register_unwind): Declare.
5267         (generic_unwind_get_saved_register): Declare.
5268
5269         * frame.c (frame_register_unwind): New function.
5270         (generic_unwind_get_saved_register): New function.
5271
5272         * blockframe.c (generic_call_dummy_register_unwind): New function.
5273         (frame_saved_regs_register_unwind): New function.
5274         (set_unwind_by_pc): New function.
5275         (create_new_frame): New function.
5276         (get_prev_frame): New function.
5277
5278 2002-05-30  Andrew Cagney  <[email protected]>
5279
5280         * a29k-share/: Delete directory.
5281         * remote-vx29k.c: Delete file.
5282
5283 2002-05-30  Jason Thorpe  <[email protected]>
5284
5285         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5286         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5287
5288 2002-05-30  Jason Thorpe  <[email protected]>
5289
5290         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5291         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5292         (sparc64nbsd-nat.o)
5293         (sparcnbsd-nat.o)
5294         (sparcnbsd-tdep.o): New dependency lists.
5295         * NEWS: Note new UltraSPARC NetBSD native configuration.
5296         * configure.host (sparc64-*-netbsd*): New host.
5297         * configure.tgt (sparc-*-netbsdelf*)
5298         (sparc-*-netbsd*): Set gdb_target to nbsd.
5299         (sparc64-*-netbsd*): New target.
5300         * sparc64nbsd-nat.c: New file.
5301         * sparcnbsd-nat.c: New file.
5302         * sparcnbsd-tdep.c: New file.
5303         * sparcnbsd-tdep.h: New file.
5304         * config/sparc/nbsd.mt: New file.
5305         * config/sparc/nbsd64.mh: New file.
5306         * config/sparc/nbsd64.mt: New file.
5307         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5308         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
5309         (HOST_IPC): Remove.
5310         * config/sparc/nbsdaout.mt: Remove.
5311         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5312         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
5313         (HOST_IPC): Remove.
5314         * config/sparc/nbsdelf.mt: Remove.
5315         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
5316         sparc-nat.c compatiblity defines.
5317         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
5318         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5319         * config/sparc/tm-nbsd64.h: New file.
5320         * config/sparc/tm-nbsdaout.h: Remove.
5321         * config/sparc/xm-nbsd.h: Remove.
5322
5323 2002-05-30  Jason Thorpe  <[email protected]>
5324
5325         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5326         * sparc-tdep.c: Include osabi.h.
5327         (gdbarch_tdep): Add osabi member.
5328         (_initialize_sparc_tdep): Use gdbarch_register.
5329         (sparc_gdbarch_init): Use generic OS ABI framework.
5330         (sparc_dump_tdep): New function.
5331
5332 2002-05-30  Kevin Buettner  <[email protected]>
5333
5334         * corefile.c (do_captured_read_memory_integer): Return non-zero
5335         result.
5336         (safe_read_memory_integer): Copy result of memory read when
5337         status is non-zero.  Also, add comments.
5338
5339 2002-05-20  Jason Thorpe  <[email protected]>
5340
5341         * Makefile.in (ppc_tdep_h): Define.
5342         (ppc-linux-nat.o)
5343         (ppc-linux-tdep.o)
5344         (rs6000-tdep.o): Use $(ppc_tdep_h).
5345         (ppc-sysv-tdep.o)
5346         (ppcnbsd-nat.o)
5347         (ppcnbsd-tdep.o): New dependency lists.
5348         * ppc-tdep.h: Use generic OS ABI framework.
5349         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5350         (ppc_linux_init_abi): New functions.
5351         (ppc_sysv_abi_broken_use_struct_convention)
5352         (ppc_sysv_abi_use_struct_convention)
5353         (ppc_sysv_abi_push_arguments): Move to...
5354         * ppc-sysv-tdep.c: ...here.
5355         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5356         * rs6000-tdep.c (process_note_abi_tag_sections)
5357         (get_elfosabi): Remove.
5358         (rs6000_gdbarch_init): Use generic OS ABI framework.
5359         (rs6000_dump_tdep): New function.
5360         (_initialize_rs6000_tdep): Use gdbarch_register.
5361         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5362         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5363         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5364         of ppc-linux-tdep.o.
5365         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5366         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5367         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5368         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5369         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5370         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5371
5372 2002-05-29  Jim Blandy  <[email protected]>
5373
5374         * macroscope.c (default_macro_scope): Put `void' in empty argument
5375         list.
5376
5377 2002-05-29  Andrew Cagney  <[email protected]>
5378
5379         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5380         * arch-utils.c: Include "sim-regno.h".
5381         * gdbarch.sh: Don't include "sim-regno.h".
5382         * gdbarch.h, gdbarch.c: Regenerate.
5383         * sim-regno.h (legacy_register_sim_regno): Move declaration from
5384         here.
5385         * arch-utils.h (legacy_register_sim_regno): To here.
5386         * remote-sim.c (legacy_register_sim_regno): Move function from
5387         here.
5388         * arch-utils.c (legacy_register_sim_regno): To here.
5389
5390 2002-05-28  Andrew Cagney  <[email protected]>
5391
5392         * sim-regno.h: New file.
5393         * Makefile.in (sim_regno_h): Define.
5394         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5395         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5396         (legacy_register_sim_regno): New function.
5397         (one2one_register_sim_regno): New function.
5398         (gdbsim_fetch_register): Rewrite.
5399         (gdbsim_store_register): Only store a register when
5400         REGISTER_SIM_REGNO is valid.
5401         * d10v-tdep.c: Include "sim-regno.h".
5402         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5403         (d10v_ts3_register_sim_regno): Ditto.
5404         * gdbarch.sh: Include "sim-regno.h".
5405         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5406         * gdbarch.h, gdbarch.c: Regenerate.
5407         * arch-utils.h (default_register_sim_regno): Delete declaration.
5408         * arch-utils.c (default_register_sim_regno): Delete function.
5409
5410 2002-05-28  Jason Thorpe  <[email protected]>
5411
5412         * ppcnbsd-nat.c: Rewrite.
5413         * ppcnbsd-tdep.c: New file.
5414         * ppcnbsd-tdep.h: New file.
5415         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5416         solib.o, and solib-svr4.o.
5417         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5418         nbsd-tdep.o, and corelow.o.
5419
5420 2002-05-28  Andrew Cagney  <[email protected]>
5421
5422         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5423         `tr' and `sed'.  Mention that `broken' targets are not expected to
5424         build.
5425
5426 2002-05-27  Michal Ludvig  <[email protected]>
5427
5428         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5429         Let PC point right after the prologue before looking up symbols.
5430         
5431 2002-05-27  Martin M. Hunt  <[email protected]>
5432
5433         * i386-tdep.c (i386_register_virtual_type): Return 
5434         builtin_type_vec128i for SSE registers.
5435
5436         * gdbtypes.h (builtin_type_vec128i): Declare.
5437
5438         * gdbtypes.c (build_builtin_type_vec128i): New function.
5439         (builtin_type_v2_double, builtin_type_v4_int64): New types.
5440         (builtin_type_vec128i): New type for SSE2 128-bit registers.
5441         (build_gdbtypes): Initialize new builtin vector types.
5442         (_initialize_gdbtypes): Register new vector types with gdbarch.
5443
5444 2002-05-26  Jason Thorpe  <[email protected]>
5445
5446         * MAINTAINERS: ns32k is not longer an obsolete candidate,
5447         since it has been multi-arch'd.
5448         * NEWS: Note that ns32k-*-* is now partial multi-arch.
5449         Move Alpha and VAX multi-arch news entries to same section
5450         as other multi-arch news.
5451
5452 2002-05-26  Jason Thorpe  <[email protected]>
5453
5454         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5455         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
5456         static.  Rename some register numbers to put them in ns32k-tdep
5457         private namespace.
5458         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5459         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5460         functions.
5461         (_initialize_ns32k_tdep): Use gdbarch_register.
5462         * ns32k-tdep.h: New file.
5463         * ns32knbsd-tdep.c: New file.
5464         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5465         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5466         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5467         REGISTER_BYTES, REGISTER_BYTE): Remove.
5468         * config/ns32k/tm-ns32k.h: New file.
5469         * config/ns32k/tm-umax.h: Remove.
5470
5471 2002-05-26  Jason Thorpe  <[email protected]>
5472
5473         * ns32k-tdep.c (ns32k_saved_pc_after_call,
5474         ns32k_store_struct_return, ns32k_extract_return_value,
5475         ns32k_store_return_value, ns32k_extract_struct_value_address): New
5476         functions.
5477         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5478         ns32k_saved_pc_after_call.
5479         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5480         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5481         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5482         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5483         ns32k_extract_struct_value_address.
5484
5485 2002-05-26  Jason Thorpe  <[email protected]>
5486
5487         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5488         ns32k_fix_call_dummy): New.
5489         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5490         ns32k_call_dummy_words.
5491         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5492         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5493         CALL_DUMMY_NARGS): Remove.
5494         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5495
5496 2002-05-26  Jason Thorpe  <[email protected]>
5497
5498         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5499         ns32k_frame_saved_pc, ns32k_frame_args_address,
5500         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5501         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5502         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5503         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5504         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5505         (BREAKPOINT): Remove..
5506         (FRAME_CHAIN): Define as ns32k_frame_chain.
5507         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5508         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5509         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5510         (FRAME_FIND_SAVED_REGS): Remove.
5511         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5512         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5513         (POP_FRAME): Define as ns32k_pop_frame.
5514
5515 2002-05-26  Jason Thorpe  <[email protected]>
5516
5517         * ns32k-tdep.c (ns32k_register_byte_32082,
5518         ns32k_register_byte_32382, ns32k_register_raw_size,
5519         ns32k_register_virtual_size, ns32k_register_virtual_type): New
5520         functions.
5521         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5522         ns32k_register_byte_32382.
5523         * config/ns32k/tm-umax.h: Update copyright years.
5524         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5525         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5526         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5527         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5528         (ns32k_get_enter_addr): Fix prototype.
5529
5530 2002-05-26  Jason Thorpe  <[email protected]>
5531
5532         * ns32k-tdep.c: Update copyright years.
5533         (ns32k_register_name_32082): New function.
5534         (ns32k_register_name_32382): Ditto.
5535         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5536         (REGISTER_NAME): Define as ns32k_register_name_32382.
5537         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5538         (REGISTER_NAME): Define as ns32k_register_name_32082.
5539
5540 2002-05-24  Jim Blandy  <[email protected]>
5541
5542         * dwarf2read.c (free_line_header): Use xfree, not free.
5543
5544 2002-05-24  Jason Thorpe  <[email protected]>
5545
5546         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5547         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5548
5549 2002-05-23  Andrew Cagney  <[email protected]>
5550
5551         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5552
5553 2002-05-23  Andrew Cagney  <[email protected]>
5554
5555         From Ross Alexander at NEC Europe:
5556         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5557
5558 2002-05-23  Michael Snyder  <[email protected]>
5559
5560         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5561         for input, rather than parse_and_eval_address.  
5562
5563 2002-05-23  Andrew Cagney  <[email protected]>
5564
5565         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5566         * Makefile.in (sim_d10v_h): Update definition.
5567
5568 2002-05-24  Andrew Cagney  <[email protected]>
5569
5570         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5571         change `2002-05-22 Michael Snyder' below.
5572         (d10v_push_arguments): Ditto.
5573         (d10v_extract_return_value): Ditto.
5574
5575 2002-05-23  Jim Blandy  <[email protected]>
5576
5577         * macrotab.c (check_for_redefinition): Don't complain if the new
5578         definition is the same as the previous one.  Take more arguments
5579         to allow the comparison.
5580         (macro_define_object, macro_define_function): Pass more arguments
5581         to check_for_redefinition.
5582
5583 2002-05-22  Michael Snyder  <[email protected]>
5584
5585         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5586         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5587         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5588         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5589         Don't bail if return_pc is PC_IN_CALL_DUMMY.
5590         Add a temp variable to save a call (and a memory read).
5591         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5592         if possible (so that PC_IN_CALL_DUMMY will work).
5593
5594 2002-05-22  Corinna Vinschen  <[email protected]>
5595
5596         * MAINTAINERS: Remove status `OBSOLETE' from v850.
5597
5598 2002-05-22  Michal Ludvig  <[email protected]>
5599
5600         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5601         fde->cie_ptr.
5602         (dwarf2_build_frame_info): Corrected handling of eh_frame.
5603         (dwarf2_build_frame_info): Add offset to fde->initial_location 
5604         so that frames of shared libraries are mapped correctly.
5605         (execute_stack_op): Change type of 'result' from ULONGEST to
5606         CORE_ADDR.
5607         
5608 2002-05-22  Jason Thorpe  <[email protected]>
5609
5610         * config/alpha/tm-nbsd.h: Include solib.h.
5611
5612 2002-05-22  Jason Thorpe  <[email protected]>
5613
5614         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5615         assumptions about the host's byte order.
5616
5617 2002-05-22  Jason Thorpe  <[email protected]>
5618
5619         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5620         to dependency list.
5621         * alphanbsd-tdep.c: Include solib-svr4.h.
5622         * shnbsd-tdep.c: Ditto.
5623
5624 2002-05-22  Jason Thorpe  <[email protected]>
5625
5626         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5627         nbsd-tdep.h to dependency list.
5628         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5629         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5630         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5631         nbsdaout.mh and nbsdelf.mh consistently.
5632         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5633         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5634         nbsdaout.mt and nbsdelf.mh consistently.
5635         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
5636         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5637         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5638         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
5639         a.out shared library stuff from here...
5640         * config/nm-nbsdaout.h: ...to here.
5641         * config/tm-nbsd.h: Remove.
5642         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5643         * config/arm/nbsd.mh: Remove.
5644         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5645         nbsd-tdep.o.
5646         * config/arm/nbsdaout.mh: New file. 
5647         * config/arm/nbsdelf.mh: New file.
5648         * config/arm/nm-nbsdaout.h: New file.
5649         * config/i386/nbsd.mh: Remove.
5650         * config/i386/nbsd.mt: Remove.
5651         * config/i386/nbsdaout.mh: New file.
5652         * config/i386/nbsdaout.mt: New file.
5653         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5654         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5655         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
5656         i386_register_u_addr): Remove.
5657         * config/i386/nm-nbsdaout.h: New file.
5658         * config/i386/nm-nbsdelf.h: Remove.
5659         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5660         (USE_STRUCT_CONVENTION): Remove.
5661         * config/i386/tm-nbsdaout.h: New file.
5662         * config/i386/tm-nbsdelf.h: Remove.
5663         * config/m68k/nbsd.mh: Remove.
5664         * config/m68k/nbsd.mt: Remove.
5665         * config/m68k/nbsdaout.mh: New file.
5666         * config/m68k/nbsdaout.mt: New file. 
5667         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5668         * config/m68k/nm-nbsdaout.h: New file.
5669         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5670         (IN_SOLIB_CALL_TRAMPOLINE): Define.
5671         * config/ns32k/nbsd.mh: Remove.
5672         * config/ns32k/nbsd.mt: Remove. 
5673         * config/ns32k/nbsdaout.mh: New file.
5674         * config/ns32k/nbsdaout.mt: New file.
5675         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
5676         * config/ns32k/nm-nbsdaout.h: New file.
5677         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
5678         (IN_SOLIB_CALL_TRAMPOLINE): Define.
5679         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5680         (SVR4_SHARED_LIBS): Remove.
5681         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5682         * config/sparc/nbsd.mh: Remove.
5683         * config/sparc/nbsd.mt: Remove.
5684         * config/sparc/nbsdaout.mh: New file.
5685         * config/sparc/nbsdaout.mt: New file.
5686         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5687         * config/sparc/nbsdelf.mt: New file.
5688         * config/sparc/nm-nbsdaout.h: New file.   
5689         * config/sparc/nm-nbsdelf.h: Remove.
5690         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5691         * config/sparc/tm-nbsdaout.h: New file.
5692
5693 2002-05-21  Jason Thorpe  <[email protected]>
5694
5695         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5696         mipsnbsd-tdep.c
5697         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5698
5699 2002-05-21  Jason Thorpe  <[email protected]>
5700
5701         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5702         shnbsd-nat.c.
5703         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5704
5705 2002-05-21  Jason Thorpe  <[email protected]>
5706
5707         * NEWS: Note new MIPS NetBSD native configuration. 
5708         * configure.host (mips*-*-netbsd*): New host. 
5709         * configure.tgt (mips*-*-netbsd*): New target. 
5710         * mipsnbsd-nat.c: New file.
5711         * mipsnbsd-tdep.c: New file.
5712         * mipsnbsd-tdep.h: New file.
5713         * config/mips/nbsd.mh: New file.
5714         * config/mips/nbsd.mt: New file.
5715         * config/mips/nm-nbsd.h: New file.
5716         * config/mips/tm-nbsd.h: New file.
5717
5718 2002-05-21  Jason Thorpe  <[email protected]>
5719
5720         * Makefile.in (SFILES): Add osabi.c.
5721         (COMMON_OBS): Add osabi.o.
5722         (osabi.o): New dependency list.
5723         * osabi.c: New file.
5724         * osabi.h: New file.
5725         * doc/gdbint.texinfo: Document new generic OS ABI framework.
5726
5727         * Makefile.in (alpha_tdep_h): Define and use instead of
5728         alpha-tdep.h.
5729         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5730         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5731         Remove.
5732         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5733         * alpha-tdep.h: Include osabi.h.
5734         (alpha_abi): Remove.
5735         (gdbarch_tdep): Use generic OS ABI framework.
5736         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5737         gdbarch_register_osabi.
5738         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5739         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5740         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5741
5742         * Makefile.in (sh_tdep_h): Add osabi.h.
5743         * sh-tdep.h (sh_osabi): Remove.
5744         (gdbarch_tdep): Use generic OS ABI framework.
5745         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5746         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5747         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5748         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5749
5750         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5751         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5752         gdbarch_register_osabi.
5753         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5754         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5755         (get_elfosabi): Rename to...
5756         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
5757         ABI framework support routines.
5758         (arm_gdbarch_init): Use generic OS ABI framework.
5759         (arm_dump_tdep): Likewise.
5760         (_initialize_arm_tdep): Likewise.
5761         * arm-tdep.h: Include osabi.h.
5762         (arm_abi): Remove.
5763         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
5764         osabi member.
5765         (arm_gdbarch_register_os_abi): Remove prototype.
5766         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5767         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5768
5769         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5770         * mips-tdep.c: Include osabi.h.
5771         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5772         OS ABI framework.
5773
5774 2002-05-20  Kazu Hirata  <[email protected]>
5775
5776         * h8300-tdep.c: Fix formatting.
5777
5778 2002-05-20  Elena Zannoni  <[email protected]>
5779
5780         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5781         printing vector registers.
5782
5783 2002-05-19  Andrew Cagney  <[email protected]>
5784
5785         From Fernando Nasser:
5786         * remote.c (remote_async_open_1): Re-throw the exception when the
5787         connection fails.
5788         (remote_cisco_open): Ditto.
5789         (remote_open_1): Ditto.
5790
5791 2002-05-19  Andrew Cagney  <[email protected]>
5792
5793         * remote.c (remote_start_remote_dummy): Add uiout parameter.
5794         (remote_start_remote): Add uiout parameter.  Pass through to
5795         remote_start_remote_dummy.
5796         (remote_open_1): Use catch_exception instead of catch_errors.
5797         (remote_async_open_1): Ditto.
5798         (remote_cisco_open): Ditto.
5799
5800 2002-05-19  Andrew Cagney  <[email protected]>
5801
5802         * remote.c (remote_start_remote): Replace PTR with void pointer.
5803         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
5804         static.
5805
5806 2002-05-18  Andrew Cagney  <[email protected]>
5807
5808         * gdb_indent.sh: Allow the script to be run in the sim directory.
5809
5810 2002-05-18  Mark Kettenis  <[email protected]>
5811
5812         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5813         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5814
5815         * corelow.c (core_open): Only call set_gdbarch_from_file if
5816         exec_bfd is NULL.
5817
5818 2002-05-17  Andrey Volkov <[email protected]>
5819
5820         * h8300-tdep.c: Add support of EXR register
5821         * config/h8300/tm-h8300.h: Ditto. 
5822         
5823 2002-05-17  Andrey Volkov <[email protected]>
5824
5825         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
5826         
5827 2002-05-17  Andrey Volkov <[email protected]>
5828
5829         * h8300-tdep.c: Change literal regnums to REGNO.
5830         
5831 2002-05-17  Jim Blandy  <[email protected]>
5832
5833         * NEWS: Note addition of macro support.
5834
5835         Expand preprocessor macros in C expressions.
5836         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5837         (scan_macro_expansion, scanning_macro_expansion,
5838         finished_macro_expansion): New function declarations.
5839         (expression_macro_lookup_func, expression_macro_lookup_baton): New
5840         variable declarations.
5841         * parser-defs.h (expression_context_pc): New declaration.
5842         * parse.c (expression_context_pc): New variable.
5843         (parse_exp_1): Set expression_context_pc, as well as
5844         expression_context_block.
5845         * c-exp.y (yylex): If we're not already reading the result of a
5846         macro expansion, try to macro-expand the next token.  When we're
5847         done scanning a macro expansion, switch back to the mainline text.
5848         Commas and `if's in a macro's expansion don't terminate the input.
5849         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5850         (macro_original_text, macro_expanded_text,
5851         expression_macro_lookup_func, expression_macro_lookup_baton): New
5852         variables.
5853         (scan_macro_expansion, scanning_macro_expansion,
5854         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5855         c_preprocess_and_parse): New functions.
5856         (c_language_defn, cplus_language_defn, asm_language_defn): Call
5857         c_preprocess_and_parse, instead of c_parse.
5858         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5859         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5860
5861 Fri May 17 14:26:19 2002  J"orn Rennecke <[email protected]>
5862
5863         * sh-tdep.c (gdb_print_insn_sh64): Delete.
5864         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5865         (sh_gdbarch_init): Always use gdb_print_insn_sh.
5866
5867 2002-05-17  Corinna Vinschen  <[email protected]>
5868
5869         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
5870
5871 2002-05-17  Jason Thorpe  <[email protected]>
5872
5873         * Makefile.in (sh_tdep_h): Define and use.
5874         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5875         register enum): Move to...
5876         * * sh-tdep.h: ...here.
5877         * sh-tdep.c: Include sh-tdep.h.
5878         * sh3-rom.c: Likewise.
5879         * shnbsd-tdep.c: Likewise.
5880
5881 2002-05-16  Michael Snyder  <[email protected]>
5882
5883         * arm-tdep.c: Spelling fix in comment.
5884
5885 2002-05-16  Jim Blandy  <[email protected]>
5886
5887         Add commands for manually expanding macros and showing their
5888         definitions.
5889         * macrocmd.c, macroscope.c, macroscope.h: New files.
5890         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5891         (macroscope_h): New variable.
5892         (HFILES_NO_SRCDIR): Add macroscope.h.
5893         (COMMON_OBS): Add macrocmd.o, macroscope.o.
5894         (macroscope.o, macrocmd.o): New rules.
5895
5896         Teach the Dwarf 2 reader to read macro information.
5897         * dwarf2read.c: #include "macrotab.h".
5898         (dwarf_macinfo_buffer): New variable.
5899         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5900         dwarf_macinfo_size.
5901         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5902         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5903         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5904         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5905         dwarf2_macro_spaces_in_definition): New complaints.
5906         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5907         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5908         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5909         the partial symbol table.
5910         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5911         from what's recorded in the partial symbol table.
5912         (read_file_scope): If the compilation unit has a
5913         `DW_AT_macro_info' attribute, read its macro information.
5914         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5915
5916 2002-05-16  Daniel Jacobowitz  <[email protected]>
5917
5918         Fix PR gdb/546
5919         * ser-tcp.c: Don't include <netinet/udp.h>.
5920
5921 2002-05-16  Stephane Carrez  <[email protected]>
5922
5923         * MAINTAINERS: Update my email address.
5924
5925 2002-05-16  Richard Earnshaw  <[email protected]>
5926
5927         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5928         include file of the same name.
5929
5930 2002-05-16  Corinna Vinschen  <[email protected]>
5931
5932         * configure.tgt: Mark v850 as multi-arched.
5933         * config/v850/tm-v850.h: Remove file.
5934         * config/v850/v850.mt: Eliminate TM_FILE.
5935
5936 2002-05-16  Corinna Vinschen  <[email protected]>
5937
5938         * v850-tdep.c: Full multi-arch.
5939         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5940         Define GDB_MULTI_ARCH to 2.
5941
5942 2002-05-16  Pierre Muller  <[email protected]>
5943
5944         * p-exp.y (current_type): New static variable.
5945         Carries the type of the expression at the position that is parsed.
5946         (push_current_type, pop_current_type): Two new functions. Used
5947         to store/restore current_type in expression on specific tokens.
5948         (search_field): New static variable. Set to one after parsing a point
5949         as at that point only a FIELDNAME token should be searched.
5950         (FIELDNAME): New token. After a point only a token belonging to 
5951         current_type type definition is allowed.
5952         (all over token rules): reset and change current_type according
5953         to rules.
5954         (exp '[' rule): insert implicit array index field if
5955         exp is a pascal string type.
5956
5957 2002-05-16  Corinna Vinschen  <[email protected]>
5958
5959         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
5960         frame info.  Use frame_info's saved_regs instead of matching member
5961         in extra_frame_info throughout.
5962         (v850_frame_init_saved_regs): New function.
5963         (v850_init_extra_frame_info): Move most functionality into
5964         v850_frame_init_saved_regs().
5965         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5966         (v850_frame_find_saved_regs): Remove declaration.
5967         (FRAME_FIND_SAVED_REGS): Remove definition.
5968         (v850_frame_init_saved_regs): Add declaration.
5969         (FRAME_INIT_SAVED_REGS): Add definition.
5970
5971 2002-05-16  Corinna Vinschen  <[email protected]>
5972
5973         * v850-tdep.c: Begin multi-arch'ing v850.
5974         (v850_target_architecture_hook): Remove function.
5975         (v850_gdbarch_init): New function.  Add code previously in
5976         v850_target_architecture_hook().
5977         (_initialize_v850_tdep): Don't  set target_architecture_hook.
5978         Call register_gdbarch_init() instead.
5979
5980 2002-05-16 Daniel Jacobowitz  <[email protected]>
5981
5982         * gdbtypes.h (struct cplus_struct_type): Remove args field.
5983         * hpread.c (hpread_read_struct_type): Remove assignments to args.
5984         (fixup_class_method_type): Likewise.
5985
5986 2002-05-15  Jim Blandy  <[email protected]>
5987
5988         Add macro structures to GDB's symbol tables.  Nobody puts anything
5989         in them yet.
5990         * symtab.h (struct symtab): New member: `macro_table'.
5991         * buildsym.h (pending_macros): New global variable.
5992         * buildsym.c: #include "macrotab.h".
5993         (buildsym_init): Initialize `pending_macros'.
5994         (end_symtab): If we found macro information while reading a CU's
5995         debugging info, do build a symtab structure for it.  Make the
5996         symtab point to the macro information, and clear the
5997         `pending_macros' pointer which held it while we were reading the
5998         debug info.
5999         (really_free_pendings): Free any pending macro table.
6000         * objfiles.h (struct objfile): New member: `macro_cache'.
6001         * objfiles.c (allocate_objfile): Set allocate and free functions
6002         for the macro cache's objstack.
6003         (free_objfile): Empty the macro cache's obstack.
6004         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6005         set new allocate and free functions for it.
6006         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6007         free functions for the macro cache's objstack.  (Why is this
6008         function building its own objfile?)
6009         * symmisc.c (print_objfile_statistics): Print statistics on the
6010         macro bcache.
6011         * Makefile.in: Note that buildsym.o depends on macrotab.h.
6012
6013 2002-05-15  Richard Earnshaw  <[email protected]>
6014
6015         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6016         (REGISTER_U_ADDR): Delete definition.
6017         (arm_register_u_addr): Delete declaration.
6018
6019 2002-05-15  Richard Earnshaw  <[email protected]>
6020
6021         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6022         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6023
6024 2002-05-14  Andrew Cagney  <[email protected]>
6025
6026         * regcache.c (register_valid): Revise comments refering to "Not
6027         available" and "unavailable".
6028         * frame.c (frame_register_read): Ditto.
6029         * findvar.c (value_of_register): Ditto.
6030
6031 2002-05-15  Andrew Cagney  <[email protected]>
6032
6033         * Makefile.in (remote_sim_h): Replace remote-sim_h.
6034         (remote-sim.o): Update dependencies.
6035         (d10v-tdep.o): Specify dependencies.
6036         (sim_d10v_h): Define.
6037
6038 2002-05-14  Jim Blandy  <[email protected]>
6039
6040         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6041         * macrotab.c (macro_lookup_inclusion, find_definition,
6042         new_macro_table): Same.
6043         
6044         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6045         not `! strcmp ()'.  This is a dubious improvement.
6046         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6047
6048         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6049         although it's not necessary, to avoid a warning.
6050
6051 2002-05-14  Daniel Jacobowitz  <[email protected]>
6052
6053         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6054         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6055         TYPE_INSTANCE_FLAGS.
6056         (struct main_type): New.
6057         (struct type): Move most members to struct main_type.  Change
6058         cv_type and as_type to new type_chain member.  Add instance_flags.
6059         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6060         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6061         (finish_cv_type): Remove prototype.
6062         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
6063         Set TYPE_CHAIN.
6064         (alloc_type_instance): New function.
6065         (smash_type): New function.
6066         (make_pointer_type, make_reference_type, make_function_type)
6067         (smash_to_member_type, smash_to_method_type): Call smash_type.
6068         (make_qualified_type): New function.
6069         (make_type_with_address_space): Call make_qualified_type.
6070         (make_cv_type): Likewise.
6071         (finish_cv_type): Remove unnecessary function.
6072         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
6073         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6074         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6075         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6076         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6077         * hpread.c (hpread_read_struct_type): Likewise.
6078         * stabsread.c (read_struct_type): Likewise.
6079
6080 2002-05-14  Elena Zannoni  <[email protected]>
6081
6082         * configure.tgt: Add a catch all sh* target, for cases like
6083         sh[2,3,4]-elf and sh-hms.
6084
6085 2002-05-14  Keith Seitz  <[email protected]>
6086
6087         * event-loop.c (create_file_handler): Don't do anything but
6088         update data when we are given a fd which we are already
6089         monitoring.
6090
6091 2002-05-14  Michal Ludvig  <[email protected]>
6092
6093         * dwarf2cfi.c (context_cpy): Copy registers correctly.
6094         (update_context): Use __func__ in warnings.
6095         
6096 2002-05-14  Daniel Jacobowitz  <[email protected]>
6097
6098         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
6099         and tcp_close to net_open and net_close.
6100         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
6101         using UDP if requested.  Don't try to disable Nagle on UDP
6102         sockets.
6103         * remote.c (remote_serial_open): New function.  Warn about UDP.
6104         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6105
6106 2002-05-13  Elena Zannoni  <[email protected]>
6107
6108         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6109
6110 2002-05-13  Elena Zannoni  <[email protected]>
6111
6112         * configure.tgt: Remove sh-hms target.
6113         * MAINTAINERS: Don't list sh-hms as a separate target.
6114
6115 2002-05-13  Jim Blandy  <[email protected]>
6116
6117         Add first preprocessor macro-expansion files.
6118         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6119         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6120         (splay_tree_h, macroexp_h, macrotab_h): New variable.
6121         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6122         (COMMON_OBS): Add macrotab.o, macroexp.o.
6123         (macroexp.o, macrotab.o): New rules.
6124
6125 2002-05-13  Andrew Cagney  <[email protected]>
6126
6127         * config/m88k/tm-m88k.h: Update copyright.
6128         (m88k_target_write_pc): Declare
6129         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6130         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6131         (SHIFT_INST_REGS): Update definition.
6132         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
6133         using old definition of TARGET_WRITE_PC.
6134         * regcache.c (generic_target_write_pc): Delete code handling
6135         NNPC_REGNUM.
6136         * gdbarch.sh (NNPC_REGNUM): Delete.
6137         * gdbarch.h, gdbarch.c: Regenerate.
6138
6139 2002-05-13  Richard Earnshaw  <[email protected]>
6140
6141         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6142         builtin reg number.
6143
6144 2002-05-13  Daniel Jacobowitz  <[email protected]>
6145
6146         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6147         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6148         (gen_address_of, gen_struct_ref, gen_repeat): Use type
6149         access macros.
6150         * c-typeprint.c (cp_type_print_method_args): Likewise.
6151         (c_type_print_args): Likewise.
6152         * d10v-tdep.c (d10v_push_arguments): Likewise.
6153         (d10v_extract_return_value): Likewise.
6154         * expprint.c (print_subexp): Likewise.
6155         * gdbtypes.c (lookup_primitive_typename): Likewise.
6156         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6157         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6158         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6159         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6160         (TYPE_VECTOR): Likewise.
6161         * hpread.c (hpread_read_struct_type)
6162         (fix_static_member_physnames, fixup_class_method_type)
6163         (hpread_type_lookup): Likewise.
6164         * mdebugread.c (parse_symbol, parse_type): Likewise.
6165         * p-lang.c (is_pascal_string_type): Likewise.
6166         * valops.c (hand_function_call): Likewise.
6167         * x86-64-tdep.c (classify_argument): Likewise.
6168
6169         * hpread.c (hpread_read_function_type)
6170         (hpread_read_doc_function_type): Call replace_type.
6171         * dstread.c (create_new_type): Delete.
6172         (decode_dst_structure, process_dst_function): Call alloc_type.
6173         Use type access macros.
6174
6175 2002-05-12  Mark Kettenis  <[email protected]>
6176
6177         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6178         the're not supported by the current architecture.
6179         (i387_fill_fxsave): Likewise.
6180
6181 2002-05-12  Fred Fish  <[email protected]>
6182
6183         * symfile.c (default_symfile_offsets): Arrange for uninitialized
6184         sect_index_xxx members to index the first slot in section_offsets
6185         if all of the section_offsets are zero.
6186
6187 2002-05-12  Mark Kettenis  <[email protected]>
6188
6189         * configure.tgt (sparc-*openbsd): Remove entry accidentially
6190         checked in with last change.
6191
6192 2002-05-12  Mark Kettenis  <[email protected]>
6193
6194         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6195         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
6196         config.sub.
6197
6198 2002-05-12  Daniel Jacobowitz  <[email protected]>
6199
6200         * Makefile.in: Update dependencies.
6201
6202 2002-05-11  Andrew Cagney  <[email protected]>
6203
6204         * language.c (local_hex_string_custom): Simplify.  Do not depend
6205         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6206
6207         * memattr.c (mem_info_command): Replace calls to
6208         longest_local_hex_string and longest_local_hex_string_custom.
6209         * buildsym.c (make_blockvector): Ditto.
6210         * solib.c (info_sharedlibrary_command): Ditto.
6211         * tracepoint.c (tracepoints_info): Ditto.
6212         * symtab.c (print_msymbol_info): Ditto.
6213
6214         * language.c (local_hex_string): Delete.
6215         (local_hex_string_custom): Delete.
6216         (longest_local_hex_string): Rename to local_hex_string.
6217         (longest_local_hex_string_custom): Rename to
6218         local_hex_string_custom.
6219         * language.h (local_hex_string): Change parameter type to LONGEST.
6220         (local_hex_string_custom): Ditto.
6221         (longest_local_hex_string): Delete declaration.
6222         (longest_local_hex_string_custom): Ditto.
6223
6224         * solib.c: Update copyright.
6225         * memattr.c: Update copyright.
6226         
6227 2002-05-11  Andrew Cagney  <[email protected]>
6228
6229         * arch-utils.h (legacy_register_to_value): Declare.
6230         (legacy_value_to_register): Declare.
6231         (legacy_convert_register_p): Declare.
6232         * arch-utils.c (legacy_register_to_value): New function.
6233         (legacy_value_to_register): New function.
6234         (legacy_convert_register_p): New function.
6235
6236         * gdbarch.sh (REGISTER_TO_VALUE): Define.
6237         (VALUE_TO_REGISTER): Define.
6238         (CONVERT_REGISTER_P): Define.
6239         * gdbarch.h, gdbarch.c: Regenerate.
6240
6241         * valops.c (value_assign): Use CONVERT_REGISTER_P and
6242         VALUE_TO_REGISTER.
6243         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6244         CONVERT_REGISTER_P.
6245
6246 2005-05-11  Daniel Jacobowitz  <[email protected]>
6247             Peter Schauer  <[email protected]>
6248
6249         * Makefile.in: Update dependencies for valops.c.
6250         * valops.c: Include "gdb_assert.h".
6251         (typecmp): Skip THIS parameter to methods.
6252         (find_method_list): Remove static_memfuncp argument,
6253         update callers.  Check for stub methods.
6254         (find_value_oload_method_list): Don't set *static_memfuncp.
6255         (find_overload_match): Don't check for stub methods.  Assert
6256         that methods are not stubbed.  Handle static methods.
6257         (value_find_oload_method_list): Remove static_memfuncp argument.
6258         * gdbtypes.c (check_stub_method): Do not add THIS pointer
6259         to the argument list for static stub methods.
6260         * value.h (value_find_oload_method_list): Update prototype.
6261
6262 2002-05-11  Andrew Cagney  <[email protected]>
6263
6264         * arch-utils.h (generic_register_size): Declare.
6265         (generic_register_raw_size, generic_register_virtual_size): Delete
6266         declarations.
6267         * arch-utils.c (generic_register_raw_size): Delete.
6268         (generic_register_size): New function.
6269         (generic_register_virtual_size): Delete.
6270
6271         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6272         default generic_register_size.
6273         * gdbarch.h, gdbarch.c: Re-generate.
6274         
6275         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6276         register_virtual_size.
6277         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6278         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6279
6280 2002-05-11  Andrew Cagney  <[email protected]>
6281
6282         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6283         * gdbarch.h, gdbarch.c: Regenerate.
6284         * gnu-v3-abi.c: Update copyright.
6285         (vtable_address_point_offset): Update.
6286         (gnuv3_rtti_type): Update.
6287         (gnuv3_baseclass_offset): Update.
6288         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6289         (init_fetch_link_map_offsets): Update.
6290         * remote.c (get_remote_state): Update.
6291         
6292 2002-05-11  Daniel Jacobowitz  <[email protected]>
6293
6294         * TODO: Remove value_headof/value_from_vtable_info comment.
6295         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6296         * values.c (value_headof, value_from_vtable_info): Delete.
6297         * value.h (value_from_vtable_info): Delete prototype.
6298
6299 2002-05-11  Andrew Cagney  <[email protected]>
6300
6301         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6302         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6303         $(gdb_regex_h).
6304         (gdb_assert_h): Define.
6305         (gdb_wait_h): Define.
6306         (gdb_regex_h): Define.
6307
6308 2002-05-11 Daniel Jacobowitz  <[email protected]>
6309
6310         From Peter Schauer <[email protected]>:
6311         * linespec.c (find_methods): Handle GCC 3.x template constructors.
6312
6313 2002-05-11  Jason Thorpe  <[email protected]>
6314
6315         * nbsd-tdep.c: Fix comment.
6316
6317 2002-05-11  Jason Thorpe  <[email protected]>
6318
6319         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6320         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6321         (nbsd-tdep.o): New dependency list.
6322         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
6323         nbsd-tdep.h.
6324         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6325         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6326         * nbsd-tdep.c: New file.
6327         * nbsd-tdep.h: New file.
6328         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
6329         nbsd-tdep.h.
6330         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6331         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6332         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6333         * config/sh/nbsd.mt (TDEPFILES): Ditto.
6334
6335 2002-05-11  Jason Thorpe  <[email protected]>
6336
6337         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6338         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6339         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6340         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6341         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6342         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6343
6344 2002-05-11  Jason Thorpe  <[email protected]>
6345
6346         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6347         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6348         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6349         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6350         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6351         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6352         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6353
6354 2002-05-11  Jason Thorpe  <[email protected]>
6355
6356         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
6357         fetch_elfcore_registers to...
6358         * i386nbsd-tdep.c: ...here.
6359         (i386nbsd_use_struct_convention): Rename to...
6360         (i386nbsd_aout_use_struct_convention): ...this.
6361         (i386nbsd_supply_reg): New function.
6362         (i386nbsd_fill_reg): New function.
6363         (fetch_core_registers): Use i386nbsd_supply_reg.
6364         (fetch_elfcore_registers): Likewise.
6365         (_initialize_i386nbsd_tdep): New function.
6366         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6367         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6368         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6369         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6370         (i386nbsd_aout_use_struct_convention): ...this.
6371
6372 2002-05-11  Jason Thorpe  <[email protected]>
6373
6374         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6375         (store_inferior_registers): Use shnbsd_fill_reg.
6376         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
6377         sh_nbsd_supply_register): Collapse into...
6378         (shnbsd_supply_reg): ...this.
6379         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6380         (shnbsd_fill_reg): ...this.
6381         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6382         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6383         (fetch_core_registers): Use shnbsd_supply_reg.
6384         (fetch_elfcore_registers): Use shnbsd_supply_reg.
6385         (sh_nbsd_core_fns): Rename to...
6386         (shnbsd_core_fns): ...this.
6387         (sh_nbsd_elfcore_fns): Rename to...
6388         (shnbsd_elfcore_fns): ...this.
6389         (sh_nbsd_init_abi): Rename to...
6390         (shnbsd_init_abi): ...this.
6391         (_initialize_sh_nbsd_tdep): Rename to...
6392         (_initialize_shnbsd_tdep): ...this.
6393         * shnbsd-tdep.h (sh_nbsd_supply_registers,
6394         sh_nbsd_supply_register, sh_nbsd_fill_registers,
6395         sh_nbsd_fill_register): Remove prototypes.
6396         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6397
6398 2002-05-11  Jason Thorpe  <[email protected]>
6399
6400         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6401         (i387-nat.o): Delete dependency list.
6402         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6403         (x86-64-linux-nat.o): Likewise.
6404         * i387-nat.c: Delete file, moving contents to...
6405         * i387-tdep.c: ...here.
6406         * i387-nat.h: Rename...
6407         * i387-tdep.h: ...to this.
6408         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6409         * i386-linux-nat.c: Likewise.
6410         * i386bsd-nat.c: Likewise.
6411         * i386gnu-nat.c: Likewise.
6412         * i386nbsd-nat.c: Likewise.
6413         * i386v4-nat.c: Likewise.
6414         * x86-64-linux-nat.c: Likewise.
6415         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6416         * config/i386/go32.mh (NATDEPFILES): Likewise.
6417         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6418         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6419         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6420         * config/i386/linux.mh (NATDEPFILES): Likewise.
6421         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6422         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6423         * config/i386/obsd.mh (NATDEPFILES): Likewise.
6424         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6425
6426 2002-05-11  Jason Thorpe  <[email protected]>
6427
6428         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6429         (alphanbsd-nat.o): Remove dependency list.
6430         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6431         * alphanbsd-nat.c: Delete.  Contents moved to...
6432         * alphanbsd-tdep.c: ...here.
6433         (_initialize_alphanbsd_tdep): Register core functions.
6434         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6435
6436 2002-05-11  Jason Thorpe  <[email protected]>
6437
6438         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6439         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6440         (alphanbsd-nat.o): Likewise.
6441         (alphabsd-tdep.o): New dependency list.
6442         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6443         (fill_gregset): Use alphabsd_fill_reg.
6444         (supply_fpregset): Use alphabsd_supply_fpreg.
6445         (fill_fpregset): Use alphabsd_fill_fpreg.
6446         (fetch_inferior_registers): Use struct reg and struct fpreg
6447         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
6448         and alphabsd_supply_fpreg.
6449         (store_inferior_registers): Use struct reg and struct fpreg
6450         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
6451         and alphabsd_fill_fpreg.
6452         * alphabsd-tdep.c: New file.
6453         * alphabsd-tdep.h: New file.
6454         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6455         (fetch_elfcore_registers): Use alphabsd_supply_reg and
6456         alphabsd_supply_fpreg.
6457         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6458         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6459
6460 2002-05-11  Eric Christopher  <[email protected]>
6461
6462         * mips-tdep.c (mips_double_register_type): Fix thinko.
6463         (mips_single_register_type): Ditto.
6464         * MAINTAINERS: Add self.
6465
6466 2002-05-11  Mark Kettenis  <[email protected]>
6467
6468         * i387-nat.c (i387_supply_register, i387_fill_fsave,
6469         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6470         right thing on architectures with different endianness and/or
6471         integer sizes.
6472
6473 2002-05-10  Jason Thorpe  <[email protected]>
6474
6475         From Christian Limpach <[email protected]>
6476         * configure.in: Change sed expression which comments out
6477         NATDEPFILES to also comment out continuation lines.
6478         * configure: Regenerate.
6479
6480 2002-05-10  Elena Zannoni  <[email protected]>
6481
6482         * sh-tdep.c: Clean up code erroneously reintroduced by previous
6483         big patch.
6484
6485 2002-05-10  Elena Zannoni  <[email protected]>
6486
6487         * sh-tdep.c: Include correct file.
6488
6489 2002-05-10  Elena Zannoni  <[email protected]>
6490
6491         New support for sh64-elf (sh5) target.
6492
6493         * configure.tgt: For sh64-elf target, default to sh-elf.
6494
6495         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6496         (struct gdbarch_tdep): Add new fields for new registers and ABI
6497         info.
6498
6499         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6500         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6501         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6502         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6503         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6504         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6505         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6506         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6507         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6508         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6509         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6510         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6511         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6512         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6513         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6514         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6515         sh64_get_gdb_regnum, sh64_media_reg_base_num,
6516         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6517         sign_extend, sh64_nofp_frame_init_saved_regs,
6518         sh64_init_extra_frame_info, sh64_get_saved_register,
6519         sh64_extract_struct_value_address, sh64_pop_frame,
6520         sh64_push_arguments, sh64_extract_return_value,
6521         sh64_store_return_value, sh64_show_media_regs,
6522         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6523         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6524         sh_sh64_register_virtual_type,
6525         sh_sh64_register_convert_to_virtual,
6526         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6527         sh64_register_read, sh64_pseudo_register_write,
6528         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6529         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6530         sh64_do_pseudo_register, sh_compact_do_registers_info,
6531         sh64_do_registers_info, sh_gdbarch_init): New functions.
6532
6533 2002-05-10  Elena Zannoni  <[email protected]>
6534
6535         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6536
6537 2002-05-10 Daniel Jacobowitz  <[email protected]>
6538
6539         * linespec.c (decode_line_1): Check for a double quote after
6540         a filename correctly.
6541
6542 2002-05-10  Jim Blandy  <[email protected]>
6543
6544         Properly track the size of the current objfile's .debug_line section.
6545         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6546         (DWARF_LINE_SIZE): New macro.
6547         (dwarf2_build_psymtabs_hard): Record the line section's size in
6548         the partial symbol table.
6549         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6550         symbol table.
6551
6552 2002-05-10  Petr Sorfa  <[email protected]>
6553
6554         * ia64-tdep.c: Handle breakpoints on L instruction type
6555         in MLX instruction bundle by moving the breakpoint to
6556         the third slot (X instruction type) as L holds only data.
6557
6558 2002-05-10  Kevin Buettner  <[email protected]>
6559
6560         * dbxread.c (discarding_local_symbols_complaint): New complaint.
6561         (process_one_symbol): Complain about discarding local symbols
6562         due to a misplaced N_LBRAC entry.
6563
6564 2002-05-09  Elena Zannoni  <[email protected]>
6565
6566         From Daniel Berlin <[email protected]>
6567         * linespec.c (find_toplevel_char): '<' and '>' also increase and
6568         decrease the depth we are at, in the case of templates.
6569
6570 2002-05-09  Daniel Jacobowitz  <[email protected]>
6571
6572         * mips-tdep.c (mips_float_register_type): New function.
6573         (mips_double_register_type): New function.
6574         (mips_print_register): Use them.
6575         (do_fp_register_row): Likewise.
6576
6577 2002-05-09  Daniel Jacobowitz  <[email protected]>
6578
6579         * signals/signals.c (signals): Remove conditional compilation around
6580         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
6581         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6582
6583 2002-05-09  Michael Snyder  <[email protected]>
6584
6585         * remote-rdp.c (remote_rdp_can_run): Remove.
6586
6587 2002-05-09  Tom Tromey  <[email protected]>
6588
6589         * jv-valprint.c (java_val_print): Handle `char' as a special case
6590         of TYPE_CODE_INT.
6591
6592 2002-05-09  Michael Snyder  <[email protected]>
6593
6594         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6595         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6596         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6597         str r(0123),[sp,#nn].
6598         (arm_skip_prologue): Ditto.  Also make disassembly
6599         order-independent by placing it in a loop.
6600
6601 2002-05-06  Michael Snyder  <[email protected]>
6602
6603         * stabsread.c (read_type): Add recognition for new attribute:
6604         "@V;" means that an array type is actually a vector.
6605         This is analogous to the vector flag that's been added to dwarf2.
6606
6607 2002-05-09  Mark Kettenis  <[email protected]>
6608
6609         * i386-tdep.h (i386_abi): New enum.
6610         (struct gdbarch_tdep): Replace os_ident member with abi.
6611         (i386_gdbarch_register_os_abi): New prototype.
6612         * i386-tdep.c (i386_abi_names): New array.
6613         (process_note_abi_tag_sections): Removed.
6614         (process_note_sections): New function.
6615         (i386_elf_abi_from_note, i386_elf_abi): New functions.
6616         (struct i386_abi_handler): New struct.
6617         (i386_abi_handler_list): New variable.
6618         (i386_gdbarch_register_os_abi): New function.
6619         (i386_gdbarch_init): Adapt for the changes given above.
6620
6621 2002-05-08  Daniel Jacobowitz  <[email protected]>
6622
6623         * gregset.h: Say "GNU/Linux".
6624
6625 2002-05-08  Elena Zannoni  <[email protected]>
6626
6627         * gdbtypes.c : Add new builtin type for 64 bit vectors.
6628         (build_gdbtypes): Build builtin_type_v2_float.
6629         (_initialize_gdbtypes): Register new builtin type.
6630
6631 2002-05-08  Andrew Cagney  <[email protected]>
6632
6633         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6634         (clear_gdbarch_swap): New function.
6635         (initialize_non_multiarch): Call.
6636         (gdbarch_update_p): Before calling init(), swap out and clear the
6637         existing architecture.
6638         * gdbarch.c: Regenerate.
6639
6640 2002-05-08  Jason Thorpe  <[email protected]>
6641
6642         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6643         alphanbsd-tdep.c.
6644
6645 2002-05-08  Jason Thorpe  <[email protected]>
6646
6647         * sh-nbsd-nat.c: Rename to...
6648         * shnbsd-nat.c: ...this.
6649         * sh-nbsd-tdep.c: Rename to...
6650         * shnbsd-tdep.c: ...this.
6651         * sh-nbsd-tdep.h: Rename to...
6652         * shnbsd-tdep.h: ...this.
6653         * config/sh/nbsd.mh: Use shnbsd-nat.o.
6654         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6655
6656 2002-05-08  Richard Earnshaw  <[email protected]>
6657
6658         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6659         concatenation for command help messages.
6660
6661 2002-05-08  Jason Thorpe  <[email protected]>
6662
6663         * NEWS: Note new sh*-*-netbsdelf* configuration.
6664         * configure.host: Set gdb_host_cpu to sh for all sh*.
6665         (sh*-*-netbsdelf*): New host.
6666         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6667         (sh*-*-netbsdelf*): New target.
6668         * sh-nbsd-nat.c: New file.
6669         * sh-nbsd-tdep.c: New file.
6670         * sh-nbsd-tdep.h: New file.
6671         * config/sh/nbsd.mh: New file.
6672         * config/sh/nbsd.mt: New file.
6673         * config/sh/nm-nbsd.h: New file.
6674         * config/sh/tm-nbsd.h: New file.
6675
6676 2002-05-08  Jason Thorpe  <[email protected]>
6677
6678         * sh-tdep.c (sh_osabi_names): Declare.
6679         (process_note_abi_tag_sections): New function.
6680         (get_elfosabi): Ditto.
6681         (sh_gdbarch_register_os_abi): Ditto.
6682         (sh_dump_tdep): Ditto.
6683         _initialize_sh_tdep): Use gdbarch_register to register
6684         sh_gdbarch_init and sh_dump_tdep.
6685         * config/sh/tm-sh.h (sh_osabi): Declare.
6686         (gdbarch_tdep): Add sh_osabi and osabi_name members.
6687
6688 2002-05-07  Andrew Cagney  <[email protected]>
6689
6690         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6691         (thumb_scan_prologue): Ditto.
6692         (arm_find_callers_reg): Ditto.
6693         (arm_frame_chain): Ditto.
6694         (arm_init_extra_frame_info): Ditto.
6695         (arm_frame_saved_pc): Ditto.
6696         (arm_pop_frame): Ditto.
6697         (arm_push_return_address): New function.
6698         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6699         call_dummy_location, call_dummy_breakpoint_offset_p,
6700         call_dummy_breakpoint_offset, call_dummy_p,
6701         call_dummy_stack_adjust_p, call_dummy_words,
6702         sizeof_call_dummy_words, call_dummy_start_offset,
6703         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6704         call_dummy_address, push_return_address and push_dummy_frame for
6705         generic dummy frames.
6706
6707 2002-05-07  Jason Thorpe  <[email protected]>
6708
6709         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6710         size computation for alloca.
6711         (sh_fp_frame_init_saved_regs): Likewise.
6712
6713 2002-05-07  Richard Earnshaw  <[email protected]>
6714
6715         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6716         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6717         * arm-tdep.c (arm_store_return_value): Use them.
6718         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6719         * remote-rdp.c (remote_rdp_fetch_register): Use
6720         ARM_MAX_REGISTER_RAW_SIZE.
6721         (remote_rdp_store_register): Likewise.
6722
6723 2002-05-07  Michal Ludvig  <[email protected]>
6724
6725         * dwarf2cfi.c: Code cleanup, removed unused variables,
6726         added default labels to switch {} statements.
6727         * x86-64-tdep.c: Ditto.
6728         * x86-64-linux-nat.c: Ditto.
6729
6730 2002-05-07  Jason Thorpe  <[email protected]>
6731
6732         * solib.h: Protect against multiple inclusion.
6733
6734 2002-05-06  Jim Blandy  <[email protected]>
6735
6736         Add first preprocessor macro-expansion files.
6737         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6738         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6739         (splay_tree_h, macroexp_h, macrotab_h): New variable.
6740         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6741         (COMMON_OBS): Add macrotab.o, macroexp.o.
6742         (macroexp.o, macrotab.o): New rules.
6743
6744         Separate the job of reading the line number info statement program
6745         header (...expialidocious) out into its own function.
6746         * dwarf2read.c (struct line_head, struct filenames, struct
6747         directories): Replace with...
6748         (struct line_header): New structure, containing the full
6749         contents of the statement program header, including the
6750         include directory and file name tables.
6751         (read_file_scope): If we have line number info, instead of just
6752         calling dwarf_decode_lines to do all the work, call
6753         dwarf_decode_line_header first to get a `struct line_header'
6754         containing the data in the statement program header, and then
6755         pass that to dwarf_decode_lines, which will pick up where that
6756         left off.  Be sure to clean up the `struct line_header' object.
6757         (dwarf_decode_line_header, free_line_header, add_include_dir,
6758         add_file_name): New functions.
6759         (dwarf_decode_lines): Move all the code to read the statement
6760         program header into dwarf_decode_line_header.  Take the line
6761         header it built as the first argument, instead of the offset to
6762         the compilation unit's line number info.  Use the new `struct
6763         line_header' type instead of the old structures.  No need to do
6764         cleanups here now, since we don't allocate anything.
6765         (dwarf2_statement_list_fits_in_line_number_section,
6766         dwarf2_line_header_too_long): New complaints.
6767
6768 2002-05-06  Elena Zannoni  <[email protected]>
6769
6770         * gdbtypes.c (init_vector_type): New function.
6771         (build_builtin_type_vec128): Simplify the representation of SIMD
6772         registers.
6773         (build_gdbtypes): Initialize new builtin vector types.
6774         (_initialize_gdbtypes): Register new vector types with gdbarch.
6775         (builtin_type_v4_float, builtin_type_v4_int32,
6776         builtin_type_v8_int16, builtin_type_v16_int8,
6777         builtin_type_v2_int32, builtin_type_v4_int16,
6778         builtin_type_v8_int8): New (renamed) SIMD types.
6779
6780 2002-05-06  Mark Kettenis  <[email protected]>
6781
6782         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6783         (i387_fill_fxsave): Likewise.
6784
6785 2002-05-05  Alexandre Oliva  <[email protected]>
6786
6787         * alpha-tdep.c (alpha_extract_return_value): Don't use
6788         non-constant array size in prototype.
6789
6790 2002-05-04  Andrew Cagney  <[email protected]>
6791
6792         From Brian Taylor <briant at model dot com>:
6793         * ui-out.c (ui_out_field_core_addr): Use the function
6794         longest_local_hex_string_custom'to format addresses > 32 bits
6795         wide.
6796
6797         * ui-out.c (ui_out_field_core_addr): Update comment.
6798
6799 2002-05-04  Andrew Cagney  <[email protected]>
6800
6801         * stack.c (select_and_print_frame): Make static.  Delete the
6802         parameter `level'.
6803         (func_command): Update call.
6804         (select_frame_command): Delete code computing the frame level.
6805         * frame.h (select_and_print_frame): Delete declaration.
6806
6807 2002-05-04  Andrew Cagney  <[email protected]>
6808
6809         * sparc-tdep.c (sparc_get_saved_register): Comment why
6810         get_prev_frame call is safe.
6811
6812 2002-05-04  Andrew Cagney  <[email protected]>
6813
6814         * frame.h (select_frame): Delete level parameter.
6815         * stack.c (select_frame): Update.  Use frame_relative_level to
6816         obtain the frame's level.
6817         (select_and_print_frame): Update call.
6818         (select_frame_command): Ditto.
6819         (up_silently_base): Ditto.
6820         (down_silently_base): Ditto.
6821         * ocd.c (ocd_start_remote): Ditto.
6822         * remote-rdp.c (remote_rdp_open): Ditto.
6823         * remote-mips.c (mips_initialize): Ditto.
6824         (common_open): Ditto.
6825         * remote-e7000.c (e7000_start_remote): Ditto.
6826         * m3-nat.c (select_thread): Ditto.
6827         * hppa-tdep.c (child_get_current_exception_event): Ditto.
6828         (child_get_current_exception_event): Ditto.
6829         * varobj.c (varobj_create): Ditto.
6830         (varobj_update): Ditto.
6831         (c_value_of_root): Ditto.
6832         * tracepoint.c (finish_tfind_command): Ditto.
6833         * corelow.c (core_open): Ditto.
6834         * arch-utils.c (generic_prepare_to_proceed): Ditto.
6835         * thread.c (info_threads_command): Ditto.
6836         (switch_to_thread): Ditto.
6837         * infrun.c (normal_stop): Ditto.
6838         (restore_selected_frame): Ditto.
6839         (restore_inferior_status): Ditto.
6840         * breakpoint.c (insert_breakpoints): Ditto.
6841         (watchpoint_check): Ditto.
6842         (bpstat_stop_status): Ditto.
6843         (do_enable_breakpoint): Ditto.
6844         * blockframe.c (flush_cached_frames): Ditto.
6845         (reinit_frame_cache): Ditto.
6846
6847 2002-05-04  Andrew Cagney  <[email protected]>
6848
6849         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6850         maintainer.
6851
6852 2002-05-04  Jim Blandy  <[email protected]>
6853
6854         * gdbtypes.c (replace_type): Doc fix.
6855
6856 2002-05-04  Andrew Cagney  <[email protected]>
6857
6858         * valprint.c (strcat_longest): Delete commented out function.
6859         Update copyright.
6860
6861 2002-05-04  Andrew Cagney  <[email protected]>
6862
6863         * MAINTAINERS: Mark a29k as deleted.
6864         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
6865         Move new configurations to the top.
6866         * configure.tgt: Remove a29k.
6867         * config/a29k/tm-vx29k.h: Delete.
6868         * config/a29k/vx29k.mt: Delete.
6869         * config/a29k/tm-a29k.h: Delete.
6870         * config/a29k/a29k-udi.mt: Delete.
6871         * config/a29k/a29k.mt: Delete.
6872         * a29k-tdep.c: Delete.
6873         * remote-udi.c: Delete.
6874         * remote-mm.c: Delete.
6875         * remote-eb.c: Delete.
6876         * remote-adapt.c: Delete.
6877         * Makefile.in: Remove obsolete code.
6878         * config/s390/s390x.mt: Ditto.
6879         * config/s390/s390.mt: Ditto.
6880         * config/sparc/sparclynx.mh: Ditto.
6881         * config/sparc/linux.mh: Ditto.
6882         * config/pa/hppaosf.mh: Ditto.
6883         * config/pa/hppabsd.mh: Ditto.
6884         * config/ns32k/nbsd.mt: Ditto.
6885         * config/mips/vr5000.mt: Ditto.
6886         * config/m68k/sun3os4.mh: Ditto.
6887         * config/m68k/nbsd.mt: Ditto.
6888         * config/m68k/m68klynx.mh: Ditto.
6889         * config/m32r/m32r.mt: Ditto.
6890         * config/i386/x86-64linux.mt: Ditto.
6891         * config/i386/nbsdelf.mt: Ditto.
6892         * config/i386/nbsd.mt: Ditto.
6893         * config/i386/i386lynx.mh: Ditto.
6894
6895 2002-05-04  Andrew Cagney  <[email protected]>
6896
6897         * target.c (debug_print_register): New function.  Handle oversize
6898         registers.
6899         (debug_to_fetch_registers): Call.
6900         (debug_to_store_registers): Call.
6901
6902 2002-05-03  Jim Blandy  <[email protected]>
6903
6904         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6905         (read_type): Doc fix.
6906         * gdbtypes.c (replace_type): Doc fix.
6907
6908         * stabsread.c (multiply_defined_struct): New complaint.
6909         (read_struct_type): If the type we were passed isn't empty, or
6910         incomplete, don't read the new struct type into it; complain,
6911         and return the original type unchanged.  Take a new `type_code'
6912         argument, which is the type code for the new type.
6913         (read_type): Rather than storing the type's type code here, pass
6914         it as an argument to read_struct_type, and let that take care of
6915         storing it.  That way, we don't overwrite the original type code,
6916         so read_struct_type can use it to decide whether we're overwriting
6917         something we shouldn't.
6918         (complain_about_struct_wipeout): New function.
6919
6920 2002-05-03  Andrew Cagney  <[email protected]>
6921
6922         * gdbarch.sh: Assert that gdbarch is non-NULL.
6923         * gdbarch.c: Regenerate.
6924
6925 2002-05-03  Jason Merrill  <[email protected]>
6926
6927         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6928         and return NULL.
6929
6930 2002-05-03  Michal Ludvig  <[email protected]>
6931
6932         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6933         (x86_64_dwarf2gdb_regno_map_length),
6934         (x86_64_dwarf2_reg_to_regnum): Added.
6935         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6936         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6937         (_initialize_x86_64_tdep): Synced with the change above.
6938         (x86_64_skip_prologue): Reformulated message.
6939
6940 2002-05-03  Pierre Muller  <[email protected]>
6941
6942         * f-exp.y: Also use new prev_lexptr variable
6943         to improve error reporting. Based on Michael Snyder
6944         2002-04-24 dated patch to c-exp.y.
6945         * jv-exp.y: Likewise.
6946         * m2-exp.y: Likewise.
6947
6948 2002-05-02  Elena Zannoni  <[email protected]>
6949
6950         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6951         we are dealing with vectors.
6952
6953 2002-05-02  Pierre Muller  <[email protected]>
6954
6955         * config/m68k/tm-nbsd.h: Obvious fix,
6956         correct machine name.
6957
6958 2002-05-02  Pierre Muller  <[email protected]>
6959
6960         * p-typeprint.c (pascal_type_print_base): Add support
6961         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6962
6963 2002-05-02  Pierre Muller  <[email protected]>
6964
6965         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6966         for fondamental pascal 'char' type.
6967
6968 2002-05-02  Pierre Muller  <[email protected]>
6969
6970         * p-lang.h (is_pascal_string_type): Declaration changed,
6971         new sixth argument of type char ** added.
6972         * p-lang.c (is_pascal_string_type): Implementation
6973         changed. Args length_pos, length_size, string_pos, char_size
6974         can now be NULL. New argument arrayname set to the field
6975         name of the char array. Return value set to char array
6976         field index plus one.
6977         * p-valprint.c (pascal_val_print): Adapt to new declaration of
6978         is_pascal_string_type function.
6979
6980 2002-05-02  Andrew Cagney  <[email protected]>
6981
6982         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6983         <[email protected]> change.
6984         * gdbarch.c: Regenerate.
6985
6986 2002-05-02  Andrew Cagney  <[email protected]>
6987
6988         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6989         before probing for a new one.  Detect errorenous gdbarch_init
6990         functions.
6991         * gdbarch.c: Regenerate.
6992
6993 2002-05-01  Andrew Cagney  <[email protected]>
6994
6995         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6996         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
6997         * config/v850/tm-v850.h: Ditto.  Update copyright.
6998
6999 2002-04-30  Andrew Cagney  <[email protected]>
7000
7001         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7002         current_gdbarch.
7003
7004 2002-04-30  Michael Snyder  <[email protected]>
7005
7006         * arm-tdep.c: Whitespace clean-ups.
7007         (arm_skip_prologue): Fix thinko; two lines
7008         should have been removed as part of 4/24 change.
7009
7010 2002-04-30  Kevin Buettner  <[email protected]>
7011
7012         * rs6000-tdep.c: Added comment describing how fpscr register
7013         numbers were chosen.
7014
7015 2002-04-30  Michael Snyder  <[email protected]>
7016
7017         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7018
7019 2002-04-29  Elena Zannoni  <[email protected]>
7020
7021         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7022         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7023         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7024
7025 2002-04-29  Kevin Buettner  <[email protected]>
7026
7027         From Louis Hamilton <[email protected]>:
7028         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7029         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7030         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7031         not bfd-private xcoff data, to determine wordsize.
7032         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7033
7034 2002-04-29  Andrew Cagney  <[email protected]>
7035
7036         GDB 5.2 released from 5.2 branch.
7037
7038 2002-04-29  Michal Ludvig  <[email protected]>
7039
7040         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7041         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7042         (x86_64_register_info_table): Added comments with register numbers.
7043
7044 2002-04-29  Elena Zannoni  <[email protected]>
7045
7046         * rs6000-tdep.c (rs6000_extract_return_value,
7047         rs6000_store_return_value): Handle returning vectors.
7048         (rs6000_gdbarch_init): Use
7049         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7050         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7051         New function.
7052         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7053         vectors.
7054         (ppc_sysv_abi_push_arguments): Handle vector parameters.
7055         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7056
7057 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7058
7059         * hpread.c (hpread_psymtab_to_symtab_1,
7060         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7061         with fprintf_unfiltered (gdb_stderr,...).
7062
7063 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7064
7065         * remote-array.c (printf_monitor, write_monitor,
7066         array_insert_breakpoint, array_remove_breakpoint ):
7067         Replace fprintf (stderr,...
7068         with fprintf_unfiltered (gdb_stderr,....
7069         * remote-es.c: Likewise.
7070         * remote-os9k.c: Likewise.
7071         * remote-st.c: Likewise.
7072
7073 2002-04-28  Andreas Schwab  <[email protected]>
7074
7075         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7076         linux-proc.o and gcore.o.
7077
7078 2002-04-26  Michal Ludvig  <[email protected]>
7079
7080         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7081         code without frame pointers.
7082
7083 2002-04-26  Andrew Cagney  <[email protected]>
7084
7085         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7086         ON_STACK is needed.
7087
7088 2002-04-26  Ben Elliston  <[email protected]>
7089
7090         * target.c (do_xfer_memory): Correct reference to the new option
7091         "trust-readonly-sections".
7092
7093 2002-04-26  Elena Zannoni  <[email protected]>
7094
7095         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7096         * gdbtypes.c (recursive_dump_type): Output the vector flag.
7097         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7098         vectors.
7099         (read_array_type): Record the fact that this array type is really a
7100         vector (i.e. are passed in by value).
7101
7102 2002-04-26  Jason Thorpe  <[email protected]>
7103
7104         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7105         * alpha-tdep.c (alpha_sigcontext_addr): New function.
7106         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7107         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7108         * alpha-linux-tdep.c: Include frame.h.
7109         (alpha_linux_sigcontext_addr): New function.
7110         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7111         alpha_linux_sigcontext_addr.
7112         * alpha-osf1-tdep.c: Include gdbcore.h.
7113         (alpha_osf1_sigcontext_addr): New function.
7114         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7115         alpha_osf1_sigcontext_addr.
7116         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7117         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7118
7119 2002-04-26  Andrew Cagney  <[email protected]>
7120
7121         * stack.c (selected_frame_level):
7122         (select_frame): Do not set selected_frame_level.
7123         * frame.h (selected_frame_level): Delete declaration.
7124
7125 2002-04-26  Andrew Cagney  <[email protected]>
7126
7127         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7128         convert_from_func_ptr-addr when AIX / PowerOpen.
7129
7130 2002-04-25  Andrew Cagney  <[email protected]>
7131
7132         * valops.c (hand_function_call): Call
7133         generic_save_call_dummy_addr.
7134         * frame.h (generic_save_call_dummy_addr): Declare.
7135         * blockframe.c (struct dummy_frame): Add fields call_lo and
7136         call_hi.
7137         (generic_find_dummy_frame): Check for PC in range call_lo to
7138         call_hi instead of entry_point_address.
7139         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7140         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
7141         (generic_save_call_dummy_addr): New function.
7142
7143 2002-04-24  David S. Miller  <[email protected]>
7144
7145         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7146         sparc_skip_prologue.
7147         (sparc_skip_prologue): Kill frameless_p arg, and use line number
7148         information to find prologue when possible.
7149         (sparc_prologue_frameless_p): Call examine_prologue directly.
7150         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7151         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7152         second argument.
7153         (SKIP_PROLOGUE): Likewise.
7154
7155 2002-04-25  Jason Thorpe  <[email protected]>
7156
7157         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7158         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7159         indicate that the condition it was testing is always true.
7160         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7161         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7162         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7163
7164 2002-04-25  Jason Thorpe  <[email protected]>
7165
7166         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7167         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7168         tdep->jb_pc and tdep->jb_elt_size.
7169         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7170         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7171         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7172         * alpha-nat.c (get_longjmp_target): Remove.
7173         (JB_ELEMENT_SIZE): Ditto.
7174         (JB_PC): Ditto.
7175         * alpha-tdep.c (alpha_get_longjmp_target): New function.
7176         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
7177         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7178         to alpha_get_longjmp_target.
7179         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7180         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7181         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7182
7183 2002-04-25  Andrew Cagney  <[email protected]>
7184
7185         * README: Update to GDB 5.2.
7186
7187 2002-04-25  Andrew Cagney  <[email protected]>
7188
7189         * gdbarch.sh (LC_ALL): Set to `c'.
7190
7191 2002-04-25  Theodore A. Roth  <[email protected]>
7192
7193         * avr-tdep.c: Ran through gdb_indent.sh.
7194
7195 2002-04-25  Theodore A. Roth  <[email protected]>
7196
7197         * MAINTAINERS: Add myself as AVR maintainer.
7198         * NEWS: Note new target avr.
7199
7200 2002-04-25  Theodore A. Roth  <[email protected]>
7201
7202         * Makefile.in: Add support for AVR target.
7203         * configure.tgt: Add support for AVR target.
7204         * avr-tdep.c: New file
7205         * config/avr/avr.mt: New file.
7206
7207 2002-04-25  Theodore A. Roth  <[email protected]>
7208
7209         * MAINTAINERS: Add myself to write-after-approval.
7210
7211 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7212
7213         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7214         with fprintf_unfiltered (gdb_stderr,....
7215
7216 2002-04-25  Pierre Muller  <[email protected]>
7217
7218         Fix PR gdb/508.
7219         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7220
7221 2002-04-25  Pierre Muller  <[email protected]>
7222
7223         * p-exp.y: Also use new prev_lexptr variable
7224         to improve error reporting. Based on Michael Snyder
7225         2002-04-24 dated patch to c-exp.y.
7226
7227 2002-04-25  Jason Thorpe  <[email protected]>
7228
7229         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7230         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7231         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
7232         to 0.
7233         * config/alpha/tm-alpha.h: Remove forward decls of struct type
7234         and struct value.
7235         (FUNCTION_START_OFFSET): Remove.
7236         (BREAKPOINT): Ditto.
7237
7238 2002-04-25  Jason Thorpe  <[email protected]>
7239
7240         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7241         * NEWS: Ditto.
7242
7243 2002-04-24  Jason Thorpe  <[email protected]>
7244
7245         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7246         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7247         alpha_linux_pc_in_sigtramp.
7248         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7249         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7250         alpha_osf1_pc_in_sigtramp.
7251         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7252         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7253         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7254         alphafbsd_pc_in_sigtramp.
7255         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7256         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7257         alphanbsd_pc_in_sigtramp.
7258         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7259         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7260
7261 2002-04-24  Jason Thorpe  <[email protected]>
7262
7263         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7264
7265 2002-04-24  Jason Thorpe  <[email protected]>
7266
7267         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7268         alphanbsd-tdep.c.
7269         (alphanbsd-nat.o): New dependency list.
7270         (alphanbsd-tdep.o): Ditto.
7271         * NEWS: Note new native NetBSD/alpha configuration.
7272         * alphanbsd-nat.c: New file.
7273         * alphanbsd-tdep.c: Ditto.
7274         * configure.host (alpha*-*-netbsd*): New host.
7275         * configure.tgt (alpha*-*-netbsd*): New target.
7276         * config/alpha/nbsd.mh: New file.
7277         * config/alpha/nbsd.mt: Ditto.
7278         * config/alpha/nm-nbsd.h: Ditto.
7279         * config/alpha/tm-nbsd.h: Ditto.
7280
7281 2002-04-24  Jason Thorpe  <[email protected]>
7282
7283         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7284         (alpha-osf1-tdep.o): New dependency list.
7285         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7286         and skip_sigtramp_frame members.
7287         * alpha-linux-tdep.c: Include gdbcore.h.
7288         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7289         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7290         * alpha-osf1-tdep.c: New file.
7291         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7292         alpha-osf1-dep.c.
7293         (alpha_frame_past_sigtramp_frame): New function.
7294         (alpha_dynamic_sigtramp_offset): Ditto.
7295         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7296         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7297         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7298         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7299         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7300         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7301         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7302         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7303         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7304         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7305         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
7306         to find_solib_trampoline_target.
7307         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7308         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7309         (SKIP_TRAMPOLINE_CODE): Remove.
7310         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7311         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7312         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7313         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7314         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7315         (PROC_SIGTRAMP_MAGIC): Ditto.
7316         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7317         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7318         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7319         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7320         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7321
7322 2002-04-24  Jason Thorpe  <[email protected]>
7323
7324         * NEWS: Note that Alpha targets are now multi-arch.
7325
7326 2002-04-24  Michael Snyder  <[email protected]>
7327
7328         * parser-defs.h (prev_lexptr): New external variable.
7329         * parse.c (parse_exp_1): Set prev_lexptr to null before
7330         calling the language-specific parser.
7331         * c-exp.y (yylex): Set prev_lexptr to start of current token.
7332         (yyerror): Use prev_lexptr in error reporting.
7333
7334 2002-04-24  Daniel Jacobowitz  <[email protected]>
7335
7336         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7337         * gregset.h: If FILL_FPXREGSET is defined, provide
7338         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7339         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7340         is defined, call fill_fpxregset.
7341
7342 2002-04-24  Roland McGrath  <[email protected]>
7343
7344         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7345         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7346         (supply_gregset, supply_fpregset): New functions.
7347
7348         * gnu-nat.c (gnu_find_memory_regions): New function.
7349         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7350         (gnu_xfer_memory): Add a cast.
7351
7352 2002-04-24  Michael Snyder  <[email protected]>
7353
7354         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7355         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
7356         of argument regs ("str r(0123), [r11, #-nn"]).
7357         (arm_skip_prologue): Better handling for frameless functions.
7358         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
7359         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7360
7361 Wed Apr 24 14:22:21 2002  Andrew Cagney  <[email protected]>
7362
7363         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7364         NUM_PSEUDO_REGS can be used.
7365
7366 2002-04-24  Andrew Cagney  <[email protected]>
7367
7368         * arch-utils.h: Update copyright.
7369
7370         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7371         * gdbarch.h, gdbarch.c: Re-generate.
7372
7373         * inferior.h (IN_SIGTRAMP): Delete definition.
7374         * arch-utils.c (legacy_pc_in_sigtramp): New function.
7375         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7376
7377         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7378         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7379         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
7380         (find_proc_framesize): Ditto.
7381         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7382         (alpha_init_extra_frame_info): Ditto.
7383         * infrun.c (handle_inferior_event): Ditto.
7384         (handle_inferior_event): Ditto.
7385         (check_sigtramp2): Ditto.
7386         * blockframe.c (create_new_frame): Ditto.
7387         (get_prev_frame): Ditto.
7388         * ppc-linux-tdep.c: Update comments.
7389         * i386-linux-tdep.c: Update comments.
7390         * breakpoint.c (bpstat_what): Update comment.
7391
7392 2002-04-24  David S. Miller  <[email protected]>
7393
7394         * i960-tdep.c (register_in_window_p): New function.
7395         (i960_find_saved_register): Use it instead of
7396         REGISTER_IN_WINDOW_P.
7397         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7398
7399         * symtab.h (find_stab_function_addr): Kill extern.
7400         * minsyms.c (find_stab_function_addr): Remove from here...
7401         * dbxread.c: ... to here, and mark it static.
7402
7403 2002-04-20  David S. Miller  <[email protected]>
7404
7405         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7406         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7407
7408 2002-04-21  David S. Miller  <[email protected]>
7409
7410         * remote-vxsparc.c (vx_read_register): Fix typo, we want
7411         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7412         (vx_write_register): Likewise.
7413
7414 2002-04-23  J. Brobecker  <[email protected]>
7415
7416         * source.c (is_regular_file): New function.
7417         (openp): Check wether file to open is a regular file
7418         to avoid opening directories.
7419
7420 2002-04-22  Jason Thorpe  <[email protected]>
7421
7422         * findvar.c (extract_signed_integer): Cast printf argument
7423         to suppress format warning.
7424         (extract_unsigned_integer): Likewise.
7425         * infcmd.c (registers_info): Likewise.
7426         * top.c (get_prompt_1): Likewise.
7427         * valops.c (value_assign): Likewise.
7428         * valprint.c (print_decimal): Likewise.
7429
7430 2002-04-22  H.J. Lu  ([email protected])
7431
7432         * c-exp.y (typebase): Support
7433
7434         [long|long long|short] [signed|unsigned] [int|]
7435
7436         and
7437
7438         signed [long|long long|short] int
7439
7440 2002-04-22  Jason Thorpe  <[email protected]>
7441
7442         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7443         and vax-tdep.h.
7444         * vax-tdep.h: New file.
7445         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7446         Make several routines static.
7447         (vax_get_saved_register): New function.
7448         (vax_gdbarch_init): New function.
7449         (_initialize_vax_tdep): Register vax_gdbarch_init.
7450         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7451         Remove macros now under the control of gdbarch.
7452
7453 2002-04-22  Michael Snyder  <[email protected]>
7454
7455         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7456         Some whitespace and coding standards tweaks.
7457
7458 2002-04-22  Jason Thorpe  <[email protected]>
7459
7460         * vax-tdep.c: Include regcache.h.
7461         (vax_call_dummy_words): New.
7462         (sizeof_vax_call_dummy_words): New.
7463         (vax_fix_call_dummy): New function.
7464         (vax_saved_pc_after_call): Ditto.
7465         * config/vax/tm-vax.h: Don't include regcache.h.
7466         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7467         (CALL_DUMMY): Remove.
7468         (CALL_DUMMY_WORDS): Define.
7469         (SIZEOF_CALL_DUMMY_WORDS): Define.
7470         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7471
7472 2002-04-18  Michael Snyder  <[email protected]>
7473
7474         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7475
7476 2002-04-22  Jason Thorpe  <[email protected]>
7477
7478         * vax-tdep.c (vax_frame_chain): New function.
7479         (vax_push_dummy_frame): Ditto.
7480         (vax_pop_frame): Ditto.
7481         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7482         (FRAMELESS_FUNCTION_INVOCATION): Use
7483         generic_frameless_function_invocation_not.
7484         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7485         (POP_FRAME): Use vax_pop_frame.
7486
7487 2002-04-22  Jason Thorpe  <[email protected]>
7488
7489         * vax-tdep.c (vax_store_struct_return): New function.
7490         (vax_extract_return_value): Ditto.
7491         (vax_store_return_value): Ditto.
7492         (vax_extract_struct_value_address): Ditto.
7493         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7494         vax_store_struct_return.
7495         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7496         (STORE_RETURN_VALUE): Use vax_store_return_value.
7497         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7498
7499 2002-04-22  Jason Thorpe  <[email protected]>
7500
7501         * vax-tdep.c (vax_frame_saved_pc): New function.
7502         (vax_frame_args_address_correct): Ditto.
7503         (vax_frame_args_address): Ditto.
7504         (vax_frame_locals_address): Ditto.
7505         (vax_frame_num_args): Move code to be in proximity to
7506         other frame-related functions.
7507         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7508         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7509         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7510         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7511         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7512
7513 2002-04-22  H.J. Lu  ([email protected])
7514
7515         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7516         includedir.
7517
7518 2002-04-22  Jason Thorpe  <[email protected]>
7519
7520         * vax-tdep.c (vax_frame_init_saved_regs): New function.
7521         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7522         (FRAME_INIT_SAVED_REGS): New macro.
7523
7524 2002-04-22  Jason Thorpe  <[email protected]>
7525
7526         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7527
7528 2002-04-22  Jason Thorpe  <[email protected]>
7529
7530         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7531         where needed.
7532         (fetch_osf_core_registers): Likewise.
7533         (supply_gregset): Likewise.
7534
7535 2002-04-22  J. Brobecker  <[email protected]>
7536
7537         * symfile.h (get_section_index): Define.
7538         * symfile.c (get_section_index): New function.
7539         * mdebugread.c (SC_IS_SBSS): New macro.
7540         (SC_IS_BSS): Return true for the scBss storage class only, as
7541         the scSBss storage class refers to the .sbss section.
7542         (parse_partial_symbols): Discard the symbols which associated
7543         section does not exist.
7544         Make sure to use the .sbss section index for symbols which
7545         storage class is scBss, rather than using the .bss section index.
7546
7547 2002-04-22  Jason Thorpe  <[email protected]>
7548
7549         * vax-tdep.c: Update copyright years.
7550         (vax_register_name): New function.
7551         (vax_register_byte): Ditto.
7552         (vax_register_raw_size): Ditto.
7553         (vax_register_virtual_size): Ditto.
7554         (vax_register_virtual_type): Ditto.
7555         * config/vax/tm-vax.h: Update copyright years.
7556         (REGISTER_NAMES): Remove.
7557         (REGISTER_NAME): Define.
7558         (REGISTER_BYTE): Use vax_register_byte.
7559         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7560         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7561         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7562
7563 2002-04-21  Andrew Cagney  <[email protected]>
7564
7565         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7566         declaration
7567         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7568
7569 2002-04-21  David S. Miller  <[email protected]>
7570
7571         * arch-utils.c (generic_prologue_frameless_p): Kill
7572         SKIP_PROLOGUE_FRAMELESS_P code.
7573         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7574         references.
7575         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7576         * arc-tdep.c (arc_prologue_frameless_p): Implement.
7577         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7578         references.
7579         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7580         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7581         (sparc_gdbarch_init): Pass it to
7582         set_gdbarch_prologue_frameless_p.
7583
7584 2002-04-21  Jason Thorpe  <[email protected]>
7585
7586         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7587         (alphabsd-nat.o): New dependency list.
7588
7589 2002-04-21  Jason Thorpe  <[email protected]>
7590
7591         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7592         alphafbsd-tdep.c.
7593         (alpha-linux-tdep.o): New dependency list.
7594         (alphafbsd-tdep.o): Likewise.
7595
7596 2002-04-21  Jason Thorpe  <[email protected]>
7597
7598         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
7599         to here...
7600         * alpha-tdep.c: ...from here.
7601         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7602
7603 2002-04-21  Jason Thorpe  <[email protected]>
7604
7605         * config/alpha/tm-alpha.h: Move alpha_software_single_step
7606         prototype from here...
7607         * alpha-tdep.h: ...to here.
7608
7609 2002-04-21  Andrew Cagney  <[email protected]>
7610
7611         * frame.h (selected_frame_level): Document as deprecated.
7612         (frame_relative_level): Declare.
7613         * stack.c (frame_relative_level): New function.
7614         (selected_frame_level): Document as deprecated.
7615         (select_frame): Do not set the selected_frame_level.
7616
7617         * stack.c (frame_info, record_selected_frame): Update.
7618         (frame_command, current_frame_command): Update.
7619         (up_silently_base, up_command, down_silently_base): Update.
7620         (down_command): Update.
7621         * inflow.c (kill_command): Update.
7622         * tracepoint.c (finish_tfind_command): Update.
7623         * corelow.c (core_open): Update.
7624         * thread.c (info_threads_command): Update.
7625         (do_captured_thread_select): Update.
7626         * infcmd.c (finish_command): Update.
7627         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7628
7629 2002-04-21  Jason Thorpe  <[email protected]>
7630
7631         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7632
7633 2002-04-21  Andrew Cagney  <[email protected]>
7634
7635         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
7636         type const.
7637
7638 2002-04-21  Jason Thorpe  <[email protected]>
7639
7640         * alphafbsd-tdep.c: Update copyright years.  Include
7641         alpha-tdep.h.
7642         (alphafbsd_use_struct_convention): Make static.
7643         (alphafbsd_init_abi): New function.
7644         (_initialize_alphafbsd_tdep): New function.
7645         * config/alpha/tm-fbsd.h: Update copyright years.
7646         (USE_STRUCT_CONVENTION): Remove.
7647
7648 2002-04-21  Jason Thorpe  <[email protected]>
7649
7650         * alpha-tdep.c (alpha_abi_handler): New structure to describe
7651         an Alpha ABI variant.
7652         (alpha_abi_handler_list): Declare.
7653         (alpha_gdbarch_register_os_abi): New function.
7654         (alpha_gdbarch_init): Give registered ABI variant handlers a
7655         chance to tweak the gdbarch once we have set up defaults.
7656         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7657
7658 2002-04-21  Jason Thorpe  <[email protected]>
7659
7660         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7661         to standard_coerce_float_to_double.
7662         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7663
7664 2002-04-21  Jason Thorpe  <[email protected]>
7665
7666         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7667         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7668         from gdbarch_tdep rather than a constant.
7669         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7670         the default text address for all Alpha Unix ABIs.
7671         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7672         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7673
7674 2002-04-21  Jason Thorpe  <[email protected]>
7675
7676         * alpha-tdep.h: New file.  Includes several Alpha target constants
7677         taken from...
7678         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
7679         let gdbarch deal with.
7680         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7681         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7682         to dependency list.
7683         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
7684         Alpha target register names.
7685         * alphabsd-nat.c: Likewise.
7686         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
7687         Alpha target register names.  Make serveral routines static.
7688         (alpha_get_saved_register): New function.
7689         (alpha_abi_names): New.
7690         (process_note_abi_tag_sections): New function.
7691         (get_elfosabi): New function.
7692         (alpha_gdbarch_init): New function.
7693         (alpha_dump_tdep): New function.
7694         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7695
7696 2002-04-21  Andrew Cagney  <[email protected]>
7697
7698         * frame.c (find_saved_register): Delete #ifdef
7699         HAVE_REGISTER_WINDOWS code.
7700         * config/sparc/tm-sparc.h: Update comments.
7701         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7702
7703 2002-04-21  Andrew Cagney  <[email protected]>
7704
7705         * i960-tdep.c (i960_find_saved_register): New function.
7706         (i960_get_saved_register): New function.
7707         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7708         (i960_get_saved_register): Declare.
7709         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7710
7711 2002-04-20  David S. Miller  <[email protected]>
7712
7713         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7714
7715 2002-04-20  Andrew Cagney  <[email protected]>
7716
7717         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7718         instead of NUM_PSEUDO_REGS.
7719
7720 2002-04-20  David S. Miller  <[email protected]>
7721
7722         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7723         GDB_MULTI_ARCH_PARTIAL
7724         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7725         define, let tm-sp64.h do it.
7726
7727 2002-04-20  Jason Thorpe  <[email protected]>
7728
7729         * frame.c (find_saved_register): Avoid a NULL pointer
7730         dereference and actually walk the frame list.
7731
7732 2002-04-20  Andrew Cagney  <[email protected]>
7733
7734         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7735         sorted in most most-recent-used order.  Document.
7736         * gdbarch.h, gdbarch.c: Regenerate.
7737
7738 2002-04-19  Andrew Cagney  <[email protected]>
7739
7740         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7741         instead of ->prev.
7742         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7743         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7744         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7745         instead of ->prev.
7746
7747 2002-04-19  Elena Zannoni  <[email protected]>
7748
7749         Fix PR gdb/471.
7750         * gdbtypes.c (init_simd_type): Rewrite using new functions.
7751         (build_builtin_type_vec128): Ditto.
7752         (append_composite_type_field): Fix calculation of type length in
7753         union case.
7754
7755 2002-04-19  Eli Zaretskii  <[email protected]>
7756
7757         * config/djgpp/README: Update.
7758
7759         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7760         compiler warnings.
7761
7762 2002-04-19  Jason Thorpe  <[email protected]>
7763
7764         * alpha-tdep.c (setup_arbitrary_frame): Rename...
7765         (alpha_setup_arbitrary_frame): ...to this.
7766         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7767         for alpha_setup_arbitrary_frame.
7768
7769 2002-04-18  Andrew Cagney  <[email protected]>
7770
7771         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7772         * gdbarch.h, gdbarch.c: Regenerate.
7773
7774         * defs.h (breakpoint_from_pc_fn): Delete type definition.
7775         * target.h (memory_breakpoint_from_pc): Update declaration.
7776         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7777
7778         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7779         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7780         * mem-break.c (memory_breakpoint_from_pc): Ditto.
7781         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7782         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7783         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7784         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7785         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7786         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7787         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7788         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7789         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7790
7791         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7792         const pointer.
7793         * monitor.c (monitor_insert_breakpoint): Ditto.
7794         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7795
7796         * config/mcore/tm-mcore.h: Update copyright.
7797         * mem-break.c: Ditto.
7798         * xstormy16-tdep.c: Ditto.
7799
7800 2002-04-18  Pierre Muller  <[email protected]>
7801
7802         * p-exp.y: Add precedence rule for '^' token.
7803         This removes the shift/reduce conflicts.
7804         Remove the comment concerning these shift/reduce conflicts.
7805
7806 2002-04-18  Elena Zannoni  <[email protected]>
7807
7808         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7809         (registers_powerpc_nofp): New register set for processors
7810         without floating point unit.
7811
7812 2002-04-18  David S. Miller  <[email protected]>
7813
7814         * MAINTAINERS: Add myself to write-after-approval.
7815
7816 2002-04-17  Michael Snyder  <[email protected]>
7817
7818         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7819
7820 2002-04-17  Andrew Cagney  <[email protected]>
7821
7822         * rs6000-tdep.c (frame_initial_stack_address): Use
7823         frame_register_read to read the alloca_reg.
7824
7825 2002-04-17  Andrew Cagney  <[email protected]>
7826
7827         * frame.c (find_saved_register): Find saved registers in the next
7828         not prev frame.
7829         Fix PR gdb/365.
7830
7831 2002-04-17  Andrew Cagney  <[email protected]>
7832
7833         * gdbarch.sh (LANG): Set to ``c''.
7834
7835 2002-04-15  Andrew Cagney  <[email protected]>
7836
7837         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7838
7839 2002-04-15  Andrew Cagney  <[email protected]>
7840
7841         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7842         Update copyright.
7843
7844         * hpread.c (hpread_get_lntt): Add declaration.
7845         Also fix PR gdb/391.
7846
7847 2002-04-14  Andrew Cagney  <[email protected]>
7848
7849         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7850         * aclocal.m4, configure: Re-generate.
7851         Fix PR gdb/391.
7852
7853 2002-04-14  Elena Zannoni  <[email protected]>
7854
7855         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7856         instead of tm_print_insn.
7857
7858 2002-04-14  Elena Zannoni  <[email protected]>
7859
7860         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7861
7862 2002-04-14  Andrew Cagney  <[email protected]>
7863
7864         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7865         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7866         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7867
7868 2002-04-12  Don Howard  <[email protected]>
7869
7870         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7871         max_user_call_depth.
7872         (init_cmd_lists): Initialize the new value;
7873         * cli/cli-script.c (execute_user_command): Limit the call depth of
7874         user defined commands.  This avoids a core-dump when user commands
7875         are infinitly recursive.
7876
7877 2002-04-12  Kevin Buettner  <[email protected]>
7878
7879         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7880         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7881         from tdep struct instead of DEFAULT_LR_SAVE.
7882         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7883         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7884         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7885
7886 2002-04-12  Michael Snyder  <[email protected]>
7887
7888         * Remote.c: Spelling fix.
7889         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7890         If no symbol found for "sbrk", try "_sbrk".
7891         (make_output_phdrs): Use bfd_section_name.
7892         (gcore_copy_callback): Use bfd_section_name.
7893         * eval.c: Indentation fix-ups.
7894         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7895         in case it gets applied to an address that is already
7896         in the instruction space.
7897         * cli/cli-decode.c (help_list): Allow long lines to wrap.
7898         * symfile.c: Fix indentation, long lines.
7899         * source.c: White space fix-up.
7900
7901 2002-04-12  Andrew Cagney  <[email protected]>
7902
7903         * defs.h (read_relative_register_raw_bytes): Delete declaration.
7904         * frame.c (frame_register_read): New function.  Return non-zero on
7905         success.
7906         (read_relative_register_raw_bytes_for_frame): Delete.
7907         (read_relative_register_raw_bytes): Delete.
7908         * frame.h (frame_register_read): Declare.
7909         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
7910         * sh-tdep.c: Ditto.
7911         * infcmd.c (do_registers_info): Ditto.
7912         * hppa-tdep.c: Ditto.
7913         * rs6000-tdep.c: Ditto.
7914         * h8500-tdep.c: Ditto.
7915         * mips-tdep.c: Ditto.
7916         * h8300-tdep.c: Ditto.
7917         * z8k-tdep.c: Ditto.
7918
7919 2002-04-12  Kevin Buettner  <[email protected]>
7920
7921         From Jimi X <[email protected]>:
7922         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7923         64-bit SysV ABI.
7924
7925 2002-04-12  Kevin Buettner  <[email protected]>
7926
7927         From Jimi X <[email protected]>:
7928         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7929         bfd info.
7930
7931 2002-04-12  Kevin Buettner  <[email protected]>
7932
7933         From Jimi X <[email protected]>:
7934         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7935         register sets for these processor variants.
7936
7937 2002-04-11  Daniel Jacobowitz  <[email protected]>
7938
7939         * regformats/reg-ppc.dat: Support FPSCR.
7940
7941 2002-04-11  Kevin Buettner  <[email protected]>
7942
7943         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7944         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7945         Add fpscr as an invalid/unfetchable register.
7946         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7947         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7948         (fill_fpregset): Add support for register fpscr.
7949         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7950         (fill_gregset): Account for the fact that register ``mq'' might
7951         not exist.
7952         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7953         (registers_power): Add fpscr to register set at slot 71.
7954         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7955         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
7956
7957 2002-04-11  Michael Snyder  <[email protected]>
7958
7959         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7960         * configure: Regenerate.
7961         * config.in: Regenerate.
7962         * acconfig.h: Add define for _SYSCALL32.
7963         * core-sol2.c: Remove #define _SYSCALL32.
7964         * solib-legacy.c: Remove #define _SYSCALL32.
7965
7966 2002-04-10  Andrew Cagney  <[email protected]>
7967
7968         * stack.c (select_frame): Cleanup internal error message, do not
7969         use %p.
7970
7971 2002-04-10  Andrew Cagney  <[email protected]>
7972
7973         * stack.c (select_frame): Check that selected_frame and the
7974         specified level are as expected.
7975         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7976         Update copyright.
7977         * frame.h (struct frame_info): Add field `level'.  Update
7978         copyright.
7979         Work-in-progress PR gdb/464.
7980
7981 2002-04-10  Andrew Cagney  <[email protected]>
7982
7983         * maint.c (maint_print_section_info): Rename print_section_info.
7984         (print_bfd_section_info, print_objfile_section_info): Update.
7985         * inferior.h (struct gdbarch): Add opaque declaration.
7986         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7987         * gdbarch.h: Regenerate.
7988
7989 2002-04-10  Michal Ludvig  <[email protected]>
7990
7991         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7992         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7993         (kernel_u_size): Added.
7994         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7995         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7996
7997 2002-04-04  Jim Ingham  <[email protected]>
7998
7999        * valarith.c (find_size_for_pointer_math): New function, either returns
8000        the size for a pointer's target, returns 1 for void *, or errors for
8001        incomplete types.
8002        (value_add, value_sub): use find_size_for_pointer_math.
8003
8004 2002-04-09  Daniel Jacobowitz  <[email protected]>
8005
8006         * linux-low.c (linux_look_up_symbols): New hook.
8007         (linux_target_ops): Add linux_look_up_symbols.
8008         * remote-utils.c (decode_address): New function.
8009         (look_up_one_symbol): New function.
8010         * server.c (handle_query): Call target look_up_symbols hook.
8011         * server.h (look_up_one_symbol): Add prototype.
8012         * target.h (struct target_ops): Add look_up_symbols hook.
8013
8014 2002-04-09  Andrew Cagney  <[email protected]>
8015
8016         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8017         override FP_REGNUM with frame->fp.  Update copyright.
8018         * parse.c (num_std_regs, std_regs): Delete.
8019         (target_map_name_to_register): Do not search std_regs.  Update
8020         function description.
8021         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8022         declarations.  Update copyright.
8023         Fix PR gdb/251.
8024
8025 2002-04-09  Daniel Jacobowitz  <[email protected]>
8026
8027         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8028         after the last symbol in a block.
8029
8030 2002-04-09  Pierre Muller  <[email protected]>
8031
8032         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8033         is non zero as a found symbol.
8034
8035 2002-04-08  Andrew Cagney  <[email protected]>
8036
8037         * findvar.c: Include "builtin-regs.h".
8038         (value_of_register): Call value_of_builtin_reg when applicable.
8039         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8040         (target_map_name_to_register): Call
8041         builtin_reg_map_name_to_regnum.
8042         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8043         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8044         (builtin_regs_h): Define.
8045         (builtin-regs.o): New target.
8046         (findvar.o): Add $(builtin_regs_h).
8047         * builtin-regs.c, builtin-regs.h: New files.
8048         * std-regs.c: New file.
8049         Partial fix for PR gdb/251.
8050
8051 2002-04-08  Kevin Buettner  <[email protected]>
8052
8053         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8054         it's no longer required.
8055
8056 2002-04-08  Andrew Cagney  <[email protected]>
8057
8058         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8059
8060 2002-04-08  Kevin Buettner  <[email protected]>
8061
8062         From Jimi X <[email protected]>:
8063         * rs6000-tdep.c (rs6000_software_single_step): Use
8064         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8065         and size.  Use target_insert_breakpoint() and
8066         target_remove_breakpoint() to insert and remove breakpoints
8067         instead of explicit memory reads and writes.
8068
8069 2002-04-08  Kevin Buettner  <[email protected]>
8070
8071         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8072         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8073         ELF_OBJECT_FORMAT ifdef.
8074
8075 2002-04-08  Kevin Buettner  <[email protected]>
8076
8077         From Jimi X <[email protected]>:
8078         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8079
8080 2002-04-08  Kevin Buettner  <[email protected]>
8081
8082         From Jimi X <[email protected]>:
8083         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8084         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8085
8086 2002-04-07  Mark Kettenis  <[email protected]>
8087
8088         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8089         s/asprintf/xasprintf/.
8090         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8091
8092 2002-04-07  Andrew Cagney  <[email protected]>
8093
8094         I believe Jeff Law denies responsability for this one:
8095         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8096         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8097         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8098         Work-around for PR gdb/366.
8099
8100 2002-04-07  Elena Zannoni  <[email protected]>
8101
8102         * remote-e7000.c (write_small, e7000_read_inferior_memory,
8103         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8104         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8105
8106 2002-04-07  Elena Zannoni  <[email protected]>
8107
8108         * sh-tdep.c (sh_fp_frame_init_saved_regs,
8109         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8110         information.
8111
8112 2002-04-07  Andrew Cagney  <[email protected]>
8113
8114         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8115         maintainer.
8116
8117 2002-04-07  Andrew Cagney  <[email protected]>
8118
8119         * README (Reporting Bugs in GDB): Document the bug web page as the
8120         prefered way of submitting bugs.
8121         Fix PR gdb/402.
8122
8123 2002-04-06  Andrew Cagney  <[email protected]>
8124
8125         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8126         -1.  Update comment.
8127         * gdbarch.h, gdbarch.c: Re-generate.
8128
8129 2002-04-07  Andreas Schwab  <[email protected]>
8130
8131         * m68klinux-nat.c (fill_fpregset): Properly pass address of
8132         buffer to regcache_collect.
8133
8134 2002-04-06  Andrew Cagney  <[email protected]>
8135
8136         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
8137         * gdbarch.c, gdbarch.h: Re-generate.
8138
8139 2002-04-06  Andrew Cagney  <[email protected]>
8140
8141         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8142         declaration.  Fix -Werror.
8143
8144 2002-04-05  Daniel Jacobowitz  <[email protected]>
8145
8146         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8147         * gdbarch.c: Regenerate.
8148
8149 2002-04-05  Michael Snyder  <[email protected]>
8150
8151         * breakpoint.c (clear_command): Rewrite middle section to
8152         combine two loops with identical control conditions.
8153         Add a cleanup to eliminate a memory leak.
8154         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8155
8156 2002-04-05  H.J. Lu  ([email protected])
8157
8158         * solib-svr4.c (bkpt_names): Add "__start".
8159
8160 2002-04-04  Andrew Cagney  <[email protected]>
8161
8162         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8163         as test for 64 bit target.
8164
8165 2002-04-05  Andrew Cagney  <[email protected]>
8166
8167         * h8500-tdep.c (h8500_write_fp): Delete function.
8168         * dwarf2cfi.c (cfi_write_fp): Document as not used.
8169         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8170         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8171         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8172         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8173         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8174         (s390_write_fp):
8175         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8176         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8177         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8178         (d10v_write_fp): Delete function.
8179         * inferior.h (write_fp, generic_target_write_fp): Delete
8180         declarations.
8181         * regcache.c (generic_target_write_fp): Delete function.
8182         (write_fp): Delete function.
8183         * gdbarch.sh (TARGET_WRITE_FP): Delete.
8184         * gdbarch.h, gdbarch.c: Regenerate.
8185         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8186         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8187         (sparc64_write_fp): Delete declaration.
8188         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8189         (h8500_write_fp): Delete declaration.
8190
8191 2002-04-04  Andrew Cagney  <[email protected]>
8192
8193         * sparc-tdep.c (sparc64_write_fp): Delete.
8194         (sparc_push_dummy_frame): Replace write_fp call with code to store
8195         the FP directly.
8196         (sparc_gdbarch_init): Do not initialize write_fp.
8197
8198 2002-04-05  Kevin Buettner  <[email protected]>
8199
8200         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8201         clause.
8202
8203 2002-03-29  Jim Blandy  <[email protected]>
8204
8205         * stack.c (get_selected_block): Add new argument `addr_in_block',
8206         used to return the exact code address we used to select the block,
8207         not just the block.
8208         * blockframe.c (get_frame_block, get_current_block): Same.
8209         * frame.h (get_frame_block, get_current_block,
8210         get_selected_block): Update declarations.
8211         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8212         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8213
8214 2002-04-05  Michael Snyder  <[email protected]>
8215
8216         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8217         warning message.
8218
8219 2002-04-05  J. Brobecker  <[email protected]>
8220
8221         * utils.c (xfullpath): New function.
8222         * defs.h (xfullpath): Add declaration.
8223         * source.c (openp): Use xfullpath in place of gdb_realpath to
8224         avoid resolving the basename part of filenames when the
8225         associated file is a symbolic link. This fixes a potential
8226         inconsistency between the filenames known to GDB and the
8227         filenames it prints in the annotations.
8228         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8229         to be able to match a filename with either the real filename, or
8230         the name of any symbolic link to this file.
8231         (lookup_partial_symtab): Ditto.
8232
8233 2002-04-04  Michael Snyder  <[email protected]>
8234
8235         * breakpoint.c: Add support for hardware breakpoints in overlays.
8236         (overlay_events_enabled): New state variable.
8237         (insert_breakpoints): Use overlay_events_enabled to decide
8238         whether to attempt to set a breakpoint at the overlay load addr.
8239         Handle bp_hardware_breakpoint as well as bp_breakpoint.
8240         (remove_breakpoint): Use overlay_events_enabled to decide
8241         whether breakpoints need to be removed from overlay load addr.
8242         Handle bp_hardware_breakpoint as well as bp_breakpoint.
8243         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8244         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8245         disable_overlay_breakpoints): Update overlay_events_enabled.
8246
8247 2002-04-04  Daniel Jacobowitz  <[email protected]>
8248
8249         * dwarf2read.c (struct function_range): New.
8250         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8251         (check_cu_functions): New.
8252         (read_file_scope): Initialize global function lists.
8253         Call dwarf_decode_line after processing children.
8254         (read_func_scope): Add to global function list.
8255         (dwarf_decode_lines): Call check_cu_functions everywhere
8256         record_line is called.  Call record_line with a linenumber
8257         of 0 to mark sequence ends.
8258
8259 2002-04-04  Michal Ludvig  <[email protected]>
8260
8261         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8262         change sync with glibc.
8263
8264 2002-04-03  Jim Blandy  <[email protected]>
8265
8266         * configure.in: Call AC_C_INLINE.
8267         * configure: Regenerated.
8268
8269 2002-04-01  Daniel Jacobowitz  <[email protected]>
8270
8271         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8272         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8273
8274 2002-03-31  Mark Kettenis  <[email protected]>
8275
8276         * NEWS: Mention gcore support on FreeBSD/i386.
8277
8278         * fbsd-proc.c: New file.
8279         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8280         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8281
8282         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8283         while statement.
8284
8285 2002-03-29  Jim Blandy  <[email protected]>
8286
8287         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8288         unescaped newlines in string literals, but newer ones don't.  So
8289         escape them.
8290
8291 2002-03-26  Michael Snyder  <[email protected]>
8292             Andrew Cagney <[email protected]>
8293
8294         * cli/cli-dump.c: New file.  Dump memory to file,
8295         restore file to memory.
8296         * cli/cli-dump.h: New file.
8297         * Makefile.in: Add rules, dependencies for cli-dump.o.
8298         * NEWS: Mention new commands.
8299
8300 2002-03-28  Michael Snyder  <[email protected]>
8301
8302         * symfile.c (symbol_file_add): Move test for null symbols to later.
8303
8304 2002-03-27  Andrew Cagney  <[email protected]>
8305
8306         From veksler at il.ibm.com:
8307         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8308         the xstrduped original path.
8309         Fix PR gdb/417.
8310
8311 2002-03-27  Michael Snyder  <[email protected]>
8312
8313         * breakpoint.c (_initialize_breakpoint): Clean up help string.
8314         * infcmd.c (_initialize_infcmd): Ditto.
8315         * language.c (_initialize_language): Ditto.
8316         * symfile.c (_initialize_symfile): Ditto.
8317         * top.c (_init_main): Ditto.
8318         * cli/cli-cmds.c (init_cli_cmds): Ditto.
8319
8320 2002-03-27  Elena Zannoni  <[email protected]>
8321
8322         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8323         vector registers handling.
8324         (skip_prologue): Handle new AltiVec instructions.  Fill in new
8325         fields of frame data.
8326         (frame_get_saved_regs): Fill in information for AltiVec registers.
8327
8328 2002-03-27  Jim Blandy  <[email protected]>
8329
8330         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8331         a function; leave this macro here to invoke that function.
8332         (symbol_init_mangled_name): Declaration for that function.
8333         * symtab.c (symbol_init_mangled_name): New function.
8334
8335 2002-03-27  Andrew Cagney  <[email protected]>
8336
8337         * valarith.c: Replace strerror with safe_strerror.
8338         * tracepoint.c: Ditto.
8339         * lin-lwp.c: Ditto.
8340         * go32-nat.c: Ditto.
8341         * inflow.c: Ditto.
8342         * gnu-nat.c: Ditto.
8343
8344 2002-03-27  Andreas Schwab  <[email protected]>
8345
8346         * event-top.c (command_line_handler): Remove useless if.
8347
8348 2002-03-27  Andreas Jaeger  <[email protected]>
8349
8350         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8351         comment.
8352
8353 2002-03-27  Michal Ludvig  <[email protected]>
8354
8355         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8356         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8357         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8358         (x86_64_linux_dr_get_status, supply_gregset),
8359         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8360         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8361         (x86_64_register_info_table): Add.
8362         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8363         (x86_64_register_raw_size, x86_64_register_virtual_type),
8364         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8365         general x86_64_register_info_table.
8366         (i386_gdbarch_init): gdbarch_register_bytes is now set
8367         dynamicaly during initialization.
8368         * regformats/reg-x86-64.dat: Synced with changes to registers above.
8369         * gdbserver/linux-x86-64-low.c: Ditto.
8370
8371 2002-03-27  Daniel Jacobowitz  <[email protected]>
8372
8373         * gdbserver/server.c (main): Call target_signal_to_host_p
8374         and target_signal_to_host on signals received from the remote.
8375         * gdbserver/remote-utils.c (prepare_resume_reply): Call
8376         target_signal_from_host on signals sent to the remote.
8377         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
8378         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
8379
8380 2002-03-27  Daniel Jacobowitz  <[email protected]>
8381
8382         * signals/signals.c: Include "server.h" in gdbserver build.
8383         (target_signal_from_name): Don't use STREQ.
8384         (_initialize_signals): Likewise.  Don't include function in
8385         gdbserver build.
8386
8387 2002-03-27  Daniel Jacobowitz  <[email protected]>
8388
8389         * signals.c: Moved to...
8390         * signals/signals.c: Here.
8391         * Makefile (signals.o): Update.
8392
8393 2002-03-26  Jeff Law ([email protected])
8394
8395         * somread.c (som_symtab_read): Remove some commented out code and
8396         updated related comments.  Do not set the minimal symbol table to
8397         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8398         in a dynamic executable.
8399         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8400         where we are unable to find the minimal symbol for the given
8401         PC value.
8402
8403 2002-03-25  Jeff Law ([email protected])
8404
8405         * linux-proc.c (read_mapping): Scan up to end of line for filename.
8406
8407 2002-03-25  Michal Ludvig  <[email protected]>
8408
8409         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8410
8411 2002-03-23  Andrew Cagney  <[email protected]>
8412
8413         * command.h: Update copyright.
8414         (struct cmd_list_element): Replace definition with opaque
8415         declaration.
8416         (enum cmd_types): Document that it will eventually be moved to
8417         cli/cli-decode.h
8418         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8419         (MALLOCED_REPLACEMENT): Delete macro.
8420         * Makefile.in (cli_decode_h): Add $(command_h).
8421         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8422         * top.c: Include "cli/cli-decode.h".
8423         * completer.c: Include "cli/cli-decode.h".
8424         * maint.c: Include "cli/cli-decode.h".
8425         * cli/cli-decode.h: Include "command.h".
8426         (enum command_class): Delete.
8427         (enum cmd_types): Comment out.
8428         (enum cmd_auto_boolean): Delete.
8429         (enum var_types): Delete.
8430
8431 2002-03-23  Andrew Cagney  <[email protected]>
8432
8433         * cli/cli-decode.c: Include "gdb_assert.h".
8434         (add_set_or_show_cmd): New static function.
8435         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
8436         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
8437         all fields, such as func, from the set command.
8438
8439 2002-03-23  Andrew Cagney  <[email protected]>
8440
8441         * MAINTAINERS (sh-elf): Change warning flag to -w.
8442
8443 2002-03-23  Andrew Cagney  <[email protected]>
8444
8445         * defs.h (error): Add printf format attribute.
8446         * thread-db.c (thread_from_lwp): Fix error format string.
8447         * stack.c (parse_frame_specification): Ditto.
8448         * cli/cli-decode.c (undef_cmd_error): Ditto.
8449         * scm-lang.c (scm_lookup_name): Ditto.
8450         * tracepoint.c (trace_error): Ditto.
8451         * remote-utils.c (usage): Ditto.
8452         * remote.c (compare_sections_command): Ditto.
8453         Fix PR gdb/328.
8454
8455 2002-03-22  Andrew Cagney  <[email protected]>
8456
8457         * gdbtypes.c (append_composite_type_field): New function.
8458         (init_composite_type): New function.
8459         * gdbtypes.h (append_composite_type_field): Declare.
8460         (init_composite_type): Ditto.
8461
8462 2002-03-22  Elena Zannoni  <[email protected]>
8463
8464         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8465         function.
8466         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8467         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8468         structure returning convention for SYSV ABI case, but not
8469         for GNU/Linux, FreeBSD, or NetBSD.
8470
8471 2002-03-22  Daniel Jacobowitz  <[email protected]>
8472
8473         * symtab.h (lookup_block_symbol): Add mangled_name argument
8474         to prototype.
8475
8476         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8477         with new mangled_name argument.
8478         * linespec.c (decode_line_1): Likewise.
8479         * valops (value_of_this): Likewise.
8480         * symtab.c (lookup_transparent_type): Likewise.
8481         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
8482         (lookup_symbol): If we are given a mangled name, pass it down
8483         to lookup_symbol_aux.
8484         (lookup_block_symbol): If we are given a mangled name to check
8485         against, only return symbols which match it.
8486
8487 2002-03-22  Christopher Faylor  <[email protected]>
8488
8489         * win32-nat.c (child_create_inferior): Check for proper shell to use
8490         here, in case the user changes it on the fly.
8491         (_initialize_inftarg): Remove shell path considerations.
8492
8493 2002-03-21  Elena Zannoni  <[email protected]>
8494
8495         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8496         for gdbarch_max_register_raw_size and max_register_virtual_size.
8497         Adjust copyright year.
8498
8499 2002-03-21  Daniel Jacobowitz  <[email protected]>
8500
8501          * dbxread.c (process_one_symbol): Extend the first N_SLINE
8502          in a function to cover the entire beginning of the function
8503          as well if it does not already.
8504
8505 2002-03-21  Tom Rix  <[email protected]>
8506
8507         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8508         (rs6000_ptrace64): Renamed from ptrace64.
8509
8510 2002-03-20  Martin M. Hunt  <[email protected]>
8511
8512         * gdbserver/remote-utils.c (remote_open): Don't call
8513         getprotobyname, we're all using TCP here so just use
8514         IPPROTO_TCP.
8515         * gdbserver/gdbreplay.c (remote_open): Ditto.
8516
8517 2002-03-20  Martin M. Hunt  <[email protected]>
8518
8519         * regcache.c (_initialize_regcache): No need to call
8520         build_regcache() at this time; it gets called whenever
8521         the gdbarch changes.
8522
8523 2002-03-20  David O'Brien  <[email protected]>
8524
8525         * sparc-nat.c:  Include sys/param.h where possible.
8526
8527 2002-03-20  Daniel Jacobowitz  <[email protected]>
8528
8529         Fix PR gdb/422.
8530         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8531         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8532         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8533         complex types.
8534         * stabsread.c (rs6000_builtin_type): Likewise.
8535         (read_sun_floating_type): Likewise.
8536
8537 2002-03-19  Peter Schauer  <[email protected]>
8538
8539         * stabsread.c (read_member_functions): Remove skip code for duplicate
8540         constructor/destructor methods.  Use standard parsing for these
8541         methods and just do not chain them to the list of methods after
8542         parsing.
8543
8544 2002-03-19  Alexandre Oliva  <[email protected]>
8545
8546         * coffread.c: Remove redundant static declarations.  Replace
8547         occurrences of `PTR' with `void *'.
8548         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8549         * top.h (quit_cover): Likewise.
8550         * defs.h (catch_errors): Likewise.
8551
8552 2002-03-18  Andrew Cagney  <[email protected]>
8553
8554         * defs.h (XMALLOC): Define.
8555         * gdb-events.sh (XMALLOC): Delete macro.
8556         * gdb-events.c, gdb-events.h: Regenerate.
8557         * gdbarch.sh (XMALLOC): Delete macro.
8558         * gdbarch.c: Regenerate.
8559         * serial.c (XMALLOC): Delete macro.
8560         * ui-file.c (XMALLOC): Ditto.
8561         * ser-unix.h (XMALLOC): Ditto.
8562         * sh-tdep.c (XMALLOC): Ditto.
8563         * ui-out.c (XMALLOC): Ditto.
8564         * utils.c (XMALLOC): Ditto.
8565         * i386-tdep.c (XMALLOC): Ditto.
8566         * gdb-events.c (XMALLOC): Ditto.
8567         * d10v-tdep.c (XMALLOC): Ditto.
8568         * cli-out.c (XMALLOC): Ditto.
8569
8570         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8571         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8572         * ui-file.c, ui-out.c: Ditto.
8573
8574 2002-03-18  Andrew Cagney  <[email protected]>
8575
8576         * command.h (struct cmd_list_element): Add field context.
8577         (set_cmd_context, get_cmd_context): Declare.
8578         * cli/cli-decode.h: Ditto.
8579         * cli/cli-decode.c (get_cmd_context): New function.
8580         (set_cmd_context): New function.
8581         (add_cmd): Initialize context.
8582         Part of fixing PR gdb/145 and PR gdb/146.
8583
8584 2002-03-17  Andrew Cagney  <[email protected]>
8585
8586         * cli/cli-decode.c (cmd_type): New function.
8587         * command.h (cmd_type): Declare.
8588         * infrun.c (set_schedlock_func): Call function cmd_type.
8589         * kod.c (kod_set_os): Call cmd_type.
8590         * cris-tdep.c (cris_version_update): Use function cmd_type.
8591         (cris_mode_update, cris_abi_update): Ditto.
8592
8593         * command.h: (execute_cmd_post_hook): Declare.
8594         (execute_cmd_pre_hook): Declare.
8595         * cli/cli-script.c (clear_hook_in_cleanup): New function.
8596         (execute_cmd_post_hook, execute_cmd_pre_hook): New
8597         functions. Execute pre/post hook while ensuring that afterwords
8598         hook_in is cleared.
8599         * top.c (execute_command): Use execute_cmd_post_hook, and
8600         execute_cmd_pre_hook to execute pre/post commands.
8601         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8602         hook_stop_stub.
8603         (hook_stop_stub): Call execute_cmd_pre_hook.
8604
8605 2002-03-17  Andrew Cagney  <[email protected]>
8606
8607         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
8608         set'' and this leads to a core dump.  Move xstrdup of
8609         operating_system to after check that it is not NULL.
8610
8611 2002-03-17  Andrew Cagney  <[email protected]>
8612
8613         * kod.c (kod_set_os): Remove unnecessary check that
8614         ``command->type'' is set_cmd.
8615
8616         * valprint.c (set_input_radix): Use input_radix.
8617         (set_output_radix): Use output_radix.
8618         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8619         isn't reverted.
8620
8621 2002-03-16  Andrew Cagney  <[email protected]>
8622
8623         * value.h (struct value): Delete field ``substring_addr''.  Change
8624         aligner fields to force_doublest_align, force_longest_align,
8625         force_core_addr_align and force_pointer_aligh.
8626
8627         * value.h (struct value): Fix typo in above change.
8628
8629 2002-03-16  Peter Schauer  <[email protected]>
8630
8631         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8632         to fix internal_error from ``maintenance print architecture''.
8633
8634 2002-03-16  Peter Schauer  <[email protected]>
8635
8636         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8637         for gcc versions after gcc-2.8.1.
8638
8639 2002-03-16  Peter Schauer  <[email protected]>
8640
8641         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8642         for method resolution.  Restore adjustment of ``this'' pointer after
8643         calling value_struct_elt, which was accidentally removed during the
8644         HP merge.
8645
8646 2002-03-15  Andrew Cagney  <[email protected]>
8647
8648         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8649         value_of_register.
8650         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
8651         get_saved_register.
8652         * value.h (value_of_register): Update.
8653
8654 2002-03-14  Richard Henderson  <[email protected]>
8655
8656         * configure.in: Detect declaration for canonicalize_file_name.
8657         * utils.c (canonicalize_file_name): Declare, if needed.
8658         (gdb_realpath): Prefer realpath if available and usable.
8659         * config.in, configure: Rebuild.
8660
8661 2002-03-14  Richard Henderson  <[email protected]>
8662
8663         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8664         a constant array bound.
8665
8666         * MAINTAINERS: Add myself to write-after-approval.
8667
8668 2002-03-14  Michael Snyder  <[email protected]>
8669
8670         * symfile.c (syms_from_objfile): Return immediately if no syms.
8671         (symbol_file_add): Return immediately if no syms.
8672         (find_sym_fns): Return immediately if no syms.
8673
8674 2002-03-13  Michal Ludvig  <[email protected]>
8675
8676         * gdbserver/remote-util.c (remote_open): Print remote-side's
8677         IP address when remote debugging over the network.
8678
8679 2002-03-12  David O'Brien  <[email protected]>
8680
8681         * config/sparc/fbsd.mh: Fix copyright.
8682         * config/sparc/fbsd.mt: Likewise.
8683
8684 2002-03-11  Richard Earnshaw  <[email protected]>
8685
8686         * MAINTAINERS: Fix typo in name of gdb warnings option.
8687         (x86-64): Fix formating so that this can be parsed by awk.
8688
8689 2002-03-10  Daniel Jacobowitz  <[email protected]>
8690
8691         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8692         * defs.h: Include "gdb/signals.h".
8693         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8694
8695 2002-03-10  Michal Ludvig  <[email protected]>
8696
8697         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8698         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8699         from x86-64-tdep.h
8700
8701 2002-03-10  Daniel Jacobowitz  <[email protected]>
8702             Don Howard <[email protected]>
8703
8704         * mips-tdep.c (ST0_FR): Define.
8705         (mips2_fp_compat): New function, temporarily disabled.
8706         (mips_read_fp_register_single): New function.
8707         (mips_read_fp_register_double): New function.
8708         (mips_print_register): Use them.
8709         (do_fp_register_row): Likewise.
8710
8711 2002-03-09  Andrew Cagney  <[email protected]>
8712
8713         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8714         approval''.
8715
8716 2002-03-08  Peter Schauer  <[email protected]>
8717
8718         * stabsread.c (read_member_functions): Fix is_stub test for
8719         static member functions, improve comment.
8720
8721 2002-03-07  Richard Earnshaw  <[email protected]>
8722
8723         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8724         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8725         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8726         commands that set boolean values.
8727         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8728         (arm_rdi_resume): Always initialize PC.
8729         (arm_rdi_open): Don't use rslt as a boolean.
8730         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8731         (arm_rdi_fetch_registers, arm_rdi_store_registers)
8732         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8733         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8734
8735 2002-03-06  Alexandre Oliva  <[email protected]>
8736
8737         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8738         * configure: Rebuilt.
8739
8740 2002-03-06  Stephane Carrez  <[email protected]>
8741
8742         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8743         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8744
8745 2002-03-06  Andrew Cagney  <[email protected]>
8746
8747         * cli/cli-decode.c (set_cmd_completer): New function.
8748         * command.h (set_cmd_completer): Declare.
8749         * cli/cli-decode.h (set_cmd_completer): Ditto.
8750
8751         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8752         * cli/cli-cmds.c (init_cli_cmds): Ditto.
8753         * win32-nat.c (_initialize_inftarg): Ditto.
8754         * remote-rdi.c (_initialize_remote_rdi): Ditto.
8755         * proc-api.c (_initialize_proc_api): Ditto.
8756         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8757         * source.c (_initialize_source): Ditto.
8758         * exec.c (_initialize_exec): Ditto.
8759         * solib.c (_initialize_solib): Ditto.
8760         * top.c (init_main): Ditto.
8761         * tracepoint.c (_initialize_tracepoint): Ditto.
8762         * symfile.c (_initialize_symfile): Ditto.
8763         * printcmd.c (_initialize_printcmd): Ditto.
8764         * infcmd.c (_initialize_infcmd): Ditto.
8765         * corefile.c (_initialize_core): Ditto.
8766
8767 2002-03-05  Andrew Cagney  <[email protected]>
8768
8769         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8770
8771 2002-03-05  Andrew Cagney  <[email protected]>
8772
8773         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8774
8775 2002-03-05  Andrew Cagney  <[email protected]>
8776
8777         * NEWS: Update headings, 5.2 has branched.
8778
8779 2002-03-04  Daniel Jacobowitz  <[email protected]>
8780
8781         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8782         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8783         (register_addr, REGISTER_RAW_SIZE): Likewise.
8784         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8785         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8786
8787 2002-03-03  Michal Ludvig <[email protected]>
8788
8789         * MAINTAINERS (x86-64): Add myself.
8790         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8791         changed value_ptr -> struct value *
8792
8793 2002-03-01  David O'Brien  <[email protected]>
8794
8795         * configure.host (sparc64-*-freebsd): Add.
8796         * configure.tgt: Likewise.
8797         * config/sparc/fbsd.mh: New file.
8798         * config/sparc/fbsd.mt: Likewise.
8799         * config/sparc/nm-fbsd.h: Likewise.
8800         * config/sparc/tm-fbsd.h: Likewise.
8801
8802 2002-03-01  Daniel Jacobowitz  <[email protected]>
8803
8804         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8805         regformats/reg-s390x.dat.
8806
8807 2002-03-01  Andrew Cagney  <[email protected]>
8808
8809         * utils.c: Add FIXME explaining true/false problem.
8810
8811 2002-02-28  Andrew Cagney  <[email protected]>
8812
8813         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8814
8815 2002-02-28  Michael Chastain  <[email protected]>
8816
8817         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8818
8819 2002-02-28  Daniel Jacobowitz  <[email protected]>
8820
8821         * gdbserver/linux-s390-low.c: New file.
8822         * regformats/reg-s390.dat: New file.
8823         * regformats/reg-s390x.dat: New file.
8824         * gdbserver/configure.srv: Add S/390.
8825         * gdbserver/Makefile.in: Add S/390.
8826         * configure.tgt: Enable gdbserver for S/390.
8827
8828 2002-02-28  Eli Zaretskii  <[email protected]>
8829
8830         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8831         first line of the doc string for "info dos", except at the end of
8832         the sentence, since the short help stops at the first period.
8833
8834 2002-02-28  Jason Merrill  <[email protected]>
8835
8836         * dwarf2read.c (dwarf_cfi_name): Add new codes.
8837
8838 2002-02-27  Fred Fish  <[email protected]>
8839
8840         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8841         comment (dumy -> dummy).
8842
8843 2002-02-27  Peter Schauer  <[email protected]>
8844
8845         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8846
8847 2002-02-27  Rodney Brown  <[email protected]>
8848
8849       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8850
8851 2002-02-27  Daniel Jacobowitz  <[email protected]>
8852
8853         * gdbserver/acconfig.h: New file.
8854         * gdbserver/i387-fp.c: New file.
8855         * gdbserver/i387-fp.h: New file.
8856         * gdbserver/linux-x86-64.c: New file.
8857         * regformats/reg-x86-64.dat: New file.
8858         * configure.tgt: Add x86_64-*-linux* gdbserver support.
8859         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8860         * gdbserver/configure.in: Add support for regsets.
8861         * gdbserver/config.in: Regenerate.
8862         * gdbserver/configure: Regenerate.
8863         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
8864         * gdbserver/linux-low.h: New file.
8865         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
8866         for regsets.
8867         * gdbserver/linux-arm-low.c: Include "linux-low.h".
8868         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8869         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8870         * gdbserver/linux-mips-low.c: Include "linux-low.h".
8871         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8872         * gdbserver/linux-sh-low.c: Include "linux-low.h".
8873         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
8874         "i387-fp.h".  Add PTRACE_GETREGS and friends.
8875         * gdbserver/regcache.c (supply_register): New function.
8876         (supply_register_by_name): New function.
8877         (collect_register): New function.
8878         (collect_register_by_name): New function.
8879
8880 2002-02-27  Daniel Jacobowitz  <[email protected]>
8881
8882         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8883         (config.status): Add configure.srv dependency.
8884         (server_h): Add config.h dependency.
8885
8886 2002-02-27  Daniel Jacobowitz  <[email protected]>
8887
8888         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8889         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8890         * gdbserver/configure.srv: Change i386-*-linux* to use
8891         reg-i386-linux.o.
8892
8893 2002-02-26  Andrew Cagney  <[email protected]>
8894
8895         * x86-64-tdep.c: Re-indent.  Update copyright date.
8896
8897 2002-02-26  Andrew Cagney  <[email protected]>
8898
8899         From Michal Ludvig <[email protected]>:
8900         * x86-64-tdep.c (value.h): Delete.
8901         (gdb_assert.h): Include.
8902         (x86_64_register_convert_to_virtual,
8903         x86_64_register_convert_to_raw ): Add check which lets only
8904         floating-point values to be converted.
8905         (value_push): Delete.
8906         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8907         (i386_gdbarch_init): Number of register_bytes fixed.
8908
8909 2002-02-26  Andrew Cagney  <[email protected]>
8910
8911         * MAINTAINERS: Add x86-64 target.
8912
8913 2002-02-26  Andrew Cagney  <[email protected]>
8914
8915         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8916         * osfsolib.c (solib_map_sections): Ditto.
8917         * irix5-nat.c (solib_map_sections): Ditto.
8918         * corelow.c (gdb_check_format): Ditto.
8919         * symfile.c (symfile_bfd_open): Ditto.
8920         * solib.c (solib_map_sections): Ditto.
8921         Fix PR gdb/354.
8922
8923 2002-02-26  Andrew Cagney  <[email protected]>
8924
8925         * remote.c (_initialize_remote): By default, disable ``e'' and
8926         ``E'' step out-of-range packets.
8927
8928 2002-02-26  Andreas Schwab  <[email protected]>
8929
8930         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8931         m68k_linux_frame_saved_pc.
8932         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8933         in_sigtramp.
8934         (SIGCONTEXT_PC_OFFSET): Remove.
8935         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8936         m68k_linux_sigtramp_saved_pc): New functions.
8937         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8938         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8939         (UCONTEXT_PC_OFFSET): Define.
8940         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8941         non-RT and RT signal trampolines.
8942
8943 2002-02-26  Richard Earnshaw  <[email protected]>
8944
8945         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8946         (TARGET_NBPG, STACK_END_ADDR): Delete
8947         (VARIABLES_INSIDE_BLOCK): Delete.
8948
8949 2002-02-25  Andrew Cagney  <[email protected]>
8950
8951         * utils.c (perror_with_name): Make string parameter constant.
8952         (print_sys_errmsg): Ditto.
8953         (query): Ditto.
8954         * defs.h (perror_with_name): Update.
8955         (print_sys_errmsg): Update.
8956         (query): Update.
8957
8958 2002-02-25  Daniel Jacobowitz  <[email protected]>
8959
8960         From Eliot Dresselhaus <[email protected]>:
8961         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8962
8963 2002-02-25  Peter Schauer  <[email protected]>
8964
8965         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8966         if it already matches the current architecture from the exec file.
8967         Include arch-utils.h for gdbarch_info_init prototype.
8968         * Makefile.in (rs6000-nat.o): Update dependencies.
8969
8970 2002-02-25  Eli Zaretskii  <[email protected]>
8971
8972         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8973          list of exported variables.
8974
8975 2002-02-24  Daniel Jacobowitz  <[email protected]>
8976
8977         * gdbserver/configure.srv: New file.
8978         * gdbserver/configure.in: Use configure.srv instead
8979         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
8980         from it.
8981         * gdbserver/configure: Regenerated.
8982         * gdbserver/terminal.h: New file.
8983         * gdbserver/Makefile.in: Update for configure changes.  Remove
8984         more unneeded include paths.
8985
8986 2002-02-24  Andrew Cagney  <[email protected]>
8987
8988         From wiz at danbala:
8989         * config/sparc/tm-sp64.h: Fix grammar and typos.
8990         Fix PR gdb/287.
8991
8992 2002-02-24  Andrew Cagney  <[email protected]>
8993
8994         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8995         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
8996         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8997         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8998         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8999         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9000         * s390-tdep.c: Ditto.
9001         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9002         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9003         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9004         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9005         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9006         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9007         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9008         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9009         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9010         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9011         Fix PR gdb/378.
9012
9013 2002-02-23  Andrew Cagney  <[email protected]>
9014
9015         * lin-thread.c: Delete file.
9016         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9017         to gdb_proc_service.h.
9018         * configure: Re-generate.
9019
9020         * ocd.c (ocd_open): Do not try to open the "ocd" device.
9021         * serial.c (serial_open): Delete check for "ocd".
9022         Fix PR gdb/349.
9023
9024         * Makefile.in (linux-thread.o): Delete target.
9025         * linux-thread.c: Delete file.
9026
9027         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
9028         renamed SH files to be consistent.
9029
9030         * symtab.c (sort_search_symbols): Use xfree.
9031
9032 2002-02-23  Richard Earnshaw  <[email protected]>
9033
9034         * arm-linux-tdep.c (arm_linux_init_abi): Register
9035         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9036         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9037         definition with undef, since we don't want the sysvr4 definition.
9038         (SKIP_TRAMPOLINE_CODE): Likewise.
9039
9040 2002-02-23  Andrew Cagney  <[email protected]>
9041
9042         From 2002-02-22 Alfred M. Szmidt <[email protected]>:
9043
9044         * configure.in: (AC_CHECK_FUNCS) Added test for
9045         canonicalize_file_name Regenerated.
9046         * config.in, configure: Regenerated.
9047         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9048         defined use canonicalize_file_name.
9049
9050 2002-02-23  Michael Chastain  <[email protected]>
9051
9052         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9053
9054 2002-02-23  Andrew Cagney  <[email protected]>
9055
9056         * README: Remove references to cygnus.com.
9057         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9058         dot com'' form.  Remove references to cygnus.com and sourceware.
9059
9060 2002-02-23  Andrew Cagney  <[email protected]>
9061
9062         From 2002-02-19 Paul Eggert <[email protected]>:
9063         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9064         1003.1-2001 no longer allows "head -1".
9065         * gdb/Makefile.in (version.c): Likewise.
9066         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9067         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9068         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
9069
9070 2002-02-23  Andrew Cagney  <[email protected]>
9071
9072         * cli/cli-decode.c (cmd_cfunc_eq): New function.
9073         * command.h (cmd_cfunc_eq): Declare.
9074         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9075
9076         * cli/cli-cmds.h (is_complete_command): Change parameter to a
9077         ``struct cmd_list_element *''.
9078         * cli/cli-cmds.c (is_complete_command): Update.  Use
9079         cmd_cfunc_eq.
9080         * top.c (execute_command): Pass the command to
9081         is_complete_command.
9082         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9083
9084 2002-02-23  Andrew Cagney  <[email protected]>
9085
9086         From 2002-02-20 Martin Schwidefsky <[email protected]>:
9087         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9088         architecture defines.
9089         * s390-tdep.c (s390_gdbarch_init): Likewise.
9090
9091 2002-02-23  Richard Earnshaw  <[email protected]>
9092
9093         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9094         (arm_linux_push_arguments): Likewise.
9095         (arm_linux_init_abi): Register them.  Also register linux-specific
9096         call_dummy_words.
9097         (find_minsym_and_objfile): Use strcmp, not STREQ.
9098         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9099         (arm_linux_call_dummy_words): Delete declaration.
9100         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9101         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9102         declarations.
9103         (LOWEST_PC): Delete.
9104
9105 2002-02-23  Peter Schauer  <[email protected]>
9106
9107         * maint.c (print_section_info): Do not prepend `0x' to filepos
9108         output, it will be handled by local_hex_string_custom.
9109
9110 2002-02-23  Richard Earnshaw  <[email protected]>
9111
9112         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9113         (store_newfpe_double, store_newfpe_extended, store_fpregister)
9114         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9115
9116 2002-02-22  Jim Blandy  <[email protected]>
9117
9118         Indicate that the bcache functions don't change the strings
9119         they're passed.
9120         * bcache.h (bcache, hash): Add `const' keywords to declarations.
9121         * bcache.c (bcache, hash): Add `const' keywords to definitions.
9122
9123 2002-02-22  Pierre Muller  <[email protected]>
9124
9125         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9126
9127 2002-02-21  Christopher Faylor  <[email protected]>
9128
9129         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9130         find the complete path to a loaded DLL.
9131
9132 2002-02-21  Fred Fish  <[email protected]>
9133
9134         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9135         that marks the end of the range of a function, enter a line number
9136         entry that has a line number of zero and a PC offset that matches
9137         the end of the function.  This starts a range of PC's for which no
9138         line number information is known.
9139         * symtab.c (find_pc_sect_line): If our best fit is in a range of
9140         PC's for which no line number info is found (line number is zero)
9141         then we didn't find any valid line information.
9142         * symtab.h: Document use of zero line number entry.
9143
9144 2002-02-21  Elena Zannoni  <[email protected]>
9145
9146         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9147         (have_ptrace_getvrregs): Define for run time checks.
9148         (gdb_vrregset_t): New type for Altivec register handling.
9149         (fetch_register, store_register): Fetch/store altivec register
9150         when needed.
9151         (fetch_altivec_register, store_altivec_register): New functions.
9152         (supply_vrregset, fill_vrregset): New functions.
9153         (fetch_altivec_registers, store_altivec_registers): New functions.
9154         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9155         registers as well.
9156
9157 2002-02-21  Jiri Smid  <[email protected]>
9158
9159         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9160
9161 2002-02-21  Richard Earnshaw  <[email protected]>
9162
9163         * Makefile.in (armnbsd-nat.o): Update dependencies.
9164         * armnbsd-nat.c (supply_gregset): New function.  Common code to
9165         supply the integer register set.
9166         (supply_fparegset): New function.  Similar for FPA registers.
9167         (fetch_regs, fetch_fp_regs): Use them.
9168         (fetch_core_registers): Likewise.
9169         (fetch_elfcore_registers): New function.
9170         (arm_netbsd_elfcore_fns): New core-file type specification.
9171         (_initialize_arm_netbsd_nat): Register it.
9172
9173 2002-02-21  Richard Earnshaw  <[email protected]>
9174
9175         * armnbsd-nat.c: Include gdbcore.h.
9176         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9177         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9178         'void' to declaration, to shut up ARI.
9179         (fetch_core_registers): Make static.  Rewrite using supply_register.
9180         (arm_netbsd_core_fns): New core-file type specification.
9181         (_initialize_arm_netbsd_nat): New function.
9182
9183 2002-02-21  Christopher Faylor  <[email protected]>
9184
9185         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9186         value.
9187
9188 2002-02-20  Christopher Faylor  <[email protected]>
9189
9190         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9191         fails.
9192
9193 2002-02-20  Daniel Jacobowitz  <[email protected]>
9194
9195         * jv-exp.y (parse_number): Change type of implicit longs
9196         to builtin_type_uint64.
9197
9198 2002-02-20  Daniel Jacobowitz  <[email protected]>
9199
9200         * gdbserver/linux-low.c (mywait): Change argument to waitpid
9201         to be an integer instead of a `union wait'.
9202
9203 2002-02-20  Daniel Jacobowitz  <[email protected]>
9204
9205         * mips-linux-nat.c: Call the operating system GNU/Linux.
9206         * mips-linux-tdep.c: Likewise.
9207         * mips-tdep.c: Likewise.
9208
9209 2002-02-20  Daniel Jacobowitz  <[email protected]>
9210
9211         Fix PR gdb/265.
9212         * jv-exp.y (parse_number): Handle 64-bit integers.
9213
9214 2002-02-20  Daniel Jacobowitz  <[email protected]>
9215
9216         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
9217         AC_STDC_HEADERS to AC_HEADER_STDC.
9218         * gdbserver/configure: Regenerated.
9219
9220 2002-02-20  Richard Earnshaw  <[email protected]>
9221
9222         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9223         is defined.
9224         * sparc-tdep.c (get_longjmp_target): Likewise.
9225
9226 2002-02-20  Richard Earnshaw  <[email protected]>
9227
9228         * News: Add news about ARM and Multi-arch.  Mention the new target
9229         arm*-*-netbsd*.
9230
9231 2002-02-19  Jim Blandy  <[email protected]>
9232
9233         * stabsread.c (error_type_complaint): Improve error message.
9234
9235 2002-02-19  Daniel Jacobowitz  <[email protected]>
9236
9237         * gdbserver/README: Update documentation.
9238         * gdbserver/configure.in: Update configury to match documentation.
9239         * gdbserver/Makefile.in: Likewise.
9240         * gdbserver/configure: Regenerated.
9241         * gdbserver/aclocal.m4: New file, generated by aclocal.
9242         * gdbserver/config.in: New file, generated by autoheader.
9243
9244 2002-02-19  Richard Earnshaw  <[email protected]>
9245
9246         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9247         armnbsd-nat.c.
9248
9249 2002-02-19  Richard Earnshaw  <[email protected]>
9250
9251         * arm-tdep.h (enum arm_float_model): New enum.
9252         (struct gdbarch_tdep): Add fp_model.
9253         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
9254         up floating-point conversions until we know the floating-point model
9255         in use by the inferior.  Don't complain about being unable to
9256         determine the ABI of the inferior when we don't have one.
9257         (arm_extract_return_value): Support different floating-point models.
9258         (arm_store_return_value): Likewise.
9259         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9260         ARM_FLOAT_SOFT.
9261         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9262
9263 2002-02-19  Peter Schauer  <[email protected]>
9264
9265         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9266         of ``current_gdbarch''.
9267
9268 2002-02-19  Richard Earnshaw  <[email protected]>
9269
9270         * armnbsd-nat.c : ANSIfy all function declarations.
9271         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9272         (fetch_inferior_registers): Re-implement in terms of above.
9273         (store_register, store_regs, store_fp_register, store_fp_regs): New.
9274         (store_inferior_registers): Re-implement in terms of above.
9275
9276 2002-02-19  Richard Earnshaw  <[email protected]>
9277
9278         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9279         kernel.
9280         * arm-linux-tdep.c: Likewise.
9281         * config/arm/tm-linux.h: Likewise.
9282
9283 2002-02-19  Richard Earnshaw  <[email protected]>
9284
9285         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9286         * config/arm/nbsd.mt (TM_FILE): Delete.
9287         * config/arm/tm-nbsd.h: Delete.
9288
9289 2002-02-19  Richard Earnshaw  <[email protected]>
9290
9291         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9292         Initialize CALL_DUMMY_LENGTH.
9293
9294 2002-02-19  Richard Earnshaw  <[email protected]>
9295
9296         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9297         function.
9298         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9299         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9300         defines one thing and that is incorrect for this port.
9301         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9302
9303 2002-02-18  Pierre Muller  <[email protected]>
9304
9305         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9306
9307 2002-02-18  Pierre Muller  <[email protected]>
9308
9309         * win32-nat.c (display_selector): New function. Displays information
9310         about the information returned by GetThreadSelectorEntry API function.
9311         (display_selectors): New function. Displays the infomation of
9312         the selector given as argument, or of CS, DS ans FS selectors
9313         if no argument is given.
9314         ( _initialize_inftarg): Add "w32" as info prefix command.
9315         Add "info w32 selector" as command calling display_selectors.
9316
9317 2002-02-19  Pierre Muller  <[email protected]>
9318
9319         * i386-tdep.c (get_longjmp_target): Fix compilation failure
9320         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9321         if not defined.
9322
9323 2002-02-18  Richard Earnshaw  <[email protected]>
9324
9325         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9326
9327 2002-02-18  Richard Earnshaw  <[email protected]>
9328
9329         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9330         (arm_fix_call_dummy): Call it.
9331         (arm_call_dummy_breakpoint_offset): Delete.
9332         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9333         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9334
9335 2002-02-18  Andrew Cagney  <[email protected]>
9336
9337         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9338         Default to func_frame_chain_valid.
9339         * gdbarch.h, gdbarch.c: Re-generate.
9340         * frame.h (FRAME_CHAIN_VALID): Delete definition.
9341
9342 2002-02-18  Elena Zannoni  <[email protected]>
9343
9344         * ppc-linux-nat.c: Update copyright.
9345         (fetch_register, store_register): Add tid parameter, don't compute
9346         tid here.
9347         (fetch_ppc_registers, store_ppc_registers): Add tid
9348         parameter. Pass it along to callees.
9349         (fetch_inferior_registers, store_inferior_registers): Compute tid
9350         here, and pass it to calleed functions.
9351         (fill_gregset, supply_fpregset): Clean up formatting.
9352
9353 2002-02-18  Richard Earnshaw  <[email protected]>
9354
9355         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9356         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9357
9358 2002-02-18  Richard Earnshaw  <[email protected]>
9359
9360         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9361         * gdbarch.c gdbarch.h: Regenerate.
9362         * breakpoint.c (create_longjmp_breakpoint): Always compile this
9363         function.
9364         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9365         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9366         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9367
9368         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9369         * arm-tdep.c (arm_get_longjmp_target): New function.
9370         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
9371         this to a positive value register arm_get_longjmp_target as the
9372         longjmp handler.
9373         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9374         (arm_linux_init_abi): Set up longjmp description in tdep.
9375         * armnbsd-nat.c (get_longjmp_target): Delete.
9376         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9377         description in tdep.
9378         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9379         (get_longjmp_target): Delete declaration.
9380         (GET_LONGJMP_TARGET): Delete.
9381         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9382         (GET_LONGJMP_TARGET): Delete.
9383
9384 2002-02-17  Kevin Buettner  <[email protected]>
9385
9386         From Peter Schauer  <[email protected]>:
9387         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9388         of ``current_gdbarch''.
9389
9390 2002-02-17  Tom Tromey  <[email protected]>
9391
9392         * cli/cli-cmds.c (compare_strings): New function.
9393         (complete_command): Only print each unique item once.
9394         * completer.h (complete_line): Declare.
9395         * completer.c (complete_line): New function.
9396         (line_completion_function): Use it.
9397
9398 2002-02-16  Andrew Cagney  <[email protected]>
9399
9400         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9401         * gdbarch.h, gdbarch.c: Re-generate.
9402
9403 2002-02-16  Daniel Jacobowitz  <[email protected]>
9404
9405         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9406
9407 2002-02-16  Daniel Jacobowitz  <[email protected]>
9408
9409         From Peter Schauer <[email protected]>:
9410         * valops.c (value_arg_coerce): Don't take the address of a reference
9411         to convert an argument to a reference.
9412
9413 2002-02-15  Christopher Faylor  <[email protected]>
9414
9415         * win32-nat.c (get_image_name): New function.
9416         (handle_load_dll): Use get_image_name function.
9417         (get_child_debug_event): Avoid registering debug events until possibly
9418         execed process is started.
9419         (child_create_inferior): Allow invocation via shell so that command
9420         line redirection, etc.  works ok.
9421         (_initialize_inftarg): Add new command: "set shell" to control whether
9422         a shell is used to start a process.
9423
9424 2002-02-15  Daniel Jacobowitz  <[email protected]>
9425
9426         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9427         instead of find_register_by_number.
9428         (cannot_store_register): Likewise.
9429
9430 2002-02-14  Pierre Muller  <[email protected]>
9431
9432         * dwarf2read.c: Replace fprintf (stderr, ...) by
9433         fprintf_unfiltered (gdb_stderr, ...).
9434
9435 2002-02-15  Daniel Jacobowitz  <[email protected]>
9436
9437         * gdbserver/gdbserver.1: Document --attach.
9438
9439 2002-02-15  Richard Earnshaw  <[email protected]>
9440
9441         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9442         descriptions.
9443         * arm-tdep.c (arm_default_arm_le_breakpoint)
9444         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9445         (arm_default_thumb_be_breakpoint): New.  Initialize them from
9446         traditional breakpoint defines.
9447         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9448         (arm_gdbarch_init): Initialize new breakpoint variables.
9449         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9450         (arm_linux_init_abi): Initialize linux-specific breakpoint.
9451         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9452         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9453         code out to ...
9454         (arm_netbsd_init_abi_common): ... here; new function.
9455         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9456         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9457         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9458         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9459
9460 2002-02-15  Richard Earnshaw  <[email protected]>
9461
9462         * arm-tdep.h (enum arm_abi): New enum.
9463         (struct gdbarch_tdep): New structure.
9464         (LOWEST_PC): Provide a default.
9465         (arm_gdbarch_register_os_abi): Declare new function.
9466         * arm-tdep.c (arm_abi_names): New array.
9467         (process_note_abi_tag_sections): New function.
9468         (get_elfosabi): New function.
9469         (arm_gdbarch_register_os_abi): New function.
9470         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
9471         support for that ABI has been built in, then call the appropriate
9472         configuration routine.  Use gdbarch_num_regs() to get the number
9473         of registers.
9474         (arm_dump_tdep): New function.
9475         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9476         place-holder functions.
9477         (_initialize_arm_tdep): Register them.
9478         * config/arm/tm-arm.h (LOWEST_PC): Delete.
9479
9480         * armnbsd-tdep.c: New file.
9481         * Makefile.in (armnbsd-tdep.o): Add dependencies.
9482         * config/arm/nbsd.mt (TDEPFILES): Add it.
9483         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9484
9485         * armnbsd-nat.c: Include regcache.h.
9486         * Makefile.in (armnbsd-nat.o): Update dependency list.
9487
9488         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9489
9490 2002-02-14  Daniel Jacobowitz  <[email protected]>
9491
9492         * gdbserver/Makefile.in: Fix typos in target rules.
9493
9494 2002-02-14  Daniel Jacobowitz  <[email protected]>
9495
9496         Fix part of PR gdb/267.
9497         * linespec.c (find_methods): Handle constructors specially for now.
9498
9499 2002-02-14  Corinna Vinschen  <[email protected]>
9500
9501         * arm-tdep.c (arm_push_arguments): Eliminate special float type
9502         handling.
9503         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9504         standard_coerce_float_to_double().
9505
9506 2002-02-14  Christopher Faylor  <[email protected]>
9507
9508         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9509         GDBINIT_FILENAME.
9510
9511 2002-02-14  Elena Zannoni  <[email protected]>
9512
9513         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9514         find_variant_by_name, because it confuses the multiarch
9515         framework. Return NULL if there isn't an architecture with the
9516         user supplied name, instead of forcing a different one without
9517         recording the change with the multiarch machinery.
9518         (find_variant_by_name): Delete.
9519
9520 2002-02-14  Peter Schauer  <[email protected]>
9521
9522         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9523         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9524
9525 2002-02-13  Martin M. Hunt  <[email protected]>
9526
9527         * stack.c (print_frame_info_base): When calling
9528         print_frame_info_listing_hook, set current_source_symtab.
9529
9530 2002-02-14  Daniel Jacobowitz  <[email protected]>
9531
9532         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9533         and remove unused $(INCLUDE_DIR).
9534         Add regcache.c to OBS.
9535         Add generated register protocol files to clean target.
9536         Update dependencies for new objects, obsolete old target code.
9537
9538         * gdbserver/linux-low.c: Remove all platform-specific code to
9539         new files.  Remove various dead code.  Update to use regcache
9540         functionality.
9541         * gdbserver/remote-utils.c (fromhex): Add return statement
9542         to quiet warning.
9543         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9544         constant.
9545         (input_interrupt): Add integer parameter to match prototype
9546         of a signal handler.
9547         (outreg): Use register_data ().
9548         (prepare_resume_reply): Use gdbserver_expedite_regs.
9549         * gdbserver/server.c (main): Dynamically allocate own_buf because
9550         PBUFSIZ is no longer constant.  Use registers_to_string () and
9551         registers_from_string ().
9552         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
9553         for error (), fatal (), and warning ().  Update definition of
9554         PBUFSIZ to use regcache functionality.  Add include guard.
9555         * gdbserver/utils.c (fatal): Add missing ``const''.
9556         (warning): New function.
9557
9558         * regformats/regdat.sh: Include "regcache.h" in generated files.
9559         Provide init_registers () function.
9560         * regformats/regdef.h: Add prototype for set_register_cache ().
9561         Add include guard.
9562
9563         * gdbserver/linux-arm-low.c: New file.
9564         * gdbserver/linux-i386-low.c: New file.
9565         * gdbserver/linux-ia64-low.c: New file.
9566         * gdbserver/linux-m68k-low.c: New file.
9567         * gdbserver/linux-mips-low.c: New file.
9568         * gdbserver/linux-ppc-low.c: New file.
9569         * gdbserver/linux-sh-low.c: New file.
9570
9571         * gdbserver/regcache.c: New file.
9572         * gdbserver/regcache.h: New file.
9573
9574         * gdbserver/low-linux.c: Removed obsolete file.
9575
9576 2002-02-14  Daniel Jacobowitz  <[email protected]>
9577
9578         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9579         * config/i386/linux.mt: Likewise.
9580         * config/ia64/linux.mt: Likewise.
9581         * config/m68k/linux.mh: Likewise.
9582         * config/powerpc/linux.mh: Likewise.
9583         * config/mips/linux.mt: Likewise.
9584
9585         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9586
9587         * config/i386/i386lynx.mh: Mark gdbserver variables
9588         as (currently) obsolete for this target.
9589         * config/i386/nbsd.mt: Likewise.
9590         * config/i386/nbsdelf.mt: Likewise.
9591         * config/m32r/m32r.mt: Likewise.
9592         * config/m68k/m68klynx.mh: Likewise.
9593         * config/m68k/nbsd.mt: Likewise.
9594         * config/m68k/sun3os4.mh: Likewise.
9595         * config/mips/vr5000.mt: Likewise.
9596         * config/ns32k/nbsd.mt: Likewise.
9597         * config/pa/hppabsd.mh: Likewise.
9598         * config/pa/hppaosf.mh: Likewise.
9599         * config/powerpc/nbsd.mt: Likewise.
9600         * config/rs6000/rs6000lynx.mh: Likewise.
9601         * config/s390/s390.mt: Likewise.
9602         * config/s390/s390x.mt: Likewise.
9603         * config/sparc/sparclynx.mh: Likewise.
9604         * config/sparc/sun4os4.mh: Likewise.
9605         * config/i386/x86-64linux.mt: Likewise.
9606         * config/sparc/linux.mh: Likewise.
9607
9608 2002-02-14  Daniel Jacobowitz  <[email protected]>
9609
9610         * configure.tgt: Configure gdbserver only for known working
9611         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
9612         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
9613         SUBDIRS if it is configured.  Update comment for ${nativefile}.
9614         * configure: Regenerated.
9615
9616 2002-02-13  Michael Snyder  <[email protected]>
9617
9618         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9619
9620         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9621         (default_gcore_mach): Just return 0, work around a problem in bfd.
9622         (default_gcore_target): OK to return NULL if exec_bfd is null.
9623         (make_mem_sec): Use a cast, avoid a warning.
9624
9625         * procfs.c (find_memory_regions_callback): Use a cast instead of
9626         calling host_pointer_to_address (which complains if
9627         sizeof (host pointer) != sizeof (target pointer)).
9628         (procfs_make_note_section): Avoid overflow in psargs string.
9629
9630         * procfs.c (procfs_make_note_section): Make the default
9631         implementation return an error.
9632
9633 2002-02-13  Rodney Brown  <[email protected]>
9634
9635         * procfs.c (procfs_make_note_section): Provide a default definition
9636         (for alpha-dec-osf4.0f). Fix typos.
9637
9638 2002-02-13  Elena Zannoni  <[email protected]>
9639
9640         * linux-proc.c: Add include of regcache.h.
9641         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9642
9643 2002-02-13  Andrew Cagney  <[email protected]>
9644
9645         From 2002-01-18 Greg McGary <[email protected]>:
9646         * memattr.c (create_mem_region): Disallow useless empty region.
9647         Regions are half-open intervals, so allow [A..B) [B..C) as
9648         non-overlapping.
9649
9650 2002-02-13  Michael Chastain <[email protected]>
9651
9652         * defs.h: Kill CONST_PTR.
9653         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9654         * c-lang.c (c_builtin_types): Likewise.
9655         * ch-lang.c (ch_builtin_types): Likewise.
9656         * f-lang.c (f_builtin_types): Likewise.
9657         * language.c (unknown_builtin_types): Likewise.
9658         * m2-lang.c (m2_builtin_types): Likewise.
9659         * p-lang.c (pascal_builtin_types): Likewise.
9660         * scm-lang.c (c_builtin_types): Likewise.
9661
9662 2002-02-13  Keith Seitz  <[email protected]>
9663
9664         * arm-tdep.h (arm_get_next_pc): Add declaration.
9665
9666 2002-02-13  Richard Earnshaw  <[email protected]>
9667
9668         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
9669         with other related struct-returning functions.
9670         (arm_extract_struct_value_address): New function.
9671         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
9672         initialize float_format, double_format and long_double_format as
9673         appropriate to the endianness of the target.
9674         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9675         (arm_use_struct_convention): Delete declaration.
9676         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9677
9678 2002-02-13  Keith Seitz  <[email protected]>
9679
9680         * defs.h (core_addr_to_string_nz): New function.
9681
9682 2002-02-13  Mark Kettenis  <[email protected]>
9683
9684         Apply missing bits of 2002-01-15 patch.
9685         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9686         (fill_fpregset): Use i387_fill_fsave.
9687
9688 2002-02-12  Keith Seitz  <[email protected]>
9689
9690         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9691         (core_addr_to_string_nz): New function.
9692
9693 2002-02-11  Richard Earnshaw  <[email protected]>
9694
9695         * arm-linux-nat.c: Really include arm-tdep.h.
9696         * config/arm/tm-linux.h (struct type, struct value): Declare.
9697
9698 2002-02-11  Michael Snyder  <[email protected]>
9699
9700         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9701         (gcore section): Ifdef for Solaris and Unixware only.
9702         (procfs_do_thread_registers): Unixware needs one lwpstatus
9703         per thread (not one prstatus or pstatus).
9704         (procfs_make_note_section): Iterate only over kernel threads (lwps),
9705         not over all gdb threads.  For unixware, call elfcore_write_pstatus
9706         once before iterating over threads.
9707
9708 2002-02-11  Richard Earnshaw  <[email protected]>
9709
9710         * arm-tdep.h: New file.
9711         * arm-tdep.c: Include arm-tdep.h.
9712         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9713         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9714         (arm_print_float_info, arm_register_type, convert_to_extended)
9715         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9716         (arm_extract_return_value, arm_register_name): Make static.
9717         (arm_software_single_step): Similarly.  Fix types in declaration.
9718         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9719         (arm_store_return_value, arm_store_struct_return): New functions.
9720         (arm_gdbarch_init): Register the above functions.  Also register
9721         call_dummy_start_offset, sizeof_call_dummy_words,
9722         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9723         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9724         max_register_virtual_size, register_size.  Set up
9725         prologue_cache.saved_regs here, rather than ...
9726         (_initialize_arm_tdep): ... here.
9727         * config/arm/tm-arm.h (struct type, struct value): Delete forward
9728         declarations.
9729         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9730         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9731         (arm_print_float_info, arm_register_type, convert_to_extended)
9732         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9733         (arm_extract_return_value, arm_register_name): Delete declarations.
9734         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9735         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9736         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9737         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9738         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9739         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9740         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9741         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9742         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9743         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9744         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9745         (arm_get_next_pc): No-longer static -- these are needed by the RDI
9746         interface.
9747         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9748         * remote-rdi.c remote-rdp.c: Likewise.
9749         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9750         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9751         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9752         definition.
9753
9754         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9755         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9756         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9757         from non-ARM_ prefixed definitions.
9758         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9759         all uses of above.
9760         * remote-rdi.c remote-rdp.c: Likewise.
9761         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9762
9763 2002-02-11  Richard Earnshaw  <[email protected]>
9764
9765         * arm-tdep.c (arm_frameless_function_invocation)
9766         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9767         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9768         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9769         (arm_pop_frame, arm_get_next_pc): Make static.
9770         (arm_gdbarch_init): Register above in gdbarch structure.
9771         (arm_read_fp): Renamed from arm_target_read_fp.
9772         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9773         * config/arm/tm-arm.h (arm_frameless_function_invocation)
9774         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9775         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9776         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9777         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9778         (arm_pc_is_thumb_dummy): Delete declarations.
9779         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9780         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9781         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9782         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9783
9784 2002-02-10  Daniel Jacobowitz  <[email protected]>
9785
9786         * symtab.c (compare_search_syms): New function.
9787         (sort_search_symbols): New function.
9788         (search_symbols): Sort symbols after searching rather than
9789         before.
9790
9791 2002-02-10  Andrew Cagney  <[email protected]>
9792
9793         * NEWS: Linux -> GNU/Linux.
9794
9795 2002-02-10  Andrew Cagney  <[email protected]>
9796
9797         * gdbarch.sh: For for level one methods, disallow a definition
9798         when partially multi-arched.  Add comments explaining rationale.
9799         * gdbarch.h: Re-generate.
9800
9801 2002-02-10  Andrew Cagney  <[email protected]>
9802
9803         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9804         multi-arch partial.
9805
9806 2002-02-10  Andrew Cagney  <[email protected]>
9807
9808         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
9809         field.  Use diff -u.
9810         * gdbarch.c: Re-generate.
9811
9812 2002-02-10  Andrew Cagney  <[email protected]>
9813
9814         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9815         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9816         partial.
9817
9818 2002-02-10  Andrew Cagney  <[email protected]>
9819
9820         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9821         multi-arch partial.
9822         (PUSH_ARGUMENTS): Switch to using predefault.
9823         * gdbarch.c: Regenerate.
9824
9825 2002-02-10  Andrew Cagney  <[email protected]>
9826
9827         * valops.c (PUSH_ARGUMENTS): Delete definition.
9828         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9829         partial.  Default to default_push_arguments.
9830         * gdbarch.h, gdbarch.c: Regenerate.
9831
9832 2002-02-09  Andrew Cagney  <[email protected]>
9833
9834         * defs.h (throw_exception): Rename return_to_top_level.  Update
9835         comments.
9836         * utils.c (error_stream, internal_verror, quit): Ditto.
9837         * top.c (throw_exception, catcher): Ditto.
9838         * sparclet-rom.c (sparclet_load): Ditto.
9839         * remote.c (interrupt_query, minitelnet): Ditto.
9840         * remote-sds.c (interrupt_query): Ditto.
9841         * remote-mips.c (mips_error, mips_kill): Ditto.
9842         * ocd.c (interrupt_query): Ditto.
9843         * monitor.c (monitor_interrupt_query): Ditto.
9844         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9845         * target.h: Update comment.
9846
9847         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9848
9849 2002-02-09  Andrew Cagney  <[email protected]>
9850
9851         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9852         default_double_format.
9853         * gdbarch.h, gdbarch.c: Re-generate.
9854         * findvar.c (floatformat_unknown): Delete variable definition.
9855         * doublest.h (floatformat_unknown): Delete variable declaration.
9856
9857 2002-02-09  Jim Blandy  <[email protected]>
9858
9859         * stabsread.c (read_type): Add code to parse Sun's syntax for
9860         prototyped function types.
9861
9862 2002-02-09  Andrew Cagney  <[email protected]>
9863
9864         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9865         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9866
9867 2002-02-09  Peter Schauer  <[email protected]>
9868
9869         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9870         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
9871         now _initialize_xcoffsolib gets called again and overrides the
9872         commands from solib.c in a native configuration.
9873
9874 2002-02-09  Mark Kettenis  <[email protected]>
9875
9876         * doublest.c (store_typed_floating): Don't try to return a value.
9877         Fixes PR gdb/290.
9878
9879 2002-02-08  Jim Blandy  <[email protected]>
9880
9881         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9882         is prototyped and has no arguments, print its argument list as
9883         `(void)'.
9884
9885 2002-02-08  Chris Demetriou  <[email protected]>
9886
9887         * MAINTAINERS (write-after-approval): Add myself.
9888         (paper-trail): I've escaped!
9889
9890 2002-02-08  Christopher Faylor  <[email protected]>
9891
9892         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9893         changes.
9894         (_initialize_check_for_gdb_ini): Ditto.
9895
9896 2002-02-08  Martin M. Hunt  <[email protected]>
9897
9898         * win32-nat.c (cygwin_pid_to_str): Fix typo.
9899         xaprintf -> xasprintf.
9900
9901 2002-02-08  Pierre Muller  <[email protected]>
9902
9903         * win32-nat.c: Remove use of printf and sprintf functions.
9904
9905 2002-02-08  Richard Earnshaw  <[email protected]>
9906
9907         * arm-tdep.c (arm_frame_chain_valid): Make static.
9908         (arm_push_arguments): Likewise.
9909         (arm_gdbarch_init): New function.
9910         (_initialize_arm_tdep): Call it.
9911         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9912         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9913         (FRAME_CHAIN_VALID): Delete.
9914         (arm_frame_chain_valid): Delete declaration.
9915         (PUSH_ARGUMENTS): Delete.
9916         (arm_push_arguments): Delete declaration.
9917         (CALL_DUMMY_P): Delete.
9918
9919 2002-02-08  Andrew Cagney  <[email protected]>
9920             Corinna Vinschen  <[email protected]>
9921
9922         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9923         on builtin float types.
9924
9925 2002-02-08  Daniel Jacobowitz  <[email protected]>
9926
9927         * utils.c: Include <curses.h> before "bfd.h".
9928         * tui/tui-hooks.c: Likewise.
9929         * tui/tui.c: Likewise.
9930         * tui/tuiCommand.c: Likewise.
9931         * tui/tuiData.c: Likewise.
9932         * tui/tuiDataWin.c: Likewise.
9933         * tui/tuiDisassem.c: Likewise.
9934         * tui/tuiGeneralWin.c: Likewise.
9935         * tui/tuiIO.c: Likewise.
9936         * tui/tuiLayout.c: Likewise.
9937         * tui/tuiRegs.c: Likewise.
9938         * tui/tuiSource.c: Likewise.
9939         * tui/tuiSourceWin.c: Likewise.
9940         * tui/tuiStack.c: Likewise.
9941         * tui/tuiWin.c: Likewise.
9942
9943 2002-02-07  Elena Zannoni  <[email protected]>
9944
9945         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9946         to include space for pseudoregs as well. Update loops accordingly.
9947         (sh_fp_frame_init_saved_regs): Ditto.
9948         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9949
9950 2002-02-07  Andrew Cagney  <[email protected]>
9951
9952         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9953         Add Richard Earnshaw to Arm maintainers.
9954
9955 2002-02-07  Andrew Cagney  <[email protected]>
9956
9957         * defs.h (warning_begin): Delete declaration.
9958
9959         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9960         Delete macro.
9961
9962 2002-02-07  Michael Snyder  <[email protected]>
9963
9964         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9965         Logic bug, remove misplaced else.
9966
9967 2002-02-07  Klee Dienes  <[email protected]>
9968
9969         * fork-inferior.c (fork_inferior): Add '!' to the list of
9970         characters that need to be quoted when building a string for the
9971         shell.  Quote '!' specifically with a backslash, since CSH chokes
9972         when trying to evaluate "str!str".
9973
9974 2002-02-06  Nick Clifton  <[email protected]>
9975
9976         * rdi-share/host.h: Only provide a typedef for bool if it is not
9977         defined.
9978
9979 2002-02-04  Michael Snyder  <[email protected]>
9980
9981         * breakpoint.h (enum bptype): Add new overlay event bp type.
9982         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9983
9984         * breakpoint.c (create_internal_breakpoint): New function.
9985         (internal_breakpoint_number): Moved into create_internal_breakpoint.
9986         (create_longjmp_breakpoint): Use create_internal_breakpoint.
9987         (create_thread_event_breakpoint): Ditto.
9988         (create_solib_event_breakpoint): Ditto.
9989         (create_overlay_event_breakpoint): New function.
9990         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9991         (update_breakpoints_after_exec): Delete and re-initialize
9992         overlay event breakpoints after an exec.  Add FIXME comment
9993         about longjmp breakpoint.
9994         (print_it_typical): Ignore overlay event breakpoints.
9995         (print_one_breakpoint): Ditto.
9996         (mention): Ditto.
9997         (bpstat_what): Do not stop for overlay event breakpoints.
9998         (delete_breakpoint): Don't delete overlay event breakpoints.
9999         (breakpoint_re_set_one): Delete the overlay event breakpoint.
10000         (breakpoint_re_set): Re-create overlay event breakpoint.
10001
10002         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10003         (overlay_manual_command): Disable overlay breakpoints.
10004         (overlay_off_command): Disable overlay breakpoints.
10005
10006 2002-02-06  Richard Earnshaw  <[email protected]>
10007
10008         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10009         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10010         to here from config/tm-arm.h.
10011         (coff_sym_is_thumb): Make static.
10012         (arm_elf_make_msymbol_special): New function.
10013         (arm_coff_make_msymbol_special): New function.
10014         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10015         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10016         (coff_sym_is_thumb): Delete declaration.
10017         (arm_elf_make_msymbol_special): Declare.
10018         (arm_coff_make_msymbol_special): Declare.
10019         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10020         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10021
10022 2002-02-06  Richard Earnshaw  <[email protected]>
10023
10024         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10025
10026 2002-02-06  Richard Earnshaw  <[email protected]>
10027
10028         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10029         * gdbarch.c gdbarch.h: Regenerate.
10030         * arch-utils.c (default_print_float_info): New function.
10031         * arch-utils.h (default_print_float_info): Prototype it.
10032         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10033         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10034         (PRINT_FLOAT_INFO): Document it.
10035
10036         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10037         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10038         (PRINT_FLOAT_INFO): Define.
10039
10040 2002-02-06  Pierre Muller  <[email protected]>
10041
10042         * win32-nat.c (_initialize_check_for_gdb_ini):
10043         Add typecast to sprintf argument to suppress a warning.
10044
10045 2002-02-05  Pierre Muller  <[email protected]>
10046
10047         * win32-nat.c (last_sig): Changed type of variable to target_signal,
10048         to allow easier handling of pass state.
10049         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10050         that gives exception name and address.
10051         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10052         and set last_sig value to ourstatus->value.sig. Some missing
10053         exceptions added.
10054         (child_continue): Correctly report continue_status.
10055         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10056         TARGET_SIGNAL_0 (new default value).
10057         (child_resume): consider sig argument passed to decide if
10058         the exception should be passed to debuggee or not.
10059
10060 2002-02-05  Michael Snyder  <[email protected]>
10061
10062         * regcache.c (fetch_register): Call target_fetch_register
10063         only if we don't call FETCH_PSEUDO_REGISTER.
10064         (store_register): Call target_store_register only if we
10065         don't call STORE_PSEUDO_REGISTER.
10066
10067 2002-02-05  Elena Zannoni  <[email protected]>
10068
10069         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10070         ELF_MAKE_MSYMBOL_SPECIAL.
10071         * gdbarch.c, gdbarch.h: Regenerate.
10072         * arch-utils.c (default_make_msymbol_special): New function.
10073         * arch-utils.h (default_make_msymbol_special): Export.
10074         * elfread.c (elf_symtab_read): Compile use of
10075         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10076         multiarched.
10077         * coffread.c (coff_symtab_read): Ditto, for
10078         COFF_MAKE_MSYMBOL_SPECIAL.
10079
10080 2002-02-05  Jim Blandy  <[email protected]>
10081
10082         * solib-svr4.c (svr4_truncate_ptr): New function.
10083         (svr4_relocate_section_addresses): Do the address arithmetic with
10084         the appropriate truncation for target addresses, even when
10085         CORE_ADDR is larger than a target address.
10086
10087 2002-02-05  Daniel Jacobowitz  <[email protected]>
10088
10089         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10090         to (int *).
10091
10092 2002-02-05  Daniel Jacobowitz  <[email protected]>
10093
10094         * gdbserver/linux-low.c (kill_inferior): Remove commented out
10095         code.
10096
10097 2002-02-05  Daniel Jacobowitz  <[email protected]>
10098
10099         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10100
10101 2002-02-05  Daniel Jacobowitz  <[email protected]>
10102
10103         * gdbserver/linux-low.c: Remove unused include files.
10104
10105 2002-02-05  Daniel Jacobowitz  <[email protected]>
10106
10107         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10108         (read_inferior_memory): Use it.
10109         (write_inferior_memory): Likewise.
10110
10111 2002-02-05  Daniel Jacobowitz  <[email protected]>
10112
10113         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10114         grubbing through sys_errlist.
10115
10116 2002-02-05  Daniel Jacobowitz  <[email protected]>
10117
10118         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10119
10120 2002-02-04  Pierre Muller  <[email protected]>
10121         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10122
10123 2002-02-04  Andrew Cagney  <[email protected]>
10124
10125         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10126         (do_sfunc, set_cmd_sfunc): New functions.
10127
10128         * command.h (struct cmd_list_element): Add field func.
10129         * cli/cli-decode.h (struct cmd_list_element): Ditto.
10130         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10131         * cli/cli-decode.h: Ditto.
10132
10133         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10134         (help_all, help_cmd_list): Ditto.
10135         (find_cmd, complete_on_cmdlist): Ditto.
10136         * top.c (execute_command): Ditto.
10137
10138         * cli/cli-setshow.c (do_setshow_command): Call func instead of
10139         function.sfunc.
10140
10141         * infcmd.c (notice_args_read): Fix function signature.
10142
10143         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10144         * cli/cli-decode.c (add_set_cmd): Ditto.
10145         * utils.c (initialize_utils): Ditto.
10146         * maint.c (_initialize_maint_cmds): Ditto.
10147         * infrun.c (_initialize_infrun): Ditto.
10148         * demangle.c (_initialize_demangler): Ditto.
10149         * remote.c (add_packet_config_cmd): Ditto.
10150         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10151         * cris-tdep.c (_initialize_cris_tdep): Ditto.
10152         * proc-api.c (_initialize_proc_api): Ditto.
10153         * kod.c (_initialize_kod): Ditto.
10154         * valprint.c (_initialize_valprint): Ditto.
10155         * top.c (init_main): Ditto.
10156         * infcmd.c (_initialize_infcmd): Ditto.
10157         * corefile.c (_initialize_core): Ditto.
10158         * arm-tdep.c (_initialize_arm_tdep): Ditto.
10159         * arch-utils.c (initialize_current_architecture): Ditto.
10160         (_initialize_gdbarch_utils): Ditto.
10161         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10162
10163         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10164         * wince.c (_initialize_inftarg): Ditto.
10165         * symfile.c (_initialize_symfile): Ditto.
10166         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10167         * language.c (_initialize_language): Ditto.
10168         * arc-tdep.c (_initialize_arc_tdep): Ditto.
10169
10170 2002-02-04  Michael Snyder  <[email protected]>
10171
10172         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10173
10174 2002-02-04  Daniel Jacobowitz  <[email protected]>
10175
10176         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10177         Add rules for building the register data files.
10178
10179 2002-02-04  Daniel Jacobowitz  <[email protected]>
10180
10181         * regformats/regdat.sh: Add braces to the definition of
10182         expedite_regs_${arch}.
10183
10184 2002-02-04  Daniel Jacobowitz  <[email protected]>
10185
10186         * regformats/regdef.h (struct reg): Add comment describing the
10187         requirements for offset and size fields.
10188
10189 2002-02-04  Andreas Schwab  <[email protected]>
10190
10191         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10192         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10193
10194 2002-02-04  Richard Earnshaw  <[email protected]>
10195
10196         * gdbarch.sh (copyright): Update years in generated header.
10197         (SMASH_TEXT_ADDRESS): Add rule.
10198         * gdbarch.h, gdbarch.c: Re-generate.
10199         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10200         * dbxread.c: Likewise.
10201         * dwarfread.c: Likewise.
10202         * elfread.c: Likewise.
10203         * somread.c: Likewise.
10204
10205         * arm-tdep.c (arm_smash_text_address): New function.
10206         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10207
10208 2002-02-04  Pierre Muller  <[email protected]>
10209
10210         Add support for hardware watchpoints on win32 native.
10211         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10212         CONTEXT_DEBUG_REGISTERS.
10213         (dr variable): New variable. Static array containing a local copy
10214         of debug registers.
10215         (debug_registers_changed): New variable.  Reflects when debug registers
10216         are changed and need to be written to inferior.
10217         (debug_registers_used): New variable. Reflects when any debug register
10218         was set, used when new threads are created.
10219         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10220         i386-nat code.
10221         (thread_rec): Set dr array if id is the thread of current_event .
10222         (child_continue, child_resume): Change the debug registers for all
10223         threads if debug_registers_changed.
10224         (child_add_thread): Change the debug registers if debug_registers_used.
10225         * config/i386/cygwin.mh: Add use of i386-nat.o file.
10226         Link nm.h to new nm-cygwin.h file.
10227         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10228         of hardware registers.
10229
10230 2002-02-03  Andrew Cagney  <[email protected]>
10231
10232         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10233         Restore behavour broken by 2002-01-20 Andrew Cagney
10234         <[email protected]> IEEE_FLOAT removal.
10235
10236 2002-02-03  Daniel Jacobowitz  <[email protected]>
10237
10238         * c-valprint.c (c_val_print): Pass a proper valaddr to
10239         cp_print_class_method.
10240         * valops.c (search_struct_method): If there is only one method
10241         and args is NULL, return that method.
10242
10243 2002-02-03  Daniel Jacobowitz  <[email protected]>
10244
10245         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10246         accessing tag_name directly.
10247
10248 2002-02-03  Daniel Jacobowitz  <[email protected]>
10249
10250         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10251         of accessing tag_name directly.
10252
10253 2002-02-03  Daniel Jacobowitz  <[email protected]>
10254
10255         PR gdb/280
10256         * gdbtypes.c (replace_type): New function.
10257         * gdbtypes.h (replace_type): Add prototype.
10258         * stabsread.c (read_type): Use replace_type.
10259
10260 2002-02-03  Richard Earnshaw  <[email protected]>
10261
10262         * Makefile.in (memattr.o): Add missing dependencies rule.
10263
10264 2002-02-03  Peter Schauer  <[email protected]>
10265
10266         * breakpoint.c (break_at_finish_command): Really export.
10267         (break_at_finish_at_depth_command): Ditto.
10268         (tbreak_at_finish_command): Ditto.
10269         * hppa-tdep.c: Include completer.h.
10270         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10271         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10272
10273 2002-02-01  Andrew Cagney  <[email protected]>
10274
10275         * utils.c (do_write): New function.
10276         (error_stream): Rewrite combining the code from error_begin and
10277         verror.
10278         (verror): Rewrite using error_stream.
10279         (error_begin): Delete function.
10280
10281 2002-02-01  Andrew Cagney  <[email protected]>
10282
10283         * utils.c (error_begin): Make static.
10284         * defs.h (error_begin): Delete declaration.
10285
10286         * linespec.c (cplusplus_error): Replace cplusplus_hint.
10287         (decode_line_1): Use cplusplus_error instead of error_begin,
10288         cplusplus_hint and return_to_top_level.
10289         * coffread.c (coff_symfile_read): Use error instead of error_begin
10290         and return_to_top_level.
10291         * infrun.c (default_skip_permanent_breakpoint): Ditto.
10292
10293 2002-02-01  Andrew Cagney  <[email protected]>
10294
10295         * language.h (type_error, range_error): Make string parameter
10296         constant.
10297         * language.c (warning_pre_print): Delete extern declaration.
10298         * dwarfread.c (warning_pre_print): Ditto.
10299         * language.c (type_error, range_error): Rewrite to use verror and
10300         vwarning instead of warning_begin.
10301
10302 2002-02-01  Michael Snyder  <[email protected]>
10303
10304         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10305         (set_ignore_count): Move misplaced comment back where it belongs.
10306
10307 2002-02-01  Andrew Cagney  <[email protected]>
10308
10309         * command.h (NO_FUNCTION): Delete macro.
10310         * cli/cli-decode.h (NO_FUNCTION): Ditto.
10311         * top.c (execute_command): Replace NO_FUNCTION with NULL.
10312         * tracepoint.c (_initialize_tracepoint): Ditto.
10313         * cli/cli-decode.c (add_set_cmd): Ditto.
10314         * cli/cli-cmds.c (init_cli_cmds): Ditto.
10315
10316 2002-02-01  Daniel Jacobowitz  <[email protected]>
10317
10318         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10319         Update ``this'' pointer when calling virtual functions.
10320
10321 2002-02-01  Michael Snyder  <[email protected]>
10322
10323         * breakpoint.c (create_temp_exception_breakpoint): Delete.
10324         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10325
10326 2002-02-01  Daniel Jacobowitz  <[email protected]>
10327
10328         * regformats/reg-arm.dat: New file.
10329         * regformats/reg-i386.dat: New file.
10330         * regformats/reg-ia64.dat: New file.
10331         * regformats/reg-m68k.dat: New file.
10332         * regformats/reg-mips.dat: New file.
10333         * regformats/reg-ppc.dat: New file.
10334         * regformats/reg-sh.dat: New file.
10335         * regformats/regdef.h: New file.
10336         * regformats/regdat.sh: New file.
10337
10338 2002-02-01  Richard Earnshaw  <[email protected]>
10339
10340         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10341         (arm_frame_args_address, arm_frame_locals_address): New functions.
10342         (arm_frame_num_args): New function.
10343         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10344         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10345         (FRMA_NUM_ARGS): Call arm_frame_num_args.
10346
10347 2002-01-31  Michael Snyder  <[email protected]>
10348
10349         * breakpoint.c (break_at_finish_command): Export.
10350         (break_at_finish_at_depth_command): Export.
10351         (tbreak_at_finish_command): Export.
10352         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10353         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10354         "tbreak" commands, which are HPPA specific.
10355
10356         * printcmd.c (disassemble_command): Remove an ancient
10357         artifact of an old merge.
10358
10359         * symfile.h (enum overlay_debugging_state):
10360         Define enum constant values for overlay mode.
10361         * symfile.c (overlay_debugging): Use enums instead of literals.
10362         (overlay_is_mapped, overlay_auto_command,
10363         overlay_manual_command): Ditto.
10364
10365         * breakpoint.c (insert_breakpoints, remove_breakpoint,
10366         breakpoint_here_p, breakpoint_inserted_here_p,
10367         breakpoint_thread_match, bpstat_stop_status,
10368         describe_other_breakpoints, check_duplicates, clear_command):
10369         Coding standard fixes.
10370
10371         * target.c (target_xfer_memory): Add spaces, coding standard.
10372         (do_xfer_memory): Add missing line to trust-readonly
10373         code: check bfd SEC_READONLY flag for section.
10374
10375 2002-01-31  Andrew Cagney  <[email protected]>
10376
10377         * PROBLEMS: Fix typo, 5.1->5.1.1.
10378
10379 2002-01-30  Daniel Jacobowitz  <[email protected]>
10380
10381         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10382         data symbols, since we search based on textlow and texthigh.
10383         (find_pc_sect_symtab): Likewise.
10384
10385 2002-01-30  Andrew Cagney  <[email protected]>
10386
10387         * defs.h (vwarning): Declare.
10388         * utils.c (vwarning): New function.
10389         (warning): Call vwarning.
10390         (warning_begin): Delete function.
10391
10392         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10393         the warning message.
10394         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10395         warning_begin.
10396
10397 2002-01-30  Michael Snyder  <[email protected]>
10398
10399         * NEWS: Mention "set trust-readonly-sections" command.
10400         Mention generate-core-file command.
10401
10402 2002-01-15  Michael Snyder  <[email protected]>
10403
10404         * target.c: New command, "set trust-readonly-sections on".
10405         (do_xfer_memory): Honor the suggestion to trust readonly sections
10406         by reading them from the object file instead of from the target.
10407         (initialize_targets): Register command "set trust-readonly-sections".
10408
10409 2002-01-29  Andrew Cagney  <[email protected]>
10410
10411         * parse.c (target_map_name_to_register): Simplify, search regs and
10412         pseudo-regs using a single loop.
10413
10414 2002-01-30  Andrew Cagney  <[email protected]>
10415
10416         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10417
10418 2002-01-15  Rodney Brown  <[email protected]>
10419
10420         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10421         * config/i386/i386v42mp.mh: Add i387-nat.o .
10422         * i386v4-nat.c: Include i387-nat.h.
10423         (supply_fpregset): Use i387_supply_fsave.
10424         (fill_fpregset): Use i387_fill_fsave.
10425
10426 2002-01-30  Richard Earnshaw  <[email protected]>
10427
10428         * arm-tdep.c (arm_call_dummy_words): Define.
10429         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10430         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10431         (CALL_DUMMY_WORDS): Define.
10432         (arm_call_dummy_words): Declare.
10433         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10434         (arm_linux_call_dummy_words): Declare.
10435
10436 2002-01-30  Andreas Schwab  <[email protected]>
10437
10438         * m68klinux-nat.c: Fix last change to use regcache_collect
10439         instead of referencing registers[] directly.
10440
10441 2002-01-29  Andrew Cagney  <[email protected]>
10442
10443         * parse.c (target_map_name_to_register): Delete code wrapped in
10444         #ifdef REGISTER_NAME_ALIAS_HOOK.
10445
10446 2002-01-28  Michael Snyder  <[email protected]>
10447
10448         * regcache.c (legacy_read_register_gen): Need to be able to
10449         read pseudo-register as well as real register.
10450         (legacy_write_register_gen): Ditto.
10451
10452 2002-01-28  Andrew Cagney  <[email protected]>
10453
10454         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10455         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10456         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10457         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10458         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10459         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10460         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10461         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10462         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10463         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10464         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10465         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10466         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10467         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10468         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10469         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10470         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10471         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10472         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10473         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10474
10475 2002-01-28  Andrew Cagney  <[email protected]>
10476
10477         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10478         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10479         (initialize_current_architecture): Update target_byte_order using
10480         information from BFD.
10481         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10482         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10483
10484 2002-01-28  Andrew Cagney  <[email protected]>
10485
10486         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10487         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
10488
10489         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10490         #ifdef INVALID_FLOAT.
10491         * infcmd.c (do_registers_info): Ditto.
10492         * values.c (unpack_double): Ditto.  Add comment.
10493
10494         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10495         already commented out.
10496
10497 2002-01-26  Andreas Schwab  <[email protected]>
10498
10499         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10500         * m68klinux-nat.c: Update ptrace interface for fetching/storing
10501         registers and add support for PTRACE_GETREGS.
10502
10503 2002-01-24  Andrew Cagney  <[email protected]>
10504
10505         GDB 5.1.1 released from 5.1 branch.
10506         * NEWS: Add 5.1.1 news.
10507         * README: Sync with 5.1 branch.
10508
10509 2002-01-23  Fred Fish  <[email protected]>
10510
10511         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10512         stabstring on initial malloc.  Reallocing will copy it for us,
10513         if necessary.
10514
10515 2002-01-23  Elena Zannoni  <[email protected]>
10516
10517         * Makefile.in (hpread_h): Delete.
10518         (HFILES_NO_SRCDIR): Remove hpread.h.
10519         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10520         (hpread.o): Update dependencies.
10521         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10522
10523         * hp-psymtab-read.c: Remove file.
10524         * hp-symtab-read.c: Remove file.
10525         * hpread.h: Remove file.
10526
10527         * hpread.c: Merge all contents of hp-psymtab-read.c,
10528         hp-symtab-read.c and hpread.h into this file, as it was prior to
10529         January 1999.
10530
10531         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10532         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10533         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10534         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10535
10536 2002-01-23  Elena Zannoni  <[email protected]>
10537
10538         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10539         fill_gregset): Call gdbarch_tdep() just once, assign result to
10540         variable and use that, instead of calling the function several
10541         times.
10542
10543 2002-01-24  Alexandre Oliva  <[email protected]>
10544
10545         * configure.host: Accept sparcv9 as alias for sparc64.
10546         * configure.tgt: Likewise.
10547
10548 2002-01-22  Kevin Buettner  <[email protected]>
10549
10550         * solib-aix5.c (build_so_list_from_mapfile)
10551         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10552         arguments is not reversed.
10553         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10554         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10555
10556 2002-01-22  Elena Zannoni  <[email protected]>
10557
10558         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10559         modified version of obsolete sh_fetch_pseudo_register.
10560         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10561         (sh4_register_read): New function.
10562         (sh_pseudo_register_write): New function. Renamed and modified
10563         version of obsolete sh_store_pseudo_register.
10564         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10565         (sh4_register_write): New function.
10566         (sh_gdbarch_init): Remove setting of gdbarch function
10567         fetch_pseudo_register and store_pseudo_register. Remove setting of
10568         register_convert_to_raw, register_convert_to_virtual,
10569         register_convertible.
10570         (sh_sh4_register_convertible): Delete. No longer needed. All is
10571         taken care by architecture specific functions
10572         register_read/register_write.
10573         (sh_sh4_register_convert_to_virtual): Make static.
10574         (sh_sh4_register_convert_to_raw): Ditto.
10575
10576 2002-01-22  Andrew Cagney  <[email protected]>
10577
10578         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10579         (floatformat_is_nan, floatformat_mantissa): Ditto.
10580
10581         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10582         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10583         builtin_type_ieee_double_little,
10584         builtin_type_ieee_double_littlebyte_bigword,
10585         builtin_type_m68881_ext, builtin_type_i960_ext,
10586         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10587         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10588         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10589         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10590
10591 2002-01-22  Corinna Vinschen  <[email protected]>
10592
10593         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10594         parameter.  Set frameless flag if it exists and depended of
10595         whether the scanned function is frameless or not.
10596         (xstormy16_skip_prologue): If function is frameless, return
10597         result of xstormy16_scan_prologue().
10598         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10599         call.
10600
10601 2002-01-21  Elena Zannoni  <[email protected]>
10602
10603         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10604         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10605         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10606         sh_sh4_register_byte, sh_sh4_register_raw_size,
10607         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10608         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10609         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10610         sh_store_pseudo_register, sh_do_pseudo_register): Call
10611         gdbarch_tdep() just once, assign result to variable and use that,
10612         instead of calling the function several times.
10613
10614 2002-01-20  Mark Kettenis  <[email protected]>
10615
10616         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10617         macros instead of LAST_FPU_CTRL_REGNUM.
10618         (store_register): Likewise.
10619
10620 2002-01-21  Jim Blandy  <[email protected]>
10621
10622         * infcmd.c (run_command): Check that the `exec' target layer's BFD
10623         is up-to-date before running the program, not just when a program
10624         exits.
10625
10626 2002-01-21  Fred Fish  <[email protected]>
10627
10628         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10629         when we have found all instructions we are looking for.
10630
10631 2002-01-21  Richard Earnshaw  <[email protected]>
10632
10633         * arm-tdep.c (arm_register_name): New function.
10634         (arm_registers_names): Make static.
10635         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10636         (arm_register_name): Declare.
10637         (REGISTER_NAME): Use it.
10638
10639 2002-01-21  Richard Earnshaw  <[email protected]>
10640             Kevin Buettner  <[email protected]>
10641
10642         Convert arm targets to new FRAME interface.
10643         * arm-tdep.c (struct frame_extra_info): Remove fsr.
10644         (arm_frame_find_save_regs): Delete.
10645         (arm_frame_init_saved_regs): New.
10646         (arm_init_extra_frame_info): Alloacte saved_regs as required.
10647         Allocate extra_info as required.  Convert all uses of fsr.regs
10648         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10649         to use extra_info.
10650         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10651         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10652         (check_prologue_cache, save_prologue_cache): Likewise.
10653         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10654         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10655         (FRAME_FIND_SAVED_REGS): Delete.
10656         (arm_frame_find_saved_regs): Delete prototype.
10657         (arm_frame_init_saved_regs): New prototype.
10658         (FRAME_INIT_SAVED_REGS): Define.
10659
10660 2002-01-20  Andrew Cagney  <[email protected]>
10661
10662         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10663
10664 2002-01-20  Andrew Cagney  <[email protected]>
10665
10666         From Jeff Law <[email protected]>:
10667         * infttrace.c: Include <sys/pstat.h>.
10668         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
10669         exec file if the ttrace equivalent fails.
10670
10671 2002-01-20  Andrew Cagney  <[email protected]>
10672
10673         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10674         (closeLogFile): Ditto.
10675
10676 2002-01-20  Michael Chastain  <[email protected]>
10677
10678         * top.c (print_gdb_version): Bump copyright year to 2002.
10679
10680 2002-01-20  Andrew Cagney  <[email protected]>
10681
10682         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10683         Zannoni and Eli Zaretskii.
10684
10685 2002-01-20  Daniel Jacobowitz  <[email protected]>
10686
10687         * buildsym.c: Update copyright years.
10688         * c-typeprint.c: Likewise.
10689         * dwarf2read.c: Likewise.
10690         * f-typeprint.c: Likewise.
10691         * gdbtypes.c: Likewise.
10692         * gdbtypes.h: Likewise.
10693         * hp-symtab-read.c: Likewise.
10694         * hpread.c: Likewise.
10695         * mdebugread.c: Likewise.
10696         * p-typeprint.c: Likewise.
10697
10698 2002-01-20  Andrew Cagney  <[email protected]>
10699
10700         * remote-sim.c (gdbsim_open): Simplify code testing the macro
10701         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
10702         byte-order selectable.
10703         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10704         * arch-utils.c: Ditto.
10705         (set_endian): Ditto.
10706         (set_endian_from_file): Ditto.
10707         * gdbserver/low-sim.c (create_inferior): Ditto.
10708         * gdbarch.sh: Ditto.
10709         * gdbarch.h: Re-generate.
10710         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10711         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10712         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10713         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10714         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10715         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10716         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10717         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10718         macro definition.
10719         * config/mips/tm-wince.h: Remove #undef of macro
10720         TARGET_BYTE_ORDER_SELECTABLE.
10721         * config/sh/tm-wince.h: Ditto.
10722
10723 2002-01-20  Daniel Jacobowitz  <[email protected]>
10724
10725         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10726         member function fields.  Add accessor macro
10727         TYPE_FN_FIELD_ARTIFICIAL.
10728         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10729         * c-typeprint.c (c_type_print_base): Skip artificial member
10730         functions.
10731
10732 2002-01-20  Daniel Jacobowitz  <[email protected]>
10733
10734         * f-typeprint.c: Delete unused function f_type_print_args.
10735         * p-typeprint.c: Delete unused function pascal_type_print_args.
10736
10737 2002-01-20  Daniel Jacobowitz  <[email protected]>
10738
10739         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
10740         comment.  Add ``artificial'' to ``union field_location''.
10741
10742         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10743
10744         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10745         * mdebugread.c (parse_symbol): Likewise.
10746         * stabsread.c (define_symbol): Likewise.
10747         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10748         initializing TYPE_FIELD_BITPOS to n (obsolete).
10749         (hpread_doc_function_type): Likewise.
10750         * hpread.c (hpread_function_type): Likewise.
10751
10752 2002-01-20  Andrew Cagney  <[email protected]>
10753
10754         * configure.in (host_makefile_frag): Only require a host makefile
10755         fragment when a native build.
10756         * configure: Re-generate.
10757
10758 2002-01-20  Andrew Cagney  <[email protected]>
10759
10760         * doublest.h (floatformat_from_type): Declare.
10761         * doublest.c (floatformat_from_type): New function.
10762         (convert_typed_floating): Use.
10763
10764         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10765         call to function floatformat_from_type.
10766
10767         * gdbarch.sh (IEEE_FLOAT): Delete.
10768         * gdbarch.h, gdbarch.c: Re-generate.
10769         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10770         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10771         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10772         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10773         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10774         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10775         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10776         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10777         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10778         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10779         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10780         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10781
10782         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10783         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10784         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10785         * sh-tdep.c (sh_gdbarch_init): Ditto.
10786         * mips-tdep.c (mips_gdbarch_init): Ditto.
10787         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10788         * cris-tdep.c (cris_gdbarch_init): Ditto.
10789
10790 2002-01-20  Jiri Smid  <[email protected]>
10791
10792         * configure.host, configure.tgt: Support x86-64.
10793         * NEWS: Note new target x86-64.
10794
10795         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10796         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10797         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10798         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10799         x86-64-linux-nat.o): Fix dependencies.
10800
10801 2002-01-19  Andrew Cagney  <[email protected]>
10802
10803         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10804         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10805         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10806         * config/sparc/xm-sun4os4.h: Delete file.
10807         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10808
10809 2002-01-19  Andrew Cagney  <[email protected]>
10810
10811         * config/sparc/sparclynx.mh (XM_FILE): Delete.
10812         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10813         * config/m68k/m68klynx.mh (XM_FILE): Delete.
10814         * config/i386/i386lynx.mh (XM_FILE): Delete.
10815         * config/rs6000/xm-rs6000ly.h: Delete file.
10816         * config/sparc/xm-sparclynx.h: Delete file.
10817         * config/m68k/xm-m68klynx.h: Delete file.
10818         * config/i386/xm-i386lynx.h: Delete file.
10819         * config/xm-lynx.h: Delete file.
10820         * config/djgpp/fnchange.lst: Update.
10821
10822 2002-01-19  Jason Thorpe  <[email protected]>
10823
10824         * alpha-tdep.c (alpha_register_byte): New function.
10825         (alpha_register_raw_size): Ditto.
10826         (alpha_register_virtual_size): Ditto.
10827         (alpha_skip_prologue_internal): Renamed from
10828         alpha_skip_prologue.
10829         (alpha_skip_prologue): New version that calls
10830         alpha_skip_prologue_internal.
10831         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10832         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10833         second argument from alpha_skip_prologue.
10834         (REGISTER_BYTE): Use alpha_register_byte.
10835         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10836         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10837         (FRAMELESS_FUNCTION_INVOCATION): Use
10838         generic_frameless_function_invocation_not.
10839         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10840         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10841
10842 2002-01-19  Andrew Cagney  <[email protected]>
10843
10844         * config/mips/xm-news-mips.h: Delete file.
10845         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10846
10847         * config/m88k/xm-m88k.h: Delete file.
10848         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10849         * config/m88k/xm-delta88v4.h: Ditto.
10850         * config/m88k/xm-delta88.h: Ditto.
10851
10852         * config/alpha/xm-fbsd.h: Delete file.
10853         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10854
10855         * config/sparc/xm-sparc.h: Delete file.
10856         * Makefile.in (xm-sun4os4.h): Delete dependency.
10857         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10858         * config/sparc/xm-sun4os4.h: Ditto.
10859         * config/sparc/xm-linux.h: Ditto.
10860
10861         * config/i386/xm-windows.h: Delete file.
10862
10863 2002-01-19  Andrew Cagney  <[email protected]>
10864
10865         * utils.c: Include <sys/param.h> for MAXPATHLEN.
10866         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10867
10868 2002-01-19  Jason Thorpe  <[email protected]>
10869
10870         * alpha-tdep.c (alpha_call_dummy_words): New.
10871         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10872         (CALL_DUMMY_P): Define.
10873         (CALL_DUMMY_WORDS): Define.
10874         (SIZEOF_CALL_DUMMY_WORDS): Define.
10875
10876 2002-01-19  Per Bothner  <[email protected]>
10877
10878         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
10879         isn't NULL, which can happen with some gcj-3.x-produced code.
10880
10881 2002-01-19  Jason Thorpe  <[email protected]>
10882
10883         * alpha-tdep.c (alpha_register_virtual_type): New function.
10884         (alpha_init_frame_pc_first): Ditto.
10885         (alpha_fix_call_dummy): Ditto.
10886         (alpha_store_struct_return): Ditto.
10887         (alpha_extract_struct_value_address): Ditto.
10888         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10889         alpha_register_virtual_type.
10890         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10891         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10892         alpha_extract_struct_value_address.
10893         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10894         (INIT_FRAME_PC): Use init_frame_pc_noop.
10895         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10896
10897 2002-01-19  Mark Kettenis  <[email protected]>
10898
10899         * i386gnu-nat.c: Include "i386-tdep.h".
10900         (fetch_fpregs): Simplify code dealing with uninitialized floating
10901         point states such that it doesn't require FP7_REGNUM.
10902
10903 2002-01-18  Jason Thorpe  <[email protected]>
10904
10905         * alpha-tdep.c (frame_extra_info): New.
10906         (alpha_find_saved_regs): Make static.  Use
10907         frame->extra_info.
10908         (alpha_frame_init_saved_regs): New function.
10909         (alpha_frame_saved_pc): Use frame->extra_info.
10910         (temp_saved_regs): Don't declare as struct frame_saved_regs.
10911         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10912         (init_extra_frame_info): Rename to...
10913         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
10914         (alpha_print_extra_frame_info): New function.
10915         (alpha_frame_locals_address): Ditto.
10916         (alpha_frame_args_address): Ditto.
10917         (alpha_pop_frame): Use frame->extra_info.
10918         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10919         alpha_frame_args_address.
10920         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10921         (alpha_find_saved_regs): Remove prototype.
10922         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10923         (EXTRA_FRAME_INFO): Remove.
10924         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10925         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10926
10927 2002-01-18  Jason Thorpe  <[email protected]>
10928
10929         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10930         (alpha_cannot_fetch_register): Ditto.
10931         (alpha_cannot_store_register): Ditto.
10932         (alpha_register_convertible): Ditto.
10933         (alpha_use_struct_convention): Ditto.
10934         * config/alpha/tm-alpha.h: Update copyright years.
10935         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10936         (INNER_THAN): Use core_addr_lessthan.
10937         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10938         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10939         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10940         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10941         (FRAME_CHAIN): Remove unnecessary cast.
10942
10943 2002-01-18  Andrew Cagney  <[email protected]>
10944
10945         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10946         obsolete.
10947
10948 2002-01-18  Andrew Cagney  <[email protected]>
10949
10950         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
10951         * monitor.c, remote-array.c, remote-bug.c: Ditto.
10952         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10953         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10954         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10955         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10956         * x86-64-linux-nat.c: Ditto.
10957
10958 2002-01-18  Jason Thorpe  <[email protected]>
10959
10960         * alpha-tdep.c (alpha_register_name): New function.
10961         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10962         (REGISTER_NAME): Define.
10963
10964 2002-01-18  Jason Thorpe  <[email protected]>
10965
10966         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10967
10968 2002-01-18  Jason Thorpe  <[email protected]>
10969
10970         * alpha-tdep.c: Update copyright years.
10971         (alpha_next_pc): New function.
10972         (alpha_software_single_step): Ditto.
10973         * config/alpha/tm-alpha.h: Add prototype for
10974         alpha_software_single_step.
10975
10976 2002-01-18  Jason Thorpe  <[email protected]>
10977
10978         * alphabsd-nat.c: Update copyright years.
10979         (fill_gregset): Use regcache_collect.
10980         (fill_fpregset): Likewise.
10981         (fetch_inferior_registers): Only fetch integer registers
10982         if requested to do so.
10983         (store_inferior_registers): Only store integer registers
10984         if requested to do so.
10985
10986 2002-01-17  Andrew Cagney  <[email protected]>
10987
10988         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10989         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10990         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10991         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10992         * config/alpha/fbsd.mh (XDEPFILES): Delete.
10993         * config/arm/linux.mh (XDEPFILES): Delete.
10994         * config/arm/nbsd.mh (XDEPFILES): Delete.
10995         * config/i386/i386dgux.mh (XDEPFILES): Delete.
10996         * config/i386/i386sol2.mh (XDEPFILES): Delete.
10997         * config/i386/i386m3.mh (XDEPFILES): Delete.
10998         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10999         * config/i386/i386gnu.mh (XDEPFILES): Delete.
11000         * config/i386/fbsd.mh (XDEPFILES): Delete.
11001         * config/i386/i386bsd.mh (XDEPFILES): Delete.
11002         * config/i386/i386sco5.mh (XDEPFILES): Delete.
11003         * config/i386/i386v4.mh (XDEPFILES): Delete.
11004         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11005         * config/i386/i386sco4.mh (XDEPFILES): Delete.
11006         * config/i386/i386aix.mh (XDEPFILES): Delete.
11007         * config/i386/go32.mh (XDEPFILES): Delete.
11008         * config/i386/cygwin.mh (XDEPFILES): Delete.
11009         * config/i386/i386lynx.mh (XDEPFILES): Delete.
11010         * config/i386/i386mach.mh (XDEPFILES): Delete.
11011         * config/i386/i386v32.mh (XDEPFILES): Delete.
11012         * config/i386/linux.mh (XDEPFILES): Delete.
11013         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11014         * config/i386/ncr3000.mh (XDEPFILES): Delete.
11015         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11016         * config/i386/i386sco.mh (XDEPFILES): Delete.
11017         * config/i386/i386v.mh (XDEPFILES): Delete.
11018         * config/i386/nbsd.mh (XDEPFILES): Delete.
11019         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11020         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11021         * config/i386/symmetry.mh (XDEPFILES): Delete.
11022         * config/i386/obsd.mh (XDEPFILES): Delete.
11023         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11024         * config/ia64/linux.mh (XDEPFILES): Delete.
11025         * config/ia64/aix.mh (XDEPFILES): Delete.
11026         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11027         * config/m68k/dpx2.mh (XDEPFILES): Delete.
11028         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11029         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11030         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11031         * config/m68k/linux.mh (XDEPFILES): Delete.
11032         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11033         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11034         * config/m68k/nbsd.mh (XDEPFILES): Delete.
11035         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11036         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11037         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11038         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11039         * config/m88k/delta88.mh (XDEPFILES): Delete.
11040         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11041         * config/m88k/m88k.mh (XDEPFILES): Delete.
11042         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11043         * config/mips/linux.mh (XDEPFILES): Delete.
11044         * config/mips/irix6.mh (XDEPFILES): Delete.
11045         * config/mips/irix5.mh (XDEPFILES): Delete.
11046         * config/mips/irix4.mh (XDEPFILES): Delete.
11047         * config/mips/irix3.mh (XDEPFILES): Delete.
11048         * config/mips/decstation.mh (XDEPFILES): Delete.
11049         * config/mips/mipsm3.mh (XDEPFILES): Delete.
11050         (NATDEPFILES): Move core-aout.o to here.
11051         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11052         * config/pa/hpux1020.mh (XDEPFILES): Delete.
11053         * config/pa/hppabsd.mh (XDEPFILES): Delete.
11054         * config/pa/hppahpux.mh (XDEPFILES): Delete.
11055         * config/pa/hpux11w.mh (XDEPFILES): Delete.
11056         * config/pa/hppaosf.mh (XDEPFILES): Delete.
11057         * config/pa/hpux11.mh (XDEPFILES): Delete.
11058         * config/powerpc/aix.mh (XDEPFILES): Delete.
11059         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11060         * config/powerpc/linux.mh (XDEPFILES): Delete.
11061         * config/romp/rtbsd.mh: Rename XDEPFILES.
11062         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11063         * config/rs6000/aix4.mh (XDEPFILES): Delete.
11064         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11065         * config/s390/s390.mh (XDEPFILES): Delete.
11066         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11067         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11068         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11069         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11070         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11071         * config/sparc/nbsd.mh (XDEPFILES): Delete.
11072         * config/sparc/linux.mh (XDEPFILES): Delete.
11073         * config/vax/vaxult.mh (XDEPFILES): Delete.
11074         * config/vax/vaxult2.mh (XDEPFILES): Delete.
11075         * Makefile.in (DEPFILES): Remove XDEPFILES.
11076
11077 2002-01-17  Andrew Cagney  <[email protected]>
11078
11079         * utils.c (internal_verror): Fix comments, default is yes not no.
11080         Update queries to match.  Default to quit and dump core.
11081
11082 2002-01-17  Andrew Cagney  <[email protected]>
11083
11084         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
11085         copyright.
11086         * defs.h, event-top.c, gdbcmd.h: Ditto.
11087         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11088         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11089         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11090         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11091         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11092         * mi/mi-main.c:Ditto.
11093
11094         * stack.c, symfile.c: Update copyright.
11095
11096 2002-01-17  Daniel Jacobowitz  <[email protected]>
11097
11098         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11099         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11100         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11101         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11102
11103 2002-01-17  Daniel Jacobowitz  <[email protected]>
11104
11105         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11106         * gdbserver/low-lynx.c (myattach): Likewise.
11107         * gdbserver/low-nbsd.c (myattach): Likewise.
11108         * gdbserver/low-sim.c (myattach): Likewise.
11109         * gdbserver/low-sparc.c (myattach): Likewise.
11110         * gdbserver/low-sun3.c (myattach): Likewise.
11111
11112         * gdbserver/low-linux.c (myattach): New function.
11113
11114         * gdbserver/server.c (attach_inferior): New function.
11115         (main): Handle "--attach".
11116
11117 2002-01-16  Andrew Cagney  <[email protected]>
11118
11119         * MAINTAINERS (language support): Daniel Jacobwitz is C++
11120         maintainer.
11121
11122 2002-01-15  Daniel Jacobowitz  <[email protected]>
11123
11124         * c-typeprint.c (is_type_conversion_operator): Add additional
11125         check for non-conversion operators.
11126
11127 2002-01-15  Michael Snyder  <[email protected]>
11128
11129         * linux-proc.c: Add "info proc" command, a la procfs.c.
11130         (read_mapping): New function, abstract and re-use code.
11131         (linux_find_memory_regions): Use new func read_mapping.
11132         (linux_info_proc_cmd): New function, implement "info proc".
11133         (_initialize_linux_proc): Add new command "info proc".
11134
11135 2002-01-15  Michael Snyder  <[email protected]>
11136
11137         * symfile.c (generic_load): Use bfd_map_over_sections method
11138         instead of manipulating bfd structure members directly.
11139         (add_section_size_callback): New function, bfd sections callback
11140         used by generic_load.
11141         (load_sections_callback): New function, bfd sections callback
11142         used by generic_load.
11143
11144 2002-01-15  Elena Zannoni  <[email protected]>
11145
11146         [Based on work by Jim Blandy]
11147         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11148         (builtin_type_vec128): Export.
11149         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11150         types.
11151         (builtin_type_vec128): New builtin type for 128 bit vector
11152         registers.
11153         (build_gdbtypes): Initialize builtin_type_v16qi and
11154         builtin_type_v8hi. Create the vec128 register builtin type
11155         structure.
11156         (build_builtin_type_vec128): New function.
11157         (_initialize_gdbtypes): Register builtin_type_v16qi and
11158         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11159         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11160         AltiVec register to new builtin type.
11161
11162 2001-01-15  Daniel Jacobowitz  <[email protected]>
11163
11164         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11165         to make_cv_type.
11166
11167 2002-01-14  Andrew Cagney  <[email protected]>
11168
11169         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11170         CLEAN_UP_REGISTER_VALUE.
11171         * regcache.c (supply_register): Update only call.
11172
11173 2002-01-14  Andrew Cagney  <[email protected]>
11174
11175         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11176         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11177         a29k-*-vxworks* targets as obsolete.
11178
11179 2002-01-14  Michael Snyder  <[email protected]>
11180
11181         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11182         until we can resolve portability issues.
11183         * gregset.h: Remove references to fpxregs.
11184         * gcore.c (gcore_command): Initialize note_sec to NULL.
11185
11186 2002-01-13  Andrew Cagney  <[email protected]>
11187
11188         * signals.c (target_signal_to_name): Rewrite.  Only use
11189         signals[].name when in bounds and non-NULL.
11190
11191 2002-01-13  Andrew Cagney  <[email protected]>
11192
11193         From Petr Ledvina <[email protected]>:
11194         * signals.c (target_signal_to_name): Verify that SIG is within the
11195         bounds of the signals array.
11196
11197 2002-01-13  Andrew Cagney  <[email protected]>
11198
11199         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11200
11201 2002-01-13  Keith Seitz  <[email protected]>
11202
11203         * stack.c (print_frame_info_base): Print the frame's pc
11204         only if when print_frame_info_listing_hook is not defined.
11205
11206 2002-01-13  Keith Seitz  <[email protected]>
11207
11208         * varobj.c (varobj_set_value): Make sure that there were no
11209         errors evaluating the object before attempting to set its
11210         value.
11211         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11212         so this offset adjustment is no longer necessary.
11213         (create_child): Don't set the error flag if the child is
11214         a CPLUS_FAKE_CHILD.
11215         (value_of_child): If value_fetch_lazy fails, return NULL
11216         so that callers will be notified that an error occurred.
11217         (c_value_of_variable): Delay check of variable's validity
11218         until later. We actually want all structs and unions to have
11219         the value "{...}".
11220         Do not return "???" for variables which could not be evaluated.
11221         This error condition must be returned to the caller so that it
11222         can get the error condition from gdb.
11223         (cplus_name_of_child): Adjust index for vptr before figuring
11224         out the name of the child.
11225         (cplus_value_of_child): If a child's (real) parent is not valid,
11226         don't even bother trying to give a value for it. Just return
11227         an error. Change all instances in this function.
11228         (cplus_type_of_child): If our parent is one of the "fake"
11229         parents, we need to get at the type of the real parent, and
11230         derive the child's true type using this information.
11231
11232 2002-01-13  Andrew Cagney  <[email protected]>
11233
11234         From 2002-01-09 John Marshall <[email protected]>:
11235         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11236         sources.redhat.com, and tweak some related URLs which had
11237         suffered from linkrot.
11238
11239 2002-01-13  Andrew Cagney  <[email protected]>
11240
11241         From Jeff law:
11242         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11243         structures passed in registers.
11244
11245 2002-01-13  Eli Zaretskii  <[email protected]>
11246
11247         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11248         white space which prevented compilation.  Reported by DSK
11249         <[email protected]>.
11250
11251 2002-01-11  Michael Snyder  <[email protected]>
11252
11253         * symfile.c (build_section_addr_info_from_section_tab):
11254         Use bfd access method instead of manipulating bfd directly.
11255         (syms_from_objfile): Ditto.
11256         (simple_overlay_update_1): Ditto.
11257         (simple_overlay_update): Ditto.
11258         (generic_load): Ditto.
11259         (overlay_unmapped_address): FIXME comment, bfd access methods.
11260         (sections_overlap): FIXME comment, bfd access methods.
11261         (pc_in_mapped_range): FIXME comment, bfd access methods.
11262         (pc_in_unmapped_range): FIXME comment, bfd access methods.
11263         (section_is_mapped): FIXME comment, bfd access methods.
11264         (section_is_overlay): FIXME comment, bfd access methods.
11265
11266         * symfile.c (generic_load): Whitespace and long line cleanups.
11267         Remove duplicate variable, change several local variables to
11268         more appropriate data types.
11269         (print_transfer_performance): Use %lu instead of %ld for ulongs.
11270
11271 2002-01-12  Andrew Cagney  <[email protected]>
11272
11273         From Peter Schauer:
11274         * language.c (longest_local_hex_string_custom): Use phex_nz to
11275         convert NUM to a hex string.
11276
11277 2002-01-12  Elena Zannoni  <[email protected]>
11278
11279         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11280         the function.
11281         Update Copyright year.
11282
11283 2002-01-12  Andrew Cagney  <[email protected]>
11284
11285         * language.c (longest_raw_hex_string): Delete unused function.
11286
11287 2002-01-11  Petr Sorfa  <[email protected]>
11288
11289         * MAINTAINERS (write-after-approval): Add myself.
11290         * dwarf2read.c (read_tag_string_type): Handling of
11291         DW_AT_byte_size.
11292         (read_tag_string_type): FORTRAN fix to prevent propagation of
11293         first string size.
11294         (set_cu_language): Handling of DW_LANG_Fortran95
11295
11296 2002-01-11  Richard Earnshaw  <[email protected]>
11297
11298         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11299         GETPID(inferior_ptid).
11300         (store_inferior_registers): Likewise.
11301
11302 2002-01-10  Jason Merrill  <[email protected]>
11303
11304         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11305         Fix DW_OP_minus.
11306
11307 2002-01-10  Andrew Cagney  <[email protected]>
11308
11309         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11310         and bfd/elf32-sh-nbsd.c.
11311
11312 2002-01-10  Michael Snyder  <[email protected]>
11313
11314         * NEWS: Mention --pid and corefile/proc-id behavior change.
11315
11316         * Makefile.in: Add rules for gcore.o and linux-proc.o.
11317         * gcore.c: Include cli/cli-decode.h instead of command.h.
11318
11319         * main.c (captured_main): Add new command line option "--pid".
11320         If the second command line argument (following the symbol-file)
11321         begins with a digit, try to attach to it before trying to open
11322         it as a corefile.
11323         (print_gdb_help): Document the "--pid" argument.
11324
11325 2002-01-10  Eli Zaretskii  <[email protected]>
11326
11327         * completer.c (command_completer): New function.
11328
11329         * completer.h <command_completer>: Add prototype.
11330
11331         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11332         completer for the "help" command.
11333
11334 2002-01-09  Jason Merrill  <[email protected]>
11335
11336         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11337
11338 2002-01-09  Michael Snyder  <[email protected]>
11339
11340         * i386-linux-nat.c (fill_fpxregset): Make global.
11341         (store_fpxregset): Ditto.
11342
11343         * gregset.h (gdb_fpxregset_t): Define.
11344         (supply_fpxregset): Prototype.
11345         (fill_fpxregset): Prototype.
11346
11347         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11348
11349 2002-01-09  Richard Earnshaw  <[email protected]>
11350
11351         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11352         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11353         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11354
11355 2002-01-09  Andrew Cagney  <[email protected]>
11356
11357         * MAINTAINERS: Update target maintainer rules so that any
11358         Maintainer can approve a tested patch for a maintenance-only
11359         target.
11360
11361 2002-01-09  Richard Earnshaw  <[email protected]>
11362
11363         * MAINTAINERS (write-after-approval): Add myself.
11364
11365         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11366         IN_SIGTRAMP.
11367
11368 2002-01-08  Michael Snyder  <[email protected]>
11369
11370         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11371         real name of the executable, rather than the /proc name.
11372
11373 2002-01-03  Michael Snyder  <[email protected]>
11374
11375         Implement a "generate-core-file" command in gdb, save target state.
11376         * gcore.c: New file.  Implement new command 'generate-core-file'.
11377         Save a corefile image of the current state of the inferior.
11378         * linux-proc.c: Add linux-specific code for saving corefiles.
11379         * target.h (struct target_ops): Add new target vectors for saving
11380         corefiles; to_find_memory_regions and to_make_corefile_notes.
11381         (target_find_memory_regions): New macro.
11382         (target_make_corefile_notes): New macro.
11383         * target.c (update_current_target): Inherit new target methods.
11384         (dummy_find_memory_regions): New place-holder method.
11385         (dummy_make_corefile_notes): New place-holder method.
11386         (init_dummy_target): Initialize new dummy target vectors.
11387         * exec.c (exec_set_find_memory_regions): New function.
11388         Allow the exec_ops vector for memory regions to be taken over.
11389         (exec_make_note_section): New function, target vector method.
11390         * defs.h (exec_set_find_memory_regions): Export prototype.
11391         * procfs.c (proc_find_memory_regions): New function, corefile method.
11392         (procfs_make_note_section): New function, corefile method.
11393         (init_procfs_ops): Set new target vector pointers.
11394         (find_memory_regions_callback): New function.
11395         (procfs_do_thread_registers): New function.
11396         (procfs_corefile_thread_callback): New function.
11397         * sol-thread.c (sol_find_memory_regions): New function.
11398         (sol_make_note_section): New function.
11399         (init_sol_thread_ops): Initialize new target vectors.
11400         * inftarg.c (inftarg_set_find_memory_regions): New function.
11401         Allow to_find_memory_regions vector to be taken over.
11402         (inftarg_set_make_corefile_notes): New function.
11403         Allow to_make_corefile_notes vector to be taken over.
11404         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11405         interface layer if not target_has_execution (may be a corefile).
11406         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11407         * config/sparc/sun4sol2.mh: Ditto.
11408         * config/alpha/alpha-linux.mh: Ditto.
11409         * config/arm/linux.mh: Ditto.
11410         * config/i386/x86-64linux.mh: Ditto.
11411         * config/ia64/linux.mh: Ditto.
11412         * config/m68k/linux.mh: Ditto.
11413         * config/mips/linux.mh: Ditto.
11414         * config/powerpc/linux.mh: Ditto.
11415         * config/sparc/linux.mh: Ditto.
11416
11417 2002-01-07  Michael Snyder  <[email protected]>
11418
11419         * arm-linux-nat.c: Remove references to regcache.c internal data
11420         (registers[] and register_valid[]).
11421
11422 2002-01-07  Michael Snyder  <[email protected]>
11423
11424         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
11425         so that attaching to a pid will automatically read the process's
11426         symbol file and shlibs.
11427         * Makefile.in: Add rule for linux-proc.o.
11428         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11429         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11430         * config/arm/linux.mh: Ditto.
11431         * config/i386/linux.mh: Ditto.
11432         * config/i386/x86-64linux.mh: Ditto.
11433         * config/ia64/linux.mh: Ditto.
11434         * config/m68k/linux.mh: Ditto.
11435         * config/mips/linux.mh: Ditto.
11436         * config/powerpc/linux.mh: Ditto.
11437         * config/sparc/linux.mh: Ditto.
11438
11439 2002-01-06  Pierre Muller  <[email protected]>
11440
11441         * win32-nat.c: Add i386-tdep.h dependency.
11442
11443 2002-01-07  Michael Snyder  <[email protected]>
11444
11445         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11446         instead of bfd_get_arch_size.  Don't bail out just because
11447         there's no exec_bfd.
11448
11449         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11450         * p-valprint.c (pascal_object_print_value): Ditto.
11451         * somread.c (som_symtab_read): Ditto.
11452         * symfile.c (simple_free_overlay_region_table): Ditto.
11453         * valops.c (value_assign): Ditto.
11454
11455         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11456         use tilde_expand and strerror for opening save-tracepoints file.
11457
11458         * thread-db.c (thread_db_new_objfile): Indendation fix.
11459
11460         * infptrace.c (GDB_MAX_ALLOCA): New define.
11461         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11462         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11463         can be overridden with whatever value is appropriate to the host).
11464         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11465         alloca to allocate potentially large buffer.
11466         * rs6000-nat.c (child_xfer_memory): Ditto.
11467         * symm-nat.c (child_xfer_memory): Ditto.
11468         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11469
11470 2002-01-07  Jackie Smith Cashion  <[email protected]>
11471
11472         From Nick Clifton  <[email protected]>
11473         * d10v-tdep.c: Set STACK_START to 0x200bffe.
11474
11475 2002-01-07  Michael Snyder  <[email protected]>
11476
11477         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11478         Don't use exec_bfd if it's NULL.
11479
11480 2002-01-06  Mark Kettenis  <[email protected]>
11481
11482         * valops.c (value_arg_coerce): Fix formatting.
11483
11484 2002-01-06  Andrew Cagney  <[email protected]>
11485
11486         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11487         * gnu-nat.c: Ditto.
11488
11489 2002-01-06  Andrew Cagney  <[email protected]>
11490
11491         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11492         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11493         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11494         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11495         z8k-coff have not been multi-arched.  Update z8k-coff build
11496         status.
11497
11498 2002-01-06  Andrew Cagney  <[email protected]>
11499
11500         * MAINTAINERS: Mark a29k target as obsolete.
11501         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11502         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
11503         comments.
11504         * NEWS: Note that a29k targets are obsolete.
11505         * a29k-tdep.c: Mark as obsolete.
11506         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11507         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11508         a29k-*-vxworks* targets as obsolete.
11509         * remote-adapt.c: Obsolete.
11510         * remote-eb.c: Obsolete.
11511         * remote-mm.c: Obsolete.
11512         * remote-udi.c: Obsolete.
11513         * config/a29k/a29k-udi.mt: Obsolete.
11514         * config/a29k/a29k.mt: Obsolete.
11515         * config/a29k/tm-a29k.h: Obsolete.
11516         * config/a29k/tm-vx29k.h: Obsolete.
11517         * config/a29k/vx29k.mt: Obsolete.
11518
11519 2002-01-05  Andrew Cagney  <[email protected]>
11520
11521         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11522         with BFD_ENDIAN_BIG.
11523
11524 2002-01-05  Andrew Cagney  <[email protected]>
11525
11526         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11527         * configure, config.in: Re-generate.
11528         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11529         * defs.h: Do not include <endian.h>.
11530
11531 2002-01-05  Jason Thorpe  <[email protected]>
11532
11533         * acconfig.h (HAVE_PT_GETXMMREGS): New.
11534         * config.in: Regenerate.
11535         * configure.in: Update copyright years.
11536         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11537         * configure: Regenerate.
11538         * i386bsd-nat.c: Update copyright years.
11539         (fill_gregset): Use regcache_collect.
11540         (fetch_inferior_registers): Only fetch integer registers
11541         if requested to do so.  Add support for XMM registers
11542         using PT_GETXMMREGS.
11543         (store_inferior_registers): Only store integer registers
11544         if requested to do so.  Add support for XMM registers
11545         using PT_SETXMMREGS.
11546         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11547         (store_inferior_registers): Remove.
11548         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11549         (fetch_elfcore_registers): New function.
11550         (i386nbsd_elfcore_fns): New.
11551         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11552         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11553         i386bsd-nat.o.
11554         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11555         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11556         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11557         * config/i386/tm-nbsd.h: Update copyright years.
11558         (HAVE_SSE_REGS): Define.
11559         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11560         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11561         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11562         (SIGCONTEXT_PC_OFFSET): Remove.
11563         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11564
11565 2002-01-05  Andrew Cagney  <[email protected]>
11566
11567         * configure.tgt: Remove powerpc-*-macos* target.
11568         * config/m68k/xm-mpw.h: Delete file.
11569         * config/xm-mpw.h: Delete file.
11570         * ser-mac.c: Delete file.
11571         * mpw-make.sed: Delete file.
11572         * mpw-config.in: Delete file.
11573         * mac-xdep.c: Delete file.
11574         * mac-gdb.r: Delete file.
11575         * mac-defs.h: Delete file.
11576         * mac-nat.c: Delete file.
11577         * config/powerpc/macos.mh: Delete file.
11578         * config/powerpc/macos.mt: Delete file.
11579         * config/powerpc/nm-macos.h: Delete file.
11580         * config/powerpc/tm-macos.h: Delete file.
11581         * source.c (openp, open_source_file): Remove obsolete code.
11582         * top.c (gdb_readline): Ditto.
11583         * utils.c (query): Ditto.
11584         * event-top.c (display_gdb_prompt): Ditto.
11585         * Makefile.in (ser-mac.o): Delete obsolete target.
11586         * NEWS: Update.
11587
11588 2002-01-04  Andrew Cagney  <[email protected]>
11589
11590         * defs.h (BIG_ENDIAN): Delete macro definition.
11591         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11592         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11593         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11594         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11595         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11596         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11597         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11598         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11599         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11600         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11601         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11602         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11603         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11604         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11605         * gdbarch.c: Re-generate.
11606
11607 2002-01-04  Daniel Jacobowitz  <[email protected]>
11608
11609         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11610         for core files.
11611
11612 2002-01-04  Jason Thorpe  <[email protected]>
11613
11614         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11615
11616 2002-01-04  Andrew Cagney  <[email protected]>
11617
11618         * value.h (value_ptr): Delete typedef.
11619
11620 2002-01-04  Jason Thorpe  <[email protected]>
11621
11622         * i386nbsd-nat.c: Update copyright years.
11623         Include i386-tdep.h.
11624
11625 2002-01-04  Elena Zannoni  <[email protected]>
11626
11627         * stabsread.c: Update copyright years.
11628
11629         From Debashis Mahata <[email protected]>:
11630         (read_struct_fields): Deal with Sun C compiler erroneous stab
11631         output for structs and unions.
11632         Fix PR gdb/269.
11633
11634 2002-01-04  Daniel Jacobowitz  <[email protected]>
11635
11636         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11637         prototype.
11638
11639 2002-01-04  Daniel Jacobowitz  <[email protected]>
11640
11641         * cp-abi.c: Fix whitespace.
11642         (baseclass_offset): New wrapper function.
11643         * cp-abi.h (baseclass_offset): Add prototype.
11644         (struct cp_abi_ops): Add baseclass_offset pointer.
11645
11646         * valops.c (vb_match): Move to...
11647         * gnu-v2-abi.c (vb_match): here.
11648         * valops.c (baseclass_offset): Move to...
11649         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11650
11651         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11652
11653         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11654         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11655         * hpacc-abi.c (init_hpacc_ops): Likewise.
11656
11657 2002-01-04  Daniel Jacobowitz  <[email protected]>
11658
11659         * valops.c (find_overload_match): Accept obj as a
11660         reference parameter.  Update it before returning.
11661         * value.h (find_overload_match): Update prototype.
11662         * eval.c (evaluate_subexp_standard): Pass object to
11663         find_overload_match by reference.
11664
11665 2002-01-03  Andrew Cagney  <[email protected]>
11666
11667         * valarith.c: Replace value_ptr with struct value pointer.  Remove
11668         register attribute from value declarations.
11669         * valops.c: Ditto.
11670         * value.h: Ditto.
11671         * scm-lang.c (scm_lookup_name): Ditto.
11672
11673 2002-01-03  Michael Snyder  <[email protected]>
11674
11675         Abstract the functionality of iterating over mapped memory
11676         regions into a general purpose iterator function.
11677         * procfs.c (iterate_over_mappings): New function, general purpose
11678         iterator for memory sections.
11679         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11680         (solib_mappings_callback): New function, callback for above.
11681         (info_proc_mappings): Reimpliment using iterate_over_mappings.
11682         (info_mappings_callback): New function, callback for above.
11683
11684         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11685
11686 2002-01-01  Mark Kettenis  <[email protected]>
11687
11688         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11689         * i386-tdep.c: Include "elf-bfd.h".
11690         (process_note_abi_tag_sections): New function.
11691         (i386_gdbarch_init): Add code to recognize various OS/ABI
11692         combinations.
11693
11694         * maint.c (_initialize_maint_cmds): Add missing \ in
11695         string-literal.
11696
11697 For older changes see ChangeLog-2001
11698 \f
11699 Local Variables:
11700 mode: change-log
11701 left-margin: 8
11702 fill-column: 74
11703 version-control: never
11704 End:
This page took 0.676694 seconds and 2 git commands to generate.