* ld-sh/sh64/cmpct1.sd : Fix linked file name.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2
3 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
4
5 2002-10-02 Marko Mlinar <markom@opencores.org>
6
7 * MAINTAINERS: Add myself to the Write After Approval list.
8
9 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
10
11 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
12 of the section for the N64 ABI, fixed.
13
14 * config/mips/tm-irix6.h: Include solib.h.
15
16 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
17
18 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
19 GNU operators.
20
21 2002-10-01 Andrew Cagney <ac131313@redhat.com>
22
23 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
24 and that "mi0" syntax has been removed.
25
26 2002-09-30 David Carlton <carlton@math.stanford.edu>
27
28 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
29 * ppc-sysv-tdep.c: #include "gdb_string.h".
30 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
31 pacify GCC.
32
33 2002-10-01 Andrew Cagney <ac131313@redhat.com>
34
35 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
36 "vrsave"'s register number.
37
38 2002-09-30 Andrew Cagney <ac131313@redhat.com>
39
40 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
41 use frame_unwind_signed_register to obtain the PC.
42 (mips_frame_chain): Handle a generic dummy frame.
43 (mips_init_extra_frame_info): When a generic dummy frame, don't
44 re-compute the frame base.
45 (mips_pop_frame): Handle generic dummy frames.
46 (mips_gdbarch_init): When generic dummy frames, set
47 use_generic_dummy_frames, push_dummy_frame to
48 generic_push_dummy_frame, pc_in_call_dummy to
49 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
50 generic_save_dummy_frame_tos.
51
52 2002-09-30 Andrew Cagney <ac131313@redhat.com>
53
54 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
55 against TOP when TOP was explictly set.
56 (generic_push_dummy_frame): Set TOP to zero.
57
58 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
59
60 * event-loop.c (start_event_loop): Rename variable 'result' to
61 'gdb_result', to avoid conflicts with upcoming intepreters changes.
62
63 2002-09-30 Keith Seitz <keiths@redhat.com>
64
65 * gdb-events.sh (selected_thread_changed): New event.
66 * gdb-events.c: Regenerated.
67 * gdb-events.h: Regenerated.
68
69 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
70
71 * MAINTAINERS: Add self to Write After Approval list.
72
73 2002-09-30 Fernando Nasser <fnasser@redhat.com>
74
75 * disasm.c: New file.
76 * disasm.h: New file.
77 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
78 (compare_lines): Ditto.
79 (dump_insns): Ditto.
80 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
81 argument.
82 (do_assembly_only): Ditto.
83 (do_disassembly): Renamed to gdb_disassembly and moved to
84 disasm.c. Sdded uiout argument.
85 * Makefile.in: Add new files. Reorder SFILES list. Update
86 dependencies. Include libgdb.a later in the insight executable.
87
88 2002-09-29 Andrew Cagney <ac131313@redhat.com>
89
90 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
91 bfd/elf64-alpha-fbsd.c.
92
93 2002-09-29 Andrew Cagney <ac131313@redhat.com>
94
95 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
96 i386gnu-tdep.c.
97
98 2002-09-29 Andrew Cagney <ac131313@redhat.com>
99
100 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
101 __FUNCTION__.
102 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
103 function name.
104 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
105 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
106 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
107 (S_msg_sig_post_reply): Ditto.
108
109 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
110
111 * sh-tdep.c (sh_use_struct_convention): Use definition according
112 to ABI.
113 (sh_push_arguments): Store in register with correct endianess.
114 (sh_default_store_return_value): Ditto.
115 (sh_gdbarch_init): Set sizeof long double to 8.
116
117 2002-09-27 Mark Kettenis <kettenis@gnu.org>
118
119 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
120 Fix some whitespace problems.
121
122 2002-09-27 David Carlton <carlton@math.stanford.edu>
123
124 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
125 (mcore-tdep.o): Ditto.
126 (ns32k-tdep.o): Ditto.
127 (ns32knbsd-tdep.o): Ditto.
128 (sh3-rom.o): Ditto.
129 (vax-tdep.o): Ditto.
130 * cris-tdep.c: #include "gdb_string.h"
131 * mcore-tdep.c: Ditto.
132 * ns32k-tdep.c: Ditto.
133 * ns32knbsd-tdep.c: Ditto.
134 * sh3-rom.c: Ditto.
135 * vax-tdep.c: Ditto.
136
137 2002-09-27 David Carlton <carlton@math.stanford.edu>
138
139 * config/djgpp/fnchange.lst: Add entries for
140 gdb/testsuite/gdb.c++/m-static files.
141
142 2002-09-27 Jim Wilson <wilson@redhat.com>
143
144 * MAINTAINERS: Add myself to the Write After Approval list.
145
146 2002-09-26 Martin M. Hunt <hunt@redhat.com>
147
148 * mips-tdep.c (find_proc_desc): Initialize startaddr.
149
150
151 2002-09-26 Andrew Cagney <ac131313@redhat.com>
152
153 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
154 frame.
155
156 2002-09-26 Andrew Cagney <ac131313@redhat.com>
157
158 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
159 (rs6000_struct_return_address): Delete variable.
160 (rs6000_store_struct_return): Update.
161 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
162 deprecated_extract_struct_value_address.
163 (rs6000_frame_align): New function.
164 (rs6000_gdbarch_init): Set frame_align.
165
166 2002-09-26 Andrew Cagney <ac131313@redhat.com>
167
168 From Grace Sainsbury <graces@redhat.com>:
169 * Makefile.in (gdbtk-main.o): New target.
170 (gdb.o): New target.
171 (main_h): Define.
172 (main.o): Update dependencies.
173 (gdb$(EXEEXT)): Add gdb.o.
174 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
175 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
176 (SUBDIR_GDBTK_CLEAN): Set.
177 (install-gdbtk): Install the insight binary.
178 (uninstall-gdbtk): New target.
179 (all-gdbtk, clean-gdbtk): New rule.
180 * top.c (use_windows): Default to zero.
181 * main.c: Include "main.h".
182 (main): Delete.
183 (struct captured_main_args): Delete.
184 (gdb_main): New function.
185 * main.h: New file.
186 * gdb.c: New File.
187
188 2002-09-25 Andrew Cagney <cagney@redhat.com>
189
190 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
191 (frame_map_regnum_to_name): New function.
192 (frame_map_name_to_regnum): New function.
193 * frame.h (frame_map_name_to_regnum): Declare.
194 (frame_map_regnum_to_name): Declare.
195 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
196 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
197 * parse.c: Do not include "builtin-regs.h".
198 (target_map_name_to_register): Delete function.
199 (write_dollar_variable): Use frame_map_name_to_regnum.
200 * parser-defs.h (target_map_name_to_register): Delete declaration.
201 * expprint.c: Include "frame.h".
202 (print_subexp): Use frame_map_regnum_to_name.
203 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
204 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
205
206 2002-09-25 Andrew Cagney <ac131313@redhat.com>
207
208 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
209 wasn't saved, and the next innermost frame is a dummy, return the
210 dummy frame's link register.
211
212 2002-09-24 Jim Blandy <jimb@redhat.com>
213
214 Fix from Paul Breed:
215 * main.c (captured_main): Add a `break' after the case for 'b'.
216
217 2002-09-24 Keith Seitz <keiths@redhat.com>
218
219 * varobj.c (c_type_of_child): Use get_target_type instead
220 of TYPE_TARGET_TYPE.
221
222 2002-09-22 Fernando Nasser <fnasser@redhat.com>
223
224 * source.c (get_current_or_default_source_symtab_and_line): Remove
225 function.
226 (set_default_source_symtab_and_line): New function. Attempts to
227 determine a source file to list lines from if one is not currently
228 defined.
229 (get_current_source_symtab_and_line): Initialize sal.pc and
230 sal.end fields.
231 (set_current_source_symtab_and_line): Mark argument as const.
232 * source.h: Update declarations and comments.
233 * linespec.c (decode_line_1): Replace call to removed routine above.
234 * stack.c (print_frame_info_base): Ditto.
235 * cli/cli-cmds.c (edit_command): Ditto.
236 (list_command): Ditto.
237
238 2002-09-22 Fernando Nasser <fnasser@redhat.com>
239
240 * source.c (get_current__or_default_source_symtab_and_line): Initialize
241 sal.pc and sal.end fields.
242 (get_current_or_default_source_symtab_and_line): Ditto.
243 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
244 so we do not cause a new source symtab to be searched for (reverting an
245 unintentional change from the 2002-09-20 patch).
246 * scm-lang.c (scm_unpac): Ditto.
247
248 2002-09-21 Andrew Cagney <cagney@redhat.com>
249
250 * complaints.c (symfile_explanations): Remove new-line from
251 ``isolated_message''.
252 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
253 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
254
255 2002-09-20 Nick Clifton <nickc@redhat.com>
256
257 * NEWS: Announce that V850EA ISA is no longer supported.
258 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
259
260 2002-09-20 David Carlton <carlton@math.stanford.edu>
261
262 * Makefile.in (c-lang.o): Correct dependencies.
263 (utils.o): Gather dependencies.
264 (charset.o): Move.
265 * c-lang.c: #include "gdb_string.h"
266
267 2002-09-20 Fernando Nasser <fnasser@redhat.com>
268
269 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
270 * cli/cli-cmds.c (list_command): New function. Implements the new
271 cli edit command.
272 (_init_cli_cmds): Add new command definition.
273 * gdb.1: Document edit command.
274 * doc/gdb.texinfo: Document edit command.
275
276 2002-09-20 Fernando Nasser <fnasser@redhat.com>
277
278 * source.c: Make global variables current_source_symtab and
279 current_source_line static.
280 (list_command): Moved to cli/cli-cmds.c.
281 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
282 (get_first_line_listed): New accessor function.
283 (get_lines_to_list): New accessor function.
284 (get_current_source_symtab_and_line): New function. Retrieves the
285 position in the source code that we consider current.
286 (get_current_or_default_source_symtab_and_line): New function.
287 Like the above but attempts to determine a default position if one
288 is not currently defined.
289 (set_current_source_symtab_and_line): New function. Sets the source
290 code position considered current and returns the previously set one.
291 (clear_current_source_symtab_and_line): Reset stored information about
292 a current source line.
293 (_initialize_source): Remove registration for the "list" command and
294 its alias.
295 * source.h: Add declarations for the new functions above.
296 * symtab.h: Remove declarations for the global variables mentioned
297 above.
298 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
299 obtain current source line.
300 * linespec.c (decode_line_1): Ditto.
301 * macroscope.c (default_macro_scope): Ditto.
302 * scm-lang.c (scm_unpac): Ditto.
303 * stack.c (print_frame_info_base): Ditto.
304 * symfile.c (clear_symtab_users): Ditto.
305 * symtab.c (decode_line_spec): Ditto.
306 * cli/cli-cmds.c (list_command): Moved here from source.c.
307 (ambiguous_line_spec): Moved here from source.c.
308 (_init_cli_cmds): Add definition for "list" and its alias.
309 * Makefile.in: Update dependencies.
310
311 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
312
313 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
314 with what gcc thinks is correct.
315
316 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
317
318 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
319 multiple register push instruction.
320
321 2002-09-19 Jim Blandy <jimb@redhat.com>
322
323 Add support for distinct host and target character sets.
324 * charset.c, charset.h: New files.
325 * c-exp.y: #include "charset.h".
326 (yylex): Convert character and string literals to the target
327 character set, before returning them as the semantic value of the
328 token.
329 * c-lang.c: #include "charset.h".
330 (c_emit_char): Use charset-specific methods to recognize
331 characters with backslash escape forms, to decide which characters
332 to print literally and which to print using numeric escape
333 sequences, and to convert target characters to host characters
334 before printing.
335 * utils.c: #include "charset.h".
336 (no_control_char_error): New function.
337 (parse_escape): Use charset-specific methods to recognize
338 backslash escapes, parse `control character' notation, and convert
339 characters from the host character set to the target character set.
340 * configure.in: Set the default host character set.
341 Check where to find iconv, and what its argument types might be.
342 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
343 * Makefile.in (SFILES): List charset.c.
344 (COMMON_OBS): List charset.o.
345 (charset.o): New rule.
346 (charset_h): New header dependency variable.
347 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
348 (LIBICONV): New variable, set by configure.
349 (CLIBS): Include $(LIBICONV) here.
350 * aclocal.m4, config.in, configure: Regenerated.
351
352 2002-09-19 Joel Brobecker <brobecker@gnat.com>
353
354 * ada-exp.y: Add missing semicolons to end rules. Fixes a
355 bison 1.35 warning.
356
357 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
358
359 * gdb_mbuild.sh: New file.
360
361 2002-09-19 Andrew Cagney <ac131313@redhat.com>
362
363 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
364
365 2002-09-18 Andrew Cagney <ac131313@redhat.com>
366
367 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
368 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
369 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
370 valops.c, value.h: Revert previous change.
371
372 2002-09-18 Michael Snyder <msnyder@redhat.com>
373
374 Preliminary support for Objective-C:
375 * defs.h (language_objc): New enum value.
376 (puts_filtered_tabular): Declaration only, exported from utils.c.
377 (skip_quoted): Delete, declared in completer.h.
378 * c-exp.y: Include completer.h.
379 * p-exp.y: Ditto.
380 * jv-exp.y: Ditto.
381 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
382 New operator enum values.
383 * language.h (CAST_IS_CONVERSION): Test for language_objc.
384 * language.c (binop_result_type): Handle language_objc case.
385 (integral_type, character_type, string_type, boolean_type,
386 structured_type, binop_type_check): Ditto.
387 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
388 (struct objc_specific): Add to general_symbol_info.
389 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
390 (SYMBOL_DEMANGLED_NAME): Handle objc case.
391 * parser-defs.h (struct objc_class_str): New struct type.
392 (start_msglist, end_msglist, add_msglist): Declaration only,
393 exported from objc-lang.c.
394 * value.h (value_of_local, value_nsstring,
395 call_function_by_hand_expecting_type): Exported from valops.c.
396 * valops.c (find_function_addr): Export.
397 (call_function_by_hand_expecting_type): New function.
398 (value_of_local): New function.
399 * symfile.c (init_filename_language_table): Add ".m" extension
400 for Objective-C.
401 * utils.c (puts_filtered_tabular): New function.
402 (fprintf_symbol_filtered): Add objc demangling support (disabled).
403 (set/show demangle): Extend help-string to refer to ObjC.
404 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
405 * stabsread.c (symbol_reference_defined): Objective-C symbols
406 may contain colons: make allowances when scanning stabs strings
407 for colons.
408 (objc_find_colon): New function.
409 * printcmd.c (address_info): If language == objc then print
410 "self" instead of "this".
411 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
412 OP_NSSTRING, and OP_SELF.
413 (prefixify_subexp): Ditto.
414 * source.c (print_source_lines): Mention objc in comment.
415 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
416 method names.
417
418 2002-09-18 Andrew Cagney <ac131313@redhat.com>
419
420 * complaints.h: Update copyright.
421 (struct complaints): Declare.
422 (struct complaint): Make `message' constant.
423 (internal_complaint): Declare.
424 (complaint): Declare.
425 (complaint_root): Delete declaration.
426 (symfile_complaints): Delete declaration.
427 (struct complaints): Add opaque declaration.
428 (clear_complaints): Add a complaints parameter.
429 * complaints.c: Update copyright.
430 (enum complaint_series): Define.
431 (complaint_root): Delete.
432 (struct complaints): Define.
433 (complaint_sentinel, symfile_complaint_book): New variables.
434 (symfile_explanations, symfile_complaints): New variables.
435 New variables.
436 (get_complaints): New function.
437 (vcomplaint): New function.
438 (complaint): New function.
439 (internal_complaint): New function.
440 (complain): Call vcomplain with symfile_complaint.
441 (clear_complaints): Rewrite.
442 (_initialize_complaints): Use add_setshow_command.
443 * Makefile.in (complaints.o): Update dependencies.
444 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
445 to call to clear_complaints.
446 (new_symfile_objfile, reread_symbols): Ditto.
447 (oldsyms_complaint): Delete.
448 (empty_symtab_complaint, unknown_option_complaint): Delete.
449 (free_named_symtabs): Use complaint instead of complain.
450
451 2002-09-18 Michael Snyder <msnyder@redhat.com>
452
453 Contributed by Apple Computer, Inc. Merged with current sources
454 by Adam Fedor <fedor@doc.com> [cagney].
455
456 * objc-lang.c: First clean-up round: comments, indentation.
457 * objc-lang.h: Ditto.
458 * objc-lang.y: Ditto.
459
460 2002-09-18 Andrew Cagney <ac131313@redhat.com>
461
462 * maint.c (maintenance_internal_error): Print the parameter as the
463 error message.
464 (maintenance_internal_warning): New function.
465 (_initialize_maint_cmds): Add command `maint internal-warning'.
466
467 * defs.h (internal_warning, internal_vwarning): Declare.
468 * utils.c (struct internal_problem): Define.
469 (internal_vproblem): New function.
470 (internal_warning): New function.
471 (internal_vwarning): New function.
472 (internal_warning_problem, internal_error_problem): New variables.
473 (internal_verror): Just call internal_vproblem.
474
475 2002-09-18 Michael Snyder <msnyder@redhat.com>
476
477 * objc-lang.c: New file, support for Objective-C.
478 Preliminary check-in, not yet integrated into gdb.
479 * objc-lang.h: New file.
480 * objc-exp.y: New file.
481
482 2002-09-18 Andrew Cagney <ac131313@redhat.com>
483
484 * infrun.c (signal_stop_update): Convert definition to ISO C.
485 (signal_print_update): Ditto.
486 (signal_pass_update): Ditto.
487 * inflow.c (terminal_save_ours): Ditto.
488
489 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
490 comments.
491
492 * config/djgpp/fnchange.lst: Handle name clashes between
493 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
494 bfd/coff-tic80.c.
495
496 * i386-linux-tdep.h: Fix tipo.
497
498 2002-09-18 Adam Fedor <fedor@gnu.org>
499
500 * MAINTAINERS: Add myself to the Write After Approval list.
501
502 2002-09-18 Jim Blandy <jimb@redhat.com>
503
504 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
505 texthigh and textlow to reader-specific structs caused
506 objfile_relocate to miss them. This is fixable, but the work that
507 the change was supposed to prepare GDB for never got done anyway.
508
509 2002-09-18 David Carlton <carlton@math.stanford.edu>
510
511 * MAINTAINERS: Alphabetize Write After Approval list.
512
513 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
514
515 Fix PR gdb/709
516 * values.c (value_static_field): Call read_var_value.
517
518 2002-09-18 Andrew Cagney <ac131313@redhat.com>
519
520 * valops.c (hand_function_call): Align the initial stack pointer
521 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
522 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
523 return value.
524 * mips-tdep.c (mips_frame_align): New function.
525 (mips_gdbarch_init): Set frame_align.
526 * gdbarch.sh (FRAME_ALIGN): New method.
527 * gdbarch.h, gdbarch.c: Re-generate.
528
529 2002-09-18 Michal Ludvig <mludvig@suse.cz>
530
531 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
532 registers.
533
534 2002-09-17 Andrew Cagney <ac131313@redhat.com>
535
536 * NEWS: Mention that MIPS $fp behavior changed.
537 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
538 reference to FP_REGNUM.
539 (mipsnbsd_cannot_store_register): Ditto.
540 * mips-linux-nat.c: Update copyright.
541 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
542 (mips_linux_cannot_store_register): Ditto.
543 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
544 * config/mips/tm-mips.h: Update copyright.
545 (FP_REGNUM): Delete macro.
546 (MIPS_REGISTER_NAMES): Replace "fp" with "".
547 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
548 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
549 (mips_r3041_reg_names, mips_r3051_reg_names)
550 (mips_r3081_reg_names): Replace "fp" with "".
551 Fix PR gdb/480.
552
553 2002-09-17 Theodore A. Roth <troth@verinet.com>
554
555 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
556 generic_read_register_dummy() (PR gdb/703).
557 (avr_push_return_address): #if 0 out unused vars.
558 (avr_gdbarch_init): Enable use of avr_push_return_address().
559
560 2002-09-17 Michael Snyder <msnyder@redhat.com>
561
562 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
563 RTE will take care of it.
564
565 2002-09-17 Andrew Cagney <ac131313@redhat.com>
566
567 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
568 invalid, return SP_REGNUM.
569
570 2002-09-17 Michael Snyder <msnyder@redhat.com>
571
572 * mips-tdep.c (mips_pop_frame): Read saved values of floating
573 point registers without sign extension.
574
575 2002-09-17 Andrew Cagney <cagney@redhat.com>
576
577 * blockframe.c (deprecated_read_register_dummy): Rename
578 generic_read_register_dummy.
579 * frame.c (frame_unwind_signed_register): New function.
580 (frame_unwind_unsigned_register): New function.
581 * frame.h (frame_unwind_signed_register): Declare.
582 (frame_unwind_unsigned_register): Declare.
583 (deprecated_read_register_dummy): Rename
584 generic_read_register_dummy.
585
586 * h8300-tdep.c (h8300_frame_chain): Update.
587 (h8300_frame_saved_pc): Update.
588 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
589 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
590 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
591 (s390_frame_chain): Update.
592 * v850-tdep.c (v850_find_callers_reg): Update.
593 (v850_frame_saved_pc): Update.
594 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
595 (m32r_find_callers_reg): Update.
596 (m32r_frame_saved_pc): Update.
597 * sh-tdep.c (sh_find_callers_reg): Update.
598 (sh64_get_saved_pr): Update.
599 (sh_init_extra_frame_info): Update.
600 (sh_init_extra_frame_info): Update.
601 (sh64_init_extra_frame_info): Update.
602 (sh64_init_extra_frame_info): Update.
603 * mcore-tdep.c (mcore_find_callers_reg): Update.
604 (mcore_frame_saved_pc): Update.
605 (mcore_init_extra_frame_info): Update.
606 * i386-tdep.c (i386_frame_saved_pc): Update.
607 * ia64-tdep.c (ia64_frame_saved_pc): Update.
608 (ia64_init_extra_frame_info): Update.
609 (ia64_init_extra_frame_info): Update.
610 * d10v-tdep.c (d10v_frame_saved_pc): Update.
611 * cris-tdep.c (cris_init_extra_frame_info): Update.
612 * avr-tdep.c (avr_frame_chain): Update.
613 (avr_init_extra_frame_info): Update.
614 (avr_frame_saved_pc): Update.
615 * arm-tdep.c (arm_find_callers_reg): Update.
616 (arm_init_extra_frame_info): Update.
617 (arm_frame_saved_pc): Update.
618
619 2002-09-17 Tom Tromey <tromey@redhat.com>
620
621 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
622 is "'".
623
624 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
625
626 * MAINTAINERS: Remove "non multi-arched" text from h8300.
627 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
628 NEXT_PROLOGUE_INSN.
629 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
630 NEXT_PROLOGUE_INSN.
631
632 2002-09-16 Joel Brobecker <brobecker@gnat.com>
633
634 * osfsolib.c: Remove file, replaced by solib-osf.c.
635 * Makefile.in: Remove compilation rules for osfsolib.c.
636
637 2002-09-16 David Carlton <carlton@math.stanford.edu>
638
639 * cp-valprint.c (cp_print_class_method): Correct args to
640 check_stub_method_group.
641
642 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
643
644 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
645 `set architecture'. Unify naming convention of functions.
646 (h8300_skip_prologue): Improve prologue analysis.
647 (h8300_push_arguments): Rewritten to more closely match GCC's
648 bizarre argument-passing behavior, along with the comment describing
649 said behavior.
650 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
651 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
652 sim, remote-e7000.c, remote-hms.c and remote.c
653
654 2002-09-15 Mark Kettenis <kettenis@gnu.org>
655
656 * i386-tdep.c (gdb_print_insn_i386): Removed.
657 (i386_print_insn): New function.
658 (i386_gdbarch_init): Set print_insn to i386_print_insns.
659 (_initialize_i386_tdep): Don't initialize tm_print_insn and
660 tm_print_insn_info.
661
662 2002-09-14 Mark Kettenis <kettenis@gnu.org>
663
664 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
665 zero.
666
667 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
668
669 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
670 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
671 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
672
673 2002-09-13 Christopher Faylor <cgf@redhat.com>
674
675 * win32-nat.c (child_create_inferior): Honor 'tty' command.
676
677 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
678
679 * gdbtypes.c (check_stub_method): Make static.
680 (check_stub_method_group): New function.
681 * gdbtypes.h: Update prototypes.
682 * cp-support.c: New file.
683 * cp-support.h: New file.
684
685 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
686 (update_method_name_from_physname): New function.
687 (read_member_functions): Correct method names for operators
688 and v3 constructors/destructors. Separate v2 constructors and
689 destructors.
690 * Makefile.in (stabsread.o): Update dependencies.
691 (SFILES): Add cp-support.c.
692 (COMMON_OBS): Add cp-support.o.
693 (cp_support_h, cp-support.o): Add.
694
695 * cp-valprint.c (cp_print_class_method): Call
696 check_stub_method_group instead of check_stub_method. Remove
697 extraneous QUITs.
698 * p-valprint.c (pascal_object_print_class_method): Likewise.
699 * valops.c (search_struct_method): Likewise.
700 (find_method_list, value_struct_elt_for_reference): Likewise.
701
702 2002-09-13 Andrew Cagney <cagney@redhat.com>
703
704 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
705 * gdbarch.h, gdbarch.c: Regenerate.
706
707 2002-09-13 Andrew Cagney <ac131313@redhat.com>
708
709 * frame.c (find_saved_register): Delete function.
710 * frame.h (find_saved_register): Delete declaration.
711 Fix PR gdb/631.
712
713 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
714
715 * mips-tdep.c (read_next_frame_reg): Re-hack using
716 frame_register_unwind.
717
718 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
719
720 * mips-tdep.c (mips_get_saved_register): Re-hack using
721 frame_register_unwind.
722
723 2002-09-12 Joel Brobecker <brobecker@gnat.com>
724
725 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
726 vector. Will be useful for Interix.
727 * gdbarch.h, gdbarch.c: Regenerate.
728
729 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
730 name of the malloc function by NAME_OF_MALLOC.
731
732 2002-09-12 Joel Brobecker <brobecker@gnat.com>
733
734 * value.h (find_function_in_inferior): Add const keyword to
735 one of the parameters. Allows us to invoke this function with
736 a const char *.
737 * valops.c (find_function_in_inferior): Likewise.
738
739 2002-09-12 Joel Brobecker <brobecker@gnat.com>
740
741 * exec.c (xfer_memory): Fix compilation warning with old versions
742 of GCC.
743 * tracepoint.c (trace_find_tracepoint_command): Likewise.
744
745 2002-09-12 David Carlton <carlton@math.stanford.edu>
746
747 * symtab.h: Run through gdb_indent.h.
748 Add 2002 to Copyright year list.
749
750 2002-09-12 Alan Modra <amodra@bigpond.net.au>
751
752 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
753 mach constants.
754 * MAINTAINERS: Add myself to write after approval list.
755
756 2002-09-11 J. Brobecker <brobecker@gnat.com>
757
758 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
759
760 2002-09-11 J. Brobecker <brobecker@gnat.com>
761
762 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
763 Interix.
764
765 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
766
767 * procfs.c (do_detach): Clear current signal, not just fault.
768 Corrects problem with breakpoint trap signal leaking to detached
769 process on Tru64.
770
771 2002-09-10 Michael Snyder <msnyder@redhat.com>
772
773 * buildsym.c (finish_block): Protect against null pointer.
774
775 2002-09-10 Andrew Cagney <cagney@redhat.com>
776
777 * infcmd.c (default_print_registers_info): Send all output to
778 ``file'' instead of ``gdb_stdout''.
779
780 2002-09-10 Michael Snyder <msnyder@redhat.com>
781
782 * mips-tdep.c (mips_extract_struct_value_address): Make val a
783 LONGEST, and use signed register read (addresses are sign-
784 extended for mips).
785
786 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
787
788 * event-loop.c (gdb_do_one_event): Make public.
789 * event-loop.h (gdb_do_one_event): Declare.
790
791 2002-09-10 Jeff Law <law@redhat.com>
792
793 * infttrace.c (child_resume): Simplify and rework to avoid
794 TT_PROC_CONTINUE.
795
796 2002-09-09 Fred Fish <fnf@intrinsity.com>
797
798 * printcmd.c (print_scalar_formatted): "len" is the number of
799 target bytes, NOT the number of target bits.
800
801 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
802
803 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
804 * top.c (init_main): Set rl_terminal_name.
805
806 2002-09-08 Aidan Skinner <aidan@velvet.net>
807
808 * ada-lang.c (ada_array_bound, ada_type_match,
809 _initialize_ada_language): Fix K&R definitions.
810 * ada-tasks.c (get_current_task): Fix K&R definitions.
811 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
812
813 2002-09-07 Christopher Faylor <cgf@redhat.com>
814
815 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
816 Add XP.
817
818 2002-09-06 Mark Kettenis <kettenis@gnu.org>
819
820 * i386-tdep.c (i386_register_virtual_type,
821 i386_register_convertible, i386_register_convert_to_virtual,
822 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
823 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
824 (i386_gdbarch_init): Fix comment. Add comments on calls that set
825 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
826 Don't set push_arguments twice.
827
828 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
829 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
830 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
831 sigtramp_end to NULL.
832 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
833 defines.
834 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
835
836 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
837 whitespace.
838
839 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
840 * gdbarch.h, gdbarch.c: Re-generate.
841 * blockframe.c (find_pc_sect_partial_function): Convert to use
842 SIGTRAMP_START_P predicate.
843
844 2002-09-05 Michael Snyder <msnyder@redhat.com>
845
846 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
847 generic_dummy_frame method and old method. Also distinguish
848 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
849 (arm_extract_return_value): Use new regcache method.
850
851 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
852 adjustment that doesn't conform to the ABI.
853 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
854 saved regcache, not from current regcache.
855
856 2002-09-05 Andrew Cagney <ac131313@redhat.com>
857
858 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
859 * README: Update.
860
861 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
862
863 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
864 if arm_apcs_32 is false.
865
866 2002-09-04 Andrew Cagney <ac131313@redhat.com>
867
868 GDB 5.3 branch created.
869
870 2002-09-03 Theodore A. Roth <troth@verinet.com>
871
872 * gdb/avr-tdep.c (avr_gdbarch_init): Use
873 generic_unwind_get_saved_register.
874
875 2002-09-03 David Carlton <carlton@math.stanford.edu>
876
877 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
878 argument (PR gdb/653). Update call to smash_to_method_type.
879 (read_structure_scope): Update call to dwarf2_add_member_fn.
880
881 2002-09-03 Michal Ludvig <mludvig@suse.cz>
882
883 * x86-64-linux-tdep.c: Include gdb_string.h
884 * x86-64-linux-nat.c: Ditto.
885
886 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
887
888 * ada-exp.y (yyname, yyrule): Remap global variables that appear
889 when YYDEBUG is set to 1.
890 * c-exp.y: Likewise.
891 * f-exp.y: Likewise.
892 * jv-exp.y: Likewise.
893 * m2-exp.y: Likewise.
894 * p-exp.y: Likewise.
895
896 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
897
898 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
899 dependency list.
900 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
901 solib_svr4_fetch_link_map_offsets to
902 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
903 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
904 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
905 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
906 solib-svr4.o, and solib-legacy.o.
907 * config/i386/tm-nbsd.h: Include solib.h.
908
909 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
910
911 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
912 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
913 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
914 comment noting that this needs its own target configuration.
915 * config/i386/nbsd.mt: New file.
916 * config/i386/nbsdaout.mt: Remove.
917 * config/i386/nbsdelf.mt: Ditto.
918 * config/i386/tm-nbsdaout.h: Ditto.
919
920 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
921
922 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
923 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
924 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
925 tdep->sigtramp_end.
926 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
927 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
928 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
929
930 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
931
932 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
933 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
934 * i386-tdep.h (i386bsd_init_abi): New prototype.
935 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
936 function declaration.
937 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
938 for NetBSD-a.out or NetBSD-ELF.
939 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
940 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
941 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
942 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
943 and nbsd-tdep.h.
944 (i386nbsd_pc_in_sigtramp): New function.
945 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
946 i386nbsd_pc_in_sigtramp.
947 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
948 and i386nbsdelf_init_abi OS ABI handlers.
949 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
950 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
951
952 2002-09-02 Mark Kettenis <kettenis@gnu.org>
953
954 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
955 registers if the target really has them.
956
957 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
958
959 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
960 than nbsd-tdep.h.
961
962 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
963
964 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
965 list.
966 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
967 (alphanbsd_skip_sigtramp_frame): New functions.
968 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
969 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
970 to alphanbsd_sigcontext_addr.
971
972 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
973
974 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
975 list.
976 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
977 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
978 nbsd_pc_in_sigtramp.
979 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
980 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
981 * nbsd-tdep.c: Include gdb_string.h.
982 (nbsd_pc_in_sigtramp): New function.
983 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
984 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
985 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
986 ppcnbsd_pc_in_sigtramp.
987 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
988 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
989 shnbsd_pc_in_sigtramp.
990 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
991 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
992 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
993
994 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
995
996 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
997 watchpoints to NULL.
998 (insert_breakpoints): set val field of watchpoints if NULL.
999
1000
1001 2002-08-29 Jim Blandy <jimb@redhat.com>
1002
1003 * symtab.c (lookup_symbol_aux): In the cases where we find a
1004 minimal symbol of an appropriate name and use its address to
1005 select a symtab to read and search, use `name' (as passed to us)
1006 as the demangled name when searching the symtab's global and
1007 static blocks, not the minsym's name.
1008
1009 2002-08-29 Keith Seitz <keiths@redhat.com>
1010
1011 * stack.c (print_frame_info_base): Always set current_source_symtab
1012 and current_source_line.
1013
1014 2002-08-29 Donn Terry <donnte@microsoft.com>
1015
1016 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1017
1018 2002-08-28 Keith Seitz <keiths@redhat.com>
1019
1020 * stack.c (select_frame): Add FIXME concerning selected-frame
1021 events.
1022 (select_frame_command): Send selected-frame-level-changed
1023 event notification, but only if the level actually changed.
1024 (up_silently_base): Add selected-frame-level-changed event
1025 notification.
1026 (down_silently_base): Likewise.
1027
1028 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1029
1030 * Makefile.in: Update dependencies for all gdb/*.c files.
1031
1032 2002-08-27 Tom Tromey <tromey@redhat.com>
1033
1034 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1035 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1036 Update dependencies.
1037 * i387-tdep.c: Include gdb_string.h.
1038 * osabi.c: Likewise.
1039 * i386-linux-nat.c: Likewise.
1040 * lin-lwp.c: Likewise.
1041 * ax-gdb.c: Likewise.
1042 * signals/signals.c: Likewise.
1043 * jv-valprint.c: Likewise.
1044 * p-lang.c: Likewise.
1045 * c-valprint.c: Likewise.
1046 * cp-abi.c: Likewise.
1047
1048 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1049
1050 * cli/cli-script.h (copy_command_lines): Export.
1051 * breakpoint.c: Include cli/cli-script.h.
1052 * Makefile.in (breakpoint.o): Update dependencies.
1053
1054 2002-08-26 Michael Snyder <msnyder@redhat.com>
1055
1056 * breakpoint.c (insert_breakpoints): Protect all references
1057 to 'process_warning'. Shorten long lines.
1058
1059 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1060
1061 * cli/cli-script.c (copy_command_lines): New function.
1062 * defs.h (copy_command_lines): Export.
1063 * testsuite/gdb.base/commands.exp: New tests for commands
1064 attached to a temporary breakpoint, and for commands that
1065 delete the breakpoint they are attached to.
1066
1067 2002-08-26 Michael Snyder <msnyder@redhat.com>
1068
1069 * breakpoint.c (bpstat_stop_status): Instead of copying the
1070 pointer to the breakpoint commands struct, make a new copy
1071 of the struct and point to that.
1072 (bpstat_clear): Free the commands struct.
1073 (bpstat_clear_actions): Free the commands struct.
1074 (bpstat_do_actions): Free the command actions. Also execute
1075 the local cleanups, instead of deleting them.
1076 (delete_breakpoint): Leave the commands field of the bpstat
1077 chain alone -- it will be freed later.
1078
1079 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1080
1081 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1082 deleted in 2002-08-20 commit. This function is still used by
1083 ppc-linux-nat.c.
1084
1085 2002-08-26 Keith Seitz <keiths@redhat.com>
1086
1087 * gdb-events.sh: Add selected-frame-level-changed event.
1088 * gdb-events.c: Regenerated.
1089 * gdb-events.h: Regenerated.
1090
1091 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1092
1093 Fix PR gdb/393:
1094 * inflow.c (terminal_save_ours): New function to save terminal
1095 settings.
1096 * inferior.h (terminal_save_ours): Declare.
1097 * target.c (debug_to_terminal_save_ours): New function.
1098 (cleanup_target): Defaults to_terminal_save_ours.
1099 (update_current_target): Inherit to_terminal_save_ours.
1100 (setup_target_debug): Set to_terminal_save_ours.
1101 * target.h (target_terminal_save_ours): New to save terminal settings.
1102 (target_ops): New member to_terminal_save_ours.
1103 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1104 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1105 * inftarg.c (init_child_ops): Likewise.
1106 * m3-nat.c (init_m3_ops): Likewise.
1107 * procfs.c (init_procfs_ops): Likewise.
1108 * wince.c (init_child_ops): Likewise.
1109 * win32-nat.c (init_child_ops): Likewise.
1110 * sol-thread.c (init_sol_thread_ops): Likewise.
1111
1112 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1113
1114 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1115 use regcache_* functions.
1116 (i386_gdbarch_init): Set store_return_value instead of
1117 deprecated_store_return_value.
1118
1119 * regcache.c (regcache_raw_write_signed,
1120 regcache_raw_write_unsigned): New functions.
1121 * regcache.h (regcache_raw_write_signed,
1122 regcache_raw_write_unsigned): New prototypes.
1123
1124 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1125
1126 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1127 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1128 source file dependencies. Cleanup corresponding generator rules.
1129
1130 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1131
1132 * regcache.h (register_offset_hack): Declare.
1133 (regcache_cooked_read_using_offset_hack): Declare.
1134 (regcache_cooked_write_using_offset_hack): Declare.
1135
1136 * regcache.c (register_offset_hack): New function.
1137 (regcache_cooked_read_using_offset_hack): New function.
1138 (regcache_cooked_write_using_offset_hack): New function.
1139 (regcache_dump): Check that the registers, according to their
1140 offset, are packed hard against each other.
1141 (cooked_xfer_using_offset_hack): New function.
1142
1143 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1144
1145 * regcache.c (struct regcache_descr): Add field register_type.
1146 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1147 in as a parameter
1148 (init_regcache_descr): Initialize register_type. Pass the descr
1149 to init_legacy_regcache_descr. Use register_type instead of
1150 REGISTER_VIRTUAL_TYPE.
1151 (register_type): New function.
1152 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1153 * regcache.h (register_type): Declare.
1154
1155 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1156
1157 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1158 instead of deprecated_store_return_value. Fix fallout from
1159 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1160
1161 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1162
1163 * regcache.c (max_register_size): New function.
1164 (init_legacy_regcache_descr): Ensure that max_register_size is
1165 large enough for REGISTER_VIRTUAL_SIZE.
1166 * regcache.h (max_register_size): Declare.
1167
1168 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1169
1170 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1171 store_return_value.
1172 (e500_extract_return_value): Change type of valbuf pointer to
1173 void.
1174
1175 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1176
1177 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1178 workaround.
1179
1180 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1181 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1182 long long) to prevent compiler warning on 64-bit systems.
1183
1184 2002-08-23 Andrew Cagney <cagney@redhat.com>
1185
1186 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1187 (DEPRECATED_STORE_RETURN_VALUE): New method.
1188 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1189 * gdbarch.h, gdbarch.c: Re-generate.
1190
1191 * values.c (set_return_value): Pass current_regcache to
1192 STORE_RETURN_VALUE.
1193 * arch-utils.h (legacy_store_return_value): Declare.
1194 * arch-utils.c (legacy_store_return_value): New function.
1195 (legacy_extract_return_value): Update parameters.
1196
1197 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1198 STORE_RETURN_VALUE.
1199 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1200 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1201 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1202 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1203 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1204 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1205 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1206 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1207 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1208 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1209
1210 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1211 * i386-tdep.c (i386_extract_return_value): Update.
1212 * arch-utils.c (legacy_extract_return_value): Update.
1213 * frv-tdep.c (frv_gdbarch_init): Update.
1214 * cris-tdep.c (cris_gdbarch_init): Update.
1215 * d10v-tdep.c (d10v_gdbarch_init): Update.
1216 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1217 * m68k-tdep.c (m68k_gdbarch_init): Update.
1218 * mcore-tdep.c (mcore_gdbarch_init): Update.
1219 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1220 * s390-tdep.c (s390_gdbarch_init): Update.
1221 * sparc-tdep.c (sparc_gdbarch_init): Update.
1222 * sh-tdep.c (sh_gdbarch_init): Update.
1223 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1224 * v850-tdep.c (v850_gdbarch_init): Update.
1225 * avr-tdep.c (avr_gdbarch_init): Update.
1226 * ia64-tdep.c (ia64_gdbarch_init): Update.
1227 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1228 * vax-tdep.c (vax_gdbarch_init): Update.
1229 * alpha-tdep.c (alpha_gdbarch_init): Update.
1230 * arm-tdep.c (arm_gdbarch_init): Update.
1231 * mips-tdep.c (mips_gdbarch_init): Update.
1232 * i386-tdep.c (i386_gdbarch_init): Update.
1233
1234 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1235
1236 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1237 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1238
1239 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1240
1241 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1242 problems.
1243
1244 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1245
1246 * infrun.c (handle_inferior_event): Move a comment outside of a
1247 function call, in order to avoid indent reformatting this part
1248 of the code in an unreadable way.
1249
1250 2002-08-23 Grace Sainsbury <graces@redhat.com>
1251
1252 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1253 when breakpoints fail. Move general breakpoint error messages to
1254 insert_breakpoints.
1255 * breakpoint.c (insert_breakpoints): Change warnings when
1256 breakpoints are nto inserted to specify the type. Remove call to
1257 memory_error when hardware breakpoints can't be inserted. Remove
1258 multiple calls to warning so all messages are sent to the user at
1259 once.
1260 (delete_breakpoints): Make insert error messsages more explicit.
1261
1262 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1263
1264 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1265 gdbserver/ChangeLog.
1266
1267 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1268
1269 * i386-tdep.c: Include "objfiles.h".
1270 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1271 skip_trampoline_code.
1272 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1273 (CPLUS_MARKER): Define to '.'.
1274
1275 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1276 member.
1277 (linux_corefile_thread_callback): Increase args->num_notes.
1278 (linux_make_note_section): Initialize thread_args.num_notes, and
1279 use it to determine whether notes for any threads were created.
1280
1281 2002-08-23 Donn Terry <donnte@microsoft.com>
1282
1283 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1284 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1285 and PCUNKILL.
1286 (write_with_trace): Conditionalize out the switch branch handling
1287 PCSHOLD if the corresponding macro is not defined. Likewise for
1288 PRSABORT and PRSTOP.
1289 This change will be needed by the Interix port.
1290
1291 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1292
1293 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1294 write_register wherever possible instead of manipulating the
1295 register bytes directly.
1296 Assign VALUE_CONTENTS to a variable and use that.
1297 The GPR numbers are now dependent on the architecture.
1298
1299 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1300
1301 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1302 ev_offset fields.
1303 (skip_prologue): Add support for BookE/e500 instructions.
1304 (e500_extract_return_value): New function.
1305 (frame_get_saved_regs): Add support for saving ev registers and
1306 pseudo gpr's.
1307 (e500_store_return_value): New function.
1308 (rs6000_gdbarch_init): Move up default intializations of
1309 deprecated_extract_return_value and store_return_value. Overwrite
1310 init of store_return_value with e500 specific version.
1311 Set extract_return_value for e500.
1312
1313 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1314
1315 * blockframe.c (generic_call_dummy_register_unwind): Use
1316 regcache_cooked_read to catch cases in which the variable is
1317 stored in a pseudo register.
1318
1319 2002-08-22 Andrew Cagney <cagney@redhat.com>
1320
1321 * NEWS: Mention that the i960 has been made obsolete.
1322 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1323 i960-tdep.c
1324 (remote-nrom.o): Obsolete target.
1325 (remote-nindy.o, i960-tdep.o): Ditto.
1326 * remote-nrom.c: Make file obsolete.
1327 * remote-nindy.c, remote-vx960.c: Ditto.
1328 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1329 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1330 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1331 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1332 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1333 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1334 i960-*-vxworks* obsolete.
1335 * MAINTAINERS: Note that the i960 is obsolete.
1336
1337 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1338
1339 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1340 detach to allow reinitialization.
1341
1342 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1343
1344 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1345 attempt).
1346
1347 2002-08-22 Jim Blandy <jimb@redhat.com>
1348
1349 * coffread.c (coff_symfile_read): Don't try to read the line
1350 number table from disk if the image file doesn't have a symbol
1351 table; we'll never actually look at the info anyway, and Windows
1352 ships DLL's with bogus file offsets for the line number data.
1353
1354 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1355
1356 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1357 an e500 executable.
1358
1359 2002-08-21 Michael Snyder <msnyder@redhat.com>
1360
1361 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1362 (MSYMBOL_SIZE): Replace macro with function.
1363 (DEFAULT_MIPS_TYPE): Delete unused macro.
1364 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1365 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1366
1367 2002-08-21 Jim Blandy <jimb@redhat.com>
1368
1369 * valops.c (value_cast): Simplify and correct logic for doing a
1370 static cast from a pointer to a base class to a pointer to a
1371 derived class.
1372
1373 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1374
1375 * infcmd.c (default_print_registers_info): Replace
1376 do_registers_info.
1377 (registers_info): Use gdbarch_print_registers_info instead of
1378 DO_REGISTERS_INFO.
1379 * inferior.h (default_print_registers_info): Replace
1380 do_registers_info.
1381 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1382 (DO_REGISTERS_INFO): Change to a predicate function.
1383 * gdbarch.h, gdbarch.c: Regenerate.
1384
1385 2002-08-21 Keith Seitz <keiths@redhat.com>
1386
1387 * gdb-events.sh: Add target-changed event.
1388 * gdb-events.c: Regenerated.
1389 * gdb-events.c: Regenerated.
1390 * valops.c (value_assign): Add target-changed event notification
1391 to inlval_register, lval_memory, and lval_reg_frame_relative.
1392
1393 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1394
1395 * NEWS: Add an entry regarding the improvement of the next/step
1396 operation on Alpha Tru64 multi-processor machines.
1397
1398 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1399
1400 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1401 directores.
1402 * Makefile.in: Update all _h macro definitions.
1403 * Makefile.in (install-gdbtk): Move to install section.
1404 (rdi-share/libangsd.a): Move to end of file.
1405
1406 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1407
1408 * frame.c (frame_register_unwind): When a register, set addrp to
1409 the register's byte.
1410
1411 2002-08-20 Michael Snyder <msnyder@redhat.com>
1412
1413 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1414 used locally, so move them from the target machine header to here.
1415 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1416 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1417 Make static.
1418 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1419
1420 2002-08-20 Andrew Cagney <cagney@redhat.com>
1421
1422 * NEWS: Mention that the Apollo line was made obsolete.
1423 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1424 m68*-hp-hpux* obsolete.
1425 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1426 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1427 * buildsym.c (make_blockvector): Make static.
1428 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1429 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1430 (ALLDEPFILES): Remove dstread.c.
1431 (dstread.o): Obsolete make rule.
1432 * dstread.c: Makefile obsolete.
1433 * dst.h: Ditto.
1434 * config/m68k/hp300hpux.mt: Ditto.
1435 * config/m68k/hp300hpux.mh: Ditto.
1436 * config/m68k/hp300bsd.mt: Ditto.
1437 * config/m68k/hp300bsd.mh: Ditto.
1438 * config/m68k/apollo68b.mt: Ditto.
1439 * config/m68k/apollo68v.mh: Ditto.
1440 * config/m68k/apollo68b.mh: Ditto.
1441
1442 2002-08-20 Michael Snyder <msnyder@redhat.com>
1443
1444 * mips-tdep.c (mips_in_return_stub): Make static.
1445 (mips_gdbarch_init): Set in_solib_return_trampoline.
1446 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1447
1448 2002-08-20 Michael Snyder <msnyder@redhat.com>
1449
1450 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1451 * gdbarch.c, gdbarch.h: Regenerate.
1452 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1453 Add.
1454 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1455
1456 2002-08-20 Michael Snyder <msnyder@redhat.com>
1457
1458 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1459 (mips_gdbarch_init): Set skip_trampoline_code,
1460 in_solib_call_trampoline.
1461 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1462 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1463
1464 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1465
1466 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1467
1468 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1469 vector type for ev registers.
1470 (e500_pseudo_register_read): New function.
1471 (e500_pseudo_register_write): New function.
1472 (e500_dwarf2_reg_to_regnum): New function.
1473 (PPC_UISA_NOFP_SPRS): New macro.
1474 (PPC_EV_REGS): New macro.
1475 (PPC_GPRS_PSEUDO_REGS): New macro.
1476 (registers_e500): New register set for e500.
1477 (variants): Add e500 variant.
1478 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1479 before setting architectural dependent variations. Initialize ev
1480 registers numbers. Add case for e500 architecture. Set the
1481 number of pseudo registers.
1482
1483 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1484
1485 * rs6000-tdep.c: Clean up comments.
1486
1487 2002-08-20 Andrew Cagney <cagney@redhat.com>
1488
1489 * h8300-tdep.c: Re-indent file.
1490
1491 2002-08-20 Jim Blandy <jimb@redhat.com>
1492
1493 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1494 default for this.
1495
1496 2002-08-20 Keith Seitz <keiths@redhat.com>
1497
1498 * breakpoints.c (watch_command_1): Use internal breakpoint
1499 when setting a watchpoint_scope breakpoint.
1500
1501 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1502
1503 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1504 (build_builtin_type_vec64i): Ditto.
1505 (build_builtin_type_vec128): Ditto.
1506 (build_builtin_type_vec128i): Ditto.
1507
1508 2002-08-19 Michael Snyder <msnyder@redhat.com>
1509
1510 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1511 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1512 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1513 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1514 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1515 CALL_DUMMY_ADDRESS): Delete.
1516 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1517 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1518 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1519 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1520 push_return_address.
1521 (mips_register_raw_size, mips_eabi_use_struct_convention,
1522 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1523 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1524 mips_init_extra_frame_info, mips_eabi_push_arguments,
1525 mips_n32n64_push_arguments, mips_push_return_address,
1526 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1527 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1528
1529 2002-08-19 Michael Snyder <msnyder@redhat.com>
1530
1531 * mips-tdep.c (mips_frame_num_args): New function.
1532 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1533 frame_saved_pc, frame_args_address, frame_locals_address,
1534 frame_num_args, and frame_args_skip.
1535 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1536 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1537 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1538 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1539
1540 2002-08-20 Michael Snyder <msnyder@redhat.com>
1541
1542 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1543 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1544 * mips-tdep.c (mips_store_struct_return): New function.
1545 (mips_extract_struct_value_address): New function.
1546 (mips_gdbarch_init): Set store_struct_return and
1547 extract_struct_value_address.
1548
1549 2002-08-20 David Carlton <carlton@math.stanford.edu>
1550
1551 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1552 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1553 (read_file_scope): Check that line_header is nonzero before
1554 decoding macro information.
1555
1556 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1557
1558 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1559 flag the general-purpose registers as floating-point on targets
1560 that don't support the floating-point registers.
1561
1562 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1563
1564 * rs6000-tdep.c (altivec_register_p): Delete.
1565 (rs6000_do_altivec_registers): Delete.
1566 (rs6000_altivec_registers_info): Delete.
1567 (rs6000_do_registers_info): Delete.
1568 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1569 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1570
1571 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1572
1573 * infcmd.c (do_registers_info): Print vector registers in hex
1574 format only.
1575 (print_vector_info): Check that printing registers
1576 makes sense.
1577 (print_float_info): Ditto.
1578
1579 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1580
1581 * mips-tdep.c (mips_gdbarch_init): Update.
1582 (mips_o32_extract_return_value): Rewrite.
1583 (mips_o32_store_return_value): Rewrite.
1584 (mips_o32_xfer_return_value): New function.
1585 (mips_xfer_register): Tweak debug print message. Allow for
1586 buf_offset when dumping the value transfered.
1587
1588 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1589
1590 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1591 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1592 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1593 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1594 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1595
1596 2002-08-14 Michael Snyder <msnyder@redhat.com>
1597
1598 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1599
1600 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1601
1602 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1603 register.
1604 (P): New macro to define a register as a pseudo register.
1605 (R, R4, R8, R16, FR32, R64, R0): Updated.
1606 (struct variant): Add new fields for number of pseudo registers
1607 and number of total registers.
1608 (tot_num_registers): New macro replacing....
1609 (num_registers): ...deleted macro.
1610 (num_registers): New function.
1611 (num_pseudo_registers): New function.
1612 (variants): Update all variants to intialize new fields correctly.
1613 Postpone initialization of number of pseudo regs and real regs.
1614 (init_variants): New function.
1615 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1616 registers offsets.
1617
1618 2002-08-19 David Carlton <carlton@math.stanford.edu>
1619
1620 * valops.c (search_struct_field): Change error message to treat
1621 return value of 0 from value_static_field as meaning that field is
1622 optimized out.
1623 (value_struct_elt_for_reference): Ditto.
1624 * values.c (value_static_field): Treat an unresolved location the
1625 same as a nonexistent symbol. Fix PR gdb/635.
1626 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1627 enclosed. Fix PR gdb/574.
1628 * MAINTAINERS: Add self to Write After Approval list.
1629
1630 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1631
1632 * mips-tdep.c (mips_xfer_register): New function.
1633 (mips_n32n64_extract_return_value): Rewrite.
1634 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1635 instead of deprecated_extract_return_value.
1636
1637 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1638
1639 * rs6000-tdep.c (TDEP): Delete macro.
1640 (branch_dest): Replace use of TDEP macro with its body.
1641 (rs6000_pop_frame): Ditto.
1642 (rs6000_push_arguments): Ditto.
1643 (rs6000_skip_trampoline_code): Ditto.
1644 (rs6000_frame_saved_pc): Ditto.
1645 (rs6000_frame_chain): Ditto.
1646 (rs6000_register_name): Ditto.
1647 (rs6000_register_byte): Ditto.
1648 (rs6000_register_raw_size): Ditto.
1649 (rs6000_register_virtual_type): Ditto.
1650 (rs6000_register_convertible): Ditto.
1651 (rs6000_convert_from_func_ptr_addr): Ditto.
1652
1653 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1654
1655 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1656 conditionally.
1657 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1658 MIPS_LINUX_JB_ELEMENT_SIZE.
1659 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1660 for MAX_REGISTER_RAW_SIZE arrays.
1661 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1662 MIPS_LINUX_JB_ELEMENT_SIZE.
1663
1664 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1665
1666 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1667
1668 2002-08-19 Aidan Skinner <aidan@velvet.net>
1669
1670 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1671 ada-valprint.c ada-tasks.c.
1672 (YYFILES): Add ada-exp.y.
1673 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1674 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1675 (ada-exp.tab.o): New target.
1676
1677 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1678
1679 * regcache.c (regcache_xfer_part): New function.
1680 (regcache_raw_read_part): New function.
1681 (regcache_raw_write_part): New function.
1682 (regcache_cooked_read_part): New function.
1683 (regcache_cooked_write_part): New function.
1684 * regcache.h (regcache_raw_read_part): Declare.
1685 (regcache_raw_write_part): Declare.
1686 (regcache_cooked_read_part): Declare.
1687 (regcache_cooked_write_part): Declare.
1688
1689 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1690
1691 * remote.c (remote_open_1): Add async_p.
1692 (remote_async_open_1): Delete.
1693 (open_remote_target): Delete.
1694 (remote_open, extended_remote_open): Update calls to remote_open_1.
1695 (remote_async_open, extended_remote_async_open): Call
1696 remote_open_1 instead of remote_async_open_1.
1697
1698 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1699
1700 * blockframe.c: Fix a few coding standard violations.
1701
1702 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1703
1704 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1705 here from ...
1706 * config/i386/tm-i386sco5.h: ... here. File removed.
1707 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1708
1709 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1710 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1711 (TM_FILE): Set to tm-i386.h.
1712 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1713 * config/i386/tm-i386v.h: Remove file.
1714 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1715 instead of "i386/tm-i386v.h".
1716 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1717 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1718 "i386/tm-i386v.h".
1719 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1720 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1721 "i386/tm-i386.h".
1722
1723 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1724
1725 * config/i386/nm-i386v.h: Add protection against
1726 multiple-inclusion.
1727 (i386_register_u_addr): Remove prototype.
1728 (register_u_addr): New prototype.
1729 (REGISTER_U_ADDR): Redefine accordingly.
1730 * i386v-nat.c: Improve several comments.
1731 (i386_register_u_addr): Change signature and rename to
1732 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1733 ubase variable.
1734
1735 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1736
1737 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1738 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1739 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1740 deprecated_extract_return_value.
1741 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1742 rename mips_o32o64_push_arguments.
1743 (mips_gdbarch_init): Update.
1744 (mips_extract_return_value): Delete.
1745 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1746 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1747 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1748 (mips_n32n64_extract_return_value): Clone
1749 mips_extract_return_value.
1750 (mips_store_return_value): Delete.
1751 (mips_o32_store_return_value): Clone mips_store_return_value.
1752 (mips_o64_store_return_value): Clone mips_store_return_value.
1753 (mips_eabi_store_return_value): Clone mips_store_return_value.
1754 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1755
1756 2002-08-18 Aidan Skinner <aidan@velvet.net>
1757
1758 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1759 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1760
1761 2002-08-18 Aidan Skinner <aidan@velvet.net>
1762
1763 * ada-lang.c: Run through gdb_indent.sh.
1764 * ada-lang.h: Run through gdb_indent.sh.
1765 * ada-tasks.c: Run through gdb_indent.sh.
1766 * ada-typeprint.c: Run through gdb_indent.sh.
1767 * ada-valprint.c: Run through gdb_indent.sh.
1768
1769 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1770
1771 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1772 ABI.
1773
1774 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1775
1776 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1777
1778 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1779 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1780
1781 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1782 write_register_gen instead of write_register_bytes.
1783
1784 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1785 i[3456]-*-osf1mk* configurations have been made obsolete.
1786 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1787 i[3456]86-*-osf1mk* hosts obsolete.
1788 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1789 targets obsolete.
1790 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1791 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1792 config/i386/i386m3.mt, config/i386/nm-m3.h,
1793 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1794 config/i386/i386mk.mh, config/i386/i386mk.mt,
1795 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1796 obsolete.
1797 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1798 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1799 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1800
1801 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1802
1803 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1804 (hppa_value_returned_from_stack): Declare.
1805 (hppa_extract_return_value): Declare.
1806 * config/pa/hppa.mt: New file.
1807 * configure.tgt: Recognize hppa*-*-*.
1808 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1809
1810 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1811
1812 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1813 comment.
1814
1815 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1816
1817 * top.c (gdb_rl_operate_and_get_next): Make sure
1818 operate-and-get-next functions correctly even when the history
1819 list is completely filled.
1820
1821 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1822
1823 * MAINTAINERS (Target Instruction Set Architectures): Rename
1824 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1825 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1826 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1827 already listed under Host/Native.
1828
1829 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1830 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1831 mips*-*-*.
1832
1833 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1834
1835 * config/ia64/ia64.mt: New file.
1836 * config/alpha/alpha.mt: New file.
1837 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1838 ia64-linux-gnu. Mention that ia64-elf is broken.
1839 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1840
1841 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1842
1843 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1844 generic_func_frame_valid instead of func_frame_valid.
1845
1846 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1847
1848 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1849 procfs appears to be broken when debugging on multi-processor
1850 machines. So enable software single stepping in order to avoid
1851 using the procfs interface to do next/step operations, using
1852 internal breakpoints instead.
1853
1854 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1855 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1856 make this pc address equal to the value it would have if the
1857 system stepping capability was used. Also set a new flag used
1858 to ensure that we don't readjust the PC one more time later.
1859
1860 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1861 address by DECR_PC_AFTER_BREAK when software single step is
1862 in use for this architecture, as this has already been taken
1863 care of in handle_inferior_event().
1864
1865 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1866
1867 * infrun.c (handle_inferior_event): Minor reformatting, to make
1868 a rather long condition expression easier to read.
1869
1870 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1871
1872 * Makefile.in (gdbtk.o): Move to end of file.
1873 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1874 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1875 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1876 (gdbtk-wrapper.o, gdbres.o): Ditto.
1877
1878 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1879
1880 * Makefile.in (copying.o): Separate out compile rule.
1881 (hpux-thread.o, procfs.o, signals.o): Ditto.
1882 (v850ice.o, z8k-tdep.o): Ditto.
1883 (tui-file.o): Move to TUI section.
1884 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1885 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1886
1887 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1888
1889 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1890 skip_trampoline_code, for better namespace-proofing.
1891
1892 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1893
1894 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1895
1896 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1897
1898 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1899
1900 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1901 signal, check whether we hit a breakpoint before checking for a
1902 single step breakpoint. Otherwise, GDB fails to notice that a
1903 breakpoint has been hit when stepping onto a breakpoint.
1904
1905 2002-08-16 Keith Seitz <keiths@redhat.com>
1906
1907 * gdb-events.sh (clear_gdb_event_hooks): New function.
1908 * gdb-events.c: Regenerate.
1909 * gdb-events.h: Regenerate.
1910
1911 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1912
1913 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1914 not_a_sw_breakpoint.
1915 * breakpoint.h (bpstat_stop_status): Add parameter names.
1916
1917 2002-08-16 Grace Sainsbury <graces@redhat.com>
1918
1919 * remote.c (remote_insert_hw_breakpoint)
1920 (remote_remove_hw_breakpoint): Fix calculation of length field
1921 for Z-packet.
1922
1923 2002-08-15 Michael Snyder <msnyder@redhat.com>
1924
1925 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1926 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1927 (supply_fpregset): Ditto.
1928
1929 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1930 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1931 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1932 (TARGET_READ_SP): Delete.
1933 (DO_REGISTERS_INFO): Delete.
1934 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1935 Delete.
1936 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1937 from macros to functions.
1938
1939 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1940 (mips_register_convertible, mips_register_convert_to_virtual,
1941 mips_register_convert_to_raw): Make static.
1942 (mips_read_sp): New function.
1943 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1944 (mips_do_registers_info): Make static.
1945 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1946 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1947 (mips_register_convert_from_type, mips_register_convert_to_type):
1948 New functions.
1949 (mips_gdbarch_init): Set up function_start_offset,
1950 register_virtual_size, pc_in_sigtramp.
1951
1952 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1953
1954 * infcmd.c (vector_info): New function.
1955 (_initialize_infcmd): Add command "info vector".
1956 (print_vector_info): New function.
1957
1958 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1959 * gdbarch.h, gdbarch.c: Regenerate.
1960
1961 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1962
1963 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1964 ``print_all''. Only print vector registers when ``print_all''.
1965
1966 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1967
1968 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1969 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1970
1971 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1972 Add `args' parameter.
1973 * gdbarch.h, gdbarch.c: Regenerate.
1974
1975 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1976
1977 * infcmd.c (float_info): Call print_float_info.
1978 (print_float_info): New function. By default, print the
1979 floating-point registers.
1980
1981 * arch-utils.h (default_print_float_info): Delete declaration.
1982 * arch-utils.c (default_print_float_info): Delete function.
1983
1984 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1985
1986 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1987 out define.
1988
1989 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1990 FRAME.
1991
1992 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1993 * configure.host: Make i[3456]86-*-aix host obsolete.
1994 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1995 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1996 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1997 config/i386/xm-i386aix.h: Make files obsolete.
1998 * i386aix-nat.c: Make file obsolete.
1999 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2000 (i386aix-nat.o): Make target obsolete.
2001
2002 * config/i386/nm-gnu.h: Removed.
2003 * config/i386/nm-i386gnu.h: New file.
2004 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2005 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2006 Moved here from ...
2007 * config/i386/tm-i386gnu.h: ... here. Removed.
2008 * config/i386/xm-i386gnu.h: Removed.
2009 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2010 (NAT_FILE): Set to nm-i386gnu.h.
2011 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2012 * i386-tdep.c: New file.
2013 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2014 (i386gnu-tdep.o): Specify dependencies.
2015
2016 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2017
2018 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2019 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2020 Adjust a few comments to reflect reality a bit closer.
2021 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2022 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2023 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2024 target_insert_watchpoint, target_remove_watchpoint):
2025 Move defines to ...
2026 * config/i386/nm-i386sco5.h: ... here.
2027 (kernel_u_size): Add prototype. Improve a few comments and add
2028 protection against multiple inclusion.
2029
2030 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2031 out define.
2032
2033 * uw-thread.c (SP_ARG0): Define if not already defined.
2034 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2035
2036 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2037
2038 * config/i386/tm-i386.h: Don't include "regcache.h".
2039
2040 * i387-tdep.h (i387_print_float_info): New prototype.
2041 * i387-tdep.c (print_i387_value, print_i387_ext,
2042 print_i387_status_word, print_i387_control_word): Add `struct
2043 ui_file *' argument and use it for output.
2044 (i387_print_float_info): Renamed from i387_float_info. Add
2045 `struct gdbarch *' and `struct ui_file *' arguments and use the
2046 latter for output.
2047 * i386-tdep.c: Include "i387-tdep.h".
2048 (i386_gdbarch_init): Set print_float_info.
2049 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2050 (FLOAT_INFO): Remove define.
2051
2052 2002-08-13 Michael Snyder <msnyder@redhat.com>
2053
2054 * mips-tdep.c (mips_push_arguments): Rename to
2055 mips_eabi_push_arguments, and tune for EABI.
2056 (MIPS_REGS_HAVE_HOME_P): Delete.
2057 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2058 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2059 Delete references to mips_regs_have_home_p.
2060
2061 2002-08-14 Keith Seitz <keiths@redhat.com>
2062
2063 * Makefile.in (install-gdbtk): Create insight plugin directory.
2064 Install plugins.tcl file.
2065
2066 2002-08-14 Keith Seitz <keiths@redhat.com>
2067
2068 * configure.in: Move SUBDIRS to near top of the file so that
2069 --enable options may add things to it.
2070 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2071 * configure: Regenerate.
2072
2073 2002-08-13 Michael Snyder <msnyder@redhat.com>
2074
2075 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2076 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2077 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2078
2079 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2080
2081 * vax-tdep.c (vax_get_saved_register): Delete function.
2082 (vax_gdbarch_init): Update.
2083 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2084 (ns32k_gdbarch_init): Update.
2085 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2086 (alpha_gdbarch_init): Update.
2087
2088 2002-08-13 Andrew Cagney <cagney@redhat.com>
2089
2090 * regcache.c (init_regcache_descr): Overallocate the
2091 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2092 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2093 nr_raw_registers.
2094 (set_register_cached): Add range checking assertions. Use
2095 current_regcache.
2096
2097 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2098
2099 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2100 numbers for MMX registers.
2101
2102 2002-08-13 Andrew Cagney <cagney@redhat.com>
2103
2104 * i386-tdep.c (i386_gdbarch_init): Use
2105 generic_unwind_get_saved_register.
2106
2107 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2108
2109 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2110 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2111 target vector.
2112 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2113 Delete. Add comment regarding this now-deleted target method.
2114
2115 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2116
2117 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2118 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2119 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2120 real PC and the page number (if it's within the memory bank window).
2121 (m68hc11_pseudo_register_write): Likewise when saving.
2122 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2123 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2124 (m68hc11_register_raw_size): And use 32-bit for it.
2125 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2126 16K memory bank is used by the prog; also use the virtual pc.
2127
2128 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2129
2130 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2131 (m68hc11_gdbarch_init): Install it in gdbarch.
2132 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2133 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2134 (MSYMBOL_SIZE): New for documentation.
2135 (insn_return_kind): Enum to specify how a function returns.
2136 (frame_extra_info): Cleanup and record the return mode.
2137 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2138 register in address computation.
2139 (m68hc11_get_return_insn): New to obtain the return instruction used
2140 by the function.
2141 (m68hc11_frame_init_saved_regs): Take into account the return
2142 instruction used by the function for far and interrupt functions.
2143 (m68hc11_init_extra_frame_info): Take into account page register.
2144 (m68hc11_frame_args_address): Adjust according to the return mode.
2145 (show_regs): Print page register only when it's used.
2146
2147 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2148
2149 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2150 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2151 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2152 registers.
2153 (m68hc11_register_raw_size): Likewise.
2154
2155 2002-08-13 Andrew Cagney <cagney@redhat.com>
2156
2157 * i386-tdep.c (i386_register_name): Handle mmx registers.
2158 (mmx_regnum_p): New function.
2159 (i386_mmx_names): New array.
2160 (mmx_num_regs): New variable.
2161 (i386_pseudo_register_read): New function.
2162 (i386_pseudo_register_write): New function.
2163 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2164
2165 * regcache.c (regcache_raw_read_unsigned): New function.
2166 (regcache_raw_read_signed): New function.
2167 * regcache.h (regcache_raw_read_unsigned): Declare.
2168 (regcache_raw_read_signed): Declare.
2169
2170 2002-08-13 Andrew Cagney <cagney@redhat.com>
2171
2172 * regcache.c (regcache_raw_read_as_address): Delete function.
2173 (regcache_cooked_read_signed): New function.
2174 (regcache_cooked_read_unsigned): New function.
2175 * regcache.h (regcache_cooked_read_signed): Declare.
2176 (regcache_cooked_read_unsigned): Declare.
2177 (regcache_raw_read_as_address): Delete declaration.
2178
2179 * blockframe.c (generic_read_register_dummy): Use
2180 regcache_cooked_read_unsigned.
2181 * i386-tdep.c (i386_extract_struct_value_address): Use
2182 regcache_cooked_read_unsigned.
2183
2184 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2185
2186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2187 double sizes according to ELF ABI flags.
2188 (gdbarch_tdep): Record elf_flags.
2189
2190 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2191
2192 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2193 (m6812_prolog): They can appear in 68HC12 function prologue.
2194 (m68hc11_frame_chain): Cleanup.
2195
2196 2002-08-12 Andrew Cagney <cagney@redhat.com>
2197
2198 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2199 declarations.
2200 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2201 (i386_linux_register_raw_size): Delete function.
2202 (i386_linux_init_abi): Update.
2203 * i386-tdep.c (i386_register_raw_size): Delete function.
2204 (i386_register_byte): Delete function.
2205 (i386_gdbarch_init): Update.
2206 (i386_register_size): Delete array.
2207 (i386_register_offset): Delete array.
2208
2209 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2210 (REGISTER_RAW_SIZE): Delete macro.
2211 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2212 (REGISTER_BYTE): Delete macro.
2213
2214 2002-08-11 Aidan Skinner <aidan@velvet.net>
2215
2216 * ada-lang.c (ada_lookup_partial_symbol)
2217 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2218 prototype names so that grep ^func works properly.
2219
2220 * ada-lang.c (ada_array_element_type)
2221 (ada_lookup_partial_symbol): Fix typos in parameter list.
2222
2223 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2224 Fix prototype names so that grep ^func works properly.
2225
2226 2002-08-10 Andrew Cagney <cagney@redhat.com>
2227 Elena Zannoni <ezannoni@redhat.com>
2228 Martin M. Hunt <hunt@redhat.com>
2229
2230 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2231 (build_builtin_type_vec128i): Set the vector bit.
2232 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2233 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2234 (build_builtin_type_vec64): New function.
2235 (build_builtin_type_vec64i): New function.
2236 (build_gdbtypes): Initialize builtin_type_vec64 and
2237 builtin_type_vec64i.
2238
2239 2002-08-09 Andrew Cagney <cagney@redhat.com>
2240
2241 * regcache.c (regcache_dump): Compare the register offset
2242 with REGISTER_BYTE.
2243 * arch-utils.c (generic_register_byte): New function.
2244 * arch-utils.h (generic_register_byte): Declare.
2245 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2246 * gdbarch.h, gdbarch.c: Regenerate.
2247
2248 2002-08-09 Andrew Cagney <cagney@redhat.com>
2249
2250 * regcache.c: Include "gdbcmd.h"
2251 (_initialize_regcache): Add commands "maintenance print
2252 registers", "maintenance print raw-registers" and "maintenance
2253 print cooked-registers".
2254 (enum regcache_dump_what): Define.
2255 (dump_endian_bytes): New function.
2256 (regcache_dump): New function.
2257 (regcache_print): New function.
2258 (maintenance_print_registers): New function.
2259 (maintenance_print_raw_registers): New function.
2260 (maintenance_print_cooked_registers): New function.
2261 * Makefile.in (regcache.o): Update dependencies.
2262
2263 2002-08-09 Michael Snyder <msnyder@redhat.com>
2264
2265 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2266 (mips_push_arguments): Correct some comments. Use paddr_nz
2267 for printing addresses in debug output. Replace static
2268 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2269 (mips_n32n64_push_arguments): New function, cloned from
2270 mips_push_arguments and tuned for the n32/n64 ABI.
2271 (mips_push_register): Buffer needs dynamic allocation.
2272 (mips_print_register): Ditto.
2273 (do_gp_register_row): Ditto.
2274 (mips_store_return_value): Ditto.
2275 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2276
2277 2002-08-09 Don Howard <dhoward@redhat.com>
2278
2279 * memattr.c (mem_info_command): Print special case of upper bound
2280 as max CORE_ADDR + 1.
2281
2282 2002-08-08 Michael Snyder <msnyder@redhat.com>
2283
2284 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2285 returns structs by ref if they're too big to fit in two registers.
2286
2287 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2288
2289 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2290 saved regs value.
2291 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2292 mips_find_saved_regs().
2293 (mips_pop_frame): Likewise.
2294
2295 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2296
2297 * blockframe.c (frame_saved_regs_register_unwind): Revise
2298 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2299 frames are in use.
2300
2301 2002-08-09 Grace Sainsbury <graces@redhat.com>
2302
2303 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2304 T-packets; the 'a' is not taken as a register number.
2305 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2306 (remote_stopped_data_address): New functions; add to target
2307 vector.
2308 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2309 prototypes to match other implementations of this
2310 function. replace integer argument with pointer -- the length
2311 field in the Z-packet is the length of what is pointed to or 1 if
2312 pointer is null. Add to target vector.
2313 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2314 target vector.
2315
2316 From Mark Salter:
2317 * remote.c (remote_wait): Add support to extract optional
2318 watchpoint information from T-packet. Ignore unrecognized
2319 optional info in T-packet.
2320 (remote_async_wait): Ditto.
2321
2322 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2323
2324 * cli/cli-dump.c: Change fopen modes to use binary open modes
2325 as defined in include/fopen-bin.h throughout.
2326
2327 2002-08-08 Michael Snyder <msnyder@redhat.com>
2328
2329 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2330
2331 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2332
2333 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2334 assertion failure by returning early after a warning.
2335
2336 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2337
2338 * mips-tdep.c (mips_find_saved_regs): Make static.
2339 (mips_frame_init_saved_regs): New function.
2340 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2341 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2342 (mips_find_saved_regs): Delete declaration.
2343
2344 2002-08-08 Grace Sainsbury <graces@redhat.com>
2345
2346 * remote.c (remote_wait, remote_async_wait): Change
2347 thread_num from int to ULONGEST.
2348 (unpack_varlen_hex): Change result parameter from
2349 int * to ULONGEST *.
2350
2351 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2352
2353 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2354 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2355 powerpc*-*-*.
2356 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2357
2358 2002-08-08 Andrew Cagney <cagney@redhat.com>
2359
2360 * gcore.c (override_derive_stack_segment): Delete variable.
2361 (preempt_derive_stack_segment): Delete function.
2362 (derive_stack_segment): Delete function.
2363 (default_derive_stack_segment): Renamed to derive_stack_segment.
2364 (override_derive_heap_segment): Delete variable.
2365 (preempt_derive_heap_segment): Delete function.
2366 (derive_heap_segment): Delete function.
2367 (default_derive_heap_segment): Rename to derive_heap_segment.
2368
2369 2002-08-06 Michael Snyder <msnyder@redhat.com>
2370
2371 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2372 * mips-tdep.c (mips_EABI_use_struct_convention,
2373 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2374 New functions. (mips_use_struct_convention): Delete.
2375 (mips_gdbarch_init): set use_gdbarch_convention.
2376
2377 2002-08-06 Michael Snyder <msnyder@redhat.com>
2378
2379 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2380 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2381 mips_o32_reg_struct_has_addr): New functions.
2382 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2383
2384 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2385
2386 * regcache.c (pseudo_register): Delete function.
2387 (fetch_register): Delete function.
2388 (store_register): Delete function.
2389 (regcache_raw_read, legacy_read_register_gen): Use
2390 target_fetch_registers instead of fetch_register.
2391 (legacy_write_register_gen, regcache_raw_write): Use
2392 target_store_register instead of store_register.
2393 (write_register_bytes): Ditto.
2394
2395 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2396 (STORE_PSEUDO_REGISTER): Delete.
2397 * gdbarch.h, gdbarch.c: Regenerate.
2398
2399 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2400
2401 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2402 write dump file binary.
2403
2404 2002-08-05 Michael Snyder <msnyder@redhat.com>
2405
2406 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2407 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2408 (mips_gdbarch_init): Set N32 target to be mips64.
2409
2410 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2411
2412 * frame.c (find_saved_register): Break out of loop once saved
2413 register address is found. Don't mention sparc in loop comment
2414 anymore.
2415
2416 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2417
2418 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2419 mips_default_saved_regsize to 8.
2420
2421 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2422
2423 * gcore.c: Do not include <sys/procfs.h>.
2424 * Makefile.in (gcore.o): Update dependencies.
2425
2426 2002-08-06 Andrew Cagney <cagney@redhat.com>
2427
2428 * configure.tgt: Make arc-*-* obsolete.
2429 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2430 * MAINTAINERS: Make arc-elf obsolete.
2431 * arc-tdep.c: Make file obsolete.
2432 * config/arc/arc.mt: Ditto.
2433 * config/arc/tm-arc.h: Ditto.
2434
2435 2002-08-05 Theodore A. Roth <troth@verinet.com>
2436
2437 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2438
2439 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2440
2441 * mcore-tdep.c (mcore_gdbarch_init): Use
2442 generic_unwind_get_saved_register instead of
2443 generic_get_saved_register.
2444 * v850-tdep.c (v850_gdbarch_init): Ditto.
2445 * frv-tdep.c (frv_gdbarch_init): Ditto.
2446 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2447 * s390-tdep.c (s390_gdbarch_init): Ditto.
2448 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2449 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2450 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2451
2452 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2453
2454 * objfiles.h: Add missing #include "symfile.h"
2455
2456 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2457
2458 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2459
2460 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2461 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2462 of FIELD_BITSIZE.
2463
2464 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2465
2466 * NEWS: Cleanup and nitpick.
2467
2468 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2469
2470 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2471
2472 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2473
2474 * Makefile.in (gdbtk-bp.o): Update dependencies.
2475 (gdbtk-register.o): Ditto.
2476 (gdbtk-varobj.o): Ditto.
2477
2478 2002-08-03 Andrew Cagney <cagney@redhat.com>
2479
2480 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2481 m68hc11_fetch_pseudo_register.
2482 (m68hc11_pseudo_register_write): Replace
2483 m68hc11_store_pseudo_register.
2484 (m68hc11_gdbarch_init): Update.
2485
2486 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2487
2488 * gdbarch.sh: Include "gdb_string.h".
2489 * gdbarch.c: Regenerate.
2490
2491 * regcache.c: Include "gdb_string.h".
2492 * ax-general.c: Ditto.
2493 * varobj.c: Ditto.
2494 * std-regs.c: Ditto.
2495 * fbsd-proc.c: Ditto.
2496 * thread.c: Ditto.
2497
2498 * Makefile.in (regcache.o): Update dependencies.
2499 (thread.o, gdbarch.o): Ditto.
2500 (ax-general.o, gdbarch.o): Ditto.
2501 (varobj.o, std-regs.o): Ditto.
2502 (fbsd-proc.o): Specify dependencies.
2503
2504 2002-08-02 Andrew Cagney <cagney@redhat.com>
2505
2506 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2507 regnum.
2508 (regcache_cooked_write): Ditto.
2509
2510 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2511
2512 * regcache.c (regcache_cooked_read): New function.
2513 (regcache_cooked_write): New function.
2514 (read_register_gen): Rewrite using regcache_cooked_read.
2515 (write_register_gen): Rewrite using regcache_cooked_write.
2516
2517 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2518 Declare.
2519
2520 2002-08-02 Andrew Cagney <cagney@redhat.com>
2521
2522 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2523 Replace the architecture methods register_read and register_write.
2524 * gdbarch.h, gdbarch.c: Regenerate.
2525 * regcache.c (init_regcache_descr): Update.
2526 (read_register_gen): Update.
2527 (write_register_gen): Update.
2528 (supply_register): Update comment.
2529
2530 * sh-tdep.c (sh_gdbarch_init): Update.
2531 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2532 `regcache' and `gdbarch' parameters. Make `buffer' a void
2533 pointer. Update code.
2534 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2535 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2536 void pointer. Update code.
2537 (sh64_register_write): Delete.
2538 (sh4_register_read): Delete.
2539 (sh64_register_read): Delete.
2540 (sh4_register_write): Delete.
2541 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2542 void pointer, `to' parameter a void pointer.
2543 (sh_sh64_register_convert_to_raw): Ditto.
2544
2545 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2546
2547 * mips-tdep.c (mips_register_virtual_type): Use architecture
2548 invariant return values.
2549
2550 2002-08-01 Andrew Cagney <cagney@redhat.com>
2551
2552 * linux-proc.c: Include "gdb_string.h".
2553 * Makefile.in (linux-proc.o): Update dependency list.
2554
2555 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2556
2557 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2558 comment.
2559
2560 2002-08-01 Grace Sainsbury <graces@redhat.com>
2561
2562 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2563 to_insert_watchpoint, to_remove_watchpoint,
2564 to_stopped_by_watchpoint, to_stopped_data_address,
2565 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2566 target vecctor. Define their corresponding macros so they call
2567 them.
2568
2569 * target.c: Add default and debug versions of for
2570 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2571 to_insert_watchpoint, to_remove_watchpoint,
2572 to_stopped_by_watchpoint, to_stopped_data_address,
2573 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2574
2575 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2576
2577 * mips-tdep.c (mips_register_virtual_type): New function.
2578 (mips_gdbarch_init): Register mips_register_virtual_type()
2579 with gdbarch machinery.
2580 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2581 this file instead of tm-bigmips.h.
2582 (MIPS_REGSIZE): Delete this macro.
2583 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2584 multiarch version in mips-tdep.c will be found.
2585
2586 2002-08-01 Andrew Cagney <cagney@redhat.com>
2587
2588 * NEWS: Menion that CHILL has been made obsolete.
2589
2590 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2591 * stabsread.c (read_range_type): Ditto.
2592 * gdbtypes.h: Ditto.
2593 * language.c (binop_type_check): Ditto.
2594 (binop_result_type): Ditto.
2595 (integral_type): Ditto.
2596 (character_type): Ditto.
2597 (string_type): Ditto.
2598 (boolean_type): Ditto.
2599 (structured_type): Ditto.
2600 (lang_bool_type): Ditto.
2601 (binop_type_check): Ditto.
2602 * language.h (_LANG_chill): Ditto.
2603 * dwarfread.c (set_cu_language): Ditto.
2604 * dwarfread.c (CHILL_PRODUCER): Ditto.
2605 * dwarfread.c (handle_producer): Ditto.
2606 * expression.h (enum exp_opcode): Ditto.
2607 * eval.c: Ditto for comments.
2608 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2609 * expprint.c (print_subexp): Ditto.
2610 (print_subexp): Ditto.
2611 * valops.c (value_cast): Ditto.
2612 (search_struct_field): Ditto.
2613 * value.h (COERCE_VARYING_ARRAY): Ditto.
2614 * symfile.c (init_filename_language_table): Ditto.
2615 (add_psymbol_with_dem_name_to_list): Ditto.
2616 * valarith.c (value_binop): Ditto.
2617 (value_neg): Ditto.
2618 * valops.c (value_slice): Ditto.
2619 * symtab.h (union language_specific): Ditto.
2620 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2621 (SYMBOL_DEMANGLED_NAME): Ditto.
2622 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2623 * defs.h (enum language): Ditto.
2624 * symtab.c (got_symtab): Ditto.
2625 * utils.c (fprintf_symbol_filtered): Ditto.
2626
2627 * ch-typeprint.c: Make file obsolete.
2628 * ch-valprint.c: Make file obsolete.
2629 * ch-lang.h: Make file obsolete.
2630 * ch-exp.c: Make file obsolete.
2631 * ch-lang.c: Make file obsolete.
2632
2633 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2634 CHILL_LIB.
2635 (TARGET_FLAGS_TO_PASS): Ditto.
2636 (CHILLFLAGS): Obsolete.
2637 (CHILL): Obsolete.
2638 (CHILL_FOR_TARGET): Obsolete.
2639 (CHILL_LIB): Obsolete.
2640 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2641 ch-valprint.c.
2642 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2643 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2644 ch-lang.o.
2645 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2646 targets.
2647
2648 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2649
2650 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2651 This does not change anything at the moment, but will be helpful
2652 later when full Ada support is integrated.
2653
2654 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2655
2656 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2657 help message.
2658
2659 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2660
2661 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2662 and save it in a local variable. Use variable in later test.
2663
2664 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2665
2666 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2667 test. (Thanks to Daniel Jacobowitz.)
2668
2669 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2670
2671 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2672 (mips_abi_strings): Add "n64".
2673 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2674
2675 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2676
2677 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2678 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2679
2680 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2681
2682 * utils.c (host_pointer_to_address, address_to_host_pointer):
2683 Use gdb_assert() instead of explicit call to internal_error().
2684
2685 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2686
2687 * Makefile.in (rs6000-nat.o): Update dependencies.
2688
2689 From Nicholas Duffek:
2690 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2691 (aix-thread.o): New rule.
2692 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2693 * config/powerpc/aix432.mh: New file.
2694
2695 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2696
2697 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2698 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2699 (fetch_core_registers, ppc_linux_supply_gregset)
2700 (ppc_linux_supply_fpregset): New functions.
2701 (ppc_linux_regset_core_fns): New.
2702 (_initialize_ppc_linux_tdep): Call add_core_fns.
2703 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2704 and ppc_linux_supply_gregset.
2705 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2706 (supply_fpregset): Call ppc_linux_supply_fpregset.
2707 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2708 corelow.o.
2709 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2710
2711 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2712
2713 * symtab.c (lookup_symbol): Demangle before lowercasing.
2714
2715 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2716
2717 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2718 declaration.
2719 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2720 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2721 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2722 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2723 "gdb_string.h".
2724 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2725 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2726 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2727 (avr-tdep.o, mon960-rom.o): Ditto.
2728 (aout_stabs_gnu_h): Define.
2729 (symtab_h): Remove $(gdb_obstack_h).
2730
2731 2002-07-30 Jim Blandy <jimb@redhat.com>
2732
2733 Patch from David Carlton <carlton@math.stanford.edu>:
2734 * gdbinit.in: Move the `dir' commands that add GDB's own source
2735 directory to the search path to the end, so that the `gdb' source
2736 directory will be searched first.
2737
2738 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2739
2740 * gdb_obstack.h: New file.
2741 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2742 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2743 * objfiles.h: Include "gdb_obstack.h".
2744 * Makefile.in (gdb_obstack_h): Define.
2745 (symtab_h): Add $(gdb_obstack_h).
2746 (objfiles_h): Add $(gdb_obstack_h).
2747
2748 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2749 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2750 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2751 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2752 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2753 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2754 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2755 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2756
2757 * Makefile.in (bcache.o): Update dependencies.
2758 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2759 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2760 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2761 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2762 (stabsread.o, symfile.o, symmisc.o): Ditto.
2763 (symtab.o, typeprint.o, macroexp.o): Ditto.
2764 (macrotab.o, mdebugread.o): Ditto.
2765 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2766 (coff_ecoff_h, aout_aout64_h): Define.
2767 (aout_stabs_gnu_h, libaout_h): Define.
2768
2769 2002-07-29 Andrew Cagney <cagney@redhat.com>
2770
2771 * regcache.c (struct regcache_descr): Rename nr_registers to
2772 nr_cooked_registers. Revise comments describing the structure
2773 member fields.
2774 (init_regcache_descr): Update.
2775 (init_legacy_regcache_descr): Update.
2776 (read_register_gen, write_register_gen): When a cooked register in
2777 the raw register range, directly access the value from the raw
2778 register cache.
2779
2780 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2781
2782 * z8k-tdep.c: Do not include "obstack.h".
2783 * h8300-tdep.c, h8500-tdep.c: Ditto.
2784 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2785 * valprint.c, v850-tdep.c: Ditto.
2786 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2787 * mn10200-tdep.c: Ditto.
2788
2789 * Makefile.in (z8k-tdep.o): Update dependencies.
2790 (m68hc11-tdep.o, valprint.o): Ditto.
2791 (v850-tdep.o, d10v-tdep.o): Ditto.
2792 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2793 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2794 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2795 (sh_opc_h, gdb_sim_sh_h): Define.
2796 (elf_sh_h, elf_bfd_h): Define.
2797 (opcode_m68hc11_h): Define.
2798 (OPCODES_SRC, OPCODES_DIR): define.
2799 (OPCODES): Use $(OPCODES_DIR).
2800 (gdb_sim_d10v_h): Rename sim_d10v_h.
2801 (gdb_sim_arm_h): Rename sim_arm_h.
2802
2803 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2804
2805 * utils.c (host_pointer_to_address, address_to_host_pointer):
2806 Change internal_error() message to indicate function responsible
2807 for the error.
2808
2809 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2810
2811 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2812 calls to local_hex_string_custom().
2813
2814 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2815
2816 * irix5-nat.c: Move IRIX shared library support from here...
2817 * solib-irix.c: ...to here. Revised substantially to work with
2818 generic solib framework.
2819
2820 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2821 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2822 * mips-irix-tdep.c: New file.
2823
2824 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2825 (mips-irix-tdep.o, solib-irix.o): New rules.
2826 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2827 solib-irix.o.
2828 * config/mips/irix6.mt (TDEPFILES): Likewise.
2829 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2830
2831 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2832
2833 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2834 disabled (via ``#if 0'') includes.
2835
2836 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2837
2838 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2839 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2840 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2841 Add support for the fpscr register.
2842 * rs6000-nat.c (regmap, fetch_inferior_registers)
2843 (store_inferior_registers, fetch_core_registers): Likewise.
2844
2845 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2846
2847 * rs6000-nat.c (language.h): Include.
2848 (special_regs): Delete this array.
2849 (regmap): New function.
2850 (fetch_register, store_register): Use regmap() to map gdb
2851 register numbers to ptrace register numbers. Also, use
2852 outputs from regmap() to make decisions regarding type of
2853 ptrace() call to make. In particular, don't compare against
2854 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2855 (fetch_inferior_registers, store_inferior_registers): Where
2856 possible, obtain register numbers from tdep struct. Don't
2857 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2858 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2859 (LAST_UISA_SP_REGNUM): Delete.
2860
2861 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2862
2863 * rs6000-nat.c (ppc-tdep.h): Include.
2864 (fetch_registers, store_register, fetch_core_registers): Don't
2865 access registers[] directly. Instead, use supply_register() or
2866 regcache_collect() as appropriate.
2867 (find_toc_address): Format hex address with local_hex_string().
2868
2869 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2870
2871 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2872 bfd/elf32-frv.c.
2873
2874 2002-07-24 Tom Tromey <tromey@redhat.com>
2875
2876 * jv-exp.y: Marked all strings with _().
2877 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2878 internal_error.
2879 (MethodInvocation, CastExpression, parse_number, yyerror,
2880 java_type_from_name, push_expression_name, yylex): Typo fixes.
2881
2882 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2883
2884 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2885 (tee_file_flush, tee_file_write, tee_file_fputs)
2886 (tee_file_isatty): New.
2887 * ui-file.h (tee_file_new): Add prototype.
2888
2889 2002-07-24 Aidan Skinner <aidan@velvet.net>
2890
2891 * ada-lang.c: Change k&r style function definitions to prototyped
2892 form.
2893 * ada-typeprint.c: Change k&r style function definitions to prototyped
2894 form.
2895 * ada-valprint.c: Change k&r style function definitions to prototyped
2896 form.
2897
2898 2002-07-24 Andrew Cagney <cagney@redhat.com>
2899
2900 * README: Remove reference to remote-bug.
2901 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2902 remote-bug.c.
2903 (m88k-nat.o): Delete rule.
2904 (m88k-tdep.o): Delete rule.
2905 (remote-bug.o): Delete rule.
2906 * MAINTAINERS: Mark as obsolete.
2907 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2908 * m88k-tdep.c: Make file obsolete.
2909 * config/m88k/m88k.mh: Ditto.
2910 * config/m88k/delta88v4.mh: Ditto.
2911 * config/m88k/delta88v4.mt: Ditto.
2912 * config/m88k/delta88.mt: Ditto.
2913 * config/m88k/delta88.mh: Ditto.
2914 * remote-bug.c: Ditto.
2915 * config/m88k/tm-delta88.h: Ditto.
2916 * config/m88k/nm-delta88v4.h: Ditto.
2917 * config/m88k/xm-delta88.h: Ditto.
2918 * config/m88k/xm-dgux.h: Ditto.
2919 * config/m88k/tm-m88k.h: Ditto.
2920 * config/m88k/nm-m88k.h: Ditto.
2921 * config/m88k/tm-delta88v4.h: Ditto.
2922 * m88k-nat.c: Ditto.
2923 * cxux-nat.c: Ditto.
2924 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2925 and m88*-*-* obsolete.
2926 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2927 m88*-*-* obsolete.
2928
2929 2002-07-24 Andrew Cagney <cagney@redhat.com>
2930
2931 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2932 constant. Same for local pointer variables.
2933 (extract_signed_integer): Ditto.
2934 * defs.h (extract_unsigned_integer): Update.
2935 (extract_signed_integer): Update.
2936
2937 2002-07-24 Andrew Cagney <cagney@redhat.com>
2938
2939 * regcache.c (regcache_raw_write): Change buf parameter to a
2940 constant void pointer.
2941 (regcache_raw_read): Change buf parameter to a void pointer.
2942 (legacy_write_register_gen): Change myaddr parameter a constant
2943 void pointer.
2944 (supply_register): Change val parameter to a const void pointer.
2945 * regcache.h (regcache_raw_write): Update declaration.
2946 (regcache_raw_read): Update declaration.
2947 (supply_register): Update declaration.
2948
2949 2002-07-24 Tom Tromey <tromey@redhat.com>
2950
2951 * defs.h (gdb_readline_wrapper): Declare.
2952 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2953 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2954 * top.c (gdb_readline_wrapper): New function.
2955 (command_line_input): Use it.
2956
2957 2002-07-24 Andrew Cagney <cagney@redhat.com>
2958
2959 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2960 regcache_read and regcache_write.
2961 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2962 * regcache.c: Update.
2963 * sh-tdep.c (sh64_push_arguments): Update comment.
2964 (sh_pseudo_register_read): Update.
2965 (sh_pseudo_register_write): Update.
2966 (sh4_register_read): Update.
2967 (sh4_register_write): Update.
2968 (sh64_pseudo_register_read): Update.
2969 (sh64_pseudo_register_write): Update.
2970 (sh64_register_read): Update.
2971 (sh64_register_write): Update.
2972 * i386-tdep.c (i386_extract_return_value): Update.
2973 (i386_extract_struct_value_address): Update.
2974 (i386_extract_return_value): Update.
2975 * blockframe.c (generic_read_register_dummy): Update.
2976 (generic_call_dummy_register_unwind): Update
2977 * infrun.c (write_inferior_status_register): Update.
2978
2979 2002-07-23 Jim Blandy <jimb@redhat.com>
2980
2981 * parser-defs.h (expression_context_pc): Make this extern.
2982 (Thanks to Michael Snyder.)
2983
2984 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2985
2986 GDB 5.2.1 released from 5.2 branch.
2987 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2988 * README: Update to mention 5.2.1.
2989
2990 2002-07-23 Mark Salter <msalter@redhat.com>
2991
2992 * remote.c (remote_read_bytes): Fix check for error.
2993
2994 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2995
2996 * aix-thread.c (language.h): Include.
2997 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2998 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2999 Print newlines at end of debug messages.
3000 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3001 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3002
3003 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3004
3005 * aix-thread.c (ppc-tdep.h): Include.
3006 (special_register_p): New function.
3007 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3008 (store_regs_user_thread): Use register number information from
3009 gdbarch_tdep struct instead of hardcoded offsets relative to
3010 FIRST_UISA_SP_REGNUM.
3011 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3012 special_register_p() instead of using FPLAST_REGNUM and
3013 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3014 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3015 will be MQ's register number.
3016
3017 2002-07-22 Michael Snyder <msnyder@redhat.com>
3018
3019 * aix-thread.c (ops): Rename to aix_thread_ops.
3020 (base_ops): Rename to base_target.
3021 (ops_attach): Rename to aix_thread_attach.
3022 (ops_detach): Rename to aix_thread_detach.
3023 (ops_resume): Rename to aix_thread_detach.
3024 (ops_wait): Rename to aix_thread_wait.
3025 (ops_kill): Rename to aix_thread_kill.
3026 (init_ops): Rename to init_aix_thread_ops.
3027 (ops_fetch_register): Rename to aix_thread_fetch_register.
3028 (ops_store_register): Rename to aix_thread_store_register.
3029 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3030 (ops_thread_alive): Rename to aix_thread_thread_alive.
3031 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3032 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3033 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3034 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3035 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3036 (store_regs_lib): Rename to store_regs_user_thread.
3037 (store_regs_kern): Rename to store_regs_kernel_thread.
3038
3039 2002-07-22 Michael Snyder <msnyder@redhat.com>
3040
3041 * aix-thread.c (ops_prepare_to_store): Eliminate.
3042 (init_ops): Don't initialize ops.prepare_to_store.
3043 (store_regs_kern): Pre-fetch register buffers from child,
3044 because some registers may not be in the cache. Copy
3045 regs from register cache only if they are cached.
3046 (store_regs_lib): Copy regs from register cache only
3047 if they are cached.
3048 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3049 fill_gprs64): Ditto.
3050
3051 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3052
3053 * aix-thread.c (gdb_assert.h): Include.
3054 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3055 register sizes (from register cache) match size of buffer holding
3056 register data.
3057 (fill_sprs32): Change parameter types to match those in the ptrace()
3058 buffer.
3059 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3060 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3061
3062 2002-07-22 Michael Snyder <msnyder@redhat.com>
3063
3064 * aix-thread.c (supply_sprs64): Cosmetic change.
3065 (supply_sprs32): Cosmetic change.
3066 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3067 (fill_sprs64): Use regcache_collect instead of read_register.
3068 (store_regs_lib): Use regcache_collect instead of
3069 read_register. Use fill_sprs32 instead of fill_sprs64,
3070 if debugging a 32-bit architecture.
3071 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3072 out of the register cache, instead of passing a pointer into
3073 the register cache directly to ptrace. Use regcache_collect
3074 insteaad of read_register.
3075 (ops_prepare_to_store): Use target_read_registers instead
3076 of read_register_bytes.
3077
3078 2002-07-20 Aidan Skinner <aidan@velvet.net>
3079
3080 * MAINTAINERS: Add self under write after approval.
3081
3082 2002-07-20 Aidan Skinner <aidan@velvet.net>
3083
3084 * ada-tasks.c: Change k&r style function definitions to prototyped
3085 form.
3086
3087 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3088
3089 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3090 * x86-64-tdep.c: Include "objfiles.h".
3091 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3092 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3093
3094 2002-07-17 Michal Ludvig <michal@suse.cz>
3095
3096 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3097 (update_context): Initialise cfa variable.
3098
3099 2002-07-17 Michael Snyder <msnyder@redhat.com>
3100
3101 * aix-thread.c: Shorten some long lines.
3102 Bring comments into line with code spec.
3103
3104 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3105
3106 * infrun.c: Re-indent using gdb_indent.sh.
3107
3108 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3109
3110 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3111 Leave the indentation temporarily untouched, to minimize the diffs.
3112
3113 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3114
3115 * stabsread.c: Make os9k sections of the code obsolete,
3116 for real this time.
3117 * stabsread.h: Make os9k sections of the code obsolete.
3118
3119 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3120
3121 * linux-low.c (regsets_store_inferior_registers): Add free()
3122 at the end of a loop to prevent memory leak.
3123 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3124 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3125 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3126 line a comment.
3127 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3128
3129 2002-07-17 Jim Blandy <jimb@redhat.com>
3130
3131 * macrocmd.c (info_macro_command): Remove newline from error
3132 message.
3133
3134 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3135
3136 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3137 (sh_gdbarch_init): Use it for sh-dsp.
3138
3139 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3140
3141 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3142 64-bit DWARF2 format.
3143
3144 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3145
3146 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3147 <sys/proc.h> when not available.
3148
3149 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3150
3151 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3152 * stabsread.c: Make os9k sections of the code obsolete.
3153 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3154 * config/i386/i386os9k.mt: Make file obsolete.
3155 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3156 (COMMON_OBS): Remove os9kread.o
3157 (SFILES): Remove os9kread.c.
3158 (os9kread.o, remote-os9k.o): Make target obsolete.
3159 * remote-os9k.c: Make file obsolete.
3160 * os9kread.c: Make file obsolete.
3161 * Makefile.in
3162
3163 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3164
3165 * NEWS: Mention that the FR30 has been made obsolete.
3166 * fr30-tdep.c: Make file obsolete.
3167 * config/fr30/tm-fr30.h: Ditto.
3168 * config/fr30/fr30.mt: Ditto.
3169 * configure.tgt: Make fr30-*-elf obsolete.
3170 * MAINTAINERS: Make fr30-elf obsolete.
3171
3172 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3173
3174 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3175 found is not inside a section.
3176
3177 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3178
3179 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3180 strerror().
3181 (pdc_realloc): Use xrealloc() instead of realloc().
3182
3183 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3184
3185 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3186 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3187 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3188 macros.
3189
3190 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3191
3192 * aix-thread.c (ptrace_check): Eliminate goto.
3193 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3194 problem.
3195
3196 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3197
3198 * aix-thread.c (gdbcmd.h): Include.
3199 (DEBUG, DBG, DBG2, dbg): Eliminate.
3200 (debug_aix_thread): New static global.
3201 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3202 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3203 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3204 invocations to DBG and DBG2 macros to test against
3205 ``debug_aix_thread'' and call fprintf_unfiltered().
3206 (_initialize_aix_thread): Add new command "set debug aix-thread".
3207
3208 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3209
3210 From Gerhard Tonn <TON@de.ibm.com>:
3211 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3212 instead of supply_register.
3213
3214 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3215
3216 * dwarf2cfi.c: Include "gdb_assert.h".
3217 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3218 non-NULL.
3219 (update_context): Do not use __func__. Add missing ``break''.
3220 (update_context): Do not use __func__.
3221
3222 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3223
3224 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3225 and its setting. Set gdbarch instruction printing functions
3226 directly. For non-rs6000 case use new function
3227 gdb_print_insn_powerpc.
3228 (gdb_print_insn_powerpc): New function.
3229
3230 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3231
3232 * NEWS: Mention that the d30v has been marked obsolete.
3233 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3234 * configure.tgt: Mark d30v-*-* as obsolete.
3235 * d30v-tdep.c: Mark file as obsolete.
3236 * config/d30v/d30v.mt: Ditto.
3237 * config/d30v/tm-d30v.h: Ditto.
3238
3239 2002-07-13 Aidan Skinner <aidan@velvet.net>
3240
3241 * ada-tasks.c (add_task_entry): replace calls to
3242 malloc() with xmalloc
3243 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3244
3245 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3246 ada_finish_decode_line_1, all_sals_for_line
3247 ada_breakpoint_rewrite): replace calls to free() with xfree()
3248
3249 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3250
3251 From Nicholas Duffek (with minor changes by Martin Hunt,
3252 Louis Hamilton, and Kevin Buettner):
3253 * aix-thread.c: New file.
3254
3255 2002-07-12 Petr Sorfa <petrs@caldera.com>
3256
3257 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3258 complaint for invalid attribute class or form.
3259 (read_func_scope): DW_AT_frame_base
3260 better handling of DW_AT_block*.
3261 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3262 better handling of DW_AT_block*.
3263 (read_common_block): DW_AT_location
3264 better handling of DW_AT_block*.
3265 (read_partial_die): DW_AT_location better handling
3266 of DW_AT_block*.
3267 (new_symbol): DW_AT_external better handling of
3268 DW_AT_block*. Proper initialization of variable
3269 "addr".
3270 (attr_form_is_block): New function that returns true
3271 if the attribute's form is of DW_FORM_block*.
3272
3273 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3274
3275 * valops.c (find_method_list): Remove comment about
3276 removed STATIC_MEMFUNCP argument.
3277 (value_find_oload_method_list): Likewise.
3278
3279 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3280
3281 From Nicholas Duffek:
3282 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3283 target_new_objfile_hook.
3284
3285 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3286
3287 From Nicholas Duffek:
3288 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3289 csect.
3290
3291 2002-07-12 Andrew Cagney <cagney@redhat.com>
3292
3293 * MAINTAINERS: Mention --enable-sim-build-warnings.
3294 (m68hc11-elf): Disable sim build warnings.
3295 (m32r-elf): Mark as broken obsolete candidate.
3296 (x86_64-linux-gnu): Mark as buildable with -Werror.
3297 (arm-elf): Change -w to ``,'' which enables warnings but not
3298 -Werror.
3299
3300 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3301
3302 * bcache.h: Update copyright.
3303 (struct bstring, struct bcache): Move definition to "bcache.c".
3304 Replaced by opaque declaration.
3305 (bcache_xfree): Replace free_bcache.
3306 (bcache_xmalloc, bcache_memory_used): Declare.
3307
3308 * bcache.c: Update copyright.
3309 (struct bstring, struct bcache): Moved to here from "bcache.h".
3310 Update comments.
3311 (bcache_xmalloc, bcache_memory_used): New functions.
3312 (bcache_xfree): Replace function free_bcache.
3313
3314 * Makefile.in (objfiles.o): Add $(bcache_h).
3315 (objfiles_h): Remove $(bcache_h).
3316 (symfile.o): Add $(bcache_h).
3317
3318 * symmisc.c: Update copyright.
3319 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3320 (print_objfile_statistics): Use bcache_memory_used.
3321
3322 * symfile.c: Include "bcache.h".
3323 (reread_symbols): Use bcache_xfree.
3324 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3325 (add_psymbol_to_list): Pass psymbol_cache by value.
3326 (add_psymbol_with_dem_name_to_list): Ditto.
3327
3328 * objfiles.h: Update copyright.
3329 (struct bcache): Declare opaque. Do not include "bcache.h".
3330 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3331 bcache'' pointers.
3332 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3333
3334 * objfiles.c: Include "bcache.h". Update copyright.
3335 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3336 macro_cache.
3337 (free_objfile): Use bcache_xfree.
3338
3339 2002-07-11 Grace Sainsbury <graces@redhat.com>
3340
3341 * monitor.c (monitor_fetch_register): Make name a constant.
3342 (monitor_store_register): Same.
3343
3344 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3345
3346 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3347 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3348 (finish_block) For non-function blocks, hash the symbol table. For
3349 function blocks, mark the symbol table as unhashed.
3350 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3351 (msymbol_hash_iw): Likewise.
3352 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3353 value.
3354 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3355 (lookup_minimal_symbol): Likewise for both.
3356 * symtab.h (struct block): Add `hashtable' flag. Comment the
3357 hashtable.
3358 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3359 (ALL_BLOCK_SYMBOLS): Update.
3360 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3361 (struct symbol): Add `hash_next' pointer.
3362 * symtab.c (lookup_block_symbol): Search using the hash table when
3363 possible.
3364 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3365 (search_symbols, find_addr_symbol): Likewise.
3366
3367 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3368 (read_dst_symtab): Likewise.
3369 * jv-lang.c (get_java_class_symtab): Likewise.
3370 * mdebugread.c: Include "gdb_assert.h".
3371 (shrink_block): Assert that the block being modified is not hashed.
3372 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3373 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3374 symbols.
3375 (dump_symtab): Recognize hashed blocks.
3376 * printcmd.c (print_frame_args): Assert that function blocks do not
3377 have hashed symbol tables.
3378 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3379 (fill_in_ada_prototype, debug_print_block): Likewise.
3380 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3381
3382 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3383
3384 * stack.c (print_frame): Use result of frame_address_in_block()
3385 instead of fi->pc when evaluating symbols.
3386 (backtrace_command_1): Ditto.
3387
3388 2002-07-11 Andrew Cagney <cagney@redhat.com>
3389
3390 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3391 Make static.
3392
3393 * arm-tdep.c (arm_register_name): Make return type constant.
3394
3395 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3396
3397 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3398 prototype.
3399 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3400 * s390-tdep.c (s390_fp_regnum): Ditto.
3401 (s390_read_fp): Ditto.
3402 (s390_pop_frame): Ditto.
3403 (_initialize_s390_tdep): Ditto.
3404 * remote.c (get_remote_state): Ditto.
3405 * procfs.c (mappingflags): Ditto.
3406 * memattr.c (_initialize_mem): Ditto.
3407 * mcore-tdep.c (mcore_pop_frame): Ditto.
3408 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3409 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3410 * language.c (set_case_str): Ditto.
3411 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3412 * frv-tdep.c (new_variant): Ditto.
3413 (frv_stopped_data_address): Ditto.
3414 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3415 (context_alloc): Ditto.
3416 (frame_state_alloc): Ditto.
3417 (unwind_tmp_obstack_init): Ditto.
3418 (unwind_tmp_obstack_free): Ditto.
3419 (cfi_read_fp): Ditto.
3420 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3421 (cris_pop_frame): Ditto.
3422 * c-lang.c (scanning_macro_expansion): Ditto.
3423 (finished_macro_expansion): Ditto.
3424 (c_preprocess_and_parse): Ditto.
3425 * gdbarch.sh: Ditto.
3426 * gdbarch.h, gdbarch.c: Regenerate.
3427 * config/mn10200/tm-mn10200.h: Adjust indentation.
3428 * target.c: Adjust indentation.
3429 * symtab.h: Adjust indentation.
3430 * stabsread.h: Adjust indentation.
3431 * remote-es.c: Adjust indentation.
3432 * os9kread.c: Adjust indentation.
3433
3434 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3435
3436 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3437 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3438
3439 2002-07-10 Grace Sainsbury <graces@redhat.com>
3440
3441 * NEWS: Mention m68k, mcore multi-arching.
3442 * MAINTAINERS: Change status of m68k, mcore to reflect
3443 multi-arching.
3444
3445 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3446
3447 * valops.c (find_overload_match): Free oload_syms.
3448
3449 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3450
3451 Define HAVE_SYS_PROC_H if sys/proc.h exists
3452 * configure.in: Add check for sys/proc.h
3453 * config.in: Regenerate.
3454 * configure: Regenerate.
3455
3456 2002-07-09 Grace Sainsbury <graces@redhat.com>
3457
3458 * config/m68k/tm-m68k.h: Remove macros wrapped in
3459 #if !GDB_MULTI_ARCH.
3460
3461 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3462
3463 * config.in, configure: Regenerate.
3464
3465 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3466
3467 * dwarf2cfi.c: Include "gcore.h".
3468 (execute_stack_op): Fix implementation of the
3469 DW_OP_deref and DW_OP_deref_size operators by letting do their
3470 lookup in the target.
3471
3472 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3473
3474 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3475 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3476 tdep->sc_sp_offset.
3477
3478 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3479
3480 Fix PR gdb/595, gdb/602
3481 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3482 Don't call value_cast, just read the vtable pointer; update comments
3483 to match.
3484
3485 2002-07-05 Grace Sainsbury <graces@redhat.com>
3486
3487 * config/mcore/tm-mcore.h: Remove file.
3488 * config/mcore/mcore.mt: Remove definition of TM_FILE
3489 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3490
3491 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3492
3493 * i386bsd-tdep.c: Include "gdb_string.h".
3494
3495 2002-07-04 Grace Sainsbury <graces@redhat.com>
3496
3497 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3498 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3499 mcore-tdep.
3500 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3501 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3502 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3503 (RETVAL_REGNUM): Move macros from tm-mcore.h
3504 (mcore_reg_struct_has_addr): New function.
3505 (mcore_gdbarch_init): Added initializations for the macros removed
3506 from tm-mcore.h.
3507
3508 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3509
3510 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3511 traditonal string branding within the ELF header.
3512
3513 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3514
3515 * symtab.c (remove_params): New function.
3516 (make_symbol_overload_list): Use it instead of cplus_demangle.
3517 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3518
3519 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3520
3521 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3522
3523 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3524 New variables.
3525 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3526 and tdep->sigtramp_end.
3527 * i386obsd-nat.c: New file.
3528 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3529
3530 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3531 Don't call get_current_frame().
3532
3533 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3534
3535 * i386-nat.c (child_post_startup_inferior): New function
3536 calling i386_cleanup_dregs if
3537 I386_USE_GENERIC_WATCHPOINTS is defined.
3538 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3539 conditional to acknowledge that i386-nat.c has its
3540 own child_post_startup_inferior function.
3541
3542 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3543
3544 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3545 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3546 instead of MAX_REGISTER_RAW_SIZE.
3547 (i386_extract_return_value, i386_extract_struct_value_address):
3548 Convert to use regcache.
3549 (i386_gdbarch_init): Set max_register_raw_size and
3550 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3551 Set extract_return_value and extract_struct_value_address instead
3552 of their deprecated variants.
3553
3554 Convert i386 target to generic dummy frames.
3555 * i386-tdep.c: Include "symfile.h".
3556 (i386_frameless_signal_p): Consider a function to be frameless if
3557 the pc points at the first instruction of the function.
3558 (i386_frame_chain): Handle (generic) call dummies.
3559 (i386_frame_saved_pc): Likewise.
3560 (i386_frame_init_saved_regs): Remove code dealing with call
3561 dummies on the stack.
3562 (i386_push_dummy_frame): Removed.
3563 (i386_call_dummy_words): Removed.
3564 (i386_fix_call_dummy): Removed.
3565 (i386_push_return_address): New function.
3566 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3567 parameter, and don't call get_current_frame.
3568 (i386_pop_frame): New function.
3569 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3570 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3571 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3572 call_dummy_length to 0, set call_dummy_words to NULL, set
3573 sizeof_call_dummy_words to 0, set fix_call_dummy to
3574 generic_fix_call_dummy, set pc_in_call_dummy to
3575 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3576 generic_push_dummy_frame, set push_return_address to
3577 i386_push_return_address and set frame_chain_valid to
3578 generic_file_frame_chain_valid.
3579
3580 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3581
3582 * gdbarch.sh (struct regcache): Add opaque declaration.
3583 (EXTRACT_RETURN_VALUE): New architecture method.
3584 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3585 * gdbarch.h, gdbarch.c: Regenerate.
3586 * arch-utils.c (legacy_extract_return_value): New function.
3587 * arch-utils.h (legacy_extract_return_value): Declare.
3588 * values.c (value_being_returned): Re-enable code handling
3589 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3590 deprecated_grub_regcache_for_registers call to block handling
3591 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3592 (EXTRACT_RETURN_VALUE): Do not define.
3593
3594 2002-07-03 Grace Sainsbury <graces@redhat.com>
3595
3596 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3597 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3598 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3599 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3600 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3601 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3602 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3603 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3604 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3605 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3606 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3607 argument so the function fits the prototype in the architecture
3608 vector.
3609 (mcore_pop_frame): Remove argument so the function fits the
3610 prototype. Use get_current_frame instead of the argument.
3611 (mcore_push_arguments): Change type of struct_return so the
3612 function can be used in the architecture vector.
3613 (mcore_store_struct_return): Add.
3614 (mcore_frame_init_saved_regs): Add.
3615 (mcore_gdbarch_init): Add function calls to replace the macros
3616 removed from tm-mcore.h
3617
3618 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3619
3620 * infcmd.c (print_return_value): Remove compatibility code calling
3621 deprecated_grub_regcache_for_registers.
3622
3623 * values.c: Include "regcache.h".
3624 (value_being_returned): Update. Use
3625 deprecated_grub_regcache_for_registers to extract the register
3626 buffer address.
3627 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3628 ``struct regcache''.
3629 * Makefile.in (values.o): Add dependency on $(regcache_h).
3630
3631 * inferior.h (run_stack_dummy): Change type of second parameter to
3632 a ``struct regcache''.
3633 * valops.c (hand_function_call): Change type of retbuf to ``struct
3634 regcache''. Allocate using regcache_xmalloc, clean using
3635 make_cleanup_regcache_xfree.
3636 * infcmd.c (run_stack_dummy): Update. Use
3637 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3638
3639 * regcache.c (do_regcache_xfree): New function.
3640 (make_cleanup_regcache_xfree): New function.
3641 * regcache.h (make_cleanup_regcache_xfree): Declare.
3642
3643 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3644
3645 * event-top.c (command_line_handler): Don't read past
3646 beginning of buffer.
3647
3648 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3649
3650 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3651 struct frame_id.
3652 (varobj_create): Store frame_id for root.
3653 (varobj_gen_name): Use xasprintf.
3654 (varobj_update): Save and restore frame using get_frame_id() and
3655 frame_find_by_id().
3656 (create_child): Use xasprintf.
3657 (new_root_variable): Initialize frame_id.
3658 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3659 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3660 to prevent memory leak.
3661
3662 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3663
3664 * valops.c (hand_function_call): Move declaration of retbuf to
3665 start of function, allocate using malloc, add a cleanup but before
3666 the inf_status cleanup, cleanup the buffer. Rename local variable
3667 old_chain to inf_status_cleanup.
3668
3669 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3670
3671 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3672
3673 * cli/cli-decode.c (cmd_func_p): New function.
3674 (cmd_func): New function.
3675
3676 * command.h: Add cmd_func() and cmd_func_p().
3677
3678 2002-07-03 Grace Sainsbury <graces@redhat.com>
3679
3680 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3681 (REGISTER_SIZE): Remove.
3682 (MAX_REGISTER_RAW_SIZE): Remove.
3683 (REGISTER_VIRTUAL_TYPE): Remove.
3684 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3685 (REGISTER_NAME): Remove.
3686 (USE_GENERIC_DUMMY_FRAMES): Remove.
3687 (CALL_DUMMY): Remove.
3688 (CALL_DUMMY_START_OFFSET): Remove.
3689 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3690 (CALL_DUMMY_LOCATION): Remove.
3691 (FIX_CALL_DUMMY): Remove.
3692 (CALL_DUMMY_ADDRESS): Remove.
3693 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3694 (SAVE_DUMMY_FRAME_TOS): Remove.
3695 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3696 (mcore_register_virtual_type): New function.
3697 (mcore_register_byte): New function.
3698 (mcore_register_size): New function.
3699 (mcore_register_name): New function.
3700 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3701 macros removed from tm-mcore.h.
3702 (mcore_dump_tdep): Add.
3703 (_initialize_mcore_tdep): Add gdbarch_register call.
3704
3705 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3706
3707 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3708 frameless_look_for_prologue, such that we actually call this
3709 function.
3710
3711 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3712
3713 * frame.h (frame_address_in_block): New function.
3714
3715 * blockframe.c (frame_address_in_block): New function extracted
3716 from get_frame_block().
3717 (get_frame_block): Use frame_address_in_block().
3718 (block_innermost_frame): Use frame_address_in_block() to match
3719 the frame pc address against the block boundaries rather than
3720 the frame pc directly. This prevents a failure when a frame pc
3721 is actually a return-address pointing immediately after the end
3722 of the given block.
3723
3724 2002-07-02 Grace Sainsbury <graces@redhat.com>
3725
3726 * MAINTAINERS: Add self under write after approval.
3727
3728 2002-07-02 Grace Sainsbury <graces@redhat.com>
3729
3730 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3731 used in architecture vector. The default is
3732 m68k_local_breakpoint_from_pc.
3733 (m68k_local_breakpoint_from_pc): Add.
3734 (enum): Add register numbers from tm-m68k.h.
3735 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3736 vector.
3737 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3738 GDB_MULTI_ARCH_PARTIAL.
3739 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3740 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3741 m68k-tdep.c.
3742 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3743 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3744 to enum in m68k-tdep.c
3745
3746 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3747
3748 * solib-osf.c (open_map): Compute the list of shared libraries
3749 loaded by the inferior, rather than the list of libraries loaded
3750 by GDB itself. Otherwise, GDB ends up reading the symbols from
3751 the wrong shared libraries...
3752
3753 2002-07-02 Mark Kettenis <kettenis@gnu.org>
3754
3755 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3756 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3757 macros.
3758 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3759 Remove functions.
3760 (FRAMELESS_SIGNAL): Remove function.
3761 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3762 i386_linux_saved_pc_after_call): Removed.
3763 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3764 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3765 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3766
3767 * i386-tdep.c (i386_frameless_signal_p): New function.
3768 (i386_frame_chain): Deal with frameless signals.
3769 (i386_sigtramp_saved_sp): New function.
3770 (i386_frame_saved_pc): Deal with frameless signals.
3771 (i386_saved_pc_after_call): Make sure the correct value is
3772 returned just after entry into a sigtramp.
3773 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3774 i386fbsd4_sc_sp_offset): New variables.
3775 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3776 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3777 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3778 similiar to what we already did for sc_pc_offset.
3779 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3780 tdep->sc_sp_offset.
3781
3782 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3783
3784 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3785
3786 * config/i386/tm-x86-64linux.h: New.
3787 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3788 definitions.
3789 * config/i386/nm-x86-64.h: Rename to ...
3790 * config/i386/nm-x86-64linux.h: ... this one.
3791 * config/i386/x86-64linux.mh: Reflect the above change.
3792
3793 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3794
3795 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3796 with sigcontext_addr. Add sc_sp_offset.
3797 (i386bsd_sigtramp_saved_pc): Remove prototype.
3798 (i386bsd_sicontext_addr): Add prototype.
3799 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3800 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3801 (i386_svr4_sigtramp_saved_pc): Removed.
3802 (i386_svr4_sigcontext_addr): New function.
3803 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3804 Initialize tdep->sigcontext_addr instead. Initialize
3805 tdep->sc_pc_offset and tdep->sc_sp_offset.
3806 (i386_gdbarch_init): Likewise.
3807 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3808 any more.
3809 (i386bsd_sigtramp_saved_pc): Remove function.
3810 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3811 Initialize tdep->sigcontext_addr instead. Initialize
3812 tdep->sc_pc_offset.
3813 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3814 of tdep->sigtramp_saved_pc.
3815 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3816 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3817 instead.
3818
3819 * i386-tdep.c (i386_frameless_function_invocation,
3820 i386_frame_num_args, i386_frame_init_saved_regs,
3821 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3822 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3823 i386_extract_return_value, i386_store_return_value,
3824 i386_extract_struct_value_address, i386_register_virtual_type,
3825 i386_register_convertible, i386_register_convert_to_virtual,
3826 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3827 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3828 static.
3829
3830 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3831
3832 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3833
3834 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3835 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3836 this macro. Include "value.h".
3837
3838 2002-06-30 Aidan Skinner <aidan@velvet.net>
3839
3840 * ada-exp.tab.c: remove as it's a generated file
3841 * ada-lex.c: remove as it's a generated file
3842
3843 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3844
3845 * config/i386/tm-i386.h (struct frame_info, struct
3846 frame_saved_regs, struct value, struct type): Remove forward
3847 declarations.
3848
3849 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3850 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3851 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3852 (FILL_FPXREGSET): Define.
3853
3854 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3855
3856 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3857 i[3456]86-*-netbsd* case.
3858 * config/i386/tm-obsd.h: Removed.
3859 * config/i386/obsd.mt: Removed.
3860 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3861 core-aout.o.
3862 (MH_CFLAGS): Add -DYYDEBUG=0.
3863
3864 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3865 i386nbsd_sc_pc_offset on OpenBSD too.
3866
3867 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3868 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3869 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3870 define.
3871 * i386bsd-tdep.c: Include "arch-utils.h".
3872 (i386bsd_aout_in_solib_call_trampoline): New function.
3873 (i386bsd_init_abi): Set in_solib_call_trampoline to
3874 i386bsd_aout_in_solib_call_trampoline.
3875 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3876 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3877
3878 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3879
3880 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3881 (struct obstack, struct bcache): Add opaque declarations.
3882 * Makefile.in (macrotab_h): Update
3883
3884 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3885
3886 * blockframe.c (generic_find_dummy_frame): Change return type to
3887 ``struct regcache''.
3888 (struct dummy_frame): Replace field ``registers'' with regcache, a
3889 struct regcache object.
3890 (generic_find_dummy_frame): Update.
3891 (generic_push_dummy_frame): Update. Use regcache_xfree,
3892 regcache_xmalloc and regcache_cpy.
3893 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3894 regcache_xfree.
3895 (deprecated_generic_find_dummy_frame): Update.
3896 (generic_read_register_dummy): Update. Use
3897 regcache_read_as_address.
3898 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3899 (generic_get_saved_register): Update. Use regcache_read.
3900
3901 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3902
3903 * Makefile.in (objfiles_h): Add $(bcache_h).
3904 * objfiles.h: Include "bcache.h".
3905
3906 * Makefile.in (symtab_h): Remove $(bcache_h).
3907 * symtab.h: Do not include "bcache.h".
3908
3909 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3910
3911 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3912 generic_func_frame_chain_valid.
3913
3914 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3915
3916 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3917 * config/i386/tm-fbsd.h: Likewise.
3918
3919 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3920
3921 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3922 generic_unwind_get_saved_register.
3923
3924 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3925
3926 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3927 * regcache.c (supply_register): Add missing argument to
3928 register_buffer call.
3929
3930 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3931
3932 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3933 Solaris /bin/grep does not not like it. From Peter Schauer.
3934
3935 2002-06-26 Tom Tromey <tromey@redhat.com>
3936
3937 * command.h (add_setshow_cmd): Declare.
3938 (add_setshow_cmd_full): Declare.
3939 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3940 returns void. Use add_setshow_cmd_full.
3941 (add_setshow_cmd_full): New function.
3942 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3943 (add_setshow_boolean_cmd): Likewise.
3944
3945 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3946
3947 * config/vax/tm-vax.h: Protect from multiple inclusion.
3948 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3949 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3950 * config/vax/tm-vaxbsd.h: ...here. New file.
3951 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3952
3953 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3954
3955 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3956 (BELIEVE_PCC_PROMOTION): Remove.
3957 (AP_REGNUM): Move to...
3958 * config/vax/nm-vax.h: ...here.
3959 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3960 (vax_breakpoint_from_pc): New function.
3961 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3962 and gdbarch_believe_pcc_promotion.
3963
3964 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3965
3966 * Makefile.in (vax_tdep_h): Define.
3967 (vax-tdep.o): Use $(vax_tdep_h).
3968 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3969 (vax_dump_tdep): New function.
3970 (_initialize_vax_tdep): Register vax_dump_tdep.
3971 * vax-tdep.h: Include osabi.h.
3972 (struct gdbarch_tdep): New.
3973
3974 2002-06-26 Andrew Cagney <cagney@redhat.com>
3975
3976 * frame.h (deprecated_generic_find_dummy_frame): Rename
3977 generic_find_dummy_frame.
3978 * blockframe.c (generic_find_dummy_frame): Make static.
3979 (deprecated_generic_find_dummy_frame): New function.
3980 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3981 generic_find_dummy_frame with deprecated_find_dummy_frame.
3982 (sh64_nofp_frame_init_saved_regs): Ditto.
3983 (sh_fp_frame_init_saved_regs): Ditto.
3984 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3985 (s390_frame_chain): Ditto.
3986 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3987
3988 2002-06-26 Grace Sainsbury <graces@redhat.com>
3989
3990 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3991 gdbarch vector are at the top.
3992 (NUM_REGS): Remove.
3993 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3994 (FRAME_ARGS_ADDRESS): Remove.
3995 (FRAME_LOCALS_ADDRESS): Remove.
3996 (FRAME_NUM_ARGS): Remove.
3997 (FRAME_ARGS_SKIP): Remove.
3998 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3999 (m68k_gdbarch_init): Add gdbarch initializations for macros
4000 undefined in tm-m68k.h
4001
4002 2002-06-26 Grace Sainsbury <graces@redhat.com>
4003
4004 * monitor.h: Add the function regname to monitor_ops
4005 structure. This way NUM_REGS does not have to be a constant.
4006 * monitor.c (monitor_fetch_register): Added support for regname
4007 function. The function is called if the array regnames is NULL.
4008 (monitor_store_register): Same.
4009 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4010 regnames array.
4011 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4012 cpu32bug_cmds.regname to point to new function.
4013 * abug-rom.c (abug_regname): Same as above.
4014 (init_abug_cmds): Same.
4015 * dbug-rom.c (dbug_regname): Same as above.
4016 (init_dbug_cmds): Same.
4017 * remote-est.c (est_regname): Same.
4018 (init_est_cmds): Same.
4019 * rom68k-rom.c (rom68k_regname): Same.
4020 (init_rom68k_cmds): Same.
4021
4022 2002-06-25 Tom Tromey <tromey@redhat.com>
4023
4024 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4025
4026 2002-06-25 Andrew Cagney <cagney@redhat.com>
4027
4028 * infrun.c (stop_registers): Change variable's type to ``struct
4029 regcache'''.
4030 (xmalloc_inferior_status): Delete function.
4031 (free_inferior_status): Delete function.
4032 (normal_stop): Use regcache_cpy.
4033 (struct inferior_status): Change type of fields ``stop_registers''
4034 and ``registers'' to ``struct regcache''.
4035 (write_inferior_status_register): Use regcache_write.
4036 (save_inferior_status): Instead of calling
4037 xmalloc_inferior_status, allocate the inf_status buffer directly.
4038 Use regcache_dup_no_passthrough and regcache_dup to save the
4039 buffers.
4040 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4041 Replace the stop_registers regcache instead of overriding it. Use
4042 regcache_xfree. Instead of calling free_inferior_status, xfree
4043 the buffer directly.
4044 (discard_inferior_status): Use regcache_xfree. Instead of calling
4045 free_inferior_status, xfree the buffer directly.
4046 (build_infrun): Use regcache_xmalloc.
4047 (_initialize_infrun): Delete redundant call to build_infrun.
4048
4049 * Makefile.in (infcmd.o): Add $(regcache_h).
4050
4051 * infcmd.c: Include "regcache.h".
4052 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4053 obtain the address of `stop_registers' register buffer.
4054 (print_return_value): Ditto.
4055
4056 * inferior.h (struct regcache): Add opaque declaration.
4057 (stop_registers): Change variable's declared type to ``struct
4058 regcache''.
4059
4060 2002-06-24 Tom Tromey <tromey@redhat.com>
4061
4062 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4063 * target.c (initialize_targets): Fixed typo in
4064 trust-readonly-sections `show' documentation.
4065
4066 * main.c: Marked all strings with _().
4067
4068 2002-06-24 Don Howard <dhoward@redhat.com>
4069
4070 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4071 that means max CORE_ADDR+1.
4072 (lookup_mem_region): Ditto.
4073 (mem_info_command): Ditto.
4074
4075 2002-06-24 Grace Sainsbury <graces@redhat.com>
4076
4077 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4078 (REGISTER_BYTES_OK): Remove.
4079 (REGISTER_BYTES): Remove.
4080 (STORE_STRUCT_RETURN): Remove.
4081 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4082 (STORE_RETURN_VALUE): Remove.
4083 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4084 (FRAME_CHAIN): Remove.
4085 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4086 (FRAME_SAVED_PC): Remove.
4087 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4088 (m68k_store_struct_return): Add.
4089 (m68k_deprecated_extract_return_value): Add.
4090 (m68k_deprecated_extract_struct_value_address): Add.
4091 (m68k_store_return_value): Add.
4092 (m68k_frame_chain): Add.
4093 (m68k_frameless_function_invocation): Add.
4094 (m68k_frame_saved_pc): Add.
4095 (m68k_gdbarch_init): added set_gdbarch calls for new
4096 functions and deleted macros.
4097
4098 2002-06-23 Tom Tromey <tromey@redhat.com>
4099
4100 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4101 (ALLDEPFILES): Likewise.
4102 (udiheaders): Removed.
4103 (udip2soc.o): Likewise.
4104 (udi2go32.o): Likewise.
4105 (udr.o): Likewise.
4106 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4107
4108 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4109
4110 * infrun.c (_initialize_infrun): Delete unnecessary call to
4111 build_infrun.
4112
4113 * regcache.h: Update comments describing the regcache_cpy family
4114 of functions.
4115 (regcache_save, regcache_restore): Delete declaration.
4116 (regcache_save_no_passthrough): Delete declaration.
4117 (regcache_restore_no_passthrough): Delete declaration.
4118 * regcache.c (regcache_save): Delete function.
4119 (regcache_save_no_passthrough): Delete function.
4120 (regcache_restore): Delete function.
4121 (regcache_restore_no_passthrough): Delete function.
4122
4123 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4124
4125 * config/m68k/tm-m68k.h: Fix typo.
4126 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4127 (m68k_frame_init_saved_regs): Declare.
4128
4129 2002-06-21 Jim Blandy <jimb@redhat.com>
4130
4131 Remove some vestiges of Harris 88k support.
4132 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4133 register numbering quirk.
4134 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4135 odd symbols occurring in Harris 88k ELF targets.
4136
4137 2002-06-21 Tom Tromey <tromey@redhat.com>
4138
4139 * gdb_locale.h: New file.
4140 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4141 (defs_h): Added gdb_locale.h.
4142 * configure, config.in: Rebuilt.
4143 * configure.in (PACKAGE): Define.
4144 * defs.h: Include gdb_locale.h.
4145 * main.c (captured_main): Call setlocale, bindtextdomain,
4146 textdomain.
4147
4148 2002-06-21 Dave Brolley <brolley@redhat.com>
4149
4150 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4151 * config/frv/frv.mt: New file.
4152 * config/frv/tm-frv.h: New file.
4153 * configure.tgt: Support frv-*-*.
4154 * Makefile.in (frv-tdep.o): New target.
4155 * frv-tdep.c: New file.
4156 * NEWS: Mention frv.
4157
4158 2002-06-21 Dave Brolley <brolley@redhat.com>
4159
4160 * MAINTAINERS: Add self to "Write After Approval" list.
4161
4162 2002-06-21 Grace Sainsbury <graces@redhat.com>
4163
4164 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4165 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4166 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4167 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4168 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4169
4170 * m68k-tdep.c: Include arch-utils.h
4171 (m68k_register_raw_size): Add.
4172 (m68k_register_virtual_size): Add.
4173 (m68k_register_virtual_type): Add.
4174 (m68k_register_name): Add.
4175 (m68k_stack_align): Add.
4176 (m68k_register_byte): Add.
4177 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4178 tm-m68k.h.
4179
4180 2002-06-21 Grace Sainsbury <graces@redhat.com>
4181
4182 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4183 m68k_find_saved_regs.
4184 (m68k_pop_frame): Removed saved_regs structure, and replaced
4185 references to it with frame->saved_regs.
4186 (m68k_gdbarch_init): Added function calls to initialize the
4187 gdbarch structure.
4188 (m68k_fix_call_dummy): Add.
4189 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4190 (CALL_DUMMY): Remove.
4191 (CALL_DUMMY_LENGTH): Remove.
4192 (CALL_DUMMY_START_OFFSET): Remove.
4193 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4194 (FIX_CALL_DUMMY): Remove.
4195 (PUSH_DUMMY_FRAME): Remove.
4196 (POP_FRAME): Remove.
4197
4198 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4199
4200 * parse.c (parse_fprintf): New function used to avoid calls to
4201 fprintf in bison parser generated debug code.
4202 * parser-defs.h: Declaration of new parse_fprintf function.
4203 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4204 Set YYDEBUG to 1 by default.
4205 Set YYFPRINTF as parse_fprintf.
4206
4207 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4208
4209 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4210 encoding anymore.
4211 (pointer_encoding, enum ptr_encoding): New.
4212 (execute_cfa_program): Take care about pointer encoding.
4213 (dwarf2_build_frame_info): Only call parse_frame_info for
4214 .debug_frame and .eh_frame.
4215 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4216 fixed augmentation handling, added relative addressing,
4217 ignore duplicate FDEs. Added comments.
4218 * dwarf2cfi.c: Reindented.
4219
4220 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4221
4222 * event-top.c (command_handler): Don't use space_at_cmd_start
4223 unless there is sbrk() on the host. Assign time and space data
4224 to union fields of the appropriate length.
4225
4226 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4227
4228 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4229 x86_64_register_name. Return type changed to 'const char *'.
4230 (x86_64_register_name2nr): Rename to x86_64_register_number.
4231 (x86_64_gdbarch_init): Update to reflect the change.
4232 * x86-64-tdep.h: Ditto.
4233 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4234 (supply_fpregset): Ditto.
4235
4236 2002-06-19 Andrew Cagney <cagney@redhat.com>
4237
4238 * regcache.h: Update copyright.
4239 (struct regcache, struct gdbarch): Add opaque declarations.
4240 (current_regcache): Declare global variable.
4241 (regcache_read, regcache_write): Add gdbarch parameter.
4242 (regcache_save, regcache_save_no_passthrough)
4243 (regcache_restore, regcache_restore_no_passthrough)
4244 (regcache_dup, regcache_dup_no_passthrough)
4245 (regcache_cpy, regcache_cpy_no_passthrough)
4246 (deprecated_grub_regcache_for_registers)
4247 (deprecated_grub_regcache_for_register_valid)
4248 (regcache_valid_p): Add function declarations.
4249
4250 * regcache.c: Update copyright.
4251 (regcache_descr_handle): New global variable.
4252 (struct regcache_descr): Define.
4253 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4254 (regcache_descr, xfree_regcache_descr): New functions.
4255 (struct regcache): Define.
4256 (regcache_xmalloc, regcache_xfree): New functions.
4257 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4258 (regcache_dup, regcache_dup_no_passthrough): New functions.
4259 (regcache_valid_p, regcache_read_as_address): New functions.
4260 (deprecated_grub_regcache_for_registers): New function.
4261 (deprecated_grub_regcache_for_register_valid): New function.
4262 (current_regcache): New global variable.
4263 (register_buffer): Add regcache parameter. Update calls.
4264 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4265 (read_register_gen, write_register_gen): Update register_buffer
4266 call. Test for legacy_p instead of gdbarch_register_read_p or
4267 gdbarch_register_write_p.
4268 (regcache_collect): Update register_buffer call.
4269 (build_regcache): Rewrite. Use deprecated grub functions.
4270 (regcache_save, regcache_save_no_passthrough): New functions.
4271 (regcache_restore, regcache_restore_no_passthrough): New
4272 functions.
4273 (_initialize_regcache): Create the regcache_data_handle. Swap
4274 current_regcache global variable.
4275
4276 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4277 parameter to regcache_read and regcache_write calls.
4278 (sh4_register_read): Ditto.
4279 (sh64_pseudo_register_read): Ditto.
4280 (sh64_register_read): Ditto.
4281 (sh_pseudo_register_write): Ditto.
4282 (sh4_register_write): Ditto.
4283 (sh64_pseudo_register_write): Ditto.
4284 (sh64_register_write): Ditto.
4285
4286 * defs.h (XCALLOC): Define.
4287
4288 2002-06-19 Grace Sainsbury <graces@redhat.com>
4289
4290 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4291 * m68k-tdep.c (m68k_gdbarch_init): Added.
4292 (m68k_dump_tdep): Added.
4293
4294 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4295
4296 * ada-lang.c (fill_in_ada_prototype): Update comment.
4297
4298 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4299
4300 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4301 MIPS_ABI_LAST.
4302 (mips_abi_string, mips_abi_strings): New.
4303 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4304 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4305 tdep->mips_abi_string. Honor mips_abi_string. Default to
4306 O32 if no ABI is found.
4307 (mips_dump_tdep): Use mips_abi_strings.
4308 (mips_abi_update): New function.
4309 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4310 ``set mips abi'' and ``show mips abi''. Check the size of
4311 mips_abi_strings.
4312
4313 2002-06-19 Andrew Cagney <cagney@redhat.com>
4314
4315 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4316 constant.
4317
4318 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4319
4320 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4321 current frame using only the first stack size adjustment. All
4322 subsequent size adjustments are not considered to be part of
4323 the "static" part of the current frame.
4324 Compute the address of the saved registers relative to the
4325 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4326 in use in this frame.
4327
4328 2002-06-18 Don Howard <dhoward@redhat.com>
4329
4330 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4331 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4332 suggesting this solution.
4333
4334 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4335
4336 * config/romp/xm-rtbsd.h: Delete file.
4337 * config/romp/rtbsd.mh: Delete file.
4338
4339 2002-06-18 Keith Seitz <keiths@redhat.com>
4340
4341 * breakpoint.c (condition_command): Post breakpoint_modify
4342 when a condition is added to an existing breakpoint.
4343 (commands_command): Likewise for commands.
4344 (set_ignore_count): Likewise for ignore counts.
4345 If no tty, do not simply return, still need to send event
4346 notification.
4347 (ignore_command): Only print a newline if the command came
4348 from a tty.
4349 Don't call breakpoints_changed, since this is now properly
4350 handled by set_ignore_count.
4351
4352 2002-06-18 Andrew Cagney <cagney@redhat.com>
4353
4354 * MAINTAINERS: Note that cris-elf target can be compiled with
4355 -Werror.
4356 * cris-tdep.c (cris_register_name): Make return type constant.
4357 (cris_breakpoint_from_pc): Ditto.
4358
4359 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4360
4361 * frame.h (struct frame_info): Change type of context to
4362 'struct context'.
4363
4364 2002-06-17 Andrew Cagney <cagney@redhat.com>
4365
4366 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4367 pointer.
4368 * gdbarch.h, gdbarch.c: Regenerate.
4369 * config/mips/tm-mips.h (mips_register_name): Update.
4370 * i386-tdep.h (i386_register_name): Update.
4371 * mips-tdep.c (mips_register_name): Update
4372 * alpha-tdep.c (alpha_register_name): Update.
4373 * arch-utils.c (legacy_register_name): Update.
4374 * arch-utils.h (legacy_register_name): Update.
4375 * avr-tdep.c (avr_register_name): Update.
4376 * ia64-tdep.c (ia64_register_name): Update.
4377 * i386-tdep.c (i386_register_name): Update.
4378 * sparc-tdep.c (sparc32_register_name): Update.
4379 (sparc64_register_name): Update.
4380 (sparclite_register_name): Update.
4381 (sparclet_register_name): Update.
4382 * sh-tdep.c (sh_generic_register_name): Update.
4383 (sh_sh_register_name): Update.
4384 (sh_sh3_register_name): Update.
4385 (sh_sh3e_register_name): Update.
4386 (sh_sh_dsp_register_name): Update.
4387 (sh_sh3_dsp_register_name): Update.
4388 (sh_sh4_register_name): Update.
4389 (sh_sh64_register_name): Update.
4390 * s390-tdep.c (s390_register_name): Update.
4391 * rs6000-tdep.c (rs6000_register_name): Update.
4392 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4393 (ns32k_register_name_32382): Update.
4394 * d10v-tdep.c (d10v_ts2_register_name): Update.
4395 (d10v_ts3_register_name): Update.
4396 * xstormy16-tdep.c (xstormy16_register_name): Update.
4397 * vax-tdep.c (vax_register_name): Update.
4398 * v850-tdep.c (v850_register_name): Update.
4399 * m68hc11-tdep.c (m68hc11_register_name): Update.
4400 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4401 (am33_register_name): Update.
4402
4403 2002-06-17 Grace Sainsbury <graces@redhat.com>
4404
4405 * m68k-tdep.c: Reindented.
4406
4407 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4408
4409 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4410 list of predefined types.
4411
4412 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4413
4414 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4415 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4416 REGISTER_CONVERT_TO_RAW): Remove defines.
4417 (i386_register_virtual_type, i386_register_convertible,
4418 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4419 Remove prototypes.
4420 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4421 macros mentioned above.
4422
4423 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4424 (i386lynx_saved_pc_after_call): Remove prototype.
4425 * i386ly-tdep.c: Include "i386-tdep.h".
4426 (i386lynx_saved_pc_after_call): Make static. Use
4427 read_memory_nobpt instead of read_memory. Use
4428 read_memory_unsigned_integer instead of read_memory_integer.
4429 (i386lynx_init_abi): New function.
4430 (i386lynx_coff_osabi_sniffer): New function.
4431 (_initialize_i386bsd_tdep): New function.
4432
4433 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4434 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4435 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4436 (i386_fix_call_dummy): Remove prototype.
4437 * i386-tdep.c (i386_call_dummy_words): New variable.
4438 (i386_gdbarch_init): Adjust for removal of the
4439 macros mentioned above.
4440
4441 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4442
4443 * command.h (add_setshow_auto_boolean_cmd): Replace
4444 add_set_auto_boolean_cmd.
4445 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4446 add_set_auto_boolean_cmd.
4447 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4448 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4449 mask-address'' command.
4450 (show_mask_address): Add cmd parameter.
4451 * remote.c (add_packet_config_cmd): Update. Change type of
4452 set_func and show_func to cmd_sfunc_ftype.
4453 (_initialize_remote): Update `set remote Z-packet'
4454 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4455 (show_remote_protocol_e_packet_cmd): Ditto.
4456 (show_remote_protocol_E_packet_cmd): Ditto.
4457 (show_remote_protocol_P_packet_cmd): Ditto.
4458 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4459 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4460 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4461 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4462 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4463 (show_remote_protocol_Z_packet_cmd): Ditto.
4464 (show_remote_protocol_binary_download_cmd): Ditto.
4465 (show_remote_cmd): Pass NULL to all of above.
4466
4467 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4468
4469 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4470 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4471 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4472 POP_FRAME): Remove defines.
4473 (i386_push_arguments, i386_store_struct_return,
4474 i386_extract_return_value, i386_store_return_value,
4475 i386_extract_struct_value_address, i386_push_dummy_frame,
4476 i386_pop_frame): Renove prototypes.
4477 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4478 macros mentioned above.
4479
4480 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4481
4482 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4483 add_set_boolean_cmd.
4484 (add_setshow_cmd): New function.
4485 * command.h (add_setshow_boolean_cmd): Replace
4486 add_set_boolean_cmd.
4487 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4488 and ``set rdiromatzero''.
4489 * maint.c (_initialize_maint_cmds): Update commented out code.
4490 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4491 * target.c (initialize_targets): Update `set
4492 trust-readonly-sections'.
4493 * remote.c (_initialize_remote): Update `set remotebreak'.
4494
4495 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4496
4497 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4498 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4499 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4500 fit into multi-arch framework.
4501 (i386_breakpoint_from_pc): New function.
4502 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4503 above.
4504
4505 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4506 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4507 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4508 (i386_frameless_function_invocation, i386_frame_num_args,
4509 i386_frame_init_saved_regs): Remove prototypes.
4510 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4511 macros mentioned above.
4512
4513 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4514
4515 * cli/cli-decode.c (set_cmd_cfunc): Update.
4516 (set_cmd_sfunc): Update.
4517 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4518 (set_cmd_sfunc, set_cmd_cfunc): Update.
4519 * cli/cli-decode.h: Update.
4520
4521 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4522
4523 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4524 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4525
4526 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4527
4528 * defs.h (auto_boolean): Declare enum.
4529 * command.h (cmd_auto_boolean): Delete enum.
4530 * mips-tdep.c (mask_address_var): Update.
4531 (mips_mask_address_p): Update.
4532 (show_mask_address): Update.
4533 * remote.c (struct packet_config): Update.
4534 (update_packet_config): Update.
4535 (show_packet_config_cmd): Update.
4536 (packet_ok): Update.
4537 (add_packet_config_cmd): Update.
4538 (_initialize_remote):
4539 * command.h: Update.
4540 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4541 (do_setshow_command): Update.
4542 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4543 * cli/cli-decode.h: Update.
4544
4545 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4546
4547 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4548 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4549 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4550 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4551 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4552 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4553
4554 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4555 list of DJGPP COFF targets.
4556
4557 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4558 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4559 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4560 (FP0_REGNUM): Remove define.
4561 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4562 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4563 (i386_register_virtual_size): Remove protoype.
4564 * i386-tdep.c (i386_register_virtual_size): Removed.
4565 (i386_extract_return_value, i386_store_return_value): Use
4566 FP0_REGNUM instead of NUM_FREGS to determine whether the
4567 floating-point registers are available.
4568 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4569 Adjust for removal of macros mentioned above.
4570
4571 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4572
4573 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4574 comments.
4575 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4576 Remove prototypes.
4577 (supply_gregset, fill_gregset): Remove use of register keyword and
4578 remove declaration for regmap. Use I386_NUM_GREGS instead of
4579 NUM_REGS and NUM_FREGS.
4580 (FPREGSET_FSAVE_OFFSET): Remove.
4581 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4582 NUM_FREGS to determine whether the floating-point registers are
4583 available.
4584
4585 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4586 gnu_store_registers): Replace usage of NUM_GREGS with
4587 I386_NUM_GREGS.
4588
4589 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4590 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4591 usage of NUM_GREGS with I386_NUM_GREGS.
4592
4593 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4594
4595 * i386bsd-nat.c: Include "i386-tdep.h".
4596 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4597 I386_NUM_GREGS.
4598
4599 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4600 and associated comment. They no longer make any sense, since we
4601 don't use this file anymore on Linux.
4602
4603 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4604 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4605 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4606 elements in these arrays.
4607 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4608 MAX_NUM_REGS.
4609
4610 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4611
4612 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4613 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4614
4615 2002-06-14 Andrew Cagney <cagney@redhat.com>
4616
4617 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4618 EXTRACT_RETURN_VALUE.
4619 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4620 EXTRACT_STRUCT_VALUE_ADDRESS.
4621 * gdbarch.h, gdbarch.c: Regenerate.
4622
4623 * values.c (value_being_returned): Handle
4624 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4625 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4626
4627 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4628 * arm-tdep.c (arm_gdbarch_init): Update.
4629 * avr-tdep.c (avr_gdbarch_init): Update.
4630 * cris-tdep.c (cris_gdbarch_init): Update.
4631 * d10v-tdep.c (d10v_gdbarch_init): Update.
4632 * ia64-tdep.c (ia64_gdbarch_init): Update.
4633 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4634 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4635 * s390-tdep.c (s390_gdbarch_init): Update.
4636 * sh-tdep.c (sh_gdbarch_init): Update.
4637 * s390-tdep.c (s390_gdbarch_init): Update.
4638 * sparc-tdep.c (sparc_gdbarch_init): Update.
4639 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4640 * v850-tdep.c (v850_gdbarch_init): Update.
4641 * vax-tdep.c (vax_gdbarch_init): Update.
4642 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4643 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4644
4645 * config/arc/tm-arc.h: Update.
4646 * config/d30v/tm-d30v.h: Update.
4647 * config/fr30/tm-fr30.h: Update.
4648 * config/h8300/tm-h8300.h: Update.
4649 * config/h8500/tm-h8500.h: Update.
4650 * config/i386/tm-i386.h: Update.
4651 * config/i386/tm-ptx.h: Update.
4652 * config/i386/tm-symmetry.h: Update.
4653 * config/i960/tm-i960.h: Update.
4654 * config/m32r/tm-m32r.h: Update.
4655 * config/m68k/tm-delta68.h: Update.
4656 * config/m68k/tm-linux.h: Update.
4657 * config/m68k/tm-m68k.h: Update.
4658 * config/m88k/tm-m88k.h: Update.
4659 * config/mcore/tm-mcore.h: Update.
4660 * config/mips/tm-mips.h: Update.
4661 * config/mn10200/tm-mn10200.h: Update.
4662 * config/pa/tm-hppa.h: Update.
4663 * config/pa/tm-hppa64.h: Update.
4664 * config/sparc/tm-sp64.h: Update.
4665 * config/sparc/tm-sparc.h: Update.
4666 * config/sparc/tm-sparclet.h: Update.
4667 * config/z8k/tm-z8k.h: Update.
4668
4669 2002-06-14 Andrew Cagney <cagney@redhat.com>
4670
4671 * Makefile.in (i386_linux_tdep_h): Define.
4672 (i386_tdep_h, i387_tdep_h): Define.
4673 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4674 $(i386_tdep_h) and $(i387_tdep_h).
4675 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4676
4677 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4678
4679 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4680 Already covered by the default.
4681
4682 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4683 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4684 (i386_gdbarch_init): Initialize long_double_format and long_double
4685 bit.
4686
4687 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4688 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4689 Move these to ...
4690 * config/i386/i386sol2.mh: ... here.
4691 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4692 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4693 (SIGCONTEXT_PC_OFFSET): Remove define.
4694 (IN_SIGTRAMP): Remove define.
4695 * i386-sol2-tdep.c: New file.
4696
4697 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4698 * config/i386/tm-i386nw.h: Removed.
4699
4700 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4701 USE_STRUCT_CONVENTION): Remove defines.
4702 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4703 (get_longjmp_target): Remove prototype.
4704 (IN_SIGTRAMP): Remove define.
4705 (i386bsd_in_sigtramp): Remove prototype.
4706 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4707 function. Update comment accordingly
4708 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4709 (FRAME_SAVED_PC): Remove define.
4710 (i386bsd_frame_saved_pc): Remove prototype.
4711 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4712 GET_LONGJMP_TARGET): Remove defines.
4713 (get_longjmp_target): Remove prototype.
4714 (IN_SIGTRAMP): Remove define.
4715 (i386bsd_in_sigtramp): Remove prototype.
4716 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4717 function. Update comment accordingly
4718 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4719 (FRAME_SAVED_PC): Remove define.
4720 (i386bsd_frame_saved_pc): Remove prototype.
4721 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4722 Remove prototype.
4723 (USE_STRUCT_CONVENTION): Remove prototype.
4724 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4725 declaration.
4726 (_initialize_i386bsd_nat): Revise logic to determine some
4727 constants at compile time when compiling a native GDB. Warn if
4728 things don't match up with what we expect.
4729 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4730 Remove variables.
4731 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4732 to use date stored in `struct gdbarch_tdep'.
4733 (i386bsd_sigcontext_offset): Remove varaible.
4734 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4735 stored in `struct gdbarch_tdep'.
4736 (i386bsd_frame_saved_pc): Make static.
4737 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4738 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4739 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4740 i386fbsd4_sc_pc_offset): New variables.
4741 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4742 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4743 functions.
4744 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4745 functions.
4746 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4747 Modify the value of i386fbsd_sigtramp_start and
4748 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4749 i386fbsd_sigtramp_end.
4750 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4751 function.
4752
4753 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4754 define to i386-linux-tdep.h.
4755 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4756 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4757 defines.
4758 (i386_linux_register_name, i386_linux_register_byte,
4759 i386_linux_register_raw_size): Remove prototypes.
4760 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4761 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4762 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4763 TARGET_WRITE_PC): Remove defines.
4764 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4765 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4766 i386_linux_write_pc): Remove prototypes.
4767 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4768 (get_longjmp_target): Remove prototype.
4769 * i386-linux-tdep.h: New file.
4770 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4771 * i386-linux-tdep.c: Include "i386-tdep.h" and
4772 "i386-linux-tdep.h".
4773 (i386_linux_register_name, i386_linux_register_byte,
4774 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4775 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4776 Make static.
4777 (i386_linux_init_abi): New function.
4778 (_initialize_i386_linux_tdep): New function.
4779
4780 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4781 (i386_saved_pc_after_call): Remove prototype.
4782 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4783 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4784 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4785 (i386_register_name, i386_stab_reg_to_regnum,
4786 i386_dwarf_reg_to_regnum): Remove prototypes.
4787 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4788 SIZEOF_SSE_REGS): Remove defines.
4789 (REGISTER_BYTES): Remove define.
4790 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4791 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4792 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4793 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4794 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4795 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4796 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4797 (get_longjmp_target): Remove prototype.
4798 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4799 (sigtramp_saved_pc): Remove define.
4800 (i386v4_sigtramp_saved_pc): Remove prototype.
4801 * config/i386/tm-go32.h (FRAME_CHAIN,
4802 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4803 (i386go32_frame_saved_pc): Remove prototype.
4804 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4805 (get_longjmp_target): Remove prototype.
4806 * i386-tdep.h: Include "osabi.h".
4807 (enum i386_abi): Removed.
4808 (enum struct_return): New enum.
4809 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4810 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4811 sc_pc_offset members.
4812 (i386_gdbarch_register_os_abi): Remove prototype.
4813 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4814 I386_SSE_NUM_REGS): New defines.
4815 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4816 I386_SSE_SIZEOF_REGS): New defines.
4817 (i386_register_name, i386_register_byte, i386_register_raw_size):
4818 New prototypes.
4819 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4820 (i386bsd_sigtramp_saved_pc): New prototype.
4821 * i386-tdep.c: Don't include "elf-bfd.h".
4822 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4823 i386_frame_chain, i386_saved_pc_after_call): Make static.
4824 (i386_frame_saved_pc): Rewrite to call architecture dependent
4825 function to deal with signal handlers. Make static.
4826 (i386go32_frame_saved_pc): Removed.
4827 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4828 Removed.
4829 (i386_get_longjmp_target): New function.
4830 (default_struct_convention, pcc_struct_convention,
4831 reg_struct_convention, valid_conventions, struct_convention): New
4832 variables.
4833 (i386_use_struct_convention): New function.
4834 (i386v4_sigtramp_saved_pc): Renamed to
4835 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4836 (i386_pc_in_sigtramp): New function.
4837 (i386_abi_names): Removed.
4838 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4839 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4840 Removed.
4841 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4842 i386_gdbarch_register_os_abi): Removed.
4843 (struct i386_abi_handler): Removed.
4844 (i386_abi_handler_list): Removed.
4845 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4846 functions.
4847 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4848 i386_nw_init_abi): New functions.
4849 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4850 Use set_gdbarch_xxx() calls instead of relying on macros for a
4851 number of calls.
4852 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4853 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4854 Register the various architecture variants defined in this file.
4855
4856 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4859 (struct main_type): Remove arg_types member. Update comments for
4860 struct field.
4861 (TYPE_ARG_TYPES): Remove.
4862 (TYPE_FN_FIELD_ARGS): Update.
4863 (smash_to_method_type): Update prototype.
4864
4865 * c-typeprint.c (cp_type_print_method_args): Take method type
4866 instead of argument list. Use new argument layout. Simplify.
4867 (c_type_print_args): Use new argument layout. Simplify.
4868 (c_type_print_base): Update call to cp_type_print_method_args.
4869 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4870 argument; use die->type instead. Update call to
4871 smash_to_method_type.
4872 (read_structure_scope): Update call to dwarf2_add_member_fn.
4873 * gdbtypes.c (allocate_stub_method): Update comment.
4874 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4875 Use new argument layout.
4876 (check_stub_method): Use new argument layout. Don't count
4877 void as an argument.
4878 (print_arg_types): Update comments. Use new argument layout.
4879 (recursive_dump_type): Don't print arg_types member.
4880 * hpread.c (hpread_read_struct_type): Use new argument layout.
4881 (fixup_class_method_type): Likewise.
4882 (hpread_type_lookup): Likewise.
4883 * stabsread.c (read_type): Update calls to read_args and
4884 smash_to_method_type.
4885 (read_args): Use new argument layout. Simplify.
4886 * valops.c (typecmp): Use new argument layout. Update parameters
4887 and comments. Simplify.
4888 (hand_function_call): Use new argument layout.
4889 (search_struct_method): Update call to typecmp.
4890 (find_overload_match): Use new argument layout.
4891
4892 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4893
4894 * NEWS: Mention multithreaded debug support for gdbserver.
4895
4896 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4897
4898 * MAINTAINERS: Mention NEWS.
4899
4900 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4901
4902 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4903 (struct mips_objfile_private, compare_pdr_entries): New.
4904 (non_heuristic_proc_desc): Read the ".pdr" section if it
4905 is present.
4906
4907 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4908
4909 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4910 (arm_debug): New static variable.
4911 (_initialize_arm_tdep): Add ``set debug arm'' command.
4912
4913 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4914
4915 * Makefile.in (sim_arm_h): Define.
4916 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4917 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4918 (arm_register_sim_regno): New function, map an internal REGNUM
4919 onto a simulator register number.
4920 (arm_gdbarch_init): Set register_sim_regno.
4921
4922 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4923
4924 * MAINTAINERS: Add self.
4925
4926 2002-06-11 Jim Blandy <jimb@redhat.com>
4927
4928 * source.c (source_info): Mention whether the symtab has
4929 information about preprocessor macros.
4930
4931 Call the command `info macro', not `show macro'.
4932 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4933 Fix error message.
4934 (_initialize_macrocmd): Register `info_macro_command' in
4935 `infolist', not `showlist'.
4936
4937 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4938
4939 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4940 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4941 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4942 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4943 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4944 unconditionally.
4945 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4946 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4947 (_initialize_mips_tdep): Remove dead code.
4948 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4949 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4950 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4951 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4952 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4953 MIPS_LAST_FP_ARG_REGNUM): Remove.
4954
4955 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4956
4957 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4958 (unwind_tmp_obstack_free, parse_frame_info)
4959 (update_context, cfi_read_fp, cfi_write_fp)
4960 (cfi_frame_chain, cfi_init_extra_frame_info)
4961 (cfi_virtual_frame_pointer): Use the above function.
4962 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4963
4964 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4965
4966 * v850-tdep.c (v850_type_is_scalar): New function.
4967 (v850_use_struct_convention): Match current gcc implementation
4968 as close as possible.
4969 (v850_push_arguments): Fix stack_offset handling. Don't write
4970 struct_addr into register. This is done by v850_store_struct_return.
4971 (v850_extract_return_value): Care for structs.
4972 (v850_store_return_value): Ditto.
4973 (v850_store_struct_return): Actually write address.
4974
4975 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4976
4977 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4978 without debug information too.
4979
4980 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4981
4982 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4983 Make multi-arch pure.
4984 * gdbarch.h, gdbarch.c: Re-generate.
4985 * arm-tdep.c (arm_print_float_info): Update.
4986 * arch-utils.h (default_print_float_info): Update.
4987 * arch-utils.c (default_print_float_info): Update.
4988 * infcmd.c (float_info): Update call.
4989
4990 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4991
4992 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4993 the front of the initialize list.
4994
4995 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4996
4997 * infrun.c (struct inferior_status): Replace fields
4998 selected_frame_address and selected_level with field
4999 selected_frame_id.
5000 (save_inferior_status): Update. Use get_frame_id.
5001 (struct restore_selected_frame_args): Delete.
5002 (restore_selected_frame): Update. Use frame_find_by_id.
5003 (restore_inferior_status): Update.
5004
5005 * breakpoint.h (struct breakpoint): Change type of
5006 watchpoint_frame to frame_id.
5007 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5008 call to get_current_frame.
5009 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5010 get_current_frame.
5011 (watchpoint_check): Use frame_find_by_id.
5012
5013 * frame.h (record_selected_frame): Delete declaration.
5014 * stack.c (record_selected_frame): Delete function.
5015
5016 * frame.h (struct frame_id): Define.
5017 (get_frame_id): Declare.
5018 (frame_find_by_id): Declare.
5019 * frame.c (frame_find_by_id): New function.
5020 (get_frame_id): New function.
5021
5022 2002-06-10 Andrey Volkov <avolkov@transas.com>
5023
5024 * ser-e7kpc.c: Fix duplicated define and call of
5025 _initialize_ser_e7000pc
5026
5027 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5028
5029 * signals/signals.c (target_signal_from_host): Fix #ifdef
5030 SIGRTMIN case.
5031 (do_target_signal_to_host): Likewise.
5032
5033 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5034
5035 * mips-tdep.c (mips_find_abi_section): New function.
5036 (mips_gdbarch_init): Call it.
5037
5038 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5039
5040 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5041 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5042 after Andrew's 2002-06-08 gdbarch change.
5043
5044 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5045
5046 * i386-linux-nat.c (suppy_gregset): Don't supply
5047 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5048 register cache.
5049 (fill_gregset): Don't fetch it under the same circumstances.
5050
5051 2002-06-09 Andrew Cagney <cagney@redhat.com>
5052
5053 * Makefile.in (callback_h): Define.
5054 (remote_sim_h): Update path to remote-sim.h.
5055 (remote-rdp.o): Add $(callback_h).
5056 (remote-sim.o): Use $(callback_h).
5057 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5058 * remote-rdp.c: Include "gdb/callback.h".
5059
5060 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5061
5062 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5063 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5064
5065 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5066
5067 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5068 * rdi-share/serpardr.c: Ditto.
5069 * rdi-share/unixcomm.c: Ditto.
5070 * rdi-share/serdrv.c: Ditto.
5071 * rdi-share/hostchan.h: Ditto.
5072 * rdi-share/hostchan.c: Ditto.
5073 * rdi-share/host.h: Ditto.
5074 * rdi-share/devsw.c: Ditto.
5075
5076 * objfiles.h: Change type of obj_private to void pointer.
5077 * pa64solib.c: Update copyright. Don't include "assert.h", use
5078 strcmp instead of STREQ, use LONGEST, do not use PTR
5079 * somsolib.c: Ditto.
5080
5081 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5082 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5083 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5084
5085 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5086
5087 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5088 (default_get_saved_register): Delete function.
5089 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5090 generic_unwind_get_saved_register.
5091 * gdbarch.h, gdbarch.c: Re-generate.
5092
5093 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5094
5095 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5096 generic_func_frame_chain_valid.
5097 * gdbarch.h, gdbarch.c: Re-generate.
5098 * blockframe.c (generic_func_frame_chain_valid): Only check
5099 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5100 passing FP to PC_IN_CALL_DUMMY.
5101 Fix PR gdb/360.
5102
5103 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5104
5105 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5106 (register_gdbarch_data): Initialize init_p.
5107 (gdbarch_data): Initialize data pointer using the init function.
5108 (init_gdbarch_data): Delete function.
5109 (gdbarch_update_p): Update.
5110 (initialize_non_multiarch): Update.
5111 (struct gdbarch): Add field initialized_p.
5112 * gdbarch.h, gdbarch.c: Re-generate.
5113
5114 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5115
5116 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5117 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5118 better do the things actually here.
5119 * x86-64-tdep.c (x86_64_register_name2nr): New.
5120 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5121 (x86_64_gdbarch_init): Respect the above change.
5122 * x86-64-tdep.h (x86_64_register_name2nr)
5123 (x86_64_register_nr2name): Add prototypes.
5124 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5125
5126 2002-06-06 Michael Snyder <msnyder@redhat.com>
5127
5128 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5129 Delete extra braces and re-indent.
5130 (d10v_store_return_value): Char return values
5131 must be shifted over by one byte in R0.
5132 (d10v_extract_return_value): Delete extra braces, re-indent.
5133
5134 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5135
5136 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5137 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5138 (d10v_integer_to_address): Rewrite.
5139 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5140 the d10v specific functions which take care of converting to the
5141 correct space.
5142
5143 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5144
5145 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5146 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5147
5148 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5149
5150 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5151 includes.
5152 * config/tm-linux.h: Ditto.
5153 * config/alpha/tm-alphalinux.h: Ditto.
5154 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5155 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5156 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5157 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5158 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5159 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5160 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5161 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5162 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5163 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5164 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5165 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5166 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5167 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5168 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5169 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5170 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5171 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5172 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5173 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5174 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5175 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5176 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5177 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5178 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5179 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5180 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5181 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5182 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5183 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5184 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5185 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5186 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5187 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5188 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5189 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5190 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5191
5192 2002-05-04 Aidan Skinner <aidan@velvet.net>
5193
5194 * ada-exp.tab.c: New file
5195 * ada-exp.y: New file
5196 * ada-lang.c: New file
5197 * ada-lang.h: New file
5198 * ada-lex.c: New file
5199 * ada-lex.l: New file
5200 * ada-tasks.c: New file
5201 * ada-typeprint.c: New file
5202 * ada-valprint.c: New file
5203
5204 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5205
5206 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5207 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5208
5209 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5210
5211 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5212 insetead of ppc-linux-tdep.o.
5213 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5214 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5215
5216 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5217
5218 2002-05-07 Christian Groessler <chris@groessler.org>
5219 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5220 bit register contents for little endian hosts.
5221
5222 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5223
5224 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5225 any maintainer.
5226
5227 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5228
5229 * gdbarch.h: Regenerate.
5230
5231 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5232
5233 * MAINTAINERS: Add everyone to write-after-approval list.
5234
5235 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5236
5237 * stack.c (frame_info): Use frame_register_unwind instead of
5238 saved_regs. Mention when the SP is on the stack or in a register.
5239
5240 * frame.h (frame_register_unwind_ftype): Define. Document.
5241 (struct frame_info): Add field register_unwind and
5242 register_unwind_cache.
5243 (frame_register_unwind): Declare.
5244 (generic_unwind_get_saved_register): Declare.
5245
5246 * frame.c (frame_register_unwind): New function.
5247 (generic_unwind_get_saved_register): New function.
5248
5249 * blockframe.c (generic_call_dummy_register_unwind): New function.
5250 (frame_saved_regs_register_unwind): New function.
5251 (set_unwind_by_pc): New function.
5252 (create_new_frame): New function.
5253 (get_prev_frame): New function.
5254
5255 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5256
5257 * a29k-share/: Delete directory.
5258 * remote-vx29k.c: Delete file.
5259
5260 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5261
5262 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5263 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5264
5265 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5266
5267 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5268 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5269 (sparc64nbsd-nat.o)
5270 (sparcnbsd-nat.o)
5271 (sparcnbsd-tdep.o): New dependency lists.
5272 * NEWS: Note new UltraSPARC NetBSD native configuration.
5273 * configure.host (sparc64-*-netbsd*): New host.
5274 * configure.tgt (sparc-*-netbsdelf*)
5275 (sparc-*-netbsd*): Set gdb_target to nbsd.
5276 (sparc64-*-netbsd*): New target.
5277 * sparc64nbsd-nat.c: New file.
5278 * sparcnbsd-nat.c: New file.
5279 * sparcnbsd-tdep.c: New file.
5280 * sparcnbsd-tdep.h: New file.
5281 * config/sparc/nbsd.mt: New file.
5282 * config/sparc/nbsd64.mh: New file.
5283 * config/sparc/nbsd64.mt: New file.
5284 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5285 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5286 (HOST_IPC): Remove.
5287 * config/sparc/nbsdaout.mt: Remove.
5288 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5289 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5290 (HOST_IPC): Remove.
5291 * config/sparc/nbsdelf.mt: Remove.
5292 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5293 sparc-nat.c compatiblity defines.
5294 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5295 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5296 * config/sparc/tm-nbsd64.h: New file.
5297 * config/sparc/tm-nbsdaout.h: Remove.
5298 * config/sparc/xm-nbsd.h: Remove.
5299
5300 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5301
5302 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5303 * sparc-tdep.c: Include osabi.h.
5304 (gdbarch_tdep): Add osabi member.
5305 (_initialize_sparc_tdep): Use gdbarch_register.
5306 (sparc_gdbarch_init): Use generic OS ABI framework.
5307 (sparc_dump_tdep): New function.
5308
5309 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5310
5311 * corefile.c (do_captured_read_memory_integer): Return non-zero
5312 result.
5313 (safe_read_memory_integer): Copy result of memory read when
5314 status is non-zero. Also, add comments.
5315
5316 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5317
5318 * Makefile.in (ppc_tdep_h): Define.
5319 (ppc-linux-nat.o)
5320 (ppc-linux-tdep.o)
5321 (rs6000-tdep.o): Use $(ppc_tdep_h).
5322 (ppc-sysv-tdep.o)
5323 (ppcnbsd-nat.o)
5324 (ppcnbsd-tdep.o): New dependency lists.
5325 * ppc-tdep.h: Use generic OS ABI framework.
5326 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5327 (ppc_linux_init_abi): New functions.
5328 (ppc_sysv_abi_broken_use_struct_convention)
5329 (ppc_sysv_abi_use_struct_convention)
5330 (ppc_sysv_abi_push_arguments): Move to...
5331 * ppc-sysv-tdep.c: ...here.
5332 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5333 * rs6000-tdep.c (process_note_abi_tag_sections)
5334 (get_elfosabi): Remove.
5335 (rs6000_gdbarch_init): Use generic OS ABI framework.
5336 (rs6000_dump_tdep): New function.
5337 (_initialize_rs6000_tdep): Use gdbarch_register.
5338 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5339 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5340 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5341 of ppc-linux-tdep.o.
5342 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5343 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5344 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5345 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5346 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5347 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5348
5349 2002-05-29 Jim Blandy <jimb@redhat.com>
5350
5351 * macroscope.c (default_macro_scope): Put `void' in empty argument
5352 list.
5353
5354 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5355
5356 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5357 * arch-utils.c: Include "sim-regno.h".
5358 * gdbarch.sh: Don't include "sim-regno.h".
5359 * gdbarch.h, gdbarch.c: Regenerate.
5360 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5361 here.
5362 * arch-utils.h (legacy_register_sim_regno): To here.
5363 * remote-sim.c (legacy_register_sim_regno): Move function from
5364 here.
5365 * arch-utils.c (legacy_register_sim_regno): To here.
5366
5367 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5368
5369 * sim-regno.h: New file.
5370 * Makefile.in (sim_regno_h): Define.
5371 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5372 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5373 (legacy_register_sim_regno): New function.
5374 (one2one_register_sim_regno): New function.
5375 (gdbsim_fetch_register): Rewrite.
5376 (gdbsim_store_register): Only store a register when
5377 REGISTER_SIM_REGNO is valid.
5378 * d10v-tdep.c: Include "sim-regno.h".
5379 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5380 (d10v_ts3_register_sim_regno): Ditto.
5381 * gdbarch.sh: Include "sim-regno.h".
5382 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5383 * gdbarch.h, gdbarch.c: Regenerate.
5384 * arch-utils.h (default_register_sim_regno): Delete declaration.
5385 * arch-utils.c (default_register_sim_regno): Delete function.
5386
5387 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5388
5389 * ppcnbsd-nat.c: Rewrite.
5390 * ppcnbsd-tdep.c: New file.
5391 * ppcnbsd-tdep.h: New file.
5392 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5393 solib.o, and solib-svr4.o.
5394 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5395 nbsd-tdep.o, and corelow.o.
5396
5397 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5398
5399 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5400 `tr' and `sed'. Mention that `broken' targets are not expected to
5401 build.
5402
5403 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5404
5405 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5406 Let PC point right after the prologue before looking up symbols.
5407
5408 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5409
5410 * i386-tdep.c (i386_register_virtual_type): Return
5411 builtin_type_vec128i for SSE registers.
5412
5413 * gdbtypes.h (builtin_type_vec128i): Declare.
5414
5415 * gdbtypes.c (build_builtin_type_vec128i): New function.
5416 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5417 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5418 (build_gdbtypes): Initialize new builtin vector types.
5419 (_initialize_gdbtypes): Register new vector types with gdbarch.
5420
5421 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5422
5423 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5424 since it has been multi-arch'd.
5425 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5426 Move Alpha and VAX multi-arch news entries to same section
5427 as other multi-arch news.
5428
5429 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5430
5431 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5432 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5433 static. Rename some register numbers to put them in ns32k-tdep
5434 private namespace.
5435 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5436 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5437 functions.
5438 (_initialize_ns32k_tdep): Use gdbarch_register.
5439 * ns32k-tdep.h: New file.
5440 * ns32knbsd-tdep.c: New file.
5441 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5442 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5443 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5444 REGISTER_BYTES, REGISTER_BYTE): Remove.
5445 * config/ns32k/tm-ns32k.h: New file.
5446 * config/ns32k/tm-umax.h: Remove.
5447
5448 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5449
5450 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5451 ns32k_store_struct_return, ns32k_extract_return_value,
5452 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5453 functions.
5454 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5455 ns32k_saved_pc_after_call.
5456 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5457 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5458 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5459 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5460 ns32k_extract_struct_value_address.
5461
5462 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5463
5464 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5465 ns32k_fix_call_dummy): New.
5466 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5467 ns32k_call_dummy_words.
5468 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5469 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5470 CALL_DUMMY_NARGS): Remove.
5471 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5472
5473 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5474
5475 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5476 ns32k_frame_saved_pc, ns32k_frame_args_address,
5477 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5478 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5479 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5480 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5481 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5482 (BREAKPOINT): Remove..
5483 (FRAME_CHAIN): Define as ns32k_frame_chain.
5484 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5485 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5486 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5487 (FRAME_FIND_SAVED_REGS): Remove.
5488 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5489 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5490 (POP_FRAME): Define as ns32k_pop_frame.
5491
5492 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5493
5494 * ns32k-tdep.c (ns32k_register_byte_32082,
5495 ns32k_register_byte_32382, ns32k_register_raw_size,
5496 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5497 functions.
5498 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5499 ns32k_register_byte_32382.
5500 * config/ns32k/tm-umax.h: Update copyright years.
5501 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5502 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5503 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5504 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5505 (ns32k_get_enter_addr): Fix prototype.
5506
5507 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5508
5509 * ns32k-tdep.c: Update copyright years.
5510 (ns32k_register_name_32082): New function.
5511 (ns32k_register_name_32382): Ditto.
5512 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5513 (REGISTER_NAME): Define as ns32k_register_name_32382.
5514 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5515 (REGISTER_NAME): Define as ns32k_register_name_32082.
5516
5517 2002-05-24 Jim Blandy <jimb@redhat.com>
5518
5519 * dwarf2read.c (free_line_header): Use xfree, not free.
5520
5521 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5522
5523 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5524 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5525
5526 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5527
5528 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5529
5530 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5531
5532 From Ross Alexander at NEC Europe:
5533 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5534
5535 2002-05-23 Michael Snyder <msnyder@redhat.com>
5536
5537 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5538 for input, rather than parse_and_eval_address.
5539
5540 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5541
5542 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5543 * Makefile.in (sim_d10v_h): Update definition.
5544
5545 2002-05-24 Andrew Cagney <cagney@redhat.com>
5546
5547 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5548 change `2002-05-22 Michael Snyder' below.
5549 (d10v_push_arguments): Ditto.
5550 (d10v_extract_return_value): Ditto.
5551
5552 2002-05-23 Jim Blandy <jimb@redhat.com>
5553
5554 * macrotab.c (check_for_redefinition): Don't complain if the new
5555 definition is the same as the previous one. Take more arguments
5556 to allow the comparison.
5557 (macro_define_object, macro_define_function): Pass more arguments
5558 to check_for_redefinition.
5559
5560 2002-05-22 Michael Snyder <msnyder@redhat.com>
5561
5562 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5563 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5564 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5565 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5566 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5567 Add a temp variable to save a call (and a memory read).
5568 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5569 if possible (so that PC_IN_CALL_DUMMY will work).
5570
5571 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5572
5573 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5574
5575 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5576
5577 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5578 fde->cie_ptr.
5579 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5580 (dwarf2_build_frame_info): Add offset to fde->initial_location
5581 so that frames of shared libraries are mapped correctly.
5582 (execute_stack_op): Change type of 'result' from ULONGEST to
5583 CORE_ADDR.
5584
5585 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5586
5587 * config/alpha/tm-nbsd.h: Include solib.h.
5588
5589 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5590
5591 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5592 assumptions about the host's byte order.
5593
5594 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5595
5596 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5597 to dependency list.
5598 * alphanbsd-tdep.c: Include solib-svr4.h.
5599 * shnbsd-tdep.c: Ditto.
5600
5601 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5602
5603 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5604 nbsd-tdep.h to dependency list.
5605 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5606 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5607 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5608 nbsdaout.mh and nbsdelf.mh consistently.
5609 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5610 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5611 nbsdaout.mt and nbsdelf.mh consistently.
5612 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5613 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5614 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5615 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5616 a.out shared library stuff from here...
5617 * config/nm-nbsdaout.h: ...to here.
5618 * config/tm-nbsd.h: Remove.
5619 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5620 * config/arm/nbsd.mh: Remove.
5621 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5622 nbsd-tdep.o.
5623 * config/arm/nbsdaout.mh: New file.
5624 * config/arm/nbsdelf.mh: New file.
5625 * config/arm/nm-nbsdaout.h: New file.
5626 * config/i386/nbsd.mh: Remove.
5627 * config/i386/nbsd.mt: Remove.
5628 * config/i386/nbsdaout.mh: New file.
5629 * config/i386/nbsdaout.mt: New file.
5630 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5631 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5632 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5633 i386_register_u_addr): Remove.
5634 * config/i386/nm-nbsdaout.h: New file.
5635 * config/i386/nm-nbsdelf.h: Remove.
5636 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5637 (USE_STRUCT_CONVENTION): Remove.
5638 * config/i386/tm-nbsdaout.h: New file.
5639 * config/i386/tm-nbsdelf.h: Remove.
5640 * config/m68k/nbsd.mh: Remove.
5641 * config/m68k/nbsd.mt: Remove.
5642 * config/m68k/nbsdaout.mh: New file.
5643 * config/m68k/nbsdaout.mt: New file.
5644 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5645 * config/m68k/nm-nbsdaout.h: New file.
5646 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5647 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5648 * config/ns32k/nbsd.mh: Remove.
5649 * config/ns32k/nbsd.mt: Remove.
5650 * config/ns32k/nbsdaout.mh: New file.
5651 * config/ns32k/nbsdaout.mt: New file.
5652 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5653 * config/ns32k/nm-nbsdaout.h: New file.
5654 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5655 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5656 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5657 (SVR4_SHARED_LIBS): Remove.
5658 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5659 * config/sparc/nbsd.mh: Remove.
5660 * config/sparc/nbsd.mt: Remove.
5661 * config/sparc/nbsdaout.mh: New file.
5662 * config/sparc/nbsdaout.mt: New file.
5663 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5664 * config/sparc/nbsdelf.mt: New file.
5665 * config/sparc/nm-nbsdaout.h: New file.
5666 * config/sparc/nm-nbsdelf.h: Remove.
5667 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5668 * config/sparc/tm-nbsdaout.h: New file.
5669
5670 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5671
5672 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5673 mipsnbsd-tdep.c
5674 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5675
5676 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5677
5678 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5679 shnbsd-nat.c.
5680 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5681
5682 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5683
5684 * NEWS: Note new MIPS NetBSD native configuration.
5685 * configure.host (mips*-*-netbsd*): New host.
5686 * configure.tgt (mips*-*-netbsd*): New target.
5687 * mipsnbsd-nat.c: New file.
5688 * mipsnbsd-tdep.c: New file.
5689 * mipsnbsd-tdep.h: New file.
5690 * config/mips/nbsd.mh: New file.
5691 * config/mips/nbsd.mt: New file.
5692 * config/mips/nm-nbsd.h: New file.
5693 * config/mips/tm-nbsd.h: New file.
5694
5695 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5696
5697 * Makefile.in (SFILES): Add osabi.c.
5698 (COMMON_OBS): Add osabi.o.
5699 (osabi.o): New dependency list.
5700 * osabi.c: New file.
5701 * osabi.h: New file.
5702 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5703
5704 * Makefile.in (alpha_tdep_h): Define and use instead of
5705 alpha-tdep.h.
5706 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5707 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5708 Remove.
5709 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5710 * alpha-tdep.h: Include osabi.h.
5711 (alpha_abi): Remove.
5712 (gdbarch_tdep): Use generic OS ABI framework.
5713 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5714 gdbarch_register_osabi.
5715 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5716 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5717 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5718
5719 * Makefile.in (sh_tdep_h): Add osabi.h.
5720 * sh-tdep.h (sh_osabi): Remove.
5721 (gdbarch_tdep): Use generic OS ABI framework.
5722 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5723 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5724 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5725 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5726
5727 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5728 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5729 gdbarch_register_osabi.
5730 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5731 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5732 (get_elfosabi): Rename to...
5733 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5734 ABI framework support routines.
5735 (arm_gdbarch_init): Use generic OS ABI framework.
5736 (arm_dump_tdep): Likewise.
5737 (_initialize_arm_tdep): Likewise.
5738 * arm-tdep.h: Include osabi.h.
5739 (arm_abi): Remove.
5740 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5741 osabi member.
5742 (arm_gdbarch_register_os_abi): Remove prototype.
5743 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5744 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5745
5746 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5747 * mips-tdep.c: Include osabi.h.
5748 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5749 OS ABI framework.
5750
5751 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5752
5753 * h8300-tdep.c: Fix formatting.
5754
5755 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
5756
5757 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5758 printing vector registers.
5759
5760 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5761
5762 From Fernando Nasser:
5763 * remote.c (remote_async_open_1): Re-throw the exception when the
5764 connection fails.
5765 (remote_cisco_open): Ditto.
5766 (remote_open_1): Ditto.
5767
5768 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5769
5770 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5771 (remote_start_remote): Add uiout parameter. Pass through to
5772 remote_start_remote_dummy.
5773 (remote_open_1): Use catch_exception instead of catch_errors.
5774 (remote_async_open_1): Ditto.
5775 (remote_cisco_open): Ditto.
5776
5777 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5778
5779 * remote.c (remote_start_remote): Replace PTR with void pointer.
5780 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5781 static.
5782
5783 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5784
5785 * gdb_indent.sh: Allow the script to be run in the sim directory.
5786
5787 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5788
5789 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5790 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5791
5792 * corelow.c (core_open): Only call set_gdbarch_from_file if
5793 exec_bfd is NULL.
5794
5795 2002-05-17 Andrey Volkov <avolkov@transas.com>
5796
5797 * h8300-tdep.c: Add support of EXR register
5798 * config/h8300/tm-h8300.h: Ditto.
5799
5800 2002-05-17 Andrey Volkov <avolkov@transas.com>
5801
5802 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5803
5804 2002-05-17 Andrey Volkov <avolkov@transas.com>
5805
5806 * h8300-tdep.c: Change literal regnums to REGNO.
5807
5808 2002-05-17 Jim Blandy <jimb@redhat.com>
5809
5810 * NEWS: Note addition of macro support.
5811
5812 Expand preprocessor macros in C expressions.
5813 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5814 (scan_macro_expansion, scanning_macro_expansion,
5815 finished_macro_expansion): New function declarations.
5816 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5817 variable declarations.
5818 * parser-defs.h (expression_context_pc): New declaration.
5819 * parse.c (expression_context_pc): New variable.
5820 (parse_exp_1): Set expression_context_pc, as well as
5821 expression_context_block.
5822 * c-exp.y (yylex): If we're not already reading the result of a
5823 macro expansion, try to macro-expand the next token. When we're
5824 done scanning a macro expansion, switch back to the mainline text.
5825 Commas and `if's in a macro's expansion don't terminate the input.
5826 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5827 (macro_original_text, macro_expanded_text,
5828 expression_macro_lookup_func, expression_macro_lookup_baton): New
5829 variables.
5830 (scan_macro_expansion, scanning_macro_expansion,
5831 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5832 c_preprocess_and_parse): New functions.
5833 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5834 c_preprocess_and_parse, instead of c_parse.
5835 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5836 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5837
5838 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5839
5840 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5841 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5842 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5843
5844 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5845
5846 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5847
5848 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5849
5850 * Makefile.in (sh_tdep_h): Define and use.
5851 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5852 register enum): Move to...
5853 * * sh-tdep.h: ...here.
5854 * sh-tdep.c: Include sh-tdep.h.
5855 * sh3-rom.c: Likewise.
5856 * shnbsd-tdep.c: Likewise.
5857
5858 2002-05-16 Michael Snyder <msnyder@redhat.com>
5859
5860 * arm-tdep.c: Spelling fix in comment.
5861
5862 2002-05-16 Jim Blandy <jimb@redhat.com>
5863
5864 Add commands for manually expanding macros and showing their
5865 definitions.
5866 * macrocmd.c, macroscope.c, macroscope.h: New files.
5867 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5868 (macroscope_h): New variable.
5869 (HFILES_NO_SRCDIR): Add macroscope.h.
5870 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5871 (macroscope.o, macrocmd.o): New rules.
5872
5873 Teach the Dwarf 2 reader to read macro information.
5874 * dwarf2read.c: #include "macrotab.h".
5875 (dwarf_macinfo_buffer): New variable.
5876 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5877 dwarf_macinfo_size.
5878 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5879 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5880 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5881 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5882 dwarf2_macro_spaces_in_definition): New complaints.
5883 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5884 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5885 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5886 the partial symbol table.
5887 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5888 from what's recorded in the partial symbol table.
5889 (read_file_scope): If the compilation unit has a
5890 `DW_AT_macro_info' attribute, read its macro information.
5891 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5892
5893 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5894
5895 Fix PR gdb/546
5896 * ser-tcp.c: Don't include <netinet/udp.h>.
5897
5898 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5899
5900 * MAINTAINERS: Update my email address.
5901
5902 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5903
5904 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5905 include file of the same name.
5906
5907 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5908
5909 * configure.tgt: Mark v850 as multi-arched.
5910 * config/v850/tm-v850.h: Remove file.
5911 * config/v850/v850.mt: Eliminate TM_FILE.
5912
5913 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5914
5915 * v850-tdep.c: Full multi-arch.
5916 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5917 Define GDB_MULTI_ARCH to 2.
5918
5919 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5920
5921 * p-exp.y (current_type): New static variable.
5922 Carries the type of the expression at the position that is parsed.
5923 (push_current_type, pop_current_type): Two new functions. Used
5924 to store/restore current_type in expression on specific tokens.
5925 (search_field): New static variable. Set to one after parsing a point
5926 as at that point only a FIELDNAME token should be searched.
5927 (FIELDNAME): New token. After a point only a token belonging to
5928 current_type type definition is allowed.
5929 (all over token rules): reset and change current_type according
5930 to rules.
5931 (exp '[' rule): insert implicit array index field if
5932 exp is a pascal string type.
5933
5934 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5935
5936 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5937 frame info. Use frame_info's saved_regs instead of matching member
5938 in extra_frame_info throughout.
5939 (v850_frame_init_saved_regs): New function.
5940 (v850_init_extra_frame_info): Move most functionality into
5941 v850_frame_init_saved_regs().
5942 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5943 (v850_frame_find_saved_regs): Remove declaration.
5944 (FRAME_FIND_SAVED_REGS): Remove definition.
5945 (v850_frame_init_saved_regs): Add declaration.
5946 (FRAME_INIT_SAVED_REGS): Add definition.
5947
5948 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5949
5950 * v850-tdep.c: Begin multi-arch'ing v850.
5951 (v850_target_architecture_hook): Remove function.
5952 (v850_gdbarch_init): New function. Add code previously in
5953 v850_target_architecture_hook().
5954 (_initialize_v850_tdep): Don't set target_architecture_hook.
5955 Call register_gdbarch_init() instead.
5956
5957 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5958
5959 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5960 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5961 (fixup_class_method_type): Likewise.
5962
5963 2002-05-15 Jim Blandy <jimb@redhat.com>
5964
5965 Add macro structures to GDB's symbol tables. Nobody puts anything
5966 in them yet.
5967 * symtab.h (struct symtab): New member: `macro_table'.
5968 * buildsym.h (pending_macros): New global variable.
5969 * buildsym.c: #include "macrotab.h".
5970 (buildsym_init): Initialize `pending_macros'.
5971 (end_symtab): If we found macro information while reading a CU's
5972 debugging info, do build a symtab structure for it. Make the
5973 symtab point to the macro information, and clear the
5974 `pending_macros' pointer which held it while we were reading the
5975 debug info.
5976 (really_free_pendings): Free any pending macro table.
5977 * objfiles.h (struct objfile): New member: `macro_cache'.
5978 * objfiles.c (allocate_objfile): Set allocate and free functions
5979 for the macro cache's objstack.
5980 (free_objfile): Empty the macro cache's obstack.
5981 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5982 set new allocate and free functions for it.
5983 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5984 free functions for the macro cache's objstack. (Why is this
5985 function building its own objfile?)
5986 * symmisc.c (print_objfile_statistics): Print statistics on the
5987 macro bcache.
5988 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5989
5990 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5991
5992 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5993 (REGISTER_U_ADDR): Delete definition.
5994 (arm_register_u_addr): Delete declaration.
5995
5996 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5997
5998 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5999 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6000
6001 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6002
6003 * regcache.c (register_valid): Revise comments refering to "Not
6004 available" and "unavailable".
6005 * frame.c (frame_register_read): Ditto.
6006 * findvar.c (value_of_register): Ditto.
6007
6008 2002-05-15 Andrew Cagney <cagney@redhat.com>
6009
6010 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6011 (remote-sim.o): Update dependencies.
6012 (d10v-tdep.o): Specify dependencies.
6013 (sim_d10v_h): Define.
6014
6015 2002-05-14 Jim Blandy <jimb@redhat.com>
6016
6017 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6018 * macrotab.c (macro_lookup_inclusion, find_definition,
6019 new_macro_table): Same.
6020
6021 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6022 not `! strcmp ()'. This is a dubious improvement.
6023 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6024
6025 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6026 although it's not necessary, to avoid a warning.
6027
6028 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6029
6030 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6031 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6032 TYPE_INSTANCE_FLAGS.
6033 (struct main_type): New.
6034 (struct type): Move most members to struct main_type. Change
6035 cv_type and as_type to new type_chain member. Add instance_flags.
6036 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6037 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6038 (finish_cv_type): Remove prototype.
6039 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6040 Set TYPE_CHAIN.
6041 (alloc_type_instance): New function.
6042 (smash_type): New function.
6043 (make_pointer_type, make_reference_type, make_function_type)
6044 (smash_to_member_type, smash_to_method_type): Call smash_type.
6045 (make_qualified_type): New function.
6046 (make_type_with_address_space): Call make_qualified_type.
6047 (make_cv_type): Likewise.
6048 (finish_cv_type): Remove unnecessary function.
6049 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6050 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6051 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6052 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6053 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6054 * hpread.c (hpread_read_struct_type): Likewise.
6055 * stabsread.c (read_struct_type): Likewise.
6056
6057 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6058
6059 * configure.tgt: Add a catch all sh* target, for cases like
6060 sh[2,3,4]-elf and sh-hms.
6061
6062 2002-05-14 Keith Seitz <keiths@redhat.com>
6063
6064 * event-loop.c (create_file_handler): Don't do anything but
6065 update data when we are given a fd which we are already
6066 monitoring.
6067
6068 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6069
6070 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6071 (update_context): Use __func__ in warnings.
6072
6073 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6074
6075 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6076 and tcp_close to net_open and net_close.
6077 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6078 using UDP if requested. Don't try to disable Nagle on UDP
6079 sockets.
6080 * remote.c (remote_serial_open): New function. Warn about UDP.
6081 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6082
6083 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6084
6085 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6086
6087 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6088
6089 * configure.tgt: Remove sh-hms target.
6090 * MAINTAINERS: Don't list sh-hms as a separate target.
6091
6092 2002-05-13 Jim Blandy <jimb@redhat.com>
6093
6094 Add first preprocessor macro-expansion files.
6095 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6096 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6097 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6098 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6099 (COMMON_OBS): Add macrotab.o, macroexp.o.
6100 (macroexp.o, macrotab.o): New rules.
6101
6102 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6103
6104 * config/m88k/tm-m88k.h: Update copyright.
6105 (m88k_target_write_pc): Declare
6106 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6107 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6108 (SHIFT_INST_REGS): Update definition.
6109 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6110 using old definition of TARGET_WRITE_PC.
6111 * regcache.c (generic_target_write_pc): Delete code handling
6112 NNPC_REGNUM.
6113 * gdbarch.sh (NNPC_REGNUM): Delete.
6114 * gdbarch.h, gdbarch.c: Regenerate.
6115
6116 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6117
6118 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6119 builtin reg number.
6120
6121 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6122
6123 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6124 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6125 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6126 access macros.
6127 * c-typeprint.c (cp_type_print_method_args): Likewise.
6128 (c_type_print_args): Likewise.
6129 * d10v-tdep.c (d10v_push_arguments): Likewise.
6130 (d10v_extract_return_value): Likewise.
6131 * expprint.c (print_subexp): Likewise.
6132 * gdbtypes.c (lookup_primitive_typename): Likewise.
6133 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6134 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6135 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6136 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6137 (TYPE_VECTOR): Likewise.
6138 * hpread.c (hpread_read_struct_type)
6139 (fix_static_member_physnames, fixup_class_method_type)
6140 (hpread_type_lookup): Likewise.
6141 * mdebugread.c (parse_symbol, parse_type): Likewise.
6142 * p-lang.c (is_pascal_string_type): Likewise.
6143 * valops.c (hand_function_call): Likewise.
6144 * x86-64-tdep.c (classify_argument): Likewise.
6145
6146 * hpread.c (hpread_read_function_type)
6147 (hpread_read_doc_function_type): Call replace_type.
6148 * dstread.c (create_new_type): Delete.
6149 (decode_dst_structure, process_dst_function): Call alloc_type.
6150 Use type access macros.
6151
6152 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6153
6154 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6155 the're not supported by the current architecture.
6156 (i387_fill_fxsave): Likewise.
6157
6158 2002-05-12 Fred Fish <fnf@redhat.com>
6159
6160 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6161 sect_index_xxx members to index the first slot in section_offsets
6162 if all of the section_offsets are zero.
6163
6164 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6165
6166 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6167 checked in with last change.
6168
6169 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6170
6171 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6172 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6173 config.sub.
6174
6175 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6176
6177 * Makefile.in: Update dependencies.
6178
6179 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6180
6181 * language.c (local_hex_string_custom): Simplify. Do not depend
6182 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6183
6184 * memattr.c (mem_info_command): Replace calls to
6185 longest_local_hex_string and longest_local_hex_string_custom.
6186 * buildsym.c (make_blockvector): Ditto.
6187 * solib.c (info_sharedlibrary_command): Ditto.
6188 * tracepoint.c (tracepoints_info): Ditto.
6189 * symtab.c (print_msymbol_info): Ditto.
6190
6191 * language.c (local_hex_string): Delete.
6192 (local_hex_string_custom): Delete.
6193 (longest_local_hex_string): Rename to local_hex_string.
6194 (longest_local_hex_string_custom): Rename to
6195 local_hex_string_custom.
6196 * language.h (local_hex_string): Change parameter type to LONGEST.
6197 (local_hex_string_custom): Ditto.
6198 (longest_local_hex_string): Delete declaration.
6199 (longest_local_hex_string_custom): Ditto.
6200
6201 * solib.c: Update copyright.
6202 * memattr.c: Update copyright.
6203
6204 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6205
6206 * arch-utils.h (legacy_register_to_value): Declare.
6207 (legacy_value_to_register): Declare.
6208 (legacy_convert_register_p): Declare.
6209 * arch-utils.c (legacy_register_to_value): New function.
6210 (legacy_value_to_register): New function.
6211 (legacy_convert_register_p): New function.
6212
6213 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6214 (VALUE_TO_REGISTER): Define.
6215 (CONVERT_REGISTER_P): Define.
6216 * gdbarch.h, gdbarch.c: Regenerate.
6217
6218 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6219 VALUE_TO_REGISTER.
6220 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6221 CONVERT_REGISTER_P.
6222
6223 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6224 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6225
6226 * Makefile.in: Update dependencies for valops.c.
6227 * valops.c: Include "gdb_assert.h".
6228 (typecmp): Skip THIS parameter to methods.
6229 (find_method_list): Remove static_memfuncp argument,
6230 update callers. Check for stub methods.
6231 (find_value_oload_method_list): Don't set *static_memfuncp.
6232 (find_overload_match): Don't check for stub methods. Assert
6233 that methods are not stubbed. Handle static methods.
6234 (value_find_oload_method_list): Remove static_memfuncp argument.
6235 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6236 to the argument list for static stub methods.
6237 * value.h (value_find_oload_method_list): Update prototype.
6238
6239 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6240
6241 * arch-utils.h (generic_register_size): Declare.
6242 (generic_register_raw_size, generic_register_virtual_size): Delete
6243 declarations.
6244 * arch-utils.c (generic_register_raw_size): Delete.
6245 (generic_register_size): New function.
6246 (generic_register_virtual_size): Delete.
6247
6248 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6249 default generic_register_size.
6250 * gdbarch.h, gdbarch.c: Re-generate.
6251
6252 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6253 register_virtual_size.
6254 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6255 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6256
6257 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6258
6259 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6260 * gdbarch.h, gdbarch.c: Regenerate.
6261 * gnu-v3-abi.c: Update copyright.
6262 (vtable_address_point_offset): Update.
6263 (gnuv3_rtti_type): Update.
6264 (gnuv3_baseclass_offset): Update.
6265 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6266 (init_fetch_link_map_offsets): Update.
6267 * remote.c (get_remote_state): Update.
6268
6269 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6270
6271 * TODO: Remove value_headof/value_from_vtable_info comment.
6272 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6273 * values.c (value_headof, value_from_vtable_info): Delete.
6274 * value.h (value_from_vtable_info): Delete prototype.
6275
6276 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6277
6278 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6279 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6280 $(gdb_regex_h).
6281 (gdb_assert_h): Define.
6282 (gdb_wait_h): Define.
6283 (gdb_regex_h): Define.
6284
6285 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6286
6287 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6288 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6289
6290 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6291
6292 * nbsd-tdep.c: Fix comment.
6293
6294 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6295
6296 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6297 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6298 (nbsd-tdep.o): New dependency list.
6299 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6300 nbsd-tdep.h.
6301 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6302 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6303 * nbsd-tdep.c: New file.
6304 * nbsd-tdep.h: New file.
6305 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6306 nbsd-tdep.h.
6307 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6308 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6309 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6310 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6311
6312 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6313
6314 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6315 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6316 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6317 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6318 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6319 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6320
6321 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6322
6323 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6324 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6325 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6326 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6327 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6328 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6329 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6330
6331 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6332
6333 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6334 fetch_elfcore_registers to...
6335 * i386nbsd-tdep.c: ...here.
6336 (i386nbsd_use_struct_convention): Rename to...
6337 (i386nbsd_aout_use_struct_convention): ...this.
6338 (i386nbsd_supply_reg): New function.
6339 (i386nbsd_fill_reg): New function.
6340 (fetch_core_registers): Use i386nbsd_supply_reg.
6341 (fetch_elfcore_registers): Likewise.
6342 (_initialize_i386nbsd_tdep): New function.
6343 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6344 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6345 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6346 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6347 (i386nbsd_aout_use_struct_convention): ...this.
6348
6349 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6350
6351 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6352 (store_inferior_registers): Use shnbsd_fill_reg.
6353 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6354 sh_nbsd_supply_register): Collapse into...
6355 (shnbsd_supply_reg): ...this.
6356 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6357 (shnbsd_fill_reg): ...this.
6358 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6359 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6360 (fetch_core_registers): Use shnbsd_supply_reg.
6361 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6362 (sh_nbsd_core_fns): Rename to...
6363 (shnbsd_core_fns): ...this.
6364 (sh_nbsd_elfcore_fns): Rename to...
6365 (shnbsd_elfcore_fns): ...this.
6366 (sh_nbsd_init_abi): Rename to...
6367 (shnbsd_init_abi): ...this.
6368 (_initialize_sh_nbsd_tdep): Rename to...
6369 (_initialize_shnbsd_tdep): ...this.
6370 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6371 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6372 sh_nbsd_fill_register): Remove prototypes.
6373 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6374
6375 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6376
6377 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6378 (i387-nat.o): Delete dependency list.
6379 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6380 (x86-64-linux-nat.o): Likewise.
6381 * i387-nat.c: Delete file, moving contents to...
6382 * i387-tdep.c: ...here.
6383 * i387-nat.h: Rename...
6384 * i387-tdep.h: ...to this.
6385 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6386 * i386-linux-nat.c: Likewise.
6387 * i386bsd-nat.c: Likewise.
6388 * i386gnu-nat.c: Likewise.
6389 * i386nbsd-nat.c: Likewise.
6390 * i386v4-nat.c: Likewise.
6391 * x86-64-linux-nat.c: Likewise.
6392 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6393 * config/i386/go32.mh (NATDEPFILES): Likewise.
6394 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6395 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6396 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6397 * config/i386/linux.mh (NATDEPFILES): Likewise.
6398 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6399 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6400 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6401 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6402
6403 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6404
6405 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6406 (alphanbsd-nat.o): Remove dependency list.
6407 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6408 * alphanbsd-nat.c: Delete. Contents moved to...
6409 * alphanbsd-tdep.c: ...here.
6410 (_initialize_alphanbsd_tdep): Register core functions.
6411 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6412
6413 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6414
6415 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6416 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6417 (alphanbsd-nat.o): Likewise.
6418 (alphabsd-tdep.o): New dependency list.
6419 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6420 (fill_gregset): Use alphabsd_fill_reg.
6421 (supply_fpregset): Use alphabsd_supply_fpreg.
6422 (fill_fpregset): Use alphabsd_fill_fpreg.
6423 (fetch_inferior_registers): Use struct reg and struct fpreg
6424 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6425 and alphabsd_supply_fpreg.
6426 (store_inferior_registers): Use struct reg and struct fpreg
6427 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6428 and alphabsd_fill_fpreg.
6429 * alphabsd-tdep.c: New file.
6430 * alphabsd-tdep.h: New file.
6431 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6432 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6433 alphabsd_supply_fpreg.
6434 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6435 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6436
6437 2002-05-11 Eric Christopher <echristo@redhat.com>
6438
6439 * mips-tdep.c (mips_double_register_type): Fix thinko.
6440 (mips_single_register_type): Ditto.
6441 * MAINTAINERS: Add self.
6442
6443 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6444
6445 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6446 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6447 right thing on architectures with different endianness and/or
6448 integer sizes.
6449
6450 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6451
6452 From Christian Limpach <chris@Pin.LU>
6453 * configure.in: Change sed expression which comments out
6454 NATDEPFILES to also comment out continuation lines.
6455 * configure: Regenerate.
6456
6457 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6458
6459 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6460 big patch.
6461
6462 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6463
6464 * sh-tdep.c: Include correct file.
6465
6466 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6467
6468 New support for sh64-elf (sh5) target.
6469
6470 * configure.tgt: For sh64-elf target, default to sh-elf.
6471
6472 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6473 (struct gdbarch_tdep): Add new fields for new registers and ABI
6474 info.
6475
6476 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6477 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6478 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6479 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6480 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6481 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6482 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6483 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6484 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6485 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6486 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6487 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6488 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6489 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6490 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6491 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6492 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6493 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6494 sign_extend, sh64_nofp_frame_init_saved_regs,
6495 sh64_init_extra_frame_info, sh64_get_saved_register,
6496 sh64_extract_struct_value_address, sh64_pop_frame,
6497 sh64_push_arguments, sh64_extract_return_value,
6498 sh64_store_return_value, sh64_show_media_regs,
6499 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6500 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6501 sh_sh64_register_virtual_type,
6502 sh_sh64_register_convert_to_virtual,
6503 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6504 sh64_register_read, sh64_pseudo_register_write,
6505 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6506 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6507 sh64_do_pseudo_register, sh_compact_do_registers_info,
6508 sh64_do_registers_info, sh_gdbarch_init): New functions.
6509
6510 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6511
6512 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6513
6514 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6515
6516 * linespec.c (decode_line_1): Check for a double quote after
6517 a filename correctly.
6518
6519 2002-05-10 Jim Blandy <jimb@redhat.com>
6520
6521 Properly track the size of the current objfile's .debug_line section.
6522 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6523 (DWARF_LINE_SIZE): New macro.
6524 (dwarf2_build_psymtabs_hard): Record the line section's size in
6525 the partial symbol table.
6526 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6527 symbol table.
6528
6529 2002-05-10 Petr Sorfa <petrs@caldera.com>
6530
6531 * ia64-tdep.c: Handle breakpoints on L instruction type
6532 in MLX instruction bundle by moving the breakpoint to
6533 the third slot (X instruction type) as L holds only data.
6534
6535 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6536
6537 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6538 (process_one_symbol): Complain about discarding local symbols
6539 due to a misplaced N_LBRAC entry.
6540
6541 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6542
6543 From Daniel Berlin <dan@cgsoftware.com>
6544 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6545 decrease the depth we are at, in the case of templates.
6546
6547 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6548
6549 * mips-tdep.c (mips_float_register_type): New function.
6550 (mips_double_register_type): New function.
6551 (mips_print_register): Use them.
6552 (do_fp_register_row): Likewise.
6553
6554 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6555
6556 * signals/signals.c (signals): Remove conditional compilation around
6557 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6558 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6559
6560 2002-05-09 Michael Snyder <msnyder@redhat.com>
6561
6562 * remote-rdp.c (remote_rdp_can_run): Remove.
6563
6564 2002-05-09 Tom Tromey <tromey@redhat.com>
6565
6566 * jv-valprint.c (java_val_print): Handle `char' as a special case
6567 of TYPE_CODE_INT.
6568
6569 2002-05-09 Michael Snyder <msnyder@redhat.com>
6570
6571 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6572 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6573 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6574 str r(0123),[sp,#nn].
6575 (arm_skip_prologue): Ditto. Also make disassembly
6576 order-independent by placing it in a loop.
6577
6578 2002-05-06 Michael Snyder <msnyder@redhat.com>
6579
6580 * stabsread.c (read_type): Add recognition for new attribute:
6581 "@V;" means that an array type is actually a vector.
6582 This is analogous to the vector flag that's been added to dwarf2.
6583
6584 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6585
6586 * i386-tdep.h (i386_abi): New enum.
6587 (struct gdbarch_tdep): Replace os_ident member with abi.
6588 (i386_gdbarch_register_os_abi): New prototype.
6589 * i386-tdep.c (i386_abi_names): New array.
6590 (process_note_abi_tag_sections): Removed.
6591 (process_note_sections): New function.
6592 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6593 (struct i386_abi_handler): New struct.
6594 (i386_abi_handler_list): New variable.
6595 (i386_gdbarch_register_os_abi): New function.
6596 (i386_gdbarch_init): Adapt for the changes given above.
6597
6598 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6599
6600 * gregset.h: Say "GNU/Linux".
6601
6602 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6603
6604 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6605 (build_gdbtypes): Build builtin_type_v2_float.
6606 (_initialize_gdbtypes): Register new builtin type.
6607
6608 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6609
6610 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6611 (clear_gdbarch_swap): New function.
6612 (initialize_non_multiarch): Call.
6613 (gdbarch_update_p): Before calling init(), swap out and clear the
6614 existing architecture.
6615 * gdbarch.c: Regenerate.
6616
6617 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6618
6619 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6620 alphanbsd-tdep.c.
6621
6622 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6623
6624 * sh-nbsd-nat.c: Rename to...
6625 * shnbsd-nat.c: ...this.
6626 * sh-nbsd-tdep.c: Rename to...
6627 * shnbsd-tdep.c: ...this.
6628 * sh-nbsd-tdep.h: Rename to...
6629 * shnbsd-tdep.h: ...this.
6630 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6631 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6632
6633 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6634
6635 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6636 concatenation for command help messages.
6637
6638 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6639
6640 * NEWS: Note new sh*-*-netbsdelf* configuration.
6641 * configure.host: Set gdb_host_cpu to sh for all sh*.
6642 (sh*-*-netbsdelf*): New host.
6643 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6644 (sh*-*-netbsdelf*): New target.
6645 * sh-nbsd-nat.c: New file.
6646 * sh-nbsd-tdep.c: New file.
6647 * sh-nbsd-tdep.h: New file.
6648 * config/sh/nbsd.mh: New file.
6649 * config/sh/nbsd.mt: New file.
6650 * config/sh/nm-nbsd.h: New file.
6651 * config/sh/tm-nbsd.h: New file.
6652
6653 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6654
6655 * sh-tdep.c (sh_osabi_names): Declare.
6656 (process_note_abi_tag_sections): New function.
6657 (get_elfosabi): Ditto.
6658 (sh_gdbarch_register_os_abi): Ditto.
6659 (sh_dump_tdep): Ditto.
6660 _initialize_sh_tdep): Use gdbarch_register to register
6661 sh_gdbarch_init and sh_dump_tdep.
6662 * config/sh/tm-sh.h (sh_osabi): Declare.
6663 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6664
6665 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6666
6667 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6668 (thumb_scan_prologue): Ditto.
6669 (arm_find_callers_reg): Ditto.
6670 (arm_frame_chain): Ditto.
6671 (arm_init_extra_frame_info): Ditto.
6672 (arm_frame_saved_pc): Ditto.
6673 (arm_pop_frame): Ditto.
6674 (arm_push_return_address): New function.
6675 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6676 call_dummy_location, call_dummy_breakpoint_offset_p,
6677 call_dummy_breakpoint_offset, call_dummy_p,
6678 call_dummy_stack_adjust_p, call_dummy_words,
6679 sizeof_call_dummy_words, call_dummy_start_offset,
6680 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6681 call_dummy_address, push_return_address and push_dummy_frame for
6682 generic dummy frames.
6683
6684 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6685
6686 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6687 size computation for alloca.
6688 (sh_fp_frame_init_saved_regs): Likewise.
6689
6690 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6691
6692 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6693 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6694 * arm-tdep.c (arm_store_return_value): Use them.
6695 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6696 * remote-rdp.c (remote_rdp_fetch_register): Use
6697 ARM_MAX_REGISTER_RAW_SIZE.
6698 (remote_rdp_store_register): Likewise.
6699
6700 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6701
6702 * dwarf2cfi.c: Code cleanup, removed unused variables,
6703 added default labels to switch {} statements.
6704 * x86-64-tdep.c: Ditto.
6705 * x86-64-linux-nat.c: Ditto.
6706
6707 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6708
6709 * solib.h: Protect against multiple inclusion.
6710
6711 2002-05-06 Jim Blandy <jimb@redhat.com>
6712
6713 Add first preprocessor macro-expansion files.
6714 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6715 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6716 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6717 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6718 (COMMON_OBS): Add macrotab.o, macroexp.o.
6719 (macroexp.o, macrotab.o): New rules.
6720
6721 Separate the job of reading the line number info statement program
6722 header (...expialidocious) out into its own function.
6723 * dwarf2read.c (struct line_head, struct filenames, struct
6724 directories): Replace with...
6725 (struct line_header): New structure, containing the full
6726 contents of the statement program header, including the
6727 include directory and file name tables.
6728 (read_file_scope): If we have line number info, instead of just
6729 calling dwarf_decode_lines to do all the work, call
6730 dwarf_decode_line_header first to get a `struct line_header'
6731 containing the data in the statement program header, and then
6732 pass that to dwarf_decode_lines, which will pick up where that
6733 left off. Be sure to clean up the `struct line_header' object.
6734 (dwarf_decode_line_header, free_line_header, add_include_dir,
6735 add_file_name): New functions.
6736 (dwarf_decode_lines): Move all the code to read the statement
6737 program header into dwarf_decode_line_header. Take the line
6738 header it built as the first argument, instead of the offset to
6739 the compilation unit's line number info. Use the new `struct
6740 line_header' type instead of the old structures. No need to do
6741 cleanups here now, since we don't allocate anything.
6742 (dwarf2_statement_list_fits_in_line_number_section,
6743 dwarf2_line_header_too_long): New complaints.
6744
6745 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6746
6747 * gdbtypes.c (init_vector_type): New function.
6748 (build_builtin_type_vec128): Simplify the representation of SIMD
6749 registers.
6750 (build_gdbtypes): Initialize new builtin vector types.
6751 (_initialize_gdbtypes): Register new vector types with gdbarch.
6752 (builtin_type_v4_float, builtin_type_v4_int32,
6753 builtin_type_v8_int16, builtin_type_v16_int8,
6754 builtin_type_v2_int32, builtin_type_v4_int16,
6755 builtin_type_v8_int8): New (renamed) SIMD types.
6756
6757 2002-05-06 Mark Kettenis <kettenis@gnu.org>
6758
6759 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6760 (i387_fill_fxsave): Likewise.
6761
6762 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6763
6764 * alpha-tdep.c (alpha_extract_return_value): Don't use
6765 non-constant array size in prototype.
6766
6767 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6768
6769 From Brian Taylor <briant at model dot com>:
6770 * ui-out.c (ui_out_field_core_addr): Use the function
6771 longest_local_hex_string_custom'to format addresses > 32 bits
6772 wide.
6773
6774 * ui-out.c (ui_out_field_core_addr): Update comment.
6775
6776 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6777
6778 * stack.c (select_and_print_frame): Make static. Delete the
6779 parameter `level'.
6780 (func_command): Update call.
6781 (select_frame_command): Delete code computing the frame level.
6782 * frame.h (select_and_print_frame): Delete declaration.
6783
6784 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6785
6786 * sparc-tdep.c (sparc_get_saved_register): Comment why
6787 get_prev_frame call is safe.
6788
6789 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6790
6791 * frame.h (select_frame): Delete level parameter.
6792 * stack.c (select_frame): Update. Use frame_relative_level to
6793 obtain the frame's level.
6794 (select_and_print_frame): Update call.
6795 (select_frame_command): Ditto.
6796 (up_silently_base): Ditto.
6797 (down_silently_base): Ditto.
6798 * ocd.c (ocd_start_remote): Ditto.
6799 * remote-rdp.c (remote_rdp_open): Ditto.
6800 * remote-mips.c (mips_initialize): Ditto.
6801 (common_open): Ditto.
6802 * remote-e7000.c (e7000_start_remote): Ditto.
6803 * m3-nat.c (select_thread): Ditto.
6804 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6805 (child_get_current_exception_event): Ditto.
6806 * varobj.c (varobj_create): Ditto.
6807 (varobj_update): Ditto.
6808 (c_value_of_root): Ditto.
6809 * tracepoint.c (finish_tfind_command): Ditto.
6810 * corelow.c (core_open): Ditto.
6811 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6812 * thread.c (info_threads_command): Ditto.
6813 (switch_to_thread): Ditto.
6814 * infrun.c (normal_stop): Ditto.
6815 (restore_selected_frame): Ditto.
6816 (restore_inferior_status): Ditto.
6817 * breakpoint.c (insert_breakpoints): Ditto.
6818 (watchpoint_check): Ditto.
6819 (bpstat_stop_status): Ditto.
6820 (do_enable_breakpoint): Ditto.
6821 * blockframe.c (flush_cached_frames): Ditto.
6822 (reinit_frame_cache): Ditto.
6823
6824 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6825
6826 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6827 maintainer.
6828
6829 2002-05-04 Jim Blandy <jimb@redhat.com>
6830
6831 * gdbtypes.c (replace_type): Doc fix.
6832
6833 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6834
6835 * valprint.c (strcat_longest): Delete commented out function.
6836 Update copyright.
6837
6838 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6839
6840 * MAINTAINERS: Mark a29k as deleted.
6841 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6842 Move new configurations to the top.
6843 * configure.tgt: Remove a29k.
6844 * config/a29k/tm-vx29k.h: Delete.
6845 * config/a29k/vx29k.mt: Delete.
6846 * config/a29k/tm-a29k.h: Delete.
6847 * config/a29k/a29k-udi.mt: Delete.
6848 * config/a29k/a29k.mt: Delete.
6849 * a29k-tdep.c: Delete.
6850 * remote-udi.c: Delete.
6851 * remote-mm.c: Delete.
6852 * remote-eb.c: Delete.
6853 * remote-adapt.c: Delete.
6854 * Makefile.in: Remove obsolete code.
6855 * config/s390/s390x.mt: Ditto.
6856 * config/s390/s390.mt: Ditto.
6857 * config/sparc/sparclynx.mh: Ditto.
6858 * config/sparc/linux.mh: Ditto.
6859 * config/pa/hppaosf.mh: Ditto.
6860 * config/pa/hppabsd.mh: Ditto.
6861 * config/ns32k/nbsd.mt: Ditto.
6862 * config/mips/vr5000.mt: Ditto.
6863 * config/m68k/sun3os4.mh: Ditto.
6864 * config/m68k/nbsd.mt: Ditto.
6865 * config/m68k/m68klynx.mh: Ditto.
6866 * config/m32r/m32r.mt: Ditto.
6867 * config/i386/x86-64linux.mt: Ditto.
6868 * config/i386/nbsdelf.mt: Ditto.
6869 * config/i386/nbsd.mt: Ditto.
6870 * config/i386/i386lynx.mh: Ditto.
6871
6872 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6873
6874 * target.c (debug_print_register): New function. Handle oversize
6875 registers.
6876 (debug_to_fetch_registers): Call.
6877 (debug_to_store_registers): Call.
6878
6879 2002-05-03 Jim Blandy <jimb@redhat.com>
6880
6881 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6882 (read_type): Doc fix.
6883 * gdbtypes.c (replace_type): Doc fix.
6884
6885 * stabsread.c (multiply_defined_struct): New complaint.
6886 (read_struct_type): If the type we were passed isn't empty, or
6887 incomplete, don't read the new struct type into it; complain,
6888 and return the original type unchanged. Take a new `type_code'
6889 argument, which is the type code for the new type.
6890 (read_type): Rather than storing the type's type code here, pass
6891 it as an argument to read_struct_type, and let that take care of
6892 storing it. That way, we don't overwrite the original type code,
6893 so read_struct_type can use it to decide whether we're overwriting
6894 something we shouldn't.
6895 (complain_about_struct_wipeout): New function.
6896
6897 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6898
6899 * gdbarch.sh: Assert that gdbarch is non-NULL.
6900 * gdbarch.c: Regenerate.
6901
6902 2002-05-03 Jason Merrill <jason@redhat.com>
6903
6904 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6905 and return NULL.
6906
6907 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6908
6909 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6910 (x86_64_dwarf2gdb_regno_map_length),
6911 (x86_64_dwarf2_reg_to_regnum): Added.
6912 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6913 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6914 (_initialize_x86_64_tdep): Synced with the change above.
6915 (x86_64_skip_prologue): Reformulated message.
6916
6917 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6918
6919 * f-exp.y: Also use new prev_lexptr variable
6920 to improve error reporting. Based on Michael Snyder
6921 2002-04-24 dated patch to c-exp.y.
6922 * jv-exp.y: Likewise.
6923 * m2-exp.y: Likewise.
6924
6925 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6926
6927 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6928 we are dealing with vectors.
6929
6930 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6931
6932 * config/m68k/tm-nbsd.h: Obvious fix,
6933 correct machine name.
6934
6935 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6936
6937 * p-typeprint.c (pascal_type_print_base): Add support
6938 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6939
6940 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6941
6942 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6943 for fondamental pascal 'char' type.
6944
6945 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6946
6947 * p-lang.h (is_pascal_string_type): Declaration changed,
6948 new sixth argument of type char ** added.
6949 * p-lang.c (is_pascal_string_type): Implementation
6950 changed. Args length_pos, length_size, string_pos, char_size
6951 can now be NULL. New argument arrayname set to the field
6952 name of the char array. Return value set to char array
6953 field index plus one.
6954 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6955 is_pascal_string_type function.
6956
6957 2002-05-02 Andrew Cagney <cagney@redhat.com>
6958
6959 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6960 <cagney@redhat.com> change.
6961 * gdbarch.c: Regenerate.
6962
6963 2002-05-02 Andrew Cagney <cagney@redhat.com>
6964
6965 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6966 before probing for a new one. Detect errorenous gdbarch_init
6967 functions.
6968 * gdbarch.c: Regenerate.
6969
6970 2002-05-01 Andrew Cagney <cagney@redhat.com>
6971
6972 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6973 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6974 * config/v850/tm-v850.h: Ditto. Update copyright.
6975
6976 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6977
6978 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6979 current_gdbarch.
6980
6981 2002-04-30 Michael Snyder <msnyder@redhat.com>
6982
6983 * arm-tdep.c: Whitespace clean-ups.
6984 (arm_skip_prologue): Fix thinko; two lines
6985 should have been removed as part of 4/24 change.
6986
6987 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6988
6989 * rs6000-tdep.c: Added comment describing how fpscr register
6990 numbers were chosen.
6991
6992 2002-04-30 Michael Snyder <msnyder@redhat.com>
6993
6994 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6995
6996 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6997
6998 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6999 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7000 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7001
7002 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7003
7004 From Louis Hamilton <hamilton@redhat.com>:
7005 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7006 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7007 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7008 not bfd-private xcoff data, to determine wordsize.
7009 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7010
7011 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7012
7013 GDB 5.2 released from 5.2 branch.
7014
7015 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7016
7017 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7018 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7019 (x86_64_register_info_table): Added comments with register numbers.
7020
7021 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7022
7023 * rs6000-tdep.c (rs6000_extract_return_value,
7024 rs6000_store_return_value): Handle returning vectors.
7025 (rs6000_gdbarch_init): Use
7026 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7027 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7028 New function.
7029 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7030 vectors.
7031 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7032 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7033
7034 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7035
7036 * hpread.c (hpread_psymtab_to_symtab_1,
7037 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7038 with fprintf_unfiltered (gdb_stderr,...).
7039
7040 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7041
7042 * remote-array.c (printf_monitor, write_monitor,
7043 array_insert_breakpoint, array_remove_breakpoint ):
7044 Replace fprintf (stderr,...
7045 with fprintf_unfiltered (gdb_stderr,....
7046 * remote-es.c: Likewise.
7047 * remote-os9k.c: Likewise.
7048 * remote-st.c: Likewise.
7049
7050 2002-04-28 Andreas Schwab <schwab@suse.de>
7051
7052 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7053 linux-proc.o and gcore.o.
7054
7055 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7056
7057 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7058 code without frame pointers.
7059
7060 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7061
7062 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7063 ON_STACK is needed.
7064
7065 2002-04-26 Ben Elliston <bje@redhat.com>
7066
7067 * target.c (do_xfer_memory): Correct reference to the new option
7068 "trust-readonly-sections".
7069
7070 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7071
7072 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7073 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7074 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7075 vectors.
7076 (read_array_type): Record the fact that this array type is really a
7077 vector (i.e. are passed in by value).
7078
7079 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7080
7081 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7082 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7083 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7084 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7085 * alpha-linux-tdep.c: Include frame.h.
7086 (alpha_linux_sigcontext_addr): New function.
7087 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7088 alpha_linux_sigcontext_addr.
7089 * alpha-osf1-tdep.c: Include gdbcore.h.
7090 (alpha_osf1_sigcontext_addr): New function.
7091 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7092 alpha_osf1_sigcontext_addr.
7093 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7094 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7095
7096 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7097
7098 * stack.c (selected_frame_level):
7099 (select_frame): Do not set selected_frame_level.
7100 * frame.h (selected_frame_level): Delete declaration.
7101
7102 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7103
7104 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7105 convert_from_func_ptr-addr when AIX / PowerOpen.
7106
7107 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7108
7109 * valops.c (hand_function_call): Call
7110 generic_save_call_dummy_addr.
7111 * frame.h (generic_save_call_dummy_addr): Declare.
7112 * blockframe.c (struct dummy_frame): Add fields call_lo and
7113 call_hi.
7114 (generic_find_dummy_frame): Check for PC in range call_lo to
7115 call_hi instead of entry_point_address.
7116 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7117 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7118 (generic_save_call_dummy_addr): New function.
7119
7120 2002-04-24 David S. Miller <davem@redhat.com>
7121
7122 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7123 sparc_skip_prologue.
7124 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7125 information to find prologue when possible.
7126 (sparc_prologue_frameless_p): Call examine_prologue directly.
7127 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7128 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7129 second argument.
7130 (SKIP_PROLOGUE): Likewise.
7131
7132 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7133
7134 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7135 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7136 indicate that the condition it was testing is always true.
7137 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7138 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7139 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7140
7141 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7142
7143 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7144 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7145 tdep->jb_pc and tdep->jb_elt_size.
7146 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7147 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7148 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7149 * alpha-nat.c (get_longjmp_target): Remove.
7150 (JB_ELEMENT_SIZE): Ditto.
7151 (JB_PC): Ditto.
7152 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7153 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7154 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7155 to alpha_get_longjmp_target.
7156 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7157 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7158 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7159
7160 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7161
7162 * README: Update to GDB 5.2.
7163
7164 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7165
7166 * gdbarch.sh (LC_ALL): Set to `c'.
7167
7168 2002-04-25 Theodore A. Roth <troth@verinet.com>
7169
7170 * avr-tdep.c: Ran through gdb_indent.sh.
7171
7172 2002-04-25 Theodore A. Roth <troth@verinet.com>
7173
7174 * MAINTAINERS: Add myself as AVR maintainer.
7175 * NEWS: Note new target avr.
7176
7177 2002-04-25 Theodore A. Roth <troth@verinet.com>
7178
7179 * Makefile.in: Add support for AVR target.
7180 * configure.tgt: Add support for AVR target.
7181 * avr-tdep.c: New file
7182 * config/avr/avr.mt: New file.
7183
7184 2002-04-25 Theodore A. Roth <troth@verinet.com>
7185
7186 * MAINTAINERS: Add myself to write-after-approval.
7187
7188 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7189
7190 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7191 with fprintf_unfiltered (gdb_stderr,....
7192
7193 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7194
7195 Fix PR gdb/508.
7196 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7197
7198 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7199
7200 * p-exp.y: Also use new prev_lexptr variable
7201 to improve error reporting. Based on Michael Snyder
7202 2002-04-24 dated patch to c-exp.y.
7203
7204 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7205
7206 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7207 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7208 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7209 to 0.
7210 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7211 and struct value.
7212 (FUNCTION_START_OFFSET): Remove.
7213 (BREAKPOINT): Ditto.
7214
7215 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7216
7217 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7218 * NEWS: Ditto.
7219
7220 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7221
7222 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7223 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7224 alpha_linux_pc_in_sigtramp.
7225 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7226 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7227 alpha_osf1_pc_in_sigtramp.
7228 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7229 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7230 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7231 alphafbsd_pc_in_sigtramp.
7232 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7233 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7234 alphanbsd_pc_in_sigtramp.
7235 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7236 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7237
7238 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7239
7240 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7241
7242 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7243
7244 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7245 alphanbsd-tdep.c.
7246 (alphanbsd-nat.o): New dependency list.
7247 (alphanbsd-tdep.o): Ditto.
7248 * NEWS: Note new native NetBSD/alpha configuration.
7249 * alphanbsd-nat.c: New file.
7250 * alphanbsd-tdep.c: Ditto.
7251 * configure.host (alpha*-*-netbsd*): New host.
7252 * configure.tgt (alpha*-*-netbsd*): New target.
7253 * config/alpha/nbsd.mh: New file.
7254 * config/alpha/nbsd.mt: Ditto.
7255 * config/alpha/nm-nbsd.h: Ditto.
7256 * config/alpha/tm-nbsd.h: Ditto.
7257
7258 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7259
7260 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7261 (alpha-osf1-tdep.o): New dependency list.
7262 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7263 and skip_sigtramp_frame members.
7264 * alpha-linux-tdep.c: Include gdbcore.h.
7265 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7266 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7267 * alpha-osf1-tdep.c: New file.
7268 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7269 alpha-osf1-dep.c.
7270 (alpha_frame_past_sigtramp_frame): New function.
7271 (alpha_dynamic_sigtramp_offset): Ditto.
7272 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7273 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7274 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7275 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7276 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7277 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7278 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7279 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7280 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7281 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7282 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7283 to find_solib_trampoline_target.
7284 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7285 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7286 (SKIP_TRAMPOLINE_CODE): Remove.
7287 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7288 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7289 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7290 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7291 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7292 (PROC_SIGTRAMP_MAGIC): Ditto.
7293 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7294 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7295 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7296 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7297 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7298
7299 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7300
7301 * NEWS: Note that Alpha targets are now multi-arch.
7302
7303 2002-04-24 Michael Snyder <msnyder@redhat.com>
7304
7305 * parser-defs.h (prev_lexptr): New external variable.
7306 * parse.c (parse_exp_1): Set prev_lexptr to null before
7307 calling the language-specific parser.
7308 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7309 (yyerror): Use prev_lexptr in error reporting.
7310
7311 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7312
7313 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7314 * gregset.h: If FILL_FPXREGSET is defined, provide
7315 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7316 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7317 is defined, call fill_fpxregset.
7318
7319 2002-04-24 Roland McGrath <roland@frob.com>
7320
7321 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7322 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7323 (supply_gregset, supply_fpregset): New functions.
7324
7325 * gnu-nat.c (gnu_find_memory_regions): New function.
7326 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7327 (gnu_xfer_memory): Add a cast.
7328
7329 2002-04-24 Michael Snyder <msnyder@redhat.com>
7330
7331 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7332 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7333 of argument regs ("str r(0123), [r11, #-nn"]).
7334 (arm_skip_prologue): Better handling for frameless functions.
7335 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7336 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7337
7338 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7339
7340 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7341 NUM_PSEUDO_REGS can be used.
7342
7343 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7344
7345 * arch-utils.h: Update copyright.
7346
7347 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7348 * gdbarch.h, gdbarch.c: Re-generate.
7349
7350 * inferior.h (IN_SIGTRAMP): Delete definition.
7351 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7352 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7353
7354 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7355 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7356 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7357 (find_proc_framesize): Ditto.
7358 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7359 (alpha_init_extra_frame_info): Ditto.
7360 * infrun.c (handle_inferior_event): Ditto.
7361 (handle_inferior_event): Ditto.
7362 (check_sigtramp2): Ditto.
7363 * blockframe.c (create_new_frame): Ditto.
7364 (get_prev_frame): Ditto.
7365 * ppc-linux-tdep.c: Update comments.
7366 * i386-linux-tdep.c: Update comments.
7367 * breakpoint.c (bpstat_what): Update comment.
7368
7369 2002-04-24 David S. Miller <davem@redhat.com>
7370
7371 * i960-tdep.c (register_in_window_p): New function.
7372 (i960_find_saved_register): Use it instead of
7373 REGISTER_IN_WINDOW_P.
7374 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7375
7376 * symtab.h (find_stab_function_addr): Kill extern.
7377 * minsyms.c (find_stab_function_addr): Remove from here...
7378 * dbxread.c: ... to here, and mark it static.
7379
7380 2002-04-20 David S. Miller <davem@redhat.com>
7381
7382 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7383 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7384
7385 2002-04-21 David S. Miller <davem@redhat.com>
7386
7387 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7388 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7389 (vx_write_register): Likewise.
7390
7391 2002-04-23 J. Brobecker <brobecker@gnat.com>
7392
7393 * source.c (is_regular_file): New function.
7394 (openp): Check wether file to open is a regular file
7395 to avoid opening directories.
7396
7397 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7398
7399 * findvar.c (extract_signed_integer): Cast printf argument
7400 to suppress format warning.
7401 (extract_unsigned_integer): Likewise.
7402 * infcmd.c (registers_info): Likewise.
7403 * top.c (get_prompt_1): Likewise.
7404 * valops.c (value_assign): Likewise.
7405 * valprint.c (print_decimal): Likewise.
7406
7407 2002-04-22 H.J. Lu (hjl@gnu.org)
7408
7409 * c-exp.y (typebase): Support
7410
7411 [long|long long|short] [signed|unsigned] [int|]
7412
7413 and
7414
7415 signed [long|long long|short] int
7416
7417 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7418
7419 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7420 and vax-tdep.h.
7421 * vax-tdep.h: New file.
7422 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7423 Make several routines static.
7424 (vax_get_saved_register): New function.
7425 (vax_gdbarch_init): New function.
7426 (_initialize_vax_tdep): Register vax_gdbarch_init.
7427 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7428 Remove macros now under the control of gdbarch.
7429
7430 2002-04-22 Michael Snyder <msnyder@redhat.com>
7431
7432 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7433 Some whitespace and coding standards tweaks.
7434
7435 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7436
7437 * vax-tdep.c: Include regcache.h.
7438 (vax_call_dummy_words): New.
7439 (sizeof_vax_call_dummy_words): New.
7440 (vax_fix_call_dummy): New function.
7441 (vax_saved_pc_after_call): Ditto.
7442 * config/vax/tm-vax.h: Don't include regcache.h.
7443 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7444 (CALL_DUMMY): Remove.
7445 (CALL_DUMMY_WORDS): Define.
7446 (SIZEOF_CALL_DUMMY_WORDS): Define.
7447 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7448
7449 2002-04-18 Michael Snyder <msnyder@redhat.com>
7450
7451 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7452
7453 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7454
7455 * vax-tdep.c (vax_frame_chain): New function.
7456 (vax_push_dummy_frame): Ditto.
7457 (vax_pop_frame): Ditto.
7458 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7459 (FRAMELESS_FUNCTION_INVOCATION): Use
7460 generic_frameless_function_invocation_not.
7461 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7462 (POP_FRAME): Use vax_pop_frame.
7463
7464 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7465
7466 * vax-tdep.c (vax_store_struct_return): New function.
7467 (vax_extract_return_value): Ditto.
7468 (vax_store_return_value): Ditto.
7469 (vax_extract_struct_value_address): Ditto.
7470 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7471 vax_store_struct_return.
7472 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7473 (STORE_RETURN_VALUE): Use vax_store_return_value.
7474 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7475
7476 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7477
7478 * vax-tdep.c (vax_frame_saved_pc): New function.
7479 (vax_frame_args_address_correct): Ditto.
7480 (vax_frame_args_address): Ditto.
7481 (vax_frame_locals_address): Ditto.
7482 (vax_frame_num_args): Move code to be in proximity to
7483 other frame-related functions.
7484 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7485 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7486 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7487 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7488 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7489
7490 2002-04-22 H.J. Lu (hjl@gnu.org)
7491
7492 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7493 includedir.
7494
7495 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7496
7497 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7498 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7499 (FRAME_INIT_SAVED_REGS): New macro.
7500
7501 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7502
7503 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7504
7505 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7506
7507 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7508 where needed.
7509 (fetch_osf_core_registers): Likewise.
7510 (supply_gregset): Likewise.
7511
7512 2002-04-22 J. Brobecker <brobecker@gnat.com>
7513
7514 * symfile.h (get_section_index): Define.
7515 * symfile.c (get_section_index): New function.
7516 * mdebugread.c (SC_IS_SBSS): New macro.
7517 (SC_IS_BSS): Return true for the scBss storage class only, as
7518 the scSBss storage class refers to the .sbss section.
7519 (parse_partial_symbols): Discard the symbols which associated
7520 section does not exist.
7521 Make sure to use the .sbss section index for symbols which
7522 storage class is scBss, rather than using the .bss section index.
7523
7524 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7525
7526 * vax-tdep.c: Update copyright years.
7527 (vax_register_name): New function.
7528 (vax_register_byte): Ditto.
7529 (vax_register_raw_size): Ditto.
7530 (vax_register_virtual_size): Ditto.
7531 (vax_register_virtual_type): Ditto.
7532 * config/vax/tm-vax.h: Update copyright years.
7533 (REGISTER_NAMES): Remove.
7534 (REGISTER_NAME): Define.
7535 (REGISTER_BYTE): Use vax_register_byte.
7536 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7537 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7538 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7539
7540 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7541
7542 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7543 declaration
7544 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7545
7546 2002-04-21 David S. Miller <davem@redhat.com>
7547
7548 * arch-utils.c (generic_prologue_frameless_p): Kill
7549 SKIP_PROLOGUE_FRAMELESS_P code.
7550 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7551 references.
7552 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7553 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7554 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7555 references.
7556 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7557 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7558 (sparc_gdbarch_init): Pass it to
7559 set_gdbarch_prologue_frameless_p.
7560
7561 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7562
7563 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7564 (alphabsd-nat.o): New dependency list.
7565
7566 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7567
7568 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7569 alphafbsd-tdep.c.
7570 (alpha-linux-tdep.o): New dependency list.
7571 (alphafbsd-tdep.o): Likewise.
7572
7573 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7574
7575 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7576 to here...
7577 * alpha-tdep.c: ...from here.
7578 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7579
7580 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7581
7582 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7583 prototype from here...
7584 * alpha-tdep.h: ...to here.
7585
7586 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7587
7588 * frame.h (selected_frame_level): Document as deprecated.
7589 (frame_relative_level): Declare.
7590 * stack.c (frame_relative_level): New function.
7591 (selected_frame_level): Document as deprecated.
7592 (select_frame): Do not set the selected_frame_level.
7593
7594 * stack.c (frame_info, record_selected_frame): Update.
7595 (frame_command, current_frame_command): Update.
7596 (up_silently_base, up_command, down_silently_base): Update.
7597 (down_command): Update.
7598 * inflow.c (kill_command): Update.
7599 * tracepoint.c (finish_tfind_command): Update.
7600 * corelow.c (core_open): Update.
7601 * thread.c (info_threads_command): Update.
7602 (do_captured_thread_select): Update.
7603 * infcmd.c (finish_command): Update.
7604 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7605
7606 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7607
7608 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7609
7610 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7611
7612 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7613 type const.
7614
7615 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7616
7617 * alphafbsd-tdep.c: Update copyright years. Include
7618 alpha-tdep.h.
7619 (alphafbsd_use_struct_convention): Make static.
7620 (alphafbsd_init_abi): New function.
7621 (_initialize_alphafbsd_tdep): New function.
7622 * config/alpha/tm-fbsd.h: Update copyright years.
7623 (USE_STRUCT_CONVENTION): Remove.
7624
7625 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7626
7627 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7628 an Alpha ABI variant.
7629 (alpha_abi_handler_list): Declare.
7630 (alpha_gdbarch_register_os_abi): New function.
7631 (alpha_gdbarch_init): Give registered ABI variant handlers a
7632 chance to tweak the gdbarch once we have set up defaults.
7633 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7634
7635 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7636
7637 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7638 to standard_coerce_float_to_double.
7639 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7640
7641 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7642
7643 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7644 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7645 from gdbarch_tdep rather than a constant.
7646 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7647 the default text address for all Alpha Unix ABIs.
7648 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7649 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7650
7651 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7652
7653 * alpha-tdep.h: New file. Includes several Alpha target constants
7654 taken from...
7655 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7656 let gdbarch deal with.
7657 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7658 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7659 to dependency list.
7660 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7661 Alpha target register names.
7662 * alphabsd-nat.c: Likewise.
7663 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7664 Alpha target register names. Make serveral routines static.
7665 (alpha_get_saved_register): New function.
7666 (alpha_abi_names): New.
7667 (process_note_abi_tag_sections): New function.
7668 (get_elfosabi): New function.
7669 (alpha_gdbarch_init): New function.
7670 (alpha_dump_tdep): New function.
7671 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7672
7673 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7674
7675 * frame.c (find_saved_register): Delete #ifdef
7676 HAVE_REGISTER_WINDOWS code.
7677 * config/sparc/tm-sparc.h: Update comments.
7678 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7679
7680 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7681
7682 * i960-tdep.c (i960_find_saved_register): New function.
7683 (i960_get_saved_register): New function.
7684 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7685 (i960_get_saved_register): Declare.
7686 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7687
7688 2002-04-20 David S. Miller <davem@redhat.com>
7689
7690 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7691
7692 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7693
7694 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7695 instead of NUM_PSEUDO_REGS.
7696
7697 2002-04-20 David S. Miller <davem@redhat.com>
7698
7699 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7700 GDB_MULTI_ARCH_PARTIAL
7701 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7702 define, let tm-sp64.h do it.
7703
7704 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7705
7706 * frame.c (find_saved_register): Avoid a NULL pointer
7707 dereference and actually walk the frame list.
7708
7709 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7710
7711 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7712 sorted in most most-recent-used order. Document.
7713 * gdbarch.h, gdbarch.c: Regenerate.
7714
7715 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7716
7717 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7718 instead of ->prev.
7719 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7720 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7721 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7722 instead of ->prev.
7723
7724 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7725
7726 Fix PR gdb/471.
7727 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7728 (build_builtin_type_vec128): Ditto.
7729 (append_composite_type_field): Fix calculation of type length in
7730 union case.
7731
7732 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7733
7734 * config/djgpp/README: Update.
7735
7736 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7737 compiler warnings.
7738
7739 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7740
7741 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7742 (alpha_setup_arbitrary_frame): ...to this.
7743 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7744 for alpha_setup_arbitrary_frame.
7745
7746 2002-04-18 Andrew Cagney <cagney@redhat.com>
7747
7748 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7749 * gdbarch.h, gdbarch.c: Regenerate.
7750
7751 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7752 * target.h (memory_breakpoint_from_pc): Update declaration.
7753 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7754
7755 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7756 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7757 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7758 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7759 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7760 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7761 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7762 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7763 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7764 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7765 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7766 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7767
7768 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7769 const pointer.
7770 * monitor.c (monitor_insert_breakpoint): Ditto.
7771 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7772
7773 * config/mcore/tm-mcore.h: Update copyright.
7774 * mem-break.c: Ditto.
7775 * xstormy16-tdep.c: Ditto.
7776
7777 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7778
7779 * p-exp.y: Add precedence rule for '^' token.
7780 This removes the shift/reduce conflicts.
7781 Remove the comment concerning these shift/reduce conflicts.
7782
7783 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7784
7785 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7786 (registers_powerpc_nofp): New register set for processors
7787 without floating point unit.
7788
7789 2002-04-18 David S. Miller <davem@redhat.com>
7790
7791 * MAINTAINERS: Add myself to write-after-approval.
7792
7793 2002-04-17 Michael Snyder <msnyder@redhat.com>
7794
7795 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7796
7797 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7798
7799 * rs6000-tdep.c (frame_initial_stack_address): Use
7800 frame_register_read to read the alloca_reg.
7801
7802 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7803
7804 * frame.c (find_saved_register): Find saved registers in the next
7805 not prev frame.
7806 Fix PR gdb/365.
7807
7808 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7809
7810 * gdbarch.sh (LANG): Set to ``c''.
7811
7812 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7813
7814 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7815
7816 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7817
7818 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7819 Update copyright.
7820
7821 * hpread.c (hpread_get_lntt): Add declaration.
7822 Also fix PR gdb/391.
7823
7824 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7825
7826 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7827 * aclocal.m4, configure: Re-generate.
7828 Fix PR gdb/391.
7829
7830 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7831
7832 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7833 instead of tm_print_insn.
7834
7835 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7836
7837 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7838
7839 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7840
7841 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7842 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7843 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7844
7845 2002-04-12 Don Howard <dhoward@redhat.com>
7846
7847 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7848 max_user_call_depth.
7849 (init_cmd_lists): Initialize the new value;
7850 * cli/cli-script.c (execute_user_command): Limit the call depth of
7851 user defined commands. This avoids a core-dump when user commands
7852 are infinitly recursive.
7853
7854 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7855
7856 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7857 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7858 from tdep struct instead of DEFAULT_LR_SAVE.
7859 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7860 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7861 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7862
7863 2002-04-12 Michael Snyder <msnyder@redhat.com>
7864
7865 * Remote.c: Spelling fix.
7866 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7867 If no symbol found for "sbrk", try "_sbrk".
7868 (make_output_phdrs): Use bfd_section_name.
7869 (gcore_copy_callback): Use bfd_section_name.
7870 * eval.c: Indentation fix-ups.
7871 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7872 in case it gets applied to an address that is already
7873 in the instruction space.
7874 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7875 * symfile.c: Fix indentation, long lines.
7876 * source.c: White space fix-up.
7877
7878 2002-04-12 Andrew Cagney <cagney@redhat.com>
7879
7880 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7881 * frame.c (frame_register_read): New function. Return non-zero on
7882 success.
7883 (read_relative_register_raw_bytes_for_frame): Delete.
7884 (read_relative_register_raw_bytes): Delete.
7885 * frame.h (frame_register_read): Declare.
7886 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7887 * sh-tdep.c: Ditto.
7888 * infcmd.c (do_registers_info): Ditto.
7889 * hppa-tdep.c: Ditto.
7890 * rs6000-tdep.c: Ditto.
7891 * h8500-tdep.c: Ditto.
7892 * mips-tdep.c: Ditto.
7893 * h8300-tdep.c: Ditto.
7894 * z8k-tdep.c: Ditto.
7895
7896 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7897
7898 From Jimi X <jimix@watson.ibm.com>:
7899 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7900 64-bit SysV ABI.
7901
7902 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7903
7904 From Jimi X <jimix@watson.ibm.com>:
7905 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7906 bfd info.
7907
7908 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7909
7910 From Jimi X <jimix@watson.ibm.com>:
7911 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7912 register sets for these processor variants.
7913
7914 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7915
7916 * regformats/reg-ppc.dat: Support FPSCR.
7917
7918 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7919
7920 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7921 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7922 Add fpscr as an invalid/unfetchable register.
7923 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7924 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7925 (fill_fpregset): Add support for register fpscr.
7926 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7927 (fill_gregset): Account for the fact that register ``mq'' might
7928 not exist.
7929 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7930 (registers_power): Add fpscr to register set at slot 71.
7931 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7932 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7933
7934 2002-04-11 Michael Snyder <msnyder@redhat.com>
7935
7936 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7937 * configure: Regenerate.
7938 * config.in: Regenerate.
7939 * acconfig.h: Add define for _SYSCALL32.
7940 * core-sol2.c: Remove #define _SYSCALL32.
7941 * solib-legacy.c: Remove #define _SYSCALL32.
7942
7943 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7944
7945 * stack.c (select_frame): Cleanup internal error message, do not
7946 use %p.
7947
7948 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7949
7950 * stack.c (select_frame): Check that selected_frame and the
7951 specified level are as expected.
7952 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7953 Update copyright.
7954 * frame.h (struct frame_info): Add field `level'. Update
7955 copyright.
7956 Work-in-progress PR gdb/464.
7957
7958 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7959
7960 * maint.c (maint_print_section_info): Rename print_section_info.
7961 (print_bfd_section_info, print_objfile_section_info): Update.
7962 * inferior.h (struct gdbarch): Add opaque declaration.
7963 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7964 * gdbarch.h: Regenerate.
7965
7966 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7967
7968 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7969 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7970 (kernel_u_size): Added.
7971 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7972 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7973
7974 2002-04-04 Jim Ingham <jingham@apple.com>
7975
7976 * valarith.c (find_size_for_pointer_math): New function, either returns
7977 the size for a pointer's target, returns 1 for void *, or errors for
7978 incomplete types.
7979 (value_add, value_sub): use find_size_for_pointer_math.
7980
7981 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7982
7983 * linux-low.c (linux_look_up_symbols): New hook.
7984 (linux_target_ops): Add linux_look_up_symbols.
7985 * remote-utils.c (decode_address): New function.
7986 (look_up_one_symbol): New function.
7987 * server.c (handle_query): Call target look_up_symbols hook.
7988 * server.h (look_up_one_symbol): Add prototype.
7989 * target.h (struct target_ops): Add look_up_symbols hook.
7990
7991 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7992
7993 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7994 override FP_REGNUM with frame->fp. Update copyright.
7995 * parse.c (num_std_regs, std_regs): Delete.
7996 (target_map_name_to_register): Do not search std_regs. Update
7997 function description.
7998 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7999 declarations. Update copyright.
8000 Fix PR gdb/251.
8001
8002 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8003
8004 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8005 after the last symbol in a block.
8006
8007 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8008
8009 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8010 is non zero as a found symbol.
8011
8012 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8013
8014 * findvar.c: Include "builtin-regs.h".
8015 (value_of_register): Call value_of_builtin_reg when applicable.
8016 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8017 (target_map_name_to_register): Call
8018 builtin_reg_map_name_to_regnum.
8019 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8020 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8021 (builtin_regs_h): Define.
8022 (builtin-regs.o): New target.
8023 (findvar.o): Add $(builtin_regs_h).
8024 * builtin-regs.c, builtin-regs.h: New files.
8025 * std-regs.c: New file.
8026 Partial fix for PR gdb/251.
8027
8028 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8029
8030 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8031 it's no longer required.
8032
8033 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8034
8035 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8036
8037 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8038
8039 From Jimi X <jimix@watson.ibm.com>:
8040 * rs6000-tdep.c (rs6000_software_single_step): Use
8041 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8042 and size. Use target_insert_breakpoint() and
8043 target_remove_breakpoint() to insert and remove breakpoints
8044 instead of explicit memory reads and writes.
8045
8046 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8047
8048 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8049 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8050 ELF_OBJECT_FORMAT ifdef.
8051
8052 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8053
8054 From Jimi X <jimix@watson.ibm.com>:
8055 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8056
8057 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8058
8059 From Jimi X <jimix@watson.ibm.com>:
8060 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8061 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8062
8063 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8064
8065 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8066 s/asprintf/xasprintf/.
8067 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8068
8069 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8070
8071 I believe Jeff Law denies responsability for this one:
8072 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8073 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8074 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8075 Work-around for PR gdb/366.
8076
8077 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8078
8079 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8080 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8081 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8082
8083 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8084
8085 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8086 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8087 information.
8088
8089 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8090
8091 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8092 maintainer.
8093
8094 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8095
8096 * README (Reporting Bugs in GDB): Document the bug web page as the
8097 prefered way of submitting bugs.
8098 Fix PR gdb/402.
8099
8100 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8101
8102 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8103 -1. Update comment.
8104 * gdbarch.h, gdbarch.c: Re-generate.
8105
8106 2002-04-07 Andreas Schwab <schwab@suse.de>
8107
8108 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8109 buffer to regcache_collect.
8110
8111 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8112
8113 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8114 * gdbarch.c, gdbarch.h: Re-generate.
8115
8116 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8117
8118 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8119 declaration. Fix -Werror.
8120
8121 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8122
8123 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8124 * gdbarch.c: Regenerate.
8125
8126 2002-04-05 Michael Snyder <msnyder@redhat.com>
8127
8128 * breakpoint.c (clear_command): Rewrite middle section to
8129 combine two loops with identical control conditions.
8130 Add a cleanup to eliminate a memory leak.
8131 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8132
8133 2002-04-05 H.J. Lu (hjl@gnu.org)
8134
8135 * solib-svr4.c (bkpt_names): Add "__start".
8136
8137 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8138
8139 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8140 as test for 64 bit target.
8141
8142 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8143
8144 * h8500-tdep.c (h8500_write_fp): Delete function.
8145 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8146 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8147 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8148 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8149 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8150 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8151 (s390_write_fp):
8152 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8153 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8154 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8155 (d10v_write_fp): Delete function.
8156 * inferior.h (write_fp, generic_target_write_fp): Delete
8157 declarations.
8158 * regcache.c (generic_target_write_fp): Delete function.
8159 (write_fp): Delete function.
8160 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8161 * gdbarch.h, gdbarch.c: Regenerate.
8162 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8163 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8164 (sparc64_write_fp): Delete declaration.
8165 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8166 (h8500_write_fp): Delete declaration.
8167
8168 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8169
8170 * sparc-tdep.c (sparc64_write_fp): Delete.
8171 (sparc_push_dummy_frame): Replace write_fp call with code to store
8172 the FP directly.
8173 (sparc_gdbarch_init): Do not initialize write_fp.
8174
8175 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8176
8177 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8178 clause.
8179
8180 2002-03-29 Jim Blandy <jimb@redhat.com>
8181
8182 * stack.c (get_selected_block): Add new argument `addr_in_block',
8183 used to return the exact code address we used to select the block,
8184 not just the block.
8185 * blockframe.c (get_frame_block, get_current_block): Same.
8186 * frame.h (get_frame_block, get_current_block,
8187 get_selected_block): Update declarations.
8188 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8189 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8190
8191 2002-04-05 Michael Snyder <msnyder@redhat.com>
8192
8193 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8194 warning message.
8195
8196 2002-04-05 J. Brobecker <brobecker@gnat.com>
8197
8198 * utils.c (xfullpath): New function.
8199 * defs.h (xfullpath): Add declaration.
8200 * source.c (openp): Use xfullpath in place of gdb_realpath to
8201 avoid resolving the basename part of filenames when the
8202 associated file is a symbolic link. This fixes a potential
8203 inconsistency between the filenames known to GDB and the
8204 filenames it prints in the annotations.
8205 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8206 to be able to match a filename with either the real filename, or
8207 the name of any symbolic link to this file.
8208 (lookup_partial_symtab): Ditto.
8209
8210 2002-04-04 Michael Snyder <msnyder@redhat.com>
8211
8212 * breakpoint.c: Add support for hardware breakpoints in overlays.
8213 (overlay_events_enabled): New state variable.
8214 (insert_breakpoints): Use overlay_events_enabled to decide
8215 whether to attempt to set a breakpoint at the overlay load addr.
8216 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8217 (remove_breakpoint): Use overlay_events_enabled to decide
8218 whether breakpoints need to be removed from overlay load addr.
8219 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8220 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8221 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8222 disable_overlay_breakpoints): Update overlay_events_enabled.
8223
8224 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8225
8226 * dwarf2read.c (struct function_range): New.
8227 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8228 (check_cu_functions): New.
8229 (read_file_scope): Initialize global function lists.
8230 Call dwarf_decode_line after processing children.
8231 (read_func_scope): Add to global function list.
8232 (dwarf_decode_lines): Call check_cu_functions everywhere
8233 record_line is called. Call record_line with a linenumber
8234 of 0 to mark sequence ends.
8235
8236 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8237
8238 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8239 change sync with glibc.
8240
8241 2002-04-03 Jim Blandy <jimb@redhat.com>
8242
8243 * configure.in: Call AC_C_INLINE.
8244 * configure: Regenerated.
8245
8246 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8247
8248 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8249 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8250
8251 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8252
8253 * NEWS: Mention gcore support on FreeBSD/i386.
8254
8255 * fbsd-proc.c: New file.
8256 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8257 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8258
8259 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8260 while statement.
8261
8262 2002-03-29 Jim Blandy <jimb@redhat.com>
8263
8264 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8265 unescaped newlines in string literals, but newer ones don't. So
8266 escape them.
8267
8268 2002-03-26 Michael Snyder <msnyder@redhat.com>
8269 Andrew Cagney <cagney@redhat.com>
8270
8271 * cli/cli-dump.c: New file. Dump memory to file,
8272 restore file to memory.
8273 * cli/cli-dump.h: New file.
8274 * Makefile.in: Add rules, dependencies for cli-dump.o.
8275 * NEWS: Mention new commands.
8276
8277 2002-03-28 Michael Snyder <msnyder@redhat.com>
8278
8279 * symfile.c (symbol_file_add): Move test for null symbols to later.
8280
8281 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8282
8283 From veksler at il.ibm.com:
8284 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8285 the xstrduped original path.
8286 Fix PR gdb/417.
8287
8288 2002-03-27 Michael Snyder <msnyder@redhat.com>
8289
8290 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8291 * infcmd.c (_initialize_infcmd): Ditto.
8292 * language.c (_initialize_language): Ditto.
8293 * symfile.c (_initialize_symfile): Ditto.
8294 * top.c (_init_main): Ditto.
8295 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8296
8297 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8298
8299 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8300 vector registers handling.
8301 (skip_prologue): Handle new AltiVec instructions. Fill in new
8302 fields of frame data.
8303 (frame_get_saved_regs): Fill in information for AltiVec registers.
8304
8305 2002-03-27 Jim Blandy <jimb@redhat.com>
8306
8307 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8308 a function; leave this macro here to invoke that function.
8309 (symbol_init_mangled_name): Declaration for that function.
8310 * symtab.c (symbol_init_mangled_name): New function.
8311
8312 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8313
8314 * valarith.c: Replace strerror with safe_strerror.
8315 * tracepoint.c: Ditto.
8316 * lin-lwp.c: Ditto.
8317 * go32-nat.c: Ditto.
8318 * inflow.c: Ditto.
8319 * gnu-nat.c: Ditto.
8320
8321 2002-03-27 Andreas Schwab <schwab@suse.de>
8322
8323 * event-top.c (command_line_handler): Remove useless if.
8324
8325 2002-03-27 Andreas Jaeger <aj@suse.de>
8326
8327 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8328 comment.
8329
8330 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8331
8332 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8333 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8334 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8335 (x86_64_linux_dr_get_status, supply_gregset),
8336 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8337 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8338 (x86_64_register_info_table): Add.
8339 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8340 (x86_64_register_raw_size, x86_64_register_virtual_type),
8341 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8342 general x86_64_register_info_table.
8343 (i386_gdbarch_init): gdbarch_register_bytes is now set
8344 dynamicaly during initialization.
8345 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8346 * gdbserver/linux-x86-64-low.c: Ditto.
8347
8348 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8349
8350 * gdbserver/server.c (main): Call target_signal_to_host_p
8351 and target_signal_to_host on signals received from the remote.
8352 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8353 target_signal_from_host on signals sent to the remote.
8354 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8355 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8356
8357 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8358
8359 * signals/signals.c: Include "server.h" in gdbserver build.
8360 (target_signal_from_name): Don't use STREQ.
8361 (_initialize_signals): Likewise. Don't include function in
8362 gdbserver build.
8363
8364 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8365
8366 * signals.c: Moved to...
8367 * signals/signals.c: Here.
8368 * Makefile (signals.o): Update.
8369
8370 2002-03-26 Jeff Law (law@redhat.com)
8371
8372 * somread.c (som_symtab_read): Remove some commented out code and
8373 updated related comments. Do not set the minimal symbol table to
8374 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8375 in a dynamic executable.
8376 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8377 where we are unable to find the minimal symbol for the given
8378 PC value.
8379
8380 2002-03-25 Jeff Law (law@redhat.com)
8381
8382 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8383
8384 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8385
8386 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8387
8388 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8389
8390 * command.h: Update copyright.
8391 (struct cmd_list_element): Replace definition with opaque
8392 declaration.
8393 (enum cmd_types): Document that it will eventually be moved to
8394 cli/cli-decode.h
8395 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8396 (MALLOCED_REPLACEMENT): Delete macro.
8397 * Makefile.in (cli_decode_h): Add $(command_h).
8398 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8399 * top.c: Include "cli/cli-decode.h".
8400 * completer.c: Include "cli/cli-decode.h".
8401 * maint.c: Include "cli/cli-decode.h".
8402 * cli/cli-decode.h: Include "command.h".
8403 (enum command_class): Delete.
8404 (enum cmd_types): Comment out.
8405 (enum cmd_auto_boolean): Delete.
8406 (enum var_types): Delete.
8407
8408 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8409
8410 * cli/cli-decode.c: Include "gdb_assert.h".
8411 (add_set_or_show_cmd): New static function.
8412 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8413 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8414 all fields, such as func, from the set command.
8415
8416 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8417
8418 * MAINTAINERS (sh-elf): Change warning flag to -w.
8419
8420 2002-03-23 Andrew Cagney <cagney@redhat.com>
8421
8422 * defs.h (error): Add printf format attribute.
8423 * thread-db.c (thread_from_lwp): Fix error format string.
8424 * stack.c (parse_frame_specification): Ditto.
8425 * cli/cli-decode.c (undef_cmd_error): Ditto.
8426 * scm-lang.c (scm_lookup_name): Ditto.
8427 * tracepoint.c (trace_error): Ditto.
8428 * remote-utils.c (usage): Ditto.
8429 * remote.c (compare_sections_command): Ditto.
8430 Fix PR gdb/328.
8431
8432 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8433
8434 * gdbtypes.c (append_composite_type_field): New function.
8435 (init_composite_type): New function.
8436 * gdbtypes.h (append_composite_type_field): Declare.
8437 (init_composite_type): Ditto.
8438
8439 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8440
8441 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8442 function.
8443 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8444 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8445 structure returning convention for SYSV ABI case, but not
8446 for GNU/Linux, FreeBSD, or NetBSD.
8447
8448 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8449
8450 * symtab.h (lookup_block_symbol): Add mangled_name argument
8451 to prototype.
8452
8453 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8454 with new mangled_name argument.
8455 * linespec.c (decode_line_1): Likewise.
8456 * valops (value_of_this): Likewise.
8457 * symtab.c (lookup_transparent_type): Likewise.
8458 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8459 (lookup_symbol): If we are given a mangled name, pass it down
8460 to lookup_symbol_aux.
8461 (lookup_block_symbol): If we are given a mangled name to check
8462 against, only return symbols which match it.
8463
8464 2002-03-22 Christopher Faylor <cgf@redhat.com>
8465
8466 * win32-nat.c (child_create_inferior): Check for proper shell to use
8467 here, in case the user changes it on the fly.
8468 (_initialize_inftarg): Remove shell path considerations.
8469
8470 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8471
8472 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8473 for gdbarch_max_register_raw_size and max_register_virtual_size.
8474 Adjust copyright year.
8475
8476 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8477
8478 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8479 in a function to cover the entire beginning of the function
8480 as well if it does not already.
8481
8482 2002-03-21 Tom Rix <trix@redhat.com>
8483
8484 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8485 (rs6000_ptrace64): Renamed from ptrace64.
8486
8487 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8488
8489 * gdbserver/remote-utils.c (remote_open): Don't call
8490 getprotobyname, we're all using TCP here so just use
8491 IPPROTO_TCP.
8492 * gdbserver/gdbreplay.c (remote_open): Ditto.
8493
8494 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8495
8496 * regcache.c (_initialize_regcache): No need to call
8497 build_regcache() at this time; it gets called whenever
8498 the gdbarch changes.
8499
8500 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8501
8502 * sparc-nat.c: Include sys/param.h where possible.
8503
8504 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8505
8506 Fix PR gdb/422.
8507 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8508 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8509 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8510 complex types.
8511 * stabsread.c (rs6000_builtin_type): Likewise.
8512 (read_sun_floating_type): Likewise.
8513
8514 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8515
8516 * stabsread.c (read_member_functions): Remove skip code for duplicate
8517 constructor/destructor methods. Use standard parsing for these
8518 methods and just do not chain them to the list of methods after
8519 parsing.
8520
8521 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8522
8523 * coffread.c: Remove redundant static declarations. Replace
8524 occurrences of `PTR' with `void *'.
8525 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8526 * top.h (quit_cover): Likewise.
8527 * defs.h (catch_errors): Likewise.
8528
8529 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8530
8531 * defs.h (XMALLOC): Define.
8532 * gdb-events.sh (XMALLOC): Delete macro.
8533 * gdb-events.c, gdb-events.h: Regenerate.
8534 * gdbarch.sh (XMALLOC): Delete macro.
8535 * gdbarch.c: Regenerate.
8536 * serial.c (XMALLOC): Delete macro.
8537 * ui-file.c (XMALLOC): Ditto.
8538 * ser-unix.h (XMALLOC): Ditto.
8539 * sh-tdep.c (XMALLOC): Ditto.
8540 * ui-out.c (XMALLOC): Ditto.
8541 * utils.c (XMALLOC): Ditto.
8542 * i386-tdep.c (XMALLOC): Ditto.
8543 * gdb-events.c (XMALLOC): Ditto.
8544 * d10v-tdep.c (XMALLOC): Ditto.
8545 * cli-out.c (XMALLOC): Ditto.
8546
8547 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8548 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8549 * ui-file.c, ui-out.c: Ditto.
8550
8551 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8552
8553 * command.h (struct cmd_list_element): Add field context.
8554 (set_cmd_context, get_cmd_context): Declare.
8555 * cli/cli-decode.h: Ditto.
8556 * cli/cli-decode.c (get_cmd_context): New function.
8557 (set_cmd_context): New function.
8558 (add_cmd): Initialize context.
8559 Part of fixing PR gdb/145 and PR gdb/146.
8560
8561 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8562
8563 * cli/cli-decode.c (cmd_type): New function.
8564 * command.h (cmd_type): Declare.
8565 * infrun.c (set_schedlock_func): Call function cmd_type.
8566 * kod.c (kod_set_os): Call cmd_type.
8567 * cris-tdep.c (cris_version_update): Use function cmd_type.
8568 (cris_mode_update, cris_abi_update): Ditto.
8569
8570 * command.h: (execute_cmd_post_hook): Declare.
8571 (execute_cmd_pre_hook): Declare.
8572 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8573 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8574 functions. Execute pre/post hook while ensuring that afterwords
8575 hook_in is cleared.
8576 * top.c (execute_command): Use execute_cmd_post_hook, and
8577 execute_cmd_pre_hook to execute pre/post commands.
8578 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8579 hook_stop_stub.
8580 (hook_stop_stub): Call execute_cmd_pre_hook.
8581
8582 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8583
8584 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8585 set'' and this leads to a core dump. Move xstrdup of
8586 operating_system to after check that it is not NULL.
8587
8588 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8589
8590 * kod.c (kod_set_os): Remove unnecessary check that
8591 ``command->type'' is set_cmd.
8592
8593 * valprint.c (set_input_radix): Use input_radix.
8594 (set_output_radix): Use output_radix.
8595 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8596 isn't reverted.
8597
8598 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8599
8600 * value.h (struct value): Delete field ``substring_addr''. Change
8601 aligner fields to force_doublest_align, force_longest_align,
8602 force_core_addr_align and force_pointer_aligh.
8603
8604 * value.h (struct value): Fix typo in above change.
8605
8606 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8607
8608 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8609 to fix internal_error from ``maintenance print architecture''.
8610
8611 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8612
8613 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8614 for gcc versions after gcc-2.8.1.
8615
8616 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8617
8618 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8619 for method resolution. Restore adjustment of ``this'' pointer after
8620 calling value_struct_elt, which was accidentally removed during the
8621 HP merge.
8622
8623 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8624
8625 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8626 value_of_register.
8627 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8628 get_saved_register.
8629 * value.h (value_of_register): Update.
8630
8631 2002-03-14 Richard Henderson <rth@redhat.com>
8632
8633 * configure.in: Detect declaration for canonicalize_file_name.
8634 * utils.c (canonicalize_file_name): Declare, if needed.
8635 (gdb_realpath): Prefer realpath if available and usable.
8636 * config.in, configure: Rebuild.
8637
8638 2002-03-14 Richard Henderson <rth@redhat.com>
8639
8640 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8641 a constant array bound.
8642
8643 * MAINTAINERS: Add myself to write-after-approval.
8644
8645 2002-03-14 Michael Snyder <msnyder@redhat.com>
8646
8647 * symfile.c (syms_from_objfile): Return immediately if no syms.
8648 (symbol_file_add): Return immediately if no syms.
8649 (find_sym_fns): Return immediately if no syms.
8650
8651 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8652
8653 * gdbserver/remote-util.c (remote_open): Print remote-side's
8654 IP address when remote debugging over the network.
8655
8656 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8657
8658 * config/sparc/fbsd.mh: Fix copyright.
8659 * config/sparc/fbsd.mt: Likewise.
8660
8661 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8662
8663 * MAINTAINERS: Fix typo in name of gdb warnings option.
8664 (x86-64): Fix formating so that this can be parsed by awk.
8665
8666 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8667
8668 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8669 * defs.h: Include "gdb/signals.h".
8670 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8671
8672 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8673
8674 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8675 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8676 from x86-64-tdep.h
8677
8678 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8679 Don Howard <dhoward@redhat.com>
8680
8681 * mips-tdep.c (ST0_FR): Define.
8682 (mips2_fp_compat): New function, temporarily disabled.
8683 (mips_read_fp_register_single): New function.
8684 (mips_read_fp_register_double): New function.
8685 (mips_print_register): Use them.
8686 (do_fp_register_row): Likewise.
8687
8688 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8689
8690 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8691 approval''.
8692
8693 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8694
8695 * stabsread.c (read_member_functions): Fix is_stub test for
8696 static member functions, improve comment.
8697
8698 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8699
8700 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8701 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8702 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8703 commands that set boolean values.
8704 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8705 (arm_rdi_resume): Always initialize PC.
8706 (arm_rdi_open): Don't use rslt as a boolean.
8707 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8708 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8709 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8710 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8711
8712 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8713
8714 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8715 * configure: Rebuilt.
8716
8717 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8718
8719 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8720 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8721
8722 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8723
8724 * cli/cli-decode.c (set_cmd_completer): New function.
8725 * command.h (set_cmd_completer): Declare.
8726 * cli/cli-decode.h (set_cmd_completer): Ditto.
8727
8728 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8729 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8730 * win32-nat.c (_initialize_inftarg): Ditto.
8731 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8732 * proc-api.c (_initialize_proc_api): Ditto.
8733 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8734 * source.c (_initialize_source): Ditto.
8735 * exec.c (_initialize_exec): Ditto.
8736 * solib.c (_initialize_solib): Ditto.
8737 * top.c (init_main): Ditto.
8738 * tracepoint.c (_initialize_tracepoint): Ditto.
8739 * symfile.c (_initialize_symfile): Ditto.
8740 * printcmd.c (_initialize_printcmd): Ditto.
8741 * infcmd.c (_initialize_infcmd): Ditto.
8742 * corefile.c (_initialize_core): Ditto.
8743
8744 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8745
8746 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8747
8748 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8749
8750 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8751
8752 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8753
8754 * NEWS: Update headings, 5.2 has branched.
8755
8756 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
8757
8758 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8759 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8760 (register_addr, REGISTER_RAW_SIZE): Likewise.
8761 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8762 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8763
8764 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8765
8766 * MAINTAINERS (x86-64): Add myself.
8767 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8768 changed value_ptr -> struct value *
8769
8770 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8771
8772 * configure.host (sparc64-*-freebsd): Add.
8773 * configure.tgt: Likewise.
8774 * config/sparc/fbsd.mh: New file.
8775 * config/sparc/fbsd.mt: Likewise.
8776 * config/sparc/nm-fbsd.h: Likewise.
8777 * config/sparc/tm-fbsd.h: Likewise.
8778
8779 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8780
8781 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8782 regformats/reg-s390x.dat.
8783
8784 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8785
8786 * utils.c: Add FIXME explaining true/false problem.
8787
8788 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8789
8790 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8791
8792 2002-02-28 Michael Chastain <mec@shout.net>
8793
8794 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8795
8796 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8797
8798 * gdbserver/linux-s390-low.c: New file.
8799 * regformats/reg-s390.dat: New file.
8800 * regformats/reg-s390x.dat: New file.
8801 * gdbserver/configure.srv: Add S/390.
8802 * gdbserver/Makefile.in: Add S/390.
8803 * configure.tgt: Enable gdbserver for S/390.
8804
8805 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8806
8807 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8808 first line of the doc string for "info dos", except at the end of
8809 the sentence, since the short help stops at the first period.
8810
8811 2002-02-28 Jason Merrill <jason@redhat.com>
8812
8813 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8814
8815 2002-02-27 Fred Fish <fnf@redhat.com>
8816
8817 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8818 comment (dumy -> dummy).
8819
8820 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8821
8822 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8823
8824 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8825
8826 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8827
8828 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8829
8830 * gdbserver/acconfig.h: New file.
8831 * gdbserver/i387-fp.c: New file.
8832 * gdbserver/i387-fp.h: New file.
8833 * gdbserver/linux-x86-64.c: New file.
8834 * regformats/reg-x86-64.dat: New file.
8835 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8836 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8837 * gdbserver/configure.in: Add support for regsets.
8838 * gdbserver/config.in: Regenerate.
8839 * gdbserver/configure: Regenerate.
8840 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8841 * gdbserver/linux-low.h: New file.
8842 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8843 for regsets.
8844 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8845 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8846 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8847 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8848 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8849 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8850 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8851 "i387-fp.h". Add PTRACE_GETREGS and friends.
8852 * gdbserver/regcache.c (supply_register): New function.
8853 (supply_register_by_name): New function.
8854 (collect_register): New function.
8855 (collect_register_by_name): New function.
8856
8857 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8858
8859 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8860 (config.status): Add configure.srv dependency.
8861 (server_h): Add config.h dependency.
8862
8863 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8864
8865 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8866 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8867 * gdbserver/configure.srv: Change i386-*-linux* to use
8868 reg-i386-linux.o.
8869
8870 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8871
8872 * x86-64-tdep.c: Re-indent. Update copyright date.
8873
8874 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8875
8876 From Michal Ludvig <mludvig@suse.cz>:
8877 * x86-64-tdep.c (value.h): Delete.
8878 (gdb_assert.h): Include.
8879 (x86_64_register_convert_to_virtual,
8880 x86_64_register_convert_to_raw ): Add check which lets only
8881 floating-point values to be converted.
8882 (value_push): Delete.
8883 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8884 (i386_gdbarch_init): Number of register_bytes fixed.
8885
8886 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8887
8888 * MAINTAINERS: Add x86-64 target.
8889
8890 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8891
8892 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8893 * osfsolib.c (solib_map_sections): Ditto.
8894 * irix5-nat.c (solib_map_sections): Ditto.
8895 * corelow.c (gdb_check_format): Ditto.
8896 * symfile.c (symfile_bfd_open): Ditto.
8897 * solib.c (solib_map_sections): Ditto.
8898 Fix PR gdb/354.
8899
8900 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8901
8902 * remote.c (_initialize_remote): By default, disable ``e'' and
8903 ``E'' step out-of-range packets.
8904
8905 2002-02-26 Andreas Schwab <schwab@suse.de>
8906
8907 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8908 m68k_linux_frame_saved_pc.
8909 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8910 in_sigtramp.
8911 (SIGCONTEXT_PC_OFFSET): Remove.
8912 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8913 m68k_linux_sigtramp_saved_pc): New functions.
8914 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8915 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8916 (UCONTEXT_PC_OFFSET): Define.
8917 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8918 non-RT and RT signal trampolines.
8919
8920 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8921
8922 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8923 (TARGET_NBPG, STACK_END_ADDR): Delete
8924 (VARIABLES_INSIDE_BLOCK): Delete.
8925
8926 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8927
8928 * utils.c (perror_with_name): Make string parameter constant.
8929 (print_sys_errmsg): Ditto.
8930 (query): Ditto.
8931 * defs.h (perror_with_name): Update.
8932 (print_sys_errmsg): Update.
8933 (query): Update.
8934
8935 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8936
8937 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8938 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8939
8940 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8941
8942 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8943 if it already matches the current architecture from the exec file.
8944 Include arch-utils.h for gdbarch_info_init prototype.
8945 * Makefile.in (rs6000-nat.o): Update dependencies.
8946
8947 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8948
8949 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8950 list of exported variables.
8951
8952 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8953
8954 * gdbserver/configure.srv: New file.
8955 * gdbserver/configure.in: Use configure.srv instead
8956 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8957 from it.
8958 * gdbserver/configure: Regenerated.
8959 * gdbserver/terminal.h: New file.
8960 * gdbserver/Makefile.in: Update for configure changes. Remove
8961 more unneeded include paths.
8962
8963 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8964
8965 From wiz at danbala:
8966 * config/sparc/tm-sp64.h: Fix grammar and typos.
8967 Fix PR gdb/287.
8968
8969 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8970
8971 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8972 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8973 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8974 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8975 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8976 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8977 * s390-tdep.c: Ditto.
8978 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8979 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8980 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8981 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8982 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8983 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8984 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8985 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8986 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8987 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8988 Fix PR gdb/378.
8989
8990 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8991
8992 * lin-thread.c: Delete file.
8993 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8994 to gdb_proc_service.h.
8995 * configure: Re-generate.
8996
8997 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8998 * serial.c (serial_open): Delete check for "ocd".
8999 Fix PR gdb/349.
9000
9001 * Makefile.in (linux-thread.o): Delete target.
9002 * linux-thread.c: Delete file.
9003
9004 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9005 renamed SH files to be consistent.
9006
9007 * symtab.c (sort_search_symbols): Use xfree.
9008
9009 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9010
9011 * arm-linux-tdep.c (arm_linux_init_abi): Register
9012 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9013 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9014 definition with undef, since we don't want the sysvr4 definition.
9015 (SKIP_TRAMPOLINE_CODE): Likewise.
9016
9017 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9018
9019 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9020
9021 * configure.in: (AC_CHECK_FUNCS) Added test for
9022 canonicalize_file_name Regenerated.
9023 * config.in, configure: Regenerated.
9024 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9025 defined use canonicalize_file_name.
9026
9027 2002-02-23 Michael Chastain <mec@shout.net>
9028
9029 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9030
9031 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9032
9033 * README: Remove references to cygnus.com.
9034 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9035 dot com'' form. Remove references to cygnus.com and sourceware.
9036
9037 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9038
9039 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9040 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9041 1003.1-2001 no longer allows "head -1".
9042 * gdb/Makefile.in (version.c): Likewise.
9043 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9044 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9045 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9046
9047 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9048
9049 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9050 * command.h (cmd_cfunc_eq): Declare.
9051 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9052
9053 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9054 ``struct cmd_list_element *''.
9055 * cli/cli-cmds.c (is_complete_command): Update. Use
9056 cmd_cfunc_eq.
9057 * top.c (execute_command): Pass the command to
9058 is_complete_command.
9059 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9060
9061 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9062
9063 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9064 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9065 architecture defines.
9066 * s390-tdep.c (s390_gdbarch_init): Likewise.
9067
9068 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9069
9070 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9071 (arm_linux_push_arguments): Likewise.
9072 (arm_linux_init_abi): Register them. Also register linux-specific
9073 call_dummy_words.
9074 (find_minsym_and_objfile): Use strcmp, not STREQ.
9075 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9076 (arm_linux_call_dummy_words): Delete declaration.
9077 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9078 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9079 declarations.
9080 (LOWEST_PC): Delete.
9081
9082 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9083
9084 * maint.c (print_section_info): Do not prepend `0x' to filepos
9085 output, it will be handled by local_hex_string_custom.
9086
9087 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9088
9089 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9090 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9091 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9092
9093 2002-02-22 Jim Blandy <jimb@redhat.com>
9094
9095 Indicate that the bcache functions don't change the strings
9096 they're passed.
9097 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9098 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9099
9100 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9101
9102 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9103
9104 2002-02-21 Christopher Faylor <cgf@redhat.com>
9105
9106 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9107 find the complete path to a loaded DLL.
9108
9109 2002-02-21 Fred Fish <fnf@redhat.com>
9110
9111 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9112 that marks the end of the range of a function, enter a line number
9113 entry that has a line number of zero and a PC offset that matches
9114 the end of the function. This starts a range of PC's for which no
9115 line number information is known.
9116 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9117 PC's for which no line number info is found (line number is zero)
9118 then we didn't find any valid line information.
9119 * symtab.h: Document use of zero line number entry.
9120
9121 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9122
9123 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9124 (have_ptrace_getvrregs): Define for run time checks.
9125 (gdb_vrregset_t): New type for Altivec register handling.
9126 (fetch_register, store_register): Fetch/store altivec register
9127 when needed.
9128 (fetch_altivec_register, store_altivec_register): New functions.
9129 (supply_vrregset, fill_vrregset): New functions.
9130 (fetch_altivec_registers, store_altivec_registers): New functions.
9131 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9132 registers as well.
9133
9134 2002-02-21 Jiri Smid <smid@suse.cz>
9135
9136 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9137
9138 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9139
9140 * Makefile.in (armnbsd-nat.o): Update dependencies.
9141 * armnbsd-nat.c (supply_gregset): New function. Common code to
9142 supply the integer register set.
9143 (supply_fparegset): New function. Similar for FPA registers.
9144 (fetch_regs, fetch_fp_regs): Use them.
9145 (fetch_core_registers): Likewise.
9146 (fetch_elfcore_registers): New function.
9147 (arm_netbsd_elfcore_fns): New core-file type specification.
9148 (_initialize_arm_netbsd_nat): Register it.
9149
9150 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9151
9152 * armnbsd-nat.c: Include gdbcore.h.
9153 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9154 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9155 'void' to declaration, to shut up ARI.
9156 (fetch_core_registers): Make static. Rewrite using supply_register.
9157 (arm_netbsd_core_fns): New core-file type specification.
9158 (_initialize_arm_netbsd_nat): New function.
9159
9160 2002-02-21 Christopher Faylor <cgf@redhat.com>
9161
9162 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9163 value.
9164
9165 2002-02-20 Christopher Faylor <cgf@redhat.com>
9166
9167 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9168 fails.
9169
9170 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9171
9172 * jv-exp.y (parse_number): Change type of implicit longs
9173 to builtin_type_uint64.
9174
9175 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9176
9177 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9178 to be an integer instead of a `union wait'.
9179
9180 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9181
9182 * mips-linux-nat.c: Call the operating system GNU/Linux.
9183 * mips-linux-tdep.c: Likewise.
9184 * mips-tdep.c: Likewise.
9185
9186 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9187
9188 Fix PR gdb/265.
9189 * jv-exp.y (parse_number): Handle 64-bit integers.
9190
9191 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9192
9193 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9194 AC_STDC_HEADERS to AC_HEADER_STDC.
9195 * gdbserver/configure: Regenerated.
9196
9197 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9198
9199 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9200 is defined.
9201 * sparc-tdep.c (get_longjmp_target): Likewise.
9202
9203 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9204
9205 * News: Add news about ARM and Multi-arch. Mention the new target
9206 arm*-*-netbsd*.
9207
9208 2002-02-19 Jim Blandy <jimb@redhat.com>
9209
9210 * stabsread.c (error_type_complaint): Improve error message.
9211
9212 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9213
9214 * gdbserver/README: Update documentation.
9215 * gdbserver/configure.in: Update configury to match documentation.
9216 * gdbserver/Makefile.in: Likewise.
9217 * gdbserver/configure: Regenerated.
9218 * gdbserver/aclocal.m4: New file, generated by aclocal.
9219 * gdbserver/config.in: New file, generated by autoheader.
9220
9221 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9222
9223 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9224 armnbsd-nat.c.
9225
9226 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9227
9228 * arm-tdep.h (enum arm_float_model): New enum.
9229 (struct gdbarch_tdep): Add fp_model.
9230 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9231 up floating-point conversions until we know the floating-point model
9232 in use by the inferior. Don't complain about being unable to
9233 determine the ABI of the inferior when we don't have one.
9234 (arm_extract_return_value): Support different floating-point models.
9235 (arm_store_return_value): Likewise.
9236 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9237 ARM_FLOAT_SOFT.
9238 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9239
9240 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9241
9242 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9243 of ``current_gdbarch''.
9244
9245 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9246
9247 * armnbsd-nat.c : ANSIfy all function declarations.
9248 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9249 (fetch_inferior_registers): Re-implement in terms of above.
9250 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9251 (store_inferior_registers): Re-implement in terms of above.
9252
9253 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9254
9255 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9256 kernel.
9257 * arm-linux-tdep.c: Likewise.
9258 * config/arm/tm-linux.h: Likewise.
9259
9260 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9261
9262 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9263 * config/arm/nbsd.mt (TM_FILE): Delete.
9264 * config/arm/tm-nbsd.h: Delete.
9265
9266 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9267
9268 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9269 Initialize CALL_DUMMY_LENGTH.
9270
9271 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9272
9273 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9274 function.
9275 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9276 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9277 defines one thing and that is incorrect for this port.
9278 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9279
9280 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9281
9282 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9283
9284 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9285
9286 * win32-nat.c (display_selector): New function. Displays information
9287 about the information returned by GetThreadSelectorEntry API function.
9288 (display_selectors): New function. Displays the infomation of
9289 the selector given as argument, or of CS, DS ans FS selectors
9290 if no argument is given.
9291 ( _initialize_inftarg): Add "w32" as info prefix command.
9292 Add "info w32 selector" as command calling display_selectors.
9293
9294 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9295
9296 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9297 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9298 if not defined.
9299
9300 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9301
9302 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9303
9304 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9305
9306 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9307 (arm_fix_call_dummy): Call it.
9308 (arm_call_dummy_breakpoint_offset): Delete.
9309 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9310 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9311
9312 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9313
9314 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9315 Default to func_frame_chain_valid.
9316 * gdbarch.h, gdbarch.c: Re-generate.
9317 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9318
9319 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9320
9321 * ppc-linux-nat.c: Update copyright.
9322 (fetch_register, store_register): Add tid parameter, don't compute
9323 tid here.
9324 (fetch_ppc_registers, store_ppc_registers): Add tid
9325 parameter. Pass it along to callees.
9326 (fetch_inferior_registers, store_inferior_registers): Compute tid
9327 here, and pass it to calleed functions.
9328 (fill_gregset, supply_fpregset): Clean up formatting.
9329
9330 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9331
9332 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9333 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9334
9335 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9336
9337 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9338 * gdbarch.c gdbarch.h: Regenerate.
9339 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9340 function.
9341 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9342 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9343 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9344
9345 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9346 * arm-tdep.c (arm_get_longjmp_target): New function.
9347 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9348 this to a positive value register arm_get_longjmp_target as the
9349 longjmp handler.
9350 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9351 (arm_linux_init_abi): Set up longjmp description in tdep.
9352 * armnbsd-nat.c (get_longjmp_target): Delete.
9353 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9354 description in tdep.
9355 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9356 (get_longjmp_target): Delete declaration.
9357 (GET_LONGJMP_TARGET): Delete.
9358 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9359 (GET_LONGJMP_TARGET): Delete.
9360
9361 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9362
9363 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9364 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9365 of ``current_gdbarch''.
9366
9367 2002-02-17 Tom Tromey <tromey@redhat.com>
9368
9369 * cli/cli-cmds.c (compare_strings): New function.
9370 (complete_command): Only print each unique item once.
9371 * completer.h (complete_line): Declare.
9372 * completer.c (complete_line): New function.
9373 (line_completion_function): Use it.
9374
9375 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9376
9377 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9378 * gdbarch.h, gdbarch.c: Re-generate.
9379
9380 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9381
9382 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9383
9384 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9385
9386 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9387 * valops.c (value_arg_coerce): Don't take the address of a reference
9388 to convert an argument to a reference.
9389
9390 2002-02-15 Christopher Faylor <cgf@redhat.com>
9391
9392 * win32-nat.c (get_image_name): New function.
9393 (handle_load_dll): Use get_image_name function.
9394 (get_child_debug_event): Avoid registering debug events until possibly
9395 execed process is started.
9396 (child_create_inferior): Allow invocation via shell so that command
9397 line redirection, etc. works ok.
9398 (_initialize_inftarg): Add new command: "set shell" to control whether
9399 a shell is used to start a process.
9400
9401 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9402
9403 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9404 instead of find_register_by_number.
9405 (cannot_store_register): Likewise.
9406
9407 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9408
9409 * dwarf2read.c: Replace fprintf (stderr, ...) by
9410 fprintf_unfiltered (gdb_stderr, ...).
9411
9412 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9413
9414 * gdbserver/gdbserver.1: Document --attach.
9415
9416 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9417
9418 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9419 descriptions.
9420 * arm-tdep.c (arm_default_arm_le_breakpoint)
9421 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9422 (arm_default_thumb_be_breakpoint): New. Initialize them from
9423 traditional breakpoint defines.
9424 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9425 (arm_gdbarch_init): Initialize new breakpoint variables.
9426 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9427 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9428 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9429 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9430 code out to ...
9431 (arm_netbsd_init_abi_common): ... here; new function.
9432 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9433 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9434 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9435 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9436
9437 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9438
9439 * arm-tdep.h (enum arm_abi): New enum.
9440 (struct gdbarch_tdep): New structure.
9441 (LOWEST_PC): Provide a default.
9442 (arm_gdbarch_register_os_abi): Declare new function.
9443 * arm-tdep.c (arm_abi_names): New array.
9444 (process_note_abi_tag_sections): New function.
9445 (get_elfosabi): New function.
9446 (arm_gdbarch_register_os_abi): New function.
9447 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9448 support for that ABI has been built in, then call the appropriate
9449 configuration routine. Use gdbarch_num_regs() to get the number
9450 of registers.
9451 (arm_dump_tdep): New function.
9452 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9453 place-holder functions.
9454 (_initialize_arm_tdep): Register them.
9455 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9456
9457 * armnbsd-tdep.c: New file.
9458 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9459 * config/arm/nbsd.mt (TDEPFILES): Add it.
9460 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9461
9462 * armnbsd-nat.c: Include regcache.h.
9463 * Makefile.in (armnbsd-nat.o): Update dependency list.
9464
9465 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9466
9467 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9468
9469 * gdbserver/Makefile.in: Fix typos in target rules.
9470
9471 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9472
9473 Fix part of PR gdb/267.
9474 * linespec.c (find_methods): Handle constructors specially for now.
9475
9476 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9477
9478 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9479 handling.
9480 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9481 standard_coerce_float_to_double().
9482
9483 2002-02-14 Christopher Faylor <cgf@redhat.com>
9484
9485 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9486 GDBINIT_FILENAME.
9487
9488 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9489
9490 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9491 find_variant_by_name, because it confuses the multiarch
9492 framework. Return NULL if there isn't an architecture with the
9493 user supplied name, instead of forcing a different one without
9494 recording the change with the multiarch machinery.
9495 (find_variant_by_name): Delete.
9496
9497 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9498
9499 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9500 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9501
9502 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9503
9504 * stack.c (print_frame_info_base): When calling
9505 print_frame_info_listing_hook, set current_source_symtab.
9506
9507 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9508
9509 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9510 and remove unused $(INCLUDE_DIR).
9511 Add regcache.c to OBS.
9512 Add generated register protocol files to clean target.
9513 Update dependencies for new objects, obsolete old target code.
9514
9515 * gdbserver/linux-low.c: Remove all platform-specific code to
9516 new files. Remove various dead code. Update to use regcache
9517 functionality.
9518 * gdbserver/remote-utils.c (fromhex): Add return statement
9519 to quiet warning.
9520 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9521 constant.
9522 (input_interrupt): Add integer parameter to match prototype
9523 of a signal handler.
9524 (outreg): Use register_data ().
9525 (prepare_resume_reply): Use gdbserver_expedite_regs.
9526 * gdbserver/server.c (main): Dynamically allocate own_buf because
9527 PBUFSIZ is no longer constant. Use registers_to_string () and
9528 registers_from_string ().
9529 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9530 for error (), fatal (), and warning (). Update definition of
9531 PBUFSIZ to use regcache functionality. Add include guard.
9532 * gdbserver/utils.c (fatal): Add missing ``const''.
9533 (warning): New function.
9534
9535 * regformats/regdat.sh: Include "regcache.h" in generated files.
9536 Provide init_registers () function.
9537 * regformats/regdef.h: Add prototype for set_register_cache ().
9538 Add include guard.
9539
9540 * gdbserver/linux-arm-low.c: New file.
9541 * gdbserver/linux-i386-low.c: New file.
9542 * gdbserver/linux-ia64-low.c: New file.
9543 * gdbserver/linux-m68k-low.c: New file.
9544 * gdbserver/linux-mips-low.c: New file.
9545 * gdbserver/linux-ppc-low.c: New file.
9546 * gdbserver/linux-sh-low.c: New file.
9547
9548 * gdbserver/regcache.c: New file.
9549 * gdbserver/regcache.h: New file.
9550
9551 * gdbserver/low-linux.c: Removed obsolete file.
9552
9553 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9554
9555 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9556 * config/i386/linux.mt: Likewise.
9557 * config/ia64/linux.mt: Likewise.
9558 * config/m68k/linux.mh: Likewise.
9559 * config/powerpc/linux.mh: Likewise.
9560 * config/mips/linux.mt: Likewise.
9561
9562 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9563
9564 * config/i386/i386lynx.mh: Mark gdbserver variables
9565 as (currently) obsolete for this target.
9566 * config/i386/nbsd.mt: Likewise.
9567 * config/i386/nbsdelf.mt: Likewise.
9568 * config/m32r/m32r.mt: Likewise.
9569 * config/m68k/m68klynx.mh: Likewise.
9570 * config/m68k/nbsd.mt: Likewise.
9571 * config/m68k/sun3os4.mh: Likewise.
9572 * config/mips/vr5000.mt: Likewise.
9573 * config/ns32k/nbsd.mt: Likewise.
9574 * config/pa/hppabsd.mh: Likewise.
9575 * config/pa/hppaosf.mh: Likewise.
9576 * config/powerpc/nbsd.mt: Likewise.
9577 * config/rs6000/rs6000lynx.mh: Likewise.
9578 * config/s390/s390.mt: Likewise.
9579 * config/s390/s390x.mt: Likewise.
9580 * config/sparc/sparclynx.mh: Likewise.
9581 * config/sparc/sun4os4.mh: Likewise.
9582 * config/i386/x86-64linux.mt: Likewise.
9583 * config/sparc/linux.mh: Likewise.
9584
9585 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9586
9587 * configure.tgt: Configure gdbserver only for known working
9588 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9589 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9590 SUBDIRS if it is configured. Update comment for ${nativefile}.
9591 * configure: Regenerated.
9592
9593 2002-02-13 Michael Snyder <msnyder@redhat.com>
9594
9595 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9596
9597 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9598 (default_gcore_mach): Just return 0, work around a problem in bfd.
9599 (default_gcore_target): OK to return NULL if exec_bfd is null.
9600 (make_mem_sec): Use a cast, avoid a warning.
9601
9602 * procfs.c (find_memory_regions_callback): Use a cast instead of
9603 calling host_pointer_to_address (which complains if
9604 sizeof (host pointer) != sizeof (target pointer)).
9605 (procfs_make_note_section): Avoid overflow in psargs string.
9606
9607 * procfs.c (procfs_make_note_section): Make the default
9608 implementation return an error.
9609
9610 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9611
9612 * procfs.c (procfs_make_note_section): Provide a default definition
9613 (for alpha-dec-osf4.0f). Fix typos.
9614
9615 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9616
9617 * linux-proc.c: Add include of regcache.h.
9618 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9619
9620 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9621
9622 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9623 * memattr.c (create_mem_region): Disallow useless empty region.
9624 Regions are half-open intervals, so allow [A..B) [B..C) as
9625 non-overlapping.
9626
9627 2002-02-13 Michael Chastain <mec@shout.net>
9628
9629 * defs.h: Kill CONST_PTR.
9630 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9631 * c-lang.c (c_builtin_types): Likewise.
9632 * ch-lang.c (ch_builtin_types): Likewise.
9633 * f-lang.c (f_builtin_types): Likewise.
9634 * language.c (unknown_builtin_types): Likewise.
9635 * m2-lang.c (m2_builtin_types): Likewise.
9636 * p-lang.c (pascal_builtin_types): Likewise.
9637 * scm-lang.c (c_builtin_types): Likewise.
9638
9639 2002-02-13 Keith Seitz <keiths@redhat.com>
9640
9641 * arm-tdep.h (arm_get_next_pc): Add declaration.
9642
9643 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9644
9645 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9646 with other related struct-returning functions.
9647 (arm_extract_struct_value_address): New function.
9648 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9649 initialize float_format, double_format and long_double_format as
9650 appropriate to the endianness of the target.
9651 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9652 (arm_use_struct_convention): Delete declaration.
9653 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9654
9655 2002-02-13 Keith Seitz <keiths@redhat.com>
9656
9657 * defs.h (core_addr_to_string_nz): New function.
9658
9659 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9660
9661 Apply missing bits of 2002-01-15 patch.
9662 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9663 (fill_fpregset): Use i387_fill_fsave.
9664
9665 2002-02-12 Keith Seitz <keiths@redhat.com>
9666
9667 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9668 (core_addr_to_string_nz): New function.
9669
9670 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9671
9672 * arm-linux-nat.c: Really include arm-tdep.h.
9673 * config/arm/tm-linux.h (struct type, struct value): Declare.
9674
9675 2002-02-11 Michael Snyder <msnyder@redhat.com>
9676
9677 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9678 (gcore section): Ifdef for Solaris and Unixware only.
9679 (procfs_do_thread_registers): Unixware needs one lwpstatus
9680 per thread (not one prstatus or pstatus).
9681 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9682 not over all gdb threads. For unixware, call elfcore_write_pstatus
9683 once before iterating over threads.
9684
9685 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9686
9687 * arm-tdep.h: New file.
9688 * arm-tdep.c: Include arm-tdep.h.
9689 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9690 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9691 (arm_print_float_info, arm_register_type, convert_to_extended)
9692 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9693 (arm_extract_return_value, arm_register_name): Make static.
9694 (arm_software_single_step): Similarly. Fix types in declaration.
9695 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9696 (arm_store_return_value, arm_store_struct_return): New functions.
9697 (arm_gdbarch_init): Register the above functions. Also register
9698 call_dummy_start_offset, sizeof_call_dummy_words,
9699 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9700 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9701 max_register_virtual_size, register_size. Set up
9702 prologue_cache.saved_regs here, rather than ...
9703 (_initialize_arm_tdep): ... here.
9704 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9705 declarations.
9706 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9707 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9708 (arm_print_float_info, arm_register_type, convert_to_extended)
9709 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9710 (arm_extract_return_value, arm_register_name): Delete declarations.
9711 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9712 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9713 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9714 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9715 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9716 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9717 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9718 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9719 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9720 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9721 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9722 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9723 interface.
9724 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9725 * remote-rdi.c remote-rdp.c: Likewise.
9726 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9727 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9728 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9729 definition.
9730
9731 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9732 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9733 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9734 from non-ARM_ prefixed definitions.
9735 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9736 all uses of above.
9737 * remote-rdi.c remote-rdp.c: Likewise.
9738 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9739
9740 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9741
9742 * arm-tdep.c (arm_frameless_function_invocation)
9743 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9744 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9745 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9746 (arm_pop_frame, arm_get_next_pc): Make static.
9747 (arm_gdbarch_init): Register above in gdbarch structure.
9748 (arm_read_fp): Renamed from arm_target_read_fp.
9749 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9750 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9751 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9752 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9753 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9754 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9755 (arm_pc_is_thumb_dummy): Delete declarations.
9756 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9757 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9758 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9759 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9760
9761 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9762
9763 * symtab.c (compare_search_syms): New function.
9764 (sort_search_symbols): New function.
9765 (search_symbols): Sort symbols after searching rather than
9766 before.
9767
9768 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9769
9770 * NEWS: Linux -> GNU/Linux.
9771
9772 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9773
9774 * gdbarch.sh: For for level one methods, disallow a definition
9775 when partially multi-arched. Add comments explaining rationale.
9776 * gdbarch.h: Re-generate.
9777
9778 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9781 multi-arch partial.
9782
9783 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9784
9785 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9786 field. Use diff -u.
9787 * gdbarch.c: Re-generate.
9788
9789 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9790
9791 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9792 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9793 partial.
9794
9795 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9796
9797 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9798 multi-arch partial.
9799 (PUSH_ARGUMENTS): Switch to using predefault.
9800 * gdbarch.c: Regenerate.
9801
9802 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9803
9804 * valops.c (PUSH_ARGUMENTS): Delete definition.
9805 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9806 partial. Default to default_push_arguments.
9807 * gdbarch.h, gdbarch.c: Regenerate.
9808
9809 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9810
9811 * defs.h (throw_exception): Rename return_to_top_level. Update
9812 comments.
9813 * utils.c (error_stream, internal_verror, quit): Ditto.
9814 * top.c (throw_exception, catcher): Ditto.
9815 * sparclet-rom.c (sparclet_load): Ditto.
9816 * remote.c (interrupt_query, minitelnet): Ditto.
9817 * remote-sds.c (interrupt_query): Ditto.
9818 * remote-mips.c (mips_error, mips_kill): Ditto.
9819 * ocd.c (interrupt_query): Ditto.
9820 * monitor.c (monitor_interrupt_query): Ditto.
9821 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9822 * target.h: Update comment.
9823
9824 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9825
9826 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9829 default_double_format.
9830 * gdbarch.h, gdbarch.c: Re-generate.
9831 * findvar.c (floatformat_unknown): Delete variable definition.
9832 * doublest.h (floatformat_unknown): Delete variable declaration.
9833
9834 2002-02-09 Jim Blandy <jimb@redhat.com>
9835
9836 * stabsread.c (read_type): Add code to parse Sun's syntax for
9837 prototyped function types.
9838
9839 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9840
9841 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9842 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9843
9844 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9845
9846 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9847 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9848 now _initialize_xcoffsolib gets called again and overrides the
9849 commands from solib.c in a native configuration.
9850
9851 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9852
9853 * doublest.c (store_typed_floating): Don't try to return a value.
9854 Fixes PR gdb/290.
9855
9856 2002-02-08 Jim Blandy <jimb@redhat.com>
9857
9858 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9859 is prototyped and has no arguments, print its argument list as
9860 `(void)'.
9861
9862 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9863
9864 * MAINTAINERS (write-after-approval): Add myself.
9865 (paper-trail): I've escaped!
9866
9867 2002-02-08 Christopher Faylor <cgf@redhat.com>
9868
9869 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9870 changes.
9871 (_initialize_check_for_gdb_ini): Ditto.
9872
9873 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9874
9875 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9876 xaprintf -> xasprintf.
9877
9878 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9879
9880 * win32-nat.c: Remove use of printf and sprintf functions.
9881
9882 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9883
9884 * arm-tdep.c (arm_frame_chain_valid): Make static.
9885 (arm_push_arguments): Likewise.
9886 (arm_gdbarch_init): New function.
9887 (_initialize_arm_tdep): Call it.
9888 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9889 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9890 (FRAME_CHAIN_VALID): Delete.
9891 (arm_frame_chain_valid): Delete declaration.
9892 (PUSH_ARGUMENTS): Delete.
9893 (arm_push_arguments): Delete declaration.
9894 (CALL_DUMMY_P): Delete.
9895
9896 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9897 Corinna Vinschen <vinschen@redhat.com>
9898
9899 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9900 on builtin float types.
9901
9902 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9903
9904 * utils.c: Include <curses.h> before "bfd.h".
9905 * tui/tui-hooks.c: Likewise.
9906 * tui/tui.c: Likewise.
9907 * tui/tuiCommand.c: Likewise.
9908 * tui/tuiData.c: Likewise.
9909 * tui/tuiDataWin.c: Likewise.
9910 * tui/tuiDisassem.c: Likewise.
9911 * tui/tuiGeneralWin.c: Likewise.
9912 * tui/tuiIO.c: Likewise.
9913 * tui/tuiLayout.c: Likewise.
9914 * tui/tuiRegs.c: Likewise.
9915 * tui/tuiSource.c: Likewise.
9916 * tui/tuiSourceWin.c: Likewise.
9917 * tui/tuiStack.c: Likewise.
9918 * tui/tuiWin.c: Likewise.
9919
9920 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9921
9922 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9923 to include space for pseudoregs as well. Update loops accordingly.
9924 (sh_fp_frame_init_saved_regs): Ditto.
9925 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9926
9927 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9928
9929 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9930 Add Richard Earnshaw to Arm maintainers.
9931
9932 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9933
9934 * defs.h (warning_begin): Delete declaration.
9935
9936 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9937 Delete macro.
9938
9939 2002-02-07 Michael Snyder <msnyder@redhat.com>
9940
9941 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9942 Logic bug, remove misplaced else.
9943
9944 2002-02-07 Klee Dienes <klee@apple.com>
9945
9946 * fork-inferior.c (fork_inferior): Add '!' to the list of
9947 characters that need to be quoted when building a string for the
9948 shell. Quote '!' specifically with a backslash, since CSH chokes
9949 when trying to evaluate "str!str".
9950
9951 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9952
9953 * rdi-share/host.h: Only provide a typedef for bool if it is not
9954 defined.
9955
9956 2002-02-04 Michael Snyder <msnyder@redhat.com>
9957
9958 * breakpoint.h (enum bptype): Add new overlay event bp type.
9959 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9960
9961 * breakpoint.c (create_internal_breakpoint): New function.
9962 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9963 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9964 (create_thread_event_breakpoint): Ditto.
9965 (create_solib_event_breakpoint): Ditto.
9966 (create_overlay_event_breakpoint): New function.
9967 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9968 (update_breakpoints_after_exec): Delete and re-initialize
9969 overlay event breakpoints after an exec. Add FIXME comment
9970 about longjmp breakpoint.
9971 (print_it_typical): Ignore overlay event breakpoints.
9972 (print_one_breakpoint): Ditto.
9973 (mention): Ditto.
9974 (bpstat_what): Do not stop for overlay event breakpoints.
9975 (delete_breakpoint): Don't delete overlay event breakpoints.
9976 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9977 (breakpoint_re_set): Re-create overlay event breakpoint.
9978
9979 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9980 (overlay_manual_command): Disable overlay breakpoints.
9981 (overlay_off_command): Disable overlay breakpoints.
9982
9983 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9984
9985 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9986 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9987 to here from config/tm-arm.h.
9988 (coff_sym_is_thumb): Make static.
9989 (arm_elf_make_msymbol_special): New function.
9990 (arm_coff_make_msymbol_special): New function.
9991 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9992 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9993 (coff_sym_is_thumb): Delete declaration.
9994 (arm_elf_make_msymbol_special): Declare.
9995 (arm_coff_make_msymbol_special): Declare.
9996 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9997 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9998
9999 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10000
10001 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10002
10003 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10004
10005 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10006 * gdbarch.c gdbarch.h: Regenerate.
10007 * arch-utils.c (default_print_float_info): New function.
10008 * arch-utils.h (default_print_float_info): Prototype it.
10009 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10010 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10011 (PRINT_FLOAT_INFO): Document it.
10012
10013 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10014 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10015 (PRINT_FLOAT_INFO): Define.
10016
10017 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10018
10019 * win32-nat.c (_initialize_check_for_gdb_ini):
10020 Add typecast to sprintf argument to suppress a warning.
10021
10022 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10023
10024 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10025 to allow easier handling of pass state.
10026 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10027 that gives exception name and address.
10028 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10029 and set last_sig value to ourstatus->value.sig. Some missing
10030 exceptions added.
10031 (child_continue): Correctly report continue_status.
10032 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10033 TARGET_SIGNAL_0 (new default value).
10034 (child_resume): consider sig argument passed to decide if
10035 the exception should be passed to debuggee or not.
10036
10037 2002-02-05 Michael Snyder <msnyder@redhat.com>
10038
10039 * regcache.c (fetch_register): Call target_fetch_register
10040 only if we don't call FETCH_PSEUDO_REGISTER.
10041 (store_register): Call target_store_register only if we
10042 don't call STORE_PSEUDO_REGISTER.
10043
10044 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10045
10046 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10047 ELF_MAKE_MSYMBOL_SPECIAL.
10048 * gdbarch.c, gdbarch.h: Regenerate.
10049 * arch-utils.c (default_make_msymbol_special): New function.
10050 * arch-utils.h (default_make_msymbol_special): Export.
10051 * elfread.c (elf_symtab_read): Compile use of
10052 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10053 multiarched.
10054 * coffread.c (coff_symtab_read): Ditto, for
10055 COFF_MAKE_MSYMBOL_SPECIAL.
10056
10057 2002-02-05 Jim Blandy <jimb@redhat.com>
10058
10059 * solib-svr4.c (svr4_truncate_ptr): New function.
10060 (svr4_relocate_section_addresses): Do the address arithmetic with
10061 the appropriate truncation for target addresses, even when
10062 CORE_ADDR is larger than a target address.
10063
10064 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10065
10066 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10067 to (int *).
10068
10069 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10070
10071 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10072 code.
10073
10074 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10075
10076 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10077
10078 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10079
10080 * gdbserver/linux-low.c: Remove unused include files.
10081
10082 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10083
10084 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10085 (read_inferior_memory): Use it.
10086 (write_inferior_memory): Likewise.
10087
10088 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10089
10090 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10091 grubbing through sys_errlist.
10092
10093 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10094
10095 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10096
10097 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10098 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10099
10100 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10101
10102 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10103 (do_sfunc, set_cmd_sfunc): New functions.
10104
10105 * command.h (struct cmd_list_element): Add field func.
10106 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10107 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10108 * cli/cli-decode.h: Ditto.
10109
10110 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10111 (help_all, help_cmd_list): Ditto.
10112 (find_cmd, complete_on_cmdlist): Ditto.
10113 * top.c (execute_command): Ditto.
10114
10115 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10116 function.sfunc.
10117
10118 * infcmd.c (notice_args_read): Fix function signature.
10119
10120 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10121 * cli/cli-decode.c (add_set_cmd): Ditto.
10122 * utils.c (initialize_utils): Ditto.
10123 * maint.c (_initialize_maint_cmds): Ditto.
10124 * infrun.c (_initialize_infrun): Ditto.
10125 * demangle.c (_initialize_demangler): Ditto.
10126 * remote.c (add_packet_config_cmd): Ditto.
10127 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10128 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10129 * proc-api.c (_initialize_proc_api): Ditto.
10130 * kod.c (_initialize_kod): Ditto.
10131 * valprint.c (_initialize_valprint): Ditto.
10132 * top.c (init_main): Ditto.
10133 * infcmd.c (_initialize_infcmd): Ditto.
10134 * corefile.c (_initialize_core): Ditto.
10135 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10136 * arch-utils.c (initialize_current_architecture): Ditto.
10137 (_initialize_gdbarch_utils): Ditto.
10138 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10139
10140 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10141 * wince.c (_initialize_inftarg): Ditto.
10142 * symfile.c (_initialize_symfile): Ditto.
10143 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10144 * language.c (_initialize_language): Ditto.
10145 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10146
10147 2002-02-04 Michael Snyder <msnyder@redhat.com>
10148
10149 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10150
10151 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10154 Add rules for building the register data files.
10155
10156 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10157
10158 * regformats/regdat.sh: Add braces to the definition of
10159 expedite_regs_${arch}.
10160
10161 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10162
10163 * regformats/regdef.h (struct reg): Add comment describing the
10164 requirements for offset and size fields.
10165
10166 2002-02-04 Andreas Schwab <schwab@suse.de>
10167
10168 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10169 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10170
10171 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10172
10173 * gdbarch.sh (copyright): Update years in generated header.
10174 (SMASH_TEXT_ADDRESS): Add rule.
10175 * gdbarch.h, gdbarch.c: Re-generate.
10176 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10177 * dbxread.c: Likewise.
10178 * dwarfread.c: Likewise.
10179 * elfread.c: Likewise.
10180 * somread.c: Likewise.
10181
10182 * arm-tdep.c (arm_smash_text_address): New function.
10183 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10184
10185 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10186
10187 Add support for hardware watchpoints on win32 native.
10188 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10189 CONTEXT_DEBUG_REGISTERS.
10190 (dr variable): New variable. Static array containing a local copy
10191 of debug registers.
10192 (debug_registers_changed): New variable. Reflects when debug registers
10193 are changed and need to be written to inferior.
10194 (debug_registers_used): New variable. Reflects when any debug register
10195 was set, used when new threads are created.
10196 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10197 i386-nat code.
10198 (thread_rec): Set dr array if id is the thread of current_event .
10199 (child_continue, child_resume): Change the debug registers for all
10200 threads if debug_registers_changed.
10201 (child_add_thread): Change the debug registers if debug_registers_used.
10202 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10203 Link nm.h to new nm-cygwin.h file.
10204 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10205 of hardware registers.
10206
10207 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10208
10209 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10210 Restore behavour broken by 2002-01-20 Andrew Cagney
10211 <ac131313@redhat.com> IEEE_FLOAT removal.
10212
10213 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10214
10215 * c-valprint.c (c_val_print): Pass a proper valaddr to
10216 cp_print_class_method.
10217 * valops.c (search_struct_method): If there is only one method
10218 and args is NULL, return that method.
10219
10220 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10221
10222 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10223 accessing tag_name directly.
10224
10225 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10226
10227 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10228 of accessing tag_name directly.
10229
10230 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10231
10232 PR gdb/280
10233 * gdbtypes.c (replace_type): New function.
10234 * gdbtypes.h (replace_type): Add prototype.
10235 * stabsread.c (read_type): Use replace_type.
10236
10237 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10238
10239 * Makefile.in (memattr.o): Add missing dependencies rule.
10240
10241 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10242
10243 * breakpoint.c (break_at_finish_command): Really export.
10244 (break_at_finish_at_depth_command): Ditto.
10245 (tbreak_at_finish_command): Ditto.
10246 * hppa-tdep.c: Include completer.h.
10247 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10248 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10249
10250 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10251
10252 * utils.c (do_write): New function.
10253 (error_stream): Rewrite combining the code from error_begin and
10254 verror.
10255 (verror): Rewrite using error_stream.
10256 (error_begin): Delete function.
10257
10258 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10259
10260 * utils.c (error_begin): Make static.
10261 * defs.h (error_begin): Delete declaration.
10262
10263 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10264 (decode_line_1): Use cplusplus_error instead of error_begin,
10265 cplusplus_hint and return_to_top_level.
10266 * coffread.c (coff_symfile_read): Use error instead of error_begin
10267 and return_to_top_level.
10268 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10269
10270 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10271
10272 * language.h (type_error, range_error): Make string parameter
10273 constant.
10274 * language.c (warning_pre_print): Delete extern declaration.
10275 * dwarfread.c (warning_pre_print): Ditto.
10276 * language.c (type_error, range_error): Rewrite to use verror and
10277 vwarning instead of warning_begin.
10278
10279 2002-02-01 Michael Snyder <msnyder@redhat.com>
10280
10281 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10282 (set_ignore_count): Move misplaced comment back where it belongs.
10283
10284 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10285
10286 * command.h (NO_FUNCTION): Delete macro.
10287 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10288 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10289 * tracepoint.c (_initialize_tracepoint): Ditto.
10290 * cli/cli-decode.c (add_set_cmd): Ditto.
10291 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10292
10293 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10294
10295 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10296 Update ``this'' pointer when calling virtual functions.
10297
10298 2002-02-01 Michael Snyder <msnyder@redhat.com>
10299
10300 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10301 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10302
10303 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10304
10305 * regformats/reg-arm.dat: New file.
10306 * regformats/reg-i386.dat: New file.
10307 * regformats/reg-ia64.dat: New file.
10308 * regformats/reg-m68k.dat: New file.
10309 * regformats/reg-mips.dat: New file.
10310 * regformats/reg-ppc.dat: New file.
10311 * regformats/reg-sh.dat: New file.
10312 * regformats/regdef.h: New file.
10313 * regformats/regdat.sh: New file.
10314
10315 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10316
10317 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10318 (arm_frame_args_address, arm_frame_locals_address): New functions.
10319 (arm_frame_num_args): New function.
10320 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10321 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10322 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10323
10324 2002-01-31 Michael Snyder <msnyder@redhat.com>
10325
10326 * breakpoint.c (break_at_finish_command): Export.
10327 (break_at_finish_at_depth_command): Export.
10328 (tbreak_at_finish_command): Export.
10329 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10330 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10331 "tbreak" commands, which are HPPA specific.
10332
10333 * printcmd.c (disassemble_command): Remove an ancient
10334 artifact of an old merge.
10335
10336 * symfile.h (enum overlay_debugging_state):
10337 Define enum constant values for overlay mode.
10338 * symfile.c (overlay_debugging): Use enums instead of literals.
10339 (overlay_is_mapped, overlay_auto_command,
10340 overlay_manual_command): Ditto.
10341
10342 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10343 breakpoint_here_p, breakpoint_inserted_here_p,
10344 breakpoint_thread_match, bpstat_stop_status,
10345 describe_other_breakpoints, check_duplicates, clear_command):
10346 Coding standard fixes.
10347
10348 * target.c (target_xfer_memory): Add spaces, coding standard.
10349 (do_xfer_memory): Add missing line to trust-readonly
10350 code: check bfd SEC_READONLY flag for section.
10351
10352 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10353
10354 * PROBLEMS: Fix typo, 5.1->5.1.1.
10355
10356 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10357
10358 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10359 data symbols, since we search based on textlow and texthigh.
10360 (find_pc_sect_symtab): Likewise.
10361
10362 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10363
10364 * defs.h (vwarning): Declare.
10365 * utils.c (vwarning): New function.
10366 (warning): Call vwarning.
10367 (warning_begin): Delete function.
10368
10369 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10370 the warning message.
10371 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10372 warning_begin.
10373
10374 2002-01-30 Michael Snyder <msnyder@redhat.com>
10375
10376 * NEWS: Mention "set trust-readonly-sections" command.
10377 Mention generate-core-file command.
10378
10379 2002-01-15 Michael Snyder <msnyder@redhat.com>
10380
10381 * target.c: New command, "set trust-readonly-sections on".
10382 (do_xfer_memory): Honor the suggestion to trust readonly sections
10383 by reading them from the object file instead of from the target.
10384 (initialize_targets): Register command "set trust-readonly-sections".
10385
10386 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10387
10388 * parse.c (target_map_name_to_register): Simplify, search regs and
10389 pseudo-regs using a single loop.
10390
10391 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10392
10393 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10394
10395 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10396
10397 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10398 * config/i386/i386v42mp.mh: Add i387-nat.o .
10399 * i386v4-nat.c: Include i387-nat.h.
10400 (supply_fpregset): Use i387_supply_fsave.
10401 (fill_fpregset): Use i387_fill_fsave.
10402
10403 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10404
10405 * arm-tdep.c (arm_call_dummy_words): Define.
10406 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10407 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10408 (CALL_DUMMY_WORDS): Define.
10409 (arm_call_dummy_words): Declare.
10410 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10411 (arm_linux_call_dummy_words): Declare.
10412
10413 2002-01-30 Andreas Schwab <schwab@suse.de>
10414
10415 * m68klinux-nat.c: Fix last change to use regcache_collect
10416 instead of referencing registers[] directly.
10417
10418 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10419
10420 * parse.c (target_map_name_to_register): Delete code wrapped in
10421 #ifdef REGISTER_NAME_ALIAS_HOOK.
10422
10423 2002-01-28 Michael Snyder <msnyder@redhat.com>
10424
10425 * regcache.c (legacy_read_register_gen): Need to be able to
10426 read pseudo-register as well as real register.
10427 (legacy_write_register_gen): Ditto.
10428
10429 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10430
10431 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10432 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10433 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10434 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10435 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10436 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10437 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10438 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10439 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10440 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10441 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10442 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10443 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10444 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10445 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10446 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10447 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10448 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10449 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10450 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10451
10452 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10453
10454 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10455 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10456 (initialize_current_architecture): Update target_byte_order using
10457 information from BFD.
10458 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10459 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10460
10461 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10462
10463 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10464 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10465
10466 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10467 #ifdef INVALID_FLOAT.
10468 * infcmd.c (do_registers_info): Ditto.
10469 * values.c (unpack_double): Ditto. Add comment.
10470
10471 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10472 already commented out.
10473
10474 2002-01-26 Andreas Schwab <schwab@suse.de>
10475
10476 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10477 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10478 registers and add support for PTRACE_GETREGS.
10479
10480 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10481
10482 GDB 5.1.1 released from 5.1 branch.
10483 * NEWS: Add 5.1.1 news.
10484 * README: Sync with 5.1 branch.
10485
10486 2002-01-23 Fred Fish <fnf@redhat.com>
10487
10488 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10489 stabstring on initial malloc. Reallocing will copy it for us,
10490 if necessary.
10491
10492 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10493
10494 * Makefile.in (hpread_h): Delete.
10495 (HFILES_NO_SRCDIR): Remove hpread.h.
10496 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10497 (hpread.o): Update dependencies.
10498 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10499
10500 * hp-psymtab-read.c: Remove file.
10501 * hp-symtab-read.c: Remove file.
10502 * hpread.h: Remove file.
10503
10504 * hpread.c: Merge all contents of hp-psymtab-read.c,
10505 hp-symtab-read.c and hpread.h into this file, as it was prior to
10506 January 1999.
10507
10508 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10509 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10510 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10511 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10512
10513 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10514
10515 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10516 fill_gregset): Call gdbarch_tdep() just once, assign result to
10517 variable and use that, instead of calling the function several
10518 times.
10519
10520 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10521
10522 * configure.host: Accept sparcv9 as alias for sparc64.
10523 * configure.tgt: Likewise.
10524
10525 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10526
10527 * solib-aix5.c (build_so_list_from_mapfile)
10528 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10529 arguments is not reversed.
10530 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10531 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10532
10533 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10534
10535 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10536 modified version of obsolete sh_fetch_pseudo_register.
10537 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10538 (sh4_register_read): New function.
10539 (sh_pseudo_register_write): New function. Renamed and modified
10540 version of obsolete sh_store_pseudo_register.
10541 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10542 (sh4_register_write): New function.
10543 (sh_gdbarch_init): Remove setting of gdbarch function
10544 fetch_pseudo_register and store_pseudo_register. Remove setting of
10545 register_convert_to_raw, register_convert_to_virtual,
10546 register_convertible.
10547 (sh_sh4_register_convertible): Delete. No longer needed. All is
10548 taken care by architecture specific functions
10549 register_read/register_write.
10550 (sh_sh4_register_convert_to_virtual): Make static.
10551 (sh_sh4_register_convert_to_raw): Ditto.
10552
10553 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10554
10555 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10556 (floatformat_is_nan, floatformat_mantissa): Ditto.
10557
10558 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10559 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10560 builtin_type_ieee_double_little,
10561 builtin_type_ieee_double_littlebyte_bigword,
10562 builtin_type_m68881_ext, builtin_type_i960_ext,
10563 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10564 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10565 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10566 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10567
10568 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10569
10570 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10571 parameter. Set frameless flag if it exists and depended of
10572 whether the scanned function is frameless or not.
10573 (xstormy16_skip_prologue): If function is frameless, return
10574 result of xstormy16_scan_prologue().
10575 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10576 call.
10577
10578 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10579
10580 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10581 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10582 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10583 sh_sh4_register_byte, sh_sh4_register_raw_size,
10584 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10585 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10586 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10587 sh_store_pseudo_register, sh_do_pseudo_register): Call
10588 gdbarch_tdep() just once, assign result to variable and use that,
10589 instead of calling the function several times.
10590
10591 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10592
10593 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10594 macros instead of LAST_FPU_CTRL_REGNUM.
10595 (store_register): Likewise.
10596
10597 2002-01-21 Jim Blandy <jimb@redhat.com>
10598
10599 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10600 is up-to-date before running the program, not just when a program
10601 exits.
10602
10603 2002-01-21 Fred Fish <fnf@redhat.com>
10604
10605 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10606 when we have found all instructions we are looking for.
10607
10608 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10609
10610 * arm-tdep.c (arm_register_name): New function.
10611 (arm_registers_names): Make static.
10612 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10613 (arm_register_name): Declare.
10614 (REGISTER_NAME): Use it.
10615
10616 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10617 Kevin Buettner <kevinb@redhat.com>
10618
10619 Convert arm targets to new FRAME interface.
10620 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10621 (arm_frame_find_save_regs): Delete.
10622 (arm_frame_init_saved_regs): New.
10623 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10624 Allocate extra_info as required. Convert all uses of fsr.regs
10625 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10626 to use extra_info.
10627 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10628 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10629 (check_prologue_cache, save_prologue_cache): Likewise.
10630 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10631 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10632 (FRAME_FIND_SAVED_REGS): Delete.
10633 (arm_frame_find_saved_regs): Delete prototype.
10634 (arm_frame_init_saved_regs): New prototype.
10635 (FRAME_INIT_SAVED_REGS): Define.
10636
10637 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10638
10639 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10640
10641 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10642
10643 From Jeff Law <law@redhat.com>:
10644 * infttrace.c: Include <sys/pstat.h>.
10645 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10646 exec file if the ttrace equivalent fails.
10647
10648 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10649
10650 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10651 (closeLogFile): Ditto.
10652
10653 2002-01-20 Michael Chastain <mec@shout.net>
10654
10655 * top.c (print_gdb_version): Bump copyright year to 2002.
10656
10657 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10658
10659 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10660 Zannoni and Eli Zaretskii.
10661
10662 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10663
10664 * buildsym.c: Update copyright years.
10665 * c-typeprint.c: Likewise.
10666 * dwarf2read.c: Likewise.
10667 * f-typeprint.c: Likewise.
10668 * gdbtypes.c: Likewise.
10669 * gdbtypes.h: Likewise.
10670 * hp-symtab-read.c: Likewise.
10671 * hpread.c: Likewise.
10672 * mdebugread.c: Likewise.
10673 * p-typeprint.c: Likewise.
10674
10675 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10676
10677 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10678 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10679 byte-order selectable.
10680 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10681 * arch-utils.c: Ditto.
10682 (set_endian): Ditto.
10683 (set_endian_from_file): Ditto.
10684 * gdbserver/low-sim.c (create_inferior): Ditto.
10685 * gdbarch.sh: Ditto.
10686 * gdbarch.h: Re-generate.
10687 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10688 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10689 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10690 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10691 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10692 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10693 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10694 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10695 macro definition.
10696 * config/mips/tm-wince.h: Remove #undef of macro
10697 TARGET_BYTE_ORDER_SELECTABLE.
10698 * config/sh/tm-wince.h: Ditto.
10699
10700 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10701
10702 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10703 member function fields. Add accessor macro
10704 TYPE_FN_FIELD_ARTIFICIAL.
10705 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10706 * c-typeprint.c (c_type_print_base): Skip artificial member
10707 functions.
10708
10709 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10710
10711 * f-typeprint.c: Delete unused function f_type_print_args.
10712 * p-typeprint.c: Delete unused function pascal_type_print_args.
10713
10714 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10715
10716 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10717 comment. Add ``artificial'' to ``union field_location''.
10718
10719 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10720
10721 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10722 * mdebugread.c (parse_symbol): Likewise.
10723 * stabsread.c (define_symbol): Likewise.
10724 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10725 initializing TYPE_FIELD_BITPOS to n (obsolete).
10726 (hpread_doc_function_type): Likewise.
10727 * hpread.c (hpread_function_type): Likewise.
10728
10729 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10730
10731 * configure.in (host_makefile_frag): Only require a host makefile
10732 fragment when a native build.
10733 * configure: Re-generate.
10734
10735 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10736
10737 * doublest.h (floatformat_from_type): Declare.
10738 * doublest.c (floatformat_from_type): New function.
10739 (convert_typed_floating): Use.
10740
10741 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10742 call to function floatformat_from_type.
10743
10744 * gdbarch.sh (IEEE_FLOAT): Delete.
10745 * gdbarch.h, gdbarch.c: Re-generate.
10746 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10747 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10748 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10749 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10750 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10751 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10752 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10753 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10754 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10755 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10756 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10757 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10758
10759 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10760 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10761 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10762 * sh-tdep.c (sh_gdbarch_init): Ditto.
10763 * mips-tdep.c (mips_gdbarch_init): Ditto.
10764 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10765 * cris-tdep.c (cris_gdbarch_init): Ditto.
10766
10767 2002-01-20 Jiri Smid <smid@suse.cz>
10768
10769 * configure.host, configure.tgt: Support x86-64.
10770 * NEWS: Note new target x86-64.
10771
10772 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10773 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10774 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10775 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10776 x86-64-linux-nat.o): Fix dependencies.
10777
10778 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10779
10780 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10781 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10782 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10783 * config/sparc/xm-sun4os4.h: Delete file.
10784 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10785
10786 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10787
10788 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10789 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10790 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10791 * config/i386/i386lynx.mh (XM_FILE): Delete.
10792 * config/rs6000/xm-rs6000ly.h: Delete file.
10793 * config/sparc/xm-sparclynx.h: Delete file.
10794 * config/m68k/xm-m68klynx.h: Delete file.
10795 * config/i386/xm-i386lynx.h: Delete file.
10796 * config/xm-lynx.h: Delete file.
10797 * config/djgpp/fnchange.lst: Update.
10798
10799 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10800
10801 * alpha-tdep.c (alpha_register_byte): New function.
10802 (alpha_register_raw_size): Ditto.
10803 (alpha_register_virtual_size): Ditto.
10804 (alpha_skip_prologue_internal): Renamed from
10805 alpha_skip_prologue.
10806 (alpha_skip_prologue): New version that calls
10807 alpha_skip_prologue_internal.
10808 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10809 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10810 second argument from alpha_skip_prologue.
10811 (REGISTER_BYTE): Use alpha_register_byte.
10812 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10813 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10814 (FRAMELESS_FUNCTION_INVOCATION): Use
10815 generic_frameless_function_invocation_not.
10816 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10817 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10818
10819 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10820
10821 * config/mips/xm-news-mips.h: Delete file.
10822 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10823
10824 * config/m88k/xm-m88k.h: Delete file.
10825 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10826 * config/m88k/xm-delta88v4.h: Ditto.
10827 * config/m88k/xm-delta88.h: Ditto.
10828
10829 * config/alpha/xm-fbsd.h: Delete file.
10830 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10831
10832 * config/sparc/xm-sparc.h: Delete file.
10833 * Makefile.in (xm-sun4os4.h): Delete dependency.
10834 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10835 * config/sparc/xm-sun4os4.h: Ditto.
10836 * config/sparc/xm-linux.h: Ditto.
10837
10838 * config/i386/xm-windows.h: Delete file.
10839
10840 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10841
10842 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10843 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10844
10845 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10846
10847 * alpha-tdep.c (alpha_call_dummy_words): New.
10848 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10849 (CALL_DUMMY_P): Define.
10850 (CALL_DUMMY_WORDS): Define.
10851 (SIZEOF_CALL_DUMMY_WORDS): Define.
10852
10853 2002-01-19 Per Bothner <per@bothner.com>
10854
10855 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10856 isn't NULL, which can happen with some gcj-3.x-produced code.
10857
10858 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10859
10860 * alpha-tdep.c (alpha_register_virtual_type): New function.
10861 (alpha_init_frame_pc_first): Ditto.
10862 (alpha_fix_call_dummy): Ditto.
10863 (alpha_store_struct_return): Ditto.
10864 (alpha_extract_struct_value_address): Ditto.
10865 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10866 alpha_register_virtual_type.
10867 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10868 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10869 alpha_extract_struct_value_address.
10870 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10871 (INIT_FRAME_PC): Use init_frame_pc_noop.
10872 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10873
10874 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10875
10876 * i386gnu-nat.c: Include "i386-tdep.h".
10877 (fetch_fpregs): Simplify code dealing with uninitialized floating
10878 point states such that it doesn't require FP7_REGNUM.
10879
10880 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10881
10882 * alpha-tdep.c (frame_extra_info): New.
10883 (alpha_find_saved_regs): Make static. Use
10884 frame->extra_info.
10885 (alpha_frame_init_saved_regs): New function.
10886 (alpha_frame_saved_pc): Use frame->extra_info.
10887 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10888 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10889 (init_extra_frame_info): Rename to...
10890 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10891 (alpha_print_extra_frame_info): New function.
10892 (alpha_frame_locals_address): Ditto.
10893 (alpha_frame_args_address): Ditto.
10894 (alpha_pop_frame): Use frame->extra_info.
10895 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10896 alpha_frame_args_address.
10897 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10898 (alpha_find_saved_regs): Remove prototype.
10899 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10900 (EXTRA_FRAME_INFO): Remove.
10901 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10902 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10903
10904 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10905
10906 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10907 (alpha_cannot_fetch_register): Ditto.
10908 (alpha_cannot_store_register): Ditto.
10909 (alpha_register_convertible): Ditto.
10910 (alpha_use_struct_convention): Ditto.
10911 * config/alpha/tm-alpha.h: Update copyright years.
10912 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10913 (INNER_THAN): Use core_addr_lessthan.
10914 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10915 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10916 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10917 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10918 (FRAME_CHAIN): Remove unnecessary cast.
10919
10920 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10921
10922 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10923 obsolete.
10924
10925 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10926
10927 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10928 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10929 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10930 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10931 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10932 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10933 * x86-64-linux-nat.c: Ditto.
10934
10935 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10936
10937 * alpha-tdep.c (alpha_register_name): New function.
10938 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10939 (REGISTER_NAME): Define.
10940
10941 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10942
10943 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10944
10945 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10946
10947 * alpha-tdep.c: Update copyright years.
10948 (alpha_next_pc): New function.
10949 (alpha_software_single_step): Ditto.
10950 * config/alpha/tm-alpha.h: Add prototype for
10951 alpha_software_single_step.
10952
10953 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10954
10955 * alphabsd-nat.c: Update copyright years.
10956 (fill_gregset): Use regcache_collect.
10957 (fill_fpregset): Likewise.
10958 (fetch_inferior_registers): Only fetch integer registers
10959 if requested to do so.
10960 (store_inferior_registers): Only store integer registers
10961 if requested to do so.
10962
10963 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10964
10965 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10966 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10967 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10968 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10969 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10970 * config/arm/linux.mh (XDEPFILES): Delete.
10971 * config/arm/nbsd.mh (XDEPFILES): Delete.
10972 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10973 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10974 * config/i386/i386m3.mh (XDEPFILES): Delete.
10975 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10976 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10977 * config/i386/fbsd.mh (XDEPFILES): Delete.
10978 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10979 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10980 * config/i386/i386v4.mh (XDEPFILES): Delete.
10981 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10982 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10983 * config/i386/i386aix.mh (XDEPFILES): Delete.
10984 * config/i386/go32.mh (XDEPFILES): Delete.
10985 * config/i386/cygwin.mh (XDEPFILES): Delete.
10986 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10987 * config/i386/i386mach.mh (XDEPFILES): Delete.
10988 * config/i386/i386v32.mh (XDEPFILES): Delete.
10989 * config/i386/linux.mh (XDEPFILES): Delete.
10990 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10991 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10992 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10993 * config/i386/i386sco.mh (XDEPFILES): Delete.
10994 * config/i386/i386v.mh (XDEPFILES): Delete.
10995 * config/i386/nbsd.mh (XDEPFILES): Delete.
10996 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10997 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10998 * config/i386/symmetry.mh (XDEPFILES): Delete.
10999 * config/i386/obsd.mh (XDEPFILES): Delete.
11000 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11001 * config/ia64/linux.mh (XDEPFILES): Delete.
11002 * config/ia64/aix.mh (XDEPFILES): Delete.
11003 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11004 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11005 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11006 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11007 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11008 * config/m68k/linux.mh (XDEPFILES): Delete.
11009 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11010 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11011 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11012 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11013 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11014 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11015 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11016 * config/m88k/delta88.mh (XDEPFILES): Delete.
11017 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11018 * config/m88k/m88k.mh (XDEPFILES): Delete.
11019 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11020 * config/mips/linux.mh (XDEPFILES): Delete.
11021 * config/mips/irix6.mh (XDEPFILES): Delete.
11022 * config/mips/irix5.mh (XDEPFILES): Delete.
11023 * config/mips/irix4.mh (XDEPFILES): Delete.
11024 * config/mips/irix3.mh (XDEPFILES): Delete.
11025 * config/mips/decstation.mh (XDEPFILES): Delete.
11026 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11027 (NATDEPFILES): Move core-aout.o to here.
11028 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11029 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11030 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11031 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11032 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11033 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11034 * config/pa/hpux11.mh (XDEPFILES): Delete.
11035 * config/powerpc/aix.mh (XDEPFILES): Delete.
11036 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11037 * config/powerpc/linux.mh (XDEPFILES): Delete.
11038 * config/romp/rtbsd.mh: Rename XDEPFILES.
11039 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11040 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11041 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11042 * config/s390/s390.mh (XDEPFILES): Delete.
11043 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11044 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11045 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11046 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11047 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11048 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11049 * config/sparc/linux.mh (XDEPFILES): Delete.
11050 * config/vax/vaxult.mh (XDEPFILES): Delete.
11051 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11052 * Makefile.in (DEPFILES): Remove XDEPFILES.
11053
11054 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11055
11056 * utils.c (internal_verror): Fix comments, default is yes not no.
11057 Update queries to match. Default to quit and dump core.
11058
11059 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11060
11061 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11062 copyright.
11063 * defs.h, event-top.c, gdbcmd.h: Ditto.
11064 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11065 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11066 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11067 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11068 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11069 * mi/mi-main.c:Ditto.
11070
11071 * stack.c, symfile.c: Update copyright.
11072
11073 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11074
11075 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11076 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11077 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11078 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11079
11080 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11081
11082 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11083 * gdbserver/low-lynx.c (myattach): Likewise.
11084 * gdbserver/low-nbsd.c (myattach): Likewise.
11085 * gdbserver/low-sim.c (myattach): Likewise.
11086 * gdbserver/low-sparc.c (myattach): Likewise.
11087 * gdbserver/low-sun3.c (myattach): Likewise.
11088
11089 * gdbserver/low-linux.c (myattach): New function.
11090
11091 * gdbserver/server.c (attach_inferior): New function.
11092 (main): Handle "--attach".
11093
11094 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11095
11096 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11097 maintainer.
11098
11099 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11100
11101 * c-typeprint.c (is_type_conversion_operator): Add additional
11102 check for non-conversion operators.
11103
11104 2002-01-15 Michael Snyder <msnyder@redhat.com>
11105
11106 * linux-proc.c: Add "info proc" command, a la procfs.c.
11107 (read_mapping): New function, abstract and re-use code.
11108 (linux_find_memory_regions): Use new func read_mapping.
11109 (linux_info_proc_cmd): New function, implement "info proc".
11110 (_initialize_linux_proc): Add new command "info proc".
11111
11112 2002-01-15 Michael Snyder <msnyder@redhat.com>
11113
11114 * symfile.c (generic_load): Use bfd_map_over_sections method
11115 instead of manipulating bfd structure members directly.
11116 (add_section_size_callback): New function, bfd sections callback
11117 used by generic_load.
11118 (load_sections_callback): New function, bfd sections callback
11119 used by generic_load.
11120
11121 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11122
11123 [Based on work by Jim Blandy]
11124 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11125 (builtin_type_vec128): Export.
11126 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11127 types.
11128 (builtin_type_vec128): New builtin type for 128 bit vector
11129 registers.
11130 (build_gdbtypes): Initialize builtin_type_v16qi and
11131 builtin_type_v8hi. Create the vec128 register builtin type
11132 structure.
11133 (build_builtin_type_vec128): New function.
11134 (_initialize_gdbtypes): Register builtin_type_v16qi and
11135 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11136 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11137 AltiVec register to new builtin type.
11138
11139 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11140
11141 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11142 to make_cv_type.
11143
11144 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11145
11146 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11147 CLEAN_UP_REGISTER_VALUE.
11148 * regcache.c (supply_register): Update only call.
11149
11150 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11151
11152 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11153 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11154 a29k-*-vxworks* targets as obsolete.
11155
11156 2002-01-14 Michael Snyder <msnyder@redhat.com>
11157
11158 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11159 until we can resolve portability issues.
11160 * gregset.h: Remove references to fpxregs.
11161 * gcore.c (gcore_command): Initialize note_sec to NULL.
11162
11163 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11164
11165 * signals.c (target_signal_to_name): Rewrite. Only use
11166 signals[].name when in bounds and non-NULL.
11167
11168 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11169
11170 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11171 * signals.c (target_signal_to_name): Verify that SIG is within the
11172 bounds of the signals array.
11173
11174 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11175
11176 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11177
11178 2002-01-13 Keith Seitz <keiths@redhat.com>
11179
11180 * stack.c (print_frame_info_base): Print the frame's pc
11181 only if when print_frame_info_listing_hook is not defined.
11182
11183 2002-01-13 Keith Seitz <keiths@redhat.com>
11184
11185 * varobj.c (varobj_set_value): Make sure that there were no
11186 errors evaluating the object before attempting to set its
11187 value.
11188 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11189 so this offset adjustment is no longer necessary.
11190 (create_child): Don't set the error flag if the child is
11191 a CPLUS_FAKE_CHILD.
11192 (value_of_child): If value_fetch_lazy fails, return NULL
11193 so that callers will be notified that an error occurred.
11194 (c_value_of_variable): Delay check of variable's validity
11195 until later. We actually want all structs and unions to have
11196 the value "{...}".
11197 Do not return "???" for variables which could not be evaluated.
11198 This error condition must be returned to the caller so that it
11199 can get the error condition from gdb.
11200 (cplus_name_of_child): Adjust index for vptr before figuring
11201 out the name of the child.
11202 (cplus_value_of_child): If a child's (real) parent is not valid,
11203 don't even bother trying to give a value for it. Just return
11204 an error. Change all instances in this function.
11205 (cplus_type_of_child): If our parent is one of the "fake"
11206 parents, we need to get at the type of the real parent, and
11207 derive the child's true type using this information.
11208
11209 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11210
11211 From 2002-01-09 John Marshall <johnm@falch.net>:
11212 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11213 sources.redhat.com, and tweak some related URLs which had
11214 suffered from linkrot.
11215
11216 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11217
11218 From Jeff law:
11219 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11220 structures passed in registers.
11221
11222 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11223
11224 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11225 white space which prevented compilation. Reported by DSK
11226 <dsk@student.unsw.edu.au>.
11227
11228 2002-01-11 Michael Snyder <msnyder@redhat.com>
11229
11230 * symfile.c (build_section_addr_info_from_section_tab):
11231 Use bfd access method instead of manipulating bfd directly.
11232 (syms_from_objfile): Ditto.
11233 (simple_overlay_update_1): Ditto.
11234 (simple_overlay_update): Ditto.
11235 (generic_load): Ditto.
11236 (overlay_unmapped_address): FIXME comment, bfd access methods.
11237 (sections_overlap): FIXME comment, bfd access methods.
11238 (pc_in_mapped_range): FIXME comment, bfd access methods.
11239 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11240 (section_is_mapped): FIXME comment, bfd access methods.
11241 (section_is_overlay): FIXME comment, bfd access methods.
11242
11243 * symfile.c (generic_load): Whitespace and long line cleanups.
11244 Remove duplicate variable, change several local variables to
11245 more appropriate data types.
11246 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11247
11248 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11249
11250 From Peter Schauer:
11251 * language.c (longest_local_hex_string_custom): Use phex_nz to
11252 convert NUM to a hex string.
11253
11254 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11255
11256 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11257 the function.
11258 Update Copyright year.
11259
11260 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11261
11262 * language.c (longest_raw_hex_string): Delete unused function.
11263
11264 2002-01-11 Petr Sorfa <petrs@caldera.com>
11265
11266 * MAINTAINERS (write-after-approval): Add myself.
11267 * dwarf2read.c (read_tag_string_type): Handling of
11268 DW_AT_byte_size.
11269 (read_tag_string_type): FORTRAN fix to prevent propagation of
11270 first string size.
11271 (set_cu_language): Handling of DW_LANG_Fortran95
11272
11273 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11274
11275 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11276 GETPID(inferior_ptid).
11277 (store_inferior_registers): Likewise.
11278
11279 2002-01-10 Jason Merrill <jason@redhat.com>
11280
11281 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11282 Fix DW_OP_minus.
11283
11284 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11285
11286 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11287 and bfd/elf32-sh-nbsd.c.
11288
11289 2002-01-10 Michael Snyder <msnyder@redhat.com>
11290
11291 * NEWS: Mention --pid and corefile/proc-id behavior change.
11292
11293 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11294 * gcore.c: Include cli/cli-decode.h instead of command.h.
11295
11296 * main.c (captured_main): Add new command line option "--pid".
11297 If the second command line argument (following the symbol-file)
11298 begins with a digit, try to attach to it before trying to open
11299 it as a corefile.
11300 (print_gdb_help): Document the "--pid" argument.
11301
11302 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11303
11304 * completer.c (command_completer): New function.
11305
11306 * completer.h <command_completer>: Add prototype.
11307
11308 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11309 completer for the "help" command.
11310
11311 2002-01-09 Jason Merrill <jason@redhat.com>
11312
11313 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11314
11315 2002-01-09 Michael Snyder <msnyder@redhat.com>
11316
11317 * i386-linux-nat.c (fill_fpxregset): Make global.
11318 (store_fpxregset): Ditto.
11319
11320 * gregset.h (gdb_fpxregset_t): Define.
11321 (supply_fpxregset): Prototype.
11322 (fill_fpxregset): Prototype.
11323
11324 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11325
11326 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11327
11328 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11329 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11330 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11331
11332 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11333
11334 * MAINTAINERS: Update target maintainer rules so that any
11335 Maintainer can approve a tested patch for a maintenance-only
11336 target.
11337
11338 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11339
11340 * MAINTAINERS (write-after-approval): Add myself.
11341
11342 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11343 IN_SIGTRAMP.
11344
11345 2002-01-08 Michael Snyder <msnyder@redhat.com>
11346
11347 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11348 real name of the executable, rather than the /proc name.
11349
11350 2002-01-03 Michael Snyder <msnyder@redhat.com>
11351
11352 Implement a "generate-core-file" command in gdb, save target state.
11353 * gcore.c: New file. Implement new command 'generate-core-file'.
11354 Save a corefile image of the current state of the inferior.
11355 * linux-proc.c: Add linux-specific code for saving corefiles.
11356 * target.h (struct target_ops): Add new target vectors for saving
11357 corefiles; to_find_memory_regions and to_make_corefile_notes.
11358 (target_find_memory_regions): New macro.
11359 (target_make_corefile_notes): New macro.
11360 * target.c (update_current_target): Inherit new target methods.
11361 (dummy_find_memory_regions): New place-holder method.
11362 (dummy_make_corefile_notes): New place-holder method.
11363 (init_dummy_target): Initialize new dummy target vectors.
11364 * exec.c (exec_set_find_memory_regions): New function.
11365 Allow the exec_ops vector for memory regions to be taken over.
11366 (exec_make_note_section): New function, target vector method.
11367 * defs.h (exec_set_find_memory_regions): Export prototype.
11368 * procfs.c (proc_find_memory_regions): New function, corefile method.
11369 (procfs_make_note_section): New function, corefile method.
11370 (init_procfs_ops): Set new target vector pointers.
11371 (find_memory_regions_callback): New function.
11372 (procfs_do_thread_registers): New function.
11373 (procfs_corefile_thread_callback): New function.
11374 * sol-thread.c (sol_find_memory_regions): New function.
11375 (sol_make_note_section): New function.
11376 (init_sol_thread_ops): Initialize new target vectors.
11377 * inftarg.c (inftarg_set_find_memory_regions): New function.
11378 Allow to_find_memory_regions vector to be taken over.
11379 (inftarg_set_make_corefile_notes): New function.
11380 Allow to_make_corefile_notes vector to be taken over.
11381 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11382 interface layer if not target_has_execution (may be a corefile).
11383 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11384 * config/sparc/sun4sol2.mh: Ditto.
11385 * config/alpha/alpha-linux.mh: Ditto.
11386 * config/arm/linux.mh: Ditto.
11387 * config/i386/x86-64linux.mh: Ditto.
11388 * config/ia64/linux.mh: Ditto.
11389 * config/m68k/linux.mh: Ditto.
11390 * config/mips/linux.mh: Ditto.
11391 * config/powerpc/linux.mh: Ditto.
11392 * config/sparc/linux.mh: Ditto.
11393
11394 2002-01-07 Michael Snyder <msnyder@redhat.com>
11395
11396 * arm-linux-nat.c: Remove references to regcache.c internal data
11397 (registers[] and register_valid[]).
11398
11399 2002-01-07 Michael Snyder <msnyder@redhat.com>
11400
11401 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11402 so that attaching to a pid will automatically read the process's
11403 symbol file and shlibs.
11404 * Makefile.in: Add rule for linux-proc.o.
11405 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11406 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11407 * config/arm/linux.mh: Ditto.
11408 * config/i386/linux.mh: Ditto.
11409 * config/i386/x86-64linux.mh: Ditto.
11410 * config/ia64/linux.mh: Ditto.
11411 * config/m68k/linux.mh: Ditto.
11412 * config/mips/linux.mh: Ditto.
11413 * config/powerpc/linux.mh: Ditto.
11414 * config/sparc/linux.mh: Ditto.
11415
11416 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11417
11418 * win32-nat.c: Add i386-tdep.h dependency.
11419
11420 2002-01-07 Michael Snyder <msnyder@redhat.com>
11421
11422 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11423 instead of bfd_get_arch_size. Don't bail out just because
11424 there's no exec_bfd.
11425
11426 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11427 * p-valprint.c (pascal_object_print_value): Ditto.
11428 * somread.c (som_symtab_read): Ditto.
11429 * symfile.c (simple_free_overlay_region_table): Ditto.
11430 * valops.c (value_assign): Ditto.
11431
11432 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11433 use tilde_expand and strerror for opening save-tracepoints file.
11434
11435 * thread-db.c (thread_db_new_objfile): Indendation fix.
11436
11437 * infptrace.c (GDB_MAX_ALLOCA): New define.
11438 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11439 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11440 can be overridden with whatever value is appropriate to the host).
11441 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11442 alloca to allocate potentially large buffer.
11443 * rs6000-nat.c (child_xfer_memory): Ditto.
11444 * symm-nat.c (child_xfer_memory): Ditto.
11445 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11446
11447 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11448
11449 From Nick Clifton <nickc@redhat.com>
11450 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11451
11452 2002-01-07 Michael Snyder <msnyder@redhat.com>
11453
11454 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11455 Don't use exec_bfd if it's NULL.
11456
11457 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11458
11459 * valops.c (value_arg_coerce): Fix formatting.
11460
11461 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11462
11463 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11464 * gnu-nat.c: Ditto.
11465
11466 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11467
11468 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11469 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11470 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11471 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11472 z8k-coff have not been multi-arched. Update z8k-coff build
11473 status.
11474
11475 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11476
11477 * MAINTAINERS: Mark a29k target as obsolete.
11478 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11479 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11480 comments.
11481 * NEWS: Note that a29k targets are obsolete.
11482 * a29k-tdep.c: Mark as obsolete.
11483 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11484 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11485 a29k-*-vxworks* targets as obsolete.
11486 * remote-adapt.c: Obsolete.
11487 * remote-eb.c: Obsolete.
11488 * remote-mm.c: Obsolete.
11489 * remote-udi.c: Obsolete.
11490 * config/a29k/a29k-udi.mt: Obsolete.
11491 * config/a29k/a29k.mt: Obsolete.
11492 * config/a29k/tm-a29k.h: Obsolete.
11493 * config/a29k/tm-vx29k.h: Obsolete.
11494 * config/a29k/vx29k.mt: Obsolete.
11495
11496 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11497
11498 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11499 with BFD_ENDIAN_BIG.
11500
11501 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11502
11503 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11504 * configure, config.in: Re-generate.
11505 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11506 * defs.h: Do not include <endian.h>.
11507
11508 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11509
11510 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11511 * config.in: Regenerate.
11512 * configure.in: Update copyright years.
11513 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11514 * configure: Regenerate.
11515 * i386bsd-nat.c: Update copyright years.
11516 (fill_gregset): Use regcache_collect.
11517 (fetch_inferior_registers): Only fetch integer registers
11518 if requested to do so. Add support for XMM registers
11519 using PT_GETXMMREGS.
11520 (store_inferior_registers): Only store integer registers
11521 if requested to do so. Add support for XMM registers
11522 using PT_SETXMMREGS.
11523 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11524 (store_inferior_registers): Remove.
11525 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11526 (fetch_elfcore_registers): New function.
11527 (i386nbsd_elfcore_fns): New.
11528 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11529 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11530 i386bsd-nat.o.
11531 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11532 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11533 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11534 * config/i386/tm-nbsd.h: Update copyright years.
11535 (HAVE_SSE_REGS): Define.
11536 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11537 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11538 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11539 (SIGCONTEXT_PC_OFFSET): Remove.
11540 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11541
11542 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11543
11544 * configure.tgt: Remove powerpc-*-macos* target.
11545 * config/m68k/xm-mpw.h: Delete file.
11546 * config/xm-mpw.h: Delete file.
11547 * ser-mac.c: Delete file.
11548 * mpw-make.sed: Delete file.
11549 * mpw-config.in: Delete file.
11550 * mac-xdep.c: Delete file.
11551 * mac-gdb.r: Delete file.
11552 * mac-defs.h: Delete file.
11553 * mac-nat.c: Delete file.
11554 * config/powerpc/macos.mh: Delete file.
11555 * config/powerpc/macos.mt: Delete file.
11556 * config/powerpc/nm-macos.h: Delete file.
11557 * config/powerpc/tm-macos.h: Delete file.
11558 * source.c (openp, open_source_file): Remove obsolete code.
11559 * top.c (gdb_readline): Ditto.
11560 * utils.c (query): Ditto.
11561 * event-top.c (display_gdb_prompt): Ditto.
11562 * Makefile.in (ser-mac.o): Delete obsolete target.
11563 * NEWS: Update.
11564
11565 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11566
11567 * defs.h (BIG_ENDIAN): Delete macro definition.
11568 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11569 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11570 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11571 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11572 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11573 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11574 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11575 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11576 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11577 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11578 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11579 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11580 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11581 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11582 * gdbarch.c: Re-generate.
11583
11584 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11585
11586 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11587 for core files.
11588
11589 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11590
11591 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11592
11593 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11594
11595 * value.h (value_ptr): Delete typedef.
11596
11597 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11598
11599 * i386nbsd-nat.c: Update copyright years.
11600 Include i386-tdep.h.
11601
11602 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11603
11604 * stabsread.c: Update copyright years.
11605
11606 From Debashis Mahata <debashis.mahata@wipro.com>:
11607 (read_struct_fields): Deal with Sun C compiler erroneous stab
11608 output for structs and unions.
11609 Fix PR gdb/269.
11610
11611 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11612
11613 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11614 prototype.
11615
11616 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11617
11618 * cp-abi.c: Fix whitespace.
11619 (baseclass_offset): New wrapper function.
11620 * cp-abi.h (baseclass_offset): Add prototype.
11621 (struct cp_abi_ops): Add baseclass_offset pointer.
11622
11623 * valops.c (vb_match): Move to...
11624 * gnu-v2-abi.c (vb_match): here.
11625 * valops.c (baseclass_offset): Move to...
11626 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11627
11628 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11629
11630 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11631 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11632 * hpacc-abi.c (init_hpacc_ops): Likewise.
11633
11634 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11635
11636 * valops.c (find_overload_match): Accept obj as a
11637 reference parameter. Update it before returning.
11638 * value.h (find_overload_match): Update prototype.
11639 * eval.c (evaluate_subexp_standard): Pass object to
11640 find_overload_match by reference.
11641
11642 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11643
11644 * valarith.c: Replace value_ptr with struct value pointer. Remove
11645 register attribute from value declarations.
11646 * valops.c: Ditto.
11647 * value.h: Ditto.
11648 * scm-lang.c (scm_lookup_name): Ditto.
11649
11650 2002-01-03 Michael Snyder <msnyder@redhat.com>
11651
11652 Abstract the functionality of iterating over mapped memory
11653 regions into a general purpose iterator function.
11654 * procfs.c (iterate_over_mappings): New function, general purpose
11655 iterator for memory sections.
11656 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11657 (solib_mappings_callback): New function, callback for above.
11658 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11659 (info_mappings_callback): New function, callback for above.
11660
11661 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11662
11663 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11664
11665 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11666 * i386-tdep.c: Include "elf-bfd.h".
11667 (process_note_abi_tag_sections): New function.
11668 (i386_gdbarch_init): Add code to recognize various OS/ABI
11669 combinations.
11670
11671 * maint.c (_initialize_maint_cmds): Add missing \ in
11672 string-literal.
11673
11674 For older changes see ChangeLog-2001
11675 \f
11676 Local Variables:
11677 mode: change-log
11678 left-margin: 8
11679 fill-column: 74
11680 version-control: never
11681 End:
This page took 0.249686 seconds and 5 git commands to generate.