]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
2002-10-02 Elena Zannoni <ezannoni@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2
3 * infcmd.c (interrupt_target_command_wrapper): Delete.
4 (interrupt_target_command): Make non static.
5 (nofp_registers_info): Make static.
6 * stack.c (return_command_wrapper): Delete.
7 (return_command): Make non static.
8
9 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
10
11 * event-top.c (gdb_setup_readline): New function. Code moved from
12 _initialize_event_loop().
13 (_initialize_event_loop): Call gdb_setup_readline().
14
15 2002-10-02 Andrew Cagney <ac131313@redhat.com>
16
17 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
18 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
19 * gdbarch.h, gdbarch.c: Re-generate.
20
21 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
22
23 Fix PR gdb/778
24 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
25 before recursing.
26 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
27 of fill_in_vptr_fieldno.
28
29 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
30
31 * inferior.h (registers_info, stepi_command, nexti_command,
32 continue_command, interrupt_target_command): Export from infcmd.c.
33 * frame.h (args_info, selected_frame_level_changed_hook,
34 return_command): Export from stack.c.
35 * v850ice.c (stepi_command, nexti_command, continue_command): use
36 prototypes from inferior.h.
37 * tracepoint.c (registers_info, args_info, locals_info): Use
38 prototypes from frame.h and inferior.h.
39 * Makefile.in (mi-main.o): Add dependency on frame.h.
40
41 2002-10-02 Andrew Cagney <ac131313@redhat.com>
42
43 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
44 value in register 3 adjusted by ppc_gp0_regnum.
45
46 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
47
48 2002-10-02 Marko Mlinar <markom@opencores.org>
49
50 * MAINTAINERS: Add myself to the Write After Approval list.
51
52 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
53
54 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
55 of the section for the N64 ABI, fixed.
56
57 * config/mips/tm-irix6.h: Include solib.h.
58
59 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
60
61 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
62 GNU operators.
63
64 2002-10-01 Andrew Cagney <ac131313@redhat.com>
65
66 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
67 and that "mi0" syntax has been removed.
68
69 2002-09-30 David Carlton <carlton@math.stanford.edu>
70
71 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
72 * ppc-sysv-tdep.c: #include "gdb_string.h".
73 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
74 pacify GCC.
75
76 2002-10-01 Andrew Cagney <ac131313@redhat.com>
77
78 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
79 "vrsave"'s register number.
80
81 2002-09-30 Andrew Cagney <ac131313@redhat.com>
82
83 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
84 use frame_unwind_signed_register to obtain the PC.
85 (mips_frame_chain): Handle a generic dummy frame.
86 (mips_init_extra_frame_info): When a generic dummy frame, don't
87 re-compute the frame base.
88 (mips_pop_frame): Handle generic dummy frames.
89 (mips_gdbarch_init): When generic dummy frames, set
90 use_generic_dummy_frames, push_dummy_frame to
91 generic_push_dummy_frame, pc_in_call_dummy to
92 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
93 generic_save_dummy_frame_tos.
94
95 2002-09-30 Andrew Cagney <ac131313@redhat.com>
96
97 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
98 against TOP when TOP was explictly set.
99 (generic_push_dummy_frame): Set TOP to zero.
100
101 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
102
103 * event-loop.c (start_event_loop): Rename variable 'result' to
104 'gdb_result', to avoid conflicts with upcoming intepreters changes.
105
106 2002-09-30 Keith Seitz <keiths@redhat.com>
107
108 * gdb-events.sh (selected_thread_changed): New event.
109 * gdb-events.c: Regenerated.
110 * gdb-events.h: Regenerated.
111
112 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
113
114 * MAINTAINERS: Add self to Write After Approval list.
115
116 2002-09-30 Fernando Nasser <fnasser@redhat.com>
117
118 * disasm.c: New file.
119 * disasm.h: New file.
120 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
121 (compare_lines): Ditto.
122 (dump_insns): Ditto.
123 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
124 argument.
125 (do_assembly_only): Ditto.
126 (do_disassembly): Renamed to gdb_disassembly and moved to
127 disasm.c. Sdded uiout argument.
128 * Makefile.in: Add new files. Reorder SFILES list. Update
129 dependencies. Include libgdb.a later in the insight executable.
130
131 2002-09-29 Andrew Cagney <ac131313@redhat.com>
132
133 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
134 bfd/elf64-alpha-fbsd.c.
135
136 2002-09-29 Andrew Cagney <ac131313@redhat.com>
137
138 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
139 i386gnu-tdep.c.
140
141 2002-09-29 Andrew Cagney <ac131313@redhat.com>
142
143 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
144 __FUNCTION__.
145 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
146 function name.
147 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
148 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
149 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
150 (S_msg_sig_post_reply): Ditto.
151
152 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
153
154 * sh-tdep.c (sh_use_struct_convention): Use definition according
155 to ABI.
156 (sh_push_arguments): Store in register with correct endianess.
157 (sh_default_store_return_value): Ditto.
158 (sh_gdbarch_init): Set sizeof long double to 8.
159
160 2002-09-27 Mark Kettenis <kettenis@gnu.org>
161
162 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
163 Fix some whitespace problems.
164
165 2002-09-27 David Carlton <carlton@math.stanford.edu>
166
167 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
168 (mcore-tdep.o): Ditto.
169 (ns32k-tdep.o): Ditto.
170 (ns32knbsd-tdep.o): Ditto.
171 (sh3-rom.o): Ditto.
172 (vax-tdep.o): Ditto.
173 * cris-tdep.c: #include "gdb_string.h"
174 * mcore-tdep.c: Ditto.
175 * ns32k-tdep.c: Ditto.
176 * ns32knbsd-tdep.c: Ditto.
177 * sh3-rom.c: Ditto.
178 * vax-tdep.c: Ditto.
179
180 2002-09-27 David Carlton <carlton@math.stanford.edu>
181
182 * config/djgpp/fnchange.lst: Add entries for
183 gdb/testsuite/gdb.c++/m-static files.
184
185 2002-09-27 Jim Wilson <wilson@redhat.com>
186
187 * MAINTAINERS: Add myself to the Write After Approval list.
188
189 2002-09-26 Martin M. Hunt <hunt@redhat.com>
190
191 * mips-tdep.c (find_proc_desc): Initialize startaddr.
192
193
194 2002-09-26 Andrew Cagney <ac131313@redhat.com>
195
196 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
197 frame.
198
199 2002-09-26 Andrew Cagney <ac131313@redhat.com>
200
201 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
202 (rs6000_struct_return_address): Delete variable.
203 (rs6000_store_struct_return): Update.
204 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
205 deprecated_extract_struct_value_address.
206 (rs6000_frame_align): New function.
207 (rs6000_gdbarch_init): Set frame_align.
208
209 2002-09-26 Andrew Cagney <ac131313@redhat.com>
210
211 From Grace Sainsbury <graces@redhat.com>:
212 * Makefile.in (gdbtk-main.o): New target.
213 (gdb.o): New target.
214 (main_h): Define.
215 (main.o): Update dependencies.
216 (gdb$(EXEEXT)): Add gdb.o.
217 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
218 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
219 (SUBDIR_GDBTK_CLEAN): Set.
220 (install-gdbtk): Install the insight binary.
221 (uninstall-gdbtk): New target.
222 (all-gdbtk, clean-gdbtk): New rule.
223 * top.c (use_windows): Default to zero.
224 * main.c: Include "main.h".
225 (main): Delete.
226 (struct captured_main_args): Delete.
227 (gdb_main): New function.
228 * main.h: New file.
229 * gdb.c: New File.
230
231 2002-09-25 Andrew Cagney <cagney@redhat.com>
232
233 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
234 (frame_map_regnum_to_name): New function.
235 (frame_map_name_to_regnum): New function.
236 * frame.h (frame_map_name_to_regnum): Declare.
237 (frame_map_regnum_to_name): Declare.
238 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
239 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
240 * parse.c: Do not include "builtin-regs.h".
241 (target_map_name_to_register): Delete function.
242 (write_dollar_variable): Use frame_map_name_to_regnum.
243 * parser-defs.h (target_map_name_to_register): Delete declaration.
244 * expprint.c: Include "frame.h".
245 (print_subexp): Use frame_map_regnum_to_name.
246 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
247 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
248
249 2002-09-25 Andrew Cagney <ac131313@redhat.com>
250
251 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
252 wasn't saved, and the next innermost frame is a dummy, return the
253 dummy frame's link register.
254
255 2002-09-24 Jim Blandy <jimb@redhat.com>
256
257 Fix from Paul Breed:
258 * main.c (captured_main): Add a `break' after the case for 'b'.
259
260 2002-09-24 Keith Seitz <keiths@redhat.com>
261
262 * varobj.c (c_type_of_child): Use get_target_type instead
263 of TYPE_TARGET_TYPE.
264
265 2002-09-22 Fernando Nasser <fnasser@redhat.com>
266
267 * source.c (get_current_or_default_source_symtab_and_line): Remove
268 function.
269 (set_default_source_symtab_and_line): New function. Attempts to
270 determine a source file to list lines from if one is not currently
271 defined.
272 (get_current_source_symtab_and_line): Initialize sal.pc and
273 sal.end fields.
274 (set_current_source_symtab_and_line): Mark argument as const.
275 * source.h: Update declarations and comments.
276 * linespec.c (decode_line_1): Replace call to removed routine above.
277 * stack.c (print_frame_info_base): Ditto.
278 * cli/cli-cmds.c (edit_command): Ditto.
279 (list_command): Ditto.
280
281 2002-09-22 Fernando Nasser <fnasser@redhat.com>
282
283 * source.c (get_current__or_default_source_symtab_and_line): Initialize
284 sal.pc and sal.end fields.
285 (get_current_or_default_source_symtab_and_line): Ditto.
286 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
287 so we do not cause a new source symtab to be searched for (reverting an
288 unintentional change from the 2002-09-20 patch).
289 * scm-lang.c (scm_unpac): Ditto.
290
291 2002-09-21 Andrew Cagney <cagney@redhat.com>
292
293 * complaints.c (symfile_explanations): Remove new-line from
294 ``isolated_message''.
295 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
296 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
297
298 2002-09-20 Nick Clifton <nickc@redhat.com>
299
300 * NEWS: Announce that V850EA ISA is no longer supported.
301 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
302
303 2002-09-20 David Carlton <carlton@math.stanford.edu>
304
305 * Makefile.in (c-lang.o): Correct dependencies.
306 (utils.o): Gather dependencies.
307 (charset.o): Move.
308 * c-lang.c: #include "gdb_string.h"
309
310 2002-09-20 Fernando Nasser <fnasser@redhat.com>
311
312 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
313 * cli/cli-cmds.c (list_command): New function. Implements the new
314 cli edit command.
315 (_init_cli_cmds): Add new command definition.
316 * gdb.1: Document edit command.
317 * doc/gdb.texinfo: Document edit command.
318
319 2002-09-20 Fernando Nasser <fnasser@redhat.com>
320
321 * source.c: Make global variables current_source_symtab and
322 current_source_line static.
323 (list_command): Moved to cli/cli-cmds.c.
324 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
325 (get_first_line_listed): New accessor function.
326 (get_lines_to_list): New accessor function.
327 (get_current_source_symtab_and_line): New function. Retrieves the
328 position in the source code that we consider current.
329 (get_current_or_default_source_symtab_and_line): New function.
330 Like the above but attempts to determine a default position if one
331 is not currently defined.
332 (set_current_source_symtab_and_line): New function. Sets the source
333 code position considered current and returns the previously set one.
334 (clear_current_source_symtab_and_line): Reset stored information about
335 a current source line.
336 (_initialize_source): Remove registration for the "list" command and
337 its alias.
338 * source.h: Add declarations for the new functions above.
339 * symtab.h: Remove declarations for the global variables mentioned
340 above.
341 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
342 obtain current source line.
343 * linespec.c (decode_line_1): Ditto.
344 * macroscope.c (default_macro_scope): Ditto.
345 * scm-lang.c (scm_unpac): Ditto.
346 * stack.c (print_frame_info_base): Ditto.
347 * symfile.c (clear_symtab_users): Ditto.
348 * symtab.c (decode_line_spec): Ditto.
349 * cli/cli-cmds.c (list_command): Moved here from source.c.
350 (ambiguous_line_spec): Moved here from source.c.
351 (_init_cli_cmds): Add definition for "list" and its alias.
352 * Makefile.in: Update dependencies.
353
354 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
355
356 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
357 with what gcc thinks is correct.
358
359 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
360
361 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
362 multiple register push instruction.
363
364 2002-09-19 Jim Blandy <jimb@redhat.com>
365
366 Add support for distinct host and target character sets.
367 * charset.c, charset.h: New files.
368 * c-exp.y: #include "charset.h".
369 (yylex): Convert character and string literals to the target
370 character set, before returning them as the semantic value of the
371 token.
372 * c-lang.c: #include "charset.h".
373 (c_emit_char): Use charset-specific methods to recognize
374 characters with backslash escape forms, to decide which characters
375 to print literally and which to print using numeric escape
376 sequences, and to convert target characters to host characters
377 before printing.
378 * utils.c: #include "charset.h".
379 (no_control_char_error): New function.
380 (parse_escape): Use charset-specific methods to recognize
381 backslash escapes, parse `control character' notation, and convert
382 characters from the host character set to the target character set.
383 * configure.in: Set the default host character set.
384 Check where to find iconv, and what its argument types might be.
385 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
386 * Makefile.in (SFILES): List charset.c.
387 (COMMON_OBS): List charset.o.
388 (charset.o): New rule.
389 (charset_h): New header dependency variable.
390 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
391 (LIBICONV): New variable, set by configure.
392 (CLIBS): Include $(LIBICONV) here.
393 * aclocal.m4, config.in, configure: Regenerated.
394
395 2002-09-19 Joel Brobecker <brobecker@gnat.com>
396
397 * ada-exp.y: Add missing semicolons to end rules. Fixes a
398 bison 1.35 warning.
399
400 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
401
402 * gdb_mbuild.sh: New file.
403
404 2002-09-19 Andrew Cagney <ac131313@redhat.com>
405
406 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
407
408 2002-09-18 Andrew Cagney <ac131313@redhat.com>
409
410 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
411 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
412 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
413 valops.c, value.h: Revert previous change.
414
415 2002-09-18 Michael Snyder <msnyder@redhat.com>
416
417 Preliminary support for Objective-C:
418 * defs.h (language_objc): New enum value.
419 (puts_filtered_tabular): Declaration only, exported from utils.c.
420 (skip_quoted): Delete, declared in completer.h.
421 * c-exp.y: Include completer.h.
422 * p-exp.y: Ditto.
423 * jv-exp.y: Ditto.
424 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
425 New operator enum values.
426 * language.h (CAST_IS_CONVERSION): Test for language_objc.
427 * language.c (binop_result_type): Handle language_objc case.
428 (integral_type, character_type, string_type, boolean_type,
429 structured_type, binop_type_check): Ditto.
430 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
431 (struct objc_specific): Add to general_symbol_info.
432 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
433 (SYMBOL_DEMANGLED_NAME): Handle objc case.
434 * parser-defs.h (struct objc_class_str): New struct type.
435 (start_msglist, end_msglist, add_msglist): Declaration only,
436 exported from objc-lang.c.
437 * value.h (value_of_local, value_nsstring,
438 call_function_by_hand_expecting_type): Exported from valops.c.
439 * valops.c (find_function_addr): Export.
440 (call_function_by_hand_expecting_type): New function.
441 (value_of_local): New function.
442 * symfile.c (init_filename_language_table): Add ".m" extension
443 for Objective-C.
444 * utils.c (puts_filtered_tabular): New function.
445 (fprintf_symbol_filtered): Add objc demangling support (disabled).
446 (set/show demangle): Extend help-string to refer to ObjC.
447 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
448 * stabsread.c (symbol_reference_defined): Objective-C symbols
449 may contain colons: make allowances when scanning stabs strings
450 for colons.
451 (objc_find_colon): New function.
452 * printcmd.c (address_info): If language == objc then print
453 "self" instead of "this".
454 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
455 OP_NSSTRING, and OP_SELF.
456 (prefixify_subexp): Ditto.
457 * source.c (print_source_lines): Mention objc in comment.
458 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
459 method names.
460
461 2002-09-18 Andrew Cagney <ac131313@redhat.com>
462
463 * complaints.h: Update copyright.
464 (struct complaints): Declare.
465 (struct complaint): Make `message' constant.
466 (internal_complaint): Declare.
467 (complaint): Declare.
468 (complaint_root): Delete declaration.
469 (symfile_complaints): Delete declaration.
470 (struct complaints): Add opaque declaration.
471 (clear_complaints): Add a complaints parameter.
472 * complaints.c: Update copyright.
473 (enum complaint_series): Define.
474 (complaint_root): Delete.
475 (struct complaints): Define.
476 (complaint_sentinel, symfile_complaint_book): New variables.
477 (symfile_explanations, symfile_complaints): New variables.
478 New variables.
479 (get_complaints): New function.
480 (vcomplaint): New function.
481 (complaint): New function.
482 (internal_complaint): New function.
483 (complain): Call vcomplain with symfile_complaint.
484 (clear_complaints): Rewrite.
485 (_initialize_complaints): Use add_setshow_command.
486 * Makefile.in (complaints.o): Update dependencies.
487 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
488 to call to clear_complaints.
489 (new_symfile_objfile, reread_symbols): Ditto.
490 (oldsyms_complaint): Delete.
491 (empty_symtab_complaint, unknown_option_complaint): Delete.
492 (free_named_symtabs): Use complaint instead of complain.
493
494 2002-09-18 Michael Snyder <msnyder@redhat.com>
495
496 Contributed by Apple Computer, Inc. Merged with current sources
497 by Adam Fedor <fedor@doc.com> [cagney].
498
499 * objc-lang.c: First clean-up round: comments, indentation.
500 * objc-lang.h: Ditto.
501 * objc-lang.y: Ditto.
502
503 2002-09-18 Andrew Cagney <ac131313@redhat.com>
504
505 * maint.c (maintenance_internal_error): Print the parameter as the
506 error message.
507 (maintenance_internal_warning): New function.
508 (_initialize_maint_cmds): Add command `maint internal-warning'.
509
510 * defs.h (internal_warning, internal_vwarning): Declare.
511 * utils.c (struct internal_problem): Define.
512 (internal_vproblem): New function.
513 (internal_warning): New function.
514 (internal_vwarning): New function.
515 (internal_warning_problem, internal_error_problem): New variables.
516 (internal_verror): Just call internal_vproblem.
517
518 2002-09-18 Michael Snyder <msnyder@redhat.com>
519
520 * objc-lang.c: New file, support for Objective-C.
521 Preliminary check-in, not yet integrated into gdb.
522 * objc-lang.h: New file.
523 * objc-exp.y: New file.
524
525 2002-09-18 Andrew Cagney <ac131313@redhat.com>
526
527 * infrun.c (signal_stop_update): Convert definition to ISO C.
528 (signal_print_update): Ditto.
529 (signal_pass_update): Ditto.
530 * inflow.c (terminal_save_ours): Ditto.
531
532 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
533 comments.
534
535 * config/djgpp/fnchange.lst: Handle name clashes between
536 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
537 bfd/coff-tic80.c.
538
539 * i386-linux-tdep.h: Fix tipo.
540
541 2002-09-18 Adam Fedor <fedor@gnu.org>
542
543 * MAINTAINERS: Add myself to the Write After Approval list.
544
545 2002-09-18 Jim Blandy <jimb@redhat.com>
546
547 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
548 texthigh and textlow to reader-specific structs caused
549 objfile_relocate to miss them. This is fixable, but the work that
550 the change was supposed to prepare GDB for never got done anyway.
551
552 2002-09-18 David Carlton <carlton@math.stanford.edu>
553
554 * MAINTAINERS: Alphabetize Write After Approval list.
555
556 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
557
558 Fix PR gdb/709
559 * values.c (value_static_field): Call read_var_value.
560
561 2002-09-18 Andrew Cagney <ac131313@redhat.com>
562
563 * valops.c (hand_function_call): Align the initial stack pointer
564 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
565 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
566 return value.
567 * mips-tdep.c (mips_frame_align): New function.
568 (mips_gdbarch_init): Set frame_align.
569 * gdbarch.sh (FRAME_ALIGN): New method.
570 * gdbarch.h, gdbarch.c: Re-generate.
571
572 2002-09-18 Michal Ludvig <mludvig@suse.cz>
573
574 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
575 registers.
576
577 2002-09-17 Andrew Cagney <ac131313@redhat.com>
578
579 * NEWS: Mention that MIPS $fp behavior changed.
580 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
581 reference to FP_REGNUM.
582 (mipsnbsd_cannot_store_register): Ditto.
583 * mips-linux-nat.c: Update copyright.
584 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
585 (mips_linux_cannot_store_register): Ditto.
586 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
587 * config/mips/tm-mips.h: Update copyright.
588 (FP_REGNUM): Delete macro.
589 (MIPS_REGISTER_NAMES): Replace "fp" with "".
590 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
591 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
592 (mips_r3041_reg_names, mips_r3051_reg_names)
593 (mips_r3081_reg_names): Replace "fp" with "".
594 Fix PR gdb/480.
595
596 2002-09-17 Theodore A. Roth <troth@verinet.com>
597
598 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
599 generic_read_register_dummy() (PR gdb/703).
600 (avr_push_return_address): #if 0 out unused vars.
601 (avr_gdbarch_init): Enable use of avr_push_return_address().
602
603 2002-09-17 Michael Snyder <msnyder@redhat.com>
604
605 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
606 RTE will take care of it.
607
608 2002-09-17 Andrew Cagney <ac131313@redhat.com>
609
610 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
611 invalid, return SP_REGNUM.
612
613 2002-09-17 Michael Snyder <msnyder@redhat.com>
614
615 * mips-tdep.c (mips_pop_frame): Read saved values of floating
616 point registers without sign extension.
617
618 2002-09-17 Andrew Cagney <cagney@redhat.com>
619
620 * blockframe.c (deprecated_read_register_dummy): Rename
621 generic_read_register_dummy.
622 * frame.c (frame_unwind_signed_register): New function.
623 (frame_unwind_unsigned_register): New function.
624 * frame.h (frame_unwind_signed_register): Declare.
625 (frame_unwind_unsigned_register): Declare.
626 (deprecated_read_register_dummy): Rename
627 generic_read_register_dummy.
628
629 * h8300-tdep.c (h8300_frame_chain): Update.
630 (h8300_frame_saved_pc): Update.
631 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
632 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
633 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
634 (s390_frame_chain): Update.
635 * v850-tdep.c (v850_find_callers_reg): Update.
636 (v850_frame_saved_pc): Update.
637 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
638 (m32r_find_callers_reg): Update.
639 (m32r_frame_saved_pc): Update.
640 * sh-tdep.c (sh_find_callers_reg): Update.
641 (sh64_get_saved_pr): Update.
642 (sh_init_extra_frame_info): Update.
643 (sh_init_extra_frame_info): Update.
644 (sh64_init_extra_frame_info): Update.
645 (sh64_init_extra_frame_info): Update.
646 * mcore-tdep.c (mcore_find_callers_reg): Update.
647 (mcore_frame_saved_pc): Update.
648 (mcore_init_extra_frame_info): Update.
649 * i386-tdep.c (i386_frame_saved_pc): Update.
650 * ia64-tdep.c (ia64_frame_saved_pc): Update.
651 (ia64_init_extra_frame_info): Update.
652 (ia64_init_extra_frame_info): Update.
653 * d10v-tdep.c (d10v_frame_saved_pc): Update.
654 * cris-tdep.c (cris_init_extra_frame_info): Update.
655 * avr-tdep.c (avr_frame_chain): Update.
656 (avr_init_extra_frame_info): Update.
657 (avr_frame_saved_pc): Update.
658 * arm-tdep.c (arm_find_callers_reg): Update.
659 (arm_init_extra_frame_info): Update.
660 (arm_frame_saved_pc): Update.
661
662 2002-09-17 Tom Tromey <tromey@redhat.com>
663
664 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
665 is "'".
666
667 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
668
669 * MAINTAINERS: Remove "non multi-arched" text from h8300.
670 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
671 NEXT_PROLOGUE_INSN.
672 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
673 NEXT_PROLOGUE_INSN.
674
675 2002-09-16 Joel Brobecker <brobecker@gnat.com>
676
677 * osfsolib.c: Remove file, replaced by solib-osf.c.
678 * Makefile.in: Remove compilation rules for osfsolib.c.
679
680 2002-09-16 David Carlton <carlton@math.stanford.edu>
681
682 * cp-valprint.c (cp_print_class_method): Correct args to
683 check_stub_method_group.
684
685 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
686
687 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
688 `set architecture'. Unify naming convention of functions.
689 (h8300_skip_prologue): Improve prologue analysis.
690 (h8300_push_arguments): Rewritten to more closely match GCC's
691 bizarre argument-passing behavior, along with the comment describing
692 said behavior.
693 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
694 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
695 sim, remote-e7000.c, remote-hms.c and remote.c
696
697 2002-09-15 Mark Kettenis <kettenis@gnu.org>
698
699 * i386-tdep.c (gdb_print_insn_i386): Removed.
700 (i386_print_insn): New function.
701 (i386_gdbarch_init): Set print_insn to i386_print_insns.
702 (_initialize_i386_tdep): Don't initialize tm_print_insn and
703 tm_print_insn_info.
704
705 2002-09-14 Mark Kettenis <kettenis@gnu.org>
706
707 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
708 zero.
709
710 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
711
712 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
713 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
714 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
715
716 2002-09-13 Christopher Faylor <cgf@redhat.com>
717
718 * win32-nat.c (child_create_inferior): Honor 'tty' command.
719
720 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
721
722 * gdbtypes.c (check_stub_method): Make static.
723 (check_stub_method_group): New function.
724 * gdbtypes.h: Update prototypes.
725 * cp-support.c: New file.
726 * cp-support.h: New file.
727
728 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
729 (update_method_name_from_physname): New function.
730 (read_member_functions): Correct method names for operators
731 and v3 constructors/destructors. Separate v2 constructors and
732 destructors.
733 * Makefile.in (stabsread.o): Update dependencies.
734 (SFILES): Add cp-support.c.
735 (COMMON_OBS): Add cp-support.o.
736 (cp_support_h, cp-support.o): Add.
737
738 * cp-valprint.c (cp_print_class_method): Call
739 check_stub_method_group instead of check_stub_method. Remove
740 extraneous QUITs.
741 * p-valprint.c (pascal_object_print_class_method): Likewise.
742 * valops.c (search_struct_method): Likewise.
743 (find_method_list, value_struct_elt_for_reference): Likewise.
744
745 2002-09-13 Andrew Cagney <cagney@redhat.com>
746
747 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
748 * gdbarch.h, gdbarch.c: Regenerate.
749
750 2002-09-13 Andrew Cagney <ac131313@redhat.com>
751
752 * frame.c (find_saved_register): Delete function.
753 * frame.h (find_saved_register): Delete declaration.
754 Fix PR gdb/631.
755
756 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
757
758 * mips-tdep.c (read_next_frame_reg): Re-hack using
759 frame_register_unwind.
760
761 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
762
763 * mips-tdep.c (mips_get_saved_register): Re-hack using
764 frame_register_unwind.
765
766 2002-09-12 Joel Brobecker <brobecker@gnat.com>
767
768 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
769 vector. Will be useful for Interix.
770 * gdbarch.h, gdbarch.c: Regenerate.
771
772 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
773 name of the malloc function by NAME_OF_MALLOC.
774
775 2002-09-12 Joel Brobecker <brobecker@gnat.com>
776
777 * value.h (find_function_in_inferior): Add const keyword to
778 one of the parameters. Allows us to invoke this function with
779 a const char *.
780 * valops.c (find_function_in_inferior): Likewise.
781
782 2002-09-12 Joel Brobecker <brobecker@gnat.com>
783
784 * exec.c (xfer_memory): Fix compilation warning with old versions
785 of GCC.
786 * tracepoint.c (trace_find_tracepoint_command): Likewise.
787
788 2002-09-12 David Carlton <carlton@math.stanford.edu>
789
790 * symtab.h: Run through gdb_indent.h.
791 Add 2002 to Copyright year list.
792
793 2002-09-12 Alan Modra <amodra@bigpond.net.au>
794
795 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
796 mach constants.
797 * MAINTAINERS: Add myself to write after approval list.
798
799 2002-09-11 J. Brobecker <brobecker@gnat.com>
800
801 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
802
803 2002-09-11 J. Brobecker <brobecker@gnat.com>
804
805 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
806 Interix.
807
808 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
809
810 * procfs.c (do_detach): Clear current signal, not just fault.
811 Corrects problem with breakpoint trap signal leaking to detached
812 process on Tru64.
813
814 2002-09-10 Michael Snyder <msnyder@redhat.com>
815
816 * buildsym.c (finish_block): Protect against null pointer.
817
818 2002-09-10 Andrew Cagney <cagney@redhat.com>
819
820 * infcmd.c (default_print_registers_info): Send all output to
821 ``file'' instead of ``gdb_stdout''.
822
823 2002-09-10 Michael Snyder <msnyder@redhat.com>
824
825 * mips-tdep.c (mips_extract_struct_value_address): Make val a
826 LONGEST, and use signed register read (addresses are sign-
827 extended for mips).
828
829 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
830
831 * event-loop.c (gdb_do_one_event): Make public.
832 * event-loop.h (gdb_do_one_event): Declare.
833
834 2002-09-10 Jeff Law <law@redhat.com>
835
836 * infttrace.c (child_resume): Simplify and rework to avoid
837 TT_PROC_CONTINUE.
838
839 2002-09-09 Fred Fish <fnf@intrinsity.com>
840
841 * printcmd.c (print_scalar_formatted): "len" is the number of
842 target bytes, NOT the number of target bits.
843
844 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
845
846 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
847 * top.c (init_main): Set rl_terminal_name.
848
849 2002-09-08 Aidan Skinner <aidan@velvet.net>
850
851 * ada-lang.c (ada_array_bound, ada_type_match,
852 _initialize_ada_language): Fix K&R definitions.
853 * ada-tasks.c (get_current_task): Fix K&R definitions.
854 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
855
856 2002-09-07 Christopher Faylor <cgf@redhat.com>
857
858 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
859 Add XP.
860
861 2002-09-06 Mark Kettenis <kettenis@gnu.org>
862
863 * i386-tdep.c (i386_register_virtual_type,
864 i386_register_convertible, i386_register_convert_to_virtual,
865 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
866 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
867 (i386_gdbarch_init): Fix comment. Add comments on calls that set
868 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
869 Don't set push_arguments twice.
870
871 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
872 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
873 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
874 sigtramp_end to NULL.
875 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
876 defines.
877 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
878
879 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
880 whitespace.
881
882 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
883 * gdbarch.h, gdbarch.c: Re-generate.
884 * blockframe.c (find_pc_sect_partial_function): Convert to use
885 SIGTRAMP_START_P predicate.
886
887 2002-09-05 Michael Snyder <msnyder@redhat.com>
888
889 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
890 generic_dummy_frame method and old method. Also distinguish
891 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
892 (arm_extract_return_value): Use new regcache method.
893
894 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
895 adjustment that doesn't conform to the ABI.
896 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
897 saved regcache, not from current regcache.
898
899 2002-09-05 Andrew Cagney <ac131313@redhat.com>
900
901 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
902 * README: Update.
903
904 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
905
906 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
907 if arm_apcs_32 is false.
908
909 2002-09-04 Andrew Cagney <ac131313@redhat.com>
910
911 GDB 5.3 branch created.
912
913 2002-09-03 Theodore A. Roth <troth@verinet.com>
914
915 * gdb/avr-tdep.c (avr_gdbarch_init): Use
916 generic_unwind_get_saved_register.
917
918 2002-09-03 David Carlton <carlton@math.stanford.edu>
919
920 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
921 argument (PR gdb/653). Update call to smash_to_method_type.
922 (read_structure_scope): Update call to dwarf2_add_member_fn.
923
924 2002-09-03 Michal Ludvig <mludvig@suse.cz>
925
926 * x86-64-linux-tdep.c: Include gdb_string.h
927 * x86-64-linux-nat.c: Ditto.
928
929 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
930
931 * ada-exp.y (yyname, yyrule): Remap global variables that appear
932 when YYDEBUG is set to 1.
933 * c-exp.y: Likewise.
934 * f-exp.y: Likewise.
935 * jv-exp.y: Likewise.
936 * m2-exp.y: Likewise.
937 * p-exp.y: Likewise.
938
939 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
940
941 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
942 dependency list.
943 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
944 solib_svr4_fetch_link_map_offsets to
945 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
946 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
947 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
948 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
949 solib-svr4.o, and solib-legacy.o.
950 * config/i386/tm-nbsd.h: Include solib.h.
951
952 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
953
954 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
955 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
956 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
957 comment noting that this needs its own target configuration.
958 * config/i386/nbsd.mt: New file.
959 * config/i386/nbsdaout.mt: Remove.
960 * config/i386/nbsdelf.mt: Ditto.
961 * config/i386/tm-nbsdaout.h: Ditto.
962
963 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
964
965 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
966 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
967 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
968 tdep->sigtramp_end.
969 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
970 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
971 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
972
973 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
974
975 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
976 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
977 * i386-tdep.h (i386bsd_init_abi): New prototype.
978 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
979 function declaration.
980 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
981 for NetBSD-a.out or NetBSD-ELF.
982 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
983 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
984 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
985 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
986 and nbsd-tdep.h.
987 (i386nbsd_pc_in_sigtramp): New function.
988 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
989 i386nbsd_pc_in_sigtramp.
990 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
991 and i386nbsdelf_init_abi OS ABI handlers.
992 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
993 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
994
995 2002-09-02 Mark Kettenis <kettenis@gnu.org>
996
997 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
998 registers if the target really has them.
999
1000 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1001
1002 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1003 than nbsd-tdep.h.
1004
1005 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1006
1007 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1008 list.
1009 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1010 (alphanbsd_skip_sigtramp_frame): New functions.
1011 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1012 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1013 to alphanbsd_sigcontext_addr.
1014
1015 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1016
1017 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1018 list.
1019 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1020 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1021 nbsd_pc_in_sigtramp.
1022 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1023 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1024 * nbsd-tdep.c: Include gdb_string.h.
1025 (nbsd_pc_in_sigtramp): New function.
1026 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1027 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1028 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1029 ppcnbsd_pc_in_sigtramp.
1030 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1031 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1032 shnbsd_pc_in_sigtramp.
1033 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1034 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1035 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1036
1037 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1038
1039 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1040 watchpoints to NULL.
1041 (insert_breakpoints): set val field of watchpoints if NULL.
1042
1043
1044 2002-08-29 Jim Blandy <jimb@redhat.com>
1045
1046 * symtab.c (lookup_symbol_aux): In the cases where we find a
1047 minimal symbol of an appropriate name and use its address to
1048 select a symtab to read and search, use `name' (as passed to us)
1049 as the demangled name when searching the symtab's global and
1050 static blocks, not the minsym's name.
1051
1052 2002-08-29 Keith Seitz <keiths@redhat.com>
1053
1054 * stack.c (print_frame_info_base): Always set current_source_symtab
1055 and current_source_line.
1056
1057 2002-08-29 Donn Terry <donnte@microsoft.com>
1058
1059 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1060
1061 2002-08-28 Keith Seitz <keiths@redhat.com>
1062
1063 * stack.c (select_frame): Add FIXME concerning selected-frame
1064 events.
1065 (select_frame_command): Send selected-frame-level-changed
1066 event notification, but only if the level actually changed.
1067 (up_silently_base): Add selected-frame-level-changed event
1068 notification.
1069 (down_silently_base): Likewise.
1070
1071 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1072
1073 * Makefile.in: Update dependencies for all gdb/*.c files.
1074
1075 2002-08-27 Tom Tromey <tromey@redhat.com>
1076
1077 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1078 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1079 Update dependencies.
1080 * i387-tdep.c: Include gdb_string.h.
1081 * osabi.c: Likewise.
1082 * i386-linux-nat.c: Likewise.
1083 * lin-lwp.c: Likewise.
1084 * ax-gdb.c: Likewise.
1085 * signals/signals.c: Likewise.
1086 * jv-valprint.c: Likewise.
1087 * p-lang.c: Likewise.
1088 * c-valprint.c: Likewise.
1089 * cp-abi.c: Likewise.
1090
1091 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1092
1093 * cli/cli-script.h (copy_command_lines): Export.
1094 * breakpoint.c: Include cli/cli-script.h.
1095 * Makefile.in (breakpoint.o): Update dependencies.
1096
1097 2002-08-26 Michael Snyder <msnyder@redhat.com>
1098
1099 * breakpoint.c (insert_breakpoints): Protect all references
1100 to 'process_warning'. Shorten long lines.
1101
1102 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1103
1104 * cli/cli-script.c (copy_command_lines): New function.
1105 * defs.h (copy_command_lines): Export.
1106 * testsuite/gdb.base/commands.exp: New tests for commands
1107 attached to a temporary breakpoint, and for commands that
1108 delete the breakpoint they are attached to.
1109
1110 2002-08-26 Michael Snyder <msnyder@redhat.com>
1111
1112 * breakpoint.c (bpstat_stop_status): Instead of copying the
1113 pointer to the breakpoint commands struct, make a new copy
1114 of the struct and point to that.
1115 (bpstat_clear): Free the commands struct.
1116 (bpstat_clear_actions): Free the commands struct.
1117 (bpstat_do_actions): Free the command actions. Also execute
1118 the local cleanups, instead of deleting them.
1119 (delete_breakpoint): Leave the commands field of the bpstat
1120 chain alone -- it will be freed later.
1121
1122 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1123
1124 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1125 deleted in 2002-08-20 commit. This function is still used by
1126 ppc-linux-nat.c.
1127
1128 2002-08-26 Keith Seitz <keiths@redhat.com>
1129
1130 * gdb-events.sh: Add selected-frame-level-changed event.
1131 * gdb-events.c: Regenerated.
1132 * gdb-events.h: Regenerated.
1133
1134 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1135
1136 Fix PR gdb/393:
1137 * inflow.c (terminal_save_ours): New function to save terminal
1138 settings.
1139 * inferior.h (terminal_save_ours): Declare.
1140 * target.c (debug_to_terminal_save_ours): New function.
1141 (cleanup_target): Defaults to_terminal_save_ours.
1142 (update_current_target): Inherit to_terminal_save_ours.
1143 (setup_target_debug): Set to_terminal_save_ours.
1144 * target.h (target_terminal_save_ours): New to save terminal settings.
1145 (target_ops): New member to_terminal_save_ours.
1146 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1147 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1148 * inftarg.c (init_child_ops): Likewise.
1149 * m3-nat.c (init_m3_ops): Likewise.
1150 * procfs.c (init_procfs_ops): Likewise.
1151 * wince.c (init_child_ops): Likewise.
1152 * win32-nat.c (init_child_ops): Likewise.
1153 * sol-thread.c (init_sol_thread_ops): Likewise.
1154
1155 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1156
1157 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1158 use regcache_* functions.
1159 (i386_gdbarch_init): Set store_return_value instead of
1160 deprecated_store_return_value.
1161
1162 * regcache.c (regcache_raw_write_signed,
1163 regcache_raw_write_unsigned): New functions.
1164 * regcache.h (regcache_raw_write_signed,
1165 regcache_raw_write_unsigned): New prototypes.
1166
1167 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1168
1169 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1170 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1171 source file dependencies. Cleanup corresponding generator rules.
1172
1173 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1174
1175 * regcache.h (register_offset_hack): Declare.
1176 (regcache_cooked_read_using_offset_hack): Declare.
1177 (regcache_cooked_write_using_offset_hack): Declare.
1178
1179 * regcache.c (register_offset_hack): New function.
1180 (regcache_cooked_read_using_offset_hack): New function.
1181 (regcache_cooked_write_using_offset_hack): New function.
1182 (regcache_dump): Check that the registers, according to their
1183 offset, are packed hard against each other.
1184 (cooked_xfer_using_offset_hack): New function.
1185
1186 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1187
1188 * regcache.c (struct regcache_descr): Add field register_type.
1189 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1190 in as a parameter
1191 (init_regcache_descr): Initialize register_type. Pass the descr
1192 to init_legacy_regcache_descr. Use register_type instead of
1193 REGISTER_VIRTUAL_TYPE.
1194 (register_type): New function.
1195 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1196 * regcache.h (register_type): Declare.
1197
1198 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1199
1200 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1201 instead of deprecated_store_return_value. Fix fallout from
1202 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1203
1204 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1205
1206 * regcache.c (max_register_size): New function.
1207 (init_legacy_regcache_descr): Ensure that max_register_size is
1208 large enough for REGISTER_VIRTUAL_SIZE.
1209 * regcache.h (max_register_size): Declare.
1210
1211 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1212
1213 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1214 store_return_value.
1215 (e500_extract_return_value): Change type of valbuf pointer to
1216 void.
1217
1218 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1219
1220 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1221 workaround.
1222
1223 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1224 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1225 long long) to prevent compiler warning on 64-bit systems.
1226
1227 2002-08-23 Andrew Cagney <cagney@redhat.com>
1228
1229 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1230 (DEPRECATED_STORE_RETURN_VALUE): New method.
1231 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1232 * gdbarch.h, gdbarch.c: Re-generate.
1233
1234 * values.c (set_return_value): Pass current_regcache to
1235 STORE_RETURN_VALUE.
1236 * arch-utils.h (legacy_store_return_value): Declare.
1237 * arch-utils.c (legacy_store_return_value): New function.
1238 (legacy_extract_return_value): Update parameters.
1239
1240 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1241 STORE_RETURN_VALUE.
1242 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1243 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1244 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1245 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1246 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1247 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1248 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1249 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1250 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1251 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1252
1253 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1254 * i386-tdep.c (i386_extract_return_value): Update.
1255 * arch-utils.c (legacy_extract_return_value): Update.
1256 * frv-tdep.c (frv_gdbarch_init): Update.
1257 * cris-tdep.c (cris_gdbarch_init): Update.
1258 * d10v-tdep.c (d10v_gdbarch_init): Update.
1259 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1260 * m68k-tdep.c (m68k_gdbarch_init): Update.
1261 * mcore-tdep.c (mcore_gdbarch_init): Update.
1262 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1263 * s390-tdep.c (s390_gdbarch_init): Update.
1264 * sparc-tdep.c (sparc_gdbarch_init): Update.
1265 * sh-tdep.c (sh_gdbarch_init): Update.
1266 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1267 * v850-tdep.c (v850_gdbarch_init): Update.
1268 * avr-tdep.c (avr_gdbarch_init): Update.
1269 * ia64-tdep.c (ia64_gdbarch_init): Update.
1270 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1271 * vax-tdep.c (vax_gdbarch_init): Update.
1272 * alpha-tdep.c (alpha_gdbarch_init): Update.
1273 * arm-tdep.c (arm_gdbarch_init): Update.
1274 * mips-tdep.c (mips_gdbarch_init): Update.
1275 * i386-tdep.c (i386_gdbarch_init): Update.
1276
1277 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1278
1279 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1280 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1281
1282 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1283
1284 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1285 problems.
1286
1287 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1288
1289 * infrun.c (handle_inferior_event): Move a comment outside of a
1290 function call, in order to avoid indent reformatting this part
1291 of the code in an unreadable way.
1292
1293 2002-08-23 Grace Sainsbury <graces@redhat.com>
1294
1295 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1296 when breakpoints fail. Move general breakpoint error messages to
1297 insert_breakpoints.
1298 * breakpoint.c (insert_breakpoints): Change warnings when
1299 breakpoints are nto inserted to specify the type. Remove call to
1300 memory_error when hardware breakpoints can't be inserted. Remove
1301 multiple calls to warning so all messages are sent to the user at
1302 once.
1303 (delete_breakpoints): Make insert error messsages more explicit.
1304
1305 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1306
1307 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1308 gdbserver/ChangeLog.
1309
1310 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1311
1312 * i386-tdep.c: Include "objfiles.h".
1313 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1314 skip_trampoline_code.
1315 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1316 (CPLUS_MARKER): Define to '.'.
1317
1318 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1319 member.
1320 (linux_corefile_thread_callback): Increase args->num_notes.
1321 (linux_make_note_section): Initialize thread_args.num_notes, and
1322 use it to determine whether notes for any threads were created.
1323
1324 2002-08-23 Donn Terry <donnte@microsoft.com>
1325
1326 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1327 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1328 and PCUNKILL.
1329 (write_with_trace): Conditionalize out the switch branch handling
1330 PCSHOLD if the corresponding macro is not defined. Likewise for
1331 PRSABORT and PRSTOP.
1332 This change will be needed by the Interix port.
1333
1334 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1335
1336 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1337 write_register wherever possible instead of manipulating the
1338 register bytes directly.
1339 Assign VALUE_CONTENTS to a variable and use that.
1340 The GPR numbers are now dependent on the architecture.
1341
1342 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1343
1344 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1345 ev_offset fields.
1346 (skip_prologue): Add support for BookE/e500 instructions.
1347 (e500_extract_return_value): New function.
1348 (frame_get_saved_regs): Add support for saving ev registers and
1349 pseudo gpr's.
1350 (e500_store_return_value): New function.
1351 (rs6000_gdbarch_init): Move up default intializations of
1352 deprecated_extract_return_value and store_return_value. Overwrite
1353 init of store_return_value with e500 specific version.
1354 Set extract_return_value for e500.
1355
1356 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1357
1358 * blockframe.c (generic_call_dummy_register_unwind): Use
1359 regcache_cooked_read to catch cases in which the variable is
1360 stored in a pseudo register.
1361
1362 2002-08-22 Andrew Cagney <cagney@redhat.com>
1363
1364 * NEWS: Mention that the i960 has been made obsolete.
1365 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1366 i960-tdep.c
1367 (remote-nrom.o): Obsolete target.
1368 (remote-nindy.o, i960-tdep.o): Ditto.
1369 * remote-nrom.c: Make file obsolete.
1370 * remote-nindy.c, remote-vx960.c: Ditto.
1371 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1372 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1373 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1374 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1375 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1376 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1377 i960-*-vxworks* obsolete.
1378 * MAINTAINERS: Note that the i960 is obsolete.
1379
1380 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1381
1382 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1383 detach to allow reinitialization.
1384
1385 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1386
1387 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1388 attempt).
1389
1390 2002-08-22 Jim Blandy <jimb@redhat.com>
1391
1392 * coffread.c (coff_symfile_read): Don't try to read the line
1393 number table from disk if the image file doesn't have a symbol
1394 table; we'll never actually look at the info anyway, and Windows
1395 ships DLL's with bogus file offsets for the line number data.
1396
1397 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1398
1399 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1400 an e500 executable.
1401
1402 2002-08-21 Michael Snyder <msnyder@redhat.com>
1403
1404 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1405 (MSYMBOL_SIZE): Replace macro with function.
1406 (DEFAULT_MIPS_TYPE): Delete unused macro.
1407 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1408 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1409
1410 2002-08-21 Jim Blandy <jimb@redhat.com>
1411
1412 * valops.c (value_cast): Simplify and correct logic for doing a
1413 static cast from a pointer to a base class to a pointer to a
1414 derived class.
1415
1416 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1417
1418 * infcmd.c (default_print_registers_info): Replace
1419 do_registers_info.
1420 (registers_info): Use gdbarch_print_registers_info instead of
1421 DO_REGISTERS_INFO.
1422 * inferior.h (default_print_registers_info): Replace
1423 do_registers_info.
1424 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1425 (DO_REGISTERS_INFO): Change to a predicate function.
1426 * gdbarch.h, gdbarch.c: Regenerate.
1427
1428 2002-08-21 Keith Seitz <keiths@redhat.com>
1429
1430 * gdb-events.sh: Add target-changed event.
1431 * gdb-events.c: Regenerated.
1432 * gdb-events.c: Regenerated.
1433 * valops.c (value_assign): Add target-changed event notification
1434 to inlval_register, lval_memory, and lval_reg_frame_relative.
1435
1436 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1437
1438 * NEWS: Add an entry regarding the improvement of the next/step
1439 operation on Alpha Tru64 multi-processor machines.
1440
1441 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1442
1443 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1444 directores.
1445 * Makefile.in: Update all _h macro definitions.
1446 * Makefile.in (install-gdbtk): Move to install section.
1447 (rdi-share/libangsd.a): Move to end of file.
1448
1449 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1450
1451 * frame.c (frame_register_unwind): When a register, set addrp to
1452 the register's byte.
1453
1454 2002-08-20 Michael Snyder <msnyder@redhat.com>
1455
1456 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1457 used locally, so move them from the target machine header to here.
1458 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1459 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1460 Make static.
1461 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1462
1463 2002-08-20 Andrew Cagney <cagney@redhat.com>
1464
1465 * NEWS: Mention that the Apollo line was made obsolete.
1466 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1467 m68*-hp-hpux* obsolete.
1468 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1469 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1470 * buildsym.c (make_blockvector): Make static.
1471 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1472 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1473 (ALLDEPFILES): Remove dstread.c.
1474 (dstread.o): Obsolete make rule.
1475 * dstread.c: Makefile obsolete.
1476 * dst.h: Ditto.
1477 * config/m68k/hp300hpux.mt: Ditto.
1478 * config/m68k/hp300hpux.mh: Ditto.
1479 * config/m68k/hp300bsd.mt: Ditto.
1480 * config/m68k/hp300bsd.mh: Ditto.
1481 * config/m68k/apollo68b.mt: Ditto.
1482 * config/m68k/apollo68v.mh: Ditto.
1483 * config/m68k/apollo68b.mh: Ditto.
1484
1485 2002-08-20 Michael Snyder <msnyder@redhat.com>
1486
1487 * mips-tdep.c (mips_in_return_stub): Make static.
1488 (mips_gdbarch_init): Set in_solib_return_trampoline.
1489 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1490
1491 2002-08-20 Michael Snyder <msnyder@redhat.com>
1492
1493 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1494 * gdbarch.c, gdbarch.h: Regenerate.
1495 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1496 Add.
1497 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1498
1499 2002-08-20 Michael Snyder <msnyder@redhat.com>
1500
1501 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1502 (mips_gdbarch_init): Set skip_trampoline_code,
1503 in_solib_call_trampoline.
1504 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1505 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1506
1507 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1508
1509 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1510
1511 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1512 vector type for ev registers.
1513 (e500_pseudo_register_read): New function.
1514 (e500_pseudo_register_write): New function.
1515 (e500_dwarf2_reg_to_regnum): New function.
1516 (PPC_UISA_NOFP_SPRS): New macro.
1517 (PPC_EV_REGS): New macro.
1518 (PPC_GPRS_PSEUDO_REGS): New macro.
1519 (registers_e500): New register set for e500.
1520 (variants): Add e500 variant.
1521 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1522 before setting architectural dependent variations. Initialize ev
1523 registers numbers. Add case for e500 architecture. Set the
1524 number of pseudo registers.
1525
1526 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1527
1528 * rs6000-tdep.c: Clean up comments.
1529
1530 2002-08-20 Andrew Cagney <cagney@redhat.com>
1531
1532 * h8300-tdep.c: Re-indent file.
1533
1534 2002-08-20 Jim Blandy <jimb@redhat.com>
1535
1536 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1537 default for this.
1538
1539 2002-08-20 Keith Seitz <keiths@redhat.com>
1540
1541 * breakpoints.c (watch_command_1): Use internal breakpoint
1542 when setting a watchpoint_scope breakpoint.
1543
1544 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1545
1546 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1547 (build_builtin_type_vec64i): Ditto.
1548 (build_builtin_type_vec128): Ditto.
1549 (build_builtin_type_vec128i): Ditto.
1550
1551 2002-08-19 Michael Snyder <msnyder@redhat.com>
1552
1553 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1554 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1555 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1556 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1557 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1558 CALL_DUMMY_ADDRESS): Delete.
1559 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1560 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1561 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1562 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1563 push_return_address.
1564 (mips_register_raw_size, mips_eabi_use_struct_convention,
1565 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1566 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1567 mips_init_extra_frame_info, mips_eabi_push_arguments,
1568 mips_n32n64_push_arguments, mips_push_return_address,
1569 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1570 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1571
1572 2002-08-19 Michael Snyder <msnyder@redhat.com>
1573
1574 * mips-tdep.c (mips_frame_num_args): New function.
1575 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1576 frame_saved_pc, frame_args_address, frame_locals_address,
1577 frame_num_args, and frame_args_skip.
1578 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1579 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1580 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1581 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1582
1583 2002-08-20 Michael Snyder <msnyder@redhat.com>
1584
1585 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1586 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1587 * mips-tdep.c (mips_store_struct_return): New function.
1588 (mips_extract_struct_value_address): New function.
1589 (mips_gdbarch_init): Set store_struct_return and
1590 extract_struct_value_address.
1591
1592 2002-08-20 David Carlton <carlton@math.stanford.edu>
1593
1594 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1595 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1596 (read_file_scope): Check that line_header is nonzero before
1597 decoding macro information.
1598
1599 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1600
1601 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1602 flag the general-purpose registers as floating-point on targets
1603 that don't support the floating-point registers.
1604
1605 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1606
1607 * rs6000-tdep.c (altivec_register_p): Delete.
1608 (rs6000_do_altivec_registers): Delete.
1609 (rs6000_altivec_registers_info): Delete.
1610 (rs6000_do_registers_info): Delete.
1611 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1612 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1613
1614 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1615
1616 * infcmd.c (do_registers_info): Print vector registers in hex
1617 format only.
1618 (print_vector_info): Check that printing registers
1619 makes sense.
1620 (print_float_info): Ditto.
1621
1622 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1623
1624 * mips-tdep.c (mips_gdbarch_init): Update.
1625 (mips_o32_extract_return_value): Rewrite.
1626 (mips_o32_store_return_value): Rewrite.
1627 (mips_o32_xfer_return_value): New function.
1628 (mips_xfer_register): Tweak debug print message. Allow for
1629 buf_offset when dumping the value transfered.
1630
1631 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1632
1633 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1634 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1635 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1636 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1637 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1638
1639 2002-08-14 Michael Snyder <msnyder@redhat.com>
1640
1641 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1642
1643 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1644
1645 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1646 register.
1647 (P): New macro to define a register as a pseudo register.
1648 (R, R4, R8, R16, FR32, R64, R0): Updated.
1649 (struct variant): Add new fields for number of pseudo registers
1650 and number of total registers.
1651 (tot_num_registers): New macro replacing....
1652 (num_registers): ...deleted macro.
1653 (num_registers): New function.
1654 (num_pseudo_registers): New function.
1655 (variants): Update all variants to intialize new fields correctly.
1656 Postpone initialization of number of pseudo regs and real regs.
1657 (init_variants): New function.
1658 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1659 registers offsets.
1660
1661 2002-08-19 David Carlton <carlton@math.stanford.edu>
1662
1663 * valops.c (search_struct_field): Change error message to treat
1664 return value of 0 from value_static_field as meaning that field is
1665 optimized out.
1666 (value_struct_elt_for_reference): Ditto.
1667 * values.c (value_static_field): Treat an unresolved location the
1668 same as a nonexistent symbol. Fix PR gdb/635.
1669 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1670 enclosed. Fix PR gdb/574.
1671 * MAINTAINERS: Add self to Write After Approval list.
1672
1673 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1674
1675 * mips-tdep.c (mips_xfer_register): New function.
1676 (mips_n32n64_extract_return_value): Rewrite.
1677 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1678 instead of deprecated_extract_return_value.
1679
1680 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1681
1682 * rs6000-tdep.c (TDEP): Delete macro.
1683 (branch_dest): Replace use of TDEP macro with its body.
1684 (rs6000_pop_frame): Ditto.
1685 (rs6000_push_arguments): Ditto.
1686 (rs6000_skip_trampoline_code): Ditto.
1687 (rs6000_frame_saved_pc): Ditto.
1688 (rs6000_frame_chain): Ditto.
1689 (rs6000_register_name): Ditto.
1690 (rs6000_register_byte): Ditto.
1691 (rs6000_register_raw_size): Ditto.
1692 (rs6000_register_virtual_type): Ditto.
1693 (rs6000_register_convertible): Ditto.
1694 (rs6000_convert_from_func_ptr_addr): Ditto.
1695
1696 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1697
1698 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1699 conditionally.
1700 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1701 MIPS_LINUX_JB_ELEMENT_SIZE.
1702 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1703 for MAX_REGISTER_RAW_SIZE arrays.
1704 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1705 MIPS_LINUX_JB_ELEMENT_SIZE.
1706
1707 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1708
1709 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1710
1711 2002-08-19 Aidan Skinner <aidan@velvet.net>
1712
1713 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1714 ada-valprint.c ada-tasks.c.
1715 (YYFILES): Add ada-exp.y.
1716 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1717 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1718 (ada-exp.tab.o): New target.
1719
1720 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1721
1722 * regcache.c (regcache_xfer_part): New function.
1723 (regcache_raw_read_part): New function.
1724 (regcache_raw_write_part): New function.
1725 (regcache_cooked_read_part): New function.
1726 (regcache_cooked_write_part): New function.
1727 * regcache.h (regcache_raw_read_part): Declare.
1728 (regcache_raw_write_part): Declare.
1729 (regcache_cooked_read_part): Declare.
1730 (regcache_cooked_write_part): Declare.
1731
1732 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1733
1734 * remote.c (remote_open_1): Add async_p.
1735 (remote_async_open_1): Delete.
1736 (open_remote_target): Delete.
1737 (remote_open, extended_remote_open): Update calls to remote_open_1.
1738 (remote_async_open, extended_remote_async_open): Call
1739 remote_open_1 instead of remote_async_open_1.
1740
1741 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1742
1743 * blockframe.c: Fix a few coding standard violations.
1744
1745 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1746
1747 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1748 here from ...
1749 * config/i386/tm-i386sco5.h: ... here. File removed.
1750 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1751
1752 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1753 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1754 (TM_FILE): Set to tm-i386.h.
1755 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1756 * config/i386/tm-i386v.h: Remove file.
1757 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1758 instead of "i386/tm-i386v.h".
1759 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1760 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1761 "i386/tm-i386v.h".
1762 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1763 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1764 "i386/tm-i386.h".
1765
1766 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1767
1768 * config/i386/nm-i386v.h: Add protection against
1769 multiple-inclusion.
1770 (i386_register_u_addr): Remove prototype.
1771 (register_u_addr): New prototype.
1772 (REGISTER_U_ADDR): Redefine accordingly.
1773 * i386v-nat.c: Improve several comments.
1774 (i386_register_u_addr): Change signature and rename to
1775 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1776 ubase variable.
1777
1778 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1779
1780 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1781 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1782 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1783 deprecated_extract_return_value.
1784 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1785 rename mips_o32o64_push_arguments.
1786 (mips_gdbarch_init): Update.
1787 (mips_extract_return_value): Delete.
1788 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1789 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1790 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1791 (mips_n32n64_extract_return_value): Clone
1792 mips_extract_return_value.
1793 (mips_store_return_value): Delete.
1794 (mips_o32_store_return_value): Clone mips_store_return_value.
1795 (mips_o64_store_return_value): Clone mips_store_return_value.
1796 (mips_eabi_store_return_value): Clone mips_store_return_value.
1797 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1798
1799 2002-08-18 Aidan Skinner <aidan@velvet.net>
1800
1801 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1802 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1803
1804 2002-08-18 Aidan Skinner <aidan@velvet.net>
1805
1806 * ada-lang.c: Run through gdb_indent.sh.
1807 * ada-lang.h: Run through gdb_indent.sh.
1808 * ada-tasks.c: Run through gdb_indent.sh.
1809 * ada-typeprint.c: Run through gdb_indent.sh.
1810 * ada-valprint.c: Run through gdb_indent.sh.
1811
1812 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1813
1814 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1815 ABI.
1816
1817 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1818
1819 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1820
1821 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1822 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1823
1824 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1825 write_register_gen instead of write_register_bytes.
1826
1827 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1828 i[3456]-*-osf1mk* configurations have been made obsolete.
1829 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1830 i[3456]86-*-osf1mk* hosts obsolete.
1831 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1832 targets obsolete.
1833 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1834 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1835 config/i386/i386m3.mt, config/i386/nm-m3.h,
1836 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1837 config/i386/i386mk.mh, config/i386/i386mk.mt,
1838 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1839 obsolete.
1840 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1841 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1842 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1843
1844 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1845
1846 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1847 (hppa_value_returned_from_stack): Declare.
1848 (hppa_extract_return_value): Declare.
1849 * config/pa/hppa.mt: New file.
1850 * configure.tgt: Recognize hppa*-*-*.
1851 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1852
1853 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1854
1855 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1856 comment.
1857
1858 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1859
1860 * top.c (gdb_rl_operate_and_get_next): Make sure
1861 operate-and-get-next functions correctly even when the history
1862 list is completely filled.
1863
1864 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1865
1866 * MAINTAINERS (Target Instruction Set Architectures): Rename
1867 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1868 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1869 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1870 already listed under Host/Native.
1871
1872 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1873 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1874 mips*-*-*.
1875
1876 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1877
1878 * config/ia64/ia64.mt: New file.
1879 * config/alpha/alpha.mt: New file.
1880 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1881 ia64-linux-gnu. Mention that ia64-elf is broken.
1882 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1883
1884 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1885
1886 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1887 generic_func_frame_valid instead of func_frame_valid.
1888
1889 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1890
1891 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1892 procfs appears to be broken when debugging on multi-processor
1893 machines. So enable software single stepping in order to avoid
1894 using the procfs interface to do next/step operations, using
1895 internal breakpoints instead.
1896
1897 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1898 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1899 make this pc address equal to the value it would have if the
1900 system stepping capability was used. Also set a new flag used
1901 to ensure that we don't readjust the PC one more time later.
1902
1903 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1904 address by DECR_PC_AFTER_BREAK when software single step is
1905 in use for this architecture, as this has already been taken
1906 care of in handle_inferior_event().
1907
1908 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1909
1910 * infrun.c (handle_inferior_event): Minor reformatting, to make
1911 a rather long condition expression easier to read.
1912
1913 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1914
1915 * Makefile.in (gdbtk.o): Move to end of file.
1916 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1917 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1918 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1919 (gdbtk-wrapper.o, gdbres.o): Ditto.
1920
1921 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1922
1923 * Makefile.in (copying.o): Separate out compile rule.
1924 (hpux-thread.o, procfs.o, signals.o): Ditto.
1925 (v850ice.o, z8k-tdep.o): Ditto.
1926 (tui-file.o): Move to TUI section.
1927 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1928 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1929
1930 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1931
1932 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1933 skip_trampoline_code, for better namespace-proofing.
1934
1935 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1936
1937 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1938
1939 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1940
1941 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1942
1943 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1944 signal, check whether we hit a breakpoint before checking for a
1945 single step breakpoint. Otherwise, GDB fails to notice that a
1946 breakpoint has been hit when stepping onto a breakpoint.
1947
1948 2002-08-16 Keith Seitz <keiths@redhat.com>
1949
1950 * gdb-events.sh (clear_gdb_event_hooks): New function.
1951 * gdb-events.c: Regenerate.
1952 * gdb-events.h: Regenerate.
1953
1954 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1955
1956 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1957 not_a_sw_breakpoint.
1958 * breakpoint.h (bpstat_stop_status): Add parameter names.
1959
1960 2002-08-16 Grace Sainsbury <graces@redhat.com>
1961
1962 * remote.c (remote_insert_hw_breakpoint)
1963 (remote_remove_hw_breakpoint): Fix calculation of length field
1964 for Z-packet.
1965
1966 2002-08-15 Michael Snyder <msnyder@redhat.com>
1967
1968 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1969 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1970 (supply_fpregset): Ditto.
1971
1972 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1973 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1974 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1975 (TARGET_READ_SP): Delete.
1976 (DO_REGISTERS_INFO): Delete.
1977 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1978 Delete.
1979 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1980 from macros to functions.
1981
1982 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1983 (mips_register_convertible, mips_register_convert_to_virtual,
1984 mips_register_convert_to_raw): Make static.
1985 (mips_read_sp): New function.
1986 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1987 (mips_do_registers_info): Make static.
1988 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1989 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1990 (mips_register_convert_from_type, mips_register_convert_to_type):
1991 New functions.
1992 (mips_gdbarch_init): Set up function_start_offset,
1993 register_virtual_size, pc_in_sigtramp.
1994
1995 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1996
1997 * infcmd.c (vector_info): New function.
1998 (_initialize_infcmd): Add command "info vector".
1999 (print_vector_info): New function.
2000
2001 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2002 * gdbarch.h, gdbarch.c: Regenerate.
2003
2004 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2005
2006 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2007 ``print_all''. Only print vector registers when ``print_all''.
2008
2009 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2010
2011 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2012 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2013
2014 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2015 Add `args' parameter.
2016 * gdbarch.h, gdbarch.c: Regenerate.
2017
2018 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2019
2020 * infcmd.c (float_info): Call print_float_info.
2021 (print_float_info): New function. By default, print the
2022 floating-point registers.
2023
2024 * arch-utils.h (default_print_float_info): Delete declaration.
2025 * arch-utils.c (default_print_float_info): Delete function.
2026
2027 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2028
2029 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2030 out define.
2031
2032 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2033 FRAME.
2034
2035 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2036 * configure.host: Make i[3456]86-*-aix host obsolete.
2037 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2038 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2039 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2040 config/i386/xm-i386aix.h: Make files obsolete.
2041 * i386aix-nat.c: Make file obsolete.
2042 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2043 (i386aix-nat.o): Make target obsolete.
2044
2045 * config/i386/nm-gnu.h: Removed.
2046 * config/i386/nm-i386gnu.h: New file.
2047 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2048 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2049 Moved here from ...
2050 * config/i386/tm-i386gnu.h: ... here. Removed.
2051 * config/i386/xm-i386gnu.h: Removed.
2052 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2053 (NAT_FILE): Set to nm-i386gnu.h.
2054 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2055 * i386-tdep.c: New file.
2056 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2057 (i386gnu-tdep.o): Specify dependencies.
2058
2059 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2060
2061 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2062 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2063 Adjust a few comments to reflect reality a bit closer.
2064 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2065 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2066 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2067 target_insert_watchpoint, target_remove_watchpoint):
2068 Move defines to ...
2069 * config/i386/nm-i386sco5.h: ... here.
2070 (kernel_u_size): Add prototype. Improve a few comments and add
2071 protection against multiple inclusion.
2072
2073 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2074 out define.
2075
2076 * uw-thread.c (SP_ARG0): Define if not already defined.
2077 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2078
2079 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2080
2081 * config/i386/tm-i386.h: Don't include "regcache.h".
2082
2083 * i387-tdep.h (i387_print_float_info): New prototype.
2084 * i387-tdep.c (print_i387_value, print_i387_ext,
2085 print_i387_status_word, print_i387_control_word): Add `struct
2086 ui_file *' argument and use it for output.
2087 (i387_print_float_info): Renamed from i387_float_info. Add
2088 `struct gdbarch *' and `struct ui_file *' arguments and use the
2089 latter for output.
2090 * i386-tdep.c: Include "i387-tdep.h".
2091 (i386_gdbarch_init): Set print_float_info.
2092 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2093 (FLOAT_INFO): Remove define.
2094
2095 2002-08-13 Michael Snyder <msnyder@redhat.com>
2096
2097 * mips-tdep.c (mips_push_arguments): Rename to
2098 mips_eabi_push_arguments, and tune for EABI.
2099 (MIPS_REGS_HAVE_HOME_P): Delete.
2100 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2101 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2102 Delete references to mips_regs_have_home_p.
2103
2104 2002-08-14 Keith Seitz <keiths@redhat.com>
2105
2106 * Makefile.in (install-gdbtk): Create insight plugin directory.
2107 Install plugins.tcl file.
2108
2109 2002-08-14 Keith Seitz <keiths@redhat.com>
2110
2111 * configure.in: Move SUBDIRS to near top of the file so that
2112 --enable options may add things to it.
2113 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2114 * configure: Regenerate.
2115
2116 2002-08-13 Michael Snyder <msnyder@redhat.com>
2117
2118 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2119 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2120 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2121
2122 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2123
2124 * vax-tdep.c (vax_get_saved_register): Delete function.
2125 (vax_gdbarch_init): Update.
2126 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2127 (ns32k_gdbarch_init): Update.
2128 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2129 (alpha_gdbarch_init): Update.
2130
2131 2002-08-13 Andrew Cagney <cagney@redhat.com>
2132
2133 * regcache.c (init_regcache_descr): Overallocate the
2134 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2135 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2136 nr_raw_registers.
2137 (set_register_cached): Add range checking assertions. Use
2138 current_regcache.
2139
2140 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2141
2142 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2143 numbers for MMX registers.
2144
2145 2002-08-13 Andrew Cagney <cagney@redhat.com>
2146
2147 * i386-tdep.c (i386_gdbarch_init): Use
2148 generic_unwind_get_saved_register.
2149
2150 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2151
2152 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2153 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2154 target vector.
2155 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2156 Delete. Add comment regarding this now-deleted target method.
2157
2158 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2159
2160 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2161 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2162 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2163 real PC and the page number (if it's within the memory bank window).
2164 (m68hc11_pseudo_register_write): Likewise when saving.
2165 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2166 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2167 (m68hc11_register_raw_size): And use 32-bit for it.
2168 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2169 16K memory bank is used by the prog; also use the virtual pc.
2170
2171 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2172
2173 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2174 (m68hc11_gdbarch_init): Install it in gdbarch.
2175 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2176 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2177 (MSYMBOL_SIZE): New for documentation.
2178 (insn_return_kind): Enum to specify how a function returns.
2179 (frame_extra_info): Cleanup and record the return mode.
2180 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2181 register in address computation.
2182 (m68hc11_get_return_insn): New to obtain the return instruction used
2183 by the function.
2184 (m68hc11_frame_init_saved_regs): Take into account the return
2185 instruction used by the function for far and interrupt functions.
2186 (m68hc11_init_extra_frame_info): Take into account page register.
2187 (m68hc11_frame_args_address): Adjust according to the return mode.
2188 (show_regs): Print page register only when it's used.
2189
2190 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2191
2192 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2193 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2194 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2195 registers.
2196 (m68hc11_register_raw_size): Likewise.
2197
2198 2002-08-13 Andrew Cagney <cagney@redhat.com>
2199
2200 * i386-tdep.c (i386_register_name): Handle mmx registers.
2201 (mmx_regnum_p): New function.
2202 (i386_mmx_names): New array.
2203 (mmx_num_regs): New variable.
2204 (i386_pseudo_register_read): New function.
2205 (i386_pseudo_register_write): New function.
2206 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2207
2208 * regcache.c (regcache_raw_read_unsigned): New function.
2209 (regcache_raw_read_signed): New function.
2210 * regcache.h (regcache_raw_read_unsigned): Declare.
2211 (regcache_raw_read_signed): Declare.
2212
2213 2002-08-13 Andrew Cagney <cagney@redhat.com>
2214
2215 * regcache.c (regcache_raw_read_as_address): Delete function.
2216 (regcache_cooked_read_signed): New function.
2217 (regcache_cooked_read_unsigned): New function.
2218 * regcache.h (regcache_cooked_read_signed): Declare.
2219 (regcache_cooked_read_unsigned): Declare.
2220 (regcache_raw_read_as_address): Delete declaration.
2221
2222 * blockframe.c (generic_read_register_dummy): Use
2223 regcache_cooked_read_unsigned.
2224 * i386-tdep.c (i386_extract_struct_value_address): Use
2225 regcache_cooked_read_unsigned.
2226
2227 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2228
2229 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2230 double sizes according to ELF ABI flags.
2231 (gdbarch_tdep): Record elf_flags.
2232
2233 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2234
2235 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2236 (m6812_prolog): They can appear in 68HC12 function prologue.
2237 (m68hc11_frame_chain): Cleanup.
2238
2239 2002-08-12 Andrew Cagney <cagney@redhat.com>
2240
2241 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2242 declarations.
2243 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2244 (i386_linux_register_raw_size): Delete function.
2245 (i386_linux_init_abi): Update.
2246 * i386-tdep.c (i386_register_raw_size): Delete function.
2247 (i386_register_byte): Delete function.
2248 (i386_gdbarch_init): Update.
2249 (i386_register_size): Delete array.
2250 (i386_register_offset): Delete array.
2251
2252 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2253 (REGISTER_RAW_SIZE): Delete macro.
2254 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2255 (REGISTER_BYTE): Delete macro.
2256
2257 2002-08-11 Aidan Skinner <aidan@velvet.net>
2258
2259 * ada-lang.c (ada_lookup_partial_symbol)
2260 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2261 prototype names so that grep ^func works properly.
2262
2263 * ada-lang.c (ada_array_element_type)
2264 (ada_lookup_partial_symbol): Fix typos in parameter list.
2265
2266 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2267 Fix prototype names so that grep ^func works properly.
2268
2269 2002-08-10 Andrew Cagney <cagney@redhat.com>
2270 Elena Zannoni <ezannoni@redhat.com>
2271 Martin M. Hunt <hunt@redhat.com>
2272
2273 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2274 (build_builtin_type_vec128i): Set the vector bit.
2275 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2276 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2277 (build_builtin_type_vec64): New function.
2278 (build_builtin_type_vec64i): New function.
2279 (build_gdbtypes): Initialize builtin_type_vec64 and
2280 builtin_type_vec64i.
2281
2282 2002-08-09 Andrew Cagney <cagney@redhat.com>
2283
2284 * regcache.c (regcache_dump): Compare the register offset
2285 with REGISTER_BYTE.
2286 * arch-utils.c (generic_register_byte): New function.
2287 * arch-utils.h (generic_register_byte): Declare.
2288 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2289 * gdbarch.h, gdbarch.c: Regenerate.
2290
2291 2002-08-09 Andrew Cagney <cagney@redhat.com>
2292
2293 * regcache.c: Include "gdbcmd.h"
2294 (_initialize_regcache): Add commands "maintenance print
2295 registers", "maintenance print raw-registers" and "maintenance
2296 print cooked-registers".
2297 (enum regcache_dump_what): Define.
2298 (dump_endian_bytes): New function.
2299 (regcache_dump): New function.
2300 (regcache_print): New function.
2301 (maintenance_print_registers): New function.
2302 (maintenance_print_raw_registers): New function.
2303 (maintenance_print_cooked_registers): New function.
2304 * Makefile.in (regcache.o): Update dependencies.
2305
2306 2002-08-09 Michael Snyder <msnyder@redhat.com>
2307
2308 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2309 (mips_push_arguments): Correct some comments. Use paddr_nz
2310 for printing addresses in debug output. Replace static
2311 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2312 (mips_n32n64_push_arguments): New function, cloned from
2313 mips_push_arguments and tuned for the n32/n64 ABI.
2314 (mips_push_register): Buffer needs dynamic allocation.
2315 (mips_print_register): Ditto.
2316 (do_gp_register_row): Ditto.
2317 (mips_store_return_value): Ditto.
2318 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2319
2320 2002-08-09 Don Howard <dhoward@redhat.com>
2321
2322 * memattr.c (mem_info_command): Print special case of upper bound
2323 as max CORE_ADDR + 1.
2324
2325 2002-08-08 Michael Snyder <msnyder@redhat.com>
2326
2327 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2328 returns structs by ref if they're too big to fit in two registers.
2329
2330 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2331
2332 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2333 saved regs value.
2334 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2335 mips_find_saved_regs().
2336 (mips_pop_frame): Likewise.
2337
2338 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2339
2340 * blockframe.c (frame_saved_regs_register_unwind): Revise
2341 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2342 frames are in use.
2343
2344 2002-08-09 Grace Sainsbury <graces@redhat.com>
2345
2346 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2347 T-packets; the 'a' is not taken as a register number.
2348 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2349 (remote_stopped_data_address): New functions; add to target
2350 vector.
2351 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2352 prototypes to match other implementations of this
2353 function. replace integer argument with pointer -- the length
2354 field in the Z-packet is the length of what is pointed to or 1 if
2355 pointer is null. Add to target vector.
2356 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2357 target vector.
2358
2359 From Mark Salter:
2360 * remote.c (remote_wait): Add support to extract optional
2361 watchpoint information from T-packet. Ignore unrecognized
2362 optional info in T-packet.
2363 (remote_async_wait): Ditto.
2364
2365 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2366
2367 * cli/cli-dump.c: Change fopen modes to use binary open modes
2368 as defined in include/fopen-bin.h throughout.
2369
2370 2002-08-08 Michael Snyder <msnyder@redhat.com>
2371
2372 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2373
2374 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2375
2376 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2377 assertion failure by returning early after a warning.
2378
2379 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2380
2381 * mips-tdep.c (mips_find_saved_regs): Make static.
2382 (mips_frame_init_saved_regs): New function.
2383 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2384 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2385 (mips_find_saved_regs): Delete declaration.
2386
2387 2002-08-08 Grace Sainsbury <graces@redhat.com>
2388
2389 * remote.c (remote_wait, remote_async_wait): Change
2390 thread_num from int to ULONGEST.
2391 (unpack_varlen_hex): Change result parameter from
2392 int * to ULONGEST *.
2393
2394 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2395
2396 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2397 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2398 powerpc*-*-*.
2399 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2400
2401 2002-08-08 Andrew Cagney <cagney@redhat.com>
2402
2403 * gcore.c (override_derive_stack_segment): Delete variable.
2404 (preempt_derive_stack_segment): Delete function.
2405 (derive_stack_segment): Delete function.
2406 (default_derive_stack_segment): Renamed to derive_stack_segment.
2407 (override_derive_heap_segment): Delete variable.
2408 (preempt_derive_heap_segment): Delete function.
2409 (derive_heap_segment): Delete function.
2410 (default_derive_heap_segment): Rename to derive_heap_segment.
2411
2412 2002-08-06 Michael Snyder <msnyder@redhat.com>
2413
2414 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2415 * mips-tdep.c (mips_EABI_use_struct_convention,
2416 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2417 New functions. (mips_use_struct_convention): Delete.
2418 (mips_gdbarch_init): set use_gdbarch_convention.
2419
2420 2002-08-06 Michael Snyder <msnyder@redhat.com>
2421
2422 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2423 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2424 mips_o32_reg_struct_has_addr): New functions.
2425 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2426
2427 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2428
2429 * regcache.c (pseudo_register): Delete function.
2430 (fetch_register): Delete function.
2431 (store_register): Delete function.
2432 (regcache_raw_read, legacy_read_register_gen): Use
2433 target_fetch_registers instead of fetch_register.
2434 (legacy_write_register_gen, regcache_raw_write): Use
2435 target_store_register instead of store_register.
2436 (write_register_bytes): Ditto.
2437
2438 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2439 (STORE_PSEUDO_REGISTER): Delete.
2440 * gdbarch.h, gdbarch.c: Regenerate.
2441
2442 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2443
2444 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2445 write dump file binary.
2446
2447 2002-08-05 Michael Snyder <msnyder@redhat.com>
2448
2449 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2450 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2451 (mips_gdbarch_init): Set N32 target to be mips64.
2452
2453 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2454
2455 * frame.c (find_saved_register): Break out of loop once saved
2456 register address is found. Don't mention sparc in loop comment
2457 anymore.
2458
2459 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2460
2461 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2462 mips_default_saved_regsize to 8.
2463
2464 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2465
2466 * gcore.c: Do not include <sys/procfs.h>.
2467 * Makefile.in (gcore.o): Update dependencies.
2468
2469 2002-08-06 Andrew Cagney <cagney@redhat.com>
2470
2471 * configure.tgt: Make arc-*-* obsolete.
2472 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2473 * MAINTAINERS: Make arc-elf obsolete.
2474 * arc-tdep.c: Make file obsolete.
2475 * config/arc/arc.mt: Ditto.
2476 * config/arc/tm-arc.h: Ditto.
2477
2478 2002-08-05 Theodore A. Roth <troth@verinet.com>
2479
2480 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2481
2482 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2483
2484 * mcore-tdep.c (mcore_gdbarch_init): Use
2485 generic_unwind_get_saved_register instead of
2486 generic_get_saved_register.
2487 * v850-tdep.c (v850_gdbarch_init): Ditto.
2488 * frv-tdep.c (frv_gdbarch_init): Ditto.
2489 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2490 * s390-tdep.c (s390_gdbarch_init): Ditto.
2491 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2492 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2493 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2494
2495 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2496
2497 * objfiles.h: Add missing #include "symfile.h"
2498
2499 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2500
2501 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2502
2503 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2504 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2505 of FIELD_BITSIZE.
2506
2507 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2508
2509 * NEWS: Cleanup and nitpick.
2510
2511 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2512
2513 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2514
2515 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2516
2517 * Makefile.in (gdbtk-bp.o): Update dependencies.
2518 (gdbtk-register.o): Ditto.
2519 (gdbtk-varobj.o): Ditto.
2520
2521 2002-08-03 Andrew Cagney <cagney@redhat.com>
2522
2523 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2524 m68hc11_fetch_pseudo_register.
2525 (m68hc11_pseudo_register_write): Replace
2526 m68hc11_store_pseudo_register.
2527 (m68hc11_gdbarch_init): Update.
2528
2529 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2530
2531 * gdbarch.sh: Include "gdb_string.h".
2532 * gdbarch.c: Regenerate.
2533
2534 * regcache.c: Include "gdb_string.h".
2535 * ax-general.c: Ditto.
2536 * varobj.c: Ditto.
2537 * std-regs.c: Ditto.
2538 * fbsd-proc.c: Ditto.
2539 * thread.c: Ditto.
2540
2541 * Makefile.in (regcache.o): Update dependencies.
2542 (thread.o, gdbarch.o): Ditto.
2543 (ax-general.o, gdbarch.o): Ditto.
2544 (varobj.o, std-regs.o): Ditto.
2545 (fbsd-proc.o): Specify dependencies.
2546
2547 2002-08-02 Andrew Cagney <cagney@redhat.com>
2548
2549 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2550 regnum.
2551 (regcache_cooked_write): Ditto.
2552
2553 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2554
2555 * regcache.c (regcache_cooked_read): New function.
2556 (regcache_cooked_write): New function.
2557 (read_register_gen): Rewrite using regcache_cooked_read.
2558 (write_register_gen): Rewrite using regcache_cooked_write.
2559
2560 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2561 Declare.
2562
2563 2002-08-02 Andrew Cagney <cagney@redhat.com>
2564
2565 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2566 Replace the architecture methods register_read and register_write.
2567 * gdbarch.h, gdbarch.c: Regenerate.
2568 * regcache.c (init_regcache_descr): Update.
2569 (read_register_gen): Update.
2570 (write_register_gen): Update.
2571 (supply_register): Update comment.
2572
2573 * sh-tdep.c (sh_gdbarch_init): Update.
2574 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2575 `regcache' and `gdbarch' parameters. Make `buffer' a void
2576 pointer. Update code.
2577 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2578 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2579 void pointer. Update code.
2580 (sh64_register_write): Delete.
2581 (sh4_register_read): Delete.
2582 (sh64_register_read): Delete.
2583 (sh4_register_write): Delete.
2584 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2585 void pointer, `to' parameter a void pointer.
2586 (sh_sh64_register_convert_to_raw): Ditto.
2587
2588 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2589
2590 * mips-tdep.c (mips_register_virtual_type): Use architecture
2591 invariant return values.
2592
2593 2002-08-01 Andrew Cagney <cagney@redhat.com>
2594
2595 * linux-proc.c: Include "gdb_string.h".
2596 * Makefile.in (linux-proc.o): Update dependency list.
2597
2598 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2599
2600 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2601 comment.
2602
2603 2002-08-01 Grace Sainsbury <graces@redhat.com>
2604
2605 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2606 to_insert_watchpoint, to_remove_watchpoint,
2607 to_stopped_by_watchpoint, to_stopped_data_address,
2608 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2609 target vecctor. Define their corresponding macros so they call
2610 them.
2611
2612 * target.c: Add default and debug versions of for
2613 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2614 to_insert_watchpoint, to_remove_watchpoint,
2615 to_stopped_by_watchpoint, to_stopped_data_address,
2616 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2617
2618 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2619
2620 * mips-tdep.c (mips_register_virtual_type): New function.
2621 (mips_gdbarch_init): Register mips_register_virtual_type()
2622 with gdbarch machinery.
2623 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2624 this file instead of tm-bigmips.h.
2625 (MIPS_REGSIZE): Delete this macro.
2626 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2627 multiarch version in mips-tdep.c will be found.
2628
2629 2002-08-01 Andrew Cagney <cagney@redhat.com>
2630
2631 * NEWS: Menion that CHILL has been made obsolete.
2632
2633 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2634 * stabsread.c (read_range_type): Ditto.
2635 * gdbtypes.h: Ditto.
2636 * language.c (binop_type_check): Ditto.
2637 (binop_result_type): Ditto.
2638 (integral_type): Ditto.
2639 (character_type): Ditto.
2640 (string_type): Ditto.
2641 (boolean_type): Ditto.
2642 (structured_type): Ditto.
2643 (lang_bool_type): Ditto.
2644 (binop_type_check): Ditto.
2645 * language.h (_LANG_chill): Ditto.
2646 * dwarfread.c (set_cu_language): Ditto.
2647 * dwarfread.c (CHILL_PRODUCER): Ditto.
2648 * dwarfread.c (handle_producer): Ditto.
2649 * expression.h (enum exp_opcode): Ditto.
2650 * eval.c: Ditto for comments.
2651 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2652 * expprint.c (print_subexp): Ditto.
2653 (print_subexp): Ditto.
2654 * valops.c (value_cast): Ditto.
2655 (search_struct_field): Ditto.
2656 * value.h (COERCE_VARYING_ARRAY): Ditto.
2657 * symfile.c (init_filename_language_table): Ditto.
2658 (add_psymbol_with_dem_name_to_list): Ditto.
2659 * valarith.c (value_binop): Ditto.
2660 (value_neg): Ditto.
2661 * valops.c (value_slice): Ditto.
2662 * symtab.h (union language_specific): Ditto.
2663 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2664 (SYMBOL_DEMANGLED_NAME): Ditto.
2665 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2666 * defs.h (enum language): Ditto.
2667 * symtab.c (got_symtab): Ditto.
2668 * utils.c (fprintf_symbol_filtered): Ditto.
2669
2670 * ch-typeprint.c: Make file obsolete.
2671 * ch-valprint.c: Make file obsolete.
2672 * ch-lang.h: Make file obsolete.
2673 * ch-exp.c: Make file obsolete.
2674 * ch-lang.c: Make file obsolete.
2675
2676 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2677 CHILL_LIB.
2678 (TARGET_FLAGS_TO_PASS): Ditto.
2679 (CHILLFLAGS): Obsolete.
2680 (CHILL): Obsolete.
2681 (CHILL_FOR_TARGET): Obsolete.
2682 (CHILL_LIB): Obsolete.
2683 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2684 ch-valprint.c.
2685 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2686 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2687 ch-lang.o.
2688 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2689 targets.
2690
2691 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2692
2693 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2694 This does not change anything at the moment, but will be helpful
2695 later when full Ada support is integrated.
2696
2697 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2698
2699 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2700 help message.
2701
2702 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2703
2704 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2705 and save it in a local variable. Use variable in later test.
2706
2707 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2708
2709 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2710 test. (Thanks to Daniel Jacobowitz.)
2711
2712 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2713
2714 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2715 (mips_abi_strings): Add "n64".
2716 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2717
2718 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2719
2720 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2721 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2722
2723 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2724
2725 * utils.c (host_pointer_to_address, address_to_host_pointer):
2726 Use gdb_assert() instead of explicit call to internal_error().
2727
2728 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2729
2730 * Makefile.in (rs6000-nat.o): Update dependencies.
2731
2732 From Nicholas Duffek:
2733 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2734 (aix-thread.o): New rule.
2735 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2736 * config/powerpc/aix432.mh: New file.
2737
2738 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2739
2740 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2741 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2742 (fetch_core_registers, ppc_linux_supply_gregset)
2743 (ppc_linux_supply_fpregset): New functions.
2744 (ppc_linux_regset_core_fns): New.
2745 (_initialize_ppc_linux_tdep): Call add_core_fns.
2746 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2747 and ppc_linux_supply_gregset.
2748 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2749 (supply_fpregset): Call ppc_linux_supply_fpregset.
2750 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2751 corelow.o.
2752 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2753
2754 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2755
2756 * symtab.c (lookup_symbol): Demangle before lowercasing.
2757
2758 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2759
2760 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2761 declaration.
2762 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2763 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2764 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2765 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2766 "gdb_string.h".
2767 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2768 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2769 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2770 (avr-tdep.o, mon960-rom.o): Ditto.
2771 (aout_stabs_gnu_h): Define.
2772 (symtab_h): Remove $(gdb_obstack_h).
2773
2774 2002-07-30 Jim Blandy <jimb@redhat.com>
2775
2776 Patch from David Carlton <carlton@math.stanford.edu>:
2777 * gdbinit.in: Move the `dir' commands that add GDB's own source
2778 directory to the search path to the end, so that the `gdb' source
2779 directory will be searched first.
2780
2781 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2782
2783 * gdb_obstack.h: New file.
2784 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2785 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2786 * objfiles.h: Include "gdb_obstack.h".
2787 * Makefile.in (gdb_obstack_h): Define.
2788 (symtab_h): Add $(gdb_obstack_h).
2789 (objfiles_h): Add $(gdb_obstack_h).
2790
2791 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2792 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2793 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2794 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2795 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2796 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2797 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2798 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2799
2800 * Makefile.in (bcache.o): Update dependencies.
2801 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2802 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2803 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2804 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2805 (stabsread.o, symfile.o, symmisc.o): Ditto.
2806 (symtab.o, typeprint.o, macroexp.o): Ditto.
2807 (macrotab.o, mdebugread.o): Ditto.
2808 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2809 (coff_ecoff_h, aout_aout64_h): Define.
2810 (aout_stabs_gnu_h, libaout_h): Define.
2811
2812 2002-07-29 Andrew Cagney <cagney@redhat.com>
2813
2814 * regcache.c (struct regcache_descr): Rename nr_registers to
2815 nr_cooked_registers. Revise comments describing the structure
2816 member fields.
2817 (init_regcache_descr): Update.
2818 (init_legacy_regcache_descr): Update.
2819 (read_register_gen, write_register_gen): When a cooked register in
2820 the raw register range, directly access the value from the raw
2821 register cache.
2822
2823 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2824
2825 * z8k-tdep.c: Do not include "obstack.h".
2826 * h8300-tdep.c, h8500-tdep.c: Ditto.
2827 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2828 * valprint.c, v850-tdep.c: Ditto.
2829 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2830 * mn10200-tdep.c: Ditto.
2831
2832 * Makefile.in (z8k-tdep.o): Update dependencies.
2833 (m68hc11-tdep.o, valprint.o): Ditto.
2834 (v850-tdep.o, d10v-tdep.o): Ditto.
2835 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2836 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2837 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2838 (sh_opc_h, gdb_sim_sh_h): Define.
2839 (elf_sh_h, elf_bfd_h): Define.
2840 (opcode_m68hc11_h): Define.
2841 (OPCODES_SRC, OPCODES_DIR): define.
2842 (OPCODES): Use $(OPCODES_DIR).
2843 (gdb_sim_d10v_h): Rename sim_d10v_h.
2844 (gdb_sim_arm_h): Rename sim_arm_h.
2845
2846 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2847
2848 * utils.c (host_pointer_to_address, address_to_host_pointer):
2849 Change internal_error() message to indicate function responsible
2850 for the error.
2851
2852 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2853
2854 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2855 calls to local_hex_string_custom().
2856
2857 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2858
2859 * irix5-nat.c: Move IRIX shared library support from here...
2860 * solib-irix.c: ...to here. Revised substantially to work with
2861 generic solib framework.
2862
2863 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2864 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2865 * mips-irix-tdep.c: New file.
2866
2867 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2868 (mips-irix-tdep.o, solib-irix.o): New rules.
2869 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2870 solib-irix.o.
2871 * config/mips/irix6.mt (TDEPFILES): Likewise.
2872 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2873
2874 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2875
2876 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2877 disabled (via ``#if 0'') includes.
2878
2879 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2880
2881 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2882 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2883 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2884 Add support for the fpscr register.
2885 * rs6000-nat.c (regmap, fetch_inferior_registers)
2886 (store_inferior_registers, fetch_core_registers): Likewise.
2887
2888 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2889
2890 * rs6000-nat.c (language.h): Include.
2891 (special_regs): Delete this array.
2892 (regmap): New function.
2893 (fetch_register, store_register): Use regmap() to map gdb
2894 register numbers to ptrace register numbers. Also, use
2895 outputs from regmap() to make decisions regarding type of
2896 ptrace() call to make. In particular, don't compare against
2897 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2898 (fetch_inferior_registers, store_inferior_registers): Where
2899 possible, obtain register numbers from tdep struct. Don't
2900 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2901 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2902 (LAST_UISA_SP_REGNUM): Delete.
2903
2904 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2905
2906 * rs6000-nat.c (ppc-tdep.h): Include.
2907 (fetch_registers, store_register, fetch_core_registers): Don't
2908 access registers[] directly. Instead, use supply_register() or
2909 regcache_collect() as appropriate.
2910 (find_toc_address): Format hex address with local_hex_string().
2911
2912 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2913
2914 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2915 bfd/elf32-frv.c.
2916
2917 2002-07-24 Tom Tromey <tromey@redhat.com>
2918
2919 * jv-exp.y: Marked all strings with _().
2920 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2921 internal_error.
2922 (MethodInvocation, CastExpression, parse_number, yyerror,
2923 java_type_from_name, push_expression_name, yylex): Typo fixes.
2924
2925 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2926
2927 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2928 (tee_file_flush, tee_file_write, tee_file_fputs)
2929 (tee_file_isatty): New.
2930 * ui-file.h (tee_file_new): Add prototype.
2931
2932 2002-07-24 Aidan Skinner <aidan@velvet.net>
2933
2934 * ada-lang.c: Change k&r style function definitions to prototyped
2935 form.
2936 * ada-typeprint.c: Change k&r style function definitions to prototyped
2937 form.
2938 * ada-valprint.c: Change k&r style function definitions to prototyped
2939 form.
2940
2941 2002-07-24 Andrew Cagney <cagney@redhat.com>
2942
2943 * README: Remove reference to remote-bug.
2944 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2945 remote-bug.c.
2946 (m88k-nat.o): Delete rule.
2947 (m88k-tdep.o): Delete rule.
2948 (remote-bug.o): Delete rule.
2949 * MAINTAINERS: Mark as obsolete.
2950 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2951 * m88k-tdep.c: Make file obsolete.
2952 * config/m88k/m88k.mh: Ditto.
2953 * config/m88k/delta88v4.mh: Ditto.
2954 * config/m88k/delta88v4.mt: Ditto.
2955 * config/m88k/delta88.mt: Ditto.
2956 * config/m88k/delta88.mh: Ditto.
2957 * remote-bug.c: Ditto.
2958 * config/m88k/tm-delta88.h: Ditto.
2959 * config/m88k/nm-delta88v4.h: Ditto.
2960 * config/m88k/xm-delta88.h: Ditto.
2961 * config/m88k/xm-dgux.h: Ditto.
2962 * config/m88k/tm-m88k.h: Ditto.
2963 * config/m88k/nm-m88k.h: Ditto.
2964 * config/m88k/tm-delta88v4.h: Ditto.
2965 * m88k-nat.c: Ditto.
2966 * cxux-nat.c: Ditto.
2967 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2968 and m88*-*-* obsolete.
2969 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2970 m88*-*-* obsolete.
2971
2972 2002-07-24 Andrew Cagney <cagney@redhat.com>
2973
2974 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2975 constant. Same for local pointer variables.
2976 (extract_signed_integer): Ditto.
2977 * defs.h (extract_unsigned_integer): Update.
2978 (extract_signed_integer): Update.
2979
2980 2002-07-24 Andrew Cagney <cagney@redhat.com>
2981
2982 * regcache.c (regcache_raw_write): Change buf parameter to a
2983 constant void pointer.
2984 (regcache_raw_read): Change buf parameter to a void pointer.
2985 (legacy_write_register_gen): Change myaddr parameter a constant
2986 void pointer.
2987 (supply_register): Change val parameter to a const void pointer.
2988 * regcache.h (regcache_raw_write): Update declaration.
2989 (regcache_raw_read): Update declaration.
2990 (supply_register): Update declaration.
2991
2992 2002-07-24 Tom Tromey <tromey@redhat.com>
2993
2994 * defs.h (gdb_readline_wrapper): Declare.
2995 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2996 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2997 * top.c (gdb_readline_wrapper): New function.
2998 (command_line_input): Use it.
2999
3000 2002-07-24 Andrew Cagney <cagney@redhat.com>
3001
3002 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3003 regcache_read and regcache_write.
3004 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3005 * regcache.c: Update.
3006 * sh-tdep.c (sh64_push_arguments): Update comment.
3007 (sh_pseudo_register_read): Update.
3008 (sh_pseudo_register_write): Update.
3009 (sh4_register_read): Update.
3010 (sh4_register_write): Update.
3011 (sh64_pseudo_register_read): Update.
3012 (sh64_pseudo_register_write): Update.
3013 (sh64_register_read): Update.
3014 (sh64_register_write): Update.
3015 * i386-tdep.c (i386_extract_return_value): Update.
3016 (i386_extract_struct_value_address): Update.
3017 (i386_extract_return_value): Update.
3018 * blockframe.c (generic_read_register_dummy): Update.
3019 (generic_call_dummy_register_unwind): Update
3020 * infrun.c (write_inferior_status_register): Update.
3021
3022 2002-07-23 Jim Blandy <jimb@redhat.com>
3023
3024 * parser-defs.h (expression_context_pc): Make this extern.
3025 (Thanks to Michael Snyder.)
3026
3027 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3028
3029 GDB 5.2.1 released from 5.2 branch.
3030 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3031 * README: Update to mention 5.2.1.
3032
3033 2002-07-23 Mark Salter <msalter@redhat.com>
3034
3035 * remote.c (remote_read_bytes): Fix check for error.
3036
3037 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3038
3039 * aix-thread.c (language.h): Include.
3040 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3041 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3042 Print newlines at end of debug messages.
3043 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3044 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3045
3046 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3047
3048 * aix-thread.c (ppc-tdep.h): Include.
3049 (special_register_p): New function.
3050 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3051 (store_regs_user_thread): Use register number information from
3052 gdbarch_tdep struct instead of hardcoded offsets relative to
3053 FIRST_UISA_SP_REGNUM.
3054 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3055 special_register_p() instead of using FPLAST_REGNUM and
3056 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3057 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3058 will be MQ's register number.
3059
3060 2002-07-22 Michael Snyder <msnyder@redhat.com>
3061
3062 * aix-thread.c (ops): Rename to aix_thread_ops.
3063 (base_ops): Rename to base_target.
3064 (ops_attach): Rename to aix_thread_attach.
3065 (ops_detach): Rename to aix_thread_detach.
3066 (ops_resume): Rename to aix_thread_detach.
3067 (ops_wait): Rename to aix_thread_wait.
3068 (ops_kill): Rename to aix_thread_kill.
3069 (init_ops): Rename to init_aix_thread_ops.
3070 (ops_fetch_register): Rename to aix_thread_fetch_register.
3071 (ops_store_register): Rename to aix_thread_store_register.
3072 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3073 (ops_thread_alive): Rename to aix_thread_thread_alive.
3074 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3075 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3076 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3077 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3078 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3079 (store_regs_lib): Rename to store_regs_user_thread.
3080 (store_regs_kern): Rename to store_regs_kernel_thread.
3081
3082 2002-07-22 Michael Snyder <msnyder@redhat.com>
3083
3084 * aix-thread.c (ops_prepare_to_store): Eliminate.
3085 (init_ops): Don't initialize ops.prepare_to_store.
3086 (store_regs_kern): Pre-fetch register buffers from child,
3087 because some registers may not be in the cache. Copy
3088 regs from register cache only if they are cached.
3089 (store_regs_lib): Copy regs from register cache only
3090 if they are cached.
3091 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3092 fill_gprs64): Ditto.
3093
3094 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3095
3096 * aix-thread.c (gdb_assert.h): Include.
3097 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3098 register sizes (from register cache) match size of buffer holding
3099 register data.
3100 (fill_sprs32): Change parameter types to match those in the ptrace()
3101 buffer.
3102 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3103 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3104
3105 2002-07-22 Michael Snyder <msnyder@redhat.com>
3106
3107 * aix-thread.c (supply_sprs64): Cosmetic change.
3108 (supply_sprs32): Cosmetic change.
3109 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3110 (fill_sprs64): Use regcache_collect instead of read_register.
3111 (store_regs_lib): Use regcache_collect instead of
3112 read_register. Use fill_sprs32 instead of fill_sprs64,
3113 if debugging a 32-bit architecture.
3114 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3115 out of the register cache, instead of passing a pointer into
3116 the register cache directly to ptrace. Use regcache_collect
3117 insteaad of read_register.
3118 (ops_prepare_to_store): Use target_read_registers instead
3119 of read_register_bytes.
3120
3121 2002-07-20 Aidan Skinner <aidan@velvet.net>
3122
3123 * MAINTAINERS: Add self under write after approval.
3124
3125 2002-07-20 Aidan Skinner <aidan@velvet.net>
3126
3127 * ada-tasks.c: Change k&r style function definitions to prototyped
3128 form.
3129
3130 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3131
3132 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3133 * x86-64-tdep.c: Include "objfiles.h".
3134 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3135 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3136
3137 2002-07-17 Michal Ludvig <michal@suse.cz>
3138
3139 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3140 (update_context): Initialise cfa variable.
3141
3142 2002-07-17 Michael Snyder <msnyder@redhat.com>
3143
3144 * aix-thread.c: Shorten some long lines.
3145 Bring comments into line with code spec.
3146
3147 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3148
3149 * infrun.c: Re-indent using gdb_indent.sh.
3150
3151 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3152
3153 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3154 Leave the indentation temporarily untouched, to minimize the diffs.
3155
3156 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3157
3158 * stabsread.c: Make os9k sections of the code obsolete,
3159 for real this time.
3160 * stabsread.h: Make os9k sections of the code obsolete.
3161
3162 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3163
3164 * linux-low.c (regsets_store_inferior_registers): Add free()
3165 at the end of a loop to prevent memory leak.
3166 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3167 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3168 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3169 line a comment.
3170 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3171
3172 2002-07-17 Jim Blandy <jimb@redhat.com>
3173
3174 * macrocmd.c (info_macro_command): Remove newline from error
3175 message.
3176
3177 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3178
3179 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3180 (sh_gdbarch_init): Use it for sh-dsp.
3181
3182 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3183
3184 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3185 64-bit DWARF2 format.
3186
3187 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3188
3189 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3190 <sys/proc.h> when not available.
3191
3192 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3193
3194 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3195 * stabsread.c: Make os9k sections of the code obsolete.
3196 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3197 * config/i386/i386os9k.mt: Make file obsolete.
3198 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3199 (COMMON_OBS): Remove os9kread.o
3200 (SFILES): Remove os9kread.c.
3201 (os9kread.o, remote-os9k.o): Make target obsolete.
3202 * remote-os9k.c: Make file obsolete.
3203 * os9kread.c: Make file obsolete.
3204 * Makefile.in
3205
3206 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3207
3208 * NEWS: Mention that the FR30 has been made obsolete.
3209 * fr30-tdep.c: Make file obsolete.
3210 * config/fr30/tm-fr30.h: Ditto.
3211 * config/fr30/fr30.mt: Ditto.
3212 * configure.tgt: Make fr30-*-elf obsolete.
3213 * MAINTAINERS: Make fr30-elf obsolete.
3214
3215 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3216
3217 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3218 found is not inside a section.
3219
3220 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3221
3222 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3223 strerror().
3224 (pdc_realloc): Use xrealloc() instead of realloc().
3225
3226 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3227
3228 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3229 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3230 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3231 macros.
3232
3233 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3234
3235 * aix-thread.c (ptrace_check): Eliminate goto.
3236 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3237 problem.
3238
3239 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3240
3241 * aix-thread.c (gdbcmd.h): Include.
3242 (DEBUG, DBG, DBG2, dbg): Eliminate.
3243 (debug_aix_thread): New static global.
3244 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3245 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3246 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3247 invocations to DBG and DBG2 macros to test against
3248 ``debug_aix_thread'' and call fprintf_unfiltered().
3249 (_initialize_aix_thread): Add new command "set debug aix-thread".
3250
3251 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3252
3253 From Gerhard Tonn <TON@de.ibm.com>:
3254 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3255 instead of supply_register.
3256
3257 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3258
3259 * dwarf2cfi.c: Include "gdb_assert.h".
3260 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3261 non-NULL.
3262 (update_context): Do not use __func__. Add missing ``break''.
3263 (update_context): Do not use __func__.
3264
3265 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3266
3267 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3268 and its setting. Set gdbarch instruction printing functions
3269 directly. For non-rs6000 case use new function
3270 gdb_print_insn_powerpc.
3271 (gdb_print_insn_powerpc): New function.
3272
3273 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3274
3275 * NEWS: Mention that the d30v has been marked obsolete.
3276 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3277 * configure.tgt: Mark d30v-*-* as obsolete.
3278 * d30v-tdep.c: Mark file as obsolete.
3279 * config/d30v/d30v.mt: Ditto.
3280 * config/d30v/tm-d30v.h: Ditto.
3281
3282 2002-07-13 Aidan Skinner <aidan@velvet.net>
3283
3284 * ada-tasks.c (add_task_entry): replace calls to
3285 malloc() with xmalloc
3286 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3287
3288 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3289 ada_finish_decode_line_1, all_sals_for_line
3290 ada_breakpoint_rewrite): replace calls to free() with xfree()
3291
3292 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3293
3294 From Nicholas Duffek (with minor changes by Martin Hunt,
3295 Louis Hamilton, and Kevin Buettner):
3296 * aix-thread.c: New file.
3297
3298 2002-07-12 Petr Sorfa <petrs@caldera.com>
3299
3300 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3301 complaint for invalid attribute class or form.
3302 (read_func_scope): DW_AT_frame_base
3303 better handling of DW_AT_block*.
3304 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3305 better handling of DW_AT_block*.
3306 (read_common_block): DW_AT_location
3307 better handling of DW_AT_block*.
3308 (read_partial_die): DW_AT_location better handling
3309 of DW_AT_block*.
3310 (new_symbol): DW_AT_external better handling of
3311 DW_AT_block*. Proper initialization of variable
3312 "addr".
3313 (attr_form_is_block): New function that returns true
3314 if the attribute's form is of DW_FORM_block*.
3315
3316 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3317
3318 * valops.c (find_method_list): Remove comment about
3319 removed STATIC_MEMFUNCP argument.
3320 (value_find_oload_method_list): Likewise.
3321
3322 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3323
3324 From Nicholas Duffek:
3325 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3326 target_new_objfile_hook.
3327
3328 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3329
3330 From Nicholas Duffek:
3331 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3332 csect.
3333
3334 2002-07-12 Andrew Cagney <cagney@redhat.com>
3335
3336 * MAINTAINERS: Mention --enable-sim-build-warnings.
3337 (m68hc11-elf): Disable sim build warnings.
3338 (m32r-elf): Mark as broken obsolete candidate.
3339 (x86_64-linux-gnu): Mark as buildable with -Werror.
3340 (arm-elf): Change -w to ``,'' which enables warnings but not
3341 -Werror.
3342
3343 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3344
3345 * bcache.h: Update copyright.
3346 (struct bstring, struct bcache): Move definition to "bcache.c".
3347 Replaced by opaque declaration.
3348 (bcache_xfree): Replace free_bcache.
3349 (bcache_xmalloc, bcache_memory_used): Declare.
3350
3351 * bcache.c: Update copyright.
3352 (struct bstring, struct bcache): Moved to here from "bcache.h".
3353 Update comments.
3354 (bcache_xmalloc, bcache_memory_used): New functions.
3355 (bcache_xfree): Replace function free_bcache.
3356
3357 * Makefile.in (objfiles.o): Add $(bcache_h).
3358 (objfiles_h): Remove $(bcache_h).
3359 (symfile.o): Add $(bcache_h).
3360
3361 * symmisc.c: Update copyright.
3362 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3363 (print_objfile_statistics): Use bcache_memory_used.
3364
3365 * symfile.c: Include "bcache.h".
3366 (reread_symbols): Use bcache_xfree.
3367 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3368 (add_psymbol_to_list): Pass psymbol_cache by value.
3369 (add_psymbol_with_dem_name_to_list): Ditto.
3370
3371 * objfiles.h: Update copyright.
3372 (struct bcache): Declare opaque. Do not include "bcache.h".
3373 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3374 bcache'' pointers.
3375 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3376
3377 * objfiles.c: Include "bcache.h". Update copyright.
3378 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3379 macro_cache.
3380 (free_objfile): Use bcache_xfree.
3381
3382 2002-07-11 Grace Sainsbury <graces@redhat.com>
3383
3384 * monitor.c (monitor_fetch_register): Make name a constant.
3385 (monitor_store_register): Same.
3386
3387 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3388
3389 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3390 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3391 (finish_block) For non-function blocks, hash the symbol table. For
3392 function blocks, mark the symbol table as unhashed.
3393 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3394 (msymbol_hash_iw): Likewise.
3395 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3396 value.
3397 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3398 (lookup_minimal_symbol): Likewise for both.
3399 * symtab.h (struct block): Add `hashtable' flag. Comment the
3400 hashtable.
3401 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3402 (ALL_BLOCK_SYMBOLS): Update.
3403 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3404 (struct symbol): Add `hash_next' pointer.
3405 * symtab.c (lookup_block_symbol): Search using the hash table when
3406 possible.
3407 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3408 (search_symbols, find_addr_symbol): Likewise.
3409
3410 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3411 (read_dst_symtab): Likewise.
3412 * jv-lang.c (get_java_class_symtab): Likewise.
3413 * mdebugread.c: Include "gdb_assert.h".
3414 (shrink_block): Assert that the block being modified is not hashed.
3415 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3416 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3417 symbols.
3418 (dump_symtab): Recognize hashed blocks.
3419 * printcmd.c (print_frame_args): Assert that function blocks do not
3420 have hashed symbol tables.
3421 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3422 (fill_in_ada_prototype, debug_print_block): Likewise.
3423 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3424
3425 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3426
3427 * stack.c (print_frame): Use result of frame_address_in_block()
3428 instead of fi->pc when evaluating symbols.
3429 (backtrace_command_1): Ditto.
3430
3431 2002-07-11 Andrew Cagney <cagney@redhat.com>
3432
3433 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3434 Make static.
3435
3436 * arm-tdep.c (arm_register_name): Make return type constant.
3437
3438 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3439
3440 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3441 prototype.
3442 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3443 * s390-tdep.c (s390_fp_regnum): Ditto.
3444 (s390_read_fp): Ditto.
3445 (s390_pop_frame): Ditto.
3446 (_initialize_s390_tdep): Ditto.
3447 * remote.c (get_remote_state): Ditto.
3448 * procfs.c (mappingflags): Ditto.
3449 * memattr.c (_initialize_mem): Ditto.
3450 * mcore-tdep.c (mcore_pop_frame): Ditto.
3451 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3452 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3453 * language.c (set_case_str): Ditto.
3454 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3455 * frv-tdep.c (new_variant): Ditto.
3456 (frv_stopped_data_address): Ditto.
3457 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3458 (context_alloc): Ditto.
3459 (frame_state_alloc): Ditto.
3460 (unwind_tmp_obstack_init): Ditto.
3461 (unwind_tmp_obstack_free): Ditto.
3462 (cfi_read_fp): Ditto.
3463 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3464 (cris_pop_frame): Ditto.
3465 * c-lang.c (scanning_macro_expansion): Ditto.
3466 (finished_macro_expansion): Ditto.
3467 (c_preprocess_and_parse): Ditto.
3468 * gdbarch.sh: Ditto.
3469 * gdbarch.h, gdbarch.c: Regenerate.
3470 * config/mn10200/tm-mn10200.h: Adjust indentation.
3471 * target.c: Adjust indentation.
3472 * symtab.h: Adjust indentation.
3473 * stabsread.h: Adjust indentation.
3474 * remote-es.c: Adjust indentation.
3475 * os9kread.c: Adjust indentation.
3476
3477 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3478
3479 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3480 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3481
3482 2002-07-10 Grace Sainsbury <graces@redhat.com>
3483
3484 * NEWS: Mention m68k, mcore multi-arching.
3485 * MAINTAINERS: Change status of m68k, mcore to reflect
3486 multi-arching.
3487
3488 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3489
3490 * valops.c (find_overload_match): Free oload_syms.
3491
3492 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3493
3494 Define HAVE_SYS_PROC_H if sys/proc.h exists
3495 * configure.in: Add check for sys/proc.h
3496 * config.in: Regenerate.
3497 * configure: Regenerate.
3498
3499 2002-07-09 Grace Sainsbury <graces@redhat.com>
3500
3501 * config/m68k/tm-m68k.h: Remove macros wrapped in
3502 #if !GDB_MULTI_ARCH.
3503
3504 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3505
3506 * config.in, configure: Regenerate.
3507
3508 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3509
3510 * dwarf2cfi.c: Include "gcore.h".
3511 (execute_stack_op): Fix implementation of the
3512 DW_OP_deref and DW_OP_deref_size operators by letting do their
3513 lookup in the target.
3514
3515 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3516
3517 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3518 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3519 tdep->sc_sp_offset.
3520
3521 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3522
3523 Fix PR gdb/595, gdb/602
3524 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3525 Don't call value_cast, just read the vtable pointer; update comments
3526 to match.
3527
3528 2002-07-05 Grace Sainsbury <graces@redhat.com>
3529
3530 * config/mcore/tm-mcore.h: Remove file.
3531 * config/mcore/mcore.mt: Remove definition of TM_FILE
3532 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3533
3534 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3535
3536 * i386bsd-tdep.c: Include "gdb_string.h".
3537
3538 2002-07-04 Grace Sainsbury <graces@redhat.com>
3539
3540 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3541 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3542 mcore-tdep.
3543 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3544 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3545 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3546 (RETVAL_REGNUM): Move macros from tm-mcore.h
3547 (mcore_reg_struct_has_addr): New function.
3548 (mcore_gdbarch_init): Added initializations for the macros removed
3549 from tm-mcore.h.
3550
3551 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3552
3553 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3554 traditonal string branding within the ELF header.
3555
3556 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3557
3558 * symtab.c (remove_params): New function.
3559 (make_symbol_overload_list): Use it instead of cplus_demangle.
3560 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3561
3562 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3563
3564 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3565
3566 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3567 New variables.
3568 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3569 and tdep->sigtramp_end.
3570 * i386obsd-nat.c: New file.
3571 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3572
3573 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3574 Don't call get_current_frame().
3575
3576 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3577
3578 * i386-nat.c (child_post_startup_inferior): New function
3579 calling i386_cleanup_dregs if
3580 I386_USE_GENERIC_WATCHPOINTS is defined.
3581 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3582 conditional to acknowledge that i386-nat.c has its
3583 own child_post_startup_inferior function.
3584
3585 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3586
3587 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3588 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3589 instead of MAX_REGISTER_RAW_SIZE.
3590 (i386_extract_return_value, i386_extract_struct_value_address):
3591 Convert to use regcache.
3592 (i386_gdbarch_init): Set max_register_raw_size and
3593 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3594 Set extract_return_value and extract_struct_value_address instead
3595 of their deprecated variants.
3596
3597 Convert i386 target to generic dummy frames.
3598 * i386-tdep.c: Include "symfile.h".
3599 (i386_frameless_signal_p): Consider a function to be frameless if
3600 the pc points at the first instruction of the function.
3601 (i386_frame_chain): Handle (generic) call dummies.
3602 (i386_frame_saved_pc): Likewise.
3603 (i386_frame_init_saved_regs): Remove code dealing with call
3604 dummies on the stack.
3605 (i386_push_dummy_frame): Removed.
3606 (i386_call_dummy_words): Removed.
3607 (i386_fix_call_dummy): Removed.
3608 (i386_push_return_address): New function.
3609 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3610 parameter, and don't call get_current_frame.
3611 (i386_pop_frame): New function.
3612 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3613 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3614 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3615 call_dummy_length to 0, set call_dummy_words to NULL, set
3616 sizeof_call_dummy_words to 0, set fix_call_dummy to
3617 generic_fix_call_dummy, set pc_in_call_dummy to
3618 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3619 generic_push_dummy_frame, set push_return_address to
3620 i386_push_return_address and set frame_chain_valid to
3621 generic_file_frame_chain_valid.
3622
3623 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3624
3625 * gdbarch.sh (struct regcache): Add opaque declaration.
3626 (EXTRACT_RETURN_VALUE): New architecture method.
3627 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3628 * gdbarch.h, gdbarch.c: Regenerate.
3629 * arch-utils.c (legacy_extract_return_value): New function.
3630 * arch-utils.h (legacy_extract_return_value): Declare.
3631 * values.c (value_being_returned): Re-enable code handling
3632 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3633 deprecated_grub_regcache_for_registers call to block handling
3634 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3635 (EXTRACT_RETURN_VALUE): Do not define.
3636
3637 2002-07-03 Grace Sainsbury <graces@redhat.com>
3638
3639 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3640 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3641 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3642 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3643 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3644 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3645 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3646 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3647 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3648 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3649 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3650 argument so the function fits the prototype in the architecture
3651 vector.
3652 (mcore_pop_frame): Remove argument so the function fits the
3653 prototype. Use get_current_frame instead of the argument.
3654 (mcore_push_arguments): Change type of struct_return so the
3655 function can be used in the architecture vector.
3656 (mcore_store_struct_return): Add.
3657 (mcore_frame_init_saved_regs): Add.
3658 (mcore_gdbarch_init): Add function calls to replace the macros
3659 removed from tm-mcore.h
3660
3661 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3662
3663 * infcmd.c (print_return_value): Remove compatibility code calling
3664 deprecated_grub_regcache_for_registers.
3665
3666 * values.c: Include "regcache.h".
3667 (value_being_returned): Update. Use
3668 deprecated_grub_regcache_for_registers to extract the register
3669 buffer address.
3670 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3671 ``struct regcache''.
3672 * Makefile.in (values.o): Add dependency on $(regcache_h).
3673
3674 * inferior.h (run_stack_dummy): Change type of second parameter to
3675 a ``struct regcache''.
3676 * valops.c (hand_function_call): Change type of retbuf to ``struct
3677 regcache''. Allocate using regcache_xmalloc, clean using
3678 make_cleanup_regcache_xfree.
3679 * infcmd.c (run_stack_dummy): Update. Use
3680 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3681
3682 * regcache.c (do_regcache_xfree): New function.
3683 (make_cleanup_regcache_xfree): New function.
3684 * regcache.h (make_cleanup_regcache_xfree): Declare.
3685
3686 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3687
3688 * event-top.c (command_line_handler): Don't read past
3689 beginning of buffer.
3690
3691 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3692
3693 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3694 struct frame_id.
3695 (varobj_create): Store frame_id for root.
3696 (varobj_gen_name): Use xasprintf.
3697 (varobj_update): Save and restore frame using get_frame_id() and
3698 frame_find_by_id().
3699 (create_child): Use xasprintf.
3700 (new_root_variable): Initialize frame_id.
3701 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3702 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3703 to prevent memory leak.
3704
3705 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3706
3707 * valops.c (hand_function_call): Move declaration of retbuf to
3708 start of function, allocate using malloc, add a cleanup but before
3709 the inf_status cleanup, cleanup the buffer. Rename local variable
3710 old_chain to inf_status_cleanup.
3711
3712 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3713
3714 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3715
3716 * cli/cli-decode.c (cmd_func_p): New function.
3717 (cmd_func): New function.
3718
3719 * command.h: Add cmd_func() and cmd_func_p().
3720
3721 2002-07-03 Grace Sainsbury <graces@redhat.com>
3722
3723 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3724 (REGISTER_SIZE): Remove.
3725 (MAX_REGISTER_RAW_SIZE): Remove.
3726 (REGISTER_VIRTUAL_TYPE): Remove.
3727 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3728 (REGISTER_NAME): Remove.
3729 (USE_GENERIC_DUMMY_FRAMES): Remove.
3730 (CALL_DUMMY): Remove.
3731 (CALL_DUMMY_START_OFFSET): Remove.
3732 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3733 (CALL_DUMMY_LOCATION): Remove.
3734 (FIX_CALL_DUMMY): Remove.
3735 (CALL_DUMMY_ADDRESS): Remove.
3736 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3737 (SAVE_DUMMY_FRAME_TOS): Remove.
3738 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3739 (mcore_register_virtual_type): New function.
3740 (mcore_register_byte): New function.
3741 (mcore_register_size): New function.
3742 (mcore_register_name): New function.
3743 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3744 macros removed from tm-mcore.h.
3745 (mcore_dump_tdep): Add.
3746 (_initialize_mcore_tdep): Add gdbarch_register call.
3747
3748 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3749
3750 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3751 frameless_look_for_prologue, such that we actually call this
3752 function.
3753
3754 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3755
3756 * frame.h (frame_address_in_block): New function.
3757
3758 * blockframe.c (frame_address_in_block): New function extracted
3759 from get_frame_block().
3760 (get_frame_block): Use frame_address_in_block().
3761 (block_innermost_frame): Use frame_address_in_block() to match
3762 the frame pc address against the block boundaries rather than
3763 the frame pc directly. This prevents a failure when a frame pc
3764 is actually a return-address pointing immediately after the end
3765 of the given block.
3766
3767 2002-07-02 Grace Sainsbury <graces@redhat.com>
3768
3769 * MAINTAINERS: Add self under write after approval.
3770
3771 2002-07-02 Grace Sainsbury <graces@redhat.com>
3772
3773 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3774 used in architecture vector. The default is
3775 m68k_local_breakpoint_from_pc.
3776 (m68k_local_breakpoint_from_pc): Add.
3777 (enum): Add register numbers from tm-m68k.h.
3778 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3779 vector.
3780 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3781 GDB_MULTI_ARCH_PARTIAL.
3782 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3783 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3784 m68k-tdep.c.
3785 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3786 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3787 to enum in m68k-tdep.c
3788
3789 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3790
3791 * solib-osf.c (open_map): Compute the list of shared libraries
3792 loaded by the inferior, rather than the list of libraries loaded
3793 by GDB itself. Otherwise, GDB ends up reading the symbols from
3794 the wrong shared libraries...
3795
3796 2002-07-02 Mark Kettenis <kettenis@gnu.org>
3797
3798 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3799 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3800 macros.
3801 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3802 Remove functions.
3803 (FRAMELESS_SIGNAL): Remove function.
3804 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3805 i386_linux_saved_pc_after_call): Removed.
3806 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3807 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3808 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3809
3810 * i386-tdep.c (i386_frameless_signal_p): New function.
3811 (i386_frame_chain): Deal with frameless signals.
3812 (i386_sigtramp_saved_sp): New function.
3813 (i386_frame_saved_pc): Deal with frameless signals.
3814 (i386_saved_pc_after_call): Make sure the correct value is
3815 returned just after entry into a sigtramp.
3816 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3817 i386fbsd4_sc_sp_offset): New variables.
3818 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3819 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3820 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3821 similiar to what we already did for sc_pc_offset.
3822 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3823 tdep->sc_sp_offset.
3824
3825 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3826
3827 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3828
3829 * config/i386/tm-x86-64linux.h: New.
3830 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3831 definitions.
3832 * config/i386/nm-x86-64.h: Rename to ...
3833 * config/i386/nm-x86-64linux.h: ... this one.
3834 * config/i386/x86-64linux.mh: Reflect the above change.
3835
3836 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3837
3838 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3839 with sigcontext_addr. Add sc_sp_offset.
3840 (i386bsd_sigtramp_saved_pc): Remove prototype.
3841 (i386bsd_sicontext_addr): Add prototype.
3842 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3843 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3844 (i386_svr4_sigtramp_saved_pc): Removed.
3845 (i386_svr4_sigcontext_addr): New function.
3846 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3847 Initialize tdep->sigcontext_addr instead. Initialize
3848 tdep->sc_pc_offset and tdep->sc_sp_offset.
3849 (i386_gdbarch_init): Likewise.
3850 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3851 any more.
3852 (i386bsd_sigtramp_saved_pc): Remove function.
3853 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3854 Initialize tdep->sigcontext_addr instead. Initialize
3855 tdep->sc_pc_offset.
3856 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3857 of tdep->sigtramp_saved_pc.
3858 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3859 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3860 instead.
3861
3862 * i386-tdep.c (i386_frameless_function_invocation,
3863 i386_frame_num_args, i386_frame_init_saved_regs,
3864 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3865 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3866 i386_extract_return_value, i386_store_return_value,
3867 i386_extract_struct_value_address, i386_register_virtual_type,
3868 i386_register_convertible, i386_register_convert_to_virtual,
3869 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3870 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3871 static.
3872
3873 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3874
3875 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3876
3877 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3878 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3879 this macro. Include "value.h".
3880
3881 2002-06-30 Aidan Skinner <aidan@velvet.net>
3882
3883 * ada-exp.tab.c: remove as it's a generated file
3884 * ada-lex.c: remove as it's a generated file
3885
3886 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3887
3888 * config/i386/tm-i386.h (struct frame_info, struct
3889 frame_saved_regs, struct value, struct type): Remove forward
3890 declarations.
3891
3892 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3893 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3894 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3895 (FILL_FPXREGSET): Define.
3896
3897 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3898
3899 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3900 i[3456]86-*-netbsd* case.
3901 * config/i386/tm-obsd.h: Removed.
3902 * config/i386/obsd.mt: Removed.
3903 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3904 core-aout.o.
3905 (MH_CFLAGS): Add -DYYDEBUG=0.
3906
3907 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3908 i386nbsd_sc_pc_offset on OpenBSD too.
3909
3910 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3911 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3912 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3913 define.
3914 * i386bsd-tdep.c: Include "arch-utils.h".
3915 (i386bsd_aout_in_solib_call_trampoline): New function.
3916 (i386bsd_init_abi): Set in_solib_call_trampoline to
3917 i386bsd_aout_in_solib_call_trampoline.
3918 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3919 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3920
3921 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3922
3923 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3924 (struct obstack, struct bcache): Add opaque declarations.
3925 * Makefile.in (macrotab_h): Update
3926
3927 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3928
3929 * blockframe.c (generic_find_dummy_frame): Change return type to
3930 ``struct regcache''.
3931 (struct dummy_frame): Replace field ``registers'' with regcache, a
3932 struct regcache object.
3933 (generic_find_dummy_frame): Update.
3934 (generic_push_dummy_frame): Update. Use regcache_xfree,
3935 regcache_xmalloc and regcache_cpy.
3936 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3937 regcache_xfree.
3938 (deprecated_generic_find_dummy_frame): Update.
3939 (generic_read_register_dummy): Update. Use
3940 regcache_read_as_address.
3941 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3942 (generic_get_saved_register): Update. Use regcache_read.
3943
3944 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3945
3946 * Makefile.in (objfiles_h): Add $(bcache_h).
3947 * objfiles.h: Include "bcache.h".
3948
3949 * Makefile.in (symtab_h): Remove $(bcache_h).
3950 * symtab.h: Do not include "bcache.h".
3951
3952 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3953
3954 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3955 generic_func_frame_chain_valid.
3956
3957 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3958
3959 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3960 * config/i386/tm-fbsd.h: Likewise.
3961
3962 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3963
3964 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3965 generic_unwind_get_saved_register.
3966
3967 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3968
3969 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3970 * regcache.c (supply_register): Add missing argument to
3971 register_buffer call.
3972
3973 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3974
3975 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3976 Solaris /bin/grep does not not like it. From Peter Schauer.
3977
3978 2002-06-26 Tom Tromey <tromey@redhat.com>
3979
3980 * command.h (add_setshow_cmd): Declare.
3981 (add_setshow_cmd_full): Declare.
3982 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3983 returns void. Use add_setshow_cmd_full.
3984 (add_setshow_cmd_full): New function.
3985 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3986 (add_setshow_boolean_cmd): Likewise.
3987
3988 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3989
3990 * config/vax/tm-vax.h: Protect from multiple inclusion.
3991 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3992 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3993 * config/vax/tm-vaxbsd.h: ...here. New file.
3994 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3995
3996 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3997
3998 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3999 (BELIEVE_PCC_PROMOTION): Remove.
4000 (AP_REGNUM): Move to...
4001 * config/vax/nm-vax.h: ...here.
4002 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4003 (vax_breakpoint_from_pc): New function.
4004 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4005 and gdbarch_believe_pcc_promotion.
4006
4007 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4008
4009 * Makefile.in (vax_tdep_h): Define.
4010 (vax-tdep.o): Use $(vax_tdep_h).
4011 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4012 (vax_dump_tdep): New function.
4013 (_initialize_vax_tdep): Register vax_dump_tdep.
4014 * vax-tdep.h: Include osabi.h.
4015 (struct gdbarch_tdep): New.
4016
4017 2002-06-26 Andrew Cagney <cagney@redhat.com>
4018
4019 * frame.h (deprecated_generic_find_dummy_frame): Rename
4020 generic_find_dummy_frame.
4021 * blockframe.c (generic_find_dummy_frame): Make static.
4022 (deprecated_generic_find_dummy_frame): New function.
4023 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4024 generic_find_dummy_frame with deprecated_find_dummy_frame.
4025 (sh64_nofp_frame_init_saved_regs): Ditto.
4026 (sh_fp_frame_init_saved_regs): Ditto.
4027 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4028 (s390_frame_chain): Ditto.
4029 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4030
4031 2002-06-26 Grace Sainsbury <graces@redhat.com>
4032
4033 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4034 gdbarch vector are at the top.
4035 (NUM_REGS): Remove.
4036 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4037 (FRAME_ARGS_ADDRESS): Remove.
4038 (FRAME_LOCALS_ADDRESS): Remove.
4039 (FRAME_NUM_ARGS): Remove.
4040 (FRAME_ARGS_SKIP): Remove.
4041 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4042 (m68k_gdbarch_init): Add gdbarch initializations for macros
4043 undefined in tm-m68k.h
4044
4045 2002-06-26 Grace Sainsbury <graces@redhat.com>
4046
4047 * monitor.h: Add the function regname to monitor_ops
4048 structure. This way NUM_REGS does not have to be a constant.
4049 * monitor.c (monitor_fetch_register): Added support for regname
4050 function. The function is called if the array regnames is NULL.
4051 (monitor_store_register): Same.
4052 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4053 regnames array.
4054 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4055 cpu32bug_cmds.regname to point to new function.
4056 * abug-rom.c (abug_regname): Same as above.
4057 (init_abug_cmds): Same.
4058 * dbug-rom.c (dbug_regname): Same as above.
4059 (init_dbug_cmds): Same.
4060 * remote-est.c (est_regname): Same.
4061 (init_est_cmds): Same.
4062 * rom68k-rom.c (rom68k_regname): Same.
4063 (init_rom68k_cmds): Same.
4064
4065 2002-06-25 Tom Tromey <tromey@redhat.com>
4066
4067 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4068
4069 2002-06-25 Andrew Cagney <cagney@redhat.com>
4070
4071 * infrun.c (stop_registers): Change variable's type to ``struct
4072 regcache'''.
4073 (xmalloc_inferior_status): Delete function.
4074 (free_inferior_status): Delete function.
4075 (normal_stop): Use regcache_cpy.
4076 (struct inferior_status): Change type of fields ``stop_registers''
4077 and ``registers'' to ``struct regcache''.
4078 (write_inferior_status_register): Use regcache_write.
4079 (save_inferior_status): Instead of calling
4080 xmalloc_inferior_status, allocate the inf_status buffer directly.
4081 Use regcache_dup_no_passthrough and regcache_dup to save the
4082 buffers.
4083 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4084 Replace the stop_registers regcache instead of overriding it. Use
4085 regcache_xfree. Instead of calling free_inferior_status, xfree
4086 the buffer directly.
4087 (discard_inferior_status): Use regcache_xfree. Instead of calling
4088 free_inferior_status, xfree the buffer directly.
4089 (build_infrun): Use regcache_xmalloc.
4090 (_initialize_infrun): Delete redundant call to build_infrun.
4091
4092 * Makefile.in (infcmd.o): Add $(regcache_h).
4093
4094 * infcmd.c: Include "regcache.h".
4095 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4096 obtain the address of `stop_registers' register buffer.
4097 (print_return_value): Ditto.
4098
4099 * inferior.h (struct regcache): Add opaque declaration.
4100 (stop_registers): Change variable's declared type to ``struct
4101 regcache''.
4102
4103 2002-06-24 Tom Tromey <tromey@redhat.com>
4104
4105 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4106 * target.c (initialize_targets): Fixed typo in
4107 trust-readonly-sections `show' documentation.
4108
4109 * main.c: Marked all strings with _().
4110
4111 2002-06-24 Don Howard <dhoward@redhat.com>
4112
4113 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4114 that means max CORE_ADDR+1.
4115 (lookup_mem_region): Ditto.
4116 (mem_info_command): Ditto.
4117
4118 2002-06-24 Grace Sainsbury <graces@redhat.com>
4119
4120 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4121 (REGISTER_BYTES_OK): Remove.
4122 (REGISTER_BYTES): Remove.
4123 (STORE_STRUCT_RETURN): Remove.
4124 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4125 (STORE_RETURN_VALUE): Remove.
4126 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4127 (FRAME_CHAIN): Remove.
4128 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4129 (FRAME_SAVED_PC): Remove.
4130 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4131 (m68k_store_struct_return): Add.
4132 (m68k_deprecated_extract_return_value): Add.
4133 (m68k_deprecated_extract_struct_value_address): Add.
4134 (m68k_store_return_value): Add.
4135 (m68k_frame_chain): Add.
4136 (m68k_frameless_function_invocation): Add.
4137 (m68k_frame_saved_pc): Add.
4138 (m68k_gdbarch_init): added set_gdbarch calls for new
4139 functions and deleted macros.
4140
4141 2002-06-23 Tom Tromey <tromey@redhat.com>
4142
4143 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4144 (ALLDEPFILES): Likewise.
4145 (udiheaders): Removed.
4146 (udip2soc.o): Likewise.
4147 (udi2go32.o): Likewise.
4148 (udr.o): Likewise.
4149 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4150
4151 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4152
4153 * infrun.c (_initialize_infrun): Delete unnecessary call to
4154 build_infrun.
4155
4156 * regcache.h: Update comments describing the regcache_cpy family
4157 of functions.
4158 (regcache_save, regcache_restore): Delete declaration.
4159 (regcache_save_no_passthrough): Delete declaration.
4160 (regcache_restore_no_passthrough): Delete declaration.
4161 * regcache.c (regcache_save): Delete function.
4162 (regcache_save_no_passthrough): Delete function.
4163 (regcache_restore): Delete function.
4164 (regcache_restore_no_passthrough): Delete function.
4165
4166 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4167
4168 * config/m68k/tm-m68k.h: Fix typo.
4169 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4170 (m68k_frame_init_saved_regs): Declare.
4171
4172 2002-06-21 Jim Blandy <jimb@redhat.com>
4173
4174 Remove some vestiges of Harris 88k support.
4175 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4176 register numbering quirk.
4177 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4178 odd symbols occurring in Harris 88k ELF targets.
4179
4180 2002-06-21 Tom Tromey <tromey@redhat.com>
4181
4182 * gdb_locale.h: New file.
4183 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4184 (defs_h): Added gdb_locale.h.
4185 * configure, config.in: Rebuilt.
4186 * configure.in (PACKAGE): Define.
4187 * defs.h: Include gdb_locale.h.
4188 * main.c (captured_main): Call setlocale, bindtextdomain,
4189 textdomain.
4190
4191 2002-06-21 Dave Brolley <brolley@redhat.com>
4192
4193 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4194 * config/frv/frv.mt: New file.
4195 * config/frv/tm-frv.h: New file.
4196 * configure.tgt: Support frv-*-*.
4197 * Makefile.in (frv-tdep.o): New target.
4198 * frv-tdep.c: New file.
4199 * NEWS: Mention frv.
4200
4201 2002-06-21 Dave Brolley <brolley@redhat.com>
4202
4203 * MAINTAINERS: Add self to "Write After Approval" list.
4204
4205 2002-06-21 Grace Sainsbury <graces@redhat.com>
4206
4207 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4208 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4209 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4210 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4211 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4212
4213 * m68k-tdep.c: Include arch-utils.h
4214 (m68k_register_raw_size): Add.
4215 (m68k_register_virtual_size): Add.
4216 (m68k_register_virtual_type): Add.
4217 (m68k_register_name): Add.
4218 (m68k_stack_align): Add.
4219 (m68k_register_byte): Add.
4220 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4221 tm-m68k.h.
4222
4223 2002-06-21 Grace Sainsbury <graces@redhat.com>
4224
4225 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4226 m68k_find_saved_regs.
4227 (m68k_pop_frame): Removed saved_regs structure, and replaced
4228 references to it with frame->saved_regs.
4229 (m68k_gdbarch_init): Added function calls to initialize the
4230 gdbarch structure.
4231 (m68k_fix_call_dummy): Add.
4232 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4233 (CALL_DUMMY): Remove.
4234 (CALL_DUMMY_LENGTH): Remove.
4235 (CALL_DUMMY_START_OFFSET): Remove.
4236 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4237 (FIX_CALL_DUMMY): Remove.
4238 (PUSH_DUMMY_FRAME): Remove.
4239 (POP_FRAME): Remove.
4240
4241 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4242
4243 * parse.c (parse_fprintf): New function used to avoid calls to
4244 fprintf in bison parser generated debug code.
4245 * parser-defs.h: Declaration of new parse_fprintf function.
4246 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4247 Set YYDEBUG to 1 by default.
4248 Set YYFPRINTF as parse_fprintf.
4249
4250 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4251
4252 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4253 encoding anymore.
4254 (pointer_encoding, enum ptr_encoding): New.
4255 (execute_cfa_program): Take care about pointer encoding.
4256 (dwarf2_build_frame_info): Only call parse_frame_info for
4257 .debug_frame and .eh_frame.
4258 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4259 fixed augmentation handling, added relative addressing,
4260 ignore duplicate FDEs. Added comments.
4261 * dwarf2cfi.c: Reindented.
4262
4263 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4264
4265 * event-top.c (command_handler): Don't use space_at_cmd_start
4266 unless there is sbrk() on the host. Assign time and space data
4267 to union fields of the appropriate length.
4268
4269 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4270
4271 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4272 x86_64_register_name. Return type changed to 'const char *'.
4273 (x86_64_register_name2nr): Rename to x86_64_register_number.
4274 (x86_64_gdbarch_init): Update to reflect the change.
4275 * x86-64-tdep.h: Ditto.
4276 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4277 (supply_fpregset): Ditto.
4278
4279 2002-06-19 Andrew Cagney <cagney@redhat.com>
4280
4281 * regcache.h: Update copyright.
4282 (struct regcache, struct gdbarch): Add opaque declarations.
4283 (current_regcache): Declare global variable.
4284 (regcache_read, regcache_write): Add gdbarch parameter.
4285 (regcache_save, regcache_save_no_passthrough)
4286 (regcache_restore, regcache_restore_no_passthrough)
4287 (regcache_dup, regcache_dup_no_passthrough)
4288 (regcache_cpy, regcache_cpy_no_passthrough)
4289 (deprecated_grub_regcache_for_registers)
4290 (deprecated_grub_regcache_for_register_valid)
4291 (regcache_valid_p): Add function declarations.
4292
4293 * regcache.c: Update copyright.
4294 (regcache_descr_handle): New global variable.
4295 (struct regcache_descr): Define.
4296 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4297 (regcache_descr, xfree_regcache_descr): New functions.
4298 (struct regcache): Define.
4299 (regcache_xmalloc, regcache_xfree): New functions.
4300 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4301 (regcache_dup, regcache_dup_no_passthrough): New functions.
4302 (regcache_valid_p, regcache_read_as_address): New functions.
4303 (deprecated_grub_regcache_for_registers): New function.
4304 (deprecated_grub_regcache_for_register_valid): New function.
4305 (current_regcache): New global variable.
4306 (register_buffer): Add regcache parameter. Update calls.
4307 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4308 (read_register_gen, write_register_gen): Update register_buffer
4309 call. Test for legacy_p instead of gdbarch_register_read_p or
4310 gdbarch_register_write_p.
4311 (regcache_collect): Update register_buffer call.
4312 (build_regcache): Rewrite. Use deprecated grub functions.
4313 (regcache_save, regcache_save_no_passthrough): New functions.
4314 (regcache_restore, regcache_restore_no_passthrough): New
4315 functions.
4316 (_initialize_regcache): Create the regcache_data_handle. Swap
4317 current_regcache global variable.
4318
4319 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4320 parameter to regcache_read and regcache_write calls.
4321 (sh4_register_read): Ditto.
4322 (sh64_pseudo_register_read): Ditto.
4323 (sh64_register_read): Ditto.
4324 (sh_pseudo_register_write): Ditto.
4325 (sh4_register_write): Ditto.
4326 (sh64_pseudo_register_write): Ditto.
4327 (sh64_register_write): Ditto.
4328
4329 * defs.h (XCALLOC): Define.
4330
4331 2002-06-19 Grace Sainsbury <graces@redhat.com>
4332
4333 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4334 * m68k-tdep.c (m68k_gdbarch_init): Added.
4335 (m68k_dump_tdep): Added.
4336
4337 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4338
4339 * ada-lang.c (fill_in_ada_prototype): Update comment.
4340
4341 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4342
4343 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4344 MIPS_ABI_LAST.
4345 (mips_abi_string, mips_abi_strings): New.
4346 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4347 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4348 tdep->mips_abi_string. Honor mips_abi_string. Default to
4349 O32 if no ABI is found.
4350 (mips_dump_tdep): Use mips_abi_strings.
4351 (mips_abi_update): New function.
4352 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4353 ``set mips abi'' and ``show mips abi''. Check the size of
4354 mips_abi_strings.
4355
4356 2002-06-19 Andrew Cagney <cagney@redhat.com>
4357
4358 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4359 constant.
4360
4361 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4362
4363 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4364 current frame using only the first stack size adjustment. All
4365 subsequent size adjustments are not considered to be part of
4366 the "static" part of the current frame.
4367 Compute the address of the saved registers relative to the
4368 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4369 in use in this frame.
4370
4371 2002-06-18 Don Howard <dhoward@redhat.com>
4372
4373 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4374 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4375 suggesting this solution.
4376
4377 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4378
4379 * config/romp/xm-rtbsd.h: Delete file.
4380 * config/romp/rtbsd.mh: Delete file.
4381
4382 2002-06-18 Keith Seitz <keiths@redhat.com>
4383
4384 * breakpoint.c (condition_command): Post breakpoint_modify
4385 when a condition is added to an existing breakpoint.
4386 (commands_command): Likewise for commands.
4387 (set_ignore_count): Likewise for ignore counts.
4388 If no tty, do not simply return, still need to send event
4389 notification.
4390 (ignore_command): Only print a newline if the command came
4391 from a tty.
4392 Don't call breakpoints_changed, since this is now properly
4393 handled by set_ignore_count.
4394
4395 2002-06-18 Andrew Cagney <cagney@redhat.com>
4396
4397 * MAINTAINERS: Note that cris-elf target can be compiled with
4398 -Werror.
4399 * cris-tdep.c (cris_register_name): Make return type constant.
4400 (cris_breakpoint_from_pc): Ditto.
4401
4402 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4403
4404 * frame.h (struct frame_info): Change type of context to
4405 'struct context'.
4406
4407 2002-06-17 Andrew Cagney <cagney@redhat.com>
4408
4409 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4410 pointer.
4411 * gdbarch.h, gdbarch.c: Regenerate.
4412 * config/mips/tm-mips.h (mips_register_name): Update.
4413 * i386-tdep.h (i386_register_name): Update.
4414 * mips-tdep.c (mips_register_name): Update
4415 * alpha-tdep.c (alpha_register_name): Update.
4416 * arch-utils.c (legacy_register_name): Update.
4417 * arch-utils.h (legacy_register_name): Update.
4418 * avr-tdep.c (avr_register_name): Update.
4419 * ia64-tdep.c (ia64_register_name): Update.
4420 * i386-tdep.c (i386_register_name): Update.
4421 * sparc-tdep.c (sparc32_register_name): Update.
4422 (sparc64_register_name): Update.
4423 (sparclite_register_name): Update.
4424 (sparclet_register_name): Update.
4425 * sh-tdep.c (sh_generic_register_name): Update.
4426 (sh_sh_register_name): Update.
4427 (sh_sh3_register_name): Update.
4428 (sh_sh3e_register_name): Update.
4429 (sh_sh_dsp_register_name): Update.
4430 (sh_sh3_dsp_register_name): Update.
4431 (sh_sh4_register_name): Update.
4432 (sh_sh64_register_name): Update.
4433 * s390-tdep.c (s390_register_name): Update.
4434 * rs6000-tdep.c (rs6000_register_name): Update.
4435 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4436 (ns32k_register_name_32382): Update.
4437 * d10v-tdep.c (d10v_ts2_register_name): Update.
4438 (d10v_ts3_register_name): Update.
4439 * xstormy16-tdep.c (xstormy16_register_name): Update.
4440 * vax-tdep.c (vax_register_name): Update.
4441 * v850-tdep.c (v850_register_name): Update.
4442 * m68hc11-tdep.c (m68hc11_register_name): Update.
4443 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4444 (am33_register_name): Update.
4445
4446 2002-06-17 Grace Sainsbury <graces@redhat.com>
4447
4448 * m68k-tdep.c: Reindented.
4449
4450 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4451
4452 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4453 list of predefined types.
4454
4455 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4456
4457 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4458 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4459 REGISTER_CONVERT_TO_RAW): Remove defines.
4460 (i386_register_virtual_type, i386_register_convertible,
4461 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4462 Remove prototypes.
4463 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4464 macros mentioned above.
4465
4466 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4467 (i386lynx_saved_pc_after_call): Remove prototype.
4468 * i386ly-tdep.c: Include "i386-tdep.h".
4469 (i386lynx_saved_pc_after_call): Make static. Use
4470 read_memory_nobpt instead of read_memory. Use
4471 read_memory_unsigned_integer instead of read_memory_integer.
4472 (i386lynx_init_abi): New function.
4473 (i386lynx_coff_osabi_sniffer): New function.
4474 (_initialize_i386bsd_tdep): New function.
4475
4476 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4477 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4478 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4479 (i386_fix_call_dummy): Remove prototype.
4480 * i386-tdep.c (i386_call_dummy_words): New variable.
4481 (i386_gdbarch_init): Adjust for removal of the
4482 macros mentioned above.
4483
4484 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4485
4486 * command.h (add_setshow_auto_boolean_cmd): Replace
4487 add_set_auto_boolean_cmd.
4488 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4489 add_set_auto_boolean_cmd.
4490 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4491 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4492 mask-address'' command.
4493 (show_mask_address): Add cmd parameter.
4494 * remote.c (add_packet_config_cmd): Update. Change type of
4495 set_func and show_func to cmd_sfunc_ftype.
4496 (_initialize_remote): Update `set remote Z-packet'
4497 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4498 (show_remote_protocol_e_packet_cmd): Ditto.
4499 (show_remote_protocol_E_packet_cmd): Ditto.
4500 (show_remote_protocol_P_packet_cmd): Ditto.
4501 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4502 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4503 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4504 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4505 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4506 (show_remote_protocol_Z_packet_cmd): Ditto.
4507 (show_remote_protocol_binary_download_cmd): Ditto.
4508 (show_remote_cmd): Pass NULL to all of above.
4509
4510 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4511
4512 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4513 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4514 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4515 POP_FRAME): Remove defines.
4516 (i386_push_arguments, i386_store_struct_return,
4517 i386_extract_return_value, i386_store_return_value,
4518 i386_extract_struct_value_address, i386_push_dummy_frame,
4519 i386_pop_frame): Renove prototypes.
4520 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4521 macros mentioned above.
4522
4523 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4524
4525 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4526 add_set_boolean_cmd.
4527 (add_setshow_cmd): New function.
4528 * command.h (add_setshow_boolean_cmd): Replace
4529 add_set_boolean_cmd.
4530 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4531 and ``set rdiromatzero''.
4532 * maint.c (_initialize_maint_cmds): Update commented out code.
4533 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4534 * target.c (initialize_targets): Update `set
4535 trust-readonly-sections'.
4536 * remote.c (_initialize_remote): Update `set remotebreak'.
4537
4538 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4539
4540 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4541 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4542 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4543 fit into multi-arch framework.
4544 (i386_breakpoint_from_pc): New function.
4545 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4546 above.
4547
4548 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4549 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4550 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4551 (i386_frameless_function_invocation, i386_frame_num_args,
4552 i386_frame_init_saved_regs): Remove prototypes.
4553 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4554 macros mentioned above.
4555
4556 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4557
4558 * cli/cli-decode.c (set_cmd_cfunc): Update.
4559 (set_cmd_sfunc): Update.
4560 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4561 (set_cmd_sfunc, set_cmd_cfunc): Update.
4562 * cli/cli-decode.h: Update.
4563
4564 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4565
4566 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4567 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4568
4569 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4570
4571 * defs.h (auto_boolean): Declare enum.
4572 * command.h (cmd_auto_boolean): Delete enum.
4573 * mips-tdep.c (mask_address_var): Update.
4574 (mips_mask_address_p): Update.
4575 (show_mask_address): Update.
4576 * remote.c (struct packet_config): Update.
4577 (update_packet_config): Update.
4578 (show_packet_config_cmd): Update.
4579 (packet_ok): Update.
4580 (add_packet_config_cmd): Update.
4581 (_initialize_remote):
4582 * command.h: Update.
4583 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4584 (do_setshow_command): Update.
4585 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4586 * cli/cli-decode.h: Update.
4587
4588 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4589
4590 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4591 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4592 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4593 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4594 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4595 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4596
4597 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4598 list of DJGPP COFF targets.
4599
4600 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4601 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4602 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4603 (FP0_REGNUM): Remove define.
4604 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4605 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4606 (i386_register_virtual_size): Remove protoype.
4607 * i386-tdep.c (i386_register_virtual_size): Removed.
4608 (i386_extract_return_value, i386_store_return_value): Use
4609 FP0_REGNUM instead of NUM_FREGS to determine whether the
4610 floating-point registers are available.
4611 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4612 Adjust for removal of macros mentioned above.
4613
4614 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4615
4616 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4617 comments.
4618 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4619 Remove prototypes.
4620 (supply_gregset, fill_gregset): Remove use of register keyword and
4621 remove declaration for regmap. Use I386_NUM_GREGS instead of
4622 NUM_REGS and NUM_FREGS.
4623 (FPREGSET_FSAVE_OFFSET): Remove.
4624 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4625 NUM_FREGS to determine whether the floating-point registers are
4626 available.
4627
4628 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4629 gnu_store_registers): Replace usage of NUM_GREGS with
4630 I386_NUM_GREGS.
4631
4632 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4633 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4634 usage of NUM_GREGS with I386_NUM_GREGS.
4635
4636 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4637
4638 * i386bsd-nat.c: Include "i386-tdep.h".
4639 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4640 I386_NUM_GREGS.
4641
4642 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4643 and associated comment. They no longer make any sense, since we
4644 don't use this file anymore on Linux.
4645
4646 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4647 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4648 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4649 elements in these arrays.
4650 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4651 MAX_NUM_REGS.
4652
4653 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4654
4655 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4656 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4657
4658 2002-06-14 Andrew Cagney <cagney@redhat.com>
4659
4660 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4661 EXTRACT_RETURN_VALUE.
4662 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4663 EXTRACT_STRUCT_VALUE_ADDRESS.
4664 * gdbarch.h, gdbarch.c: Regenerate.
4665
4666 * values.c (value_being_returned): Handle
4667 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4668 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4669
4670 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4671 * arm-tdep.c (arm_gdbarch_init): Update.
4672 * avr-tdep.c (avr_gdbarch_init): Update.
4673 * cris-tdep.c (cris_gdbarch_init): Update.
4674 * d10v-tdep.c (d10v_gdbarch_init): Update.
4675 * ia64-tdep.c (ia64_gdbarch_init): Update.
4676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4677 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4678 * s390-tdep.c (s390_gdbarch_init): Update.
4679 * sh-tdep.c (sh_gdbarch_init): Update.
4680 * s390-tdep.c (s390_gdbarch_init): Update.
4681 * sparc-tdep.c (sparc_gdbarch_init): Update.
4682 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4683 * v850-tdep.c (v850_gdbarch_init): Update.
4684 * vax-tdep.c (vax_gdbarch_init): Update.
4685 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4686 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4687
4688 * config/arc/tm-arc.h: Update.
4689 * config/d30v/tm-d30v.h: Update.
4690 * config/fr30/tm-fr30.h: Update.
4691 * config/h8300/tm-h8300.h: Update.
4692 * config/h8500/tm-h8500.h: Update.
4693 * config/i386/tm-i386.h: Update.
4694 * config/i386/tm-ptx.h: Update.
4695 * config/i386/tm-symmetry.h: Update.
4696 * config/i960/tm-i960.h: Update.
4697 * config/m32r/tm-m32r.h: Update.
4698 * config/m68k/tm-delta68.h: Update.
4699 * config/m68k/tm-linux.h: Update.
4700 * config/m68k/tm-m68k.h: Update.
4701 * config/m88k/tm-m88k.h: Update.
4702 * config/mcore/tm-mcore.h: Update.
4703 * config/mips/tm-mips.h: Update.
4704 * config/mn10200/tm-mn10200.h: Update.
4705 * config/pa/tm-hppa.h: Update.
4706 * config/pa/tm-hppa64.h: Update.
4707 * config/sparc/tm-sp64.h: Update.
4708 * config/sparc/tm-sparc.h: Update.
4709 * config/sparc/tm-sparclet.h: Update.
4710 * config/z8k/tm-z8k.h: Update.
4711
4712 2002-06-14 Andrew Cagney <cagney@redhat.com>
4713
4714 * Makefile.in (i386_linux_tdep_h): Define.
4715 (i386_tdep_h, i387_tdep_h): Define.
4716 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4717 $(i386_tdep_h) and $(i387_tdep_h).
4718 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4719
4720 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4721
4722 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4723 Already covered by the default.
4724
4725 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4726 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4727 (i386_gdbarch_init): Initialize long_double_format and long_double
4728 bit.
4729
4730 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4731 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4732 Move these to ...
4733 * config/i386/i386sol2.mh: ... here.
4734 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4735 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4736 (SIGCONTEXT_PC_OFFSET): Remove define.
4737 (IN_SIGTRAMP): Remove define.
4738 * i386-sol2-tdep.c: New file.
4739
4740 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4741 * config/i386/tm-i386nw.h: Removed.
4742
4743 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4744 USE_STRUCT_CONVENTION): Remove defines.
4745 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4746 (get_longjmp_target): Remove prototype.
4747 (IN_SIGTRAMP): Remove define.
4748 (i386bsd_in_sigtramp): Remove prototype.
4749 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4750 function. Update comment accordingly
4751 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4752 (FRAME_SAVED_PC): Remove define.
4753 (i386bsd_frame_saved_pc): Remove prototype.
4754 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4755 GET_LONGJMP_TARGET): Remove defines.
4756 (get_longjmp_target): Remove prototype.
4757 (IN_SIGTRAMP): Remove define.
4758 (i386bsd_in_sigtramp): Remove prototype.
4759 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4760 function. Update comment accordingly
4761 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4762 (FRAME_SAVED_PC): Remove define.
4763 (i386bsd_frame_saved_pc): Remove prototype.
4764 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4765 Remove prototype.
4766 (USE_STRUCT_CONVENTION): Remove prototype.
4767 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4768 declaration.
4769 (_initialize_i386bsd_nat): Revise logic to determine some
4770 constants at compile time when compiling a native GDB. Warn if
4771 things don't match up with what we expect.
4772 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4773 Remove variables.
4774 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4775 to use date stored in `struct gdbarch_tdep'.
4776 (i386bsd_sigcontext_offset): Remove varaible.
4777 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4778 stored in `struct gdbarch_tdep'.
4779 (i386bsd_frame_saved_pc): Make static.
4780 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4781 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4782 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4783 i386fbsd4_sc_pc_offset): New variables.
4784 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4785 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4786 functions.
4787 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4788 functions.
4789 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4790 Modify the value of i386fbsd_sigtramp_start and
4791 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4792 i386fbsd_sigtramp_end.
4793 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4794 function.
4795
4796 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4797 define to i386-linux-tdep.h.
4798 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4799 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4800 defines.
4801 (i386_linux_register_name, i386_linux_register_byte,
4802 i386_linux_register_raw_size): Remove prototypes.
4803 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4804 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4805 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4806 TARGET_WRITE_PC): Remove defines.
4807 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4808 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4809 i386_linux_write_pc): Remove prototypes.
4810 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4811 (get_longjmp_target): Remove prototype.
4812 * i386-linux-tdep.h: New file.
4813 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4814 * i386-linux-tdep.c: Include "i386-tdep.h" and
4815 "i386-linux-tdep.h".
4816 (i386_linux_register_name, i386_linux_register_byte,
4817 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4818 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4819 Make static.
4820 (i386_linux_init_abi): New function.
4821 (_initialize_i386_linux_tdep): New function.
4822
4823 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4824 (i386_saved_pc_after_call): Remove prototype.
4825 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4826 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4827 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4828 (i386_register_name, i386_stab_reg_to_regnum,
4829 i386_dwarf_reg_to_regnum): Remove prototypes.
4830 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4831 SIZEOF_SSE_REGS): Remove defines.
4832 (REGISTER_BYTES): Remove define.
4833 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4834 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4835 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4836 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4837 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4838 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4839 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4840 (get_longjmp_target): Remove prototype.
4841 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4842 (sigtramp_saved_pc): Remove define.
4843 (i386v4_sigtramp_saved_pc): Remove prototype.
4844 * config/i386/tm-go32.h (FRAME_CHAIN,
4845 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4846 (i386go32_frame_saved_pc): Remove prototype.
4847 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4848 (get_longjmp_target): Remove prototype.
4849 * i386-tdep.h: Include "osabi.h".
4850 (enum i386_abi): Removed.
4851 (enum struct_return): New enum.
4852 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4853 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4854 sc_pc_offset members.
4855 (i386_gdbarch_register_os_abi): Remove prototype.
4856 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4857 I386_SSE_NUM_REGS): New defines.
4858 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4859 I386_SSE_SIZEOF_REGS): New defines.
4860 (i386_register_name, i386_register_byte, i386_register_raw_size):
4861 New prototypes.
4862 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4863 (i386bsd_sigtramp_saved_pc): New prototype.
4864 * i386-tdep.c: Don't include "elf-bfd.h".
4865 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4866 i386_frame_chain, i386_saved_pc_after_call): Make static.
4867 (i386_frame_saved_pc): Rewrite to call architecture dependent
4868 function to deal with signal handlers. Make static.
4869 (i386go32_frame_saved_pc): Removed.
4870 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4871 Removed.
4872 (i386_get_longjmp_target): New function.
4873 (default_struct_convention, pcc_struct_convention,
4874 reg_struct_convention, valid_conventions, struct_convention): New
4875 variables.
4876 (i386_use_struct_convention): New function.
4877 (i386v4_sigtramp_saved_pc): Renamed to
4878 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4879 (i386_pc_in_sigtramp): New function.
4880 (i386_abi_names): Removed.
4881 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4882 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4883 Removed.
4884 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4885 i386_gdbarch_register_os_abi): Removed.
4886 (struct i386_abi_handler): Removed.
4887 (i386_abi_handler_list): Removed.
4888 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4889 functions.
4890 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4891 i386_nw_init_abi): New functions.
4892 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4893 Use set_gdbarch_xxx() calls instead of relying on macros for a
4894 number of calls.
4895 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4896 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4897 Register the various architecture variants defined in this file.
4898
4899 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4900
4901 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4902 (struct main_type): Remove arg_types member. Update comments for
4903 struct field.
4904 (TYPE_ARG_TYPES): Remove.
4905 (TYPE_FN_FIELD_ARGS): Update.
4906 (smash_to_method_type): Update prototype.
4907
4908 * c-typeprint.c (cp_type_print_method_args): Take method type
4909 instead of argument list. Use new argument layout. Simplify.
4910 (c_type_print_args): Use new argument layout. Simplify.
4911 (c_type_print_base): Update call to cp_type_print_method_args.
4912 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4913 argument; use die->type instead. Update call to
4914 smash_to_method_type.
4915 (read_structure_scope): Update call to dwarf2_add_member_fn.
4916 * gdbtypes.c (allocate_stub_method): Update comment.
4917 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4918 Use new argument layout.
4919 (check_stub_method): Use new argument layout. Don't count
4920 void as an argument.
4921 (print_arg_types): Update comments. Use new argument layout.
4922 (recursive_dump_type): Don't print arg_types member.
4923 * hpread.c (hpread_read_struct_type): Use new argument layout.
4924 (fixup_class_method_type): Likewise.
4925 (hpread_type_lookup): Likewise.
4926 * stabsread.c (read_type): Update calls to read_args and
4927 smash_to_method_type.
4928 (read_args): Use new argument layout. Simplify.
4929 * valops.c (typecmp): Use new argument layout. Update parameters
4930 and comments. Simplify.
4931 (hand_function_call): Use new argument layout.
4932 (search_struct_method): Update call to typecmp.
4933 (find_overload_match): Use new argument layout.
4934
4935 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4936
4937 * NEWS: Mention multithreaded debug support for gdbserver.
4938
4939 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4940
4941 * MAINTAINERS: Mention NEWS.
4942
4943 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4944
4945 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4946 (struct mips_objfile_private, compare_pdr_entries): New.
4947 (non_heuristic_proc_desc): Read the ".pdr" section if it
4948 is present.
4949
4950 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4951
4952 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4953 (arm_debug): New static variable.
4954 (_initialize_arm_tdep): Add ``set debug arm'' command.
4955
4956 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4957
4958 * Makefile.in (sim_arm_h): Define.
4959 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4960 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4961 (arm_register_sim_regno): New function, map an internal REGNUM
4962 onto a simulator register number.
4963 (arm_gdbarch_init): Set register_sim_regno.
4964
4965 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4966
4967 * MAINTAINERS: Add self.
4968
4969 2002-06-11 Jim Blandy <jimb@redhat.com>
4970
4971 * source.c (source_info): Mention whether the symtab has
4972 information about preprocessor macros.
4973
4974 Call the command `info macro', not `show macro'.
4975 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4976 Fix error message.
4977 (_initialize_macrocmd): Register `info_macro_command' in
4978 `infolist', not `showlist'.
4979
4980 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4981
4982 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4983 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4984 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4985 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4986 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4987 unconditionally.
4988 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4989 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4990 (_initialize_mips_tdep): Remove dead code.
4991 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4992 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4993 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4994 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4995 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4996 MIPS_LAST_FP_ARG_REGNUM): Remove.
4997
4998 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4999
5000 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5001 (unwind_tmp_obstack_free, parse_frame_info)
5002 (update_context, cfi_read_fp, cfi_write_fp)
5003 (cfi_frame_chain, cfi_init_extra_frame_info)
5004 (cfi_virtual_frame_pointer): Use the above function.
5005 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5006
5007 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5008
5009 * v850-tdep.c (v850_type_is_scalar): New function.
5010 (v850_use_struct_convention): Match current gcc implementation
5011 as close as possible.
5012 (v850_push_arguments): Fix stack_offset handling. Don't write
5013 struct_addr into register. This is done by v850_store_struct_return.
5014 (v850_extract_return_value): Care for structs.
5015 (v850_store_return_value): Ditto.
5016 (v850_store_struct_return): Actually write address.
5017
5018 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5019
5020 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5021 without debug information too.
5022
5023 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5024
5025 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5026 Make multi-arch pure.
5027 * gdbarch.h, gdbarch.c: Re-generate.
5028 * arm-tdep.c (arm_print_float_info): Update.
5029 * arch-utils.h (default_print_float_info): Update.
5030 * arch-utils.c (default_print_float_info): Update.
5031 * infcmd.c (float_info): Update call.
5032
5033 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5034
5035 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5036 the front of the initialize list.
5037
5038 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5039
5040 * infrun.c (struct inferior_status): Replace fields
5041 selected_frame_address and selected_level with field
5042 selected_frame_id.
5043 (save_inferior_status): Update. Use get_frame_id.
5044 (struct restore_selected_frame_args): Delete.
5045 (restore_selected_frame): Update. Use frame_find_by_id.
5046 (restore_inferior_status): Update.
5047
5048 * breakpoint.h (struct breakpoint): Change type of
5049 watchpoint_frame to frame_id.
5050 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5051 call to get_current_frame.
5052 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5053 get_current_frame.
5054 (watchpoint_check): Use frame_find_by_id.
5055
5056 * frame.h (record_selected_frame): Delete declaration.
5057 * stack.c (record_selected_frame): Delete function.
5058
5059 * frame.h (struct frame_id): Define.
5060 (get_frame_id): Declare.
5061 (frame_find_by_id): Declare.
5062 * frame.c (frame_find_by_id): New function.
5063 (get_frame_id): New function.
5064
5065 2002-06-10 Andrey Volkov <avolkov@transas.com>
5066
5067 * ser-e7kpc.c: Fix duplicated define and call of
5068 _initialize_ser_e7000pc
5069
5070 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5071
5072 * signals/signals.c (target_signal_from_host): Fix #ifdef
5073 SIGRTMIN case.
5074 (do_target_signal_to_host): Likewise.
5075
5076 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5077
5078 * mips-tdep.c (mips_find_abi_section): New function.
5079 (mips_gdbarch_init): Call it.
5080
5081 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5082
5083 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5084 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5085 after Andrew's 2002-06-08 gdbarch change.
5086
5087 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5088
5089 * i386-linux-nat.c (suppy_gregset): Don't supply
5090 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5091 register cache.
5092 (fill_gregset): Don't fetch it under the same circumstances.
5093
5094 2002-06-09 Andrew Cagney <cagney@redhat.com>
5095
5096 * Makefile.in (callback_h): Define.
5097 (remote_sim_h): Update path to remote-sim.h.
5098 (remote-rdp.o): Add $(callback_h).
5099 (remote-sim.o): Use $(callback_h).
5100 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5101 * remote-rdp.c: Include "gdb/callback.h".
5102
5103 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5104
5105 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5106 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5107
5108 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5109
5110 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5111 * rdi-share/serpardr.c: Ditto.
5112 * rdi-share/unixcomm.c: Ditto.
5113 * rdi-share/serdrv.c: Ditto.
5114 * rdi-share/hostchan.h: Ditto.
5115 * rdi-share/hostchan.c: Ditto.
5116 * rdi-share/host.h: Ditto.
5117 * rdi-share/devsw.c: Ditto.
5118
5119 * objfiles.h: Change type of obj_private to void pointer.
5120 * pa64solib.c: Update copyright. Don't include "assert.h", use
5121 strcmp instead of STREQ, use LONGEST, do not use PTR
5122 * somsolib.c: Ditto.
5123
5124 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5125 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5126 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5127
5128 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5129
5130 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5131 (default_get_saved_register): Delete function.
5132 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5133 generic_unwind_get_saved_register.
5134 * gdbarch.h, gdbarch.c: Re-generate.
5135
5136 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5137
5138 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5139 generic_func_frame_chain_valid.
5140 * gdbarch.h, gdbarch.c: Re-generate.
5141 * blockframe.c (generic_func_frame_chain_valid): Only check
5142 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5143 passing FP to PC_IN_CALL_DUMMY.
5144 Fix PR gdb/360.
5145
5146 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5147
5148 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5149 (register_gdbarch_data): Initialize init_p.
5150 (gdbarch_data): Initialize data pointer using the init function.
5151 (init_gdbarch_data): Delete function.
5152 (gdbarch_update_p): Update.
5153 (initialize_non_multiarch): Update.
5154 (struct gdbarch): Add field initialized_p.
5155 * gdbarch.h, gdbarch.c: Re-generate.
5156
5157 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5158
5159 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5160 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5161 better do the things actually here.
5162 * x86-64-tdep.c (x86_64_register_name2nr): New.
5163 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5164 (x86_64_gdbarch_init): Respect the above change.
5165 * x86-64-tdep.h (x86_64_register_name2nr)
5166 (x86_64_register_nr2name): Add prototypes.
5167 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5168
5169 2002-06-06 Michael Snyder <msnyder@redhat.com>
5170
5171 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5172 Delete extra braces and re-indent.
5173 (d10v_store_return_value): Char return values
5174 must be shifted over by one byte in R0.
5175 (d10v_extract_return_value): Delete extra braces, re-indent.
5176
5177 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5178
5179 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5180 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5181 (d10v_integer_to_address): Rewrite.
5182 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5183 the d10v specific functions which take care of converting to the
5184 correct space.
5185
5186 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5187
5188 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5189 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5190
5191 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5192
5193 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5194 includes.
5195 * config/tm-linux.h: Ditto.
5196 * config/alpha/tm-alphalinux.h: Ditto.
5197 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5198 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5199 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5200 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5201 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5202 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5203 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5204 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5205 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5206 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5207 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5208 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5209 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5210 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5211 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5212 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5213 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5214 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5215 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5216 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5217 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5218 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5219 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5220 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5221 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5222 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5223 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5224 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5225 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5226 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5227 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5228 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5229 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5230 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5231 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5232 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5233 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5234
5235 2002-05-04 Aidan Skinner <aidan@velvet.net>
5236
5237 * ada-exp.tab.c: New file
5238 * ada-exp.y: New file
5239 * ada-lang.c: New file
5240 * ada-lang.h: New file
5241 * ada-lex.c: New file
5242 * ada-lex.l: New file
5243 * ada-tasks.c: New file
5244 * ada-typeprint.c: New file
5245 * ada-valprint.c: New file
5246
5247 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5248
5249 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5250 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5251
5252 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5253
5254 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5255 insetead of ppc-linux-tdep.o.
5256 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5257 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5258
5259 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5260
5261 2002-05-07 Christian Groessler <chris@groessler.org>
5262 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5263 bit register contents for little endian hosts.
5264
5265 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5266
5267 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5268 any maintainer.
5269
5270 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5271
5272 * gdbarch.h: Regenerate.
5273
5274 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5275
5276 * MAINTAINERS: Add everyone to write-after-approval list.
5277
5278 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5279
5280 * stack.c (frame_info): Use frame_register_unwind instead of
5281 saved_regs. Mention when the SP is on the stack or in a register.
5282
5283 * frame.h (frame_register_unwind_ftype): Define. Document.
5284 (struct frame_info): Add field register_unwind and
5285 register_unwind_cache.
5286 (frame_register_unwind): Declare.
5287 (generic_unwind_get_saved_register): Declare.
5288
5289 * frame.c (frame_register_unwind): New function.
5290 (generic_unwind_get_saved_register): New function.
5291
5292 * blockframe.c (generic_call_dummy_register_unwind): New function.
5293 (frame_saved_regs_register_unwind): New function.
5294 (set_unwind_by_pc): New function.
5295 (create_new_frame): New function.
5296 (get_prev_frame): New function.
5297
5298 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5299
5300 * a29k-share/: Delete directory.
5301 * remote-vx29k.c: Delete file.
5302
5303 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5304
5305 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5306 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5307
5308 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5309
5310 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5311 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5312 (sparc64nbsd-nat.o)
5313 (sparcnbsd-nat.o)
5314 (sparcnbsd-tdep.o): New dependency lists.
5315 * NEWS: Note new UltraSPARC NetBSD native configuration.
5316 * configure.host (sparc64-*-netbsd*): New host.
5317 * configure.tgt (sparc-*-netbsdelf*)
5318 (sparc-*-netbsd*): Set gdb_target to nbsd.
5319 (sparc64-*-netbsd*): New target.
5320 * sparc64nbsd-nat.c: New file.
5321 * sparcnbsd-nat.c: New file.
5322 * sparcnbsd-tdep.c: New file.
5323 * sparcnbsd-tdep.h: New file.
5324 * config/sparc/nbsd.mt: New file.
5325 * config/sparc/nbsd64.mh: New file.
5326 * config/sparc/nbsd64.mt: New file.
5327 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5328 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5329 (HOST_IPC): Remove.
5330 * config/sparc/nbsdaout.mt: Remove.
5331 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5332 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5333 (HOST_IPC): Remove.
5334 * config/sparc/nbsdelf.mt: Remove.
5335 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5336 sparc-nat.c compatiblity defines.
5337 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5338 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5339 * config/sparc/tm-nbsd64.h: New file.
5340 * config/sparc/tm-nbsdaout.h: Remove.
5341 * config/sparc/xm-nbsd.h: Remove.
5342
5343 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5344
5345 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5346 * sparc-tdep.c: Include osabi.h.
5347 (gdbarch_tdep): Add osabi member.
5348 (_initialize_sparc_tdep): Use gdbarch_register.
5349 (sparc_gdbarch_init): Use generic OS ABI framework.
5350 (sparc_dump_tdep): New function.
5351
5352 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5353
5354 * corefile.c (do_captured_read_memory_integer): Return non-zero
5355 result.
5356 (safe_read_memory_integer): Copy result of memory read when
5357 status is non-zero. Also, add comments.
5358
5359 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5360
5361 * Makefile.in (ppc_tdep_h): Define.
5362 (ppc-linux-nat.o)
5363 (ppc-linux-tdep.o)
5364 (rs6000-tdep.o): Use $(ppc_tdep_h).
5365 (ppc-sysv-tdep.o)
5366 (ppcnbsd-nat.o)
5367 (ppcnbsd-tdep.o): New dependency lists.
5368 * ppc-tdep.h: Use generic OS ABI framework.
5369 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5370 (ppc_linux_init_abi): New functions.
5371 (ppc_sysv_abi_broken_use_struct_convention)
5372 (ppc_sysv_abi_use_struct_convention)
5373 (ppc_sysv_abi_push_arguments): Move to...
5374 * ppc-sysv-tdep.c: ...here.
5375 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5376 * rs6000-tdep.c (process_note_abi_tag_sections)
5377 (get_elfosabi): Remove.
5378 (rs6000_gdbarch_init): Use generic OS ABI framework.
5379 (rs6000_dump_tdep): New function.
5380 (_initialize_rs6000_tdep): Use gdbarch_register.
5381 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5382 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5383 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5384 of ppc-linux-tdep.o.
5385 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5386 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5387 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5388 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5389 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5390 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5391
5392 2002-05-29 Jim Blandy <jimb@redhat.com>
5393
5394 * macroscope.c (default_macro_scope): Put `void' in empty argument
5395 list.
5396
5397 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5398
5399 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5400 * arch-utils.c: Include "sim-regno.h".
5401 * gdbarch.sh: Don't include "sim-regno.h".
5402 * gdbarch.h, gdbarch.c: Regenerate.
5403 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5404 here.
5405 * arch-utils.h (legacy_register_sim_regno): To here.
5406 * remote-sim.c (legacy_register_sim_regno): Move function from
5407 here.
5408 * arch-utils.c (legacy_register_sim_regno): To here.
5409
5410 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5411
5412 * sim-regno.h: New file.
5413 * Makefile.in (sim_regno_h): Define.
5414 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5415 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5416 (legacy_register_sim_regno): New function.
5417 (one2one_register_sim_regno): New function.
5418 (gdbsim_fetch_register): Rewrite.
5419 (gdbsim_store_register): Only store a register when
5420 REGISTER_SIM_REGNO is valid.
5421 * d10v-tdep.c: Include "sim-regno.h".
5422 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5423 (d10v_ts3_register_sim_regno): Ditto.
5424 * gdbarch.sh: Include "sim-regno.h".
5425 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5426 * gdbarch.h, gdbarch.c: Regenerate.
5427 * arch-utils.h (default_register_sim_regno): Delete declaration.
5428 * arch-utils.c (default_register_sim_regno): Delete function.
5429
5430 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5431
5432 * ppcnbsd-nat.c: Rewrite.
5433 * ppcnbsd-tdep.c: New file.
5434 * ppcnbsd-tdep.h: New file.
5435 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5436 solib.o, and solib-svr4.o.
5437 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5438 nbsd-tdep.o, and corelow.o.
5439
5440 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5441
5442 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5443 `tr' and `sed'. Mention that `broken' targets are not expected to
5444 build.
5445
5446 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5447
5448 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5449 Let PC point right after the prologue before looking up symbols.
5450
5451 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5452
5453 * i386-tdep.c (i386_register_virtual_type): Return
5454 builtin_type_vec128i for SSE registers.
5455
5456 * gdbtypes.h (builtin_type_vec128i): Declare.
5457
5458 * gdbtypes.c (build_builtin_type_vec128i): New function.
5459 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5460 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5461 (build_gdbtypes): Initialize new builtin vector types.
5462 (_initialize_gdbtypes): Register new vector types with gdbarch.
5463
5464 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5465
5466 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5467 since it has been multi-arch'd.
5468 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5469 Move Alpha and VAX multi-arch news entries to same section
5470 as other multi-arch news.
5471
5472 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5473
5474 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5475 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5476 static. Rename some register numbers to put them in ns32k-tdep
5477 private namespace.
5478 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5479 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5480 functions.
5481 (_initialize_ns32k_tdep): Use gdbarch_register.
5482 * ns32k-tdep.h: New file.
5483 * ns32knbsd-tdep.c: New file.
5484 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5485 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5486 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5487 REGISTER_BYTES, REGISTER_BYTE): Remove.
5488 * config/ns32k/tm-ns32k.h: New file.
5489 * config/ns32k/tm-umax.h: Remove.
5490
5491 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5492
5493 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5494 ns32k_store_struct_return, ns32k_extract_return_value,
5495 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5496 functions.
5497 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5498 ns32k_saved_pc_after_call.
5499 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5500 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5501 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5502 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5503 ns32k_extract_struct_value_address.
5504
5505 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5506
5507 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5508 ns32k_fix_call_dummy): New.
5509 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5510 ns32k_call_dummy_words.
5511 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5512 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5513 CALL_DUMMY_NARGS): Remove.
5514 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5515
5516 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5517
5518 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5519 ns32k_frame_saved_pc, ns32k_frame_args_address,
5520 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5521 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5522 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5523 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5524 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5525 (BREAKPOINT): Remove..
5526 (FRAME_CHAIN): Define as ns32k_frame_chain.
5527 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5528 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5529 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5530 (FRAME_FIND_SAVED_REGS): Remove.
5531 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5532 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5533 (POP_FRAME): Define as ns32k_pop_frame.
5534
5535 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5536
5537 * ns32k-tdep.c (ns32k_register_byte_32082,
5538 ns32k_register_byte_32382, ns32k_register_raw_size,
5539 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5540 functions.
5541 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5542 ns32k_register_byte_32382.
5543 * config/ns32k/tm-umax.h: Update copyright years.
5544 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5545 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5546 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5547 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5548 (ns32k_get_enter_addr): Fix prototype.
5549
5550 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5551
5552 * ns32k-tdep.c: Update copyright years.
5553 (ns32k_register_name_32082): New function.
5554 (ns32k_register_name_32382): Ditto.
5555 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5556 (REGISTER_NAME): Define as ns32k_register_name_32382.
5557 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5558 (REGISTER_NAME): Define as ns32k_register_name_32082.
5559
5560 2002-05-24 Jim Blandy <jimb@redhat.com>
5561
5562 * dwarf2read.c (free_line_header): Use xfree, not free.
5563
5564 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5565
5566 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5567 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5568
5569 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5570
5571 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5572
5573 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5574
5575 From Ross Alexander at NEC Europe:
5576 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5577
5578 2002-05-23 Michael Snyder <msnyder@redhat.com>
5579
5580 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5581 for input, rather than parse_and_eval_address.
5582
5583 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5584
5585 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5586 * Makefile.in (sim_d10v_h): Update definition.
5587
5588 2002-05-24 Andrew Cagney <cagney@redhat.com>
5589
5590 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5591 change `2002-05-22 Michael Snyder' below.
5592 (d10v_push_arguments): Ditto.
5593 (d10v_extract_return_value): Ditto.
5594
5595 2002-05-23 Jim Blandy <jimb@redhat.com>
5596
5597 * macrotab.c (check_for_redefinition): Don't complain if the new
5598 definition is the same as the previous one. Take more arguments
5599 to allow the comparison.
5600 (macro_define_object, macro_define_function): Pass more arguments
5601 to check_for_redefinition.
5602
5603 2002-05-22 Michael Snyder <msnyder@redhat.com>
5604
5605 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5606 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5607 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5608 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5609 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5610 Add a temp variable to save a call (and a memory read).
5611 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5612 if possible (so that PC_IN_CALL_DUMMY will work).
5613
5614 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5615
5616 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5617
5618 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5619
5620 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5621 fde->cie_ptr.
5622 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5623 (dwarf2_build_frame_info): Add offset to fde->initial_location
5624 so that frames of shared libraries are mapped correctly.
5625 (execute_stack_op): Change type of 'result' from ULONGEST to
5626 CORE_ADDR.
5627
5628 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5629
5630 * config/alpha/tm-nbsd.h: Include solib.h.
5631
5632 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5633
5634 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5635 assumptions about the host's byte order.
5636
5637 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5638
5639 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5640 to dependency list.
5641 * alphanbsd-tdep.c: Include solib-svr4.h.
5642 * shnbsd-tdep.c: Ditto.
5643
5644 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5645
5646 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5647 nbsd-tdep.h to dependency list.
5648 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5649 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5650 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5651 nbsdaout.mh and nbsdelf.mh consistently.
5652 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5653 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5654 nbsdaout.mt and nbsdelf.mh consistently.
5655 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5656 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5657 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5658 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5659 a.out shared library stuff from here...
5660 * config/nm-nbsdaout.h: ...to here.
5661 * config/tm-nbsd.h: Remove.
5662 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5663 * config/arm/nbsd.mh: Remove.
5664 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5665 nbsd-tdep.o.
5666 * config/arm/nbsdaout.mh: New file.
5667 * config/arm/nbsdelf.mh: New file.
5668 * config/arm/nm-nbsdaout.h: New file.
5669 * config/i386/nbsd.mh: Remove.
5670 * config/i386/nbsd.mt: Remove.
5671 * config/i386/nbsdaout.mh: New file.
5672 * config/i386/nbsdaout.mt: New file.
5673 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5674 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5675 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5676 i386_register_u_addr): Remove.
5677 * config/i386/nm-nbsdaout.h: New file.
5678 * config/i386/nm-nbsdelf.h: Remove.
5679 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5680 (USE_STRUCT_CONVENTION): Remove.
5681 * config/i386/tm-nbsdaout.h: New file.
5682 * config/i386/tm-nbsdelf.h: Remove.
5683 * config/m68k/nbsd.mh: Remove.
5684 * config/m68k/nbsd.mt: Remove.
5685 * config/m68k/nbsdaout.mh: New file.
5686 * config/m68k/nbsdaout.mt: New file.
5687 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5688 * config/m68k/nm-nbsdaout.h: New file.
5689 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5690 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5691 * config/ns32k/nbsd.mh: Remove.
5692 * config/ns32k/nbsd.mt: Remove.
5693 * config/ns32k/nbsdaout.mh: New file.
5694 * config/ns32k/nbsdaout.mt: New file.
5695 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5696 * config/ns32k/nm-nbsdaout.h: New file.
5697 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5698 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5699 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5700 (SVR4_SHARED_LIBS): Remove.
5701 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5702 * config/sparc/nbsd.mh: Remove.
5703 * config/sparc/nbsd.mt: Remove.
5704 * config/sparc/nbsdaout.mh: New file.
5705 * config/sparc/nbsdaout.mt: New file.
5706 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5707 * config/sparc/nbsdelf.mt: New file.
5708 * config/sparc/nm-nbsdaout.h: New file.
5709 * config/sparc/nm-nbsdelf.h: Remove.
5710 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5711 * config/sparc/tm-nbsdaout.h: New file.
5712
5713 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5714
5715 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5716 mipsnbsd-tdep.c
5717 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5718
5719 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5720
5721 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5722 shnbsd-nat.c.
5723 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5724
5725 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5726
5727 * NEWS: Note new MIPS NetBSD native configuration.
5728 * configure.host (mips*-*-netbsd*): New host.
5729 * configure.tgt (mips*-*-netbsd*): New target.
5730 * mipsnbsd-nat.c: New file.
5731 * mipsnbsd-tdep.c: New file.
5732 * mipsnbsd-tdep.h: New file.
5733 * config/mips/nbsd.mh: New file.
5734 * config/mips/nbsd.mt: New file.
5735 * config/mips/nm-nbsd.h: New file.
5736 * config/mips/tm-nbsd.h: New file.
5737
5738 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5739
5740 * Makefile.in (SFILES): Add osabi.c.
5741 (COMMON_OBS): Add osabi.o.
5742 (osabi.o): New dependency list.
5743 * osabi.c: New file.
5744 * osabi.h: New file.
5745 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5746
5747 * Makefile.in (alpha_tdep_h): Define and use instead of
5748 alpha-tdep.h.
5749 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5750 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5751 Remove.
5752 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5753 * alpha-tdep.h: Include osabi.h.
5754 (alpha_abi): Remove.
5755 (gdbarch_tdep): Use generic OS ABI framework.
5756 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5757 gdbarch_register_osabi.
5758 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5759 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5760 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5761
5762 * Makefile.in (sh_tdep_h): Add osabi.h.
5763 * sh-tdep.h (sh_osabi): Remove.
5764 (gdbarch_tdep): Use generic OS ABI framework.
5765 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5766 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5767 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5768 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5769
5770 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5771 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5772 gdbarch_register_osabi.
5773 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5774 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5775 (get_elfosabi): Rename to...
5776 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5777 ABI framework support routines.
5778 (arm_gdbarch_init): Use generic OS ABI framework.
5779 (arm_dump_tdep): Likewise.
5780 (_initialize_arm_tdep): Likewise.
5781 * arm-tdep.h: Include osabi.h.
5782 (arm_abi): Remove.
5783 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5784 osabi member.
5785 (arm_gdbarch_register_os_abi): Remove prototype.
5786 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5787 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5788
5789 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5790 * mips-tdep.c: Include osabi.h.
5791 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5792 OS ABI framework.
5793
5794 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5795
5796 * h8300-tdep.c: Fix formatting.
5797
5798 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
5799
5800 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5801 printing vector registers.
5802
5803 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5804
5805 From Fernando Nasser:
5806 * remote.c (remote_async_open_1): Re-throw the exception when the
5807 connection fails.
5808 (remote_cisco_open): Ditto.
5809 (remote_open_1): Ditto.
5810
5811 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5812
5813 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5814 (remote_start_remote): Add uiout parameter. Pass through to
5815 remote_start_remote_dummy.
5816 (remote_open_1): Use catch_exception instead of catch_errors.
5817 (remote_async_open_1): Ditto.
5818 (remote_cisco_open): Ditto.
5819
5820 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5821
5822 * remote.c (remote_start_remote): Replace PTR with void pointer.
5823 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5824 static.
5825
5826 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5827
5828 * gdb_indent.sh: Allow the script to be run in the sim directory.
5829
5830 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5831
5832 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5833 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5834
5835 * corelow.c (core_open): Only call set_gdbarch_from_file if
5836 exec_bfd is NULL.
5837
5838 2002-05-17 Andrey Volkov <avolkov@transas.com>
5839
5840 * h8300-tdep.c: Add support of EXR register
5841 * config/h8300/tm-h8300.h: Ditto.
5842
5843 2002-05-17 Andrey Volkov <avolkov@transas.com>
5844
5845 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5846
5847 2002-05-17 Andrey Volkov <avolkov@transas.com>
5848
5849 * h8300-tdep.c: Change literal regnums to REGNO.
5850
5851 2002-05-17 Jim Blandy <jimb@redhat.com>
5852
5853 * NEWS: Note addition of macro support.
5854
5855 Expand preprocessor macros in C expressions.
5856 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5857 (scan_macro_expansion, scanning_macro_expansion,
5858 finished_macro_expansion): New function declarations.
5859 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5860 variable declarations.
5861 * parser-defs.h (expression_context_pc): New declaration.
5862 * parse.c (expression_context_pc): New variable.
5863 (parse_exp_1): Set expression_context_pc, as well as
5864 expression_context_block.
5865 * c-exp.y (yylex): If we're not already reading the result of a
5866 macro expansion, try to macro-expand the next token. When we're
5867 done scanning a macro expansion, switch back to the mainline text.
5868 Commas and `if's in a macro's expansion don't terminate the input.
5869 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5870 (macro_original_text, macro_expanded_text,
5871 expression_macro_lookup_func, expression_macro_lookup_baton): New
5872 variables.
5873 (scan_macro_expansion, scanning_macro_expansion,
5874 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5875 c_preprocess_and_parse): New functions.
5876 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5877 c_preprocess_and_parse, instead of c_parse.
5878 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5879 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5880
5881 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5882
5883 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5884 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5885 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5886
5887 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5888
5889 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5890
5891 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5892
5893 * Makefile.in (sh_tdep_h): Define and use.
5894 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5895 register enum): Move to...
5896 * * sh-tdep.h: ...here.
5897 * sh-tdep.c: Include sh-tdep.h.
5898 * sh3-rom.c: Likewise.
5899 * shnbsd-tdep.c: Likewise.
5900
5901 2002-05-16 Michael Snyder <msnyder@redhat.com>
5902
5903 * arm-tdep.c: Spelling fix in comment.
5904
5905 2002-05-16 Jim Blandy <jimb@redhat.com>
5906
5907 Add commands for manually expanding macros and showing their
5908 definitions.
5909 * macrocmd.c, macroscope.c, macroscope.h: New files.
5910 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5911 (macroscope_h): New variable.
5912 (HFILES_NO_SRCDIR): Add macroscope.h.
5913 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5914 (macroscope.o, macrocmd.o): New rules.
5915
5916 Teach the Dwarf 2 reader to read macro information.
5917 * dwarf2read.c: #include "macrotab.h".
5918 (dwarf_macinfo_buffer): New variable.
5919 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5920 dwarf_macinfo_size.
5921 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5922 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5923 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5924 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5925 dwarf2_macro_spaces_in_definition): New complaints.
5926 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5927 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5928 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5929 the partial symbol table.
5930 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5931 from what's recorded in the partial symbol table.
5932 (read_file_scope): If the compilation unit has a
5933 `DW_AT_macro_info' attribute, read its macro information.
5934 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5935
5936 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5937
5938 Fix PR gdb/546
5939 * ser-tcp.c: Don't include <netinet/udp.h>.
5940
5941 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5942
5943 * MAINTAINERS: Update my email address.
5944
5945 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5946
5947 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5948 include file of the same name.
5949
5950 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5951
5952 * configure.tgt: Mark v850 as multi-arched.
5953 * config/v850/tm-v850.h: Remove file.
5954 * config/v850/v850.mt: Eliminate TM_FILE.
5955
5956 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5957
5958 * v850-tdep.c: Full multi-arch.
5959 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5960 Define GDB_MULTI_ARCH to 2.
5961
5962 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5963
5964 * p-exp.y (current_type): New static variable.
5965 Carries the type of the expression at the position that is parsed.
5966 (push_current_type, pop_current_type): Two new functions. Used
5967 to store/restore current_type in expression on specific tokens.
5968 (search_field): New static variable. Set to one after parsing a point
5969 as at that point only a FIELDNAME token should be searched.
5970 (FIELDNAME): New token. After a point only a token belonging to
5971 current_type type definition is allowed.
5972 (all over token rules): reset and change current_type according
5973 to rules.
5974 (exp '[' rule): insert implicit array index field if
5975 exp is a pascal string type.
5976
5977 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5978
5979 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5980 frame info. Use frame_info's saved_regs instead of matching member
5981 in extra_frame_info throughout.
5982 (v850_frame_init_saved_regs): New function.
5983 (v850_init_extra_frame_info): Move most functionality into
5984 v850_frame_init_saved_regs().
5985 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5986 (v850_frame_find_saved_regs): Remove declaration.
5987 (FRAME_FIND_SAVED_REGS): Remove definition.
5988 (v850_frame_init_saved_regs): Add declaration.
5989 (FRAME_INIT_SAVED_REGS): Add definition.
5990
5991 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5992
5993 * v850-tdep.c: Begin multi-arch'ing v850.
5994 (v850_target_architecture_hook): Remove function.
5995 (v850_gdbarch_init): New function. Add code previously in
5996 v850_target_architecture_hook().
5997 (_initialize_v850_tdep): Don't set target_architecture_hook.
5998 Call register_gdbarch_init() instead.
5999
6000 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6001
6002 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6003 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6004 (fixup_class_method_type): Likewise.
6005
6006 2002-05-15 Jim Blandy <jimb@redhat.com>
6007
6008 Add macro structures to GDB's symbol tables. Nobody puts anything
6009 in them yet.
6010 * symtab.h (struct symtab): New member: `macro_table'.
6011 * buildsym.h (pending_macros): New global variable.
6012 * buildsym.c: #include "macrotab.h".
6013 (buildsym_init): Initialize `pending_macros'.
6014 (end_symtab): If we found macro information while reading a CU's
6015 debugging info, do build a symtab structure for it. Make the
6016 symtab point to the macro information, and clear the
6017 `pending_macros' pointer which held it while we were reading the
6018 debug info.
6019 (really_free_pendings): Free any pending macro table.
6020 * objfiles.h (struct objfile): New member: `macro_cache'.
6021 * objfiles.c (allocate_objfile): Set allocate and free functions
6022 for the macro cache's objstack.
6023 (free_objfile): Empty the macro cache's obstack.
6024 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6025 set new allocate and free functions for it.
6026 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6027 free functions for the macro cache's objstack. (Why is this
6028 function building its own objfile?)
6029 * symmisc.c (print_objfile_statistics): Print statistics on the
6030 macro bcache.
6031 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6032
6033 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6034
6035 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6036 (REGISTER_U_ADDR): Delete definition.
6037 (arm_register_u_addr): Delete declaration.
6038
6039 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6040
6041 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6042 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6043
6044 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6045
6046 * regcache.c (register_valid): Revise comments refering to "Not
6047 available" and "unavailable".
6048 * frame.c (frame_register_read): Ditto.
6049 * findvar.c (value_of_register): Ditto.
6050
6051 2002-05-15 Andrew Cagney <cagney@redhat.com>
6052
6053 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6054 (remote-sim.o): Update dependencies.
6055 (d10v-tdep.o): Specify dependencies.
6056 (sim_d10v_h): Define.
6057
6058 2002-05-14 Jim Blandy <jimb@redhat.com>
6059
6060 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6061 * macrotab.c (macro_lookup_inclusion, find_definition,
6062 new_macro_table): Same.
6063
6064 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6065 not `! strcmp ()'. This is a dubious improvement.
6066 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6067
6068 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6069 although it's not necessary, to avoid a warning.
6070
6071 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6072
6073 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6074 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6075 TYPE_INSTANCE_FLAGS.
6076 (struct main_type): New.
6077 (struct type): Move most members to struct main_type. Change
6078 cv_type and as_type to new type_chain member. Add instance_flags.
6079 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6080 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6081 (finish_cv_type): Remove prototype.
6082 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6083 Set TYPE_CHAIN.
6084 (alloc_type_instance): New function.
6085 (smash_type): New function.
6086 (make_pointer_type, make_reference_type, make_function_type)
6087 (smash_to_member_type, smash_to_method_type): Call smash_type.
6088 (make_qualified_type): New function.
6089 (make_type_with_address_space): Call make_qualified_type.
6090 (make_cv_type): Likewise.
6091 (finish_cv_type): Remove unnecessary function.
6092 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6093 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6094 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6095 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6096 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6097 * hpread.c (hpread_read_struct_type): Likewise.
6098 * stabsread.c (read_struct_type): Likewise.
6099
6100 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6101
6102 * configure.tgt: Add a catch all sh* target, for cases like
6103 sh[2,3,4]-elf and sh-hms.
6104
6105 2002-05-14 Keith Seitz <keiths@redhat.com>
6106
6107 * event-loop.c (create_file_handler): Don't do anything but
6108 update data when we are given a fd which we are already
6109 monitoring.
6110
6111 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6112
6113 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6114 (update_context): Use __func__ in warnings.
6115
6116 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6117
6118 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6119 and tcp_close to net_open and net_close.
6120 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6121 using UDP if requested. Don't try to disable Nagle on UDP
6122 sockets.
6123 * remote.c (remote_serial_open): New function. Warn about UDP.
6124 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6125
6126 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6127
6128 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6129
6130 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6131
6132 * configure.tgt: Remove sh-hms target.
6133 * MAINTAINERS: Don't list sh-hms as a separate target.
6134
6135 2002-05-13 Jim Blandy <jimb@redhat.com>
6136
6137 Add first preprocessor macro-expansion files.
6138 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6139 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6140 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6141 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6142 (COMMON_OBS): Add macrotab.o, macroexp.o.
6143 (macroexp.o, macrotab.o): New rules.
6144
6145 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6146
6147 * config/m88k/tm-m88k.h: Update copyright.
6148 (m88k_target_write_pc): Declare
6149 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6150 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6151 (SHIFT_INST_REGS): Update definition.
6152 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6153 using old definition of TARGET_WRITE_PC.
6154 * regcache.c (generic_target_write_pc): Delete code handling
6155 NNPC_REGNUM.
6156 * gdbarch.sh (NNPC_REGNUM): Delete.
6157 * gdbarch.h, gdbarch.c: Regenerate.
6158
6159 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6160
6161 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6162 builtin reg number.
6163
6164 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6165
6166 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6167 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6168 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6169 access macros.
6170 * c-typeprint.c (cp_type_print_method_args): Likewise.
6171 (c_type_print_args): Likewise.
6172 * d10v-tdep.c (d10v_push_arguments): Likewise.
6173 (d10v_extract_return_value): Likewise.
6174 * expprint.c (print_subexp): Likewise.
6175 * gdbtypes.c (lookup_primitive_typename): Likewise.
6176 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6177 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6178 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6179 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6180 (TYPE_VECTOR): Likewise.
6181 * hpread.c (hpread_read_struct_type)
6182 (fix_static_member_physnames, fixup_class_method_type)
6183 (hpread_type_lookup): Likewise.
6184 * mdebugread.c (parse_symbol, parse_type): Likewise.
6185 * p-lang.c (is_pascal_string_type): Likewise.
6186 * valops.c (hand_function_call): Likewise.
6187 * x86-64-tdep.c (classify_argument): Likewise.
6188
6189 * hpread.c (hpread_read_function_type)
6190 (hpread_read_doc_function_type): Call replace_type.
6191 * dstread.c (create_new_type): Delete.
6192 (decode_dst_structure, process_dst_function): Call alloc_type.
6193 Use type access macros.
6194
6195 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6196
6197 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6198 the're not supported by the current architecture.
6199 (i387_fill_fxsave): Likewise.
6200
6201 2002-05-12 Fred Fish <fnf@redhat.com>
6202
6203 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6204 sect_index_xxx members to index the first slot in section_offsets
6205 if all of the section_offsets are zero.
6206
6207 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6208
6209 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6210 checked in with last change.
6211
6212 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6213
6214 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6215 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6216 config.sub.
6217
6218 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6219
6220 * Makefile.in: Update dependencies.
6221
6222 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6223
6224 * language.c (local_hex_string_custom): Simplify. Do not depend
6225 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6226
6227 * memattr.c (mem_info_command): Replace calls to
6228 longest_local_hex_string and longest_local_hex_string_custom.
6229 * buildsym.c (make_blockvector): Ditto.
6230 * solib.c (info_sharedlibrary_command): Ditto.
6231 * tracepoint.c (tracepoints_info): Ditto.
6232 * symtab.c (print_msymbol_info): Ditto.
6233
6234 * language.c (local_hex_string): Delete.
6235 (local_hex_string_custom): Delete.
6236 (longest_local_hex_string): Rename to local_hex_string.
6237 (longest_local_hex_string_custom): Rename to
6238 local_hex_string_custom.
6239 * language.h (local_hex_string): Change parameter type to LONGEST.
6240 (local_hex_string_custom): Ditto.
6241 (longest_local_hex_string): Delete declaration.
6242 (longest_local_hex_string_custom): Ditto.
6243
6244 * solib.c: Update copyright.
6245 * memattr.c: Update copyright.
6246
6247 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6248
6249 * arch-utils.h (legacy_register_to_value): Declare.
6250 (legacy_value_to_register): Declare.
6251 (legacy_convert_register_p): Declare.
6252 * arch-utils.c (legacy_register_to_value): New function.
6253 (legacy_value_to_register): New function.
6254 (legacy_convert_register_p): New function.
6255
6256 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6257 (VALUE_TO_REGISTER): Define.
6258 (CONVERT_REGISTER_P): Define.
6259 * gdbarch.h, gdbarch.c: Regenerate.
6260
6261 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6262 VALUE_TO_REGISTER.
6263 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6264 CONVERT_REGISTER_P.
6265
6266 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6267 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6268
6269 * Makefile.in: Update dependencies for valops.c.
6270 * valops.c: Include "gdb_assert.h".
6271 (typecmp): Skip THIS parameter to methods.
6272 (find_method_list): Remove static_memfuncp argument,
6273 update callers. Check for stub methods.
6274 (find_value_oload_method_list): Don't set *static_memfuncp.
6275 (find_overload_match): Don't check for stub methods. Assert
6276 that methods are not stubbed. Handle static methods.
6277 (value_find_oload_method_list): Remove static_memfuncp argument.
6278 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6279 to the argument list for static stub methods.
6280 * value.h (value_find_oload_method_list): Update prototype.
6281
6282 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6283
6284 * arch-utils.h (generic_register_size): Declare.
6285 (generic_register_raw_size, generic_register_virtual_size): Delete
6286 declarations.
6287 * arch-utils.c (generic_register_raw_size): Delete.
6288 (generic_register_size): New function.
6289 (generic_register_virtual_size): Delete.
6290
6291 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6292 default generic_register_size.
6293 * gdbarch.h, gdbarch.c: Re-generate.
6294
6295 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6296 register_virtual_size.
6297 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6298 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6299
6300 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6301
6302 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6303 * gdbarch.h, gdbarch.c: Regenerate.
6304 * gnu-v3-abi.c: Update copyright.
6305 (vtable_address_point_offset): Update.
6306 (gnuv3_rtti_type): Update.
6307 (gnuv3_baseclass_offset): Update.
6308 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6309 (init_fetch_link_map_offsets): Update.
6310 * remote.c (get_remote_state): Update.
6311
6312 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6313
6314 * TODO: Remove value_headof/value_from_vtable_info comment.
6315 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6316 * values.c (value_headof, value_from_vtable_info): Delete.
6317 * value.h (value_from_vtable_info): Delete prototype.
6318
6319 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6320
6321 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6322 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6323 $(gdb_regex_h).
6324 (gdb_assert_h): Define.
6325 (gdb_wait_h): Define.
6326 (gdb_regex_h): Define.
6327
6328 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6329
6330 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6331 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6332
6333 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6334
6335 * nbsd-tdep.c: Fix comment.
6336
6337 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6338
6339 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6340 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6341 (nbsd-tdep.o): New dependency list.
6342 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6343 nbsd-tdep.h.
6344 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6345 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6346 * nbsd-tdep.c: New file.
6347 * nbsd-tdep.h: New file.
6348 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6349 nbsd-tdep.h.
6350 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6351 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6352 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6353 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6354
6355 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6356
6357 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6358 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6359 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6360 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6361 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6362 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6363
6364 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6365
6366 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6367 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6368 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6369 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6370 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6371 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6372 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6373
6374 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6375
6376 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6377 fetch_elfcore_registers to...
6378 * i386nbsd-tdep.c: ...here.
6379 (i386nbsd_use_struct_convention): Rename to...
6380 (i386nbsd_aout_use_struct_convention): ...this.
6381 (i386nbsd_supply_reg): New function.
6382 (i386nbsd_fill_reg): New function.
6383 (fetch_core_registers): Use i386nbsd_supply_reg.
6384 (fetch_elfcore_registers): Likewise.
6385 (_initialize_i386nbsd_tdep): New function.
6386 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6387 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6388 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6389 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6390 (i386nbsd_aout_use_struct_convention): ...this.
6391
6392 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6393
6394 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6395 (store_inferior_registers): Use shnbsd_fill_reg.
6396 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6397 sh_nbsd_supply_register): Collapse into...
6398 (shnbsd_supply_reg): ...this.
6399 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6400 (shnbsd_fill_reg): ...this.
6401 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6402 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6403 (fetch_core_registers): Use shnbsd_supply_reg.
6404 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6405 (sh_nbsd_core_fns): Rename to...
6406 (shnbsd_core_fns): ...this.
6407 (sh_nbsd_elfcore_fns): Rename to...
6408 (shnbsd_elfcore_fns): ...this.
6409 (sh_nbsd_init_abi): Rename to...
6410 (shnbsd_init_abi): ...this.
6411 (_initialize_sh_nbsd_tdep): Rename to...
6412 (_initialize_shnbsd_tdep): ...this.
6413 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6414 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6415 sh_nbsd_fill_register): Remove prototypes.
6416 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6417
6418 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6419
6420 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6421 (i387-nat.o): Delete dependency list.
6422 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6423 (x86-64-linux-nat.o): Likewise.
6424 * i387-nat.c: Delete file, moving contents to...
6425 * i387-tdep.c: ...here.
6426 * i387-nat.h: Rename...
6427 * i387-tdep.h: ...to this.
6428 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6429 * i386-linux-nat.c: Likewise.
6430 * i386bsd-nat.c: Likewise.
6431 * i386gnu-nat.c: Likewise.
6432 * i386nbsd-nat.c: Likewise.
6433 * i386v4-nat.c: Likewise.
6434 * x86-64-linux-nat.c: Likewise.
6435 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6436 * config/i386/go32.mh (NATDEPFILES): Likewise.
6437 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6438 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6439 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6440 * config/i386/linux.mh (NATDEPFILES): Likewise.
6441 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6442 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6443 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6444 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6445
6446 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6447
6448 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6449 (alphanbsd-nat.o): Remove dependency list.
6450 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6451 * alphanbsd-nat.c: Delete. Contents moved to...
6452 * alphanbsd-tdep.c: ...here.
6453 (_initialize_alphanbsd_tdep): Register core functions.
6454 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6455
6456 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6457
6458 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6459 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6460 (alphanbsd-nat.o): Likewise.
6461 (alphabsd-tdep.o): New dependency list.
6462 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6463 (fill_gregset): Use alphabsd_fill_reg.
6464 (supply_fpregset): Use alphabsd_supply_fpreg.
6465 (fill_fpregset): Use alphabsd_fill_fpreg.
6466 (fetch_inferior_registers): Use struct reg and struct fpreg
6467 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6468 and alphabsd_supply_fpreg.
6469 (store_inferior_registers): Use struct reg and struct fpreg
6470 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6471 and alphabsd_fill_fpreg.
6472 * alphabsd-tdep.c: New file.
6473 * alphabsd-tdep.h: New file.
6474 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6475 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6476 alphabsd_supply_fpreg.
6477 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6478 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6479
6480 2002-05-11 Eric Christopher <echristo@redhat.com>
6481
6482 * mips-tdep.c (mips_double_register_type): Fix thinko.
6483 (mips_single_register_type): Ditto.
6484 * MAINTAINERS: Add self.
6485
6486 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6487
6488 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6489 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6490 right thing on architectures with different endianness and/or
6491 integer sizes.
6492
6493 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6494
6495 From Christian Limpach <chris@Pin.LU>
6496 * configure.in: Change sed expression which comments out
6497 NATDEPFILES to also comment out continuation lines.
6498 * configure: Regenerate.
6499
6500 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6501
6502 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6503 big patch.
6504
6505 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6506
6507 * sh-tdep.c: Include correct file.
6508
6509 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6510
6511 New support for sh64-elf (sh5) target.
6512
6513 * configure.tgt: For sh64-elf target, default to sh-elf.
6514
6515 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6516 (struct gdbarch_tdep): Add new fields for new registers and ABI
6517 info.
6518
6519 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6520 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6521 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6522 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6523 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6524 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6525 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6526 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6527 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6528 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6529 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6530 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6531 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6532 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6533 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6534 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6535 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6536 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6537 sign_extend, sh64_nofp_frame_init_saved_regs,
6538 sh64_init_extra_frame_info, sh64_get_saved_register,
6539 sh64_extract_struct_value_address, sh64_pop_frame,
6540 sh64_push_arguments, sh64_extract_return_value,
6541 sh64_store_return_value, sh64_show_media_regs,
6542 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6543 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6544 sh_sh64_register_virtual_type,
6545 sh_sh64_register_convert_to_virtual,
6546 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6547 sh64_register_read, sh64_pseudo_register_write,
6548 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6549 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6550 sh64_do_pseudo_register, sh_compact_do_registers_info,
6551 sh64_do_registers_info, sh_gdbarch_init): New functions.
6552
6553 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6554
6555 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6556
6557 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6558
6559 * linespec.c (decode_line_1): Check for a double quote after
6560 a filename correctly.
6561
6562 2002-05-10 Jim Blandy <jimb@redhat.com>
6563
6564 Properly track the size of the current objfile's .debug_line section.
6565 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6566 (DWARF_LINE_SIZE): New macro.
6567 (dwarf2_build_psymtabs_hard): Record the line section's size in
6568 the partial symbol table.
6569 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6570 symbol table.
6571
6572 2002-05-10 Petr Sorfa <petrs@caldera.com>
6573
6574 * ia64-tdep.c: Handle breakpoints on L instruction type
6575 in MLX instruction bundle by moving the breakpoint to
6576 the third slot (X instruction type) as L holds only data.
6577
6578 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6579
6580 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6581 (process_one_symbol): Complain about discarding local symbols
6582 due to a misplaced N_LBRAC entry.
6583
6584 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6585
6586 From Daniel Berlin <dan@cgsoftware.com>
6587 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6588 decrease the depth we are at, in the case of templates.
6589
6590 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6591
6592 * mips-tdep.c (mips_float_register_type): New function.
6593 (mips_double_register_type): New function.
6594 (mips_print_register): Use them.
6595 (do_fp_register_row): Likewise.
6596
6597 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6598
6599 * signals/signals.c (signals): Remove conditional compilation around
6600 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6601 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6602
6603 2002-05-09 Michael Snyder <msnyder@redhat.com>
6604
6605 * remote-rdp.c (remote_rdp_can_run): Remove.
6606
6607 2002-05-09 Tom Tromey <tromey@redhat.com>
6608
6609 * jv-valprint.c (java_val_print): Handle `char' as a special case
6610 of TYPE_CODE_INT.
6611
6612 2002-05-09 Michael Snyder <msnyder@redhat.com>
6613
6614 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6615 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6616 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6617 str r(0123),[sp,#nn].
6618 (arm_skip_prologue): Ditto. Also make disassembly
6619 order-independent by placing it in a loop.
6620
6621 2002-05-06 Michael Snyder <msnyder@redhat.com>
6622
6623 * stabsread.c (read_type): Add recognition for new attribute:
6624 "@V;" means that an array type is actually a vector.
6625 This is analogous to the vector flag that's been added to dwarf2.
6626
6627 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6628
6629 * i386-tdep.h (i386_abi): New enum.
6630 (struct gdbarch_tdep): Replace os_ident member with abi.
6631 (i386_gdbarch_register_os_abi): New prototype.
6632 * i386-tdep.c (i386_abi_names): New array.
6633 (process_note_abi_tag_sections): Removed.
6634 (process_note_sections): New function.
6635 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6636 (struct i386_abi_handler): New struct.
6637 (i386_abi_handler_list): New variable.
6638 (i386_gdbarch_register_os_abi): New function.
6639 (i386_gdbarch_init): Adapt for the changes given above.
6640
6641 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6642
6643 * gregset.h: Say "GNU/Linux".
6644
6645 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6646
6647 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6648 (build_gdbtypes): Build builtin_type_v2_float.
6649 (_initialize_gdbtypes): Register new builtin type.
6650
6651 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6652
6653 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6654 (clear_gdbarch_swap): New function.
6655 (initialize_non_multiarch): Call.
6656 (gdbarch_update_p): Before calling init(), swap out and clear the
6657 existing architecture.
6658 * gdbarch.c: Regenerate.
6659
6660 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6661
6662 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6663 alphanbsd-tdep.c.
6664
6665 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6666
6667 * sh-nbsd-nat.c: Rename to...
6668 * shnbsd-nat.c: ...this.
6669 * sh-nbsd-tdep.c: Rename to...
6670 * shnbsd-tdep.c: ...this.
6671 * sh-nbsd-tdep.h: Rename to...
6672 * shnbsd-tdep.h: ...this.
6673 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6674 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6675
6676 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6677
6678 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6679 concatenation for command help messages.
6680
6681 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6682
6683 * NEWS: Note new sh*-*-netbsdelf* configuration.
6684 * configure.host: Set gdb_host_cpu to sh for all sh*.
6685 (sh*-*-netbsdelf*): New host.
6686 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6687 (sh*-*-netbsdelf*): New target.
6688 * sh-nbsd-nat.c: New file.
6689 * sh-nbsd-tdep.c: New file.
6690 * sh-nbsd-tdep.h: New file.
6691 * config/sh/nbsd.mh: New file.
6692 * config/sh/nbsd.mt: New file.
6693 * config/sh/nm-nbsd.h: New file.
6694 * config/sh/tm-nbsd.h: New file.
6695
6696 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6697
6698 * sh-tdep.c (sh_osabi_names): Declare.
6699 (process_note_abi_tag_sections): New function.
6700 (get_elfosabi): Ditto.
6701 (sh_gdbarch_register_os_abi): Ditto.
6702 (sh_dump_tdep): Ditto.
6703 _initialize_sh_tdep): Use gdbarch_register to register
6704 sh_gdbarch_init and sh_dump_tdep.
6705 * config/sh/tm-sh.h (sh_osabi): Declare.
6706 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6707
6708 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6709
6710 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6711 (thumb_scan_prologue): Ditto.
6712 (arm_find_callers_reg): Ditto.
6713 (arm_frame_chain): Ditto.
6714 (arm_init_extra_frame_info): Ditto.
6715 (arm_frame_saved_pc): Ditto.
6716 (arm_pop_frame): Ditto.
6717 (arm_push_return_address): New function.
6718 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6719 call_dummy_location, call_dummy_breakpoint_offset_p,
6720 call_dummy_breakpoint_offset, call_dummy_p,
6721 call_dummy_stack_adjust_p, call_dummy_words,
6722 sizeof_call_dummy_words, call_dummy_start_offset,
6723 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6724 call_dummy_address, push_return_address and push_dummy_frame for
6725 generic dummy frames.
6726
6727 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6728
6729 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6730 size computation for alloca.
6731 (sh_fp_frame_init_saved_regs): Likewise.
6732
6733 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6734
6735 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6736 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6737 * arm-tdep.c (arm_store_return_value): Use them.
6738 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6739 * remote-rdp.c (remote_rdp_fetch_register): Use
6740 ARM_MAX_REGISTER_RAW_SIZE.
6741 (remote_rdp_store_register): Likewise.
6742
6743 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6744
6745 * dwarf2cfi.c: Code cleanup, removed unused variables,
6746 added default labels to switch {} statements.
6747 * x86-64-tdep.c: Ditto.
6748 * x86-64-linux-nat.c: Ditto.
6749
6750 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6751
6752 * solib.h: Protect against multiple inclusion.
6753
6754 2002-05-06 Jim Blandy <jimb@redhat.com>
6755
6756 Add first preprocessor macro-expansion files.
6757 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6758 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6759 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6760 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6761 (COMMON_OBS): Add macrotab.o, macroexp.o.
6762 (macroexp.o, macrotab.o): New rules.
6763
6764 Separate the job of reading the line number info statement program
6765 header (...expialidocious) out into its own function.
6766 * dwarf2read.c (struct line_head, struct filenames, struct
6767 directories): Replace with...
6768 (struct line_header): New structure, containing the full
6769 contents of the statement program header, including the
6770 include directory and file name tables.
6771 (read_file_scope): If we have line number info, instead of just
6772 calling dwarf_decode_lines to do all the work, call
6773 dwarf_decode_line_header first to get a `struct line_header'
6774 containing the data in the statement program header, and then
6775 pass that to dwarf_decode_lines, which will pick up where that
6776 left off. Be sure to clean up the `struct line_header' object.
6777 (dwarf_decode_line_header, free_line_header, add_include_dir,
6778 add_file_name): New functions.
6779 (dwarf_decode_lines): Move all the code to read the statement
6780 program header into dwarf_decode_line_header. Take the line
6781 header it built as the first argument, instead of the offset to
6782 the compilation unit's line number info. Use the new `struct
6783 line_header' type instead of the old structures. No need to do
6784 cleanups here now, since we don't allocate anything.
6785 (dwarf2_statement_list_fits_in_line_number_section,
6786 dwarf2_line_header_too_long): New complaints.
6787
6788 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6789
6790 * gdbtypes.c (init_vector_type): New function.
6791 (build_builtin_type_vec128): Simplify the representation of SIMD
6792 registers.
6793 (build_gdbtypes): Initialize new builtin vector types.
6794 (_initialize_gdbtypes): Register new vector types with gdbarch.
6795 (builtin_type_v4_float, builtin_type_v4_int32,
6796 builtin_type_v8_int16, builtin_type_v16_int8,
6797 builtin_type_v2_int32, builtin_type_v4_int16,
6798 builtin_type_v8_int8): New (renamed) SIMD types.
6799
6800 2002-05-06 Mark Kettenis <kettenis@gnu.org>
6801
6802 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6803 (i387_fill_fxsave): Likewise.
6804
6805 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6806
6807 * alpha-tdep.c (alpha_extract_return_value): Don't use
6808 non-constant array size in prototype.
6809
6810 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6811
6812 From Brian Taylor <briant at model dot com>:
6813 * ui-out.c (ui_out_field_core_addr): Use the function
6814 longest_local_hex_string_custom'to format addresses > 32 bits
6815 wide.
6816
6817 * ui-out.c (ui_out_field_core_addr): Update comment.
6818
6819 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6820
6821 * stack.c (select_and_print_frame): Make static. Delete the
6822 parameter `level'.
6823 (func_command): Update call.
6824 (select_frame_command): Delete code computing the frame level.
6825 * frame.h (select_and_print_frame): Delete declaration.
6826
6827 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6828
6829 * sparc-tdep.c (sparc_get_saved_register): Comment why
6830 get_prev_frame call is safe.
6831
6832 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6833
6834 * frame.h (select_frame): Delete level parameter.
6835 * stack.c (select_frame): Update. Use frame_relative_level to
6836 obtain the frame's level.
6837 (select_and_print_frame): Update call.
6838 (select_frame_command): Ditto.
6839 (up_silently_base): Ditto.
6840 (down_silently_base): Ditto.
6841 * ocd.c (ocd_start_remote): Ditto.
6842 * remote-rdp.c (remote_rdp_open): Ditto.
6843 * remote-mips.c (mips_initialize): Ditto.
6844 (common_open): Ditto.
6845 * remote-e7000.c (e7000_start_remote): Ditto.
6846 * m3-nat.c (select_thread): Ditto.
6847 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6848 (child_get_current_exception_event): Ditto.
6849 * varobj.c (varobj_create): Ditto.
6850 (varobj_update): Ditto.
6851 (c_value_of_root): Ditto.
6852 * tracepoint.c (finish_tfind_command): Ditto.
6853 * corelow.c (core_open): Ditto.
6854 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6855 * thread.c (info_threads_command): Ditto.
6856 (switch_to_thread): Ditto.
6857 * infrun.c (normal_stop): Ditto.
6858 (restore_selected_frame): Ditto.
6859 (restore_inferior_status): Ditto.
6860 * breakpoint.c (insert_breakpoints): Ditto.
6861 (watchpoint_check): Ditto.
6862 (bpstat_stop_status): Ditto.
6863 (do_enable_breakpoint): Ditto.
6864 * blockframe.c (flush_cached_frames): Ditto.
6865 (reinit_frame_cache): Ditto.
6866
6867 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6868
6869 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6870 maintainer.
6871
6872 2002-05-04 Jim Blandy <jimb@redhat.com>
6873
6874 * gdbtypes.c (replace_type): Doc fix.
6875
6876 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6877
6878 * valprint.c (strcat_longest): Delete commented out function.
6879 Update copyright.
6880
6881 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6882
6883 * MAINTAINERS: Mark a29k as deleted.
6884 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6885 Move new configurations to the top.
6886 * configure.tgt: Remove a29k.
6887 * config/a29k/tm-vx29k.h: Delete.
6888 * config/a29k/vx29k.mt: Delete.
6889 * config/a29k/tm-a29k.h: Delete.
6890 * config/a29k/a29k-udi.mt: Delete.
6891 * config/a29k/a29k.mt: Delete.
6892 * a29k-tdep.c: Delete.
6893 * remote-udi.c: Delete.
6894 * remote-mm.c: Delete.
6895 * remote-eb.c: Delete.
6896 * remote-adapt.c: Delete.
6897 * Makefile.in: Remove obsolete code.
6898 * config/s390/s390x.mt: Ditto.
6899 * config/s390/s390.mt: Ditto.
6900 * config/sparc/sparclynx.mh: Ditto.
6901 * config/sparc/linux.mh: Ditto.
6902 * config/pa/hppaosf.mh: Ditto.
6903 * config/pa/hppabsd.mh: Ditto.
6904 * config/ns32k/nbsd.mt: Ditto.
6905 * config/mips/vr5000.mt: Ditto.
6906 * config/m68k/sun3os4.mh: Ditto.
6907 * config/m68k/nbsd.mt: Ditto.
6908 * config/m68k/m68klynx.mh: Ditto.
6909 * config/m32r/m32r.mt: Ditto.
6910 * config/i386/x86-64linux.mt: Ditto.
6911 * config/i386/nbsdelf.mt: Ditto.
6912 * config/i386/nbsd.mt: Ditto.
6913 * config/i386/i386lynx.mh: Ditto.
6914
6915 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6916
6917 * target.c (debug_print_register): New function. Handle oversize
6918 registers.
6919 (debug_to_fetch_registers): Call.
6920 (debug_to_store_registers): Call.
6921
6922 2002-05-03 Jim Blandy <jimb@redhat.com>
6923
6924 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6925 (read_type): Doc fix.
6926 * gdbtypes.c (replace_type): Doc fix.
6927
6928 * stabsread.c (multiply_defined_struct): New complaint.
6929 (read_struct_type): If the type we were passed isn't empty, or
6930 incomplete, don't read the new struct type into it; complain,
6931 and return the original type unchanged. Take a new `type_code'
6932 argument, which is the type code for the new type.
6933 (read_type): Rather than storing the type's type code here, pass
6934 it as an argument to read_struct_type, and let that take care of
6935 storing it. That way, we don't overwrite the original type code,
6936 so read_struct_type can use it to decide whether we're overwriting
6937 something we shouldn't.
6938 (complain_about_struct_wipeout): New function.
6939
6940 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6941
6942 * gdbarch.sh: Assert that gdbarch is non-NULL.
6943 * gdbarch.c: Regenerate.
6944
6945 2002-05-03 Jason Merrill <jason@redhat.com>
6946
6947 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6948 and return NULL.
6949
6950 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6951
6952 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6953 (x86_64_dwarf2gdb_regno_map_length),
6954 (x86_64_dwarf2_reg_to_regnum): Added.
6955 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6956 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6957 (_initialize_x86_64_tdep): Synced with the change above.
6958 (x86_64_skip_prologue): Reformulated message.
6959
6960 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6961
6962 * f-exp.y: Also use new prev_lexptr variable
6963 to improve error reporting. Based on Michael Snyder
6964 2002-04-24 dated patch to c-exp.y.
6965 * jv-exp.y: Likewise.
6966 * m2-exp.y: Likewise.
6967
6968 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6969
6970 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6971 we are dealing with vectors.
6972
6973 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6974
6975 * config/m68k/tm-nbsd.h: Obvious fix,
6976 correct machine name.
6977
6978 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6979
6980 * p-typeprint.c (pascal_type_print_base): Add support
6981 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6982
6983 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6984
6985 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6986 for fondamental pascal 'char' type.
6987
6988 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6989
6990 * p-lang.h (is_pascal_string_type): Declaration changed,
6991 new sixth argument of type char ** added.
6992 * p-lang.c (is_pascal_string_type): Implementation
6993 changed. Args length_pos, length_size, string_pos, char_size
6994 can now be NULL. New argument arrayname set to the field
6995 name of the char array. Return value set to char array
6996 field index plus one.
6997 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6998 is_pascal_string_type function.
6999
7000 2002-05-02 Andrew Cagney <cagney@redhat.com>
7001
7002 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7003 <cagney@redhat.com> change.
7004 * gdbarch.c: Regenerate.
7005
7006 2002-05-02 Andrew Cagney <cagney@redhat.com>
7007
7008 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7009 before probing for a new one. Detect errorenous gdbarch_init
7010 functions.
7011 * gdbarch.c: Regenerate.
7012
7013 2002-05-01 Andrew Cagney <cagney@redhat.com>
7014
7015 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7016 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7017 * config/v850/tm-v850.h: Ditto. Update copyright.
7018
7019 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7020
7021 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7022 current_gdbarch.
7023
7024 2002-04-30 Michael Snyder <msnyder@redhat.com>
7025
7026 * arm-tdep.c: Whitespace clean-ups.
7027 (arm_skip_prologue): Fix thinko; two lines
7028 should have been removed as part of 4/24 change.
7029
7030 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7031
7032 * rs6000-tdep.c: Added comment describing how fpscr register
7033 numbers were chosen.
7034
7035 2002-04-30 Michael Snyder <msnyder@redhat.com>
7036
7037 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7038
7039 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7040
7041 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7042 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7043 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7044
7045 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7046
7047 From Louis Hamilton <hamilton@redhat.com>:
7048 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7049 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7050 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7051 not bfd-private xcoff data, to determine wordsize.
7052 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7053
7054 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7055
7056 GDB 5.2 released from 5.2 branch.
7057
7058 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7059
7060 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7061 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7062 (x86_64_register_info_table): Added comments with register numbers.
7063
7064 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7065
7066 * rs6000-tdep.c (rs6000_extract_return_value,
7067 rs6000_store_return_value): Handle returning vectors.
7068 (rs6000_gdbarch_init): Use
7069 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7070 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7071 New function.
7072 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7073 vectors.
7074 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7075 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7076
7077 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7078
7079 * hpread.c (hpread_psymtab_to_symtab_1,
7080 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7081 with fprintf_unfiltered (gdb_stderr,...).
7082
7083 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7084
7085 * remote-array.c (printf_monitor, write_monitor,
7086 array_insert_breakpoint, array_remove_breakpoint ):
7087 Replace fprintf (stderr,...
7088 with fprintf_unfiltered (gdb_stderr,....
7089 * remote-es.c: Likewise.
7090 * remote-os9k.c: Likewise.
7091 * remote-st.c: Likewise.
7092
7093 2002-04-28 Andreas Schwab <schwab@suse.de>
7094
7095 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7096 linux-proc.o and gcore.o.
7097
7098 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7099
7100 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7101 code without frame pointers.
7102
7103 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7104
7105 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7106 ON_STACK is needed.
7107
7108 2002-04-26 Ben Elliston <bje@redhat.com>
7109
7110 * target.c (do_xfer_memory): Correct reference to the new option
7111 "trust-readonly-sections".
7112
7113 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7114
7115 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7116 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7117 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7118 vectors.
7119 (read_array_type): Record the fact that this array type is really a
7120 vector (i.e. are passed in by value).
7121
7122 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7123
7124 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7125 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7126 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7127 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7128 * alpha-linux-tdep.c: Include frame.h.
7129 (alpha_linux_sigcontext_addr): New function.
7130 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7131 alpha_linux_sigcontext_addr.
7132 * alpha-osf1-tdep.c: Include gdbcore.h.
7133 (alpha_osf1_sigcontext_addr): New function.
7134 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7135 alpha_osf1_sigcontext_addr.
7136 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7137 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7138
7139 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7140
7141 * stack.c (selected_frame_level):
7142 (select_frame): Do not set selected_frame_level.
7143 * frame.h (selected_frame_level): Delete declaration.
7144
7145 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7146
7147 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7148 convert_from_func_ptr-addr when AIX / PowerOpen.
7149
7150 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7151
7152 * valops.c (hand_function_call): Call
7153 generic_save_call_dummy_addr.
7154 * frame.h (generic_save_call_dummy_addr): Declare.
7155 * blockframe.c (struct dummy_frame): Add fields call_lo and
7156 call_hi.
7157 (generic_find_dummy_frame): Check for PC in range call_lo to
7158 call_hi instead of entry_point_address.
7159 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7160 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7161 (generic_save_call_dummy_addr): New function.
7162
7163 2002-04-24 David S. Miller <davem@redhat.com>
7164
7165 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7166 sparc_skip_prologue.
7167 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7168 information to find prologue when possible.
7169 (sparc_prologue_frameless_p): Call examine_prologue directly.
7170 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7171 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7172 second argument.
7173 (SKIP_PROLOGUE): Likewise.
7174
7175 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7176
7177 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7178 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7179 indicate that the condition it was testing is always true.
7180 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7181 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7182 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7183
7184 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7185
7186 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7187 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7188 tdep->jb_pc and tdep->jb_elt_size.
7189 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7190 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7191 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7192 * alpha-nat.c (get_longjmp_target): Remove.
7193 (JB_ELEMENT_SIZE): Ditto.
7194 (JB_PC): Ditto.
7195 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7196 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7197 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7198 to alpha_get_longjmp_target.
7199 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7200 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7201 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7202
7203 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7204
7205 * README: Update to GDB 5.2.
7206
7207 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7208
7209 * gdbarch.sh (LC_ALL): Set to `c'.
7210
7211 2002-04-25 Theodore A. Roth <troth@verinet.com>
7212
7213 * avr-tdep.c: Ran through gdb_indent.sh.
7214
7215 2002-04-25 Theodore A. Roth <troth@verinet.com>
7216
7217 * MAINTAINERS: Add myself as AVR maintainer.
7218 * NEWS: Note new target avr.
7219
7220 2002-04-25 Theodore A. Roth <troth@verinet.com>
7221
7222 * Makefile.in: Add support for AVR target.
7223 * configure.tgt: Add support for AVR target.
7224 * avr-tdep.c: New file
7225 * config/avr/avr.mt: New file.
7226
7227 2002-04-25 Theodore A. Roth <troth@verinet.com>
7228
7229 * MAINTAINERS: Add myself to write-after-approval.
7230
7231 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7232
7233 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7234 with fprintf_unfiltered (gdb_stderr,....
7235
7236 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7237
7238 Fix PR gdb/508.
7239 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7240
7241 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7242
7243 * p-exp.y: Also use new prev_lexptr variable
7244 to improve error reporting. Based on Michael Snyder
7245 2002-04-24 dated patch to c-exp.y.
7246
7247 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7248
7249 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7250 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7251 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7252 to 0.
7253 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7254 and struct value.
7255 (FUNCTION_START_OFFSET): Remove.
7256 (BREAKPOINT): Ditto.
7257
7258 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7259
7260 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7261 * NEWS: Ditto.
7262
7263 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7264
7265 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7266 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7267 alpha_linux_pc_in_sigtramp.
7268 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7269 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7270 alpha_osf1_pc_in_sigtramp.
7271 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7272 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7273 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7274 alphafbsd_pc_in_sigtramp.
7275 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7276 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7277 alphanbsd_pc_in_sigtramp.
7278 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7279 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7280
7281 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7282
7283 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7284
7285 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7286
7287 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7288 alphanbsd-tdep.c.
7289 (alphanbsd-nat.o): New dependency list.
7290 (alphanbsd-tdep.o): Ditto.
7291 * NEWS: Note new native NetBSD/alpha configuration.
7292 * alphanbsd-nat.c: New file.
7293 * alphanbsd-tdep.c: Ditto.
7294 * configure.host (alpha*-*-netbsd*): New host.
7295 * configure.tgt (alpha*-*-netbsd*): New target.
7296 * config/alpha/nbsd.mh: New file.
7297 * config/alpha/nbsd.mt: Ditto.
7298 * config/alpha/nm-nbsd.h: Ditto.
7299 * config/alpha/tm-nbsd.h: Ditto.
7300
7301 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7302
7303 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7304 (alpha-osf1-tdep.o): New dependency list.
7305 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7306 and skip_sigtramp_frame members.
7307 * alpha-linux-tdep.c: Include gdbcore.h.
7308 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7309 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7310 * alpha-osf1-tdep.c: New file.
7311 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7312 alpha-osf1-dep.c.
7313 (alpha_frame_past_sigtramp_frame): New function.
7314 (alpha_dynamic_sigtramp_offset): Ditto.
7315 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7316 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7317 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7318 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7319 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7320 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7321 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7322 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7323 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7324 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7325 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7326 to find_solib_trampoline_target.
7327 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7328 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7329 (SKIP_TRAMPOLINE_CODE): Remove.
7330 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7331 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7332 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7333 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7334 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7335 (PROC_SIGTRAMP_MAGIC): Ditto.
7336 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7337 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7338 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7339 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7340 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7341
7342 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7343
7344 * NEWS: Note that Alpha targets are now multi-arch.
7345
7346 2002-04-24 Michael Snyder <msnyder@redhat.com>
7347
7348 * parser-defs.h (prev_lexptr): New external variable.
7349 * parse.c (parse_exp_1): Set prev_lexptr to null before
7350 calling the language-specific parser.
7351 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7352 (yyerror): Use prev_lexptr in error reporting.
7353
7354 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7355
7356 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7357 * gregset.h: If FILL_FPXREGSET is defined, provide
7358 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7359 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7360 is defined, call fill_fpxregset.
7361
7362 2002-04-24 Roland McGrath <roland@frob.com>
7363
7364 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7365 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7366 (supply_gregset, supply_fpregset): New functions.
7367
7368 * gnu-nat.c (gnu_find_memory_regions): New function.
7369 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7370 (gnu_xfer_memory): Add a cast.
7371
7372 2002-04-24 Michael Snyder <msnyder@redhat.com>
7373
7374 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7375 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7376 of argument regs ("str r(0123), [r11, #-nn"]).
7377 (arm_skip_prologue): Better handling for frameless functions.
7378 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7379 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7380
7381 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7382
7383 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7384 NUM_PSEUDO_REGS can be used.
7385
7386 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7387
7388 * arch-utils.h: Update copyright.
7389
7390 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7391 * gdbarch.h, gdbarch.c: Re-generate.
7392
7393 * inferior.h (IN_SIGTRAMP): Delete definition.
7394 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7395 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7396
7397 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7398 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7399 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7400 (find_proc_framesize): Ditto.
7401 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7402 (alpha_init_extra_frame_info): Ditto.
7403 * infrun.c (handle_inferior_event): Ditto.
7404 (handle_inferior_event): Ditto.
7405 (check_sigtramp2): Ditto.
7406 * blockframe.c (create_new_frame): Ditto.
7407 (get_prev_frame): Ditto.
7408 * ppc-linux-tdep.c: Update comments.
7409 * i386-linux-tdep.c: Update comments.
7410 * breakpoint.c (bpstat_what): Update comment.
7411
7412 2002-04-24 David S. Miller <davem@redhat.com>
7413
7414 * i960-tdep.c (register_in_window_p): New function.
7415 (i960_find_saved_register): Use it instead of
7416 REGISTER_IN_WINDOW_P.
7417 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7418
7419 * symtab.h (find_stab_function_addr): Kill extern.
7420 * minsyms.c (find_stab_function_addr): Remove from here...
7421 * dbxread.c: ... to here, and mark it static.
7422
7423 2002-04-20 David S. Miller <davem@redhat.com>
7424
7425 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7426 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7427
7428 2002-04-21 David S. Miller <davem@redhat.com>
7429
7430 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7431 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7432 (vx_write_register): Likewise.
7433
7434 2002-04-23 J. Brobecker <brobecker@gnat.com>
7435
7436 * source.c (is_regular_file): New function.
7437 (openp): Check wether file to open is a regular file
7438 to avoid opening directories.
7439
7440 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7441
7442 * findvar.c (extract_signed_integer): Cast printf argument
7443 to suppress format warning.
7444 (extract_unsigned_integer): Likewise.
7445 * infcmd.c (registers_info): Likewise.
7446 * top.c (get_prompt_1): Likewise.
7447 * valops.c (value_assign): Likewise.
7448 * valprint.c (print_decimal): Likewise.
7449
7450 2002-04-22 H.J. Lu (hjl@gnu.org)
7451
7452 * c-exp.y (typebase): Support
7453
7454 [long|long long|short] [signed|unsigned] [int|]
7455
7456 and
7457
7458 signed [long|long long|short] int
7459
7460 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7461
7462 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7463 and vax-tdep.h.
7464 * vax-tdep.h: New file.
7465 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7466 Make several routines static.
7467 (vax_get_saved_register): New function.
7468 (vax_gdbarch_init): New function.
7469 (_initialize_vax_tdep): Register vax_gdbarch_init.
7470 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7471 Remove macros now under the control of gdbarch.
7472
7473 2002-04-22 Michael Snyder <msnyder@redhat.com>
7474
7475 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7476 Some whitespace and coding standards tweaks.
7477
7478 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7479
7480 * vax-tdep.c: Include regcache.h.
7481 (vax_call_dummy_words): New.
7482 (sizeof_vax_call_dummy_words): New.
7483 (vax_fix_call_dummy): New function.
7484 (vax_saved_pc_after_call): Ditto.
7485 * config/vax/tm-vax.h: Don't include regcache.h.
7486 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7487 (CALL_DUMMY): Remove.
7488 (CALL_DUMMY_WORDS): Define.
7489 (SIZEOF_CALL_DUMMY_WORDS): Define.
7490 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7491
7492 2002-04-18 Michael Snyder <msnyder@redhat.com>
7493
7494 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7495
7496 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7497
7498 * vax-tdep.c (vax_frame_chain): New function.
7499 (vax_push_dummy_frame): Ditto.
7500 (vax_pop_frame): Ditto.
7501 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7502 (FRAMELESS_FUNCTION_INVOCATION): Use
7503 generic_frameless_function_invocation_not.
7504 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7505 (POP_FRAME): Use vax_pop_frame.
7506
7507 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7508
7509 * vax-tdep.c (vax_store_struct_return): New function.
7510 (vax_extract_return_value): Ditto.
7511 (vax_store_return_value): Ditto.
7512 (vax_extract_struct_value_address): Ditto.
7513 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7514 vax_store_struct_return.
7515 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7516 (STORE_RETURN_VALUE): Use vax_store_return_value.
7517 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7518
7519 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7520
7521 * vax-tdep.c (vax_frame_saved_pc): New function.
7522 (vax_frame_args_address_correct): Ditto.
7523 (vax_frame_args_address): Ditto.
7524 (vax_frame_locals_address): Ditto.
7525 (vax_frame_num_args): Move code to be in proximity to
7526 other frame-related functions.
7527 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7528 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7529 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7530 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7531 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7532
7533 2002-04-22 H.J. Lu (hjl@gnu.org)
7534
7535 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7536 includedir.
7537
7538 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7539
7540 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7541 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7542 (FRAME_INIT_SAVED_REGS): New macro.
7543
7544 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7545
7546 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7547
7548 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7549
7550 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7551 where needed.
7552 (fetch_osf_core_registers): Likewise.
7553 (supply_gregset): Likewise.
7554
7555 2002-04-22 J. Brobecker <brobecker@gnat.com>
7556
7557 * symfile.h (get_section_index): Define.
7558 * symfile.c (get_section_index): New function.
7559 * mdebugread.c (SC_IS_SBSS): New macro.
7560 (SC_IS_BSS): Return true for the scBss storage class only, as
7561 the scSBss storage class refers to the .sbss section.
7562 (parse_partial_symbols): Discard the symbols which associated
7563 section does not exist.
7564 Make sure to use the .sbss section index for symbols which
7565 storage class is scBss, rather than using the .bss section index.
7566
7567 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7568
7569 * vax-tdep.c: Update copyright years.
7570 (vax_register_name): New function.
7571 (vax_register_byte): Ditto.
7572 (vax_register_raw_size): Ditto.
7573 (vax_register_virtual_size): Ditto.
7574 (vax_register_virtual_type): Ditto.
7575 * config/vax/tm-vax.h: Update copyright years.
7576 (REGISTER_NAMES): Remove.
7577 (REGISTER_NAME): Define.
7578 (REGISTER_BYTE): Use vax_register_byte.
7579 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7580 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7581 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7582
7583 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7584
7585 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7586 declaration
7587 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7588
7589 2002-04-21 David S. Miller <davem@redhat.com>
7590
7591 * arch-utils.c (generic_prologue_frameless_p): Kill
7592 SKIP_PROLOGUE_FRAMELESS_P code.
7593 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7594 references.
7595 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7596 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7597 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7598 references.
7599 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7600 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7601 (sparc_gdbarch_init): Pass it to
7602 set_gdbarch_prologue_frameless_p.
7603
7604 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7605
7606 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7607 (alphabsd-nat.o): New dependency list.
7608
7609 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7610
7611 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7612 alphafbsd-tdep.c.
7613 (alpha-linux-tdep.o): New dependency list.
7614 (alphafbsd-tdep.o): Likewise.
7615
7616 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7617
7618 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7619 to here...
7620 * alpha-tdep.c: ...from here.
7621 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7622
7623 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7624
7625 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7626 prototype from here...
7627 * alpha-tdep.h: ...to here.
7628
7629 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7630
7631 * frame.h (selected_frame_level): Document as deprecated.
7632 (frame_relative_level): Declare.
7633 * stack.c (frame_relative_level): New function.
7634 (selected_frame_level): Document as deprecated.
7635 (select_frame): Do not set the selected_frame_level.
7636
7637 * stack.c (frame_info, record_selected_frame): Update.
7638 (frame_command, current_frame_command): Update.
7639 (up_silently_base, up_command, down_silently_base): Update.
7640 (down_command): Update.
7641 * inflow.c (kill_command): Update.
7642 * tracepoint.c (finish_tfind_command): Update.
7643 * corelow.c (core_open): Update.
7644 * thread.c (info_threads_command): Update.
7645 (do_captured_thread_select): Update.
7646 * infcmd.c (finish_command): Update.
7647 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7648
7649 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7650
7651 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7652
7653 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7654
7655 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7656 type const.
7657
7658 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7659
7660 * alphafbsd-tdep.c: Update copyright years. Include
7661 alpha-tdep.h.
7662 (alphafbsd_use_struct_convention): Make static.
7663 (alphafbsd_init_abi): New function.
7664 (_initialize_alphafbsd_tdep): New function.
7665 * config/alpha/tm-fbsd.h: Update copyright years.
7666 (USE_STRUCT_CONVENTION): Remove.
7667
7668 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7669
7670 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7671 an Alpha ABI variant.
7672 (alpha_abi_handler_list): Declare.
7673 (alpha_gdbarch_register_os_abi): New function.
7674 (alpha_gdbarch_init): Give registered ABI variant handlers a
7675 chance to tweak the gdbarch once we have set up defaults.
7676 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7677
7678 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7679
7680 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7681 to standard_coerce_float_to_double.
7682 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7683
7684 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7685
7686 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7687 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7688 from gdbarch_tdep rather than a constant.
7689 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7690 the default text address for all Alpha Unix ABIs.
7691 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7692 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7693
7694 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7695
7696 * alpha-tdep.h: New file. Includes several Alpha target constants
7697 taken from...
7698 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7699 let gdbarch deal with.
7700 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7701 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7702 to dependency list.
7703 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7704 Alpha target register names.
7705 * alphabsd-nat.c: Likewise.
7706 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7707 Alpha target register names. Make serveral routines static.
7708 (alpha_get_saved_register): New function.
7709 (alpha_abi_names): New.
7710 (process_note_abi_tag_sections): New function.
7711 (get_elfosabi): New function.
7712 (alpha_gdbarch_init): New function.
7713 (alpha_dump_tdep): New function.
7714 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7715
7716 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7717
7718 * frame.c (find_saved_register): Delete #ifdef
7719 HAVE_REGISTER_WINDOWS code.
7720 * config/sparc/tm-sparc.h: Update comments.
7721 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7722
7723 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7724
7725 * i960-tdep.c (i960_find_saved_register): New function.
7726 (i960_get_saved_register): New function.
7727 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7728 (i960_get_saved_register): Declare.
7729 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7730
7731 2002-04-20 David S. Miller <davem@redhat.com>
7732
7733 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7734
7735 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7736
7737 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7738 instead of NUM_PSEUDO_REGS.
7739
7740 2002-04-20 David S. Miller <davem@redhat.com>
7741
7742 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7743 GDB_MULTI_ARCH_PARTIAL
7744 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7745 define, let tm-sp64.h do it.
7746
7747 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7748
7749 * frame.c (find_saved_register): Avoid a NULL pointer
7750 dereference and actually walk the frame list.
7751
7752 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7753
7754 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7755 sorted in most most-recent-used order. Document.
7756 * gdbarch.h, gdbarch.c: Regenerate.
7757
7758 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7759
7760 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7761 instead of ->prev.
7762 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7763 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7764 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7765 instead of ->prev.
7766
7767 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7768
7769 Fix PR gdb/471.
7770 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7771 (build_builtin_type_vec128): Ditto.
7772 (append_composite_type_field): Fix calculation of type length in
7773 union case.
7774
7775 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7776
7777 * config/djgpp/README: Update.
7778
7779 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7780 compiler warnings.
7781
7782 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7783
7784 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7785 (alpha_setup_arbitrary_frame): ...to this.
7786 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7787 for alpha_setup_arbitrary_frame.
7788
7789 2002-04-18 Andrew Cagney <cagney@redhat.com>
7790
7791 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7792 * gdbarch.h, gdbarch.c: Regenerate.
7793
7794 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7795 * target.h (memory_breakpoint_from_pc): Update declaration.
7796 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7797
7798 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7799 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7800 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7801 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7802 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7803 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7804 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7805 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7806 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7807 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7808 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7809 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7810
7811 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7812 const pointer.
7813 * monitor.c (monitor_insert_breakpoint): Ditto.
7814 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7815
7816 * config/mcore/tm-mcore.h: Update copyright.
7817 * mem-break.c: Ditto.
7818 * xstormy16-tdep.c: Ditto.
7819
7820 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7821
7822 * p-exp.y: Add precedence rule for '^' token.
7823 This removes the shift/reduce conflicts.
7824 Remove the comment concerning these shift/reduce conflicts.
7825
7826 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7827
7828 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7829 (registers_powerpc_nofp): New register set for processors
7830 without floating point unit.
7831
7832 2002-04-18 David S. Miller <davem@redhat.com>
7833
7834 * MAINTAINERS: Add myself to write-after-approval.
7835
7836 2002-04-17 Michael Snyder <msnyder@redhat.com>
7837
7838 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7839
7840 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7841
7842 * rs6000-tdep.c (frame_initial_stack_address): Use
7843 frame_register_read to read the alloca_reg.
7844
7845 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7846
7847 * frame.c (find_saved_register): Find saved registers in the next
7848 not prev frame.
7849 Fix PR gdb/365.
7850
7851 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7852
7853 * gdbarch.sh (LANG): Set to ``c''.
7854
7855 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7856
7857 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7858
7859 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7860
7861 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7862 Update copyright.
7863
7864 * hpread.c (hpread_get_lntt): Add declaration.
7865 Also fix PR gdb/391.
7866
7867 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7868
7869 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7870 * aclocal.m4, configure: Re-generate.
7871 Fix PR gdb/391.
7872
7873 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7874
7875 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7876 instead of tm_print_insn.
7877
7878 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7879
7880 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7881
7882 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7883
7884 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7885 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7886 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7887
7888 2002-04-12 Don Howard <dhoward@redhat.com>
7889
7890 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7891 max_user_call_depth.
7892 (init_cmd_lists): Initialize the new value;
7893 * cli/cli-script.c (execute_user_command): Limit the call depth of
7894 user defined commands. This avoids a core-dump when user commands
7895 are infinitly recursive.
7896
7897 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7898
7899 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7900 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7901 from tdep struct instead of DEFAULT_LR_SAVE.
7902 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7903 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7904 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7905
7906 2002-04-12 Michael Snyder <msnyder@redhat.com>
7907
7908 * Remote.c: Spelling fix.
7909 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7910 If no symbol found for "sbrk", try "_sbrk".
7911 (make_output_phdrs): Use bfd_section_name.
7912 (gcore_copy_callback): Use bfd_section_name.
7913 * eval.c: Indentation fix-ups.
7914 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7915 in case it gets applied to an address that is already
7916 in the instruction space.
7917 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7918 * symfile.c: Fix indentation, long lines.
7919 * source.c: White space fix-up.
7920
7921 2002-04-12 Andrew Cagney <cagney@redhat.com>
7922
7923 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7924 * frame.c (frame_register_read): New function. Return non-zero on
7925 success.
7926 (read_relative_register_raw_bytes_for_frame): Delete.
7927 (read_relative_register_raw_bytes): Delete.
7928 * frame.h (frame_register_read): Declare.
7929 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7930 * sh-tdep.c: Ditto.
7931 * infcmd.c (do_registers_info): Ditto.
7932 * hppa-tdep.c: Ditto.
7933 * rs6000-tdep.c: Ditto.
7934 * h8500-tdep.c: Ditto.
7935 * mips-tdep.c: Ditto.
7936 * h8300-tdep.c: Ditto.
7937 * z8k-tdep.c: Ditto.
7938
7939 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7940
7941 From Jimi X <jimix@watson.ibm.com>:
7942 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7943 64-bit SysV ABI.
7944
7945 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7946
7947 From Jimi X <jimix@watson.ibm.com>:
7948 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7949 bfd info.
7950
7951 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7952
7953 From Jimi X <jimix@watson.ibm.com>:
7954 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7955 register sets for these processor variants.
7956
7957 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7958
7959 * regformats/reg-ppc.dat: Support FPSCR.
7960
7961 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7962
7963 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7964 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7965 Add fpscr as an invalid/unfetchable register.
7966 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7967 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7968 (fill_fpregset): Add support for register fpscr.
7969 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7970 (fill_gregset): Account for the fact that register ``mq'' might
7971 not exist.
7972 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7973 (registers_power): Add fpscr to register set at slot 71.
7974 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7975 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7976
7977 2002-04-11 Michael Snyder <msnyder@redhat.com>
7978
7979 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7980 * configure: Regenerate.
7981 * config.in: Regenerate.
7982 * acconfig.h: Add define for _SYSCALL32.
7983 * core-sol2.c: Remove #define _SYSCALL32.
7984 * solib-legacy.c: Remove #define _SYSCALL32.
7985
7986 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7987
7988 * stack.c (select_frame): Cleanup internal error message, do not
7989 use %p.
7990
7991 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7992
7993 * stack.c (select_frame): Check that selected_frame and the
7994 specified level are as expected.
7995 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7996 Update copyright.
7997 * frame.h (struct frame_info): Add field `level'. Update
7998 copyright.
7999 Work-in-progress PR gdb/464.
8000
8001 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8002
8003 * maint.c (maint_print_section_info): Rename print_section_info.
8004 (print_bfd_section_info, print_objfile_section_info): Update.
8005 * inferior.h (struct gdbarch): Add opaque declaration.
8006 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8007 * gdbarch.h: Regenerate.
8008
8009 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8010
8011 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8012 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8013 (kernel_u_size): Added.
8014 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8015 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8016
8017 2002-04-04 Jim Ingham <jingham@apple.com>
8018
8019 * valarith.c (find_size_for_pointer_math): New function, either returns
8020 the size for a pointer's target, returns 1 for void *, or errors for
8021 incomplete types.
8022 (value_add, value_sub): use find_size_for_pointer_math.
8023
8024 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8025
8026 * linux-low.c (linux_look_up_symbols): New hook.
8027 (linux_target_ops): Add linux_look_up_symbols.
8028 * remote-utils.c (decode_address): New function.
8029 (look_up_one_symbol): New function.
8030 * server.c (handle_query): Call target look_up_symbols hook.
8031 * server.h (look_up_one_symbol): Add prototype.
8032 * target.h (struct target_ops): Add look_up_symbols hook.
8033
8034 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8035
8036 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8037 override FP_REGNUM with frame->fp. Update copyright.
8038 * parse.c (num_std_regs, std_regs): Delete.
8039 (target_map_name_to_register): Do not search std_regs. Update
8040 function description.
8041 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8042 declarations. Update copyright.
8043 Fix PR gdb/251.
8044
8045 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8046
8047 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8048 after the last symbol in a block.
8049
8050 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8051
8052 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8053 is non zero as a found symbol.
8054
8055 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8056
8057 * findvar.c: Include "builtin-regs.h".
8058 (value_of_register): Call value_of_builtin_reg when applicable.
8059 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8060 (target_map_name_to_register): Call
8061 builtin_reg_map_name_to_regnum.
8062 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8063 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8064 (builtin_regs_h): Define.
8065 (builtin-regs.o): New target.
8066 (findvar.o): Add $(builtin_regs_h).
8067 * builtin-regs.c, builtin-regs.h: New files.
8068 * std-regs.c: New file.
8069 Partial fix for PR gdb/251.
8070
8071 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8072
8073 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8074 it's no longer required.
8075
8076 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8077
8078 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8079
8080 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8081
8082 From Jimi X <jimix@watson.ibm.com>:
8083 * rs6000-tdep.c (rs6000_software_single_step): Use
8084 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8085 and size. Use target_insert_breakpoint() and
8086 target_remove_breakpoint() to insert and remove breakpoints
8087 instead of explicit memory reads and writes.
8088
8089 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8090
8091 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8092 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8093 ELF_OBJECT_FORMAT ifdef.
8094
8095 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8096
8097 From Jimi X <jimix@watson.ibm.com>:
8098 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8099
8100 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8101
8102 From Jimi X <jimix@watson.ibm.com>:
8103 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8104 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8105
8106 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8107
8108 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8109 s/asprintf/xasprintf/.
8110 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8111
8112 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8113
8114 I believe Jeff Law denies responsability for this one:
8115 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8116 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8117 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8118 Work-around for PR gdb/366.
8119
8120 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8121
8122 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8123 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8124 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8125
8126 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8127
8128 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8129 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8130 information.
8131
8132 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8133
8134 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8135 maintainer.
8136
8137 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8138
8139 * README (Reporting Bugs in GDB): Document the bug web page as the
8140 prefered way of submitting bugs.
8141 Fix PR gdb/402.
8142
8143 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8144
8145 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8146 -1. Update comment.
8147 * gdbarch.h, gdbarch.c: Re-generate.
8148
8149 2002-04-07 Andreas Schwab <schwab@suse.de>
8150
8151 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8152 buffer to regcache_collect.
8153
8154 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8155
8156 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8157 * gdbarch.c, gdbarch.h: Re-generate.
8158
8159 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8160
8161 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8162 declaration. Fix -Werror.
8163
8164 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8165
8166 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8167 * gdbarch.c: Regenerate.
8168
8169 2002-04-05 Michael Snyder <msnyder@redhat.com>
8170
8171 * breakpoint.c (clear_command): Rewrite middle section to
8172 combine two loops with identical control conditions.
8173 Add a cleanup to eliminate a memory leak.
8174 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8175
8176 2002-04-05 H.J. Lu (hjl@gnu.org)
8177
8178 * solib-svr4.c (bkpt_names): Add "__start".
8179
8180 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8181
8182 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8183 as test for 64 bit target.
8184
8185 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8186
8187 * h8500-tdep.c (h8500_write_fp): Delete function.
8188 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8189 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8190 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8191 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8192 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8193 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8194 (s390_write_fp):
8195 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8196 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8197 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8198 (d10v_write_fp): Delete function.
8199 * inferior.h (write_fp, generic_target_write_fp): Delete
8200 declarations.
8201 * regcache.c (generic_target_write_fp): Delete function.
8202 (write_fp): Delete function.
8203 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8204 * gdbarch.h, gdbarch.c: Regenerate.
8205 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8206 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8207 (sparc64_write_fp): Delete declaration.
8208 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8209 (h8500_write_fp): Delete declaration.
8210
8211 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8212
8213 * sparc-tdep.c (sparc64_write_fp): Delete.
8214 (sparc_push_dummy_frame): Replace write_fp call with code to store
8215 the FP directly.
8216 (sparc_gdbarch_init): Do not initialize write_fp.
8217
8218 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8219
8220 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8221 clause.
8222
8223 2002-03-29 Jim Blandy <jimb@redhat.com>
8224
8225 * stack.c (get_selected_block): Add new argument `addr_in_block',
8226 used to return the exact code address we used to select the block,
8227 not just the block.
8228 * blockframe.c (get_frame_block, get_current_block): Same.
8229 * frame.h (get_frame_block, get_current_block,
8230 get_selected_block): Update declarations.
8231 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8232 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8233
8234 2002-04-05 Michael Snyder <msnyder@redhat.com>
8235
8236 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8237 warning message.
8238
8239 2002-04-05 J. Brobecker <brobecker@gnat.com>
8240
8241 * utils.c (xfullpath): New function.
8242 * defs.h (xfullpath): Add declaration.
8243 * source.c (openp): Use xfullpath in place of gdb_realpath to
8244 avoid resolving the basename part of filenames when the
8245 associated file is a symbolic link. This fixes a potential
8246 inconsistency between the filenames known to GDB and the
8247 filenames it prints in the annotations.
8248 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8249 to be able to match a filename with either the real filename, or
8250 the name of any symbolic link to this file.
8251 (lookup_partial_symtab): Ditto.
8252
8253 2002-04-04 Michael Snyder <msnyder@redhat.com>
8254
8255 * breakpoint.c: Add support for hardware breakpoints in overlays.
8256 (overlay_events_enabled): New state variable.
8257 (insert_breakpoints): Use overlay_events_enabled to decide
8258 whether to attempt to set a breakpoint at the overlay load addr.
8259 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8260 (remove_breakpoint): Use overlay_events_enabled to decide
8261 whether breakpoints need to be removed from overlay load addr.
8262 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8263 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8264 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8265 disable_overlay_breakpoints): Update overlay_events_enabled.
8266
8267 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8268
8269 * dwarf2read.c (struct function_range): New.
8270 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8271 (check_cu_functions): New.
8272 (read_file_scope): Initialize global function lists.
8273 Call dwarf_decode_line after processing children.
8274 (read_func_scope): Add to global function list.
8275 (dwarf_decode_lines): Call check_cu_functions everywhere
8276 record_line is called. Call record_line with a linenumber
8277 of 0 to mark sequence ends.
8278
8279 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8280
8281 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8282 change sync with glibc.
8283
8284 2002-04-03 Jim Blandy <jimb@redhat.com>
8285
8286 * configure.in: Call AC_C_INLINE.
8287 * configure: Regenerated.
8288
8289 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8290
8291 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8292 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8293
8294 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8295
8296 * NEWS: Mention gcore support on FreeBSD/i386.
8297
8298 * fbsd-proc.c: New file.
8299 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8300 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8301
8302 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8303 while statement.
8304
8305 2002-03-29 Jim Blandy <jimb@redhat.com>
8306
8307 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8308 unescaped newlines in string literals, but newer ones don't. So
8309 escape them.
8310
8311 2002-03-26 Michael Snyder <msnyder@redhat.com>
8312 Andrew Cagney <cagney@redhat.com>
8313
8314 * cli/cli-dump.c: New file. Dump memory to file,
8315 restore file to memory.
8316 * cli/cli-dump.h: New file.
8317 * Makefile.in: Add rules, dependencies for cli-dump.o.
8318 * NEWS: Mention new commands.
8319
8320 2002-03-28 Michael Snyder <msnyder@redhat.com>
8321
8322 * symfile.c (symbol_file_add): Move test for null symbols to later.
8323
8324 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8325
8326 From veksler at il.ibm.com:
8327 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8328 the xstrduped original path.
8329 Fix PR gdb/417.
8330
8331 2002-03-27 Michael Snyder <msnyder@redhat.com>
8332
8333 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8334 * infcmd.c (_initialize_infcmd): Ditto.
8335 * language.c (_initialize_language): Ditto.
8336 * symfile.c (_initialize_symfile): Ditto.
8337 * top.c (_init_main): Ditto.
8338 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8339
8340 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8341
8342 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8343 vector registers handling.
8344 (skip_prologue): Handle new AltiVec instructions. Fill in new
8345 fields of frame data.
8346 (frame_get_saved_regs): Fill in information for AltiVec registers.
8347
8348 2002-03-27 Jim Blandy <jimb@redhat.com>
8349
8350 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8351 a function; leave this macro here to invoke that function.
8352 (symbol_init_mangled_name): Declaration for that function.
8353 * symtab.c (symbol_init_mangled_name): New function.
8354
8355 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8356
8357 * valarith.c: Replace strerror with safe_strerror.
8358 * tracepoint.c: Ditto.
8359 * lin-lwp.c: Ditto.
8360 * go32-nat.c: Ditto.
8361 * inflow.c: Ditto.
8362 * gnu-nat.c: Ditto.
8363
8364 2002-03-27 Andreas Schwab <schwab@suse.de>
8365
8366 * event-top.c (command_line_handler): Remove useless if.
8367
8368 2002-03-27 Andreas Jaeger <aj@suse.de>
8369
8370 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8371 comment.
8372
8373 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8374
8375 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8376 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8377 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8378 (x86_64_linux_dr_get_status, supply_gregset),
8379 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8380 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8381 (x86_64_register_info_table): Add.
8382 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8383 (x86_64_register_raw_size, x86_64_register_virtual_type),
8384 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8385 general x86_64_register_info_table.
8386 (i386_gdbarch_init): gdbarch_register_bytes is now set
8387 dynamicaly during initialization.
8388 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8389 * gdbserver/linux-x86-64-low.c: Ditto.
8390
8391 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8392
8393 * gdbserver/server.c (main): Call target_signal_to_host_p
8394 and target_signal_to_host on signals received from the remote.
8395 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8396 target_signal_from_host on signals sent to the remote.
8397 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8398 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8399
8400 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * signals/signals.c: Include "server.h" in gdbserver build.
8403 (target_signal_from_name): Don't use STREQ.
8404 (_initialize_signals): Likewise. Don't include function in
8405 gdbserver build.
8406
8407 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8408
8409 * signals.c: Moved to...
8410 * signals/signals.c: Here.
8411 * Makefile (signals.o): Update.
8412
8413 2002-03-26 Jeff Law (law@redhat.com)
8414
8415 * somread.c (som_symtab_read): Remove some commented out code and
8416 updated related comments. Do not set the minimal symbol table to
8417 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8418 in a dynamic executable.
8419 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8420 where we are unable to find the minimal symbol for the given
8421 PC value.
8422
8423 2002-03-25 Jeff Law (law@redhat.com)
8424
8425 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8426
8427 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8428
8429 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8430
8431 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8432
8433 * command.h: Update copyright.
8434 (struct cmd_list_element): Replace definition with opaque
8435 declaration.
8436 (enum cmd_types): Document that it will eventually be moved to
8437 cli/cli-decode.h
8438 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8439 (MALLOCED_REPLACEMENT): Delete macro.
8440 * Makefile.in (cli_decode_h): Add $(command_h).
8441 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8442 * top.c: Include "cli/cli-decode.h".
8443 * completer.c: Include "cli/cli-decode.h".
8444 * maint.c: Include "cli/cli-decode.h".
8445 * cli/cli-decode.h: Include "command.h".
8446 (enum command_class): Delete.
8447 (enum cmd_types): Comment out.
8448 (enum cmd_auto_boolean): Delete.
8449 (enum var_types): Delete.
8450
8451 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8452
8453 * cli/cli-decode.c: Include "gdb_assert.h".
8454 (add_set_or_show_cmd): New static function.
8455 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8456 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8457 all fields, such as func, from the set command.
8458
8459 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8460
8461 * MAINTAINERS (sh-elf): Change warning flag to -w.
8462
8463 2002-03-23 Andrew Cagney <cagney@redhat.com>
8464
8465 * defs.h (error): Add printf format attribute.
8466 * thread-db.c (thread_from_lwp): Fix error format string.
8467 * stack.c (parse_frame_specification): Ditto.
8468 * cli/cli-decode.c (undef_cmd_error): Ditto.
8469 * scm-lang.c (scm_lookup_name): Ditto.
8470 * tracepoint.c (trace_error): Ditto.
8471 * remote-utils.c (usage): Ditto.
8472 * remote.c (compare_sections_command): Ditto.
8473 Fix PR gdb/328.
8474
8475 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8476
8477 * gdbtypes.c (append_composite_type_field): New function.
8478 (init_composite_type): New function.
8479 * gdbtypes.h (append_composite_type_field): Declare.
8480 (init_composite_type): Ditto.
8481
8482 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8483
8484 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8485 function.
8486 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8487 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8488 structure returning convention for SYSV ABI case, but not
8489 for GNU/Linux, FreeBSD, or NetBSD.
8490
8491 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8492
8493 * symtab.h (lookup_block_symbol): Add mangled_name argument
8494 to prototype.
8495
8496 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8497 with new mangled_name argument.
8498 * linespec.c (decode_line_1): Likewise.
8499 * valops (value_of_this): Likewise.
8500 * symtab.c (lookup_transparent_type): Likewise.
8501 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8502 (lookup_symbol): If we are given a mangled name, pass it down
8503 to lookup_symbol_aux.
8504 (lookup_block_symbol): If we are given a mangled name to check
8505 against, only return symbols which match it.
8506
8507 2002-03-22 Christopher Faylor <cgf@redhat.com>
8508
8509 * win32-nat.c (child_create_inferior): Check for proper shell to use
8510 here, in case the user changes it on the fly.
8511 (_initialize_inftarg): Remove shell path considerations.
8512
8513 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8514
8515 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8516 for gdbarch_max_register_raw_size and max_register_virtual_size.
8517 Adjust copyright year.
8518
8519 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8522 in a function to cover the entire beginning of the function
8523 as well if it does not already.
8524
8525 2002-03-21 Tom Rix <trix@redhat.com>
8526
8527 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8528 (rs6000_ptrace64): Renamed from ptrace64.
8529
8530 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8531
8532 * gdbserver/remote-utils.c (remote_open): Don't call
8533 getprotobyname, we're all using TCP here so just use
8534 IPPROTO_TCP.
8535 * gdbserver/gdbreplay.c (remote_open): Ditto.
8536
8537 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8538
8539 * regcache.c (_initialize_regcache): No need to call
8540 build_regcache() at this time; it gets called whenever
8541 the gdbarch changes.
8542
8543 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8544
8545 * sparc-nat.c: Include sys/param.h where possible.
8546
8547 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8548
8549 Fix PR gdb/422.
8550 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8551 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8552 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8553 complex types.
8554 * stabsread.c (rs6000_builtin_type): Likewise.
8555 (read_sun_floating_type): Likewise.
8556
8557 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8558
8559 * stabsread.c (read_member_functions): Remove skip code for duplicate
8560 constructor/destructor methods. Use standard parsing for these
8561 methods and just do not chain them to the list of methods after
8562 parsing.
8563
8564 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8565
8566 * coffread.c: Remove redundant static declarations. Replace
8567 occurrences of `PTR' with `void *'.
8568 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8569 * top.h (quit_cover): Likewise.
8570 * defs.h (catch_errors): Likewise.
8571
8572 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8573
8574 * defs.h (XMALLOC): Define.
8575 * gdb-events.sh (XMALLOC): Delete macro.
8576 * gdb-events.c, gdb-events.h: Regenerate.
8577 * gdbarch.sh (XMALLOC): Delete macro.
8578 * gdbarch.c: Regenerate.
8579 * serial.c (XMALLOC): Delete macro.
8580 * ui-file.c (XMALLOC): Ditto.
8581 * ser-unix.h (XMALLOC): Ditto.
8582 * sh-tdep.c (XMALLOC): Ditto.
8583 * ui-out.c (XMALLOC): Ditto.
8584 * utils.c (XMALLOC): Ditto.
8585 * i386-tdep.c (XMALLOC): Ditto.
8586 * gdb-events.c (XMALLOC): Ditto.
8587 * d10v-tdep.c (XMALLOC): Ditto.
8588 * cli-out.c (XMALLOC): Ditto.
8589
8590 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8591 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8592 * ui-file.c, ui-out.c: Ditto.
8593
8594 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8595
8596 * command.h (struct cmd_list_element): Add field context.
8597 (set_cmd_context, get_cmd_context): Declare.
8598 * cli/cli-decode.h: Ditto.
8599 * cli/cli-decode.c (get_cmd_context): New function.
8600 (set_cmd_context): New function.
8601 (add_cmd): Initialize context.
8602 Part of fixing PR gdb/145 and PR gdb/146.
8603
8604 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8605
8606 * cli/cli-decode.c (cmd_type): New function.
8607 * command.h (cmd_type): Declare.
8608 * infrun.c (set_schedlock_func): Call function cmd_type.
8609 * kod.c (kod_set_os): Call cmd_type.
8610 * cris-tdep.c (cris_version_update): Use function cmd_type.
8611 (cris_mode_update, cris_abi_update): Ditto.
8612
8613 * command.h: (execute_cmd_post_hook): Declare.
8614 (execute_cmd_pre_hook): Declare.
8615 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8616 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8617 functions. Execute pre/post hook while ensuring that afterwords
8618 hook_in is cleared.
8619 * top.c (execute_command): Use execute_cmd_post_hook, and
8620 execute_cmd_pre_hook to execute pre/post commands.
8621 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8622 hook_stop_stub.
8623 (hook_stop_stub): Call execute_cmd_pre_hook.
8624
8625 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8626
8627 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8628 set'' and this leads to a core dump. Move xstrdup of
8629 operating_system to after check that it is not NULL.
8630
8631 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8632
8633 * kod.c (kod_set_os): Remove unnecessary check that
8634 ``command->type'' is set_cmd.
8635
8636 * valprint.c (set_input_radix): Use input_radix.
8637 (set_output_radix): Use output_radix.
8638 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8639 isn't reverted.
8640
8641 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8642
8643 * value.h (struct value): Delete field ``substring_addr''. Change
8644 aligner fields to force_doublest_align, force_longest_align,
8645 force_core_addr_align and force_pointer_aligh.
8646
8647 * value.h (struct value): Fix typo in above change.
8648
8649 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8650
8651 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8652 to fix internal_error from ``maintenance print architecture''.
8653
8654 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8655
8656 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8657 for gcc versions after gcc-2.8.1.
8658
8659 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8660
8661 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8662 for method resolution. Restore adjustment of ``this'' pointer after
8663 calling value_struct_elt, which was accidentally removed during the
8664 HP merge.
8665
8666 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8667
8668 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8669 value_of_register.
8670 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8671 get_saved_register.
8672 * value.h (value_of_register): Update.
8673
8674 2002-03-14 Richard Henderson <rth@redhat.com>
8675
8676 * configure.in: Detect declaration for canonicalize_file_name.
8677 * utils.c (canonicalize_file_name): Declare, if needed.
8678 (gdb_realpath): Prefer realpath if available and usable.
8679 * config.in, configure: Rebuild.
8680
8681 2002-03-14 Richard Henderson <rth@redhat.com>
8682
8683 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8684 a constant array bound.
8685
8686 * MAINTAINERS: Add myself to write-after-approval.
8687
8688 2002-03-14 Michael Snyder <msnyder@redhat.com>
8689
8690 * symfile.c (syms_from_objfile): Return immediately if no syms.
8691 (symbol_file_add): Return immediately if no syms.
8692 (find_sym_fns): Return immediately if no syms.
8693
8694 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8695
8696 * gdbserver/remote-util.c (remote_open): Print remote-side's
8697 IP address when remote debugging over the network.
8698
8699 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8700
8701 * config/sparc/fbsd.mh: Fix copyright.
8702 * config/sparc/fbsd.mt: Likewise.
8703
8704 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8705
8706 * MAINTAINERS: Fix typo in name of gdb warnings option.
8707 (x86-64): Fix formating so that this can be parsed by awk.
8708
8709 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8712 * defs.h: Include "gdb/signals.h".
8713 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8714
8715 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8716
8717 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8718 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8719 from x86-64-tdep.h
8720
8721 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8722 Don Howard <dhoward@redhat.com>
8723
8724 * mips-tdep.c (ST0_FR): Define.
8725 (mips2_fp_compat): New function, temporarily disabled.
8726 (mips_read_fp_register_single): New function.
8727 (mips_read_fp_register_double): New function.
8728 (mips_print_register): Use them.
8729 (do_fp_register_row): Likewise.
8730
8731 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8732
8733 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8734 approval''.
8735
8736 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8737
8738 * stabsread.c (read_member_functions): Fix is_stub test for
8739 static member functions, improve comment.
8740
8741 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8742
8743 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8744 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8745 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8746 commands that set boolean values.
8747 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8748 (arm_rdi_resume): Always initialize PC.
8749 (arm_rdi_open): Don't use rslt as a boolean.
8750 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8751 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8752 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8753 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8754
8755 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8756
8757 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8758 * configure: Rebuilt.
8759
8760 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8761
8762 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8763 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8764
8765 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8766
8767 * cli/cli-decode.c (set_cmd_completer): New function.
8768 * command.h (set_cmd_completer): Declare.
8769 * cli/cli-decode.h (set_cmd_completer): Ditto.
8770
8771 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8772 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8773 * win32-nat.c (_initialize_inftarg): Ditto.
8774 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8775 * proc-api.c (_initialize_proc_api): Ditto.
8776 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8777 * source.c (_initialize_source): Ditto.
8778 * exec.c (_initialize_exec): Ditto.
8779 * solib.c (_initialize_solib): Ditto.
8780 * top.c (init_main): Ditto.
8781 * tracepoint.c (_initialize_tracepoint): Ditto.
8782 * symfile.c (_initialize_symfile): Ditto.
8783 * printcmd.c (_initialize_printcmd): Ditto.
8784 * infcmd.c (_initialize_infcmd): Ditto.
8785 * corefile.c (_initialize_core): Ditto.
8786
8787 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8788
8789 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8790
8791 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8792
8793 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8794
8795 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8796
8797 * NEWS: Update headings, 5.2 has branched.
8798
8799 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
8800
8801 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8802 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8803 (register_addr, REGISTER_RAW_SIZE): Likewise.
8804 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8805 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8806
8807 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8808
8809 * MAINTAINERS (x86-64): Add myself.
8810 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8811 changed value_ptr -> struct value *
8812
8813 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8814
8815 * configure.host (sparc64-*-freebsd): Add.
8816 * configure.tgt: Likewise.
8817 * config/sparc/fbsd.mh: New file.
8818 * config/sparc/fbsd.mt: Likewise.
8819 * config/sparc/nm-fbsd.h: Likewise.
8820 * config/sparc/tm-fbsd.h: Likewise.
8821
8822 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8823
8824 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8825 regformats/reg-s390x.dat.
8826
8827 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8828
8829 * utils.c: Add FIXME explaining true/false problem.
8830
8831 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8832
8833 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8834
8835 2002-02-28 Michael Chastain <mec@shout.net>
8836
8837 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8838
8839 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * gdbserver/linux-s390-low.c: New file.
8842 * regformats/reg-s390.dat: New file.
8843 * regformats/reg-s390x.dat: New file.
8844 * gdbserver/configure.srv: Add S/390.
8845 * gdbserver/Makefile.in: Add S/390.
8846 * configure.tgt: Enable gdbserver for S/390.
8847
8848 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8849
8850 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8851 first line of the doc string for "info dos", except at the end of
8852 the sentence, since the short help stops at the first period.
8853
8854 2002-02-28 Jason Merrill <jason@redhat.com>
8855
8856 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8857
8858 2002-02-27 Fred Fish <fnf@redhat.com>
8859
8860 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8861 comment (dumy -> dummy).
8862
8863 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8864
8865 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8866
8867 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8868
8869 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8870
8871 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8872
8873 * gdbserver/acconfig.h: New file.
8874 * gdbserver/i387-fp.c: New file.
8875 * gdbserver/i387-fp.h: New file.
8876 * gdbserver/linux-x86-64.c: New file.
8877 * regformats/reg-x86-64.dat: New file.
8878 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8879 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8880 * gdbserver/configure.in: Add support for regsets.
8881 * gdbserver/config.in: Regenerate.
8882 * gdbserver/configure: Regenerate.
8883 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8884 * gdbserver/linux-low.h: New file.
8885 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8886 for regsets.
8887 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8888 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8889 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8890 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8891 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8892 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8893 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8894 "i387-fp.h". Add PTRACE_GETREGS and friends.
8895 * gdbserver/regcache.c (supply_register): New function.
8896 (supply_register_by_name): New function.
8897 (collect_register): New function.
8898 (collect_register_by_name): New function.
8899
8900 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8901
8902 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8903 (config.status): Add configure.srv dependency.
8904 (server_h): Add config.h dependency.
8905
8906 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8907
8908 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8909 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8910 * gdbserver/configure.srv: Change i386-*-linux* to use
8911 reg-i386-linux.o.
8912
8913 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8914
8915 * x86-64-tdep.c: Re-indent. Update copyright date.
8916
8917 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8918
8919 From Michal Ludvig <mludvig@suse.cz>:
8920 * x86-64-tdep.c (value.h): Delete.
8921 (gdb_assert.h): Include.
8922 (x86_64_register_convert_to_virtual,
8923 x86_64_register_convert_to_raw ): Add check which lets only
8924 floating-point values to be converted.
8925 (value_push): Delete.
8926 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8927 (i386_gdbarch_init): Number of register_bytes fixed.
8928
8929 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8930
8931 * MAINTAINERS: Add x86-64 target.
8932
8933 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8934
8935 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8936 * osfsolib.c (solib_map_sections): Ditto.
8937 * irix5-nat.c (solib_map_sections): Ditto.
8938 * corelow.c (gdb_check_format): Ditto.
8939 * symfile.c (symfile_bfd_open): Ditto.
8940 * solib.c (solib_map_sections): Ditto.
8941 Fix PR gdb/354.
8942
8943 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8944
8945 * remote.c (_initialize_remote): By default, disable ``e'' and
8946 ``E'' step out-of-range packets.
8947
8948 2002-02-26 Andreas Schwab <schwab@suse.de>
8949
8950 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8951 m68k_linux_frame_saved_pc.
8952 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8953 in_sigtramp.
8954 (SIGCONTEXT_PC_OFFSET): Remove.
8955 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8956 m68k_linux_sigtramp_saved_pc): New functions.
8957 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8958 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8959 (UCONTEXT_PC_OFFSET): Define.
8960 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8961 non-RT and RT signal trampolines.
8962
8963 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8964
8965 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8966 (TARGET_NBPG, STACK_END_ADDR): Delete
8967 (VARIABLES_INSIDE_BLOCK): Delete.
8968
8969 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8970
8971 * utils.c (perror_with_name): Make string parameter constant.
8972 (print_sys_errmsg): Ditto.
8973 (query): Ditto.
8974 * defs.h (perror_with_name): Update.
8975 (print_sys_errmsg): Update.
8976 (query): Update.
8977
8978 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8979
8980 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8981 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8982
8983 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8984
8985 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8986 if it already matches the current architecture from the exec file.
8987 Include arch-utils.h for gdbarch_info_init prototype.
8988 * Makefile.in (rs6000-nat.o): Update dependencies.
8989
8990 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8991
8992 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8993 list of exported variables.
8994
8995 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8996
8997 * gdbserver/configure.srv: New file.
8998 * gdbserver/configure.in: Use configure.srv instead
8999 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9000 from it.
9001 * gdbserver/configure: Regenerated.
9002 * gdbserver/terminal.h: New file.
9003 * gdbserver/Makefile.in: Update for configure changes. Remove
9004 more unneeded include paths.
9005
9006 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9007
9008 From wiz at danbala:
9009 * config/sparc/tm-sp64.h: Fix grammar and typos.
9010 Fix PR gdb/287.
9011
9012 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9013
9014 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9015 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9016 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9017 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9018 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9019 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9020 * s390-tdep.c: Ditto.
9021 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9022 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9023 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9024 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9025 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9026 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9027 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9028 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9029 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9030 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9031 Fix PR gdb/378.
9032
9033 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9034
9035 * lin-thread.c: Delete file.
9036 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9037 to gdb_proc_service.h.
9038 * configure: Re-generate.
9039
9040 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9041 * serial.c (serial_open): Delete check for "ocd".
9042 Fix PR gdb/349.
9043
9044 * Makefile.in (linux-thread.o): Delete target.
9045 * linux-thread.c: Delete file.
9046
9047 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9048 renamed SH files to be consistent.
9049
9050 * symtab.c (sort_search_symbols): Use xfree.
9051
9052 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9053
9054 * arm-linux-tdep.c (arm_linux_init_abi): Register
9055 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9056 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9057 definition with undef, since we don't want the sysvr4 definition.
9058 (SKIP_TRAMPOLINE_CODE): Likewise.
9059
9060 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9061
9062 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9063
9064 * configure.in: (AC_CHECK_FUNCS) Added test for
9065 canonicalize_file_name Regenerated.
9066 * config.in, configure: Regenerated.
9067 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9068 defined use canonicalize_file_name.
9069
9070 2002-02-23 Michael Chastain <mec@shout.net>
9071
9072 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9073
9074 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9075
9076 * README: Remove references to cygnus.com.
9077 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9078 dot com'' form. Remove references to cygnus.com and sourceware.
9079
9080 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9081
9082 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9083 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9084 1003.1-2001 no longer allows "head -1".
9085 * gdb/Makefile.in (version.c): Likewise.
9086 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9087 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9088 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9089
9090 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9091
9092 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9093 * command.h (cmd_cfunc_eq): Declare.
9094 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9095
9096 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9097 ``struct cmd_list_element *''.
9098 * cli/cli-cmds.c (is_complete_command): Update. Use
9099 cmd_cfunc_eq.
9100 * top.c (execute_command): Pass the command to
9101 is_complete_command.
9102 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9103
9104 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9105
9106 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9107 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9108 architecture defines.
9109 * s390-tdep.c (s390_gdbarch_init): Likewise.
9110
9111 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9112
9113 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9114 (arm_linux_push_arguments): Likewise.
9115 (arm_linux_init_abi): Register them. Also register linux-specific
9116 call_dummy_words.
9117 (find_minsym_and_objfile): Use strcmp, not STREQ.
9118 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9119 (arm_linux_call_dummy_words): Delete declaration.
9120 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9121 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9122 declarations.
9123 (LOWEST_PC): Delete.
9124
9125 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9126
9127 * maint.c (print_section_info): Do not prepend `0x' to filepos
9128 output, it will be handled by local_hex_string_custom.
9129
9130 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9131
9132 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9133 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9134 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9135
9136 2002-02-22 Jim Blandy <jimb@redhat.com>
9137
9138 Indicate that the bcache functions don't change the strings
9139 they're passed.
9140 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9141 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9142
9143 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9144
9145 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9146
9147 2002-02-21 Christopher Faylor <cgf@redhat.com>
9148
9149 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9150 find the complete path to a loaded DLL.
9151
9152 2002-02-21 Fred Fish <fnf@redhat.com>
9153
9154 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9155 that marks the end of the range of a function, enter a line number
9156 entry that has a line number of zero and a PC offset that matches
9157 the end of the function. This starts a range of PC's for which no
9158 line number information is known.
9159 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9160 PC's for which no line number info is found (line number is zero)
9161 then we didn't find any valid line information.
9162 * symtab.h: Document use of zero line number entry.
9163
9164 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9165
9166 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9167 (have_ptrace_getvrregs): Define for run time checks.
9168 (gdb_vrregset_t): New type for Altivec register handling.
9169 (fetch_register, store_register): Fetch/store altivec register
9170 when needed.
9171 (fetch_altivec_register, store_altivec_register): New functions.
9172 (supply_vrregset, fill_vrregset): New functions.
9173 (fetch_altivec_registers, store_altivec_registers): New functions.
9174 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9175 registers as well.
9176
9177 2002-02-21 Jiri Smid <smid@suse.cz>
9178
9179 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9180
9181 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9182
9183 * Makefile.in (armnbsd-nat.o): Update dependencies.
9184 * armnbsd-nat.c (supply_gregset): New function. Common code to
9185 supply the integer register set.
9186 (supply_fparegset): New function. Similar for FPA registers.
9187 (fetch_regs, fetch_fp_regs): Use them.
9188 (fetch_core_registers): Likewise.
9189 (fetch_elfcore_registers): New function.
9190 (arm_netbsd_elfcore_fns): New core-file type specification.
9191 (_initialize_arm_netbsd_nat): Register it.
9192
9193 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9194
9195 * armnbsd-nat.c: Include gdbcore.h.
9196 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9197 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9198 'void' to declaration, to shut up ARI.
9199 (fetch_core_registers): Make static. Rewrite using supply_register.
9200 (arm_netbsd_core_fns): New core-file type specification.
9201 (_initialize_arm_netbsd_nat): New function.
9202
9203 2002-02-21 Christopher Faylor <cgf@redhat.com>
9204
9205 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9206 value.
9207
9208 2002-02-20 Christopher Faylor <cgf@redhat.com>
9209
9210 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9211 fails.
9212
9213 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9214
9215 * jv-exp.y (parse_number): Change type of implicit longs
9216 to builtin_type_uint64.
9217
9218 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9219
9220 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9221 to be an integer instead of a `union wait'.
9222
9223 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9224
9225 * mips-linux-nat.c: Call the operating system GNU/Linux.
9226 * mips-linux-tdep.c: Likewise.
9227 * mips-tdep.c: Likewise.
9228
9229 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9230
9231 Fix PR gdb/265.
9232 * jv-exp.y (parse_number): Handle 64-bit integers.
9233
9234 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9235
9236 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9237 AC_STDC_HEADERS to AC_HEADER_STDC.
9238 * gdbserver/configure: Regenerated.
9239
9240 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9241
9242 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9243 is defined.
9244 * sparc-tdep.c (get_longjmp_target): Likewise.
9245
9246 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9247
9248 * News: Add news about ARM and Multi-arch. Mention the new target
9249 arm*-*-netbsd*.
9250
9251 2002-02-19 Jim Blandy <jimb@redhat.com>
9252
9253 * stabsread.c (error_type_complaint): Improve error message.
9254
9255 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9256
9257 * gdbserver/README: Update documentation.
9258 * gdbserver/configure.in: Update configury to match documentation.
9259 * gdbserver/Makefile.in: Likewise.
9260 * gdbserver/configure: Regenerated.
9261 * gdbserver/aclocal.m4: New file, generated by aclocal.
9262 * gdbserver/config.in: New file, generated by autoheader.
9263
9264 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9265
9266 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9267 armnbsd-nat.c.
9268
9269 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9270
9271 * arm-tdep.h (enum arm_float_model): New enum.
9272 (struct gdbarch_tdep): Add fp_model.
9273 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9274 up floating-point conversions until we know the floating-point model
9275 in use by the inferior. Don't complain about being unable to
9276 determine the ABI of the inferior when we don't have one.
9277 (arm_extract_return_value): Support different floating-point models.
9278 (arm_store_return_value): Likewise.
9279 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9280 ARM_FLOAT_SOFT.
9281 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9282
9283 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9284
9285 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9286 of ``current_gdbarch''.
9287
9288 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9289
9290 * armnbsd-nat.c : ANSIfy all function declarations.
9291 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9292 (fetch_inferior_registers): Re-implement in terms of above.
9293 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9294 (store_inferior_registers): Re-implement in terms of above.
9295
9296 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9297
9298 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9299 kernel.
9300 * arm-linux-tdep.c: Likewise.
9301 * config/arm/tm-linux.h: Likewise.
9302
9303 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9304
9305 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9306 * config/arm/nbsd.mt (TM_FILE): Delete.
9307 * config/arm/tm-nbsd.h: Delete.
9308
9309 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9310
9311 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9312 Initialize CALL_DUMMY_LENGTH.
9313
9314 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9315
9316 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9317 function.
9318 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9319 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9320 defines one thing and that is incorrect for this port.
9321 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9322
9323 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9324
9325 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9326
9327 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9328
9329 * win32-nat.c (display_selector): New function. Displays information
9330 about the information returned by GetThreadSelectorEntry API function.
9331 (display_selectors): New function. Displays the infomation of
9332 the selector given as argument, or of CS, DS ans FS selectors
9333 if no argument is given.
9334 ( _initialize_inftarg): Add "w32" as info prefix command.
9335 Add "info w32 selector" as command calling display_selectors.
9336
9337 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9338
9339 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9340 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9341 if not defined.
9342
9343 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9344
9345 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9346
9347 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9348
9349 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9350 (arm_fix_call_dummy): Call it.
9351 (arm_call_dummy_breakpoint_offset): Delete.
9352 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9353 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9354
9355 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9356
9357 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9358 Default to func_frame_chain_valid.
9359 * gdbarch.h, gdbarch.c: Re-generate.
9360 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9361
9362 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9363
9364 * ppc-linux-nat.c: Update copyright.
9365 (fetch_register, store_register): Add tid parameter, don't compute
9366 tid here.
9367 (fetch_ppc_registers, store_ppc_registers): Add tid
9368 parameter. Pass it along to callees.
9369 (fetch_inferior_registers, store_inferior_registers): Compute tid
9370 here, and pass it to calleed functions.
9371 (fill_gregset, supply_fpregset): Clean up formatting.
9372
9373 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9374
9375 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9376 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9377
9378 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9379
9380 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9381 * gdbarch.c gdbarch.h: Regenerate.
9382 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9383 function.
9384 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9385 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9386 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9387
9388 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9389 * arm-tdep.c (arm_get_longjmp_target): New function.
9390 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9391 this to a positive value register arm_get_longjmp_target as the
9392 longjmp handler.
9393 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9394 (arm_linux_init_abi): Set up longjmp description in tdep.
9395 * armnbsd-nat.c (get_longjmp_target): Delete.
9396 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9397 description in tdep.
9398 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9399 (get_longjmp_target): Delete declaration.
9400 (GET_LONGJMP_TARGET): Delete.
9401 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9402 (GET_LONGJMP_TARGET): Delete.
9403
9404 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9405
9406 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9407 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9408 of ``current_gdbarch''.
9409
9410 2002-02-17 Tom Tromey <tromey@redhat.com>
9411
9412 * cli/cli-cmds.c (compare_strings): New function.
9413 (complete_command): Only print each unique item once.
9414 * completer.h (complete_line): Declare.
9415 * completer.c (complete_line): New function.
9416 (line_completion_function): Use it.
9417
9418 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9419
9420 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9421 * gdbarch.h, gdbarch.c: Re-generate.
9422
9423 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9424
9425 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9426
9427 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9428
9429 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9430 * valops.c (value_arg_coerce): Don't take the address of a reference
9431 to convert an argument to a reference.
9432
9433 2002-02-15 Christopher Faylor <cgf@redhat.com>
9434
9435 * win32-nat.c (get_image_name): New function.
9436 (handle_load_dll): Use get_image_name function.
9437 (get_child_debug_event): Avoid registering debug events until possibly
9438 execed process is started.
9439 (child_create_inferior): Allow invocation via shell so that command
9440 line redirection, etc. works ok.
9441 (_initialize_inftarg): Add new command: "set shell" to control whether
9442 a shell is used to start a process.
9443
9444 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9445
9446 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9447 instead of find_register_by_number.
9448 (cannot_store_register): Likewise.
9449
9450 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9451
9452 * dwarf2read.c: Replace fprintf (stderr, ...) by
9453 fprintf_unfiltered (gdb_stderr, ...).
9454
9455 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9456
9457 * gdbserver/gdbserver.1: Document --attach.
9458
9459 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9460
9461 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9462 descriptions.
9463 * arm-tdep.c (arm_default_arm_le_breakpoint)
9464 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9465 (arm_default_thumb_be_breakpoint): New. Initialize them from
9466 traditional breakpoint defines.
9467 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9468 (arm_gdbarch_init): Initialize new breakpoint variables.
9469 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9470 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9471 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9472 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9473 code out to ...
9474 (arm_netbsd_init_abi_common): ... here; new function.
9475 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9476 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9477 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9478 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9479
9480 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9481
9482 * arm-tdep.h (enum arm_abi): New enum.
9483 (struct gdbarch_tdep): New structure.
9484 (LOWEST_PC): Provide a default.
9485 (arm_gdbarch_register_os_abi): Declare new function.
9486 * arm-tdep.c (arm_abi_names): New array.
9487 (process_note_abi_tag_sections): New function.
9488 (get_elfosabi): New function.
9489 (arm_gdbarch_register_os_abi): New function.
9490 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9491 support for that ABI has been built in, then call the appropriate
9492 configuration routine. Use gdbarch_num_regs() to get the number
9493 of registers.
9494 (arm_dump_tdep): New function.
9495 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9496 place-holder functions.
9497 (_initialize_arm_tdep): Register them.
9498 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9499
9500 * armnbsd-tdep.c: New file.
9501 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9502 * config/arm/nbsd.mt (TDEPFILES): Add it.
9503 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9504
9505 * armnbsd-nat.c: Include regcache.h.
9506 * Makefile.in (armnbsd-nat.o): Update dependency list.
9507
9508 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9509
9510 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9511
9512 * gdbserver/Makefile.in: Fix typos in target rules.
9513
9514 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9515
9516 Fix part of PR gdb/267.
9517 * linespec.c (find_methods): Handle constructors specially for now.
9518
9519 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9520
9521 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9522 handling.
9523 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9524 standard_coerce_float_to_double().
9525
9526 2002-02-14 Christopher Faylor <cgf@redhat.com>
9527
9528 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9529 GDBINIT_FILENAME.
9530
9531 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9532
9533 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9534 find_variant_by_name, because it confuses the multiarch
9535 framework. Return NULL if there isn't an architecture with the
9536 user supplied name, instead of forcing a different one without
9537 recording the change with the multiarch machinery.
9538 (find_variant_by_name): Delete.
9539
9540 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9541
9542 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9543 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9544
9545 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9546
9547 * stack.c (print_frame_info_base): When calling
9548 print_frame_info_listing_hook, set current_source_symtab.
9549
9550 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9551
9552 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9553 and remove unused $(INCLUDE_DIR).
9554 Add regcache.c to OBS.
9555 Add generated register protocol files to clean target.
9556 Update dependencies for new objects, obsolete old target code.
9557
9558 * gdbserver/linux-low.c: Remove all platform-specific code to
9559 new files. Remove various dead code. Update to use regcache
9560 functionality.
9561 * gdbserver/remote-utils.c (fromhex): Add return statement
9562 to quiet warning.
9563 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9564 constant.
9565 (input_interrupt): Add integer parameter to match prototype
9566 of a signal handler.
9567 (outreg): Use register_data ().
9568 (prepare_resume_reply): Use gdbserver_expedite_regs.
9569 * gdbserver/server.c (main): Dynamically allocate own_buf because
9570 PBUFSIZ is no longer constant. Use registers_to_string () and
9571 registers_from_string ().
9572 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9573 for error (), fatal (), and warning (). Update definition of
9574 PBUFSIZ to use regcache functionality. Add include guard.
9575 * gdbserver/utils.c (fatal): Add missing ``const''.
9576 (warning): New function.
9577
9578 * regformats/regdat.sh: Include "regcache.h" in generated files.
9579 Provide init_registers () function.
9580 * regformats/regdef.h: Add prototype for set_register_cache ().
9581 Add include guard.
9582
9583 * gdbserver/linux-arm-low.c: New file.
9584 * gdbserver/linux-i386-low.c: New file.
9585 * gdbserver/linux-ia64-low.c: New file.
9586 * gdbserver/linux-m68k-low.c: New file.
9587 * gdbserver/linux-mips-low.c: New file.
9588 * gdbserver/linux-ppc-low.c: New file.
9589 * gdbserver/linux-sh-low.c: New file.
9590
9591 * gdbserver/regcache.c: New file.
9592 * gdbserver/regcache.h: New file.
9593
9594 * gdbserver/low-linux.c: Removed obsolete file.
9595
9596 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9597
9598 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9599 * config/i386/linux.mt: Likewise.
9600 * config/ia64/linux.mt: Likewise.
9601 * config/m68k/linux.mh: Likewise.
9602 * config/powerpc/linux.mh: Likewise.
9603 * config/mips/linux.mt: Likewise.
9604
9605 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9606
9607 * config/i386/i386lynx.mh: Mark gdbserver variables
9608 as (currently) obsolete for this target.
9609 * config/i386/nbsd.mt: Likewise.
9610 * config/i386/nbsdelf.mt: Likewise.
9611 * config/m32r/m32r.mt: Likewise.
9612 * config/m68k/m68klynx.mh: Likewise.
9613 * config/m68k/nbsd.mt: Likewise.
9614 * config/m68k/sun3os4.mh: Likewise.
9615 * config/mips/vr5000.mt: Likewise.
9616 * config/ns32k/nbsd.mt: Likewise.
9617 * config/pa/hppabsd.mh: Likewise.
9618 * config/pa/hppaosf.mh: Likewise.
9619 * config/powerpc/nbsd.mt: Likewise.
9620 * config/rs6000/rs6000lynx.mh: Likewise.
9621 * config/s390/s390.mt: Likewise.
9622 * config/s390/s390x.mt: Likewise.
9623 * config/sparc/sparclynx.mh: Likewise.
9624 * config/sparc/sun4os4.mh: Likewise.
9625 * config/i386/x86-64linux.mt: Likewise.
9626 * config/sparc/linux.mh: Likewise.
9627
9628 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9629
9630 * configure.tgt: Configure gdbserver only for known working
9631 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9632 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9633 SUBDIRS if it is configured. Update comment for ${nativefile}.
9634 * configure: Regenerated.
9635
9636 2002-02-13 Michael Snyder <msnyder@redhat.com>
9637
9638 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9639
9640 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9641 (default_gcore_mach): Just return 0, work around a problem in bfd.
9642 (default_gcore_target): OK to return NULL if exec_bfd is null.
9643 (make_mem_sec): Use a cast, avoid a warning.
9644
9645 * procfs.c (find_memory_regions_callback): Use a cast instead of
9646 calling host_pointer_to_address (which complains if
9647 sizeof (host pointer) != sizeof (target pointer)).
9648 (procfs_make_note_section): Avoid overflow in psargs string.
9649
9650 * procfs.c (procfs_make_note_section): Make the default
9651 implementation return an error.
9652
9653 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9654
9655 * procfs.c (procfs_make_note_section): Provide a default definition
9656 (for alpha-dec-osf4.0f). Fix typos.
9657
9658 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9659
9660 * linux-proc.c: Add include of regcache.h.
9661 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9662
9663 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9664
9665 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9666 * memattr.c (create_mem_region): Disallow useless empty region.
9667 Regions are half-open intervals, so allow [A..B) [B..C) as
9668 non-overlapping.
9669
9670 2002-02-13 Michael Chastain <mec@shout.net>
9671
9672 * defs.h: Kill CONST_PTR.
9673 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9674 * c-lang.c (c_builtin_types): Likewise.
9675 * ch-lang.c (ch_builtin_types): Likewise.
9676 * f-lang.c (f_builtin_types): Likewise.
9677 * language.c (unknown_builtin_types): Likewise.
9678 * m2-lang.c (m2_builtin_types): Likewise.
9679 * p-lang.c (pascal_builtin_types): Likewise.
9680 * scm-lang.c (c_builtin_types): Likewise.
9681
9682 2002-02-13 Keith Seitz <keiths@redhat.com>
9683
9684 * arm-tdep.h (arm_get_next_pc): Add declaration.
9685
9686 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9687
9688 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9689 with other related struct-returning functions.
9690 (arm_extract_struct_value_address): New function.
9691 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9692 initialize float_format, double_format and long_double_format as
9693 appropriate to the endianness of the target.
9694 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9695 (arm_use_struct_convention): Delete declaration.
9696 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9697
9698 2002-02-13 Keith Seitz <keiths@redhat.com>
9699
9700 * defs.h (core_addr_to_string_nz): New function.
9701
9702 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9703
9704 Apply missing bits of 2002-01-15 patch.
9705 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9706 (fill_fpregset): Use i387_fill_fsave.
9707
9708 2002-02-12 Keith Seitz <keiths@redhat.com>
9709
9710 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9711 (core_addr_to_string_nz): New function.
9712
9713 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9714
9715 * arm-linux-nat.c: Really include arm-tdep.h.
9716 * config/arm/tm-linux.h (struct type, struct value): Declare.
9717
9718 2002-02-11 Michael Snyder <msnyder@redhat.com>
9719
9720 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9721 (gcore section): Ifdef for Solaris and Unixware only.
9722 (procfs_do_thread_registers): Unixware needs one lwpstatus
9723 per thread (not one prstatus or pstatus).
9724 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9725 not over all gdb threads. For unixware, call elfcore_write_pstatus
9726 once before iterating over threads.
9727
9728 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9729
9730 * arm-tdep.h: New file.
9731 * arm-tdep.c: Include arm-tdep.h.
9732 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9733 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9734 (arm_print_float_info, arm_register_type, convert_to_extended)
9735 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9736 (arm_extract_return_value, arm_register_name): Make static.
9737 (arm_software_single_step): Similarly. Fix types in declaration.
9738 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9739 (arm_store_return_value, arm_store_struct_return): New functions.
9740 (arm_gdbarch_init): Register the above functions. Also register
9741 call_dummy_start_offset, sizeof_call_dummy_words,
9742 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9743 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9744 max_register_virtual_size, register_size. Set up
9745 prologue_cache.saved_regs here, rather than ...
9746 (_initialize_arm_tdep): ... here.
9747 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9748 declarations.
9749 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9750 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9751 (arm_print_float_info, arm_register_type, convert_to_extended)
9752 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9753 (arm_extract_return_value, arm_register_name): Delete declarations.
9754 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9755 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9756 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9757 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9758 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9759 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9760 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9761 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9762 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9763 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9764 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9765 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9766 interface.
9767 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9768 * remote-rdi.c remote-rdp.c: Likewise.
9769 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9770 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9771 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9772 definition.
9773
9774 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9775 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9776 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9777 from non-ARM_ prefixed definitions.
9778 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9779 all uses of above.
9780 * remote-rdi.c remote-rdp.c: Likewise.
9781 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9782
9783 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9784
9785 * arm-tdep.c (arm_frameless_function_invocation)
9786 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9787 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9788 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9789 (arm_pop_frame, arm_get_next_pc): Make static.
9790 (arm_gdbarch_init): Register above in gdbarch structure.
9791 (arm_read_fp): Renamed from arm_target_read_fp.
9792 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9793 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9794 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9795 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9796 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9797 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9798 (arm_pc_is_thumb_dummy): Delete declarations.
9799 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9800 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9801 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9802 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9803
9804 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9805
9806 * symtab.c (compare_search_syms): New function.
9807 (sort_search_symbols): New function.
9808 (search_symbols): Sort symbols after searching rather than
9809 before.
9810
9811 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9812
9813 * NEWS: Linux -> GNU/Linux.
9814
9815 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9816
9817 * gdbarch.sh: For for level one methods, disallow a definition
9818 when partially multi-arched. Add comments explaining rationale.
9819 * gdbarch.h: Re-generate.
9820
9821 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9822
9823 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9824 multi-arch partial.
9825
9826 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9829 field. Use diff -u.
9830 * gdbarch.c: Re-generate.
9831
9832 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9833
9834 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9835 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9836 partial.
9837
9838 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9839
9840 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9841 multi-arch partial.
9842 (PUSH_ARGUMENTS): Switch to using predefault.
9843 * gdbarch.c: Regenerate.
9844
9845 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9846
9847 * valops.c (PUSH_ARGUMENTS): Delete definition.
9848 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9849 partial. Default to default_push_arguments.
9850 * gdbarch.h, gdbarch.c: Regenerate.
9851
9852 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9853
9854 * defs.h (throw_exception): Rename return_to_top_level. Update
9855 comments.
9856 * utils.c (error_stream, internal_verror, quit): Ditto.
9857 * top.c (throw_exception, catcher): Ditto.
9858 * sparclet-rom.c (sparclet_load): Ditto.
9859 * remote.c (interrupt_query, minitelnet): Ditto.
9860 * remote-sds.c (interrupt_query): Ditto.
9861 * remote-mips.c (mips_error, mips_kill): Ditto.
9862 * ocd.c (interrupt_query): Ditto.
9863 * monitor.c (monitor_interrupt_query): Ditto.
9864 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9865 * target.h: Update comment.
9866
9867 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9868
9869 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9870
9871 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9872 default_double_format.
9873 * gdbarch.h, gdbarch.c: Re-generate.
9874 * findvar.c (floatformat_unknown): Delete variable definition.
9875 * doublest.h (floatformat_unknown): Delete variable declaration.
9876
9877 2002-02-09 Jim Blandy <jimb@redhat.com>
9878
9879 * stabsread.c (read_type): Add code to parse Sun's syntax for
9880 prototyped function types.
9881
9882 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9883
9884 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9885 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9886
9887 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9888
9889 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9890 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9891 now _initialize_xcoffsolib gets called again and overrides the
9892 commands from solib.c in a native configuration.
9893
9894 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9895
9896 * doublest.c (store_typed_floating): Don't try to return a value.
9897 Fixes PR gdb/290.
9898
9899 2002-02-08 Jim Blandy <jimb@redhat.com>
9900
9901 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9902 is prototyped and has no arguments, print its argument list as
9903 `(void)'.
9904
9905 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9906
9907 * MAINTAINERS (write-after-approval): Add myself.
9908 (paper-trail): I've escaped!
9909
9910 2002-02-08 Christopher Faylor <cgf@redhat.com>
9911
9912 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9913 changes.
9914 (_initialize_check_for_gdb_ini): Ditto.
9915
9916 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9917
9918 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9919 xaprintf -> xasprintf.
9920
9921 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9922
9923 * win32-nat.c: Remove use of printf and sprintf functions.
9924
9925 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9926
9927 * arm-tdep.c (arm_frame_chain_valid): Make static.
9928 (arm_push_arguments): Likewise.
9929 (arm_gdbarch_init): New function.
9930 (_initialize_arm_tdep): Call it.
9931 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9932 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9933 (FRAME_CHAIN_VALID): Delete.
9934 (arm_frame_chain_valid): Delete declaration.
9935 (PUSH_ARGUMENTS): Delete.
9936 (arm_push_arguments): Delete declaration.
9937 (CALL_DUMMY_P): Delete.
9938
9939 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9940 Corinna Vinschen <vinschen@redhat.com>
9941
9942 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9943 on builtin float types.
9944
9945 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9946
9947 * utils.c: Include <curses.h> before "bfd.h".
9948 * tui/tui-hooks.c: Likewise.
9949 * tui/tui.c: Likewise.
9950 * tui/tuiCommand.c: Likewise.
9951 * tui/tuiData.c: Likewise.
9952 * tui/tuiDataWin.c: Likewise.
9953 * tui/tuiDisassem.c: Likewise.
9954 * tui/tuiGeneralWin.c: Likewise.
9955 * tui/tuiIO.c: Likewise.
9956 * tui/tuiLayout.c: Likewise.
9957 * tui/tuiRegs.c: Likewise.
9958 * tui/tuiSource.c: Likewise.
9959 * tui/tuiSourceWin.c: Likewise.
9960 * tui/tuiStack.c: Likewise.
9961 * tui/tuiWin.c: Likewise.
9962
9963 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9964
9965 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9966 to include space for pseudoregs as well. Update loops accordingly.
9967 (sh_fp_frame_init_saved_regs): Ditto.
9968 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9969
9970 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9971
9972 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9973 Add Richard Earnshaw to Arm maintainers.
9974
9975 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9976
9977 * defs.h (warning_begin): Delete declaration.
9978
9979 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9980 Delete macro.
9981
9982 2002-02-07 Michael Snyder <msnyder@redhat.com>
9983
9984 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9985 Logic bug, remove misplaced else.
9986
9987 2002-02-07 Klee Dienes <klee@apple.com>
9988
9989 * fork-inferior.c (fork_inferior): Add '!' to the list of
9990 characters that need to be quoted when building a string for the
9991 shell. Quote '!' specifically with a backslash, since CSH chokes
9992 when trying to evaluate "str!str".
9993
9994 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9995
9996 * rdi-share/host.h: Only provide a typedef for bool if it is not
9997 defined.
9998
9999 2002-02-04 Michael Snyder <msnyder@redhat.com>
10000
10001 * breakpoint.h (enum bptype): Add new overlay event bp type.
10002 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10003
10004 * breakpoint.c (create_internal_breakpoint): New function.
10005 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10006 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10007 (create_thread_event_breakpoint): Ditto.
10008 (create_solib_event_breakpoint): Ditto.
10009 (create_overlay_event_breakpoint): New function.
10010 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10011 (update_breakpoints_after_exec): Delete and re-initialize
10012 overlay event breakpoints after an exec. Add FIXME comment
10013 about longjmp breakpoint.
10014 (print_it_typical): Ignore overlay event breakpoints.
10015 (print_one_breakpoint): Ditto.
10016 (mention): Ditto.
10017 (bpstat_what): Do not stop for overlay event breakpoints.
10018 (delete_breakpoint): Don't delete overlay event breakpoints.
10019 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10020 (breakpoint_re_set): Re-create overlay event breakpoint.
10021
10022 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10023 (overlay_manual_command): Disable overlay breakpoints.
10024 (overlay_off_command): Disable overlay breakpoints.
10025
10026 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10027
10028 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10029 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10030 to here from config/tm-arm.h.
10031 (coff_sym_is_thumb): Make static.
10032 (arm_elf_make_msymbol_special): New function.
10033 (arm_coff_make_msymbol_special): New function.
10034 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10035 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10036 (coff_sym_is_thumb): Delete declaration.
10037 (arm_elf_make_msymbol_special): Declare.
10038 (arm_coff_make_msymbol_special): Declare.
10039 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10040 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10041
10042 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10043
10044 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10045
10046 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10047
10048 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10049 * gdbarch.c gdbarch.h: Regenerate.
10050 * arch-utils.c (default_print_float_info): New function.
10051 * arch-utils.h (default_print_float_info): Prototype it.
10052 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10053 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10054 (PRINT_FLOAT_INFO): Document it.
10055
10056 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10057 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10058 (PRINT_FLOAT_INFO): Define.
10059
10060 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10061
10062 * win32-nat.c (_initialize_check_for_gdb_ini):
10063 Add typecast to sprintf argument to suppress a warning.
10064
10065 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10066
10067 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10068 to allow easier handling of pass state.
10069 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10070 that gives exception name and address.
10071 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10072 and set last_sig value to ourstatus->value.sig. Some missing
10073 exceptions added.
10074 (child_continue): Correctly report continue_status.
10075 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10076 TARGET_SIGNAL_0 (new default value).
10077 (child_resume): consider sig argument passed to decide if
10078 the exception should be passed to debuggee or not.
10079
10080 2002-02-05 Michael Snyder <msnyder@redhat.com>
10081
10082 * regcache.c (fetch_register): Call target_fetch_register
10083 only if we don't call FETCH_PSEUDO_REGISTER.
10084 (store_register): Call target_store_register only if we
10085 don't call STORE_PSEUDO_REGISTER.
10086
10087 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10088
10089 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10090 ELF_MAKE_MSYMBOL_SPECIAL.
10091 * gdbarch.c, gdbarch.h: Regenerate.
10092 * arch-utils.c (default_make_msymbol_special): New function.
10093 * arch-utils.h (default_make_msymbol_special): Export.
10094 * elfread.c (elf_symtab_read): Compile use of
10095 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10096 multiarched.
10097 * coffread.c (coff_symtab_read): Ditto, for
10098 COFF_MAKE_MSYMBOL_SPECIAL.
10099
10100 2002-02-05 Jim Blandy <jimb@redhat.com>
10101
10102 * solib-svr4.c (svr4_truncate_ptr): New function.
10103 (svr4_relocate_section_addresses): Do the address arithmetic with
10104 the appropriate truncation for target addresses, even when
10105 CORE_ADDR is larger than a target address.
10106
10107 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10108
10109 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10110 to (int *).
10111
10112 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10113
10114 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10115 code.
10116
10117 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10118
10119 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10120
10121 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10122
10123 * gdbserver/linux-low.c: Remove unused include files.
10124
10125 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10128 (read_inferior_memory): Use it.
10129 (write_inferior_memory): Likewise.
10130
10131 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10134 grubbing through sys_errlist.
10135
10136 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10137
10138 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10139
10140 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10141 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10142
10143 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10144
10145 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10146 (do_sfunc, set_cmd_sfunc): New functions.
10147
10148 * command.h (struct cmd_list_element): Add field func.
10149 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10150 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10151 * cli/cli-decode.h: Ditto.
10152
10153 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10154 (help_all, help_cmd_list): Ditto.
10155 (find_cmd, complete_on_cmdlist): Ditto.
10156 * top.c (execute_command): Ditto.
10157
10158 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10159 function.sfunc.
10160
10161 * infcmd.c (notice_args_read): Fix function signature.
10162
10163 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10164 * cli/cli-decode.c (add_set_cmd): Ditto.
10165 * utils.c (initialize_utils): Ditto.
10166 * maint.c (_initialize_maint_cmds): Ditto.
10167 * infrun.c (_initialize_infrun): Ditto.
10168 * demangle.c (_initialize_demangler): Ditto.
10169 * remote.c (add_packet_config_cmd): Ditto.
10170 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10171 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10172 * proc-api.c (_initialize_proc_api): Ditto.
10173 * kod.c (_initialize_kod): Ditto.
10174 * valprint.c (_initialize_valprint): Ditto.
10175 * top.c (init_main): Ditto.
10176 * infcmd.c (_initialize_infcmd): Ditto.
10177 * corefile.c (_initialize_core): Ditto.
10178 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10179 * arch-utils.c (initialize_current_architecture): Ditto.
10180 (_initialize_gdbarch_utils): Ditto.
10181 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10182
10183 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10184 * wince.c (_initialize_inftarg): Ditto.
10185 * symfile.c (_initialize_symfile): Ditto.
10186 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10187 * language.c (_initialize_language): Ditto.
10188 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10189
10190 2002-02-04 Michael Snyder <msnyder@redhat.com>
10191
10192 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10193
10194 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10195
10196 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10197 Add rules for building the register data files.
10198
10199 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * regformats/regdat.sh: Add braces to the definition of
10202 expedite_regs_${arch}.
10203
10204 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10205
10206 * regformats/regdef.h (struct reg): Add comment describing the
10207 requirements for offset and size fields.
10208
10209 2002-02-04 Andreas Schwab <schwab@suse.de>
10210
10211 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10212 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10213
10214 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10215
10216 * gdbarch.sh (copyright): Update years in generated header.
10217 (SMASH_TEXT_ADDRESS): Add rule.
10218 * gdbarch.h, gdbarch.c: Re-generate.
10219 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10220 * dbxread.c: Likewise.
10221 * dwarfread.c: Likewise.
10222 * elfread.c: Likewise.
10223 * somread.c: Likewise.
10224
10225 * arm-tdep.c (arm_smash_text_address): New function.
10226 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10227
10228 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10229
10230 Add support for hardware watchpoints on win32 native.
10231 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10232 CONTEXT_DEBUG_REGISTERS.
10233 (dr variable): New variable. Static array containing a local copy
10234 of debug registers.
10235 (debug_registers_changed): New variable. Reflects when debug registers
10236 are changed and need to be written to inferior.
10237 (debug_registers_used): New variable. Reflects when any debug register
10238 was set, used when new threads are created.
10239 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10240 i386-nat code.
10241 (thread_rec): Set dr array if id is the thread of current_event .
10242 (child_continue, child_resume): Change the debug registers for all
10243 threads if debug_registers_changed.
10244 (child_add_thread): Change the debug registers if debug_registers_used.
10245 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10246 Link nm.h to new nm-cygwin.h file.
10247 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10248 of hardware registers.
10249
10250 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10251
10252 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10253 Restore behavour broken by 2002-01-20 Andrew Cagney
10254 <ac131313@redhat.com> IEEE_FLOAT removal.
10255
10256 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10257
10258 * c-valprint.c (c_val_print): Pass a proper valaddr to
10259 cp_print_class_method.
10260 * valops.c (search_struct_method): If there is only one method
10261 and args is NULL, return that method.
10262
10263 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10264
10265 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10266 accessing tag_name directly.
10267
10268 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10271 of accessing tag_name directly.
10272
10273 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10274
10275 PR gdb/280
10276 * gdbtypes.c (replace_type): New function.
10277 * gdbtypes.h (replace_type): Add prototype.
10278 * stabsread.c (read_type): Use replace_type.
10279
10280 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10281
10282 * Makefile.in (memattr.o): Add missing dependencies rule.
10283
10284 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10285
10286 * breakpoint.c (break_at_finish_command): Really export.
10287 (break_at_finish_at_depth_command): Ditto.
10288 (tbreak_at_finish_command): Ditto.
10289 * hppa-tdep.c: Include completer.h.
10290 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10291 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10292
10293 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10294
10295 * utils.c (do_write): New function.
10296 (error_stream): Rewrite combining the code from error_begin and
10297 verror.
10298 (verror): Rewrite using error_stream.
10299 (error_begin): Delete function.
10300
10301 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10302
10303 * utils.c (error_begin): Make static.
10304 * defs.h (error_begin): Delete declaration.
10305
10306 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10307 (decode_line_1): Use cplusplus_error instead of error_begin,
10308 cplusplus_hint and return_to_top_level.
10309 * coffread.c (coff_symfile_read): Use error instead of error_begin
10310 and return_to_top_level.
10311 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10312
10313 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10314
10315 * language.h (type_error, range_error): Make string parameter
10316 constant.
10317 * language.c (warning_pre_print): Delete extern declaration.
10318 * dwarfread.c (warning_pre_print): Ditto.
10319 * language.c (type_error, range_error): Rewrite to use verror and
10320 vwarning instead of warning_begin.
10321
10322 2002-02-01 Michael Snyder <msnyder@redhat.com>
10323
10324 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10325 (set_ignore_count): Move misplaced comment back where it belongs.
10326
10327 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10328
10329 * command.h (NO_FUNCTION): Delete macro.
10330 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10331 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10332 * tracepoint.c (_initialize_tracepoint): Ditto.
10333 * cli/cli-decode.c (add_set_cmd): Ditto.
10334 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10335
10336 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10339 Update ``this'' pointer when calling virtual functions.
10340
10341 2002-02-01 Michael Snyder <msnyder@redhat.com>
10342
10343 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10344 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10345
10346 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10347
10348 * regformats/reg-arm.dat: New file.
10349 * regformats/reg-i386.dat: New file.
10350 * regformats/reg-ia64.dat: New file.
10351 * regformats/reg-m68k.dat: New file.
10352 * regformats/reg-mips.dat: New file.
10353 * regformats/reg-ppc.dat: New file.
10354 * regformats/reg-sh.dat: New file.
10355 * regformats/regdef.h: New file.
10356 * regformats/regdat.sh: New file.
10357
10358 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10359
10360 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10361 (arm_frame_args_address, arm_frame_locals_address): New functions.
10362 (arm_frame_num_args): New function.
10363 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10364 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10365 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10366
10367 2002-01-31 Michael Snyder <msnyder@redhat.com>
10368
10369 * breakpoint.c (break_at_finish_command): Export.
10370 (break_at_finish_at_depth_command): Export.
10371 (tbreak_at_finish_command): Export.
10372 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10373 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10374 "tbreak" commands, which are HPPA specific.
10375
10376 * printcmd.c (disassemble_command): Remove an ancient
10377 artifact of an old merge.
10378
10379 * symfile.h (enum overlay_debugging_state):
10380 Define enum constant values for overlay mode.
10381 * symfile.c (overlay_debugging): Use enums instead of literals.
10382 (overlay_is_mapped, overlay_auto_command,
10383 overlay_manual_command): Ditto.
10384
10385 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10386 breakpoint_here_p, breakpoint_inserted_here_p,
10387 breakpoint_thread_match, bpstat_stop_status,
10388 describe_other_breakpoints, check_duplicates, clear_command):
10389 Coding standard fixes.
10390
10391 * target.c (target_xfer_memory): Add spaces, coding standard.
10392 (do_xfer_memory): Add missing line to trust-readonly
10393 code: check bfd SEC_READONLY flag for section.
10394
10395 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10396
10397 * PROBLEMS: Fix typo, 5.1->5.1.1.
10398
10399 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10400
10401 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10402 data symbols, since we search based on textlow and texthigh.
10403 (find_pc_sect_symtab): Likewise.
10404
10405 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10406
10407 * defs.h (vwarning): Declare.
10408 * utils.c (vwarning): New function.
10409 (warning): Call vwarning.
10410 (warning_begin): Delete function.
10411
10412 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10413 the warning message.
10414 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10415 warning_begin.
10416
10417 2002-01-30 Michael Snyder <msnyder@redhat.com>
10418
10419 * NEWS: Mention "set trust-readonly-sections" command.
10420 Mention generate-core-file command.
10421
10422 2002-01-15 Michael Snyder <msnyder@redhat.com>
10423
10424 * target.c: New command, "set trust-readonly-sections on".
10425 (do_xfer_memory): Honor the suggestion to trust readonly sections
10426 by reading them from the object file instead of from the target.
10427 (initialize_targets): Register command "set trust-readonly-sections".
10428
10429 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10430
10431 * parse.c (target_map_name_to_register): Simplify, search regs and
10432 pseudo-regs using a single loop.
10433
10434 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10435
10436 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10437
10438 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10439
10440 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10441 * config/i386/i386v42mp.mh: Add i387-nat.o .
10442 * i386v4-nat.c: Include i387-nat.h.
10443 (supply_fpregset): Use i387_supply_fsave.
10444 (fill_fpregset): Use i387_fill_fsave.
10445
10446 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10447
10448 * arm-tdep.c (arm_call_dummy_words): Define.
10449 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10450 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10451 (CALL_DUMMY_WORDS): Define.
10452 (arm_call_dummy_words): Declare.
10453 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10454 (arm_linux_call_dummy_words): Declare.
10455
10456 2002-01-30 Andreas Schwab <schwab@suse.de>
10457
10458 * m68klinux-nat.c: Fix last change to use regcache_collect
10459 instead of referencing registers[] directly.
10460
10461 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10462
10463 * parse.c (target_map_name_to_register): Delete code wrapped in
10464 #ifdef REGISTER_NAME_ALIAS_HOOK.
10465
10466 2002-01-28 Michael Snyder <msnyder@redhat.com>
10467
10468 * regcache.c (legacy_read_register_gen): Need to be able to
10469 read pseudo-register as well as real register.
10470 (legacy_write_register_gen): Ditto.
10471
10472 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10473
10474 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10475 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10476 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10477 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10478 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10479 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10480 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10481 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10482 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10483 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10484 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10485 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10486 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10487 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10488 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10489 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10490 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10491 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10492 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10493 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10494
10495 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10496
10497 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10498 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10499 (initialize_current_architecture): Update target_byte_order using
10500 information from BFD.
10501 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10502 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10503
10504 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10505
10506 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10507 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10508
10509 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10510 #ifdef INVALID_FLOAT.
10511 * infcmd.c (do_registers_info): Ditto.
10512 * values.c (unpack_double): Ditto. Add comment.
10513
10514 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10515 already commented out.
10516
10517 2002-01-26 Andreas Schwab <schwab@suse.de>
10518
10519 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10520 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10521 registers and add support for PTRACE_GETREGS.
10522
10523 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10524
10525 GDB 5.1.1 released from 5.1 branch.
10526 * NEWS: Add 5.1.1 news.
10527 * README: Sync with 5.1 branch.
10528
10529 2002-01-23 Fred Fish <fnf@redhat.com>
10530
10531 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10532 stabstring on initial malloc. Reallocing will copy it for us,
10533 if necessary.
10534
10535 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10536
10537 * Makefile.in (hpread_h): Delete.
10538 (HFILES_NO_SRCDIR): Remove hpread.h.
10539 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10540 (hpread.o): Update dependencies.
10541 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10542
10543 * hp-psymtab-read.c: Remove file.
10544 * hp-symtab-read.c: Remove file.
10545 * hpread.h: Remove file.
10546
10547 * hpread.c: Merge all contents of hp-psymtab-read.c,
10548 hp-symtab-read.c and hpread.h into this file, as it was prior to
10549 January 1999.
10550
10551 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10552 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10553 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10554 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10555
10556 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10557
10558 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10559 fill_gregset): Call gdbarch_tdep() just once, assign result to
10560 variable and use that, instead of calling the function several
10561 times.
10562
10563 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10564
10565 * configure.host: Accept sparcv9 as alias for sparc64.
10566 * configure.tgt: Likewise.
10567
10568 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10569
10570 * solib-aix5.c (build_so_list_from_mapfile)
10571 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10572 arguments is not reversed.
10573 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10574 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10575
10576 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10577
10578 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10579 modified version of obsolete sh_fetch_pseudo_register.
10580 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10581 (sh4_register_read): New function.
10582 (sh_pseudo_register_write): New function. Renamed and modified
10583 version of obsolete sh_store_pseudo_register.
10584 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10585 (sh4_register_write): New function.
10586 (sh_gdbarch_init): Remove setting of gdbarch function
10587 fetch_pseudo_register and store_pseudo_register. Remove setting of
10588 register_convert_to_raw, register_convert_to_virtual,
10589 register_convertible.
10590 (sh_sh4_register_convertible): Delete. No longer needed. All is
10591 taken care by architecture specific functions
10592 register_read/register_write.
10593 (sh_sh4_register_convert_to_virtual): Make static.
10594 (sh_sh4_register_convert_to_raw): Ditto.
10595
10596 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10597
10598 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10599 (floatformat_is_nan, floatformat_mantissa): Ditto.
10600
10601 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10602 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10603 builtin_type_ieee_double_little,
10604 builtin_type_ieee_double_littlebyte_bigword,
10605 builtin_type_m68881_ext, builtin_type_i960_ext,
10606 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10607 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10608 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10609 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10610
10611 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10612
10613 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10614 parameter. Set frameless flag if it exists and depended of
10615 whether the scanned function is frameless or not.
10616 (xstormy16_skip_prologue): If function is frameless, return
10617 result of xstormy16_scan_prologue().
10618 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10619 call.
10620
10621 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10622
10623 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10624 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10625 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10626 sh_sh4_register_byte, sh_sh4_register_raw_size,
10627 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10628 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10629 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10630 sh_store_pseudo_register, sh_do_pseudo_register): Call
10631 gdbarch_tdep() just once, assign result to variable and use that,
10632 instead of calling the function several times.
10633
10634 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10635
10636 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10637 macros instead of LAST_FPU_CTRL_REGNUM.
10638 (store_register): Likewise.
10639
10640 2002-01-21 Jim Blandy <jimb@redhat.com>
10641
10642 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10643 is up-to-date before running the program, not just when a program
10644 exits.
10645
10646 2002-01-21 Fred Fish <fnf@redhat.com>
10647
10648 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10649 when we have found all instructions we are looking for.
10650
10651 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10652
10653 * arm-tdep.c (arm_register_name): New function.
10654 (arm_registers_names): Make static.
10655 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10656 (arm_register_name): Declare.
10657 (REGISTER_NAME): Use it.
10658
10659 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10660 Kevin Buettner <kevinb@redhat.com>
10661
10662 Convert arm targets to new FRAME interface.
10663 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10664 (arm_frame_find_save_regs): Delete.
10665 (arm_frame_init_saved_regs): New.
10666 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10667 Allocate extra_info as required. Convert all uses of fsr.regs
10668 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10669 to use extra_info.
10670 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10671 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10672 (check_prologue_cache, save_prologue_cache): Likewise.
10673 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10674 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10675 (FRAME_FIND_SAVED_REGS): Delete.
10676 (arm_frame_find_saved_regs): Delete prototype.
10677 (arm_frame_init_saved_regs): New prototype.
10678 (FRAME_INIT_SAVED_REGS): Define.
10679
10680 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10681
10682 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10683
10684 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10685
10686 From Jeff Law <law@redhat.com>:
10687 * infttrace.c: Include <sys/pstat.h>.
10688 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10689 exec file if the ttrace equivalent fails.
10690
10691 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10692
10693 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10694 (closeLogFile): Ditto.
10695
10696 2002-01-20 Michael Chastain <mec@shout.net>
10697
10698 * top.c (print_gdb_version): Bump copyright year to 2002.
10699
10700 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10701
10702 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10703 Zannoni and Eli Zaretskii.
10704
10705 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10706
10707 * buildsym.c: Update copyright years.
10708 * c-typeprint.c: Likewise.
10709 * dwarf2read.c: Likewise.
10710 * f-typeprint.c: Likewise.
10711 * gdbtypes.c: Likewise.
10712 * gdbtypes.h: Likewise.
10713 * hp-symtab-read.c: Likewise.
10714 * hpread.c: Likewise.
10715 * mdebugread.c: Likewise.
10716 * p-typeprint.c: Likewise.
10717
10718 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10719
10720 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10721 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10722 byte-order selectable.
10723 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10724 * arch-utils.c: Ditto.
10725 (set_endian): Ditto.
10726 (set_endian_from_file): Ditto.
10727 * gdbserver/low-sim.c (create_inferior): Ditto.
10728 * gdbarch.sh: Ditto.
10729 * gdbarch.h: Re-generate.
10730 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10731 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10732 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10733 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10734 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10735 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10736 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10737 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10738 macro definition.
10739 * config/mips/tm-wince.h: Remove #undef of macro
10740 TARGET_BYTE_ORDER_SELECTABLE.
10741 * config/sh/tm-wince.h: Ditto.
10742
10743 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10744
10745 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10746 member function fields. Add accessor macro
10747 TYPE_FN_FIELD_ARTIFICIAL.
10748 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10749 * c-typeprint.c (c_type_print_base): Skip artificial member
10750 functions.
10751
10752 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10753
10754 * f-typeprint.c: Delete unused function f_type_print_args.
10755 * p-typeprint.c: Delete unused function pascal_type_print_args.
10756
10757 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10758
10759 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10760 comment. Add ``artificial'' to ``union field_location''.
10761
10762 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10763
10764 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10765 * mdebugread.c (parse_symbol): Likewise.
10766 * stabsread.c (define_symbol): Likewise.
10767 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10768 initializing TYPE_FIELD_BITPOS to n (obsolete).
10769 (hpread_doc_function_type): Likewise.
10770 * hpread.c (hpread_function_type): Likewise.
10771
10772 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10773
10774 * configure.in (host_makefile_frag): Only require a host makefile
10775 fragment when a native build.
10776 * configure: Re-generate.
10777
10778 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10779
10780 * doublest.h (floatformat_from_type): Declare.
10781 * doublest.c (floatformat_from_type): New function.
10782 (convert_typed_floating): Use.
10783
10784 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10785 call to function floatformat_from_type.
10786
10787 * gdbarch.sh (IEEE_FLOAT): Delete.
10788 * gdbarch.h, gdbarch.c: Re-generate.
10789 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10790 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10791 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10792 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10793 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10794 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10795 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10796 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10797 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10798 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10799 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10800 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10801
10802 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10803 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10804 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10805 * sh-tdep.c (sh_gdbarch_init): Ditto.
10806 * mips-tdep.c (mips_gdbarch_init): Ditto.
10807 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10808 * cris-tdep.c (cris_gdbarch_init): Ditto.
10809
10810 2002-01-20 Jiri Smid <smid@suse.cz>
10811
10812 * configure.host, configure.tgt: Support x86-64.
10813 * NEWS: Note new target x86-64.
10814
10815 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10816 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10817 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10818 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10819 x86-64-linux-nat.o): Fix dependencies.
10820
10821 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10822
10823 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10824 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10825 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10826 * config/sparc/xm-sun4os4.h: Delete file.
10827 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10828
10829 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10830
10831 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10832 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10833 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10834 * config/i386/i386lynx.mh (XM_FILE): Delete.
10835 * config/rs6000/xm-rs6000ly.h: Delete file.
10836 * config/sparc/xm-sparclynx.h: Delete file.
10837 * config/m68k/xm-m68klynx.h: Delete file.
10838 * config/i386/xm-i386lynx.h: Delete file.
10839 * config/xm-lynx.h: Delete file.
10840 * config/djgpp/fnchange.lst: Update.
10841
10842 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10843
10844 * alpha-tdep.c (alpha_register_byte): New function.
10845 (alpha_register_raw_size): Ditto.
10846 (alpha_register_virtual_size): Ditto.
10847 (alpha_skip_prologue_internal): Renamed from
10848 alpha_skip_prologue.
10849 (alpha_skip_prologue): New version that calls
10850 alpha_skip_prologue_internal.
10851 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10852 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10853 second argument from alpha_skip_prologue.
10854 (REGISTER_BYTE): Use alpha_register_byte.
10855 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10856 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10857 (FRAMELESS_FUNCTION_INVOCATION): Use
10858 generic_frameless_function_invocation_not.
10859 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10860 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10861
10862 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10863
10864 * config/mips/xm-news-mips.h: Delete file.
10865 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10866
10867 * config/m88k/xm-m88k.h: Delete file.
10868 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10869 * config/m88k/xm-delta88v4.h: Ditto.
10870 * config/m88k/xm-delta88.h: Ditto.
10871
10872 * config/alpha/xm-fbsd.h: Delete file.
10873 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10874
10875 * config/sparc/xm-sparc.h: Delete file.
10876 * Makefile.in (xm-sun4os4.h): Delete dependency.
10877 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10878 * config/sparc/xm-sun4os4.h: Ditto.
10879 * config/sparc/xm-linux.h: Ditto.
10880
10881 * config/i386/xm-windows.h: Delete file.
10882
10883 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10884
10885 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10886 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10887
10888 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10889
10890 * alpha-tdep.c (alpha_call_dummy_words): New.
10891 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10892 (CALL_DUMMY_P): Define.
10893 (CALL_DUMMY_WORDS): Define.
10894 (SIZEOF_CALL_DUMMY_WORDS): Define.
10895
10896 2002-01-19 Per Bothner <per@bothner.com>
10897
10898 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10899 isn't NULL, which can happen with some gcj-3.x-produced code.
10900
10901 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10902
10903 * alpha-tdep.c (alpha_register_virtual_type): New function.
10904 (alpha_init_frame_pc_first): Ditto.
10905 (alpha_fix_call_dummy): Ditto.
10906 (alpha_store_struct_return): Ditto.
10907 (alpha_extract_struct_value_address): Ditto.
10908 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10909 alpha_register_virtual_type.
10910 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10911 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10912 alpha_extract_struct_value_address.
10913 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10914 (INIT_FRAME_PC): Use init_frame_pc_noop.
10915 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10916
10917 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10918
10919 * i386gnu-nat.c: Include "i386-tdep.h".
10920 (fetch_fpregs): Simplify code dealing with uninitialized floating
10921 point states such that it doesn't require FP7_REGNUM.
10922
10923 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10924
10925 * alpha-tdep.c (frame_extra_info): New.
10926 (alpha_find_saved_regs): Make static. Use
10927 frame->extra_info.
10928 (alpha_frame_init_saved_regs): New function.
10929 (alpha_frame_saved_pc): Use frame->extra_info.
10930 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10931 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10932 (init_extra_frame_info): Rename to...
10933 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10934 (alpha_print_extra_frame_info): New function.
10935 (alpha_frame_locals_address): Ditto.
10936 (alpha_frame_args_address): Ditto.
10937 (alpha_pop_frame): Use frame->extra_info.
10938 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10939 alpha_frame_args_address.
10940 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10941 (alpha_find_saved_regs): Remove prototype.
10942 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10943 (EXTRA_FRAME_INFO): Remove.
10944 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10945 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10946
10947 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10948
10949 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10950 (alpha_cannot_fetch_register): Ditto.
10951 (alpha_cannot_store_register): Ditto.
10952 (alpha_register_convertible): Ditto.
10953 (alpha_use_struct_convention): Ditto.
10954 * config/alpha/tm-alpha.h: Update copyright years.
10955 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10956 (INNER_THAN): Use core_addr_lessthan.
10957 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10958 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10959 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10960 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10961 (FRAME_CHAIN): Remove unnecessary cast.
10962
10963 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10964
10965 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10966 obsolete.
10967
10968 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10969
10970 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10971 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10972 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10973 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10974 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10975 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10976 * x86-64-linux-nat.c: Ditto.
10977
10978 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10979
10980 * alpha-tdep.c (alpha_register_name): New function.
10981 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10982 (REGISTER_NAME): Define.
10983
10984 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10985
10986 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10987
10988 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10989
10990 * alpha-tdep.c: Update copyright years.
10991 (alpha_next_pc): New function.
10992 (alpha_software_single_step): Ditto.
10993 * config/alpha/tm-alpha.h: Add prototype for
10994 alpha_software_single_step.
10995
10996 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10997
10998 * alphabsd-nat.c: Update copyright years.
10999 (fill_gregset): Use regcache_collect.
11000 (fill_fpregset): Likewise.
11001 (fetch_inferior_registers): Only fetch integer registers
11002 if requested to do so.
11003 (store_inferior_registers): Only store integer registers
11004 if requested to do so.
11005
11006 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11007
11008 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11009 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11010 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11011 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11012 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11013 * config/arm/linux.mh (XDEPFILES): Delete.
11014 * config/arm/nbsd.mh (XDEPFILES): Delete.
11015 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11016 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11017 * config/i386/i386m3.mh (XDEPFILES): Delete.
11018 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11019 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11020 * config/i386/fbsd.mh (XDEPFILES): Delete.
11021 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11022 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11023 * config/i386/i386v4.mh (XDEPFILES): Delete.
11024 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11025 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11026 * config/i386/i386aix.mh (XDEPFILES): Delete.
11027 * config/i386/go32.mh (XDEPFILES): Delete.
11028 * config/i386/cygwin.mh (XDEPFILES): Delete.
11029 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11030 * config/i386/i386mach.mh (XDEPFILES): Delete.
11031 * config/i386/i386v32.mh (XDEPFILES): Delete.
11032 * config/i386/linux.mh (XDEPFILES): Delete.
11033 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11034 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11035 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11036 * config/i386/i386sco.mh (XDEPFILES): Delete.
11037 * config/i386/i386v.mh (XDEPFILES): Delete.
11038 * config/i386/nbsd.mh (XDEPFILES): Delete.
11039 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11040 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11041 * config/i386/symmetry.mh (XDEPFILES): Delete.
11042 * config/i386/obsd.mh (XDEPFILES): Delete.
11043 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11044 * config/ia64/linux.mh (XDEPFILES): Delete.
11045 * config/ia64/aix.mh (XDEPFILES): Delete.
11046 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11047 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11048 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11049 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11050 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11051 * config/m68k/linux.mh (XDEPFILES): Delete.
11052 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11053 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11054 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11055 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11056 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11057 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11058 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11059 * config/m88k/delta88.mh (XDEPFILES): Delete.
11060 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11061 * config/m88k/m88k.mh (XDEPFILES): Delete.
11062 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11063 * config/mips/linux.mh (XDEPFILES): Delete.
11064 * config/mips/irix6.mh (XDEPFILES): Delete.
11065 * config/mips/irix5.mh (XDEPFILES): Delete.
11066 * config/mips/irix4.mh (XDEPFILES): Delete.
11067 * config/mips/irix3.mh (XDEPFILES): Delete.
11068 * config/mips/decstation.mh (XDEPFILES): Delete.
11069 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11070 (NATDEPFILES): Move core-aout.o to here.
11071 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11072 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11073 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11074 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11075 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11076 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11077 * config/pa/hpux11.mh (XDEPFILES): Delete.
11078 * config/powerpc/aix.mh (XDEPFILES): Delete.
11079 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11080 * config/powerpc/linux.mh (XDEPFILES): Delete.
11081 * config/romp/rtbsd.mh: Rename XDEPFILES.
11082 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11083 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11084 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11085 * config/s390/s390.mh (XDEPFILES): Delete.
11086 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11087 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11088 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11089 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11090 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11091 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11092 * config/sparc/linux.mh (XDEPFILES): Delete.
11093 * config/vax/vaxult.mh (XDEPFILES): Delete.
11094 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11095 * Makefile.in (DEPFILES): Remove XDEPFILES.
11096
11097 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11098
11099 * utils.c (internal_verror): Fix comments, default is yes not no.
11100 Update queries to match. Default to quit and dump core.
11101
11102 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11103
11104 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11105 copyright.
11106 * defs.h, event-top.c, gdbcmd.h: Ditto.
11107 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11108 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11109 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11110 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11111 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11112 * mi/mi-main.c:Ditto.
11113
11114 * stack.c, symfile.c: Update copyright.
11115
11116 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11117
11118 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11119 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11120 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11121 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11122
11123 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11124
11125 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11126 * gdbserver/low-lynx.c (myattach): Likewise.
11127 * gdbserver/low-nbsd.c (myattach): Likewise.
11128 * gdbserver/low-sim.c (myattach): Likewise.
11129 * gdbserver/low-sparc.c (myattach): Likewise.
11130 * gdbserver/low-sun3.c (myattach): Likewise.
11131
11132 * gdbserver/low-linux.c (myattach): New function.
11133
11134 * gdbserver/server.c (attach_inferior): New function.
11135 (main): Handle "--attach".
11136
11137 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11138
11139 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11140 maintainer.
11141
11142 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11143
11144 * c-typeprint.c (is_type_conversion_operator): Add additional
11145 check for non-conversion operators.
11146
11147 2002-01-15 Michael Snyder <msnyder@redhat.com>
11148
11149 * linux-proc.c: Add "info proc" command, a la procfs.c.
11150 (read_mapping): New function, abstract and re-use code.
11151 (linux_find_memory_regions): Use new func read_mapping.
11152 (linux_info_proc_cmd): New function, implement "info proc".
11153 (_initialize_linux_proc): Add new command "info proc".
11154
11155 2002-01-15 Michael Snyder <msnyder@redhat.com>
11156
11157 * symfile.c (generic_load): Use bfd_map_over_sections method
11158 instead of manipulating bfd structure members directly.
11159 (add_section_size_callback): New function, bfd sections callback
11160 used by generic_load.
11161 (load_sections_callback): New function, bfd sections callback
11162 used by generic_load.
11163
11164 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11165
11166 [Based on work by Jim Blandy]
11167 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11168 (builtin_type_vec128): Export.
11169 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11170 types.
11171 (builtin_type_vec128): New builtin type for 128 bit vector
11172 registers.
11173 (build_gdbtypes): Initialize builtin_type_v16qi and
11174 builtin_type_v8hi. Create the vec128 register builtin type
11175 structure.
11176 (build_builtin_type_vec128): New function.
11177 (_initialize_gdbtypes): Register builtin_type_v16qi and
11178 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11179 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11180 AltiVec register to new builtin type.
11181
11182 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11183
11184 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11185 to make_cv_type.
11186
11187 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11188
11189 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11190 CLEAN_UP_REGISTER_VALUE.
11191 * regcache.c (supply_register): Update only call.
11192
11193 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11194
11195 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11196 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11197 a29k-*-vxworks* targets as obsolete.
11198
11199 2002-01-14 Michael Snyder <msnyder@redhat.com>
11200
11201 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11202 until we can resolve portability issues.
11203 * gregset.h: Remove references to fpxregs.
11204 * gcore.c (gcore_command): Initialize note_sec to NULL.
11205
11206 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11207
11208 * signals.c (target_signal_to_name): Rewrite. Only use
11209 signals[].name when in bounds and non-NULL.
11210
11211 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11212
11213 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11214 * signals.c (target_signal_to_name): Verify that SIG is within the
11215 bounds of the signals array.
11216
11217 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11218
11219 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11220
11221 2002-01-13 Keith Seitz <keiths@redhat.com>
11222
11223 * stack.c (print_frame_info_base): Print the frame's pc
11224 only if when print_frame_info_listing_hook is not defined.
11225
11226 2002-01-13 Keith Seitz <keiths@redhat.com>
11227
11228 * varobj.c (varobj_set_value): Make sure that there were no
11229 errors evaluating the object before attempting to set its
11230 value.
11231 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11232 so this offset adjustment is no longer necessary.
11233 (create_child): Don't set the error flag if the child is
11234 a CPLUS_FAKE_CHILD.
11235 (value_of_child): If value_fetch_lazy fails, return NULL
11236 so that callers will be notified that an error occurred.
11237 (c_value_of_variable): Delay check of variable's validity
11238 until later. We actually want all structs and unions to have
11239 the value "{...}".
11240 Do not return "???" for variables which could not be evaluated.
11241 This error condition must be returned to the caller so that it
11242 can get the error condition from gdb.
11243 (cplus_name_of_child): Adjust index for vptr before figuring
11244 out the name of the child.
11245 (cplus_value_of_child): If a child's (real) parent is not valid,
11246 don't even bother trying to give a value for it. Just return
11247 an error. Change all instances in this function.
11248 (cplus_type_of_child): If our parent is one of the "fake"
11249 parents, we need to get at the type of the real parent, and
11250 derive the child's true type using this information.
11251
11252 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11253
11254 From 2002-01-09 John Marshall <johnm@falch.net>:
11255 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11256 sources.redhat.com, and tweak some related URLs which had
11257 suffered from linkrot.
11258
11259 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11260
11261 From Jeff law:
11262 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11263 structures passed in registers.
11264
11265 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11266
11267 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11268 white space which prevented compilation. Reported by DSK
11269 <dsk@student.unsw.edu.au>.
11270
11271 2002-01-11 Michael Snyder <msnyder@redhat.com>
11272
11273 * symfile.c (build_section_addr_info_from_section_tab):
11274 Use bfd access method instead of manipulating bfd directly.
11275 (syms_from_objfile): Ditto.
11276 (simple_overlay_update_1): Ditto.
11277 (simple_overlay_update): Ditto.
11278 (generic_load): Ditto.
11279 (overlay_unmapped_address): FIXME comment, bfd access methods.
11280 (sections_overlap): FIXME comment, bfd access methods.
11281 (pc_in_mapped_range): FIXME comment, bfd access methods.
11282 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11283 (section_is_mapped): FIXME comment, bfd access methods.
11284 (section_is_overlay): FIXME comment, bfd access methods.
11285
11286 * symfile.c (generic_load): Whitespace and long line cleanups.
11287 Remove duplicate variable, change several local variables to
11288 more appropriate data types.
11289 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11290
11291 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11292
11293 From Peter Schauer:
11294 * language.c (longest_local_hex_string_custom): Use phex_nz to
11295 convert NUM to a hex string.
11296
11297 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11298
11299 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11300 the function.
11301 Update Copyright year.
11302
11303 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11304
11305 * language.c (longest_raw_hex_string): Delete unused function.
11306
11307 2002-01-11 Petr Sorfa <petrs@caldera.com>
11308
11309 * MAINTAINERS (write-after-approval): Add myself.
11310 * dwarf2read.c (read_tag_string_type): Handling of
11311 DW_AT_byte_size.
11312 (read_tag_string_type): FORTRAN fix to prevent propagation of
11313 first string size.
11314 (set_cu_language): Handling of DW_LANG_Fortran95
11315
11316 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11317
11318 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11319 GETPID(inferior_ptid).
11320 (store_inferior_registers): Likewise.
11321
11322 2002-01-10 Jason Merrill <jason@redhat.com>
11323
11324 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11325 Fix DW_OP_minus.
11326
11327 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11328
11329 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11330 and bfd/elf32-sh-nbsd.c.
11331
11332 2002-01-10 Michael Snyder <msnyder@redhat.com>
11333
11334 * NEWS: Mention --pid and corefile/proc-id behavior change.
11335
11336 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11337 * gcore.c: Include cli/cli-decode.h instead of command.h.
11338
11339 * main.c (captured_main): Add new command line option "--pid".
11340 If the second command line argument (following the symbol-file)
11341 begins with a digit, try to attach to it before trying to open
11342 it as a corefile.
11343 (print_gdb_help): Document the "--pid" argument.
11344
11345 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11346
11347 * completer.c (command_completer): New function.
11348
11349 * completer.h <command_completer>: Add prototype.
11350
11351 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11352 completer for the "help" command.
11353
11354 2002-01-09 Jason Merrill <jason@redhat.com>
11355
11356 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11357
11358 2002-01-09 Michael Snyder <msnyder@redhat.com>
11359
11360 * i386-linux-nat.c (fill_fpxregset): Make global.
11361 (store_fpxregset): Ditto.
11362
11363 * gregset.h (gdb_fpxregset_t): Define.
11364 (supply_fpxregset): Prototype.
11365 (fill_fpxregset): Prototype.
11366
11367 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11368
11369 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11370
11371 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11372 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11373 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11374
11375 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11376
11377 * MAINTAINERS: Update target maintainer rules so that any
11378 Maintainer can approve a tested patch for a maintenance-only
11379 target.
11380
11381 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11382
11383 * MAINTAINERS (write-after-approval): Add myself.
11384
11385 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11386 IN_SIGTRAMP.
11387
11388 2002-01-08 Michael Snyder <msnyder@redhat.com>
11389
11390 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11391 real name of the executable, rather than the /proc name.
11392
11393 2002-01-03 Michael Snyder <msnyder@redhat.com>
11394
11395 Implement a "generate-core-file" command in gdb, save target state.
11396 * gcore.c: New file. Implement new command 'generate-core-file'.
11397 Save a corefile image of the current state of the inferior.
11398 * linux-proc.c: Add linux-specific code for saving corefiles.
11399 * target.h (struct target_ops): Add new target vectors for saving
11400 corefiles; to_find_memory_regions and to_make_corefile_notes.
11401 (target_find_memory_regions): New macro.
11402 (target_make_corefile_notes): New macro.
11403 * target.c (update_current_target): Inherit new target methods.
11404 (dummy_find_memory_regions): New place-holder method.
11405 (dummy_make_corefile_notes): New place-holder method.
11406 (init_dummy_target): Initialize new dummy target vectors.
11407 * exec.c (exec_set_find_memory_regions): New function.
11408 Allow the exec_ops vector for memory regions to be taken over.
11409 (exec_make_note_section): New function, target vector method.
11410 * defs.h (exec_set_find_memory_regions): Export prototype.
11411 * procfs.c (proc_find_memory_regions): New function, corefile method.
11412 (procfs_make_note_section): New function, corefile method.
11413 (init_procfs_ops): Set new target vector pointers.
11414 (find_memory_regions_callback): New function.
11415 (procfs_do_thread_registers): New function.
11416 (procfs_corefile_thread_callback): New function.
11417 * sol-thread.c (sol_find_memory_regions): New function.
11418 (sol_make_note_section): New function.
11419 (init_sol_thread_ops): Initialize new target vectors.
11420 * inftarg.c (inftarg_set_find_memory_regions): New function.
11421 Allow to_find_memory_regions vector to be taken over.
11422 (inftarg_set_make_corefile_notes): New function.
11423 Allow to_make_corefile_notes vector to be taken over.
11424 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11425 interface layer if not target_has_execution (may be a corefile).
11426 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11427 * config/sparc/sun4sol2.mh: Ditto.
11428 * config/alpha/alpha-linux.mh: Ditto.
11429 * config/arm/linux.mh: Ditto.
11430 * config/i386/x86-64linux.mh: Ditto.
11431 * config/ia64/linux.mh: Ditto.
11432 * config/m68k/linux.mh: Ditto.
11433 * config/mips/linux.mh: Ditto.
11434 * config/powerpc/linux.mh: Ditto.
11435 * config/sparc/linux.mh: Ditto.
11436
11437 2002-01-07 Michael Snyder <msnyder@redhat.com>
11438
11439 * arm-linux-nat.c: Remove references to regcache.c internal data
11440 (registers[] and register_valid[]).
11441
11442 2002-01-07 Michael Snyder <msnyder@redhat.com>
11443
11444 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11445 so that attaching to a pid will automatically read the process's
11446 symbol file and shlibs.
11447 * Makefile.in: Add rule for linux-proc.o.
11448 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11449 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11450 * config/arm/linux.mh: Ditto.
11451 * config/i386/linux.mh: Ditto.
11452 * config/i386/x86-64linux.mh: Ditto.
11453 * config/ia64/linux.mh: Ditto.
11454 * config/m68k/linux.mh: Ditto.
11455 * config/mips/linux.mh: Ditto.
11456 * config/powerpc/linux.mh: Ditto.
11457 * config/sparc/linux.mh: Ditto.
11458
11459 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11460
11461 * win32-nat.c: Add i386-tdep.h dependency.
11462
11463 2002-01-07 Michael Snyder <msnyder@redhat.com>
11464
11465 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11466 instead of bfd_get_arch_size. Don't bail out just because
11467 there's no exec_bfd.
11468
11469 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11470 * p-valprint.c (pascal_object_print_value): Ditto.
11471 * somread.c (som_symtab_read): Ditto.
11472 * symfile.c (simple_free_overlay_region_table): Ditto.
11473 * valops.c (value_assign): Ditto.
11474
11475 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11476 use tilde_expand and strerror for opening save-tracepoints file.
11477
11478 * thread-db.c (thread_db_new_objfile): Indendation fix.
11479
11480 * infptrace.c (GDB_MAX_ALLOCA): New define.
11481 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11482 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11483 can be overridden with whatever value is appropriate to the host).
11484 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11485 alloca to allocate potentially large buffer.
11486 * rs6000-nat.c (child_xfer_memory): Ditto.
11487 * symm-nat.c (child_xfer_memory): Ditto.
11488 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11489
11490 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11491
11492 From Nick Clifton <nickc@redhat.com>
11493 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11494
11495 2002-01-07 Michael Snyder <msnyder@redhat.com>
11496
11497 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11498 Don't use exec_bfd if it's NULL.
11499
11500 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11501
11502 * valops.c (value_arg_coerce): Fix formatting.
11503
11504 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11505
11506 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11507 * gnu-nat.c: Ditto.
11508
11509 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11510
11511 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11512 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11513 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11514 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11515 z8k-coff have not been multi-arched. Update z8k-coff build
11516 status.
11517
11518 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11519
11520 * MAINTAINERS: Mark a29k target as obsolete.
11521 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11522 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11523 comments.
11524 * NEWS: Note that a29k targets are obsolete.
11525 * a29k-tdep.c: Mark as obsolete.
11526 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11527 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11528 a29k-*-vxworks* targets as obsolete.
11529 * remote-adapt.c: Obsolete.
11530 * remote-eb.c: Obsolete.
11531 * remote-mm.c: Obsolete.
11532 * remote-udi.c: Obsolete.
11533 * config/a29k/a29k-udi.mt: Obsolete.
11534 * config/a29k/a29k.mt: Obsolete.
11535 * config/a29k/tm-a29k.h: Obsolete.
11536 * config/a29k/tm-vx29k.h: Obsolete.
11537 * config/a29k/vx29k.mt: Obsolete.
11538
11539 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11540
11541 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11542 with BFD_ENDIAN_BIG.
11543
11544 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11545
11546 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11547 * configure, config.in: Re-generate.
11548 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11549 * defs.h: Do not include <endian.h>.
11550
11551 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11552
11553 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11554 * config.in: Regenerate.
11555 * configure.in: Update copyright years.
11556 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11557 * configure: Regenerate.
11558 * i386bsd-nat.c: Update copyright years.
11559 (fill_gregset): Use regcache_collect.
11560 (fetch_inferior_registers): Only fetch integer registers
11561 if requested to do so. Add support for XMM registers
11562 using PT_GETXMMREGS.
11563 (store_inferior_registers): Only store integer registers
11564 if requested to do so. Add support for XMM registers
11565 using PT_SETXMMREGS.
11566 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11567 (store_inferior_registers): Remove.
11568 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11569 (fetch_elfcore_registers): New function.
11570 (i386nbsd_elfcore_fns): New.
11571 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11572 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11573 i386bsd-nat.o.
11574 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11575 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11576 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11577 * config/i386/tm-nbsd.h: Update copyright years.
11578 (HAVE_SSE_REGS): Define.
11579 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11580 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11581 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11582 (SIGCONTEXT_PC_OFFSET): Remove.
11583 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11584
11585 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11586
11587 * configure.tgt: Remove powerpc-*-macos* target.
11588 * config/m68k/xm-mpw.h: Delete file.
11589 * config/xm-mpw.h: Delete file.
11590 * ser-mac.c: Delete file.
11591 * mpw-make.sed: Delete file.
11592 * mpw-config.in: Delete file.
11593 * mac-xdep.c: Delete file.
11594 * mac-gdb.r: Delete file.
11595 * mac-defs.h: Delete file.
11596 * mac-nat.c: Delete file.
11597 * config/powerpc/macos.mh: Delete file.
11598 * config/powerpc/macos.mt: Delete file.
11599 * config/powerpc/nm-macos.h: Delete file.
11600 * config/powerpc/tm-macos.h: Delete file.
11601 * source.c (openp, open_source_file): Remove obsolete code.
11602 * top.c (gdb_readline): Ditto.
11603 * utils.c (query): Ditto.
11604 * event-top.c (display_gdb_prompt): Ditto.
11605 * Makefile.in (ser-mac.o): Delete obsolete target.
11606 * NEWS: Update.
11607
11608 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11609
11610 * defs.h (BIG_ENDIAN): Delete macro definition.
11611 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11612 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11613 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11614 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11615 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11616 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11617 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11618 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11619 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11620 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11621 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11622 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11623 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11624 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11625 * gdbarch.c: Re-generate.
11626
11627 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11628
11629 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11630 for core files.
11631
11632 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11633
11634 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11635
11636 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11637
11638 * value.h (value_ptr): Delete typedef.
11639
11640 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11641
11642 * i386nbsd-nat.c: Update copyright years.
11643 Include i386-tdep.h.
11644
11645 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11646
11647 * stabsread.c: Update copyright years.
11648
11649 From Debashis Mahata <debashis.mahata@wipro.com>:
11650 (read_struct_fields): Deal with Sun C compiler erroneous stab
11651 output for structs and unions.
11652 Fix PR gdb/269.
11653
11654 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11655
11656 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11657 prototype.
11658
11659 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11660
11661 * cp-abi.c: Fix whitespace.
11662 (baseclass_offset): New wrapper function.
11663 * cp-abi.h (baseclass_offset): Add prototype.
11664 (struct cp_abi_ops): Add baseclass_offset pointer.
11665
11666 * valops.c (vb_match): Move to...
11667 * gnu-v2-abi.c (vb_match): here.
11668 * valops.c (baseclass_offset): Move to...
11669 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11670
11671 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11672
11673 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11674 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11675 * hpacc-abi.c (init_hpacc_ops): Likewise.
11676
11677 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11678
11679 * valops.c (find_overload_match): Accept obj as a
11680 reference parameter. Update it before returning.
11681 * value.h (find_overload_match): Update prototype.
11682 * eval.c (evaluate_subexp_standard): Pass object to
11683 find_overload_match by reference.
11684
11685 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11686
11687 * valarith.c: Replace value_ptr with struct value pointer. Remove
11688 register attribute from value declarations.
11689 * valops.c: Ditto.
11690 * value.h: Ditto.
11691 * scm-lang.c (scm_lookup_name): Ditto.
11692
11693 2002-01-03 Michael Snyder <msnyder@redhat.com>
11694
11695 Abstract the functionality of iterating over mapped memory
11696 regions into a general purpose iterator function.
11697 * procfs.c (iterate_over_mappings): New function, general purpose
11698 iterator for memory sections.
11699 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11700 (solib_mappings_callback): New function, callback for above.
11701 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11702 (info_mappings_callback): New function, callback for above.
11703
11704 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11705
11706 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11707
11708 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11709 * i386-tdep.c: Include "elf-bfd.h".
11710 (process_note_abi_tag_sections): New function.
11711 (i386_gdbarch_init): Add code to recognize various OS/ABI
11712 combinations.
11713
11714 * maint.c (_initialize_maint_cmds): Add missing \ in
11715 string-literal.
11716
11717 For older changes see ChangeLog-2001
11718 \f
11719 Local Variables:
11720 mode: change-log
11721 left-margin: 8
11722 fill-column: 74
11723 version-control: never
11724 End: