2002-09-29 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2
3 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
4 bfd/elf64-alpha-fbsd.c.
5
6 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7
8 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
9 i386gnu-tdep.c.
10
11 2002-09-29 Andrew Cagney <ac131313@redhat.com>
12
13 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
14 __FUNCTION__.
15 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
16 function name.
17 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
18 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
19 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
20 (S_msg_sig_post_reply): Ditto.
21
22 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
23
24 * sh-tdep.c (sh_use_struct_convention): Use definition according
25 to ABI.
26 (sh_push_arguments): Store in register with correct endianess.
27 (sh_default_store_return_value): Ditto.
28 (sh_gdbarch_init): Set sizeof long double to 8.
29
30 2002-09-27 Mark Kettenis <kettenis@gnu.org>
31
32 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
33 Fix some whitespace problems.
34
35 2002-09-27 David Carlton <carlton@math.stanford.edu>
36
37 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
38 (mcore-tdep.o): Ditto.
39 (ns32k-tdep.o): Ditto.
40 (ns32knbsd-tdep.o): Ditto.
41 (sh3-rom.o): Ditto.
42 (vax-tdep.o): Ditto.
43 * cris-tdep.c: #include "gdb_string.h"
44 * mcore-tdep.c: Ditto.
45 * ns32k-tdep.c: Ditto.
46 * ns32knbsd-tdep.c: Ditto.
47 * sh3-rom.c: Ditto.
48 * vax-tdep.c: Ditto.
49
50 2002-09-27 David Carlton <carlton@math.stanford.edu>
51
52 * config/djgpp/fnchange.lst: Add entries for
53 gdb/testsuite/gdb.c++/m-static files.
54
55 2002-09-27 Jim Wilson <wilson@redhat.com>
56
57 * MAINTAINERS: Add myself to the Write After Approval list.
58
59 2002-09-26 Martin M. Hunt <hunt@redhat.com>
60
61 * mips-tdep.c (find_proc_desc): Initialize startaddr.
62
63
64 2002-09-26 Andrew Cagney <ac131313@redhat.com>
65
66 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
67 frame.
68
69 2002-09-26 Andrew Cagney <ac131313@redhat.com>
70
71 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
72 (rs6000_struct_return_address): Delete variable.
73 (rs6000_store_struct_return): Update.
74 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
75 deprecated_extract_struct_value_address.
76 (rs6000_frame_align): New function.
77 (rs6000_gdbarch_init): Set frame_align.
78
79 2002-09-26 Andrew Cagney <ac131313@redhat.com>
80
81 From Grace Sainsbury <graces@redhat.com>:
82 * Makefile.in (gdbtk-main.o): New target.
83 (gdb.o): New target.
84 (main_h): Define.
85 (main.o): Update dependencies.
86 (gdb$(EXEEXT)): Add gdb.o.
87 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
88 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
89 (SUBDIR_GDBTK_CLEAN): Set.
90 (install-gdbtk): Install the insight binary.
91 (uninstall-gdbtk): New target.
92 (all-gdbtk, clean-gdbtk): New rule.
93 * top.c (use_windows): Default to zero.
94 * main.c: Include "main.h".
95 (main): Delete.
96 (struct captured_main_args): Delete.
97 (gdb_main): New function.
98 * main.h: New file.
99 * gdb.c: New File.
100
101 2002-09-25 Andrew Cagney <cagney@redhat.com>
102
103 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
104 (frame_map_regnum_to_name): New function.
105 (frame_map_name_to_regnum): New function.
106 * frame.h (frame_map_name_to_regnum): Declare.
107 (frame_map_regnum_to_name): Declare.
108 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
109 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
110 * parse.c: Do not include "builtin-regs.h".
111 (target_map_name_to_register): Delete function.
112 (write_dollar_variable): Use frame_map_name_to_regnum.
113 * parser-defs.h (target_map_name_to_register): Delete declaration.
114 * expprint.c: Include "frame.h".
115 (print_subexp): Use frame_map_regnum_to_name.
116 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
117 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
118
119 2002-09-25 Andrew Cagney <ac131313@redhat.com>
120
121 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
122 wasn't saved, and the next innermost frame is a dummy, return the
123 dummy frame's link register.
124
125 2002-09-24 Jim Blandy <jimb@redhat.com>
126
127 Fix from Paul Breed:
128 * main.c (captured_main): Add a `break' after the case for 'b'.
129
130 2002-09-24 Keith Seitz <keiths@redhat.com>
131
132 * varobj.c (c_type_of_child): Use get_target_type instead
133 of TYPE_TARGET_TYPE.
134
135 2002-09-22 Fernando Nasser <fnasser@redhat.com>
136
137 * source.c (get_current_or_default_source_symtab_and_line): Remove
138 function.
139 (set_default_source_symtab_and_line): New function. Attempts to
140 determine a source file to list lines from if one is not currently
141 defined.
142 (get_current_source_symtab_and_line): Initialize sal.pc and
143 sal.end fields.
144 (set_current_source_symtab_and_line): Mark argument as const.
145 * source.h: Update declarations and comments.
146 * linespec.c (decode_line_1): Replace call to removed routine above.
147 * stack.c (print_frame_info_base): Ditto.
148 * cli/cli-cmds.c (edit_command): Ditto.
149 (list_command): Ditto.
150
151 2002-09-22 Fernando Nasser <fnasser@redhat.com>
152
153 * source.c (get_current__or_default_source_symtab_and_line): Initialize
154 sal.pc and sal.end fields.
155 (get_current_or_default_source_symtab_and_line): Ditto.
156 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
157 so we do not cause a new source symtab to be searched for (reverting an
158 unintentional change from the 2002-09-20 patch).
159 * scm-lang.c (scm_unpac): Ditto.
160
161 2002-09-21 Andrew Cagney <cagney@redhat.com>
162
163 * complaints.c (symfile_explanations): Remove new-line from
164 ``isolated_message''.
165 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
166 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
167
168 2002-09-20 Nick Clifton <nickc@redhat.com>
169
170 * NEWS: Announce that V850EA ISA is no longer supported.
171 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
172
173 2002-09-20 David Carlton <carlton@math.stanford.edu>
174
175 * Makefile.in (c-lang.o): Correct dependencies.
176 (utils.o): Gather dependencies.
177 (charset.o): Move.
178 * c-lang.c: #include "gdb_string.h"
179
180 2002-09-20 Fernando Nasser <fnasser@redhat.com>
181
182 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
183 * cli/cli-cmds.c (list_command): New function. Implements the new
184 cli edit command.
185 (_init_cli_cmds): Add new command definition.
186 * gdb.1: Document edit command.
187 * doc/gdb.texinfo: Document edit command.
188
189 2002-09-20 Fernando Nasser <fnasser@redhat.com>
190
191 * source.c: Make global variables current_source_symtab and
192 current_source_line static.
193 (list_command): Moved to cli/cli-cmds.c.
194 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
195 (get_first_line_listed): New accessor function.
196 (get_lines_to_list): New accessor function.
197 (get_current_source_symtab_and_line): New function. Retrieves the
198 position in the source code that we consider current.
199 (get_current_or_default_source_symtab_and_line): New function.
200 Like the above but attempts to determine a default position if one
201 is not currently defined.
202 (set_current_source_symtab_and_line): New function. Sets the source
203 code position considered current and returns the previously set one.
204 (clear_current_source_symtab_and_line): Reset stored information about
205 a current source line.
206 (_initialize_source): Remove registration for the "list" command and
207 its alias.
208 * source.h: Add declarations for the new functions above.
209 * symtab.h: Remove declarations for the global variables mentioned
210 above.
211 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
212 obtain current source line.
213 * linespec.c (decode_line_1): Ditto.
214 * macroscope.c (default_macro_scope): Ditto.
215 * scm-lang.c (scm_unpac): Ditto.
216 * stack.c (print_frame_info_base): Ditto.
217 * symfile.c (clear_symtab_users): Ditto.
218 * symtab.c (decode_line_spec): Ditto.
219 * cli/cli-cmds.c (list_command): Moved here from source.c.
220 (ambiguous_line_spec): Moved here from source.c.
221 (_init_cli_cmds): Add definition for "list" and its alias.
222 * Makefile.in: Update dependencies.
223
224 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
225
226 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
227 with what gcc thinks is correct.
228
229 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
230
231 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
232 multiple register push instruction.
233
234 2002-09-19 Jim Blandy <jimb@redhat.com>
235
236 Add support for distinct host and target character sets.
237 * charset.c, charset.h: New files.
238 * c-exp.y: #include "charset.h".
239 (yylex): Convert character and string literals to the target
240 character set, before returning them as the semantic value of the
241 token.
242 * c-lang.c: #include "charset.h".
243 (c_emit_char): Use charset-specific methods to recognize
244 characters with backslash escape forms, to decide which characters
245 to print literally and which to print using numeric escape
246 sequences, and to convert target characters to host characters
247 before printing.
248 * utils.c: #include "charset.h".
249 (no_control_char_error): New function.
250 (parse_escape): Use charset-specific methods to recognize
251 backslash escapes, parse `control character' notation, and convert
252 characters from the host character set to the target character set.
253 * configure.in: Set the default host character set.
254 Check where to find iconv, and what its argument types might be.
255 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
256 * Makefile.in (SFILES): List charset.c.
257 (COMMON_OBS): List charset.o.
258 (charset.o): New rule.
259 (charset_h): New header dependency variable.
260 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
261 (LIBICONV): New variable, set by configure.
262 (CLIBS): Include $(LIBICONV) here.
263 * aclocal.m4, config.in, configure: Regenerated.
264
265 2002-09-19 Joel Brobecker <brobecker@gnat.com>
266
267 * ada-exp.y: Add missing semicolons to end rules. Fixes a
268 bison 1.35 warning.
269
270 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
271
272 * gdb_mbuild.sh: New file.
273
274 2002-09-19 Andrew Cagney <ac131313@redhat.com>
275
276 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
277
278 2002-09-18 Andrew Cagney <ac131313@redhat.com>
279
280 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
281 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
282 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
283 valops.c, value.h: Revert previous change.
284
285 2002-09-18 Michael Snyder <msnyder@redhat.com>
286
287 Preliminary support for Objective-C:
288 * defs.h (language_objc): New enum value.
289 (puts_filtered_tabular): Declaration only, exported from utils.c.
290 (skip_quoted): Delete, declared in completer.h.
291 * c-exp.y: Include completer.h.
292 * p-exp.y: Ditto.
293 * jv-exp.y: Ditto.
294 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
295 New operator enum values.
296 * language.h (CAST_IS_CONVERSION): Test for language_objc.
297 * language.c (binop_result_type): Handle language_objc case.
298 (integral_type, character_type, string_type, boolean_type,
299 structured_type, binop_type_check): Ditto.
300 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
301 (struct objc_specific): Add to general_symbol_info.
302 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
303 (SYMBOL_DEMANGLED_NAME): Handle objc case.
304 * parser-defs.h (struct objc_class_str): New struct type.
305 (start_msglist, end_msglist, add_msglist): Declaration only,
306 exported from objc-lang.c.
307 * value.h (value_of_local, value_nsstring,
308 call_function_by_hand_expecting_type): Exported from valops.c.
309 * valops.c (find_function_addr): Export.
310 (call_function_by_hand_expecting_type): New function.
311 (value_of_local): New function.
312 * symfile.c (init_filename_language_table): Add ".m" extension
313 for Objective-C.
314 * utils.c (puts_filtered_tabular): New function.
315 (fprintf_symbol_filtered): Add objc demangling support (disabled).
316 (set/show demangle): Extend help-string to refer to ObjC.
317 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
318 * stabsread.c (symbol_reference_defined): Objective-C symbols
319 may contain colons: make allowances when scanning stabs strings
320 for colons.
321 (objc_find_colon): New function.
322 * printcmd.c (address_info): If language == objc then print
323 "self" instead of "this".
324 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
325 OP_NSSTRING, and OP_SELF.
326 (prefixify_subexp): Ditto.
327 * source.c (print_source_lines): Mention objc in comment.
328 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
329 method names.
330
331 2002-09-18 Andrew Cagney <ac131313@redhat.com>
332
333 * complaints.h: Update copyright.
334 (struct complaints): Declare.
335 (struct complaint): Make `message' constant.
336 (internal_complaint): Declare.
337 (complaint): Declare.
338 (complaint_root): Delete declaration.
339 (symfile_complaints): Delete declaration.
340 (struct complaints): Add opaque declaration.
341 (clear_complaints): Add a complaints parameter.
342 * complaints.c: Update copyright.
343 (enum complaint_series): Define.
344 (complaint_root): Delete.
345 (struct complaints): Define.
346 (complaint_sentinel, symfile_complaint_book): New variables.
347 (symfile_explanations, symfile_complaints): New variables.
348 New variables.
349 (get_complaints): New function.
350 (vcomplaint): New function.
351 (complaint): New function.
352 (internal_complaint): New function.
353 (complain): Call vcomplain with symfile_complaint.
354 (clear_complaints): Rewrite.
355 (_initialize_complaints): Use add_setshow_command.
356 * Makefile.in (complaints.o): Update dependencies.
357 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
358 to call to clear_complaints.
359 (new_symfile_objfile, reread_symbols): Ditto.
360 (oldsyms_complaint): Delete.
361 (empty_symtab_complaint, unknown_option_complaint): Delete.
362 (free_named_symtabs): Use complaint instead of complain.
363
364 2002-09-18 Michael Snyder <msnyder@redhat.com>
365
366 Contributed by Apple Computer, Inc. Merged with current sources
367 by Adam Fedor <fedor@doc.com> [cagney].
368
369 * objc-lang.c: First clean-up round: comments, indentation.
370 * objc-lang.h: Ditto.
371 * objc-lang.y: Ditto.
372
373 2002-09-18 Andrew Cagney <ac131313@redhat.com>
374
375 * maint.c (maintenance_internal_error): Print the parameter as the
376 error message.
377 (maintenance_internal_warning): New function.
378 (_initialize_maint_cmds): Add command `maint internal-warning'.
379
380 * defs.h (internal_warning, internal_vwarning): Declare.
381 * utils.c (struct internal_problem): Define.
382 (internal_vproblem): New function.
383 (internal_warning): New function.
384 (internal_vwarning): New function.
385 (internal_warning_problem, internal_error_problem): New variables.
386 (internal_verror): Just call internal_vproblem.
387
388 2002-09-18 Michael Snyder <msnyder@redhat.com>
389
390 * objc-lang.c: New file, support for Objective-C.
391 Preliminary check-in, not yet integrated into gdb.
392 * objc-lang.h: New file.
393 * objc-exp.y: New file.
394
395 2002-09-18 Andrew Cagney <ac131313@redhat.com>
396
397 * infrun.c (signal_stop_update): Convert definition to ISO C.
398 (signal_print_update): Ditto.
399 (signal_pass_update): Ditto.
400 * inflow.c (terminal_save_ours): Ditto.
401
402 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
403 comments.
404
405 * config/djgpp/fnchange.lst: Handle name clashes between
406 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
407 bfd/coff-tic80.c.
408
409 * i386-linux-tdep.h: Fix tipo.
410
411 2002-09-18 Adam Fedor <fedor@gnu.org>
412
413 * MAINTAINERS: Add myself to the Write After Approval list.
414
415 2002-09-18 Jim Blandy <jimb@redhat.com>
416
417 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
418 texthigh and textlow to reader-specific structs caused
419 objfile_relocate to miss them. This is fixable, but the work that
420 the change was supposed to prepare GDB for never got done anyway.
421
422 2002-09-18 David Carlton <carlton@math.stanford.edu>
423
424 * MAINTAINERS: Alphabetize Write After Approval list.
425
426 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
427
428 Fix PR gdb/709
429 * values.c (value_static_field): Call read_var_value.
430
431 2002-09-18 Andrew Cagney <ac131313@redhat.com>
432
433 * valops.c (hand_function_call): Align the initial stack pointer
434 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
435 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
436 return value.
437 * mips-tdep.c (mips_frame_align): New function.
438 (mips_gdbarch_init): Set frame_align.
439 * gdbarch.sh (FRAME_ALIGN): New method.
440 * gdbarch.h, gdbarch.c: Re-generate.
441
442 2002-09-18 Michal Ludvig <mludvig@suse.cz>
443
444 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
445 registers.
446
447 2002-09-17 Andrew Cagney <ac131313@redhat.com>
448
449 * NEWS: Mention that MIPS $fp behavior changed.
450 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
451 reference to FP_REGNUM.
452 (mipsnbsd_cannot_store_register): Ditto.
453 * mips-linux-nat.c: Update copyright.
454 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
455 (mips_linux_cannot_store_register): Ditto.
456 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
457 * config/mips/tm-mips.h: Update copyright.
458 (FP_REGNUM): Delete macro.
459 (MIPS_REGISTER_NAMES): Replace "fp" with "".
460 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
461 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
462 (mips_r3041_reg_names, mips_r3051_reg_names)
463 (mips_r3081_reg_names): Replace "fp" with "".
464 Fix PR gdb/480.
465
466 2002-09-17 Theodore A. Roth <troth@verinet.com>
467
468 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
469 generic_read_register_dummy() (PR gdb/703).
470 (avr_push_return_address): #if 0 out unused vars.
471 (avr_gdbarch_init): Enable use of avr_push_return_address().
472
473 2002-09-17 Michael Snyder <msnyder@redhat.com>
474
475 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
476 RTE will take care of it.
477
478 2002-09-17 Andrew Cagney <ac131313@redhat.com>
479
480 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
481 invalid, return SP_REGNUM.
482
483 2002-09-17 Michael Snyder <msnyder@redhat.com>
484
485 * mips-tdep.c (mips_pop_frame): Read saved values of floating
486 point registers without sign extension.
487
488 2002-09-17 Andrew Cagney <cagney@redhat.com>
489
490 * blockframe.c (deprecated_read_register_dummy): Rename
491 generic_read_register_dummy.
492 * frame.c (frame_unwind_signed_register): New function.
493 (frame_unwind_unsigned_register): New function.
494 * frame.h (frame_unwind_signed_register): Declare.
495 (frame_unwind_unsigned_register): Declare.
496 (deprecated_read_register_dummy): Rename
497 generic_read_register_dummy.
498
499 * h8300-tdep.c (h8300_frame_chain): Update.
500 (h8300_frame_saved_pc): Update.
501 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
502 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
503 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
504 (s390_frame_chain): Update.
505 * v850-tdep.c (v850_find_callers_reg): Update.
506 (v850_frame_saved_pc): Update.
507 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
508 (m32r_find_callers_reg): Update.
509 (m32r_frame_saved_pc): Update.
510 * sh-tdep.c (sh_find_callers_reg): Update.
511 (sh64_get_saved_pr): Update.
512 (sh_init_extra_frame_info): Update.
513 (sh_init_extra_frame_info): Update.
514 (sh64_init_extra_frame_info): Update.
515 (sh64_init_extra_frame_info): Update.
516 * mcore-tdep.c (mcore_find_callers_reg): Update.
517 (mcore_frame_saved_pc): Update.
518 (mcore_init_extra_frame_info): Update.
519 * i386-tdep.c (i386_frame_saved_pc): Update.
520 * ia64-tdep.c (ia64_frame_saved_pc): Update.
521 (ia64_init_extra_frame_info): Update.
522 (ia64_init_extra_frame_info): Update.
523 * d10v-tdep.c (d10v_frame_saved_pc): Update.
524 * cris-tdep.c (cris_init_extra_frame_info): Update.
525 * avr-tdep.c (avr_frame_chain): Update.
526 (avr_init_extra_frame_info): Update.
527 (avr_frame_saved_pc): Update.
528 * arm-tdep.c (arm_find_callers_reg): Update.
529 (arm_init_extra_frame_info): Update.
530 (arm_frame_saved_pc): Update.
531
532 2002-09-17 Tom Tromey <tromey@redhat.com>
533
534 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
535 is "'".
536
537 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
538
539 * MAINTAINERS: Remove "non multi-arched" text from h8300.
540 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
541 NEXT_PROLOGUE_INSN.
542 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
543 NEXT_PROLOGUE_INSN.
544
545 2002-09-16 Joel Brobecker <brobecker@gnat.com>
546
547 * osfsolib.c: Remove file, replaced by solib-osf.c.
548 * Makefile.in: Remove compilation rules for osfsolib.c.
549
550 2002-09-16 David Carlton <carlton@math.stanford.edu>
551
552 * cp-valprint.c (cp_print_class_method): Correct args to
553 check_stub_method_group.
554
555 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
556
557 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
558 `set architecture'. Unify naming convention of functions.
559 (h8300_skip_prologue): Improve prologue analysis.
560 (h8300_push_arguments): Rewritten to more closely match GCC's
561 bizarre argument-passing behavior, along with the comment describing
562 said behavior.
563 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
564 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
565 sim, remote-e7000.c, remote-hms.c and remote.c
566
567 2002-09-15 Mark Kettenis <kettenis@gnu.org>
568
569 * i386-tdep.c (gdb_print_insn_i386): Removed.
570 (i386_print_insn): New function.
571 (i386_gdbarch_init): Set print_insn to i386_print_insns.
572 (_initialize_i386_tdep): Don't initialize tm_print_insn and
573 tm_print_insn_info.
574
575 2002-09-14 Mark Kettenis <kettenis@gnu.org>
576
577 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
578 zero.
579
580 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
581
582 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
583 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
584 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
585
586 2002-09-13 Christopher Faylor <cgf@redhat.com>
587
588 * win32-nat.c (child_create_inferior): Honor 'tty' command.
589
590 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
591
592 * gdbtypes.c (check_stub_method): Make static.
593 (check_stub_method_group): New function.
594 * gdbtypes.h: Update prototypes.
595 * cp-support.c: New file.
596 * cp-support.h: New file.
597
598 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
599 (update_method_name_from_physname): New function.
600 (read_member_functions): Correct method names for operators
601 and v3 constructors/destructors. Separate v2 constructors and
602 destructors.
603 * Makefile.in (stabsread.o): Update dependencies.
604 (SFILES): Add cp-support.c.
605 (COMMON_OBS): Add cp-support.o.
606 (cp_support_h, cp-support.o): Add.
607
608 * cp-valprint.c (cp_print_class_method): Call
609 check_stub_method_group instead of check_stub_method. Remove
610 extraneous QUITs.
611 * p-valprint.c (pascal_object_print_class_method): Likewise.
612 * valops.c (search_struct_method): Likewise.
613 (find_method_list, value_struct_elt_for_reference): Likewise.
614
615 2002-09-13 Andrew Cagney <cagney@redhat.com>
616
617 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
618 * gdbarch.h, gdbarch.c: Regenerate.
619
620 2002-09-13 Andrew Cagney <ac131313@redhat.com>
621
622 * frame.c (find_saved_register): Delete function.
623 * frame.h (find_saved_register): Delete declaration.
624 Fix PR gdb/631.
625
626 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
627
628 * mips-tdep.c (read_next_frame_reg): Re-hack using
629 frame_register_unwind.
630
631 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
632
633 * mips-tdep.c (mips_get_saved_register): Re-hack using
634 frame_register_unwind.
635
636 2002-09-12 Joel Brobecker <brobecker@gnat.com>
637
638 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
639 vector. Will be useful for Interix.
640 * gdbarch.h, gdbarch.c: Regenerate.
641
642 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
643 name of the malloc function by NAME_OF_MALLOC.
644
645 2002-09-12 Joel Brobecker <brobecker@gnat.com>
646
647 * value.h (find_function_in_inferior): Add const keyword to
648 one of the parameters. Allows us to invoke this function with
649 a const char *.
650 * valops.c (find_function_in_inferior): Likewise.
651
652 2002-09-12 Joel Brobecker <brobecker@gnat.com>
653
654 * exec.c (xfer_memory): Fix compilation warning with old versions
655 of GCC.
656 * tracepoint.c (trace_find_tracepoint_command): Likewise.
657
658 2002-09-12 David Carlton <carlton@math.stanford.edu>
659
660 * symtab.h: Run through gdb_indent.h.
661 Add 2002 to Copyright year list.
662
663 2002-09-12 Alan Modra <amodra@bigpond.net.au>
664
665 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
666 mach constants.
667 * MAINTAINERS: Add myself to write after approval list.
668
669 2002-09-11 J. Brobecker <brobecker@gnat.com>
670
671 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
672
673 2002-09-11 J. Brobecker <brobecker@gnat.com>
674
675 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
676 Interix.
677
678 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
679
680 * procfs.c (do_detach): Clear current signal, not just fault.
681 Corrects problem with breakpoint trap signal leaking to detached
682 process on Tru64.
683
684 2002-09-10 Michael Snyder <msnyder@redhat.com>
685
686 * buildsym.c (finish_block): Protect against null pointer.
687
688 2002-09-10 Andrew Cagney <cagney@redhat.com>
689
690 * infcmd.c (default_print_registers_info): Send all output to
691 ``file'' instead of ``gdb_stdout''.
692
693 2002-09-10 Michael Snyder <msnyder@redhat.com>
694
695 * mips-tdep.c (mips_extract_struct_value_address): Make val a
696 LONGEST, and use signed register read (addresses are sign-
697 extended for mips).
698
699 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
700
701 * event-loop.c (gdb_do_one_event): Make public.
702 * event-loop.h (gdb_do_one_event): Declare.
703
704 2002-09-10 Jeff Law <law@redhat.com>
705
706 * infttrace.c (child_resume): Simplify and rework to avoid
707 TT_PROC_CONTINUE.
708
709 2002-09-09 Fred Fish <fnf@intrinsity.com>
710
711 * printcmd.c (print_scalar_formatted): "len" is the number of
712 target bytes, NOT the number of target bits.
713
714 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
715
716 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
717 * top.c (init_main): Set rl_terminal_name.
718
719 2002-09-08 Aidan Skinner <aidan@velvet.net>
720
721 * ada-lang.c (ada_array_bound, ada_type_match,
722 _initialize_ada_language): Fix K&R definitions.
723 * ada-tasks.c (get_current_task): Fix K&R definitions.
724 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
725
726 2002-09-07 Christopher Faylor <cgf@redhat.com>
727
728 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
729 Add XP.
730
731 2002-09-06 Mark Kettenis <kettenis@gnu.org>
732
733 * i386-tdep.c (i386_register_virtual_type,
734 i386_register_convertible, i386_register_convert_to_virtual,
735 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
736 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
737 (i386_gdbarch_init): Fix comment. Add comments on calls that set
738 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
739 Don't set push_arguments twice.
740
741 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
742 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
743 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
744 sigtramp_end to NULL.
745 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
746 defines.
747 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
748
749 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
750 whitespace.
751
752 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
753 * gdbarch.h, gdbarch.c: Re-generate.
754 * blockframe.c (find_pc_sect_partial_function): Convert to use
755 SIGTRAMP_START_P predicate.
756
757 2002-09-05 Michael Snyder <msnyder@redhat.com>
758
759 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
760 generic_dummy_frame method and old method. Also distinguish
761 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
762 (arm_extract_return_value): Use new regcache method.
763
764 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
765 adjustment that doesn't conform to the ABI.
766 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
767 saved regcache, not from current regcache.
768
769 2002-09-05 Andrew Cagney <ac131313@redhat.com>
770
771 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
772 * README: Update.
773
774 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
775
776 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
777 if arm_apcs_32 is false.
778
779 2002-09-04 Andrew Cagney <ac131313@redhat.com>
780
781 GDB 5.3 branch created.
782
783 2002-09-03 Theodore A. Roth <troth@verinet.com>
784
785 * gdb/avr-tdep.c (avr_gdbarch_init): Use
786 generic_unwind_get_saved_register.
787
788 2002-09-03 David Carlton <carlton@math.stanford.edu>
789
790 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
791 argument (PR gdb/653). Update call to smash_to_method_type.
792 (read_structure_scope): Update call to dwarf2_add_member_fn.
793
794 2002-09-03 Michal Ludvig <mludvig@suse.cz>
795
796 * x86-64-linux-tdep.c: Include gdb_string.h
797 * x86-64-linux-nat.c: Ditto.
798
799 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
800
801 * ada-exp.y (yyname, yyrule): Remap global variables that appear
802 when YYDEBUG is set to 1.
803 * c-exp.y: Likewise.
804 * f-exp.y: Likewise.
805 * jv-exp.y: Likewise.
806 * m2-exp.y: Likewise.
807 * p-exp.y: Likewise.
808
809 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
810
811 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
812 dependency list.
813 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
814 solib_svr4_fetch_link_map_offsets to
815 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
816 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
817 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
818 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
819 solib-svr4.o, and solib-legacy.o.
820 * config/i386/tm-nbsd.h: Include solib.h.
821
822 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
823
824 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
825 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
826 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
827 comment noting that this needs its own target configuration.
828 * config/i386/nbsd.mt: New file.
829 * config/i386/nbsdaout.mt: Remove.
830 * config/i386/nbsdelf.mt: Ditto.
831 * config/i386/tm-nbsdaout.h: Ditto.
832
833 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
834
835 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
836 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
837 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
838 tdep->sigtramp_end.
839 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
840 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
841 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
842
843 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
844
845 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
846 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
847 * i386-tdep.h (i386bsd_init_abi): New prototype.
848 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
849 function declaration.
850 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
851 for NetBSD-a.out or NetBSD-ELF.
852 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
853 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
854 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
855 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
856 and nbsd-tdep.h.
857 (i386nbsd_pc_in_sigtramp): New function.
858 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
859 i386nbsd_pc_in_sigtramp.
860 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
861 and i386nbsdelf_init_abi OS ABI handlers.
862 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
863 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
864
865 2002-09-02 Mark Kettenis <kettenis@gnu.org>
866
867 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
868 registers if the target really has them.
869
870 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
871
872 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
873 than nbsd-tdep.h.
874
875 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
876
877 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
878 list.
879 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
880 (alphanbsd_skip_sigtramp_frame): New functions.
881 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
882 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
883 to alphanbsd_sigcontext_addr.
884
885 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
886
887 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
888 list.
889 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
890 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
891 nbsd_pc_in_sigtramp.
892 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
893 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
894 * nbsd-tdep.c: Include gdb_string.h.
895 (nbsd_pc_in_sigtramp): New function.
896 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
897 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
898 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
899 ppcnbsd_pc_in_sigtramp.
900 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
901 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
902 shnbsd_pc_in_sigtramp.
903 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
904 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
905 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
906
907 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
908
909 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
910 watchpoints to NULL.
911 (insert_breakpoints): set val field of watchpoints if NULL.
912
913
914 2002-08-29 Jim Blandy <jimb@redhat.com>
915
916 * symtab.c (lookup_symbol_aux): In the cases where we find a
917 minimal symbol of an appropriate name and use its address to
918 select a symtab to read and search, use `name' (as passed to us)
919 as the demangled name when searching the symtab's global and
920 static blocks, not the minsym's name.
921
922 2002-08-29 Keith Seitz <keiths@redhat.com>
923
924 * stack.c (print_frame_info_base): Always set current_source_symtab
925 and current_source_line.
926
927 2002-08-29 Donn Terry <donnte@microsoft.com>
928
929 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
930
931 2002-08-28 Keith Seitz <keiths@redhat.com>
932
933 * stack.c (select_frame): Add FIXME concerning selected-frame
934 events.
935 (select_frame_command): Send selected-frame-level-changed
936 event notification, but only if the level actually changed.
937 (up_silently_base): Add selected-frame-level-changed event
938 notification.
939 (down_silently_base): Likewise.
940
941 2002-08-28 Andrew Cagney <ac131313@redhat.com>
942
943 * Makefile.in: Update dependencies for all gdb/*.c files.
944
945 2002-08-27 Tom Tromey <tromey@redhat.com>
946
947 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
948 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
949 Update dependencies.
950 * i387-tdep.c: Include gdb_string.h.
951 * osabi.c: Likewise.
952 * i386-linux-nat.c: Likewise.
953 * lin-lwp.c: Likewise.
954 * ax-gdb.c: Likewise.
955 * signals/signals.c: Likewise.
956 * jv-valprint.c: Likewise.
957 * p-lang.c: Likewise.
958 * c-valprint.c: Likewise.
959 * cp-abi.c: Likewise.
960
961 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
962
963 * cli/cli-script.h (copy_command_lines): Export.
964 * breakpoint.c: Include cli/cli-script.h.
965 * Makefile.in (breakpoint.o): Update dependencies.
966
967 2002-08-26 Michael Snyder <msnyder@redhat.com>
968
969 * breakpoint.c (insert_breakpoints): Protect all references
970 to 'process_warning'. Shorten long lines.
971
972 2002-08-26 Joel Brobecker <brobecker@gnat.com>
973
974 * cli/cli-script.c (copy_command_lines): New function.
975 * defs.h (copy_command_lines): Export.
976 * testsuite/gdb.base/commands.exp: New tests for commands
977 attached to a temporary breakpoint, and for commands that
978 delete the breakpoint they are attached to.
979
980 2002-08-26 Michael Snyder <msnyder@redhat.com>
981
982 * breakpoint.c (bpstat_stop_status): Instead of copying the
983 pointer to the breakpoint commands struct, make a new copy
984 of the struct and point to that.
985 (bpstat_clear): Free the commands struct.
986 (bpstat_clear_actions): Free the commands struct.
987 (bpstat_do_actions): Free the command actions. Also execute
988 the local cleanups, instead of deleting them.
989 (delete_breakpoint): Leave the commands field of the bpstat
990 chain alone -- it will be freed later.
991
992 2002-08-26 Kevin Buettner <kevinb@redhat.com>
993
994 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
995 deleted in 2002-08-20 commit. This function is still used by
996 ppc-linux-nat.c.
997
998 2002-08-26 Keith Seitz <keiths@redhat.com>
999
1000 * gdb-events.sh: Add selected-frame-level-changed event.
1001 * gdb-events.c: Regenerated.
1002 * gdb-events.h: Regenerated.
1003
1004 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1005
1006 Fix PR gdb/393:
1007 * inflow.c (terminal_save_ours): New function to save terminal
1008 settings.
1009 * inferior.h (terminal_save_ours): Declare.
1010 * target.c (debug_to_terminal_save_ours): New function.
1011 (cleanup_target): Defaults to_terminal_save_ours.
1012 (update_current_target): Inherit to_terminal_save_ours.
1013 (setup_target_debug): Set to_terminal_save_ours.
1014 * target.h (target_terminal_save_ours): New to save terminal settings.
1015 (target_ops): New member to_terminal_save_ours.
1016 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1017 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1018 * inftarg.c (init_child_ops): Likewise.
1019 * m3-nat.c (init_m3_ops): Likewise.
1020 * procfs.c (init_procfs_ops): Likewise.
1021 * wince.c (init_child_ops): Likewise.
1022 * win32-nat.c (init_child_ops): Likewise.
1023 * sol-thread.c (init_sol_thread_ops): Likewise.
1024
1025 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1026
1027 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1028 use regcache_* functions.
1029 (i386_gdbarch_init): Set store_return_value instead of
1030 deprecated_store_return_value.
1031
1032 * regcache.c (regcache_raw_write_signed,
1033 regcache_raw_write_unsigned): New functions.
1034 * regcache.h (regcache_raw_write_signed,
1035 regcache_raw_write_unsigned): New prototypes.
1036
1037 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1038
1039 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1040 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1041 source file dependencies. Cleanup corresponding generator rules.
1042
1043 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1044
1045 * regcache.h (register_offset_hack): Declare.
1046 (regcache_cooked_read_using_offset_hack): Declare.
1047 (regcache_cooked_write_using_offset_hack): Declare.
1048
1049 * regcache.c (register_offset_hack): New function.
1050 (regcache_cooked_read_using_offset_hack): New function.
1051 (regcache_cooked_write_using_offset_hack): New function.
1052 (regcache_dump): Check that the registers, according to their
1053 offset, are packed hard against each other.
1054 (cooked_xfer_using_offset_hack): New function.
1055
1056 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1057
1058 * regcache.c (struct regcache_descr): Add field register_type.
1059 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1060 in as a parameter
1061 (init_regcache_descr): Initialize register_type. Pass the descr
1062 to init_legacy_regcache_descr. Use register_type instead of
1063 REGISTER_VIRTUAL_TYPE.
1064 (register_type): New function.
1065 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1066 * regcache.h (register_type): Declare.
1067
1068 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1069
1070 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1071 instead of deprecated_store_return_value. Fix fallout from
1072 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1073
1074 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1075
1076 * regcache.c (max_register_size): New function.
1077 (init_legacy_regcache_descr): Ensure that max_register_size is
1078 large enough for REGISTER_VIRTUAL_SIZE.
1079 * regcache.h (max_register_size): Declare.
1080
1081 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1082
1083 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1084 store_return_value.
1085 (e500_extract_return_value): Change type of valbuf pointer to
1086 void.
1087
1088 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1089
1090 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1091 workaround.
1092
1093 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1094 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1095 long long) to prevent compiler warning on 64-bit systems.
1096
1097 2002-08-23 Andrew Cagney <cagney@redhat.com>
1098
1099 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1100 (DEPRECATED_STORE_RETURN_VALUE): New method.
1101 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1102 * gdbarch.h, gdbarch.c: Re-generate.
1103
1104 * values.c (set_return_value): Pass current_regcache to
1105 STORE_RETURN_VALUE.
1106 * arch-utils.h (legacy_store_return_value): Declare.
1107 * arch-utils.c (legacy_store_return_value): New function.
1108 (legacy_extract_return_value): Update parameters.
1109
1110 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1111 STORE_RETURN_VALUE.
1112 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1113 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1114 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1115 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1116 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1117 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1118 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1119 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1120 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1121 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1122
1123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1124 * i386-tdep.c (i386_extract_return_value): Update.
1125 * arch-utils.c (legacy_extract_return_value): Update.
1126 * frv-tdep.c (frv_gdbarch_init): Update.
1127 * cris-tdep.c (cris_gdbarch_init): Update.
1128 * d10v-tdep.c (d10v_gdbarch_init): Update.
1129 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1130 * m68k-tdep.c (m68k_gdbarch_init): Update.
1131 * mcore-tdep.c (mcore_gdbarch_init): Update.
1132 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1133 * s390-tdep.c (s390_gdbarch_init): Update.
1134 * sparc-tdep.c (sparc_gdbarch_init): Update.
1135 * sh-tdep.c (sh_gdbarch_init): Update.
1136 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1137 * v850-tdep.c (v850_gdbarch_init): Update.
1138 * avr-tdep.c (avr_gdbarch_init): Update.
1139 * ia64-tdep.c (ia64_gdbarch_init): Update.
1140 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1141 * vax-tdep.c (vax_gdbarch_init): Update.
1142 * alpha-tdep.c (alpha_gdbarch_init): Update.
1143 * arm-tdep.c (arm_gdbarch_init): Update.
1144 * mips-tdep.c (mips_gdbarch_init): Update.
1145 * i386-tdep.c (i386_gdbarch_init): Update.
1146
1147 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1148
1149 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1150 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1151
1152 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1153
1154 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1155 problems.
1156
1157 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1158
1159 * infrun.c (handle_inferior_event): Move a comment outside of a
1160 function call, in order to avoid indent reformatting this part
1161 of the code in an unreadable way.
1162
1163 2002-08-23 Grace Sainsbury <graces@redhat.com>
1164
1165 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1166 when breakpoints fail. Move general breakpoint error messages to
1167 insert_breakpoints.
1168 * breakpoint.c (insert_breakpoints): Change warnings when
1169 breakpoints are nto inserted to specify the type. Remove call to
1170 memory_error when hardware breakpoints can't be inserted. Remove
1171 multiple calls to warning so all messages are sent to the user at
1172 once.
1173 (delete_breakpoints): Make insert error messsages more explicit.
1174
1175 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1176
1177 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1178 gdbserver/ChangeLog.
1179
1180 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1181
1182 * i386-tdep.c: Include "objfiles.h".
1183 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1184 skip_trampoline_code.
1185 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1186 (CPLUS_MARKER): Define to '.'.
1187
1188 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1189 member.
1190 (linux_corefile_thread_callback): Increase args->num_notes.
1191 (linux_make_note_section): Initialize thread_args.num_notes, and
1192 use it to determine whether notes for any threads were created.
1193
1194 2002-08-23 Donn Terry <donnte@microsoft.com>
1195
1196 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1197 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1198 and PCUNKILL.
1199 (write_with_trace): Conditionalize out the switch branch handling
1200 PCSHOLD if the corresponding macro is not defined. Likewise for
1201 PRSABORT and PRSTOP.
1202 This change will be needed by the Interix port.
1203
1204 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1205
1206 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1207 write_register wherever possible instead of manipulating the
1208 register bytes directly.
1209 Assign VALUE_CONTENTS to a variable and use that.
1210 The GPR numbers are now dependent on the architecture.
1211
1212 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1213
1214 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1215 ev_offset fields.
1216 (skip_prologue): Add support for BookE/e500 instructions.
1217 (e500_extract_return_value): New function.
1218 (frame_get_saved_regs): Add support for saving ev registers and
1219 pseudo gpr's.
1220 (e500_store_return_value): New function.
1221 (rs6000_gdbarch_init): Move up default intializations of
1222 deprecated_extract_return_value and store_return_value. Overwrite
1223 init of store_return_value with e500 specific version.
1224 Set extract_return_value for e500.
1225
1226 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1227
1228 * blockframe.c (generic_call_dummy_register_unwind): Use
1229 regcache_cooked_read to catch cases in which the variable is
1230 stored in a pseudo register.
1231
1232 2002-08-22 Andrew Cagney <cagney@redhat.com>
1233
1234 * NEWS: Mention that the i960 has been made obsolete.
1235 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1236 i960-tdep.c
1237 (remote-nrom.o): Obsolete target.
1238 (remote-nindy.o, i960-tdep.o): Ditto.
1239 * remote-nrom.c: Make file obsolete.
1240 * remote-nindy.c, remote-vx960.c: Ditto.
1241 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1242 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1243 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1244 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1245 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1246 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1247 i960-*-vxworks* obsolete.
1248 * MAINTAINERS: Note that the i960 is obsolete.
1249
1250 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1251
1252 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1253 detach to allow reinitialization.
1254
1255 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1256
1257 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1258 attempt).
1259
1260 2002-08-22 Jim Blandy <jimb@redhat.com>
1261
1262 * coffread.c (coff_symfile_read): Don't try to read the line
1263 number table from disk if the image file doesn't have a symbol
1264 table; we'll never actually look at the info anyway, and Windows
1265 ships DLL's with bogus file offsets for the line number data.
1266
1267 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1268
1269 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1270 an e500 executable.
1271
1272 2002-08-21 Michael Snyder <msnyder@redhat.com>
1273
1274 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1275 (MSYMBOL_SIZE): Replace macro with function.
1276 (DEFAULT_MIPS_TYPE): Delete unused macro.
1277 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1278 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1279
1280 2002-08-21 Jim Blandy <jimb@redhat.com>
1281
1282 * valops.c (value_cast): Simplify and correct logic for doing a
1283 static cast from a pointer to a base class to a pointer to a
1284 derived class.
1285
1286 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1287
1288 * infcmd.c (default_print_registers_info): Replace
1289 do_registers_info.
1290 (registers_info): Use gdbarch_print_registers_info instead of
1291 DO_REGISTERS_INFO.
1292 * inferior.h (default_print_registers_info): Replace
1293 do_registers_info.
1294 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1295 (DO_REGISTERS_INFO): Change to a predicate function.
1296 * gdbarch.h, gdbarch.c: Regenerate.
1297
1298 2002-08-21 Keith Seitz <keiths@redhat.com>
1299
1300 * gdb-events.sh: Add target-changed event.
1301 * gdb-events.c: Regenerated.
1302 * gdb-events.c: Regenerated.
1303 * valops.c (value_assign): Add target-changed event notification
1304 to inlval_register, lval_memory, and lval_reg_frame_relative.
1305
1306 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1307
1308 * NEWS: Add an entry regarding the improvement of the next/step
1309 operation on Alpha Tru64 multi-processor machines.
1310
1311 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1312
1313 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1314 directores.
1315 * Makefile.in: Update all _h macro definitions.
1316 * Makefile.in (install-gdbtk): Move to install section.
1317 (rdi-share/libangsd.a): Move to end of file.
1318
1319 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1320
1321 * frame.c (frame_register_unwind): When a register, set addrp to
1322 the register's byte.
1323
1324 2002-08-20 Michael Snyder <msnyder@redhat.com>
1325
1326 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1327 used locally, so move them from the target machine header to here.
1328 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1329 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1330 Make static.
1331 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1332
1333 2002-08-20 Andrew Cagney <cagney@redhat.com>
1334
1335 * NEWS: Mention that the Apollo line was made obsolete.
1336 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1337 m68*-hp-hpux* obsolete.
1338 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1339 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1340 * buildsym.c (make_blockvector): Make static.
1341 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1342 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1343 (ALLDEPFILES): Remove dstread.c.
1344 (dstread.o): Obsolete make rule.
1345 * dstread.c: Makefile obsolete.
1346 * dst.h: Ditto.
1347 * config/m68k/hp300hpux.mt: Ditto.
1348 * config/m68k/hp300hpux.mh: Ditto.
1349 * config/m68k/hp300bsd.mt: Ditto.
1350 * config/m68k/hp300bsd.mh: Ditto.
1351 * config/m68k/apollo68b.mt: Ditto.
1352 * config/m68k/apollo68v.mh: Ditto.
1353 * config/m68k/apollo68b.mh: Ditto.
1354
1355 2002-08-20 Michael Snyder <msnyder@redhat.com>
1356
1357 * mips-tdep.c (mips_in_return_stub): Make static.
1358 (mips_gdbarch_init): Set in_solib_return_trampoline.
1359 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1360
1361 2002-08-20 Michael Snyder <msnyder@redhat.com>
1362
1363 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1364 * gdbarch.c, gdbarch.h: Regenerate.
1365 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1366 Add.
1367 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1368
1369 2002-08-20 Michael Snyder <msnyder@redhat.com>
1370
1371 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1372 (mips_gdbarch_init): Set skip_trampoline_code,
1373 in_solib_call_trampoline.
1374 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1375 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1376
1377 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1378
1379 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1380
1381 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1382 vector type for ev registers.
1383 (e500_pseudo_register_read): New function.
1384 (e500_pseudo_register_write): New function.
1385 (e500_dwarf2_reg_to_regnum): New function.
1386 (PPC_UISA_NOFP_SPRS): New macro.
1387 (PPC_EV_REGS): New macro.
1388 (PPC_GPRS_PSEUDO_REGS): New macro.
1389 (registers_e500): New register set for e500.
1390 (variants): Add e500 variant.
1391 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1392 before setting architectural dependent variations. Initialize ev
1393 registers numbers. Add case for e500 architecture. Set the
1394 number of pseudo registers.
1395
1396 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1397
1398 * rs6000-tdep.c: Clean up comments.
1399
1400 2002-08-20 Andrew Cagney <cagney@redhat.com>
1401
1402 * h8300-tdep.c: Re-indent file.
1403
1404 2002-08-20 Jim Blandy <jimb@redhat.com>
1405
1406 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1407 default for this.
1408
1409 2002-08-20 Keith Seitz <keiths@redhat.com>
1410
1411 * breakpoints.c (watch_command_1): Use internal breakpoint
1412 when setting a watchpoint_scope breakpoint.
1413
1414 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1415
1416 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1417 (build_builtin_type_vec64i): Ditto.
1418 (build_builtin_type_vec128): Ditto.
1419 (build_builtin_type_vec128i): Ditto.
1420
1421 2002-08-19 Michael Snyder <msnyder@redhat.com>
1422
1423 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1424 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1425 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1426 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1427 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1428 CALL_DUMMY_ADDRESS): Delete.
1429 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1430 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1431 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1432 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1433 push_return_address.
1434 (mips_register_raw_size, mips_eabi_use_struct_convention,
1435 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1436 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1437 mips_init_extra_frame_info, mips_eabi_push_arguments,
1438 mips_n32n64_push_arguments, mips_push_return_address,
1439 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1440 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1441
1442 2002-08-19 Michael Snyder <msnyder@redhat.com>
1443
1444 * mips-tdep.c (mips_frame_num_args): New function.
1445 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1446 frame_saved_pc, frame_args_address, frame_locals_address,
1447 frame_num_args, and frame_args_skip.
1448 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1449 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1450 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1451 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1452
1453 2002-08-20 Michael Snyder <msnyder@redhat.com>
1454
1455 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1456 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1457 * mips-tdep.c (mips_store_struct_return): New function.
1458 (mips_extract_struct_value_address): New function.
1459 (mips_gdbarch_init): Set store_struct_return and
1460 extract_struct_value_address.
1461
1462 2002-08-20 David Carlton <carlton@math.stanford.edu>
1463
1464 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1465 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1466 (read_file_scope): Check that line_header is nonzero before
1467 decoding macro information.
1468
1469 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1470
1471 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1472 flag the general-purpose registers as floating-point on targets
1473 that don't support the floating-point registers.
1474
1475 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1476
1477 * rs6000-tdep.c (altivec_register_p): Delete.
1478 (rs6000_do_altivec_registers): Delete.
1479 (rs6000_altivec_registers_info): Delete.
1480 (rs6000_do_registers_info): Delete.
1481 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1482 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1483
1484 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1485
1486 * infcmd.c (do_registers_info): Print vector registers in hex
1487 format only.
1488 (print_vector_info): Check that printing registers
1489 makes sense.
1490 (print_float_info): Ditto.
1491
1492 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1493
1494 * mips-tdep.c (mips_gdbarch_init): Update.
1495 (mips_o32_extract_return_value): Rewrite.
1496 (mips_o32_store_return_value): Rewrite.
1497 (mips_o32_xfer_return_value): New function.
1498 (mips_xfer_register): Tweak debug print message. Allow for
1499 buf_offset when dumping the value transfered.
1500
1501 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1502
1503 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1504 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1505 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1506 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1507 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1508
1509 2002-08-14 Michael Snyder <msnyder@redhat.com>
1510
1511 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1512
1513 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1514
1515 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1516 register.
1517 (P): New macro to define a register as a pseudo register.
1518 (R, R4, R8, R16, FR32, R64, R0): Updated.
1519 (struct variant): Add new fields for number of pseudo registers
1520 and number of total registers.
1521 (tot_num_registers): New macro replacing....
1522 (num_registers): ...deleted macro.
1523 (num_registers): New function.
1524 (num_pseudo_registers): New function.
1525 (variants): Update all variants to intialize new fields correctly.
1526 Postpone initialization of number of pseudo regs and real regs.
1527 (init_variants): New function.
1528 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1529 registers offsets.
1530
1531 2002-08-19 David Carlton <carlton@math.stanford.edu>
1532
1533 * valops.c (search_struct_field): Change error message to treat
1534 return value of 0 from value_static_field as meaning that field is
1535 optimized out.
1536 (value_struct_elt_for_reference): Ditto.
1537 * values.c (value_static_field): Treat an unresolved location the
1538 same as a nonexistent symbol. Fix PR gdb/635.
1539 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1540 enclosed. Fix PR gdb/574.
1541 * MAINTAINERS: Add self to Write After Approval list.
1542
1543 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1544
1545 * mips-tdep.c (mips_xfer_register): New function.
1546 (mips_n32n64_extract_return_value): Rewrite.
1547 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1548 instead of deprecated_extract_return_value.
1549
1550 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1551
1552 * rs6000-tdep.c (TDEP): Delete macro.
1553 (branch_dest): Replace use of TDEP macro with its body.
1554 (rs6000_pop_frame): Ditto.
1555 (rs6000_push_arguments): Ditto.
1556 (rs6000_skip_trampoline_code): Ditto.
1557 (rs6000_frame_saved_pc): Ditto.
1558 (rs6000_frame_chain): Ditto.
1559 (rs6000_register_name): Ditto.
1560 (rs6000_register_byte): Ditto.
1561 (rs6000_register_raw_size): Ditto.
1562 (rs6000_register_virtual_type): Ditto.
1563 (rs6000_register_convertible): Ditto.
1564 (rs6000_convert_from_func_ptr_addr): Ditto.
1565
1566 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1567
1568 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1569 conditionally.
1570 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1571 MIPS_LINUX_JB_ELEMENT_SIZE.
1572 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1573 for MAX_REGISTER_RAW_SIZE arrays.
1574 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1575 MIPS_LINUX_JB_ELEMENT_SIZE.
1576
1577 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1578
1579 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1580
1581 2002-08-19 Aidan Skinner <aidan@velvet.net>
1582
1583 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1584 ada-valprint.c ada-tasks.c.
1585 (YYFILES): Add ada-exp.y.
1586 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1587 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1588 (ada-exp.tab.o): New target.
1589
1590 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1591
1592 * regcache.c (regcache_xfer_part): New function.
1593 (regcache_raw_read_part): New function.
1594 (regcache_raw_write_part): New function.
1595 (regcache_cooked_read_part): New function.
1596 (regcache_cooked_write_part): New function.
1597 * regcache.h (regcache_raw_read_part): Declare.
1598 (regcache_raw_write_part): Declare.
1599 (regcache_cooked_read_part): Declare.
1600 (regcache_cooked_write_part): Declare.
1601
1602 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * remote.c (remote_open_1): Add async_p.
1605 (remote_async_open_1): Delete.
1606 (open_remote_target): Delete.
1607 (remote_open, extended_remote_open): Update calls to remote_open_1.
1608 (remote_async_open, extended_remote_async_open): Call
1609 remote_open_1 instead of remote_async_open_1.
1610
1611 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1612
1613 * blockframe.c: Fix a few coding standard violations.
1614
1615 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1616
1617 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1618 here from ...
1619 * config/i386/tm-i386sco5.h: ... here. File removed.
1620 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1621
1622 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1623 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1624 (TM_FILE): Set to tm-i386.h.
1625 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1626 * config/i386/tm-i386v.h: Remove file.
1627 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1628 instead of "i386/tm-i386v.h".
1629 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1630 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1631 "i386/tm-i386v.h".
1632 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1633 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1634 "i386/tm-i386.h".
1635
1636 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1637
1638 * config/i386/nm-i386v.h: Add protection against
1639 multiple-inclusion.
1640 (i386_register_u_addr): Remove prototype.
1641 (register_u_addr): New prototype.
1642 (REGISTER_U_ADDR): Redefine accordingly.
1643 * i386v-nat.c: Improve several comments.
1644 (i386_register_u_addr): Change signature and rename to
1645 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1646 ubase variable.
1647
1648 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1649
1650 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1651 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1652 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1653 deprecated_extract_return_value.
1654 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1655 rename mips_o32o64_push_arguments.
1656 (mips_gdbarch_init): Update.
1657 (mips_extract_return_value): Delete.
1658 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1659 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1660 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1661 (mips_n32n64_extract_return_value): Clone
1662 mips_extract_return_value.
1663 (mips_store_return_value): Delete.
1664 (mips_o32_store_return_value): Clone mips_store_return_value.
1665 (mips_o64_store_return_value): Clone mips_store_return_value.
1666 (mips_eabi_store_return_value): Clone mips_store_return_value.
1667 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1668
1669 2002-08-18 Aidan Skinner <aidan@velvet.net>
1670
1671 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1672 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1673
1674 2002-08-18 Aidan Skinner <aidan@velvet.net>
1675
1676 * ada-lang.c: Run through gdb_indent.sh.
1677 * ada-lang.h: Run through gdb_indent.sh.
1678 * ada-tasks.c: Run through gdb_indent.sh.
1679 * ada-typeprint.c: Run through gdb_indent.sh.
1680 * ada-valprint.c: Run through gdb_indent.sh.
1681
1682 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1683
1684 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1685 ABI.
1686
1687 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1688
1689 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1690
1691 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1692 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1693
1694 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1695 write_register_gen instead of write_register_bytes.
1696
1697 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1698 i[3456]-*-osf1mk* configurations have been made obsolete.
1699 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1700 i[3456]86-*-osf1mk* hosts obsolete.
1701 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1702 targets obsolete.
1703 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1704 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1705 config/i386/i386m3.mt, config/i386/nm-m3.h,
1706 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1707 config/i386/i386mk.mh, config/i386/i386mk.mt,
1708 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1709 obsolete.
1710 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1711 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1712 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1713
1714 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1715
1716 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1717 (hppa_value_returned_from_stack): Declare.
1718 (hppa_extract_return_value): Declare.
1719 * config/pa/hppa.mt: New file.
1720 * configure.tgt: Recognize hppa*-*-*.
1721 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1722
1723 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1724
1725 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1726 comment.
1727
1728 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1729
1730 * top.c (gdb_rl_operate_and_get_next): Make sure
1731 operate-and-get-next functions correctly even when the history
1732 list is completely filled.
1733
1734 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1735
1736 * MAINTAINERS (Target Instruction Set Architectures): Rename
1737 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1738 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1739 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1740 already listed under Host/Native.
1741
1742 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1743 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1744 mips*-*-*.
1745
1746 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1747
1748 * config/ia64/ia64.mt: New file.
1749 * config/alpha/alpha.mt: New file.
1750 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1751 ia64-linux-gnu. Mention that ia64-elf is broken.
1752 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1753
1754 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1755
1756 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1757 generic_func_frame_valid instead of func_frame_valid.
1758
1759 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1760
1761 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1762 procfs appears to be broken when debugging on multi-processor
1763 machines. So enable software single stepping in order to avoid
1764 using the procfs interface to do next/step operations, using
1765 internal breakpoints instead.
1766
1767 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1768 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1769 make this pc address equal to the value it would have if the
1770 system stepping capability was used. Also set a new flag used
1771 to ensure that we don't readjust the PC one more time later.
1772
1773 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1774 address by DECR_PC_AFTER_BREAK when software single step is
1775 in use for this architecture, as this has already been taken
1776 care of in handle_inferior_event().
1777
1778 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1779
1780 * infrun.c (handle_inferior_event): Minor reformatting, to make
1781 a rather long condition expression easier to read.
1782
1783 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1784
1785 * Makefile.in (gdbtk.o): Move to end of file.
1786 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1787 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1788 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1789 (gdbtk-wrapper.o, gdbres.o): Ditto.
1790
1791 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1792
1793 * Makefile.in (copying.o): Separate out compile rule.
1794 (hpux-thread.o, procfs.o, signals.o): Ditto.
1795 (v850ice.o, z8k-tdep.o): Ditto.
1796 (tui-file.o): Move to TUI section.
1797 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1798 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1799
1800 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1801
1802 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1803 skip_trampoline_code, for better namespace-proofing.
1804
1805 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1806
1807 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1808
1809 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1810
1811 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1812
1813 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1814 signal, check whether we hit a breakpoint before checking for a
1815 single step breakpoint. Otherwise, GDB fails to notice that a
1816 breakpoint has been hit when stepping onto a breakpoint.
1817
1818 2002-08-16 Keith Seitz <keiths@redhat.com>
1819
1820 * gdb-events.sh (clear_gdb_event_hooks): New function.
1821 * gdb-events.c: Regenerate.
1822 * gdb-events.h: Regenerate.
1823
1824 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1825
1826 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1827 not_a_sw_breakpoint.
1828 * breakpoint.h (bpstat_stop_status): Add parameter names.
1829
1830 2002-08-16 Grace Sainsbury <graces@redhat.com>
1831
1832 * remote.c (remote_insert_hw_breakpoint)
1833 (remote_remove_hw_breakpoint): Fix calculation of length field
1834 for Z-packet.
1835
1836 2002-08-15 Michael Snyder <msnyder@redhat.com>
1837
1838 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1839 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1840 (supply_fpregset): Ditto.
1841
1842 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1843 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1844 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1845 (TARGET_READ_SP): Delete.
1846 (DO_REGISTERS_INFO): Delete.
1847 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1848 Delete.
1849 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1850 from macros to functions.
1851
1852 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1853 (mips_register_convertible, mips_register_convert_to_virtual,
1854 mips_register_convert_to_raw): Make static.
1855 (mips_read_sp): New function.
1856 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1857 (mips_do_registers_info): Make static.
1858 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1859 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1860 (mips_register_convert_from_type, mips_register_convert_to_type):
1861 New functions.
1862 (mips_gdbarch_init): Set up function_start_offset,
1863 register_virtual_size, pc_in_sigtramp.
1864
1865 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1866
1867 * infcmd.c (vector_info): New function.
1868 (_initialize_infcmd): Add command "info vector".
1869 (print_vector_info): New function.
1870
1871 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1872 * gdbarch.h, gdbarch.c: Regenerate.
1873
1874 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1875
1876 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1877 ``print_all''. Only print vector registers when ``print_all''.
1878
1879 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1880
1881 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1882 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1883
1884 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1885 Add `args' parameter.
1886 * gdbarch.h, gdbarch.c: Regenerate.
1887
1888 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1889
1890 * infcmd.c (float_info): Call print_float_info.
1891 (print_float_info): New function. By default, print the
1892 floating-point registers.
1893
1894 * arch-utils.h (default_print_float_info): Delete declaration.
1895 * arch-utils.c (default_print_float_info): Delete function.
1896
1897 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1898
1899 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1900 out define.
1901
1902 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1903 FRAME.
1904
1905 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1906 * configure.host: Make i[3456]86-*-aix host obsolete.
1907 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1908 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1909 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1910 config/i386/xm-i386aix.h: Make files obsolete.
1911 * i386aix-nat.c: Make file obsolete.
1912 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1913 (i386aix-nat.o): Make target obsolete.
1914
1915 * config/i386/nm-gnu.h: Removed.
1916 * config/i386/nm-i386gnu.h: New file.
1917 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1918 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1919 Moved here from ...
1920 * config/i386/tm-i386gnu.h: ... here. Removed.
1921 * config/i386/xm-i386gnu.h: Removed.
1922 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1923 (NAT_FILE): Set to nm-i386gnu.h.
1924 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1925 * i386-tdep.c: New file.
1926 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1927 (i386gnu-tdep.o): Specify dependencies.
1928
1929 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1930
1931 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1932 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1933 Adjust a few comments to reflect reality a bit closer.
1934 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1935 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1936 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1937 target_insert_watchpoint, target_remove_watchpoint):
1938 Move defines to ...
1939 * config/i386/nm-i386sco5.h: ... here.
1940 (kernel_u_size): Add prototype. Improve a few comments and add
1941 protection against multiple inclusion.
1942
1943 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1944 out define.
1945
1946 * uw-thread.c (SP_ARG0): Define if not already defined.
1947 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1948
1949 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1950
1951 * config/i386/tm-i386.h: Don't include "regcache.h".
1952
1953 * i387-tdep.h (i387_print_float_info): New prototype.
1954 * i387-tdep.c (print_i387_value, print_i387_ext,
1955 print_i387_status_word, print_i387_control_word): Add `struct
1956 ui_file *' argument and use it for output.
1957 (i387_print_float_info): Renamed from i387_float_info. Add
1958 `struct gdbarch *' and `struct ui_file *' arguments and use the
1959 latter for output.
1960 * i386-tdep.c: Include "i387-tdep.h".
1961 (i386_gdbarch_init): Set print_float_info.
1962 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1963 (FLOAT_INFO): Remove define.
1964
1965 2002-08-13 Michael Snyder <msnyder@redhat.com>
1966
1967 * mips-tdep.c (mips_push_arguments): Rename to
1968 mips_eabi_push_arguments, and tune for EABI.
1969 (MIPS_REGS_HAVE_HOME_P): Delete.
1970 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1971 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1972 Delete references to mips_regs_have_home_p.
1973
1974 2002-08-14 Keith Seitz <keiths@redhat.com>
1975
1976 * Makefile.in (install-gdbtk): Create insight plugin directory.
1977 Install plugins.tcl file.
1978
1979 2002-08-14 Keith Seitz <keiths@redhat.com>
1980
1981 * configure.in: Move SUBDIRS to near top of the file so that
1982 --enable options may add things to it.
1983 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1984 * configure: Regenerate.
1985
1986 2002-08-13 Michael Snyder <msnyder@redhat.com>
1987
1988 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1989 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1990 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1991
1992 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1993
1994 * vax-tdep.c (vax_get_saved_register): Delete function.
1995 (vax_gdbarch_init): Update.
1996 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1997 (ns32k_gdbarch_init): Update.
1998 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1999 (alpha_gdbarch_init): Update.
2000
2001 2002-08-13 Andrew Cagney <cagney@redhat.com>
2002
2003 * regcache.c (init_regcache_descr): Overallocate the
2004 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2005 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2006 nr_raw_registers.
2007 (set_register_cached): Add range checking assertions. Use
2008 current_regcache.
2009
2010 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2011
2012 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2013 numbers for MMX registers.
2014
2015 2002-08-13 Andrew Cagney <cagney@redhat.com>
2016
2017 * i386-tdep.c (i386_gdbarch_init): Use
2018 generic_unwind_get_saved_register.
2019
2020 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2021
2022 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2023 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2024 target vector.
2025 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2026 Delete. Add comment regarding this now-deleted target method.
2027
2028 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2029
2030 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2031 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2032 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2033 real PC and the page number (if it's within the memory bank window).
2034 (m68hc11_pseudo_register_write): Likewise when saving.
2035 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2036 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2037 (m68hc11_register_raw_size): And use 32-bit for it.
2038 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2039 16K memory bank is used by the prog; also use the virtual pc.
2040
2041 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2042
2043 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2044 (m68hc11_gdbarch_init): Install it in gdbarch.
2045 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2046 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2047 (MSYMBOL_SIZE): New for documentation.
2048 (insn_return_kind): Enum to specify how a function returns.
2049 (frame_extra_info): Cleanup and record the return mode.
2050 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2051 register in address computation.
2052 (m68hc11_get_return_insn): New to obtain the return instruction used
2053 by the function.
2054 (m68hc11_frame_init_saved_regs): Take into account the return
2055 instruction used by the function for far and interrupt functions.
2056 (m68hc11_init_extra_frame_info): Take into account page register.
2057 (m68hc11_frame_args_address): Adjust according to the return mode.
2058 (show_regs): Print page register only when it's used.
2059
2060 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2061
2062 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2063 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2064 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2065 registers.
2066 (m68hc11_register_raw_size): Likewise.
2067
2068 2002-08-13 Andrew Cagney <cagney@redhat.com>
2069
2070 * i386-tdep.c (i386_register_name): Handle mmx registers.
2071 (mmx_regnum_p): New function.
2072 (i386_mmx_names): New array.
2073 (mmx_num_regs): New variable.
2074 (i386_pseudo_register_read): New function.
2075 (i386_pseudo_register_write): New function.
2076 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2077
2078 * regcache.c (regcache_raw_read_unsigned): New function.
2079 (regcache_raw_read_signed): New function.
2080 * regcache.h (regcache_raw_read_unsigned): Declare.
2081 (regcache_raw_read_signed): Declare.
2082
2083 2002-08-13 Andrew Cagney <cagney@redhat.com>
2084
2085 * regcache.c (regcache_raw_read_as_address): Delete function.
2086 (regcache_cooked_read_signed): New function.
2087 (regcache_cooked_read_unsigned): New function.
2088 * regcache.h (regcache_cooked_read_signed): Declare.
2089 (regcache_cooked_read_unsigned): Declare.
2090 (regcache_raw_read_as_address): Delete declaration.
2091
2092 * blockframe.c (generic_read_register_dummy): Use
2093 regcache_cooked_read_unsigned.
2094 * i386-tdep.c (i386_extract_struct_value_address): Use
2095 regcache_cooked_read_unsigned.
2096
2097 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2098
2099 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2100 double sizes according to ELF ABI flags.
2101 (gdbarch_tdep): Record elf_flags.
2102
2103 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2104
2105 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2106 (m6812_prolog): They can appear in 68HC12 function prologue.
2107 (m68hc11_frame_chain): Cleanup.
2108
2109 2002-08-12 Andrew Cagney <cagney@redhat.com>
2110
2111 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2112 declarations.
2113 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2114 (i386_linux_register_raw_size): Delete function.
2115 (i386_linux_init_abi): Update.
2116 * i386-tdep.c (i386_register_raw_size): Delete function.
2117 (i386_register_byte): Delete function.
2118 (i386_gdbarch_init): Update.
2119 (i386_register_size): Delete array.
2120 (i386_register_offset): Delete array.
2121
2122 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2123 (REGISTER_RAW_SIZE): Delete macro.
2124 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2125 (REGISTER_BYTE): Delete macro.
2126
2127 2002-08-11 Aidan Skinner <aidan@velvet.net>
2128
2129 * ada-lang.c (ada_lookup_partial_symbol)
2130 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2131 prototype names so that grep ^func works properly.
2132
2133 * ada-lang.c (ada_array_element_type)
2134 (ada_lookup_partial_symbol): Fix typos in parameter list.
2135
2136 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2137 Fix prototype names so that grep ^func works properly.
2138
2139 2002-08-10 Andrew Cagney <cagney@redhat.com>
2140 Elena Zannoni <ezannoni@redhat.com>
2141 Martin M. Hunt <hunt@redhat.com>
2142
2143 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2144 (build_builtin_type_vec128i): Set the vector bit.
2145 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2146 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2147 (build_builtin_type_vec64): New function.
2148 (build_builtin_type_vec64i): New function.
2149 (build_gdbtypes): Initialize builtin_type_vec64 and
2150 builtin_type_vec64i.
2151
2152 2002-08-09 Andrew Cagney <cagney@redhat.com>
2153
2154 * regcache.c (regcache_dump): Compare the register offset
2155 with REGISTER_BYTE.
2156 * arch-utils.c (generic_register_byte): New function.
2157 * arch-utils.h (generic_register_byte): Declare.
2158 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2159 * gdbarch.h, gdbarch.c: Regenerate.
2160
2161 2002-08-09 Andrew Cagney <cagney@redhat.com>
2162
2163 * regcache.c: Include "gdbcmd.h"
2164 (_initialize_regcache): Add commands "maintenance print
2165 registers", "maintenance print raw-registers" and "maintenance
2166 print cooked-registers".
2167 (enum regcache_dump_what): Define.
2168 (dump_endian_bytes): New function.
2169 (regcache_dump): New function.
2170 (regcache_print): New function.
2171 (maintenance_print_registers): New function.
2172 (maintenance_print_raw_registers): New function.
2173 (maintenance_print_cooked_registers): New function.
2174 * Makefile.in (regcache.o): Update dependencies.
2175
2176 2002-08-09 Michael Snyder <msnyder@redhat.com>
2177
2178 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2179 (mips_push_arguments): Correct some comments. Use paddr_nz
2180 for printing addresses in debug output. Replace static
2181 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2182 (mips_n32n64_push_arguments): New function, cloned from
2183 mips_push_arguments and tuned for the n32/n64 ABI.
2184 (mips_push_register): Buffer needs dynamic allocation.
2185 (mips_print_register): Ditto.
2186 (do_gp_register_row): Ditto.
2187 (mips_store_return_value): Ditto.
2188 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2189
2190 2002-08-09 Don Howard <dhoward@redhat.com>
2191
2192 * memattr.c (mem_info_command): Print special case of upper bound
2193 as max CORE_ADDR + 1.
2194
2195 2002-08-08 Michael Snyder <msnyder@redhat.com>
2196
2197 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2198 returns structs by ref if they're too big to fit in two registers.
2199
2200 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2201
2202 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2203 saved regs value.
2204 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2205 mips_find_saved_regs().
2206 (mips_pop_frame): Likewise.
2207
2208 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2209
2210 * blockframe.c (frame_saved_regs_register_unwind): Revise
2211 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2212 frames are in use.
2213
2214 2002-08-09 Grace Sainsbury <graces@redhat.com>
2215
2216 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2217 T-packets; the 'a' is not taken as a register number.
2218 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2219 (remote_stopped_data_address): New functions; add to target
2220 vector.
2221 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2222 prototypes to match other implementations of this
2223 function. replace integer argument with pointer -- the length
2224 field in the Z-packet is the length of what is pointed to or 1 if
2225 pointer is null. Add to target vector.
2226 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2227 target vector.
2228
2229 From Mark Salter:
2230 * remote.c (remote_wait): Add support to extract optional
2231 watchpoint information from T-packet. Ignore unrecognized
2232 optional info in T-packet.
2233 (remote_async_wait): Ditto.
2234
2235 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2236
2237 * cli/cli-dump.c: Change fopen modes to use binary open modes
2238 as defined in include/fopen-bin.h throughout.
2239
2240 2002-08-08 Michael Snyder <msnyder@redhat.com>
2241
2242 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2243
2244 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2245
2246 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2247 assertion failure by returning early after a warning.
2248
2249 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2250
2251 * mips-tdep.c (mips_find_saved_regs): Make static.
2252 (mips_frame_init_saved_regs): New function.
2253 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2254 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2255 (mips_find_saved_regs): Delete declaration.
2256
2257 2002-08-08 Grace Sainsbury <graces@redhat.com>
2258
2259 * remote.c (remote_wait, remote_async_wait): Change
2260 thread_num from int to ULONGEST.
2261 (unpack_varlen_hex): Change result parameter from
2262 int * to ULONGEST *.
2263
2264 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2265
2266 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2267 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2268 powerpc*-*-*.
2269 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2270
2271 2002-08-08 Andrew Cagney <cagney@redhat.com>
2272
2273 * gcore.c (override_derive_stack_segment): Delete variable.
2274 (preempt_derive_stack_segment): Delete function.
2275 (derive_stack_segment): Delete function.
2276 (default_derive_stack_segment): Renamed to derive_stack_segment.
2277 (override_derive_heap_segment): Delete variable.
2278 (preempt_derive_heap_segment): Delete function.
2279 (derive_heap_segment): Delete function.
2280 (default_derive_heap_segment): Rename to derive_heap_segment.
2281
2282 2002-08-06 Michael Snyder <msnyder@redhat.com>
2283
2284 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2285 * mips-tdep.c (mips_EABI_use_struct_convention,
2286 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2287 New functions. (mips_use_struct_convention): Delete.
2288 (mips_gdbarch_init): set use_gdbarch_convention.
2289
2290 2002-08-06 Michael Snyder <msnyder@redhat.com>
2291
2292 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2293 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2294 mips_o32_reg_struct_has_addr): New functions.
2295 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2296
2297 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2298
2299 * regcache.c (pseudo_register): Delete function.
2300 (fetch_register): Delete function.
2301 (store_register): Delete function.
2302 (regcache_raw_read, legacy_read_register_gen): Use
2303 target_fetch_registers instead of fetch_register.
2304 (legacy_write_register_gen, regcache_raw_write): Use
2305 target_store_register instead of store_register.
2306 (write_register_bytes): Ditto.
2307
2308 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2309 (STORE_PSEUDO_REGISTER): Delete.
2310 * gdbarch.h, gdbarch.c: Regenerate.
2311
2312 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2313
2314 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2315 write dump file binary.
2316
2317 2002-08-05 Michael Snyder <msnyder@redhat.com>
2318
2319 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2320 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2321 (mips_gdbarch_init): Set N32 target to be mips64.
2322
2323 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2324
2325 * frame.c (find_saved_register): Break out of loop once saved
2326 register address is found. Don't mention sparc in loop comment
2327 anymore.
2328
2329 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2330
2331 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2332 mips_default_saved_regsize to 8.
2333
2334 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2335
2336 * gcore.c: Do not include <sys/procfs.h>.
2337 * Makefile.in (gcore.o): Update dependencies.
2338
2339 2002-08-06 Andrew Cagney <cagney@redhat.com>
2340
2341 * configure.tgt: Make arc-*-* obsolete.
2342 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2343 * MAINTAINERS: Make arc-elf obsolete.
2344 * arc-tdep.c: Make file obsolete.
2345 * config/arc/arc.mt: Ditto.
2346 * config/arc/tm-arc.h: Ditto.
2347
2348 2002-08-05 Theodore A. Roth <troth@verinet.com>
2349
2350 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2351
2352 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2353
2354 * mcore-tdep.c (mcore_gdbarch_init): Use
2355 generic_unwind_get_saved_register instead of
2356 generic_get_saved_register.
2357 * v850-tdep.c (v850_gdbarch_init): Ditto.
2358 * frv-tdep.c (frv_gdbarch_init): Ditto.
2359 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2360 * s390-tdep.c (s390_gdbarch_init): Ditto.
2361 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2362 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2363 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2364
2365 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2366
2367 * objfiles.h: Add missing #include "symfile.h"
2368
2369 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2370
2371 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2372
2373 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2374 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2375 of FIELD_BITSIZE.
2376
2377 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2378
2379 * NEWS: Cleanup and nitpick.
2380
2381 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2382
2383 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2384
2385 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2386
2387 * Makefile.in (gdbtk-bp.o): Update dependencies.
2388 (gdbtk-register.o): Ditto.
2389 (gdbtk-varobj.o): Ditto.
2390
2391 2002-08-03 Andrew Cagney <cagney@redhat.com>
2392
2393 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2394 m68hc11_fetch_pseudo_register.
2395 (m68hc11_pseudo_register_write): Replace
2396 m68hc11_store_pseudo_register.
2397 (m68hc11_gdbarch_init): Update.
2398
2399 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2400
2401 * gdbarch.sh: Include "gdb_string.h".
2402 * gdbarch.c: Regenerate.
2403
2404 * regcache.c: Include "gdb_string.h".
2405 * ax-general.c: Ditto.
2406 * varobj.c: Ditto.
2407 * std-regs.c: Ditto.
2408 * fbsd-proc.c: Ditto.
2409 * thread.c: Ditto.
2410
2411 * Makefile.in (regcache.o): Update dependencies.
2412 (thread.o, gdbarch.o): Ditto.
2413 (ax-general.o, gdbarch.o): Ditto.
2414 (varobj.o, std-regs.o): Ditto.
2415 (fbsd-proc.o): Specify dependencies.
2416
2417 2002-08-02 Andrew Cagney <cagney@redhat.com>
2418
2419 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2420 regnum.
2421 (regcache_cooked_write): Ditto.
2422
2423 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2424
2425 * regcache.c (regcache_cooked_read): New function.
2426 (regcache_cooked_write): New function.
2427 (read_register_gen): Rewrite using regcache_cooked_read.
2428 (write_register_gen): Rewrite using regcache_cooked_write.
2429
2430 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2431 Declare.
2432
2433 2002-08-02 Andrew Cagney <cagney@redhat.com>
2434
2435 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2436 Replace the architecture methods register_read and register_write.
2437 * gdbarch.h, gdbarch.c: Regenerate.
2438 * regcache.c (init_regcache_descr): Update.
2439 (read_register_gen): Update.
2440 (write_register_gen): Update.
2441 (supply_register): Update comment.
2442
2443 * sh-tdep.c (sh_gdbarch_init): Update.
2444 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2445 `regcache' and `gdbarch' parameters. Make `buffer' a void
2446 pointer. Update code.
2447 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2448 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2449 void pointer. Update code.
2450 (sh64_register_write): Delete.
2451 (sh4_register_read): Delete.
2452 (sh64_register_read): Delete.
2453 (sh4_register_write): Delete.
2454 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2455 void pointer, `to' parameter a void pointer.
2456 (sh_sh64_register_convert_to_raw): Ditto.
2457
2458 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2459
2460 * mips-tdep.c (mips_register_virtual_type): Use architecture
2461 invariant return values.
2462
2463 2002-08-01 Andrew Cagney <cagney@redhat.com>
2464
2465 * linux-proc.c: Include "gdb_string.h".
2466 * Makefile.in (linux-proc.o): Update dependency list.
2467
2468 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2469
2470 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2471 comment.
2472
2473 2002-08-01 Grace Sainsbury <graces@redhat.com>
2474
2475 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2476 to_insert_watchpoint, to_remove_watchpoint,
2477 to_stopped_by_watchpoint, to_stopped_data_address,
2478 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2479 target vecctor. Define their corresponding macros so they call
2480 them.
2481
2482 * target.c: Add default and debug versions of for
2483 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2484 to_insert_watchpoint, to_remove_watchpoint,
2485 to_stopped_by_watchpoint, to_stopped_data_address,
2486 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2487
2488 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2489
2490 * mips-tdep.c (mips_register_virtual_type): New function.
2491 (mips_gdbarch_init): Register mips_register_virtual_type()
2492 with gdbarch machinery.
2493 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2494 this file instead of tm-bigmips.h.
2495 (MIPS_REGSIZE): Delete this macro.
2496 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2497 multiarch version in mips-tdep.c will be found.
2498
2499 2002-08-01 Andrew Cagney <cagney@redhat.com>
2500
2501 * NEWS: Menion that CHILL has been made obsolete.
2502
2503 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2504 * stabsread.c (read_range_type): Ditto.
2505 * gdbtypes.h: Ditto.
2506 * language.c (binop_type_check): Ditto.
2507 (binop_result_type): Ditto.
2508 (integral_type): Ditto.
2509 (character_type): Ditto.
2510 (string_type): Ditto.
2511 (boolean_type): Ditto.
2512 (structured_type): Ditto.
2513 (lang_bool_type): Ditto.
2514 (binop_type_check): Ditto.
2515 * language.h (_LANG_chill): Ditto.
2516 * dwarfread.c (set_cu_language): Ditto.
2517 * dwarfread.c (CHILL_PRODUCER): Ditto.
2518 * dwarfread.c (handle_producer): Ditto.
2519 * expression.h (enum exp_opcode): Ditto.
2520 * eval.c: Ditto for comments.
2521 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2522 * expprint.c (print_subexp): Ditto.
2523 (print_subexp): Ditto.
2524 * valops.c (value_cast): Ditto.
2525 (search_struct_field): Ditto.
2526 * value.h (COERCE_VARYING_ARRAY): Ditto.
2527 * symfile.c (init_filename_language_table): Ditto.
2528 (add_psymbol_with_dem_name_to_list): Ditto.
2529 * valarith.c (value_binop): Ditto.
2530 (value_neg): Ditto.
2531 * valops.c (value_slice): Ditto.
2532 * symtab.h (union language_specific): Ditto.
2533 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2534 (SYMBOL_DEMANGLED_NAME): Ditto.
2535 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2536 * defs.h (enum language): Ditto.
2537 * symtab.c (got_symtab): Ditto.
2538 * utils.c (fprintf_symbol_filtered): Ditto.
2539
2540 * ch-typeprint.c: Make file obsolete.
2541 * ch-valprint.c: Make file obsolete.
2542 * ch-lang.h: Make file obsolete.
2543 * ch-exp.c: Make file obsolete.
2544 * ch-lang.c: Make file obsolete.
2545
2546 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2547 CHILL_LIB.
2548 (TARGET_FLAGS_TO_PASS): Ditto.
2549 (CHILLFLAGS): Obsolete.
2550 (CHILL): Obsolete.
2551 (CHILL_FOR_TARGET): Obsolete.
2552 (CHILL_LIB): Obsolete.
2553 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2554 ch-valprint.c.
2555 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2556 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2557 ch-lang.o.
2558 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2559 targets.
2560
2561 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2562
2563 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2564 This does not change anything at the moment, but will be helpful
2565 later when full Ada support is integrated.
2566
2567 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2568
2569 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2570 help message.
2571
2572 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2573
2574 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2575 and save it in a local variable. Use variable in later test.
2576
2577 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2578
2579 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2580 test. (Thanks to Daniel Jacobowitz.)
2581
2582 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2583
2584 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2585 (mips_abi_strings): Add "n64".
2586 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2587
2588 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2589
2590 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2591 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2592
2593 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2594
2595 * utils.c (host_pointer_to_address, address_to_host_pointer):
2596 Use gdb_assert() instead of explicit call to internal_error().
2597
2598 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2599
2600 * Makefile.in (rs6000-nat.o): Update dependencies.
2601
2602 From Nicholas Duffek:
2603 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2604 (aix-thread.o): New rule.
2605 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2606 * config/powerpc/aix432.mh: New file.
2607
2608 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2609
2610 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2611 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2612 (fetch_core_registers, ppc_linux_supply_gregset)
2613 (ppc_linux_supply_fpregset): New functions.
2614 (ppc_linux_regset_core_fns): New.
2615 (_initialize_ppc_linux_tdep): Call add_core_fns.
2616 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2617 and ppc_linux_supply_gregset.
2618 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2619 (supply_fpregset): Call ppc_linux_supply_fpregset.
2620 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2621 corelow.o.
2622 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2623
2624 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2625
2626 * symtab.c (lookup_symbol): Demangle before lowercasing.
2627
2628 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2629
2630 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2631 declaration.
2632 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2633 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2634 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2635 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2636 "gdb_string.h".
2637 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2638 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2639 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2640 (avr-tdep.o, mon960-rom.o): Ditto.
2641 (aout_stabs_gnu_h): Define.
2642 (symtab_h): Remove $(gdb_obstack_h).
2643
2644 2002-07-30 Jim Blandy <jimb@redhat.com>
2645
2646 Patch from David Carlton <carlton@math.stanford.edu>:
2647 * gdbinit.in: Move the `dir' commands that add GDB's own source
2648 directory to the search path to the end, so that the `gdb' source
2649 directory will be searched first.
2650
2651 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2652
2653 * gdb_obstack.h: New file.
2654 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2655 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2656 * objfiles.h: Include "gdb_obstack.h".
2657 * Makefile.in (gdb_obstack_h): Define.
2658 (symtab_h): Add $(gdb_obstack_h).
2659 (objfiles_h): Add $(gdb_obstack_h).
2660
2661 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2662 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2663 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2664 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2665 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2666 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2667 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2668 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2669
2670 * Makefile.in (bcache.o): Update dependencies.
2671 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2672 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2673 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2674 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2675 (stabsread.o, symfile.o, symmisc.o): Ditto.
2676 (symtab.o, typeprint.o, macroexp.o): Ditto.
2677 (macrotab.o, mdebugread.o): Ditto.
2678 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2679 (coff_ecoff_h, aout_aout64_h): Define.
2680 (aout_stabs_gnu_h, libaout_h): Define.
2681
2682 2002-07-29 Andrew Cagney <cagney@redhat.com>
2683
2684 * regcache.c (struct regcache_descr): Rename nr_registers to
2685 nr_cooked_registers. Revise comments describing the structure
2686 member fields.
2687 (init_regcache_descr): Update.
2688 (init_legacy_regcache_descr): Update.
2689 (read_register_gen, write_register_gen): When a cooked register in
2690 the raw register range, directly access the value from the raw
2691 register cache.
2692
2693 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2694
2695 * z8k-tdep.c: Do not include "obstack.h".
2696 * h8300-tdep.c, h8500-tdep.c: Ditto.
2697 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2698 * valprint.c, v850-tdep.c: Ditto.
2699 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2700 * mn10200-tdep.c: Ditto.
2701
2702 * Makefile.in (z8k-tdep.o): Update dependencies.
2703 (m68hc11-tdep.o, valprint.o): Ditto.
2704 (v850-tdep.o, d10v-tdep.o): Ditto.
2705 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2706 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2707 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2708 (sh_opc_h, gdb_sim_sh_h): Define.
2709 (elf_sh_h, elf_bfd_h): Define.
2710 (opcode_m68hc11_h): Define.
2711 (OPCODES_SRC, OPCODES_DIR): define.
2712 (OPCODES): Use $(OPCODES_DIR).
2713 (gdb_sim_d10v_h): Rename sim_d10v_h.
2714 (gdb_sim_arm_h): Rename sim_arm_h.
2715
2716 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2717
2718 * utils.c (host_pointer_to_address, address_to_host_pointer):
2719 Change internal_error() message to indicate function responsible
2720 for the error.
2721
2722 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2723
2724 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2725 calls to local_hex_string_custom().
2726
2727 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2728
2729 * irix5-nat.c: Move IRIX shared library support from here...
2730 * solib-irix.c: ...to here. Revised substantially to work with
2731 generic solib framework.
2732
2733 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2734 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2735 * mips-irix-tdep.c: New file.
2736
2737 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2738 (mips-irix-tdep.o, solib-irix.o): New rules.
2739 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2740 solib-irix.o.
2741 * config/mips/irix6.mt (TDEPFILES): Likewise.
2742 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2743
2744 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2745
2746 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2747 disabled (via ``#if 0'') includes.
2748
2749 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2750
2751 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2752 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2753 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2754 Add support for the fpscr register.
2755 * rs6000-nat.c (regmap, fetch_inferior_registers)
2756 (store_inferior_registers, fetch_core_registers): Likewise.
2757
2758 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2759
2760 * rs6000-nat.c (language.h): Include.
2761 (special_regs): Delete this array.
2762 (regmap): New function.
2763 (fetch_register, store_register): Use regmap() to map gdb
2764 register numbers to ptrace register numbers. Also, use
2765 outputs from regmap() to make decisions regarding type of
2766 ptrace() call to make. In particular, don't compare against
2767 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2768 (fetch_inferior_registers, store_inferior_registers): Where
2769 possible, obtain register numbers from tdep struct. Don't
2770 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2771 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2772 (LAST_UISA_SP_REGNUM): Delete.
2773
2774 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2775
2776 * rs6000-nat.c (ppc-tdep.h): Include.
2777 (fetch_registers, store_register, fetch_core_registers): Don't
2778 access registers[] directly. Instead, use supply_register() or
2779 regcache_collect() as appropriate.
2780 (find_toc_address): Format hex address with local_hex_string().
2781
2782 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2783
2784 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2785 bfd/elf32-frv.c.
2786
2787 2002-07-24 Tom Tromey <tromey@redhat.com>
2788
2789 * jv-exp.y: Marked all strings with _().
2790 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2791 internal_error.
2792 (MethodInvocation, CastExpression, parse_number, yyerror,
2793 java_type_from_name, push_expression_name, yylex): Typo fixes.
2794
2795 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2796
2797 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2798 (tee_file_flush, tee_file_write, tee_file_fputs)
2799 (tee_file_isatty): New.
2800 * ui-file.h (tee_file_new): Add prototype.
2801
2802 2002-07-24 Aidan Skinner <aidan@velvet.net>
2803
2804 * ada-lang.c: Change k&r style function definitions to prototyped
2805 form.
2806 * ada-typeprint.c: Change k&r style function definitions to prototyped
2807 form.
2808 * ada-valprint.c: Change k&r style function definitions to prototyped
2809 form.
2810
2811 2002-07-24 Andrew Cagney <cagney@redhat.com>
2812
2813 * README: Remove reference to remote-bug.
2814 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2815 remote-bug.c.
2816 (m88k-nat.o): Delete rule.
2817 (m88k-tdep.o): Delete rule.
2818 (remote-bug.o): Delete rule.
2819 * MAINTAINERS: Mark as obsolete.
2820 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2821 * m88k-tdep.c: Make file obsolete.
2822 * config/m88k/m88k.mh: Ditto.
2823 * config/m88k/delta88v4.mh: Ditto.
2824 * config/m88k/delta88v4.mt: Ditto.
2825 * config/m88k/delta88.mt: Ditto.
2826 * config/m88k/delta88.mh: Ditto.
2827 * remote-bug.c: Ditto.
2828 * config/m88k/tm-delta88.h: Ditto.
2829 * config/m88k/nm-delta88v4.h: Ditto.
2830 * config/m88k/xm-delta88.h: Ditto.
2831 * config/m88k/xm-dgux.h: Ditto.
2832 * config/m88k/tm-m88k.h: Ditto.
2833 * config/m88k/nm-m88k.h: Ditto.
2834 * config/m88k/tm-delta88v4.h: Ditto.
2835 * m88k-nat.c: Ditto.
2836 * cxux-nat.c: Ditto.
2837 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2838 and m88*-*-* obsolete.
2839 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2840 m88*-*-* obsolete.
2841
2842 2002-07-24 Andrew Cagney <cagney@redhat.com>
2843
2844 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2845 constant. Same for local pointer variables.
2846 (extract_signed_integer): Ditto.
2847 * defs.h (extract_unsigned_integer): Update.
2848 (extract_signed_integer): Update.
2849
2850 2002-07-24 Andrew Cagney <cagney@redhat.com>
2851
2852 * regcache.c (regcache_raw_write): Change buf parameter to a
2853 constant void pointer.
2854 (regcache_raw_read): Change buf parameter to a void pointer.
2855 (legacy_write_register_gen): Change myaddr parameter a constant
2856 void pointer.
2857 (supply_register): Change val parameter to a const void pointer.
2858 * regcache.h (regcache_raw_write): Update declaration.
2859 (regcache_raw_read): Update declaration.
2860 (supply_register): Update declaration.
2861
2862 2002-07-24 Tom Tromey <tromey@redhat.com>
2863
2864 * defs.h (gdb_readline_wrapper): Declare.
2865 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2866 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2867 * top.c (gdb_readline_wrapper): New function.
2868 (command_line_input): Use it.
2869
2870 2002-07-24 Andrew Cagney <cagney@redhat.com>
2871
2872 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2873 regcache_read and regcache_write.
2874 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2875 * regcache.c: Update.
2876 * sh-tdep.c (sh64_push_arguments): Update comment.
2877 (sh_pseudo_register_read): Update.
2878 (sh_pseudo_register_write): Update.
2879 (sh4_register_read): Update.
2880 (sh4_register_write): Update.
2881 (sh64_pseudo_register_read): Update.
2882 (sh64_pseudo_register_write): Update.
2883 (sh64_register_read): Update.
2884 (sh64_register_write): Update.
2885 * i386-tdep.c (i386_extract_return_value): Update.
2886 (i386_extract_struct_value_address): Update.
2887 (i386_extract_return_value): Update.
2888 * blockframe.c (generic_read_register_dummy): Update.
2889 (generic_call_dummy_register_unwind): Update
2890 * infrun.c (write_inferior_status_register): Update.
2891
2892 2002-07-23 Jim Blandy <jimb@redhat.com>
2893
2894 * parser-defs.h (expression_context_pc): Make this extern.
2895 (Thanks to Michael Snyder.)
2896
2897 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2898
2899 GDB 5.2.1 released from 5.2 branch.
2900 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2901 * README: Update to mention 5.2.1.
2902
2903 2002-07-23 Mark Salter <msalter@redhat.com>
2904
2905 * remote.c (remote_read_bytes): Fix check for error.
2906
2907 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2908
2909 * aix-thread.c (language.h): Include.
2910 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2911 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2912 Print newlines at end of debug messages.
2913 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2914 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2915
2916 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2917
2918 * aix-thread.c (ppc-tdep.h): Include.
2919 (special_register_p): New function.
2920 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2921 (store_regs_user_thread): Use register number information from
2922 gdbarch_tdep struct instead of hardcoded offsets relative to
2923 FIRST_UISA_SP_REGNUM.
2924 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2925 special_register_p() instead of using FPLAST_REGNUM and
2926 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2927 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2928 will be MQ's register number.
2929
2930 2002-07-22 Michael Snyder <msnyder@redhat.com>
2931
2932 * aix-thread.c (ops): Rename to aix_thread_ops.
2933 (base_ops): Rename to base_target.
2934 (ops_attach): Rename to aix_thread_attach.
2935 (ops_detach): Rename to aix_thread_detach.
2936 (ops_resume): Rename to aix_thread_detach.
2937 (ops_wait): Rename to aix_thread_wait.
2938 (ops_kill): Rename to aix_thread_kill.
2939 (init_ops): Rename to init_aix_thread_ops.
2940 (ops_fetch_register): Rename to aix_thread_fetch_register.
2941 (ops_store_register): Rename to aix_thread_store_register.
2942 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2943 (ops_thread_alive): Rename to aix_thread_thread_alive.
2944 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2945 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2946 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2947 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2948 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2949 (store_regs_lib): Rename to store_regs_user_thread.
2950 (store_regs_kern): Rename to store_regs_kernel_thread.
2951
2952 2002-07-22 Michael Snyder <msnyder@redhat.com>
2953
2954 * aix-thread.c (ops_prepare_to_store): Eliminate.
2955 (init_ops): Don't initialize ops.prepare_to_store.
2956 (store_regs_kern): Pre-fetch register buffers from child,
2957 because some registers may not be in the cache. Copy
2958 regs from register cache only if they are cached.
2959 (store_regs_lib): Copy regs from register cache only
2960 if they are cached.
2961 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2962 fill_gprs64): Ditto.
2963
2964 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2965
2966 * aix-thread.c (gdb_assert.h): Include.
2967 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2968 register sizes (from register cache) match size of buffer holding
2969 register data.
2970 (fill_sprs32): Change parameter types to match those in the ptrace()
2971 buffer.
2972 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2973 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2974
2975 2002-07-22 Michael Snyder <msnyder@redhat.com>
2976
2977 * aix-thread.c (supply_sprs64): Cosmetic change.
2978 (supply_sprs32): Cosmetic change.
2979 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2980 (fill_sprs64): Use regcache_collect instead of read_register.
2981 (store_regs_lib): Use regcache_collect instead of
2982 read_register. Use fill_sprs32 instead of fill_sprs64,
2983 if debugging a 32-bit architecture.
2984 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2985 out of the register cache, instead of passing a pointer into
2986 the register cache directly to ptrace. Use regcache_collect
2987 insteaad of read_register.
2988 (ops_prepare_to_store): Use target_read_registers instead
2989 of read_register_bytes.
2990
2991 2002-07-20 Aidan Skinner <aidan@velvet.net>
2992
2993 * MAINTAINERS: Add self under write after approval.
2994
2995 2002-07-20 Aidan Skinner <aidan@velvet.net>
2996
2997 * ada-tasks.c: Change k&r style function definitions to prototyped
2998 form.
2999
3000 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3001
3002 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3003 * x86-64-tdep.c: Include "objfiles.h".
3004 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3005 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3006
3007 2002-07-17 Michal Ludvig <michal@suse.cz>
3008
3009 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3010 (update_context): Initialise cfa variable.
3011
3012 2002-07-17 Michael Snyder <msnyder@redhat.com>
3013
3014 * aix-thread.c: Shorten some long lines.
3015 Bring comments into line with code spec.
3016
3017 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3018
3019 * infrun.c: Re-indent using gdb_indent.sh.
3020
3021 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3022
3023 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3024 Leave the indentation temporarily untouched, to minimize the diffs.
3025
3026 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3027
3028 * stabsread.c: Make os9k sections of the code obsolete,
3029 for real this time.
3030 * stabsread.h: Make os9k sections of the code obsolete.
3031
3032 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3033
3034 * linux-low.c (regsets_store_inferior_registers): Add free()
3035 at the end of a loop to prevent memory leak.
3036 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3037 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3038 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3039 line a comment.
3040 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3041
3042 2002-07-17 Jim Blandy <jimb@redhat.com>
3043
3044 * macrocmd.c (info_macro_command): Remove newline from error
3045 message.
3046
3047 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3048
3049 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3050 (sh_gdbarch_init): Use it for sh-dsp.
3051
3052 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3053
3054 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3055 64-bit DWARF2 format.
3056
3057 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3058
3059 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3060 <sys/proc.h> when not available.
3061
3062 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3063
3064 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3065 * stabsread.c: Make os9k sections of the code obsolete.
3066 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3067 * config/i386/i386os9k.mt: Make file obsolete.
3068 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3069 (COMMON_OBS): Remove os9kread.o
3070 (SFILES): Remove os9kread.c.
3071 (os9kread.o, remote-os9k.o): Make target obsolete.
3072 * remote-os9k.c: Make file obsolete.
3073 * os9kread.c: Make file obsolete.
3074 * Makefile.in
3075
3076 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3077
3078 * NEWS: Mention that the FR30 has been made obsolete.
3079 * fr30-tdep.c: Make file obsolete.
3080 * config/fr30/tm-fr30.h: Ditto.
3081 * config/fr30/fr30.mt: Ditto.
3082 * configure.tgt: Make fr30-*-elf obsolete.
3083 * MAINTAINERS: Make fr30-elf obsolete.
3084
3085 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3086
3087 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3088 found is not inside a section.
3089
3090 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3091
3092 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3093 strerror().
3094 (pdc_realloc): Use xrealloc() instead of realloc().
3095
3096 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3097
3098 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3099 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3100 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3101 macros.
3102
3103 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3104
3105 * aix-thread.c (ptrace_check): Eliminate goto.
3106 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3107 problem.
3108
3109 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3110
3111 * aix-thread.c (gdbcmd.h): Include.
3112 (DEBUG, DBG, DBG2, dbg): Eliminate.
3113 (debug_aix_thread): New static global.
3114 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3115 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3116 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3117 invocations to DBG and DBG2 macros to test against
3118 ``debug_aix_thread'' and call fprintf_unfiltered().
3119 (_initialize_aix_thread): Add new command "set debug aix-thread".
3120
3121 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3122
3123 From Gerhard Tonn <TON@de.ibm.com>:
3124 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3125 instead of supply_register.
3126
3127 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3128
3129 * dwarf2cfi.c: Include "gdb_assert.h".
3130 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3131 non-NULL.
3132 (update_context): Do not use __func__. Add missing ``break''.
3133 (update_context): Do not use __func__.
3134
3135 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3136
3137 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3138 and its setting. Set gdbarch instruction printing functions
3139 directly. For non-rs6000 case use new function
3140 gdb_print_insn_powerpc.
3141 (gdb_print_insn_powerpc): New function.
3142
3143 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3144
3145 * NEWS: Mention that the d30v has been marked obsolete.
3146 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3147 * configure.tgt: Mark d30v-*-* as obsolete.
3148 * d30v-tdep.c: Mark file as obsolete.
3149 * config/d30v/d30v.mt: Ditto.
3150 * config/d30v/tm-d30v.h: Ditto.
3151
3152 2002-07-13 Aidan Skinner <aidan@velvet.net>
3153
3154 * ada-tasks.c (add_task_entry): replace calls to
3155 malloc() with xmalloc
3156 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3157
3158 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3159 ada_finish_decode_line_1, all_sals_for_line
3160 ada_breakpoint_rewrite): replace calls to free() with xfree()
3161
3162 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3163
3164 From Nicholas Duffek (with minor changes by Martin Hunt,
3165 Louis Hamilton, and Kevin Buettner):
3166 * aix-thread.c: New file.
3167
3168 2002-07-12 Petr Sorfa <petrs@caldera.com>
3169
3170 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3171 complaint for invalid attribute class or form.
3172 (read_func_scope): DW_AT_frame_base
3173 better handling of DW_AT_block*.
3174 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3175 better handling of DW_AT_block*.
3176 (read_common_block): DW_AT_location
3177 better handling of DW_AT_block*.
3178 (read_partial_die): DW_AT_location better handling
3179 of DW_AT_block*.
3180 (new_symbol): DW_AT_external better handling of
3181 DW_AT_block*. Proper initialization of variable
3182 "addr".
3183 (attr_form_is_block): New function that returns true
3184 if the attribute's form is of DW_FORM_block*.
3185
3186 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3187
3188 * valops.c (find_method_list): Remove comment about
3189 removed STATIC_MEMFUNCP argument.
3190 (value_find_oload_method_list): Likewise.
3191
3192 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3193
3194 From Nicholas Duffek:
3195 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3196 target_new_objfile_hook.
3197
3198 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3199
3200 From Nicholas Duffek:
3201 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3202 csect.
3203
3204 2002-07-12 Andrew Cagney <cagney@redhat.com>
3205
3206 * MAINTAINERS: Mention --enable-sim-build-warnings.
3207 (m68hc11-elf): Disable sim build warnings.
3208 (m32r-elf): Mark as broken obsolete candidate.
3209 (x86_64-linux-gnu): Mark as buildable with -Werror.
3210 (arm-elf): Change -w to ``,'' which enables warnings but not
3211 -Werror.
3212
3213 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3214
3215 * bcache.h: Update copyright.
3216 (struct bstring, struct bcache): Move definition to "bcache.c".
3217 Replaced by opaque declaration.
3218 (bcache_xfree): Replace free_bcache.
3219 (bcache_xmalloc, bcache_memory_used): Declare.
3220
3221 * bcache.c: Update copyright.
3222 (struct bstring, struct bcache): Moved to here from "bcache.h".
3223 Update comments.
3224 (bcache_xmalloc, bcache_memory_used): New functions.
3225 (bcache_xfree): Replace function free_bcache.
3226
3227 * Makefile.in (objfiles.o): Add $(bcache_h).
3228 (objfiles_h): Remove $(bcache_h).
3229 (symfile.o): Add $(bcache_h).
3230
3231 * symmisc.c: Update copyright.
3232 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3233 (print_objfile_statistics): Use bcache_memory_used.
3234
3235 * symfile.c: Include "bcache.h".
3236 (reread_symbols): Use bcache_xfree.
3237 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3238 (add_psymbol_to_list): Pass psymbol_cache by value.
3239 (add_psymbol_with_dem_name_to_list): Ditto.
3240
3241 * objfiles.h: Update copyright.
3242 (struct bcache): Declare opaque. Do not include "bcache.h".
3243 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3244 bcache'' pointers.
3245 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3246
3247 * objfiles.c: Include "bcache.h". Update copyright.
3248 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3249 macro_cache.
3250 (free_objfile): Use bcache_xfree.
3251
3252 2002-07-11 Grace Sainsbury <graces@redhat.com>
3253
3254 * monitor.c (monitor_fetch_register): Make name a constant.
3255 (monitor_store_register): Same.
3256
3257 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3258
3259 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3260 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3261 (finish_block) For non-function blocks, hash the symbol table. For
3262 function blocks, mark the symbol table as unhashed.
3263 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3264 (msymbol_hash_iw): Likewise.
3265 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3266 value.
3267 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3268 (lookup_minimal_symbol): Likewise for both.
3269 * symtab.h (struct block): Add `hashtable' flag. Comment the
3270 hashtable.
3271 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3272 (ALL_BLOCK_SYMBOLS): Update.
3273 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3274 (struct symbol): Add `hash_next' pointer.
3275 * symtab.c (lookup_block_symbol): Search using the hash table when
3276 possible.
3277 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3278 (search_symbols, find_addr_symbol): Likewise.
3279
3280 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3281 (read_dst_symtab): Likewise.
3282 * jv-lang.c (get_java_class_symtab): Likewise.
3283 * mdebugread.c: Include "gdb_assert.h".
3284 (shrink_block): Assert that the block being modified is not hashed.
3285 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3286 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3287 symbols.
3288 (dump_symtab): Recognize hashed blocks.
3289 * printcmd.c (print_frame_args): Assert that function blocks do not
3290 have hashed symbol tables.
3291 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3292 (fill_in_ada_prototype, debug_print_block): Likewise.
3293 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3294
3295 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3296
3297 * stack.c (print_frame): Use result of frame_address_in_block()
3298 instead of fi->pc when evaluating symbols.
3299 (backtrace_command_1): Ditto.
3300
3301 2002-07-11 Andrew Cagney <cagney@redhat.com>
3302
3303 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3304 Make static.
3305
3306 * arm-tdep.c (arm_register_name): Make return type constant.
3307
3308 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3309
3310 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3311 prototype.
3312 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3313 * s390-tdep.c (s390_fp_regnum): Ditto.
3314 (s390_read_fp): Ditto.
3315 (s390_pop_frame): Ditto.
3316 (_initialize_s390_tdep): Ditto.
3317 * remote.c (get_remote_state): Ditto.
3318 * procfs.c (mappingflags): Ditto.
3319 * memattr.c (_initialize_mem): Ditto.
3320 * mcore-tdep.c (mcore_pop_frame): Ditto.
3321 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3322 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3323 * language.c (set_case_str): Ditto.
3324 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3325 * frv-tdep.c (new_variant): Ditto.
3326 (frv_stopped_data_address): Ditto.
3327 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3328 (context_alloc): Ditto.
3329 (frame_state_alloc): Ditto.
3330 (unwind_tmp_obstack_init): Ditto.
3331 (unwind_tmp_obstack_free): Ditto.
3332 (cfi_read_fp): Ditto.
3333 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3334 (cris_pop_frame): Ditto.
3335 * c-lang.c (scanning_macro_expansion): Ditto.
3336 (finished_macro_expansion): Ditto.
3337 (c_preprocess_and_parse): Ditto.
3338 * gdbarch.sh: Ditto.
3339 * gdbarch.h, gdbarch.c: Regenerate.
3340 * config/mn10200/tm-mn10200.h: Adjust indentation.
3341 * target.c: Adjust indentation.
3342 * symtab.h: Adjust indentation.
3343 * stabsread.h: Adjust indentation.
3344 * remote-es.c: Adjust indentation.
3345 * os9kread.c: Adjust indentation.
3346
3347 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3348
3349 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3350 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3351
3352 2002-07-10 Grace Sainsbury <graces@redhat.com>
3353
3354 * NEWS: Mention m68k, mcore multi-arching.
3355 * MAINTAINERS: Change status of m68k, mcore to reflect
3356 multi-arching.
3357
3358 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3359
3360 * valops.c (find_overload_match): Free oload_syms.
3361
3362 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3363
3364 Define HAVE_SYS_PROC_H if sys/proc.h exists
3365 * configure.in: Add check for sys/proc.h
3366 * config.in: Regenerate.
3367 * configure: Regenerate.
3368
3369 2002-07-09 Grace Sainsbury <graces@redhat.com>
3370
3371 * config/m68k/tm-m68k.h: Remove macros wrapped in
3372 #if !GDB_MULTI_ARCH.
3373
3374 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3375
3376 * config.in, configure: Regenerate.
3377
3378 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3379
3380 * dwarf2cfi.c: Include "gcore.h".
3381 (execute_stack_op): Fix implementation of the
3382 DW_OP_deref and DW_OP_deref_size operators by letting do their
3383 lookup in the target.
3384
3385 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3386
3387 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3388 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3389 tdep->sc_sp_offset.
3390
3391 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3392
3393 Fix PR gdb/595, gdb/602
3394 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3395 Don't call value_cast, just read the vtable pointer; update comments
3396 to match.
3397
3398 2002-07-05 Grace Sainsbury <graces@redhat.com>
3399
3400 * config/mcore/tm-mcore.h: Remove file.
3401 * config/mcore/mcore.mt: Remove definition of TM_FILE
3402 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3403
3404 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3405
3406 * i386bsd-tdep.c: Include "gdb_string.h".
3407
3408 2002-07-04 Grace Sainsbury <graces@redhat.com>
3409
3410 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3411 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3412 mcore-tdep.
3413 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3414 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3415 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3416 (RETVAL_REGNUM): Move macros from tm-mcore.h
3417 (mcore_reg_struct_has_addr): New function.
3418 (mcore_gdbarch_init): Added initializations for the macros removed
3419 from tm-mcore.h.
3420
3421 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3422
3423 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3424 traditonal string branding within the ELF header.
3425
3426 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3427
3428 * symtab.c (remove_params): New function.
3429 (make_symbol_overload_list): Use it instead of cplus_demangle.
3430 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3431
3432 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3433
3434 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3435
3436 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3437 New variables.
3438 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3439 and tdep->sigtramp_end.
3440 * i386obsd-nat.c: New file.
3441 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3442
3443 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3444 Don't call get_current_frame().
3445
3446 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3447
3448 * i386-nat.c (child_post_startup_inferior): New function
3449 calling i386_cleanup_dregs if
3450 I386_USE_GENERIC_WATCHPOINTS is defined.
3451 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3452 conditional to acknowledge that i386-nat.c has its
3453 own child_post_startup_inferior function.
3454
3455 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3456
3457 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3458 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3459 instead of MAX_REGISTER_RAW_SIZE.
3460 (i386_extract_return_value, i386_extract_struct_value_address):
3461 Convert to use regcache.
3462 (i386_gdbarch_init): Set max_register_raw_size and
3463 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3464 Set extract_return_value and extract_struct_value_address instead
3465 of their deprecated variants.
3466
3467 Convert i386 target to generic dummy frames.
3468 * i386-tdep.c: Include "symfile.h".
3469 (i386_frameless_signal_p): Consider a function to be frameless if
3470 the pc points at the first instruction of the function.
3471 (i386_frame_chain): Handle (generic) call dummies.
3472 (i386_frame_saved_pc): Likewise.
3473 (i386_frame_init_saved_regs): Remove code dealing with call
3474 dummies on the stack.
3475 (i386_push_dummy_frame): Removed.
3476 (i386_call_dummy_words): Removed.
3477 (i386_fix_call_dummy): Removed.
3478 (i386_push_return_address): New function.
3479 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3480 parameter, and don't call get_current_frame.
3481 (i386_pop_frame): New function.
3482 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3483 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3484 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3485 call_dummy_length to 0, set call_dummy_words to NULL, set
3486 sizeof_call_dummy_words to 0, set fix_call_dummy to
3487 generic_fix_call_dummy, set pc_in_call_dummy to
3488 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3489 generic_push_dummy_frame, set push_return_address to
3490 i386_push_return_address and set frame_chain_valid to
3491 generic_file_frame_chain_valid.
3492
3493 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3494
3495 * gdbarch.sh (struct regcache): Add opaque declaration.
3496 (EXTRACT_RETURN_VALUE): New architecture method.
3497 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3498 * gdbarch.h, gdbarch.c: Regenerate.
3499 * arch-utils.c (legacy_extract_return_value): New function.
3500 * arch-utils.h (legacy_extract_return_value): Declare.
3501 * values.c (value_being_returned): Re-enable code handling
3502 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3503 deprecated_grub_regcache_for_registers call to block handling
3504 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3505 (EXTRACT_RETURN_VALUE): Do not define.
3506
3507 2002-07-03 Grace Sainsbury <graces@redhat.com>
3508
3509 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3510 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3511 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3512 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3513 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3514 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3515 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3516 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3517 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3518 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3519 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3520 argument so the function fits the prototype in the architecture
3521 vector.
3522 (mcore_pop_frame): Remove argument so the function fits the
3523 prototype. Use get_current_frame instead of the argument.
3524 (mcore_push_arguments): Change type of struct_return so the
3525 function can be used in the architecture vector.
3526 (mcore_store_struct_return): Add.
3527 (mcore_frame_init_saved_regs): Add.
3528 (mcore_gdbarch_init): Add function calls to replace the macros
3529 removed from tm-mcore.h
3530
3531 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3532
3533 * infcmd.c (print_return_value): Remove compatibility code calling
3534 deprecated_grub_regcache_for_registers.
3535
3536 * values.c: Include "regcache.h".
3537 (value_being_returned): Update. Use
3538 deprecated_grub_regcache_for_registers to extract the register
3539 buffer address.
3540 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3541 ``struct regcache''.
3542 * Makefile.in (values.o): Add dependency on $(regcache_h).
3543
3544 * inferior.h (run_stack_dummy): Change type of second parameter to
3545 a ``struct regcache''.
3546 * valops.c (hand_function_call): Change type of retbuf to ``struct
3547 regcache''. Allocate using regcache_xmalloc, clean using
3548 make_cleanup_regcache_xfree.
3549 * infcmd.c (run_stack_dummy): Update. Use
3550 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3551
3552 * regcache.c (do_regcache_xfree): New function.
3553 (make_cleanup_regcache_xfree): New function.
3554 * regcache.h (make_cleanup_regcache_xfree): Declare.
3555
3556 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3557
3558 * event-top.c (command_line_handler): Don't read past
3559 beginning of buffer.
3560
3561 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3562
3563 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3564 struct frame_id.
3565 (varobj_create): Store frame_id for root.
3566 (varobj_gen_name): Use xasprintf.
3567 (varobj_update): Save and restore frame using get_frame_id() and
3568 frame_find_by_id().
3569 (create_child): Use xasprintf.
3570 (new_root_variable): Initialize frame_id.
3571 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3572 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3573 to prevent memory leak.
3574
3575 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3576
3577 * valops.c (hand_function_call): Move declaration of retbuf to
3578 start of function, allocate using malloc, add a cleanup but before
3579 the inf_status cleanup, cleanup the buffer. Rename local variable
3580 old_chain to inf_status_cleanup.
3581
3582 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3583
3584 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3585
3586 * cli/cli-decode.c (cmd_func_p): New function.
3587 (cmd_func): New function.
3588
3589 * command.h: Add cmd_func() and cmd_func_p().
3590
3591 2002-07-03 Grace Sainsbury <graces@redhat.com>
3592
3593 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3594 (REGISTER_SIZE): Remove.
3595 (MAX_REGISTER_RAW_SIZE): Remove.
3596 (REGISTER_VIRTUAL_TYPE): Remove.
3597 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3598 (REGISTER_NAME): Remove.
3599 (USE_GENERIC_DUMMY_FRAMES): Remove.
3600 (CALL_DUMMY): Remove.
3601 (CALL_DUMMY_START_OFFSET): Remove.
3602 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3603 (CALL_DUMMY_LOCATION): Remove.
3604 (FIX_CALL_DUMMY): Remove.
3605 (CALL_DUMMY_ADDRESS): Remove.
3606 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3607 (SAVE_DUMMY_FRAME_TOS): Remove.
3608 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3609 (mcore_register_virtual_type): New function.
3610 (mcore_register_byte): New function.
3611 (mcore_register_size): New function.
3612 (mcore_register_name): New function.
3613 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3614 macros removed from tm-mcore.h.
3615 (mcore_dump_tdep): Add.
3616 (_initialize_mcore_tdep): Add gdbarch_register call.
3617
3618 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3619
3620 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3621 frameless_look_for_prologue, such that we actually call this
3622 function.
3623
3624 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3625
3626 * frame.h (frame_address_in_block): New function.
3627
3628 * blockframe.c (frame_address_in_block): New function extracted
3629 from get_frame_block().
3630 (get_frame_block): Use frame_address_in_block().
3631 (block_innermost_frame): Use frame_address_in_block() to match
3632 the frame pc address against the block boundaries rather than
3633 the frame pc directly. This prevents a failure when a frame pc
3634 is actually a return-address pointing immediately after the end
3635 of the given block.
3636
3637 2002-07-02 Grace Sainsbury <graces@redhat.com>
3638
3639 * MAINTAINERS: Add self under write after approval.
3640
3641 2002-07-02 Grace Sainsbury <graces@redhat.com>
3642
3643 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3644 used in architecture vector. The default is
3645 m68k_local_breakpoint_from_pc.
3646 (m68k_local_breakpoint_from_pc): Add.
3647 (enum): Add register numbers from tm-m68k.h.
3648 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3649 vector.
3650 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3651 GDB_MULTI_ARCH_PARTIAL.
3652 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3653 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3654 m68k-tdep.c.
3655 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3656 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3657 to enum in m68k-tdep.c
3658
3659 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3660
3661 * solib-osf.c (open_map): Compute the list of shared libraries
3662 loaded by the inferior, rather than the list of libraries loaded
3663 by GDB itself. Otherwise, GDB ends up reading the symbols from
3664 the wrong shared libraries...
3665
3666 2002-07-02 Mark Kettenis <kettenis@gnu.org>
3667
3668 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3669 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3670 macros.
3671 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3672 Remove functions.
3673 (FRAMELESS_SIGNAL): Remove function.
3674 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3675 i386_linux_saved_pc_after_call): Removed.
3676 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3677 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3678 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3679
3680 * i386-tdep.c (i386_frameless_signal_p): New function.
3681 (i386_frame_chain): Deal with frameless signals.
3682 (i386_sigtramp_saved_sp): New function.
3683 (i386_frame_saved_pc): Deal with frameless signals.
3684 (i386_saved_pc_after_call): Make sure the correct value is
3685 returned just after entry into a sigtramp.
3686 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3687 i386fbsd4_sc_sp_offset): New variables.
3688 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3689 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3690 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3691 similiar to what we already did for sc_pc_offset.
3692 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3693 tdep->sc_sp_offset.
3694
3695 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3696
3697 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3698
3699 * config/i386/tm-x86-64linux.h: New.
3700 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3701 definitions.
3702 * config/i386/nm-x86-64.h: Rename to ...
3703 * config/i386/nm-x86-64linux.h: ... this one.
3704 * config/i386/x86-64linux.mh: Reflect the above change.
3705
3706 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3707
3708 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3709 with sigcontext_addr. Add sc_sp_offset.
3710 (i386bsd_sigtramp_saved_pc): Remove prototype.
3711 (i386bsd_sicontext_addr): Add prototype.
3712 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3713 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3714 (i386_svr4_sigtramp_saved_pc): Removed.
3715 (i386_svr4_sigcontext_addr): New function.
3716 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3717 Initialize tdep->sigcontext_addr instead. Initialize
3718 tdep->sc_pc_offset and tdep->sc_sp_offset.
3719 (i386_gdbarch_init): Likewise.
3720 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3721 any more.
3722 (i386bsd_sigtramp_saved_pc): Remove function.
3723 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3724 Initialize tdep->sigcontext_addr instead. Initialize
3725 tdep->sc_pc_offset.
3726 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3727 of tdep->sigtramp_saved_pc.
3728 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3729 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3730 instead.
3731
3732 * i386-tdep.c (i386_frameless_function_invocation,
3733 i386_frame_num_args, i386_frame_init_saved_regs,
3734 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3735 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3736 i386_extract_return_value, i386_store_return_value,
3737 i386_extract_struct_value_address, i386_register_virtual_type,
3738 i386_register_convertible, i386_register_convert_to_virtual,
3739 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3740 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3741 static.
3742
3743 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3744
3745 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3746
3747 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3748 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3749 this macro. Include "value.h".
3750
3751 2002-06-30 Aidan Skinner <aidan@velvet.net>
3752
3753 * ada-exp.tab.c: remove as it's a generated file
3754 * ada-lex.c: remove as it's a generated file
3755
3756 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3757
3758 * config/i386/tm-i386.h (struct frame_info, struct
3759 frame_saved_regs, struct value, struct type): Remove forward
3760 declarations.
3761
3762 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3763 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3764 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3765 (FILL_FPXREGSET): Define.
3766
3767 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3768
3769 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3770 i[3456]86-*-netbsd* case.
3771 * config/i386/tm-obsd.h: Removed.
3772 * config/i386/obsd.mt: Removed.
3773 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3774 core-aout.o.
3775 (MH_CFLAGS): Add -DYYDEBUG=0.
3776
3777 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3778 i386nbsd_sc_pc_offset on OpenBSD too.
3779
3780 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3781 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3782 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3783 define.
3784 * i386bsd-tdep.c: Include "arch-utils.h".
3785 (i386bsd_aout_in_solib_call_trampoline): New function.
3786 (i386bsd_init_abi): Set in_solib_call_trampoline to
3787 i386bsd_aout_in_solib_call_trampoline.
3788 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3789 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3790
3791 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3792
3793 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3794 (struct obstack, struct bcache): Add opaque declarations.
3795 * Makefile.in (macrotab_h): Update
3796
3797 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3798
3799 * blockframe.c (generic_find_dummy_frame): Change return type to
3800 ``struct regcache''.
3801 (struct dummy_frame): Replace field ``registers'' with regcache, a
3802 struct regcache object.
3803 (generic_find_dummy_frame): Update.
3804 (generic_push_dummy_frame): Update. Use regcache_xfree,
3805 regcache_xmalloc and regcache_cpy.
3806 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3807 regcache_xfree.
3808 (deprecated_generic_find_dummy_frame): Update.
3809 (generic_read_register_dummy): Update. Use
3810 regcache_read_as_address.
3811 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3812 (generic_get_saved_register): Update. Use regcache_read.
3813
3814 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3815
3816 * Makefile.in (objfiles_h): Add $(bcache_h).
3817 * objfiles.h: Include "bcache.h".
3818
3819 * Makefile.in (symtab_h): Remove $(bcache_h).
3820 * symtab.h: Do not include "bcache.h".
3821
3822 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3823
3824 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3825 generic_func_frame_chain_valid.
3826
3827 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3828
3829 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3830 * config/i386/tm-fbsd.h: Likewise.
3831
3832 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3833
3834 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3835 generic_unwind_get_saved_register.
3836
3837 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3838
3839 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3840 * regcache.c (supply_register): Add missing argument to
3841 register_buffer call.
3842
3843 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3844
3845 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3846 Solaris /bin/grep does not not like it. From Peter Schauer.
3847
3848 2002-06-26 Tom Tromey <tromey@redhat.com>
3849
3850 * command.h (add_setshow_cmd): Declare.
3851 (add_setshow_cmd_full): Declare.
3852 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3853 returns void. Use add_setshow_cmd_full.
3854 (add_setshow_cmd_full): New function.
3855 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3856 (add_setshow_boolean_cmd): Likewise.
3857
3858 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3859
3860 * config/vax/tm-vax.h: Protect from multiple inclusion.
3861 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3862 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3863 * config/vax/tm-vaxbsd.h: ...here. New file.
3864 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3865
3866 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3867
3868 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3869 (BELIEVE_PCC_PROMOTION): Remove.
3870 (AP_REGNUM): Move to...
3871 * config/vax/nm-vax.h: ...here.
3872 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3873 (vax_breakpoint_from_pc): New function.
3874 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3875 and gdbarch_believe_pcc_promotion.
3876
3877 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3878
3879 * Makefile.in (vax_tdep_h): Define.
3880 (vax-tdep.o): Use $(vax_tdep_h).
3881 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3882 (vax_dump_tdep): New function.
3883 (_initialize_vax_tdep): Register vax_dump_tdep.
3884 * vax-tdep.h: Include osabi.h.
3885 (struct gdbarch_tdep): New.
3886
3887 2002-06-26 Andrew Cagney <cagney@redhat.com>
3888
3889 * frame.h (deprecated_generic_find_dummy_frame): Rename
3890 generic_find_dummy_frame.
3891 * blockframe.c (generic_find_dummy_frame): Make static.
3892 (deprecated_generic_find_dummy_frame): New function.
3893 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3894 generic_find_dummy_frame with deprecated_find_dummy_frame.
3895 (sh64_nofp_frame_init_saved_regs): Ditto.
3896 (sh_fp_frame_init_saved_regs): Ditto.
3897 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3898 (s390_frame_chain): Ditto.
3899 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3900
3901 2002-06-26 Grace Sainsbury <graces@redhat.com>
3902
3903 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3904 gdbarch vector are at the top.
3905 (NUM_REGS): Remove.
3906 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3907 (FRAME_ARGS_ADDRESS): Remove.
3908 (FRAME_LOCALS_ADDRESS): Remove.
3909 (FRAME_NUM_ARGS): Remove.
3910 (FRAME_ARGS_SKIP): Remove.
3911 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3912 (m68k_gdbarch_init): Add gdbarch initializations for macros
3913 undefined in tm-m68k.h
3914
3915 2002-06-26 Grace Sainsbury <graces@redhat.com>
3916
3917 * monitor.h: Add the function regname to monitor_ops
3918 structure. This way NUM_REGS does not have to be a constant.
3919 * monitor.c (monitor_fetch_register): Added support for regname
3920 function. The function is called if the array regnames is NULL.
3921 (monitor_store_register): Same.
3922 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3923 regnames array.
3924 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3925 cpu32bug_cmds.regname to point to new function.
3926 * abug-rom.c (abug_regname): Same as above.
3927 (init_abug_cmds): Same.
3928 * dbug-rom.c (dbug_regname): Same as above.
3929 (init_dbug_cmds): Same.
3930 * remote-est.c (est_regname): Same.
3931 (init_est_cmds): Same.
3932 * rom68k-rom.c (rom68k_regname): Same.
3933 (init_rom68k_cmds): Same.
3934
3935 2002-06-25 Tom Tromey <tromey@redhat.com>
3936
3937 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3938
3939 2002-06-25 Andrew Cagney <cagney@redhat.com>
3940
3941 * infrun.c (stop_registers): Change variable's type to ``struct
3942 regcache'''.
3943 (xmalloc_inferior_status): Delete function.
3944 (free_inferior_status): Delete function.
3945 (normal_stop): Use regcache_cpy.
3946 (struct inferior_status): Change type of fields ``stop_registers''
3947 and ``registers'' to ``struct regcache''.
3948 (write_inferior_status_register): Use regcache_write.
3949 (save_inferior_status): Instead of calling
3950 xmalloc_inferior_status, allocate the inf_status buffer directly.
3951 Use regcache_dup_no_passthrough and regcache_dup to save the
3952 buffers.
3953 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3954 Replace the stop_registers regcache instead of overriding it. Use
3955 regcache_xfree. Instead of calling free_inferior_status, xfree
3956 the buffer directly.
3957 (discard_inferior_status): Use regcache_xfree. Instead of calling
3958 free_inferior_status, xfree the buffer directly.
3959 (build_infrun): Use regcache_xmalloc.
3960 (_initialize_infrun): Delete redundant call to build_infrun.
3961
3962 * Makefile.in (infcmd.o): Add $(regcache_h).
3963
3964 * infcmd.c: Include "regcache.h".
3965 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3966 obtain the address of `stop_registers' register buffer.
3967 (print_return_value): Ditto.
3968
3969 * inferior.h (struct regcache): Add opaque declaration.
3970 (stop_registers): Change variable's declared type to ``struct
3971 regcache''.
3972
3973 2002-06-24 Tom Tromey <tromey@redhat.com>
3974
3975 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3976 * target.c (initialize_targets): Fixed typo in
3977 trust-readonly-sections `show' documentation.
3978
3979 * main.c: Marked all strings with _().
3980
3981 2002-06-24 Don Howard <dhoward@redhat.com>
3982
3983 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3984 that means max CORE_ADDR+1.
3985 (lookup_mem_region): Ditto.
3986 (mem_info_command): Ditto.
3987
3988 2002-06-24 Grace Sainsbury <graces@redhat.com>
3989
3990 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3991 (REGISTER_BYTES_OK): Remove.
3992 (REGISTER_BYTES): Remove.
3993 (STORE_STRUCT_RETURN): Remove.
3994 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3995 (STORE_RETURN_VALUE): Remove.
3996 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3997 (FRAME_CHAIN): Remove.
3998 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3999 (FRAME_SAVED_PC): Remove.
4000 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4001 (m68k_store_struct_return): Add.
4002 (m68k_deprecated_extract_return_value): Add.
4003 (m68k_deprecated_extract_struct_value_address): Add.
4004 (m68k_store_return_value): Add.
4005 (m68k_frame_chain): Add.
4006 (m68k_frameless_function_invocation): Add.
4007 (m68k_frame_saved_pc): Add.
4008 (m68k_gdbarch_init): added set_gdbarch calls for new
4009 functions and deleted macros.
4010
4011 2002-06-23 Tom Tromey <tromey@redhat.com>
4012
4013 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4014 (ALLDEPFILES): Likewise.
4015 (udiheaders): Removed.
4016 (udip2soc.o): Likewise.
4017 (udi2go32.o): Likewise.
4018 (udr.o): Likewise.
4019 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4020
4021 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4022
4023 * infrun.c (_initialize_infrun): Delete unnecessary call to
4024 build_infrun.
4025
4026 * regcache.h: Update comments describing the regcache_cpy family
4027 of functions.
4028 (regcache_save, regcache_restore): Delete declaration.
4029 (regcache_save_no_passthrough): Delete declaration.
4030 (regcache_restore_no_passthrough): Delete declaration.
4031 * regcache.c (regcache_save): Delete function.
4032 (regcache_save_no_passthrough): Delete function.
4033 (regcache_restore): Delete function.
4034 (regcache_restore_no_passthrough): Delete function.
4035
4036 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4037
4038 * config/m68k/tm-m68k.h: Fix typo.
4039 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4040 (m68k_frame_init_saved_regs): Declare.
4041
4042 2002-06-21 Jim Blandy <jimb@redhat.com>
4043
4044 Remove some vestiges of Harris 88k support.
4045 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4046 register numbering quirk.
4047 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4048 odd symbols occurring in Harris 88k ELF targets.
4049
4050 2002-06-21 Tom Tromey <tromey@redhat.com>
4051
4052 * gdb_locale.h: New file.
4053 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4054 (defs_h): Added gdb_locale.h.
4055 * configure, config.in: Rebuilt.
4056 * configure.in (PACKAGE): Define.
4057 * defs.h: Include gdb_locale.h.
4058 * main.c (captured_main): Call setlocale, bindtextdomain,
4059 textdomain.
4060
4061 2002-06-21 Dave Brolley <brolley@redhat.com>
4062
4063 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4064 * config/frv/frv.mt: New file.
4065 * config/frv/tm-frv.h: New file.
4066 * configure.tgt: Support frv-*-*.
4067 * Makefile.in (frv-tdep.o): New target.
4068 * frv-tdep.c: New file.
4069 * NEWS: Mention frv.
4070
4071 2002-06-21 Dave Brolley <brolley@redhat.com>
4072
4073 * MAINTAINERS: Add self to "Write After Approval" list.
4074
4075 2002-06-21 Grace Sainsbury <graces@redhat.com>
4076
4077 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4078 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4079 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4080 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4081 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4082
4083 * m68k-tdep.c: Include arch-utils.h
4084 (m68k_register_raw_size): Add.
4085 (m68k_register_virtual_size): Add.
4086 (m68k_register_virtual_type): Add.
4087 (m68k_register_name): Add.
4088 (m68k_stack_align): Add.
4089 (m68k_register_byte): Add.
4090 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4091 tm-m68k.h.
4092
4093 2002-06-21 Grace Sainsbury <graces@redhat.com>
4094
4095 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4096 m68k_find_saved_regs.
4097 (m68k_pop_frame): Removed saved_regs structure, and replaced
4098 references to it with frame->saved_regs.
4099 (m68k_gdbarch_init): Added function calls to initialize the
4100 gdbarch structure.
4101 (m68k_fix_call_dummy): Add.
4102 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4103 (CALL_DUMMY): Remove.
4104 (CALL_DUMMY_LENGTH): Remove.
4105 (CALL_DUMMY_START_OFFSET): Remove.
4106 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4107 (FIX_CALL_DUMMY): Remove.
4108 (PUSH_DUMMY_FRAME): Remove.
4109 (POP_FRAME): Remove.
4110
4111 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4112
4113 * parse.c (parse_fprintf): New function used to avoid calls to
4114 fprintf in bison parser generated debug code.
4115 * parser-defs.h: Declaration of new parse_fprintf function.
4116 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4117 Set YYDEBUG to 1 by default.
4118 Set YYFPRINTF as parse_fprintf.
4119
4120 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4121
4122 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4123 encoding anymore.
4124 (pointer_encoding, enum ptr_encoding): New.
4125 (execute_cfa_program): Take care about pointer encoding.
4126 (dwarf2_build_frame_info): Only call parse_frame_info for
4127 .debug_frame and .eh_frame.
4128 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4129 fixed augmentation handling, added relative addressing,
4130 ignore duplicate FDEs. Added comments.
4131 * dwarf2cfi.c: Reindented.
4132
4133 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4134
4135 * event-top.c (command_handler): Don't use space_at_cmd_start
4136 unless there is sbrk() on the host. Assign time and space data
4137 to union fields of the appropriate length.
4138
4139 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4140
4141 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4142 x86_64_register_name. Return type changed to 'const char *'.
4143 (x86_64_register_name2nr): Rename to x86_64_register_number.
4144 (x86_64_gdbarch_init): Update to reflect the change.
4145 * x86-64-tdep.h: Ditto.
4146 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4147 (supply_fpregset): Ditto.
4148
4149 2002-06-19 Andrew Cagney <cagney@redhat.com>
4150
4151 * regcache.h: Update copyright.
4152 (struct regcache, struct gdbarch): Add opaque declarations.
4153 (current_regcache): Declare global variable.
4154 (regcache_read, regcache_write): Add gdbarch parameter.
4155 (regcache_save, regcache_save_no_passthrough)
4156 (regcache_restore, regcache_restore_no_passthrough)
4157 (regcache_dup, regcache_dup_no_passthrough)
4158 (regcache_cpy, regcache_cpy_no_passthrough)
4159 (deprecated_grub_regcache_for_registers)
4160 (deprecated_grub_regcache_for_register_valid)
4161 (regcache_valid_p): Add function declarations.
4162
4163 * regcache.c: Update copyright.
4164 (regcache_descr_handle): New global variable.
4165 (struct regcache_descr): Define.
4166 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4167 (regcache_descr, xfree_regcache_descr): New functions.
4168 (struct regcache): Define.
4169 (regcache_xmalloc, regcache_xfree): New functions.
4170 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4171 (regcache_dup, regcache_dup_no_passthrough): New functions.
4172 (regcache_valid_p, regcache_read_as_address): New functions.
4173 (deprecated_grub_regcache_for_registers): New function.
4174 (deprecated_grub_regcache_for_register_valid): New function.
4175 (current_regcache): New global variable.
4176 (register_buffer): Add regcache parameter. Update calls.
4177 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4178 (read_register_gen, write_register_gen): Update register_buffer
4179 call. Test for legacy_p instead of gdbarch_register_read_p or
4180 gdbarch_register_write_p.
4181 (regcache_collect): Update register_buffer call.
4182 (build_regcache): Rewrite. Use deprecated grub functions.
4183 (regcache_save, regcache_save_no_passthrough): New functions.
4184 (regcache_restore, regcache_restore_no_passthrough): New
4185 functions.
4186 (_initialize_regcache): Create the regcache_data_handle. Swap
4187 current_regcache global variable.
4188
4189 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4190 parameter to regcache_read and regcache_write calls.
4191 (sh4_register_read): Ditto.
4192 (sh64_pseudo_register_read): Ditto.
4193 (sh64_register_read): Ditto.
4194 (sh_pseudo_register_write): Ditto.
4195 (sh4_register_write): Ditto.
4196 (sh64_pseudo_register_write): Ditto.
4197 (sh64_register_write): Ditto.
4198
4199 * defs.h (XCALLOC): Define.
4200
4201 2002-06-19 Grace Sainsbury <graces@redhat.com>
4202
4203 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4204 * m68k-tdep.c (m68k_gdbarch_init): Added.
4205 (m68k_dump_tdep): Added.
4206
4207 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4208
4209 * ada-lang.c (fill_in_ada_prototype): Update comment.
4210
4211 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4212
4213 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4214 MIPS_ABI_LAST.
4215 (mips_abi_string, mips_abi_strings): New.
4216 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4217 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4218 tdep->mips_abi_string. Honor mips_abi_string. Default to
4219 O32 if no ABI is found.
4220 (mips_dump_tdep): Use mips_abi_strings.
4221 (mips_abi_update): New function.
4222 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4223 ``set mips abi'' and ``show mips abi''. Check the size of
4224 mips_abi_strings.
4225
4226 2002-06-19 Andrew Cagney <cagney@redhat.com>
4227
4228 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4229 constant.
4230
4231 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4232
4233 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4234 current frame using only the first stack size adjustment. All
4235 subsequent size adjustments are not considered to be part of
4236 the "static" part of the current frame.
4237 Compute the address of the saved registers relative to the
4238 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4239 in use in this frame.
4240
4241 2002-06-18 Don Howard <dhoward@redhat.com>
4242
4243 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4244 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4245 suggesting this solution.
4246
4247 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4248
4249 * config/romp/xm-rtbsd.h: Delete file.
4250 * config/romp/rtbsd.mh: Delete file.
4251
4252 2002-06-18 Keith Seitz <keiths@redhat.com>
4253
4254 * breakpoint.c (condition_command): Post breakpoint_modify
4255 when a condition is added to an existing breakpoint.
4256 (commands_command): Likewise for commands.
4257 (set_ignore_count): Likewise for ignore counts.
4258 If no tty, do not simply return, still need to send event
4259 notification.
4260 (ignore_command): Only print a newline if the command came
4261 from a tty.
4262 Don't call breakpoints_changed, since this is now properly
4263 handled by set_ignore_count.
4264
4265 2002-06-18 Andrew Cagney <cagney@redhat.com>
4266
4267 * MAINTAINERS: Note that cris-elf target can be compiled with
4268 -Werror.
4269 * cris-tdep.c (cris_register_name): Make return type constant.
4270 (cris_breakpoint_from_pc): Ditto.
4271
4272 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4273
4274 * frame.h (struct frame_info): Change type of context to
4275 'struct context'.
4276
4277 2002-06-17 Andrew Cagney <cagney@redhat.com>
4278
4279 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4280 pointer.
4281 * gdbarch.h, gdbarch.c: Regenerate.
4282 * config/mips/tm-mips.h (mips_register_name): Update.
4283 * i386-tdep.h (i386_register_name): Update.
4284 * mips-tdep.c (mips_register_name): Update
4285 * alpha-tdep.c (alpha_register_name): Update.
4286 * arch-utils.c (legacy_register_name): Update.
4287 * arch-utils.h (legacy_register_name): Update.
4288 * avr-tdep.c (avr_register_name): Update.
4289 * ia64-tdep.c (ia64_register_name): Update.
4290 * i386-tdep.c (i386_register_name): Update.
4291 * sparc-tdep.c (sparc32_register_name): Update.
4292 (sparc64_register_name): Update.
4293 (sparclite_register_name): Update.
4294 (sparclet_register_name): Update.
4295 * sh-tdep.c (sh_generic_register_name): Update.
4296 (sh_sh_register_name): Update.
4297 (sh_sh3_register_name): Update.
4298 (sh_sh3e_register_name): Update.
4299 (sh_sh_dsp_register_name): Update.
4300 (sh_sh3_dsp_register_name): Update.
4301 (sh_sh4_register_name): Update.
4302 (sh_sh64_register_name): Update.
4303 * s390-tdep.c (s390_register_name): Update.
4304 * rs6000-tdep.c (rs6000_register_name): Update.
4305 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4306 (ns32k_register_name_32382): Update.
4307 * d10v-tdep.c (d10v_ts2_register_name): Update.
4308 (d10v_ts3_register_name): Update.
4309 * xstormy16-tdep.c (xstormy16_register_name): Update.
4310 * vax-tdep.c (vax_register_name): Update.
4311 * v850-tdep.c (v850_register_name): Update.
4312 * m68hc11-tdep.c (m68hc11_register_name): Update.
4313 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4314 (am33_register_name): Update.
4315
4316 2002-06-17 Grace Sainsbury <graces@redhat.com>
4317
4318 * m68k-tdep.c: Reindented.
4319
4320 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4321
4322 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4323 list of predefined types.
4324
4325 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4326
4327 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4328 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4329 REGISTER_CONVERT_TO_RAW): Remove defines.
4330 (i386_register_virtual_type, i386_register_convertible,
4331 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4332 Remove prototypes.
4333 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4334 macros mentioned above.
4335
4336 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4337 (i386lynx_saved_pc_after_call): Remove prototype.
4338 * i386ly-tdep.c: Include "i386-tdep.h".
4339 (i386lynx_saved_pc_after_call): Make static. Use
4340 read_memory_nobpt instead of read_memory. Use
4341 read_memory_unsigned_integer instead of read_memory_integer.
4342 (i386lynx_init_abi): New function.
4343 (i386lynx_coff_osabi_sniffer): New function.
4344 (_initialize_i386bsd_tdep): New function.
4345
4346 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4347 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4348 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4349 (i386_fix_call_dummy): Remove prototype.
4350 * i386-tdep.c (i386_call_dummy_words): New variable.
4351 (i386_gdbarch_init): Adjust for removal of the
4352 macros mentioned above.
4353
4354 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4355
4356 * command.h (add_setshow_auto_boolean_cmd): Replace
4357 add_set_auto_boolean_cmd.
4358 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4359 add_set_auto_boolean_cmd.
4360 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4361 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4362 mask-address'' command.
4363 (show_mask_address): Add cmd parameter.
4364 * remote.c (add_packet_config_cmd): Update. Change type of
4365 set_func and show_func to cmd_sfunc_ftype.
4366 (_initialize_remote): Update `set remote Z-packet'
4367 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4368 (show_remote_protocol_e_packet_cmd): Ditto.
4369 (show_remote_protocol_E_packet_cmd): Ditto.
4370 (show_remote_protocol_P_packet_cmd): Ditto.
4371 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4372 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4373 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4374 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4375 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4376 (show_remote_protocol_Z_packet_cmd): Ditto.
4377 (show_remote_protocol_binary_download_cmd): Ditto.
4378 (show_remote_cmd): Pass NULL to all of above.
4379
4380 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4381
4382 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4383 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4384 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4385 POP_FRAME): Remove defines.
4386 (i386_push_arguments, i386_store_struct_return,
4387 i386_extract_return_value, i386_store_return_value,
4388 i386_extract_struct_value_address, i386_push_dummy_frame,
4389 i386_pop_frame): Renove prototypes.
4390 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4391 macros mentioned above.
4392
4393 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4394
4395 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4396 add_set_boolean_cmd.
4397 (add_setshow_cmd): New function.
4398 * command.h (add_setshow_boolean_cmd): Replace
4399 add_set_boolean_cmd.
4400 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4401 and ``set rdiromatzero''.
4402 * maint.c (_initialize_maint_cmds): Update commented out code.
4403 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4404 * target.c (initialize_targets): Update `set
4405 trust-readonly-sections'.
4406 * remote.c (_initialize_remote): Update `set remotebreak'.
4407
4408 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4409
4410 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4411 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4412 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4413 fit into multi-arch framework.
4414 (i386_breakpoint_from_pc): New function.
4415 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4416 above.
4417
4418 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4419 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4420 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4421 (i386_frameless_function_invocation, i386_frame_num_args,
4422 i386_frame_init_saved_regs): Remove prototypes.
4423 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4424 macros mentioned above.
4425
4426 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4427
4428 * cli/cli-decode.c (set_cmd_cfunc): Update.
4429 (set_cmd_sfunc): Update.
4430 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4431 (set_cmd_sfunc, set_cmd_cfunc): Update.
4432 * cli/cli-decode.h: Update.
4433
4434 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4435
4436 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4437 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4438
4439 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4440
4441 * defs.h (auto_boolean): Declare enum.
4442 * command.h (cmd_auto_boolean): Delete enum.
4443 * mips-tdep.c (mask_address_var): Update.
4444 (mips_mask_address_p): Update.
4445 (show_mask_address): Update.
4446 * remote.c (struct packet_config): Update.
4447 (update_packet_config): Update.
4448 (show_packet_config_cmd): Update.
4449 (packet_ok): Update.
4450 (add_packet_config_cmd): Update.
4451 (_initialize_remote):
4452 * command.h: Update.
4453 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4454 (do_setshow_command): Update.
4455 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4456 * cli/cli-decode.h: Update.
4457
4458 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4459
4460 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4461 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4462 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4463 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4464 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4465 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4466
4467 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4468 list of DJGPP COFF targets.
4469
4470 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4471 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4472 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4473 (FP0_REGNUM): Remove define.
4474 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4475 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4476 (i386_register_virtual_size): Remove protoype.
4477 * i386-tdep.c (i386_register_virtual_size): Removed.
4478 (i386_extract_return_value, i386_store_return_value): Use
4479 FP0_REGNUM instead of NUM_FREGS to determine whether the
4480 floating-point registers are available.
4481 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4482 Adjust for removal of macros mentioned above.
4483
4484 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4485
4486 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4487 comments.
4488 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4489 Remove prototypes.
4490 (supply_gregset, fill_gregset): Remove use of register keyword and
4491 remove declaration for regmap. Use I386_NUM_GREGS instead of
4492 NUM_REGS and NUM_FREGS.
4493 (FPREGSET_FSAVE_OFFSET): Remove.
4494 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4495 NUM_FREGS to determine whether the floating-point registers are
4496 available.
4497
4498 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4499 gnu_store_registers): Replace usage of NUM_GREGS with
4500 I386_NUM_GREGS.
4501
4502 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4503 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4504 usage of NUM_GREGS with I386_NUM_GREGS.
4505
4506 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4507
4508 * i386bsd-nat.c: Include "i386-tdep.h".
4509 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4510 I386_NUM_GREGS.
4511
4512 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4513 and associated comment. They no longer make any sense, since we
4514 don't use this file anymore on Linux.
4515
4516 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4517 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4518 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4519 elements in these arrays.
4520 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4521 MAX_NUM_REGS.
4522
4523 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4524
4525 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4526 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4527
4528 2002-06-14 Andrew Cagney <cagney@redhat.com>
4529
4530 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4531 EXTRACT_RETURN_VALUE.
4532 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4533 EXTRACT_STRUCT_VALUE_ADDRESS.
4534 * gdbarch.h, gdbarch.c: Regenerate.
4535
4536 * values.c (value_being_returned): Handle
4537 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4538 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4539
4540 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4541 * arm-tdep.c (arm_gdbarch_init): Update.
4542 * avr-tdep.c (avr_gdbarch_init): Update.
4543 * cris-tdep.c (cris_gdbarch_init): Update.
4544 * d10v-tdep.c (d10v_gdbarch_init): Update.
4545 * ia64-tdep.c (ia64_gdbarch_init): Update.
4546 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4547 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4548 * s390-tdep.c (s390_gdbarch_init): Update.
4549 * sh-tdep.c (sh_gdbarch_init): Update.
4550 * s390-tdep.c (s390_gdbarch_init): Update.
4551 * sparc-tdep.c (sparc_gdbarch_init): Update.
4552 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4553 * v850-tdep.c (v850_gdbarch_init): Update.
4554 * vax-tdep.c (vax_gdbarch_init): Update.
4555 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4556 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4557
4558 * config/arc/tm-arc.h: Update.
4559 * config/d30v/tm-d30v.h: Update.
4560 * config/fr30/tm-fr30.h: Update.
4561 * config/h8300/tm-h8300.h: Update.
4562 * config/h8500/tm-h8500.h: Update.
4563 * config/i386/tm-i386.h: Update.
4564 * config/i386/tm-ptx.h: Update.
4565 * config/i386/tm-symmetry.h: Update.
4566 * config/i960/tm-i960.h: Update.
4567 * config/m32r/tm-m32r.h: Update.
4568 * config/m68k/tm-delta68.h: Update.
4569 * config/m68k/tm-linux.h: Update.
4570 * config/m68k/tm-m68k.h: Update.
4571 * config/m88k/tm-m88k.h: Update.
4572 * config/mcore/tm-mcore.h: Update.
4573 * config/mips/tm-mips.h: Update.
4574 * config/mn10200/tm-mn10200.h: Update.
4575 * config/pa/tm-hppa.h: Update.
4576 * config/pa/tm-hppa64.h: Update.
4577 * config/sparc/tm-sp64.h: Update.
4578 * config/sparc/tm-sparc.h: Update.
4579 * config/sparc/tm-sparclet.h: Update.
4580 * config/z8k/tm-z8k.h: Update.
4581
4582 2002-06-14 Andrew Cagney <cagney@redhat.com>
4583
4584 * Makefile.in (i386_linux_tdep_h): Define.
4585 (i386_tdep_h, i387_tdep_h): Define.
4586 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4587 $(i386_tdep_h) and $(i387_tdep_h).
4588 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4589
4590 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4591
4592 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4593 Already covered by the default.
4594
4595 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4596 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4597 (i386_gdbarch_init): Initialize long_double_format and long_double
4598 bit.
4599
4600 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4601 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4602 Move these to ...
4603 * config/i386/i386sol2.mh: ... here.
4604 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4605 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4606 (SIGCONTEXT_PC_OFFSET): Remove define.
4607 (IN_SIGTRAMP): Remove define.
4608 * i386-sol2-tdep.c: New file.
4609
4610 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4611 * config/i386/tm-i386nw.h: Removed.
4612
4613 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4614 USE_STRUCT_CONVENTION): Remove defines.
4615 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4616 (get_longjmp_target): Remove prototype.
4617 (IN_SIGTRAMP): Remove define.
4618 (i386bsd_in_sigtramp): Remove prototype.
4619 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4620 function. Update comment accordingly
4621 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4622 (FRAME_SAVED_PC): Remove define.
4623 (i386bsd_frame_saved_pc): Remove prototype.
4624 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4625 GET_LONGJMP_TARGET): Remove defines.
4626 (get_longjmp_target): Remove prototype.
4627 (IN_SIGTRAMP): Remove define.
4628 (i386bsd_in_sigtramp): Remove prototype.
4629 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4630 function. Update comment accordingly
4631 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4632 (FRAME_SAVED_PC): Remove define.
4633 (i386bsd_frame_saved_pc): Remove prototype.
4634 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4635 Remove prototype.
4636 (USE_STRUCT_CONVENTION): Remove prototype.
4637 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4638 declaration.
4639 (_initialize_i386bsd_nat): Revise logic to determine some
4640 constants at compile time when compiling a native GDB. Warn if
4641 things don't match up with what we expect.
4642 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4643 Remove variables.
4644 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4645 to use date stored in `struct gdbarch_tdep'.
4646 (i386bsd_sigcontext_offset): Remove varaible.
4647 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4648 stored in `struct gdbarch_tdep'.
4649 (i386bsd_frame_saved_pc): Make static.
4650 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4651 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4652 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4653 i386fbsd4_sc_pc_offset): New variables.
4654 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4655 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4656 functions.
4657 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4658 functions.
4659 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4660 Modify the value of i386fbsd_sigtramp_start and
4661 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4662 i386fbsd_sigtramp_end.
4663 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4664 function.
4665
4666 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4667 define to i386-linux-tdep.h.
4668 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4669 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4670 defines.
4671 (i386_linux_register_name, i386_linux_register_byte,
4672 i386_linux_register_raw_size): Remove prototypes.
4673 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4674 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4675 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4676 TARGET_WRITE_PC): Remove defines.
4677 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4678 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4679 i386_linux_write_pc): Remove prototypes.
4680 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4681 (get_longjmp_target): Remove prototype.
4682 * i386-linux-tdep.h: New file.
4683 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4684 * i386-linux-tdep.c: Include "i386-tdep.h" and
4685 "i386-linux-tdep.h".
4686 (i386_linux_register_name, i386_linux_register_byte,
4687 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4688 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4689 Make static.
4690 (i386_linux_init_abi): New function.
4691 (_initialize_i386_linux_tdep): New function.
4692
4693 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4694 (i386_saved_pc_after_call): Remove prototype.
4695 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4696 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4697 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4698 (i386_register_name, i386_stab_reg_to_regnum,
4699 i386_dwarf_reg_to_regnum): Remove prototypes.
4700 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4701 SIZEOF_SSE_REGS): Remove defines.
4702 (REGISTER_BYTES): Remove define.
4703 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4704 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4705 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4706 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4707 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4708 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4709 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4710 (get_longjmp_target): Remove prototype.
4711 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4712 (sigtramp_saved_pc): Remove define.
4713 (i386v4_sigtramp_saved_pc): Remove prototype.
4714 * config/i386/tm-go32.h (FRAME_CHAIN,
4715 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4716 (i386go32_frame_saved_pc): Remove prototype.
4717 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4718 (get_longjmp_target): Remove prototype.
4719 * i386-tdep.h: Include "osabi.h".
4720 (enum i386_abi): Removed.
4721 (enum struct_return): New enum.
4722 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4723 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4724 sc_pc_offset members.
4725 (i386_gdbarch_register_os_abi): Remove prototype.
4726 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4727 I386_SSE_NUM_REGS): New defines.
4728 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4729 I386_SSE_SIZEOF_REGS): New defines.
4730 (i386_register_name, i386_register_byte, i386_register_raw_size):
4731 New prototypes.
4732 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4733 (i386bsd_sigtramp_saved_pc): New prototype.
4734 * i386-tdep.c: Don't include "elf-bfd.h".
4735 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4736 i386_frame_chain, i386_saved_pc_after_call): Make static.
4737 (i386_frame_saved_pc): Rewrite to call architecture dependent
4738 function to deal with signal handlers. Make static.
4739 (i386go32_frame_saved_pc): Removed.
4740 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4741 Removed.
4742 (i386_get_longjmp_target): New function.
4743 (default_struct_convention, pcc_struct_convention,
4744 reg_struct_convention, valid_conventions, struct_convention): New
4745 variables.
4746 (i386_use_struct_convention): New function.
4747 (i386v4_sigtramp_saved_pc): Renamed to
4748 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4749 (i386_pc_in_sigtramp): New function.
4750 (i386_abi_names): Removed.
4751 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4752 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4753 Removed.
4754 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4755 i386_gdbarch_register_os_abi): Removed.
4756 (struct i386_abi_handler): Removed.
4757 (i386_abi_handler_list): Removed.
4758 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4759 functions.
4760 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4761 i386_nw_init_abi): New functions.
4762 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4763 Use set_gdbarch_xxx() calls instead of relying on macros for a
4764 number of calls.
4765 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4766 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4767 Register the various architecture variants defined in this file.
4768
4769 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4770
4771 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4772 (struct main_type): Remove arg_types member. Update comments for
4773 struct field.
4774 (TYPE_ARG_TYPES): Remove.
4775 (TYPE_FN_FIELD_ARGS): Update.
4776 (smash_to_method_type): Update prototype.
4777
4778 * c-typeprint.c (cp_type_print_method_args): Take method type
4779 instead of argument list. Use new argument layout. Simplify.
4780 (c_type_print_args): Use new argument layout. Simplify.
4781 (c_type_print_base): Update call to cp_type_print_method_args.
4782 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4783 argument; use die->type instead. Update call to
4784 smash_to_method_type.
4785 (read_structure_scope): Update call to dwarf2_add_member_fn.
4786 * gdbtypes.c (allocate_stub_method): Update comment.
4787 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4788 Use new argument layout.
4789 (check_stub_method): Use new argument layout. Don't count
4790 void as an argument.
4791 (print_arg_types): Update comments. Use new argument layout.
4792 (recursive_dump_type): Don't print arg_types member.
4793 * hpread.c (hpread_read_struct_type): Use new argument layout.
4794 (fixup_class_method_type): Likewise.
4795 (hpread_type_lookup): Likewise.
4796 * stabsread.c (read_type): Update calls to read_args and
4797 smash_to_method_type.
4798 (read_args): Use new argument layout. Simplify.
4799 * valops.c (typecmp): Use new argument layout. Update parameters
4800 and comments. Simplify.
4801 (hand_function_call): Use new argument layout.
4802 (search_struct_method): Update call to typecmp.
4803 (find_overload_match): Use new argument layout.
4804
4805 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4806
4807 * NEWS: Mention multithreaded debug support for gdbserver.
4808
4809 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4810
4811 * MAINTAINERS: Mention NEWS.
4812
4813 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4814
4815 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4816 (struct mips_objfile_private, compare_pdr_entries): New.
4817 (non_heuristic_proc_desc): Read the ".pdr" section if it
4818 is present.
4819
4820 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4821
4822 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4823 (arm_debug): New static variable.
4824 (_initialize_arm_tdep): Add ``set debug arm'' command.
4825
4826 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4827
4828 * Makefile.in (sim_arm_h): Define.
4829 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4830 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4831 (arm_register_sim_regno): New function, map an internal REGNUM
4832 onto a simulator register number.
4833 (arm_gdbarch_init): Set register_sim_regno.
4834
4835 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4836
4837 * MAINTAINERS: Add self.
4838
4839 2002-06-11 Jim Blandy <jimb@redhat.com>
4840
4841 * source.c (source_info): Mention whether the symtab has
4842 information about preprocessor macros.
4843
4844 Call the command `info macro', not `show macro'.
4845 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4846 Fix error message.
4847 (_initialize_macrocmd): Register `info_macro_command' in
4848 `infolist', not `showlist'.
4849
4850 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4851
4852 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4853 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4854 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4855 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4856 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4857 unconditionally.
4858 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4859 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4860 (_initialize_mips_tdep): Remove dead code.
4861 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4862 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4863 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4864 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4865 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4866 MIPS_LAST_FP_ARG_REGNUM): Remove.
4867
4868 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4869
4870 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4871 (unwind_tmp_obstack_free, parse_frame_info)
4872 (update_context, cfi_read_fp, cfi_write_fp)
4873 (cfi_frame_chain, cfi_init_extra_frame_info)
4874 (cfi_virtual_frame_pointer): Use the above function.
4875 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4876
4877 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4878
4879 * v850-tdep.c (v850_type_is_scalar): New function.
4880 (v850_use_struct_convention): Match current gcc implementation
4881 as close as possible.
4882 (v850_push_arguments): Fix stack_offset handling. Don't write
4883 struct_addr into register. This is done by v850_store_struct_return.
4884 (v850_extract_return_value): Care for structs.
4885 (v850_store_return_value): Ditto.
4886 (v850_store_struct_return): Actually write address.
4887
4888 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4889
4890 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4891 without debug information too.
4892
4893 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4894
4895 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4896 Make multi-arch pure.
4897 * gdbarch.h, gdbarch.c: Re-generate.
4898 * arm-tdep.c (arm_print_float_info): Update.
4899 * arch-utils.h (default_print_float_info): Update.
4900 * arch-utils.c (default_print_float_info): Update.
4901 * infcmd.c (float_info): Update call.
4902
4903 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4904
4905 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4906 the front of the initialize list.
4907
4908 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4909
4910 * infrun.c (struct inferior_status): Replace fields
4911 selected_frame_address and selected_level with field
4912 selected_frame_id.
4913 (save_inferior_status): Update. Use get_frame_id.
4914 (struct restore_selected_frame_args): Delete.
4915 (restore_selected_frame): Update. Use frame_find_by_id.
4916 (restore_inferior_status): Update.
4917
4918 * breakpoint.h (struct breakpoint): Change type of
4919 watchpoint_frame to frame_id.
4920 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4921 call to get_current_frame.
4922 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4923 get_current_frame.
4924 (watchpoint_check): Use frame_find_by_id.
4925
4926 * frame.h (record_selected_frame): Delete declaration.
4927 * stack.c (record_selected_frame): Delete function.
4928
4929 * frame.h (struct frame_id): Define.
4930 (get_frame_id): Declare.
4931 (frame_find_by_id): Declare.
4932 * frame.c (frame_find_by_id): New function.
4933 (get_frame_id): New function.
4934
4935 2002-06-10 Andrey Volkov <avolkov@transas.com>
4936
4937 * ser-e7kpc.c: Fix duplicated define and call of
4938 _initialize_ser_e7000pc
4939
4940 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4941
4942 * signals/signals.c (target_signal_from_host): Fix #ifdef
4943 SIGRTMIN case.
4944 (do_target_signal_to_host): Likewise.
4945
4946 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4947
4948 * mips-tdep.c (mips_find_abi_section): New function.
4949 (mips_gdbarch_init): Call it.
4950
4951 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4952
4953 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4954 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4955 after Andrew's 2002-06-08 gdbarch change.
4956
4957 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4958
4959 * i386-linux-nat.c (suppy_gregset): Don't supply
4960 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4961 register cache.
4962 (fill_gregset): Don't fetch it under the same circumstances.
4963
4964 2002-06-09 Andrew Cagney <cagney@redhat.com>
4965
4966 * Makefile.in (callback_h): Define.
4967 (remote_sim_h): Update path to remote-sim.h.
4968 (remote-rdp.o): Add $(callback_h).
4969 (remote-sim.o): Use $(callback_h).
4970 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4971 * remote-rdp.c: Include "gdb/callback.h".
4972
4973 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4974
4975 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4976 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4977
4978 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4979
4980 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4981 * rdi-share/serpardr.c: Ditto.
4982 * rdi-share/unixcomm.c: Ditto.
4983 * rdi-share/serdrv.c: Ditto.
4984 * rdi-share/hostchan.h: Ditto.
4985 * rdi-share/hostchan.c: Ditto.
4986 * rdi-share/host.h: Ditto.
4987 * rdi-share/devsw.c: Ditto.
4988
4989 * objfiles.h: Change type of obj_private to void pointer.
4990 * pa64solib.c: Update copyright. Don't include "assert.h", use
4991 strcmp instead of STREQ, use LONGEST, do not use PTR
4992 * somsolib.c: Ditto.
4993
4994 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4995 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4996 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4997
4998 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4999
5000 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5001 (default_get_saved_register): Delete function.
5002 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5003 generic_unwind_get_saved_register.
5004 * gdbarch.h, gdbarch.c: Re-generate.
5005
5006 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5007
5008 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5009 generic_func_frame_chain_valid.
5010 * gdbarch.h, gdbarch.c: Re-generate.
5011 * blockframe.c (generic_func_frame_chain_valid): Only check
5012 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5013 passing FP to PC_IN_CALL_DUMMY.
5014 Fix PR gdb/360.
5015
5016 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5017
5018 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5019 (register_gdbarch_data): Initialize init_p.
5020 (gdbarch_data): Initialize data pointer using the init function.
5021 (init_gdbarch_data): Delete function.
5022 (gdbarch_update_p): Update.
5023 (initialize_non_multiarch): Update.
5024 (struct gdbarch): Add field initialized_p.
5025 * gdbarch.h, gdbarch.c: Re-generate.
5026
5027 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5028
5029 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5030 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5031 better do the things actually here.
5032 * x86-64-tdep.c (x86_64_register_name2nr): New.
5033 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5034 (x86_64_gdbarch_init): Respect the above change.
5035 * x86-64-tdep.h (x86_64_register_name2nr)
5036 (x86_64_register_nr2name): Add prototypes.
5037 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5038
5039 2002-06-06 Michael Snyder <msnyder@redhat.com>
5040
5041 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5042 Delete extra braces and re-indent.
5043 (d10v_store_return_value): Char return values
5044 must be shifted over by one byte in R0.
5045 (d10v_extract_return_value): Delete extra braces, re-indent.
5046
5047 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5048
5049 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5050 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5051 (d10v_integer_to_address): Rewrite.
5052 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5053 the d10v specific functions which take care of converting to the
5054 correct space.
5055
5056 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5057
5058 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5059 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5060
5061 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5062
5063 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5064 includes.
5065 * config/tm-linux.h: Ditto.
5066 * config/alpha/tm-alphalinux.h: Ditto.
5067 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5068 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5069 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5070 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5071 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5072 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5073 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5074 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5075 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5076 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5077 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5078 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5079 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5080 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5081 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5082 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5083 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5084 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5085 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5086 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5087 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5088 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5089 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5090 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5091 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5092 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5093 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5094 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5095 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5096 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5097 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5098 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5099 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5100 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5101 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5102 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5103 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5104
5105 2002-05-04 Aidan Skinner <aidan@velvet.net>
5106
5107 * ada-exp.tab.c: New file
5108 * ada-exp.y: New file
5109 * ada-lang.c: New file
5110 * ada-lang.h: New file
5111 * ada-lex.c: New file
5112 * ada-lex.l: New file
5113 * ada-tasks.c: New file
5114 * ada-typeprint.c: New file
5115 * ada-valprint.c: New file
5116
5117 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5118
5119 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5120 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5121
5122 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5123
5124 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5125 insetead of ppc-linux-tdep.o.
5126 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5127 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5128
5129 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5130
5131 2002-05-07 Christian Groessler <chris@groessler.org>
5132 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5133 bit register contents for little endian hosts.
5134
5135 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5136
5137 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5138 any maintainer.
5139
5140 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5141
5142 * gdbarch.h: Regenerate.
5143
5144 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5145
5146 * MAINTAINERS: Add everyone to write-after-approval list.
5147
5148 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5149
5150 * stack.c (frame_info): Use frame_register_unwind instead of
5151 saved_regs. Mention when the SP is on the stack or in a register.
5152
5153 * frame.h (frame_register_unwind_ftype): Define. Document.
5154 (struct frame_info): Add field register_unwind and
5155 register_unwind_cache.
5156 (frame_register_unwind): Declare.
5157 (generic_unwind_get_saved_register): Declare.
5158
5159 * frame.c (frame_register_unwind): New function.
5160 (generic_unwind_get_saved_register): New function.
5161
5162 * blockframe.c (generic_call_dummy_register_unwind): New function.
5163 (frame_saved_regs_register_unwind): New function.
5164 (set_unwind_by_pc): New function.
5165 (create_new_frame): New function.
5166 (get_prev_frame): New function.
5167
5168 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5169
5170 * a29k-share/: Delete directory.
5171 * remote-vx29k.c: Delete file.
5172
5173 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5174
5175 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5176 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5177
5178 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5179
5180 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5181 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5182 (sparc64nbsd-nat.o)
5183 (sparcnbsd-nat.o)
5184 (sparcnbsd-tdep.o): New dependency lists.
5185 * NEWS: Note new UltraSPARC NetBSD native configuration.
5186 * configure.host (sparc64-*-netbsd*): New host.
5187 * configure.tgt (sparc-*-netbsdelf*)
5188 (sparc-*-netbsd*): Set gdb_target to nbsd.
5189 (sparc64-*-netbsd*): New target.
5190 * sparc64nbsd-nat.c: New file.
5191 * sparcnbsd-nat.c: New file.
5192 * sparcnbsd-tdep.c: New file.
5193 * sparcnbsd-tdep.h: New file.
5194 * config/sparc/nbsd.mt: New file.
5195 * config/sparc/nbsd64.mh: New file.
5196 * config/sparc/nbsd64.mt: New file.
5197 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5198 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5199 (HOST_IPC): Remove.
5200 * config/sparc/nbsdaout.mt: Remove.
5201 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5202 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5203 (HOST_IPC): Remove.
5204 * config/sparc/nbsdelf.mt: Remove.
5205 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5206 sparc-nat.c compatiblity defines.
5207 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5208 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5209 * config/sparc/tm-nbsd64.h: New file.
5210 * config/sparc/tm-nbsdaout.h: Remove.
5211 * config/sparc/xm-nbsd.h: Remove.
5212
5213 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5214
5215 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5216 * sparc-tdep.c: Include osabi.h.
5217 (gdbarch_tdep): Add osabi member.
5218 (_initialize_sparc_tdep): Use gdbarch_register.
5219 (sparc_gdbarch_init): Use generic OS ABI framework.
5220 (sparc_dump_tdep): New function.
5221
5222 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5223
5224 * corefile.c (do_captured_read_memory_integer): Return non-zero
5225 result.
5226 (safe_read_memory_integer): Copy result of memory read when
5227 status is non-zero. Also, add comments.
5228
5229 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5230
5231 * Makefile.in (ppc_tdep_h): Define.
5232 (ppc-linux-nat.o)
5233 (ppc-linux-tdep.o)
5234 (rs6000-tdep.o): Use $(ppc_tdep_h).
5235 (ppc-sysv-tdep.o)
5236 (ppcnbsd-nat.o)
5237 (ppcnbsd-tdep.o): New dependency lists.
5238 * ppc-tdep.h: Use generic OS ABI framework.
5239 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5240 (ppc_linux_init_abi): New functions.
5241 (ppc_sysv_abi_broken_use_struct_convention)
5242 (ppc_sysv_abi_use_struct_convention)
5243 (ppc_sysv_abi_push_arguments): Move to...
5244 * ppc-sysv-tdep.c: ...here.
5245 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5246 * rs6000-tdep.c (process_note_abi_tag_sections)
5247 (get_elfosabi): Remove.
5248 (rs6000_gdbarch_init): Use generic OS ABI framework.
5249 (rs6000_dump_tdep): New function.
5250 (_initialize_rs6000_tdep): Use gdbarch_register.
5251 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5252 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5253 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5254 of ppc-linux-tdep.o.
5255 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5256 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5257 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5258 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5259 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5260 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5261
5262 2002-05-29 Jim Blandy <jimb@redhat.com>
5263
5264 * macroscope.c (default_macro_scope): Put `void' in empty argument
5265 list.
5266
5267 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5268
5269 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5270 * arch-utils.c: Include "sim-regno.h".
5271 * gdbarch.sh: Don't include "sim-regno.h".
5272 * gdbarch.h, gdbarch.c: Regenerate.
5273 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5274 here.
5275 * arch-utils.h (legacy_register_sim_regno): To here.
5276 * remote-sim.c (legacy_register_sim_regno): Move function from
5277 here.
5278 * arch-utils.c (legacy_register_sim_regno): To here.
5279
5280 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5281
5282 * sim-regno.h: New file.
5283 * Makefile.in (sim_regno_h): Define.
5284 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5285 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5286 (legacy_register_sim_regno): New function.
5287 (one2one_register_sim_regno): New function.
5288 (gdbsim_fetch_register): Rewrite.
5289 (gdbsim_store_register): Only store a register when
5290 REGISTER_SIM_REGNO is valid.
5291 * d10v-tdep.c: Include "sim-regno.h".
5292 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5293 (d10v_ts3_register_sim_regno): Ditto.
5294 * gdbarch.sh: Include "sim-regno.h".
5295 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5296 * gdbarch.h, gdbarch.c: Regenerate.
5297 * arch-utils.h (default_register_sim_regno): Delete declaration.
5298 * arch-utils.c (default_register_sim_regno): Delete function.
5299
5300 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5301
5302 * ppcnbsd-nat.c: Rewrite.
5303 * ppcnbsd-tdep.c: New file.
5304 * ppcnbsd-tdep.h: New file.
5305 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5306 solib.o, and solib-svr4.o.
5307 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5308 nbsd-tdep.o, and corelow.o.
5309
5310 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5311
5312 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5313 `tr' and `sed'. Mention that `broken' targets are not expected to
5314 build.
5315
5316 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5317
5318 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5319 Let PC point right after the prologue before looking up symbols.
5320
5321 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5322
5323 * i386-tdep.c (i386_register_virtual_type): Return
5324 builtin_type_vec128i for SSE registers.
5325
5326 * gdbtypes.h (builtin_type_vec128i): Declare.
5327
5328 * gdbtypes.c (build_builtin_type_vec128i): New function.
5329 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5330 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5331 (build_gdbtypes): Initialize new builtin vector types.
5332 (_initialize_gdbtypes): Register new vector types with gdbarch.
5333
5334 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5335
5336 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5337 since it has been multi-arch'd.
5338 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5339 Move Alpha and VAX multi-arch news entries to same section
5340 as other multi-arch news.
5341
5342 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5343
5344 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5345 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5346 static. Rename some register numbers to put them in ns32k-tdep
5347 private namespace.
5348 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5349 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5350 functions.
5351 (_initialize_ns32k_tdep): Use gdbarch_register.
5352 * ns32k-tdep.h: New file.
5353 * ns32knbsd-tdep.c: New file.
5354 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5355 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5356 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5357 REGISTER_BYTES, REGISTER_BYTE): Remove.
5358 * config/ns32k/tm-ns32k.h: New file.
5359 * config/ns32k/tm-umax.h: Remove.
5360
5361 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5362
5363 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5364 ns32k_store_struct_return, ns32k_extract_return_value,
5365 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5366 functions.
5367 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5368 ns32k_saved_pc_after_call.
5369 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5370 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5371 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5372 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5373 ns32k_extract_struct_value_address.
5374
5375 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5376
5377 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5378 ns32k_fix_call_dummy): New.
5379 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5380 ns32k_call_dummy_words.
5381 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5382 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5383 CALL_DUMMY_NARGS): Remove.
5384 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5385
5386 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5387
5388 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5389 ns32k_frame_saved_pc, ns32k_frame_args_address,
5390 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5391 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5392 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5393 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5394 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5395 (BREAKPOINT): Remove..
5396 (FRAME_CHAIN): Define as ns32k_frame_chain.
5397 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5398 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5399 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5400 (FRAME_FIND_SAVED_REGS): Remove.
5401 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5402 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5403 (POP_FRAME): Define as ns32k_pop_frame.
5404
5405 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5406
5407 * ns32k-tdep.c (ns32k_register_byte_32082,
5408 ns32k_register_byte_32382, ns32k_register_raw_size,
5409 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5410 functions.
5411 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5412 ns32k_register_byte_32382.
5413 * config/ns32k/tm-umax.h: Update copyright years.
5414 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5415 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5416 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5417 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5418 (ns32k_get_enter_addr): Fix prototype.
5419
5420 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5421
5422 * ns32k-tdep.c: Update copyright years.
5423 (ns32k_register_name_32082): New function.
5424 (ns32k_register_name_32382): Ditto.
5425 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5426 (REGISTER_NAME): Define as ns32k_register_name_32382.
5427 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5428 (REGISTER_NAME): Define as ns32k_register_name_32082.
5429
5430 2002-05-24 Jim Blandy <jimb@redhat.com>
5431
5432 * dwarf2read.c (free_line_header): Use xfree, not free.
5433
5434 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5435
5436 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5437 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5438
5439 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5440
5441 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5442
5443 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5444
5445 From Ross Alexander at NEC Europe:
5446 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5447
5448 2002-05-23 Michael Snyder <msnyder@redhat.com>
5449
5450 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5451 for input, rather than parse_and_eval_address.
5452
5453 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5454
5455 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5456 * Makefile.in (sim_d10v_h): Update definition.
5457
5458 2002-05-24 Andrew Cagney <cagney@redhat.com>
5459
5460 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5461 change `2002-05-22 Michael Snyder' below.
5462 (d10v_push_arguments): Ditto.
5463 (d10v_extract_return_value): Ditto.
5464
5465 2002-05-23 Jim Blandy <jimb@redhat.com>
5466
5467 * macrotab.c (check_for_redefinition): Don't complain if the new
5468 definition is the same as the previous one. Take more arguments
5469 to allow the comparison.
5470 (macro_define_object, macro_define_function): Pass more arguments
5471 to check_for_redefinition.
5472
5473 2002-05-22 Michael Snyder <msnyder@redhat.com>
5474
5475 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5476 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5477 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5478 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5479 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5480 Add a temp variable to save a call (and a memory read).
5481 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5482 if possible (so that PC_IN_CALL_DUMMY will work).
5483
5484 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5485
5486 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5487
5488 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5489
5490 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5491 fde->cie_ptr.
5492 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5493 (dwarf2_build_frame_info): Add offset to fde->initial_location
5494 so that frames of shared libraries are mapped correctly.
5495 (execute_stack_op): Change type of 'result' from ULONGEST to
5496 CORE_ADDR.
5497
5498 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5499
5500 * config/alpha/tm-nbsd.h: Include solib.h.
5501
5502 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5503
5504 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5505 assumptions about the host's byte order.
5506
5507 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5508
5509 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5510 to dependency list.
5511 * alphanbsd-tdep.c: Include solib-svr4.h.
5512 * shnbsd-tdep.c: Ditto.
5513
5514 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5515
5516 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5517 nbsd-tdep.h to dependency list.
5518 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5519 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5520 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5521 nbsdaout.mh and nbsdelf.mh consistently.
5522 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5523 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5524 nbsdaout.mt and nbsdelf.mh consistently.
5525 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5526 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5527 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5528 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5529 a.out shared library stuff from here...
5530 * config/nm-nbsdaout.h: ...to here.
5531 * config/tm-nbsd.h: Remove.
5532 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5533 * config/arm/nbsd.mh: Remove.
5534 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5535 nbsd-tdep.o.
5536 * config/arm/nbsdaout.mh: New file.
5537 * config/arm/nbsdelf.mh: New file.
5538 * config/arm/nm-nbsdaout.h: New file.
5539 * config/i386/nbsd.mh: Remove.
5540 * config/i386/nbsd.mt: Remove.
5541 * config/i386/nbsdaout.mh: New file.
5542 * config/i386/nbsdaout.mt: New file.
5543 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5544 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5545 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5546 i386_register_u_addr): Remove.
5547 * config/i386/nm-nbsdaout.h: New file.
5548 * config/i386/nm-nbsdelf.h: Remove.
5549 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5550 (USE_STRUCT_CONVENTION): Remove.
5551 * config/i386/tm-nbsdaout.h: New file.
5552 * config/i386/tm-nbsdelf.h: Remove.
5553 * config/m68k/nbsd.mh: Remove.
5554 * config/m68k/nbsd.mt: Remove.
5555 * config/m68k/nbsdaout.mh: New file.
5556 * config/m68k/nbsdaout.mt: New file.
5557 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5558 * config/m68k/nm-nbsdaout.h: New file.
5559 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5560 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5561 * config/ns32k/nbsd.mh: Remove.
5562 * config/ns32k/nbsd.mt: Remove.
5563 * config/ns32k/nbsdaout.mh: New file.
5564 * config/ns32k/nbsdaout.mt: New file.
5565 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5566 * config/ns32k/nm-nbsdaout.h: New file.
5567 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5568 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5569 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5570 (SVR4_SHARED_LIBS): Remove.
5571 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5572 * config/sparc/nbsd.mh: Remove.
5573 * config/sparc/nbsd.mt: Remove.
5574 * config/sparc/nbsdaout.mh: New file.
5575 * config/sparc/nbsdaout.mt: New file.
5576 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5577 * config/sparc/nbsdelf.mt: New file.
5578 * config/sparc/nm-nbsdaout.h: New file.
5579 * config/sparc/nm-nbsdelf.h: Remove.
5580 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5581 * config/sparc/tm-nbsdaout.h: New file.
5582
5583 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5584
5585 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5586 mipsnbsd-tdep.c
5587 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5588
5589 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5590
5591 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5592 shnbsd-nat.c.
5593 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5594
5595 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5596
5597 * NEWS: Note new MIPS NetBSD native configuration.
5598 * configure.host (mips*-*-netbsd*): New host.
5599 * configure.tgt (mips*-*-netbsd*): New target.
5600 * mipsnbsd-nat.c: New file.
5601 * mipsnbsd-tdep.c: New file.
5602 * mipsnbsd-tdep.h: New file.
5603 * config/mips/nbsd.mh: New file.
5604 * config/mips/nbsd.mt: New file.
5605 * config/mips/nm-nbsd.h: New file.
5606 * config/mips/tm-nbsd.h: New file.
5607
5608 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5609
5610 * Makefile.in (SFILES): Add osabi.c.
5611 (COMMON_OBS): Add osabi.o.
5612 (osabi.o): New dependency list.
5613 * osabi.c: New file.
5614 * osabi.h: New file.
5615 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5616
5617 * Makefile.in (alpha_tdep_h): Define and use instead of
5618 alpha-tdep.h.
5619 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5620 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5621 Remove.
5622 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5623 * alpha-tdep.h: Include osabi.h.
5624 (alpha_abi): Remove.
5625 (gdbarch_tdep): Use generic OS ABI framework.
5626 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5627 gdbarch_register_osabi.
5628 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5629 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5630 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5631
5632 * Makefile.in (sh_tdep_h): Add osabi.h.
5633 * sh-tdep.h (sh_osabi): Remove.
5634 (gdbarch_tdep): Use generic OS ABI framework.
5635 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5636 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5637 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5638 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5639
5640 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5641 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5642 gdbarch_register_osabi.
5643 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5644 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5645 (get_elfosabi): Rename to...
5646 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5647 ABI framework support routines.
5648 (arm_gdbarch_init): Use generic OS ABI framework.
5649 (arm_dump_tdep): Likewise.
5650 (_initialize_arm_tdep): Likewise.
5651 * arm-tdep.h: Include osabi.h.
5652 (arm_abi): Remove.
5653 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5654 osabi member.
5655 (arm_gdbarch_register_os_abi): Remove prototype.
5656 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5657 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5658
5659 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5660 * mips-tdep.c: Include osabi.h.
5661 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5662 OS ABI framework.
5663
5664 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5665
5666 * h8300-tdep.c: Fix formatting.
5667
5668 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
5669
5670 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5671 printing vector registers.
5672
5673 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5674
5675 From Fernando Nasser:
5676 * remote.c (remote_async_open_1): Re-throw the exception when the
5677 connection fails.
5678 (remote_cisco_open): Ditto.
5679 (remote_open_1): Ditto.
5680
5681 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5682
5683 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5684 (remote_start_remote): Add uiout parameter. Pass through to
5685 remote_start_remote_dummy.
5686 (remote_open_1): Use catch_exception instead of catch_errors.
5687 (remote_async_open_1): Ditto.
5688 (remote_cisco_open): Ditto.
5689
5690 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5691
5692 * remote.c (remote_start_remote): Replace PTR with void pointer.
5693 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5694 static.
5695
5696 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5697
5698 * gdb_indent.sh: Allow the script to be run in the sim directory.
5699
5700 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5701
5702 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5703 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5704
5705 * corelow.c (core_open): Only call set_gdbarch_from_file if
5706 exec_bfd is NULL.
5707
5708 2002-05-17 Andrey Volkov <avolkov@transas.com>
5709
5710 * h8300-tdep.c: Add support of EXR register
5711 * config/h8300/tm-h8300.h: Ditto.
5712
5713 2002-05-17 Andrey Volkov <avolkov@transas.com>
5714
5715 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5716
5717 2002-05-17 Andrey Volkov <avolkov@transas.com>
5718
5719 * h8300-tdep.c: Change literal regnums to REGNO.
5720
5721 2002-05-17 Jim Blandy <jimb@redhat.com>
5722
5723 * NEWS: Note addition of macro support.
5724
5725 Expand preprocessor macros in C expressions.
5726 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5727 (scan_macro_expansion, scanning_macro_expansion,
5728 finished_macro_expansion): New function declarations.
5729 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5730 variable declarations.
5731 * parser-defs.h (expression_context_pc): New declaration.
5732 * parse.c (expression_context_pc): New variable.
5733 (parse_exp_1): Set expression_context_pc, as well as
5734 expression_context_block.
5735 * c-exp.y (yylex): If we're not already reading the result of a
5736 macro expansion, try to macro-expand the next token. When we're
5737 done scanning a macro expansion, switch back to the mainline text.
5738 Commas and `if's in a macro's expansion don't terminate the input.
5739 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5740 (macro_original_text, macro_expanded_text,
5741 expression_macro_lookup_func, expression_macro_lookup_baton): New
5742 variables.
5743 (scan_macro_expansion, scanning_macro_expansion,
5744 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5745 c_preprocess_and_parse): New functions.
5746 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5747 c_preprocess_and_parse, instead of c_parse.
5748 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5749 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5750
5751 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5752
5753 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5754 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5755 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5756
5757 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5758
5759 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5760
5761 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5762
5763 * Makefile.in (sh_tdep_h): Define and use.
5764 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5765 register enum): Move to...
5766 * * sh-tdep.h: ...here.
5767 * sh-tdep.c: Include sh-tdep.h.
5768 * sh3-rom.c: Likewise.
5769 * shnbsd-tdep.c: Likewise.
5770
5771 2002-05-16 Michael Snyder <msnyder@redhat.com>
5772
5773 * arm-tdep.c: Spelling fix in comment.
5774
5775 2002-05-16 Jim Blandy <jimb@redhat.com>
5776
5777 Add commands for manually expanding macros and showing their
5778 definitions.
5779 * macrocmd.c, macroscope.c, macroscope.h: New files.
5780 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5781 (macroscope_h): New variable.
5782 (HFILES_NO_SRCDIR): Add macroscope.h.
5783 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5784 (macroscope.o, macrocmd.o): New rules.
5785
5786 Teach the Dwarf 2 reader to read macro information.
5787 * dwarf2read.c: #include "macrotab.h".
5788 (dwarf_macinfo_buffer): New variable.
5789 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5790 dwarf_macinfo_size.
5791 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5792 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5793 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5794 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5795 dwarf2_macro_spaces_in_definition): New complaints.
5796 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5797 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5798 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5799 the partial symbol table.
5800 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5801 from what's recorded in the partial symbol table.
5802 (read_file_scope): If the compilation unit has a
5803 `DW_AT_macro_info' attribute, read its macro information.
5804 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5805
5806 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5807
5808 Fix PR gdb/546
5809 * ser-tcp.c: Don't include <netinet/udp.h>.
5810
5811 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5812
5813 * MAINTAINERS: Update my email address.
5814
5815 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5816
5817 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5818 include file of the same name.
5819
5820 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5821
5822 * configure.tgt: Mark v850 as multi-arched.
5823 * config/v850/tm-v850.h: Remove file.
5824 * config/v850/v850.mt: Eliminate TM_FILE.
5825
5826 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5827
5828 * v850-tdep.c: Full multi-arch.
5829 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5830 Define GDB_MULTI_ARCH to 2.
5831
5832 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5833
5834 * p-exp.y (current_type): New static variable.
5835 Carries the type of the expression at the position that is parsed.
5836 (push_current_type, pop_current_type): Two new functions. Used
5837 to store/restore current_type in expression on specific tokens.
5838 (search_field): New static variable. Set to one after parsing a point
5839 as at that point only a FIELDNAME token should be searched.
5840 (FIELDNAME): New token. After a point only a token belonging to
5841 current_type type definition is allowed.
5842 (all over token rules): reset and change current_type according
5843 to rules.
5844 (exp '[' rule): insert implicit array index field if
5845 exp is a pascal string type.
5846
5847 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5848
5849 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5850 frame info. Use frame_info's saved_regs instead of matching member
5851 in extra_frame_info throughout.
5852 (v850_frame_init_saved_regs): New function.
5853 (v850_init_extra_frame_info): Move most functionality into
5854 v850_frame_init_saved_regs().
5855 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5856 (v850_frame_find_saved_regs): Remove declaration.
5857 (FRAME_FIND_SAVED_REGS): Remove definition.
5858 (v850_frame_init_saved_regs): Add declaration.
5859 (FRAME_INIT_SAVED_REGS): Add definition.
5860
5861 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5862
5863 * v850-tdep.c: Begin multi-arch'ing v850.
5864 (v850_target_architecture_hook): Remove function.
5865 (v850_gdbarch_init): New function. Add code previously in
5866 v850_target_architecture_hook().
5867 (_initialize_v850_tdep): Don't set target_architecture_hook.
5868 Call register_gdbarch_init() instead.
5869
5870 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5871
5872 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5873 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5874 (fixup_class_method_type): Likewise.
5875
5876 2002-05-15 Jim Blandy <jimb@redhat.com>
5877
5878 Add macro structures to GDB's symbol tables. Nobody puts anything
5879 in them yet.
5880 * symtab.h (struct symtab): New member: `macro_table'.
5881 * buildsym.h (pending_macros): New global variable.
5882 * buildsym.c: #include "macrotab.h".
5883 (buildsym_init): Initialize `pending_macros'.
5884 (end_symtab): If we found macro information while reading a CU's
5885 debugging info, do build a symtab structure for it. Make the
5886 symtab point to the macro information, and clear the
5887 `pending_macros' pointer which held it while we were reading the
5888 debug info.
5889 (really_free_pendings): Free any pending macro table.
5890 * objfiles.h (struct objfile): New member: `macro_cache'.
5891 * objfiles.c (allocate_objfile): Set allocate and free functions
5892 for the macro cache's objstack.
5893 (free_objfile): Empty the macro cache's obstack.
5894 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5895 set new allocate and free functions for it.
5896 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5897 free functions for the macro cache's objstack. (Why is this
5898 function building its own objfile?)
5899 * symmisc.c (print_objfile_statistics): Print statistics on the
5900 macro bcache.
5901 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5902
5903 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5904
5905 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5906 (REGISTER_U_ADDR): Delete definition.
5907 (arm_register_u_addr): Delete declaration.
5908
5909 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5910
5911 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5912 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5913
5914 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5915
5916 * regcache.c (register_valid): Revise comments refering to "Not
5917 available" and "unavailable".
5918 * frame.c (frame_register_read): Ditto.
5919 * findvar.c (value_of_register): Ditto.
5920
5921 2002-05-15 Andrew Cagney <cagney@redhat.com>
5922
5923 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5924 (remote-sim.o): Update dependencies.
5925 (d10v-tdep.o): Specify dependencies.
5926 (sim_d10v_h): Define.
5927
5928 2002-05-14 Jim Blandy <jimb@redhat.com>
5929
5930 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5931 * macrotab.c (macro_lookup_inclusion, find_definition,
5932 new_macro_table): Same.
5933
5934 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5935 not `! strcmp ()'. This is a dubious improvement.
5936 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5937
5938 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5939 although it's not necessary, to avoid a warning.
5940
5941 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5942
5943 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5944 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5945 TYPE_INSTANCE_FLAGS.
5946 (struct main_type): New.
5947 (struct type): Move most members to struct main_type. Change
5948 cv_type and as_type to new type_chain member. Add instance_flags.
5949 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5950 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5951 (finish_cv_type): Remove prototype.
5952 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5953 Set TYPE_CHAIN.
5954 (alloc_type_instance): New function.
5955 (smash_type): New function.
5956 (make_pointer_type, make_reference_type, make_function_type)
5957 (smash_to_member_type, smash_to_method_type): Call smash_type.
5958 (make_qualified_type): New function.
5959 (make_type_with_address_space): Call make_qualified_type.
5960 (make_cv_type): Likewise.
5961 (finish_cv_type): Remove unnecessary function.
5962 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5963 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5964 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5965 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5966 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5967 * hpread.c (hpread_read_struct_type): Likewise.
5968 * stabsread.c (read_struct_type): Likewise.
5969
5970 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5971
5972 * configure.tgt: Add a catch all sh* target, for cases like
5973 sh[2,3,4]-elf and sh-hms.
5974
5975 2002-05-14 Keith Seitz <keiths@redhat.com>
5976
5977 * event-loop.c (create_file_handler): Don't do anything but
5978 update data when we are given a fd which we are already
5979 monitoring.
5980
5981 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5982
5983 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5984 (update_context): Use __func__ in warnings.
5985
5986 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5987
5988 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5989 and tcp_close to net_open and net_close.
5990 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5991 using UDP if requested. Don't try to disable Nagle on UDP
5992 sockets.
5993 * remote.c (remote_serial_open): New function. Warn about UDP.
5994 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5995
5996 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5997
5998 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5999
6000 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6001
6002 * configure.tgt: Remove sh-hms target.
6003 * MAINTAINERS: Don't list sh-hms as a separate target.
6004
6005 2002-05-13 Jim Blandy <jimb@redhat.com>
6006
6007 Add first preprocessor macro-expansion files.
6008 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6009 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6010 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6011 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6012 (COMMON_OBS): Add macrotab.o, macroexp.o.
6013 (macroexp.o, macrotab.o): New rules.
6014
6015 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6016
6017 * config/m88k/tm-m88k.h: Update copyright.
6018 (m88k_target_write_pc): Declare
6019 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6020 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6021 (SHIFT_INST_REGS): Update definition.
6022 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6023 using old definition of TARGET_WRITE_PC.
6024 * regcache.c (generic_target_write_pc): Delete code handling
6025 NNPC_REGNUM.
6026 * gdbarch.sh (NNPC_REGNUM): Delete.
6027 * gdbarch.h, gdbarch.c: Regenerate.
6028
6029 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6030
6031 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6032 builtin reg number.
6033
6034 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6035
6036 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6037 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6038 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6039 access macros.
6040 * c-typeprint.c (cp_type_print_method_args): Likewise.
6041 (c_type_print_args): Likewise.
6042 * d10v-tdep.c (d10v_push_arguments): Likewise.
6043 (d10v_extract_return_value): Likewise.
6044 * expprint.c (print_subexp): Likewise.
6045 * gdbtypes.c (lookup_primitive_typename): Likewise.
6046 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6047 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6048 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6049 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6050 (TYPE_VECTOR): Likewise.
6051 * hpread.c (hpread_read_struct_type)
6052 (fix_static_member_physnames, fixup_class_method_type)
6053 (hpread_type_lookup): Likewise.
6054 * mdebugread.c (parse_symbol, parse_type): Likewise.
6055 * p-lang.c (is_pascal_string_type): Likewise.
6056 * valops.c (hand_function_call): Likewise.
6057 * x86-64-tdep.c (classify_argument): Likewise.
6058
6059 * hpread.c (hpread_read_function_type)
6060 (hpread_read_doc_function_type): Call replace_type.
6061 * dstread.c (create_new_type): Delete.
6062 (decode_dst_structure, process_dst_function): Call alloc_type.
6063 Use type access macros.
6064
6065 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6066
6067 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6068 the're not supported by the current architecture.
6069 (i387_fill_fxsave): Likewise.
6070
6071 2002-05-12 Fred Fish <fnf@redhat.com>
6072
6073 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6074 sect_index_xxx members to index the first slot in section_offsets
6075 if all of the section_offsets are zero.
6076
6077 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6078
6079 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6080 checked in with last change.
6081
6082 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6083
6084 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6085 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6086 config.sub.
6087
6088 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6089
6090 * Makefile.in: Update dependencies.
6091
6092 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6093
6094 * language.c (local_hex_string_custom): Simplify. Do not depend
6095 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6096
6097 * memattr.c (mem_info_command): Replace calls to
6098 longest_local_hex_string and longest_local_hex_string_custom.
6099 * buildsym.c (make_blockvector): Ditto.
6100 * solib.c (info_sharedlibrary_command): Ditto.
6101 * tracepoint.c (tracepoints_info): Ditto.
6102 * symtab.c (print_msymbol_info): Ditto.
6103
6104 * language.c (local_hex_string): Delete.
6105 (local_hex_string_custom): Delete.
6106 (longest_local_hex_string): Rename to local_hex_string.
6107 (longest_local_hex_string_custom): Rename to
6108 local_hex_string_custom.
6109 * language.h (local_hex_string): Change parameter type to LONGEST.
6110 (local_hex_string_custom): Ditto.
6111 (longest_local_hex_string): Delete declaration.
6112 (longest_local_hex_string_custom): Ditto.
6113
6114 * solib.c: Update copyright.
6115 * memattr.c: Update copyright.
6116
6117 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6118
6119 * arch-utils.h (legacy_register_to_value): Declare.
6120 (legacy_value_to_register): Declare.
6121 (legacy_convert_register_p): Declare.
6122 * arch-utils.c (legacy_register_to_value): New function.
6123 (legacy_value_to_register): New function.
6124 (legacy_convert_register_p): New function.
6125
6126 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6127 (VALUE_TO_REGISTER): Define.
6128 (CONVERT_REGISTER_P): Define.
6129 * gdbarch.h, gdbarch.c: Regenerate.
6130
6131 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6132 VALUE_TO_REGISTER.
6133 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6134 CONVERT_REGISTER_P.
6135
6136 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6137 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6138
6139 * Makefile.in: Update dependencies for valops.c.
6140 * valops.c: Include "gdb_assert.h".
6141 (typecmp): Skip THIS parameter to methods.
6142 (find_method_list): Remove static_memfuncp argument,
6143 update callers. Check for stub methods.
6144 (find_value_oload_method_list): Don't set *static_memfuncp.
6145 (find_overload_match): Don't check for stub methods. Assert
6146 that methods are not stubbed. Handle static methods.
6147 (value_find_oload_method_list): Remove static_memfuncp argument.
6148 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6149 to the argument list for static stub methods.
6150 * value.h (value_find_oload_method_list): Update prototype.
6151
6152 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6153
6154 * arch-utils.h (generic_register_size): Declare.
6155 (generic_register_raw_size, generic_register_virtual_size): Delete
6156 declarations.
6157 * arch-utils.c (generic_register_raw_size): Delete.
6158 (generic_register_size): New function.
6159 (generic_register_virtual_size): Delete.
6160
6161 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6162 default generic_register_size.
6163 * gdbarch.h, gdbarch.c: Re-generate.
6164
6165 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6166 register_virtual_size.
6167 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6168 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6169
6170 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6171
6172 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6173 * gdbarch.h, gdbarch.c: Regenerate.
6174 * gnu-v3-abi.c: Update copyright.
6175 (vtable_address_point_offset): Update.
6176 (gnuv3_rtti_type): Update.
6177 (gnuv3_baseclass_offset): Update.
6178 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6179 (init_fetch_link_map_offsets): Update.
6180 * remote.c (get_remote_state): Update.
6181
6182 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6183
6184 * TODO: Remove value_headof/value_from_vtable_info comment.
6185 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6186 * values.c (value_headof, value_from_vtable_info): Delete.
6187 * value.h (value_from_vtable_info): Delete prototype.
6188
6189 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6190
6191 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6192 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6193 $(gdb_regex_h).
6194 (gdb_assert_h): Define.
6195 (gdb_wait_h): Define.
6196 (gdb_regex_h): Define.
6197
6198 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6199
6200 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6201 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6202
6203 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6204
6205 * nbsd-tdep.c: Fix comment.
6206
6207 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6208
6209 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6210 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6211 (nbsd-tdep.o): New dependency list.
6212 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6213 nbsd-tdep.h.
6214 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6215 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6216 * nbsd-tdep.c: New file.
6217 * nbsd-tdep.h: New file.
6218 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6219 nbsd-tdep.h.
6220 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6221 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6222 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6223 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6224
6225 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6226
6227 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6228 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6229 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6230 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6231 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6232 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6233
6234 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6235
6236 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6237 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6238 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6239 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6240 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6241 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6242 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6243
6244 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6245
6246 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6247 fetch_elfcore_registers to...
6248 * i386nbsd-tdep.c: ...here.
6249 (i386nbsd_use_struct_convention): Rename to...
6250 (i386nbsd_aout_use_struct_convention): ...this.
6251 (i386nbsd_supply_reg): New function.
6252 (i386nbsd_fill_reg): New function.
6253 (fetch_core_registers): Use i386nbsd_supply_reg.
6254 (fetch_elfcore_registers): Likewise.
6255 (_initialize_i386nbsd_tdep): New function.
6256 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6257 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6258 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6259 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6260 (i386nbsd_aout_use_struct_convention): ...this.
6261
6262 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6263
6264 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6265 (store_inferior_registers): Use shnbsd_fill_reg.
6266 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6267 sh_nbsd_supply_register): Collapse into...
6268 (shnbsd_supply_reg): ...this.
6269 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6270 (shnbsd_fill_reg): ...this.
6271 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6272 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6273 (fetch_core_registers): Use shnbsd_supply_reg.
6274 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6275 (sh_nbsd_core_fns): Rename to...
6276 (shnbsd_core_fns): ...this.
6277 (sh_nbsd_elfcore_fns): Rename to...
6278 (shnbsd_elfcore_fns): ...this.
6279 (sh_nbsd_init_abi): Rename to...
6280 (shnbsd_init_abi): ...this.
6281 (_initialize_sh_nbsd_tdep): Rename to...
6282 (_initialize_shnbsd_tdep): ...this.
6283 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6284 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6285 sh_nbsd_fill_register): Remove prototypes.
6286 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6287
6288 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6289
6290 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6291 (i387-nat.o): Delete dependency list.
6292 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6293 (x86-64-linux-nat.o): Likewise.
6294 * i387-nat.c: Delete file, moving contents to...
6295 * i387-tdep.c: ...here.
6296 * i387-nat.h: Rename...
6297 * i387-tdep.h: ...to this.
6298 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6299 * i386-linux-nat.c: Likewise.
6300 * i386bsd-nat.c: Likewise.
6301 * i386gnu-nat.c: Likewise.
6302 * i386nbsd-nat.c: Likewise.
6303 * i386v4-nat.c: Likewise.
6304 * x86-64-linux-nat.c: Likewise.
6305 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6306 * config/i386/go32.mh (NATDEPFILES): Likewise.
6307 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6308 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6309 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6310 * config/i386/linux.mh (NATDEPFILES): Likewise.
6311 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6312 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6313 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6314 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6315
6316 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6317
6318 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6319 (alphanbsd-nat.o): Remove dependency list.
6320 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6321 * alphanbsd-nat.c: Delete. Contents moved to...
6322 * alphanbsd-tdep.c: ...here.
6323 (_initialize_alphanbsd_tdep): Register core functions.
6324 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6325
6326 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6327
6328 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6329 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6330 (alphanbsd-nat.o): Likewise.
6331 (alphabsd-tdep.o): New dependency list.
6332 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6333 (fill_gregset): Use alphabsd_fill_reg.
6334 (supply_fpregset): Use alphabsd_supply_fpreg.
6335 (fill_fpregset): Use alphabsd_fill_fpreg.
6336 (fetch_inferior_registers): Use struct reg and struct fpreg
6337 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6338 and alphabsd_supply_fpreg.
6339 (store_inferior_registers): Use struct reg and struct fpreg
6340 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6341 and alphabsd_fill_fpreg.
6342 * alphabsd-tdep.c: New file.
6343 * alphabsd-tdep.h: New file.
6344 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6345 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6346 alphabsd_supply_fpreg.
6347 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6348 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6349
6350 2002-05-11 Eric Christopher <echristo@redhat.com>
6351
6352 * mips-tdep.c (mips_double_register_type): Fix thinko.
6353 (mips_single_register_type): Ditto.
6354 * MAINTAINERS: Add self.
6355
6356 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6357
6358 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6359 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6360 right thing on architectures with different endianness and/or
6361 integer sizes.
6362
6363 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6364
6365 From Christian Limpach <chris@Pin.LU>
6366 * configure.in: Change sed expression which comments out
6367 NATDEPFILES to also comment out continuation lines.
6368 * configure: Regenerate.
6369
6370 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6371
6372 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6373 big patch.
6374
6375 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6376
6377 * sh-tdep.c: Include correct file.
6378
6379 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6380
6381 New support for sh64-elf (sh5) target.
6382
6383 * configure.tgt: For sh64-elf target, default to sh-elf.
6384
6385 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6386 (struct gdbarch_tdep): Add new fields for new registers and ABI
6387 info.
6388
6389 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6390 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6391 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6392 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6393 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6394 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6395 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6396 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6397 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6398 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6399 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6400 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6401 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6402 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6403 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6404 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6405 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6406 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6407 sign_extend, sh64_nofp_frame_init_saved_regs,
6408 sh64_init_extra_frame_info, sh64_get_saved_register,
6409 sh64_extract_struct_value_address, sh64_pop_frame,
6410 sh64_push_arguments, sh64_extract_return_value,
6411 sh64_store_return_value, sh64_show_media_regs,
6412 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6413 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6414 sh_sh64_register_virtual_type,
6415 sh_sh64_register_convert_to_virtual,
6416 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6417 sh64_register_read, sh64_pseudo_register_write,
6418 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6419 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6420 sh64_do_pseudo_register, sh_compact_do_registers_info,
6421 sh64_do_registers_info, sh_gdbarch_init): New functions.
6422
6423 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6424
6425 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6426
6427 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6428
6429 * linespec.c (decode_line_1): Check for a double quote after
6430 a filename correctly.
6431
6432 2002-05-10 Jim Blandy <jimb@redhat.com>
6433
6434 Properly track the size of the current objfile's .debug_line section.
6435 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6436 (DWARF_LINE_SIZE): New macro.
6437 (dwarf2_build_psymtabs_hard): Record the line section's size in
6438 the partial symbol table.
6439 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6440 symbol table.
6441
6442 2002-05-10 Petr Sorfa <petrs@caldera.com>
6443
6444 * ia64-tdep.c: Handle breakpoints on L instruction type
6445 in MLX instruction bundle by moving the breakpoint to
6446 the third slot (X instruction type) as L holds only data.
6447
6448 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6449
6450 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6451 (process_one_symbol): Complain about discarding local symbols
6452 due to a misplaced N_LBRAC entry.
6453
6454 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6455
6456 From Daniel Berlin <dan@cgsoftware.com>
6457 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6458 decrease the depth we are at, in the case of templates.
6459
6460 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6461
6462 * mips-tdep.c (mips_float_register_type): New function.
6463 (mips_double_register_type): New function.
6464 (mips_print_register): Use them.
6465 (do_fp_register_row): Likewise.
6466
6467 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6468
6469 * signals/signals.c (signals): Remove conditional compilation around
6470 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6471 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6472
6473 2002-05-09 Michael Snyder <msnyder@redhat.com>
6474
6475 * remote-rdp.c (remote_rdp_can_run): Remove.
6476
6477 2002-05-09 Tom Tromey <tromey@redhat.com>
6478
6479 * jv-valprint.c (java_val_print): Handle `char' as a special case
6480 of TYPE_CODE_INT.
6481
6482 2002-05-09 Michael Snyder <msnyder@redhat.com>
6483
6484 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6485 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6486 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6487 str r(0123),[sp,#nn].
6488 (arm_skip_prologue): Ditto. Also make disassembly
6489 order-independent by placing it in a loop.
6490
6491 2002-05-06 Michael Snyder <msnyder@redhat.com>
6492
6493 * stabsread.c (read_type): Add recognition for new attribute:
6494 "@V;" means that an array type is actually a vector.
6495 This is analogous to the vector flag that's been added to dwarf2.
6496
6497 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6498
6499 * i386-tdep.h (i386_abi): New enum.
6500 (struct gdbarch_tdep): Replace os_ident member with abi.
6501 (i386_gdbarch_register_os_abi): New prototype.
6502 * i386-tdep.c (i386_abi_names): New array.
6503 (process_note_abi_tag_sections): Removed.
6504 (process_note_sections): New function.
6505 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6506 (struct i386_abi_handler): New struct.
6507 (i386_abi_handler_list): New variable.
6508 (i386_gdbarch_register_os_abi): New function.
6509 (i386_gdbarch_init): Adapt for the changes given above.
6510
6511 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6512
6513 * gregset.h: Say "GNU/Linux".
6514
6515 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6516
6517 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6518 (build_gdbtypes): Build builtin_type_v2_float.
6519 (_initialize_gdbtypes): Register new builtin type.
6520
6521 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6522
6523 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6524 (clear_gdbarch_swap): New function.
6525 (initialize_non_multiarch): Call.
6526 (gdbarch_update_p): Before calling init(), swap out and clear the
6527 existing architecture.
6528 * gdbarch.c: Regenerate.
6529
6530 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6531
6532 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6533 alphanbsd-tdep.c.
6534
6535 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6536
6537 * sh-nbsd-nat.c: Rename to...
6538 * shnbsd-nat.c: ...this.
6539 * sh-nbsd-tdep.c: Rename to...
6540 * shnbsd-tdep.c: ...this.
6541 * sh-nbsd-tdep.h: Rename to...
6542 * shnbsd-tdep.h: ...this.
6543 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6544 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6545
6546 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6547
6548 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6549 concatenation for command help messages.
6550
6551 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6552
6553 * NEWS: Note new sh*-*-netbsdelf* configuration.
6554 * configure.host: Set gdb_host_cpu to sh for all sh*.
6555 (sh*-*-netbsdelf*): New host.
6556 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6557 (sh*-*-netbsdelf*): New target.
6558 * sh-nbsd-nat.c: New file.
6559 * sh-nbsd-tdep.c: New file.
6560 * sh-nbsd-tdep.h: New file.
6561 * config/sh/nbsd.mh: New file.
6562 * config/sh/nbsd.mt: New file.
6563 * config/sh/nm-nbsd.h: New file.
6564 * config/sh/tm-nbsd.h: New file.
6565
6566 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6567
6568 * sh-tdep.c (sh_osabi_names): Declare.
6569 (process_note_abi_tag_sections): New function.
6570 (get_elfosabi): Ditto.
6571 (sh_gdbarch_register_os_abi): Ditto.
6572 (sh_dump_tdep): Ditto.
6573 _initialize_sh_tdep): Use gdbarch_register to register
6574 sh_gdbarch_init and sh_dump_tdep.
6575 * config/sh/tm-sh.h (sh_osabi): Declare.
6576 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6577
6578 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6579
6580 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6581 (thumb_scan_prologue): Ditto.
6582 (arm_find_callers_reg): Ditto.
6583 (arm_frame_chain): Ditto.
6584 (arm_init_extra_frame_info): Ditto.
6585 (arm_frame_saved_pc): Ditto.
6586 (arm_pop_frame): Ditto.
6587 (arm_push_return_address): New function.
6588 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6589 call_dummy_location, call_dummy_breakpoint_offset_p,
6590 call_dummy_breakpoint_offset, call_dummy_p,
6591 call_dummy_stack_adjust_p, call_dummy_words,
6592 sizeof_call_dummy_words, call_dummy_start_offset,
6593 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6594 call_dummy_address, push_return_address and push_dummy_frame for
6595 generic dummy frames.
6596
6597 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6598
6599 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6600 size computation for alloca.
6601 (sh_fp_frame_init_saved_regs): Likewise.
6602
6603 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6604
6605 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6606 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6607 * arm-tdep.c (arm_store_return_value): Use them.
6608 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6609 * remote-rdp.c (remote_rdp_fetch_register): Use
6610 ARM_MAX_REGISTER_RAW_SIZE.
6611 (remote_rdp_store_register): Likewise.
6612
6613 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6614
6615 * dwarf2cfi.c: Code cleanup, removed unused variables,
6616 added default labels to switch {} statements.
6617 * x86-64-tdep.c: Ditto.
6618 * x86-64-linux-nat.c: Ditto.
6619
6620 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6621
6622 * solib.h: Protect against multiple inclusion.
6623
6624 2002-05-06 Jim Blandy <jimb@redhat.com>
6625
6626 Add first preprocessor macro-expansion files.
6627 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6628 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6629 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6630 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6631 (COMMON_OBS): Add macrotab.o, macroexp.o.
6632 (macroexp.o, macrotab.o): New rules.
6633
6634 Separate the job of reading the line number info statement program
6635 header (...expialidocious) out into its own function.
6636 * dwarf2read.c (struct line_head, struct filenames, struct
6637 directories): Replace with...
6638 (struct line_header): New structure, containing the full
6639 contents of the statement program header, including the
6640 include directory and file name tables.
6641 (read_file_scope): If we have line number info, instead of just
6642 calling dwarf_decode_lines to do all the work, call
6643 dwarf_decode_line_header first to get a `struct line_header'
6644 containing the data in the statement program header, and then
6645 pass that to dwarf_decode_lines, which will pick up where that
6646 left off. Be sure to clean up the `struct line_header' object.
6647 (dwarf_decode_line_header, free_line_header, add_include_dir,
6648 add_file_name): New functions.
6649 (dwarf_decode_lines): Move all the code to read the statement
6650 program header into dwarf_decode_line_header. Take the line
6651 header it built as the first argument, instead of the offset to
6652 the compilation unit's line number info. Use the new `struct
6653 line_header' type instead of the old structures. No need to do
6654 cleanups here now, since we don't allocate anything.
6655 (dwarf2_statement_list_fits_in_line_number_section,
6656 dwarf2_line_header_too_long): New complaints.
6657
6658 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6659
6660 * gdbtypes.c (init_vector_type): New function.
6661 (build_builtin_type_vec128): Simplify the representation of SIMD
6662 registers.
6663 (build_gdbtypes): Initialize new builtin vector types.
6664 (_initialize_gdbtypes): Register new vector types with gdbarch.
6665 (builtin_type_v4_float, builtin_type_v4_int32,
6666 builtin_type_v8_int16, builtin_type_v16_int8,
6667 builtin_type_v2_int32, builtin_type_v4_int16,
6668 builtin_type_v8_int8): New (renamed) SIMD types.
6669
6670 2002-05-06 Mark Kettenis <kettenis@gnu.org>
6671
6672 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6673 (i387_fill_fxsave): Likewise.
6674
6675 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6676
6677 * alpha-tdep.c (alpha_extract_return_value): Don't use
6678 non-constant array size in prototype.
6679
6680 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6681
6682 From Brian Taylor <briant at model dot com>:
6683 * ui-out.c (ui_out_field_core_addr): Use the function
6684 longest_local_hex_string_custom'to format addresses > 32 bits
6685 wide.
6686
6687 * ui-out.c (ui_out_field_core_addr): Update comment.
6688
6689 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6690
6691 * stack.c (select_and_print_frame): Make static. Delete the
6692 parameter `level'.
6693 (func_command): Update call.
6694 (select_frame_command): Delete code computing the frame level.
6695 * frame.h (select_and_print_frame): Delete declaration.
6696
6697 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6698
6699 * sparc-tdep.c (sparc_get_saved_register): Comment why
6700 get_prev_frame call is safe.
6701
6702 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6703
6704 * frame.h (select_frame): Delete level parameter.
6705 * stack.c (select_frame): Update. Use frame_relative_level to
6706 obtain the frame's level.
6707 (select_and_print_frame): Update call.
6708 (select_frame_command): Ditto.
6709 (up_silently_base): Ditto.
6710 (down_silently_base): Ditto.
6711 * ocd.c (ocd_start_remote): Ditto.
6712 * remote-rdp.c (remote_rdp_open): Ditto.
6713 * remote-mips.c (mips_initialize): Ditto.
6714 (common_open): Ditto.
6715 * remote-e7000.c (e7000_start_remote): Ditto.
6716 * m3-nat.c (select_thread): Ditto.
6717 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6718 (child_get_current_exception_event): Ditto.
6719 * varobj.c (varobj_create): Ditto.
6720 (varobj_update): Ditto.
6721 (c_value_of_root): Ditto.
6722 * tracepoint.c (finish_tfind_command): Ditto.
6723 * corelow.c (core_open): Ditto.
6724 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6725 * thread.c (info_threads_command): Ditto.
6726 (switch_to_thread): Ditto.
6727 * infrun.c (normal_stop): Ditto.
6728 (restore_selected_frame): Ditto.
6729 (restore_inferior_status): Ditto.
6730 * breakpoint.c (insert_breakpoints): Ditto.
6731 (watchpoint_check): Ditto.
6732 (bpstat_stop_status): Ditto.
6733 (do_enable_breakpoint): Ditto.
6734 * blockframe.c (flush_cached_frames): Ditto.
6735 (reinit_frame_cache): Ditto.
6736
6737 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6738
6739 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6740 maintainer.
6741
6742 2002-05-04 Jim Blandy <jimb@redhat.com>
6743
6744 * gdbtypes.c (replace_type): Doc fix.
6745
6746 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6747
6748 * valprint.c (strcat_longest): Delete commented out function.
6749 Update copyright.
6750
6751 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6752
6753 * MAINTAINERS: Mark a29k as deleted.
6754 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6755 Move new configurations to the top.
6756 * configure.tgt: Remove a29k.
6757 * config/a29k/tm-vx29k.h: Delete.
6758 * config/a29k/vx29k.mt: Delete.
6759 * config/a29k/tm-a29k.h: Delete.
6760 * config/a29k/a29k-udi.mt: Delete.
6761 * config/a29k/a29k.mt: Delete.
6762 * a29k-tdep.c: Delete.
6763 * remote-udi.c: Delete.
6764 * remote-mm.c: Delete.
6765 * remote-eb.c: Delete.
6766 * remote-adapt.c: Delete.
6767 * Makefile.in: Remove obsolete code.
6768 * config/s390/s390x.mt: Ditto.
6769 * config/s390/s390.mt: Ditto.
6770 * config/sparc/sparclynx.mh: Ditto.
6771 * config/sparc/linux.mh: Ditto.
6772 * config/pa/hppaosf.mh: Ditto.
6773 * config/pa/hppabsd.mh: Ditto.
6774 * config/ns32k/nbsd.mt: Ditto.
6775 * config/mips/vr5000.mt: Ditto.
6776 * config/m68k/sun3os4.mh: Ditto.
6777 * config/m68k/nbsd.mt: Ditto.
6778 * config/m68k/m68klynx.mh: Ditto.
6779 * config/m32r/m32r.mt: Ditto.
6780 * config/i386/x86-64linux.mt: Ditto.
6781 * config/i386/nbsdelf.mt: Ditto.
6782 * config/i386/nbsd.mt: Ditto.
6783 * config/i386/i386lynx.mh: Ditto.
6784
6785 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6786
6787 * target.c (debug_print_register): New function. Handle oversize
6788 registers.
6789 (debug_to_fetch_registers): Call.
6790 (debug_to_store_registers): Call.
6791
6792 2002-05-03 Jim Blandy <jimb@redhat.com>
6793
6794 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6795 (read_type): Doc fix.
6796 * gdbtypes.c (replace_type): Doc fix.
6797
6798 * stabsread.c (multiply_defined_struct): New complaint.
6799 (read_struct_type): If the type we were passed isn't empty, or
6800 incomplete, don't read the new struct type into it; complain,
6801 and return the original type unchanged. Take a new `type_code'
6802 argument, which is the type code for the new type.
6803 (read_type): Rather than storing the type's type code here, pass
6804 it as an argument to read_struct_type, and let that take care of
6805 storing it. That way, we don't overwrite the original type code,
6806 so read_struct_type can use it to decide whether we're overwriting
6807 something we shouldn't.
6808 (complain_about_struct_wipeout): New function.
6809
6810 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6811
6812 * gdbarch.sh: Assert that gdbarch is non-NULL.
6813 * gdbarch.c: Regenerate.
6814
6815 2002-05-03 Jason Merrill <jason@redhat.com>
6816
6817 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6818 and return NULL.
6819
6820 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6821
6822 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6823 (x86_64_dwarf2gdb_regno_map_length),
6824 (x86_64_dwarf2_reg_to_regnum): Added.
6825 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6826 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6827 (_initialize_x86_64_tdep): Synced with the change above.
6828 (x86_64_skip_prologue): Reformulated message.
6829
6830 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6831
6832 * f-exp.y: Also use new prev_lexptr variable
6833 to improve error reporting. Based on Michael Snyder
6834 2002-04-24 dated patch to c-exp.y.
6835 * jv-exp.y: Likewise.
6836 * m2-exp.y: Likewise.
6837
6838 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6839
6840 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6841 we are dealing with vectors.
6842
6843 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6844
6845 * config/m68k/tm-nbsd.h: Obvious fix,
6846 correct machine name.
6847
6848 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6849
6850 * p-typeprint.c (pascal_type_print_base): Add support
6851 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6852
6853 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6854
6855 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6856 for fondamental pascal 'char' type.
6857
6858 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6859
6860 * p-lang.h (is_pascal_string_type): Declaration changed,
6861 new sixth argument of type char ** added.
6862 * p-lang.c (is_pascal_string_type): Implementation
6863 changed. Args length_pos, length_size, string_pos, char_size
6864 can now be NULL. New argument arrayname set to the field
6865 name of the char array. Return value set to char array
6866 field index plus one.
6867 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6868 is_pascal_string_type function.
6869
6870 2002-05-02 Andrew Cagney <cagney@redhat.com>
6871
6872 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6873 <cagney@redhat.com> change.
6874 * gdbarch.c: Regenerate.
6875
6876 2002-05-02 Andrew Cagney <cagney@redhat.com>
6877
6878 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6879 before probing for a new one. Detect errorenous gdbarch_init
6880 functions.
6881 * gdbarch.c: Regenerate.
6882
6883 2002-05-01 Andrew Cagney <cagney@redhat.com>
6884
6885 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6886 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6887 * config/v850/tm-v850.h: Ditto. Update copyright.
6888
6889 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6890
6891 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6892 current_gdbarch.
6893
6894 2002-04-30 Michael Snyder <msnyder@redhat.com>
6895
6896 * arm-tdep.c: Whitespace clean-ups.
6897 (arm_skip_prologue): Fix thinko; two lines
6898 should have been removed as part of 4/24 change.
6899
6900 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6901
6902 * rs6000-tdep.c: Added comment describing how fpscr register
6903 numbers were chosen.
6904
6905 2002-04-30 Michael Snyder <msnyder@redhat.com>
6906
6907 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6908
6909 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6910
6911 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6912 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6913 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6914
6915 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6916
6917 From Louis Hamilton <hamilton@redhat.com>:
6918 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6919 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6920 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6921 not bfd-private xcoff data, to determine wordsize.
6922 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6923
6924 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6925
6926 GDB 5.2 released from 5.2 branch.
6927
6928 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6929
6930 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6931 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6932 (x86_64_register_info_table): Added comments with register numbers.
6933
6934 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6935
6936 * rs6000-tdep.c (rs6000_extract_return_value,
6937 rs6000_store_return_value): Handle returning vectors.
6938 (rs6000_gdbarch_init): Use
6939 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6940 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6941 New function.
6942 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6943 vectors.
6944 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6945 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6946
6947 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6948
6949 * hpread.c (hpread_psymtab_to_symtab_1,
6950 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6951 with fprintf_unfiltered (gdb_stderr,...).
6952
6953 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6954
6955 * remote-array.c (printf_monitor, write_monitor,
6956 array_insert_breakpoint, array_remove_breakpoint ):
6957 Replace fprintf (stderr,...
6958 with fprintf_unfiltered (gdb_stderr,....
6959 * remote-es.c: Likewise.
6960 * remote-os9k.c: Likewise.
6961 * remote-st.c: Likewise.
6962
6963 2002-04-28 Andreas Schwab <schwab@suse.de>
6964
6965 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6966 linux-proc.o and gcore.o.
6967
6968 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6969
6970 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6971 code without frame pointers.
6972
6973 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6974
6975 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6976 ON_STACK is needed.
6977
6978 2002-04-26 Ben Elliston <bje@redhat.com>
6979
6980 * target.c (do_xfer_memory): Correct reference to the new option
6981 "trust-readonly-sections".
6982
6983 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6984
6985 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6986 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6987 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6988 vectors.
6989 (read_array_type): Record the fact that this array type is really a
6990 vector (i.e. are passed in by value).
6991
6992 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6993
6994 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6995 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6996 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6997 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6998 * alpha-linux-tdep.c: Include frame.h.
6999 (alpha_linux_sigcontext_addr): New function.
7000 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7001 alpha_linux_sigcontext_addr.
7002 * alpha-osf1-tdep.c: Include gdbcore.h.
7003 (alpha_osf1_sigcontext_addr): New function.
7004 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7005 alpha_osf1_sigcontext_addr.
7006 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7007 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7008
7009 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7010
7011 * stack.c (selected_frame_level):
7012 (select_frame): Do not set selected_frame_level.
7013 * frame.h (selected_frame_level): Delete declaration.
7014
7015 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7016
7017 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7018 convert_from_func_ptr-addr when AIX / PowerOpen.
7019
7020 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7021
7022 * valops.c (hand_function_call): Call
7023 generic_save_call_dummy_addr.
7024 * frame.h (generic_save_call_dummy_addr): Declare.
7025 * blockframe.c (struct dummy_frame): Add fields call_lo and
7026 call_hi.
7027 (generic_find_dummy_frame): Check for PC in range call_lo to
7028 call_hi instead of entry_point_address.
7029 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7030 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7031 (generic_save_call_dummy_addr): New function.
7032
7033 2002-04-24 David S. Miller <davem@redhat.com>
7034
7035 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7036 sparc_skip_prologue.
7037 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7038 information to find prologue when possible.
7039 (sparc_prologue_frameless_p): Call examine_prologue directly.
7040 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7041 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7042 second argument.
7043 (SKIP_PROLOGUE): Likewise.
7044
7045 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7046
7047 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7048 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7049 indicate that the condition it was testing is always true.
7050 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7051 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7052 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7053
7054 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7055
7056 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7057 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7058 tdep->jb_pc and tdep->jb_elt_size.
7059 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7060 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7061 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7062 * alpha-nat.c (get_longjmp_target): Remove.
7063 (JB_ELEMENT_SIZE): Ditto.
7064 (JB_PC): Ditto.
7065 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7066 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7067 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7068 to alpha_get_longjmp_target.
7069 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7070 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7071 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7072
7073 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7074
7075 * README: Update to GDB 5.2.
7076
7077 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7078
7079 * gdbarch.sh (LC_ALL): Set to `c'.
7080
7081 2002-04-25 Theodore A. Roth <troth@verinet.com>
7082
7083 * avr-tdep.c: Ran through gdb_indent.sh.
7084
7085 2002-04-25 Theodore A. Roth <troth@verinet.com>
7086
7087 * MAINTAINERS: Add myself as AVR maintainer.
7088 * NEWS: Note new target avr.
7089
7090 2002-04-25 Theodore A. Roth <troth@verinet.com>
7091
7092 * Makefile.in: Add support for AVR target.
7093 * configure.tgt: Add support for AVR target.
7094 * avr-tdep.c: New file
7095 * config/avr/avr.mt: New file.
7096
7097 2002-04-25 Theodore A. Roth <troth@verinet.com>
7098
7099 * MAINTAINERS: Add myself to write-after-approval.
7100
7101 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7102
7103 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7104 with fprintf_unfiltered (gdb_stderr,....
7105
7106 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7107
7108 Fix PR gdb/508.
7109 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7110
7111 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7112
7113 * p-exp.y: Also use new prev_lexptr variable
7114 to improve error reporting. Based on Michael Snyder
7115 2002-04-24 dated patch to c-exp.y.
7116
7117 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7118
7119 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7120 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7121 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7122 to 0.
7123 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7124 and struct value.
7125 (FUNCTION_START_OFFSET): Remove.
7126 (BREAKPOINT): Ditto.
7127
7128 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7129
7130 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7131 * NEWS: Ditto.
7132
7133 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7134
7135 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7136 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7137 alpha_linux_pc_in_sigtramp.
7138 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7139 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7140 alpha_osf1_pc_in_sigtramp.
7141 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7142 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7143 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7144 alphafbsd_pc_in_sigtramp.
7145 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7146 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7147 alphanbsd_pc_in_sigtramp.
7148 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7149 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7150
7151 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7152
7153 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7154
7155 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7156
7157 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7158 alphanbsd-tdep.c.
7159 (alphanbsd-nat.o): New dependency list.
7160 (alphanbsd-tdep.o): Ditto.
7161 * NEWS: Note new native NetBSD/alpha configuration.
7162 * alphanbsd-nat.c: New file.
7163 * alphanbsd-tdep.c: Ditto.
7164 * configure.host (alpha*-*-netbsd*): New host.
7165 * configure.tgt (alpha*-*-netbsd*): New target.
7166 * config/alpha/nbsd.mh: New file.
7167 * config/alpha/nbsd.mt: Ditto.
7168 * config/alpha/nm-nbsd.h: Ditto.
7169 * config/alpha/tm-nbsd.h: Ditto.
7170
7171 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7172
7173 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7174 (alpha-osf1-tdep.o): New dependency list.
7175 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7176 and skip_sigtramp_frame members.
7177 * alpha-linux-tdep.c: Include gdbcore.h.
7178 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7179 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7180 * alpha-osf1-tdep.c: New file.
7181 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7182 alpha-osf1-dep.c.
7183 (alpha_frame_past_sigtramp_frame): New function.
7184 (alpha_dynamic_sigtramp_offset): Ditto.
7185 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7186 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7187 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7188 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7189 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7190 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7191 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7192 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7193 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7194 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7195 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7196 to find_solib_trampoline_target.
7197 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7198 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7199 (SKIP_TRAMPOLINE_CODE): Remove.
7200 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7201 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7202 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7203 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7204 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7205 (PROC_SIGTRAMP_MAGIC): Ditto.
7206 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7207 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7208 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7209 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7210 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7211
7212 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7213
7214 * NEWS: Note that Alpha targets are now multi-arch.
7215
7216 2002-04-24 Michael Snyder <msnyder@redhat.com>
7217
7218 * parser-defs.h (prev_lexptr): New external variable.
7219 * parse.c (parse_exp_1): Set prev_lexptr to null before
7220 calling the language-specific parser.
7221 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7222 (yyerror): Use prev_lexptr in error reporting.
7223
7224 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7225
7226 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7227 * gregset.h: If FILL_FPXREGSET is defined, provide
7228 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7229 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7230 is defined, call fill_fpxregset.
7231
7232 2002-04-24 Roland McGrath <roland@frob.com>
7233
7234 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7235 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7236 (supply_gregset, supply_fpregset): New functions.
7237
7238 * gnu-nat.c (gnu_find_memory_regions): New function.
7239 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7240 (gnu_xfer_memory): Add a cast.
7241
7242 2002-04-24 Michael Snyder <msnyder@redhat.com>
7243
7244 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7245 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7246 of argument regs ("str r(0123), [r11, #-nn"]).
7247 (arm_skip_prologue): Better handling for frameless functions.
7248 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7249 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7250
7251 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7252
7253 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7254 NUM_PSEUDO_REGS can be used.
7255
7256 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7257
7258 * arch-utils.h: Update copyright.
7259
7260 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7261 * gdbarch.h, gdbarch.c: Re-generate.
7262
7263 * inferior.h (IN_SIGTRAMP): Delete definition.
7264 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7265 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7266
7267 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7268 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7269 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7270 (find_proc_framesize): Ditto.
7271 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7272 (alpha_init_extra_frame_info): Ditto.
7273 * infrun.c (handle_inferior_event): Ditto.
7274 (handle_inferior_event): Ditto.
7275 (check_sigtramp2): Ditto.
7276 * blockframe.c (create_new_frame): Ditto.
7277 (get_prev_frame): Ditto.
7278 * ppc-linux-tdep.c: Update comments.
7279 * i386-linux-tdep.c: Update comments.
7280 * breakpoint.c (bpstat_what): Update comment.
7281
7282 2002-04-24 David S. Miller <davem@redhat.com>
7283
7284 * i960-tdep.c (register_in_window_p): New function.
7285 (i960_find_saved_register): Use it instead of
7286 REGISTER_IN_WINDOW_P.
7287 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7288
7289 * symtab.h (find_stab_function_addr): Kill extern.
7290 * minsyms.c (find_stab_function_addr): Remove from here...
7291 * dbxread.c: ... to here, and mark it static.
7292
7293 2002-04-20 David S. Miller <davem@redhat.com>
7294
7295 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7296 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7297
7298 2002-04-21 David S. Miller <davem@redhat.com>
7299
7300 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7301 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7302 (vx_write_register): Likewise.
7303
7304 2002-04-23 J. Brobecker <brobecker@gnat.com>
7305
7306 * source.c (is_regular_file): New function.
7307 (openp): Check wether file to open is a regular file
7308 to avoid opening directories.
7309
7310 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7311
7312 * findvar.c (extract_signed_integer): Cast printf argument
7313 to suppress format warning.
7314 (extract_unsigned_integer): Likewise.
7315 * infcmd.c (registers_info): Likewise.
7316 * top.c (get_prompt_1): Likewise.
7317 * valops.c (value_assign): Likewise.
7318 * valprint.c (print_decimal): Likewise.
7319
7320 2002-04-22 H.J. Lu (hjl@gnu.org)
7321
7322 * c-exp.y (typebase): Support
7323
7324 [long|long long|short] [signed|unsigned] [int|]
7325
7326 and
7327
7328 signed [long|long long|short] int
7329
7330 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7331
7332 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7333 and vax-tdep.h.
7334 * vax-tdep.h: New file.
7335 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7336 Make several routines static.
7337 (vax_get_saved_register): New function.
7338 (vax_gdbarch_init): New function.
7339 (_initialize_vax_tdep): Register vax_gdbarch_init.
7340 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7341 Remove macros now under the control of gdbarch.
7342
7343 2002-04-22 Michael Snyder <msnyder@redhat.com>
7344
7345 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7346 Some whitespace and coding standards tweaks.
7347
7348 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7349
7350 * vax-tdep.c: Include regcache.h.
7351 (vax_call_dummy_words): New.
7352 (sizeof_vax_call_dummy_words): New.
7353 (vax_fix_call_dummy): New function.
7354 (vax_saved_pc_after_call): Ditto.
7355 * config/vax/tm-vax.h: Don't include regcache.h.
7356 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7357 (CALL_DUMMY): Remove.
7358 (CALL_DUMMY_WORDS): Define.
7359 (SIZEOF_CALL_DUMMY_WORDS): Define.
7360 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7361
7362 2002-04-18 Michael Snyder <msnyder@redhat.com>
7363
7364 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7365
7366 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7367
7368 * vax-tdep.c (vax_frame_chain): New function.
7369 (vax_push_dummy_frame): Ditto.
7370 (vax_pop_frame): Ditto.
7371 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7372 (FRAMELESS_FUNCTION_INVOCATION): Use
7373 generic_frameless_function_invocation_not.
7374 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7375 (POP_FRAME): Use vax_pop_frame.
7376
7377 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7378
7379 * vax-tdep.c (vax_store_struct_return): New function.
7380 (vax_extract_return_value): Ditto.
7381 (vax_store_return_value): Ditto.
7382 (vax_extract_struct_value_address): Ditto.
7383 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7384 vax_store_struct_return.
7385 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7386 (STORE_RETURN_VALUE): Use vax_store_return_value.
7387 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7388
7389 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7390
7391 * vax-tdep.c (vax_frame_saved_pc): New function.
7392 (vax_frame_args_address_correct): Ditto.
7393 (vax_frame_args_address): Ditto.
7394 (vax_frame_locals_address): Ditto.
7395 (vax_frame_num_args): Move code to be in proximity to
7396 other frame-related functions.
7397 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7398 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7399 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7400 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7401 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7402
7403 2002-04-22 H.J. Lu (hjl@gnu.org)
7404
7405 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7406 includedir.
7407
7408 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7409
7410 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7411 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7412 (FRAME_INIT_SAVED_REGS): New macro.
7413
7414 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7415
7416 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7417
7418 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7419
7420 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7421 where needed.
7422 (fetch_osf_core_registers): Likewise.
7423 (supply_gregset): Likewise.
7424
7425 2002-04-22 J. Brobecker <brobecker@gnat.com>
7426
7427 * symfile.h (get_section_index): Define.
7428 * symfile.c (get_section_index): New function.
7429 * mdebugread.c (SC_IS_SBSS): New macro.
7430 (SC_IS_BSS): Return true for the scBss storage class only, as
7431 the scSBss storage class refers to the .sbss section.
7432 (parse_partial_symbols): Discard the symbols which associated
7433 section does not exist.
7434 Make sure to use the .sbss section index for symbols which
7435 storage class is scBss, rather than using the .bss section index.
7436
7437 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7438
7439 * vax-tdep.c: Update copyright years.
7440 (vax_register_name): New function.
7441 (vax_register_byte): Ditto.
7442 (vax_register_raw_size): Ditto.
7443 (vax_register_virtual_size): Ditto.
7444 (vax_register_virtual_type): Ditto.
7445 * config/vax/tm-vax.h: Update copyright years.
7446 (REGISTER_NAMES): Remove.
7447 (REGISTER_NAME): Define.
7448 (REGISTER_BYTE): Use vax_register_byte.
7449 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7450 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7451 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7452
7453 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7454
7455 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7456 declaration
7457 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7458
7459 2002-04-21 David S. Miller <davem@redhat.com>
7460
7461 * arch-utils.c (generic_prologue_frameless_p): Kill
7462 SKIP_PROLOGUE_FRAMELESS_P code.
7463 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7464 references.
7465 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7466 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7467 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7468 references.
7469 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7470 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7471 (sparc_gdbarch_init): Pass it to
7472 set_gdbarch_prologue_frameless_p.
7473
7474 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7475
7476 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7477 (alphabsd-nat.o): New dependency list.
7478
7479 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7480
7481 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7482 alphafbsd-tdep.c.
7483 (alpha-linux-tdep.o): New dependency list.
7484 (alphafbsd-tdep.o): Likewise.
7485
7486 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7487
7488 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7489 to here...
7490 * alpha-tdep.c: ...from here.
7491 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7492
7493 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7494
7495 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7496 prototype from here...
7497 * alpha-tdep.h: ...to here.
7498
7499 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7500
7501 * frame.h (selected_frame_level): Document as deprecated.
7502 (frame_relative_level): Declare.
7503 * stack.c (frame_relative_level): New function.
7504 (selected_frame_level): Document as deprecated.
7505 (select_frame): Do not set the selected_frame_level.
7506
7507 * stack.c (frame_info, record_selected_frame): Update.
7508 (frame_command, current_frame_command): Update.
7509 (up_silently_base, up_command, down_silently_base): Update.
7510 (down_command): Update.
7511 * inflow.c (kill_command): Update.
7512 * tracepoint.c (finish_tfind_command): Update.
7513 * corelow.c (core_open): Update.
7514 * thread.c (info_threads_command): Update.
7515 (do_captured_thread_select): Update.
7516 * infcmd.c (finish_command): Update.
7517 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7518
7519 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7520
7521 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7522
7523 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7524
7525 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7526 type const.
7527
7528 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7529
7530 * alphafbsd-tdep.c: Update copyright years. Include
7531 alpha-tdep.h.
7532 (alphafbsd_use_struct_convention): Make static.
7533 (alphafbsd_init_abi): New function.
7534 (_initialize_alphafbsd_tdep): New function.
7535 * config/alpha/tm-fbsd.h: Update copyright years.
7536 (USE_STRUCT_CONVENTION): Remove.
7537
7538 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7539
7540 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7541 an Alpha ABI variant.
7542 (alpha_abi_handler_list): Declare.
7543 (alpha_gdbarch_register_os_abi): New function.
7544 (alpha_gdbarch_init): Give registered ABI variant handlers a
7545 chance to tweak the gdbarch once we have set up defaults.
7546 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7547
7548 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7549
7550 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7551 to standard_coerce_float_to_double.
7552 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7553
7554 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7555
7556 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7557 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7558 from gdbarch_tdep rather than a constant.
7559 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7560 the default text address for all Alpha Unix ABIs.
7561 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7562 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7563
7564 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7565
7566 * alpha-tdep.h: New file. Includes several Alpha target constants
7567 taken from...
7568 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7569 let gdbarch deal with.
7570 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7571 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7572 to dependency list.
7573 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7574 Alpha target register names.
7575 * alphabsd-nat.c: Likewise.
7576 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7577 Alpha target register names. Make serveral routines static.
7578 (alpha_get_saved_register): New function.
7579 (alpha_abi_names): New.
7580 (process_note_abi_tag_sections): New function.
7581 (get_elfosabi): New function.
7582 (alpha_gdbarch_init): New function.
7583 (alpha_dump_tdep): New function.
7584 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7585
7586 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7587
7588 * frame.c (find_saved_register): Delete #ifdef
7589 HAVE_REGISTER_WINDOWS code.
7590 * config/sparc/tm-sparc.h: Update comments.
7591 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7592
7593 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7594
7595 * i960-tdep.c (i960_find_saved_register): New function.
7596 (i960_get_saved_register): New function.
7597 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7598 (i960_get_saved_register): Declare.
7599 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7600
7601 2002-04-20 David S. Miller <davem@redhat.com>
7602
7603 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7604
7605 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7606
7607 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7608 instead of NUM_PSEUDO_REGS.
7609
7610 2002-04-20 David S. Miller <davem@redhat.com>
7611
7612 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7613 GDB_MULTI_ARCH_PARTIAL
7614 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7615 define, let tm-sp64.h do it.
7616
7617 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7618
7619 * frame.c (find_saved_register): Avoid a NULL pointer
7620 dereference and actually walk the frame list.
7621
7622 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7623
7624 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7625 sorted in most most-recent-used order. Document.
7626 * gdbarch.h, gdbarch.c: Regenerate.
7627
7628 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7629
7630 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7631 instead of ->prev.
7632 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7633 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7634 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7635 instead of ->prev.
7636
7637 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7638
7639 Fix PR gdb/471.
7640 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7641 (build_builtin_type_vec128): Ditto.
7642 (append_composite_type_field): Fix calculation of type length in
7643 union case.
7644
7645 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * config/djgpp/README: Update.
7648
7649 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7650 compiler warnings.
7651
7652 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7653
7654 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7655 (alpha_setup_arbitrary_frame): ...to this.
7656 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7657 for alpha_setup_arbitrary_frame.
7658
7659 2002-04-18 Andrew Cagney <cagney@redhat.com>
7660
7661 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7662 * gdbarch.h, gdbarch.c: Regenerate.
7663
7664 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7665 * target.h (memory_breakpoint_from_pc): Update declaration.
7666 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7667
7668 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7669 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7670 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7671 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7672 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7673 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7674 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7675 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7676 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7677 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7678 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7679 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7680
7681 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7682 const pointer.
7683 * monitor.c (monitor_insert_breakpoint): Ditto.
7684 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7685
7686 * config/mcore/tm-mcore.h: Update copyright.
7687 * mem-break.c: Ditto.
7688 * xstormy16-tdep.c: Ditto.
7689
7690 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7691
7692 * p-exp.y: Add precedence rule for '^' token.
7693 This removes the shift/reduce conflicts.
7694 Remove the comment concerning these shift/reduce conflicts.
7695
7696 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7697
7698 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7699 (registers_powerpc_nofp): New register set for processors
7700 without floating point unit.
7701
7702 2002-04-18 David S. Miller <davem@redhat.com>
7703
7704 * MAINTAINERS: Add myself to write-after-approval.
7705
7706 2002-04-17 Michael Snyder <msnyder@redhat.com>
7707
7708 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7709
7710 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7711
7712 * rs6000-tdep.c (frame_initial_stack_address): Use
7713 frame_register_read to read the alloca_reg.
7714
7715 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7716
7717 * frame.c (find_saved_register): Find saved registers in the next
7718 not prev frame.
7719 Fix PR gdb/365.
7720
7721 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7722
7723 * gdbarch.sh (LANG): Set to ``c''.
7724
7725 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7726
7727 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7728
7729 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7730
7731 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7732 Update copyright.
7733
7734 * hpread.c (hpread_get_lntt): Add declaration.
7735 Also fix PR gdb/391.
7736
7737 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7738
7739 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7740 * aclocal.m4, configure: Re-generate.
7741 Fix PR gdb/391.
7742
7743 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7744
7745 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7746 instead of tm_print_insn.
7747
7748 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7749
7750 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7751
7752 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7753
7754 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7755 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7756 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7757
7758 2002-04-12 Don Howard <dhoward@redhat.com>
7759
7760 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7761 max_user_call_depth.
7762 (init_cmd_lists): Initialize the new value;
7763 * cli/cli-script.c (execute_user_command): Limit the call depth of
7764 user defined commands. This avoids a core-dump when user commands
7765 are infinitly recursive.
7766
7767 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7768
7769 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7770 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7771 from tdep struct instead of DEFAULT_LR_SAVE.
7772 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7773 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7774 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7775
7776 2002-04-12 Michael Snyder <msnyder@redhat.com>
7777
7778 * Remote.c: Spelling fix.
7779 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7780 If no symbol found for "sbrk", try "_sbrk".
7781 (make_output_phdrs): Use bfd_section_name.
7782 (gcore_copy_callback): Use bfd_section_name.
7783 * eval.c: Indentation fix-ups.
7784 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7785 in case it gets applied to an address that is already
7786 in the instruction space.
7787 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7788 * symfile.c: Fix indentation, long lines.
7789 * source.c: White space fix-up.
7790
7791 2002-04-12 Andrew Cagney <cagney@redhat.com>
7792
7793 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7794 * frame.c (frame_register_read): New function. Return non-zero on
7795 success.
7796 (read_relative_register_raw_bytes_for_frame): Delete.
7797 (read_relative_register_raw_bytes): Delete.
7798 * frame.h (frame_register_read): Declare.
7799 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7800 * sh-tdep.c: Ditto.
7801 * infcmd.c (do_registers_info): Ditto.
7802 * hppa-tdep.c: Ditto.
7803 * rs6000-tdep.c: Ditto.
7804 * h8500-tdep.c: Ditto.
7805 * mips-tdep.c: Ditto.
7806 * h8300-tdep.c: Ditto.
7807 * z8k-tdep.c: Ditto.
7808
7809 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7810
7811 From Jimi X <jimix@watson.ibm.com>:
7812 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7813 64-bit SysV ABI.
7814
7815 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7816
7817 From Jimi X <jimix@watson.ibm.com>:
7818 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7819 bfd info.
7820
7821 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7822
7823 From Jimi X <jimix@watson.ibm.com>:
7824 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7825 register sets for these processor variants.
7826
7827 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7828
7829 * regformats/reg-ppc.dat: Support FPSCR.
7830
7831 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7832
7833 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7834 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7835 Add fpscr as an invalid/unfetchable register.
7836 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7837 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7838 (fill_fpregset): Add support for register fpscr.
7839 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7840 (fill_gregset): Account for the fact that register ``mq'' might
7841 not exist.
7842 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7843 (registers_power): Add fpscr to register set at slot 71.
7844 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7845 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7846
7847 2002-04-11 Michael Snyder <msnyder@redhat.com>
7848
7849 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7850 * configure: Regenerate.
7851 * config.in: Regenerate.
7852 * acconfig.h: Add define for _SYSCALL32.
7853 * core-sol2.c: Remove #define _SYSCALL32.
7854 * solib-legacy.c: Remove #define _SYSCALL32.
7855
7856 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7857
7858 * stack.c (select_frame): Cleanup internal error message, do not
7859 use %p.
7860
7861 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7862
7863 * stack.c (select_frame): Check that selected_frame and the
7864 specified level are as expected.
7865 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7866 Update copyright.
7867 * frame.h (struct frame_info): Add field `level'. Update
7868 copyright.
7869 Work-in-progress PR gdb/464.
7870
7871 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7872
7873 * maint.c (maint_print_section_info): Rename print_section_info.
7874 (print_bfd_section_info, print_objfile_section_info): Update.
7875 * inferior.h (struct gdbarch): Add opaque declaration.
7876 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7877 * gdbarch.h: Regenerate.
7878
7879 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7880
7881 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7882 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7883 (kernel_u_size): Added.
7884 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7885 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7886
7887 2002-04-04 Jim Ingham <jingham@apple.com>
7888
7889 * valarith.c (find_size_for_pointer_math): New function, either returns
7890 the size for a pointer's target, returns 1 for void *, or errors for
7891 incomplete types.
7892 (value_add, value_sub): use find_size_for_pointer_math.
7893
7894 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * linux-low.c (linux_look_up_symbols): New hook.
7897 (linux_target_ops): Add linux_look_up_symbols.
7898 * remote-utils.c (decode_address): New function.
7899 (look_up_one_symbol): New function.
7900 * server.c (handle_query): Call target look_up_symbols hook.
7901 * server.h (look_up_one_symbol): Add prototype.
7902 * target.h (struct target_ops): Add look_up_symbols hook.
7903
7904 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7905
7906 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7907 override FP_REGNUM with frame->fp. Update copyright.
7908 * parse.c (num_std_regs, std_regs): Delete.
7909 (target_map_name_to_register): Do not search std_regs. Update
7910 function description.
7911 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7912 declarations. Update copyright.
7913 Fix PR gdb/251.
7914
7915 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7918 after the last symbol in a block.
7919
7920 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7921
7922 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7923 is non zero as a found symbol.
7924
7925 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7926
7927 * findvar.c: Include "builtin-regs.h".
7928 (value_of_register): Call value_of_builtin_reg when applicable.
7929 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7930 (target_map_name_to_register): Call
7931 builtin_reg_map_name_to_regnum.
7932 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7933 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7934 (builtin_regs_h): Define.
7935 (builtin-regs.o): New target.
7936 (findvar.o): Add $(builtin_regs_h).
7937 * builtin-regs.c, builtin-regs.h: New files.
7938 * std-regs.c: New file.
7939 Partial fix for PR gdb/251.
7940
7941 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7942
7943 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7944 it's no longer required.
7945
7946 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7947
7948 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7949
7950 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7951
7952 From Jimi X <jimix@watson.ibm.com>:
7953 * rs6000-tdep.c (rs6000_software_single_step): Use
7954 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7955 and size. Use target_insert_breakpoint() and
7956 target_remove_breakpoint() to insert and remove breakpoints
7957 instead of explicit memory reads and writes.
7958
7959 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7960
7961 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7962 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7963 ELF_OBJECT_FORMAT ifdef.
7964
7965 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7966
7967 From Jimi X <jimix@watson.ibm.com>:
7968 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7969
7970 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7971
7972 From Jimi X <jimix@watson.ibm.com>:
7973 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7974 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7975
7976 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7977
7978 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7979 s/asprintf/xasprintf/.
7980 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7981
7982 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7983
7984 I believe Jeff Law denies responsability for this one:
7985 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7986 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7987 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7988 Work-around for PR gdb/366.
7989
7990 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7991
7992 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7993 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7994 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7995
7996 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7997
7998 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7999 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8000 information.
8001
8002 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8003
8004 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8005 maintainer.
8006
8007 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8008
8009 * README (Reporting Bugs in GDB): Document the bug web page as the
8010 prefered way of submitting bugs.
8011 Fix PR gdb/402.
8012
8013 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8014
8015 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8016 -1. Update comment.
8017 * gdbarch.h, gdbarch.c: Re-generate.
8018
8019 2002-04-07 Andreas Schwab <schwab@suse.de>
8020
8021 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8022 buffer to regcache_collect.
8023
8024 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8025
8026 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8027 * gdbarch.c, gdbarch.h: Re-generate.
8028
8029 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8030
8031 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8032 declaration. Fix -Werror.
8033
8034 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8035
8036 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8037 * gdbarch.c: Regenerate.
8038
8039 2002-04-05 Michael Snyder <msnyder@redhat.com>
8040
8041 * breakpoint.c (clear_command): Rewrite middle section to
8042 combine two loops with identical control conditions.
8043 Add a cleanup to eliminate a memory leak.
8044 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8045
8046 2002-04-05 H.J. Lu (hjl@gnu.org)
8047
8048 * solib-svr4.c (bkpt_names): Add "__start".
8049
8050 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8051
8052 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8053 as test for 64 bit target.
8054
8055 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8056
8057 * h8500-tdep.c (h8500_write_fp): Delete function.
8058 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8059 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8060 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8061 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8062 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8063 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8064 (s390_write_fp):
8065 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8066 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8067 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8068 (d10v_write_fp): Delete function.
8069 * inferior.h (write_fp, generic_target_write_fp): Delete
8070 declarations.
8071 * regcache.c (generic_target_write_fp): Delete function.
8072 (write_fp): Delete function.
8073 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8074 * gdbarch.h, gdbarch.c: Regenerate.
8075 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8076 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8077 (sparc64_write_fp): Delete declaration.
8078 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8079 (h8500_write_fp): Delete declaration.
8080
8081 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8082
8083 * sparc-tdep.c (sparc64_write_fp): Delete.
8084 (sparc_push_dummy_frame): Replace write_fp call with code to store
8085 the FP directly.
8086 (sparc_gdbarch_init): Do not initialize write_fp.
8087
8088 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8089
8090 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8091 clause.
8092
8093 2002-03-29 Jim Blandy <jimb@redhat.com>
8094
8095 * stack.c (get_selected_block): Add new argument `addr_in_block',
8096 used to return the exact code address we used to select the block,
8097 not just the block.
8098 * blockframe.c (get_frame_block, get_current_block): Same.
8099 * frame.h (get_frame_block, get_current_block,
8100 get_selected_block): Update declarations.
8101 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8102 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8103
8104 2002-04-05 Michael Snyder <msnyder@redhat.com>
8105
8106 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8107 warning message.
8108
8109 2002-04-05 J. Brobecker <brobecker@gnat.com>
8110
8111 * utils.c (xfullpath): New function.
8112 * defs.h (xfullpath): Add declaration.
8113 * source.c (openp): Use xfullpath in place of gdb_realpath to
8114 avoid resolving the basename part of filenames when the
8115 associated file is a symbolic link. This fixes a potential
8116 inconsistency between the filenames known to GDB and the
8117 filenames it prints in the annotations.
8118 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8119 to be able to match a filename with either the real filename, or
8120 the name of any symbolic link to this file.
8121 (lookup_partial_symtab): Ditto.
8122
8123 2002-04-04 Michael Snyder <msnyder@redhat.com>
8124
8125 * breakpoint.c: Add support for hardware breakpoints in overlays.
8126 (overlay_events_enabled): New state variable.
8127 (insert_breakpoints): Use overlay_events_enabled to decide
8128 whether to attempt to set a breakpoint at the overlay load addr.
8129 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8130 (remove_breakpoint): Use overlay_events_enabled to decide
8131 whether breakpoints need to be removed from overlay load addr.
8132 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8133 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8134 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8135 disable_overlay_breakpoints): Update overlay_events_enabled.
8136
8137 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8138
8139 * dwarf2read.c (struct function_range): New.
8140 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8141 (check_cu_functions): New.
8142 (read_file_scope): Initialize global function lists.
8143 Call dwarf_decode_line after processing children.
8144 (read_func_scope): Add to global function list.
8145 (dwarf_decode_lines): Call check_cu_functions everywhere
8146 record_line is called. Call record_line with a linenumber
8147 of 0 to mark sequence ends.
8148
8149 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8150
8151 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8152 change sync with glibc.
8153
8154 2002-04-03 Jim Blandy <jimb@redhat.com>
8155
8156 * configure.in: Call AC_C_INLINE.
8157 * configure: Regenerated.
8158
8159 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8160
8161 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8162 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8163
8164 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8165
8166 * NEWS: Mention gcore support on FreeBSD/i386.
8167
8168 * fbsd-proc.c: New file.
8169 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8170 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8171
8172 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8173 while statement.
8174
8175 2002-03-29 Jim Blandy <jimb@redhat.com>
8176
8177 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8178 unescaped newlines in string literals, but newer ones don't. So
8179 escape them.
8180
8181 2002-03-26 Michael Snyder <msnyder@redhat.com>
8182 Andrew Cagney <cagney@redhat.com>
8183
8184 * cli/cli-dump.c: New file. Dump memory to file,
8185 restore file to memory.
8186 * cli/cli-dump.h: New file.
8187 * Makefile.in: Add rules, dependencies for cli-dump.o.
8188 * NEWS: Mention new commands.
8189
8190 2002-03-28 Michael Snyder <msnyder@redhat.com>
8191
8192 * symfile.c (symbol_file_add): Move test for null symbols to later.
8193
8194 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8195
8196 From veksler at il.ibm.com:
8197 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8198 the xstrduped original path.
8199 Fix PR gdb/417.
8200
8201 2002-03-27 Michael Snyder <msnyder@redhat.com>
8202
8203 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8204 * infcmd.c (_initialize_infcmd): Ditto.
8205 * language.c (_initialize_language): Ditto.
8206 * symfile.c (_initialize_symfile): Ditto.
8207 * top.c (_init_main): Ditto.
8208 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8209
8210 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8211
8212 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8213 vector registers handling.
8214 (skip_prologue): Handle new AltiVec instructions. Fill in new
8215 fields of frame data.
8216 (frame_get_saved_regs): Fill in information for AltiVec registers.
8217
8218 2002-03-27 Jim Blandy <jimb@redhat.com>
8219
8220 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8221 a function; leave this macro here to invoke that function.
8222 (symbol_init_mangled_name): Declaration for that function.
8223 * symtab.c (symbol_init_mangled_name): New function.
8224
8225 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8226
8227 * valarith.c: Replace strerror with safe_strerror.
8228 * tracepoint.c: Ditto.
8229 * lin-lwp.c: Ditto.
8230 * go32-nat.c: Ditto.
8231 * inflow.c: Ditto.
8232 * gnu-nat.c: Ditto.
8233
8234 2002-03-27 Andreas Schwab <schwab@suse.de>
8235
8236 * event-top.c (command_line_handler): Remove useless if.
8237
8238 2002-03-27 Andreas Jaeger <aj@suse.de>
8239
8240 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8241 comment.
8242
8243 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8244
8245 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8246 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8247 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8248 (x86_64_linux_dr_get_status, supply_gregset),
8249 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8250 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8251 (x86_64_register_info_table): Add.
8252 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8253 (x86_64_register_raw_size, x86_64_register_virtual_type),
8254 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8255 general x86_64_register_info_table.
8256 (i386_gdbarch_init): gdbarch_register_bytes is now set
8257 dynamicaly during initialization.
8258 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8259 * gdbserver/linux-x86-64-low.c: Ditto.
8260
8261 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8262
8263 * gdbserver/server.c (main): Call target_signal_to_host_p
8264 and target_signal_to_host on signals received from the remote.
8265 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8266 target_signal_from_host on signals sent to the remote.
8267 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8268 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8269
8270 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8271
8272 * signals/signals.c: Include "server.h" in gdbserver build.
8273 (target_signal_from_name): Don't use STREQ.
8274 (_initialize_signals): Likewise. Don't include function in
8275 gdbserver build.
8276
8277 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8278
8279 * signals.c: Moved to...
8280 * signals/signals.c: Here.
8281 * Makefile (signals.o): Update.
8282
8283 2002-03-26 Jeff Law (law@redhat.com)
8284
8285 * somread.c (som_symtab_read): Remove some commented out code and
8286 updated related comments. Do not set the minimal symbol table to
8287 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8288 in a dynamic executable.
8289 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8290 where we are unable to find the minimal symbol for the given
8291 PC value.
8292
8293 2002-03-25 Jeff Law (law@redhat.com)
8294
8295 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8296
8297 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8298
8299 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8300
8301 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8302
8303 * command.h: Update copyright.
8304 (struct cmd_list_element): Replace definition with opaque
8305 declaration.
8306 (enum cmd_types): Document that it will eventually be moved to
8307 cli/cli-decode.h
8308 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8309 (MALLOCED_REPLACEMENT): Delete macro.
8310 * Makefile.in (cli_decode_h): Add $(command_h).
8311 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8312 * top.c: Include "cli/cli-decode.h".
8313 * completer.c: Include "cli/cli-decode.h".
8314 * maint.c: Include "cli/cli-decode.h".
8315 * cli/cli-decode.h: Include "command.h".
8316 (enum command_class): Delete.
8317 (enum cmd_types): Comment out.
8318 (enum cmd_auto_boolean): Delete.
8319 (enum var_types): Delete.
8320
8321 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8322
8323 * cli/cli-decode.c: Include "gdb_assert.h".
8324 (add_set_or_show_cmd): New static function.
8325 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8326 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8327 all fields, such as func, from the set command.
8328
8329 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8330
8331 * MAINTAINERS (sh-elf): Change warning flag to -w.
8332
8333 2002-03-23 Andrew Cagney <cagney@redhat.com>
8334
8335 * defs.h (error): Add printf format attribute.
8336 * thread-db.c (thread_from_lwp): Fix error format string.
8337 * stack.c (parse_frame_specification): Ditto.
8338 * cli/cli-decode.c (undef_cmd_error): Ditto.
8339 * scm-lang.c (scm_lookup_name): Ditto.
8340 * tracepoint.c (trace_error): Ditto.
8341 * remote-utils.c (usage): Ditto.
8342 * remote.c (compare_sections_command): Ditto.
8343 Fix PR gdb/328.
8344
8345 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8346
8347 * gdbtypes.c (append_composite_type_field): New function.
8348 (init_composite_type): New function.
8349 * gdbtypes.h (append_composite_type_field): Declare.
8350 (init_composite_type): Ditto.
8351
8352 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8353
8354 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8355 function.
8356 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8357 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8358 structure returning convention for SYSV ABI case, but not
8359 for GNU/Linux, FreeBSD, or NetBSD.
8360
8361 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8362
8363 * symtab.h (lookup_block_symbol): Add mangled_name argument
8364 to prototype.
8365
8366 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8367 with new mangled_name argument.
8368 * linespec.c (decode_line_1): Likewise.
8369 * valops (value_of_this): Likewise.
8370 * symtab.c (lookup_transparent_type): Likewise.
8371 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8372 (lookup_symbol): If we are given a mangled name, pass it down
8373 to lookup_symbol_aux.
8374 (lookup_block_symbol): If we are given a mangled name to check
8375 against, only return symbols which match it.
8376
8377 2002-03-22 Christopher Faylor <cgf@redhat.com>
8378
8379 * win32-nat.c (child_create_inferior): Check for proper shell to use
8380 here, in case the user changes it on the fly.
8381 (_initialize_inftarg): Remove shell path considerations.
8382
8383 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8384
8385 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8386 for gdbarch_max_register_raw_size and max_register_virtual_size.
8387 Adjust copyright year.
8388
8389 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8390
8391 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8392 in a function to cover the entire beginning of the function
8393 as well if it does not already.
8394
8395 2002-03-21 Tom Rix <trix@redhat.com>
8396
8397 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8398 (rs6000_ptrace64): Renamed from ptrace64.
8399
8400 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8401
8402 * gdbserver/remote-utils.c (remote_open): Don't call
8403 getprotobyname, we're all using TCP here so just use
8404 IPPROTO_TCP.
8405 * gdbserver/gdbreplay.c (remote_open): Ditto.
8406
8407 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8408
8409 * regcache.c (_initialize_regcache): No need to call
8410 build_regcache() at this time; it gets called whenever
8411 the gdbarch changes.
8412
8413 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8414
8415 * sparc-nat.c: Include sys/param.h where possible.
8416
8417 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8418
8419 Fix PR gdb/422.
8420 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8421 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8422 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8423 complex types.
8424 * stabsread.c (rs6000_builtin_type): Likewise.
8425 (read_sun_floating_type): Likewise.
8426
8427 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8428
8429 * stabsread.c (read_member_functions): Remove skip code for duplicate
8430 constructor/destructor methods. Use standard parsing for these
8431 methods and just do not chain them to the list of methods after
8432 parsing.
8433
8434 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8435
8436 * coffread.c: Remove redundant static declarations. Replace
8437 occurrences of `PTR' with `void *'.
8438 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8439 * top.h (quit_cover): Likewise.
8440 * defs.h (catch_errors): Likewise.
8441
8442 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8443
8444 * defs.h (XMALLOC): Define.
8445 * gdb-events.sh (XMALLOC): Delete macro.
8446 * gdb-events.c, gdb-events.h: Regenerate.
8447 * gdbarch.sh (XMALLOC): Delete macro.
8448 * gdbarch.c: Regenerate.
8449 * serial.c (XMALLOC): Delete macro.
8450 * ui-file.c (XMALLOC): Ditto.
8451 * ser-unix.h (XMALLOC): Ditto.
8452 * sh-tdep.c (XMALLOC): Ditto.
8453 * ui-out.c (XMALLOC): Ditto.
8454 * utils.c (XMALLOC): Ditto.
8455 * i386-tdep.c (XMALLOC): Ditto.
8456 * gdb-events.c (XMALLOC): Ditto.
8457 * d10v-tdep.c (XMALLOC): Ditto.
8458 * cli-out.c (XMALLOC): Ditto.
8459
8460 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8461 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8462 * ui-file.c, ui-out.c: Ditto.
8463
8464 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8465
8466 * command.h (struct cmd_list_element): Add field context.
8467 (set_cmd_context, get_cmd_context): Declare.
8468 * cli/cli-decode.h: Ditto.
8469 * cli/cli-decode.c (get_cmd_context): New function.
8470 (set_cmd_context): New function.
8471 (add_cmd): Initialize context.
8472 Part of fixing PR gdb/145 and PR gdb/146.
8473
8474 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8475
8476 * cli/cli-decode.c (cmd_type): New function.
8477 * command.h (cmd_type): Declare.
8478 * infrun.c (set_schedlock_func): Call function cmd_type.
8479 * kod.c (kod_set_os): Call cmd_type.
8480 * cris-tdep.c (cris_version_update): Use function cmd_type.
8481 (cris_mode_update, cris_abi_update): Ditto.
8482
8483 * command.h: (execute_cmd_post_hook): Declare.
8484 (execute_cmd_pre_hook): Declare.
8485 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8486 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8487 functions. Execute pre/post hook while ensuring that afterwords
8488 hook_in is cleared.
8489 * top.c (execute_command): Use execute_cmd_post_hook, and
8490 execute_cmd_pre_hook to execute pre/post commands.
8491 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8492 hook_stop_stub.
8493 (hook_stop_stub): Call execute_cmd_pre_hook.
8494
8495 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8496
8497 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8498 set'' and this leads to a core dump. Move xstrdup of
8499 operating_system to after check that it is not NULL.
8500
8501 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8502
8503 * kod.c (kod_set_os): Remove unnecessary check that
8504 ``command->type'' is set_cmd.
8505
8506 * valprint.c (set_input_radix): Use input_radix.
8507 (set_output_radix): Use output_radix.
8508 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8509 isn't reverted.
8510
8511 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8512
8513 * value.h (struct value): Delete field ``substring_addr''. Change
8514 aligner fields to force_doublest_align, force_longest_align,
8515 force_core_addr_align and force_pointer_aligh.
8516
8517 * value.h (struct value): Fix typo in above change.
8518
8519 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8520
8521 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8522 to fix internal_error from ``maintenance print architecture''.
8523
8524 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8525
8526 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8527 for gcc versions after gcc-2.8.1.
8528
8529 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8530
8531 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8532 for method resolution. Restore adjustment of ``this'' pointer after
8533 calling value_struct_elt, which was accidentally removed during the
8534 HP merge.
8535
8536 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8537
8538 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8539 value_of_register.
8540 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8541 get_saved_register.
8542 * value.h (value_of_register): Update.
8543
8544 2002-03-14 Richard Henderson <rth@redhat.com>
8545
8546 * configure.in: Detect declaration for canonicalize_file_name.
8547 * utils.c (canonicalize_file_name): Declare, if needed.
8548 (gdb_realpath): Prefer realpath if available and usable.
8549 * config.in, configure: Rebuild.
8550
8551 2002-03-14 Richard Henderson <rth@redhat.com>
8552
8553 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8554 a constant array bound.
8555
8556 * MAINTAINERS: Add myself to write-after-approval.
8557
8558 2002-03-14 Michael Snyder <msnyder@redhat.com>
8559
8560 * symfile.c (syms_from_objfile): Return immediately if no syms.
8561 (symbol_file_add): Return immediately if no syms.
8562 (find_sym_fns): Return immediately if no syms.
8563
8564 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8565
8566 * gdbserver/remote-util.c (remote_open): Print remote-side's
8567 IP address when remote debugging over the network.
8568
8569 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8570
8571 * config/sparc/fbsd.mh: Fix copyright.
8572 * config/sparc/fbsd.mt: Likewise.
8573
8574 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8575
8576 * MAINTAINERS: Fix typo in name of gdb warnings option.
8577 (x86-64): Fix formating so that this can be parsed by awk.
8578
8579 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8580
8581 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8582 * defs.h: Include "gdb/signals.h".
8583 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8584
8585 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8586
8587 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8588 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8589 from x86-64-tdep.h
8590
8591 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8592 Don Howard <dhoward@redhat.com>
8593
8594 * mips-tdep.c (ST0_FR): Define.
8595 (mips2_fp_compat): New function, temporarily disabled.
8596 (mips_read_fp_register_single): New function.
8597 (mips_read_fp_register_double): New function.
8598 (mips_print_register): Use them.
8599 (do_fp_register_row): Likewise.
8600
8601 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8602
8603 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8604 approval''.
8605
8606 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8607
8608 * stabsread.c (read_member_functions): Fix is_stub test for
8609 static member functions, improve comment.
8610
8611 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8612
8613 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8614 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8615 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8616 commands that set boolean values.
8617 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8618 (arm_rdi_resume): Always initialize PC.
8619 (arm_rdi_open): Don't use rslt as a boolean.
8620 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8621 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8622 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8623 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8624
8625 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8626
8627 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8628 * configure: Rebuilt.
8629
8630 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8631
8632 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8633 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8634
8635 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8636
8637 * cli/cli-decode.c (set_cmd_completer): New function.
8638 * command.h (set_cmd_completer): Declare.
8639 * cli/cli-decode.h (set_cmd_completer): Ditto.
8640
8641 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8642 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8643 * win32-nat.c (_initialize_inftarg): Ditto.
8644 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8645 * proc-api.c (_initialize_proc_api): Ditto.
8646 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8647 * source.c (_initialize_source): Ditto.
8648 * exec.c (_initialize_exec): Ditto.
8649 * solib.c (_initialize_solib): Ditto.
8650 * top.c (init_main): Ditto.
8651 * tracepoint.c (_initialize_tracepoint): Ditto.
8652 * symfile.c (_initialize_symfile): Ditto.
8653 * printcmd.c (_initialize_printcmd): Ditto.
8654 * infcmd.c (_initialize_infcmd): Ditto.
8655 * corefile.c (_initialize_core): Ditto.
8656
8657 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8658
8659 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8660
8661 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8662
8663 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8664
8665 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8666
8667 * NEWS: Update headings, 5.2 has branched.
8668
8669 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
8670
8671 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8672 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8673 (register_addr, REGISTER_RAW_SIZE): Likewise.
8674 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8675 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8676
8677 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8678
8679 * MAINTAINERS (x86-64): Add myself.
8680 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8681 changed value_ptr -> struct value *
8682
8683 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8684
8685 * configure.host (sparc64-*-freebsd): Add.
8686 * configure.tgt: Likewise.
8687 * config/sparc/fbsd.mh: New file.
8688 * config/sparc/fbsd.mt: Likewise.
8689 * config/sparc/nm-fbsd.h: Likewise.
8690 * config/sparc/tm-fbsd.h: Likewise.
8691
8692 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8693
8694 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8695 regformats/reg-s390x.dat.
8696
8697 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8698
8699 * utils.c: Add FIXME explaining true/false problem.
8700
8701 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8702
8703 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8704
8705 2002-02-28 Michael Chastain <mec@shout.net>
8706
8707 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8708
8709 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * gdbserver/linux-s390-low.c: New file.
8712 * regformats/reg-s390.dat: New file.
8713 * regformats/reg-s390x.dat: New file.
8714 * gdbserver/configure.srv: Add S/390.
8715 * gdbserver/Makefile.in: Add S/390.
8716 * configure.tgt: Enable gdbserver for S/390.
8717
8718 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8719
8720 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8721 first line of the doc string for "info dos", except at the end of
8722 the sentence, since the short help stops at the first period.
8723
8724 2002-02-28 Jason Merrill <jason@redhat.com>
8725
8726 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8727
8728 2002-02-27 Fred Fish <fnf@redhat.com>
8729
8730 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8731 comment (dumy -> dummy).
8732
8733 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8734
8735 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8736
8737 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8738
8739 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8740
8741 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8742
8743 * gdbserver/acconfig.h: New file.
8744 * gdbserver/i387-fp.c: New file.
8745 * gdbserver/i387-fp.h: New file.
8746 * gdbserver/linux-x86-64.c: New file.
8747 * regformats/reg-x86-64.dat: New file.
8748 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8749 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8750 * gdbserver/configure.in: Add support for regsets.
8751 * gdbserver/config.in: Regenerate.
8752 * gdbserver/configure: Regenerate.
8753 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8754 * gdbserver/linux-low.h: New file.
8755 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8756 for regsets.
8757 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8758 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8759 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8760 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8761 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8762 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8763 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8764 "i387-fp.h". Add PTRACE_GETREGS and friends.
8765 * gdbserver/regcache.c (supply_register): New function.
8766 (supply_register_by_name): New function.
8767 (collect_register): New function.
8768 (collect_register_by_name): New function.
8769
8770 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8771
8772 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8773 (config.status): Add configure.srv dependency.
8774 (server_h): Add config.h dependency.
8775
8776 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8777
8778 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8779 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8780 * gdbserver/configure.srv: Change i386-*-linux* to use
8781 reg-i386-linux.o.
8782
8783 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8784
8785 * x86-64-tdep.c: Re-indent. Update copyright date.
8786
8787 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8788
8789 From Michal Ludvig <mludvig@suse.cz>:
8790 * x86-64-tdep.c (value.h): Delete.
8791 (gdb_assert.h): Include.
8792 (x86_64_register_convert_to_virtual,
8793 x86_64_register_convert_to_raw ): Add check which lets only
8794 floating-point values to be converted.
8795 (value_push): Delete.
8796 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8797 (i386_gdbarch_init): Number of register_bytes fixed.
8798
8799 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8800
8801 * MAINTAINERS: Add x86-64 target.
8802
8803 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8804
8805 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8806 * osfsolib.c (solib_map_sections): Ditto.
8807 * irix5-nat.c (solib_map_sections): Ditto.
8808 * corelow.c (gdb_check_format): Ditto.
8809 * symfile.c (symfile_bfd_open): Ditto.
8810 * solib.c (solib_map_sections): Ditto.
8811 Fix PR gdb/354.
8812
8813 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8814
8815 * remote.c (_initialize_remote): By default, disable ``e'' and
8816 ``E'' step out-of-range packets.
8817
8818 2002-02-26 Andreas Schwab <schwab@suse.de>
8819
8820 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8821 m68k_linux_frame_saved_pc.
8822 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8823 in_sigtramp.
8824 (SIGCONTEXT_PC_OFFSET): Remove.
8825 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8826 m68k_linux_sigtramp_saved_pc): New functions.
8827 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8828 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8829 (UCONTEXT_PC_OFFSET): Define.
8830 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8831 non-RT and RT signal trampolines.
8832
8833 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8834
8835 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8836 (TARGET_NBPG, STACK_END_ADDR): Delete
8837 (VARIABLES_INSIDE_BLOCK): Delete.
8838
8839 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8840
8841 * utils.c (perror_with_name): Make string parameter constant.
8842 (print_sys_errmsg): Ditto.
8843 (query): Ditto.
8844 * defs.h (perror_with_name): Update.
8845 (print_sys_errmsg): Update.
8846 (query): Update.
8847
8848 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8849
8850 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8851 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8852
8853 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8854
8855 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8856 if it already matches the current architecture from the exec file.
8857 Include arch-utils.h for gdbarch_info_init prototype.
8858 * Makefile.in (rs6000-nat.o): Update dependencies.
8859
8860 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8861
8862 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8863 list of exported variables.
8864
8865 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8866
8867 * gdbserver/configure.srv: New file.
8868 * gdbserver/configure.in: Use configure.srv instead
8869 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8870 from it.
8871 * gdbserver/configure: Regenerated.
8872 * gdbserver/terminal.h: New file.
8873 * gdbserver/Makefile.in: Update for configure changes. Remove
8874 more unneeded include paths.
8875
8876 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8877
8878 From wiz at danbala:
8879 * config/sparc/tm-sp64.h: Fix grammar and typos.
8880 Fix PR gdb/287.
8881
8882 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8883
8884 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8885 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8886 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8887 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8888 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8889 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8890 * s390-tdep.c: Ditto.
8891 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8892 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8893 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8894 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8895 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8896 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8897 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8898 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8899 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8900 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8901 Fix PR gdb/378.
8902
8903 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8904
8905 * lin-thread.c: Delete file.
8906 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8907 to gdb_proc_service.h.
8908 * configure: Re-generate.
8909
8910 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8911 * serial.c (serial_open): Delete check for "ocd".
8912 Fix PR gdb/349.
8913
8914 * Makefile.in (linux-thread.o): Delete target.
8915 * linux-thread.c: Delete file.
8916
8917 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8918 renamed SH files to be consistent.
8919
8920 * symtab.c (sort_search_symbols): Use xfree.
8921
8922 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8923
8924 * arm-linux-tdep.c (arm_linux_init_abi): Register
8925 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8926 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8927 definition with undef, since we don't want the sysvr4 definition.
8928 (SKIP_TRAMPOLINE_CODE): Likewise.
8929
8930 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8931
8932 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8933
8934 * configure.in: (AC_CHECK_FUNCS) Added test for
8935 canonicalize_file_name Regenerated.
8936 * config.in, configure: Regenerated.
8937 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8938 defined use canonicalize_file_name.
8939
8940 2002-02-23 Michael Chastain <mec@shout.net>
8941
8942 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8943
8944 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8945
8946 * README: Remove references to cygnus.com.
8947 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8948 dot com'' form. Remove references to cygnus.com and sourceware.
8949
8950 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8951
8952 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8953 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8954 1003.1-2001 no longer allows "head -1".
8955 * gdb/Makefile.in (version.c): Likewise.
8956 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8957 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8958 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8959
8960 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8961
8962 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8963 * command.h (cmd_cfunc_eq): Declare.
8964 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8965
8966 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8967 ``struct cmd_list_element *''.
8968 * cli/cli-cmds.c (is_complete_command): Update. Use
8969 cmd_cfunc_eq.
8970 * top.c (execute_command): Pass the command to
8971 is_complete_command.
8972 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8973
8974 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8975
8976 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8977 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8978 architecture defines.
8979 * s390-tdep.c (s390_gdbarch_init): Likewise.
8980
8981 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8982
8983 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8984 (arm_linux_push_arguments): Likewise.
8985 (arm_linux_init_abi): Register them. Also register linux-specific
8986 call_dummy_words.
8987 (find_minsym_and_objfile): Use strcmp, not STREQ.
8988 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8989 (arm_linux_call_dummy_words): Delete declaration.
8990 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8991 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8992 declarations.
8993 (LOWEST_PC): Delete.
8994
8995 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8996
8997 * maint.c (print_section_info): Do not prepend `0x' to filepos
8998 output, it will be handled by local_hex_string_custom.
8999
9000 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9001
9002 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9003 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9004 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9005
9006 2002-02-22 Jim Blandy <jimb@redhat.com>
9007
9008 Indicate that the bcache functions don't change the strings
9009 they're passed.
9010 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9011 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9012
9013 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9014
9015 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9016
9017 2002-02-21 Christopher Faylor <cgf@redhat.com>
9018
9019 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9020 find the complete path to a loaded DLL.
9021
9022 2002-02-21 Fred Fish <fnf@redhat.com>
9023
9024 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9025 that marks the end of the range of a function, enter a line number
9026 entry that has a line number of zero and a PC offset that matches
9027 the end of the function. This starts a range of PC's for which no
9028 line number information is known.
9029 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9030 PC's for which no line number info is found (line number is zero)
9031 then we didn't find any valid line information.
9032 * symtab.h: Document use of zero line number entry.
9033
9034 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9035
9036 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9037 (have_ptrace_getvrregs): Define for run time checks.
9038 (gdb_vrregset_t): New type for Altivec register handling.
9039 (fetch_register, store_register): Fetch/store altivec register
9040 when needed.
9041 (fetch_altivec_register, store_altivec_register): New functions.
9042 (supply_vrregset, fill_vrregset): New functions.
9043 (fetch_altivec_registers, store_altivec_registers): New functions.
9044 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9045 registers as well.
9046
9047 2002-02-21 Jiri Smid <smid@suse.cz>
9048
9049 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9050
9051 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9052
9053 * Makefile.in (armnbsd-nat.o): Update dependencies.
9054 * armnbsd-nat.c (supply_gregset): New function. Common code to
9055 supply the integer register set.
9056 (supply_fparegset): New function. Similar for FPA registers.
9057 (fetch_regs, fetch_fp_regs): Use them.
9058 (fetch_core_registers): Likewise.
9059 (fetch_elfcore_registers): New function.
9060 (arm_netbsd_elfcore_fns): New core-file type specification.
9061 (_initialize_arm_netbsd_nat): Register it.
9062
9063 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9064
9065 * armnbsd-nat.c: Include gdbcore.h.
9066 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9067 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9068 'void' to declaration, to shut up ARI.
9069 (fetch_core_registers): Make static. Rewrite using supply_register.
9070 (arm_netbsd_core_fns): New core-file type specification.
9071 (_initialize_arm_netbsd_nat): New function.
9072
9073 2002-02-21 Christopher Faylor <cgf@redhat.com>
9074
9075 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9076 value.
9077
9078 2002-02-20 Christopher Faylor <cgf@redhat.com>
9079
9080 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9081 fails.
9082
9083 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9084
9085 * jv-exp.y (parse_number): Change type of implicit longs
9086 to builtin_type_uint64.
9087
9088 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9089
9090 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9091 to be an integer instead of a `union wait'.
9092
9093 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9094
9095 * mips-linux-nat.c: Call the operating system GNU/Linux.
9096 * mips-linux-tdep.c: Likewise.
9097 * mips-tdep.c: Likewise.
9098
9099 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9100
9101 Fix PR gdb/265.
9102 * jv-exp.y (parse_number): Handle 64-bit integers.
9103
9104 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9105
9106 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9107 AC_STDC_HEADERS to AC_HEADER_STDC.
9108 * gdbserver/configure: Regenerated.
9109
9110 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9111
9112 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9113 is defined.
9114 * sparc-tdep.c (get_longjmp_target): Likewise.
9115
9116 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9117
9118 * News: Add news about ARM and Multi-arch. Mention the new target
9119 arm*-*-netbsd*.
9120
9121 2002-02-19 Jim Blandy <jimb@redhat.com>
9122
9123 * stabsread.c (error_type_complaint): Improve error message.
9124
9125 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9126
9127 * gdbserver/README: Update documentation.
9128 * gdbserver/configure.in: Update configury to match documentation.
9129 * gdbserver/Makefile.in: Likewise.
9130 * gdbserver/configure: Regenerated.
9131 * gdbserver/aclocal.m4: New file, generated by aclocal.
9132 * gdbserver/config.in: New file, generated by autoheader.
9133
9134 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9135
9136 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9137 armnbsd-nat.c.
9138
9139 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9140
9141 * arm-tdep.h (enum arm_float_model): New enum.
9142 (struct gdbarch_tdep): Add fp_model.
9143 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9144 up floating-point conversions until we know the floating-point model
9145 in use by the inferior. Don't complain about being unable to
9146 determine the ABI of the inferior when we don't have one.
9147 (arm_extract_return_value): Support different floating-point models.
9148 (arm_store_return_value): Likewise.
9149 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9150 ARM_FLOAT_SOFT.
9151 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9152
9153 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9154
9155 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9156 of ``current_gdbarch''.
9157
9158 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9159
9160 * armnbsd-nat.c : ANSIfy all function declarations.
9161 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9162 (fetch_inferior_registers): Re-implement in terms of above.
9163 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9164 (store_inferior_registers): Re-implement in terms of above.
9165
9166 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9167
9168 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9169 kernel.
9170 * arm-linux-tdep.c: Likewise.
9171 * config/arm/tm-linux.h: Likewise.
9172
9173 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9174
9175 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9176 * config/arm/nbsd.mt (TM_FILE): Delete.
9177 * config/arm/tm-nbsd.h: Delete.
9178
9179 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9180
9181 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9182 Initialize CALL_DUMMY_LENGTH.
9183
9184 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9185
9186 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9187 function.
9188 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9189 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9190 defines one thing and that is incorrect for this port.
9191 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9192
9193 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9194
9195 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9196
9197 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9198
9199 * win32-nat.c (display_selector): New function. Displays information
9200 about the information returned by GetThreadSelectorEntry API function.
9201 (display_selectors): New function. Displays the infomation of
9202 the selector given as argument, or of CS, DS ans FS selectors
9203 if no argument is given.
9204 ( _initialize_inftarg): Add "w32" as info prefix command.
9205 Add "info w32 selector" as command calling display_selectors.
9206
9207 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9208
9209 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9210 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9211 if not defined.
9212
9213 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9214
9215 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9216
9217 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9218
9219 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9220 (arm_fix_call_dummy): Call it.
9221 (arm_call_dummy_breakpoint_offset): Delete.
9222 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9223 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9224
9225 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9226
9227 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9228 Default to func_frame_chain_valid.
9229 * gdbarch.h, gdbarch.c: Re-generate.
9230 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9231
9232 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9233
9234 * ppc-linux-nat.c: Update copyright.
9235 (fetch_register, store_register): Add tid parameter, don't compute
9236 tid here.
9237 (fetch_ppc_registers, store_ppc_registers): Add tid
9238 parameter. Pass it along to callees.
9239 (fetch_inferior_registers, store_inferior_registers): Compute tid
9240 here, and pass it to calleed functions.
9241 (fill_gregset, supply_fpregset): Clean up formatting.
9242
9243 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9244
9245 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9246 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9247
9248 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9249
9250 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9251 * gdbarch.c gdbarch.h: Regenerate.
9252 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9253 function.
9254 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9255 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9256 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9257
9258 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9259 * arm-tdep.c (arm_get_longjmp_target): New function.
9260 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9261 this to a positive value register arm_get_longjmp_target as the
9262 longjmp handler.
9263 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9264 (arm_linux_init_abi): Set up longjmp description in tdep.
9265 * armnbsd-nat.c (get_longjmp_target): Delete.
9266 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9267 description in tdep.
9268 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9269 (get_longjmp_target): Delete declaration.
9270 (GET_LONGJMP_TARGET): Delete.
9271 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9272 (GET_LONGJMP_TARGET): Delete.
9273
9274 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9275
9276 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9277 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9278 of ``current_gdbarch''.
9279
9280 2002-02-17 Tom Tromey <tromey@redhat.com>
9281
9282 * cli/cli-cmds.c (compare_strings): New function.
9283 (complete_command): Only print each unique item once.
9284 * completer.h (complete_line): Declare.
9285 * completer.c (complete_line): New function.
9286 (line_completion_function): Use it.
9287
9288 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9289
9290 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9291 * gdbarch.h, gdbarch.c: Re-generate.
9292
9293 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9294
9295 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9296
9297 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9298
9299 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9300 * valops.c (value_arg_coerce): Don't take the address of a reference
9301 to convert an argument to a reference.
9302
9303 2002-02-15 Christopher Faylor <cgf@redhat.com>
9304
9305 * win32-nat.c (get_image_name): New function.
9306 (handle_load_dll): Use get_image_name function.
9307 (get_child_debug_event): Avoid registering debug events until possibly
9308 execed process is started.
9309 (child_create_inferior): Allow invocation via shell so that command
9310 line redirection, etc. works ok.
9311 (_initialize_inftarg): Add new command: "set shell" to control whether
9312 a shell is used to start a process.
9313
9314 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9315
9316 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9317 instead of find_register_by_number.
9318 (cannot_store_register): Likewise.
9319
9320 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9321
9322 * dwarf2read.c: Replace fprintf (stderr, ...) by
9323 fprintf_unfiltered (gdb_stderr, ...).
9324
9325 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9326
9327 * gdbserver/gdbserver.1: Document --attach.
9328
9329 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9330
9331 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9332 descriptions.
9333 * arm-tdep.c (arm_default_arm_le_breakpoint)
9334 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9335 (arm_default_thumb_be_breakpoint): New. Initialize them from
9336 traditional breakpoint defines.
9337 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9338 (arm_gdbarch_init): Initialize new breakpoint variables.
9339 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9340 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9341 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9342 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9343 code out to ...
9344 (arm_netbsd_init_abi_common): ... here; new function.
9345 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9346 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9347 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9348 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9349
9350 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9351
9352 * arm-tdep.h (enum arm_abi): New enum.
9353 (struct gdbarch_tdep): New structure.
9354 (LOWEST_PC): Provide a default.
9355 (arm_gdbarch_register_os_abi): Declare new function.
9356 * arm-tdep.c (arm_abi_names): New array.
9357 (process_note_abi_tag_sections): New function.
9358 (get_elfosabi): New function.
9359 (arm_gdbarch_register_os_abi): New function.
9360 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9361 support for that ABI has been built in, then call the appropriate
9362 configuration routine. Use gdbarch_num_regs() to get the number
9363 of registers.
9364 (arm_dump_tdep): New function.
9365 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9366 place-holder functions.
9367 (_initialize_arm_tdep): Register them.
9368 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9369
9370 * armnbsd-tdep.c: New file.
9371 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9372 * config/arm/nbsd.mt (TDEPFILES): Add it.
9373 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9374
9375 * armnbsd-nat.c: Include regcache.h.
9376 * Makefile.in (armnbsd-nat.o): Update dependency list.
9377
9378 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9379
9380 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9381
9382 * gdbserver/Makefile.in: Fix typos in target rules.
9383
9384 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9385
9386 Fix part of PR gdb/267.
9387 * linespec.c (find_methods): Handle constructors specially for now.
9388
9389 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9390
9391 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9392 handling.
9393 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9394 standard_coerce_float_to_double().
9395
9396 2002-02-14 Christopher Faylor <cgf@redhat.com>
9397
9398 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9399 GDBINIT_FILENAME.
9400
9401 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9402
9403 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9404 find_variant_by_name, because it confuses the multiarch
9405 framework. Return NULL if there isn't an architecture with the
9406 user supplied name, instead of forcing a different one without
9407 recording the change with the multiarch machinery.
9408 (find_variant_by_name): Delete.
9409
9410 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9411
9412 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9413 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9414
9415 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9416
9417 * stack.c (print_frame_info_base): When calling
9418 print_frame_info_listing_hook, set current_source_symtab.
9419
9420 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9421
9422 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9423 and remove unused $(INCLUDE_DIR).
9424 Add regcache.c to OBS.
9425 Add generated register protocol files to clean target.
9426 Update dependencies for new objects, obsolete old target code.
9427
9428 * gdbserver/linux-low.c: Remove all platform-specific code to
9429 new files. Remove various dead code. Update to use regcache
9430 functionality.
9431 * gdbserver/remote-utils.c (fromhex): Add return statement
9432 to quiet warning.
9433 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9434 constant.
9435 (input_interrupt): Add integer parameter to match prototype
9436 of a signal handler.
9437 (outreg): Use register_data ().
9438 (prepare_resume_reply): Use gdbserver_expedite_regs.
9439 * gdbserver/server.c (main): Dynamically allocate own_buf because
9440 PBUFSIZ is no longer constant. Use registers_to_string () and
9441 registers_from_string ().
9442 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9443 for error (), fatal (), and warning (). Update definition of
9444 PBUFSIZ to use regcache functionality. Add include guard.
9445 * gdbserver/utils.c (fatal): Add missing ``const''.
9446 (warning): New function.
9447
9448 * regformats/regdat.sh: Include "regcache.h" in generated files.
9449 Provide init_registers () function.
9450 * regformats/regdef.h: Add prototype for set_register_cache ().
9451 Add include guard.
9452
9453 * gdbserver/linux-arm-low.c: New file.
9454 * gdbserver/linux-i386-low.c: New file.
9455 * gdbserver/linux-ia64-low.c: New file.
9456 * gdbserver/linux-m68k-low.c: New file.
9457 * gdbserver/linux-mips-low.c: New file.
9458 * gdbserver/linux-ppc-low.c: New file.
9459 * gdbserver/linux-sh-low.c: New file.
9460
9461 * gdbserver/regcache.c: New file.
9462 * gdbserver/regcache.h: New file.
9463
9464 * gdbserver/low-linux.c: Removed obsolete file.
9465
9466 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9467
9468 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9469 * config/i386/linux.mt: Likewise.
9470 * config/ia64/linux.mt: Likewise.
9471 * config/m68k/linux.mh: Likewise.
9472 * config/powerpc/linux.mh: Likewise.
9473 * config/mips/linux.mt: Likewise.
9474
9475 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9476
9477 * config/i386/i386lynx.mh: Mark gdbserver variables
9478 as (currently) obsolete for this target.
9479 * config/i386/nbsd.mt: Likewise.
9480 * config/i386/nbsdelf.mt: Likewise.
9481 * config/m32r/m32r.mt: Likewise.
9482 * config/m68k/m68klynx.mh: Likewise.
9483 * config/m68k/nbsd.mt: Likewise.
9484 * config/m68k/sun3os4.mh: Likewise.
9485 * config/mips/vr5000.mt: Likewise.
9486 * config/ns32k/nbsd.mt: Likewise.
9487 * config/pa/hppabsd.mh: Likewise.
9488 * config/pa/hppaosf.mh: Likewise.
9489 * config/powerpc/nbsd.mt: Likewise.
9490 * config/rs6000/rs6000lynx.mh: Likewise.
9491 * config/s390/s390.mt: Likewise.
9492 * config/s390/s390x.mt: Likewise.
9493 * config/sparc/sparclynx.mh: Likewise.
9494 * config/sparc/sun4os4.mh: Likewise.
9495 * config/i386/x86-64linux.mt: Likewise.
9496 * config/sparc/linux.mh: Likewise.
9497
9498 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9499
9500 * configure.tgt: Configure gdbserver only for known working
9501 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9502 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9503 SUBDIRS if it is configured. Update comment for ${nativefile}.
9504 * configure: Regenerated.
9505
9506 2002-02-13 Michael Snyder <msnyder@redhat.com>
9507
9508 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9509
9510 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9511 (default_gcore_mach): Just return 0, work around a problem in bfd.
9512 (default_gcore_target): OK to return NULL if exec_bfd is null.
9513 (make_mem_sec): Use a cast, avoid a warning.
9514
9515 * procfs.c (find_memory_regions_callback): Use a cast instead of
9516 calling host_pointer_to_address (which complains if
9517 sizeof (host pointer) != sizeof (target pointer)).
9518 (procfs_make_note_section): Avoid overflow in psargs string.
9519
9520 * procfs.c (procfs_make_note_section): Make the default
9521 implementation return an error.
9522
9523 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9524
9525 * procfs.c (procfs_make_note_section): Provide a default definition
9526 (for alpha-dec-osf4.0f). Fix typos.
9527
9528 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9529
9530 * linux-proc.c: Add include of regcache.h.
9531 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9532
9533 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9534
9535 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9536 * memattr.c (create_mem_region): Disallow useless empty region.
9537 Regions are half-open intervals, so allow [A..B) [B..C) as
9538 non-overlapping.
9539
9540 2002-02-13 Michael Chastain <mec@shout.net>
9541
9542 * defs.h: Kill CONST_PTR.
9543 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9544 * c-lang.c (c_builtin_types): Likewise.
9545 * ch-lang.c (ch_builtin_types): Likewise.
9546 * f-lang.c (f_builtin_types): Likewise.
9547 * language.c (unknown_builtin_types): Likewise.
9548 * m2-lang.c (m2_builtin_types): Likewise.
9549 * p-lang.c (pascal_builtin_types): Likewise.
9550 * scm-lang.c (c_builtin_types): Likewise.
9551
9552 2002-02-13 Keith Seitz <keiths@redhat.com>
9553
9554 * arm-tdep.h (arm_get_next_pc): Add declaration.
9555
9556 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9557
9558 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9559 with other related struct-returning functions.
9560 (arm_extract_struct_value_address): New function.
9561 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9562 initialize float_format, double_format and long_double_format as
9563 appropriate to the endianness of the target.
9564 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9565 (arm_use_struct_convention): Delete declaration.
9566 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9567
9568 2002-02-13 Keith Seitz <keiths@redhat.com>
9569
9570 * defs.h (core_addr_to_string_nz): New function.
9571
9572 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9573
9574 Apply missing bits of 2002-01-15 patch.
9575 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9576 (fill_fpregset): Use i387_fill_fsave.
9577
9578 2002-02-12 Keith Seitz <keiths@redhat.com>
9579
9580 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9581 (core_addr_to_string_nz): New function.
9582
9583 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9584
9585 * arm-linux-nat.c: Really include arm-tdep.h.
9586 * config/arm/tm-linux.h (struct type, struct value): Declare.
9587
9588 2002-02-11 Michael Snyder <msnyder@redhat.com>
9589
9590 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9591 (gcore section): Ifdef for Solaris and Unixware only.
9592 (procfs_do_thread_registers): Unixware needs one lwpstatus
9593 per thread (not one prstatus or pstatus).
9594 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9595 not over all gdb threads. For unixware, call elfcore_write_pstatus
9596 once before iterating over threads.
9597
9598 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9599
9600 * arm-tdep.h: New file.
9601 * arm-tdep.c: Include arm-tdep.h.
9602 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9603 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9604 (arm_print_float_info, arm_register_type, convert_to_extended)
9605 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9606 (arm_extract_return_value, arm_register_name): Make static.
9607 (arm_software_single_step): Similarly. Fix types in declaration.
9608 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9609 (arm_store_return_value, arm_store_struct_return): New functions.
9610 (arm_gdbarch_init): Register the above functions. Also register
9611 call_dummy_start_offset, sizeof_call_dummy_words,
9612 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9613 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9614 max_register_virtual_size, register_size. Set up
9615 prologue_cache.saved_regs here, rather than ...
9616 (_initialize_arm_tdep): ... here.
9617 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9618 declarations.
9619 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9620 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9621 (arm_print_float_info, arm_register_type, convert_to_extended)
9622 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9623 (arm_extract_return_value, arm_register_name): Delete declarations.
9624 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9625 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9626 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9627 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9628 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9629 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9630 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9631 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9632 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9633 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9634 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9635 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9636 interface.
9637 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9638 * remote-rdi.c remote-rdp.c: Likewise.
9639 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9640 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9641 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9642 definition.
9643
9644 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9645 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9646 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9647 from non-ARM_ prefixed definitions.
9648 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9649 all uses of above.
9650 * remote-rdi.c remote-rdp.c: Likewise.
9651 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9652
9653 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9654
9655 * arm-tdep.c (arm_frameless_function_invocation)
9656 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9657 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9658 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9659 (arm_pop_frame, arm_get_next_pc): Make static.
9660 (arm_gdbarch_init): Register above in gdbarch structure.
9661 (arm_read_fp): Renamed from arm_target_read_fp.
9662 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9663 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9664 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9665 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9666 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9667 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9668 (arm_pc_is_thumb_dummy): Delete declarations.
9669 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9670 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9671 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9672 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9673
9674 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9675
9676 * symtab.c (compare_search_syms): New function.
9677 (sort_search_symbols): New function.
9678 (search_symbols): Sort symbols after searching rather than
9679 before.
9680
9681 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9682
9683 * NEWS: Linux -> GNU/Linux.
9684
9685 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9686
9687 * gdbarch.sh: For for level one methods, disallow a definition
9688 when partially multi-arched. Add comments explaining rationale.
9689 * gdbarch.h: Re-generate.
9690
9691 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9692
9693 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9694 multi-arch partial.
9695
9696 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9697
9698 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9699 field. Use diff -u.
9700 * gdbarch.c: Re-generate.
9701
9702 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9703
9704 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9705 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9706 partial.
9707
9708 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9709
9710 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9711 multi-arch partial.
9712 (PUSH_ARGUMENTS): Switch to using predefault.
9713 * gdbarch.c: Regenerate.
9714
9715 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9716
9717 * valops.c (PUSH_ARGUMENTS): Delete definition.
9718 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9719 partial. Default to default_push_arguments.
9720 * gdbarch.h, gdbarch.c: Regenerate.
9721
9722 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9723
9724 * defs.h (throw_exception): Rename return_to_top_level. Update
9725 comments.
9726 * utils.c (error_stream, internal_verror, quit): Ditto.
9727 * top.c (throw_exception, catcher): Ditto.
9728 * sparclet-rom.c (sparclet_load): Ditto.
9729 * remote.c (interrupt_query, minitelnet): Ditto.
9730 * remote-sds.c (interrupt_query): Ditto.
9731 * remote-mips.c (mips_error, mips_kill): Ditto.
9732 * ocd.c (interrupt_query): Ditto.
9733 * monitor.c (monitor_interrupt_query): Ditto.
9734 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9735 * target.h: Update comment.
9736
9737 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9738
9739 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9740
9741 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9742 default_double_format.
9743 * gdbarch.h, gdbarch.c: Re-generate.
9744 * findvar.c (floatformat_unknown): Delete variable definition.
9745 * doublest.h (floatformat_unknown): Delete variable declaration.
9746
9747 2002-02-09 Jim Blandy <jimb@redhat.com>
9748
9749 * stabsread.c (read_type): Add code to parse Sun's syntax for
9750 prototyped function types.
9751
9752 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9753
9754 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9755 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9756
9757 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9758
9759 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9760 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9761 now _initialize_xcoffsolib gets called again and overrides the
9762 commands from solib.c in a native configuration.
9763
9764 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9765
9766 * doublest.c (store_typed_floating): Don't try to return a value.
9767 Fixes PR gdb/290.
9768
9769 2002-02-08 Jim Blandy <jimb@redhat.com>
9770
9771 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9772 is prototyped and has no arguments, print its argument list as
9773 `(void)'.
9774
9775 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9776
9777 * MAINTAINERS (write-after-approval): Add myself.
9778 (paper-trail): I've escaped!
9779
9780 2002-02-08 Christopher Faylor <cgf@redhat.com>
9781
9782 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9783 changes.
9784 (_initialize_check_for_gdb_ini): Ditto.
9785
9786 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9787
9788 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9789 xaprintf -> xasprintf.
9790
9791 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9792
9793 * win32-nat.c: Remove use of printf and sprintf functions.
9794
9795 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9796
9797 * arm-tdep.c (arm_frame_chain_valid): Make static.
9798 (arm_push_arguments): Likewise.
9799 (arm_gdbarch_init): New function.
9800 (_initialize_arm_tdep): Call it.
9801 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9802 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9803 (FRAME_CHAIN_VALID): Delete.
9804 (arm_frame_chain_valid): Delete declaration.
9805 (PUSH_ARGUMENTS): Delete.
9806 (arm_push_arguments): Delete declaration.
9807 (CALL_DUMMY_P): Delete.
9808
9809 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9810 Corinna Vinschen <vinschen@redhat.com>
9811
9812 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9813 on builtin float types.
9814
9815 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9816
9817 * utils.c: Include <curses.h> before "bfd.h".
9818 * tui/tui-hooks.c: Likewise.
9819 * tui/tui.c: Likewise.
9820 * tui/tuiCommand.c: Likewise.
9821 * tui/tuiData.c: Likewise.
9822 * tui/tuiDataWin.c: Likewise.
9823 * tui/tuiDisassem.c: Likewise.
9824 * tui/tuiGeneralWin.c: Likewise.
9825 * tui/tuiIO.c: Likewise.
9826 * tui/tuiLayout.c: Likewise.
9827 * tui/tuiRegs.c: Likewise.
9828 * tui/tuiSource.c: Likewise.
9829 * tui/tuiSourceWin.c: Likewise.
9830 * tui/tuiStack.c: Likewise.
9831 * tui/tuiWin.c: Likewise.
9832
9833 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9834
9835 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9836 to include space for pseudoregs as well. Update loops accordingly.
9837 (sh_fp_frame_init_saved_regs): Ditto.
9838 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9839
9840 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9841
9842 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9843 Add Richard Earnshaw to Arm maintainers.
9844
9845 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9846
9847 * defs.h (warning_begin): Delete declaration.
9848
9849 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9850 Delete macro.
9851
9852 2002-02-07 Michael Snyder <msnyder@redhat.com>
9853
9854 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9855 Logic bug, remove misplaced else.
9856
9857 2002-02-07 Klee Dienes <klee@apple.com>
9858
9859 * fork-inferior.c (fork_inferior): Add '!' to the list of
9860 characters that need to be quoted when building a string for the
9861 shell. Quote '!' specifically with a backslash, since CSH chokes
9862 when trying to evaluate "str!str".
9863
9864 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9865
9866 * rdi-share/host.h: Only provide a typedef for bool if it is not
9867 defined.
9868
9869 2002-02-04 Michael Snyder <msnyder@redhat.com>
9870
9871 * breakpoint.h (enum bptype): Add new overlay event bp type.
9872 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9873
9874 * breakpoint.c (create_internal_breakpoint): New function.
9875 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9876 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9877 (create_thread_event_breakpoint): Ditto.
9878 (create_solib_event_breakpoint): Ditto.
9879 (create_overlay_event_breakpoint): New function.
9880 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9881 (update_breakpoints_after_exec): Delete and re-initialize
9882 overlay event breakpoints after an exec. Add FIXME comment
9883 about longjmp breakpoint.
9884 (print_it_typical): Ignore overlay event breakpoints.
9885 (print_one_breakpoint): Ditto.
9886 (mention): Ditto.
9887 (bpstat_what): Do not stop for overlay event breakpoints.
9888 (delete_breakpoint): Don't delete overlay event breakpoints.
9889 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9890 (breakpoint_re_set): Re-create overlay event breakpoint.
9891
9892 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9893 (overlay_manual_command): Disable overlay breakpoints.
9894 (overlay_off_command): Disable overlay breakpoints.
9895
9896 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9897
9898 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9899 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9900 to here from config/tm-arm.h.
9901 (coff_sym_is_thumb): Make static.
9902 (arm_elf_make_msymbol_special): New function.
9903 (arm_coff_make_msymbol_special): New function.
9904 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9905 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9906 (coff_sym_is_thumb): Delete declaration.
9907 (arm_elf_make_msymbol_special): Declare.
9908 (arm_coff_make_msymbol_special): Declare.
9909 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9910 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9911
9912 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9913
9914 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9915
9916 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9917
9918 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9919 * gdbarch.c gdbarch.h: Regenerate.
9920 * arch-utils.c (default_print_float_info): New function.
9921 * arch-utils.h (default_print_float_info): Prototype it.
9922 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9923 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9924 (PRINT_FLOAT_INFO): Document it.
9925
9926 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9927 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9928 (PRINT_FLOAT_INFO): Define.
9929
9930 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9931
9932 * win32-nat.c (_initialize_check_for_gdb_ini):
9933 Add typecast to sprintf argument to suppress a warning.
9934
9935 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9936
9937 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9938 to allow easier handling of pass state.
9939 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9940 that gives exception name and address.
9941 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9942 and set last_sig value to ourstatus->value.sig. Some missing
9943 exceptions added.
9944 (child_continue): Correctly report continue_status.
9945 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9946 TARGET_SIGNAL_0 (new default value).
9947 (child_resume): consider sig argument passed to decide if
9948 the exception should be passed to debuggee or not.
9949
9950 2002-02-05 Michael Snyder <msnyder@redhat.com>
9951
9952 * regcache.c (fetch_register): Call target_fetch_register
9953 only if we don't call FETCH_PSEUDO_REGISTER.
9954 (store_register): Call target_store_register only if we
9955 don't call STORE_PSEUDO_REGISTER.
9956
9957 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9958
9959 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9960 ELF_MAKE_MSYMBOL_SPECIAL.
9961 * gdbarch.c, gdbarch.h: Regenerate.
9962 * arch-utils.c (default_make_msymbol_special): New function.
9963 * arch-utils.h (default_make_msymbol_special): Export.
9964 * elfread.c (elf_symtab_read): Compile use of
9965 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9966 multiarched.
9967 * coffread.c (coff_symtab_read): Ditto, for
9968 COFF_MAKE_MSYMBOL_SPECIAL.
9969
9970 2002-02-05 Jim Blandy <jimb@redhat.com>
9971
9972 * solib-svr4.c (svr4_truncate_ptr): New function.
9973 (svr4_relocate_section_addresses): Do the address arithmetic with
9974 the appropriate truncation for target addresses, even when
9975 CORE_ADDR is larger than a target address.
9976
9977 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9978
9979 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9980 to (int *).
9981
9982 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9983
9984 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9985 code.
9986
9987 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9988
9989 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9990
9991 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9992
9993 * gdbserver/linux-low.c: Remove unused include files.
9994
9995 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9996
9997 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9998 (read_inferior_memory): Use it.
9999 (write_inferior_memory): Likewise.
10000
10001 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10002
10003 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10004 grubbing through sys_errlist.
10005
10006 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10007
10008 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10009
10010 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10011 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10012
10013 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10014
10015 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10016 (do_sfunc, set_cmd_sfunc): New functions.
10017
10018 * command.h (struct cmd_list_element): Add field func.
10019 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10020 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10021 * cli/cli-decode.h: Ditto.
10022
10023 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10024 (help_all, help_cmd_list): Ditto.
10025 (find_cmd, complete_on_cmdlist): Ditto.
10026 * top.c (execute_command): Ditto.
10027
10028 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10029 function.sfunc.
10030
10031 * infcmd.c (notice_args_read): Fix function signature.
10032
10033 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10034 * cli/cli-decode.c (add_set_cmd): Ditto.
10035 * utils.c (initialize_utils): Ditto.
10036 * maint.c (_initialize_maint_cmds): Ditto.
10037 * infrun.c (_initialize_infrun): Ditto.
10038 * demangle.c (_initialize_demangler): Ditto.
10039 * remote.c (add_packet_config_cmd): Ditto.
10040 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10041 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10042 * proc-api.c (_initialize_proc_api): Ditto.
10043 * kod.c (_initialize_kod): Ditto.
10044 * valprint.c (_initialize_valprint): Ditto.
10045 * top.c (init_main): Ditto.
10046 * infcmd.c (_initialize_infcmd): Ditto.
10047 * corefile.c (_initialize_core): Ditto.
10048 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10049 * arch-utils.c (initialize_current_architecture): Ditto.
10050 (_initialize_gdbarch_utils): Ditto.
10051 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10052
10053 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10054 * wince.c (_initialize_inftarg): Ditto.
10055 * symfile.c (_initialize_symfile): Ditto.
10056 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10057 * language.c (_initialize_language): Ditto.
10058 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10059
10060 2002-02-04 Michael Snyder <msnyder@redhat.com>
10061
10062 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10063
10064 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10065
10066 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10067 Add rules for building the register data files.
10068
10069 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10070
10071 * regformats/regdat.sh: Add braces to the definition of
10072 expedite_regs_${arch}.
10073
10074 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10075
10076 * regformats/regdef.h (struct reg): Add comment describing the
10077 requirements for offset and size fields.
10078
10079 2002-02-04 Andreas Schwab <schwab@suse.de>
10080
10081 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10082 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10083
10084 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10085
10086 * gdbarch.sh (copyright): Update years in generated header.
10087 (SMASH_TEXT_ADDRESS): Add rule.
10088 * gdbarch.h, gdbarch.c: Re-generate.
10089 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10090 * dbxread.c: Likewise.
10091 * dwarfread.c: Likewise.
10092 * elfread.c: Likewise.
10093 * somread.c: Likewise.
10094
10095 * arm-tdep.c (arm_smash_text_address): New function.
10096 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10097
10098 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10099
10100 Add support for hardware watchpoints on win32 native.
10101 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10102 CONTEXT_DEBUG_REGISTERS.
10103 (dr variable): New variable. Static array containing a local copy
10104 of debug registers.
10105 (debug_registers_changed): New variable. Reflects when debug registers
10106 are changed and need to be written to inferior.
10107 (debug_registers_used): New variable. Reflects when any debug register
10108 was set, used when new threads are created.
10109 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10110 i386-nat code.
10111 (thread_rec): Set dr array if id is the thread of current_event .
10112 (child_continue, child_resume): Change the debug registers for all
10113 threads if debug_registers_changed.
10114 (child_add_thread): Change the debug registers if debug_registers_used.
10115 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10116 Link nm.h to new nm-cygwin.h file.
10117 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10118 of hardware registers.
10119
10120 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10121
10122 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10123 Restore behavour broken by 2002-01-20 Andrew Cagney
10124 <ac131313@redhat.com> IEEE_FLOAT removal.
10125
10126 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10127
10128 * c-valprint.c (c_val_print): Pass a proper valaddr to
10129 cp_print_class_method.
10130 * valops.c (search_struct_method): If there is only one method
10131 and args is NULL, return that method.
10132
10133 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10134
10135 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10136 accessing tag_name directly.
10137
10138 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10139
10140 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10141 of accessing tag_name directly.
10142
10143 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10144
10145 PR gdb/280
10146 * gdbtypes.c (replace_type): New function.
10147 * gdbtypes.h (replace_type): Add prototype.
10148 * stabsread.c (read_type): Use replace_type.
10149
10150 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10151
10152 * Makefile.in (memattr.o): Add missing dependencies rule.
10153
10154 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10155
10156 * breakpoint.c (break_at_finish_command): Really export.
10157 (break_at_finish_at_depth_command): Ditto.
10158 (tbreak_at_finish_command): Ditto.
10159 * hppa-tdep.c: Include completer.h.
10160 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10161 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10162
10163 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10164
10165 * utils.c (do_write): New function.
10166 (error_stream): Rewrite combining the code from error_begin and
10167 verror.
10168 (verror): Rewrite using error_stream.
10169 (error_begin): Delete function.
10170
10171 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10172
10173 * utils.c (error_begin): Make static.
10174 * defs.h (error_begin): Delete declaration.
10175
10176 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10177 (decode_line_1): Use cplusplus_error instead of error_begin,
10178 cplusplus_hint and return_to_top_level.
10179 * coffread.c (coff_symfile_read): Use error instead of error_begin
10180 and return_to_top_level.
10181 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10182
10183 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10184
10185 * language.h (type_error, range_error): Make string parameter
10186 constant.
10187 * language.c (warning_pre_print): Delete extern declaration.
10188 * dwarfread.c (warning_pre_print): Ditto.
10189 * language.c (type_error, range_error): Rewrite to use verror and
10190 vwarning instead of warning_begin.
10191
10192 2002-02-01 Michael Snyder <msnyder@redhat.com>
10193
10194 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10195 (set_ignore_count): Move misplaced comment back where it belongs.
10196
10197 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10198
10199 * command.h (NO_FUNCTION): Delete macro.
10200 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10201 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10202 * tracepoint.c (_initialize_tracepoint): Ditto.
10203 * cli/cli-decode.c (add_set_cmd): Ditto.
10204 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10205
10206 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10207
10208 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10209 Update ``this'' pointer when calling virtual functions.
10210
10211 2002-02-01 Michael Snyder <msnyder@redhat.com>
10212
10213 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10214 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10215
10216 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10217
10218 * regformats/reg-arm.dat: New file.
10219 * regformats/reg-i386.dat: New file.
10220 * regformats/reg-ia64.dat: New file.
10221 * regformats/reg-m68k.dat: New file.
10222 * regformats/reg-mips.dat: New file.
10223 * regformats/reg-ppc.dat: New file.
10224 * regformats/reg-sh.dat: New file.
10225 * regformats/regdef.h: New file.
10226 * regformats/regdat.sh: New file.
10227
10228 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10229
10230 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10231 (arm_frame_args_address, arm_frame_locals_address): New functions.
10232 (arm_frame_num_args): New function.
10233 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10234 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10235 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10236
10237 2002-01-31 Michael Snyder <msnyder@redhat.com>
10238
10239 * breakpoint.c (break_at_finish_command): Export.
10240 (break_at_finish_at_depth_command): Export.
10241 (tbreak_at_finish_command): Export.
10242 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10243 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10244 "tbreak" commands, which are HPPA specific.
10245
10246 * printcmd.c (disassemble_command): Remove an ancient
10247 artifact of an old merge.
10248
10249 * symfile.h (enum overlay_debugging_state):
10250 Define enum constant values for overlay mode.
10251 * symfile.c (overlay_debugging): Use enums instead of literals.
10252 (overlay_is_mapped, overlay_auto_command,
10253 overlay_manual_command): Ditto.
10254
10255 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10256 breakpoint_here_p, breakpoint_inserted_here_p,
10257 breakpoint_thread_match, bpstat_stop_status,
10258 describe_other_breakpoints, check_duplicates, clear_command):
10259 Coding standard fixes.
10260
10261 * target.c (target_xfer_memory): Add spaces, coding standard.
10262 (do_xfer_memory): Add missing line to trust-readonly
10263 code: check bfd SEC_READONLY flag for section.
10264
10265 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10266
10267 * PROBLEMS: Fix typo, 5.1->5.1.1.
10268
10269 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10270
10271 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10272 data symbols, since we search based on textlow and texthigh.
10273 (find_pc_sect_symtab): Likewise.
10274
10275 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10276
10277 * defs.h (vwarning): Declare.
10278 * utils.c (vwarning): New function.
10279 (warning): Call vwarning.
10280 (warning_begin): Delete function.
10281
10282 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10283 the warning message.
10284 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10285 warning_begin.
10286
10287 2002-01-30 Michael Snyder <msnyder@redhat.com>
10288
10289 * NEWS: Mention "set trust-readonly-sections" command.
10290 Mention generate-core-file command.
10291
10292 2002-01-15 Michael Snyder <msnyder@redhat.com>
10293
10294 * target.c: New command, "set trust-readonly-sections on".
10295 (do_xfer_memory): Honor the suggestion to trust readonly sections
10296 by reading them from the object file instead of from the target.
10297 (initialize_targets): Register command "set trust-readonly-sections".
10298
10299 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10300
10301 * parse.c (target_map_name_to_register): Simplify, search regs and
10302 pseudo-regs using a single loop.
10303
10304 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10305
10306 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10307
10308 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10309
10310 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10311 * config/i386/i386v42mp.mh: Add i387-nat.o .
10312 * i386v4-nat.c: Include i387-nat.h.
10313 (supply_fpregset): Use i387_supply_fsave.
10314 (fill_fpregset): Use i387_fill_fsave.
10315
10316 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10317
10318 * arm-tdep.c (arm_call_dummy_words): Define.
10319 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10320 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10321 (CALL_DUMMY_WORDS): Define.
10322 (arm_call_dummy_words): Declare.
10323 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10324 (arm_linux_call_dummy_words): Declare.
10325
10326 2002-01-30 Andreas Schwab <schwab@suse.de>
10327
10328 * m68klinux-nat.c: Fix last change to use regcache_collect
10329 instead of referencing registers[] directly.
10330
10331 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10332
10333 * parse.c (target_map_name_to_register): Delete code wrapped in
10334 #ifdef REGISTER_NAME_ALIAS_HOOK.
10335
10336 2002-01-28 Michael Snyder <msnyder@redhat.com>
10337
10338 * regcache.c (legacy_read_register_gen): Need to be able to
10339 read pseudo-register as well as real register.
10340 (legacy_write_register_gen): Ditto.
10341
10342 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10343
10344 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10345 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10346 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10347 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10348 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10349 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10350 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10351 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10352 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10353 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10354 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10355 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10356 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10357 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10358 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10359 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10360 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10361 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10362 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10363 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10364
10365 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10366
10367 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10368 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10369 (initialize_current_architecture): Update target_byte_order using
10370 information from BFD.
10371 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10372 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10373
10374 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10375
10376 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10377 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10378
10379 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10380 #ifdef INVALID_FLOAT.
10381 * infcmd.c (do_registers_info): Ditto.
10382 * values.c (unpack_double): Ditto. Add comment.
10383
10384 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10385 already commented out.
10386
10387 2002-01-26 Andreas Schwab <schwab@suse.de>
10388
10389 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10390 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10391 registers and add support for PTRACE_GETREGS.
10392
10393 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10394
10395 GDB 5.1.1 released from 5.1 branch.
10396 * NEWS: Add 5.1.1 news.
10397 * README: Sync with 5.1 branch.
10398
10399 2002-01-23 Fred Fish <fnf@redhat.com>
10400
10401 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10402 stabstring on initial malloc. Reallocing will copy it for us,
10403 if necessary.
10404
10405 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10406
10407 * Makefile.in (hpread_h): Delete.
10408 (HFILES_NO_SRCDIR): Remove hpread.h.
10409 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10410 (hpread.o): Update dependencies.
10411 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10412
10413 * hp-psymtab-read.c: Remove file.
10414 * hp-symtab-read.c: Remove file.
10415 * hpread.h: Remove file.
10416
10417 * hpread.c: Merge all contents of hp-psymtab-read.c,
10418 hp-symtab-read.c and hpread.h into this file, as it was prior to
10419 January 1999.
10420
10421 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10422 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10423 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10424 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10425
10426 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10427
10428 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10429 fill_gregset): Call gdbarch_tdep() just once, assign result to
10430 variable and use that, instead of calling the function several
10431 times.
10432
10433 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10434
10435 * configure.host: Accept sparcv9 as alias for sparc64.
10436 * configure.tgt: Likewise.
10437
10438 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10439
10440 * solib-aix5.c (build_so_list_from_mapfile)
10441 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10442 arguments is not reversed.
10443 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10444 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10445
10446 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10447
10448 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10449 modified version of obsolete sh_fetch_pseudo_register.
10450 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10451 (sh4_register_read): New function.
10452 (sh_pseudo_register_write): New function. Renamed and modified
10453 version of obsolete sh_store_pseudo_register.
10454 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10455 (sh4_register_write): New function.
10456 (sh_gdbarch_init): Remove setting of gdbarch function
10457 fetch_pseudo_register and store_pseudo_register. Remove setting of
10458 register_convert_to_raw, register_convert_to_virtual,
10459 register_convertible.
10460 (sh_sh4_register_convertible): Delete. No longer needed. All is
10461 taken care by architecture specific functions
10462 register_read/register_write.
10463 (sh_sh4_register_convert_to_virtual): Make static.
10464 (sh_sh4_register_convert_to_raw): Ditto.
10465
10466 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10467
10468 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10469 (floatformat_is_nan, floatformat_mantissa): Ditto.
10470
10471 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10472 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10473 builtin_type_ieee_double_little,
10474 builtin_type_ieee_double_littlebyte_bigword,
10475 builtin_type_m68881_ext, builtin_type_i960_ext,
10476 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10477 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10478 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10479 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10480
10481 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10482
10483 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10484 parameter. Set frameless flag if it exists and depended of
10485 whether the scanned function is frameless or not.
10486 (xstormy16_skip_prologue): If function is frameless, return
10487 result of xstormy16_scan_prologue().
10488 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10489 call.
10490
10491 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10492
10493 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10494 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10495 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10496 sh_sh4_register_byte, sh_sh4_register_raw_size,
10497 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10498 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10499 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10500 sh_store_pseudo_register, sh_do_pseudo_register): Call
10501 gdbarch_tdep() just once, assign result to variable and use that,
10502 instead of calling the function several times.
10503
10504 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10505
10506 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10507 macros instead of LAST_FPU_CTRL_REGNUM.
10508 (store_register): Likewise.
10509
10510 2002-01-21 Jim Blandy <jimb@redhat.com>
10511
10512 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10513 is up-to-date before running the program, not just when a program
10514 exits.
10515
10516 2002-01-21 Fred Fish <fnf@redhat.com>
10517
10518 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10519 when we have found all instructions we are looking for.
10520
10521 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10522
10523 * arm-tdep.c (arm_register_name): New function.
10524 (arm_registers_names): Make static.
10525 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10526 (arm_register_name): Declare.
10527 (REGISTER_NAME): Use it.
10528
10529 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10530 Kevin Buettner <kevinb@redhat.com>
10531
10532 Convert arm targets to new FRAME interface.
10533 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10534 (arm_frame_find_save_regs): Delete.
10535 (arm_frame_init_saved_regs): New.
10536 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10537 Allocate extra_info as required. Convert all uses of fsr.regs
10538 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10539 to use extra_info.
10540 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10541 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10542 (check_prologue_cache, save_prologue_cache): Likewise.
10543 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10544 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10545 (FRAME_FIND_SAVED_REGS): Delete.
10546 (arm_frame_find_saved_regs): Delete prototype.
10547 (arm_frame_init_saved_regs): New prototype.
10548 (FRAME_INIT_SAVED_REGS): Define.
10549
10550 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10551
10552 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10553
10554 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10555
10556 From Jeff Law <law@redhat.com>:
10557 * infttrace.c: Include <sys/pstat.h>.
10558 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10559 exec file if the ttrace equivalent fails.
10560
10561 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10562
10563 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10564 (closeLogFile): Ditto.
10565
10566 2002-01-20 Michael Chastain <mec@shout.net>
10567
10568 * top.c (print_gdb_version): Bump copyright year to 2002.
10569
10570 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10571
10572 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10573 Zannoni and Eli Zaretskii.
10574
10575 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10576
10577 * buildsym.c: Update copyright years.
10578 * c-typeprint.c: Likewise.
10579 * dwarf2read.c: Likewise.
10580 * f-typeprint.c: Likewise.
10581 * gdbtypes.c: Likewise.
10582 * gdbtypes.h: Likewise.
10583 * hp-symtab-read.c: Likewise.
10584 * hpread.c: Likewise.
10585 * mdebugread.c: Likewise.
10586 * p-typeprint.c: Likewise.
10587
10588 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10589
10590 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10591 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10592 byte-order selectable.
10593 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10594 * arch-utils.c: Ditto.
10595 (set_endian): Ditto.
10596 (set_endian_from_file): Ditto.
10597 * gdbserver/low-sim.c (create_inferior): Ditto.
10598 * gdbarch.sh: Ditto.
10599 * gdbarch.h: Re-generate.
10600 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10601 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10602 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10603 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10604 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10605 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10606 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10607 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10608 macro definition.
10609 * config/mips/tm-wince.h: Remove #undef of macro
10610 TARGET_BYTE_ORDER_SELECTABLE.
10611 * config/sh/tm-wince.h: Ditto.
10612
10613 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10614
10615 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10616 member function fields. Add accessor macro
10617 TYPE_FN_FIELD_ARTIFICIAL.
10618 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10619 * c-typeprint.c (c_type_print_base): Skip artificial member
10620 functions.
10621
10622 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10623
10624 * f-typeprint.c: Delete unused function f_type_print_args.
10625 * p-typeprint.c: Delete unused function pascal_type_print_args.
10626
10627 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10628
10629 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10630 comment. Add ``artificial'' to ``union field_location''.
10631
10632 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10633
10634 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10635 * mdebugread.c (parse_symbol): Likewise.
10636 * stabsread.c (define_symbol): Likewise.
10637 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10638 initializing TYPE_FIELD_BITPOS to n (obsolete).
10639 (hpread_doc_function_type): Likewise.
10640 * hpread.c (hpread_function_type): Likewise.
10641
10642 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10643
10644 * configure.in (host_makefile_frag): Only require a host makefile
10645 fragment when a native build.
10646 * configure: Re-generate.
10647
10648 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10649
10650 * doublest.h (floatformat_from_type): Declare.
10651 * doublest.c (floatformat_from_type): New function.
10652 (convert_typed_floating): Use.
10653
10654 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10655 call to function floatformat_from_type.
10656
10657 * gdbarch.sh (IEEE_FLOAT): Delete.
10658 * gdbarch.h, gdbarch.c: Re-generate.
10659 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10660 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10661 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10662 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10663 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10664 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10665 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10666 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10667 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10668 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10669 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10670 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10671
10672 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10673 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10674 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10675 * sh-tdep.c (sh_gdbarch_init): Ditto.
10676 * mips-tdep.c (mips_gdbarch_init): Ditto.
10677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10678 * cris-tdep.c (cris_gdbarch_init): Ditto.
10679
10680 2002-01-20 Jiri Smid <smid@suse.cz>
10681
10682 * configure.host, configure.tgt: Support x86-64.
10683 * NEWS: Note new target x86-64.
10684
10685 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10686 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10687 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10688 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10689 x86-64-linux-nat.o): Fix dependencies.
10690
10691 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10692
10693 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10694 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10695 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10696 * config/sparc/xm-sun4os4.h: Delete file.
10697 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10698
10699 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10700
10701 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10702 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10703 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10704 * config/i386/i386lynx.mh (XM_FILE): Delete.
10705 * config/rs6000/xm-rs6000ly.h: Delete file.
10706 * config/sparc/xm-sparclynx.h: Delete file.
10707 * config/m68k/xm-m68klynx.h: Delete file.
10708 * config/i386/xm-i386lynx.h: Delete file.
10709 * config/xm-lynx.h: Delete file.
10710 * config/djgpp/fnchange.lst: Update.
10711
10712 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10713
10714 * alpha-tdep.c (alpha_register_byte): New function.
10715 (alpha_register_raw_size): Ditto.
10716 (alpha_register_virtual_size): Ditto.
10717 (alpha_skip_prologue_internal): Renamed from
10718 alpha_skip_prologue.
10719 (alpha_skip_prologue): New version that calls
10720 alpha_skip_prologue_internal.
10721 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10722 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10723 second argument from alpha_skip_prologue.
10724 (REGISTER_BYTE): Use alpha_register_byte.
10725 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10726 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10727 (FRAMELESS_FUNCTION_INVOCATION): Use
10728 generic_frameless_function_invocation_not.
10729 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10730 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10731
10732 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10733
10734 * config/mips/xm-news-mips.h: Delete file.
10735 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10736
10737 * config/m88k/xm-m88k.h: Delete file.
10738 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10739 * config/m88k/xm-delta88v4.h: Ditto.
10740 * config/m88k/xm-delta88.h: Ditto.
10741
10742 * config/alpha/xm-fbsd.h: Delete file.
10743 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10744
10745 * config/sparc/xm-sparc.h: Delete file.
10746 * Makefile.in (xm-sun4os4.h): Delete dependency.
10747 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10748 * config/sparc/xm-sun4os4.h: Ditto.
10749 * config/sparc/xm-linux.h: Ditto.
10750
10751 * config/i386/xm-windows.h: Delete file.
10752
10753 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10754
10755 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10756 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10757
10758 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10759
10760 * alpha-tdep.c (alpha_call_dummy_words): New.
10761 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10762 (CALL_DUMMY_P): Define.
10763 (CALL_DUMMY_WORDS): Define.
10764 (SIZEOF_CALL_DUMMY_WORDS): Define.
10765
10766 2002-01-19 Per Bothner <per@bothner.com>
10767
10768 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10769 isn't NULL, which can happen with some gcj-3.x-produced code.
10770
10771 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10772
10773 * alpha-tdep.c (alpha_register_virtual_type): New function.
10774 (alpha_init_frame_pc_first): Ditto.
10775 (alpha_fix_call_dummy): Ditto.
10776 (alpha_store_struct_return): Ditto.
10777 (alpha_extract_struct_value_address): Ditto.
10778 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10779 alpha_register_virtual_type.
10780 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10781 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10782 alpha_extract_struct_value_address.
10783 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10784 (INIT_FRAME_PC): Use init_frame_pc_noop.
10785 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10786
10787 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10788
10789 * i386gnu-nat.c: Include "i386-tdep.h".
10790 (fetch_fpregs): Simplify code dealing with uninitialized floating
10791 point states such that it doesn't require FP7_REGNUM.
10792
10793 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10794
10795 * alpha-tdep.c (frame_extra_info): New.
10796 (alpha_find_saved_regs): Make static. Use
10797 frame->extra_info.
10798 (alpha_frame_init_saved_regs): New function.
10799 (alpha_frame_saved_pc): Use frame->extra_info.
10800 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10801 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10802 (init_extra_frame_info): Rename to...
10803 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10804 (alpha_print_extra_frame_info): New function.
10805 (alpha_frame_locals_address): Ditto.
10806 (alpha_frame_args_address): Ditto.
10807 (alpha_pop_frame): Use frame->extra_info.
10808 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10809 alpha_frame_args_address.
10810 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10811 (alpha_find_saved_regs): Remove prototype.
10812 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10813 (EXTRA_FRAME_INFO): Remove.
10814 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10815 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10816
10817 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10818
10819 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10820 (alpha_cannot_fetch_register): Ditto.
10821 (alpha_cannot_store_register): Ditto.
10822 (alpha_register_convertible): Ditto.
10823 (alpha_use_struct_convention): Ditto.
10824 * config/alpha/tm-alpha.h: Update copyright years.
10825 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10826 (INNER_THAN): Use core_addr_lessthan.
10827 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10828 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10829 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10830 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10831 (FRAME_CHAIN): Remove unnecessary cast.
10832
10833 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10834
10835 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10836 obsolete.
10837
10838 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10839
10840 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10841 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10842 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10843 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10844 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10845 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10846 * x86-64-linux-nat.c: Ditto.
10847
10848 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10849
10850 * alpha-tdep.c (alpha_register_name): New function.
10851 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10852 (REGISTER_NAME): Define.
10853
10854 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10855
10856 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10857
10858 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10859
10860 * alpha-tdep.c: Update copyright years.
10861 (alpha_next_pc): New function.
10862 (alpha_software_single_step): Ditto.
10863 * config/alpha/tm-alpha.h: Add prototype for
10864 alpha_software_single_step.
10865
10866 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10867
10868 * alphabsd-nat.c: Update copyright years.
10869 (fill_gregset): Use regcache_collect.
10870 (fill_fpregset): Likewise.
10871 (fetch_inferior_registers): Only fetch integer registers
10872 if requested to do so.
10873 (store_inferior_registers): Only store integer registers
10874 if requested to do so.
10875
10876 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10877
10878 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10879 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10880 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10881 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10882 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10883 * config/arm/linux.mh (XDEPFILES): Delete.
10884 * config/arm/nbsd.mh (XDEPFILES): Delete.
10885 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10886 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10887 * config/i386/i386m3.mh (XDEPFILES): Delete.
10888 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10889 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10890 * config/i386/fbsd.mh (XDEPFILES): Delete.
10891 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10892 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10893 * config/i386/i386v4.mh (XDEPFILES): Delete.
10894 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10895 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10896 * config/i386/i386aix.mh (XDEPFILES): Delete.
10897 * config/i386/go32.mh (XDEPFILES): Delete.
10898 * config/i386/cygwin.mh (XDEPFILES): Delete.
10899 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10900 * config/i386/i386mach.mh (XDEPFILES): Delete.
10901 * config/i386/i386v32.mh (XDEPFILES): Delete.
10902 * config/i386/linux.mh (XDEPFILES): Delete.
10903 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10904 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10905 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10906 * config/i386/i386sco.mh (XDEPFILES): Delete.
10907 * config/i386/i386v.mh (XDEPFILES): Delete.
10908 * config/i386/nbsd.mh (XDEPFILES): Delete.
10909 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10910 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10911 * config/i386/symmetry.mh (XDEPFILES): Delete.
10912 * config/i386/obsd.mh (XDEPFILES): Delete.
10913 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10914 * config/ia64/linux.mh (XDEPFILES): Delete.
10915 * config/ia64/aix.mh (XDEPFILES): Delete.
10916 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10917 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10918 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10919 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10920 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10921 * config/m68k/linux.mh (XDEPFILES): Delete.
10922 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10923 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10924 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10925 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10926 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10927 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10928 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10929 * config/m88k/delta88.mh (XDEPFILES): Delete.
10930 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10931 * config/m88k/m88k.mh (XDEPFILES): Delete.
10932 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10933 * config/mips/linux.mh (XDEPFILES): Delete.
10934 * config/mips/irix6.mh (XDEPFILES): Delete.
10935 * config/mips/irix5.mh (XDEPFILES): Delete.
10936 * config/mips/irix4.mh (XDEPFILES): Delete.
10937 * config/mips/irix3.mh (XDEPFILES): Delete.
10938 * config/mips/decstation.mh (XDEPFILES): Delete.
10939 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10940 (NATDEPFILES): Move core-aout.o to here.
10941 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10942 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10943 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10944 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10945 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10946 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10947 * config/pa/hpux11.mh (XDEPFILES): Delete.
10948 * config/powerpc/aix.mh (XDEPFILES): Delete.
10949 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10950 * config/powerpc/linux.mh (XDEPFILES): Delete.
10951 * config/romp/rtbsd.mh: Rename XDEPFILES.
10952 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10953 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10954 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10955 * config/s390/s390.mh (XDEPFILES): Delete.
10956 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10957 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10958 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10959 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10960 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10961 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10962 * config/sparc/linux.mh (XDEPFILES): Delete.
10963 * config/vax/vaxult.mh (XDEPFILES): Delete.
10964 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10965 * Makefile.in (DEPFILES): Remove XDEPFILES.
10966
10967 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10968
10969 * utils.c (internal_verror): Fix comments, default is yes not no.
10970 Update queries to match. Default to quit and dump core.
10971
10972 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10973
10974 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10975 copyright.
10976 * defs.h, event-top.c, gdbcmd.h: Ditto.
10977 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10978 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10979 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10980 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10981 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10982 * mi/mi-main.c:Ditto.
10983
10984 * stack.c, symfile.c: Update copyright.
10985
10986 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10987
10988 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10989 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10990 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10991 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10992
10993 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10994
10995 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10996 * gdbserver/low-lynx.c (myattach): Likewise.
10997 * gdbserver/low-nbsd.c (myattach): Likewise.
10998 * gdbserver/low-sim.c (myattach): Likewise.
10999 * gdbserver/low-sparc.c (myattach): Likewise.
11000 * gdbserver/low-sun3.c (myattach): Likewise.
11001
11002 * gdbserver/low-linux.c (myattach): New function.
11003
11004 * gdbserver/server.c (attach_inferior): New function.
11005 (main): Handle "--attach".
11006
11007 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11008
11009 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11010 maintainer.
11011
11012 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11013
11014 * c-typeprint.c (is_type_conversion_operator): Add additional
11015 check for non-conversion operators.
11016
11017 2002-01-15 Michael Snyder <msnyder@redhat.com>
11018
11019 * linux-proc.c: Add "info proc" command, a la procfs.c.
11020 (read_mapping): New function, abstract and re-use code.
11021 (linux_find_memory_regions): Use new func read_mapping.
11022 (linux_info_proc_cmd): New function, implement "info proc".
11023 (_initialize_linux_proc): Add new command "info proc".
11024
11025 2002-01-15 Michael Snyder <msnyder@redhat.com>
11026
11027 * symfile.c (generic_load): Use bfd_map_over_sections method
11028 instead of manipulating bfd structure members directly.
11029 (add_section_size_callback): New function, bfd sections callback
11030 used by generic_load.
11031 (load_sections_callback): New function, bfd sections callback
11032 used by generic_load.
11033
11034 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11035
11036 [Based on work by Jim Blandy]
11037 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11038 (builtin_type_vec128): Export.
11039 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11040 types.
11041 (builtin_type_vec128): New builtin type for 128 bit vector
11042 registers.
11043 (build_gdbtypes): Initialize builtin_type_v16qi and
11044 builtin_type_v8hi. Create the vec128 register builtin type
11045 structure.
11046 (build_builtin_type_vec128): New function.
11047 (_initialize_gdbtypes): Register builtin_type_v16qi and
11048 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11049 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11050 AltiVec register to new builtin type.
11051
11052 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11053
11054 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11055 to make_cv_type.
11056
11057 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11058
11059 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11060 CLEAN_UP_REGISTER_VALUE.
11061 * regcache.c (supply_register): Update only call.
11062
11063 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11064
11065 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11066 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11067 a29k-*-vxworks* targets as obsolete.
11068
11069 2002-01-14 Michael Snyder <msnyder@redhat.com>
11070
11071 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11072 until we can resolve portability issues.
11073 * gregset.h: Remove references to fpxregs.
11074 * gcore.c (gcore_command): Initialize note_sec to NULL.
11075
11076 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11077
11078 * signals.c (target_signal_to_name): Rewrite. Only use
11079 signals[].name when in bounds and non-NULL.
11080
11081 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11082
11083 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11084 * signals.c (target_signal_to_name): Verify that SIG is within the
11085 bounds of the signals array.
11086
11087 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11088
11089 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11090
11091 2002-01-13 Keith Seitz <keiths@redhat.com>
11092
11093 * stack.c (print_frame_info_base): Print the frame's pc
11094 only if when print_frame_info_listing_hook is not defined.
11095
11096 2002-01-13 Keith Seitz <keiths@redhat.com>
11097
11098 * varobj.c (varobj_set_value): Make sure that there were no
11099 errors evaluating the object before attempting to set its
11100 value.
11101 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11102 so this offset adjustment is no longer necessary.
11103 (create_child): Don't set the error flag if the child is
11104 a CPLUS_FAKE_CHILD.
11105 (value_of_child): If value_fetch_lazy fails, return NULL
11106 so that callers will be notified that an error occurred.
11107 (c_value_of_variable): Delay check of variable's validity
11108 until later. We actually want all structs and unions to have
11109 the value "{...}".
11110 Do not return "???" for variables which could not be evaluated.
11111 This error condition must be returned to the caller so that it
11112 can get the error condition from gdb.
11113 (cplus_name_of_child): Adjust index for vptr before figuring
11114 out the name of the child.
11115 (cplus_value_of_child): If a child's (real) parent is not valid,
11116 don't even bother trying to give a value for it. Just return
11117 an error. Change all instances in this function.
11118 (cplus_type_of_child): If our parent is one of the "fake"
11119 parents, we need to get at the type of the real parent, and
11120 derive the child's true type using this information.
11121
11122 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11123
11124 From 2002-01-09 John Marshall <johnm@falch.net>:
11125 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11126 sources.redhat.com, and tweak some related URLs which had
11127 suffered from linkrot.
11128
11129 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11130
11131 From Jeff law:
11132 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11133 structures passed in registers.
11134
11135 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11136
11137 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11138 white space which prevented compilation. Reported by DSK
11139 <dsk@student.unsw.edu.au>.
11140
11141 2002-01-11 Michael Snyder <msnyder@redhat.com>
11142
11143 * symfile.c (build_section_addr_info_from_section_tab):
11144 Use bfd access method instead of manipulating bfd directly.
11145 (syms_from_objfile): Ditto.
11146 (simple_overlay_update_1): Ditto.
11147 (simple_overlay_update): Ditto.
11148 (generic_load): Ditto.
11149 (overlay_unmapped_address): FIXME comment, bfd access methods.
11150 (sections_overlap): FIXME comment, bfd access methods.
11151 (pc_in_mapped_range): FIXME comment, bfd access methods.
11152 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11153 (section_is_mapped): FIXME comment, bfd access methods.
11154 (section_is_overlay): FIXME comment, bfd access methods.
11155
11156 * symfile.c (generic_load): Whitespace and long line cleanups.
11157 Remove duplicate variable, change several local variables to
11158 more appropriate data types.
11159 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11160
11161 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11162
11163 From Peter Schauer:
11164 * language.c (longest_local_hex_string_custom): Use phex_nz to
11165 convert NUM to a hex string.
11166
11167 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11168
11169 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11170 the function.
11171 Update Copyright year.
11172
11173 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11174
11175 * language.c (longest_raw_hex_string): Delete unused function.
11176
11177 2002-01-11 Petr Sorfa <petrs@caldera.com>
11178
11179 * MAINTAINERS (write-after-approval): Add myself.
11180 * dwarf2read.c (read_tag_string_type): Handling of
11181 DW_AT_byte_size.
11182 (read_tag_string_type): FORTRAN fix to prevent propagation of
11183 first string size.
11184 (set_cu_language): Handling of DW_LANG_Fortran95
11185
11186 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11187
11188 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11189 GETPID(inferior_ptid).
11190 (store_inferior_registers): Likewise.
11191
11192 2002-01-10 Jason Merrill <jason@redhat.com>
11193
11194 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11195 Fix DW_OP_minus.
11196
11197 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11198
11199 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11200 and bfd/elf32-sh-nbsd.c.
11201
11202 2002-01-10 Michael Snyder <msnyder@redhat.com>
11203
11204 * NEWS: Mention --pid and corefile/proc-id behavior change.
11205
11206 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11207 * gcore.c: Include cli/cli-decode.h instead of command.h.
11208
11209 * main.c (captured_main): Add new command line option "--pid".
11210 If the second command line argument (following the symbol-file)
11211 begins with a digit, try to attach to it before trying to open
11212 it as a corefile.
11213 (print_gdb_help): Document the "--pid" argument.
11214
11215 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11216
11217 * completer.c (command_completer): New function.
11218
11219 * completer.h <command_completer>: Add prototype.
11220
11221 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11222 completer for the "help" command.
11223
11224 2002-01-09 Jason Merrill <jason@redhat.com>
11225
11226 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11227
11228 2002-01-09 Michael Snyder <msnyder@redhat.com>
11229
11230 * i386-linux-nat.c (fill_fpxregset): Make global.
11231 (store_fpxregset): Ditto.
11232
11233 * gregset.h (gdb_fpxregset_t): Define.
11234 (supply_fpxregset): Prototype.
11235 (fill_fpxregset): Prototype.
11236
11237 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11238
11239 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11240
11241 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11242 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11243 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11244
11245 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11246
11247 * MAINTAINERS: Update target maintainer rules so that any
11248 Maintainer can approve a tested patch for a maintenance-only
11249 target.
11250
11251 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11252
11253 * MAINTAINERS (write-after-approval): Add myself.
11254
11255 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11256 IN_SIGTRAMP.
11257
11258 2002-01-08 Michael Snyder <msnyder@redhat.com>
11259
11260 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11261 real name of the executable, rather than the /proc name.
11262
11263 2002-01-03 Michael Snyder <msnyder@redhat.com>
11264
11265 Implement a "generate-core-file" command in gdb, save target state.
11266 * gcore.c: New file. Implement new command 'generate-core-file'.
11267 Save a corefile image of the current state of the inferior.
11268 * linux-proc.c: Add linux-specific code for saving corefiles.
11269 * target.h (struct target_ops): Add new target vectors for saving
11270 corefiles; to_find_memory_regions and to_make_corefile_notes.
11271 (target_find_memory_regions): New macro.
11272 (target_make_corefile_notes): New macro.
11273 * target.c (update_current_target): Inherit new target methods.
11274 (dummy_find_memory_regions): New place-holder method.
11275 (dummy_make_corefile_notes): New place-holder method.
11276 (init_dummy_target): Initialize new dummy target vectors.
11277 * exec.c (exec_set_find_memory_regions): New function.
11278 Allow the exec_ops vector for memory regions to be taken over.
11279 (exec_make_note_section): New function, target vector method.
11280 * defs.h (exec_set_find_memory_regions): Export prototype.
11281 * procfs.c (proc_find_memory_regions): New function, corefile method.
11282 (procfs_make_note_section): New function, corefile method.
11283 (init_procfs_ops): Set new target vector pointers.
11284 (find_memory_regions_callback): New function.
11285 (procfs_do_thread_registers): New function.
11286 (procfs_corefile_thread_callback): New function.
11287 * sol-thread.c (sol_find_memory_regions): New function.
11288 (sol_make_note_section): New function.
11289 (init_sol_thread_ops): Initialize new target vectors.
11290 * inftarg.c (inftarg_set_find_memory_regions): New function.
11291 Allow to_find_memory_regions vector to be taken over.
11292 (inftarg_set_make_corefile_notes): New function.
11293 Allow to_make_corefile_notes vector to be taken over.
11294 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11295 interface layer if not target_has_execution (may be a corefile).
11296 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11297 * config/sparc/sun4sol2.mh: Ditto.
11298 * config/alpha/alpha-linux.mh: Ditto.
11299 * config/arm/linux.mh: Ditto.
11300 * config/i386/x86-64linux.mh: Ditto.
11301 * config/ia64/linux.mh: Ditto.
11302 * config/m68k/linux.mh: Ditto.
11303 * config/mips/linux.mh: Ditto.
11304 * config/powerpc/linux.mh: Ditto.
11305 * config/sparc/linux.mh: Ditto.
11306
11307 2002-01-07 Michael Snyder <msnyder@redhat.com>
11308
11309 * arm-linux-nat.c: Remove references to regcache.c internal data
11310 (registers[] and register_valid[]).
11311
11312 2002-01-07 Michael Snyder <msnyder@redhat.com>
11313
11314 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11315 so that attaching to a pid will automatically read the process's
11316 symbol file and shlibs.
11317 * Makefile.in: Add rule for linux-proc.o.
11318 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11319 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11320 * config/arm/linux.mh: Ditto.
11321 * config/i386/linux.mh: Ditto.
11322 * config/i386/x86-64linux.mh: Ditto.
11323 * config/ia64/linux.mh: Ditto.
11324 * config/m68k/linux.mh: Ditto.
11325 * config/mips/linux.mh: Ditto.
11326 * config/powerpc/linux.mh: Ditto.
11327 * config/sparc/linux.mh: Ditto.
11328
11329 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11330
11331 * win32-nat.c: Add i386-tdep.h dependency.
11332
11333 2002-01-07 Michael Snyder <msnyder@redhat.com>
11334
11335 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11336 instead of bfd_get_arch_size. Don't bail out just because
11337 there's no exec_bfd.
11338
11339 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11340 * p-valprint.c (pascal_object_print_value): Ditto.
11341 * somread.c (som_symtab_read): Ditto.
11342 * symfile.c (simple_free_overlay_region_table): Ditto.
11343 * valops.c (value_assign): Ditto.
11344
11345 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11346 use tilde_expand and strerror for opening save-tracepoints file.
11347
11348 * thread-db.c (thread_db_new_objfile): Indendation fix.
11349
11350 * infptrace.c (GDB_MAX_ALLOCA): New define.
11351 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11352 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11353 can be overridden with whatever value is appropriate to the host).
11354 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11355 alloca to allocate potentially large buffer.
11356 * rs6000-nat.c (child_xfer_memory): Ditto.
11357 * symm-nat.c (child_xfer_memory): Ditto.
11358 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11359
11360 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11361
11362 From Nick Clifton <nickc@redhat.com>
11363 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11364
11365 2002-01-07 Michael Snyder <msnyder@redhat.com>
11366
11367 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11368 Don't use exec_bfd if it's NULL.
11369
11370 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11371
11372 * valops.c (value_arg_coerce): Fix formatting.
11373
11374 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11375
11376 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11377 * gnu-nat.c: Ditto.
11378
11379 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11380
11381 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11382 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11383 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11384 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11385 z8k-coff have not been multi-arched. Update z8k-coff build
11386 status.
11387
11388 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11389
11390 * MAINTAINERS: Mark a29k target as obsolete.
11391 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11392 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11393 comments.
11394 * NEWS: Note that a29k targets are obsolete.
11395 * a29k-tdep.c: Mark as obsolete.
11396 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11397 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11398 a29k-*-vxworks* targets as obsolete.
11399 * remote-adapt.c: Obsolete.
11400 * remote-eb.c: Obsolete.
11401 * remote-mm.c: Obsolete.
11402 * remote-udi.c: Obsolete.
11403 * config/a29k/a29k-udi.mt: Obsolete.
11404 * config/a29k/a29k.mt: Obsolete.
11405 * config/a29k/tm-a29k.h: Obsolete.
11406 * config/a29k/tm-vx29k.h: Obsolete.
11407 * config/a29k/vx29k.mt: Obsolete.
11408
11409 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11410
11411 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11412 with BFD_ENDIAN_BIG.
11413
11414 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11415
11416 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11417 * configure, config.in: Re-generate.
11418 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11419 * defs.h: Do not include <endian.h>.
11420
11421 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11422
11423 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11424 * config.in: Regenerate.
11425 * configure.in: Update copyright years.
11426 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11427 * configure: Regenerate.
11428 * i386bsd-nat.c: Update copyright years.
11429 (fill_gregset): Use regcache_collect.
11430 (fetch_inferior_registers): Only fetch integer registers
11431 if requested to do so. Add support for XMM registers
11432 using PT_GETXMMREGS.
11433 (store_inferior_registers): Only store integer registers
11434 if requested to do so. Add support for XMM registers
11435 using PT_SETXMMREGS.
11436 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11437 (store_inferior_registers): Remove.
11438 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11439 (fetch_elfcore_registers): New function.
11440 (i386nbsd_elfcore_fns): New.
11441 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11442 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11443 i386bsd-nat.o.
11444 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11445 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11446 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11447 * config/i386/tm-nbsd.h: Update copyright years.
11448 (HAVE_SSE_REGS): Define.
11449 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11450 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11451 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11452 (SIGCONTEXT_PC_OFFSET): Remove.
11453 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11454
11455 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11456
11457 * configure.tgt: Remove powerpc-*-macos* target.
11458 * config/m68k/xm-mpw.h: Delete file.
11459 * config/xm-mpw.h: Delete file.
11460 * ser-mac.c: Delete file.
11461 * mpw-make.sed: Delete file.
11462 * mpw-config.in: Delete file.
11463 * mac-xdep.c: Delete file.
11464 * mac-gdb.r: Delete file.
11465 * mac-defs.h: Delete file.
11466 * mac-nat.c: Delete file.
11467 * config/powerpc/macos.mh: Delete file.
11468 * config/powerpc/macos.mt: Delete file.
11469 * config/powerpc/nm-macos.h: Delete file.
11470 * config/powerpc/tm-macos.h: Delete file.
11471 * source.c (openp, open_source_file): Remove obsolete code.
11472 * top.c (gdb_readline): Ditto.
11473 * utils.c (query): Ditto.
11474 * event-top.c (display_gdb_prompt): Ditto.
11475 * Makefile.in (ser-mac.o): Delete obsolete target.
11476 * NEWS: Update.
11477
11478 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11479
11480 * defs.h (BIG_ENDIAN): Delete macro definition.
11481 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11482 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11483 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11484 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11485 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11486 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11487 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11488 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11489 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11490 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11491 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11492 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11493 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11494 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11495 * gdbarch.c: Re-generate.
11496
11497 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11498
11499 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11500 for core files.
11501
11502 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11503
11504 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11505
11506 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11507
11508 * value.h (value_ptr): Delete typedef.
11509
11510 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11511
11512 * i386nbsd-nat.c: Update copyright years.
11513 Include i386-tdep.h.
11514
11515 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11516
11517 * stabsread.c: Update copyright years.
11518
11519 From Debashis Mahata <debashis.mahata@wipro.com>:
11520 (read_struct_fields): Deal with Sun C compiler erroneous stab
11521 output for structs and unions.
11522 Fix PR gdb/269.
11523
11524 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11525
11526 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11527 prototype.
11528
11529 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11530
11531 * cp-abi.c: Fix whitespace.
11532 (baseclass_offset): New wrapper function.
11533 * cp-abi.h (baseclass_offset): Add prototype.
11534 (struct cp_abi_ops): Add baseclass_offset pointer.
11535
11536 * valops.c (vb_match): Move to...
11537 * gnu-v2-abi.c (vb_match): here.
11538 * valops.c (baseclass_offset): Move to...
11539 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11540
11541 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11542
11543 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11544 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11545 * hpacc-abi.c (init_hpacc_ops): Likewise.
11546
11547 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11548
11549 * valops.c (find_overload_match): Accept obj as a
11550 reference parameter. Update it before returning.
11551 * value.h (find_overload_match): Update prototype.
11552 * eval.c (evaluate_subexp_standard): Pass object to
11553 find_overload_match by reference.
11554
11555 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11556
11557 * valarith.c: Replace value_ptr with struct value pointer. Remove
11558 register attribute from value declarations.
11559 * valops.c: Ditto.
11560 * value.h: Ditto.
11561 * scm-lang.c (scm_lookup_name): Ditto.
11562
11563 2002-01-03 Michael Snyder <msnyder@redhat.com>
11564
11565 Abstract the functionality of iterating over mapped memory
11566 regions into a general purpose iterator function.
11567 * procfs.c (iterate_over_mappings): New function, general purpose
11568 iterator for memory sections.
11569 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11570 (solib_mappings_callback): New function, callback for above.
11571 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11572 (info_mappings_callback): New function, callback for above.
11573
11574 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11575
11576 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11577
11578 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11579 * i386-tdep.c: Include "elf-bfd.h".
11580 (process_note_abi_tag_sections): New function.
11581 (i386_gdbarch_init): Add code to recognize various OS/ABI
11582 combinations.
11583
11584 * maint.c (_initialize_maint_cmds): Add missing \ in
11585 string-literal.
11586
11587 For older changes see ChangeLog-2001
11588 \f
11589 Local Variables:
11590 mode: change-log
11591 left-margin: 8
11592 fill-column: 74
11593 version-control: never
11594 End: