2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2
3 * MAINTAINERS: Add self to Write After Approval list.
4
5 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
6
7 * infcmd.c (interrupt_target_command_wrapper): Delete.
8 (interrupt_target_command): Make non static.
9 (nofp_registers_info): Make static.
10 * stack.c (return_command_wrapper): Delete.
11 (return_command): Make non static.
12
13 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
14
15 * event-top.c (gdb_setup_readline): New function. Code moved from
16 _initialize_event_loop().
17 (_initialize_event_loop): Call gdb_setup_readline().
18
19 2002-10-02 Andrew Cagney <ac131313@redhat.com>
20
21 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
22 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
23 * gdbarch.h, gdbarch.c: Re-generate.
24
25 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
26
27 Fix PR gdb/778
28 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
29 before recursing.
30 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
31 of fill_in_vptr_fieldno.
32
33 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
34
35 * inferior.h (registers_info, stepi_command, nexti_command,
36 continue_command, interrupt_target_command): Export from infcmd.c.
37 * frame.h (args_info, selected_frame_level_changed_hook,
38 return_command): Export from stack.c.
39 * v850ice.c (stepi_command, nexti_command, continue_command): use
40 prototypes from inferior.h.
41 * tracepoint.c (registers_info, args_info, locals_info): Use
42 prototypes from frame.h and inferior.h.
43 * Makefile.in (mi-main.o): Add dependency on frame.h.
44
45 2002-10-02 Andrew Cagney <ac131313@redhat.com>
46
47 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
48 value in register 3 adjusted by ppc_gp0_regnum.
49
50 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
51
52 2002-10-02 Marko Mlinar <markom@opencores.org>
53
54 * MAINTAINERS: Add myself to the Write After Approval list.
55
56 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
57
58 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
59 of the section for the N64 ABI, fixed.
60
61 * config/mips/tm-irix6.h: Include solib.h.
62
63 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
64
65 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
66 GNU operators.
67
68 2002-10-01 Andrew Cagney <ac131313@redhat.com>
69
70 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
71 and that "mi0" syntax has been removed.
72
73 2002-09-30 David Carlton <carlton@math.stanford.edu>
74
75 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
76 * ppc-sysv-tdep.c: #include "gdb_string.h".
77 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
78 pacify GCC.
79
80 2002-10-01 Andrew Cagney <ac131313@redhat.com>
81
82 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
83 "vrsave"'s register number.
84
85 2002-09-30 Andrew Cagney <ac131313@redhat.com>
86
87 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
88 use frame_unwind_signed_register to obtain the PC.
89 (mips_frame_chain): Handle a generic dummy frame.
90 (mips_init_extra_frame_info): When a generic dummy frame, don't
91 re-compute the frame base.
92 (mips_pop_frame): Handle generic dummy frames.
93 (mips_gdbarch_init): When generic dummy frames, set
94 use_generic_dummy_frames, push_dummy_frame to
95 generic_push_dummy_frame, pc_in_call_dummy to
96 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
97 generic_save_dummy_frame_tos.
98
99 2002-09-30 Andrew Cagney <ac131313@redhat.com>
100
101 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
102 against TOP when TOP was explictly set.
103 (generic_push_dummy_frame): Set TOP to zero.
104
105 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
106
107 * event-loop.c (start_event_loop): Rename variable 'result' to
108 'gdb_result', to avoid conflicts with upcoming intepreters changes.
109
110 2002-09-30 Keith Seitz <keiths@redhat.com>
111
112 * gdb-events.sh (selected_thread_changed): New event.
113 * gdb-events.c: Regenerated.
114 * gdb-events.h: Regenerated.
115
116 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
117
118 * MAINTAINERS: Add self to Write After Approval list.
119
120 2002-09-30 Fernando Nasser <fnasser@redhat.com>
121
122 * disasm.c: New file.
123 * disasm.h: New file.
124 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
125 (compare_lines): Ditto.
126 (dump_insns): Ditto.
127 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
128 argument.
129 (do_assembly_only): Ditto.
130 (do_disassembly): Renamed to gdb_disassembly and moved to
131 disasm.c. Sdded uiout argument.
132 * Makefile.in: Add new files. Reorder SFILES list. Update
133 dependencies. Include libgdb.a later in the insight executable.
134
135 2002-09-29 Andrew Cagney <ac131313@redhat.com>
136
137 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
138 bfd/elf64-alpha-fbsd.c.
139
140 2002-09-29 Andrew Cagney <ac131313@redhat.com>
141
142 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
143 i386gnu-tdep.c.
144
145 2002-09-29 Andrew Cagney <ac131313@redhat.com>
146
147 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
148 __FUNCTION__.
149 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
150 function name.
151 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
152 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
153 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
154 (S_msg_sig_post_reply): Ditto.
155
156 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
157
158 * sh-tdep.c (sh_use_struct_convention): Use definition according
159 to ABI.
160 (sh_push_arguments): Store in register with correct endianess.
161 (sh_default_store_return_value): Ditto.
162 (sh_gdbarch_init): Set sizeof long double to 8.
163
164 2002-09-27 Mark Kettenis <kettenis@gnu.org>
165
166 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
167 Fix some whitespace problems.
168
169 2002-09-27 David Carlton <carlton@math.stanford.edu>
170
171 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
172 (mcore-tdep.o): Ditto.
173 (ns32k-tdep.o): Ditto.
174 (ns32knbsd-tdep.o): Ditto.
175 (sh3-rom.o): Ditto.
176 (vax-tdep.o): Ditto.
177 * cris-tdep.c: #include "gdb_string.h"
178 * mcore-tdep.c: Ditto.
179 * ns32k-tdep.c: Ditto.
180 * ns32knbsd-tdep.c: Ditto.
181 * sh3-rom.c: Ditto.
182 * vax-tdep.c: Ditto.
183
184 2002-09-27 David Carlton <carlton@math.stanford.edu>
185
186 * config/djgpp/fnchange.lst: Add entries for
187 gdb/testsuite/gdb.c++/m-static files.
188
189 2002-09-27 Jim Wilson <wilson@redhat.com>
190
191 * MAINTAINERS: Add myself to the Write After Approval list.
192
193 2002-09-26 Martin M. Hunt <hunt@redhat.com>
194
195 * mips-tdep.c (find_proc_desc): Initialize startaddr.
196
197
198 2002-09-26 Andrew Cagney <ac131313@redhat.com>
199
200 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
201 frame.
202
203 2002-09-26 Andrew Cagney <ac131313@redhat.com>
204
205 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
206 (rs6000_struct_return_address): Delete variable.
207 (rs6000_store_struct_return): Update.
208 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
209 deprecated_extract_struct_value_address.
210 (rs6000_frame_align): New function.
211 (rs6000_gdbarch_init): Set frame_align.
212
213 2002-09-26 Andrew Cagney <ac131313@redhat.com>
214
215 From Grace Sainsbury <graces@redhat.com>:
216 * Makefile.in (gdbtk-main.o): New target.
217 (gdb.o): New target.
218 (main_h): Define.
219 (main.o): Update dependencies.
220 (gdb$(EXEEXT)): Add gdb.o.
221 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
222 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
223 (SUBDIR_GDBTK_CLEAN): Set.
224 (install-gdbtk): Install the insight binary.
225 (uninstall-gdbtk): New target.
226 (all-gdbtk, clean-gdbtk): New rule.
227 * top.c (use_windows): Default to zero.
228 * main.c: Include "main.h".
229 (main): Delete.
230 (struct captured_main_args): Delete.
231 (gdb_main): New function.
232 * main.h: New file.
233 * gdb.c: New File.
234
235 2002-09-25 Andrew Cagney <cagney@redhat.com>
236
237 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
238 (frame_map_regnum_to_name): New function.
239 (frame_map_name_to_regnum): New function.
240 * frame.h (frame_map_name_to_regnum): Declare.
241 (frame_map_regnum_to_name): Declare.
242 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
243 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
244 * parse.c: Do not include "builtin-regs.h".
245 (target_map_name_to_register): Delete function.
246 (write_dollar_variable): Use frame_map_name_to_regnum.
247 * parser-defs.h (target_map_name_to_register): Delete declaration.
248 * expprint.c: Include "frame.h".
249 (print_subexp): Use frame_map_regnum_to_name.
250 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
251 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
252
253 2002-09-25 Andrew Cagney <ac131313@redhat.com>
254
255 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
256 wasn't saved, and the next innermost frame is a dummy, return the
257 dummy frame's link register.
258
259 2002-09-24 Jim Blandy <jimb@redhat.com>
260
261 Fix from Paul Breed:
262 * main.c (captured_main): Add a `break' after the case for 'b'.
263
264 2002-09-24 Keith Seitz <keiths@redhat.com>
265
266 * varobj.c (c_type_of_child): Use get_target_type instead
267 of TYPE_TARGET_TYPE.
268
269 2002-09-22 Fernando Nasser <fnasser@redhat.com>
270
271 * source.c (get_current_or_default_source_symtab_and_line): Remove
272 function.
273 (set_default_source_symtab_and_line): New function. Attempts to
274 determine a source file to list lines from if one is not currently
275 defined.
276 (get_current_source_symtab_and_line): Initialize sal.pc and
277 sal.end fields.
278 (set_current_source_symtab_and_line): Mark argument as const.
279 * source.h: Update declarations and comments.
280 * linespec.c (decode_line_1): Replace call to removed routine above.
281 * stack.c (print_frame_info_base): Ditto.
282 * cli/cli-cmds.c (edit_command): Ditto.
283 (list_command): Ditto.
284
285 2002-09-22 Fernando Nasser <fnasser@redhat.com>
286
287 * source.c (get_current__or_default_source_symtab_and_line): Initialize
288 sal.pc and sal.end fields.
289 (get_current_or_default_source_symtab_and_line): Ditto.
290 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
291 so we do not cause a new source symtab to be searched for (reverting an
292 unintentional change from the 2002-09-20 patch).
293 * scm-lang.c (scm_unpac): Ditto.
294
295 2002-09-21 Andrew Cagney <cagney@redhat.com>
296
297 * complaints.c (symfile_explanations): Remove new-line from
298 ``isolated_message''.
299 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
300 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
301
302 2002-09-20 Nick Clifton <nickc@redhat.com>
303
304 * NEWS: Announce that V850EA ISA is no longer supported.
305 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
306
307 2002-09-20 David Carlton <carlton@math.stanford.edu>
308
309 * Makefile.in (c-lang.o): Correct dependencies.
310 (utils.o): Gather dependencies.
311 (charset.o): Move.
312 * c-lang.c: #include "gdb_string.h"
313
314 2002-09-20 Fernando Nasser <fnasser@redhat.com>
315
316 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
317 * cli/cli-cmds.c (list_command): New function. Implements the new
318 cli edit command.
319 (_init_cli_cmds): Add new command definition.
320 * gdb.1: Document edit command.
321 * doc/gdb.texinfo: Document edit command.
322
323 2002-09-20 Fernando Nasser <fnasser@redhat.com>
324
325 * source.c: Make global variables current_source_symtab and
326 current_source_line static.
327 (list_command): Moved to cli/cli-cmds.c.
328 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
329 (get_first_line_listed): New accessor function.
330 (get_lines_to_list): New accessor function.
331 (get_current_source_symtab_and_line): New function. Retrieves the
332 position in the source code that we consider current.
333 (get_current_or_default_source_symtab_and_line): New function.
334 Like the above but attempts to determine a default position if one
335 is not currently defined.
336 (set_current_source_symtab_and_line): New function. Sets the source
337 code position considered current and returns the previously set one.
338 (clear_current_source_symtab_and_line): Reset stored information about
339 a current source line.
340 (_initialize_source): Remove registration for the "list" command and
341 its alias.
342 * source.h: Add declarations for the new functions above.
343 * symtab.h: Remove declarations for the global variables mentioned
344 above.
345 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
346 obtain current source line.
347 * linespec.c (decode_line_1): Ditto.
348 * macroscope.c (default_macro_scope): Ditto.
349 * scm-lang.c (scm_unpac): Ditto.
350 * stack.c (print_frame_info_base): Ditto.
351 * symfile.c (clear_symtab_users): Ditto.
352 * symtab.c (decode_line_spec): Ditto.
353 * cli/cli-cmds.c (list_command): Moved here from source.c.
354 (ambiguous_line_spec): Moved here from source.c.
355 (_init_cli_cmds): Add definition for "list" and its alias.
356 * Makefile.in: Update dependencies.
357
358 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
359
360 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
361 with what gcc thinks is correct.
362
363 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
364
365 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
366 multiple register push instruction.
367
368 2002-09-19 Jim Blandy <jimb@redhat.com>
369
370 Add support for distinct host and target character sets.
371 * charset.c, charset.h: New files.
372 * c-exp.y: #include "charset.h".
373 (yylex): Convert character and string literals to the target
374 character set, before returning them as the semantic value of the
375 token.
376 * c-lang.c: #include "charset.h".
377 (c_emit_char): Use charset-specific methods to recognize
378 characters with backslash escape forms, to decide which characters
379 to print literally and which to print using numeric escape
380 sequences, and to convert target characters to host characters
381 before printing.
382 * utils.c: #include "charset.h".
383 (no_control_char_error): New function.
384 (parse_escape): Use charset-specific methods to recognize
385 backslash escapes, parse `control character' notation, and convert
386 characters from the host character set to the target character set.
387 * configure.in: Set the default host character set.
388 Check where to find iconv, and what its argument types might be.
389 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
390 * Makefile.in (SFILES): List charset.c.
391 (COMMON_OBS): List charset.o.
392 (charset.o): New rule.
393 (charset_h): New header dependency variable.
394 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
395 (LIBICONV): New variable, set by configure.
396 (CLIBS): Include $(LIBICONV) here.
397 * aclocal.m4, config.in, configure: Regenerated.
398
399 2002-09-19 Joel Brobecker <brobecker@gnat.com>
400
401 * ada-exp.y: Add missing semicolons to end rules. Fixes a
402 bison 1.35 warning.
403
404 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
405
406 * gdb_mbuild.sh: New file.
407
408 2002-09-19 Andrew Cagney <ac131313@redhat.com>
409
410 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
411
412 2002-09-18 Andrew Cagney <ac131313@redhat.com>
413
414 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
415 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
416 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
417 valops.c, value.h: Revert previous change.
418
419 2002-09-18 Michael Snyder <msnyder@redhat.com>
420
421 Preliminary support for Objective-C:
422 * defs.h (language_objc): New enum value.
423 (puts_filtered_tabular): Declaration only, exported from utils.c.
424 (skip_quoted): Delete, declared in completer.h.
425 * c-exp.y: Include completer.h.
426 * p-exp.y: Ditto.
427 * jv-exp.y: Ditto.
428 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
429 New operator enum values.
430 * language.h (CAST_IS_CONVERSION): Test for language_objc.
431 * language.c (binop_result_type): Handle language_objc case.
432 (integral_type, character_type, string_type, boolean_type,
433 structured_type, binop_type_check): Ditto.
434 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
435 (struct objc_specific): Add to general_symbol_info.
436 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
437 (SYMBOL_DEMANGLED_NAME): Handle objc case.
438 * parser-defs.h (struct objc_class_str): New struct type.
439 (start_msglist, end_msglist, add_msglist): Declaration only,
440 exported from objc-lang.c.
441 * value.h (value_of_local, value_nsstring,
442 call_function_by_hand_expecting_type): Exported from valops.c.
443 * valops.c (find_function_addr): Export.
444 (call_function_by_hand_expecting_type): New function.
445 (value_of_local): New function.
446 * symfile.c (init_filename_language_table): Add ".m" extension
447 for Objective-C.
448 * utils.c (puts_filtered_tabular): New function.
449 (fprintf_symbol_filtered): Add objc demangling support (disabled).
450 (set/show demangle): Extend help-string to refer to ObjC.
451 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
452 * stabsread.c (symbol_reference_defined): Objective-C symbols
453 may contain colons: make allowances when scanning stabs strings
454 for colons.
455 (objc_find_colon): New function.
456 * printcmd.c (address_info): If language == objc then print
457 "self" instead of "this".
458 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
459 OP_NSSTRING, and OP_SELF.
460 (prefixify_subexp): Ditto.
461 * source.c (print_source_lines): Mention objc in comment.
462 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
463 method names.
464
465 2002-09-18 Andrew Cagney <ac131313@redhat.com>
466
467 * complaints.h: Update copyright.
468 (struct complaints): Declare.
469 (struct complaint): Make `message' constant.
470 (internal_complaint): Declare.
471 (complaint): Declare.
472 (complaint_root): Delete declaration.
473 (symfile_complaints): Delete declaration.
474 (struct complaints): Add opaque declaration.
475 (clear_complaints): Add a complaints parameter.
476 * complaints.c: Update copyright.
477 (enum complaint_series): Define.
478 (complaint_root): Delete.
479 (struct complaints): Define.
480 (complaint_sentinel, symfile_complaint_book): New variables.
481 (symfile_explanations, symfile_complaints): New variables.
482 New variables.
483 (get_complaints): New function.
484 (vcomplaint): New function.
485 (complaint): New function.
486 (internal_complaint): New function.
487 (complain): Call vcomplain with symfile_complaint.
488 (clear_complaints): Rewrite.
489 (_initialize_complaints): Use add_setshow_command.
490 * Makefile.in (complaints.o): Update dependencies.
491 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
492 to call to clear_complaints.
493 (new_symfile_objfile, reread_symbols): Ditto.
494 (oldsyms_complaint): Delete.
495 (empty_symtab_complaint, unknown_option_complaint): Delete.
496 (free_named_symtabs): Use complaint instead of complain.
497
498 2002-09-18 Michael Snyder <msnyder@redhat.com>
499
500 Contributed by Apple Computer, Inc. Merged with current sources
501 by Adam Fedor <fedor@doc.com> [cagney].
502
503 * objc-lang.c: First clean-up round: comments, indentation.
504 * objc-lang.h: Ditto.
505 * objc-lang.y: Ditto.
506
507 2002-09-18 Andrew Cagney <ac131313@redhat.com>
508
509 * maint.c (maintenance_internal_error): Print the parameter as the
510 error message.
511 (maintenance_internal_warning): New function.
512 (_initialize_maint_cmds): Add command `maint internal-warning'.
513
514 * defs.h (internal_warning, internal_vwarning): Declare.
515 * utils.c (struct internal_problem): Define.
516 (internal_vproblem): New function.
517 (internal_warning): New function.
518 (internal_vwarning): New function.
519 (internal_warning_problem, internal_error_problem): New variables.
520 (internal_verror): Just call internal_vproblem.
521
522 2002-09-18 Michael Snyder <msnyder@redhat.com>
523
524 * objc-lang.c: New file, support for Objective-C.
525 Preliminary check-in, not yet integrated into gdb.
526 * objc-lang.h: New file.
527 * objc-exp.y: New file.
528
529 2002-09-18 Andrew Cagney <ac131313@redhat.com>
530
531 * infrun.c (signal_stop_update): Convert definition to ISO C.
532 (signal_print_update): Ditto.
533 (signal_pass_update): Ditto.
534 * inflow.c (terminal_save_ours): Ditto.
535
536 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
537 comments.
538
539 * config/djgpp/fnchange.lst: Handle name clashes between
540 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
541 bfd/coff-tic80.c.
542
543 * i386-linux-tdep.h: Fix tipo.
544
545 2002-09-18 Adam Fedor <fedor@gnu.org>
546
547 * MAINTAINERS: Add myself to the Write After Approval list.
548
549 2002-09-18 Jim Blandy <jimb@redhat.com>
550
551 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
552 texthigh and textlow to reader-specific structs caused
553 objfile_relocate to miss them. This is fixable, but the work that
554 the change was supposed to prepare GDB for never got done anyway.
555
556 2002-09-18 David Carlton <carlton@math.stanford.edu>
557
558 * MAINTAINERS: Alphabetize Write After Approval list.
559
560 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
561
562 Fix PR gdb/709
563 * values.c (value_static_field): Call read_var_value.
564
565 2002-09-18 Andrew Cagney <ac131313@redhat.com>
566
567 * valops.c (hand_function_call): Align the initial stack pointer
568 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
569 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
570 return value.
571 * mips-tdep.c (mips_frame_align): New function.
572 (mips_gdbarch_init): Set frame_align.
573 * gdbarch.sh (FRAME_ALIGN): New method.
574 * gdbarch.h, gdbarch.c: Re-generate.
575
576 2002-09-18 Michal Ludvig <mludvig@suse.cz>
577
578 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
579 registers.
580
581 2002-09-17 Andrew Cagney <ac131313@redhat.com>
582
583 * NEWS: Mention that MIPS $fp behavior changed.
584 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
585 reference to FP_REGNUM.
586 (mipsnbsd_cannot_store_register): Ditto.
587 * mips-linux-nat.c: Update copyright.
588 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
589 (mips_linux_cannot_store_register): Ditto.
590 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
591 * config/mips/tm-mips.h: Update copyright.
592 (FP_REGNUM): Delete macro.
593 (MIPS_REGISTER_NAMES): Replace "fp" with "".
594 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
595 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
596 (mips_r3041_reg_names, mips_r3051_reg_names)
597 (mips_r3081_reg_names): Replace "fp" with "".
598 Fix PR gdb/480.
599
600 2002-09-17 Theodore A. Roth <troth@verinet.com>
601
602 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
603 generic_read_register_dummy() (PR gdb/703).
604 (avr_push_return_address): #if 0 out unused vars.
605 (avr_gdbarch_init): Enable use of avr_push_return_address().
606
607 2002-09-17 Michael Snyder <msnyder@redhat.com>
608
609 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
610 RTE will take care of it.
611
612 2002-09-17 Andrew Cagney <ac131313@redhat.com>
613
614 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
615 invalid, return SP_REGNUM.
616
617 2002-09-17 Michael Snyder <msnyder@redhat.com>
618
619 * mips-tdep.c (mips_pop_frame): Read saved values of floating
620 point registers without sign extension.
621
622 2002-09-17 Andrew Cagney <cagney@redhat.com>
623
624 * blockframe.c (deprecated_read_register_dummy): Rename
625 generic_read_register_dummy.
626 * frame.c (frame_unwind_signed_register): New function.
627 (frame_unwind_unsigned_register): New function.
628 * frame.h (frame_unwind_signed_register): Declare.
629 (frame_unwind_unsigned_register): Declare.
630 (deprecated_read_register_dummy): Rename
631 generic_read_register_dummy.
632
633 * h8300-tdep.c (h8300_frame_chain): Update.
634 (h8300_frame_saved_pc): Update.
635 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
636 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
637 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
638 (s390_frame_chain): Update.
639 * v850-tdep.c (v850_find_callers_reg): Update.
640 (v850_frame_saved_pc): Update.
641 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
642 (m32r_find_callers_reg): Update.
643 (m32r_frame_saved_pc): Update.
644 * sh-tdep.c (sh_find_callers_reg): Update.
645 (sh64_get_saved_pr): Update.
646 (sh_init_extra_frame_info): Update.
647 (sh_init_extra_frame_info): Update.
648 (sh64_init_extra_frame_info): Update.
649 (sh64_init_extra_frame_info): Update.
650 * mcore-tdep.c (mcore_find_callers_reg): Update.
651 (mcore_frame_saved_pc): Update.
652 (mcore_init_extra_frame_info): Update.
653 * i386-tdep.c (i386_frame_saved_pc): Update.
654 * ia64-tdep.c (ia64_frame_saved_pc): Update.
655 (ia64_init_extra_frame_info): Update.
656 (ia64_init_extra_frame_info): Update.
657 * d10v-tdep.c (d10v_frame_saved_pc): Update.
658 * cris-tdep.c (cris_init_extra_frame_info): Update.
659 * avr-tdep.c (avr_frame_chain): Update.
660 (avr_init_extra_frame_info): Update.
661 (avr_frame_saved_pc): Update.
662 * arm-tdep.c (arm_find_callers_reg): Update.
663 (arm_init_extra_frame_info): Update.
664 (arm_frame_saved_pc): Update.
665
666 2002-09-17 Tom Tromey <tromey@redhat.com>
667
668 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
669 is "'".
670
671 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
672
673 * MAINTAINERS: Remove "non multi-arched" text from h8300.
674 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
675 NEXT_PROLOGUE_INSN.
676 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
677 NEXT_PROLOGUE_INSN.
678
679 2002-09-16 Joel Brobecker <brobecker@gnat.com>
680
681 * osfsolib.c: Remove file, replaced by solib-osf.c.
682 * Makefile.in: Remove compilation rules for osfsolib.c.
683
684 2002-09-16 David Carlton <carlton@math.stanford.edu>
685
686 * cp-valprint.c (cp_print_class_method): Correct args to
687 check_stub_method_group.
688
689 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
690
691 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
692 `set architecture'. Unify naming convention of functions.
693 (h8300_skip_prologue): Improve prologue analysis.
694 (h8300_push_arguments): Rewritten to more closely match GCC's
695 bizarre argument-passing behavior, along with the comment describing
696 said behavior.
697 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
698 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
699 sim, remote-e7000.c, remote-hms.c and remote.c
700
701 2002-09-15 Mark Kettenis <kettenis@gnu.org>
702
703 * i386-tdep.c (gdb_print_insn_i386): Removed.
704 (i386_print_insn): New function.
705 (i386_gdbarch_init): Set print_insn to i386_print_insns.
706 (_initialize_i386_tdep): Don't initialize tm_print_insn and
707 tm_print_insn_info.
708
709 2002-09-14 Mark Kettenis <kettenis@gnu.org>
710
711 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
712 zero.
713
714 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
715
716 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
717 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
718 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
719
720 2002-09-13 Christopher Faylor <cgf@redhat.com>
721
722 * win32-nat.c (child_create_inferior): Honor 'tty' command.
723
724 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
725
726 * gdbtypes.c (check_stub_method): Make static.
727 (check_stub_method_group): New function.
728 * gdbtypes.h: Update prototypes.
729 * cp-support.c: New file.
730 * cp-support.h: New file.
731
732 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
733 (update_method_name_from_physname): New function.
734 (read_member_functions): Correct method names for operators
735 and v3 constructors/destructors. Separate v2 constructors and
736 destructors.
737 * Makefile.in (stabsread.o): Update dependencies.
738 (SFILES): Add cp-support.c.
739 (COMMON_OBS): Add cp-support.o.
740 (cp_support_h, cp-support.o): Add.
741
742 * cp-valprint.c (cp_print_class_method): Call
743 check_stub_method_group instead of check_stub_method. Remove
744 extraneous QUITs.
745 * p-valprint.c (pascal_object_print_class_method): Likewise.
746 * valops.c (search_struct_method): Likewise.
747 (find_method_list, value_struct_elt_for_reference): Likewise.
748
749 2002-09-13 Andrew Cagney <cagney@redhat.com>
750
751 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
752 * gdbarch.h, gdbarch.c: Regenerate.
753
754 2002-09-13 Andrew Cagney <ac131313@redhat.com>
755
756 * frame.c (find_saved_register): Delete function.
757 * frame.h (find_saved_register): Delete declaration.
758 Fix PR gdb/631.
759
760 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
761
762 * mips-tdep.c (read_next_frame_reg): Re-hack using
763 frame_register_unwind.
764
765 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
766
767 * mips-tdep.c (mips_get_saved_register): Re-hack using
768 frame_register_unwind.
769
770 2002-09-12 Joel Brobecker <brobecker@gnat.com>
771
772 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
773 vector. Will be useful for Interix.
774 * gdbarch.h, gdbarch.c: Regenerate.
775
776 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
777 name of the malloc function by NAME_OF_MALLOC.
778
779 2002-09-12 Joel Brobecker <brobecker@gnat.com>
780
781 * value.h (find_function_in_inferior): Add const keyword to
782 one of the parameters. Allows us to invoke this function with
783 a const char *.
784 * valops.c (find_function_in_inferior): Likewise.
785
786 2002-09-12 Joel Brobecker <brobecker@gnat.com>
787
788 * exec.c (xfer_memory): Fix compilation warning with old versions
789 of GCC.
790 * tracepoint.c (trace_find_tracepoint_command): Likewise.
791
792 2002-09-12 David Carlton <carlton@math.stanford.edu>
793
794 * symtab.h: Run through gdb_indent.h.
795 Add 2002 to Copyright year list.
796
797 2002-09-12 Alan Modra <amodra@bigpond.net.au>
798
799 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
800 mach constants.
801 * MAINTAINERS: Add myself to write after approval list.
802
803 2002-09-11 J. Brobecker <brobecker@gnat.com>
804
805 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
806
807 2002-09-11 J. Brobecker <brobecker@gnat.com>
808
809 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
810 Interix.
811
812 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
813
814 * procfs.c (do_detach): Clear current signal, not just fault.
815 Corrects problem with breakpoint trap signal leaking to detached
816 process on Tru64.
817
818 2002-09-10 Michael Snyder <msnyder@redhat.com>
819
820 * buildsym.c (finish_block): Protect against null pointer.
821
822 2002-09-10 Andrew Cagney <cagney@redhat.com>
823
824 * infcmd.c (default_print_registers_info): Send all output to
825 ``file'' instead of ``gdb_stdout''.
826
827 2002-09-10 Michael Snyder <msnyder@redhat.com>
828
829 * mips-tdep.c (mips_extract_struct_value_address): Make val a
830 LONGEST, and use signed register read (addresses are sign-
831 extended for mips).
832
833 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
834
835 * event-loop.c (gdb_do_one_event): Make public.
836 * event-loop.h (gdb_do_one_event): Declare.
837
838 2002-09-10 Jeff Law <law@redhat.com>
839
840 * infttrace.c (child_resume): Simplify and rework to avoid
841 TT_PROC_CONTINUE.
842
843 2002-09-09 Fred Fish <fnf@intrinsity.com>
844
845 * printcmd.c (print_scalar_formatted): "len" is the number of
846 target bytes, NOT the number of target bits.
847
848 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
849
850 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
851 * top.c (init_main): Set rl_terminal_name.
852
853 2002-09-08 Aidan Skinner <aidan@velvet.net>
854
855 * ada-lang.c (ada_array_bound, ada_type_match,
856 _initialize_ada_language): Fix K&R definitions.
857 * ada-tasks.c (get_current_task): Fix K&R definitions.
858 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
859
860 2002-09-07 Christopher Faylor <cgf@redhat.com>
861
862 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
863 Add XP.
864
865 2002-09-06 Mark Kettenis <kettenis@gnu.org>
866
867 * i386-tdep.c (i386_register_virtual_type,
868 i386_register_convertible, i386_register_convert_to_virtual,
869 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
870 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
871 (i386_gdbarch_init): Fix comment. Add comments on calls that set
872 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
873 Don't set push_arguments twice.
874
875 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
876 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
877 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
878 sigtramp_end to NULL.
879 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
880 defines.
881 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
882
883 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
884 whitespace.
885
886 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
887 * gdbarch.h, gdbarch.c: Re-generate.
888 * blockframe.c (find_pc_sect_partial_function): Convert to use
889 SIGTRAMP_START_P predicate.
890
891 2002-09-05 Michael Snyder <msnyder@redhat.com>
892
893 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
894 generic_dummy_frame method and old method. Also distinguish
895 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
896 (arm_extract_return_value): Use new regcache method.
897
898 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
899 adjustment that doesn't conform to the ABI.
900 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
901 saved regcache, not from current regcache.
902
903 2002-09-05 Andrew Cagney <ac131313@redhat.com>
904
905 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
906 * README: Update.
907
908 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
909
910 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
911 if arm_apcs_32 is false.
912
913 2002-09-04 Andrew Cagney <ac131313@redhat.com>
914
915 GDB 5.3 branch created.
916
917 2002-09-03 Theodore A. Roth <troth@verinet.com>
918
919 * gdb/avr-tdep.c (avr_gdbarch_init): Use
920 generic_unwind_get_saved_register.
921
922 2002-09-03 David Carlton <carlton@math.stanford.edu>
923
924 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
925 argument (PR gdb/653). Update call to smash_to_method_type.
926 (read_structure_scope): Update call to dwarf2_add_member_fn.
927
928 2002-09-03 Michal Ludvig <mludvig@suse.cz>
929
930 * x86-64-linux-tdep.c: Include gdb_string.h
931 * x86-64-linux-nat.c: Ditto.
932
933 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
934
935 * ada-exp.y (yyname, yyrule): Remap global variables that appear
936 when YYDEBUG is set to 1.
937 * c-exp.y: Likewise.
938 * f-exp.y: Likewise.
939 * jv-exp.y: Likewise.
940 * m2-exp.y: Likewise.
941 * p-exp.y: Likewise.
942
943 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
944
945 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
946 dependency list.
947 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
948 solib_svr4_fetch_link_map_offsets to
949 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
950 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
951 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
952 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
953 solib-svr4.o, and solib-legacy.o.
954 * config/i386/tm-nbsd.h: Include solib.h.
955
956 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
957
958 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
959 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
960 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
961 comment noting that this needs its own target configuration.
962 * config/i386/nbsd.mt: New file.
963 * config/i386/nbsdaout.mt: Remove.
964 * config/i386/nbsdelf.mt: Ditto.
965 * config/i386/tm-nbsdaout.h: Ditto.
966
967 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
968
969 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
970 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
971 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
972 tdep->sigtramp_end.
973 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
974 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
975 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
976
977 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
978
979 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
980 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
981 * i386-tdep.h (i386bsd_init_abi): New prototype.
982 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
983 function declaration.
984 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
985 for NetBSD-a.out or NetBSD-ELF.
986 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
987 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
988 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
989 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
990 and nbsd-tdep.h.
991 (i386nbsd_pc_in_sigtramp): New function.
992 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
993 i386nbsd_pc_in_sigtramp.
994 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
995 and i386nbsdelf_init_abi OS ABI handlers.
996 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
997 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
998
999 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1000
1001 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1002 registers if the target really has them.
1003
1004 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1005
1006 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1007 than nbsd-tdep.h.
1008
1009 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1010
1011 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1012 list.
1013 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1014 (alphanbsd_skip_sigtramp_frame): New functions.
1015 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1016 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1017 to alphanbsd_sigcontext_addr.
1018
1019 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1020
1021 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1022 list.
1023 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1024 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1025 nbsd_pc_in_sigtramp.
1026 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1027 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1028 * nbsd-tdep.c: Include gdb_string.h.
1029 (nbsd_pc_in_sigtramp): New function.
1030 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1031 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1032 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1033 ppcnbsd_pc_in_sigtramp.
1034 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1035 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1036 shnbsd_pc_in_sigtramp.
1037 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1038 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1039 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1040
1041 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1042
1043 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1044 watchpoints to NULL.
1045 (insert_breakpoints): set val field of watchpoints if NULL.
1046
1047
1048 2002-08-29 Jim Blandy <jimb@redhat.com>
1049
1050 * symtab.c (lookup_symbol_aux): In the cases where we find a
1051 minimal symbol of an appropriate name and use its address to
1052 select a symtab to read and search, use `name' (as passed to us)
1053 as the demangled name when searching the symtab's global and
1054 static blocks, not the minsym's name.
1055
1056 2002-08-29 Keith Seitz <keiths@redhat.com>
1057
1058 * stack.c (print_frame_info_base): Always set current_source_symtab
1059 and current_source_line.
1060
1061 2002-08-29 Donn Terry <donnte@microsoft.com>
1062
1063 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1064
1065 2002-08-28 Keith Seitz <keiths@redhat.com>
1066
1067 * stack.c (select_frame): Add FIXME concerning selected-frame
1068 events.
1069 (select_frame_command): Send selected-frame-level-changed
1070 event notification, but only if the level actually changed.
1071 (up_silently_base): Add selected-frame-level-changed event
1072 notification.
1073 (down_silently_base): Likewise.
1074
1075 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1076
1077 * Makefile.in: Update dependencies for all gdb/*.c files.
1078
1079 2002-08-27 Tom Tromey <tromey@redhat.com>
1080
1081 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1082 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1083 Update dependencies.
1084 * i387-tdep.c: Include gdb_string.h.
1085 * osabi.c: Likewise.
1086 * i386-linux-nat.c: Likewise.
1087 * lin-lwp.c: Likewise.
1088 * ax-gdb.c: Likewise.
1089 * signals/signals.c: Likewise.
1090 * jv-valprint.c: Likewise.
1091 * p-lang.c: Likewise.
1092 * c-valprint.c: Likewise.
1093 * cp-abi.c: Likewise.
1094
1095 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1096
1097 * cli/cli-script.h (copy_command_lines): Export.
1098 * breakpoint.c: Include cli/cli-script.h.
1099 * Makefile.in (breakpoint.o): Update dependencies.
1100
1101 2002-08-26 Michael Snyder <msnyder@redhat.com>
1102
1103 * breakpoint.c (insert_breakpoints): Protect all references
1104 to 'process_warning'. Shorten long lines.
1105
1106 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1107
1108 * cli/cli-script.c (copy_command_lines): New function.
1109 * defs.h (copy_command_lines): Export.
1110 * testsuite/gdb.base/commands.exp: New tests for commands
1111 attached to a temporary breakpoint, and for commands that
1112 delete the breakpoint they are attached to.
1113
1114 2002-08-26 Michael Snyder <msnyder@redhat.com>
1115
1116 * breakpoint.c (bpstat_stop_status): Instead of copying the
1117 pointer to the breakpoint commands struct, make a new copy
1118 of the struct and point to that.
1119 (bpstat_clear): Free the commands struct.
1120 (bpstat_clear_actions): Free the commands struct.
1121 (bpstat_do_actions): Free the command actions. Also execute
1122 the local cleanups, instead of deleting them.
1123 (delete_breakpoint): Leave the commands field of the bpstat
1124 chain alone -- it will be freed later.
1125
1126 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1127
1128 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1129 deleted in 2002-08-20 commit. This function is still used by
1130 ppc-linux-nat.c.
1131
1132 2002-08-26 Keith Seitz <keiths@redhat.com>
1133
1134 * gdb-events.sh: Add selected-frame-level-changed event.
1135 * gdb-events.c: Regenerated.
1136 * gdb-events.h: Regenerated.
1137
1138 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1139
1140 Fix PR gdb/393:
1141 * inflow.c (terminal_save_ours): New function to save terminal
1142 settings.
1143 * inferior.h (terminal_save_ours): Declare.
1144 * target.c (debug_to_terminal_save_ours): New function.
1145 (cleanup_target): Defaults to_terminal_save_ours.
1146 (update_current_target): Inherit to_terminal_save_ours.
1147 (setup_target_debug): Set to_terminal_save_ours.
1148 * target.h (target_terminal_save_ours): New to save terminal settings.
1149 (target_ops): New member to_terminal_save_ours.
1150 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1151 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1152 * inftarg.c (init_child_ops): Likewise.
1153 * m3-nat.c (init_m3_ops): Likewise.
1154 * procfs.c (init_procfs_ops): Likewise.
1155 * wince.c (init_child_ops): Likewise.
1156 * win32-nat.c (init_child_ops): Likewise.
1157 * sol-thread.c (init_sol_thread_ops): Likewise.
1158
1159 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1160
1161 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1162 use regcache_* functions.
1163 (i386_gdbarch_init): Set store_return_value instead of
1164 deprecated_store_return_value.
1165
1166 * regcache.c (regcache_raw_write_signed,
1167 regcache_raw_write_unsigned): New functions.
1168 * regcache.h (regcache_raw_write_signed,
1169 regcache_raw_write_unsigned): New prototypes.
1170
1171 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1172
1173 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1174 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1175 source file dependencies. Cleanup corresponding generator rules.
1176
1177 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1178
1179 * regcache.h (register_offset_hack): Declare.
1180 (regcache_cooked_read_using_offset_hack): Declare.
1181 (regcache_cooked_write_using_offset_hack): Declare.
1182
1183 * regcache.c (register_offset_hack): New function.
1184 (regcache_cooked_read_using_offset_hack): New function.
1185 (regcache_cooked_write_using_offset_hack): New function.
1186 (regcache_dump): Check that the registers, according to their
1187 offset, are packed hard against each other.
1188 (cooked_xfer_using_offset_hack): New function.
1189
1190 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1191
1192 * regcache.c (struct regcache_descr): Add field register_type.
1193 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1194 in as a parameter
1195 (init_regcache_descr): Initialize register_type. Pass the descr
1196 to init_legacy_regcache_descr. Use register_type instead of
1197 REGISTER_VIRTUAL_TYPE.
1198 (register_type): New function.
1199 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1200 * regcache.h (register_type): Declare.
1201
1202 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1203
1204 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1205 instead of deprecated_store_return_value. Fix fallout from
1206 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1207
1208 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1209
1210 * regcache.c (max_register_size): New function.
1211 (init_legacy_regcache_descr): Ensure that max_register_size is
1212 large enough for REGISTER_VIRTUAL_SIZE.
1213 * regcache.h (max_register_size): Declare.
1214
1215 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1216
1217 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1218 store_return_value.
1219 (e500_extract_return_value): Change type of valbuf pointer to
1220 void.
1221
1222 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1223
1224 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1225 workaround.
1226
1227 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1228 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1229 long long) to prevent compiler warning on 64-bit systems.
1230
1231 2002-08-23 Andrew Cagney <cagney@redhat.com>
1232
1233 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1234 (DEPRECATED_STORE_RETURN_VALUE): New method.
1235 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1236 * gdbarch.h, gdbarch.c: Re-generate.
1237
1238 * values.c (set_return_value): Pass current_regcache to
1239 STORE_RETURN_VALUE.
1240 * arch-utils.h (legacy_store_return_value): Declare.
1241 * arch-utils.c (legacy_store_return_value): New function.
1242 (legacy_extract_return_value): Update parameters.
1243
1244 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1245 STORE_RETURN_VALUE.
1246 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1247 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1248 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1249 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1250 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1251 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1252 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1253 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1254 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1255 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1256
1257 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1258 * i386-tdep.c (i386_extract_return_value): Update.
1259 * arch-utils.c (legacy_extract_return_value): Update.
1260 * frv-tdep.c (frv_gdbarch_init): Update.
1261 * cris-tdep.c (cris_gdbarch_init): Update.
1262 * d10v-tdep.c (d10v_gdbarch_init): Update.
1263 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1264 * m68k-tdep.c (m68k_gdbarch_init): Update.
1265 * mcore-tdep.c (mcore_gdbarch_init): Update.
1266 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1267 * s390-tdep.c (s390_gdbarch_init): Update.
1268 * sparc-tdep.c (sparc_gdbarch_init): Update.
1269 * sh-tdep.c (sh_gdbarch_init): Update.
1270 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1271 * v850-tdep.c (v850_gdbarch_init): Update.
1272 * avr-tdep.c (avr_gdbarch_init): Update.
1273 * ia64-tdep.c (ia64_gdbarch_init): Update.
1274 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1275 * vax-tdep.c (vax_gdbarch_init): Update.
1276 * alpha-tdep.c (alpha_gdbarch_init): Update.
1277 * arm-tdep.c (arm_gdbarch_init): Update.
1278 * mips-tdep.c (mips_gdbarch_init): Update.
1279 * i386-tdep.c (i386_gdbarch_init): Update.
1280
1281 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1282
1283 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1284 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1285
1286 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1287
1288 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1289 problems.
1290
1291 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1292
1293 * infrun.c (handle_inferior_event): Move a comment outside of a
1294 function call, in order to avoid indent reformatting this part
1295 of the code in an unreadable way.
1296
1297 2002-08-23 Grace Sainsbury <graces@redhat.com>
1298
1299 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1300 when breakpoints fail. Move general breakpoint error messages to
1301 insert_breakpoints.
1302 * breakpoint.c (insert_breakpoints): Change warnings when
1303 breakpoints are nto inserted to specify the type. Remove call to
1304 memory_error when hardware breakpoints can't be inserted. Remove
1305 multiple calls to warning so all messages are sent to the user at
1306 once.
1307 (delete_breakpoints): Make insert error messsages more explicit.
1308
1309 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1310
1311 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1312 gdbserver/ChangeLog.
1313
1314 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1315
1316 * i386-tdep.c: Include "objfiles.h".
1317 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1318 skip_trampoline_code.
1319 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1320 (CPLUS_MARKER): Define to '.'.
1321
1322 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1323 member.
1324 (linux_corefile_thread_callback): Increase args->num_notes.
1325 (linux_make_note_section): Initialize thread_args.num_notes, and
1326 use it to determine whether notes for any threads were created.
1327
1328 2002-08-23 Donn Terry <donnte@microsoft.com>
1329
1330 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1331 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1332 and PCUNKILL.
1333 (write_with_trace): Conditionalize out the switch branch handling
1334 PCSHOLD if the corresponding macro is not defined. Likewise for
1335 PRSABORT and PRSTOP.
1336 This change will be needed by the Interix port.
1337
1338 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1339
1340 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1341 write_register wherever possible instead of manipulating the
1342 register bytes directly.
1343 Assign VALUE_CONTENTS to a variable and use that.
1344 The GPR numbers are now dependent on the architecture.
1345
1346 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1347
1348 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1349 ev_offset fields.
1350 (skip_prologue): Add support for BookE/e500 instructions.
1351 (e500_extract_return_value): New function.
1352 (frame_get_saved_regs): Add support for saving ev registers and
1353 pseudo gpr's.
1354 (e500_store_return_value): New function.
1355 (rs6000_gdbarch_init): Move up default intializations of
1356 deprecated_extract_return_value and store_return_value. Overwrite
1357 init of store_return_value with e500 specific version.
1358 Set extract_return_value for e500.
1359
1360 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1361
1362 * blockframe.c (generic_call_dummy_register_unwind): Use
1363 regcache_cooked_read to catch cases in which the variable is
1364 stored in a pseudo register.
1365
1366 2002-08-22 Andrew Cagney <cagney@redhat.com>
1367
1368 * NEWS: Mention that the i960 has been made obsolete.
1369 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1370 i960-tdep.c
1371 (remote-nrom.o): Obsolete target.
1372 (remote-nindy.o, i960-tdep.o): Ditto.
1373 * remote-nrom.c: Make file obsolete.
1374 * remote-nindy.c, remote-vx960.c: Ditto.
1375 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1376 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1377 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1378 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1379 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1380 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1381 i960-*-vxworks* obsolete.
1382 * MAINTAINERS: Note that the i960 is obsolete.
1383
1384 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1385
1386 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1387 detach to allow reinitialization.
1388
1389 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1390
1391 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1392 attempt).
1393
1394 2002-08-22 Jim Blandy <jimb@redhat.com>
1395
1396 * coffread.c (coff_symfile_read): Don't try to read the line
1397 number table from disk if the image file doesn't have a symbol
1398 table; we'll never actually look at the info anyway, and Windows
1399 ships DLL's with bogus file offsets for the line number data.
1400
1401 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1402
1403 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1404 an e500 executable.
1405
1406 2002-08-21 Michael Snyder <msnyder@redhat.com>
1407
1408 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1409 (MSYMBOL_SIZE): Replace macro with function.
1410 (DEFAULT_MIPS_TYPE): Delete unused macro.
1411 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1412 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1413
1414 2002-08-21 Jim Blandy <jimb@redhat.com>
1415
1416 * valops.c (value_cast): Simplify and correct logic for doing a
1417 static cast from a pointer to a base class to a pointer to a
1418 derived class.
1419
1420 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1421
1422 * infcmd.c (default_print_registers_info): Replace
1423 do_registers_info.
1424 (registers_info): Use gdbarch_print_registers_info instead of
1425 DO_REGISTERS_INFO.
1426 * inferior.h (default_print_registers_info): Replace
1427 do_registers_info.
1428 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1429 (DO_REGISTERS_INFO): Change to a predicate function.
1430 * gdbarch.h, gdbarch.c: Regenerate.
1431
1432 2002-08-21 Keith Seitz <keiths@redhat.com>
1433
1434 * gdb-events.sh: Add target-changed event.
1435 * gdb-events.c: Regenerated.
1436 * gdb-events.c: Regenerated.
1437 * valops.c (value_assign): Add target-changed event notification
1438 to inlval_register, lval_memory, and lval_reg_frame_relative.
1439
1440 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1441
1442 * NEWS: Add an entry regarding the improvement of the next/step
1443 operation on Alpha Tru64 multi-processor machines.
1444
1445 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1446
1447 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1448 directores.
1449 * Makefile.in: Update all _h macro definitions.
1450 * Makefile.in (install-gdbtk): Move to install section.
1451 (rdi-share/libangsd.a): Move to end of file.
1452
1453 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1454
1455 * frame.c (frame_register_unwind): When a register, set addrp to
1456 the register's byte.
1457
1458 2002-08-20 Michael Snyder <msnyder@redhat.com>
1459
1460 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1461 used locally, so move them from the target machine header to here.
1462 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1463 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1464 Make static.
1465 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1466
1467 2002-08-20 Andrew Cagney <cagney@redhat.com>
1468
1469 * NEWS: Mention that the Apollo line was made obsolete.
1470 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1471 m68*-hp-hpux* obsolete.
1472 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1473 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1474 * buildsym.c (make_blockvector): Make static.
1475 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1476 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1477 (ALLDEPFILES): Remove dstread.c.
1478 (dstread.o): Obsolete make rule.
1479 * dstread.c: Makefile obsolete.
1480 * dst.h: Ditto.
1481 * config/m68k/hp300hpux.mt: Ditto.
1482 * config/m68k/hp300hpux.mh: Ditto.
1483 * config/m68k/hp300bsd.mt: Ditto.
1484 * config/m68k/hp300bsd.mh: Ditto.
1485 * config/m68k/apollo68b.mt: Ditto.
1486 * config/m68k/apollo68v.mh: Ditto.
1487 * config/m68k/apollo68b.mh: Ditto.
1488
1489 2002-08-20 Michael Snyder <msnyder@redhat.com>
1490
1491 * mips-tdep.c (mips_in_return_stub): Make static.
1492 (mips_gdbarch_init): Set in_solib_return_trampoline.
1493 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1494
1495 2002-08-20 Michael Snyder <msnyder@redhat.com>
1496
1497 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1498 * gdbarch.c, gdbarch.h: Regenerate.
1499 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1500 Add.
1501 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1502
1503 2002-08-20 Michael Snyder <msnyder@redhat.com>
1504
1505 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1506 (mips_gdbarch_init): Set skip_trampoline_code,
1507 in_solib_call_trampoline.
1508 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1509 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1510
1511 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1512
1513 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1514
1515 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1516 vector type for ev registers.
1517 (e500_pseudo_register_read): New function.
1518 (e500_pseudo_register_write): New function.
1519 (e500_dwarf2_reg_to_regnum): New function.
1520 (PPC_UISA_NOFP_SPRS): New macro.
1521 (PPC_EV_REGS): New macro.
1522 (PPC_GPRS_PSEUDO_REGS): New macro.
1523 (registers_e500): New register set for e500.
1524 (variants): Add e500 variant.
1525 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1526 before setting architectural dependent variations. Initialize ev
1527 registers numbers. Add case for e500 architecture. Set the
1528 number of pseudo registers.
1529
1530 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1531
1532 * rs6000-tdep.c: Clean up comments.
1533
1534 2002-08-20 Andrew Cagney <cagney@redhat.com>
1535
1536 * h8300-tdep.c: Re-indent file.
1537
1538 2002-08-20 Jim Blandy <jimb@redhat.com>
1539
1540 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1541 default for this.
1542
1543 2002-08-20 Keith Seitz <keiths@redhat.com>
1544
1545 * breakpoints.c (watch_command_1): Use internal breakpoint
1546 when setting a watchpoint_scope breakpoint.
1547
1548 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1549
1550 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1551 (build_builtin_type_vec64i): Ditto.
1552 (build_builtin_type_vec128): Ditto.
1553 (build_builtin_type_vec128i): Ditto.
1554
1555 2002-08-19 Michael Snyder <msnyder@redhat.com>
1556
1557 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1558 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1559 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1560 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1561 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1562 CALL_DUMMY_ADDRESS): Delete.
1563 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1564 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1565 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1566 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1567 push_return_address.
1568 (mips_register_raw_size, mips_eabi_use_struct_convention,
1569 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1570 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1571 mips_init_extra_frame_info, mips_eabi_push_arguments,
1572 mips_n32n64_push_arguments, mips_push_return_address,
1573 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1574 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1575
1576 2002-08-19 Michael Snyder <msnyder@redhat.com>
1577
1578 * mips-tdep.c (mips_frame_num_args): New function.
1579 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1580 frame_saved_pc, frame_args_address, frame_locals_address,
1581 frame_num_args, and frame_args_skip.
1582 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1583 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1584 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1585 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1586
1587 2002-08-20 Michael Snyder <msnyder@redhat.com>
1588
1589 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1590 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1591 * mips-tdep.c (mips_store_struct_return): New function.
1592 (mips_extract_struct_value_address): New function.
1593 (mips_gdbarch_init): Set store_struct_return and
1594 extract_struct_value_address.
1595
1596 2002-08-20 David Carlton <carlton@math.stanford.edu>
1597
1598 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1599 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1600 (read_file_scope): Check that line_header is nonzero before
1601 decoding macro information.
1602
1603 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1604
1605 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1606 flag the general-purpose registers as floating-point on targets
1607 that don't support the floating-point registers.
1608
1609 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1610
1611 * rs6000-tdep.c (altivec_register_p): Delete.
1612 (rs6000_do_altivec_registers): Delete.
1613 (rs6000_altivec_registers_info): Delete.
1614 (rs6000_do_registers_info): Delete.
1615 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1616 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1617
1618 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1619
1620 * infcmd.c (do_registers_info): Print vector registers in hex
1621 format only.
1622 (print_vector_info): Check that printing registers
1623 makes sense.
1624 (print_float_info): Ditto.
1625
1626 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1627
1628 * mips-tdep.c (mips_gdbarch_init): Update.
1629 (mips_o32_extract_return_value): Rewrite.
1630 (mips_o32_store_return_value): Rewrite.
1631 (mips_o32_xfer_return_value): New function.
1632 (mips_xfer_register): Tweak debug print message. Allow for
1633 buf_offset when dumping the value transfered.
1634
1635 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1636
1637 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1638 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1639 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1640 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1641 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1642
1643 2002-08-14 Michael Snyder <msnyder@redhat.com>
1644
1645 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1646
1647 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1648
1649 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1650 register.
1651 (P): New macro to define a register as a pseudo register.
1652 (R, R4, R8, R16, FR32, R64, R0): Updated.
1653 (struct variant): Add new fields for number of pseudo registers
1654 and number of total registers.
1655 (tot_num_registers): New macro replacing....
1656 (num_registers): ...deleted macro.
1657 (num_registers): New function.
1658 (num_pseudo_registers): New function.
1659 (variants): Update all variants to intialize new fields correctly.
1660 Postpone initialization of number of pseudo regs and real regs.
1661 (init_variants): New function.
1662 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1663 registers offsets.
1664
1665 2002-08-19 David Carlton <carlton@math.stanford.edu>
1666
1667 * valops.c (search_struct_field): Change error message to treat
1668 return value of 0 from value_static_field as meaning that field is
1669 optimized out.
1670 (value_struct_elt_for_reference): Ditto.
1671 * values.c (value_static_field): Treat an unresolved location the
1672 same as a nonexistent symbol. Fix PR gdb/635.
1673 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1674 enclosed. Fix PR gdb/574.
1675 * MAINTAINERS: Add self to Write After Approval list.
1676
1677 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1678
1679 * mips-tdep.c (mips_xfer_register): New function.
1680 (mips_n32n64_extract_return_value): Rewrite.
1681 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1682 instead of deprecated_extract_return_value.
1683
1684 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1685
1686 * rs6000-tdep.c (TDEP): Delete macro.
1687 (branch_dest): Replace use of TDEP macro with its body.
1688 (rs6000_pop_frame): Ditto.
1689 (rs6000_push_arguments): Ditto.
1690 (rs6000_skip_trampoline_code): Ditto.
1691 (rs6000_frame_saved_pc): Ditto.
1692 (rs6000_frame_chain): Ditto.
1693 (rs6000_register_name): Ditto.
1694 (rs6000_register_byte): Ditto.
1695 (rs6000_register_raw_size): Ditto.
1696 (rs6000_register_virtual_type): Ditto.
1697 (rs6000_register_convertible): Ditto.
1698 (rs6000_convert_from_func_ptr_addr): Ditto.
1699
1700 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1701
1702 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1703 conditionally.
1704 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1705 MIPS_LINUX_JB_ELEMENT_SIZE.
1706 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1707 for MAX_REGISTER_RAW_SIZE arrays.
1708 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1709 MIPS_LINUX_JB_ELEMENT_SIZE.
1710
1711 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1712
1713 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1714
1715 2002-08-19 Aidan Skinner <aidan@velvet.net>
1716
1717 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1718 ada-valprint.c ada-tasks.c.
1719 (YYFILES): Add ada-exp.y.
1720 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1721 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1722 (ada-exp.tab.o): New target.
1723
1724 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1725
1726 * regcache.c (regcache_xfer_part): New function.
1727 (regcache_raw_read_part): New function.
1728 (regcache_raw_write_part): New function.
1729 (regcache_cooked_read_part): New function.
1730 (regcache_cooked_write_part): New function.
1731 * regcache.h (regcache_raw_read_part): Declare.
1732 (regcache_raw_write_part): Declare.
1733 (regcache_cooked_read_part): Declare.
1734 (regcache_cooked_write_part): Declare.
1735
1736 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1737
1738 * remote.c (remote_open_1): Add async_p.
1739 (remote_async_open_1): Delete.
1740 (open_remote_target): Delete.
1741 (remote_open, extended_remote_open): Update calls to remote_open_1.
1742 (remote_async_open, extended_remote_async_open): Call
1743 remote_open_1 instead of remote_async_open_1.
1744
1745 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1746
1747 * blockframe.c: Fix a few coding standard violations.
1748
1749 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1750
1751 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1752 here from ...
1753 * config/i386/tm-i386sco5.h: ... here. File removed.
1754 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1755
1756 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1757 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1758 (TM_FILE): Set to tm-i386.h.
1759 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1760 * config/i386/tm-i386v.h: Remove file.
1761 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1762 instead of "i386/tm-i386v.h".
1763 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1764 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1765 "i386/tm-i386v.h".
1766 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1767 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1768 "i386/tm-i386.h".
1769
1770 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1771
1772 * config/i386/nm-i386v.h: Add protection against
1773 multiple-inclusion.
1774 (i386_register_u_addr): Remove prototype.
1775 (register_u_addr): New prototype.
1776 (REGISTER_U_ADDR): Redefine accordingly.
1777 * i386v-nat.c: Improve several comments.
1778 (i386_register_u_addr): Change signature and rename to
1779 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1780 ubase variable.
1781
1782 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1783
1784 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1785 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1786 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1787 deprecated_extract_return_value.
1788 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1789 rename mips_o32o64_push_arguments.
1790 (mips_gdbarch_init): Update.
1791 (mips_extract_return_value): Delete.
1792 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1793 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1794 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1795 (mips_n32n64_extract_return_value): Clone
1796 mips_extract_return_value.
1797 (mips_store_return_value): Delete.
1798 (mips_o32_store_return_value): Clone mips_store_return_value.
1799 (mips_o64_store_return_value): Clone mips_store_return_value.
1800 (mips_eabi_store_return_value): Clone mips_store_return_value.
1801 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1802
1803 2002-08-18 Aidan Skinner <aidan@velvet.net>
1804
1805 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1806 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1807
1808 2002-08-18 Aidan Skinner <aidan@velvet.net>
1809
1810 * ada-lang.c: Run through gdb_indent.sh.
1811 * ada-lang.h: Run through gdb_indent.sh.
1812 * ada-tasks.c: Run through gdb_indent.sh.
1813 * ada-typeprint.c: Run through gdb_indent.sh.
1814 * ada-valprint.c: Run through gdb_indent.sh.
1815
1816 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1817
1818 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1819 ABI.
1820
1821 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1822
1823 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1824
1825 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1826 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1827
1828 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1829 write_register_gen instead of write_register_bytes.
1830
1831 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1832 i[3456]-*-osf1mk* configurations have been made obsolete.
1833 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1834 i[3456]86-*-osf1mk* hosts obsolete.
1835 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1836 targets obsolete.
1837 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1838 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1839 config/i386/i386m3.mt, config/i386/nm-m3.h,
1840 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1841 config/i386/i386mk.mh, config/i386/i386mk.mt,
1842 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1843 obsolete.
1844 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1845 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1846 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1847
1848 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1849
1850 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1851 (hppa_value_returned_from_stack): Declare.
1852 (hppa_extract_return_value): Declare.
1853 * config/pa/hppa.mt: New file.
1854 * configure.tgt: Recognize hppa*-*-*.
1855 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1856
1857 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1858
1859 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1860 comment.
1861
1862 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1863
1864 * top.c (gdb_rl_operate_and_get_next): Make sure
1865 operate-and-get-next functions correctly even when the history
1866 list is completely filled.
1867
1868 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1869
1870 * MAINTAINERS (Target Instruction Set Architectures): Rename
1871 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1872 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1873 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1874 already listed under Host/Native.
1875
1876 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1877 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1878 mips*-*-*.
1879
1880 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1881
1882 * config/ia64/ia64.mt: New file.
1883 * config/alpha/alpha.mt: New file.
1884 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1885 ia64-linux-gnu. Mention that ia64-elf is broken.
1886 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1887
1888 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1889
1890 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1891 generic_func_frame_valid instead of func_frame_valid.
1892
1893 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1894
1895 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1896 procfs appears to be broken when debugging on multi-processor
1897 machines. So enable software single stepping in order to avoid
1898 using the procfs interface to do next/step operations, using
1899 internal breakpoints instead.
1900
1901 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1902 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1903 make this pc address equal to the value it would have if the
1904 system stepping capability was used. Also set a new flag used
1905 to ensure that we don't readjust the PC one more time later.
1906
1907 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1908 address by DECR_PC_AFTER_BREAK when software single step is
1909 in use for this architecture, as this has already been taken
1910 care of in handle_inferior_event().
1911
1912 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1913
1914 * infrun.c (handle_inferior_event): Minor reformatting, to make
1915 a rather long condition expression easier to read.
1916
1917 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1918
1919 * Makefile.in (gdbtk.o): Move to end of file.
1920 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1921 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1922 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1923 (gdbtk-wrapper.o, gdbres.o): Ditto.
1924
1925 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1926
1927 * Makefile.in (copying.o): Separate out compile rule.
1928 (hpux-thread.o, procfs.o, signals.o): Ditto.
1929 (v850ice.o, z8k-tdep.o): Ditto.
1930 (tui-file.o): Move to TUI section.
1931 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1932 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1933
1934 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1935
1936 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1937 skip_trampoline_code, for better namespace-proofing.
1938
1939 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1940
1941 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1942
1943 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1944
1945 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1946
1947 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1948 signal, check whether we hit a breakpoint before checking for a
1949 single step breakpoint. Otherwise, GDB fails to notice that a
1950 breakpoint has been hit when stepping onto a breakpoint.
1951
1952 2002-08-16 Keith Seitz <keiths@redhat.com>
1953
1954 * gdb-events.sh (clear_gdb_event_hooks): New function.
1955 * gdb-events.c: Regenerate.
1956 * gdb-events.h: Regenerate.
1957
1958 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1959
1960 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1961 not_a_sw_breakpoint.
1962 * breakpoint.h (bpstat_stop_status): Add parameter names.
1963
1964 2002-08-16 Grace Sainsbury <graces@redhat.com>
1965
1966 * remote.c (remote_insert_hw_breakpoint)
1967 (remote_remove_hw_breakpoint): Fix calculation of length field
1968 for Z-packet.
1969
1970 2002-08-15 Michael Snyder <msnyder@redhat.com>
1971
1972 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1973 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1974 (supply_fpregset): Ditto.
1975
1976 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1977 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1978 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1979 (TARGET_READ_SP): Delete.
1980 (DO_REGISTERS_INFO): Delete.
1981 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1982 Delete.
1983 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1984 from macros to functions.
1985
1986 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1987 (mips_register_convertible, mips_register_convert_to_virtual,
1988 mips_register_convert_to_raw): Make static.
1989 (mips_read_sp): New function.
1990 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1991 (mips_do_registers_info): Make static.
1992 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1993 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1994 (mips_register_convert_from_type, mips_register_convert_to_type):
1995 New functions.
1996 (mips_gdbarch_init): Set up function_start_offset,
1997 register_virtual_size, pc_in_sigtramp.
1998
1999 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2000
2001 * infcmd.c (vector_info): New function.
2002 (_initialize_infcmd): Add command "info vector".
2003 (print_vector_info): New function.
2004
2005 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2006 * gdbarch.h, gdbarch.c: Regenerate.
2007
2008 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2009
2010 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2011 ``print_all''. Only print vector registers when ``print_all''.
2012
2013 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2014
2015 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2016 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2017
2018 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2019 Add `args' parameter.
2020 * gdbarch.h, gdbarch.c: Regenerate.
2021
2022 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2023
2024 * infcmd.c (float_info): Call print_float_info.
2025 (print_float_info): New function. By default, print the
2026 floating-point registers.
2027
2028 * arch-utils.h (default_print_float_info): Delete declaration.
2029 * arch-utils.c (default_print_float_info): Delete function.
2030
2031 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2032
2033 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2034 out define.
2035
2036 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2037 FRAME.
2038
2039 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2040 * configure.host: Make i[3456]86-*-aix host obsolete.
2041 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2042 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2043 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2044 config/i386/xm-i386aix.h: Make files obsolete.
2045 * i386aix-nat.c: Make file obsolete.
2046 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2047 (i386aix-nat.o): Make target obsolete.
2048
2049 * config/i386/nm-gnu.h: Removed.
2050 * config/i386/nm-i386gnu.h: New file.
2051 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2052 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2053 Moved here from ...
2054 * config/i386/tm-i386gnu.h: ... here. Removed.
2055 * config/i386/xm-i386gnu.h: Removed.
2056 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2057 (NAT_FILE): Set to nm-i386gnu.h.
2058 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2059 * i386-tdep.c: New file.
2060 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2061 (i386gnu-tdep.o): Specify dependencies.
2062
2063 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2064
2065 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2066 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2067 Adjust a few comments to reflect reality a bit closer.
2068 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2069 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2070 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2071 target_insert_watchpoint, target_remove_watchpoint):
2072 Move defines to ...
2073 * config/i386/nm-i386sco5.h: ... here.
2074 (kernel_u_size): Add prototype. Improve a few comments and add
2075 protection against multiple inclusion.
2076
2077 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2078 out define.
2079
2080 * uw-thread.c (SP_ARG0): Define if not already defined.
2081 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2082
2083 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2084
2085 * config/i386/tm-i386.h: Don't include "regcache.h".
2086
2087 * i387-tdep.h (i387_print_float_info): New prototype.
2088 * i387-tdep.c (print_i387_value, print_i387_ext,
2089 print_i387_status_word, print_i387_control_word): Add `struct
2090 ui_file *' argument and use it for output.
2091 (i387_print_float_info): Renamed from i387_float_info. Add
2092 `struct gdbarch *' and `struct ui_file *' arguments and use the
2093 latter for output.
2094 * i386-tdep.c: Include "i387-tdep.h".
2095 (i386_gdbarch_init): Set print_float_info.
2096 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2097 (FLOAT_INFO): Remove define.
2098
2099 2002-08-13 Michael Snyder <msnyder@redhat.com>
2100
2101 * mips-tdep.c (mips_push_arguments): Rename to
2102 mips_eabi_push_arguments, and tune for EABI.
2103 (MIPS_REGS_HAVE_HOME_P): Delete.
2104 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2105 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2106 Delete references to mips_regs_have_home_p.
2107
2108 2002-08-14 Keith Seitz <keiths@redhat.com>
2109
2110 * Makefile.in (install-gdbtk): Create insight plugin directory.
2111 Install plugins.tcl file.
2112
2113 2002-08-14 Keith Seitz <keiths@redhat.com>
2114
2115 * configure.in: Move SUBDIRS to near top of the file so that
2116 --enable options may add things to it.
2117 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2118 * configure: Regenerate.
2119
2120 2002-08-13 Michael Snyder <msnyder@redhat.com>
2121
2122 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2123 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2124 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2125
2126 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2127
2128 * vax-tdep.c (vax_get_saved_register): Delete function.
2129 (vax_gdbarch_init): Update.
2130 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2131 (ns32k_gdbarch_init): Update.
2132 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2133 (alpha_gdbarch_init): Update.
2134
2135 2002-08-13 Andrew Cagney <cagney@redhat.com>
2136
2137 * regcache.c (init_regcache_descr): Overallocate the
2138 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2139 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2140 nr_raw_registers.
2141 (set_register_cached): Add range checking assertions. Use
2142 current_regcache.
2143
2144 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2145
2146 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2147 numbers for MMX registers.
2148
2149 2002-08-13 Andrew Cagney <cagney@redhat.com>
2150
2151 * i386-tdep.c (i386_gdbarch_init): Use
2152 generic_unwind_get_saved_register.
2153
2154 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2155
2156 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2157 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2158 target vector.
2159 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2160 Delete. Add comment regarding this now-deleted target method.
2161
2162 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2163
2164 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2165 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2166 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2167 real PC and the page number (if it's within the memory bank window).
2168 (m68hc11_pseudo_register_write): Likewise when saving.
2169 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2170 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2171 (m68hc11_register_raw_size): And use 32-bit for it.
2172 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2173 16K memory bank is used by the prog; also use the virtual pc.
2174
2175 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2176
2177 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2178 (m68hc11_gdbarch_init): Install it in gdbarch.
2179 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2180 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2181 (MSYMBOL_SIZE): New for documentation.
2182 (insn_return_kind): Enum to specify how a function returns.
2183 (frame_extra_info): Cleanup and record the return mode.
2184 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2185 register in address computation.
2186 (m68hc11_get_return_insn): New to obtain the return instruction used
2187 by the function.
2188 (m68hc11_frame_init_saved_regs): Take into account the return
2189 instruction used by the function for far and interrupt functions.
2190 (m68hc11_init_extra_frame_info): Take into account page register.
2191 (m68hc11_frame_args_address): Adjust according to the return mode.
2192 (show_regs): Print page register only when it's used.
2193
2194 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2195
2196 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2197 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2198 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2199 registers.
2200 (m68hc11_register_raw_size): Likewise.
2201
2202 2002-08-13 Andrew Cagney <cagney@redhat.com>
2203
2204 * i386-tdep.c (i386_register_name): Handle mmx registers.
2205 (mmx_regnum_p): New function.
2206 (i386_mmx_names): New array.
2207 (mmx_num_regs): New variable.
2208 (i386_pseudo_register_read): New function.
2209 (i386_pseudo_register_write): New function.
2210 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2211
2212 * regcache.c (regcache_raw_read_unsigned): New function.
2213 (regcache_raw_read_signed): New function.
2214 * regcache.h (regcache_raw_read_unsigned): Declare.
2215 (regcache_raw_read_signed): Declare.
2216
2217 2002-08-13 Andrew Cagney <cagney@redhat.com>
2218
2219 * regcache.c (regcache_raw_read_as_address): Delete function.
2220 (regcache_cooked_read_signed): New function.
2221 (regcache_cooked_read_unsigned): New function.
2222 * regcache.h (regcache_cooked_read_signed): Declare.
2223 (regcache_cooked_read_unsigned): Declare.
2224 (regcache_raw_read_as_address): Delete declaration.
2225
2226 * blockframe.c (generic_read_register_dummy): Use
2227 regcache_cooked_read_unsigned.
2228 * i386-tdep.c (i386_extract_struct_value_address): Use
2229 regcache_cooked_read_unsigned.
2230
2231 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2232
2233 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2234 double sizes according to ELF ABI flags.
2235 (gdbarch_tdep): Record elf_flags.
2236
2237 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2238
2239 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2240 (m6812_prolog): They can appear in 68HC12 function prologue.
2241 (m68hc11_frame_chain): Cleanup.
2242
2243 2002-08-12 Andrew Cagney <cagney@redhat.com>
2244
2245 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2246 declarations.
2247 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2248 (i386_linux_register_raw_size): Delete function.
2249 (i386_linux_init_abi): Update.
2250 * i386-tdep.c (i386_register_raw_size): Delete function.
2251 (i386_register_byte): Delete function.
2252 (i386_gdbarch_init): Update.
2253 (i386_register_size): Delete array.
2254 (i386_register_offset): Delete array.
2255
2256 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2257 (REGISTER_RAW_SIZE): Delete macro.
2258 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2259 (REGISTER_BYTE): Delete macro.
2260
2261 2002-08-11 Aidan Skinner <aidan@velvet.net>
2262
2263 * ada-lang.c (ada_lookup_partial_symbol)
2264 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2265 prototype names so that grep ^func works properly.
2266
2267 * ada-lang.c (ada_array_element_type)
2268 (ada_lookup_partial_symbol): Fix typos in parameter list.
2269
2270 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2271 Fix prototype names so that grep ^func works properly.
2272
2273 2002-08-10 Andrew Cagney <cagney@redhat.com>
2274 Elena Zannoni <ezannoni@redhat.com>
2275 Martin M. Hunt <hunt@redhat.com>
2276
2277 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2278 (build_builtin_type_vec128i): Set the vector bit.
2279 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2280 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2281 (build_builtin_type_vec64): New function.
2282 (build_builtin_type_vec64i): New function.
2283 (build_gdbtypes): Initialize builtin_type_vec64 and
2284 builtin_type_vec64i.
2285
2286 2002-08-09 Andrew Cagney <cagney@redhat.com>
2287
2288 * regcache.c (regcache_dump): Compare the register offset
2289 with REGISTER_BYTE.
2290 * arch-utils.c (generic_register_byte): New function.
2291 * arch-utils.h (generic_register_byte): Declare.
2292 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2293 * gdbarch.h, gdbarch.c: Regenerate.
2294
2295 2002-08-09 Andrew Cagney <cagney@redhat.com>
2296
2297 * regcache.c: Include "gdbcmd.h"
2298 (_initialize_regcache): Add commands "maintenance print
2299 registers", "maintenance print raw-registers" and "maintenance
2300 print cooked-registers".
2301 (enum regcache_dump_what): Define.
2302 (dump_endian_bytes): New function.
2303 (regcache_dump): New function.
2304 (regcache_print): New function.
2305 (maintenance_print_registers): New function.
2306 (maintenance_print_raw_registers): New function.
2307 (maintenance_print_cooked_registers): New function.
2308 * Makefile.in (regcache.o): Update dependencies.
2309
2310 2002-08-09 Michael Snyder <msnyder@redhat.com>
2311
2312 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2313 (mips_push_arguments): Correct some comments. Use paddr_nz
2314 for printing addresses in debug output. Replace static
2315 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2316 (mips_n32n64_push_arguments): New function, cloned from
2317 mips_push_arguments and tuned for the n32/n64 ABI.
2318 (mips_push_register): Buffer needs dynamic allocation.
2319 (mips_print_register): Ditto.
2320 (do_gp_register_row): Ditto.
2321 (mips_store_return_value): Ditto.
2322 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2323
2324 2002-08-09 Don Howard <dhoward@redhat.com>
2325
2326 * memattr.c (mem_info_command): Print special case of upper bound
2327 as max CORE_ADDR + 1.
2328
2329 2002-08-08 Michael Snyder <msnyder@redhat.com>
2330
2331 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2332 returns structs by ref if they're too big to fit in two registers.
2333
2334 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2335
2336 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2337 saved regs value.
2338 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2339 mips_find_saved_regs().
2340 (mips_pop_frame): Likewise.
2341
2342 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2343
2344 * blockframe.c (frame_saved_regs_register_unwind): Revise
2345 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2346 frames are in use.
2347
2348 2002-08-09 Grace Sainsbury <graces@redhat.com>
2349
2350 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2351 T-packets; the 'a' is not taken as a register number.
2352 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2353 (remote_stopped_data_address): New functions; add to target
2354 vector.
2355 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2356 prototypes to match other implementations of this
2357 function. replace integer argument with pointer -- the length
2358 field in the Z-packet is the length of what is pointed to or 1 if
2359 pointer is null. Add to target vector.
2360 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2361 target vector.
2362
2363 From Mark Salter:
2364 * remote.c (remote_wait): Add support to extract optional
2365 watchpoint information from T-packet. Ignore unrecognized
2366 optional info in T-packet.
2367 (remote_async_wait): Ditto.
2368
2369 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2370
2371 * cli/cli-dump.c: Change fopen modes to use binary open modes
2372 as defined in include/fopen-bin.h throughout.
2373
2374 2002-08-08 Michael Snyder <msnyder@redhat.com>
2375
2376 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2377
2378 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2379
2380 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2381 assertion failure by returning early after a warning.
2382
2383 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2384
2385 * mips-tdep.c (mips_find_saved_regs): Make static.
2386 (mips_frame_init_saved_regs): New function.
2387 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2388 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2389 (mips_find_saved_regs): Delete declaration.
2390
2391 2002-08-08 Grace Sainsbury <graces@redhat.com>
2392
2393 * remote.c (remote_wait, remote_async_wait): Change
2394 thread_num from int to ULONGEST.
2395 (unpack_varlen_hex): Change result parameter from
2396 int * to ULONGEST *.
2397
2398 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2399
2400 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2401 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2402 powerpc*-*-*.
2403 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2404
2405 2002-08-08 Andrew Cagney <cagney@redhat.com>
2406
2407 * gcore.c (override_derive_stack_segment): Delete variable.
2408 (preempt_derive_stack_segment): Delete function.
2409 (derive_stack_segment): Delete function.
2410 (default_derive_stack_segment): Renamed to derive_stack_segment.
2411 (override_derive_heap_segment): Delete variable.
2412 (preempt_derive_heap_segment): Delete function.
2413 (derive_heap_segment): Delete function.
2414 (default_derive_heap_segment): Rename to derive_heap_segment.
2415
2416 2002-08-06 Michael Snyder <msnyder@redhat.com>
2417
2418 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2419 * mips-tdep.c (mips_EABI_use_struct_convention,
2420 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2421 New functions. (mips_use_struct_convention): Delete.
2422 (mips_gdbarch_init): set use_gdbarch_convention.
2423
2424 2002-08-06 Michael Snyder <msnyder@redhat.com>
2425
2426 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2427 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2428 mips_o32_reg_struct_has_addr): New functions.
2429 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2430
2431 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2432
2433 * regcache.c (pseudo_register): Delete function.
2434 (fetch_register): Delete function.
2435 (store_register): Delete function.
2436 (regcache_raw_read, legacy_read_register_gen): Use
2437 target_fetch_registers instead of fetch_register.
2438 (legacy_write_register_gen, regcache_raw_write): Use
2439 target_store_register instead of store_register.
2440 (write_register_bytes): Ditto.
2441
2442 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2443 (STORE_PSEUDO_REGISTER): Delete.
2444 * gdbarch.h, gdbarch.c: Regenerate.
2445
2446 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2447
2448 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2449 write dump file binary.
2450
2451 2002-08-05 Michael Snyder <msnyder@redhat.com>
2452
2453 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2454 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2455 (mips_gdbarch_init): Set N32 target to be mips64.
2456
2457 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2458
2459 * frame.c (find_saved_register): Break out of loop once saved
2460 register address is found. Don't mention sparc in loop comment
2461 anymore.
2462
2463 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2464
2465 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2466 mips_default_saved_regsize to 8.
2467
2468 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2469
2470 * gcore.c: Do not include <sys/procfs.h>.
2471 * Makefile.in (gcore.o): Update dependencies.
2472
2473 2002-08-06 Andrew Cagney <cagney@redhat.com>
2474
2475 * configure.tgt: Make arc-*-* obsolete.
2476 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2477 * MAINTAINERS: Make arc-elf obsolete.
2478 * arc-tdep.c: Make file obsolete.
2479 * config/arc/arc.mt: Ditto.
2480 * config/arc/tm-arc.h: Ditto.
2481
2482 2002-08-05 Theodore A. Roth <troth@verinet.com>
2483
2484 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2485
2486 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2487
2488 * mcore-tdep.c (mcore_gdbarch_init): Use
2489 generic_unwind_get_saved_register instead of
2490 generic_get_saved_register.
2491 * v850-tdep.c (v850_gdbarch_init): Ditto.
2492 * frv-tdep.c (frv_gdbarch_init): Ditto.
2493 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2494 * s390-tdep.c (s390_gdbarch_init): Ditto.
2495 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2496 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2497 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2498
2499 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2500
2501 * objfiles.h: Add missing #include "symfile.h"
2502
2503 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2504
2505 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2506
2507 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2508 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2509 of FIELD_BITSIZE.
2510
2511 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2512
2513 * NEWS: Cleanup and nitpick.
2514
2515 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2516
2517 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2518
2519 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2520
2521 * Makefile.in (gdbtk-bp.o): Update dependencies.
2522 (gdbtk-register.o): Ditto.
2523 (gdbtk-varobj.o): Ditto.
2524
2525 2002-08-03 Andrew Cagney <cagney@redhat.com>
2526
2527 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2528 m68hc11_fetch_pseudo_register.
2529 (m68hc11_pseudo_register_write): Replace
2530 m68hc11_store_pseudo_register.
2531 (m68hc11_gdbarch_init): Update.
2532
2533 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2534
2535 * gdbarch.sh: Include "gdb_string.h".
2536 * gdbarch.c: Regenerate.
2537
2538 * regcache.c: Include "gdb_string.h".
2539 * ax-general.c: Ditto.
2540 * varobj.c: Ditto.
2541 * std-regs.c: Ditto.
2542 * fbsd-proc.c: Ditto.
2543 * thread.c: Ditto.
2544
2545 * Makefile.in (regcache.o): Update dependencies.
2546 (thread.o, gdbarch.o): Ditto.
2547 (ax-general.o, gdbarch.o): Ditto.
2548 (varobj.o, std-regs.o): Ditto.
2549 (fbsd-proc.o): Specify dependencies.
2550
2551 2002-08-02 Andrew Cagney <cagney@redhat.com>
2552
2553 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2554 regnum.
2555 (regcache_cooked_write): Ditto.
2556
2557 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2558
2559 * regcache.c (regcache_cooked_read): New function.
2560 (regcache_cooked_write): New function.
2561 (read_register_gen): Rewrite using regcache_cooked_read.
2562 (write_register_gen): Rewrite using regcache_cooked_write.
2563
2564 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2565 Declare.
2566
2567 2002-08-02 Andrew Cagney <cagney@redhat.com>
2568
2569 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2570 Replace the architecture methods register_read and register_write.
2571 * gdbarch.h, gdbarch.c: Regenerate.
2572 * regcache.c (init_regcache_descr): Update.
2573 (read_register_gen): Update.
2574 (write_register_gen): Update.
2575 (supply_register): Update comment.
2576
2577 * sh-tdep.c (sh_gdbarch_init): Update.
2578 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2579 `regcache' and `gdbarch' parameters. Make `buffer' a void
2580 pointer. Update code.
2581 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2582 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2583 void pointer. Update code.
2584 (sh64_register_write): Delete.
2585 (sh4_register_read): Delete.
2586 (sh64_register_read): Delete.
2587 (sh4_register_write): Delete.
2588 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2589 void pointer, `to' parameter a void pointer.
2590 (sh_sh64_register_convert_to_raw): Ditto.
2591
2592 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2593
2594 * mips-tdep.c (mips_register_virtual_type): Use architecture
2595 invariant return values.
2596
2597 2002-08-01 Andrew Cagney <cagney@redhat.com>
2598
2599 * linux-proc.c: Include "gdb_string.h".
2600 * Makefile.in (linux-proc.o): Update dependency list.
2601
2602 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2603
2604 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2605 comment.
2606
2607 2002-08-01 Grace Sainsbury <graces@redhat.com>
2608
2609 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2610 to_insert_watchpoint, to_remove_watchpoint,
2611 to_stopped_by_watchpoint, to_stopped_data_address,
2612 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2613 target vecctor. Define their corresponding macros so they call
2614 them.
2615
2616 * target.c: Add default and debug versions of for
2617 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2618 to_insert_watchpoint, to_remove_watchpoint,
2619 to_stopped_by_watchpoint, to_stopped_data_address,
2620 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2621
2622 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2623
2624 * mips-tdep.c (mips_register_virtual_type): New function.
2625 (mips_gdbarch_init): Register mips_register_virtual_type()
2626 with gdbarch machinery.
2627 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2628 this file instead of tm-bigmips.h.
2629 (MIPS_REGSIZE): Delete this macro.
2630 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2631 multiarch version in mips-tdep.c will be found.
2632
2633 2002-08-01 Andrew Cagney <cagney@redhat.com>
2634
2635 * NEWS: Menion that CHILL has been made obsolete.
2636
2637 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2638 * stabsread.c (read_range_type): Ditto.
2639 * gdbtypes.h: Ditto.
2640 * language.c (binop_type_check): Ditto.
2641 (binop_result_type): Ditto.
2642 (integral_type): Ditto.
2643 (character_type): Ditto.
2644 (string_type): Ditto.
2645 (boolean_type): Ditto.
2646 (structured_type): Ditto.
2647 (lang_bool_type): Ditto.
2648 (binop_type_check): Ditto.
2649 * language.h (_LANG_chill): Ditto.
2650 * dwarfread.c (set_cu_language): Ditto.
2651 * dwarfread.c (CHILL_PRODUCER): Ditto.
2652 * dwarfread.c (handle_producer): Ditto.
2653 * expression.h (enum exp_opcode): Ditto.
2654 * eval.c: Ditto for comments.
2655 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2656 * expprint.c (print_subexp): Ditto.
2657 (print_subexp): Ditto.
2658 * valops.c (value_cast): Ditto.
2659 (search_struct_field): Ditto.
2660 * value.h (COERCE_VARYING_ARRAY): Ditto.
2661 * symfile.c (init_filename_language_table): Ditto.
2662 (add_psymbol_with_dem_name_to_list): Ditto.
2663 * valarith.c (value_binop): Ditto.
2664 (value_neg): Ditto.
2665 * valops.c (value_slice): Ditto.
2666 * symtab.h (union language_specific): Ditto.
2667 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2668 (SYMBOL_DEMANGLED_NAME): Ditto.
2669 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2670 * defs.h (enum language): Ditto.
2671 * symtab.c (got_symtab): Ditto.
2672 * utils.c (fprintf_symbol_filtered): Ditto.
2673
2674 * ch-typeprint.c: Make file obsolete.
2675 * ch-valprint.c: Make file obsolete.
2676 * ch-lang.h: Make file obsolete.
2677 * ch-exp.c: Make file obsolete.
2678 * ch-lang.c: Make file obsolete.
2679
2680 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2681 CHILL_LIB.
2682 (TARGET_FLAGS_TO_PASS): Ditto.
2683 (CHILLFLAGS): Obsolete.
2684 (CHILL): Obsolete.
2685 (CHILL_FOR_TARGET): Obsolete.
2686 (CHILL_LIB): Obsolete.
2687 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2688 ch-valprint.c.
2689 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2690 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2691 ch-lang.o.
2692 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2693 targets.
2694
2695 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2696
2697 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2698 This does not change anything at the moment, but will be helpful
2699 later when full Ada support is integrated.
2700
2701 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2702
2703 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2704 help message.
2705
2706 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2707
2708 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2709 and save it in a local variable. Use variable in later test.
2710
2711 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2712
2713 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2714 test. (Thanks to Daniel Jacobowitz.)
2715
2716 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2717
2718 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2719 (mips_abi_strings): Add "n64".
2720 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2721
2722 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2723
2724 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2725 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2726
2727 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2728
2729 * utils.c (host_pointer_to_address, address_to_host_pointer):
2730 Use gdb_assert() instead of explicit call to internal_error().
2731
2732 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2733
2734 * Makefile.in (rs6000-nat.o): Update dependencies.
2735
2736 From Nicholas Duffek:
2737 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2738 (aix-thread.o): New rule.
2739 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2740 * config/powerpc/aix432.mh: New file.
2741
2742 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2743
2744 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2745 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2746 (fetch_core_registers, ppc_linux_supply_gregset)
2747 (ppc_linux_supply_fpregset): New functions.
2748 (ppc_linux_regset_core_fns): New.
2749 (_initialize_ppc_linux_tdep): Call add_core_fns.
2750 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2751 and ppc_linux_supply_gregset.
2752 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2753 (supply_fpregset): Call ppc_linux_supply_fpregset.
2754 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2755 corelow.o.
2756 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2757
2758 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2759
2760 * symtab.c (lookup_symbol): Demangle before lowercasing.
2761
2762 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2763
2764 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2765 declaration.
2766 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2767 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2768 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2769 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2770 "gdb_string.h".
2771 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2772 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2773 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2774 (avr-tdep.o, mon960-rom.o): Ditto.
2775 (aout_stabs_gnu_h): Define.
2776 (symtab_h): Remove $(gdb_obstack_h).
2777
2778 2002-07-30 Jim Blandy <jimb@redhat.com>
2779
2780 Patch from David Carlton <carlton@math.stanford.edu>:
2781 * gdbinit.in: Move the `dir' commands that add GDB's own source
2782 directory to the search path to the end, so that the `gdb' source
2783 directory will be searched first.
2784
2785 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2786
2787 * gdb_obstack.h: New file.
2788 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2789 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2790 * objfiles.h: Include "gdb_obstack.h".
2791 * Makefile.in (gdb_obstack_h): Define.
2792 (symtab_h): Add $(gdb_obstack_h).
2793 (objfiles_h): Add $(gdb_obstack_h).
2794
2795 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2796 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2797 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2798 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2799 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2800 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2801 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2802 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2803
2804 * Makefile.in (bcache.o): Update dependencies.
2805 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2806 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2807 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2808 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2809 (stabsread.o, symfile.o, symmisc.o): Ditto.
2810 (symtab.o, typeprint.o, macroexp.o): Ditto.
2811 (macrotab.o, mdebugread.o): Ditto.
2812 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2813 (coff_ecoff_h, aout_aout64_h): Define.
2814 (aout_stabs_gnu_h, libaout_h): Define.
2815
2816 2002-07-29 Andrew Cagney <cagney@redhat.com>
2817
2818 * regcache.c (struct regcache_descr): Rename nr_registers to
2819 nr_cooked_registers. Revise comments describing the structure
2820 member fields.
2821 (init_regcache_descr): Update.
2822 (init_legacy_regcache_descr): Update.
2823 (read_register_gen, write_register_gen): When a cooked register in
2824 the raw register range, directly access the value from the raw
2825 register cache.
2826
2827 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2828
2829 * z8k-tdep.c: Do not include "obstack.h".
2830 * h8300-tdep.c, h8500-tdep.c: Ditto.
2831 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2832 * valprint.c, v850-tdep.c: Ditto.
2833 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2834 * mn10200-tdep.c: Ditto.
2835
2836 * Makefile.in (z8k-tdep.o): Update dependencies.
2837 (m68hc11-tdep.o, valprint.o): Ditto.
2838 (v850-tdep.o, d10v-tdep.o): Ditto.
2839 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2840 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2841 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2842 (sh_opc_h, gdb_sim_sh_h): Define.
2843 (elf_sh_h, elf_bfd_h): Define.
2844 (opcode_m68hc11_h): Define.
2845 (OPCODES_SRC, OPCODES_DIR): define.
2846 (OPCODES): Use $(OPCODES_DIR).
2847 (gdb_sim_d10v_h): Rename sim_d10v_h.
2848 (gdb_sim_arm_h): Rename sim_arm_h.
2849
2850 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2851
2852 * utils.c (host_pointer_to_address, address_to_host_pointer):
2853 Change internal_error() message to indicate function responsible
2854 for the error.
2855
2856 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2857
2858 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2859 calls to local_hex_string_custom().
2860
2861 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2862
2863 * irix5-nat.c: Move IRIX shared library support from here...
2864 * solib-irix.c: ...to here. Revised substantially to work with
2865 generic solib framework.
2866
2867 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2868 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2869 * mips-irix-tdep.c: New file.
2870
2871 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2872 (mips-irix-tdep.o, solib-irix.o): New rules.
2873 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2874 solib-irix.o.
2875 * config/mips/irix6.mt (TDEPFILES): Likewise.
2876 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2877
2878 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2879
2880 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2881 disabled (via ``#if 0'') includes.
2882
2883 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2884
2885 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2886 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2887 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2888 Add support for the fpscr register.
2889 * rs6000-nat.c (regmap, fetch_inferior_registers)
2890 (store_inferior_registers, fetch_core_registers): Likewise.
2891
2892 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2893
2894 * rs6000-nat.c (language.h): Include.
2895 (special_regs): Delete this array.
2896 (regmap): New function.
2897 (fetch_register, store_register): Use regmap() to map gdb
2898 register numbers to ptrace register numbers. Also, use
2899 outputs from regmap() to make decisions regarding type of
2900 ptrace() call to make. In particular, don't compare against
2901 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2902 (fetch_inferior_registers, store_inferior_registers): Where
2903 possible, obtain register numbers from tdep struct. Don't
2904 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2905 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2906 (LAST_UISA_SP_REGNUM): Delete.
2907
2908 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2909
2910 * rs6000-nat.c (ppc-tdep.h): Include.
2911 (fetch_registers, store_register, fetch_core_registers): Don't
2912 access registers[] directly. Instead, use supply_register() or
2913 regcache_collect() as appropriate.
2914 (find_toc_address): Format hex address with local_hex_string().
2915
2916 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2917
2918 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2919 bfd/elf32-frv.c.
2920
2921 2002-07-24 Tom Tromey <tromey@redhat.com>
2922
2923 * jv-exp.y: Marked all strings with _().
2924 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2925 internal_error.
2926 (MethodInvocation, CastExpression, parse_number, yyerror,
2927 java_type_from_name, push_expression_name, yylex): Typo fixes.
2928
2929 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2930
2931 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2932 (tee_file_flush, tee_file_write, tee_file_fputs)
2933 (tee_file_isatty): New.
2934 * ui-file.h (tee_file_new): Add prototype.
2935
2936 2002-07-24 Aidan Skinner <aidan@velvet.net>
2937
2938 * ada-lang.c: Change k&r style function definitions to prototyped
2939 form.
2940 * ada-typeprint.c: Change k&r style function definitions to prototyped
2941 form.
2942 * ada-valprint.c: Change k&r style function definitions to prototyped
2943 form.
2944
2945 2002-07-24 Andrew Cagney <cagney@redhat.com>
2946
2947 * README: Remove reference to remote-bug.
2948 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2949 remote-bug.c.
2950 (m88k-nat.o): Delete rule.
2951 (m88k-tdep.o): Delete rule.
2952 (remote-bug.o): Delete rule.
2953 * MAINTAINERS: Mark as obsolete.
2954 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2955 * m88k-tdep.c: Make file obsolete.
2956 * config/m88k/m88k.mh: Ditto.
2957 * config/m88k/delta88v4.mh: Ditto.
2958 * config/m88k/delta88v4.mt: Ditto.
2959 * config/m88k/delta88.mt: Ditto.
2960 * config/m88k/delta88.mh: Ditto.
2961 * remote-bug.c: Ditto.
2962 * config/m88k/tm-delta88.h: Ditto.
2963 * config/m88k/nm-delta88v4.h: Ditto.
2964 * config/m88k/xm-delta88.h: Ditto.
2965 * config/m88k/xm-dgux.h: Ditto.
2966 * config/m88k/tm-m88k.h: Ditto.
2967 * config/m88k/nm-m88k.h: Ditto.
2968 * config/m88k/tm-delta88v4.h: Ditto.
2969 * m88k-nat.c: Ditto.
2970 * cxux-nat.c: Ditto.
2971 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2972 and m88*-*-* obsolete.
2973 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2974 m88*-*-* obsolete.
2975
2976 2002-07-24 Andrew Cagney <cagney@redhat.com>
2977
2978 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2979 constant. Same for local pointer variables.
2980 (extract_signed_integer): Ditto.
2981 * defs.h (extract_unsigned_integer): Update.
2982 (extract_signed_integer): Update.
2983
2984 2002-07-24 Andrew Cagney <cagney@redhat.com>
2985
2986 * regcache.c (regcache_raw_write): Change buf parameter to a
2987 constant void pointer.
2988 (regcache_raw_read): Change buf parameter to a void pointer.
2989 (legacy_write_register_gen): Change myaddr parameter a constant
2990 void pointer.
2991 (supply_register): Change val parameter to a const void pointer.
2992 * regcache.h (regcache_raw_write): Update declaration.
2993 (regcache_raw_read): Update declaration.
2994 (supply_register): Update declaration.
2995
2996 2002-07-24 Tom Tromey <tromey@redhat.com>
2997
2998 * defs.h (gdb_readline_wrapper): Declare.
2999 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3000 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3001 * top.c (gdb_readline_wrapper): New function.
3002 (command_line_input): Use it.
3003
3004 2002-07-24 Andrew Cagney <cagney@redhat.com>
3005
3006 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3007 regcache_read and regcache_write.
3008 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3009 * regcache.c: Update.
3010 * sh-tdep.c (sh64_push_arguments): Update comment.
3011 (sh_pseudo_register_read): Update.
3012 (sh_pseudo_register_write): Update.
3013 (sh4_register_read): Update.
3014 (sh4_register_write): Update.
3015 (sh64_pseudo_register_read): Update.
3016 (sh64_pseudo_register_write): Update.
3017 (sh64_register_read): Update.
3018 (sh64_register_write): Update.
3019 * i386-tdep.c (i386_extract_return_value): Update.
3020 (i386_extract_struct_value_address): Update.
3021 (i386_extract_return_value): Update.
3022 * blockframe.c (generic_read_register_dummy): Update.
3023 (generic_call_dummy_register_unwind): Update
3024 * infrun.c (write_inferior_status_register): Update.
3025
3026 2002-07-23 Jim Blandy <jimb@redhat.com>
3027
3028 * parser-defs.h (expression_context_pc): Make this extern.
3029 (Thanks to Michael Snyder.)
3030
3031 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3032
3033 GDB 5.2.1 released from 5.2 branch.
3034 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3035 * README: Update to mention 5.2.1.
3036
3037 2002-07-23 Mark Salter <msalter@redhat.com>
3038
3039 * remote.c (remote_read_bytes): Fix check for error.
3040
3041 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3042
3043 * aix-thread.c (language.h): Include.
3044 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3045 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3046 Print newlines at end of debug messages.
3047 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3048 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3049
3050 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3051
3052 * aix-thread.c (ppc-tdep.h): Include.
3053 (special_register_p): New function.
3054 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3055 (store_regs_user_thread): Use register number information from
3056 gdbarch_tdep struct instead of hardcoded offsets relative to
3057 FIRST_UISA_SP_REGNUM.
3058 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3059 special_register_p() instead of using FPLAST_REGNUM and
3060 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3061 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3062 will be MQ's register number.
3063
3064 2002-07-22 Michael Snyder <msnyder@redhat.com>
3065
3066 * aix-thread.c (ops): Rename to aix_thread_ops.
3067 (base_ops): Rename to base_target.
3068 (ops_attach): Rename to aix_thread_attach.
3069 (ops_detach): Rename to aix_thread_detach.
3070 (ops_resume): Rename to aix_thread_detach.
3071 (ops_wait): Rename to aix_thread_wait.
3072 (ops_kill): Rename to aix_thread_kill.
3073 (init_ops): Rename to init_aix_thread_ops.
3074 (ops_fetch_register): Rename to aix_thread_fetch_register.
3075 (ops_store_register): Rename to aix_thread_store_register.
3076 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3077 (ops_thread_alive): Rename to aix_thread_thread_alive.
3078 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3079 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3080 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3081 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3082 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3083 (store_regs_lib): Rename to store_regs_user_thread.
3084 (store_regs_kern): Rename to store_regs_kernel_thread.
3085
3086 2002-07-22 Michael Snyder <msnyder@redhat.com>
3087
3088 * aix-thread.c (ops_prepare_to_store): Eliminate.
3089 (init_ops): Don't initialize ops.prepare_to_store.
3090 (store_regs_kern): Pre-fetch register buffers from child,
3091 because some registers may not be in the cache. Copy
3092 regs from register cache only if they are cached.
3093 (store_regs_lib): Copy regs from register cache only
3094 if they are cached.
3095 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3096 fill_gprs64): Ditto.
3097
3098 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3099
3100 * aix-thread.c (gdb_assert.h): Include.
3101 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3102 register sizes (from register cache) match size of buffer holding
3103 register data.
3104 (fill_sprs32): Change parameter types to match those in the ptrace()
3105 buffer.
3106 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3107 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3108
3109 2002-07-22 Michael Snyder <msnyder@redhat.com>
3110
3111 * aix-thread.c (supply_sprs64): Cosmetic change.
3112 (supply_sprs32): Cosmetic change.
3113 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3114 (fill_sprs64): Use regcache_collect instead of read_register.
3115 (store_regs_lib): Use regcache_collect instead of
3116 read_register. Use fill_sprs32 instead of fill_sprs64,
3117 if debugging a 32-bit architecture.
3118 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3119 out of the register cache, instead of passing a pointer into
3120 the register cache directly to ptrace. Use regcache_collect
3121 insteaad of read_register.
3122 (ops_prepare_to_store): Use target_read_registers instead
3123 of read_register_bytes.
3124
3125 2002-07-20 Aidan Skinner <aidan@velvet.net>
3126
3127 * MAINTAINERS: Add self under write after approval.
3128
3129 2002-07-20 Aidan Skinner <aidan@velvet.net>
3130
3131 * ada-tasks.c: Change k&r style function definitions to prototyped
3132 form.
3133
3134 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3135
3136 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3137 * x86-64-tdep.c: Include "objfiles.h".
3138 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3139 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3140
3141 2002-07-17 Michal Ludvig <michal@suse.cz>
3142
3143 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3144 (update_context): Initialise cfa variable.
3145
3146 2002-07-17 Michael Snyder <msnyder@redhat.com>
3147
3148 * aix-thread.c: Shorten some long lines.
3149 Bring comments into line with code spec.
3150
3151 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3152
3153 * infrun.c: Re-indent using gdb_indent.sh.
3154
3155 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3156
3157 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3158 Leave the indentation temporarily untouched, to minimize the diffs.
3159
3160 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3161
3162 * stabsread.c: Make os9k sections of the code obsolete,
3163 for real this time.
3164 * stabsread.h: Make os9k sections of the code obsolete.
3165
3166 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3167
3168 * linux-low.c (regsets_store_inferior_registers): Add free()
3169 at the end of a loop to prevent memory leak.
3170 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3171 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3172 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3173 line a comment.
3174 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3175
3176 2002-07-17 Jim Blandy <jimb@redhat.com>
3177
3178 * macrocmd.c (info_macro_command): Remove newline from error
3179 message.
3180
3181 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3182
3183 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3184 (sh_gdbarch_init): Use it for sh-dsp.
3185
3186 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3187
3188 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3189 64-bit DWARF2 format.
3190
3191 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3192
3193 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3194 <sys/proc.h> when not available.
3195
3196 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3197
3198 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3199 * stabsread.c: Make os9k sections of the code obsolete.
3200 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3201 * config/i386/i386os9k.mt: Make file obsolete.
3202 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3203 (COMMON_OBS): Remove os9kread.o
3204 (SFILES): Remove os9kread.c.
3205 (os9kread.o, remote-os9k.o): Make target obsolete.
3206 * remote-os9k.c: Make file obsolete.
3207 * os9kread.c: Make file obsolete.
3208 * Makefile.in
3209
3210 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3211
3212 * NEWS: Mention that the FR30 has been made obsolete.
3213 * fr30-tdep.c: Make file obsolete.
3214 * config/fr30/tm-fr30.h: Ditto.
3215 * config/fr30/fr30.mt: Ditto.
3216 * configure.tgt: Make fr30-*-elf obsolete.
3217 * MAINTAINERS: Make fr30-elf obsolete.
3218
3219 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3220
3221 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3222 found is not inside a section.
3223
3224 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3225
3226 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3227 strerror().
3228 (pdc_realloc): Use xrealloc() instead of realloc().
3229
3230 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3231
3232 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3233 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3234 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3235 macros.
3236
3237 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3238
3239 * aix-thread.c (ptrace_check): Eliminate goto.
3240 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3241 problem.
3242
3243 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3244
3245 * aix-thread.c (gdbcmd.h): Include.
3246 (DEBUG, DBG, DBG2, dbg): Eliminate.
3247 (debug_aix_thread): New static global.
3248 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3249 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3250 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3251 invocations to DBG and DBG2 macros to test against
3252 ``debug_aix_thread'' and call fprintf_unfiltered().
3253 (_initialize_aix_thread): Add new command "set debug aix-thread".
3254
3255 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3256
3257 From Gerhard Tonn <TON@de.ibm.com>:
3258 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3259 instead of supply_register.
3260
3261 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3262
3263 * dwarf2cfi.c: Include "gdb_assert.h".
3264 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3265 non-NULL.
3266 (update_context): Do not use __func__. Add missing ``break''.
3267 (update_context): Do not use __func__.
3268
3269 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3270
3271 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3272 and its setting. Set gdbarch instruction printing functions
3273 directly. For non-rs6000 case use new function
3274 gdb_print_insn_powerpc.
3275 (gdb_print_insn_powerpc): New function.
3276
3277 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3278
3279 * NEWS: Mention that the d30v has been marked obsolete.
3280 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3281 * configure.tgt: Mark d30v-*-* as obsolete.
3282 * d30v-tdep.c: Mark file as obsolete.
3283 * config/d30v/d30v.mt: Ditto.
3284 * config/d30v/tm-d30v.h: Ditto.
3285
3286 2002-07-13 Aidan Skinner <aidan@velvet.net>
3287
3288 * ada-tasks.c (add_task_entry): replace calls to
3289 malloc() with xmalloc
3290 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3291
3292 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3293 ada_finish_decode_line_1, all_sals_for_line
3294 ada_breakpoint_rewrite): replace calls to free() with xfree()
3295
3296 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3297
3298 From Nicholas Duffek (with minor changes by Martin Hunt,
3299 Louis Hamilton, and Kevin Buettner):
3300 * aix-thread.c: New file.
3301
3302 2002-07-12 Petr Sorfa <petrs@caldera.com>
3303
3304 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3305 complaint for invalid attribute class or form.
3306 (read_func_scope): DW_AT_frame_base
3307 better handling of DW_AT_block*.
3308 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3309 better handling of DW_AT_block*.
3310 (read_common_block): DW_AT_location
3311 better handling of DW_AT_block*.
3312 (read_partial_die): DW_AT_location better handling
3313 of DW_AT_block*.
3314 (new_symbol): DW_AT_external better handling of
3315 DW_AT_block*. Proper initialization of variable
3316 "addr".
3317 (attr_form_is_block): New function that returns true
3318 if the attribute's form is of DW_FORM_block*.
3319
3320 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3321
3322 * valops.c (find_method_list): Remove comment about
3323 removed STATIC_MEMFUNCP argument.
3324 (value_find_oload_method_list): Likewise.
3325
3326 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3327
3328 From Nicholas Duffek:
3329 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3330 target_new_objfile_hook.
3331
3332 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3333
3334 From Nicholas Duffek:
3335 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3336 csect.
3337
3338 2002-07-12 Andrew Cagney <cagney@redhat.com>
3339
3340 * MAINTAINERS: Mention --enable-sim-build-warnings.
3341 (m68hc11-elf): Disable sim build warnings.
3342 (m32r-elf): Mark as broken obsolete candidate.
3343 (x86_64-linux-gnu): Mark as buildable with -Werror.
3344 (arm-elf): Change -w to ``,'' which enables warnings but not
3345 -Werror.
3346
3347 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3348
3349 * bcache.h: Update copyright.
3350 (struct bstring, struct bcache): Move definition to "bcache.c".
3351 Replaced by opaque declaration.
3352 (bcache_xfree): Replace free_bcache.
3353 (bcache_xmalloc, bcache_memory_used): Declare.
3354
3355 * bcache.c: Update copyright.
3356 (struct bstring, struct bcache): Moved to here from "bcache.h".
3357 Update comments.
3358 (bcache_xmalloc, bcache_memory_used): New functions.
3359 (bcache_xfree): Replace function free_bcache.
3360
3361 * Makefile.in (objfiles.o): Add $(bcache_h).
3362 (objfiles_h): Remove $(bcache_h).
3363 (symfile.o): Add $(bcache_h).
3364
3365 * symmisc.c: Update copyright.
3366 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3367 (print_objfile_statistics): Use bcache_memory_used.
3368
3369 * symfile.c: Include "bcache.h".
3370 (reread_symbols): Use bcache_xfree.
3371 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3372 (add_psymbol_to_list): Pass psymbol_cache by value.
3373 (add_psymbol_with_dem_name_to_list): Ditto.
3374
3375 * objfiles.h: Update copyright.
3376 (struct bcache): Declare opaque. Do not include "bcache.h".
3377 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3378 bcache'' pointers.
3379 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3380
3381 * objfiles.c: Include "bcache.h". Update copyright.
3382 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3383 macro_cache.
3384 (free_objfile): Use bcache_xfree.
3385
3386 2002-07-11 Grace Sainsbury <graces@redhat.com>
3387
3388 * monitor.c (monitor_fetch_register): Make name a constant.
3389 (monitor_store_register): Same.
3390
3391 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3392
3393 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3394 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3395 (finish_block) For non-function blocks, hash the symbol table. For
3396 function blocks, mark the symbol table as unhashed.
3397 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3398 (msymbol_hash_iw): Likewise.
3399 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3400 value.
3401 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3402 (lookup_minimal_symbol): Likewise for both.
3403 * symtab.h (struct block): Add `hashtable' flag. Comment the
3404 hashtable.
3405 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3406 (ALL_BLOCK_SYMBOLS): Update.
3407 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3408 (struct symbol): Add `hash_next' pointer.
3409 * symtab.c (lookup_block_symbol): Search using the hash table when
3410 possible.
3411 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3412 (search_symbols, find_addr_symbol): Likewise.
3413
3414 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3415 (read_dst_symtab): Likewise.
3416 * jv-lang.c (get_java_class_symtab): Likewise.
3417 * mdebugread.c: Include "gdb_assert.h".
3418 (shrink_block): Assert that the block being modified is not hashed.
3419 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3420 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3421 symbols.
3422 (dump_symtab): Recognize hashed blocks.
3423 * printcmd.c (print_frame_args): Assert that function blocks do not
3424 have hashed symbol tables.
3425 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3426 (fill_in_ada_prototype, debug_print_block): Likewise.
3427 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3428
3429 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3430
3431 * stack.c (print_frame): Use result of frame_address_in_block()
3432 instead of fi->pc when evaluating symbols.
3433 (backtrace_command_1): Ditto.
3434
3435 2002-07-11 Andrew Cagney <cagney@redhat.com>
3436
3437 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3438 Make static.
3439
3440 * arm-tdep.c (arm_register_name): Make return type constant.
3441
3442 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3443
3444 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3445 prototype.
3446 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3447 * s390-tdep.c (s390_fp_regnum): Ditto.
3448 (s390_read_fp): Ditto.
3449 (s390_pop_frame): Ditto.
3450 (_initialize_s390_tdep): Ditto.
3451 * remote.c (get_remote_state): Ditto.
3452 * procfs.c (mappingflags): Ditto.
3453 * memattr.c (_initialize_mem): Ditto.
3454 * mcore-tdep.c (mcore_pop_frame): Ditto.
3455 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3456 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3457 * language.c (set_case_str): Ditto.
3458 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3459 * frv-tdep.c (new_variant): Ditto.
3460 (frv_stopped_data_address): Ditto.
3461 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3462 (context_alloc): Ditto.
3463 (frame_state_alloc): Ditto.
3464 (unwind_tmp_obstack_init): Ditto.
3465 (unwind_tmp_obstack_free): Ditto.
3466 (cfi_read_fp): Ditto.
3467 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3468 (cris_pop_frame): Ditto.
3469 * c-lang.c (scanning_macro_expansion): Ditto.
3470 (finished_macro_expansion): Ditto.
3471 (c_preprocess_and_parse): Ditto.
3472 * gdbarch.sh: Ditto.
3473 * gdbarch.h, gdbarch.c: Regenerate.
3474 * config/mn10200/tm-mn10200.h: Adjust indentation.
3475 * target.c: Adjust indentation.
3476 * symtab.h: Adjust indentation.
3477 * stabsread.h: Adjust indentation.
3478 * remote-es.c: Adjust indentation.
3479 * os9kread.c: Adjust indentation.
3480
3481 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3482
3483 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3484 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3485
3486 2002-07-10 Grace Sainsbury <graces@redhat.com>
3487
3488 * NEWS: Mention m68k, mcore multi-arching.
3489 * MAINTAINERS: Change status of m68k, mcore to reflect
3490 multi-arching.
3491
3492 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3493
3494 * valops.c (find_overload_match): Free oload_syms.
3495
3496 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3497
3498 Define HAVE_SYS_PROC_H if sys/proc.h exists
3499 * configure.in: Add check for sys/proc.h
3500 * config.in: Regenerate.
3501 * configure: Regenerate.
3502
3503 2002-07-09 Grace Sainsbury <graces@redhat.com>
3504
3505 * config/m68k/tm-m68k.h: Remove macros wrapped in
3506 #if !GDB_MULTI_ARCH.
3507
3508 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3509
3510 * config.in, configure: Regenerate.
3511
3512 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3513
3514 * dwarf2cfi.c: Include "gcore.h".
3515 (execute_stack_op): Fix implementation of the
3516 DW_OP_deref and DW_OP_deref_size operators by letting do their
3517 lookup in the target.
3518
3519 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3520
3521 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3522 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3523 tdep->sc_sp_offset.
3524
3525 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3526
3527 Fix PR gdb/595, gdb/602
3528 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3529 Don't call value_cast, just read the vtable pointer; update comments
3530 to match.
3531
3532 2002-07-05 Grace Sainsbury <graces@redhat.com>
3533
3534 * config/mcore/tm-mcore.h: Remove file.
3535 * config/mcore/mcore.mt: Remove definition of TM_FILE
3536 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3537
3538 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3539
3540 * i386bsd-tdep.c: Include "gdb_string.h".
3541
3542 2002-07-04 Grace Sainsbury <graces@redhat.com>
3543
3544 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3545 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3546 mcore-tdep.
3547 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3548 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3549 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3550 (RETVAL_REGNUM): Move macros from tm-mcore.h
3551 (mcore_reg_struct_has_addr): New function.
3552 (mcore_gdbarch_init): Added initializations for the macros removed
3553 from tm-mcore.h.
3554
3555 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3556
3557 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3558 traditonal string branding within the ELF header.
3559
3560 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3561
3562 * symtab.c (remove_params): New function.
3563 (make_symbol_overload_list): Use it instead of cplus_demangle.
3564 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3565
3566 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3567
3568 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3569
3570 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3571 New variables.
3572 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3573 and tdep->sigtramp_end.
3574 * i386obsd-nat.c: New file.
3575 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3576
3577 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3578 Don't call get_current_frame().
3579
3580 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3581
3582 * i386-nat.c (child_post_startup_inferior): New function
3583 calling i386_cleanup_dregs if
3584 I386_USE_GENERIC_WATCHPOINTS is defined.
3585 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3586 conditional to acknowledge that i386-nat.c has its
3587 own child_post_startup_inferior function.
3588
3589 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3590
3591 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3592 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3593 instead of MAX_REGISTER_RAW_SIZE.
3594 (i386_extract_return_value, i386_extract_struct_value_address):
3595 Convert to use regcache.
3596 (i386_gdbarch_init): Set max_register_raw_size and
3597 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3598 Set extract_return_value and extract_struct_value_address instead
3599 of their deprecated variants.
3600
3601 Convert i386 target to generic dummy frames.
3602 * i386-tdep.c: Include "symfile.h".
3603 (i386_frameless_signal_p): Consider a function to be frameless if
3604 the pc points at the first instruction of the function.
3605 (i386_frame_chain): Handle (generic) call dummies.
3606 (i386_frame_saved_pc): Likewise.
3607 (i386_frame_init_saved_regs): Remove code dealing with call
3608 dummies on the stack.
3609 (i386_push_dummy_frame): Removed.
3610 (i386_call_dummy_words): Removed.
3611 (i386_fix_call_dummy): Removed.
3612 (i386_push_return_address): New function.
3613 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3614 parameter, and don't call get_current_frame.
3615 (i386_pop_frame): New function.
3616 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3617 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3618 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3619 call_dummy_length to 0, set call_dummy_words to NULL, set
3620 sizeof_call_dummy_words to 0, set fix_call_dummy to
3621 generic_fix_call_dummy, set pc_in_call_dummy to
3622 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3623 generic_push_dummy_frame, set push_return_address to
3624 i386_push_return_address and set frame_chain_valid to
3625 generic_file_frame_chain_valid.
3626
3627 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3628
3629 * gdbarch.sh (struct regcache): Add opaque declaration.
3630 (EXTRACT_RETURN_VALUE): New architecture method.
3631 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3632 * gdbarch.h, gdbarch.c: Regenerate.
3633 * arch-utils.c (legacy_extract_return_value): New function.
3634 * arch-utils.h (legacy_extract_return_value): Declare.
3635 * values.c (value_being_returned): Re-enable code handling
3636 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3637 deprecated_grub_regcache_for_registers call to block handling
3638 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3639 (EXTRACT_RETURN_VALUE): Do not define.
3640
3641 2002-07-03 Grace Sainsbury <graces@redhat.com>
3642
3643 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3644 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3645 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3646 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3647 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3648 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3649 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3650 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3651 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3652 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3653 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3654 argument so the function fits the prototype in the architecture
3655 vector.
3656 (mcore_pop_frame): Remove argument so the function fits the
3657 prototype. Use get_current_frame instead of the argument.
3658 (mcore_push_arguments): Change type of struct_return so the
3659 function can be used in the architecture vector.
3660 (mcore_store_struct_return): Add.
3661 (mcore_frame_init_saved_regs): Add.
3662 (mcore_gdbarch_init): Add function calls to replace the macros
3663 removed from tm-mcore.h
3664
3665 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3666
3667 * infcmd.c (print_return_value): Remove compatibility code calling
3668 deprecated_grub_regcache_for_registers.
3669
3670 * values.c: Include "regcache.h".
3671 (value_being_returned): Update. Use
3672 deprecated_grub_regcache_for_registers to extract the register
3673 buffer address.
3674 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3675 ``struct regcache''.
3676 * Makefile.in (values.o): Add dependency on $(regcache_h).
3677
3678 * inferior.h (run_stack_dummy): Change type of second parameter to
3679 a ``struct regcache''.
3680 * valops.c (hand_function_call): Change type of retbuf to ``struct
3681 regcache''. Allocate using regcache_xmalloc, clean using
3682 make_cleanup_regcache_xfree.
3683 * infcmd.c (run_stack_dummy): Update. Use
3684 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3685
3686 * regcache.c (do_regcache_xfree): New function.
3687 (make_cleanup_regcache_xfree): New function.
3688 * regcache.h (make_cleanup_regcache_xfree): Declare.
3689
3690 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3691
3692 * event-top.c (command_line_handler): Don't read past
3693 beginning of buffer.
3694
3695 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3696
3697 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3698 struct frame_id.
3699 (varobj_create): Store frame_id for root.
3700 (varobj_gen_name): Use xasprintf.
3701 (varobj_update): Save and restore frame using get_frame_id() and
3702 frame_find_by_id().
3703 (create_child): Use xasprintf.
3704 (new_root_variable): Initialize frame_id.
3705 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3706 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3707 to prevent memory leak.
3708
3709 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3710
3711 * valops.c (hand_function_call): Move declaration of retbuf to
3712 start of function, allocate using malloc, add a cleanup but before
3713 the inf_status cleanup, cleanup the buffer. Rename local variable
3714 old_chain to inf_status_cleanup.
3715
3716 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3717
3718 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3719
3720 * cli/cli-decode.c (cmd_func_p): New function.
3721 (cmd_func): New function.
3722
3723 * command.h: Add cmd_func() and cmd_func_p().
3724
3725 2002-07-03 Grace Sainsbury <graces@redhat.com>
3726
3727 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3728 (REGISTER_SIZE): Remove.
3729 (MAX_REGISTER_RAW_SIZE): Remove.
3730 (REGISTER_VIRTUAL_TYPE): Remove.
3731 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3732 (REGISTER_NAME): Remove.
3733 (USE_GENERIC_DUMMY_FRAMES): Remove.
3734 (CALL_DUMMY): Remove.
3735 (CALL_DUMMY_START_OFFSET): Remove.
3736 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3737 (CALL_DUMMY_LOCATION): Remove.
3738 (FIX_CALL_DUMMY): Remove.
3739 (CALL_DUMMY_ADDRESS): Remove.
3740 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3741 (SAVE_DUMMY_FRAME_TOS): Remove.
3742 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3743 (mcore_register_virtual_type): New function.
3744 (mcore_register_byte): New function.
3745 (mcore_register_size): New function.
3746 (mcore_register_name): New function.
3747 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3748 macros removed from tm-mcore.h.
3749 (mcore_dump_tdep): Add.
3750 (_initialize_mcore_tdep): Add gdbarch_register call.
3751
3752 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3753
3754 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3755 frameless_look_for_prologue, such that we actually call this
3756 function.
3757
3758 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3759
3760 * frame.h (frame_address_in_block): New function.
3761
3762 * blockframe.c (frame_address_in_block): New function extracted
3763 from get_frame_block().
3764 (get_frame_block): Use frame_address_in_block().
3765 (block_innermost_frame): Use frame_address_in_block() to match
3766 the frame pc address against the block boundaries rather than
3767 the frame pc directly. This prevents a failure when a frame pc
3768 is actually a return-address pointing immediately after the end
3769 of the given block.
3770
3771 2002-07-02 Grace Sainsbury <graces@redhat.com>
3772
3773 * MAINTAINERS: Add self under write after approval.
3774
3775 2002-07-02 Grace Sainsbury <graces@redhat.com>
3776
3777 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3778 used in architecture vector. The default is
3779 m68k_local_breakpoint_from_pc.
3780 (m68k_local_breakpoint_from_pc): Add.
3781 (enum): Add register numbers from tm-m68k.h.
3782 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3783 vector.
3784 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3785 GDB_MULTI_ARCH_PARTIAL.
3786 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3787 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3788 m68k-tdep.c.
3789 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3790 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3791 to enum in m68k-tdep.c
3792
3793 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3794
3795 * solib-osf.c (open_map): Compute the list of shared libraries
3796 loaded by the inferior, rather than the list of libraries loaded
3797 by GDB itself. Otherwise, GDB ends up reading the symbols from
3798 the wrong shared libraries...
3799
3800 2002-07-02 Mark Kettenis <kettenis@gnu.org>
3801
3802 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3803 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3804 macros.
3805 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3806 Remove functions.
3807 (FRAMELESS_SIGNAL): Remove function.
3808 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3809 i386_linux_saved_pc_after_call): Removed.
3810 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3811 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3812 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3813
3814 * i386-tdep.c (i386_frameless_signal_p): New function.
3815 (i386_frame_chain): Deal with frameless signals.
3816 (i386_sigtramp_saved_sp): New function.
3817 (i386_frame_saved_pc): Deal with frameless signals.
3818 (i386_saved_pc_after_call): Make sure the correct value is
3819 returned just after entry into a sigtramp.
3820 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3821 i386fbsd4_sc_sp_offset): New variables.
3822 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3823 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3824 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3825 similiar to what we already did for sc_pc_offset.
3826 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3827 tdep->sc_sp_offset.
3828
3829 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3830
3831 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3832
3833 * config/i386/tm-x86-64linux.h: New.
3834 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3835 definitions.
3836 * config/i386/nm-x86-64.h: Rename to ...
3837 * config/i386/nm-x86-64linux.h: ... this one.
3838 * config/i386/x86-64linux.mh: Reflect the above change.
3839
3840 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3841
3842 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3843 with sigcontext_addr. Add sc_sp_offset.
3844 (i386bsd_sigtramp_saved_pc): Remove prototype.
3845 (i386bsd_sicontext_addr): Add prototype.
3846 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3847 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3848 (i386_svr4_sigtramp_saved_pc): Removed.
3849 (i386_svr4_sigcontext_addr): New function.
3850 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3851 Initialize tdep->sigcontext_addr instead. Initialize
3852 tdep->sc_pc_offset and tdep->sc_sp_offset.
3853 (i386_gdbarch_init): Likewise.
3854 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3855 any more.
3856 (i386bsd_sigtramp_saved_pc): Remove function.
3857 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3858 Initialize tdep->sigcontext_addr instead. Initialize
3859 tdep->sc_pc_offset.
3860 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3861 of tdep->sigtramp_saved_pc.
3862 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3863 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3864 instead.
3865
3866 * i386-tdep.c (i386_frameless_function_invocation,
3867 i386_frame_num_args, i386_frame_init_saved_regs,
3868 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3869 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3870 i386_extract_return_value, i386_store_return_value,
3871 i386_extract_struct_value_address, i386_register_virtual_type,
3872 i386_register_convertible, i386_register_convert_to_virtual,
3873 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3874 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3875 static.
3876
3877 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3878
3879 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3880
3881 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3882 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3883 this macro. Include "value.h".
3884
3885 2002-06-30 Aidan Skinner <aidan@velvet.net>
3886
3887 * ada-exp.tab.c: remove as it's a generated file
3888 * ada-lex.c: remove as it's a generated file
3889
3890 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3891
3892 * config/i386/tm-i386.h (struct frame_info, struct
3893 frame_saved_regs, struct value, struct type): Remove forward
3894 declarations.
3895
3896 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3897 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3898 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3899 (FILL_FPXREGSET): Define.
3900
3901 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3902
3903 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3904 i[3456]86-*-netbsd* case.
3905 * config/i386/tm-obsd.h: Removed.
3906 * config/i386/obsd.mt: Removed.
3907 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3908 core-aout.o.
3909 (MH_CFLAGS): Add -DYYDEBUG=0.
3910
3911 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3912 i386nbsd_sc_pc_offset on OpenBSD too.
3913
3914 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3915 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3916 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3917 define.
3918 * i386bsd-tdep.c: Include "arch-utils.h".
3919 (i386bsd_aout_in_solib_call_trampoline): New function.
3920 (i386bsd_init_abi): Set in_solib_call_trampoline to
3921 i386bsd_aout_in_solib_call_trampoline.
3922 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3923 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3924
3925 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3926
3927 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3928 (struct obstack, struct bcache): Add opaque declarations.
3929 * Makefile.in (macrotab_h): Update
3930
3931 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3932
3933 * blockframe.c (generic_find_dummy_frame): Change return type to
3934 ``struct regcache''.
3935 (struct dummy_frame): Replace field ``registers'' with regcache, a
3936 struct regcache object.
3937 (generic_find_dummy_frame): Update.
3938 (generic_push_dummy_frame): Update. Use regcache_xfree,
3939 regcache_xmalloc and regcache_cpy.
3940 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3941 regcache_xfree.
3942 (deprecated_generic_find_dummy_frame): Update.
3943 (generic_read_register_dummy): Update. Use
3944 regcache_read_as_address.
3945 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3946 (generic_get_saved_register): Update. Use regcache_read.
3947
3948 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3949
3950 * Makefile.in (objfiles_h): Add $(bcache_h).
3951 * objfiles.h: Include "bcache.h".
3952
3953 * Makefile.in (symtab_h): Remove $(bcache_h).
3954 * symtab.h: Do not include "bcache.h".
3955
3956 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3957
3958 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3959 generic_func_frame_chain_valid.
3960
3961 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3962
3963 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3964 * config/i386/tm-fbsd.h: Likewise.
3965
3966 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3967
3968 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3969 generic_unwind_get_saved_register.
3970
3971 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3972
3973 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3974 * regcache.c (supply_register): Add missing argument to
3975 register_buffer call.
3976
3977 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3978
3979 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3980 Solaris /bin/grep does not not like it. From Peter Schauer.
3981
3982 2002-06-26 Tom Tromey <tromey@redhat.com>
3983
3984 * command.h (add_setshow_cmd): Declare.
3985 (add_setshow_cmd_full): Declare.
3986 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3987 returns void. Use add_setshow_cmd_full.
3988 (add_setshow_cmd_full): New function.
3989 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3990 (add_setshow_boolean_cmd): Likewise.
3991
3992 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3993
3994 * config/vax/tm-vax.h: Protect from multiple inclusion.
3995 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3996 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3997 * config/vax/tm-vaxbsd.h: ...here. New file.
3998 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3999
4000 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4001
4002 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4003 (BELIEVE_PCC_PROMOTION): Remove.
4004 (AP_REGNUM): Move to...
4005 * config/vax/nm-vax.h: ...here.
4006 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4007 (vax_breakpoint_from_pc): New function.
4008 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4009 and gdbarch_believe_pcc_promotion.
4010
4011 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4012
4013 * Makefile.in (vax_tdep_h): Define.
4014 (vax-tdep.o): Use $(vax_tdep_h).
4015 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4016 (vax_dump_tdep): New function.
4017 (_initialize_vax_tdep): Register vax_dump_tdep.
4018 * vax-tdep.h: Include osabi.h.
4019 (struct gdbarch_tdep): New.
4020
4021 2002-06-26 Andrew Cagney <cagney@redhat.com>
4022
4023 * frame.h (deprecated_generic_find_dummy_frame): Rename
4024 generic_find_dummy_frame.
4025 * blockframe.c (generic_find_dummy_frame): Make static.
4026 (deprecated_generic_find_dummy_frame): New function.
4027 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4028 generic_find_dummy_frame with deprecated_find_dummy_frame.
4029 (sh64_nofp_frame_init_saved_regs): Ditto.
4030 (sh_fp_frame_init_saved_regs): Ditto.
4031 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4032 (s390_frame_chain): Ditto.
4033 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4034
4035 2002-06-26 Grace Sainsbury <graces@redhat.com>
4036
4037 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4038 gdbarch vector are at the top.
4039 (NUM_REGS): Remove.
4040 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4041 (FRAME_ARGS_ADDRESS): Remove.
4042 (FRAME_LOCALS_ADDRESS): Remove.
4043 (FRAME_NUM_ARGS): Remove.
4044 (FRAME_ARGS_SKIP): Remove.
4045 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4046 (m68k_gdbarch_init): Add gdbarch initializations for macros
4047 undefined in tm-m68k.h
4048
4049 2002-06-26 Grace Sainsbury <graces@redhat.com>
4050
4051 * monitor.h: Add the function regname to monitor_ops
4052 structure. This way NUM_REGS does not have to be a constant.
4053 * monitor.c (monitor_fetch_register): Added support for regname
4054 function. The function is called if the array regnames is NULL.
4055 (monitor_store_register): Same.
4056 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4057 regnames array.
4058 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4059 cpu32bug_cmds.regname to point to new function.
4060 * abug-rom.c (abug_regname): Same as above.
4061 (init_abug_cmds): Same.
4062 * dbug-rom.c (dbug_regname): Same as above.
4063 (init_dbug_cmds): Same.
4064 * remote-est.c (est_regname): Same.
4065 (init_est_cmds): Same.
4066 * rom68k-rom.c (rom68k_regname): Same.
4067 (init_rom68k_cmds): Same.
4068
4069 2002-06-25 Tom Tromey <tromey@redhat.com>
4070
4071 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4072
4073 2002-06-25 Andrew Cagney <cagney@redhat.com>
4074
4075 * infrun.c (stop_registers): Change variable's type to ``struct
4076 regcache'''.
4077 (xmalloc_inferior_status): Delete function.
4078 (free_inferior_status): Delete function.
4079 (normal_stop): Use regcache_cpy.
4080 (struct inferior_status): Change type of fields ``stop_registers''
4081 and ``registers'' to ``struct regcache''.
4082 (write_inferior_status_register): Use regcache_write.
4083 (save_inferior_status): Instead of calling
4084 xmalloc_inferior_status, allocate the inf_status buffer directly.
4085 Use regcache_dup_no_passthrough and regcache_dup to save the
4086 buffers.
4087 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4088 Replace the stop_registers regcache instead of overriding it. Use
4089 regcache_xfree. Instead of calling free_inferior_status, xfree
4090 the buffer directly.
4091 (discard_inferior_status): Use regcache_xfree. Instead of calling
4092 free_inferior_status, xfree the buffer directly.
4093 (build_infrun): Use regcache_xmalloc.
4094 (_initialize_infrun): Delete redundant call to build_infrun.
4095
4096 * Makefile.in (infcmd.o): Add $(regcache_h).
4097
4098 * infcmd.c: Include "regcache.h".
4099 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4100 obtain the address of `stop_registers' register buffer.
4101 (print_return_value): Ditto.
4102
4103 * inferior.h (struct regcache): Add opaque declaration.
4104 (stop_registers): Change variable's declared type to ``struct
4105 regcache''.
4106
4107 2002-06-24 Tom Tromey <tromey@redhat.com>
4108
4109 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4110 * target.c (initialize_targets): Fixed typo in
4111 trust-readonly-sections `show' documentation.
4112
4113 * main.c: Marked all strings with _().
4114
4115 2002-06-24 Don Howard <dhoward@redhat.com>
4116
4117 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4118 that means max CORE_ADDR+1.
4119 (lookup_mem_region): Ditto.
4120 (mem_info_command): Ditto.
4121
4122 2002-06-24 Grace Sainsbury <graces@redhat.com>
4123
4124 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4125 (REGISTER_BYTES_OK): Remove.
4126 (REGISTER_BYTES): Remove.
4127 (STORE_STRUCT_RETURN): Remove.
4128 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4129 (STORE_RETURN_VALUE): Remove.
4130 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4131 (FRAME_CHAIN): Remove.
4132 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4133 (FRAME_SAVED_PC): Remove.
4134 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4135 (m68k_store_struct_return): Add.
4136 (m68k_deprecated_extract_return_value): Add.
4137 (m68k_deprecated_extract_struct_value_address): Add.
4138 (m68k_store_return_value): Add.
4139 (m68k_frame_chain): Add.
4140 (m68k_frameless_function_invocation): Add.
4141 (m68k_frame_saved_pc): Add.
4142 (m68k_gdbarch_init): added set_gdbarch calls for new
4143 functions and deleted macros.
4144
4145 2002-06-23 Tom Tromey <tromey@redhat.com>
4146
4147 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4148 (ALLDEPFILES): Likewise.
4149 (udiheaders): Removed.
4150 (udip2soc.o): Likewise.
4151 (udi2go32.o): Likewise.
4152 (udr.o): Likewise.
4153 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4154
4155 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4156
4157 * infrun.c (_initialize_infrun): Delete unnecessary call to
4158 build_infrun.
4159
4160 * regcache.h: Update comments describing the regcache_cpy family
4161 of functions.
4162 (regcache_save, regcache_restore): Delete declaration.
4163 (regcache_save_no_passthrough): Delete declaration.
4164 (regcache_restore_no_passthrough): Delete declaration.
4165 * regcache.c (regcache_save): Delete function.
4166 (regcache_save_no_passthrough): Delete function.
4167 (regcache_restore): Delete function.
4168 (regcache_restore_no_passthrough): Delete function.
4169
4170 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4171
4172 * config/m68k/tm-m68k.h: Fix typo.
4173 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4174 (m68k_frame_init_saved_regs): Declare.
4175
4176 2002-06-21 Jim Blandy <jimb@redhat.com>
4177
4178 Remove some vestiges of Harris 88k support.
4179 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4180 register numbering quirk.
4181 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4182 odd symbols occurring in Harris 88k ELF targets.
4183
4184 2002-06-21 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb_locale.h: New file.
4187 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4188 (defs_h): Added gdb_locale.h.
4189 * configure, config.in: Rebuilt.
4190 * configure.in (PACKAGE): Define.
4191 * defs.h: Include gdb_locale.h.
4192 * main.c (captured_main): Call setlocale, bindtextdomain,
4193 textdomain.
4194
4195 2002-06-21 Dave Brolley <brolley@redhat.com>
4196
4197 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4198 * config/frv/frv.mt: New file.
4199 * config/frv/tm-frv.h: New file.
4200 * configure.tgt: Support frv-*-*.
4201 * Makefile.in (frv-tdep.o): New target.
4202 * frv-tdep.c: New file.
4203 * NEWS: Mention frv.
4204
4205 2002-06-21 Dave Brolley <brolley@redhat.com>
4206
4207 * MAINTAINERS: Add self to "Write After Approval" list.
4208
4209 2002-06-21 Grace Sainsbury <graces@redhat.com>
4210
4211 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4212 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4213 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4214 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4215 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4216
4217 * m68k-tdep.c: Include arch-utils.h
4218 (m68k_register_raw_size): Add.
4219 (m68k_register_virtual_size): Add.
4220 (m68k_register_virtual_type): Add.
4221 (m68k_register_name): Add.
4222 (m68k_stack_align): Add.
4223 (m68k_register_byte): Add.
4224 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4225 tm-m68k.h.
4226
4227 2002-06-21 Grace Sainsbury <graces@redhat.com>
4228
4229 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4230 m68k_find_saved_regs.
4231 (m68k_pop_frame): Removed saved_regs structure, and replaced
4232 references to it with frame->saved_regs.
4233 (m68k_gdbarch_init): Added function calls to initialize the
4234 gdbarch structure.
4235 (m68k_fix_call_dummy): Add.
4236 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4237 (CALL_DUMMY): Remove.
4238 (CALL_DUMMY_LENGTH): Remove.
4239 (CALL_DUMMY_START_OFFSET): Remove.
4240 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4241 (FIX_CALL_DUMMY): Remove.
4242 (PUSH_DUMMY_FRAME): Remove.
4243 (POP_FRAME): Remove.
4244
4245 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4246
4247 * parse.c (parse_fprintf): New function used to avoid calls to
4248 fprintf in bison parser generated debug code.
4249 * parser-defs.h: Declaration of new parse_fprintf function.
4250 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4251 Set YYDEBUG to 1 by default.
4252 Set YYFPRINTF as parse_fprintf.
4253
4254 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4255
4256 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4257 encoding anymore.
4258 (pointer_encoding, enum ptr_encoding): New.
4259 (execute_cfa_program): Take care about pointer encoding.
4260 (dwarf2_build_frame_info): Only call parse_frame_info for
4261 .debug_frame and .eh_frame.
4262 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4263 fixed augmentation handling, added relative addressing,
4264 ignore duplicate FDEs. Added comments.
4265 * dwarf2cfi.c: Reindented.
4266
4267 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4268
4269 * event-top.c (command_handler): Don't use space_at_cmd_start
4270 unless there is sbrk() on the host. Assign time and space data
4271 to union fields of the appropriate length.
4272
4273 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4274
4275 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4276 x86_64_register_name. Return type changed to 'const char *'.
4277 (x86_64_register_name2nr): Rename to x86_64_register_number.
4278 (x86_64_gdbarch_init): Update to reflect the change.
4279 * x86-64-tdep.h: Ditto.
4280 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4281 (supply_fpregset): Ditto.
4282
4283 2002-06-19 Andrew Cagney <cagney@redhat.com>
4284
4285 * regcache.h: Update copyright.
4286 (struct regcache, struct gdbarch): Add opaque declarations.
4287 (current_regcache): Declare global variable.
4288 (regcache_read, regcache_write): Add gdbarch parameter.
4289 (regcache_save, regcache_save_no_passthrough)
4290 (regcache_restore, regcache_restore_no_passthrough)
4291 (regcache_dup, regcache_dup_no_passthrough)
4292 (regcache_cpy, regcache_cpy_no_passthrough)
4293 (deprecated_grub_regcache_for_registers)
4294 (deprecated_grub_regcache_for_register_valid)
4295 (regcache_valid_p): Add function declarations.
4296
4297 * regcache.c: Update copyright.
4298 (regcache_descr_handle): New global variable.
4299 (struct regcache_descr): Define.
4300 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4301 (regcache_descr, xfree_regcache_descr): New functions.
4302 (struct regcache): Define.
4303 (regcache_xmalloc, regcache_xfree): New functions.
4304 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4305 (regcache_dup, regcache_dup_no_passthrough): New functions.
4306 (regcache_valid_p, regcache_read_as_address): New functions.
4307 (deprecated_grub_regcache_for_registers): New function.
4308 (deprecated_grub_regcache_for_register_valid): New function.
4309 (current_regcache): New global variable.
4310 (register_buffer): Add regcache parameter. Update calls.
4311 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4312 (read_register_gen, write_register_gen): Update register_buffer
4313 call. Test for legacy_p instead of gdbarch_register_read_p or
4314 gdbarch_register_write_p.
4315 (regcache_collect): Update register_buffer call.
4316 (build_regcache): Rewrite. Use deprecated grub functions.
4317 (regcache_save, regcache_save_no_passthrough): New functions.
4318 (regcache_restore, regcache_restore_no_passthrough): New
4319 functions.
4320 (_initialize_regcache): Create the regcache_data_handle. Swap
4321 current_regcache global variable.
4322
4323 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4324 parameter to regcache_read and regcache_write calls.
4325 (sh4_register_read): Ditto.
4326 (sh64_pseudo_register_read): Ditto.
4327 (sh64_register_read): Ditto.
4328 (sh_pseudo_register_write): Ditto.
4329 (sh4_register_write): Ditto.
4330 (sh64_pseudo_register_write): Ditto.
4331 (sh64_register_write): Ditto.
4332
4333 * defs.h (XCALLOC): Define.
4334
4335 2002-06-19 Grace Sainsbury <graces@redhat.com>
4336
4337 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4338 * m68k-tdep.c (m68k_gdbarch_init): Added.
4339 (m68k_dump_tdep): Added.
4340
4341 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4342
4343 * ada-lang.c (fill_in_ada_prototype): Update comment.
4344
4345 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4346
4347 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4348 MIPS_ABI_LAST.
4349 (mips_abi_string, mips_abi_strings): New.
4350 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4351 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4352 tdep->mips_abi_string. Honor mips_abi_string. Default to
4353 O32 if no ABI is found.
4354 (mips_dump_tdep): Use mips_abi_strings.
4355 (mips_abi_update): New function.
4356 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4357 ``set mips abi'' and ``show mips abi''. Check the size of
4358 mips_abi_strings.
4359
4360 2002-06-19 Andrew Cagney <cagney@redhat.com>
4361
4362 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4363 constant.
4364
4365 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4366
4367 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4368 current frame using only the first stack size adjustment. All
4369 subsequent size adjustments are not considered to be part of
4370 the "static" part of the current frame.
4371 Compute the address of the saved registers relative to the
4372 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4373 in use in this frame.
4374
4375 2002-06-18 Don Howard <dhoward@redhat.com>
4376
4377 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4378 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4379 suggesting this solution.
4380
4381 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4382
4383 * config/romp/xm-rtbsd.h: Delete file.
4384 * config/romp/rtbsd.mh: Delete file.
4385
4386 2002-06-18 Keith Seitz <keiths@redhat.com>
4387
4388 * breakpoint.c (condition_command): Post breakpoint_modify
4389 when a condition is added to an existing breakpoint.
4390 (commands_command): Likewise for commands.
4391 (set_ignore_count): Likewise for ignore counts.
4392 If no tty, do not simply return, still need to send event
4393 notification.
4394 (ignore_command): Only print a newline if the command came
4395 from a tty.
4396 Don't call breakpoints_changed, since this is now properly
4397 handled by set_ignore_count.
4398
4399 2002-06-18 Andrew Cagney <cagney@redhat.com>
4400
4401 * MAINTAINERS: Note that cris-elf target can be compiled with
4402 -Werror.
4403 * cris-tdep.c (cris_register_name): Make return type constant.
4404 (cris_breakpoint_from_pc): Ditto.
4405
4406 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4407
4408 * frame.h (struct frame_info): Change type of context to
4409 'struct context'.
4410
4411 2002-06-17 Andrew Cagney <cagney@redhat.com>
4412
4413 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4414 pointer.
4415 * gdbarch.h, gdbarch.c: Regenerate.
4416 * config/mips/tm-mips.h (mips_register_name): Update.
4417 * i386-tdep.h (i386_register_name): Update.
4418 * mips-tdep.c (mips_register_name): Update
4419 * alpha-tdep.c (alpha_register_name): Update.
4420 * arch-utils.c (legacy_register_name): Update.
4421 * arch-utils.h (legacy_register_name): Update.
4422 * avr-tdep.c (avr_register_name): Update.
4423 * ia64-tdep.c (ia64_register_name): Update.
4424 * i386-tdep.c (i386_register_name): Update.
4425 * sparc-tdep.c (sparc32_register_name): Update.
4426 (sparc64_register_name): Update.
4427 (sparclite_register_name): Update.
4428 (sparclet_register_name): Update.
4429 * sh-tdep.c (sh_generic_register_name): Update.
4430 (sh_sh_register_name): Update.
4431 (sh_sh3_register_name): Update.
4432 (sh_sh3e_register_name): Update.
4433 (sh_sh_dsp_register_name): Update.
4434 (sh_sh3_dsp_register_name): Update.
4435 (sh_sh4_register_name): Update.
4436 (sh_sh64_register_name): Update.
4437 * s390-tdep.c (s390_register_name): Update.
4438 * rs6000-tdep.c (rs6000_register_name): Update.
4439 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4440 (ns32k_register_name_32382): Update.
4441 * d10v-tdep.c (d10v_ts2_register_name): Update.
4442 (d10v_ts3_register_name): Update.
4443 * xstormy16-tdep.c (xstormy16_register_name): Update.
4444 * vax-tdep.c (vax_register_name): Update.
4445 * v850-tdep.c (v850_register_name): Update.
4446 * m68hc11-tdep.c (m68hc11_register_name): Update.
4447 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4448 (am33_register_name): Update.
4449
4450 2002-06-17 Grace Sainsbury <graces@redhat.com>
4451
4452 * m68k-tdep.c: Reindented.
4453
4454 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4455
4456 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4457 list of predefined types.
4458
4459 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4460
4461 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4462 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4463 REGISTER_CONVERT_TO_RAW): Remove defines.
4464 (i386_register_virtual_type, i386_register_convertible,
4465 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4466 Remove prototypes.
4467 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4468 macros mentioned above.
4469
4470 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4471 (i386lynx_saved_pc_after_call): Remove prototype.
4472 * i386ly-tdep.c: Include "i386-tdep.h".
4473 (i386lynx_saved_pc_after_call): Make static. Use
4474 read_memory_nobpt instead of read_memory. Use
4475 read_memory_unsigned_integer instead of read_memory_integer.
4476 (i386lynx_init_abi): New function.
4477 (i386lynx_coff_osabi_sniffer): New function.
4478 (_initialize_i386bsd_tdep): New function.
4479
4480 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4481 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4482 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4483 (i386_fix_call_dummy): Remove prototype.
4484 * i386-tdep.c (i386_call_dummy_words): New variable.
4485 (i386_gdbarch_init): Adjust for removal of the
4486 macros mentioned above.
4487
4488 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4489
4490 * command.h (add_setshow_auto_boolean_cmd): Replace
4491 add_set_auto_boolean_cmd.
4492 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4493 add_set_auto_boolean_cmd.
4494 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4495 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4496 mask-address'' command.
4497 (show_mask_address): Add cmd parameter.
4498 * remote.c (add_packet_config_cmd): Update. Change type of
4499 set_func and show_func to cmd_sfunc_ftype.
4500 (_initialize_remote): Update `set remote Z-packet'
4501 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4502 (show_remote_protocol_e_packet_cmd): Ditto.
4503 (show_remote_protocol_E_packet_cmd): Ditto.
4504 (show_remote_protocol_P_packet_cmd): Ditto.
4505 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4506 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4507 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4508 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4509 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4510 (show_remote_protocol_Z_packet_cmd): Ditto.
4511 (show_remote_protocol_binary_download_cmd): Ditto.
4512 (show_remote_cmd): Pass NULL to all of above.
4513
4514 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4515
4516 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4517 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4518 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4519 POP_FRAME): Remove defines.
4520 (i386_push_arguments, i386_store_struct_return,
4521 i386_extract_return_value, i386_store_return_value,
4522 i386_extract_struct_value_address, i386_push_dummy_frame,
4523 i386_pop_frame): Renove prototypes.
4524 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4525 macros mentioned above.
4526
4527 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4528
4529 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4530 add_set_boolean_cmd.
4531 (add_setshow_cmd): New function.
4532 * command.h (add_setshow_boolean_cmd): Replace
4533 add_set_boolean_cmd.
4534 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4535 and ``set rdiromatzero''.
4536 * maint.c (_initialize_maint_cmds): Update commented out code.
4537 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4538 * target.c (initialize_targets): Update `set
4539 trust-readonly-sections'.
4540 * remote.c (_initialize_remote): Update `set remotebreak'.
4541
4542 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4543
4544 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4545 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4546 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4547 fit into multi-arch framework.
4548 (i386_breakpoint_from_pc): New function.
4549 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4550 above.
4551
4552 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4553 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4554 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4555 (i386_frameless_function_invocation, i386_frame_num_args,
4556 i386_frame_init_saved_regs): Remove prototypes.
4557 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4558 macros mentioned above.
4559
4560 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4561
4562 * cli/cli-decode.c (set_cmd_cfunc): Update.
4563 (set_cmd_sfunc): Update.
4564 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4565 (set_cmd_sfunc, set_cmd_cfunc): Update.
4566 * cli/cli-decode.h: Update.
4567
4568 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4569
4570 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4571 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4572
4573 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4574
4575 * defs.h (auto_boolean): Declare enum.
4576 * command.h (cmd_auto_boolean): Delete enum.
4577 * mips-tdep.c (mask_address_var): Update.
4578 (mips_mask_address_p): Update.
4579 (show_mask_address): Update.
4580 * remote.c (struct packet_config): Update.
4581 (update_packet_config): Update.
4582 (show_packet_config_cmd): Update.
4583 (packet_ok): Update.
4584 (add_packet_config_cmd): Update.
4585 (_initialize_remote):
4586 * command.h: Update.
4587 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4588 (do_setshow_command): Update.
4589 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4590 * cli/cli-decode.h: Update.
4591
4592 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4593
4594 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4595 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4596 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4597 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4598 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4599 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4600
4601 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4602 list of DJGPP COFF targets.
4603
4604 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4605 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4606 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4607 (FP0_REGNUM): Remove define.
4608 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4609 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4610 (i386_register_virtual_size): Remove protoype.
4611 * i386-tdep.c (i386_register_virtual_size): Removed.
4612 (i386_extract_return_value, i386_store_return_value): Use
4613 FP0_REGNUM instead of NUM_FREGS to determine whether the
4614 floating-point registers are available.
4615 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4616 Adjust for removal of macros mentioned above.
4617
4618 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4619
4620 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4621 comments.
4622 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4623 Remove prototypes.
4624 (supply_gregset, fill_gregset): Remove use of register keyword and
4625 remove declaration for regmap. Use I386_NUM_GREGS instead of
4626 NUM_REGS and NUM_FREGS.
4627 (FPREGSET_FSAVE_OFFSET): Remove.
4628 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4629 NUM_FREGS to determine whether the floating-point registers are
4630 available.
4631
4632 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4633 gnu_store_registers): Replace usage of NUM_GREGS with
4634 I386_NUM_GREGS.
4635
4636 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4637 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4638 usage of NUM_GREGS with I386_NUM_GREGS.
4639
4640 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4641
4642 * i386bsd-nat.c: Include "i386-tdep.h".
4643 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4644 I386_NUM_GREGS.
4645
4646 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4647 and associated comment. They no longer make any sense, since we
4648 don't use this file anymore on Linux.
4649
4650 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4651 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4652 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4653 elements in these arrays.
4654 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4655 MAX_NUM_REGS.
4656
4657 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4658
4659 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4660 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4661
4662 2002-06-14 Andrew Cagney <cagney@redhat.com>
4663
4664 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4665 EXTRACT_RETURN_VALUE.
4666 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4667 EXTRACT_STRUCT_VALUE_ADDRESS.
4668 * gdbarch.h, gdbarch.c: Regenerate.
4669
4670 * values.c (value_being_returned): Handle
4671 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4672 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4673
4674 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4675 * arm-tdep.c (arm_gdbarch_init): Update.
4676 * avr-tdep.c (avr_gdbarch_init): Update.
4677 * cris-tdep.c (cris_gdbarch_init): Update.
4678 * d10v-tdep.c (d10v_gdbarch_init): Update.
4679 * ia64-tdep.c (ia64_gdbarch_init): Update.
4680 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4681 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4682 * s390-tdep.c (s390_gdbarch_init): Update.
4683 * sh-tdep.c (sh_gdbarch_init): Update.
4684 * s390-tdep.c (s390_gdbarch_init): Update.
4685 * sparc-tdep.c (sparc_gdbarch_init): Update.
4686 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4687 * v850-tdep.c (v850_gdbarch_init): Update.
4688 * vax-tdep.c (vax_gdbarch_init): Update.
4689 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4690 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4691
4692 * config/arc/tm-arc.h: Update.
4693 * config/d30v/tm-d30v.h: Update.
4694 * config/fr30/tm-fr30.h: Update.
4695 * config/h8300/tm-h8300.h: Update.
4696 * config/h8500/tm-h8500.h: Update.
4697 * config/i386/tm-i386.h: Update.
4698 * config/i386/tm-ptx.h: Update.
4699 * config/i386/tm-symmetry.h: Update.
4700 * config/i960/tm-i960.h: Update.
4701 * config/m32r/tm-m32r.h: Update.
4702 * config/m68k/tm-delta68.h: Update.
4703 * config/m68k/tm-linux.h: Update.
4704 * config/m68k/tm-m68k.h: Update.
4705 * config/m88k/tm-m88k.h: Update.
4706 * config/mcore/tm-mcore.h: Update.
4707 * config/mips/tm-mips.h: Update.
4708 * config/mn10200/tm-mn10200.h: Update.
4709 * config/pa/tm-hppa.h: Update.
4710 * config/pa/tm-hppa64.h: Update.
4711 * config/sparc/tm-sp64.h: Update.
4712 * config/sparc/tm-sparc.h: Update.
4713 * config/sparc/tm-sparclet.h: Update.
4714 * config/z8k/tm-z8k.h: Update.
4715
4716 2002-06-14 Andrew Cagney <cagney@redhat.com>
4717
4718 * Makefile.in (i386_linux_tdep_h): Define.
4719 (i386_tdep_h, i387_tdep_h): Define.
4720 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4721 $(i386_tdep_h) and $(i387_tdep_h).
4722 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4723
4724 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4725
4726 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4727 Already covered by the default.
4728
4729 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4730 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4731 (i386_gdbarch_init): Initialize long_double_format and long_double
4732 bit.
4733
4734 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4735 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4736 Move these to ...
4737 * config/i386/i386sol2.mh: ... here.
4738 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4739 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4740 (SIGCONTEXT_PC_OFFSET): Remove define.
4741 (IN_SIGTRAMP): Remove define.
4742 * i386-sol2-tdep.c: New file.
4743
4744 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4745 * config/i386/tm-i386nw.h: Removed.
4746
4747 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4748 USE_STRUCT_CONVENTION): Remove defines.
4749 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4750 (get_longjmp_target): Remove prototype.
4751 (IN_SIGTRAMP): Remove define.
4752 (i386bsd_in_sigtramp): Remove prototype.
4753 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4754 function. Update comment accordingly
4755 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4756 (FRAME_SAVED_PC): Remove define.
4757 (i386bsd_frame_saved_pc): Remove prototype.
4758 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4759 GET_LONGJMP_TARGET): Remove defines.
4760 (get_longjmp_target): Remove prototype.
4761 (IN_SIGTRAMP): Remove define.
4762 (i386bsd_in_sigtramp): Remove prototype.
4763 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4764 function. Update comment accordingly
4765 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4766 (FRAME_SAVED_PC): Remove define.
4767 (i386bsd_frame_saved_pc): Remove prototype.
4768 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4769 Remove prototype.
4770 (USE_STRUCT_CONVENTION): Remove prototype.
4771 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4772 declaration.
4773 (_initialize_i386bsd_nat): Revise logic to determine some
4774 constants at compile time when compiling a native GDB. Warn if
4775 things don't match up with what we expect.
4776 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4777 Remove variables.
4778 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4779 to use date stored in `struct gdbarch_tdep'.
4780 (i386bsd_sigcontext_offset): Remove varaible.
4781 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4782 stored in `struct gdbarch_tdep'.
4783 (i386bsd_frame_saved_pc): Make static.
4784 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4785 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4786 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4787 i386fbsd4_sc_pc_offset): New variables.
4788 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4789 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4790 functions.
4791 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4792 functions.
4793 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4794 Modify the value of i386fbsd_sigtramp_start and
4795 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4796 i386fbsd_sigtramp_end.
4797 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4798 function.
4799
4800 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4801 define to i386-linux-tdep.h.
4802 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4803 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4804 defines.
4805 (i386_linux_register_name, i386_linux_register_byte,
4806 i386_linux_register_raw_size): Remove prototypes.
4807 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4808 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4809 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4810 TARGET_WRITE_PC): Remove defines.
4811 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4812 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4813 i386_linux_write_pc): Remove prototypes.
4814 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4815 (get_longjmp_target): Remove prototype.
4816 * i386-linux-tdep.h: New file.
4817 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4818 * i386-linux-tdep.c: Include "i386-tdep.h" and
4819 "i386-linux-tdep.h".
4820 (i386_linux_register_name, i386_linux_register_byte,
4821 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4822 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4823 Make static.
4824 (i386_linux_init_abi): New function.
4825 (_initialize_i386_linux_tdep): New function.
4826
4827 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4828 (i386_saved_pc_after_call): Remove prototype.
4829 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4830 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4831 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4832 (i386_register_name, i386_stab_reg_to_regnum,
4833 i386_dwarf_reg_to_regnum): Remove prototypes.
4834 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4835 SIZEOF_SSE_REGS): Remove defines.
4836 (REGISTER_BYTES): Remove define.
4837 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4838 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4839 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4840 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4841 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4842 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4843 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4844 (get_longjmp_target): Remove prototype.
4845 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4846 (sigtramp_saved_pc): Remove define.
4847 (i386v4_sigtramp_saved_pc): Remove prototype.
4848 * config/i386/tm-go32.h (FRAME_CHAIN,
4849 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4850 (i386go32_frame_saved_pc): Remove prototype.
4851 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4852 (get_longjmp_target): Remove prototype.
4853 * i386-tdep.h: Include "osabi.h".
4854 (enum i386_abi): Removed.
4855 (enum struct_return): New enum.
4856 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4857 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4858 sc_pc_offset members.
4859 (i386_gdbarch_register_os_abi): Remove prototype.
4860 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4861 I386_SSE_NUM_REGS): New defines.
4862 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4863 I386_SSE_SIZEOF_REGS): New defines.
4864 (i386_register_name, i386_register_byte, i386_register_raw_size):
4865 New prototypes.
4866 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4867 (i386bsd_sigtramp_saved_pc): New prototype.
4868 * i386-tdep.c: Don't include "elf-bfd.h".
4869 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4870 i386_frame_chain, i386_saved_pc_after_call): Make static.
4871 (i386_frame_saved_pc): Rewrite to call architecture dependent
4872 function to deal with signal handlers. Make static.
4873 (i386go32_frame_saved_pc): Removed.
4874 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4875 Removed.
4876 (i386_get_longjmp_target): New function.
4877 (default_struct_convention, pcc_struct_convention,
4878 reg_struct_convention, valid_conventions, struct_convention): New
4879 variables.
4880 (i386_use_struct_convention): New function.
4881 (i386v4_sigtramp_saved_pc): Renamed to
4882 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4883 (i386_pc_in_sigtramp): New function.
4884 (i386_abi_names): Removed.
4885 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4886 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4887 Removed.
4888 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4889 i386_gdbarch_register_os_abi): Removed.
4890 (struct i386_abi_handler): Removed.
4891 (i386_abi_handler_list): Removed.
4892 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4893 functions.
4894 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4895 i386_nw_init_abi): New functions.
4896 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4897 Use set_gdbarch_xxx() calls instead of relying on macros for a
4898 number of calls.
4899 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4900 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4901 Register the various architecture variants defined in this file.
4902
4903 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4904
4905 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4906 (struct main_type): Remove arg_types member. Update comments for
4907 struct field.
4908 (TYPE_ARG_TYPES): Remove.
4909 (TYPE_FN_FIELD_ARGS): Update.
4910 (smash_to_method_type): Update prototype.
4911
4912 * c-typeprint.c (cp_type_print_method_args): Take method type
4913 instead of argument list. Use new argument layout. Simplify.
4914 (c_type_print_args): Use new argument layout. Simplify.
4915 (c_type_print_base): Update call to cp_type_print_method_args.
4916 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4917 argument; use die->type instead. Update call to
4918 smash_to_method_type.
4919 (read_structure_scope): Update call to dwarf2_add_member_fn.
4920 * gdbtypes.c (allocate_stub_method): Update comment.
4921 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4922 Use new argument layout.
4923 (check_stub_method): Use new argument layout. Don't count
4924 void as an argument.
4925 (print_arg_types): Update comments. Use new argument layout.
4926 (recursive_dump_type): Don't print arg_types member.
4927 * hpread.c (hpread_read_struct_type): Use new argument layout.
4928 (fixup_class_method_type): Likewise.
4929 (hpread_type_lookup): Likewise.
4930 * stabsread.c (read_type): Update calls to read_args and
4931 smash_to_method_type.
4932 (read_args): Use new argument layout. Simplify.
4933 * valops.c (typecmp): Use new argument layout. Update parameters
4934 and comments. Simplify.
4935 (hand_function_call): Use new argument layout.
4936 (search_struct_method): Update call to typecmp.
4937 (find_overload_match): Use new argument layout.
4938
4939 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4940
4941 * NEWS: Mention multithreaded debug support for gdbserver.
4942
4943 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4944
4945 * MAINTAINERS: Mention NEWS.
4946
4947 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4948
4949 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4950 (struct mips_objfile_private, compare_pdr_entries): New.
4951 (non_heuristic_proc_desc): Read the ".pdr" section if it
4952 is present.
4953
4954 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4955
4956 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4957 (arm_debug): New static variable.
4958 (_initialize_arm_tdep): Add ``set debug arm'' command.
4959
4960 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4961
4962 * Makefile.in (sim_arm_h): Define.
4963 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4964 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4965 (arm_register_sim_regno): New function, map an internal REGNUM
4966 onto a simulator register number.
4967 (arm_gdbarch_init): Set register_sim_regno.
4968
4969 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4970
4971 * MAINTAINERS: Add self.
4972
4973 2002-06-11 Jim Blandy <jimb@redhat.com>
4974
4975 * source.c (source_info): Mention whether the symtab has
4976 information about preprocessor macros.
4977
4978 Call the command `info macro', not `show macro'.
4979 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4980 Fix error message.
4981 (_initialize_macrocmd): Register `info_macro_command' in
4982 `infolist', not `showlist'.
4983
4984 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4985
4986 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4987 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4988 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4989 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4990 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4991 unconditionally.
4992 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4993 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4994 (_initialize_mips_tdep): Remove dead code.
4995 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4996 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4997 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4998 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4999 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5000 MIPS_LAST_FP_ARG_REGNUM): Remove.
5001
5002 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5003
5004 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5005 (unwind_tmp_obstack_free, parse_frame_info)
5006 (update_context, cfi_read_fp, cfi_write_fp)
5007 (cfi_frame_chain, cfi_init_extra_frame_info)
5008 (cfi_virtual_frame_pointer): Use the above function.
5009 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5010
5011 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5012
5013 * v850-tdep.c (v850_type_is_scalar): New function.
5014 (v850_use_struct_convention): Match current gcc implementation
5015 as close as possible.
5016 (v850_push_arguments): Fix stack_offset handling. Don't write
5017 struct_addr into register. This is done by v850_store_struct_return.
5018 (v850_extract_return_value): Care for structs.
5019 (v850_store_return_value): Ditto.
5020 (v850_store_struct_return): Actually write address.
5021
5022 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5023
5024 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5025 without debug information too.
5026
5027 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5028
5029 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5030 Make multi-arch pure.
5031 * gdbarch.h, gdbarch.c: Re-generate.
5032 * arm-tdep.c (arm_print_float_info): Update.
5033 * arch-utils.h (default_print_float_info): Update.
5034 * arch-utils.c (default_print_float_info): Update.
5035 * infcmd.c (float_info): Update call.
5036
5037 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5038
5039 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5040 the front of the initialize list.
5041
5042 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5043
5044 * infrun.c (struct inferior_status): Replace fields
5045 selected_frame_address and selected_level with field
5046 selected_frame_id.
5047 (save_inferior_status): Update. Use get_frame_id.
5048 (struct restore_selected_frame_args): Delete.
5049 (restore_selected_frame): Update. Use frame_find_by_id.
5050 (restore_inferior_status): Update.
5051
5052 * breakpoint.h (struct breakpoint): Change type of
5053 watchpoint_frame to frame_id.
5054 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5055 call to get_current_frame.
5056 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5057 get_current_frame.
5058 (watchpoint_check): Use frame_find_by_id.
5059
5060 * frame.h (record_selected_frame): Delete declaration.
5061 * stack.c (record_selected_frame): Delete function.
5062
5063 * frame.h (struct frame_id): Define.
5064 (get_frame_id): Declare.
5065 (frame_find_by_id): Declare.
5066 * frame.c (frame_find_by_id): New function.
5067 (get_frame_id): New function.
5068
5069 2002-06-10 Andrey Volkov <avolkov@transas.com>
5070
5071 * ser-e7kpc.c: Fix duplicated define and call of
5072 _initialize_ser_e7000pc
5073
5074 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5075
5076 * signals/signals.c (target_signal_from_host): Fix #ifdef
5077 SIGRTMIN case.
5078 (do_target_signal_to_host): Likewise.
5079
5080 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5081
5082 * mips-tdep.c (mips_find_abi_section): New function.
5083 (mips_gdbarch_init): Call it.
5084
5085 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5086
5087 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5088 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5089 after Andrew's 2002-06-08 gdbarch change.
5090
5091 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5092
5093 * i386-linux-nat.c (suppy_gregset): Don't supply
5094 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5095 register cache.
5096 (fill_gregset): Don't fetch it under the same circumstances.
5097
5098 2002-06-09 Andrew Cagney <cagney@redhat.com>
5099
5100 * Makefile.in (callback_h): Define.
5101 (remote_sim_h): Update path to remote-sim.h.
5102 (remote-rdp.o): Add $(callback_h).
5103 (remote-sim.o): Use $(callback_h).
5104 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5105 * remote-rdp.c: Include "gdb/callback.h".
5106
5107 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5108
5109 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5110 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5111
5112 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5113
5114 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5115 * rdi-share/serpardr.c: Ditto.
5116 * rdi-share/unixcomm.c: Ditto.
5117 * rdi-share/serdrv.c: Ditto.
5118 * rdi-share/hostchan.h: Ditto.
5119 * rdi-share/hostchan.c: Ditto.
5120 * rdi-share/host.h: Ditto.
5121 * rdi-share/devsw.c: Ditto.
5122
5123 * objfiles.h: Change type of obj_private to void pointer.
5124 * pa64solib.c: Update copyright. Don't include "assert.h", use
5125 strcmp instead of STREQ, use LONGEST, do not use PTR
5126 * somsolib.c: Ditto.
5127
5128 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5129 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5130 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5131
5132 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5133
5134 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5135 (default_get_saved_register): Delete function.
5136 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5137 generic_unwind_get_saved_register.
5138 * gdbarch.h, gdbarch.c: Re-generate.
5139
5140 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5141
5142 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5143 generic_func_frame_chain_valid.
5144 * gdbarch.h, gdbarch.c: Re-generate.
5145 * blockframe.c (generic_func_frame_chain_valid): Only check
5146 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5147 passing FP to PC_IN_CALL_DUMMY.
5148 Fix PR gdb/360.
5149
5150 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5151
5152 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5153 (register_gdbarch_data): Initialize init_p.
5154 (gdbarch_data): Initialize data pointer using the init function.
5155 (init_gdbarch_data): Delete function.
5156 (gdbarch_update_p): Update.
5157 (initialize_non_multiarch): Update.
5158 (struct gdbarch): Add field initialized_p.
5159 * gdbarch.h, gdbarch.c: Re-generate.
5160
5161 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5162
5163 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5164 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5165 better do the things actually here.
5166 * x86-64-tdep.c (x86_64_register_name2nr): New.
5167 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5168 (x86_64_gdbarch_init): Respect the above change.
5169 * x86-64-tdep.h (x86_64_register_name2nr)
5170 (x86_64_register_nr2name): Add prototypes.
5171 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5172
5173 2002-06-06 Michael Snyder <msnyder@redhat.com>
5174
5175 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5176 Delete extra braces and re-indent.
5177 (d10v_store_return_value): Char return values
5178 must be shifted over by one byte in R0.
5179 (d10v_extract_return_value): Delete extra braces, re-indent.
5180
5181 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5182
5183 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5184 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5185 (d10v_integer_to_address): Rewrite.
5186 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5187 the d10v specific functions which take care of converting to the
5188 correct space.
5189
5190 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5191
5192 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5193 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5194
5195 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5196
5197 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5198 includes.
5199 * config/tm-linux.h: Ditto.
5200 * config/alpha/tm-alphalinux.h: Ditto.
5201 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5202 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5203 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5204 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5205 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5206 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5207 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5208 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5209 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5210 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5211 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5212 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5213 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5214 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5215 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5216 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5217 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5218 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5219 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5220 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5221 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5222 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5223 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5224 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5225 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5226 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5227 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5228 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5229 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5230 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5231 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5232 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5233 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5234 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5235 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5236 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5237 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5238
5239 2002-05-04 Aidan Skinner <aidan@velvet.net>
5240
5241 * ada-exp.tab.c: New file
5242 * ada-exp.y: New file
5243 * ada-lang.c: New file
5244 * ada-lang.h: New file
5245 * ada-lex.c: New file
5246 * ada-lex.l: New file
5247 * ada-tasks.c: New file
5248 * ada-typeprint.c: New file
5249 * ada-valprint.c: New file
5250
5251 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5252
5253 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5254 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5255
5256 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5257
5258 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5259 insetead of ppc-linux-tdep.o.
5260 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5261 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5262
5263 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5264
5265 2002-05-07 Christian Groessler <chris@groessler.org>
5266 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5267 bit register contents for little endian hosts.
5268
5269 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5270
5271 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5272 any maintainer.
5273
5274 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5275
5276 * gdbarch.h: Regenerate.
5277
5278 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5279
5280 * MAINTAINERS: Add everyone to write-after-approval list.
5281
5282 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5283
5284 * stack.c (frame_info): Use frame_register_unwind instead of
5285 saved_regs. Mention when the SP is on the stack or in a register.
5286
5287 * frame.h (frame_register_unwind_ftype): Define. Document.
5288 (struct frame_info): Add field register_unwind and
5289 register_unwind_cache.
5290 (frame_register_unwind): Declare.
5291 (generic_unwind_get_saved_register): Declare.
5292
5293 * frame.c (frame_register_unwind): New function.
5294 (generic_unwind_get_saved_register): New function.
5295
5296 * blockframe.c (generic_call_dummy_register_unwind): New function.
5297 (frame_saved_regs_register_unwind): New function.
5298 (set_unwind_by_pc): New function.
5299 (create_new_frame): New function.
5300 (get_prev_frame): New function.
5301
5302 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5303
5304 * a29k-share/: Delete directory.
5305 * remote-vx29k.c: Delete file.
5306
5307 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5308
5309 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5310 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5311
5312 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5313
5314 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5315 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5316 (sparc64nbsd-nat.o)
5317 (sparcnbsd-nat.o)
5318 (sparcnbsd-tdep.o): New dependency lists.
5319 * NEWS: Note new UltraSPARC NetBSD native configuration.
5320 * configure.host (sparc64-*-netbsd*): New host.
5321 * configure.tgt (sparc-*-netbsdelf*)
5322 (sparc-*-netbsd*): Set gdb_target to nbsd.
5323 (sparc64-*-netbsd*): New target.
5324 * sparc64nbsd-nat.c: New file.
5325 * sparcnbsd-nat.c: New file.
5326 * sparcnbsd-tdep.c: New file.
5327 * sparcnbsd-tdep.h: New file.
5328 * config/sparc/nbsd.mt: New file.
5329 * config/sparc/nbsd64.mh: New file.
5330 * config/sparc/nbsd64.mt: New file.
5331 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5332 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5333 (HOST_IPC): Remove.
5334 * config/sparc/nbsdaout.mt: Remove.
5335 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5336 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5337 (HOST_IPC): Remove.
5338 * config/sparc/nbsdelf.mt: Remove.
5339 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5340 sparc-nat.c compatiblity defines.
5341 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5342 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5343 * config/sparc/tm-nbsd64.h: New file.
5344 * config/sparc/tm-nbsdaout.h: Remove.
5345 * config/sparc/xm-nbsd.h: Remove.
5346
5347 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5348
5349 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5350 * sparc-tdep.c: Include osabi.h.
5351 (gdbarch_tdep): Add osabi member.
5352 (_initialize_sparc_tdep): Use gdbarch_register.
5353 (sparc_gdbarch_init): Use generic OS ABI framework.
5354 (sparc_dump_tdep): New function.
5355
5356 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5357
5358 * corefile.c (do_captured_read_memory_integer): Return non-zero
5359 result.
5360 (safe_read_memory_integer): Copy result of memory read when
5361 status is non-zero. Also, add comments.
5362
5363 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5364
5365 * Makefile.in (ppc_tdep_h): Define.
5366 (ppc-linux-nat.o)
5367 (ppc-linux-tdep.o)
5368 (rs6000-tdep.o): Use $(ppc_tdep_h).
5369 (ppc-sysv-tdep.o)
5370 (ppcnbsd-nat.o)
5371 (ppcnbsd-tdep.o): New dependency lists.
5372 * ppc-tdep.h: Use generic OS ABI framework.
5373 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5374 (ppc_linux_init_abi): New functions.
5375 (ppc_sysv_abi_broken_use_struct_convention)
5376 (ppc_sysv_abi_use_struct_convention)
5377 (ppc_sysv_abi_push_arguments): Move to...
5378 * ppc-sysv-tdep.c: ...here.
5379 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5380 * rs6000-tdep.c (process_note_abi_tag_sections)
5381 (get_elfosabi): Remove.
5382 (rs6000_gdbarch_init): Use generic OS ABI framework.
5383 (rs6000_dump_tdep): New function.
5384 (_initialize_rs6000_tdep): Use gdbarch_register.
5385 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5386 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5387 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5388 of ppc-linux-tdep.o.
5389 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5390 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5391 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5392 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5393 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5394 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5395
5396 2002-05-29 Jim Blandy <jimb@redhat.com>
5397
5398 * macroscope.c (default_macro_scope): Put `void' in empty argument
5399 list.
5400
5401 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5402
5403 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5404 * arch-utils.c: Include "sim-regno.h".
5405 * gdbarch.sh: Don't include "sim-regno.h".
5406 * gdbarch.h, gdbarch.c: Regenerate.
5407 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5408 here.
5409 * arch-utils.h (legacy_register_sim_regno): To here.
5410 * remote-sim.c (legacy_register_sim_regno): Move function from
5411 here.
5412 * arch-utils.c (legacy_register_sim_regno): To here.
5413
5414 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5415
5416 * sim-regno.h: New file.
5417 * Makefile.in (sim_regno_h): Define.
5418 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5419 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5420 (legacy_register_sim_regno): New function.
5421 (one2one_register_sim_regno): New function.
5422 (gdbsim_fetch_register): Rewrite.
5423 (gdbsim_store_register): Only store a register when
5424 REGISTER_SIM_REGNO is valid.
5425 * d10v-tdep.c: Include "sim-regno.h".
5426 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5427 (d10v_ts3_register_sim_regno): Ditto.
5428 * gdbarch.sh: Include "sim-regno.h".
5429 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5430 * gdbarch.h, gdbarch.c: Regenerate.
5431 * arch-utils.h (default_register_sim_regno): Delete declaration.
5432 * arch-utils.c (default_register_sim_regno): Delete function.
5433
5434 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5435
5436 * ppcnbsd-nat.c: Rewrite.
5437 * ppcnbsd-tdep.c: New file.
5438 * ppcnbsd-tdep.h: New file.
5439 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5440 solib.o, and solib-svr4.o.
5441 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5442 nbsd-tdep.o, and corelow.o.
5443
5444 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5445
5446 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5447 `tr' and `sed'. Mention that `broken' targets are not expected to
5448 build.
5449
5450 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5451
5452 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5453 Let PC point right after the prologue before looking up symbols.
5454
5455 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5456
5457 * i386-tdep.c (i386_register_virtual_type): Return
5458 builtin_type_vec128i for SSE registers.
5459
5460 * gdbtypes.h (builtin_type_vec128i): Declare.
5461
5462 * gdbtypes.c (build_builtin_type_vec128i): New function.
5463 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5464 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5465 (build_gdbtypes): Initialize new builtin vector types.
5466 (_initialize_gdbtypes): Register new vector types with gdbarch.
5467
5468 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5469
5470 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5471 since it has been multi-arch'd.
5472 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5473 Move Alpha and VAX multi-arch news entries to same section
5474 as other multi-arch news.
5475
5476 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5477
5478 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5479 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5480 static. Rename some register numbers to put them in ns32k-tdep
5481 private namespace.
5482 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5483 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5484 functions.
5485 (_initialize_ns32k_tdep): Use gdbarch_register.
5486 * ns32k-tdep.h: New file.
5487 * ns32knbsd-tdep.c: New file.
5488 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5489 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5490 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5491 REGISTER_BYTES, REGISTER_BYTE): Remove.
5492 * config/ns32k/tm-ns32k.h: New file.
5493 * config/ns32k/tm-umax.h: Remove.
5494
5495 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5496
5497 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5498 ns32k_store_struct_return, ns32k_extract_return_value,
5499 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5500 functions.
5501 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5502 ns32k_saved_pc_after_call.
5503 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5504 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5505 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5506 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5507 ns32k_extract_struct_value_address.
5508
5509 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5510
5511 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5512 ns32k_fix_call_dummy): New.
5513 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5514 ns32k_call_dummy_words.
5515 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5516 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5517 CALL_DUMMY_NARGS): Remove.
5518 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5519
5520 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5521
5522 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5523 ns32k_frame_saved_pc, ns32k_frame_args_address,
5524 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5525 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5526 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5527 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5528 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5529 (BREAKPOINT): Remove..
5530 (FRAME_CHAIN): Define as ns32k_frame_chain.
5531 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5532 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5533 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5534 (FRAME_FIND_SAVED_REGS): Remove.
5535 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5536 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5537 (POP_FRAME): Define as ns32k_pop_frame.
5538
5539 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5540
5541 * ns32k-tdep.c (ns32k_register_byte_32082,
5542 ns32k_register_byte_32382, ns32k_register_raw_size,
5543 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5544 functions.
5545 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5546 ns32k_register_byte_32382.
5547 * config/ns32k/tm-umax.h: Update copyright years.
5548 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5549 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5550 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5551 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5552 (ns32k_get_enter_addr): Fix prototype.
5553
5554 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5555
5556 * ns32k-tdep.c: Update copyright years.
5557 (ns32k_register_name_32082): New function.
5558 (ns32k_register_name_32382): Ditto.
5559 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5560 (REGISTER_NAME): Define as ns32k_register_name_32382.
5561 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5562 (REGISTER_NAME): Define as ns32k_register_name_32082.
5563
5564 2002-05-24 Jim Blandy <jimb@redhat.com>
5565
5566 * dwarf2read.c (free_line_header): Use xfree, not free.
5567
5568 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5569
5570 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5571 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5572
5573 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5574
5575 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5576
5577 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5578
5579 From Ross Alexander at NEC Europe:
5580 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5581
5582 2002-05-23 Michael Snyder <msnyder@redhat.com>
5583
5584 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5585 for input, rather than parse_and_eval_address.
5586
5587 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5588
5589 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5590 * Makefile.in (sim_d10v_h): Update definition.
5591
5592 2002-05-24 Andrew Cagney <cagney@redhat.com>
5593
5594 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5595 change `2002-05-22 Michael Snyder' below.
5596 (d10v_push_arguments): Ditto.
5597 (d10v_extract_return_value): Ditto.
5598
5599 2002-05-23 Jim Blandy <jimb@redhat.com>
5600
5601 * macrotab.c (check_for_redefinition): Don't complain if the new
5602 definition is the same as the previous one. Take more arguments
5603 to allow the comparison.
5604 (macro_define_object, macro_define_function): Pass more arguments
5605 to check_for_redefinition.
5606
5607 2002-05-22 Michael Snyder <msnyder@redhat.com>
5608
5609 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5610 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5611 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5612 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5613 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5614 Add a temp variable to save a call (and a memory read).
5615 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5616 if possible (so that PC_IN_CALL_DUMMY will work).
5617
5618 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5619
5620 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5621
5622 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5623
5624 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5625 fde->cie_ptr.
5626 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5627 (dwarf2_build_frame_info): Add offset to fde->initial_location
5628 so that frames of shared libraries are mapped correctly.
5629 (execute_stack_op): Change type of 'result' from ULONGEST to
5630 CORE_ADDR.
5631
5632 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5633
5634 * config/alpha/tm-nbsd.h: Include solib.h.
5635
5636 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5637
5638 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5639 assumptions about the host's byte order.
5640
5641 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5642
5643 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5644 to dependency list.
5645 * alphanbsd-tdep.c: Include solib-svr4.h.
5646 * shnbsd-tdep.c: Ditto.
5647
5648 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5649
5650 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5651 nbsd-tdep.h to dependency list.
5652 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5653 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5654 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5655 nbsdaout.mh and nbsdelf.mh consistently.
5656 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5657 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5658 nbsdaout.mt and nbsdelf.mh consistently.
5659 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5660 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5661 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5662 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5663 a.out shared library stuff from here...
5664 * config/nm-nbsdaout.h: ...to here.
5665 * config/tm-nbsd.h: Remove.
5666 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5667 * config/arm/nbsd.mh: Remove.
5668 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5669 nbsd-tdep.o.
5670 * config/arm/nbsdaout.mh: New file.
5671 * config/arm/nbsdelf.mh: New file.
5672 * config/arm/nm-nbsdaout.h: New file.
5673 * config/i386/nbsd.mh: Remove.
5674 * config/i386/nbsd.mt: Remove.
5675 * config/i386/nbsdaout.mh: New file.
5676 * config/i386/nbsdaout.mt: New file.
5677 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5678 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5679 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5680 i386_register_u_addr): Remove.
5681 * config/i386/nm-nbsdaout.h: New file.
5682 * config/i386/nm-nbsdelf.h: Remove.
5683 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5684 (USE_STRUCT_CONVENTION): Remove.
5685 * config/i386/tm-nbsdaout.h: New file.
5686 * config/i386/tm-nbsdelf.h: Remove.
5687 * config/m68k/nbsd.mh: Remove.
5688 * config/m68k/nbsd.mt: Remove.
5689 * config/m68k/nbsdaout.mh: New file.
5690 * config/m68k/nbsdaout.mt: New file.
5691 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5692 * config/m68k/nm-nbsdaout.h: New file.
5693 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5694 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5695 * config/ns32k/nbsd.mh: Remove.
5696 * config/ns32k/nbsd.mt: Remove.
5697 * config/ns32k/nbsdaout.mh: New file.
5698 * config/ns32k/nbsdaout.mt: New file.
5699 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5700 * config/ns32k/nm-nbsdaout.h: New file.
5701 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5702 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5703 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5704 (SVR4_SHARED_LIBS): Remove.
5705 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5706 * config/sparc/nbsd.mh: Remove.
5707 * config/sparc/nbsd.mt: Remove.
5708 * config/sparc/nbsdaout.mh: New file.
5709 * config/sparc/nbsdaout.mt: New file.
5710 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5711 * config/sparc/nbsdelf.mt: New file.
5712 * config/sparc/nm-nbsdaout.h: New file.
5713 * config/sparc/nm-nbsdelf.h: Remove.
5714 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5715 * config/sparc/tm-nbsdaout.h: New file.
5716
5717 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5718
5719 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5720 mipsnbsd-tdep.c
5721 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5722
5723 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5724
5725 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5726 shnbsd-nat.c.
5727 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5728
5729 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5730
5731 * NEWS: Note new MIPS NetBSD native configuration.
5732 * configure.host (mips*-*-netbsd*): New host.
5733 * configure.tgt (mips*-*-netbsd*): New target.
5734 * mipsnbsd-nat.c: New file.
5735 * mipsnbsd-tdep.c: New file.
5736 * mipsnbsd-tdep.h: New file.
5737 * config/mips/nbsd.mh: New file.
5738 * config/mips/nbsd.mt: New file.
5739 * config/mips/nm-nbsd.h: New file.
5740 * config/mips/tm-nbsd.h: New file.
5741
5742 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5743
5744 * Makefile.in (SFILES): Add osabi.c.
5745 (COMMON_OBS): Add osabi.o.
5746 (osabi.o): New dependency list.
5747 * osabi.c: New file.
5748 * osabi.h: New file.
5749 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5750
5751 * Makefile.in (alpha_tdep_h): Define and use instead of
5752 alpha-tdep.h.
5753 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5754 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5755 Remove.
5756 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5757 * alpha-tdep.h: Include osabi.h.
5758 (alpha_abi): Remove.
5759 (gdbarch_tdep): Use generic OS ABI framework.
5760 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5761 gdbarch_register_osabi.
5762 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5763 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5764 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5765
5766 * Makefile.in (sh_tdep_h): Add osabi.h.
5767 * sh-tdep.h (sh_osabi): Remove.
5768 (gdbarch_tdep): Use generic OS ABI framework.
5769 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5770 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5771 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5772 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5773
5774 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5775 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5776 gdbarch_register_osabi.
5777 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5778 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5779 (get_elfosabi): Rename to...
5780 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5781 ABI framework support routines.
5782 (arm_gdbarch_init): Use generic OS ABI framework.
5783 (arm_dump_tdep): Likewise.
5784 (_initialize_arm_tdep): Likewise.
5785 * arm-tdep.h: Include osabi.h.
5786 (arm_abi): Remove.
5787 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5788 osabi member.
5789 (arm_gdbarch_register_os_abi): Remove prototype.
5790 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5791 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5792
5793 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5794 * mips-tdep.c: Include osabi.h.
5795 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5796 OS ABI framework.
5797
5798 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5799
5800 * h8300-tdep.c: Fix formatting.
5801
5802 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
5803
5804 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5805 printing vector registers.
5806
5807 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5808
5809 From Fernando Nasser:
5810 * remote.c (remote_async_open_1): Re-throw the exception when the
5811 connection fails.
5812 (remote_cisco_open): Ditto.
5813 (remote_open_1): Ditto.
5814
5815 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5816
5817 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5818 (remote_start_remote): Add uiout parameter. Pass through to
5819 remote_start_remote_dummy.
5820 (remote_open_1): Use catch_exception instead of catch_errors.
5821 (remote_async_open_1): Ditto.
5822 (remote_cisco_open): Ditto.
5823
5824 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5825
5826 * remote.c (remote_start_remote): Replace PTR with void pointer.
5827 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5828 static.
5829
5830 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5831
5832 * gdb_indent.sh: Allow the script to be run in the sim directory.
5833
5834 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5835
5836 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5837 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5838
5839 * corelow.c (core_open): Only call set_gdbarch_from_file if
5840 exec_bfd is NULL.
5841
5842 2002-05-17 Andrey Volkov <avolkov@transas.com>
5843
5844 * h8300-tdep.c: Add support of EXR register
5845 * config/h8300/tm-h8300.h: Ditto.
5846
5847 2002-05-17 Andrey Volkov <avolkov@transas.com>
5848
5849 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5850
5851 2002-05-17 Andrey Volkov <avolkov@transas.com>
5852
5853 * h8300-tdep.c: Change literal regnums to REGNO.
5854
5855 2002-05-17 Jim Blandy <jimb@redhat.com>
5856
5857 * NEWS: Note addition of macro support.
5858
5859 Expand preprocessor macros in C expressions.
5860 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5861 (scan_macro_expansion, scanning_macro_expansion,
5862 finished_macro_expansion): New function declarations.
5863 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5864 variable declarations.
5865 * parser-defs.h (expression_context_pc): New declaration.
5866 * parse.c (expression_context_pc): New variable.
5867 (parse_exp_1): Set expression_context_pc, as well as
5868 expression_context_block.
5869 * c-exp.y (yylex): If we're not already reading the result of a
5870 macro expansion, try to macro-expand the next token. When we're
5871 done scanning a macro expansion, switch back to the mainline text.
5872 Commas and `if's in a macro's expansion don't terminate the input.
5873 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5874 (macro_original_text, macro_expanded_text,
5875 expression_macro_lookup_func, expression_macro_lookup_baton): New
5876 variables.
5877 (scan_macro_expansion, scanning_macro_expansion,
5878 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5879 c_preprocess_and_parse): New functions.
5880 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5881 c_preprocess_and_parse, instead of c_parse.
5882 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5883 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5884
5885 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5886
5887 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5888 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5889 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5890
5891 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5892
5893 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5894
5895 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5896
5897 * Makefile.in (sh_tdep_h): Define and use.
5898 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5899 register enum): Move to...
5900 * * sh-tdep.h: ...here.
5901 * sh-tdep.c: Include sh-tdep.h.
5902 * sh3-rom.c: Likewise.
5903 * shnbsd-tdep.c: Likewise.
5904
5905 2002-05-16 Michael Snyder <msnyder@redhat.com>
5906
5907 * arm-tdep.c: Spelling fix in comment.
5908
5909 2002-05-16 Jim Blandy <jimb@redhat.com>
5910
5911 Add commands for manually expanding macros and showing their
5912 definitions.
5913 * macrocmd.c, macroscope.c, macroscope.h: New files.
5914 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5915 (macroscope_h): New variable.
5916 (HFILES_NO_SRCDIR): Add macroscope.h.
5917 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5918 (macroscope.o, macrocmd.o): New rules.
5919
5920 Teach the Dwarf 2 reader to read macro information.
5921 * dwarf2read.c: #include "macrotab.h".
5922 (dwarf_macinfo_buffer): New variable.
5923 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5924 dwarf_macinfo_size.
5925 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5926 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5927 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5928 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5929 dwarf2_macro_spaces_in_definition): New complaints.
5930 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5931 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5932 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5933 the partial symbol table.
5934 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5935 from what's recorded in the partial symbol table.
5936 (read_file_scope): If the compilation unit has a
5937 `DW_AT_macro_info' attribute, read its macro information.
5938 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5939
5940 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5941
5942 Fix PR gdb/546
5943 * ser-tcp.c: Don't include <netinet/udp.h>.
5944
5945 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5946
5947 * MAINTAINERS: Update my email address.
5948
5949 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5950
5951 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5952 include file of the same name.
5953
5954 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5955
5956 * configure.tgt: Mark v850 as multi-arched.
5957 * config/v850/tm-v850.h: Remove file.
5958 * config/v850/v850.mt: Eliminate TM_FILE.
5959
5960 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5961
5962 * v850-tdep.c: Full multi-arch.
5963 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5964 Define GDB_MULTI_ARCH to 2.
5965
5966 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5967
5968 * p-exp.y (current_type): New static variable.
5969 Carries the type of the expression at the position that is parsed.
5970 (push_current_type, pop_current_type): Two new functions. Used
5971 to store/restore current_type in expression on specific tokens.
5972 (search_field): New static variable. Set to one after parsing a point
5973 as at that point only a FIELDNAME token should be searched.
5974 (FIELDNAME): New token. After a point only a token belonging to
5975 current_type type definition is allowed.
5976 (all over token rules): reset and change current_type according
5977 to rules.
5978 (exp '[' rule): insert implicit array index field if
5979 exp is a pascal string type.
5980
5981 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5982
5983 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5984 frame info. Use frame_info's saved_regs instead of matching member
5985 in extra_frame_info throughout.
5986 (v850_frame_init_saved_regs): New function.
5987 (v850_init_extra_frame_info): Move most functionality into
5988 v850_frame_init_saved_regs().
5989 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5990 (v850_frame_find_saved_regs): Remove declaration.
5991 (FRAME_FIND_SAVED_REGS): Remove definition.
5992 (v850_frame_init_saved_regs): Add declaration.
5993 (FRAME_INIT_SAVED_REGS): Add definition.
5994
5995 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5996
5997 * v850-tdep.c: Begin multi-arch'ing v850.
5998 (v850_target_architecture_hook): Remove function.
5999 (v850_gdbarch_init): New function. Add code previously in
6000 v850_target_architecture_hook().
6001 (_initialize_v850_tdep): Don't set target_architecture_hook.
6002 Call register_gdbarch_init() instead.
6003
6004 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6005
6006 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6007 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6008 (fixup_class_method_type): Likewise.
6009
6010 2002-05-15 Jim Blandy <jimb@redhat.com>
6011
6012 Add macro structures to GDB's symbol tables. Nobody puts anything
6013 in them yet.
6014 * symtab.h (struct symtab): New member: `macro_table'.
6015 * buildsym.h (pending_macros): New global variable.
6016 * buildsym.c: #include "macrotab.h".
6017 (buildsym_init): Initialize `pending_macros'.
6018 (end_symtab): If we found macro information while reading a CU's
6019 debugging info, do build a symtab structure for it. Make the
6020 symtab point to the macro information, and clear the
6021 `pending_macros' pointer which held it while we were reading the
6022 debug info.
6023 (really_free_pendings): Free any pending macro table.
6024 * objfiles.h (struct objfile): New member: `macro_cache'.
6025 * objfiles.c (allocate_objfile): Set allocate and free functions
6026 for the macro cache's objstack.
6027 (free_objfile): Empty the macro cache's obstack.
6028 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6029 set new allocate and free functions for it.
6030 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6031 free functions for the macro cache's objstack. (Why is this
6032 function building its own objfile?)
6033 * symmisc.c (print_objfile_statistics): Print statistics on the
6034 macro bcache.
6035 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6036
6037 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6038
6039 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6040 (REGISTER_U_ADDR): Delete definition.
6041 (arm_register_u_addr): Delete declaration.
6042
6043 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6044
6045 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6046 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6047
6048 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6049
6050 * regcache.c (register_valid): Revise comments refering to "Not
6051 available" and "unavailable".
6052 * frame.c (frame_register_read): Ditto.
6053 * findvar.c (value_of_register): Ditto.
6054
6055 2002-05-15 Andrew Cagney <cagney@redhat.com>
6056
6057 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6058 (remote-sim.o): Update dependencies.
6059 (d10v-tdep.o): Specify dependencies.
6060 (sim_d10v_h): Define.
6061
6062 2002-05-14 Jim Blandy <jimb@redhat.com>
6063
6064 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6065 * macrotab.c (macro_lookup_inclusion, find_definition,
6066 new_macro_table): Same.
6067
6068 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6069 not `! strcmp ()'. This is a dubious improvement.
6070 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6071
6072 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6073 although it's not necessary, to avoid a warning.
6074
6075 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6076
6077 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6078 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6079 TYPE_INSTANCE_FLAGS.
6080 (struct main_type): New.
6081 (struct type): Move most members to struct main_type. Change
6082 cv_type and as_type to new type_chain member. Add instance_flags.
6083 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6084 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6085 (finish_cv_type): Remove prototype.
6086 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6087 Set TYPE_CHAIN.
6088 (alloc_type_instance): New function.
6089 (smash_type): New function.
6090 (make_pointer_type, make_reference_type, make_function_type)
6091 (smash_to_member_type, smash_to_method_type): Call smash_type.
6092 (make_qualified_type): New function.
6093 (make_type_with_address_space): Call make_qualified_type.
6094 (make_cv_type): Likewise.
6095 (finish_cv_type): Remove unnecessary function.
6096 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6097 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6098 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6099 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6100 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6101 * hpread.c (hpread_read_struct_type): Likewise.
6102 * stabsread.c (read_struct_type): Likewise.
6103
6104 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6105
6106 * configure.tgt: Add a catch all sh* target, for cases like
6107 sh[2,3,4]-elf and sh-hms.
6108
6109 2002-05-14 Keith Seitz <keiths@redhat.com>
6110
6111 * event-loop.c (create_file_handler): Don't do anything but
6112 update data when we are given a fd which we are already
6113 monitoring.
6114
6115 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6116
6117 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6118 (update_context): Use __func__ in warnings.
6119
6120 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6121
6122 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6123 and tcp_close to net_open and net_close.
6124 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6125 using UDP if requested. Don't try to disable Nagle on UDP
6126 sockets.
6127 * remote.c (remote_serial_open): New function. Warn about UDP.
6128 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6129
6130 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6131
6132 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6133
6134 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6135
6136 * configure.tgt: Remove sh-hms target.
6137 * MAINTAINERS: Don't list sh-hms as a separate target.
6138
6139 2002-05-13 Jim Blandy <jimb@redhat.com>
6140
6141 Add first preprocessor macro-expansion files.
6142 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6143 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6144 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6145 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6146 (COMMON_OBS): Add macrotab.o, macroexp.o.
6147 (macroexp.o, macrotab.o): New rules.
6148
6149 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6150
6151 * config/m88k/tm-m88k.h: Update copyright.
6152 (m88k_target_write_pc): Declare
6153 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6154 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6155 (SHIFT_INST_REGS): Update definition.
6156 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6157 using old definition of TARGET_WRITE_PC.
6158 * regcache.c (generic_target_write_pc): Delete code handling
6159 NNPC_REGNUM.
6160 * gdbarch.sh (NNPC_REGNUM): Delete.
6161 * gdbarch.h, gdbarch.c: Regenerate.
6162
6163 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6164
6165 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6166 builtin reg number.
6167
6168 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6169
6170 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6171 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6172 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6173 access macros.
6174 * c-typeprint.c (cp_type_print_method_args): Likewise.
6175 (c_type_print_args): Likewise.
6176 * d10v-tdep.c (d10v_push_arguments): Likewise.
6177 (d10v_extract_return_value): Likewise.
6178 * expprint.c (print_subexp): Likewise.
6179 * gdbtypes.c (lookup_primitive_typename): Likewise.
6180 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6181 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6182 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6183 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6184 (TYPE_VECTOR): Likewise.
6185 * hpread.c (hpread_read_struct_type)
6186 (fix_static_member_physnames, fixup_class_method_type)
6187 (hpread_type_lookup): Likewise.
6188 * mdebugread.c (parse_symbol, parse_type): Likewise.
6189 * p-lang.c (is_pascal_string_type): Likewise.
6190 * valops.c (hand_function_call): Likewise.
6191 * x86-64-tdep.c (classify_argument): Likewise.
6192
6193 * hpread.c (hpread_read_function_type)
6194 (hpread_read_doc_function_type): Call replace_type.
6195 * dstread.c (create_new_type): Delete.
6196 (decode_dst_structure, process_dst_function): Call alloc_type.
6197 Use type access macros.
6198
6199 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6200
6201 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6202 the're not supported by the current architecture.
6203 (i387_fill_fxsave): Likewise.
6204
6205 2002-05-12 Fred Fish <fnf@redhat.com>
6206
6207 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6208 sect_index_xxx members to index the first slot in section_offsets
6209 if all of the section_offsets are zero.
6210
6211 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6212
6213 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6214 checked in with last change.
6215
6216 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6217
6218 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6219 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6220 config.sub.
6221
6222 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6223
6224 * Makefile.in: Update dependencies.
6225
6226 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6227
6228 * language.c (local_hex_string_custom): Simplify. Do not depend
6229 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6230
6231 * memattr.c (mem_info_command): Replace calls to
6232 longest_local_hex_string and longest_local_hex_string_custom.
6233 * buildsym.c (make_blockvector): Ditto.
6234 * solib.c (info_sharedlibrary_command): Ditto.
6235 * tracepoint.c (tracepoints_info): Ditto.
6236 * symtab.c (print_msymbol_info): Ditto.
6237
6238 * language.c (local_hex_string): Delete.
6239 (local_hex_string_custom): Delete.
6240 (longest_local_hex_string): Rename to local_hex_string.
6241 (longest_local_hex_string_custom): Rename to
6242 local_hex_string_custom.
6243 * language.h (local_hex_string): Change parameter type to LONGEST.
6244 (local_hex_string_custom): Ditto.
6245 (longest_local_hex_string): Delete declaration.
6246 (longest_local_hex_string_custom): Ditto.
6247
6248 * solib.c: Update copyright.
6249 * memattr.c: Update copyright.
6250
6251 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6252
6253 * arch-utils.h (legacy_register_to_value): Declare.
6254 (legacy_value_to_register): Declare.
6255 (legacy_convert_register_p): Declare.
6256 * arch-utils.c (legacy_register_to_value): New function.
6257 (legacy_value_to_register): New function.
6258 (legacy_convert_register_p): New function.
6259
6260 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6261 (VALUE_TO_REGISTER): Define.
6262 (CONVERT_REGISTER_P): Define.
6263 * gdbarch.h, gdbarch.c: Regenerate.
6264
6265 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6266 VALUE_TO_REGISTER.
6267 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6268 CONVERT_REGISTER_P.
6269
6270 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6271 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6272
6273 * Makefile.in: Update dependencies for valops.c.
6274 * valops.c: Include "gdb_assert.h".
6275 (typecmp): Skip THIS parameter to methods.
6276 (find_method_list): Remove static_memfuncp argument,
6277 update callers. Check for stub methods.
6278 (find_value_oload_method_list): Don't set *static_memfuncp.
6279 (find_overload_match): Don't check for stub methods. Assert
6280 that methods are not stubbed. Handle static methods.
6281 (value_find_oload_method_list): Remove static_memfuncp argument.
6282 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6283 to the argument list for static stub methods.
6284 * value.h (value_find_oload_method_list): Update prototype.
6285
6286 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6287
6288 * arch-utils.h (generic_register_size): Declare.
6289 (generic_register_raw_size, generic_register_virtual_size): Delete
6290 declarations.
6291 * arch-utils.c (generic_register_raw_size): Delete.
6292 (generic_register_size): New function.
6293 (generic_register_virtual_size): Delete.
6294
6295 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6296 default generic_register_size.
6297 * gdbarch.h, gdbarch.c: Re-generate.
6298
6299 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6300 register_virtual_size.
6301 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6302 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6303
6304 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6305
6306 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6307 * gdbarch.h, gdbarch.c: Regenerate.
6308 * gnu-v3-abi.c: Update copyright.
6309 (vtable_address_point_offset): Update.
6310 (gnuv3_rtti_type): Update.
6311 (gnuv3_baseclass_offset): Update.
6312 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6313 (init_fetch_link_map_offsets): Update.
6314 * remote.c (get_remote_state): Update.
6315
6316 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6317
6318 * TODO: Remove value_headof/value_from_vtable_info comment.
6319 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6320 * values.c (value_headof, value_from_vtable_info): Delete.
6321 * value.h (value_from_vtable_info): Delete prototype.
6322
6323 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6324
6325 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6326 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6327 $(gdb_regex_h).
6328 (gdb_assert_h): Define.
6329 (gdb_wait_h): Define.
6330 (gdb_regex_h): Define.
6331
6332 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6333
6334 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6335 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6336
6337 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6338
6339 * nbsd-tdep.c: Fix comment.
6340
6341 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6342
6343 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6344 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6345 (nbsd-tdep.o): New dependency list.
6346 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6347 nbsd-tdep.h.
6348 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6349 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6350 * nbsd-tdep.c: New file.
6351 * nbsd-tdep.h: New file.
6352 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6353 nbsd-tdep.h.
6354 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6355 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6356 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6357 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6358
6359 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6360
6361 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6362 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6363 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6364 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6365 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6366 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6367
6368 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6369
6370 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6371 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6372 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6373 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6374 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6375 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6376 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6377
6378 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6379
6380 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6381 fetch_elfcore_registers to...
6382 * i386nbsd-tdep.c: ...here.
6383 (i386nbsd_use_struct_convention): Rename to...
6384 (i386nbsd_aout_use_struct_convention): ...this.
6385 (i386nbsd_supply_reg): New function.
6386 (i386nbsd_fill_reg): New function.
6387 (fetch_core_registers): Use i386nbsd_supply_reg.
6388 (fetch_elfcore_registers): Likewise.
6389 (_initialize_i386nbsd_tdep): New function.
6390 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6391 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6392 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6393 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6394 (i386nbsd_aout_use_struct_convention): ...this.
6395
6396 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6397
6398 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6399 (store_inferior_registers): Use shnbsd_fill_reg.
6400 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6401 sh_nbsd_supply_register): Collapse into...
6402 (shnbsd_supply_reg): ...this.
6403 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6404 (shnbsd_fill_reg): ...this.
6405 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6406 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6407 (fetch_core_registers): Use shnbsd_supply_reg.
6408 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6409 (sh_nbsd_core_fns): Rename to...
6410 (shnbsd_core_fns): ...this.
6411 (sh_nbsd_elfcore_fns): Rename to...
6412 (shnbsd_elfcore_fns): ...this.
6413 (sh_nbsd_init_abi): Rename to...
6414 (shnbsd_init_abi): ...this.
6415 (_initialize_sh_nbsd_tdep): Rename to...
6416 (_initialize_shnbsd_tdep): ...this.
6417 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6418 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6419 sh_nbsd_fill_register): Remove prototypes.
6420 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6421
6422 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6423
6424 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6425 (i387-nat.o): Delete dependency list.
6426 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6427 (x86-64-linux-nat.o): Likewise.
6428 * i387-nat.c: Delete file, moving contents to...
6429 * i387-tdep.c: ...here.
6430 * i387-nat.h: Rename...
6431 * i387-tdep.h: ...to this.
6432 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6433 * i386-linux-nat.c: Likewise.
6434 * i386bsd-nat.c: Likewise.
6435 * i386gnu-nat.c: Likewise.
6436 * i386nbsd-nat.c: Likewise.
6437 * i386v4-nat.c: Likewise.
6438 * x86-64-linux-nat.c: Likewise.
6439 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6440 * config/i386/go32.mh (NATDEPFILES): Likewise.
6441 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6442 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6443 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6444 * config/i386/linux.mh (NATDEPFILES): Likewise.
6445 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6446 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6447 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6448 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6449
6450 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6451
6452 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6453 (alphanbsd-nat.o): Remove dependency list.
6454 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6455 * alphanbsd-nat.c: Delete. Contents moved to...
6456 * alphanbsd-tdep.c: ...here.
6457 (_initialize_alphanbsd_tdep): Register core functions.
6458 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6459
6460 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6461
6462 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6463 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6464 (alphanbsd-nat.o): Likewise.
6465 (alphabsd-tdep.o): New dependency list.
6466 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6467 (fill_gregset): Use alphabsd_fill_reg.
6468 (supply_fpregset): Use alphabsd_supply_fpreg.
6469 (fill_fpregset): Use alphabsd_fill_fpreg.
6470 (fetch_inferior_registers): Use struct reg and struct fpreg
6471 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6472 and alphabsd_supply_fpreg.
6473 (store_inferior_registers): Use struct reg and struct fpreg
6474 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6475 and alphabsd_fill_fpreg.
6476 * alphabsd-tdep.c: New file.
6477 * alphabsd-tdep.h: New file.
6478 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6479 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6480 alphabsd_supply_fpreg.
6481 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6482 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6483
6484 2002-05-11 Eric Christopher <echristo@redhat.com>
6485
6486 * mips-tdep.c (mips_double_register_type): Fix thinko.
6487 (mips_single_register_type): Ditto.
6488 * MAINTAINERS: Add self.
6489
6490 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6491
6492 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6493 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6494 right thing on architectures with different endianness and/or
6495 integer sizes.
6496
6497 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6498
6499 From Christian Limpach <chris@Pin.LU>
6500 * configure.in: Change sed expression which comments out
6501 NATDEPFILES to also comment out continuation lines.
6502 * configure: Regenerate.
6503
6504 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6505
6506 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6507 big patch.
6508
6509 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6510
6511 * sh-tdep.c: Include correct file.
6512
6513 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6514
6515 New support for sh64-elf (sh5) target.
6516
6517 * configure.tgt: For sh64-elf target, default to sh-elf.
6518
6519 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6520 (struct gdbarch_tdep): Add new fields for new registers and ABI
6521 info.
6522
6523 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6524 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6525 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6526 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6527 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6528 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6529 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6530 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6531 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6532 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6533 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6534 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6535 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6536 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6537 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6538 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6539 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6540 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6541 sign_extend, sh64_nofp_frame_init_saved_regs,
6542 sh64_init_extra_frame_info, sh64_get_saved_register,
6543 sh64_extract_struct_value_address, sh64_pop_frame,
6544 sh64_push_arguments, sh64_extract_return_value,
6545 sh64_store_return_value, sh64_show_media_regs,
6546 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6547 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6548 sh_sh64_register_virtual_type,
6549 sh_sh64_register_convert_to_virtual,
6550 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6551 sh64_register_read, sh64_pseudo_register_write,
6552 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6553 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6554 sh64_do_pseudo_register, sh_compact_do_registers_info,
6555 sh64_do_registers_info, sh_gdbarch_init): New functions.
6556
6557 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6558
6559 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6560
6561 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6562
6563 * linespec.c (decode_line_1): Check for a double quote after
6564 a filename correctly.
6565
6566 2002-05-10 Jim Blandy <jimb@redhat.com>
6567
6568 Properly track the size of the current objfile's .debug_line section.
6569 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6570 (DWARF_LINE_SIZE): New macro.
6571 (dwarf2_build_psymtabs_hard): Record the line section's size in
6572 the partial symbol table.
6573 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6574 symbol table.
6575
6576 2002-05-10 Petr Sorfa <petrs@caldera.com>
6577
6578 * ia64-tdep.c: Handle breakpoints on L instruction type
6579 in MLX instruction bundle by moving the breakpoint to
6580 the third slot (X instruction type) as L holds only data.
6581
6582 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6583
6584 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6585 (process_one_symbol): Complain about discarding local symbols
6586 due to a misplaced N_LBRAC entry.
6587
6588 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6589
6590 From Daniel Berlin <dan@cgsoftware.com>
6591 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6592 decrease the depth we are at, in the case of templates.
6593
6594 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6595
6596 * mips-tdep.c (mips_float_register_type): New function.
6597 (mips_double_register_type): New function.
6598 (mips_print_register): Use them.
6599 (do_fp_register_row): Likewise.
6600
6601 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6602
6603 * signals/signals.c (signals): Remove conditional compilation around
6604 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6605 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6606
6607 2002-05-09 Michael Snyder <msnyder@redhat.com>
6608
6609 * remote-rdp.c (remote_rdp_can_run): Remove.
6610
6611 2002-05-09 Tom Tromey <tromey@redhat.com>
6612
6613 * jv-valprint.c (java_val_print): Handle `char' as a special case
6614 of TYPE_CODE_INT.
6615
6616 2002-05-09 Michael Snyder <msnyder@redhat.com>
6617
6618 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6619 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6620 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6621 str r(0123),[sp,#nn].
6622 (arm_skip_prologue): Ditto. Also make disassembly
6623 order-independent by placing it in a loop.
6624
6625 2002-05-06 Michael Snyder <msnyder@redhat.com>
6626
6627 * stabsread.c (read_type): Add recognition for new attribute:
6628 "@V;" means that an array type is actually a vector.
6629 This is analogous to the vector flag that's been added to dwarf2.
6630
6631 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6632
6633 * i386-tdep.h (i386_abi): New enum.
6634 (struct gdbarch_tdep): Replace os_ident member with abi.
6635 (i386_gdbarch_register_os_abi): New prototype.
6636 * i386-tdep.c (i386_abi_names): New array.
6637 (process_note_abi_tag_sections): Removed.
6638 (process_note_sections): New function.
6639 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6640 (struct i386_abi_handler): New struct.
6641 (i386_abi_handler_list): New variable.
6642 (i386_gdbarch_register_os_abi): New function.
6643 (i386_gdbarch_init): Adapt for the changes given above.
6644
6645 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6646
6647 * gregset.h: Say "GNU/Linux".
6648
6649 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6650
6651 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6652 (build_gdbtypes): Build builtin_type_v2_float.
6653 (_initialize_gdbtypes): Register new builtin type.
6654
6655 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6656
6657 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6658 (clear_gdbarch_swap): New function.
6659 (initialize_non_multiarch): Call.
6660 (gdbarch_update_p): Before calling init(), swap out and clear the
6661 existing architecture.
6662 * gdbarch.c: Regenerate.
6663
6664 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6665
6666 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6667 alphanbsd-tdep.c.
6668
6669 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6670
6671 * sh-nbsd-nat.c: Rename to...
6672 * shnbsd-nat.c: ...this.
6673 * sh-nbsd-tdep.c: Rename to...
6674 * shnbsd-tdep.c: ...this.
6675 * sh-nbsd-tdep.h: Rename to...
6676 * shnbsd-tdep.h: ...this.
6677 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6678 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6679
6680 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6681
6682 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6683 concatenation for command help messages.
6684
6685 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6686
6687 * NEWS: Note new sh*-*-netbsdelf* configuration.
6688 * configure.host: Set gdb_host_cpu to sh for all sh*.
6689 (sh*-*-netbsdelf*): New host.
6690 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6691 (sh*-*-netbsdelf*): New target.
6692 * sh-nbsd-nat.c: New file.
6693 * sh-nbsd-tdep.c: New file.
6694 * sh-nbsd-tdep.h: New file.
6695 * config/sh/nbsd.mh: New file.
6696 * config/sh/nbsd.mt: New file.
6697 * config/sh/nm-nbsd.h: New file.
6698 * config/sh/tm-nbsd.h: New file.
6699
6700 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6701
6702 * sh-tdep.c (sh_osabi_names): Declare.
6703 (process_note_abi_tag_sections): New function.
6704 (get_elfosabi): Ditto.
6705 (sh_gdbarch_register_os_abi): Ditto.
6706 (sh_dump_tdep): Ditto.
6707 _initialize_sh_tdep): Use gdbarch_register to register
6708 sh_gdbarch_init and sh_dump_tdep.
6709 * config/sh/tm-sh.h (sh_osabi): Declare.
6710 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6711
6712 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6713
6714 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6715 (thumb_scan_prologue): Ditto.
6716 (arm_find_callers_reg): Ditto.
6717 (arm_frame_chain): Ditto.
6718 (arm_init_extra_frame_info): Ditto.
6719 (arm_frame_saved_pc): Ditto.
6720 (arm_pop_frame): Ditto.
6721 (arm_push_return_address): New function.
6722 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6723 call_dummy_location, call_dummy_breakpoint_offset_p,
6724 call_dummy_breakpoint_offset, call_dummy_p,
6725 call_dummy_stack_adjust_p, call_dummy_words,
6726 sizeof_call_dummy_words, call_dummy_start_offset,
6727 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6728 call_dummy_address, push_return_address and push_dummy_frame for
6729 generic dummy frames.
6730
6731 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6732
6733 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6734 size computation for alloca.
6735 (sh_fp_frame_init_saved_regs): Likewise.
6736
6737 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6738
6739 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6740 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6741 * arm-tdep.c (arm_store_return_value): Use them.
6742 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6743 * remote-rdp.c (remote_rdp_fetch_register): Use
6744 ARM_MAX_REGISTER_RAW_SIZE.
6745 (remote_rdp_store_register): Likewise.
6746
6747 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6748
6749 * dwarf2cfi.c: Code cleanup, removed unused variables,
6750 added default labels to switch {} statements.
6751 * x86-64-tdep.c: Ditto.
6752 * x86-64-linux-nat.c: Ditto.
6753
6754 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6755
6756 * solib.h: Protect against multiple inclusion.
6757
6758 2002-05-06 Jim Blandy <jimb@redhat.com>
6759
6760 Add first preprocessor macro-expansion files.
6761 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6762 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6763 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6764 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6765 (COMMON_OBS): Add macrotab.o, macroexp.o.
6766 (macroexp.o, macrotab.o): New rules.
6767
6768 Separate the job of reading the line number info statement program
6769 header (...expialidocious) out into its own function.
6770 * dwarf2read.c (struct line_head, struct filenames, struct
6771 directories): Replace with...
6772 (struct line_header): New structure, containing the full
6773 contents of the statement program header, including the
6774 include directory and file name tables.
6775 (read_file_scope): If we have line number info, instead of just
6776 calling dwarf_decode_lines to do all the work, call
6777 dwarf_decode_line_header first to get a `struct line_header'
6778 containing the data in the statement program header, and then
6779 pass that to dwarf_decode_lines, which will pick up where that
6780 left off. Be sure to clean up the `struct line_header' object.
6781 (dwarf_decode_line_header, free_line_header, add_include_dir,
6782 add_file_name): New functions.
6783 (dwarf_decode_lines): Move all the code to read the statement
6784 program header into dwarf_decode_line_header. Take the line
6785 header it built as the first argument, instead of the offset to
6786 the compilation unit's line number info. Use the new `struct
6787 line_header' type instead of the old structures. No need to do
6788 cleanups here now, since we don't allocate anything.
6789 (dwarf2_statement_list_fits_in_line_number_section,
6790 dwarf2_line_header_too_long): New complaints.
6791
6792 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6793
6794 * gdbtypes.c (init_vector_type): New function.
6795 (build_builtin_type_vec128): Simplify the representation of SIMD
6796 registers.
6797 (build_gdbtypes): Initialize new builtin vector types.
6798 (_initialize_gdbtypes): Register new vector types with gdbarch.
6799 (builtin_type_v4_float, builtin_type_v4_int32,
6800 builtin_type_v8_int16, builtin_type_v16_int8,
6801 builtin_type_v2_int32, builtin_type_v4_int16,
6802 builtin_type_v8_int8): New (renamed) SIMD types.
6803
6804 2002-05-06 Mark Kettenis <kettenis@gnu.org>
6805
6806 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6807 (i387_fill_fxsave): Likewise.
6808
6809 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6810
6811 * alpha-tdep.c (alpha_extract_return_value): Don't use
6812 non-constant array size in prototype.
6813
6814 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6815
6816 From Brian Taylor <briant at model dot com>:
6817 * ui-out.c (ui_out_field_core_addr): Use the function
6818 longest_local_hex_string_custom'to format addresses > 32 bits
6819 wide.
6820
6821 * ui-out.c (ui_out_field_core_addr): Update comment.
6822
6823 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6824
6825 * stack.c (select_and_print_frame): Make static. Delete the
6826 parameter `level'.
6827 (func_command): Update call.
6828 (select_frame_command): Delete code computing the frame level.
6829 * frame.h (select_and_print_frame): Delete declaration.
6830
6831 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6832
6833 * sparc-tdep.c (sparc_get_saved_register): Comment why
6834 get_prev_frame call is safe.
6835
6836 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6837
6838 * frame.h (select_frame): Delete level parameter.
6839 * stack.c (select_frame): Update. Use frame_relative_level to
6840 obtain the frame's level.
6841 (select_and_print_frame): Update call.
6842 (select_frame_command): Ditto.
6843 (up_silently_base): Ditto.
6844 (down_silently_base): Ditto.
6845 * ocd.c (ocd_start_remote): Ditto.
6846 * remote-rdp.c (remote_rdp_open): Ditto.
6847 * remote-mips.c (mips_initialize): Ditto.
6848 (common_open): Ditto.
6849 * remote-e7000.c (e7000_start_remote): Ditto.
6850 * m3-nat.c (select_thread): Ditto.
6851 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6852 (child_get_current_exception_event): Ditto.
6853 * varobj.c (varobj_create): Ditto.
6854 (varobj_update): Ditto.
6855 (c_value_of_root): Ditto.
6856 * tracepoint.c (finish_tfind_command): Ditto.
6857 * corelow.c (core_open): Ditto.
6858 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6859 * thread.c (info_threads_command): Ditto.
6860 (switch_to_thread): Ditto.
6861 * infrun.c (normal_stop): Ditto.
6862 (restore_selected_frame): Ditto.
6863 (restore_inferior_status): Ditto.
6864 * breakpoint.c (insert_breakpoints): Ditto.
6865 (watchpoint_check): Ditto.
6866 (bpstat_stop_status): Ditto.
6867 (do_enable_breakpoint): Ditto.
6868 * blockframe.c (flush_cached_frames): Ditto.
6869 (reinit_frame_cache): Ditto.
6870
6871 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6872
6873 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6874 maintainer.
6875
6876 2002-05-04 Jim Blandy <jimb@redhat.com>
6877
6878 * gdbtypes.c (replace_type): Doc fix.
6879
6880 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6881
6882 * valprint.c (strcat_longest): Delete commented out function.
6883 Update copyright.
6884
6885 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6886
6887 * MAINTAINERS: Mark a29k as deleted.
6888 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6889 Move new configurations to the top.
6890 * configure.tgt: Remove a29k.
6891 * config/a29k/tm-vx29k.h: Delete.
6892 * config/a29k/vx29k.mt: Delete.
6893 * config/a29k/tm-a29k.h: Delete.
6894 * config/a29k/a29k-udi.mt: Delete.
6895 * config/a29k/a29k.mt: Delete.
6896 * a29k-tdep.c: Delete.
6897 * remote-udi.c: Delete.
6898 * remote-mm.c: Delete.
6899 * remote-eb.c: Delete.
6900 * remote-adapt.c: Delete.
6901 * Makefile.in: Remove obsolete code.
6902 * config/s390/s390x.mt: Ditto.
6903 * config/s390/s390.mt: Ditto.
6904 * config/sparc/sparclynx.mh: Ditto.
6905 * config/sparc/linux.mh: Ditto.
6906 * config/pa/hppaosf.mh: Ditto.
6907 * config/pa/hppabsd.mh: Ditto.
6908 * config/ns32k/nbsd.mt: Ditto.
6909 * config/mips/vr5000.mt: Ditto.
6910 * config/m68k/sun3os4.mh: Ditto.
6911 * config/m68k/nbsd.mt: Ditto.
6912 * config/m68k/m68klynx.mh: Ditto.
6913 * config/m32r/m32r.mt: Ditto.
6914 * config/i386/x86-64linux.mt: Ditto.
6915 * config/i386/nbsdelf.mt: Ditto.
6916 * config/i386/nbsd.mt: Ditto.
6917 * config/i386/i386lynx.mh: Ditto.
6918
6919 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6920
6921 * target.c (debug_print_register): New function. Handle oversize
6922 registers.
6923 (debug_to_fetch_registers): Call.
6924 (debug_to_store_registers): Call.
6925
6926 2002-05-03 Jim Blandy <jimb@redhat.com>
6927
6928 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6929 (read_type): Doc fix.
6930 * gdbtypes.c (replace_type): Doc fix.
6931
6932 * stabsread.c (multiply_defined_struct): New complaint.
6933 (read_struct_type): If the type we were passed isn't empty, or
6934 incomplete, don't read the new struct type into it; complain,
6935 and return the original type unchanged. Take a new `type_code'
6936 argument, which is the type code for the new type.
6937 (read_type): Rather than storing the type's type code here, pass
6938 it as an argument to read_struct_type, and let that take care of
6939 storing it. That way, we don't overwrite the original type code,
6940 so read_struct_type can use it to decide whether we're overwriting
6941 something we shouldn't.
6942 (complain_about_struct_wipeout): New function.
6943
6944 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6945
6946 * gdbarch.sh: Assert that gdbarch is non-NULL.
6947 * gdbarch.c: Regenerate.
6948
6949 2002-05-03 Jason Merrill <jason@redhat.com>
6950
6951 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6952 and return NULL.
6953
6954 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6955
6956 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6957 (x86_64_dwarf2gdb_regno_map_length),
6958 (x86_64_dwarf2_reg_to_regnum): Added.
6959 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6960 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6961 (_initialize_x86_64_tdep): Synced with the change above.
6962 (x86_64_skip_prologue): Reformulated message.
6963
6964 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6965
6966 * f-exp.y: Also use new prev_lexptr variable
6967 to improve error reporting. Based on Michael Snyder
6968 2002-04-24 dated patch to c-exp.y.
6969 * jv-exp.y: Likewise.
6970 * m2-exp.y: Likewise.
6971
6972 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6973
6974 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6975 we are dealing with vectors.
6976
6977 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6978
6979 * config/m68k/tm-nbsd.h: Obvious fix,
6980 correct machine name.
6981
6982 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6983
6984 * p-typeprint.c (pascal_type_print_base): Add support
6985 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6986
6987 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6988
6989 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6990 for fondamental pascal 'char' type.
6991
6992 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6993
6994 * p-lang.h (is_pascal_string_type): Declaration changed,
6995 new sixth argument of type char ** added.
6996 * p-lang.c (is_pascal_string_type): Implementation
6997 changed. Args length_pos, length_size, string_pos, char_size
6998 can now be NULL. New argument arrayname set to the field
6999 name of the char array. Return value set to char array
7000 field index plus one.
7001 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7002 is_pascal_string_type function.
7003
7004 2002-05-02 Andrew Cagney <cagney@redhat.com>
7005
7006 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7007 <cagney@redhat.com> change.
7008 * gdbarch.c: Regenerate.
7009
7010 2002-05-02 Andrew Cagney <cagney@redhat.com>
7011
7012 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7013 before probing for a new one. Detect errorenous gdbarch_init
7014 functions.
7015 * gdbarch.c: Regenerate.
7016
7017 2002-05-01 Andrew Cagney <cagney@redhat.com>
7018
7019 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7020 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7021 * config/v850/tm-v850.h: Ditto. Update copyright.
7022
7023 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7024
7025 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7026 current_gdbarch.
7027
7028 2002-04-30 Michael Snyder <msnyder@redhat.com>
7029
7030 * arm-tdep.c: Whitespace clean-ups.
7031 (arm_skip_prologue): Fix thinko; two lines
7032 should have been removed as part of 4/24 change.
7033
7034 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7035
7036 * rs6000-tdep.c: Added comment describing how fpscr register
7037 numbers were chosen.
7038
7039 2002-04-30 Michael Snyder <msnyder@redhat.com>
7040
7041 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7042
7043 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7044
7045 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7046 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7047 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7048
7049 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7050
7051 From Louis Hamilton <hamilton@redhat.com>:
7052 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7053 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7054 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7055 not bfd-private xcoff data, to determine wordsize.
7056 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7057
7058 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7059
7060 GDB 5.2 released from 5.2 branch.
7061
7062 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7063
7064 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7065 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7066 (x86_64_register_info_table): Added comments with register numbers.
7067
7068 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7069
7070 * rs6000-tdep.c (rs6000_extract_return_value,
7071 rs6000_store_return_value): Handle returning vectors.
7072 (rs6000_gdbarch_init): Use
7073 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7074 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7075 New function.
7076 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7077 vectors.
7078 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7079 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7080
7081 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7082
7083 * hpread.c (hpread_psymtab_to_symtab_1,
7084 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7085 with fprintf_unfiltered (gdb_stderr,...).
7086
7087 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7088
7089 * remote-array.c (printf_monitor, write_monitor,
7090 array_insert_breakpoint, array_remove_breakpoint ):
7091 Replace fprintf (stderr,...
7092 with fprintf_unfiltered (gdb_stderr,....
7093 * remote-es.c: Likewise.
7094 * remote-os9k.c: Likewise.
7095 * remote-st.c: Likewise.
7096
7097 2002-04-28 Andreas Schwab <schwab@suse.de>
7098
7099 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7100 linux-proc.o and gcore.o.
7101
7102 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7103
7104 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7105 code without frame pointers.
7106
7107 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7108
7109 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7110 ON_STACK is needed.
7111
7112 2002-04-26 Ben Elliston <bje@redhat.com>
7113
7114 * target.c (do_xfer_memory): Correct reference to the new option
7115 "trust-readonly-sections".
7116
7117 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7118
7119 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7120 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7121 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7122 vectors.
7123 (read_array_type): Record the fact that this array type is really a
7124 vector (i.e. are passed in by value).
7125
7126 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7127
7128 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7129 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7130 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7131 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7132 * alpha-linux-tdep.c: Include frame.h.
7133 (alpha_linux_sigcontext_addr): New function.
7134 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7135 alpha_linux_sigcontext_addr.
7136 * alpha-osf1-tdep.c: Include gdbcore.h.
7137 (alpha_osf1_sigcontext_addr): New function.
7138 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7139 alpha_osf1_sigcontext_addr.
7140 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7141 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7142
7143 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7144
7145 * stack.c (selected_frame_level):
7146 (select_frame): Do not set selected_frame_level.
7147 * frame.h (selected_frame_level): Delete declaration.
7148
7149 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7150
7151 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7152 convert_from_func_ptr-addr when AIX / PowerOpen.
7153
7154 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7155
7156 * valops.c (hand_function_call): Call
7157 generic_save_call_dummy_addr.
7158 * frame.h (generic_save_call_dummy_addr): Declare.
7159 * blockframe.c (struct dummy_frame): Add fields call_lo and
7160 call_hi.
7161 (generic_find_dummy_frame): Check for PC in range call_lo to
7162 call_hi instead of entry_point_address.
7163 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7164 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7165 (generic_save_call_dummy_addr): New function.
7166
7167 2002-04-24 David S. Miller <davem@redhat.com>
7168
7169 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7170 sparc_skip_prologue.
7171 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7172 information to find prologue when possible.
7173 (sparc_prologue_frameless_p): Call examine_prologue directly.
7174 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7175 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7176 second argument.
7177 (SKIP_PROLOGUE): Likewise.
7178
7179 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7180
7181 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7182 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7183 indicate that the condition it was testing is always true.
7184 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7185 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7186 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7187
7188 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7189
7190 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7191 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7192 tdep->jb_pc and tdep->jb_elt_size.
7193 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7194 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7195 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7196 * alpha-nat.c (get_longjmp_target): Remove.
7197 (JB_ELEMENT_SIZE): Ditto.
7198 (JB_PC): Ditto.
7199 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7200 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7201 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7202 to alpha_get_longjmp_target.
7203 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7204 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7205 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7206
7207 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7208
7209 * README: Update to GDB 5.2.
7210
7211 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7212
7213 * gdbarch.sh (LC_ALL): Set to `c'.
7214
7215 2002-04-25 Theodore A. Roth <troth@verinet.com>
7216
7217 * avr-tdep.c: Ran through gdb_indent.sh.
7218
7219 2002-04-25 Theodore A. Roth <troth@verinet.com>
7220
7221 * MAINTAINERS: Add myself as AVR maintainer.
7222 * NEWS: Note new target avr.
7223
7224 2002-04-25 Theodore A. Roth <troth@verinet.com>
7225
7226 * Makefile.in: Add support for AVR target.
7227 * configure.tgt: Add support for AVR target.
7228 * avr-tdep.c: New file
7229 * config/avr/avr.mt: New file.
7230
7231 2002-04-25 Theodore A. Roth <troth@verinet.com>
7232
7233 * MAINTAINERS: Add myself to write-after-approval.
7234
7235 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7236
7237 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7238 with fprintf_unfiltered (gdb_stderr,....
7239
7240 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7241
7242 Fix PR gdb/508.
7243 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7244
7245 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7246
7247 * p-exp.y: Also use new prev_lexptr variable
7248 to improve error reporting. Based on Michael Snyder
7249 2002-04-24 dated patch to c-exp.y.
7250
7251 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7252
7253 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7254 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7255 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7256 to 0.
7257 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7258 and struct value.
7259 (FUNCTION_START_OFFSET): Remove.
7260 (BREAKPOINT): Ditto.
7261
7262 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7263
7264 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7265 * NEWS: Ditto.
7266
7267 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7268
7269 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7270 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7271 alpha_linux_pc_in_sigtramp.
7272 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7273 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7274 alpha_osf1_pc_in_sigtramp.
7275 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7276 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7277 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7278 alphafbsd_pc_in_sigtramp.
7279 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7280 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7281 alphanbsd_pc_in_sigtramp.
7282 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7283 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7284
7285 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7286
7287 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7288
7289 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7290
7291 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7292 alphanbsd-tdep.c.
7293 (alphanbsd-nat.o): New dependency list.
7294 (alphanbsd-tdep.o): Ditto.
7295 * NEWS: Note new native NetBSD/alpha configuration.
7296 * alphanbsd-nat.c: New file.
7297 * alphanbsd-tdep.c: Ditto.
7298 * configure.host (alpha*-*-netbsd*): New host.
7299 * configure.tgt (alpha*-*-netbsd*): New target.
7300 * config/alpha/nbsd.mh: New file.
7301 * config/alpha/nbsd.mt: Ditto.
7302 * config/alpha/nm-nbsd.h: Ditto.
7303 * config/alpha/tm-nbsd.h: Ditto.
7304
7305 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7306
7307 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7308 (alpha-osf1-tdep.o): New dependency list.
7309 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7310 and skip_sigtramp_frame members.
7311 * alpha-linux-tdep.c: Include gdbcore.h.
7312 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7313 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7314 * alpha-osf1-tdep.c: New file.
7315 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7316 alpha-osf1-dep.c.
7317 (alpha_frame_past_sigtramp_frame): New function.
7318 (alpha_dynamic_sigtramp_offset): Ditto.
7319 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7320 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7321 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7322 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7323 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7324 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7325 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7326 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7327 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7328 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7329 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7330 to find_solib_trampoline_target.
7331 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7332 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7333 (SKIP_TRAMPOLINE_CODE): Remove.
7334 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7335 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7336 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7337 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7338 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7339 (PROC_SIGTRAMP_MAGIC): Ditto.
7340 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7341 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7342 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7343 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7344 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7345
7346 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7347
7348 * NEWS: Note that Alpha targets are now multi-arch.
7349
7350 2002-04-24 Michael Snyder <msnyder@redhat.com>
7351
7352 * parser-defs.h (prev_lexptr): New external variable.
7353 * parse.c (parse_exp_1): Set prev_lexptr to null before
7354 calling the language-specific parser.
7355 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7356 (yyerror): Use prev_lexptr in error reporting.
7357
7358 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7359
7360 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7361 * gregset.h: If FILL_FPXREGSET is defined, provide
7362 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7363 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7364 is defined, call fill_fpxregset.
7365
7366 2002-04-24 Roland McGrath <roland@frob.com>
7367
7368 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7369 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7370 (supply_gregset, supply_fpregset): New functions.
7371
7372 * gnu-nat.c (gnu_find_memory_regions): New function.
7373 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7374 (gnu_xfer_memory): Add a cast.
7375
7376 2002-04-24 Michael Snyder <msnyder@redhat.com>
7377
7378 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7379 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7380 of argument regs ("str r(0123), [r11, #-nn"]).
7381 (arm_skip_prologue): Better handling for frameless functions.
7382 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7383 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7384
7385 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7386
7387 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7388 NUM_PSEUDO_REGS can be used.
7389
7390 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7391
7392 * arch-utils.h: Update copyright.
7393
7394 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7395 * gdbarch.h, gdbarch.c: Re-generate.
7396
7397 * inferior.h (IN_SIGTRAMP): Delete definition.
7398 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7399 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7400
7401 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7402 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7403 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7404 (find_proc_framesize): Ditto.
7405 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7406 (alpha_init_extra_frame_info): Ditto.
7407 * infrun.c (handle_inferior_event): Ditto.
7408 (handle_inferior_event): Ditto.
7409 (check_sigtramp2): Ditto.
7410 * blockframe.c (create_new_frame): Ditto.
7411 (get_prev_frame): Ditto.
7412 * ppc-linux-tdep.c: Update comments.
7413 * i386-linux-tdep.c: Update comments.
7414 * breakpoint.c (bpstat_what): Update comment.
7415
7416 2002-04-24 David S. Miller <davem@redhat.com>
7417
7418 * i960-tdep.c (register_in_window_p): New function.
7419 (i960_find_saved_register): Use it instead of
7420 REGISTER_IN_WINDOW_P.
7421 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7422
7423 * symtab.h (find_stab_function_addr): Kill extern.
7424 * minsyms.c (find_stab_function_addr): Remove from here...
7425 * dbxread.c: ... to here, and mark it static.
7426
7427 2002-04-20 David S. Miller <davem@redhat.com>
7428
7429 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7430 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7431
7432 2002-04-21 David S. Miller <davem@redhat.com>
7433
7434 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7435 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7436 (vx_write_register): Likewise.
7437
7438 2002-04-23 J. Brobecker <brobecker@gnat.com>
7439
7440 * source.c (is_regular_file): New function.
7441 (openp): Check wether file to open is a regular file
7442 to avoid opening directories.
7443
7444 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7445
7446 * findvar.c (extract_signed_integer): Cast printf argument
7447 to suppress format warning.
7448 (extract_unsigned_integer): Likewise.
7449 * infcmd.c (registers_info): Likewise.
7450 * top.c (get_prompt_1): Likewise.
7451 * valops.c (value_assign): Likewise.
7452 * valprint.c (print_decimal): Likewise.
7453
7454 2002-04-22 H.J. Lu (hjl@gnu.org)
7455
7456 * c-exp.y (typebase): Support
7457
7458 [long|long long|short] [signed|unsigned] [int|]
7459
7460 and
7461
7462 signed [long|long long|short] int
7463
7464 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7465
7466 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7467 and vax-tdep.h.
7468 * vax-tdep.h: New file.
7469 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7470 Make several routines static.
7471 (vax_get_saved_register): New function.
7472 (vax_gdbarch_init): New function.
7473 (_initialize_vax_tdep): Register vax_gdbarch_init.
7474 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7475 Remove macros now under the control of gdbarch.
7476
7477 2002-04-22 Michael Snyder <msnyder@redhat.com>
7478
7479 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7480 Some whitespace and coding standards tweaks.
7481
7482 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7483
7484 * vax-tdep.c: Include regcache.h.
7485 (vax_call_dummy_words): New.
7486 (sizeof_vax_call_dummy_words): New.
7487 (vax_fix_call_dummy): New function.
7488 (vax_saved_pc_after_call): Ditto.
7489 * config/vax/tm-vax.h: Don't include regcache.h.
7490 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7491 (CALL_DUMMY): Remove.
7492 (CALL_DUMMY_WORDS): Define.
7493 (SIZEOF_CALL_DUMMY_WORDS): Define.
7494 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7495
7496 2002-04-18 Michael Snyder <msnyder@redhat.com>
7497
7498 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7499
7500 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7501
7502 * vax-tdep.c (vax_frame_chain): New function.
7503 (vax_push_dummy_frame): Ditto.
7504 (vax_pop_frame): Ditto.
7505 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7506 (FRAMELESS_FUNCTION_INVOCATION): Use
7507 generic_frameless_function_invocation_not.
7508 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7509 (POP_FRAME): Use vax_pop_frame.
7510
7511 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7512
7513 * vax-tdep.c (vax_store_struct_return): New function.
7514 (vax_extract_return_value): Ditto.
7515 (vax_store_return_value): Ditto.
7516 (vax_extract_struct_value_address): Ditto.
7517 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7518 vax_store_struct_return.
7519 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7520 (STORE_RETURN_VALUE): Use vax_store_return_value.
7521 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7522
7523 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7524
7525 * vax-tdep.c (vax_frame_saved_pc): New function.
7526 (vax_frame_args_address_correct): Ditto.
7527 (vax_frame_args_address): Ditto.
7528 (vax_frame_locals_address): Ditto.
7529 (vax_frame_num_args): Move code to be in proximity to
7530 other frame-related functions.
7531 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7532 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7533 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7534 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7535 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7536
7537 2002-04-22 H.J. Lu (hjl@gnu.org)
7538
7539 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7540 includedir.
7541
7542 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7543
7544 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7545 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7546 (FRAME_INIT_SAVED_REGS): New macro.
7547
7548 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7549
7550 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7551
7552 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7553
7554 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7555 where needed.
7556 (fetch_osf_core_registers): Likewise.
7557 (supply_gregset): Likewise.
7558
7559 2002-04-22 J. Brobecker <brobecker@gnat.com>
7560
7561 * symfile.h (get_section_index): Define.
7562 * symfile.c (get_section_index): New function.
7563 * mdebugread.c (SC_IS_SBSS): New macro.
7564 (SC_IS_BSS): Return true for the scBss storage class only, as
7565 the scSBss storage class refers to the .sbss section.
7566 (parse_partial_symbols): Discard the symbols which associated
7567 section does not exist.
7568 Make sure to use the .sbss section index for symbols which
7569 storage class is scBss, rather than using the .bss section index.
7570
7571 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7572
7573 * vax-tdep.c: Update copyright years.
7574 (vax_register_name): New function.
7575 (vax_register_byte): Ditto.
7576 (vax_register_raw_size): Ditto.
7577 (vax_register_virtual_size): Ditto.
7578 (vax_register_virtual_type): Ditto.
7579 * config/vax/tm-vax.h: Update copyright years.
7580 (REGISTER_NAMES): Remove.
7581 (REGISTER_NAME): Define.
7582 (REGISTER_BYTE): Use vax_register_byte.
7583 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7584 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7585 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7586
7587 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7588
7589 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7590 declaration
7591 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7592
7593 2002-04-21 David S. Miller <davem@redhat.com>
7594
7595 * arch-utils.c (generic_prologue_frameless_p): Kill
7596 SKIP_PROLOGUE_FRAMELESS_P code.
7597 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7598 references.
7599 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7600 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7601 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7602 references.
7603 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7604 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7605 (sparc_gdbarch_init): Pass it to
7606 set_gdbarch_prologue_frameless_p.
7607
7608 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7609
7610 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7611 (alphabsd-nat.o): New dependency list.
7612
7613 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7614
7615 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7616 alphafbsd-tdep.c.
7617 (alpha-linux-tdep.o): New dependency list.
7618 (alphafbsd-tdep.o): Likewise.
7619
7620 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7621
7622 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7623 to here...
7624 * alpha-tdep.c: ...from here.
7625 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7626
7627 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7628
7629 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7630 prototype from here...
7631 * alpha-tdep.h: ...to here.
7632
7633 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7634
7635 * frame.h (selected_frame_level): Document as deprecated.
7636 (frame_relative_level): Declare.
7637 * stack.c (frame_relative_level): New function.
7638 (selected_frame_level): Document as deprecated.
7639 (select_frame): Do not set the selected_frame_level.
7640
7641 * stack.c (frame_info, record_selected_frame): Update.
7642 (frame_command, current_frame_command): Update.
7643 (up_silently_base, up_command, down_silently_base): Update.
7644 (down_command): Update.
7645 * inflow.c (kill_command): Update.
7646 * tracepoint.c (finish_tfind_command): Update.
7647 * corelow.c (core_open): Update.
7648 * thread.c (info_threads_command): Update.
7649 (do_captured_thread_select): Update.
7650 * infcmd.c (finish_command): Update.
7651 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7652
7653 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7654
7655 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7656
7657 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7658
7659 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7660 type const.
7661
7662 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7663
7664 * alphafbsd-tdep.c: Update copyright years. Include
7665 alpha-tdep.h.
7666 (alphafbsd_use_struct_convention): Make static.
7667 (alphafbsd_init_abi): New function.
7668 (_initialize_alphafbsd_tdep): New function.
7669 * config/alpha/tm-fbsd.h: Update copyright years.
7670 (USE_STRUCT_CONVENTION): Remove.
7671
7672 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7673
7674 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7675 an Alpha ABI variant.
7676 (alpha_abi_handler_list): Declare.
7677 (alpha_gdbarch_register_os_abi): New function.
7678 (alpha_gdbarch_init): Give registered ABI variant handlers a
7679 chance to tweak the gdbarch once we have set up defaults.
7680 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7681
7682 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7683
7684 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7685 to standard_coerce_float_to_double.
7686 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7687
7688 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7689
7690 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7691 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7692 from gdbarch_tdep rather than a constant.
7693 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7694 the default text address for all Alpha Unix ABIs.
7695 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7696 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7697
7698 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7699
7700 * alpha-tdep.h: New file. Includes several Alpha target constants
7701 taken from...
7702 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7703 let gdbarch deal with.
7704 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7705 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7706 to dependency list.
7707 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7708 Alpha target register names.
7709 * alphabsd-nat.c: Likewise.
7710 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7711 Alpha target register names. Make serveral routines static.
7712 (alpha_get_saved_register): New function.
7713 (alpha_abi_names): New.
7714 (process_note_abi_tag_sections): New function.
7715 (get_elfosabi): New function.
7716 (alpha_gdbarch_init): New function.
7717 (alpha_dump_tdep): New function.
7718 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7719
7720 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7721
7722 * frame.c (find_saved_register): Delete #ifdef
7723 HAVE_REGISTER_WINDOWS code.
7724 * config/sparc/tm-sparc.h: Update comments.
7725 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7726
7727 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7728
7729 * i960-tdep.c (i960_find_saved_register): New function.
7730 (i960_get_saved_register): New function.
7731 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7732 (i960_get_saved_register): Declare.
7733 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7734
7735 2002-04-20 David S. Miller <davem@redhat.com>
7736
7737 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7738
7739 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7740
7741 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7742 instead of NUM_PSEUDO_REGS.
7743
7744 2002-04-20 David S. Miller <davem@redhat.com>
7745
7746 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7747 GDB_MULTI_ARCH_PARTIAL
7748 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7749 define, let tm-sp64.h do it.
7750
7751 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7752
7753 * frame.c (find_saved_register): Avoid a NULL pointer
7754 dereference and actually walk the frame list.
7755
7756 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7757
7758 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7759 sorted in most most-recent-used order. Document.
7760 * gdbarch.h, gdbarch.c: Regenerate.
7761
7762 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7763
7764 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7765 instead of ->prev.
7766 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7767 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7768 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7769 instead of ->prev.
7770
7771 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7772
7773 Fix PR gdb/471.
7774 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7775 (build_builtin_type_vec128): Ditto.
7776 (append_composite_type_field): Fix calculation of type length in
7777 union case.
7778
7779 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7780
7781 * config/djgpp/README: Update.
7782
7783 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7784 compiler warnings.
7785
7786 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7787
7788 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7789 (alpha_setup_arbitrary_frame): ...to this.
7790 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7791 for alpha_setup_arbitrary_frame.
7792
7793 2002-04-18 Andrew Cagney <cagney@redhat.com>
7794
7795 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7796 * gdbarch.h, gdbarch.c: Regenerate.
7797
7798 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7799 * target.h (memory_breakpoint_from_pc): Update declaration.
7800 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7801
7802 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7803 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7804 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7805 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7806 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7807 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7808 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7809 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7810 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7811 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7812 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7813 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7814
7815 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7816 const pointer.
7817 * monitor.c (monitor_insert_breakpoint): Ditto.
7818 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7819
7820 * config/mcore/tm-mcore.h: Update copyright.
7821 * mem-break.c: Ditto.
7822 * xstormy16-tdep.c: Ditto.
7823
7824 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7825
7826 * p-exp.y: Add precedence rule for '^' token.
7827 This removes the shift/reduce conflicts.
7828 Remove the comment concerning these shift/reduce conflicts.
7829
7830 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7831
7832 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7833 (registers_powerpc_nofp): New register set for processors
7834 without floating point unit.
7835
7836 2002-04-18 David S. Miller <davem@redhat.com>
7837
7838 * MAINTAINERS: Add myself to write-after-approval.
7839
7840 2002-04-17 Michael Snyder <msnyder@redhat.com>
7841
7842 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7843
7844 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7845
7846 * rs6000-tdep.c (frame_initial_stack_address): Use
7847 frame_register_read to read the alloca_reg.
7848
7849 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7850
7851 * frame.c (find_saved_register): Find saved registers in the next
7852 not prev frame.
7853 Fix PR gdb/365.
7854
7855 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7856
7857 * gdbarch.sh (LANG): Set to ``c''.
7858
7859 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7860
7861 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7862
7863 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7864
7865 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7866 Update copyright.
7867
7868 * hpread.c (hpread_get_lntt): Add declaration.
7869 Also fix PR gdb/391.
7870
7871 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7872
7873 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7874 * aclocal.m4, configure: Re-generate.
7875 Fix PR gdb/391.
7876
7877 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7878
7879 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7880 instead of tm_print_insn.
7881
7882 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7883
7884 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7885
7886 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7887
7888 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7889 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7890 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7891
7892 2002-04-12 Don Howard <dhoward@redhat.com>
7893
7894 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7895 max_user_call_depth.
7896 (init_cmd_lists): Initialize the new value;
7897 * cli/cli-script.c (execute_user_command): Limit the call depth of
7898 user defined commands. This avoids a core-dump when user commands
7899 are infinitly recursive.
7900
7901 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7902
7903 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7904 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7905 from tdep struct instead of DEFAULT_LR_SAVE.
7906 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7907 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7908 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7909
7910 2002-04-12 Michael Snyder <msnyder@redhat.com>
7911
7912 * Remote.c: Spelling fix.
7913 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7914 If no symbol found for "sbrk", try "_sbrk".
7915 (make_output_phdrs): Use bfd_section_name.
7916 (gcore_copy_callback): Use bfd_section_name.
7917 * eval.c: Indentation fix-ups.
7918 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7919 in case it gets applied to an address that is already
7920 in the instruction space.
7921 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7922 * symfile.c: Fix indentation, long lines.
7923 * source.c: White space fix-up.
7924
7925 2002-04-12 Andrew Cagney <cagney@redhat.com>
7926
7927 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7928 * frame.c (frame_register_read): New function. Return non-zero on
7929 success.
7930 (read_relative_register_raw_bytes_for_frame): Delete.
7931 (read_relative_register_raw_bytes): Delete.
7932 * frame.h (frame_register_read): Declare.
7933 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7934 * sh-tdep.c: Ditto.
7935 * infcmd.c (do_registers_info): Ditto.
7936 * hppa-tdep.c: Ditto.
7937 * rs6000-tdep.c: Ditto.
7938 * h8500-tdep.c: Ditto.
7939 * mips-tdep.c: Ditto.
7940 * h8300-tdep.c: Ditto.
7941 * z8k-tdep.c: Ditto.
7942
7943 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7944
7945 From Jimi X <jimix@watson.ibm.com>:
7946 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7947 64-bit SysV ABI.
7948
7949 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7950
7951 From Jimi X <jimix@watson.ibm.com>:
7952 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7953 bfd info.
7954
7955 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7956
7957 From Jimi X <jimix@watson.ibm.com>:
7958 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7959 register sets for these processor variants.
7960
7961 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7962
7963 * regformats/reg-ppc.dat: Support FPSCR.
7964
7965 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7966
7967 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7968 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7969 Add fpscr as an invalid/unfetchable register.
7970 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7971 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7972 (fill_fpregset): Add support for register fpscr.
7973 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7974 (fill_gregset): Account for the fact that register ``mq'' might
7975 not exist.
7976 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7977 (registers_power): Add fpscr to register set at slot 71.
7978 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7979 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7980
7981 2002-04-11 Michael Snyder <msnyder@redhat.com>
7982
7983 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7984 * configure: Regenerate.
7985 * config.in: Regenerate.
7986 * acconfig.h: Add define for _SYSCALL32.
7987 * core-sol2.c: Remove #define _SYSCALL32.
7988 * solib-legacy.c: Remove #define _SYSCALL32.
7989
7990 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7991
7992 * stack.c (select_frame): Cleanup internal error message, do not
7993 use %p.
7994
7995 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7996
7997 * stack.c (select_frame): Check that selected_frame and the
7998 specified level are as expected.
7999 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8000 Update copyright.
8001 * frame.h (struct frame_info): Add field `level'. Update
8002 copyright.
8003 Work-in-progress PR gdb/464.
8004
8005 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8006
8007 * maint.c (maint_print_section_info): Rename print_section_info.
8008 (print_bfd_section_info, print_objfile_section_info): Update.
8009 * inferior.h (struct gdbarch): Add opaque declaration.
8010 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8011 * gdbarch.h: Regenerate.
8012
8013 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8014
8015 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8016 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8017 (kernel_u_size): Added.
8018 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8019 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8020
8021 2002-04-04 Jim Ingham <jingham@apple.com>
8022
8023 * valarith.c (find_size_for_pointer_math): New function, either returns
8024 the size for a pointer's target, returns 1 for void *, or errors for
8025 incomplete types.
8026 (value_add, value_sub): use find_size_for_pointer_math.
8027
8028 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8029
8030 * linux-low.c (linux_look_up_symbols): New hook.
8031 (linux_target_ops): Add linux_look_up_symbols.
8032 * remote-utils.c (decode_address): New function.
8033 (look_up_one_symbol): New function.
8034 * server.c (handle_query): Call target look_up_symbols hook.
8035 * server.h (look_up_one_symbol): Add prototype.
8036 * target.h (struct target_ops): Add look_up_symbols hook.
8037
8038 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8039
8040 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8041 override FP_REGNUM with frame->fp. Update copyright.
8042 * parse.c (num_std_regs, std_regs): Delete.
8043 (target_map_name_to_register): Do not search std_regs. Update
8044 function description.
8045 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8046 declarations. Update copyright.
8047 Fix PR gdb/251.
8048
8049 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8050
8051 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8052 after the last symbol in a block.
8053
8054 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8055
8056 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8057 is non zero as a found symbol.
8058
8059 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8060
8061 * findvar.c: Include "builtin-regs.h".
8062 (value_of_register): Call value_of_builtin_reg when applicable.
8063 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8064 (target_map_name_to_register): Call
8065 builtin_reg_map_name_to_regnum.
8066 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8067 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8068 (builtin_regs_h): Define.
8069 (builtin-regs.o): New target.
8070 (findvar.o): Add $(builtin_regs_h).
8071 * builtin-regs.c, builtin-regs.h: New files.
8072 * std-regs.c: New file.
8073 Partial fix for PR gdb/251.
8074
8075 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8076
8077 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8078 it's no longer required.
8079
8080 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8081
8082 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8083
8084 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8085
8086 From Jimi X <jimix@watson.ibm.com>:
8087 * rs6000-tdep.c (rs6000_software_single_step): Use
8088 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8089 and size. Use target_insert_breakpoint() and
8090 target_remove_breakpoint() to insert and remove breakpoints
8091 instead of explicit memory reads and writes.
8092
8093 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8094
8095 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8096 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8097 ELF_OBJECT_FORMAT ifdef.
8098
8099 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8100
8101 From Jimi X <jimix@watson.ibm.com>:
8102 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8103
8104 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8105
8106 From Jimi X <jimix@watson.ibm.com>:
8107 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8108 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8109
8110 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8111
8112 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8113 s/asprintf/xasprintf/.
8114 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8115
8116 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8117
8118 I believe Jeff Law denies responsability for this one:
8119 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8120 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8121 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8122 Work-around for PR gdb/366.
8123
8124 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8125
8126 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8127 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8128 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8129
8130 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8131
8132 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8133 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8134 information.
8135
8136 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8137
8138 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8139 maintainer.
8140
8141 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8142
8143 * README (Reporting Bugs in GDB): Document the bug web page as the
8144 prefered way of submitting bugs.
8145 Fix PR gdb/402.
8146
8147 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8148
8149 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8150 -1. Update comment.
8151 * gdbarch.h, gdbarch.c: Re-generate.
8152
8153 2002-04-07 Andreas Schwab <schwab@suse.de>
8154
8155 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8156 buffer to regcache_collect.
8157
8158 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8159
8160 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8161 * gdbarch.c, gdbarch.h: Re-generate.
8162
8163 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8164
8165 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8166 declaration. Fix -Werror.
8167
8168 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8169
8170 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8171 * gdbarch.c: Regenerate.
8172
8173 2002-04-05 Michael Snyder <msnyder@redhat.com>
8174
8175 * breakpoint.c (clear_command): Rewrite middle section to
8176 combine two loops with identical control conditions.
8177 Add a cleanup to eliminate a memory leak.
8178 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8179
8180 2002-04-05 H.J. Lu (hjl@gnu.org)
8181
8182 * solib-svr4.c (bkpt_names): Add "__start".
8183
8184 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8185
8186 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8187 as test for 64 bit target.
8188
8189 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8190
8191 * h8500-tdep.c (h8500_write_fp): Delete function.
8192 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8193 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8194 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8196 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8197 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8198 (s390_write_fp):
8199 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8200 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8201 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8202 (d10v_write_fp): Delete function.
8203 * inferior.h (write_fp, generic_target_write_fp): Delete
8204 declarations.
8205 * regcache.c (generic_target_write_fp): Delete function.
8206 (write_fp): Delete function.
8207 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8208 * gdbarch.h, gdbarch.c: Regenerate.
8209 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8210 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8211 (sparc64_write_fp): Delete declaration.
8212 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8213 (h8500_write_fp): Delete declaration.
8214
8215 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8216
8217 * sparc-tdep.c (sparc64_write_fp): Delete.
8218 (sparc_push_dummy_frame): Replace write_fp call with code to store
8219 the FP directly.
8220 (sparc_gdbarch_init): Do not initialize write_fp.
8221
8222 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8223
8224 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8225 clause.
8226
8227 2002-03-29 Jim Blandy <jimb@redhat.com>
8228
8229 * stack.c (get_selected_block): Add new argument `addr_in_block',
8230 used to return the exact code address we used to select the block,
8231 not just the block.
8232 * blockframe.c (get_frame_block, get_current_block): Same.
8233 * frame.h (get_frame_block, get_current_block,
8234 get_selected_block): Update declarations.
8235 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8236 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8237
8238 2002-04-05 Michael Snyder <msnyder@redhat.com>
8239
8240 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8241 warning message.
8242
8243 2002-04-05 J. Brobecker <brobecker@gnat.com>
8244
8245 * utils.c (xfullpath): New function.
8246 * defs.h (xfullpath): Add declaration.
8247 * source.c (openp): Use xfullpath in place of gdb_realpath to
8248 avoid resolving the basename part of filenames when the
8249 associated file is a symbolic link. This fixes a potential
8250 inconsistency between the filenames known to GDB and the
8251 filenames it prints in the annotations.
8252 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8253 to be able to match a filename with either the real filename, or
8254 the name of any symbolic link to this file.
8255 (lookup_partial_symtab): Ditto.
8256
8257 2002-04-04 Michael Snyder <msnyder@redhat.com>
8258
8259 * breakpoint.c: Add support for hardware breakpoints in overlays.
8260 (overlay_events_enabled): New state variable.
8261 (insert_breakpoints): Use overlay_events_enabled to decide
8262 whether to attempt to set a breakpoint at the overlay load addr.
8263 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8264 (remove_breakpoint): Use overlay_events_enabled to decide
8265 whether breakpoints need to be removed from overlay load addr.
8266 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8267 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8268 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8269 disable_overlay_breakpoints): Update overlay_events_enabled.
8270
8271 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8272
8273 * dwarf2read.c (struct function_range): New.
8274 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8275 (check_cu_functions): New.
8276 (read_file_scope): Initialize global function lists.
8277 Call dwarf_decode_line after processing children.
8278 (read_func_scope): Add to global function list.
8279 (dwarf_decode_lines): Call check_cu_functions everywhere
8280 record_line is called. Call record_line with a linenumber
8281 of 0 to mark sequence ends.
8282
8283 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8284
8285 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8286 change sync with glibc.
8287
8288 2002-04-03 Jim Blandy <jimb@redhat.com>
8289
8290 * configure.in: Call AC_C_INLINE.
8291 * configure: Regenerated.
8292
8293 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8294
8295 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8296 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8297
8298 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8299
8300 * NEWS: Mention gcore support on FreeBSD/i386.
8301
8302 * fbsd-proc.c: New file.
8303 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8304 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8305
8306 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8307 while statement.
8308
8309 2002-03-29 Jim Blandy <jimb@redhat.com>
8310
8311 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8312 unescaped newlines in string literals, but newer ones don't. So
8313 escape them.
8314
8315 2002-03-26 Michael Snyder <msnyder@redhat.com>
8316 Andrew Cagney <cagney@redhat.com>
8317
8318 * cli/cli-dump.c: New file. Dump memory to file,
8319 restore file to memory.
8320 * cli/cli-dump.h: New file.
8321 * Makefile.in: Add rules, dependencies for cli-dump.o.
8322 * NEWS: Mention new commands.
8323
8324 2002-03-28 Michael Snyder <msnyder@redhat.com>
8325
8326 * symfile.c (symbol_file_add): Move test for null symbols to later.
8327
8328 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8329
8330 From veksler at il.ibm.com:
8331 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8332 the xstrduped original path.
8333 Fix PR gdb/417.
8334
8335 2002-03-27 Michael Snyder <msnyder@redhat.com>
8336
8337 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8338 * infcmd.c (_initialize_infcmd): Ditto.
8339 * language.c (_initialize_language): Ditto.
8340 * symfile.c (_initialize_symfile): Ditto.
8341 * top.c (_init_main): Ditto.
8342 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8343
8344 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8345
8346 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8347 vector registers handling.
8348 (skip_prologue): Handle new AltiVec instructions. Fill in new
8349 fields of frame data.
8350 (frame_get_saved_regs): Fill in information for AltiVec registers.
8351
8352 2002-03-27 Jim Blandy <jimb@redhat.com>
8353
8354 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8355 a function; leave this macro here to invoke that function.
8356 (symbol_init_mangled_name): Declaration for that function.
8357 * symtab.c (symbol_init_mangled_name): New function.
8358
8359 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8360
8361 * valarith.c: Replace strerror with safe_strerror.
8362 * tracepoint.c: Ditto.
8363 * lin-lwp.c: Ditto.
8364 * go32-nat.c: Ditto.
8365 * inflow.c: Ditto.
8366 * gnu-nat.c: Ditto.
8367
8368 2002-03-27 Andreas Schwab <schwab@suse.de>
8369
8370 * event-top.c (command_line_handler): Remove useless if.
8371
8372 2002-03-27 Andreas Jaeger <aj@suse.de>
8373
8374 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8375 comment.
8376
8377 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8378
8379 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8380 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8381 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8382 (x86_64_linux_dr_get_status, supply_gregset),
8383 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8384 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8385 (x86_64_register_info_table): Add.
8386 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8387 (x86_64_register_raw_size, x86_64_register_virtual_type),
8388 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8389 general x86_64_register_info_table.
8390 (i386_gdbarch_init): gdbarch_register_bytes is now set
8391 dynamicaly during initialization.
8392 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8393 * gdbserver/linux-x86-64-low.c: Ditto.
8394
8395 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * gdbserver/server.c (main): Call target_signal_to_host_p
8398 and target_signal_to_host on signals received from the remote.
8399 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8400 target_signal_from_host on signals sent to the remote.
8401 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8402 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8403
8404 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8405
8406 * signals/signals.c: Include "server.h" in gdbserver build.
8407 (target_signal_from_name): Don't use STREQ.
8408 (_initialize_signals): Likewise. Don't include function in
8409 gdbserver build.
8410
8411 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8412
8413 * signals.c: Moved to...
8414 * signals/signals.c: Here.
8415 * Makefile (signals.o): Update.
8416
8417 2002-03-26 Jeff Law (law@redhat.com)
8418
8419 * somread.c (som_symtab_read): Remove some commented out code and
8420 updated related comments. Do not set the minimal symbol table to
8421 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8422 in a dynamic executable.
8423 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8424 where we are unable to find the minimal symbol for the given
8425 PC value.
8426
8427 2002-03-25 Jeff Law (law@redhat.com)
8428
8429 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8430
8431 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8432
8433 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8434
8435 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8436
8437 * command.h: Update copyright.
8438 (struct cmd_list_element): Replace definition with opaque
8439 declaration.
8440 (enum cmd_types): Document that it will eventually be moved to
8441 cli/cli-decode.h
8442 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8443 (MALLOCED_REPLACEMENT): Delete macro.
8444 * Makefile.in (cli_decode_h): Add $(command_h).
8445 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8446 * top.c: Include "cli/cli-decode.h".
8447 * completer.c: Include "cli/cli-decode.h".
8448 * maint.c: Include "cli/cli-decode.h".
8449 * cli/cli-decode.h: Include "command.h".
8450 (enum command_class): Delete.
8451 (enum cmd_types): Comment out.
8452 (enum cmd_auto_boolean): Delete.
8453 (enum var_types): Delete.
8454
8455 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8456
8457 * cli/cli-decode.c: Include "gdb_assert.h".
8458 (add_set_or_show_cmd): New static function.
8459 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8460 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8461 all fields, such as func, from the set command.
8462
8463 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8464
8465 * MAINTAINERS (sh-elf): Change warning flag to -w.
8466
8467 2002-03-23 Andrew Cagney <cagney@redhat.com>
8468
8469 * defs.h (error): Add printf format attribute.
8470 * thread-db.c (thread_from_lwp): Fix error format string.
8471 * stack.c (parse_frame_specification): Ditto.
8472 * cli/cli-decode.c (undef_cmd_error): Ditto.
8473 * scm-lang.c (scm_lookup_name): Ditto.
8474 * tracepoint.c (trace_error): Ditto.
8475 * remote-utils.c (usage): Ditto.
8476 * remote.c (compare_sections_command): Ditto.
8477 Fix PR gdb/328.
8478
8479 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8480
8481 * gdbtypes.c (append_composite_type_field): New function.
8482 (init_composite_type): New function.
8483 * gdbtypes.h (append_composite_type_field): Declare.
8484 (init_composite_type): Ditto.
8485
8486 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8487
8488 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8489 function.
8490 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8491 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8492 structure returning convention for SYSV ABI case, but not
8493 for GNU/Linux, FreeBSD, or NetBSD.
8494
8495 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8496
8497 * symtab.h (lookup_block_symbol): Add mangled_name argument
8498 to prototype.
8499
8500 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8501 with new mangled_name argument.
8502 * linespec.c (decode_line_1): Likewise.
8503 * valops (value_of_this): Likewise.
8504 * symtab.c (lookup_transparent_type): Likewise.
8505 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8506 (lookup_symbol): If we are given a mangled name, pass it down
8507 to lookup_symbol_aux.
8508 (lookup_block_symbol): If we are given a mangled name to check
8509 against, only return symbols which match it.
8510
8511 2002-03-22 Christopher Faylor <cgf@redhat.com>
8512
8513 * win32-nat.c (child_create_inferior): Check for proper shell to use
8514 here, in case the user changes it on the fly.
8515 (_initialize_inftarg): Remove shell path considerations.
8516
8517 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8518
8519 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8520 for gdbarch_max_register_raw_size and max_register_virtual_size.
8521 Adjust copyright year.
8522
8523 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8524
8525 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8526 in a function to cover the entire beginning of the function
8527 as well if it does not already.
8528
8529 2002-03-21 Tom Rix <trix@redhat.com>
8530
8531 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8532 (rs6000_ptrace64): Renamed from ptrace64.
8533
8534 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8535
8536 * gdbserver/remote-utils.c (remote_open): Don't call
8537 getprotobyname, we're all using TCP here so just use
8538 IPPROTO_TCP.
8539 * gdbserver/gdbreplay.c (remote_open): Ditto.
8540
8541 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8542
8543 * regcache.c (_initialize_regcache): No need to call
8544 build_regcache() at this time; it gets called whenever
8545 the gdbarch changes.
8546
8547 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8548
8549 * sparc-nat.c: Include sys/param.h where possible.
8550
8551 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8552
8553 Fix PR gdb/422.
8554 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8555 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8556 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8557 complex types.
8558 * stabsread.c (rs6000_builtin_type): Likewise.
8559 (read_sun_floating_type): Likewise.
8560
8561 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8562
8563 * stabsread.c (read_member_functions): Remove skip code for duplicate
8564 constructor/destructor methods. Use standard parsing for these
8565 methods and just do not chain them to the list of methods after
8566 parsing.
8567
8568 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8569
8570 * coffread.c: Remove redundant static declarations. Replace
8571 occurrences of `PTR' with `void *'.
8572 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8573 * top.h (quit_cover): Likewise.
8574 * defs.h (catch_errors): Likewise.
8575
8576 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8577
8578 * defs.h (XMALLOC): Define.
8579 * gdb-events.sh (XMALLOC): Delete macro.
8580 * gdb-events.c, gdb-events.h: Regenerate.
8581 * gdbarch.sh (XMALLOC): Delete macro.
8582 * gdbarch.c: Regenerate.
8583 * serial.c (XMALLOC): Delete macro.
8584 * ui-file.c (XMALLOC): Ditto.
8585 * ser-unix.h (XMALLOC): Ditto.
8586 * sh-tdep.c (XMALLOC): Ditto.
8587 * ui-out.c (XMALLOC): Ditto.
8588 * utils.c (XMALLOC): Ditto.
8589 * i386-tdep.c (XMALLOC): Ditto.
8590 * gdb-events.c (XMALLOC): Ditto.
8591 * d10v-tdep.c (XMALLOC): Ditto.
8592 * cli-out.c (XMALLOC): Ditto.
8593
8594 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8595 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8596 * ui-file.c, ui-out.c: Ditto.
8597
8598 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8599
8600 * command.h (struct cmd_list_element): Add field context.
8601 (set_cmd_context, get_cmd_context): Declare.
8602 * cli/cli-decode.h: Ditto.
8603 * cli/cli-decode.c (get_cmd_context): New function.
8604 (set_cmd_context): New function.
8605 (add_cmd): Initialize context.
8606 Part of fixing PR gdb/145 and PR gdb/146.
8607
8608 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8609
8610 * cli/cli-decode.c (cmd_type): New function.
8611 * command.h (cmd_type): Declare.
8612 * infrun.c (set_schedlock_func): Call function cmd_type.
8613 * kod.c (kod_set_os): Call cmd_type.
8614 * cris-tdep.c (cris_version_update): Use function cmd_type.
8615 (cris_mode_update, cris_abi_update): Ditto.
8616
8617 * command.h: (execute_cmd_post_hook): Declare.
8618 (execute_cmd_pre_hook): Declare.
8619 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8620 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8621 functions. Execute pre/post hook while ensuring that afterwords
8622 hook_in is cleared.
8623 * top.c (execute_command): Use execute_cmd_post_hook, and
8624 execute_cmd_pre_hook to execute pre/post commands.
8625 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8626 hook_stop_stub.
8627 (hook_stop_stub): Call execute_cmd_pre_hook.
8628
8629 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8630
8631 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8632 set'' and this leads to a core dump. Move xstrdup of
8633 operating_system to after check that it is not NULL.
8634
8635 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8636
8637 * kod.c (kod_set_os): Remove unnecessary check that
8638 ``command->type'' is set_cmd.
8639
8640 * valprint.c (set_input_radix): Use input_radix.
8641 (set_output_radix): Use output_radix.
8642 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8643 isn't reverted.
8644
8645 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8646
8647 * value.h (struct value): Delete field ``substring_addr''. Change
8648 aligner fields to force_doublest_align, force_longest_align,
8649 force_core_addr_align and force_pointer_aligh.
8650
8651 * value.h (struct value): Fix typo in above change.
8652
8653 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8654
8655 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8656 to fix internal_error from ``maintenance print architecture''.
8657
8658 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8659
8660 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8661 for gcc versions after gcc-2.8.1.
8662
8663 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8664
8665 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8666 for method resolution. Restore adjustment of ``this'' pointer after
8667 calling value_struct_elt, which was accidentally removed during the
8668 HP merge.
8669
8670 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8671
8672 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8673 value_of_register.
8674 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8675 get_saved_register.
8676 * value.h (value_of_register): Update.
8677
8678 2002-03-14 Richard Henderson <rth@redhat.com>
8679
8680 * configure.in: Detect declaration for canonicalize_file_name.
8681 * utils.c (canonicalize_file_name): Declare, if needed.
8682 (gdb_realpath): Prefer realpath if available and usable.
8683 * config.in, configure: Rebuild.
8684
8685 2002-03-14 Richard Henderson <rth@redhat.com>
8686
8687 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8688 a constant array bound.
8689
8690 * MAINTAINERS: Add myself to write-after-approval.
8691
8692 2002-03-14 Michael Snyder <msnyder@redhat.com>
8693
8694 * symfile.c (syms_from_objfile): Return immediately if no syms.
8695 (symbol_file_add): Return immediately if no syms.
8696 (find_sym_fns): Return immediately if no syms.
8697
8698 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8699
8700 * gdbserver/remote-util.c (remote_open): Print remote-side's
8701 IP address when remote debugging over the network.
8702
8703 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8704
8705 * config/sparc/fbsd.mh: Fix copyright.
8706 * config/sparc/fbsd.mt: Likewise.
8707
8708 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8709
8710 * MAINTAINERS: Fix typo in name of gdb warnings option.
8711 (x86-64): Fix formating so that this can be parsed by awk.
8712
8713 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8714
8715 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8716 * defs.h: Include "gdb/signals.h".
8717 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8718
8719 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8720
8721 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8722 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8723 from x86-64-tdep.h
8724
8725 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8726 Don Howard <dhoward@redhat.com>
8727
8728 * mips-tdep.c (ST0_FR): Define.
8729 (mips2_fp_compat): New function, temporarily disabled.
8730 (mips_read_fp_register_single): New function.
8731 (mips_read_fp_register_double): New function.
8732 (mips_print_register): Use them.
8733 (do_fp_register_row): Likewise.
8734
8735 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8736
8737 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8738 approval''.
8739
8740 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8741
8742 * stabsread.c (read_member_functions): Fix is_stub test for
8743 static member functions, improve comment.
8744
8745 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8746
8747 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8748 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8749 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8750 commands that set boolean values.
8751 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8752 (arm_rdi_resume): Always initialize PC.
8753 (arm_rdi_open): Don't use rslt as a boolean.
8754 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8755 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8756 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8757 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8758
8759 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8760
8761 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8762 * configure: Rebuilt.
8763
8764 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8765
8766 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8767 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8768
8769 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8770
8771 * cli/cli-decode.c (set_cmd_completer): New function.
8772 * command.h (set_cmd_completer): Declare.
8773 * cli/cli-decode.h (set_cmd_completer): Ditto.
8774
8775 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8776 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8777 * win32-nat.c (_initialize_inftarg): Ditto.
8778 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8779 * proc-api.c (_initialize_proc_api): Ditto.
8780 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8781 * source.c (_initialize_source): Ditto.
8782 * exec.c (_initialize_exec): Ditto.
8783 * solib.c (_initialize_solib): Ditto.
8784 * top.c (init_main): Ditto.
8785 * tracepoint.c (_initialize_tracepoint): Ditto.
8786 * symfile.c (_initialize_symfile): Ditto.
8787 * printcmd.c (_initialize_printcmd): Ditto.
8788 * infcmd.c (_initialize_infcmd): Ditto.
8789 * corefile.c (_initialize_core): Ditto.
8790
8791 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8792
8793 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8794
8795 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8796
8797 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8798
8799 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8800
8801 * NEWS: Update headings, 5.2 has branched.
8802
8803 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
8804
8805 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8806 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8807 (register_addr, REGISTER_RAW_SIZE): Likewise.
8808 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8809 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8810
8811 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8812
8813 * MAINTAINERS (x86-64): Add myself.
8814 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8815 changed value_ptr -> struct value *
8816
8817 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8818
8819 * configure.host (sparc64-*-freebsd): Add.
8820 * configure.tgt: Likewise.
8821 * config/sparc/fbsd.mh: New file.
8822 * config/sparc/fbsd.mt: Likewise.
8823 * config/sparc/nm-fbsd.h: Likewise.
8824 * config/sparc/tm-fbsd.h: Likewise.
8825
8826 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8827
8828 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8829 regformats/reg-s390x.dat.
8830
8831 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8832
8833 * utils.c: Add FIXME explaining true/false problem.
8834
8835 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8836
8837 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8838
8839 2002-02-28 Michael Chastain <mec@shout.net>
8840
8841 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8842
8843 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8844
8845 * gdbserver/linux-s390-low.c: New file.
8846 * regformats/reg-s390.dat: New file.
8847 * regformats/reg-s390x.dat: New file.
8848 * gdbserver/configure.srv: Add S/390.
8849 * gdbserver/Makefile.in: Add S/390.
8850 * configure.tgt: Enable gdbserver for S/390.
8851
8852 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8853
8854 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8855 first line of the doc string for "info dos", except at the end of
8856 the sentence, since the short help stops at the first period.
8857
8858 2002-02-28 Jason Merrill <jason@redhat.com>
8859
8860 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8861
8862 2002-02-27 Fred Fish <fnf@redhat.com>
8863
8864 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8865 comment (dumy -> dummy).
8866
8867 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8868
8869 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8870
8871 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8872
8873 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8874
8875 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8876
8877 * gdbserver/acconfig.h: New file.
8878 * gdbserver/i387-fp.c: New file.
8879 * gdbserver/i387-fp.h: New file.
8880 * gdbserver/linux-x86-64.c: New file.
8881 * regformats/reg-x86-64.dat: New file.
8882 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8883 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8884 * gdbserver/configure.in: Add support for regsets.
8885 * gdbserver/config.in: Regenerate.
8886 * gdbserver/configure: Regenerate.
8887 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8888 * gdbserver/linux-low.h: New file.
8889 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8890 for regsets.
8891 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8892 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8893 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8894 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8895 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8896 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8897 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8898 "i387-fp.h". Add PTRACE_GETREGS and friends.
8899 * gdbserver/regcache.c (supply_register): New function.
8900 (supply_register_by_name): New function.
8901 (collect_register): New function.
8902 (collect_register_by_name): New function.
8903
8904 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8905
8906 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8907 (config.status): Add configure.srv dependency.
8908 (server_h): Add config.h dependency.
8909
8910 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8911
8912 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8913 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8914 * gdbserver/configure.srv: Change i386-*-linux* to use
8915 reg-i386-linux.o.
8916
8917 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8918
8919 * x86-64-tdep.c: Re-indent. Update copyright date.
8920
8921 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8922
8923 From Michal Ludvig <mludvig@suse.cz>:
8924 * x86-64-tdep.c (value.h): Delete.
8925 (gdb_assert.h): Include.
8926 (x86_64_register_convert_to_virtual,
8927 x86_64_register_convert_to_raw ): Add check which lets only
8928 floating-point values to be converted.
8929 (value_push): Delete.
8930 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8931 (i386_gdbarch_init): Number of register_bytes fixed.
8932
8933 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8934
8935 * MAINTAINERS: Add x86-64 target.
8936
8937 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8938
8939 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8940 * osfsolib.c (solib_map_sections): Ditto.
8941 * irix5-nat.c (solib_map_sections): Ditto.
8942 * corelow.c (gdb_check_format): Ditto.
8943 * symfile.c (symfile_bfd_open): Ditto.
8944 * solib.c (solib_map_sections): Ditto.
8945 Fix PR gdb/354.
8946
8947 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8948
8949 * remote.c (_initialize_remote): By default, disable ``e'' and
8950 ``E'' step out-of-range packets.
8951
8952 2002-02-26 Andreas Schwab <schwab@suse.de>
8953
8954 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8955 m68k_linux_frame_saved_pc.
8956 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8957 in_sigtramp.
8958 (SIGCONTEXT_PC_OFFSET): Remove.
8959 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8960 m68k_linux_sigtramp_saved_pc): New functions.
8961 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8962 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8963 (UCONTEXT_PC_OFFSET): Define.
8964 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8965 non-RT and RT signal trampolines.
8966
8967 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8968
8969 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8970 (TARGET_NBPG, STACK_END_ADDR): Delete
8971 (VARIABLES_INSIDE_BLOCK): Delete.
8972
8973 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8974
8975 * utils.c (perror_with_name): Make string parameter constant.
8976 (print_sys_errmsg): Ditto.
8977 (query): Ditto.
8978 * defs.h (perror_with_name): Update.
8979 (print_sys_errmsg): Update.
8980 (query): Update.
8981
8982 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8983
8984 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8985 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8986
8987 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8988
8989 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8990 if it already matches the current architecture from the exec file.
8991 Include arch-utils.h for gdbarch_info_init prototype.
8992 * Makefile.in (rs6000-nat.o): Update dependencies.
8993
8994 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8995
8996 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8997 list of exported variables.
8998
8999 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9000
9001 * gdbserver/configure.srv: New file.
9002 * gdbserver/configure.in: Use configure.srv instead
9003 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9004 from it.
9005 * gdbserver/configure: Regenerated.
9006 * gdbserver/terminal.h: New file.
9007 * gdbserver/Makefile.in: Update for configure changes. Remove
9008 more unneeded include paths.
9009
9010 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9011
9012 From wiz at danbala:
9013 * config/sparc/tm-sp64.h: Fix grammar and typos.
9014 Fix PR gdb/287.
9015
9016 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9017
9018 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9019 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9020 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9021 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9022 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9023 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9024 * s390-tdep.c: Ditto.
9025 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9026 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9027 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9028 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9029 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9030 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9031 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9032 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9033 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9034 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9035 Fix PR gdb/378.
9036
9037 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9038
9039 * lin-thread.c: Delete file.
9040 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9041 to gdb_proc_service.h.
9042 * configure: Re-generate.
9043
9044 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9045 * serial.c (serial_open): Delete check for "ocd".
9046 Fix PR gdb/349.
9047
9048 * Makefile.in (linux-thread.o): Delete target.
9049 * linux-thread.c: Delete file.
9050
9051 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9052 renamed SH files to be consistent.
9053
9054 * symtab.c (sort_search_symbols): Use xfree.
9055
9056 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9057
9058 * arm-linux-tdep.c (arm_linux_init_abi): Register
9059 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9060 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9061 definition with undef, since we don't want the sysvr4 definition.
9062 (SKIP_TRAMPOLINE_CODE): Likewise.
9063
9064 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9065
9066 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9067
9068 * configure.in: (AC_CHECK_FUNCS) Added test for
9069 canonicalize_file_name Regenerated.
9070 * config.in, configure: Regenerated.
9071 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9072 defined use canonicalize_file_name.
9073
9074 2002-02-23 Michael Chastain <mec@shout.net>
9075
9076 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9077
9078 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9079
9080 * README: Remove references to cygnus.com.
9081 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9082 dot com'' form. Remove references to cygnus.com and sourceware.
9083
9084 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9085
9086 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9087 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9088 1003.1-2001 no longer allows "head -1".
9089 * gdb/Makefile.in (version.c): Likewise.
9090 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9091 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9092 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9093
9094 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9095
9096 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9097 * command.h (cmd_cfunc_eq): Declare.
9098 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9099
9100 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9101 ``struct cmd_list_element *''.
9102 * cli/cli-cmds.c (is_complete_command): Update. Use
9103 cmd_cfunc_eq.
9104 * top.c (execute_command): Pass the command to
9105 is_complete_command.
9106 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9107
9108 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9109
9110 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9111 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9112 architecture defines.
9113 * s390-tdep.c (s390_gdbarch_init): Likewise.
9114
9115 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9116
9117 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9118 (arm_linux_push_arguments): Likewise.
9119 (arm_linux_init_abi): Register them. Also register linux-specific
9120 call_dummy_words.
9121 (find_minsym_and_objfile): Use strcmp, not STREQ.
9122 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9123 (arm_linux_call_dummy_words): Delete declaration.
9124 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9125 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9126 declarations.
9127 (LOWEST_PC): Delete.
9128
9129 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9130
9131 * maint.c (print_section_info): Do not prepend `0x' to filepos
9132 output, it will be handled by local_hex_string_custom.
9133
9134 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9135
9136 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9137 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9138 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9139
9140 2002-02-22 Jim Blandy <jimb@redhat.com>
9141
9142 Indicate that the bcache functions don't change the strings
9143 they're passed.
9144 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9145 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9146
9147 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9148
9149 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9150
9151 2002-02-21 Christopher Faylor <cgf@redhat.com>
9152
9153 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9154 find the complete path to a loaded DLL.
9155
9156 2002-02-21 Fred Fish <fnf@redhat.com>
9157
9158 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9159 that marks the end of the range of a function, enter a line number
9160 entry that has a line number of zero and a PC offset that matches
9161 the end of the function. This starts a range of PC's for which no
9162 line number information is known.
9163 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9164 PC's for which no line number info is found (line number is zero)
9165 then we didn't find any valid line information.
9166 * symtab.h: Document use of zero line number entry.
9167
9168 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9169
9170 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9171 (have_ptrace_getvrregs): Define for run time checks.
9172 (gdb_vrregset_t): New type for Altivec register handling.
9173 (fetch_register, store_register): Fetch/store altivec register
9174 when needed.
9175 (fetch_altivec_register, store_altivec_register): New functions.
9176 (supply_vrregset, fill_vrregset): New functions.
9177 (fetch_altivec_registers, store_altivec_registers): New functions.
9178 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9179 registers as well.
9180
9181 2002-02-21 Jiri Smid <smid@suse.cz>
9182
9183 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9184
9185 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9186
9187 * Makefile.in (armnbsd-nat.o): Update dependencies.
9188 * armnbsd-nat.c (supply_gregset): New function. Common code to
9189 supply the integer register set.
9190 (supply_fparegset): New function. Similar for FPA registers.
9191 (fetch_regs, fetch_fp_regs): Use them.
9192 (fetch_core_registers): Likewise.
9193 (fetch_elfcore_registers): New function.
9194 (arm_netbsd_elfcore_fns): New core-file type specification.
9195 (_initialize_arm_netbsd_nat): Register it.
9196
9197 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9198
9199 * armnbsd-nat.c: Include gdbcore.h.
9200 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9201 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9202 'void' to declaration, to shut up ARI.
9203 (fetch_core_registers): Make static. Rewrite using supply_register.
9204 (arm_netbsd_core_fns): New core-file type specification.
9205 (_initialize_arm_netbsd_nat): New function.
9206
9207 2002-02-21 Christopher Faylor <cgf@redhat.com>
9208
9209 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9210 value.
9211
9212 2002-02-20 Christopher Faylor <cgf@redhat.com>
9213
9214 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9215 fails.
9216
9217 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9218
9219 * jv-exp.y (parse_number): Change type of implicit longs
9220 to builtin_type_uint64.
9221
9222 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9223
9224 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9225 to be an integer instead of a `union wait'.
9226
9227 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9228
9229 * mips-linux-nat.c: Call the operating system GNU/Linux.
9230 * mips-linux-tdep.c: Likewise.
9231 * mips-tdep.c: Likewise.
9232
9233 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9234
9235 Fix PR gdb/265.
9236 * jv-exp.y (parse_number): Handle 64-bit integers.
9237
9238 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9239
9240 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9241 AC_STDC_HEADERS to AC_HEADER_STDC.
9242 * gdbserver/configure: Regenerated.
9243
9244 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9245
9246 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9247 is defined.
9248 * sparc-tdep.c (get_longjmp_target): Likewise.
9249
9250 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9251
9252 * News: Add news about ARM and Multi-arch. Mention the new target
9253 arm*-*-netbsd*.
9254
9255 2002-02-19 Jim Blandy <jimb@redhat.com>
9256
9257 * stabsread.c (error_type_complaint): Improve error message.
9258
9259 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9260
9261 * gdbserver/README: Update documentation.
9262 * gdbserver/configure.in: Update configury to match documentation.
9263 * gdbserver/Makefile.in: Likewise.
9264 * gdbserver/configure: Regenerated.
9265 * gdbserver/aclocal.m4: New file, generated by aclocal.
9266 * gdbserver/config.in: New file, generated by autoheader.
9267
9268 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9269
9270 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9271 armnbsd-nat.c.
9272
9273 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9274
9275 * arm-tdep.h (enum arm_float_model): New enum.
9276 (struct gdbarch_tdep): Add fp_model.
9277 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9278 up floating-point conversions until we know the floating-point model
9279 in use by the inferior. Don't complain about being unable to
9280 determine the ABI of the inferior when we don't have one.
9281 (arm_extract_return_value): Support different floating-point models.
9282 (arm_store_return_value): Likewise.
9283 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9284 ARM_FLOAT_SOFT.
9285 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9286
9287 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9288
9289 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9290 of ``current_gdbarch''.
9291
9292 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9293
9294 * armnbsd-nat.c : ANSIfy all function declarations.
9295 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9296 (fetch_inferior_registers): Re-implement in terms of above.
9297 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9298 (store_inferior_registers): Re-implement in terms of above.
9299
9300 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9301
9302 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9303 kernel.
9304 * arm-linux-tdep.c: Likewise.
9305 * config/arm/tm-linux.h: Likewise.
9306
9307 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9308
9309 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9310 * config/arm/nbsd.mt (TM_FILE): Delete.
9311 * config/arm/tm-nbsd.h: Delete.
9312
9313 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9314
9315 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9316 Initialize CALL_DUMMY_LENGTH.
9317
9318 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9319
9320 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9321 function.
9322 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9323 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9324 defines one thing and that is incorrect for this port.
9325 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9326
9327 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9328
9329 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9330
9331 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9332
9333 * win32-nat.c (display_selector): New function. Displays information
9334 about the information returned by GetThreadSelectorEntry API function.
9335 (display_selectors): New function. Displays the infomation of
9336 the selector given as argument, or of CS, DS ans FS selectors
9337 if no argument is given.
9338 ( _initialize_inftarg): Add "w32" as info prefix command.
9339 Add "info w32 selector" as command calling display_selectors.
9340
9341 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9342
9343 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9344 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9345 if not defined.
9346
9347 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9348
9349 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9350
9351 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9352
9353 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9354 (arm_fix_call_dummy): Call it.
9355 (arm_call_dummy_breakpoint_offset): Delete.
9356 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9357 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9358
9359 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9360
9361 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9362 Default to func_frame_chain_valid.
9363 * gdbarch.h, gdbarch.c: Re-generate.
9364 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9365
9366 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9367
9368 * ppc-linux-nat.c: Update copyright.
9369 (fetch_register, store_register): Add tid parameter, don't compute
9370 tid here.
9371 (fetch_ppc_registers, store_ppc_registers): Add tid
9372 parameter. Pass it along to callees.
9373 (fetch_inferior_registers, store_inferior_registers): Compute tid
9374 here, and pass it to calleed functions.
9375 (fill_gregset, supply_fpregset): Clean up formatting.
9376
9377 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9378
9379 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9380 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9381
9382 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9383
9384 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9385 * gdbarch.c gdbarch.h: Regenerate.
9386 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9387 function.
9388 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9389 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9390 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9391
9392 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9393 * arm-tdep.c (arm_get_longjmp_target): New function.
9394 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9395 this to a positive value register arm_get_longjmp_target as the
9396 longjmp handler.
9397 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9398 (arm_linux_init_abi): Set up longjmp description in tdep.
9399 * armnbsd-nat.c (get_longjmp_target): Delete.
9400 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9401 description in tdep.
9402 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9403 (get_longjmp_target): Delete declaration.
9404 (GET_LONGJMP_TARGET): Delete.
9405 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9406 (GET_LONGJMP_TARGET): Delete.
9407
9408 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9409
9410 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9411 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9412 of ``current_gdbarch''.
9413
9414 2002-02-17 Tom Tromey <tromey@redhat.com>
9415
9416 * cli/cli-cmds.c (compare_strings): New function.
9417 (complete_command): Only print each unique item once.
9418 * completer.h (complete_line): Declare.
9419 * completer.c (complete_line): New function.
9420 (line_completion_function): Use it.
9421
9422 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9423
9424 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9425 * gdbarch.h, gdbarch.c: Re-generate.
9426
9427 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9428
9429 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9430
9431 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9432
9433 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9434 * valops.c (value_arg_coerce): Don't take the address of a reference
9435 to convert an argument to a reference.
9436
9437 2002-02-15 Christopher Faylor <cgf@redhat.com>
9438
9439 * win32-nat.c (get_image_name): New function.
9440 (handle_load_dll): Use get_image_name function.
9441 (get_child_debug_event): Avoid registering debug events until possibly
9442 execed process is started.
9443 (child_create_inferior): Allow invocation via shell so that command
9444 line redirection, etc. works ok.
9445 (_initialize_inftarg): Add new command: "set shell" to control whether
9446 a shell is used to start a process.
9447
9448 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9449
9450 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9451 instead of find_register_by_number.
9452 (cannot_store_register): Likewise.
9453
9454 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9455
9456 * dwarf2read.c: Replace fprintf (stderr, ...) by
9457 fprintf_unfiltered (gdb_stderr, ...).
9458
9459 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9460
9461 * gdbserver/gdbserver.1: Document --attach.
9462
9463 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9464
9465 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9466 descriptions.
9467 * arm-tdep.c (arm_default_arm_le_breakpoint)
9468 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9469 (arm_default_thumb_be_breakpoint): New. Initialize them from
9470 traditional breakpoint defines.
9471 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9472 (arm_gdbarch_init): Initialize new breakpoint variables.
9473 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9474 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9475 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9476 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9477 code out to ...
9478 (arm_netbsd_init_abi_common): ... here; new function.
9479 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9480 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9481 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9482 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9483
9484 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9485
9486 * arm-tdep.h (enum arm_abi): New enum.
9487 (struct gdbarch_tdep): New structure.
9488 (LOWEST_PC): Provide a default.
9489 (arm_gdbarch_register_os_abi): Declare new function.
9490 * arm-tdep.c (arm_abi_names): New array.
9491 (process_note_abi_tag_sections): New function.
9492 (get_elfosabi): New function.
9493 (arm_gdbarch_register_os_abi): New function.
9494 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9495 support for that ABI has been built in, then call the appropriate
9496 configuration routine. Use gdbarch_num_regs() to get the number
9497 of registers.
9498 (arm_dump_tdep): New function.
9499 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9500 place-holder functions.
9501 (_initialize_arm_tdep): Register them.
9502 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9503
9504 * armnbsd-tdep.c: New file.
9505 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9506 * config/arm/nbsd.mt (TDEPFILES): Add it.
9507 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9508
9509 * armnbsd-nat.c: Include regcache.h.
9510 * Makefile.in (armnbsd-nat.o): Update dependency list.
9511
9512 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9513
9514 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9515
9516 * gdbserver/Makefile.in: Fix typos in target rules.
9517
9518 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9519
9520 Fix part of PR gdb/267.
9521 * linespec.c (find_methods): Handle constructors specially for now.
9522
9523 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9524
9525 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9526 handling.
9527 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9528 standard_coerce_float_to_double().
9529
9530 2002-02-14 Christopher Faylor <cgf@redhat.com>
9531
9532 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9533 GDBINIT_FILENAME.
9534
9535 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9536
9537 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9538 find_variant_by_name, because it confuses the multiarch
9539 framework. Return NULL if there isn't an architecture with the
9540 user supplied name, instead of forcing a different one without
9541 recording the change with the multiarch machinery.
9542 (find_variant_by_name): Delete.
9543
9544 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9545
9546 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9547 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9548
9549 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9550
9551 * stack.c (print_frame_info_base): When calling
9552 print_frame_info_listing_hook, set current_source_symtab.
9553
9554 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9555
9556 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9557 and remove unused $(INCLUDE_DIR).
9558 Add regcache.c to OBS.
9559 Add generated register protocol files to clean target.
9560 Update dependencies for new objects, obsolete old target code.
9561
9562 * gdbserver/linux-low.c: Remove all platform-specific code to
9563 new files. Remove various dead code. Update to use regcache
9564 functionality.
9565 * gdbserver/remote-utils.c (fromhex): Add return statement
9566 to quiet warning.
9567 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9568 constant.
9569 (input_interrupt): Add integer parameter to match prototype
9570 of a signal handler.
9571 (outreg): Use register_data ().
9572 (prepare_resume_reply): Use gdbserver_expedite_regs.
9573 * gdbserver/server.c (main): Dynamically allocate own_buf because
9574 PBUFSIZ is no longer constant. Use registers_to_string () and
9575 registers_from_string ().
9576 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9577 for error (), fatal (), and warning (). Update definition of
9578 PBUFSIZ to use regcache functionality. Add include guard.
9579 * gdbserver/utils.c (fatal): Add missing ``const''.
9580 (warning): New function.
9581
9582 * regformats/regdat.sh: Include "regcache.h" in generated files.
9583 Provide init_registers () function.
9584 * regformats/regdef.h: Add prototype for set_register_cache ().
9585 Add include guard.
9586
9587 * gdbserver/linux-arm-low.c: New file.
9588 * gdbserver/linux-i386-low.c: New file.
9589 * gdbserver/linux-ia64-low.c: New file.
9590 * gdbserver/linux-m68k-low.c: New file.
9591 * gdbserver/linux-mips-low.c: New file.
9592 * gdbserver/linux-ppc-low.c: New file.
9593 * gdbserver/linux-sh-low.c: New file.
9594
9595 * gdbserver/regcache.c: New file.
9596 * gdbserver/regcache.h: New file.
9597
9598 * gdbserver/low-linux.c: Removed obsolete file.
9599
9600 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9601
9602 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9603 * config/i386/linux.mt: Likewise.
9604 * config/ia64/linux.mt: Likewise.
9605 * config/m68k/linux.mh: Likewise.
9606 * config/powerpc/linux.mh: Likewise.
9607 * config/mips/linux.mt: Likewise.
9608
9609 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9610
9611 * config/i386/i386lynx.mh: Mark gdbserver variables
9612 as (currently) obsolete for this target.
9613 * config/i386/nbsd.mt: Likewise.
9614 * config/i386/nbsdelf.mt: Likewise.
9615 * config/m32r/m32r.mt: Likewise.
9616 * config/m68k/m68klynx.mh: Likewise.
9617 * config/m68k/nbsd.mt: Likewise.
9618 * config/m68k/sun3os4.mh: Likewise.
9619 * config/mips/vr5000.mt: Likewise.
9620 * config/ns32k/nbsd.mt: Likewise.
9621 * config/pa/hppabsd.mh: Likewise.
9622 * config/pa/hppaosf.mh: Likewise.
9623 * config/powerpc/nbsd.mt: Likewise.
9624 * config/rs6000/rs6000lynx.mh: Likewise.
9625 * config/s390/s390.mt: Likewise.
9626 * config/s390/s390x.mt: Likewise.
9627 * config/sparc/sparclynx.mh: Likewise.
9628 * config/sparc/sun4os4.mh: Likewise.
9629 * config/i386/x86-64linux.mt: Likewise.
9630 * config/sparc/linux.mh: Likewise.
9631
9632 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9633
9634 * configure.tgt: Configure gdbserver only for known working
9635 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9636 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9637 SUBDIRS if it is configured. Update comment for ${nativefile}.
9638 * configure: Regenerated.
9639
9640 2002-02-13 Michael Snyder <msnyder@redhat.com>
9641
9642 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9643
9644 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9645 (default_gcore_mach): Just return 0, work around a problem in bfd.
9646 (default_gcore_target): OK to return NULL if exec_bfd is null.
9647 (make_mem_sec): Use a cast, avoid a warning.
9648
9649 * procfs.c (find_memory_regions_callback): Use a cast instead of
9650 calling host_pointer_to_address (which complains if
9651 sizeof (host pointer) != sizeof (target pointer)).
9652 (procfs_make_note_section): Avoid overflow in psargs string.
9653
9654 * procfs.c (procfs_make_note_section): Make the default
9655 implementation return an error.
9656
9657 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9658
9659 * procfs.c (procfs_make_note_section): Provide a default definition
9660 (for alpha-dec-osf4.0f). Fix typos.
9661
9662 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9663
9664 * linux-proc.c: Add include of regcache.h.
9665 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9666
9667 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9668
9669 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9670 * memattr.c (create_mem_region): Disallow useless empty region.
9671 Regions are half-open intervals, so allow [A..B) [B..C) as
9672 non-overlapping.
9673
9674 2002-02-13 Michael Chastain <mec@shout.net>
9675
9676 * defs.h: Kill CONST_PTR.
9677 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9678 * c-lang.c (c_builtin_types): Likewise.
9679 * ch-lang.c (ch_builtin_types): Likewise.
9680 * f-lang.c (f_builtin_types): Likewise.
9681 * language.c (unknown_builtin_types): Likewise.
9682 * m2-lang.c (m2_builtin_types): Likewise.
9683 * p-lang.c (pascal_builtin_types): Likewise.
9684 * scm-lang.c (c_builtin_types): Likewise.
9685
9686 2002-02-13 Keith Seitz <keiths@redhat.com>
9687
9688 * arm-tdep.h (arm_get_next_pc): Add declaration.
9689
9690 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9691
9692 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9693 with other related struct-returning functions.
9694 (arm_extract_struct_value_address): New function.
9695 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9696 initialize float_format, double_format and long_double_format as
9697 appropriate to the endianness of the target.
9698 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9699 (arm_use_struct_convention): Delete declaration.
9700 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9701
9702 2002-02-13 Keith Seitz <keiths@redhat.com>
9703
9704 * defs.h (core_addr_to_string_nz): New function.
9705
9706 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9707
9708 Apply missing bits of 2002-01-15 patch.
9709 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9710 (fill_fpregset): Use i387_fill_fsave.
9711
9712 2002-02-12 Keith Seitz <keiths@redhat.com>
9713
9714 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9715 (core_addr_to_string_nz): New function.
9716
9717 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9718
9719 * arm-linux-nat.c: Really include arm-tdep.h.
9720 * config/arm/tm-linux.h (struct type, struct value): Declare.
9721
9722 2002-02-11 Michael Snyder <msnyder@redhat.com>
9723
9724 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9725 (gcore section): Ifdef for Solaris and Unixware only.
9726 (procfs_do_thread_registers): Unixware needs one lwpstatus
9727 per thread (not one prstatus or pstatus).
9728 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9729 not over all gdb threads. For unixware, call elfcore_write_pstatus
9730 once before iterating over threads.
9731
9732 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9733
9734 * arm-tdep.h: New file.
9735 * arm-tdep.c: Include arm-tdep.h.
9736 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9737 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9738 (arm_print_float_info, arm_register_type, convert_to_extended)
9739 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9740 (arm_extract_return_value, arm_register_name): Make static.
9741 (arm_software_single_step): Similarly. Fix types in declaration.
9742 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9743 (arm_store_return_value, arm_store_struct_return): New functions.
9744 (arm_gdbarch_init): Register the above functions. Also register
9745 call_dummy_start_offset, sizeof_call_dummy_words,
9746 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9747 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9748 max_register_virtual_size, register_size. Set up
9749 prologue_cache.saved_regs here, rather than ...
9750 (_initialize_arm_tdep): ... here.
9751 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9752 declarations.
9753 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9754 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9755 (arm_print_float_info, arm_register_type, convert_to_extended)
9756 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9757 (arm_extract_return_value, arm_register_name): Delete declarations.
9758 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9759 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9760 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9761 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9762 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9763 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9764 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9765 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9766 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9767 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9768 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9769 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9770 interface.
9771 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9772 * remote-rdi.c remote-rdp.c: Likewise.
9773 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9774 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9775 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9776 definition.
9777
9778 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9779 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9780 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9781 from non-ARM_ prefixed definitions.
9782 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9783 all uses of above.
9784 * remote-rdi.c remote-rdp.c: Likewise.
9785 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9786
9787 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9788
9789 * arm-tdep.c (arm_frameless_function_invocation)
9790 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9791 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9792 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9793 (arm_pop_frame, arm_get_next_pc): Make static.
9794 (arm_gdbarch_init): Register above in gdbarch structure.
9795 (arm_read_fp): Renamed from arm_target_read_fp.
9796 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9797 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9798 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9799 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9800 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9801 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9802 (arm_pc_is_thumb_dummy): Delete declarations.
9803 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9804 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9805 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9806 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9807
9808 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * symtab.c (compare_search_syms): New function.
9811 (sort_search_symbols): New function.
9812 (search_symbols): Sort symbols after searching rather than
9813 before.
9814
9815 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9816
9817 * NEWS: Linux -> GNU/Linux.
9818
9819 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9820
9821 * gdbarch.sh: For for level one methods, disallow a definition
9822 when partially multi-arched. Add comments explaining rationale.
9823 * gdbarch.h: Re-generate.
9824
9825 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9826
9827 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9828 multi-arch partial.
9829
9830 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9831
9832 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9833 field. Use diff -u.
9834 * gdbarch.c: Re-generate.
9835
9836 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9837
9838 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9839 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9840 partial.
9841
9842 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9843
9844 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9845 multi-arch partial.
9846 (PUSH_ARGUMENTS): Switch to using predefault.
9847 * gdbarch.c: Regenerate.
9848
9849 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9850
9851 * valops.c (PUSH_ARGUMENTS): Delete definition.
9852 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9853 partial. Default to default_push_arguments.
9854 * gdbarch.h, gdbarch.c: Regenerate.
9855
9856 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9857
9858 * defs.h (throw_exception): Rename return_to_top_level. Update
9859 comments.
9860 * utils.c (error_stream, internal_verror, quit): Ditto.
9861 * top.c (throw_exception, catcher): Ditto.
9862 * sparclet-rom.c (sparclet_load): Ditto.
9863 * remote.c (interrupt_query, minitelnet): Ditto.
9864 * remote-sds.c (interrupt_query): Ditto.
9865 * remote-mips.c (mips_error, mips_kill): Ditto.
9866 * ocd.c (interrupt_query): Ditto.
9867 * monitor.c (monitor_interrupt_query): Ditto.
9868 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9869 * target.h: Update comment.
9870
9871 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9872
9873 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9874
9875 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9876 default_double_format.
9877 * gdbarch.h, gdbarch.c: Re-generate.
9878 * findvar.c (floatformat_unknown): Delete variable definition.
9879 * doublest.h (floatformat_unknown): Delete variable declaration.
9880
9881 2002-02-09 Jim Blandy <jimb@redhat.com>
9882
9883 * stabsread.c (read_type): Add code to parse Sun's syntax for
9884 prototyped function types.
9885
9886 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9887
9888 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9889 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9890
9891 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9892
9893 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9894 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9895 now _initialize_xcoffsolib gets called again and overrides the
9896 commands from solib.c in a native configuration.
9897
9898 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9899
9900 * doublest.c (store_typed_floating): Don't try to return a value.
9901 Fixes PR gdb/290.
9902
9903 2002-02-08 Jim Blandy <jimb@redhat.com>
9904
9905 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9906 is prototyped and has no arguments, print its argument list as
9907 `(void)'.
9908
9909 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9910
9911 * MAINTAINERS (write-after-approval): Add myself.
9912 (paper-trail): I've escaped!
9913
9914 2002-02-08 Christopher Faylor <cgf@redhat.com>
9915
9916 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9917 changes.
9918 (_initialize_check_for_gdb_ini): Ditto.
9919
9920 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9921
9922 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9923 xaprintf -> xasprintf.
9924
9925 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9926
9927 * win32-nat.c: Remove use of printf and sprintf functions.
9928
9929 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9930
9931 * arm-tdep.c (arm_frame_chain_valid): Make static.
9932 (arm_push_arguments): Likewise.
9933 (arm_gdbarch_init): New function.
9934 (_initialize_arm_tdep): Call it.
9935 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9936 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9937 (FRAME_CHAIN_VALID): Delete.
9938 (arm_frame_chain_valid): Delete declaration.
9939 (PUSH_ARGUMENTS): Delete.
9940 (arm_push_arguments): Delete declaration.
9941 (CALL_DUMMY_P): Delete.
9942
9943 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9944 Corinna Vinschen <vinschen@redhat.com>
9945
9946 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9947 on builtin float types.
9948
9949 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9950
9951 * utils.c: Include <curses.h> before "bfd.h".
9952 * tui/tui-hooks.c: Likewise.
9953 * tui/tui.c: Likewise.
9954 * tui/tuiCommand.c: Likewise.
9955 * tui/tuiData.c: Likewise.
9956 * tui/tuiDataWin.c: Likewise.
9957 * tui/tuiDisassem.c: Likewise.
9958 * tui/tuiGeneralWin.c: Likewise.
9959 * tui/tuiIO.c: Likewise.
9960 * tui/tuiLayout.c: Likewise.
9961 * tui/tuiRegs.c: Likewise.
9962 * tui/tuiSource.c: Likewise.
9963 * tui/tuiSourceWin.c: Likewise.
9964 * tui/tuiStack.c: Likewise.
9965 * tui/tuiWin.c: Likewise.
9966
9967 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9968
9969 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9970 to include space for pseudoregs as well. Update loops accordingly.
9971 (sh_fp_frame_init_saved_regs): Ditto.
9972 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9973
9974 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9975
9976 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9977 Add Richard Earnshaw to Arm maintainers.
9978
9979 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9980
9981 * defs.h (warning_begin): Delete declaration.
9982
9983 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9984 Delete macro.
9985
9986 2002-02-07 Michael Snyder <msnyder@redhat.com>
9987
9988 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9989 Logic bug, remove misplaced else.
9990
9991 2002-02-07 Klee Dienes <klee@apple.com>
9992
9993 * fork-inferior.c (fork_inferior): Add '!' to the list of
9994 characters that need to be quoted when building a string for the
9995 shell. Quote '!' specifically with a backslash, since CSH chokes
9996 when trying to evaluate "str!str".
9997
9998 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9999
10000 * rdi-share/host.h: Only provide a typedef for bool if it is not
10001 defined.
10002
10003 2002-02-04 Michael Snyder <msnyder@redhat.com>
10004
10005 * breakpoint.h (enum bptype): Add new overlay event bp type.
10006 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10007
10008 * breakpoint.c (create_internal_breakpoint): New function.
10009 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10010 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10011 (create_thread_event_breakpoint): Ditto.
10012 (create_solib_event_breakpoint): Ditto.
10013 (create_overlay_event_breakpoint): New function.
10014 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10015 (update_breakpoints_after_exec): Delete and re-initialize
10016 overlay event breakpoints after an exec. Add FIXME comment
10017 about longjmp breakpoint.
10018 (print_it_typical): Ignore overlay event breakpoints.
10019 (print_one_breakpoint): Ditto.
10020 (mention): Ditto.
10021 (bpstat_what): Do not stop for overlay event breakpoints.
10022 (delete_breakpoint): Don't delete overlay event breakpoints.
10023 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10024 (breakpoint_re_set): Re-create overlay event breakpoint.
10025
10026 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10027 (overlay_manual_command): Disable overlay breakpoints.
10028 (overlay_off_command): Disable overlay breakpoints.
10029
10030 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10031
10032 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10033 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10034 to here from config/tm-arm.h.
10035 (coff_sym_is_thumb): Make static.
10036 (arm_elf_make_msymbol_special): New function.
10037 (arm_coff_make_msymbol_special): New function.
10038 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10039 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10040 (coff_sym_is_thumb): Delete declaration.
10041 (arm_elf_make_msymbol_special): Declare.
10042 (arm_coff_make_msymbol_special): Declare.
10043 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10044 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10045
10046 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10047
10048 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10049
10050 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10051
10052 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10053 * gdbarch.c gdbarch.h: Regenerate.
10054 * arch-utils.c (default_print_float_info): New function.
10055 * arch-utils.h (default_print_float_info): Prototype it.
10056 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10057 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10058 (PRINT_FLOAT_INFO): Document it.
10059
10060 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10061 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10062 (PRINT_FLOAT_INFO): Define.
10063
10064 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10065
10066 * win32-nat.c (_initialize_check_for_gdb_ini):
10067 Add typecast to sprintf argument to suppress a warning.
10068
10069 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10070
10071 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10072 to allow easier handling of pass state.
10073 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10074 that gives exception name and address.
10075 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10076 and set last_sig value to ourstatus->value.sig. Some missing
10077 exceptions added.
10078 (child_continue): Correctly report continue_status.
10079 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10080 TARGET_SIGNAL_0 (new default value).
10081 (child_resume): consider sig argument passed to decide if
10082 the exception should be passed to debuggee or not.
10083
10084 2002-02-05 Michael Snyder <msnyder@redhat.com>
10085
10086 * regcache.c (fetch_register): Call target_fetch_register
10087 only if we don't call FETCH_PSEUDO_REGISTER.
10088 (store_register): Call target_store_register only if we
10089 don't call STORE_PSEUDO_REGISTER.
10090
10091 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10092
10093 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10094 ELF_MAKE_MSYMBOL_SPECIAL.
10095 * gdbarch.c, gdbarch.h: Regenerate.
10096 * arch-utils.c (default_make_msymbol_special): New function.
10097 * arch-utils.h (default_make_msymbol_special): Export.
10098 * elfread.c (elf_symtab_read): Compile use of
10099 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10100 multiarched.
10101 * coffread.c (coff_symtab_read): Ditto, for
10102 COFF_MAKE_MSYMBOL_SPECIAL.
10103
10104 2002-02-05 Jim Blandy <jimb@redhat.com>
10105
10106 * solib-svr4.c (svr4_truncate_ptr): New function.
10107 (svr4_relocate_section_addresses): Do the address arithmetic with
10108 the appropriate truncation for target addresses, even when
10109 CORE_ADDR is larger than a target address.
10110
10111 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10112
10113 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10114 to (int *).
10115
10116 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10117
10118 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10119 code.
10120
10121 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10122
10123 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10124
10125 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10126
10127 * gdbserver/linux-low.c: Remove unused include files.
10128
10129 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10130
10131 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10132 (read_inferior_memory): Use it.
10133 (write_inferior_memory): Likewise.
10134
10135 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10136
10137 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10138 grubbing through sys_errlist.
10139
10140 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10143
10144 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10145 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10146
10147 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10148
10149 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10150 (do_sfunc, set_cmd_sfunc): New functions.
10151
10152 * command.h (struct cmd_list_element): Add field func.
10153 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10154 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10155 * cli/cli-decode.h: Ditto.
10156
10157 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10158 (help_all, help_cmd_list): Ditto.
10159 (find_cmd, complete_on_cmdlist): Ditto.
10160 * top.c (execute_command): Ditto.
10161
10162 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10163 function.sfunc.
10164
10165 * infcmd.c (notice_args_read): Fix function signature.
10166
10167 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10168 * cli/cli-decode.c (add_set_cmd): Ditto.
10169 * utils.c (initialize_utils): Ditto.
10170 * maint.c (_initialize_maint_cmds): Ditto.
10171 * infrun.c (_initialize_infrun): Ditto.
10172 * demangle.c (_initialize_demangler): Ditto.
10173 * remote.c (add_packet_config_cmd): Ditto.
10174 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10175 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10176 * proc-api.c (_initialize_proc_api): Ditto.
10177 * kod.c (_initialize_kod): Ditto.
10178 * valprint.c (_initialize_valprint): Ditto.
10179 * top.c (init_main): Ditto.
10180 * infcmd.c (_initialize_infcmd): Ditto.
10181 * corefile.c (_initialize_core): Ditto.
10182 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10183 * arch-utils.c (initialize_current_architecture): Ditto.
10184 (_initialize_gdbarch_utils): Ditto.
10185 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10186
10187 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10188 * wince.c (_initialize_inftarg): Ditto.
10189 * symfile.c (_initialize_symfile): Ditto.
10190 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10191 * language.c (_initialize_language): Ditto.
10192 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10193
10194 2002-02-04 Michael Snyder <msnyder@redhat.com>
10195
10196 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10197
10198 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10201 Add rules for building the register data files.
10202
10203 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10204
10205 * regformats/regdat.sh: Add braces to the definition of
10206 expedite_regs_${arch}.
10207
10208 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10209
10210 * regformats/regdef.h (struct reg): Add comment describing the
10211 requirements for offset and size fields.
10212
10213 2002-02-04 Andreas Schwab <schwab@suse.de>
10214
10215 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10216 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10217
10218 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10219
10220 * gdbarch.sh (copyright): Update years in generated header.
10221 (SMASH_TEXT_ADDRESS): Add rule.
10222 * gdbarch.h, gdbarch.c: Re-generate.
10223 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10224 * dbxread.c: Likewise.
10225 * dwarfread.c: Likewise.
10226 * elfread.c: Likewise.
10227 * somread.c: Likewise.
10228
10229 * arm-tdep.c (arm_smash_text_address): New function.
10230 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10231
10232 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10233
10234 Add support for hardware watchpoints on win32 native.
10235 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10236 CONTEXT_DEBUG_REGISTERS.
10237 (dr variable): New variable. Static array containing a local copy
10238 of debug registers.
10239 (debug_registers_changed): New variable. Reflects when debug registers
10240 are changed and need to be written to inferior.
10241 (debug_registers_used): New variable. Reflects when any debug register
10242 was set, used when new threads are created.
10243 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10244 i386-nat code.
10245 (thread_rec): Set dr array if id is the thread of current_event .
10246 (child_continue, child_resume): Change the debug registers for all
10247 threads if debug_registers_changed.
10248 (child_add_thread): Change the debug registers if debug_registers_used.
10249 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10250 Link nm.h to new nm-cygwin.h file.
10251 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10252 of hardware registers.
10253
10254 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10255
10256 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10257 Restore behavour broken by 2002-01-20 Andrew Cagney
10258 <ac131313@redhat.com> IEEE_FLOAT removal.
10259
10260 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10261
10262 * c-valprint.c (c_val_print): Pass a proper valaddr to
10263 cp_print_class_method.
10264 * valops.c (search_struct_method): If there is only one method
10265 and args is NULL, return that method.
10266
10267 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10268
10269 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10270 accessing tag_name directly.
10271
10272 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10273
10274 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10275 of accessing tag_name directly.
10276
10277 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10278
10279 PR gdb/280
10280 * gdbtypes.c (replace_type): New function.
10281 * gdbtypes.h (replace_type): Add prototype.
10282 * stabsread.c (read_type): Use replace_type.
10283
10284 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10285
10286 * Makefile.in (memattr.o): Add missing dependencies rule.
10287
10288 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10289
10290 * breakpoint.c (break_at_finish_command): Really export.
10291 (break_at_finish_at_depth_command): Ditto.
10292 (tbreak_at_finish_command): Ditto.
10293 * hppa-tdep.c: Include completer.h.
10294 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10295 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10296
10297 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10298
10299 * utils.c (do_write): New function.
10300 (error_stream): Rewrite combining the code from error_begin and
10301 verror.
10302 (verror): Rewrite using error_stream.
10303 (error_begin): Delete function.
10304
10305 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10306
10307 * utils.c (error_begin): Make static.
10308 * defs.h (error_begin): Delete declaration.
10309
10310 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10311 (decode_line_1): Use cplusplus_error instead of error_begin,
10312 cplusplus_hint and return_to_top_level.
10313 * coffread.c (coff_symfile_read): Use error instead of error_begin
10314 and return_to_top_level.
10315 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10316
10317 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10318
10319 * language.h (type_error, range_error): Make string parameter
10320 constant.
10321 * language.c (warning_pre_print): Delete extern declaration.
10322 * dwarfread.c (warning_pre_print): Ditto.
10323 * language.c (type_error, range_error): Rewrite to use verror and
10324 vwarning instead of warning_begin.
10325
10326 2002-02-01 Michael Snyder <msnyder@redhat.com>
10327
10328 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10329 (set_ignore_count): Move misplaced comment back where it belongs.
10330
10331 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10332
10333 * command.h (NO_FUNCTION): Delete macro.
10334 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10335 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10336 * tracepoint.c (_initialize_tracepoint): Ditto.
10337 * cli/cli-decode.c (add_set_cmd): Ditto.
10338 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10339
10340 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10341
10342 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10343 Update ``this'' pointer when calling virtual functions.
10344
10345 2002-02-01 Michael Snyder <msnyder@redhat.com>
10346
10347 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10348 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10349
10350 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10351
10352 * regformats/reg-arm.dat: New file.
10353 * regformats/reg-i386.dat: New file.
10354 * regformats/reg-ia64.dat: New file.
10355 * regformats/reg-m68k.dat: New file.
10356 * regformats/reg-mips.dat: New file.
10357 * regformats/reg-ppc.dat: New file.
10358 * regformats/reg-sh.dat: New file.
10359 * regformats/regdef.h: New file.
10360 * regformats/regdat.sh: New file.
10361
10362 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10363
10364 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10365 (arm_frame_args_address, arm_frame_locals_address): New functions.
10366 (arm_frame_num_args): New function.
10367 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10368 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10369 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10370
10371 2002-01-31 Michael Snyder <msnyder@redhat.com>
10372
10373 * breakpoint.c (break_at_finish_command): Export.
10374 (break_at_finish_at_depth_command): Export.
10375 (tbreak_at_finish_command): Export.
10376 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10377 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10378 "tbreak" commands, which are HPPA specific.
10379
10380 * printcmd.c (disassemble_command): Remove an ancient
10381 artifact of an old merge.
10382
10383 * symfile.h (enum overlay_debugging_state):
10384 Define enum constant values for overlay mode.
10385 * symfile.c (overlay_debugging): Use enums instead of literals.
10386 (overlay_is_mapped, overlay_auto_command,
10387 overlay_manual_command): Ditto.
10388
10389 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10390 breakpoint_here_p, breakpoint_inserted_here_p,
10391 breakpoint_thread_match, bpstat_stop_status,
10392 describe_other_breakpoints, check_duplicates, clear_command):
10393 Coding standard fixes.
10394
10395 * target.c (target_xfer_memory): Add spaces, coding standard.
10396 (do_xfer_memory): Add missing line to trust-readonly
10397 code: check bfd SEC_READONLY flag for section.
10398
10399 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10400
10401 * PROBLEMS: Fix typo, 5.1->5.1.1.
10402
10403 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10404
10405 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10406 data symbols, since we search based on textlow and texthigh.
10407 (find_pc_sect_symtab): Likewise.
10408
10409 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10410
10411 * defs.h (vwarning): Declare.
10412 * utils.c (vwarning): New function.
10413 (warning): Call vwarning.
10414 (warning_begin): Delete function.
10415
10416 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10417 the warning message.
10418 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10419 warning_begin.
10420
10421 2002-01-30 Michael Snyder <msnyder@redhat.com>
10422
10423 * NEWS: Mention "set trust-readonly-sections" command.
10424 Mention generate-core-file command.
10425
10426 2002-01-15 Michael Snyder <msnyder@redhat.com>
10427
10428 * target.c: New command, "set trust-readonly-sections on".
10429 (do_xfer_memory): Honor the suggestion to trust readonly sections
10430 by reading them from the object file instead of from the target.
10431 (initialize_targets): Register command "set trust-readonly-sections".
10432
10433 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10434
10435 * parse.c (target_map_name_to_register): Simplify, search regs and
10436 pseudo-regs using a single loop.
10437
10438 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10439
10440 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10441
10442 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10443
10444 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10445 * config/i386/i386v42mp.mh: Add i387-nat.o .
10446 * i386v4-nat.c: Include i387-nat.h.
10447 (supply_fpregset): Use i387_supply_fsave.
10448 (fill_fpregset): Use i387_fill_fsave.
10449
10450 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10451
10452 * arm-tdep.c (arm_call_dummy_words): Define.
10453 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10454 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10455 (CALL_DUMMY_WORDS): Define.
10456 (arm_call_dummy_words): Declare.
10457 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10458 (arm_linux_call_dummy_words): Declare.
10459
10460 2002-01-30 Andreas Schwab <schwab@suse.de>
10461
10462 * m68klinux-nat.c: Fix last change to use regcache_collect
10463 instead of referencing registers[] directly.
10464
10465 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10466
10467 * parse.c (target_map_name_to_register): Delete code wrapped in
10468 #ifdef REGISTER_NAME_ALIAS_HOOK.
10469
10470 2002-01-28 Michael Snyder <msnyder@redhat.com>
10471
10472 * regcache.c (legacy_read_register_gen): Need to be able to
10473 read pseudo-register as well as real register.
10474 (legacy_write_register_gen): Ditto.
10475
10476 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10477
10478 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10479 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10480 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10481 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10482 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10483 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10484 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10485 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10486 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10487 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10488 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10489 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10490 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10491 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10492 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10493 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10494 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10495 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10496 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10497 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10498
10499 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10500
10501 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10502 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10503 (initialize_current_architecture): Update target_byte_order using
10504 information from BFD.
10505 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10506 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10507
10508 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10509
10510 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10511 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10512
10513 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10514 #ifdef INVALID_FLOAT.
10515 * infcmd.c (do_registers_info): Ditto.
10516 * values.c (unpack_double): Ditto. Add comment.
10517
10518 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10519 already commented out.
10520
10521 2002-01-26 Andreas Schwab <schwab@suse.de>
10522
10523 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10524 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10525 registers and add support for PTRACE_GETREGS.
10526
10527 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10528
10529 GDB 5.1.1 released from 5.1 branch.
10530 * NEWS: Add 5.1.1 news.
10531 * README: Sync with 5.1 branch.
10532
10533 2002-01-23 Fred Fish <fnf@redhat.com>
10534
10535 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10536 stabstring on initial malloc. Reallocing will copy it for us,
10537 if necessary.
10538
10539 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10540
10541 * Makefile.in (hpread_h): Delete.
10542 (HFILES_NO_SRCDIR): Remove hpread.h.
10543 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10544 (hpread.o): Update dependencies.
10545 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10546
10547 * hp-psymtab-read.c: Remove file.
10548 * hp-symtab-read.c: Remove file.
10549 * hpread.h: Remove file.
10550
10551 * hpread.c: Merge all contents of hp-psymtab-read.c,
10552 hp-symtab-read.c and hpread.h into this file, as it was prior to
10553 January 1999.
10554
10555 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10556 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10557 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10558 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10559
10560 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10561
10562 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10563 fill_gregset): Call gdbarch_tdep() just once, assign result to
10564 variable and use that, instead of calling the function several
10565 times.
10566
10567 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10568
10569 * configure.host: Accept sparcv9 as alias for sparc64.
10570 * configure.tgt: Likewise.
10571
10572 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10573
10574 * solib-aix5.c (build_so_list_from_mapfile)
10575 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10576 arguments is not reversed.
10577 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10578 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10579
10580 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10581
10582 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10583 modified version of obsolete sh_fetch_pseudo_register.
10584 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10585 (sh4_register_read): New function.
10586 (sh_pseudo_register_write): New function. Renamed and modified
10587 version of obsolete sh_store_pseudo_register.
10588 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10589 (sh4_register_write): New function.
10590 (sh_gdbarch_init): Remove setting of gdbarch function
10591 fetch_pseudo_register and store_pseudo_register. Remove setting of
10592 register_convert_to_raw, register_convert_to_virtual,
10593 register_convertible.
10594 (sh_sh4_register_convertible): Delete. No longer needed. All is
10595 taken care by architecture specific functions
10596 register_read/register_write.
10597 (sh_sh4_register_convert_to_virtual): Make static.
10598 (sh_sh4_register_convert_to_raw): Ditto.
10599
10600 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10601
10602 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10603 (floatformat_is_nan, floatformat_mantissa): Ditto.
10604
10605 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10606 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10607 builtin_type_ieee_double_little,
10608 builtin_type_ieee_double_littlebyte_bigword,
10609 builtin_type_m68881_ext, builtin_type_i960_ext,
10610 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10611 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10612 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10613 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10614
10615 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10616
10617 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10618 parameter. Set frameless flag if it exists and depended of
10619 whether the scanned function is frameless or not.
10620 (xstormy16_skip_prologue): If function is frameless, return
10621 result of xstormy16_scan_prologue().
10622 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10623 call.
10624
10625 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10626
10627 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10628 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10629 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10630 sh_sh4_register_byte, sh_sh4_register_raw_size,
10631 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10632 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10633 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10634 sh_store_pseudo_register, sh_do_pseudo_register): Call
10635 gdbarch_tdep() just once, assign result to variable and use that,
10636 instead of calling the function several times.
10637
10638 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10639
10640 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10641 macros instead of LAST_FPU_CTRL_REGNUM.
10642 (store_register): Likewise.
10643
10644 2002-01-21 Jim Blandy <jimb@redhat.com>
10645
10646 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10647 is up-to-date before running the program, not just when a program
10648 exits.
10649
10650 2002-01-21 Fred Fish <fnf@redhat.com>
10651
10652 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10653 when we have found all instructions we are looking for.
10654
10655 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10656
10657 * arm-tdep.c (arm_register_name): New function.
10658 (arm_registers_names): Make static.
10659 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10660 (arm_register_name): Declare.
10661 (REGISTER_NAME): Use it.
10662
10663 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10664 Kevin Buettner <kevinb@redhat.com>
10665
10666 Convert arm targets to new FRAME interface.
10667 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10668 (arm_frame_find_save_regs): Delete.
10669 (arm_frame_init_saved_regs): New.
10670 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10671 Allocate extra_info as required. Convert all uses of fsr.regs
10672 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10673 to use extra_info.
10674 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10675 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10676 (check_prologue_cache, save_prologue_cache): Likewise.
10677 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10678 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10679 (FRAME_FIND_SAVED_REGS): Delete.
10680 (arm_frame_find_saved_regs): Delete prototype.
10681 (arm_frame_init_saved_regs): New prototype.
10682 (FRAME_INIT_SAVED_REGS): Define.
10683
10684 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10685
10686 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10687
10688 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10689
10690 From Jeff Law <law@redhat.com>:
10691 * infttrace.c: Include <sys/pstat.h>.
10692 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10693 exec file if the ttrace equivalent fails.
10694
10695 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10696
10697 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10698 (closeLogFile): Ditto.
10699
10700 2002-01-20 Michael Chastain <mec@shout.net>
10701
10702 * top.c (print_gdb_version): Bump copyright year to 2002.
10703
10704 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10705
10706 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10707 Zannoni and Eli Zaretskii.
10708
10709 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10710
10711 * buildsym.c: Update copyright years.
10712 * c-typeprint.c: Likewise.
10713 * dwarf2read.c: Likewise.
10714 * f-typeprint.c: Likewise.
10715 * gdbtypes.c: Likewise.
10716 * gdbtypes.h: Likewise.
10717 * hp-symtab-read.c: Likewise.
10718 * hpread.c: Likewise.
10719 * mdebugread.c: Likewise.
10720 * p-typeprint.c: Likewise.
10721
10722 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10723
10724 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10725 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10726 byte-order selectable.
10727 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10728 * arch-utils.c: Ditto.
10729 (set_endian): Ditto.
10730 (set_endian_from_file): Ditto.
10731 * gdbserver/low-sim.c (create_inferior): Ditto.
10732 * gdbarch.sh: Ditto.
10733 * gdbarch.h: Re-generate.
10734 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10735 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10736 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10737 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10738 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10739 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10740 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10741 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10742 macro definition.
10743 * config/mips/tm-wince.h: Remove #undef of macro
10744 TARGET_BYTE_ORDER_SELECTABLE.
10745 * config/sh/tm-wince.h: Ditto.
10746
10747 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10748
10749 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10750 member function fields. Add accessor macro
10751 TYPE_FN_FIELD_ARTIFICIAL.
10752 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10753 * c-typeprint.c (c_type_print_base): Skip artificial member
10754 functions.
10755
10756 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10757
10758 * f-typeprint.c: Delete unused function f_type_print_args.
10759 * p-typeprint.c: Delete unused function pascal_type_print_args.
10760
10761 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10762
10763 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10764 comment. Add ``artificial'' to ``union field_location''.
10765
10766 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10767
10768 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10769 * mdebugread.c (parse_symbol): Likewise.
10770 * stabsread.c (define_symbol): Likewise.
10771 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10772 initializing TYPE_FIELD_BITPOS to n (obsolete).
10773 (hpread_doc_function_type): Likewise.
10774 * hpread.c (hpread_function_type): Likewise.
10775
10776 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10777
10778 * configure.in (host_makefile_frag): Only require a host makefile
10779 fragment when a native build.
10780 * configure: Re-generate.
10781
10782 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10783
10784 * doublest.h (floatformat_from_type): Declare.
10785 * doublest.c (floatformat_from_type): New function.
10786 (convert_typed_floating): Use.
10787
10788 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10789 call to function floatformat_from_type.
10790
10791 * gdbarch.sh (IEEE_FLOAT): Delete.
10792 * gdbarch.h, gdbarch.c: Re-generate.
10793 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10794 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10795 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10796 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10797 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10798 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10799 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10800 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10801 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10802 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10803 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10804 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10805
10806 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10807 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10808 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10809 * sh-tdep.c (sh_gdbarch_init): Ditto.
10810 * mips-tdep.c (mips_gdbarch_init): Ditto.
10811 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10812 * cris-tdep.c (cris_gdbarch_init): Ditto.
10813
10814 2002-01-20 Jiri Smid <smid@suse.cz>
10815
10816 * configure.host, configure.tgt: Support x86-64.
10817 * NEWS: Note new target x86-64.
10818
10819 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10820 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10821 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10822 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10823 x86-64-linux-nat.o): Fix dependencies.
10824
10825 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10826
10827 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10828 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10829 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10830 * config/sparc/xm-sun4os4.h: Delete file.
10831 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10832
10833 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10834
10835 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10836 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10837 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10838 * config/i386/i386lynx.mh (XM_FILE): Delete.
10839 * config/rs6000/xm-rs6000ly.h: Delete file.
10840 * config/sparc/xm-sparclynx.h: Delete file.
10841 * config/m68k/xm-m68klynx.h: Delete file.
10842 * config/i386/xm-i386lynx.h: Delete file.
10843 * config/xm-lynx.h: Delete file.
10844 * config/djgpp/fnchange.lst: Update.
10845
10846 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10847
10848 * alpha-tdep.c (alpha_register_byte): New function.
10849 (alpha_register_raw_size): Ditto.
10850 (alpha_register_virtual_size): Ditto.
10851 (alpha_skip_prologue_internal): Renamed from
10852 alpha_skip_prologue.
10853 (alpha_skip_prologue): New version that calls
10854 alpha_skip_prologue_internal.
10855 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10856 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10857 second argument from alpha_skip_prologue.
10858 (REGISTER_BYTE): Use alpha_register_byte.
10859 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10860 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10861 (FRAMELESS_FUNCTION_INVOCATION): Use
10862 generic_frameless_function_invocation_not.
10863 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10864 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10865
10866 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10867
10868 * config/mips/xm-news-mips.h: Delete file.
10869 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10870
10871 * config/m88k/xm-m88k.h: Delete file.
10872 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10873 * config/m88k/xm-delta88v4.h: Ditto.
10874 * config/m88k/xm-delta88.h: Ditto.
10875
10876 * config/alpha/xm-fbsd.h: Delete file.
10877 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10878
10879 * config/sparc/xm-sparc.h: Delete file.
10880 * Makefile.in (xm-sun4os4.h): Delete dependency.
10881 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10882 * config/sparc/xm-sun4os4.h: Ditto.
10883 * config/sparc/xm-linux.h: Ditto.
10884
10885 * config/i386/xm-windows.h: Delete file.
10886
10887 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10888
10889 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10890 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10891
10892 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10893
10894 * alpha-tdep.c (alpha_call_dummy_words): New.
10895 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10896 (CALL_DUMMY_P): Define.
10897 (CALL_DUMMY_WORDS): Define.
10898 (SIZEOF_CALL_DUMMY_WORDS): Define.
10899
10900 2002-01-19 Per Bothner <per@bothner.com>
10901
10902 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10903 isn't NULL, which can happen with some gcj-3.x-produced code.
10904
10905 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10906
10907 * alpha-tdep.c (alpha_register_virtual_type): New function.
10908 (alpha_init_frame_pc_first): Ditto.
10909 (alpha_fix_call_dummy): Ditto.
10910 (alpha_store_struct_return): Ditto.
10911 (alpha_extract_struct_value_address): Ditto.
10912 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10913 alpha_register_virtual_type.
10914 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10915 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10916 alpha_extract_struct_value_address.
10917 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10918 (INIT_FRAME_PC): Use init_frame_pc_noop.
10919 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10920
10921 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10922
10923 * i386gnu-nat.c: Include "i386-tdep.h".
10924 (fetch_fpregs): Simplify code dealing with uninitialized floating
10925 point states such that it doesn't require FP7_REGNUM.
10926
10927 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10928
10929 * alpha-tdep.c (frame_extra_info): New.
10930 (alpha_find_saved_regs): Make static. Use
10931 frame->extra_info.
10932 (alpha_frame_init_saved_regs): New function.
10933 (alpha_frame_saved_pc): Use frame->extra_info.
10934 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10935 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10936 (init_extra_frame_info): Rename to...
10937 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10938 (alpha_print_extra_frame_info): New function.
10939 (alpha_frame_locals_address): Ditto.
10940 (alpha_frame_args_address): Ditto.
10941 (alpha_pop_frame): Use frame->extra_info.
10942 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10943 alpha_frame_args_address.
10944 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10945 (alpha_find_saved_regs): Remove prototype.
10946 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10947 (EXTRA_FRAME_INFO): Remove.
10948 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10949 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10950
10951 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10952
10953 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10954 (alpha_cannot_fetch_register): Ditto.
10955 (alpha_cannot_store_register): Ditto.
10956 (alpha_register_convertible): Ditto.
10957 (alpha_use_struct_convention): Ditto.
10958 * config/alpha/tm-alpha.h: Update copyright years.
10959 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10960 (INNER_THAN): Use core_addr_lessthan.
10961 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10962 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10963 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10964 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10965 (FRAME_CHAIN): Remove unnecessary cast.
10966
10967 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10968
10969 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10970 obsolete.
10971
10972 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10973
10974 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10975 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10976 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10977 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10978 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10979 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10980 * x86-64-linux-nat.c: Ditto.
10981
10982 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10983
10984 * alpha-tdep.c (alpha_register_name): New function.
10985 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10986 (REGISTER_NAME): Define.
10987
10988 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10989
10990 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10991
10992 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10993
10994 * alpha-tdep.c: Update copyright years.
10995 (alpha_next_pc): New function.
10996 (alpha_software_single_step): Ditto.
10997 * config/alpha/tm-alpha.h: Add prototype for
10998 alpha_software_single_step.
10999
11000 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11001
11002 * alphabsd-nat.c: Update copyright years.
11003 (fill_gregset): Use regcache_collect.
11004 (fill_fpregset): Likewise.
11005 (fetch_inferior_registers): Only fetch integer registers
11006 if requested to do so.
11007 (store_inferior_registers): Only store integer registers
11008 if requested to do so.
11009
11010 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11011
11012 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11013 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11014 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11015 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11016 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11017 * config/arm/linux.mh (XDEPFILES): Delete.
11018 * config/arm/nbsd.mh (XDEPFILES): Delete.
11019 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11020 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11021 * config/i386/i386m3.mh (XDEPFILES): Delete.
11022 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11023 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11024 * config/i386/fbsd.mh (XDEPFILES): Delete.
11025 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11026 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11027 * config/i386/i386v4.mh (XDEPFILES): Delete.
11028 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11029 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11030 * config/i386/i386aix.mh (XDEPFILES): Delete.
11031 * config/i386/go32.mh (XDEPFILES): Delete.
11032 * config/i386/cygwin.mh (XDEPFILES): Delete.
11033 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11034 * config/i386/i386mach.mh (XDEPFILES): Delete.
11035 * config/i386/i386v32.mh (XDEPFILES): Delete.
11036 * config/i386/linux.mh (XDEPFILES): Delete.
11037 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11038 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11039 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11040 * config/i386/i386sco.mh (XDEPFILES): Delete.
11041 * config/i386/i386v.mh (XDEPFILES): Delete.
11042 * config/i386/nbsd.mh (XDEPFILES): Delete.
11043 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11044 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11045 * config/i386/symmetry.mh (XDEPFILES): Delete.
11046 * config/i386/obsd.mh (XDEPFILES): Delete.
11047 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11048 * config/ia64/linux.mh (XDEPFILES): Delete.
11049 * config/ia64/aix.mh (XDEPFILES): Delete.
11050 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11051 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11052 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11053 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11054 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11055 * config/m68k/linux.mh (XDEPFILES): Delete.
11056 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11057 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11058 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11059 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11060 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11061 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11062 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11063 * config/m88k/delta88.mh (XDEPFILES): Delete.
11064 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11065 * config/m88k/m88k.mh (XDEPFILES): Delete.
11066 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11067 * config/mips/linux.mh (XDEPFILES): Delete.
11068 * config/mips/irix6.mh (XDEPFILES): Delete.
11069 * config/mips/irix5.mh (XDEPFILES): Delete.
11070 * config/mips/irix4.mh (XDEPFILES): Delete.
11071 * config/mips/irix3.mh (XDEPFILES): Delete.
11072 * config/mips/decstation.mh (XDEPFILES): Delete.
11073 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11074 (NATDEPFILES): Move core-aout.o to here.
11075 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11076 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11077 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11078 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11079 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11080 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11081 * config/pa/hpux11.mh (XDEPFILES): Delete.
11082 * config/powerpc/aix.mh (XDEPFILES): Delete.
11083 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11084 * config/powerpc/linux.mh (XDEPFILES): Delete.
11085 * config/romp/rtbsd.mh: Rename XDEPFILES.
11086 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11087 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11088 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11089 * config/s390/s390.mh (XDEPFILES): Delete.
11090 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11091 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11092 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11093 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11094 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11095 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11096 * config/sparc/linux.mh (XDEPFILES): Delete.
11097 * config/vax/vaxult.mh (XDEPFILES): Delete.
11098 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11099 * Makefile.in (DEPFILES): Remove XDEPFILES.
11100
11101 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11102
11103 * utils.c (internal_verror): Fix comments, default is yes not no.
11104 Update queries to match. Default to quit and dump core.
11105
11106 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11107
11108 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11109 copyright.
11110 * defs.h, event-top.c, gdbcmd.h: Ditto.
11111 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11112 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11113 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11114 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11115 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11116 * mi/mi-main.c:Ditto.
11117
11118 * stack.c, symfile.c: Update copyright.
11119
11120 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11121
11122 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11123 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11124 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11125 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11126
11127 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11128
11129 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11130 * gdbserver/low-lynx.c (myattach): Likewise.
11131 * gdbserver/low-nbsd.c (myattach): Likewise.
11132 * gdbserver/low-sim.c (myattach): Likewise.
11133 * gdbserver/low-sparc.c (myattach): Likewise.
11134 * gdbserver/low-sun3.c (myattach): Likewise.
11135
11136 * gdbserver/low-linux.c (myattach): New function.
11137
11138 * gdbserver/server.c (attach_inferior): New function.
11139 (main): Handle "--attach".
11140
11141 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11142
11143 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11144 maintainer.
11145
11146 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11147
11148 * c-typeprint.c (is_type_conversion_operator): Add additional
11149 check for non-conversion operators.
11150
11151 2002-01-15 Michael Snyder <msnyder@redhat.com>
11152
11153 * linux-proc.c: Add "info proc" command, a la procfs.c.
11154 (read_mapping): New function, abstract and re-use code.
11155 (linux_find_memory_regions): Use new func read_mapping.
11156 (linux_info_proc_cmd): New function, implement "info proc".
11157 (_initialize_linux_proc): Add new command "info proc".
11158
11159 2002-01-15 Michael Snyder <msnyder@redhat.com>
11160
11161 * symfile.c (generic_load): Use bfd_map_over_sections method
11162 instead of manipulating bfd structure members directly.
11163 (add_section_size_callback): New function, bfd sections callback
11164 used by generic_load.
11165 (load_sections_callback): New function, bfd sections callback
11166 used by generic_load.
11167
11168 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11169
11170 [Based on work by Jim Blandy]
11171 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11172 (builtin_type_vec128): Export.
11173 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11174 types.
11175 (builtin_type_vec128): New builtin type for 128 bit vector
11176 registers.
11177 (build_gdbtypes): Initialize builtin_type_v16qi and
11178 builtin_type_v8hi. Create the vec128 register builtin type
11179 structure.
11180 (build_builtin_type_vec128): New function.
11181 (_initialize_gdbtypes): Register builtin_type_v16qi and
11182 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11183 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11184 AltiVec register to new builtin type.
11185
11186 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11187
11188 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11189 to make_cv_type.
11190
11191 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11192
11193 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11194 CLEAN_UP_REGISTER_VALUE.
11195 * regcache.c (supply_register): Update only call.
11196
11197 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11198
11199 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11200 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11201 a29k-*-vxworks* targets as obsolete.
11202
11203 2002-01-14 Michael Snyder <msnyder@redhat.com>
11204
11205 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11206 until we can resolve portability issues.
11207 * gregset.h: Remove references to fpxregs.
11208 * gcore.c (gcore_command): Initialize note_sec to NULL.
11209
11210 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11211
11212 * signals.c (target_signal_to_name): Rewrite. Only use
11213 signals[].name when in bounds and non-NULL.
11214
11215 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11216
11217 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11218 * signals.c (target_signal_to_name): Verify that SIG is within the
11219 bounds of the signals array.
11220
11221 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11222
11223 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11224
11225 2002-01-13 Keith Seitz <keiths@redhat.com>
11226
11227 * stack.c (print_frame_info_base): Print the frame's pc
11228 only if when print_frame_info_listing_hook is not defined.
11229
11230 2002-01-13 Keith Seitz <keiths@redhat.com>
11231
11232 * varobj.c (varobj_set_value): Make sure that there were no
11233 errors evaluating the object before attempting to set its
11234 value.
11235 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11236 so this offset adjustment is no longer necessary.
11237 (create_child): Don't set the error flag if the child is
11238 a CPLUS_FAKE_CHILD.
11239 (value_of_child): If value_fetch_lazy fails, return NULL
11240 so that callers will be notified that an error occurred.
11241 (c_value_of_variable): Delay check of variable's validity
11242 until later. We actually want all structs and unions to have
11243 the value "{...}".
11244 Do not return "???" for variables which could not be evaluated.
11245 This error condition must be returned to the caller so that it
11246 can get the error condition from gdb.
11247 (cplus_name_of_child): Adjust index for vptr before figuring
11248 out the name of the child.
11249 (cplus_value_of_child): If a child's (real) parent is not valid,
11250 don't even bother trying to give a value for it. Just return
11251 an error. Change all instances in this function.
11252 (cplus_type_of_child): If our parent is one of the "fake"
11253 parents, we need to get at the type of the real parent, and
11254 derive the child's true type using this information.
11255
11256 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11257
11258 From 2002-01-09 John Marshall <johnm@falch.net>:
11259 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11260 sources.redhat.com, and tweak some related URLs which had
11261 suffered from linkrot.
11262
11263 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11264
11265 From Jeff law:
11266 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11267 structures passed in registers.
11268
11269 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11270
11271 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11272 white space which prevented compilation. Reported by DSK
11273 <dsk@student.unsw.edu.au>.
11274
11275 2002-01-11 Michael Snyder <msnyder@redhat.com>
11276
11277 * symfile.c (build_section_addr_info_from_section_tab):
11278 Use bfd access method instead of manipulating bfd directly.
11279 (syms_from_objfile): Ditto.
11280 (simple_overlay_update_1): Ditto.
11281 (simple_overlay_update): Ditto.
11282 (generic_load): Ditto.
11283 (overlay_unmapped_address): FIXME comment, bfd access methods.
11284 (sections_overlap): FIXME comment, bfd access methods.
11285 (pc_in_mapped_range): FIXME comment, bfd access methods.
11286 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11287 (section_is_mapped): FIXME comment, bfd access methods.
11288 (section_is_overlay): FIXME comment, bfd access methods.
11289
11290 * symfile.c (generic_load): Whitespace and long line cleanups.
11291 Remove duplicate variable, change several local variables to
11292 more appropriate data types.
11293 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11294
11295 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11296
11297 From Peter Schauer:
11298 * language.c (longest_local_hex_string_custom): Use phex_nz to
11299 convert NUM to a hex string.
11300
11301 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11302
11303 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11304 the function.
11305 Update Copyright year.
11306
11307 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11308
11309 * language.c (longest_raw_hex_string): Delete unused function.
11310
11311 2002-01-11 Petr Sorfa <petrs@caldera.com>
11312
11313 * MAINTAINERS (write-after-approval): Add myself.
11314 * dwarf2read.c (read_tag_string_type): Handling of
11315 DW_AT_byte_size.
11316 (read_tag_string_type): FORTRAN fix to prevent propagation of
11317 first string size.
11318 (set_cu_language): Handling of DW_LANG_Fortran95
11319
11320 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11321
11322 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11323 GETPID(inferior_ptid).
11324 (store_inferior_registers): Likewise.
11325
11326 2002-01-10 Jason Merrill <jason@redhat.com>
11327
11328 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11329 Fix DW_OP_minus.
11330
11331 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11332
11333 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11334 and bfd/elf32-sh-nbsd.c.
11335
11336 2002-01-10 Michael Snyder <msnyder@redhat.com>
11337
11338 * NEWS: Mention --pid and corefile/proc-id behavior change.
11339
11340 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11341 * gcore.c: Include cli/cli-decode.h instead of command.h.
11342
11343 * main.c (captured_main): Add new command line option "--pid".
11344 If the second command line argument (following the symbol-file)
11345 begins with a digit, try to attach to it before trying to open
11346 it as a corefile.
11347 (print_gdb_help): Document the "--pid" argument.
11348
11349 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11350
11351 * completer.c (command_completer): New function.
11352
11353 * completer.h <command_completer>: Add prototype.
11354
11355 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11356 completer for the "help" command.
11357
11358 2002-01-09 Jason Merrill <jason@redhat.com>
11359
11360 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11361
11362 2002-01-09 Michael Snyder <msnyder@redhat.com>
11363
11364 * i386-linux-nat.c (fill_fpxregset): Make global.
11365 (store_fpxregset): Ditto.
11366
11367 * gregset.h (gdb_fpxregset_t): Define.
11368 (supply_fpxregset): Prototype.
11369 (fill_fpxregset): Prototype.
11370
11371 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11372
11373 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11374
11375 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11376 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11377 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11378
11379 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11380
11381 * MAINTAINERS: Update target maintainer rules so that any
11382 Maintainer can approve a tested patch for a maintenance-only
11383 target.
11384
11385 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11386
11387 * MAINTAINERS (write-after-approval): Add myself.
11388
11389 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11390 IN_SIGTRAMP.
11391
11392 2002-01-08 Michael Snyder <msnyder@redhat.com>
11393
11394 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11395 real name of the executable, rather than the /proc name.
11396
11397 2002-01-03 Michael Snyder <msnyder@redhat.com>
11398
11399 Implement a "generate-core-file" command in gdb, save target state.
11400 * gcore.c: New file. Implement new command 'generate-core-file'.
11401 Save a corefile image of the current state of the inferior.
11402 * linux-proc.c: Add linux-specific code for saving corefiles.
11403 * target.h (struct target_ops): Add new target vectors for saving
11404 corefiles; to_find_memory_regions and to_make_corefile_notes.
11405 (target_find_memory_regions): New macro.
11406 (target_make_corefile_notes): New macro.
11407 * target.c (update_current_target): Inherit new target methods.
11408 (dummy_find_memory_regions): New place-holder method.
11409 (dummy_make_corefile_notes): New place-holder method.
11410 (init_dummy_target): Initialize new dummy target vectors.
11411 * exec.c (exec_set_find_memory_regions): New function.
11412 Allow the exec_ops vector for memory regions to be taken over.
11413 (exec_make_note_section): New function, target vector method.
11414 * defs.h (exec_set_find_memory_regions): Export prototype.
11415 * procfs.c (proc_find_memory_regions): New function, corefile method.
11416 (procfs_make_note_section): New function, corefile method.
11417 (init_procfs_ops): Set new target vector pointers.
11418 (find_memory_regions_callback): New function.
11419 (procfs_do_thread_registers): New function.
11420 (procfs_corefile_thread_callback): New function.
11421 * sol-thread.c (sol_find_memory_regions): New function.
11422 (sol_make_note_section): New function.
11423 (init_sol_thread_ops): Initialize new target vectors.
11424 * inftarg.c (inftarg_set_find_memory_regions): New function.
11425 Allow to_find_memory_regions vector to be taken over.
11426 (inftarg_set_make_corefile_notes): New function.
11427 Allow to_make_corefile_notes vector to be taken over.
11428 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11429 interface layer if not target_has_execution (may be a corefile).
11430 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11431 * config/sparc/sun4sol2.mh: Ditto.
11432 * config/alpha/alpha-linux.mh: Ditto.
11433 * config/arm/linux.mh: Ditto.
11434 * config/i386/x86-64linux.mh: Ditto.
11435 * config/ia64/linux.mh: Ditto.
11436 * config/m68k/linux.mh: Ditto.
11437 * config/mips/linux.mh: Ditto.
11438 * config/powerpc/linux.mh: Ditto.
11439 * config/sparc/linux.mh: Ditto.
11440
11441 2002-01-07 Michael Snyder <msnyder@redhat.com>
11442
11443 * arm-linux-nat.c: Remove references to regcache.c internal data
11444 (registers[] and register_valid[]).
11445
11446 2002-01-07 Michael Snyder <msnyder@redhat.com>
11447
11448 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11449 so that attaching to a pid will automatically read the process's
11450 symbol file and shlibs.
11451 * Makefile.in: Add rule for linux-proc.o.
11452 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11453 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11454 * config/arm/linux.mh: Ditto.
11455 * config/i386/linux.mh: Ditto.
11456 * config/i386/x86-64linux.mh: Ditto.
11457 * config/ia64/linux.mh: Ditto.
11458 * config/m68k/linux.mh: Ditto.
11459 * config/mips/linux.mh: Ditto.
11460 * config/powerpc/linux.mh: Ditto.
11461 * config/sparc/linux.mh: Ditto.
11462
11463 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11464
11465 * win32-nat.c: Add i386-tdep.h dependency.
11466
11467 2002-01-07 Michael Snyder <msnyder@redhat.com>
11468
11469 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11470 instead of bfd_get_arch_size. Don't bail out just because
11471 there's no exec_bfd.
11472
11473 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11474 * p-valprint.c (pascal_object_print_value): Ditto.
11475 * somread.c (som_symtab_read): Ditto.
11476 * symfile.c (simple_free_overlay_region_table): Ditto.
11477 * valops.c (value_assign): Ditto.
11478
11479 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11480 use tilde_expand and strerror for opening save-tracepoints file.
11481
11482 * thread-db.c (thread_db_new_objfile): Indendation fix.
11483
11484 * infptrace.c (GDB_MAX_ALLOCA): New define.
11485 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11486 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11487 can be overridden with whatever value is appropriate to the host).
11488 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11489 alloca to allocate potentially large buffer.
11490 * rs6000-nat.c (child_xfer_memory): Ditto.
11491 * symm-nat.c (child_xfer_memory): Ditto.
11492 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11493
11494 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11495
11496 From Nick Clifton <nickc@redhat.com>
11497 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11498
11499 2002-01-07 Michael Snyder <msnyder@redhat.com>
11500
11501 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11502 Don't use exec_bfd if it's NULL.
11503
11504 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11505
11506 * valops.c (value_arg_coerce): Fix formatting.
11507
11508 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11509
11510 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11511 * gnu-nat.c: Ditto.
11512
11513 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11514
11515 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11516 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11517 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11518 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11519 z8k-coff have not been multi-arched. Update z8k-coff build
11520 status.
11521
11522 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11523
11524 * MAINTAINERS: Mark a29k target as obsolete.
11525 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11526 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11527 comments.
11528 * NEWS: Note that a29k targets are obsolete.
11529 * a29k-tdep.c: Mark as obsolete.
11530 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11531 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11532 a29k-*-vxworks* targets as obsolete.
11533 * remote-adapt.c: Obsolete.
11534 * remote-eb.c: Obsolete.
11535 * remote-mm.c: Obsolete.
11536 * remote-udi.c: Obsolete.
11537 * config/a29k/a29k-udi.mt: Obsolete.
11538 * config/a29k/a29k.mt: Obsolete.
11539 * config/a29k/tm-a29k.h: Obsolete.
11540 * config/a29k/tm-vx29k.h: Obsolete.
11541 * config/a29k/vx29k.mt: Obsolete.
11542
11543 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11544
11545 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11546 with BFD_ENDIAN_BIG.
11547
11548 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11549
11550 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11551 * configure, config.in: Re-generate.
11552 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11553 * defs.h: Do not include <endian.h>.
11554
11555 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11556
11557 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11558 * config.in: Regenerate.
11559 * configure.in: Update copyright years.
11560 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11561 * configure: Regenerate.
11562 * i386bsd-nat.c: Update copyright years.
11563 (fill_gregset): Use regcache_collect.
11564 (fetch_inferior_registers): Only fetch integer registers
11565 if requested to do so. Add support for XMM registers
11566 using PT_GETXMMREGS.
11567 (store_inferior_registers): Only store integer registers
11568 if requested to do so. Add support for XMM registers
11569 using PT_SETXMMREGS.
11570 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11571 (store_inferior_registers): Remove.
11572 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11573 (fetch_elfcore_registers): New function.
11574 (i386nbsd_elfcore_fns): New.
11575 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11576 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11577 i386bsd-nat.o.
11578 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11579 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11580 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11581 * config/i386/tm-nbsd.h: Update copyright years.
11582 (HAVE_SSE_REGS): Define.
11583 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11584 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11585 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11586 (SIGCONTEXT_PC_OFFSET): Remove.
11587 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11588
11589 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11590
11591 * configure.tgt: Remove powerpc-*-macos* target.
11592 * config/m68k/xm-mpw.h: Delete file.
11593 * config/xm-mpw.h: Delete file.
11594 * ser-mac.c: Delete file.
11595 * mpw-make.sed: Delete file.
11596 * mpw-config.in: Delete file.
11597 * mac-xdep.c: Delete file.
11598 * mac-gdb.r: Delete file.
11599 * mac-defs.h: Delete file.
11600 * mac-nat.c: Delete file.
11601 * config/powerpc/macos.mh: Delete file.
11602 * config/powerpc/macos.mt: Delete file.
11603 * config/powerpc/nm-macos.h: Delete file.
11604 * config/powerpc/tm-macos.h: Delete file.
11605 * source.c (openp, open_source_file): Remove obsolete code.
11606 * top.c (gdb_readline): Ditto.
11607 * utils.c (query): Ditto.
11608 * event-top.c (display_gdb_prompt): Ditto.
11609 * Makefile.in (ser-mac.o): Delete obsolete target.
11610 * NEWS: Update.
11611
11612 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11613
11614 * defs.h (BIG_ENDIAN): Delete macro definition.
11615 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11616 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11617 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11618 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11619 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11620 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11621 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11622 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11623 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11624 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11625 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11626 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11627 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11628 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11629 * gdbarch.c: Re-generate.
11630
11631 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11632
11633 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11634 for core files.
11635
11636 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11637
11638 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11639
11640 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11641
11642 * value.h (value_ptr): Delete typedef.
11643
11644 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11645
11646 * i386nbsd-nat.c: Update copyright years.
11647 Include i386-tdep.h.
11648
11649 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11650
11651 * stabsread.c: Update copyright years.
11652
11653 From Debashis Mahata <debashis.mahata@wipro.com>:
11654 (read_struct_fields): Deal with Sun C compiler erroneous stab
11655 output for structs and unions.
11656 Fix PR gdb/269.
11657
11658 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11659
11660 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11661 prototype.
11662
11663 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11664
11665 * cp-abi.c: Fix whitespace.
11666 (baseclass_offset): New wrapper function.
11667 * cp-abi.h (baseclass_offset): Add prototype.
11668 (struct cp_abi_ops): Add baseclass_offset pointer.
11669
11670 * valops.c (vb_match): Move to...
11671 * gnu-v2-abi.c (vb_match): here.
11672 * valops.c (baseclass_offset): Move to...
11673 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11674
11675 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11676
11677 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11678 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11679 * hpacc-abi.c (init_hpacc_ops): Likewise.
11680
11681 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11682
11683 * valops.c (find_overload_match): Accept obj as a
11684 reference parameter. Update it before returning.
11685 * value.h (find_overload_match): Update prototype.
11686 * eval.c (evaluate_subexp_standard): Pass object to
11687 find_overload_match by reference.
11688
11689 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11690
11691 * valarith.c: Replace value_ptr with struct value pointer. Remove
11692 register attribute from value declarations.
11693 * valops.c: Ditto.
11694 * value.h: Ditto.
11695 * scm-lang.c (scm_lookup_name): Ditto.
11696
11697 2002-01-03 Michael Snyder <msnyder@redhat.com>
11698
11699 Abstract the functionality of iterating over mapped memory
11700 regions into a general purpose iterator function.
11701 * procfs.c (iterate_over_mappings): New function, general purpose
11702 iterator for memory sections.
11703 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11704 (solib_mappings_callback): New function, callback for above.
11705 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11706 (info_mappings_callback): New function, callback for above.
11707
11708 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11709
11710 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11711
11712 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11713 * i386-tdep.c: Include "elf-bfd.h".
11714 (process_note_abi_tag_sections): New function.
11715 (i386_gdbarch_init): Add code to recognize various OS/ABI
11716 combinations.
11717
11718 * maint.c (_initialize_maint_cmds): Add missing \ in
11719 string-literal.
11720
11721 For older changes see ChangeLog-2001
11722 \f
11723 Local Variables:
11724 mode: change-log
11725 left-margin: 8
11726 fill-column: 74
11727 version-control: never
11728 End: