2002-10-11 Klee Dienes <kdienes@apple.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-11 Klee Dienes <kdienes@apple.com>
2
3 * findvar.c (read_memory_typed_address): New function.
4 * gdbcore.h (read_memory_typed_address): Add prototype.
5 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
6 to read a value destined for a CORE_ADDR, not read_memory_integer.
7 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
8 (f77_get_dynamic_lowerbound): Ditto.
9
10 2002-10-11 Martin M. Hunt <hunt@redhat.com>
11
12 * utils.c (string_to_core_addr): After turning string into
13 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
14 which will do necessary sign-extension, etc.
15
16 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
17
18 * c-exp.y (THIS): Delete token and grammar rule.
19 (yylex): Don't return THIS.
20 * cp-valprint.c (vtbl_ptr_name_old): Delete.
21 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
22 * demangle.c (cplus_markers): Update comment. Put '$'
23 first. Remove CPLUS_MARKER.
24 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
25 * jv-exp.y (THIS): Delete token and grammar rule.
26 (yylex): Don't return THIS.
27 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
28 * objc-exp.y (THIS): Delete token and grammar rule.
29 (yylex): Don't return THIS.
30 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
31 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
32 (read_member_functions): Likewise for opname.
33 (read_tilde_fields): Use is_cplus_marker.
34
35 * defs.h (CPLUS_MARKER): Don't define.
36 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
37 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
38 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
39 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
40 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
41
42 * config/i386/tm-i386v4.h: Delete file.
43 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
44 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
45 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
46 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
47 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
48 * config/i386/i386sco5.mt (TM_FILE): Likewise.
49 * config/i386/i386v4.mt (TM_FILE): Likewise.
50 * config/i386/ncr3000.mt (TM_FILE): Likewise.
51
52 2002-10-10 Marko Mlinar <markom@opencores.org>
53
54 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
55 accidentially not commited 2002-10-09
56 * gdbarch.h, gdbarch.c: Re-generate.
57
58 2002-10-09 Marko Mlinar <markom@opencores.org>
59
60 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
61 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
62 * gdbarch.h, gdbarch.c: Re-generate.
63
64 2002-10-08 Petr Sorfa <petrs@caldera.com>
65
66 Revised and re-submitted by John Wolfe <jlw@caldera.com>
67
68 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
69 so we can work on more than one compilation unit at a time. This
70 helps prepare GDB to handle inter-CU die references.
71 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
72 the code to be defined before struct comp_unit_head.
73 (comp_unit_head): Added new members - offset, cu_head,
74 begin_die, next and dwarf2_abbrevs.
75 (dwarf2_abbrevs): Removed single static var; now member of
76 struct comp_unit_head.
77 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
78 members.
79 (psymtab_to_symtab_1): Changed to work with the new
80 struct comp_unit_head.
81 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
82 constructs the dwarf2_abbrevs[] inside the cu_header.
83 (dwarf2_empty_abbrev_table): Now expects a ptr to a
84 dwarf2_abbrev table to clean up.
85 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
86 handling of dwarf2_abbrevs inside the cu_header.
87 (read_partial_die): Now supports the call to the new
88 dwarf2_lookup_abbrev.
89 (read_full_die): Now supports the call to the new
90 dwarf2_lookup_abbrev.
91
92 2002-10-06 Christopher Faylor <cgf@redhat.com>
93
94 * Makefile.in (install-gdbtk): Add missing continuation backslash to
95 insure that shell variables, such as "transformed_name" are propagated
96 to later shell statements in rule.
97
98 2002-10-06 Mark Kettenis <kettenis@gnu.org>
99
100 * config/i386/nm-i386sco.h: Add protection against
101 multiple-inclusion. Include "i386/nm-i386v.h".
102 (REGISTER_U_ADDR): Remove define.
103 (i386_register_u_addr): Remove prototype.
104
105 2002-10-04 Michael Snyder <msnyder@redhat.com>
106
107 * m32r-stub.c (handle_exception): Make sure exception is "trap"
108 before treating it as a single-step event.
109
110 2002-10-03 Adam Fedor <fedor@gnu.org>
111
112 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
113 (objc_demangle): Remove assignment in if statements, Replace
114 free with xfree.
115 (add_msglist): Likewise.
116 (end_msglist): Likewise.
117 (complare_selectors): Likewise.
118 (selectors_info): Likewise.
119 (compare_classes): Likewise.
120 (classes_info): Likewise.
121 (print_object_command): Likewise.
122 (find_objc_msgcall_submethod): Replace PTR with void *.
123 * objc-lang.h: Remove check for __STDC__.
124
125 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
126
127 * ui-out.h (ui_out_field_fmt_int): New prototype.
128 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
129 of field width and alignment.
130 * stack.c (print_frame_info_base): When printing frame level, use
131 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
132 PR gdb/192
133
134 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
135
136 * MAINTAINERS: Add self to Write After Approval list.
137
138 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
139
140 * infcmd.c (interrupt_target_command_wrapper): Delete.
141 (interrupt_target_command): Make non static.
142 (nofp_registers_info): Make static.
143 * stack.c (return_command_wrapper): Delete.
144 (return_command): Make non static.
145
146 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
147
148 * event-top.c (gdb_setup_readline): New function. Code moved from
149 _initialize_event_loop().
150 (_initialize_event_loop): Call gdb_setup_readline().
151
152 2002-10-02 Andrew Cagney <ac131313@redhat.com>
153
154 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
155 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
156 * gdbarch.h, gdbarch.c: Re-generate.
157
158 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
159
160 Fix PR gdb/778
161 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
162 before recursing.
163 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
164 of fill_in_vptr_fieldno.
165
166 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
167
168 * inferior.h (registers_info, stepi_command, nexti_command,
169 continue_command, interrupt_target_command): Export from infcmd.c.
170 * frame.h (args_info, selected_frame_level_changed_hook,
171 return_command): Export from stack.c.
172 * v850ice.c (stepi_command, nexti_command, continue_command): use
173 prototypes from inferior.h.
174 * tracepoint.c (registers_info, args_info, locals_info): Use
175 prototypes from frame.h and inferior.h.
176 * Makefile.in (mi-main.o): Add dependency on frame.h.
177
178 2002-10-02 Andrew Cagney <ac131313@redhat.com>
179
180 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
181 value in register 3 adjusted by ppc_gp0_regnum.
182
183 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
184
185 2002-10-02 Marko Mlinar <markom@opencores.org>
186
187 * MAINTAINERS: Add myself to the Write After Approval list.
188
189 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
190
191 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
192 of the section for the N64 ABI, fixed.
193
194 * config/mips/tm-irix6.h: Include solib.h.
195
196 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
197
198 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
199 GNU operators.
200
201 2002-10-01 Andrew Cagney <ac131313@redhat.com>
202
203 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
204 and that "mi0" syntax has been removed.
205
206 2002-09-30 David Carlton <carlton@math.stanford.edu>
207
208 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
209 * ppc-sysv-tdep.c: #include "gdb_string.h".
210 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
211 pacify GCC.
212
213 2002-10-01 Andrew Cagney <ac131313@redhat.com>
214
215 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
216 "vrsave"'s register number.
217
218 2002-09-30 Andrew Cagney <ac131313@redhat.com>
219
220 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
221 use frame_unwind_signed_register to obtain the PC.
222 (mips_frame_chain): Handle a generic dummy frame.
223 (mips_init_extra_frame_info): When a generic dummy frame, don't
224 re-compute the frame base.
225 (mips_pop_frame): Handle generic dummy frames.
226 (mips_gdbarch_init): When generic dummy frames, set
227 use_generic_dummy_frames, push_dummy_frame to
228 generic_push_dummy_frame, pc_in_call_dummy to
229 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
230 generic_save_dummy_frame_tos.
231
232 2002-09-30 Andrew Cagney <ac131313@redhat.com>
233
234 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
235 against TOP when TOP was explictly set.
236 (generic_push_dummy_frame): Set TOP to zero.
237
238 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
239
240 * event-loop.c (start_event_loop): Rename variable 'result' to
241 'gdb_result', to avoid conflicts with upcoming intepreters changes.
242
243 2002-09-30 Keith Seitz <keiths@redhat.com>
244
245 * gdb-events.sh (selected_thread_changed): New event.
246 * gdb-events.c: Regenerated.
247 * gdb-events.h: Regenerated.
248
249 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
250
251 * MAINTAINERS: Add self to Write After Approval list.
252
253 2002-09-30 Fernando Nasser <fnasser@redhat.com>
254
255 * disasm.c: New file.
256 * disasm.h: New file.
257 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
258 (compare_lines): Ditto.
259 (dump_insns): Ditto.
260 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
261 argument.
262 (do_assembly_only): Ditto.
263 (do_disassembly): Renamed to gdb_disassembly and moved to
264 disasm.c. Sdded uiout argument.
265 * Makefile.in: Add new files. Reorder SFILES list. Update
266 dependencies. Include libgdb.a later in the insight executable.
267
268 2002-09-29 Andrew Cagney <ac131313@redhat.com>
269
270 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
271 bfd/elf64-alpha-fbsd.c.
272
273 2002-09-29 Andrew Cagney <ac131313@redhat.com>
274
275 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
276 i386gnu-tdep.c.
277
278 2002-09-29 Andrew Cagney <ac131313@redhat.com>
279
280 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
281 __FUNCTION__.
282 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
283 function name.
284 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
285 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
286 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
287 (S_msg_sig_post_reply): Ditto.
288
289 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
290
291 * sh-tdep.c (sh_use_struct_convention): Use definition according
292 to ABI.
293 (sh_push_arguments): Store in register with correct endianess.
294 (sh_default_store_return_value): Ditto.
295 (sh_gdbarch_init): Set sizeof long double to 8.
296
297 2002-09-27 Mark Kettenis <kettenis@gnu.org>
298
299 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
300 Fix some whitespace problems.
301
302 2002-09-27 David Carlton <carlton@math.stanford.edu>
303
304 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
305 (mcore-tdep.o): Ditto.
306 (ns32k-tdep.o): Ditto.
307 (ns32knbsd-tdep.o): Ditto.
308 (sh3-rom.o): Ditto.
309 (vax-tdep.o): Ditto.
310 * cris-tdep.c: #include "gdb_string.h"
311 * mcore-tdep.c: Ditto.
312 * ns32k-tdep.c: Ditto.
313 * ns32knbsd-tdep.c: Ditto.
314 * sh3-rom.c: Ditto.
315 * vax-tdep.c: Ditto.
316
317 2002-09-27 David Carlton <carlton@math.stanford.edu>
318
319 * config/djgpp/fnchange.lst: Add entries for
320 gdb/testsuite/gdb.c++/m-static files.
321
322 2002-09-27 Jim Wilson <wilson@redhat.com>
323
324 * MAINTAINERS: Add myself to the Write After Approval list.
325
326 2002-09-26 Martin M. Hunt <hunt@redhat.com>
327
328 * mips-tdep.c (find_proc_desc): Initialize startaddr.
329
330
331 2002-09-26 Andrew Cagney <ac131313@redhat.com>
332
333 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
334 frame.
335
336 2002-09-26 Andrew Cagney <ac131313@redhat.com>
337
338 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
339 (rs6000_struct_return_address): Delete variable.
340 (rs6000_store_struct_return): Update.
341 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
342 deprecated_extract_struct_value_address.
343 (rs6000_frame_align): New function.
344 (rs6000_gdbarch_init): Set frame_align.
345
346 2002-09-26 Andrew Cagney <ac131313@redhat.com>
347
348 From Grace Sainsbury <graces@redhat.com>:
349 * Makefile.in (gdbtk-main.o): New target.
350 (gdb.o): New target.
351 (main_h): Define.
352 (main.o): Update dependencies.
353 (gdb$(EXEEXT)): Add gdb.o.
354 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
355 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
356 (SUBDIR_GDBTK_CLEAN): Set.
357 (install-gdbtk): Install the insight binary.
358 (uninstall-gdbtk): New target.
359 (all-gdbtk, clean-gdbtk): New rule.
360 * top.c (use_windows): Default to zero.
361 * main.c: Include "main.h".
362 (main): Delete.
363 (struct captured_main_args): Delete.
364 (gdb_main): New function.
365 * main.h: New file.
366 * gdb.c: New File.
367
368 2002-09-25 Andrew Cagney <cagney@redhat.com>
369
370 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
371 (frame_map_regnum_to_name): New function.
372 (frame_map_name_to_regnum): New function.
373 * frame.h (frame_map_name_to_regnum): Declare.
374 (frame_map_regnum_to_name): Declare.
375 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
376 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
377 * parse.c: Do not include "builtin-regs.h".
378 (target_map_name_to_register): Delete function.
379 (write_dollar_variable): Use frame_map_name_to_regnum.
380 * parser-defs.h (target_map_name_to_register): Delete declaration.
381 * expprint.c: Include "frame.h".
382 (print_subexp): Use frame_map_regnum_to_name.
383 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
384 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
385
386 2002-09-25 Andrew Cagney <ac131313@redhat.com>
387
388 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
389 wasn't saved, and the next innermost frame is a dummy, return the
390 dummy frame's link register.
391
392 2002-09-24 Jim Blandy <jimb@redhat.com>
393
394 Fix from Paul Breed:
395 * main.c (captured_main): Add a `break' after the case for 'b'.
396
397 2002-09-24 Keith Seitz <keiths@redhat.com>
398
399 * varobj.c (c_type_of_child): Use get_target_type instead
400 of TYPE_TARGET_TYPE.
401
402 2002-09-22 Fernando Nasser <fnasser@redhat.com>
403
404 * source.c (get_current_or_default_source_symtab_and_line): Remove
405 function.
406 (set_default_source_symtab_and_line): New function. Attempts to
407 determine a source file to list lines from if one is not currently
408 defined.
409 (get_current_source_symtab_and_line): Initialize sal.pc and
410 sal.end fields.
411 (set_current_source_symtab_and_line): Mark argument as const.
412 * source.h: Update declarations and comments.
413 * linespec.c (decode_line_1): Replace call to removed routine above.
414 * stack.c (print_frame_info_base): Ditto.
415 * cli/cli-cmds.c (edit_command): Ditto.
416 (list_command): Ditto.
417
418 2002-09-22 Fernando Nasser <fnasser@redhat.com>
419
420 * source.c (get_current_or_default_source_symtab_and_line): Initialize
421 sal.pc and sal.end fields.
422 (get_current_or_default_source_symtab_and_line): Ditto.
423 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
424 so we do not cause a new source symtab to be searched for (reverting an
425 unintentional change from the 2002-09-20 patch).
426 * scm-lang.c (scm_unpac): Ditto.
427
428 2002-09-21 Andrew Cagney <cagney@redhat.com>
429
430 * complaints.c (symfile_explanations): Remove new-line from
431 ``isolated_message''.
432 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
433 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
434
435 2002-09-20 Nick Clifton <nickc@redhat.com>
436
437 * NEWS: Announce that V850EA ISA is no longer supported.
438 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
439
440 2002-09-20 David Carlton <carlton@math.stanford.edu>
441
442 * Makefile.in (c-lang.o): Correct dependencies.
443 (utils.o): Gather dependencies.
444 (charset.o): Move.
445 * c-lang.c: #include "gdb_string.h"
446
447 2002-09-20 Fernando Nasser <fnasser@redhat.com>
448
449 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
450 * cli/cli-cmds.c (list_command): New function. Implements the new
451 cli edit command.
452 (_init_cli_cmds): Add new command definition.
453 * gdb.1: Document edit command.
454 * doc/gdb.texinfo: Document edit command.
455
456 2002-09-20 Fernando Nasser <fnasser@redhat.com>
457
458 * source.c: Make global variables current_source_symtab and
459 current_source_line static.
460 (list_command): Moved to cli/cli-cmds.c.
461 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
462 (get_first_line_listed): New accessor function.
463 (get_lines_to_list): New accessor function.
464 (get_current_source_symtab_and_line): New function. Retrieves the
465 position in the source code that we consider current.
466 (get_current_or_default_source_symtab_and_line): New function.
467 Like the above but attempts to determine a default position if one
468 is not currently defined.
469 (set_current_source_symtab_and_line): New function. Sets the source
470 code position considered current and returns the previously set one.
471 (clear_current_source_symtab_and_line): Reset stored information about
472 a current source line.
473 (_initialize_source): Remove registration for the "list" command and
474 its alias.
475 * source.h: Add declarations for the new functions above.
476 * symtab.h: Remove declarations for the global variables mentioned
477 above.
478 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
479 obtain current source line.
480 * linespec.c (decode_line_1): Ditto.
481 * macroscope.c (default_macro_scope): Ditto.
482 * scm-lang.c (scm_unpac): Ditto.
483 * stack.c (print_frame_info_base): Ditto.
484 * symfile.c (clear_symtab_users): Ditto.
485 * symtab.c (decode_line_spec): Ditto.
486 * cli/cli-cmds.c (list_command): Moved here from source.c.
487 (ambiguous_line_spec): Moved here from source.c.
488 (_init_cli_cmds): Add definition for "list" and its alias.
489 * Makefile.in: Update dependencies.
490
491 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
492
493 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
494 with what gcc thinks is correct.
495
496 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
497
498 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
499 multiple register push instruction.
500
501 2002-09-19 Jim Blandy <jimb@redhat.com>
502
503 Add support for distinct host and target character sets.
504 * charset.c, charset.h: New files.
505 * c-exp.y: #include "charset.h".
506 (yylex): Convert character and string literals to the target
507 character set, before returning them as the semantic value of the
508 token.
509 * c-lang.c: #include "charset.h".
510 (c_emit_char): Use charset-specific methods to recognize
511 characters with backslash escape forms, to decide which characters
512 to print literally and which to print using numeric escape
513 sequences, and to convert target characters to host characters
514 before printing.
515 * utils.c: #include "charset.h".
516 (no_control_char_error): New function.
517 (parse_escape): Use charset-specific methods to recognize
518 backslash escapes, parse `control character' notation, and convert
519 characters from the host character set to the target character set.
520 * configure.in: Set the default host character set.
521 Check where to find iconv, and what its argument types might be.
522 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
523 * Makefile.in (SFILES): List charset.c.
524 (COMMON_OBS): List charset.o.
525 (charset.o): New rule.
526 (charset_h): New header dependency variable.
527 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
528 (LIBICONV): New variable, set by configure.
529 (CLIBS): Include $(LIBICONV) here.
530 * aclocal.m4, config.in, configure: Regenerated.
531
532 2002-09-19 Joel Brobecker <brobecker@gnat.com>
533
534 * ada-exp.y: Add missing semicolons to end rules. Fixes a
535 bison 1.35 warning.
536
537 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
538
539 * gdb_mbuild.sh: New file.
540
541 2002-09-19 Andrew Cagney <ac131313@redhat.com>
542
543 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
544
545 2002-09-18 Andrew Cagney <ac131313@redhat.com>
546
547 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
548 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
549 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
550 valops.c, value.h: Revert previous change.
551
552 2002-09-18 Michael Snyder <msnyder@redhat.com>
553
554 Preliminary support for Objective-C:
555 * defs.h (language_objc): New enum value.
556 (puts_filtered_tabular): Declaration only, exported from utils.c.
557 (skip_quoted): Delete, declared in completer.h.
558 * c-exp.y: Include completer.h.
559 * p-exp.y: Ditto.
560 * jv-exp.y: Ditto.
561 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
562 New operator enum values.
563 * language.h (CAST_IS_CONVERSION): Test for language_objc.
564 * language.c (binop_result_type): Handle language_objc case.
565 (integral_type, character_type, string_type, boolean_type,
566 structured_type, binop_type_check): Ditto.
567 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
568 (struct objc_specific): Add to general_symbol_info.
569 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
570 (SYMBOL_DEMANGLED_NAME): Handle objc case.
571 * parser-defs.h (struct objc_class_str): New struct type.
572 (start_msglist, end_msglist, add_msglist): Declaration only,
573 exported from objc-lang.c.
574 * value.h (value_of_local, value_nsstring,
575 call_function_by_hand_expecting_type): Exported from valops.c.
576 * valops.c (find_function_addr): Export.
577 (call_function_by_hand_expecting_type): New function.
578 (value_of_local): New function.
579 * symfile.c (init_filename_language_table): Add ".m" extension
580 for Objective-C.
581 * utils.c (puts_filtered_tabular): New function.
582 (fprintf_symbol_filtered): Add objc demangling support (disabled).
583 (set/show demangle): Extend help-string to refer to ObjC.
584 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
585 * stabsread.c (symbol_reference_defined): Objective-C symbols
586 may contain colons: make allowances when scanning stabs strings
587 for colons.
588 (objc_find_colon): New function.
589 * printcmd.c (address_info): If language == objc then print
590 "self" instead of "this".
591 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
592 OP_NSSTRING, and OP_SELF.
593 (prefixify_subexp): Ditto.
594 * source.c (print_source_lines): Mention objc in comment.
595 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
596 method names.
597
598 2002-09-18 Andrew Cagney <ac131313@redhat.com>
599
600 * complaints.h: Update copyright.
601 (struct complaints): Declare.
602 (struct complaint): Make `message' constant.
603 (internal_complaint): Declare.
604 (complaint): Declare.
605 (complaint_root): Delete declaration.
606 (symfile_complaints): Delete declaration.
607 (struct complaints): Add opaque declaration.
608 (clear_complaints): Add a complaints parameter.
609 * complaints.c: Update copyright.
610 (enum complaint_series): Define.
611 (complaint_root): Delete.
612 (struct complaints): Define.
613 (complaint_sentinel, symfile_complaint_book): New variables.
614 (symfile_explanations, symfile_complaints): New variables.
615 New variables.
616 (get_complaints): New function.
617 (vcomplaint): New function.
618 (complaint): New function.
619 (internal_complaint): New function.
620 (complain): Call vcomplain with symfile_complaint.
621 (clear_complaints): Rewrite.
622 (_initialize_complaints): Use add_setshow_command.
623 * Makefile.in (complaints.o): Update dependencies.
624 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
625 to call to clear_complaints.
626 (new_symfile_objfile, reread_symbols): Ditto.
627 (oldsyms_complaint): Delete.
628 (empty_symtab_complaint, unknown_option_complaint): Delete.
629 (free_named_symtabs): Use complaint instead of complain.
630
631 2002-09-18 Michael Snyder <msnyder@redhat.com>
632
633 Contributed by Apple Computer, Inc. Merged with current sources
634 by Adam Fedor <fedor@doc.com> [cagney].
635
636 * objc-lang.c: First clean-up round: comments, indentation.
637 * objc-lang.h: Ditto.
638 * objc-lang.y: Ditto.
639
640 2002-09-18 Andrew Cagney <ac131313@redhat.com>
641
642 * maint.c (maintenance_internal_error): Print the parameter as the
643 error message.
644 (maintenance_internal_warning): New function.
645 (_initialize_maint_cmds): Add command `maint internal-warning'.
646
647 * defs.h (internal_warning, internal_vwarning): Declare.
648 * utils.c (struct internal_problem): Define.
649 (internal_vproblem): New function.
650 (internal_warning): New function.
651 (internal_vwarning): New function.
652 (internal_warning_problem, internal_error_problem): New variables.
653 (internal_verror): Just call internal_vproblem.
654
655 2002-09-18 Michael Snyder <msnyder@redhat.com>
656
657 * objc-lang.c: New file, support for Objective-C.
658 Preliminary check-in, not yet integrated into gdb.
659 * objc-lang.h: New file.
660 * objc-exp.y: New file.
661
662 2002-09-18 Andrew Cagney <ac131313@redhat.com>
663
664 * infrun.c (signal_stop_update): Convert definition to ISO C.
665 (signal_print_update): Ditto.
666 (signal_pass_update): Ditto.
667 * inflow.c (terminal_save_ours): Ditto.
668
669 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
670 comments.
671
672 * config/djgpp/fnchange.lst: Handle name clashes between
673 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
674 bfd/coff-tic80.c.
675
676 * i386-linux-tdep.h: Fix tipo.
677
678 2002-09-18 Adam Fedor <fedor@gnu.org>
679
680 * MAINTAINERS: Add myself to the Write After Approval list.
681
682 2002-09-18 Jim Blandy <jimb@redhat.com>
683
684 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
685 texthigh and textlow to reader-specific structs caused
686 objfile_relocate to miss them. This is fixable, but the work that
687 the change was supposed to prepare GDB for never got done anyway.
688
689 2002-09-18 David Carlton <carlton@math.stanford.edu>
690
691 * MAINTAINERS: Alphabetize Write After Approval list.
692
693 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
694
695 Fix PR gdb/709
696 * values.c (value_static_field): Call read_var_value.
697
698 2002-09-18 Andrew Cagney <ac131313@redhat.com>
699
700 * valops.c (hand_function_call): Align the initial stack pointer
701 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
702 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
703 return value.
704 * mips-tdep.c (mips_frame_align): New function.
705 (mips_gdbarch_init): Set frame_align.
706 * gdbarch.sh (FRAME_ALIGN): New method.
707 * gdbarch.h, gdbarch.c: Re-generate.
708
709 2002-09-18 Michal Ludvig <mludvig@suse.cz>
710
711 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
712 registers.
713
714 2002-09-17 Andrew Cagney <ac131313@redhat.com>
715
716 * NEWS: Mention that MIPS $fp behavior changed.
717 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
718 reference to FP_REGNUM.
719 (mipsnbsd_cannot_store_register): Ditto.
720 * mips-linux-nat.c: Update copyright.
721 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
722 (mips_linux_cannot_store_register): Ditto.
723 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
724 * config/mips/tm-mips.h: Update copyright.
725 (FP_REGNUM): Delete macro.
726 (MIPS_REGISTER_NAMES): Replace "fp" with "".
727 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
728 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
729 (mips_r3041_reg_names, mips_r3051_reg_names)
730 (mips_r3081_reg_names): Replace "fp" with "".
731 Fix PR gdb/480.
732
733 2002-09-17 Theodore A. Roth <troth@verinet.com>
734
735 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
736 generic_read_register_dummy() (PR gdb/703).
737 (avr_push_return_address): #if 0 out unused vars.
738 (avr_gdbarch_init): Enable use of avr_push_return_address().
739
740 2002-09-17 Michael Snyder <msnyder@redhat.com>
741
742 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
743 RTE will take care of it.
744
745 2002-09-17 Andrew Cagney <ac131313@redhat.com>
746
747 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
748 invalid, return SP_REGNUM.
749
750 2002-09-17 Michael Snyder <msnyder@redhat.com>
751
752 * mips-tdep.c (mips_pop_frame): Read saved values of floating
753 point registers without sign extension.
754
755 2002-09-17 Andrew Cagney <cagney@redhat.com>
756
757 * blockframe.c (deprecated_read_register_dummy): Rename
758 generic_read_register_dummy.
759 * frame.c (frame_unwind_signed_register): New function.
760 (frame_unwind_unsigned_register): New function.
761 * frame.h (frame_unwind_signed_register): Declare.
762 (frame_unwind_unsigned_register): Declare.
763 (deprecated_read_register_dummy): Rename
764 generic_read_register_dummy.
765
766 * h8300-tdep.c (h8300_frame_chain): Update.
767 (h8300_frame_saved_pc): Update.
768 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
769 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
770 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
771 (s390_frame_chain): Update.
772 * v850-tdep.c (v850_find_callers_reg): Update.
773 (v850_frame_saved_pc): Update.
774 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
775 (m32r_find_callers_reg): Update.
776 (m32r_frame_saved_pc): Update.
777 * sh-tdep.c (sh_find_callers_reg): Update.
778 (sh64_get_saved_pr): Update.
779 (sh_init_extra_frame_info): Update.
780 (sh_init_extra_frame_info): Update.
781 (sh64_init_extra_frame_info): Update.
782 (sh64_init_extra_frame_info): Update.
783 * mcore-tdep.c (mcore_find_callers_reg): Update.
784 (mcore_frame_saved_pc): Update.
785 (mcore_init_extra_frame_info): Update.
786 * i386-tdep.c (i386_frame_saved_pc): Update.
787 * ia64-tdep.c (ia64_frame_saved_pc): Update.
788 (ia64_init_extra_frame_info): Update.
789 (ia64_init_extra_frame_info): Update.
790 * d10v-tdep.c (d10v_frame_saved_pc): Update.
791 * cris-tdep.c (cris_init_extra_frame_info): Update.
792 * avr-tdep.c (avr_frame_chain): Update.
793 (avr_init_extra_frame_info): Update.
794 (avr_frame_saved_pc): Update.
795 * arm-tdep.c (arm_find_callers_reg): Update.
796 (arm_init_extra_frame_info): Update.
797 (arm_frame_saved_pc): Update.
798
799 2002-09-17 Tom Tromey <tromey@redhat.com>
800
801 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
802 is "'".
803
804 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
805
806 * MAINTAINERS: Remove "non multi-arched" text from h8300.
807 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
808 NEXT_PROLOGUE_INSN.
809 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
810 NEXT_PROLOGUE_INSN.
811
812 2002-09-16 Joel Brobecker <brobecker@gnat.com>
813
814 * osfsolib.c: Remove file, replaced by solib-osf.c.
815 * Makefile.in: Remove compilation rules for osfsolib.c.
816
817 2002-09-16 David Carlton <carlton@math.stanford.edu>
818
819 * cp-valprint.c (cp_print_class_method): Correct args to
820 check_stub_method_group.
821
822 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
823
824 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
825 `set architecture'. Unify naming convention of functions.
826 (h8300_skip_prologue): Improve prologue analysis.
827 (h8300_push_arguments): Rewritten to more closely match GCC's
828 bizarre argument-passing behavior, along with the comment describing
829 said behavior.
830 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
831 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
832 sim, remote-e7000.c, remote-hms.c and remote.c
833
834 2002-09-15 Mark Kettenis <kettenis@gnu.org>
835
836 * i386-tdep.c (gdb_print_insn_i386): Removed.
837 (i386_print_insn): New function.
838 (i386_gdbarch_init): Set print_insn to i386_print_insns.
839 (_initialize_i386_tdep): Don't initialize tm_print_insn and
840 tm_print_insn_info.
841
842 2002-09-14 Mark Kettenis <kettenis@gnu.org>
843
844 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
845 zero.
846
847 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
848
849 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
850 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
851 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
852
853 2002-09-13 Christopher Faylor <cgf@redhat.com>
854
855 * win32-nat.c (child_create_inferior): Honor 'tty' command.
856
857 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
858
859 * gdbtypes.c (check_stub_method): Make static.
860 (check_stub_method_group): New function.
861 * gdbtypes.h: Update prototypes.
862 * cp-support.c: New file.
863 * cp-support.h: New file.
864
865 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
866 (update_method_name_from_physname): New function.
867 (read_member_functions): Correct method names for operators
868 and v3 constructors/destructors. Separate v2 constructors and
869 destructors.
870 * Makefile.in (stabsread.o): Update dependencies.
871 (SFILES): Add cp-support.c.
872 (COMMON_OBS): Add cp-support.o.
873 (cp_support_h, cp-support.o): Add.
874
875 * cp-valprint.c (cp_print_class_method): Call
876 check_stub_method_group instead of check_stub_method. Remove
877 extraneous QUITs.
878 * p-valprint.c (pascal_object_print_class_method): Likewise.
879 * valops.c (search_struct_method): Likewise.
880 (find_method_list, value_struct_elt_for_reference): Likewise.
881
882 2002-09-13 Andrew Cagney <cagney@redhat.com>
883
884 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
885 * gdbarch.h, gdbarch.c: Regenerate.
886
887 2002-09-13 Andrew Cagney <ac131313@redhat.com>
888
889 * frame.c (find_saved_register): Delete function.
890 * frame.h (find_saved_register): Delete declaration.
891 Fix PR gdb/631.
892
893 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
894
895 * mips-tdep.c (read_next_frame_reg): Re-hack using
896 frame_register_unwind.
897
898 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
899
900 * mips-tdep.c (mips_get_saved_register): Re-hack using
901 frame_register_unwind.
902
903 2002-09-12 Joel Brobecker <brobecker@gnat.com>
904
905 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
906 vector. Will be useful for Interix.
907 * gdbarch.h, gdbarch.c: Regenerate.
908
909 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
910 name of the malloc function by NAME_OF_MALLOC.
911
912 2002-09-12 Joel Brobecker <brobecker@gnat.com>
913
914 * value.h (find_function_in_inferior): Add const keyword to
915 one of the parameters. Allows us to invoke this function with
916 a const char *.
917 * valops.c (find_function_in_inferior): Likewise.
918
919 2002-09-12 Joel Brobecker <brobecker@gnat.com>
920
921 * exec.c (xfer_memory): Fix compilation warning with old versions
922 of GCC.
923 * tracepoint.c (trace_find_tracepoint_command): Likewise.
924
925 2002-09-12 David Carlton <carlton@math.stanford.edu>
926
927 * symtab.h: Run through gdb_indent.h.
928 Add 2002 to Copyright year list.
929
930 2002-09-12 Alan Modra <amodra@bigpond.net.au>
931
932 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
933 mach constants.
934 * MAINTAINERS: Add myself to write after approval list.
935
936 2002-09-11 J. Brobecker <brobecker@gnat.com>
937
938 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
939
940 2002-09-11 J. Brobecker <brobecker@gnat.com>
941
942 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
943 Interix.
944
945 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
946
947 * procfs.c (do_detach): Clear current signal, not just fault.
948 Corrects problem with breakpoint trap signal leaking to detached
949 process on Tru64.
950
951 2002-09-10 Michael Snyder <msnyder@redhat.com>
952
953 * buildsym.c (finish_block): Protect against null pointer.
954
955 2002-09-10 Andrew Cagney <cagney@redhat.com>
956
957 * infcmd.c (default_print_registers_info): Send all output to
958 ``file'' instead of ``gdb_stdout''.
959
960 2002-09-10 Michael Snyder <msnyder@redhat.com>
961
962 * mips-tdep.c (mips_extract_struct_value_address): Make val a
963 LONGEST, and use signed register read (addresses are sign-
964 extended for mips).
965
966 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
967
968 * event-loop.c (gdb_do_one_event): Make public.
969 * event-loop.h (gdb_do_one_event): Declare.
970
971 2002-09-10 Jeff Law <law@redhat.com>
972
973 * infttrace.c (child_resume): Simplify and rework to avoid
974 TT_PROC_CONTINUE.
975
976 2002-09-09 Fred Fish <fnf@intrinsity.com>
977
978 * printcmd.c (print_scalar_formatted): "len" is the number of
979 target bytes, NOT the number of target bits.
980
981 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
982
983 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
984 * top.c (init_main): Set rl_terminal_name.
985
986 2002-09-08 Aidan Skinner <aidan@velvet.net>
987
988 * ada-lang.c (ada_array_bound, ada_type_match,
989 _initialize_ada_language): Fix K&R definitions.
990 * ada-tasks.c (get_current_task): Fix K&R definitions.
991 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
992
993 2002-09-07 Christopher Faylor <cgf@redhat.com>
994
995 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
996 Add XP.
997
998 2002-09-06 Mark Kettenis <kettenis@gnu.org>
999
1000 * i386-tdep.c (i386_register_virtual_type,
1001 i386_register_convertible, i386_register_convert_to_virtual,
1002 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1003 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1004 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1005 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1006 Don't set push_arguments twice.
1007
1008 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1009 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1010 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1011 sigtramp_end to NULL.
1012 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1013 defines.
1014 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1015
1016 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1017 whitespace.
1018
1019 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1020 * gdbarch.h, gdbarch.c: Re-generate.
1021 * blockframe.c (find_pc_sect_partial_function): Convert to use
1022 SIGTRAMP_START_P predicate.
1023
1024 2002-09-05 Michael Snyder <msnyder@redhat.com>
1025
1026 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1027 generic_dummy_frame method and old method. Also distinguish
1028 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1029 (arm_extract_return_value): Use new regcache method.
1030
1031 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1032 adjustment that doesn't conform to the ABI.
1033 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1034 saved regcache, not from current regcache.
1035
1036 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1037
1038 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1039 * README: Update.
1040
1041 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1042
1043 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1044 if arm_apcs_32 is false.
1045
1046 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1047
1048 GDB 5.3 branch created.
1049
1050 2002-09-03 Theodore A. Roth <troth@verinet.com>
1051
1052 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1053 generic_unwind_get_saved_register.
1054
1055 2002-09-03 David Carlton <carlton@math.stanford.edu>
1056
1057 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1058 argument (PR gdb/653). Update call to smash_to_method_type.
1059 (read_structure_scope): Update call to dwarf2_add_member_fn.
1060
1061 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1062
1063 * x86-64-linux-tdep.c: Include gdb_string.h
1064 * x86-64-linux-nat.c: Ditto.
1065
1066 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1067
1068 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1069 when YYDEBUG is set to 1.
1070 * c-exp.y: Likewise.
1071 * f-exp.y: Likewise.
1072 * jv-exp.y: Likewise.
1073 * m2-exp.y: Likewise.
1074 * p-exp.y: Likewise.
1075
1076 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1077
1078 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1079 dependency list.
1080 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1081 solib_svr4_fetch_link_map_offsets to
1082 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1083 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1084 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1085 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1086 solib-svr4.o, and solib-legacy.o.
1087 * config/i386/tm-nbsd.h: Include solib.h.
1088
1089 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1090
1091 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1092 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1093 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1094 comment noting that this needs its own target configuration.
1095 * config/i386/nbsd.mt: New file.
1096 * config/i386/nbsdaout.mt: Remove.
1097 * config/i386/nbsdelf.mt: Ditto.
1098 * config/i386/tm-nbsdaout.h: Ditto.
1099
1100 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1101
1102 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1103 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1104 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1105 tdep->sigtramp_end.
1106 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1107 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1108 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1109
1110 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1111
1112 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1113 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1114 * i386-tdep.h (i386bsd_init_abi): New prototype.
1115 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1116 function declaration.
1117 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1118 for NetBSD-a.out or NetBSD-ELF.
1119 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1120 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1121 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1122 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1123 and nbsd-tdep.h.
1124 (i386nbsd_pc_in_sigtramp): New function.
1125 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1126 i386nbsd_pc_in_sigtramp.
1127 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1128 and i386nbsdelf_init_abi OS ABI handlers.
1129 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1130 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1131
1132 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1133
1134 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1135 registers if the target really has them.
1136
1137 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1138
1139 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1140 than nbsd-tdep.h.
1141
1142 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1143
1144 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1145 list.
1146 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1147 (alphanbsd_skip_sigtramp_frame): New functions.
1148 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1149 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1150 to alphanbsd_sigcontext_addr.
1151
1152 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1153
1154 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1155 list.
1156 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1157 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1158 nbsd_pc_in_sigtramp.
1159 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1160 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1161 * nbsd-tdep.c: Include gdb_string.h.
1162 (nbsd_pc_in_sigtramp): New function.
1163 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1164 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1165 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1166 ppcnbsd_pc_in_sigtramp.
1167 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1168 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1169 shnbsd_pc_in_sigtramp.
1170 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1171 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1172 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1173
1174 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1175
1176 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1177 watchpoints to NULL.
1178 (insert_breakpoints): set val field of watchpoints if NULL.
1179
1180
1181 2002-08-29 Jim Blandy <jimb@redhat.com>
1182
1183 * symtab.c (lookup_symbol_aux): In the cases where we find a
1184 minimal symbol of an appropriate name and use its address to
1185 select a symtab to read and search, use `name' (as passed to us)
1186 as the demangled name when searching the symtab's global and
1187 static blocks, not the minsym's name.
1188
1189 2002-08-29 Keith Seitz <keiths@redhat.com>
1190
1191 * stack.c (print_frame_info_base): Always set current_source_symtab
1192 and current_source_line.
1193
1194 2002-08-29 Donn Terry <donnte@microsoft.com>
1195
1196 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1197
1198 2002-08-28 Keith Seitz <keiths@redhat.com>
1199
1200 * stack.c (select_frame): Add FIXME concerning selected-frame
1201 events.
1202 (select_frame_command): Send selected-frame-level-changed
1203 event notification, but only if the level actually changed.
1204 (up_silently_base): Add selected-frame-level-changed event
1205 notification.
1206 (down_silently_base): Likewise.
1207
1208 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1209
1210 * Makefile.in: Update dependencies for all gdb/*.c files.
1211
1212 2002-08-27 Tom Tromey <tromey@redhat.com>
1213
1214 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1215 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1216 Update dependencies.
1217 * i387-tdep.c: Include gdb_string.h.
1218 * osabi.c: Likewise.
1219 * i386-linux-nat.c: Likewise.
1220 * lin-lwp.c: Likewise.
1221 * ax-gdb.c: Likewise.
1222 * signals/signals.c: Likewise.
1223 * jv-valprint.c: Likewise.
1224 * p-lang.c: Likewise.
1225 * c-valprint.c: Likewise.
1226 * cp-abi.c: Likewise.
1227
1228 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1229
1230 * cli/cli-script.h (copy_command_lines): Export.
1231 * breakpoint.c: Include cli/cli-script.h.
1232 * Makefile.in (breakpoint.o): Update dependencies.
1233
1234 2002-08-26 Michael Snyder <msnyder@redhat.com>
1235
1236 * breakpoint.c (insert_breakpoints): Protect all references
1237 to 'process_warning'. Shorten long lines.
1238
1239 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1240
1241 * cli/cli-script.c (copy_command_lines): New function.
1242 * defs.h (copy_command_lines): Export.
1243 * testsuite/gdb.base/commands.exp: New tests for commands
1244 attached to a temporary breakpoint, and for commands that
1245 delete the breakpoint they are attached to.
1246
1247 2002-08-26 Michael Snyder <msnyder@redhat.com>
1248
1249 * breakpoint.c (bpstat_stop_status): Instead of copying the
1250 pointer to the breakpoint commands struct, make a new copy
1251 of the struct and point to that.
1252 (bpstat_clear): Free the commands struct.
1253 (bpstat_clear_actions): Free the commands struct.
1254 (bpstat_do_actions): Free the command actions. Also execute
1255 the local cleanups, instead of deleting them.
1256 (delete_breakpoint): Leave the commands field of the bpstat
1257 chain alone -- it will be freed later.
1258
1259 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1260
1261 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1262 deleted in 2002-08-20 commit. This function is still used by
1263 ppc-linux-nat.c.
1264
1265 2002-08-26 Keith Seitz <keiths@redhat.com>
1266
1267 * gdb-events.sh: Add selected-frame-level-changed event.
1268 * gdb-events.c: Regenerated.
1269 * gdb-events.h: Regenerated.
1270
1271 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1272
1273 Fix PR gdb/393:
1274 * inflow.c (terminal_save_ours): New function to save terminal
1275 settings.
1276 * inferior.h (terminal_save_ours): Declare.
1277 * target.c (debug_to_terminal_save_ours): New function.
1278 (cleanup_target): Defaults to_terminal_save_ours.
1279 (update_current_target): Inherit to_terminal_save_ours.
1280 (setup_target_debug): Set to_terminal_save_ours.
1281 * target.h (target_terminal_save_ours): New to save terminal settings.
1282 (target_ops): New member to_terminal_save_ours.
1283 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1284 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1285 * inftarg.c (init_child_ops): Likewise.
1286 * m3-nat.c (init_m3_ops): Likewise.
1287 * procfs.c (init_procfs_ops): Likewise.
1288 * wince.c (init_child_ops): Likewise.
1289 * win32-nat.c (init_child_ops): Likewise.
1290 * sol-thread.c (init_sol_thread_ops): Likewise.
1291
1292 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1293
1294 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1295 use regcache_* functions.
1296 (i386_gdbarch_init): Set store_return_value instead of
1297 deprecated_store_return_value.
1298
1299 * regcache.c (regcache_raw_write_signed,
1300 regcache_raw_write_unsigned): New functions.
1301 * regcache.h (regcache_raw_write_signed,
1302 regcache_raw_write_unsigned): New prototypes.
1303
1304 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1305
1306 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1307 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1308 source file dependencies. Cleanup corresponding generator rules.
1309
1310 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1311
1312 * regcache.h (register_offset_hack): Declare.
1313 (regcache_cooked_read_using_offset_hack): Declare.
1314 (regcache_cooked_write_using_offset_hack): Declare.
1315
1316 * regcache.c (register_offset_hack): New function.
1317 (regcache_cooked_read_using_offset_hack): New function.
1318 (regcache_cooked_write_using_offset_hack): New function.
1319 (regcache_dump): Check that the registers, according to their
1320 offset, are packed hard against each other.
1321 (cooked_xfer_using_offset_hack): New function.
1322
1323 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1324
1325 * regcache.c (struct regcache_descr): Add field register_type.
1326 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1327 in as a parameter
1328 (init_regcache_descr): Initialize register_type. Pass the descr
1329 to init_legacy_regcache_descr. Use register_type instead of
1330 REGISTER_VIRTUAL_TYPE.
1331 (register_type): New function.
1332 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1333 * regcache.h (register_type): Declare.
1334
1335 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1336
1337 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1338 instead of deprecated_store_return_value. Fix fallout from
1339 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1340
1341 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1342
1343 * regcache.c (max_register_size): New function.
1344 (init_legacy_regcache_descr): Ensure that max_register_size is
1345 large enough for REGISTER_VIRTUAL_SIZE.
1346 * regcache.h (max_register_size): Declare.
1347
1348 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1349
1350 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1351 store_return_value.
1352 (e500_extract_return_value): Change type of valbuf pointer to
1353 void.
1354
1355 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1356
1357 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1358 workaround.
1359
1360 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1361 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1362 long long) to prevent compiler warning on 64-bit systems.
1363
1364 2002-08-23 Andrew Cagney <cagney@redhat.com>
1365
1366 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1367 (DEPRECATED_STORE_RETURN_VALUE): New method.
1368 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1369 * gdbarch.h, gdbarch.c: Re-generate.
1370
1371 * values.c (set_return_value): Pass current_regcache to
1372 STORE_RETURN_VALUE.
1373 * arch-utils.h (legacy_store_return_value): Declare.
1374 * arch-utils.c (legacy_store_return_value): New function.
1375 (legacy_extract_return_value): Update parameters.
1376
1377 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1378 STORE_RETURN_VALUE.
1379 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1380 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1381 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1382 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1383 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1384 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1385 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1386 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1387 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1388 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1389
1390 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1391 * i386-tdep.c (i386_extract_return_value): Update.
1392 * arch-utils.c (legacy_extract_return_value): Update.
1393 * frv-tdep.c (frv_gdbarch_init): Update.
1394 * cris-tdep.c (cris_gdbarch_init): Update.
1395 * d10v-tdep.c (d10v_gdbarch_init): Update.
1396 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1397 * m68k-tdep.c (m68k_gdbarch_init): Update.
1398 * mcore-tdep.c (mcore_gdbarch_init): Update.
1399 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1400 * s390-tdep.c (s390_gdbarch_init): Update.
1401 * sparc-tdep.c (sparc_gdbarch_init): Update.
1402 * sh-tdep.c (sh_gdbarch_init): Update.
1403 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1404 * v850-tdep.c (v850_gdbarch_init): Update.
1405 * avr-tdep.c (avr_gdbarch_init): Update.
1406 * ia64-tdep.c (ia64_gdbarch_init): Update.
1407 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1408 * vax-tdep.c (vax_gdbarch_init): Update.
1409 * alpha-tdep.c (alpha_gdbarch_init): Update.
1410 * arm-tdep.c (arm_gdbarch_init): Update.
1411 * mips-tdep.c (mips_gdbarch_init): Update.
1412 * i386-tdep.c (i386_gdbarch_init): Update.
1413
1414 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1415
1416 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1417 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1418
1419 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1420
1421 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1422 problems.
1423
1424 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1425
1426 * infrun.c (handle_inferior_event): Move a comment outside of a
1427 function call, in order to avoid indent reformatting this part
1428 of the code in an unreadable way.
1429
1430 2002-08-23 Grace Sainsbury <graces@redhat.com>
1431
1432 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1433 when breakpoints fail. Move general breakpoint error messages to
1434 insert_breakpoints.
1435 * breakpoint.c (insert_breakpoints): Change warnings when
1436 breakpoints are nto inserted to specify the type. Remove call to
1437 memory_error when hardware breakpoints can't be inserted. Remove
1438 multiple calls to warning so all messages are sent to the user at
1439 once.
1440 (delete_breakpoints): Make insert error messsages more explicit.
1441
1442 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1443
1444 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1445 gdbserver/ChangeLog.
1446
1447 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1448
1449 * i386-tdep.c: Include "objfiles.h".
1450 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1451 skip_trampoline_code.
1452 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1453 (CPLUS_MARKER): Define to '.'.
1454
1455 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1456 member.
1457 (linux_corefile_thread_callback): Increase args->num_notes.
1458 (linux_make_note_section): Initialize thread_args.num_notes, and
1459 use it to determine whether notes for any threads were created.
1460
1461 2002-08-23 Donn Terry <donnte@microsoft.com>
1462
1463 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1464 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1465 and PCUNKILL.
1466 (write_with_trace): Conditionalize out the switch branch handling
1467 PCSHOLD if the corresponding macro is not defined. Likewise for
1468 PRSABORT and PRSTOP.
1469 This change will be needed by the Interix port.
1470
1471 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1472
1473 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1474 write_register wherever possible instead of manipulating the
1475 register bytes directly.
1476 Assign VALUE_CONTENTS to a variable and use that.
1477 The GPR numbers are now dependent on the architecture.
1478
1479 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1480
1481 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1482 ev_offset fields.
1483 (skip_prologue): Add support for BookE/e500 instructions.
1484 (e500_extract_return_value): New function.
1485 (frame_get_saved_regs): Add support for saving ev registers and
1486 pseudo gpr's.
1487 (e500_store_return_value): New function.
1488 (rs6000_gdbarch_init): Move up default intializations of
1489 deprecated_extract_return_value and store_return_value. Overwrite
1490 init of store_return_value with e500 specific version.
1491 Set extract_return_value for e500.
1492
1493 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1494
1495 * blockframe.c (generic_call_dummy_register_unwind): Use
1496 regcache_cooked_read to catch cases in which the variable is
1497 stored in a pseudo register.
1498
1499 2002-08-22 Andrew Cagney <cagney@redhat.com>
1500
1501 * NEWS: Mention that the i960 has been made obsolete.
1502 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1503 i960-tdep.c
1504 (remote-nrom.o): Obsolete target.
1505 (remote-nindy.o, i960-tdep.o): Ditto.
1506 * remote-nrom.c: Make file obsolete.
1507 * remote-nindy.c, remote-vx960.c: Ditto.
1508 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1509 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1510 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1511 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1512 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1513 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1514 i960-*-vxworks* obsolete.
1515 * MAINTAINERS: Note that the i960 is obsolete.
1516
1517 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1518
1519 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1520 detach to allow reinitialization.
1521
1522 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1523
1524 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1525 attempt).
1526
1527 2002-08-22 Jim Blandy <jimb@redhat.com>
1528
1529 * coffread.c (coff_symfile_read): Don't try to read the line
1530 number table from disk if the image file doesn't have a symbol
1531 table; we'll never actually look at the info anyway, and Windows
1532 ships DLL's with bogus file offsets for the line number data.
1533
1534 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1535
1536 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1537 an e500 executable.
1538
1539 2002-08-21 Michael Snyder <msnyder@redhat.com>
1540
1541 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1542 (MSYMBOL_SIZE): Replace macro with function.
1543 (DEFAULT_MIPS_TYPE): Delete unused macro.
1544 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1545 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1546
1547 2002-08-21 Jim Blandy <jimb@redhat.com>
1548
1549 * valops.c (value_cast): Simplify and correct logic for doing a
1550 static cast from a pointer to a base class to a pointer to a
1551 derived class.
1552
1553 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1554
1555 * infcmd.c (default_print_registers_info): Replace
1556 do_registers_info.
1557 (registers_info): Use gdbarch_print_registers_info instead of
1558 DO_REGISTERS_INFO.
1559 * inferior.h (default_print_registers_info): Replace
1560 do_registers_info.
1561 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1562 (DO_REGISTERS_INFO): Change to a predicate function.
1563 * gdbarch.h, gdbarch.c: Regenerate.
1564
1565 2002-08-21 Keith Seitz <keiths@redhat.com>
1566
1567 * gdb-events.sh: Add target-changed event.
1568 * gdb-events.c: Regenerated.
1569 * gdb-events.c: Regenerated.
1570 * valops.c (value_assign): Add target-changed event notification
1571 to inlval_register, lval_memory, and lval_reg_frame_relative.
1572
1573 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1574
1575 * NEWS: Add an entry regarding the improvement of the next/step
1576 operation on Alpha Tru64 multi-processor machines.
1577
1578 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1579
1580 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1581 directores.
1582 * Makefile.in: Update all _h macro definitions.
1583 * Makefile.in (install-gdbtk): Move to install section.
1584 (rdi-share/libangsd.a): Move to end of file.
1585
1586 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1587
1588 * frame.c (frame_register_unwind): When a register, set addrp to
1589 the register's byte.
1590
1591 2002-08-20 Michael Snyder <msnyder@redhat.com>
1592
1593 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1594 used locally, so move them from the target machine header to here.
1595 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1596 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1597 Make static.
1598 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1599
1600 2002-08-20 Andrew Cagney <cagney@redhat.com>
1601
1602 * NEWS: Mention that the Apollo line was made obsolete.
1603 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1604 m68*-hp-hpux* obsolete.
1605 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1606 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1607 * buildsym.c (make_blockvector): Make static.
1608 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1609 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1610 (ALLDEPFILES): Remove dstread.c.
1611 (dstread.o): Obsolete make rule.
1612 * dstread.c: Makefile obsolete.
1613 * dst.h: Ditto.
1614 * config/m68k/hp300hpux.mt: Ditto.
1615 * config/m68k/hp300hpux.mh: Ditto.
1616 * config/m68k/hp300bsd.mt: Ditto.
1617 * config/m68k/hp300bsd.mh: Ditto.
1618 * config/m68k/apollo68b.mt: Ditto.
1619 * config/m68k/apollo68v.mh: Ditto.
1620 * config/m68k/apollo68b.mh: Ditto.
1621
1622 2002-08-20 Michael Snyder <msnyder@redhat.com>
1623
1624 * mips-tdep.c (mips_in_return_stub): Make static.
1625 (mips_gdbarch_init): Set in_solib_return_trampoline.
1626 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1627
1628 2002-08-20 Michael Snyder <msnyder@redhat.com>
1629
1630 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1631 * gdbarch.c, gdbarch.h: Regenerate.
1632 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1633 Add.
1634 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1635
1636 2002-08-20 Michael Snyder <msnyder@redhat.com>
1637
1638 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1639 (mips_gdbarch_init): Set skip_trampoline_code,
1640 in_solib_call_trampoline.
1641 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1642 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1643
1644 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1645
1646 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1647
1648 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1649 vector type for ev registers.
1650 (e500_pseudo_register_read): New function.
1651 (e500_pseudo_register_write): New function.
1652 (e500_dwarf2_reg_to_regnum): New function.
1653 (PPC_UISA_NOFP_SPRS): New macro.
1654 (PPC_EV_REGS): New macro.
1655 (PPC_GPRS_PSEUDO_REGS): New macro.
1656 (registers_e500): New register set for e500.
1657 (variants): Add e500 variant.
1658 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1659 before setting architectural dependent variations. Initialize ev
1660 registers numbers. Add case for e500 architecture. Set the
1661 number of pseudo registers.
1662
1663 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1664
1665 * rs6000-tdep.c: Clean up comments.
1666
1667 2002-08-20 Andrew Cagney <cagney@redhat.com>
1668
1669 * h8300-tdep.c: Re-indent file.
1670
1671 2002-08-20 Jim Blandy <jimb@redhat.com>
1672
1673 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1674 default for this.
1675
1676 2002-08-20 Keith Seitz <keiths@redhat.com>
1677
1678 * breakpoints.c (watch_command_1): Use internal breakpoint
1679 when setting a watchpoint_scope breakpoint.
1680
1681 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1682
1683 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1684 (build_builtin_type_vec64i): Ditto.
1685 (build_builtin_type_vec128): Ditto.
1686 (build_builtin_type_vec128i): Ditto.
1687
1688 2002-08-19 Michael Snyder <msnyder@redhat.com>
1689
1690 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1691 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1692 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1693 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1694 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1695 CALL_DUMMY_ADDRESS): Delete.
1696 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1697 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1698 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1699 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1700 push_return_address.
1701 (mips_register_raw_size, mips_eabi_use_struct_convention,
1702 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1703 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1704 mips_init_extra_frame_info, mips_eabi_push_arguments,
1705 mips_n32n64_push_arguments, mips_push_return_address,
1706 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1707 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1708
1709 2002-08-19 Michael Snyder <msnyder@redhat.com>
1710
1711 * mips-tdep.c (mips_frame_num_args): New function.
1712 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1713 frame_saved_pc, frame_args_address, frame_locals_address,
1714 frame_num_args, and frame_args_skip.
1715 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1716 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1717 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1718 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1719
1720 2002-08-20 Michael Snyder <msnyder@redhat.com>
1721
1722 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1723 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1724 * mips-tdep.c (mips_store_struct_return): New function.
1725 (mips_extract_struct_value_address): New function.
1726 (mips_gdbarch_init): Set store_struct_return and
1727 extract_struct_value_address.
1728
1729 2002-08-20 David Carlton <carlton@math.stanford.edu>
1730
1731 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1732 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1733 (read_file_scope): Check that line_header is nonzero before
1734 decoding macro information.
1735
1736 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1737
1738 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1739 flag the general-purpose registers as floating-point on targets
1740 that don't support the floating-point registers.
1741
1742 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1743
1744 * rs6000-tdep.c (altivec_register_p): Delete.
1745 (rs6000_do_altivec_registers): Delete.
1746 (rs6000_altivec_registers_info): Delete.
1747 (rs6000_do_registers_info): Delete.
1748 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1749 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1750
1751 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1752
1753 * infcmd.c (do_registers_info): Print vector registers in hex
1754 format only.
1755 (print_vector_info): Check that printing registers
1756 makes sense.
1757 (print_float_info): Ditto.
1758
1759 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1760
1761 * mips-tdep.c (mips_gdbarch_init): Update.
1762 (mips_o32_extract_return_value): Rewrite.
1763 (mips_o32_store_return_value): Rewrite.
1764 (mips_o32_xfer_return_value): New function.
1765 (mips_xfer_register): Tweak debug print message. Allow for
1766 buf_offset when dumping the value transfered.
1767
1768 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1769
1770 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1771 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1772 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1773 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1774 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1775
1776 2002-08-14 Michael Snyder <msnyder@redhat.com>
1777
1778 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1779
1780 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1781
1782 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1783 register.
1784 (P): New macro to define a register as a pseudo register.
1785 (R, R4, R8, R16, FR32, R64, R0): Updated.
1786 (struct variant): Add new fields for number of pseudo registers
1787 and number of total registers.
1788 (tot_num_registers): New macro replacing....
1789 (num_registers): ...deleted macro.
1790 (num_registers): New function.
1791 (num_pseudo_registers): New function.
1792 (variants): Update all variants to intialize new fields correctly.
1793 Postpone initialization of number of pseudo regs and real regs.
1794 (init_variants): New function.
1795 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1796 registers offsets.
1797
1798 2002-08-19 David Carlton <carlton@math.stanford.edu>
1799
1800 * valops.c (search_struct_field): Change error message to treat
1801 return value of 0 from value_static_field as meaning that field is
1802 optimized out.
1803 (value_struct_elt_for_reference): Ditto.
1804 * values.c (value_static_field): Treat an unresolved location the
1805 same as a nonexistent symbol. Fix PR gdb/635.
1806 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1807 enclosed. Fix PR gdb/574.
1808 * MAINTAINERS: Add self to Write After Approval list.
1809
1810 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1811
1812 * mips-tdep.c (mips_xfer_register): New function.
1813 (mips_n32n64_extract_return_value): Rewrite.
1814 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1815 instead of deprecated_extract_return_value.
1816
1817 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1818
1819 * rs6000-tdep.c (TDEP): Delete macro.
1820 (branch_dest): Replace use of TDEP macro with its body.
1821 (rs6000_pop_frame): Ditto.
1822 (rs6000_push_arguments): Ditto.
1823 (rs6000_skip_trampoline_code): Ditto.
1824 (rs6000_frame_saved_pc): Ditto.
1825 (rs6000_frame_chain): Ditto.
1826 (rs6000_register_name): Ditto.
1827 (rs6000_register_byte): Ditto.
1828 (rs6000_register_raw_size): Ditto.
1829 (rs6000_register_virtual_type): Ditto.
1830 (rs6000_register_convertible): Ditto.
1831 (rs6000_convert_from_func_ptr_addr): Ditto.
1832
1833 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1834
1835 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1836 conditionally.
1837 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1838 MIPS_LINUX_JB_ELEMENT_SIZE.
1839 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1840 for MAX_REGISTER_RAW_SIZE arrays.
1841 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1842 MIPS_LINUX_JB_ELEMENT_SIZE.
1843
1844 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1845
1846 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1847
1848 2002-08-19 Aidan Skinner <aidan@velvet.net>
1849
1850 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1851 ada-valprint.c ada-tasks.c.
1852 (YYFILES): Add ada-exp.y.
1853 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1854 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1855 (ada-exp.tab.o): New target.
1856
1857 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1858
1859 * regcache.c (regcache_xfer_part): New function.
1860 (regcache_raw_read_part): New function.
1861 (regcache_raw_write_part): New function.
1862 (regcache_cooked_read_part): New function.
1863 (regcache_cooked_write_part): New function.
1864 * regcache.h (regcache_raw_read_part): Declare.
1865 (regcache_raw_write_part): Declare.
1866 (regcache_cooked_read_part): Declare.
1867 (regcache_cooked_write_part): Declare.
1868
1869 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1870
1871 * remote.c (remote_open_1): Add async_p.
1872 (remote_async_open_1): Delete.
1873 (open_remote_target): Delete.
1874 (remote_open, extended_remote_open): Update calls to remote_open_1.
1875 (remote_async_open, extended_remote_async_open): Call
1876 remote_open_1 instead of remote_async_open_1.
1877
1878 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1879
1880 * blockframe.c: Fix a few coding standard violations.
1881
1882 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1883
1884 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1885 here from ...
1886 * config/i386/tm-i386sco5.h: ... here. File removed.
1887 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1888
1889 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1890 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1891 (TM_FILE): Set to tm-i386.h.
1892 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1893 * config/i386/tm-i386v.h: Remove file.
1894 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1895 instead of "i386/tm-i386v.h".
1896 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1897 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1898 "i386/tm-i386v.h".
1899 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1900 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1901 "i386/tm-i386.h".
1902
1903 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1904
1905 * config/i386/nm-i386v.h: Add protection against
1906 multiple-inclusion.
1907 (i386_register_u_addr): Remove prototype.
1908 (register_u_addr): New prototype.
1909 (REGISTER_U_ADDR): Redefine accordingly.
1910 * i386v-nat.c: Improve several comments.
1911 (i386_register_u_addr): Change signature and rename to
1912 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1913 ubase variable.
1914
1915 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1916
1917 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1918 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1919 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1920 deprecated_extract_return_value.
1921 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1922 rename mips_o32o64_push_arguments.
1923 (mips_gdbarch_init): Update.
1924 (mips_extract_return_value): Delete.
1925 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1926 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1927 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1928 (mips_n32n64_extract_return_value): Clone
1929 mips_extract_return_value.
1930 (mips_store_return_value): Delete.
1931 (mips_o32_store_return_value): Clone mips_store_return_value.
1932 (mips_o64_store_return_value): Clone mips_store_return_value.
1933 (mips_eabi_store_return_value): Clone mips_store_return_value.
1934 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1935
1936 2002-08-18 Aidan Skinner <aidan@velvet.net>
1937
1938 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1939 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1940
1941 2002-08-18 Aidan Skinner <aidan@velvet.net>
1942
1943 * ada-lang.c: Run through gdb_indent.sh.
1944 * ada-lang.h: Run through gdb_indent.sh.
1945 * ada-tasks.c: Run through gdb_indent.sh.
1946 * ada-typeprint.c: Run through gdb_indent.sh.
1947 * ada-valprint.c: Run through gdb_indent.sh.
1948
1949 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1950
1951 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1952 ABI.
1953
1954 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1955
1956 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1957
1958 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1959 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1960
1961 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1962 write_register_gen instead of write_register_bytes.
1963
1964 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1965 i[3456]-*-osf1mk* configurations have been made obsolete.
1966 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1967 i[3456]86-*-osf1mk* hosts obsolete.
1968 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1969 targets obsolete.
1970 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1971 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1972 config/i386/i386m3.mt, config/i386/nm-m3.h,
1973 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1974 config/i386/i386mk.mh, config/i386/i386mk.mt,
1975 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1976 obsolete.
1977 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1978 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1979 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1980
1981 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1982
1983 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1984 (hppa_value_returned_from_stack): Declare.
1985 (hppa_extract_return_value): Declare.
1986 * config/pa/hppa.mt: New file.
1987 * configure.tgt: Recognize hppa*-*-*.
1988 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1989
1990 2002-08-18 Mark Kettenis <kettenis@gnu.org>
1991
1992 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1993 comment.
1994
1995 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1996
1997 * top.c (gdb_rl_operate_and_get_next): Make sure
1998 operate-and-get-next functions correctly even when the history
1999 list is completely filled.
2000
2001 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2002
2003 * MAINTAINERS (Target Instruction Set Architectures): Rename
2004 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2005 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2006 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2007 already listed under Host/Native.
2008
2009 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2010 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2011 mips*-*-*.
2012
2013 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2014
2015 * config/ia64/ia64.mt: New file.
2016 * config/alpha/alpha.mt: New file.
2017 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2018 ia64-linux-gnu. Mention that ia64-elf is broken.
2019 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2020
2021 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2022
2023 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2024 generic_func_frame_valid instead of func_frame_valid.
2025
2026 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2027
2028 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2029 procfs appears to be broken when debugging on multi-processor
2030 machines. So enable software single stepping in order to avoid
2031 using the procfs interface to do next/step operations, using
2032 internal breakpoints instead.
2033
2034 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2035 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2036 make this pc address equal to the value it would have if the
2037 system stepping capability was used. Also set a new flag used
2038 to ensure that we don't readjust the PC one more time later.
2039
2040 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2041 address by DECR_PC_AFTER_BREAK when software single step is
2042 in use for this architecture, as this has already been taken
2043 care of in handle_inferior_event().
2044
2045 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2046
2047 * infrun.c (handle_inferior_event): Minor reformatting, to make
2048 a rather long condition expression easier to read.
2049
2050 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2051
2052 * Makefile.in (gdbtk.o): Move to end of file.
2053 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2054 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2055 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2056 (gdbtk-wrapper.o, gdbres.o): Ditto.
2057
2058 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2059
2060 * Makefile.in (copying.o): Separate out compile rule.
2061 (hpux-thread.o, procfs.o, signals.o): Ditto.
2062 (v850ice.o, z8k-tdep.o): Ditto.
2063 (tui-file.o): Move to TUI section.
2064 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2065 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2066
2067 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2068
2069 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2070 skip_trampoline_code, for better namespace-proofing.
2071
2072 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2073
2074 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2075
2076 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2077
2078 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2079
2080 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2081 signal, check whether we hit a breakpoint before checking for a
2082 single step breakpoint. Otherwise, GDB fails to notice that a
2083 breakpoint has been hit when stepping onto a breakpoint.
2084
2085 2002-08-16 Keith Seitz <keiths@redhat.com>
2086
2087 * gdb-events.sh (clear_gdb_event_hooks): New function.
2088 * gdb-events.c: Regenerate.
2089 * gdb-events.h: Regenerate.
2090
2091 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2092
2093 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2094 not_a_sw_breakpoint.
2095 * breakpoint.h (bpstat_stop_status): Add parameter names.
2096
2097 2002-08-16 Grace Sainsbury <graces@redhat.com>
2098
2099 * remote.c (remote_insert_hw_breakpoint)
2100 (remote_remove_hw_breakpoint): Fix calculation of length field
2101 for Z-packet.
2102
2103 2002-08-15 Michael Snyder <msnyder@redhat.com>
2104
2105 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2106 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2107 (supply_fpregset): Ditto.
2108
2109 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2110 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2111 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2112 (TARGET_READ_SP): Delete.
2113 (DO_REGISTERS_INFO): Delete.
2114 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2115 Delete.
2116 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2117 from macros to functions.
2118
2119 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2120 (mips_register_convertible, mips_register_convert_to_virtual,
2121 mips_register_convert_to_raw): Make static.
2122 (mips_read_sp): New function.
2123 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2124 (mips_do_registers_info): Make static.
2125 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2126 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2127 (mips_register_convert_from_type, mips_register_convert_to_type):
2128 New functions.
2129 (mips_gdbarch_init): Set up function_start_offset,
2130 register_virtual_size, pc_in_sigtramp.
2131
2132 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2133
2134 * infcmd.c (vector_info): New function.
2135 (_initialize_infcmd): Add command "info vector".
2136 (print_vector_info): New function.
2137
2138 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2139 * gdbarch.h, gdbarch.c: Regenerate.
2140
2141 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2142
2143 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2144 ``print_all''. Only print vector registers when ``print_all''.
2145
2146 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2147
2148 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2149 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2150
2151 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2152 Add `args' parameter.
2153 * gdbarch.h, gdbarch.c: Regenerate.
2154
2155 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2156
2157 * infcmd.c (float_info): Call print_float_info.
2158 (print_float_info): New function. By default, print the
2159 floating-point registers.
2160
2161 * arch-utils.h (default_print_float_info): Delete declaration.
2162 * arch-utils.c (default_print_float_info): Delete function.
2163
2164 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2165
2166 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2167 out define.
2168
2169 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2170 FRAME.
2171
2172 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2173 * configure.host: Make i[3456]86-*-aix host obsolete.
2174 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2175 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2176 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2177 config/i386/xm-i386aix.h: Make files obsolete.
2178 * i386aix-nat.c: Make file obsolete.
2179 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2180 (i386aix-nat.o): Make target obsolete.
2181
2182 * config/i386/nm-gnu.h: Removed.
2183 * config/i386/nm-i386gnu.h: New file.
2184 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2185 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2186 Moved here from ...
2187 * config/i386/tm-i386gnu.h: ... here. Removed.
2188 * config/i386/xm-i386gnu.h: Removed.
2189 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2190 (NAT_FILE): Set to nm-i386gnu.h.
2191 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2192 * i386-tdep.c: New file.
2193 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2194 (i386gnu-tdep.o): Specify dependencies.
2195
2196 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2197
2198 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2199 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2200 Adjust a few comments to reflect reality a bit closer.
2201 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2202 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2203 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2204 target_insert_watchpoint, target_remove_watchpoint):
2205 Move defines to ...
2206 * config/i386/nm-i386sco5.h: ... here.
2207 (kernel_u_size): Add prototype. Improve a few comments and add
2208 protection against multiple inclusion.
2209
2210 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2211 out define.
2212
2213 * uw-thread.c (SP_ARG0): Define if not already defined.
2214 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2215
2216 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2217
2218 * config/i386/tm-i386.h: Don't include "regcache.h".
2219
2220 * i387-tdep.h (i387_print_float_info): New prototype.
2221 * i387-tdep.c (print_i387_value, print_i387_ext,
2222 print_i387_status_word, print_i387_control_word): Add `struct
2223 ui_file *' argument and use it for output.
2224 (i387_print_float_info): Renamed from i387_float_info. Add
2225 `struct gdbarch *' and `struct ui_file *' arguments and use the
2226 latter for output.
2227 * i386-tdep.c: Include "i387-tdep.h".
2228 (i386_gdbarch_init): Set print_float_info.
2229 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2230 (FLOAT_INFO): Remove define.
2231
2232 2002-08-13 Michael Snyder <msnyder@redhat.com>
2233
2234 * mips-tdep.c (mips_push_arguments): Rename to
2235 mips_eabi_push_arguments, and tune for EABI.
2236 (MIPS_REGS_HAVE_HOME_P): Delete.
2237 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2238 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2239 Delete references to mips_regs_have_home_p.
2240
2241 2002-08-14 Keith Seitz <keiths@redhat.com>
2242
2243 * Makefile.in (install-gdbtk): Create insight plugin directory.
2244 Install plugins.tcl file.
2245
2246 2002-08-14 Keith Seitz <keiths@redhat.com>
2247
2248 * configure.in: Move SUBDIRS to near top of the file so that
2249 --enable options may add things to it.
2250 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2251 * configure: Regenerate.
2252
2253 2002-08-13 Michael Snyder <msnyder@redhat.com>
2254
2255 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2256 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2257 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2258
2259 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2260
2261 * vax-tdep.c (vax_get_saved_register): Delete function.
2262 (vax_gdbarch_init): Update.
2263 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2264 (ns32k_gdbarch_init): Update.
2265 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2266 (alpha_gdbarch_init): Update.
2267
2268 2002-08-13 Andrew Cagney <cagney@redhat.com>
2269
2270 * regcache.c (init_regcache_descr): Overallocate the
2271 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2272 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2273 nr_raw_registers.
2274 (set_register_cached): Add range checking assertions. Use
2275 current_regcache.
2276
2277 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2278
2279 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2280 numbers for MMX registers.
2281
2282 2002-08-13 Andrew Cagney <cagney@redhat.com>
2283
2284 * i386-tdep.c (i386_gdbarch_init): Use
2285 generic_unwind_get_saved_register.
2286
2287 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2288
2289 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2290 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2291 target vector.
2292 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2293 Delete. Add comment regarding this now-deleted target method.
2294
2295 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2296
2297 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2298 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2299 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2300 real PC and the page number (if it's within the memory bank window).
2301 (m68hc11_pseudo_register_write): Likewise when saving.
2302 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2303 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2304 (m68hc11_register_raw_size): And use 32-bit for it.
2305 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2306 16K memory bank is used by the prog; also use the virtual pc.
2307
2308 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2309
2310 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2311 (m68hc11_gdbarch_init): Install it in gdbarch.
2312 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2313 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2314 (MSYMBOL_SIZE): New for documentation.
2315 (insn_return_kind): Enum to specify how a function returns.
2316 (frame_extra_info): Cleanup and record the return mode.
2317 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2318 register in address computation.
2319 (m68hc11_get_return_insn): New to obtain the return instruction used
2320 by the function.
2321 (m68hc11_frame_init_saved_regs): Take into account the return
2322 instruction used by the function for far and interrupt functions.
2323 (m68hc11_init_extra_frame_info): Take into account page register.
2324 (m68hc11_frame_args_address): Adjust according to the return mode.
2325 (show_regs): Print page register only when it's used.
2326
2327 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2328
2329 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2330 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2331 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2332 registers.
2333 (m68hc11_register_raw_size): Likewise.
2334
2335 2002-08-13 Andrew Cagney <cagney@redhat.com>
2336
2337 * i386-tdep.c (i386_register_name): Handle mmx registers.
2338 (mmx_regnum_p): New function.
2339 (i386_mmx_names): New array.
2340 (mmx_num_regs): New variable.
2341 (i386_pseudo_register_read): New function.
2342 (i386_pseudo_register_write): New function.
2343 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2344
2345 * regcache.c (regcache_raw_read_unsigned): New function.
2346 (regcache_raw_read_signed): New function.
2347 * regcache.h (regcache_raw_read_unsigned): Declare.
2348 (regcache_raw_read_signed): Declare.
2349
2350 2002-08-13 Andrew Cagney <cagney@redhat.com>
2351
2352 * regcache.c (regcache_raw_read_as_address): Delete function.
2353 (regcache_cooked_read_signed): New function.
2354 (regcache_cooked_read_unsigned): New function.
2355 * regcache.h (regcache_cooked_read_signed): Declare.
2356 (regcache_cooked_read_unsigned): Declare.
2357 (regcache_raw_read_as_address): Delete declaration.
2358
2359 * blockframe.c (generic_read_register_dummy): Use
2360 regcache_cooked_read_unsigned.
2361 * i386-tdep.c (i386_extract_struct_value_address): Use
2362 regcache_cooked_read_unsigned.
2363
2364 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2365
2366 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2367 double sizes according to ELF ABI flags.
2368 (gdbarch_tdep): Record elf_flags.
2369
2370 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2371
2372 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2373 (m6812_prolog): They can appear in 68HC12 function prologue.
2374 (m68hc11_frame_chain): Cleanup.
2375
2376 2002-08-12 Andrew Cagney <cagney@redhat.com>
2377
2378 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2379 declarations.
2380 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2381 (i386_linux_register_raw_size): Delete function.
2382 (i386_linux_init_abi): Update.
2383 * i386-tdep.c (i386_register_raw_size): Delete function.
2384 (i386_register_byte): Delete function.
2385 (i386_gdbarch_init): Update.
2386 (i386_register_size): Delete array.
2387 (i386_register_offset): Delete array.
2388
2389 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2390 (REGISTER_RAW_SIZE): Delete macro.
2391 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2392 (REGISTER_BYTE): Delete macro.
2393
2394 2002-08-11 Aidan Skinner <aidan@velvet.net>
2395
2396 * ada-lang.c (ada_lookup_partial_symbol)
2397 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2398 prototype names so that grep ^func works properly.
2399
2400 * ada-lang.c (ada_array_element_type)
2401 (ada_lookup_partial_symbol): Fix typos in parameter list.
2402
2403 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2404 Fix prototype names so that grep ^func works properly.
2405
2406 2002-08-10 Andrew Cagney <cagney@redhat.com>
2407 Elena Zannoni <ezannoni@redhat.com>
2408 Martin M. Hunt <hunt@redhat.com>
2409
2410 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2411 (build_builtin_type_vec128i): Set the vector bit.
2412 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2413 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2414 (build_builtin_type_vec64): New function.
2415 (build_builtin_type_vec64i): New function.
2416 (build_gdbtypes): Initialize builtin_type_vec64 and
2417 builtin_type_vec64i.
2418
2419 2002-08-09 Andrew Cagney <cagney@redhat.com>
2420
2421 * regcache.c (regcache_dump): Compare the register offset
2422 with REGISTER_BYTE.
2423 * arch-utils.c (generic_register_byte): New function.
2424 * arch-utils.h (generic_register_byte): Declare.
2425 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2426 * gdbarch.h, gdbarch.c: Regenerate.
2427
2428 2002-08-09 Andrew Cagney <cagney@redhat.com>
2429
2430 * regcache.c: Include "gdbcmd.h"
2431 (_initialize_regcache): Add commands "maintenance print
2432 registers", "maintenance print raw-registers" and "maintenance
2433 print cooked-registers".
2434 (enum regcache_dump_what): Define.
2435 (dump_endian_bytes): New function.
2436 (regcache_dump): New function.
2437 (regcache_print): New function.
2438 (maintenance_print_registers): New function.
2439 (maintenance_print_raw_registers): New function.
2440 (maintenance_print_cooked_registers): New function.
2441 * Makefile.in (regcache.o): Update dependencies.
2442
2443 2002-08-09 Michael Snyder <msnyder@redhat.com>
2444
2445 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2446 (mips_push_arguments): Correct some comments. Use paddr_nz
2447 for printing addresses in debug output. Replace static
2448 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2449 (mips_n32n64_push_arguments): New function, cloned from
2450 mips_push_arguments and tuned for the n32/n64 ABI.
2451 (mips_push_register): Buffer needs dynamic allocation.
2452 (mips_print_register): Ditto.
2453 (do_gp_register_row): Ditto.
2454 (mips_store_return_value): Ditto.
2455 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2456
2457 2002-08-09 Don Howard <dhoward@redhat.com>
2458
2459 * memattr.c (mem_info_command): Print special case of upper bound
2460 as max CORE_ADDR + 1.
2461
2462 2002-08-08 Michael Snyder <msnyder@redhat.com>
2463
2464 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2465 returns structs by ref if they're too big to fit in two registers.
2466
2467 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2468
2469 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2470 saved regs value.
2471 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2472 mips_find_saved_regs().
2473 (mips_pop_frame): Likewise.
2474
2475 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2476
2477 * blockframe.c (frame_saved_regs_register_unwind): Revise
2478 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2479 frames are in use.
2480
2481 2002-08-09 Grace Sainsbury <graces@redhat.com>
2482
2483 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2484 T-packets; the 'a' is not taken as a register number.
2485 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2486 (remote_stopped_data_address): New functions; add to target
2487 vector.
2488 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2489 prototypes to match other implementations of this
2490 function. replace integer argument with pointer -- the length
2491 field in the Z-packet is the length of what is pointed to or 1 if
2492 pointer is null. Add to target vector.
2493 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2494 target vector.
2495
2496 From Mark Salter:
2497 * remote.c (remote_wait): Add support to extract optional
2498 watchpoint information from T-packet. Ignore unrecognized
2499 optional info in T-packet.
2500 (remote_async_wait): Ditto.
2501
2502 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2503
2504 * cli/cli-dump.c: Change fopen modes to use binary open modes
2505 as defined in include/fopen-bin.h throughout.
2506
2507 2002-08-08 Michael Snyder <msnyder@redhat.com>
2508
2509 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2510
2511 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2512
2513 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2514 assertion failure by returning early after a warning.
2515
2516 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2517
2518 * mips-tdep.c (mips_find_saved_regs): Make static.
2519 (mips_frame_init_saved_regs): New function.
2520 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2521 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2522 (mips_find_saved_regs): Delete declaration.
2523
2524 2002-08-08 Grace Sainsbury <graces@redhat.com>
2525
2526 * remote.c (remote_wait, remote_async_wait): Change
2527 thread_num from int to ULONGEST.
2528 (unpack_varlen_hex): Change result parameter from
2529 int * to ULONGEST *.
2530
2531 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2532
2533 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2534 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2535 powerpc*-*-*.
2536 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2537
2538 2002-08-08 Andrew Cagney <cagney@redhat.com>
2539
2540 * gcore.c (override_derive_stack_segment): Delete variable.
2541 (preempt_derive_stack_segment): Delete function.
2542 (derive_stack_segment): Delete function.
2543 (default_derive_stack_segment): Renamed to derive_stack_segment.
2544 (override_derive_heap_segment): Delete variable.
2545 (preempt_derive_heap_segment): Delete function.
2546 (derive_heap_segment): Delete function.
2547 (default_derive_heap_segment): Rename to derive_heap_segment.
2548
2549 2002-08-06 Michael Snyder <msnyder@redhat.com>
2550
2551 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2552 * mips-tdep.c (mips_EABI_use_struct_convention,
2553 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2554 New functions. (mips_use_struct_convention): Delete.
2555 (mips_gdbarch_init): set use_gdbarch_convention.
2556
2557 2002-08-06 Michael Snyder <msnyder@redhat.com>
2558
2559 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2560 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2561 mips_o32_reg_struct_has_addr): New functions.
2562 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2563
2564 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2565
2566 * regcache.c (pseudo_register): Delete function.
2567 (fetch_register): Delete function.
2568 (store_register): Delete function.
2569 (regcache_raw_read, legacy_read_register_gen): Use
2570 target_fetch_registers instead of fetch_register.
2571 (legacy_write_register_gen, regcache_raw_write): Use
2572 target_store_register instead of store_register.
2573 (write_register_bytes): Ditto.
2574
2575 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2576 (STORE_PSEUDO_REGISTER): Delete.
2577 * gdbarch.h, gdbarch.c: Regenerate.
2578
2579 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2580
2581 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2582 write dump file binary.
2583
2584 2002-08-05 Michael Snyder <msnyder@redhat.com>
2585
2586 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2587 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2588 (mips_gdbarch_init): Set N32 target to be mips64.
2589
2590 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2591
2592 * frame.c (find_saved_register): Break out of loop once saved
2593 register address is found. Don't mention sparc in loop comment
2594 anymore.
2595
2596 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2597
2598 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2599 mips_default_saved_regsize to 8.
2600
2601 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2602
2603 * gcore.c: Do not include <sys/procfs.h>.
2604 * Makefile.in (gcore.o): Update dependencies.
2605
2606 2002-08-06 Andrew Cagney <cagney@redhat.com>
2607
2608 * configure.tgt: Make arc-*-* obsolete.
2609 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2610 * MAINTAINERS: Make arc-elf obsolete.
2611 * arc-tdep.c: Make file obsolete.
2612 * config/arc/arc.mt: Ditto.
2613 * config/arc/tm-arc.h: Ditto.
2614
2615 2002-08-05 Theodore A. Roth <troth@verinet.com>
2616
2617 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2618
2619 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2620
2621 * mcore-tdep.c (mcore_gdbarch_init): Use
2622 generic_unwind_get_saved_register instead of
2623 generic_get_saved_register.
2624 * v850-tdep.c (v850_gdbarch_init): Ditto.
2625 * frv-tdep.c (frv_gdbarch_init): Ditto.
2626 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2627 * s390-tdep.c (s390_gdbarch_init): Ditto.
2628 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2629 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2630 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2631
2632 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2633
2634 * objfiles.h: Add missing #include "symfile.h"
2635
2636 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2637
2638 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2639
2640 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2641 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2642 of FIELD_BITSIZE.
2643
2644 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2645
2646 * NEWS: Cleanup and nitpick.
2647
2648 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2649
2650 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2651
2652 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2653
2654 * Makefile.in (gdbtk-bp.o): Update dependencies.
2655 (gdbtk-register.o): Ditto.
2656 (gdbtk-varobj.o): Ditto.
2657
2658 2002-08-03 Andrew Cagney <cagney@redhat.com>
2659
2660 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2661 m68hc11_fetch_pseudo_register.
2662 (m68hc11_pseudo_register_write): Replace
2663 m68hc11_store_pseudo_register.
2664 (m68hc11_gdbarch_init): Update.
2665
2666 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2667
2668 * gdbarch.sh: Include "gdb_string.h".
2669 * gdbarch.c: Regenerate.
2670
2671 * regcache.c: Include "gdb_string.h".
2672 * ax-general.c: Ditto.
2673 * varobj.c: Ditto.
2674 * std-regs.c: Ditto.
2675 * fbsd-proc.c: Ditto.
2676 * thread.c: Ditto.
2677
2678 * Makefile.in (regcache.o): Update dependencies.
2679 (thread.o, gdbarch.o): Ditto.
2680 (ax-general.o, gdbarch.o): Ditto.
2681 (varobj.o, std-regs.o): Ditto.
2682 (fbsd-proc.o): Specify dependencies.
2683
2684 2002-08-02 Andrew Cagney <cagney@redhat.com>
2685
2686 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2687 regnum.
2688 (regcache_cooked_write): Ditto.
2689
2690 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2691
2692 * regcache.c (regcache_cooked_read): New function.
2693 (regcache_cooked_write): New function.
2694 (read_register_gen): Rewrite using regcache_cooked_read.
2695 (write_register_gen): Rewrite using regcache_cooked_write.
2696
2697 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2698 Declare.
2699
2700 2002-08-02 Andrew Cagney <cagney@redhat.com>
2701
2702 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2703 Replace the architecture methods register_read and register_write.
2704 * gdbarch.h, gdbarch.c: Regenerate.
2705 * regcache.c (init_regcache_descr): Update.
2706 (read_register_gen): Update.
2707 (write_register_gen): Update.
2708 (supply_register): Update comment.
2709
2710 * sh-tdep.c (sh_gdbarch_init): Update.
2711 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2712 `regcache' and `gdbarch' parameters. Make `buffer' a void
2713 pointer. Update code.
2714 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2715 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2716 void pointer. Update code.
2717 (sh64_register_write): Delete.
2718 (sh4_register_read): Delete.
2719 (sh64_register_read): Delete.
2720 (sh4_register_write): Delete.
2721 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2722 void pointer, `to' parameter a void pointer.
2723 (sh_sh64_register_convert_to_raw): Ditto.
2724
2725 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2726
2727 * mips-tdep.c (mips_register_virtual_type): Use architecture
2728 invariant return values.
2729
2730 2002-08-01 Andrew Cagney <cagney@redhat.com>
2731
2732 * linux-proc.c: Include "gdb_string.h".
2733 * Makefile.in (linux-proc.o): Update dependency list.
2734
2735 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2736
2737 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2738 comment.
2739
2740 2002-08-01 Grace Sainsbury <graces@redhat.com>
2741
2742 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2743 to_insert_watchpoint, to_remove_watchpoint,
2744 to_stopped_by_watchpoint, to_stopped_data_address,
2745 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2746 target vecctor. Define their corresponding macros so they call
2747 them.
2748
2749 * target.c: Add default and debug versions of for
2750 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2751 to_insert_watchpoint, to_remove_watchpoint,
2752 to_stopped_by_watchpoint, to_stopped_data_address,
2753 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2754
2755 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2756
2757 * mips-tdep.c (mips_register_virtual_type): New function.
2758 (mips_gdbarch_init): Register mips_register_virtual_type()
2759 with gdbarch machinery.
2760 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2761 this file instead of tm-bigmips.h.
2762 (MIPS_REGSIZE): Delete this macro.
2763 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2764 multiarch version in mips-tdep.c will be found.
2765
2766 2002-08-01 Andrew Cagney <cagney@redhat.com>
2767
2768 * NEWS: Menion that CHILL has been made obsolete.
2769
2770 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2771 * stabsread.c (read_range_type): Ditto.
2772 * gdbtypes.h: Ditto.
2773 * language.c (binop_type_check): Ditto.
2774 (binop_result_type): Ditto.
2775 (integral_type): Ditto.
2776 (character_type): Ditto.
2777 (string_type): Ditto.
2778 (boolean_type): Ditto.
2779 (structured_type): Ditto.
2780 (lang_bool_type): Ditto.
2781 (binop_type_check): Ditto.
2782 * language.h (_LANG_chill): Ditto.
2783 * dwarfread.c (set_cu_language): Ditto.
2784 * dwarfread.c (CHILL_PRODUCER): Ditto.
2785 * dwarfread.c (handle_producer): Ditto.
2786 * expression.h (enum exp_opcode): Ditto.
2787 * eval.c: Ditto for comments.
2788 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2789 * expprint.c (print_subexp): Ditto.
2790 (print_subexp): Ditto.
2791 * valops.c (value_cast): Ditto.
2792 (search_struct_field): Ditto.
2793 * value.h (COERCE_VARYING_ARRAY): Ditto.
2794 * symfile.c (init_filename_language_table): Ditto.
2795 (add_psymbol_with_dem_name_to_list): Ditto.
2796 * valarith.c (value_binop): Ditto.
2797 (value_neg): Ditto.
2798 * valops.c (value_slice): Ditto.
2799 * symtab.h (union language_specific): Ditto.
2800 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2801 (SYMBOL_DEMANGLED_NAME): Ditto.
2802 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2803 * defs.h (enum language): Ditto.
2804 * symtab.c (got_symtab): Ditto.
2805 * utils.c (fprintf_symbol_filtered): Ditto.
2806
2807 * ch-typeprint.c: Make file obsolete.
2808 * ch-valprint.c: Make file obsolete.
2809 * ch-lang.h: Make file obsolete.
2810 * ch-exp.c: Make file obsolete.
2811 * ch-lang.c: Make file obsolete.
2812
2813 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2814 CHILL_LIB.
2815 (TARGET_FLAGS_TO_PASS): Ditto.
2816 (CHILLFLAGS): Obsolete.
2817 (CHILL): Obsolete.
2818 (CHILL_FOR_TARGET): Obsolete.
2819 (CHILL_LIB): Obsolete.
2820 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2821 ch-valprint.c.
2822 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2823 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2824 ch-lang.o.
2825 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2826 targets.
2827
2828 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2829
2830 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2831 This does not change anything at the moment, but will be helpful
2832 later when full Ada support is integrated.
2833
2834 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2835
2836 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2837 help message.
2838
2839 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2840
2841 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2842 and save it in a local variable. Use variable in later test.
2843
2844 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2845
2846 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2847 test. (Thanks to Daniel Jacobowitz.)
2848
2849 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2850
2851 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2852 (mips_abi_strings): Add "n64".
2853 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2854
2855 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2856
2857 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2858 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2859
2860 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2861
2862 * utils.c (host_pointer_to_address, address_to_host_pointer):
2863 Use gdb_assert() instead of explicit call to internal_error().
2864
2865 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2866
2867 * Makefile.in (rs6000-nat.o): Update dependencies.
2868
2869 From Nicholas Duffek:
2870 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2871 (aix-thread.o): New rule.
2872 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2873 * config/powerpc/aix432.mh: New file.
2874
2875 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2876
2877 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2878 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2879 (fetch_core_registers, ppc_linux_supply_gregset)
2880 (ppc_linux_supply_fpregset): New functions.
2881 (ppc_linux_regset_core_fns): New.
2882 (_initialize_ppc_linux_tdep): Call add_core_fns.
2883 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2884 and ppc_linux_supply_gregset.
2885 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2886 (supply_fpregset): Call ppc_linux_supply_fpregset.
2887 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2888 corelow.o.
2889 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2890
2891 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2892
2893 * symtab.c (lookup_symbol): Demangle before lowercasing.
2894
2895 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2896
2897 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2898 declaration.
2899 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2900 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2901 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2902 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2903 "gdb_string.h".
2904 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2905 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2906 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2907 (avr-tdep.o, mon960-rom.o): Ditto.
2908 (aout_stabs_gnu_h): Define.
2909 (symtab_h): Remove $(gdb_obstack_h).
2910
2911 2002-07-30 Jim Blandy <jimb@redhat.com>
2912
2913 Patch from David Carlton <carlton@math.stanford.edu>:
2914 * gdbinit.in: Move the `dir' commands that add GDB's own source
2915 directory to the search path to the end, so that the `gdb' source
2916 directory will be searched first.
2917
2918 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2919
2920 * gdb_obstack.h: New file.
2921 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2922 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2923 * objfiles.h: Include "gdb_obstack.h".
2924 * Makefile.in (gdb_obstack_h): Define.
2925 (symtab_h): Add $(gdb_obstack_h).
2926 (objfiles_h): Add $(gdb_obstack_h).
2927
2928 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2929 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2930 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2931 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2932 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2933 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2934 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2935 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2936
2937 * Makefile.in (bcache.o): Update dependencies.
2938 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2939 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2940 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2941 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2942 (stabsread.o, symfile.o, symmisc.o): Ditto.
2943 (symtab.o, typeprint.o, macroexp.o): Ditto.
2944 (macrotab.o, mdebugread.o): Ditto.
2945 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2946 (coff_ecoff_h, aout_aout64_h): Define.
2947 (aout_stabs_gnu_h, libaout_h): Define.
2948
2949 2002-07-29 Andrew Cagney <cagney@redhat.com>
2950
2951 * regcache.c (struct regcache_descr): Rename nr_registers to
2952 nr_cooked_registers. Revise comments describing the structure
2953 member fields.
2954 (init_regcache_descr): Update.
2955 (init_legacy_regcache_descr): Update.
2956 (read_register_gen, write_register_gen): When a cooked register in
2957 the raw register range, directly access the value from the raw
2958 register cache.
2959
2960 2002-07-29 Andrew Cagney <ac131313@redhat.com>
2961
2962 * z8k-tdep.c: Do not include "obstack.h".
2963 * h8300-tdep.c, h8500-tdep.c: Ditto.
2964 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2965 * valprint.c, v850-tdep.c: Ditto.
2966 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2967 * mn10200-tdep.c: Ditto.
2968
2969 * Makefile.in (z8k-tdep.o): Update dependencies.
2970 (m68hc11-tdep.o, valprint.o): Ditto.
2971 (v850-tdep.o, d10v-tdep.o): Ditto.
2972 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2973 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2974 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2975 (sh_opc_h, gdb_sim_sh_h): Define.
2976 (elf_sh_h, elf_bfd_h): Define.
2977 (opcode_m68hc11_h): Define.
2978 (OPCODES_SRC, OPCODES_DIR): define.
2979 (OPCODES): Use $(OPCODES_DIR).
2980 (gdb_sim_d10v_h): Rename sim_d10v_h.
2981 (gdb_sim_arm_h): Rename sim_arm_h.
2982
2983 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2984
2985 * utils.c (host_pointer_to_address, address_to_host_pointer):
2986 Change internal_error() message to indicate function responsible
2987 for the error.
2988
2989 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2990
2991 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2992 calls to local_hex_string_custom().
2993
2994 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2995
2996 * irix5-nat.c: Move IRIX shared library support from here...
2997 * solib-irix.c: ...to here. Revised substantially to work with
2998 generic solib framework.
2999
3000 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3001 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3002 * mips-irix-tdep.c: New file.
3003
3004 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3005 (mips-irix-tdep.o, solib-irix.o): New rules.
3006 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3007 solib-irix.o.
3008 * config/mips/irix6.mt (TDEPFILES): Likewise.
3009 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3010
3011 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3012
3013 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3014 disabled (via ``#if 0'') includes.
3015
3016 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3017
3018 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3019 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3020 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3021 Add support for the fpscr register.
3022 * rs6000-nat.c (regmap, fetch_inferior_registers)
3023 (store_inferior_registers, fetch_core_registers): Likewise.
3024
3025 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3026
3027 * rs6000-nat.c (language.h): Include.
3028 (special_regs): Delete this array.
3029 (regmap): New function.
3030 (fetch_register, store_register): Use regmap() to map gdb
3031 register numbers to ptrace register numbers. Also, use
3032 outputs from regmap() to make decisions regarding type of
3033 ptrace() call to make. In particular, don't compare against
3034 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3035 (fetch_inferior_registers, store_inferior_registers): Where
3036 possible, obtain register numbers from tdep struct. Don't
3037 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3038 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3039 (LAST_UISA_SP_REGNUM): Delete.
3040
3041 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3042
3043 * rs6000-nat.c (ppc-tdep.h): Include.
3044 (fetch_registers, store_register, fetch_core_registers): Don't
3045 access registers[] directly. Instead, use supply_register() or
3046 regcache_collect() as appropriate.
3047 (find_toc_address): Format hex address with local_hex_string().
3048
3049 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3050
3051 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3052 bfd/elf32-frv.c.
3053
3054 2002-07-24 Tom Tromey <tromey@redhat.com>
3055
3056 * jv-exp.y: Marked all strings with _().
3057 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3058 internal_error.
3059 (MethodInvocation, CastExpression, parse_number, yyerror,
3060 java_type_from_name, push_expression_name, yylex): Typo fixes.
3061
3062 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3063
3064 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3065 (tee_file_flush, tee_file_write, tee_file_fputs)
3066 (tee_file_isatty): New.
3067 * ui-file.h (tee_file_new): Add prototype.
3068
3069 2002-07-24 Aidan Skinner <aidan@velvet.net>
3070
3071 * ada-lang.c: Change k&r style function definitions to prototyped
3072 form.
3073 * ada-typeprint.c: Change k&r style function definitions to prototyped
3074 form.
3075 * ada-valprint.c: Change k&r style function definitions to prototyped
3076 form.
3077
3078 2002-07-24 Andrew Cagney <cagney@redhat.com>
3079
3080 * README: Remove reference to remote-bug.
3081 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3082 remote-bug.c.
3083 (m88k-nat.o): Delete rule.
3084 (m88k-tdep.o): Delete rule.
3085 (remote-bug.o): Delete rule.
3086 * MAINTAINERS: Mark as obsolete.
3087 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3088 * m88k-tdep.c: Make file obsolete.
3089 * config/m88k/m88k.mh: Ditto.
3090 * config/m88k/delta88v4.mh: Ditto.
3091 * config/m88k/delta88v4.mt: Ditto.
3092 * config/m88k/delta88.mt: Ditto.
3093 * config/m88k/delta88.mh: Ditto.
3094 * remote-bug.c: Ditto.
3095 * config/m88k/tm-delta88.h: Ditto.
3096 * config/m88k/nm-delta88v4.h: Ditto.
3097 * config/m88k/xm-delta88.h: Ditto.
3098 * config/m88k/xm-dgux.h: Ditto.
3099 * config/m88k/tm-m88k.h: Ditto.
3100 * config/m88k/nm-m88k.h: Ditto.
3101 * config/m88k/tm-delta88v4.h: Ditto.
3102 * m88k-nat.c: Ditto.
3103 * cxux-nat.c: Ditto.
3104 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3105 and m88*-*-* obsolete.
3106 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3107 m88*-*-* obsolete.
3108
3109 2002-07-24 Andrew Cagney <cagney@redhat.com>
3110
3111 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3112 constant. Same for local pointer variables.
3113 (extract_signed_integer): Ditto.
3114 * defs.h (extract_unsigned_integer): Update.
3115 (extract_signed_integer): Update.
3116
3117 2002-07-24 Andrew Cagney <cagney@redhat.com>
3118
3119 * regcache.c (regcache_raw_write): Change buf parameter to a
3120 constant void pointer.
3121 (regcache_raw_read): Change buf parameter to a void pointer.
3122 (legacy_write_register_gen): Change myaddr parameter a constant
3123 void pointer.
3124 (supply_register): Change val parameter to a const void pointer.
3125 * regcache.h (regcache_raw_write): Update declaration.
3126 (regcache_raw_read): Update declaration.
3127 (supply_register): Update declaration.
3128
3129 2002-07-24 Tom Tromey <tromey@redhat.com>
3130
3131 * defs.h (gdb_readline_wrapper): Declare.
3132 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3133 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3134 * top.c (gdb_readline_wrapper): New function.
3135 (command_line_input): Use it.
3136
3137 2002-07-24 Andrew Cagney <cagney@redhat.com>
3138
3139 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3140 regcache_read and regcache_write.
3141 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3142 * regcache.c: Update.
3143 * sh-tdep.c (sh64_push_arguments): Update comment.
3144 (sh_pseudo_register_read): Update.
3145 (sh_pseudo_register_write): Update.
3146 (sh4_register_read): Update.
3147 (sh4_register_write): Update.
3148 (sh64_pseudo_register_read): Update.
3149 (sh64_pseudo_register_write): Update.
3150 (sh64_register_read): Update.
3151 (sh64_register_write): Update.
3152 * i386-tdep.c (i386_extract_return_value): Update.
3153 (i386_extract_struct_value_address): Update.
3154 (i386_extract_return_value): Update.
3155 * blockframe.c (generic_read_register_dummy): Update.
3156 (generic_call_dummy_register_unwind): Update
3157 * infrun.c (write_inferior_status_register): Update.
3158
3159 2002-07-23 Jim Blandy <jimb@redhat.com>
3160
3161 * parser-defs.h (expression_context_pc): Make this extern.
3162 (Thanks to Michael Snyder.)
3163
3164 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3165
3166 GDB 5.2.1 released from 5.2 branch.
3167 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3168 * README: Update to mention 5.2.1.
3169
3170 2002-07-23 Mark Salter <msalter@redhat.com>
3171
3172 * remote.c (remote_read_bytes): Fix check for error.
3173
3174 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3175
3176 * aix-thread.c (language.h): Include.
3177 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3178 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3179 Print newlines at end of debug messages.
3180 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3181 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3182
3183 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3184
3185 * aix-thread.c (ppc-tdep.h): Include.
3186 (special_register_p): New function.
3187 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3188 (store_regs_user_thread): Use register number information from
3189 gdbarch_tdep struct instead of hardcoded offsets relative to
3190 FIRST_UISA_SP_REGNUM.
3191 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3192 special_register_p() instead of using FPLAST_REGNUM and
3193 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3194 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3195 will be MQ's register number.
3196
3197 2002-07-22 Michael Snyder <msnyder@redhat.com>
3198
3199 * aix-thread.c (ops): Rename to aix_thread_ops.
3200 (base_ops): Rename to base_target.
3201 (ops_attach): Rename to aix_thread_attach.
3202 (ops_detach): Rename to aix_thread_detach.
3203 (ops_resume): Rename to aix_thread_detach.
3204 (ops_wait): Rename to aix_thread_wait.
3205 (ops_kill): Rename to aix_thread_kill.
3206 (init_ops): Rename to init_aix_thread_ops.
3207 (ops_fetch_register): Rename to aix_thread_fetch_register.
3208 (ops_store_register): Rename to aix_thread_store_register.
3209 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3210 (ops_thread_alive): Rename to aix_thread_thread_alive.
3211 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3212 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3213 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3214 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3215 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3216 (store_regs_lib): Rename to store_regs_user_thread.
3217 (store_regs_kern): Rename to store_regs_kernel_thread.
3218
3219 2002-07-22 Michael Snyder <msnyder@redhat.com>
3220
3221 * aix-thread.c (ops_prepare_to_store): Eliminate.
3222 (init_ops): Don't initialize ops.prepare_to_store.
3223 (store_regs_kern): Pre-fetch register buffers from child,
3224 because some registers may not be in the cache. Copy
3225 regs from register cache only if they are cached.
3226 (store_regs_lib): Copy regs from register cache only
3227 if they are cached.
3228 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3229 fill_gprs64): Ditto.
3230
3231 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3232
3233 * aix-thread.c (gdb_assert.h): Include.
3234 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3235 register sizes (from register cache) match size of buffer holding
3236 register data.
3237 (fill_sprs32): Change parameter types to match those in the ptrace()
3238 buffer.
3239 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3240 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3241
3242 2002-07-22 Michael Snyder <msnyder@redhat.com>
3243
3244 * aix-thread.c (supply_sprs64): Cosmetic change.
3245 (supply_sprs32): Cosmetic change.
3246 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3247 (fill_sprs64): Use regcache_collect instead of read_register.
3248 (store_regs_lib): Use regcache_collect instead of
3249 read_register. Use fill_sprs32 instead of fill_sprs64,
3250 if debugging a 32-bit architecture.
3251 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3252 out of the register cache, instead of passing a pointer into
3253 the register cache directly to ptrace. Use regcache_collect
3254 insteaad of read_register.
3255 (ops_prepare_to_store): Use target_read_registers instead
3256 of read_register_bytes.
3257
3258 2002-07-20 Aidan Skinner <aidan@velvet.net>
3259
3260 * MAINTAINERS: Add self under write after approval.
3261
3262 2002-07-20 Aidan Skinner <aidan@velvet.net>
3263
3264 * ada-tasks.c: Change k&r style function definitions to prototyped
3265 form.
3266
3267 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3268
3269 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3270 * x86-64-tdep.c: Include "objfiles.h".
3271 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3272 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3273
3274 2002-07-17 Michal Ludvig <michal@suse.cz>
3275
3276 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3277 (update_context): Initialise cfa variable.
3278
3279 2002-07-17 Michael Snyder <msnyder@redhat.com>
3280
3281 * aix-thread.c: Shorten some long lines.
3282 Bring comments into line with code spec.
3283
3284 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3285
3286 * infrun.c: Re-indent using gdb_indent.sh.
3287
3288 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3289
3290 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3291 Leave the indentation temporarily untouched, to minimize the diffs.
3292
3293 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3294
3295 * stabsread.c: Make os9k sections of the code obsolete,
3296 for real this time.
3297 * stabsread.h: Make os9k sections of the code obsolete.
3298
3299 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3300
3301 * linux-low.c (regsets_store_inferior_registers): Add free()
3302 at the end of a loop to prevent memory leak.
3303 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3304 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3305 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3306 line a comment.
3307 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3308
3309 2002-07-17 Jim Blandy <jimb@redhat.com>
3310
3311 * macrocmd.c (info_macro_command): Remove newline from error
3312 message.
3313
3314 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3315
3316 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3317 (sh_gdbarch_init): Use it for sh-dsp.
3318
3319 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3320
3321 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3322 64-bit DWARF2 format.
3323
3324 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3325
3326 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3327 <sys/proc.h> when not available.
3328
3329 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3330
3331 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3332 * stabsread.c: Make os9k sections of the code obsolete.
3333 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3334 * config/i386/i386os9k.mt: Make file obsolete.
3335 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3336 (COMMON_OBS): Remove os9kread.o
3337 (SFILES): Remove os9kread.c.
3338 (os9kread.o, remote-os9k.o): Make target obsolete.
3339 * remote-os9k.c: Make file obsolete.
3340 * os9kread.c: Make file obsolete.
3341 * Makefile.in
3342
3343 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3344
3345 * NEWS: Mention that the FR30 has been made obsolete.
3346 * fr30-tdep.c: Make file obsolete.
3347 * config/fr30/tm-fr30.h: Ditto.
3348 * config/fr30/fr30.mt: Ditto.
3349 * configure.tgt: Make fr30-*-elf obsolete.
3350 * MAINTAINERS: Make fr30-elf obsolete.
3351
3352 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3353
3354 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3355 found is not inside a section.
3356
3357 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3358
3359 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3360 strerror().
3361 (pdc_realloc): Use xrealloc() instead of realloc().
3362
3363 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3364
3365 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3366 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3367 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3368 macros.
3369
3370 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3371
3372 * aix-thread.c (ptrace_check): Eliminate goto.
3373 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3374 problem.
3375
3376 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3377
3378 * aix-thread.c (gdbcmd.h): Include.
3379 (DEBUG, DBG, DBG2, dbg): Eliminate.
3380 (debug_aix_thread): New static global.
3381 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3382 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3383 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3384 invocations to DBG and DBG2 macros to test against
3385 ``debug_aix_thread'' and call fprintf_unfiltered().
3386 (_initialize_aix_thread): Add new command "set debug aix-thread".
3387
3388 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3389
3390 From Gerhard Tonn <TON@de.ibm.com>:
3391 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3392 instead of supply_register.
3393
3394 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3395
3396 * dwarf2cfi.c: Include "gdb_assert.h".
3397 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3398 non-NULL.
3399 (update_context): Do not use __func__. Add missing ``break''.
3400 (update_context): Do not use __func__.
3401
3402 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3403
3404 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3405 and its setting. Set gdbarch instruction printing functions
3406 directly. For non-rs6000 case use new function
3407 gdb_print_insn_powerpc.
3408 (gdb_print_insn_powerpc): New function.
3409
3410 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3411
3412 * NEWS: Mention that the d30v has been marked obsolete.
3413 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3414 * configure.tgt: Mark d30v-*-* as obsolete.
3415 * d30v-tdep.c: Mark file as obsolete.
3416 * config/d30v/d30v.mt: Ditto.
3417 * config/d30v/tm-d30v.h: Ditto.
3418
3419 2002-07-13 Aidan Skinner <aidan@velvet.net>
3420
3421 * ada-tasks.c (add_task_entry): replace calls to
3422 malloc() with xmalloc
3423 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3424
3425 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3426 ada_finish_decode_line_1, all_sals_for_line
3427 ada_breakpoint_rewrite): replace calls to free() with xfree()
3428
3429 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3430
3431 From Nicholas Duffek (with minor changes by Martin Hunt,
3432 Louis Hamilton, and Kevin Buettner):
3433 * aix-thread.c: New file.
3434
3435 2002-07-12 Petr Sorfa <petrs@caldera.com>
3436
3437 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3438 complaint for invalid attribute class or form.
3439 (read_func_scope): DW_AT_frame_base
3440 better handling of DW_AT_block*.
3441 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3442 better handling of DW_AT_block*.
3443 (read_common_block): DW_AT_location
3444 better handling of DW_AT_block*.
3445 (read_partial_die): DW_AT_location better handling
3446 of DW_AT_block*.
3447 (new_symbol): DW_AT_external better handling of
3448 DW_AT_block*. Proper initialization of variable
3449 "addr".
3450 (attr_form_is_block): New function that returns true
3451 if the attribute's form is of DW_FORM_block*.
3452
3453 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3454
3455 * valops.c (find_method_list): Remove comment about
3456 removed STATIC_MEMFUNCP argument.
3457 (value_find_oload_method_list): Likewise.
3458
3459 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3460
3461 From Nicholas Duffek:
3462 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3463 target_new_objfile_hook.
3464
3465 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3466
3467 From Nicholas Duffek:
3468 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3469 csect.
3470
3471 2002-07-12 Andrew Cagney <cagney@redhat.com>
3472
3473 * MAINTAINERS: Mention --enable-sim-build-warnings.
3474 (m68hc11-elf): Disable sim build warnings.
3475 (m32r-elf): Mark as broken obsolete candidate.
3476 (x86_64-linux-gnu): Mark as buildable with -Werror.
3477 (arm-elf): Change -w to ``,'' which enables warnings but not
3478 -Werror.
3479
3480 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3481
3482 * bcache.h: Update copyright.
3483 (struct bstring, struct bcache): Move definition to "bcache.c".
3484 Replaced by opaque declaration.
3485 (bcache_xfree): Replace free_bcache.
3486 (bcache_xmalloc, bcache_memory_used): Declare.
3487
3488 * bcache.c: Update copyright.
3489 (struct bstring, struct bcache): Moved to here from "bcache.h".
3490 Update comments.
3491 (bcache_xmalloc, bcache_memory_used): New functions.
3492 (bcache_xfree): Replace function free_bcache.
3493
3494 * Makefile.in (objfiles.o): Add $(bcache_h).
3495 (objfiles_h): Remove $(bcache_h).
3496 (symfile.o): Add $(bcache_h).
3497
3498 * symmisc.c: Update copyright.
3499 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3500 (print_objfile_statistics): Use bcache_memory_used.
3501
3502 * symfile.c: Include "bcache.h".
3503 (reread_symbols): Use bcache_xfree.
3504 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3505 (add_psymbol_to_list): Pass psymbol_cache by value.
3506 (add_psymbol_with_dem_name_to_list): Ditto.
3507
3508 * objfiles.h: Update copyright.
3509 (struct bcache): Declare opaque. Do not include "bcache.h".
3510 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3511 bcache'' pointers.
3512 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3513
3514 * objfiles.c: Include "bcache.h". Update copyright.
3515 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3516 macro_cache.
3517 (free_objfile): Use bcache_xfree.
3518
3519 2002-07-11 Grace Sainsbury <graces@redhat.com>
3520
3521 * monitor.c (monitor_fetch_register): Make name a constant.
3522 (monitor_store_register): Same.
3523
3524 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3525
3526 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3527 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3528 (finish_block) For non-function blocks, hash the symbol table. For
3529 function blocks, mark the symbol table as unhashed.
3530 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3531 (msymbol_hash_iw): Likewise.
3532 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3533 value.
3534 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3535 (lookup_minimal_symbol): Likewise for both.
3536 * symtab.h (struct block): Add `hashtable' flag. Comment the
3537 hashtable.
3538 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3539 (ALL_BLOCK_SYMBOLS): Update.
3540 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3541 (struct symbol): Add `hash_next' pointer.
3542 * symtab.c (lookup_block_symbol): Search using the hash table when
3543 possible.
3544 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3545 (search_symbols, find_addr_symbol): Likewise.
3546
3547 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3548 (read_dst_symtab): Likewise.
3549 * jv-lang.c (get_java_class_symtab): Likewise.
3550 * mdebugread.c: Include "gdb_assert.h".
3551 (shrink_block): Assert that the block being modified is not hashed.
3552 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3553 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3554 symbols.
3555 (dump_symtab): Recognize hashed blocks.
3556 * printcmd.c (print_frame_args): Assert that function blocks do not
3557 have hashed symbol tables.
3558 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3559 (fill_in_ada_prototype, debug_print_block): Likewise.
3560 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3561
3562 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3563
3564 * stack.c (print_frame): Use result of frame_address_in_block()
3565 instead of fi->pc when evaluating symbols.
3566 (backtrace_command_1): Ditto.
3567
3568 2002-07-11 Andrew Cagney <cagney@redhat.com>
3569
3570 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3571 Make static.
3572
3573 * arm-tdep.c (arm_register_name): Make return type constant.
3574
3575 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3576
3577 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3578 prototype.
3579 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3580 * s390-tdep.c (s390_fp_regnum): Ditto.
3581 (s390_read_fp): Ditto.
3582 (s390_pop_frame): Ditto.
3583 (_initialize_s390_tdep): Ditto.
3584 * remote.c (get_remote_state): Ditto.
3585 * procfs.c (mappingflags): Ditto.
3586 * memattr.c (_initialize_mem): Ditto.
3587 * mcore-tdep.c (mcore_pop_frame): Ditto.
3588 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3589 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3590 * language.c (set_case_str): Ditto.
3591 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3592 * frv-tdep.c (new_variant): Ditto.
3593 (frv_stopped_data_address): Ditto.
3594 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3595 (context_alloc): Ditto.
3596 (frame_state_alloc): Ditto.
3597 (unwind_tmp_obstack_init): Ditto.
3598 (unwind_tmp_obstack_free): Ditto.
3599 (cfi_read_fp): Ditto.
3600 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3601 (cris_pop_frame): Ditto.
3602 * c-lang.c (scanning_macro_expansion): Ditto.
3603 (finished_macro_expansion): Ditto.
3604 (c_preprocess_and_parse): Ditto.
3605 * gdbarch.sh: Ditto.
3606 * gdbarch.h, gdbarch.c: Regenerate.
3607 * config/mn10200/tm-mn10200.h: Adjust indentation.
3608 * target.c: Adjust indentation.
3609 * symtab.h: Adjust indentation.
3610 * stabsread.h: Adjust indentation.
3611 * remote-es.c: Adjust indentation.
3612 * os9kread.c: Adjust indentation.
3613
3614 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3615
3616 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3617 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3618
3619 2002-07-10 Grace Sainsbury <graces@redhat.com>
3620
3621 * NEWS: Mention m68k, mcore multi-arching.
3622 * MAINTAINERS: Change status of m68k, mcore to reflect
3623 multi-arching.
3624
3625 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3626
3627 * valops.c (find_overload_match): Free oload_syms.
3628
3629 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3630
3631 Define HAVE_SYS_PROC_H if sys/proc.h exists
3632 * configure.in: Add check for sys/proc.h
3633 * config.in: Regenerate.
3634 * configure: Regenerate.
3635
3636 2002-07-09 Grace Sainsbury <graces@redhat.com>
3637
3638 * config/m68k/tm-m68k.h: Remove macros wrapped in
3639 #if !GDB_MULTI_ARCH.
3640
3641 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3642
3643 * config.in, configure: Regenerate.
3644
3645 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3646
3647 * dwarf2cfi.c: Include "gcore.h".
3648 (execute_stack_op): Fix implementation of the
3649 DW_OP_deref and DW_OP_deref_size operators by letting do their
3650 lookup in the target.
3651
3652 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3653
3654 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3655 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3656 tdep->sc_sp_offset.
3657
3658 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3659
3660 Fix PR gdb/595, gdb/602
3661 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3662 Don't call value_cast, just read the vtable pointer; update comments
3663 to match.
3664
3665 2002-07-05 Grace Sainsbury <graces@redhat.com>
3666
3667 * config/mcore/tm-mcore.h: Remove file.
3668 * config/mcore/mcore.mt: Remove definition of TM_FILE
3669 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3670
3671 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3672
3673 * i386bsd-tdep.c: Include "gdb_string.h".
3674
3675 2002-07-04 Grace Sainsbury <graces@redhat.com>
3676
3677 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3678 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3679 mcore-tdep.
3680 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3681 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3682 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3683 (RETVAL_REGNUM): Move macros from tm-mcore.h
3684 (mcore_reg_struct_has_addr): New function.
3685 (mcore_gdbarch_init): Added initializations for the macros removed
3686 from tm-mcore.h.
3687
3688 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3689
3690 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3691 traditonal string branding within the ELF header.
3692
3693 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3694
3695 * symtab.c (remove_params): New function.
3696 (make_symbol_overload_list): Use it instead of cplus_demangle.
3697 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3698
3699 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3700
3701 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3702
3703 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3704 New variables.
3705 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3706 and tdep->sigtramp_end.
3707 * i386obsd-nat.c: New file.
3708 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3709
3710 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3711 Don't call get_current_frame().
3712
3713 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3714
3715 * i386-nat.c (child_post_startup_inferior): New function
3716 calling i386_cleanup_dregs if
3717 I386_USE_GENERIC_WATCHPOINTS is defined.
3718 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3719 conditional to acknowledge that i386-nat.c has its
3720 own child_post_startup_inferior function.
3721
3722 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3723
3724 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3725 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3726 instead of MAX_REGISTER_RAW_SIZE.
3727 (i386_extract_return_value, i386_extract_struct_value_address):
3728 Convert to use regcache.
3729 (i386_gdbarch_init): Set max_register_raw_size and
3730 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3731 Set extract_return_value and extract_struct_value_address instead
3732 of their deprecated variants.
3733
3734 Convert i386 target to generic dummy frames.
3735 * i386-tdep.c: Include "symfile.h".
3736 (i386_frameless_signal_p): Consider a function to be frameless if
3737 the pc points at the first instruction of the function.
3738 (i386_frame_chain): Handle (generic) call dummies.
3739 (i386_frame_saved_pc): Likewise.
3740 (i386_frame_init_saved_regs): Remove code dealing with call
3741 dummies on the stack.
3742 (i386_push_dummy_frame): Removed.
3743 (i386_call_dummy_words): Removed.
3744 (i386_fix_call_dummy): Removed.
3745 (i386_push_return_address): New function.
3746 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3747 parameter, and don't call get_current_frame.
3748 (i386_pop_frame): New function.
3749 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3750 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3751 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3752 call_dummy_length to 0, set call_dummy_words to NULL, set
3753 sizeof_call_dummy_words to 0, set fix_call_dummy to
3754 generic_fix_call_dummy, set pc_in_call_dummy to
3755 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3756 generic_push_dummy_frame, set push_return_address to
3757 i386_push_return_address and set frame_chain_valid to
3758 generic_file_frame_chain_valid.
3759
3760 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3761
3762 * gdbarch.sh (struct regcache): Add opaque declaration.
3763 (EXTRACT_RETURN_VALUE): New architecture method.
3764 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3765 * gdbarch.h, gdbarch.c: Regenerate.
3766 * arch-utils.c (legacy_extract_return_value): New function.
3767 * arch-utils.h (legacy_extract_return_value): Declare.
3768 * values.c (value_being_returned): Re-enable code handling
3769 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3770 deprecated_grub_regcache_for_registers call to block handling
3771 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3772 (EXTRACT_RETURN_VALUE): Do not define.
3773
3774 2002-07-03 Grace Sainsbury <graces@redhat.com>
3775
3776 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3777 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3778 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3779 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3780 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3781 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3782 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3783 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3784 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3785 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3786 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3787 argument so the function fits the prototype in the architecture
3788 vector.
3789 (mcore_pop_frame): Remove argument so the function fits the
3790 prototype. Use get_current_frame instead of the argument.
3791 (mcore_push_arguments): Change type of struct_return so the
3792 function can be used in the architecture vector.
3793 (mcore_store_struct_return): Add.
3794 (mcore_frame_init_saved_regs): Add.
3795 (mcore_gdbarch_init): Add function calls to replace the macros
3796 removed from tm-mcore.h
3797
3798 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3799
3800 * infcmd.c (print_return_value): Remove compatibility code calling
3801 deprecated_grub_regcache_for_registers.
3802
3803 * values.c: Include "regcache.h".
3804 (value_being_returned): Update. Use
3805 deprecated_grub_regcache_for_registers to extract the register
3806 buffer address.
3807 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3808 ``struct regcache''.
3809 * Makefile.in (values.o): Add dependency on $(regcache_h).
3810
3811 * inferior.h (run_stack_dummy): Change type of second parameter to
3812 a ``struct regcache''.
3813 * valops.c (hand_function_call): Change type of retbuf to ``struct
3814 regcache''. Allocate using regcache_xmalloc, clean using
3815 make_cleanup_regcache_xfree.
3816 * infcmd.c (run_stack_dummy): Update. Use
3817 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3818
3819 * regcache.c (do_regcache_xfree): New function.
3820 (make_cleanup_regcache_xfree): New function.
3821 * regcache.h (make_cleanup_regcache_xfree): Declare.
3822
3823 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3824
3825 * event-top.c (command_line_handler): Don't read past
3826 beginning of buffer.
3827
3828 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3829
3830 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3831 struct frame_id.
3832 (varobj_create): Store frame_id for root.
3833 (varobj_gen_name): Use xasprintf.
3834 (varobj_update): Save and restore frame using get_frame_id() and
3835 frame_find_by_id().
3836 (create_child): Use xasprintf.
3837 (new_root_variable): Initialize frame_id.
3838 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3839 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3840 to prevent memory leak.
3841
3842 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3843
3844 * valops.c (hand_function_call): Move declaration of retbuf to
3845 start of function, allocate using malloc, add a cleanup but before
3846 the inf_status cleanup, cleanup the buffer. Rename local variable
3847 old_chain to inf_status_cleanup.
3848
3849 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3850
3851 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3852
3853 * cli/cli-decode.c (cmd_func_p): New function.
3854 (cmd_func): New function.
3855
3856 * command.h: Add cmd_func() and cmd_func_p().
3857
3858 2002-07-03 Grace Sainsbury <graces@redhat.com>
3859
3860 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3861 (REGISTER_SIZE): Remove.
3862 (MAX_REGISTER_RAW_SIZE): Remove.
3863 (REGISTER_VIRTUAL_TYPE): Remove.
3864 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3865 (REGISTER_NAME): Remove.
3866 (USE_GENERIC_DUMMY_FRAMES): Remove.
3867 (CALL_DUMMY): Remove.
3868 (CALL_DUMMY_START_OFFSET): Remove.
3869 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3870 (CALL_DUMMY_LOCATION): Remove.
3871 (FIX_CALL_DUMMY): Remove.
3872 (CALL_DUMMY_ADDRESS): Remove.
3873 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3874 (SAVE_DUMMY_FRAME_TOS): Remove.
3875 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3876 (mcore_register_virtual_type): New function.
3877 (mcore_register_byte): New function.
3878 (mcore_register_size): New function.
3879 (mcore_register_name): New function.
3880 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3881 macros removed from tm-mcore.h.
3882 (mcore_dump_tdep): Add.
3883 (_initialize_mcore_tdep): Add gdbarch_register call.
3884
3885 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3886
3887 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3888 frameless_look_for_prologue, such that we actually call this
3889 function.
3890
3891 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3892
3893 * frame.h (frame_address_in_block): New function.
3894
3895 * blockframe.c (frame_address_in_block): New function extracted
3896 from get_frame_block().
3897 (get_frame_block): Use frame_address_in_block().
3898 (block_innermost_frame): Use frame_address_in_block() to match
3899 the frame pc address against the block boundaries rather than
3900 the frame pc directly. This prevents a failure when a frame pc
3901 is actually a return-address pointing immediately after the end
3902 of the given block.
3903
3904 2002-07-02 Grace Sainsbury <graces@redhat.com>
3905
3906 * MAINTAINERS: Add self under write after approval.
3907
3908 2002-07-02 Grace Sainsbury <graces@redhat.com>
3909
3910 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3911 used in architecture vector. The default is
3912 m68k_local_breakpoint_from_pc.
3913 (m68k_local_breakpoint_from_pc): Add.
3914 (enum): Add register numbers from tm-m68k.h.
3915 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3916 vector.
3917 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3918 GDB_MULTI_ARCH_PARTIAL.
3919 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3920 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3921 m68k-tdep.c.
3922 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3923 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3924 to enum in m68k-tdep.c
3925
3926 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3927
3928 * solib-osf.c (open_map): Compute the list of shared libraries
3929 loaded by the inferior, rather than the list of libraries loaded
3930 by GDB itself. Otherwise, GDB ends up reading the symbols from
3931 the wrong shared libraries...
3932
3933 2002-07-02 Mark Kettenis <kettenis@gnu.org>
3934
3935 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3936 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3937 macros.
3938 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3939 Remove functions.
3940 (FRAMELESS_SIGNAL): Remove function.
3941 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3942 i386_linux_saved_pc_after_call): Removed.
3943 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3944 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3945 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3946
3947 * i386-tdep.c (i386_frameless_signal_p): New function.
3948 (i386_frame_chain): Deal with frameless signals.
3949 (i386_sigtramp_saved_sp): New function.
3950 (i386_frame_saved_pc): Deal with frameless signals.
3951 (i386_saved_pc_after_call): Make sure the correct value is
3952 returned just after entry into a sigtramp.
3953 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3954 i386fbsd4_sc_sp_offset): New variables.
3955 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3956 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3957 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3958 similiar to what we already did for sc_pc_offset.
3959 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3960 tdep->sc_sp_offset.
3961
3962 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3963
3964 2002-07-02 Michal Ludvig <mludvig@suse.cz>
3965
3966 * config/i386/tm-x86-64linux.h: New.
3967 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3968 definitions.
3969 * config/i386/nm-x86-64.h: Rename to ...
3970 * config/i386/nm-x86-64linux.h: ... this one.
3971 * config/i386/x86-64linux.mh: Reflect the above change.
3972
3973 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3974
3975 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3976 with sigcontext_addr. Add sc_sp_offset.
3977 (i386bsd_sigtramp_saved_pc): Remove prototype.
3978 (i386bsd_sicontext_addr): Add prototype.
3979 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3980 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3981 (i386_svr4_sigtramp_saved_pc): Removed.
3982 (i386_svr4_sigcontext_addr): New function.
3983 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3984 Initialize tdep->sigcontext_addr instead. Initialize
3985 tdep->sc_pc_offset and tdep->sc_sp_offset.
3986 (i386_gdbarch_init): Likewise.
3987 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3988 any more.
3989 (i386bsd_sigtramp_saved_pc): Remove function.
3990 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3991 Initialize tdep->sigcontext_addr instead. Initialize
3992 tdep->sc_pc_offset.
3993 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3994 of tdep->sigtramp_saved_pc.
3995 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3996 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3997 instead.
3998
3999 * i386-tdep.c (i386_frameless_function_invocation,
4000 i386_frame_num_args, i386_frame_init_saved_regs,
4001 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4002 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4003 i386_extract_return_value, i386_store_return_value,
4004 i386_extract_struct_value_address, i386_register_virtual_type,
4005 i386_register_convertible, i386_register_convert_to_virtual,
4006 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4007 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4008 static.
4009
4010 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4011
4012 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4013
4014 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4015 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4016 this macro. Include "value.h".
4017
4018 2002-06-30 Aidan Skinner <aidan@velvet.net>
4019
4020 * ada-exp.tab.c: remove as it's a generated file
4021 * ada-lex.c: remove as it's a generated file
4022
4023 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4024
4025 * config/i386/tm-i386.h (struct frame_info, struct
4026 frame_saved_regs, struct value, struct type): Remove forward
4027 declarations.
4028
4029 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4030 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4031 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4032 (FILL_FPXREGSET): Define.
4033
4034 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4035
4036 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4037 i[3456]86-*-netbsd* case.
4038 * config/i386/tm-obsd.h: Removed.
4039 * config/i386/obsd.mt: Removed.
4040 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4041 core-aout.o.
4042 (MH_CFLAGS): Add -DYYDEBUG=0.
4043
4044 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4045 i386nbsd_sc_pc_offset on OpenBSD too.
4046
4047 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4048 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4049 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4050 define.
4051 * i386bsd-tdep.c: Include "arch-utils.h".
4052 (i386bsd_aout_in_solib_call_trampoline): New function.
4053 (i386bsd_init_abi): Set in_solib_call_trampoline to
4054 i386bsd_aout_in_solib_call_trampoline.
4055 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4056 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4057
4058 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4059
4060 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4061 (struct obstack, struct bcache): Add opaque declarations.
4062 * Makefile.in (macrotab_h): Update
4063
4064 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4065
4066 * blockframe.c (generic_find_dummy_frame): Change return type to
4067 ``struct regcache''.
4068 (struct dummy_frame): Replace field ``registers'' with regcache, a
4069 struct regcache object.
4070 (generic_find_dummy_frame): Update.
4071 (generic_push_dummy_frame): Update. Use regcache_xfree,
4072 regcache_xmalloc and regcache_cpy.
4073 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4074 regcache_xfree.
4075 (deprecated_generic_find_dummy_frame): Update.
4076 (generic_read_register_dummy): Update. Use
4077 regcache_read_as_address.
4078 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4079 (generic_get_saved_register): Update. Use regcache_read.
4080
4081 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4082
4083 * Makefile.in (objfiles_h): Add $(bcache_h).
4084 * objfiles.h: Include "bcache.h".
4085
4086 * Makefile.in (symtab_h): Remove $(bcache_h).
4087 * symtab.h: Do not include "bcache.h".
4088
4089 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4090
4091 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4092 generic_func_frame_chain_valid.
4093
4094 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4095
4096 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4097 * config/i386/tm-fbsd.h: Likewise.
4098
4099 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4100
4101 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4102 generic_unwind_get_saved_register.
4103
4104 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4105
4106 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4107 * regcache.c (supply_register): Add missing argument to
4108 register_buffer call.
4109
4110 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4111
4112 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4113 Solaris /bin/grep does not not like it. From Peter Schauer.
4114
4115 2002-06-26 Tom Tromey <tromey@redhat.com>
4116
4117 * command.h (add_setshow_cmd): Declare.
4118 (add_setshow_cmd_full): Declare.
4119 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4120 returns void. Use add_setshow_cmd_full.
4121 (add_setshow_cmd_full): New function.
4122 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4123 (add_setshow_boolean_cmd): Likewise.
4124
4125 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4126
4127 * config/vax/tm-vax.h: Protect from multiple inclusion.
4128 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4129 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4130 * config/vax/tm-vaxbsd.h: ...here. New file.
4131 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4132
4133 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4134
4135 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4136 (BELIEVE_PCC_PROMOTION): Remove.
4137 (AP_REGNUM): Move to...
4138 * config/vax/nm-vax.h: ...here.
4139 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4140 (vax_breakpoint_from_pc): New function.
4141 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4142 and gdbarch_believe_pcc_promotion.
4143
4144 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4145
4146 * Makefile.in (vax_tdep_h): Define.
4147 (vax-tdep.o): Use $(vax_tdep_h).
4148 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4149 (vax_dump_tdep): New function.
4150 (_initialize_vax_tdep): Register vax_dump_tdep.
4151 * vax-tdep.h: Include osabi.h.
4152 (struct gdbarch_tdep): New.
4153
4154 2002-06-26 Andrew Cagney <cagney@redhat.com>
4155
4156 * frame.h (deprecated_generic_find_dummy_frame): Rename
4157 generic_find_dummy_frame.
4158 * blockframe.c (generic_find_dummy_frame): Make static.
4159 (deprecated_generic_find_dummy_frame): New function.
4160 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4161 generic_find_dummy_frame with deprecated_find_dummy_frame.
4162 (sh64_nofp_frame_init_saved_regs): Ditto.
4163 (sh_fp_frame_init_saved_regs): Ditto.
4164 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4165 (s390_frame_chain): Ditto.
4166 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4167
4168 2002-06-26 Grace Sainsbury <graces@redhat.com>
4169
4170 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4171 gdbarch vector are at the top.
4172 (NUM_REGS): Remove.
4173 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4174 (FRAME_ARGS_ADDRESS): Remove.
4175 (FRAME_LOCALS_ADDRESS): Remove.
4176 (FRAME_NUM_ARGS): Remove.
4177 (FRAME_ARGS_SKIP): Remove.
4178 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4179 (m68k_gdbarch_init): Add gdbarch initializations for macros
4180 undefined in tm-m68k.h
4181
4182 2002-06-26 Grace Sainsbury <graces@redhat.com>
4183
4184 * monitor.h: Add the function regname to monitor_ops
4185 structure. This way NUM_REGS does not have to be a constant.
4186 * monitor.c (monitor_fetch_register): Added support for regname
4187 function. The function is called if the array regnames is NULL.
4188 (monitor_store_register): Same.
4189 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4190 regnames array.
4191 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4192 cpu32bug_cmds.regname to point to new function.
4193 * abug-rom.c (abug_regname): Same as above.
4194 (init_abug_cmds): Same.
4195 * dbug-rom.c (dbug_regname): Same as above.
4196 (init_dbug_cmds): Same.
4197 * remote-est.c (est_regname): Same.
4198 (init_est_cmds): Same.
4199 * rom68k-rom.c (rom68k_regname): Same.
4200 (init_rom68k_cmds): Same.
4201
4202 2002-06-25 Tom Tromey <tromey@redhat.com>
4203
4204 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4205
4206 2002-06-25 Andrew Cagney <cagney@redhat.com>
4207
4208 * infrun.c (stop_registers): Change variable's type to ``struct
4209 regcache'''.
4210 (xmalloc_inferior_status): Delete function.
4211 (free_inferior_status): Delete function.
4212 (normal_stop): Use regcache_cpy.
4213 (struct inferior_status): Change type of fields ``stop_registers''
4214 and ``registers'' to ``struct regcache''.
4215 (write_inferior_status_register): Use regcache_write.
4216 (save_inferior_status): Instead of calling
4217 xmalloc_inferior_status, allocate the inf_status buffer directly.
4218 Use regcache_dup_no_passthrough and regcache_dup to save the
4219 buffers.
4220 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4221 Replace the stop_registers regcache instead of overriding it. Use
4222 regcache_xfree. Instead of calling free_inferior_status, xfree
4223 the buffer directly.
4224 (discard_inferior_status): Use regcache_xfree. Instead of calling
4225 free_inferior_status, xfree the buffer directly.
4226 (build_infrun): Use regcache_xmalloc.
4227 (_initialize_infrun): Delete redundant call to build_infrun.
4228
4229 * Makefile.in (infcmd.o): Add $(regcache_h).
4230
4231 * infcmd.c: Include "regcache.h".
4232 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4233 obtain the address of `stop_registers' register buffer.
4234 (print_return_value): Ditto.
4235
4236 * inferior.h (struct regcache): Add opaque declaration.
4237 (stop_registers): Change variable's declared type to ``struct
4238 regcache''.
4239
4240 2002-06-24 Tom Tromey <tromey@redhat.com>
4241
4242 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4243 * target.c (initialize_targets): Fixed typo in
4244 trust-readonly-sections `show' documentation.
4245
4246 * main.c: Marked all strings with _().
4247
4248 2002-06-24 Don Howard <dhoward@redhat.com>
4249
4250 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4251 that means max CORE_ADDR+1.
4252 (lookup_mem_region): Ditto.
4253 (mem_info_command): Ditto.
4254
4255 2002-06-24 Grace Sainsbury <graces@redhat.com>
4256
4257 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4258 (REGISTER_BYTES_OK): Remove.
4259 (REGISTER_BYTES): Remove.
4260 (STORE_STRUCT_RETURN): Remove.
4261 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4262 (STORE_RETURN_VALUE): Remove.
4263 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4264 (FRAME_CHAIN): Remove.
4265 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4266 (FRAME_SAVED_PC): Remove.
4267 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4268 (m68k_store_struct_return): Add.
4269 (m68k_deprecated_extract_return_value): Add.
4270 (m68k_deprecated_extract_struct_value_address): Add.
4271 (m68k_store_return_value): Add.
4272 (m68k_frame_chain): Add.
4273 (m68k_frameless_function_invocation): Add.
4274 (m68k_frame_saved_pc): Add.
4275 (m68k_gdbarch_init): added set_gdbarch calls for new
4276 functions and deleted macros.
4277
4278 2002-06-23 Tom Tromey <tromey@redhat.com>
4279
4280 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4281 (ALLDEPFILES): Likewise.
4282 (udiheaders): Removed.
4283 (udip2soc.o): Likewise.
4284 (udi2go32.o): Likewise.
4285 (udr.o): Likewise.
4286 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4287
4288 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4289
4290 * infrun.c (_initialize_infrun): Delete unnecessary call to
4291 build_infrun.
4292
4293 * regcache.h: Update comments describing the regcache_cpy family
4294 of functions.
4295 (regcache_save, regcache_restore): Delete declaration.
4296 (regcache_save_no_passthrough): Delete declaration.
4297 (regcache_restore_no_passthrough): Delete declaration.
4298 * regcache.c (regcache_save): Delete function.
4299 (regcache_save_no_passthrough): Delete function.
4300 (regcache_restore): Delete function.
4301 (regcache_restore_no_passthrough): Delete function.
4302
4303 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4304
4305 * config/m68k/tm-m68k.h: Fix typo.
4306 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4307 (m68k_frame_init_saved_regs): Declare.
4308
4309 2002-06-21 Jim Blandy <jimb@redhat.com>
4310
4311 Remove some vestiges of Harris 88k support.
4312 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4313 register numbering quirk.
4314 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4315 odd symbols occurring in Harris 88k ELF targets.
4316
4317 2002-06-21 Tom Tromey <tromey@redhat.com>
4318
4319 * gdb_locale.h: New file.
4320 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4321 (defs_h): Added gdb_locale.h.
4322 * configure, config.in: Rebuilt.
4323 * configure.in (PACKAGE): Define.
4324 * defs.h: Include gdb_locale.h.
4325 * main.c (captured_main): Call setlocale, bindtextdomain,
4326 textdomain.
4327
4328 2002-06-21 Dave Brolley <brolley@redhat.com>
4329
4330 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4331 * config/frv/frv.mt: New file.
4332 * config/frv/tm-frv.h: New file.
4333 * configure.tgt: Support frv-*-*.
4334 * Makefile.in (frv-tdep.o): New target.
4335 * frv-tdep.c: New file.
4336 * NEWS: Mention frv.
4337
4338 2002-06-21 Dave Brolley <brolley@redhat.com>
4339
4340 * MAINTAINERS: Add self to "Write After Approval" list.
4341
4342 2002-06-21 Grace Sainsbury <graces@redhat.com>
4343
4344 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4345 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4346 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4347 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4348 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4349
4350 * m68k-tdep.c: Include arch-utils.h
4351 (m68k_register_raw_size): Add.
4352 (m68k_register_virtual_size): Add.
4353 (m68k_register_virtual_type): Add.
4354 (m68k_register_name): Add.
4355 (m68k_stack_align): Add.
4356 (m68k_register_byte): Add.
4357 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4358 tm-m68k.h.
4359
4360 2002-06-21 Grace Sainsbury <graces@redhat.com>
4361
4362 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4363 m68k_find_saved_regs.
4364 (m68k_pop_frame): Removed saved_regs structure, and replaced
4365 references to it with frame->saved_regs.
4366 (m68k_gdbarch_init): Added function calls to initialize the
4367 gdbarch structure.
4368 (m68k_fix_call_dummy): Add.
4369 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4370 (CALL_DUMMY): Remove.
4371 (CALL_DUMMY_LENGTH): Remove.
4372 (CALL_DUMMY_START_OFFSET): Remove.
4373 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4374 (FIX_CALL_DUMMY): Remove.
4375 (PUSH_DUMMY_FRAME): Remove.
4376 (POP_FRAME): Remove.
4377
4378 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4379
4380 * parse.c (parse_fprintf): New function used to avoid calls to
4381 fprintf in bison parser generated debug code.
4382 * parser-defs.h: Declaration of new parse_fprintf function.
4383 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4384 Set YYDEBUG to 1 by default.
4385 Set YYFPRINTF as parse_fprintf.
4386
4387 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4388
4389 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4390 encoding anymore.
4391 (pointer_encoding, enum ptr_encoding): New.
4392 (execute_cfa_program): Take care about pointer encoding.
4393 (dwarf2_build_frame_info): Only call parse_frame_info for
4394 .debug_frame and .eh_frame.
4395 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4396 fixed augmentation handling, added relative addressing,
4397 ignore duplicate FDEs. Added comments.
4398 * dwarf2cfi.c: Reindented.
4399
4400 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4401
4402 * event-top.c (command_handler): Don't use space_at_cmd_start
4403 unless there is sbrk() on the host. Assign time and space data
4404 to union fields of the appropriate length.
4405
4406 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4407
4408 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4409 x86_64_register_name. Return type changed to 'const char *'.
4410 (x86_64_register_name2nr): Rename to x86_64_register_number.
4411 (x86_64_gdbarch_init): Update to reflect the change.
4412 * x86-64-tdep.h: Ditto.
4413 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4414 (supply_fpregset): Ditto.
4415
4416 2002-06-19 Andrew Cagney <cagney@redhat.com>
4417
4418 * regcache.h: Update copyright.
4419 (struct regcache, struct gdbarch): Add opaque declarations.
4420 (current_regcache): Declare global variable.
4421 (regcache_read, regcache_write): Add gdbarch parameter.
4422 (regcache_save, regcache_save_no_passthrough)
4423 (regcache_restore, regcache_restore_no_passthrough)
4424 (regcache_dup, regcache_dup_no_passthrough)
4425 (regcache_cpy, regcache_cpy_no_passthrough)
4426 (deprecated_grub_regcache_for_registers)
4427 (deprecated_grub_regcache_for_register_valid)
4428 (regcache_valid_p): Add function declarations.
4429
4430 * regcache.c: Update copyright.
4431 (regcache_descr_handle): New global variable.
4432 (struct regcache_descr): Define.
4433 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4434 (regcache_descr, xfree_regcache_descr): New functions.
4435 (struct regcache): Define.
4436 (regcache_xmalloc, regcache_xfree): New functions.
4437 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4438 (regcache_dup, regcache_dup_no_passthrough): New functions.
4439 (regcache_valid_p, regcache_read_as_address): New functions.
4440 (deprecated_grub_regcache_for_registers): New function.
4441 (deprecated_grub_regcache_for_register_valid): New function.
4442 (current_regcache): New global variable.
4443 (register_buffer): Add regcache parameter. Update calls.
4444 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4445 (read_register_gen, write_register_gen): Update register_buffer
4446 call. Test for legacy_p instead of gdbarch_register_read_p or
4447 gdbarch_register_write_p.
4448 (regcache_collect): Update register_buffer call.
4449 (build_regcache): Rewrite. Use deprecated grub functions.
4450 (regcache_save, regcache_save_no_passthrough): New functions.
4451 (regcache_restore, regcache_restore_no_passthrough): New
4452 functions.
4453 (_initialize_regcache): Create the regcache_data_handle. Swap
4454 current_regcache global variable.
4455
4456 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4457 parameter to regcache_read and regcache_write calls.
4458 (sh4_register_read): Ditto.
4459 (sh64_pseudo_register_read): Ditto.
4460 (sh64_register_read): Ditto.
4461 (sh_pseudo_register_write): Ditto.
4462 (sh4_register_write): Ditto.
4463 (sh64_pseudo_register_write): Ditto.
4464 (sh64_register_write): Ditto.
4465
4466 * defs.h (XCALLOC): Define.
4467
4468 2002-06-19 Grace Sainsbury <graces@redhat.com>
4469
4470 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4471 * m68k-tdep.c (m68k_gdbarch_init): Added.
4472 (m68k_dump_tdep): Added.
4473
4474 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4475
4476 * ada-lang.c (fill_in_ada_prototype): Update comment.
4477
4478 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4479
4480 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4481 MIPS_ABI_LAST.
4482 (mips_abi_string, mips_abi_strings): New.
4483 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4484 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4485 tdep->mips_abi_string. Honor mips_abi_string. Default to
4486 O32 if no ABI is found.
4487 (mips_dump_tdep): Use mips_abi_strings.
4488 (mips_abi_update): New function.
4489 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4490 ``set mips abi'' and ``show mips abi''. Check the size of
4491 mips_abi_strings.
4492
4493 2002-06-19 Andrew Cagney <cagney@redhat.com>
4494
4495 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4496 constant.
4497
4498 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4499
4500 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4501 current frame using only the first stack size adjustment. All
4502 subsequent size adjustments are not considered to be part of
4503 the "static" part of the current frame.
4504 Compute the address of the saved registers relative to the
4505 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4506 in use in this frame.
4507
4508 2002-06-18 Don Howard <dhoward@redhat.com>
4509
4510 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4511 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4512 suggesting this solution.
4513
4514 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4515
4516 * config/romp/xm-rtbsd.h: Delete file.
4517 * config/romp/rtbsd.mh: Delete file.
4518
4519 2002-06-18 Keith Seitz <keiths@redhat.com>
4520
4521 * breakpoint.c (condition_command): Post breakpoint_modify
4522 when a condition is added to an existing breakpoint.
4523 (commands_command): Likewise for commands.
4524 (set_ignore_count): Likewise for ignore counts.
4525 If no tty, do not simply return, still need to send event
4526 notification.
4527 (ignore_command): Only print a newline if the command came
4528 from a tty.
4529 Don't call breakpoints_changed, since this is now properly
4530 handled by set_ignore_count.
4531
4532 2002-06-18 Andrew Cagney <cagney@redhat.com>
4533
4534 * MAINTAINERS: Note that cris-elf target can be compiled with
4535 -Werror.
4536 * cris-tdep.c (cris_register_name): Make return type constant.
4537 (cris_breakpoint_from_pc): Ditto.
4538
4539 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4540
4541 * frame.h (struct frame_info): Change type of context to
4542 'struct context'.
4543
4544 2002-06-17 Andrew Cagney <cagney@redhat.com>
4545
4546 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4547 pointer.
4548 * gdbarch.h, gdbarch.c: Regenerate.
4549 * config/mips/tm-mips.h (mips_register_name): Update.
4550 * i386-tdep.h (i386_register_name): Update.
4551 * mips-tdep.c (mips_register_name): Update
4552 * alpha-tdep.c (alpha_register_name): Update.
4553 * arch-utils.c (legacy_register_name): Update.
4554 * arch-utils.h (legacy_register_name): Update.
4555 * avr-tdep.c (avr_register_name): Update.
4556 * ia64-tdep.c (ia64_register_name): Update.
4557 * i386-tdep.c (i386_register_name): Update.
4558 * sparc-tdep.c (sparc32_register_name): Update.
4559 (sparc64_register_name): Update.
4560 (sparclite_register_name): Update.
4561 (sparclet_register_name): Update.
4562 * sh-tdep.c (sh_generic_register_name): Update.
4563 (sh_sh_register_name): Update.
4564 (sh_sh3_register_name): Update.
4565 (sh_sh3e_register_name): Update.
4566 (sh_sh_dsp_register_name): Update.
4567 (sh_sh3_dsp_register_name): Update.
4568 (sh_sh4_register_name): Update.
4569 (sh_sh64_register_name): Update.
4570 * s390-tdep.c (s390_register_name): Update.
4571 * rs6000-tdep.c (rs6000_register_name): Update.
4572 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4573 (ns32k_register_name_32382): Update.
4574 * d10v-tdep.c (d10v_ts2_register_name): Update.
4575 (d10v_ts3_register_name): Update.
4576 * xstormy16-tdep.c (xstormy16_register_name): Update.
4577 * vax-tdep.c (vax_register_name): Update.
4578 * v850-tdep.c (v850_register_name): Update.
4579 * m68hc11-tdep.c (m68hc11_register_name): Update.
4580 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4581 (am33_register_name): Update.
4582
4583 2002-06-17 Grace Sainsbury <graces@redhat.com>
4584
4585 * m68k-tdep.c: Reindented.
4586
4587 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4588
4589 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4590 list of predefined types.
4591
4592 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4593
4594 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4595 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4596 REGISTER_CONVERT_TO_RAW): Remove defines.
4597 (i386_register_virtual_type, i386_register_convertible,
4598 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4599 Remove prototypes.
4600 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4601 macros mentioned above.
4602
4603 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4604 (i386lynx_saved_pc_after_call): Remove prototype.
4605 * i386ly-tdep.c: Include "i386-tdep.h".
4606 (i386lynx_saved_pc_after_call): Make static. Use
4607 read_memory_nobpt instead of read_memory. Use
4608 read_memory_unsigned_integer instead of read_memory_integer.
4609 (i386lynx_init_abi): New function.
4610 (i386lynx_coff_osabi_sniffer): New function.
4611 (_initialize_i386bsd_tdep): New function.
4612
4613 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4614 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4615 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4616 (i386_fix_call_dummy): Remove prototype.
4617 * i386-tdep.c (i386_call_dummy_words): New variable.
4618 (i386_gdbarch_init): Adjust for removal of the
4619 macros mentioned above.
4620
4621 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4622
4623 * command.h (add_setshow_auto_boolean_cmd): Replace
4624 add_set_auto_boolean_cmd.
4625 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4626 add_set_auto_boolean_cmd.
4627 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4628 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4629 mask-address'' command.
4630 (show_mask_address): Add cmd parameter.
4631 * remote.c (add_packet_config_cmd): Update. Change type of
4632 set_func and show_func to cmd_sfunc_ftype.
4633 (_initialize_remote): Update `set remote Z-packet'
4634 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4635 (show_remote_protocol_e_packet_cmd): Ditto.
4636 (show_remote_protocol_E_packet_cmd): Ditto.
4637 (show_remote_protocol_P_packet_cmd): Ditto.
4638 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4639 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4640 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4641 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4642 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4643 (show_remote_protocol_Z_packet_cmd): Ditto.
4644 (show_remote_protocol_binary_download_cmd): Ditto.
4645 (show_remote_cmd): Pass NULL to all of above.
4646
4647 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4648
4649 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4650 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4651 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4652 POP_FRAME): Remove defines.
4653 (i386_push_arguments, i386_store_struct_return,
4654 i386_extract_return_value, i386_store_return_value,
4655 i386_extract_struct_value_address, i386_push_dummy_frame,
4656 i386_pop_frame): Renove prototypes.
4657 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4658 macros mentioned above.
4659
4660 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4661
4662 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4663 add_set_boolean_cmd.
4664 (add_setshow_cmd): New function.
4665 * command.h (add_setshow_boolean_cmd): Replace
4666 add_set_boolean_cmd.
4667 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4668 and ``set rdiromatzero''.
4669 * maint.c (_initialize_maint_cmds): Update commented out code.
4670 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4671 * target.c (initialize_targets): Update `set
4672 trust-readonly-sections'.
4673 * remote.c (_initialize_remote): Update `set remotebreak'.
4674
4675 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4676
4677 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4678 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4679 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4680 fit into multi-arch framework.
4681 (i386_breakpoint_from_pc): New function.
4682 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4683 above.
4684
4685 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4686 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4687 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4688 (i386_frameless_function_invocation, i386_frame_num_args,
4689 i386_frame_init_saved_regs): Remove prototypes.
4690 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4691 macros mentioned above.
4692
4693 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4694
4695 * cli/cli-decode.c (set_cmd_cfunc): Update.
4696 (set_cmd_sfunc): Update.
4697 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4698 (set_cmd_sfunc, set_cmd_cfunc): Update.
4699 * cli/cli-decode.h: Update.
4700
4701 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4702
4703 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4704 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4705
4706 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4707
4708 * defs.h (auto_boolean): Declare enum.
4709 * command.h (cmd_auto_boolean): Delete enum.
4710 * mips-tdep.c (mask_address_var): Update.
4711 (mips_mask_address_p): Update.
4712 (show_mask_address): Update.
4713 * remote.c (struct packet_config): Update.
4714 (update_packet_config): Update.
4715 (show_packet_config_cmd): Update.
4716 (packet_ok): Update.
4717 (add_packet_config_cmd): Update.
4718 (_initialize_remote):
4719 * command.h: Update.
4720 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4721 (do_setshow_command): Update.
4722 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4723 * cli/cli-decode.h: Update.
4724
4725 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4726
4727 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4728 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4729 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4730 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4731 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4732 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4733
4734 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4735 list of DJGPP COFF targets.
4736
4737 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4738 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4739 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4740 (FP0_REGNUM): Remove define.
4741 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4742 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4743 (i386_register_virtual_size): Remove protoype.
4744 * i386-tdep.c (i386_register_virtual_size): Removed.
4745 (i386_extract_return_value, i386_store_return_value): Use
4746 FP0_REGNUM instead of NUM_FREGS to determine whether the
4747 floating-point registers are available.
4748 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4749 Adjust for removal of macros mentioned above.
4750
4751 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4752
4753 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4754 comments.
4755 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4756 Remove prototypes.
4757 (supply_gregset, fill_gregset): Remove use of register keyword and
4758 remove declaration for regmap. Use I386_NUM_GREGS instead of
4759 NUM_REGS and NUM_FREGS.
4760 (FPREGSET_FSAVE_OFFSET): Remove.
4761 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4762 NUM_FREGS to determine whether the floating-point registers are
4763 available.
4764
4765 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4766 gnu_store_registers): Replace usage of NUM_GREGS with
4767 I386_NUM_GREGS.
4768
4769 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4770 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4771 usage of NUM_GREGS with I386_NUM_GREGS.
4772
4773 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4774
4775 * i386bsd-nat.c: Include "i386-tdep.h".
4776 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4777 I386_NUM_GREGS.
4778
4779 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4780 and associated comment. They no longer make any sense, since we
4781 don't use this file anymore on Linux.
4782
4783 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4784 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4785 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4786 elements in these arrays.
4787 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4788 MAX_NUM_REGS.
4789
4790 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4791
4792 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4793 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4794
4795 2002-06-14 Andrew Cagney <cagney@redhat.com>
4796
4797 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4798 EXTRACT_RETURN_VALUE.
4799 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4800 EXTRACT_STRUCT_VALUE_ADDRESS.
4801 * gdbarch.h, gdbarch.c: Regenerate.
4802
4803 * values.c (value_being_returned): Handle
4804 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4805 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4806
4807 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4808 * arm-tdep.c (arm_gdbarch_init): Update.
4809 * avr-tdep.c (avr_gdbarch_init): Update.
4810 * cris-tdep.c (cris_gdbarch_init): Update.
4811 * d10v-tdep.c (d10v_gdbarch_init): Update.
4812 * ia64-tdep.c (ia64_gdbarch_init): Update.
4813 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4814 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4815 * s390-tdep.c (s390_gdbarch_init): Update.
4816 * sh-tdep.c (sh_gdbarch_init): Update.
4817 * s390-tdep.c (s390_gdbarch_init): Update.
4818 * sparc-tdep.c (sparc_gdbarch_init): Update.
4819 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4820 * v850-tdep.c (v850_gdbarch_init): Update.
4821 * vax-tdep.c (vax_gdbarch_init): Update.
4822 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4823 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4824
4825 * config/arc/tm-arc.h: Update.
4826 * config/d30v/tm-d30v.h: Update.
4827 * config/fr30/tm-fr30.h: Update.
4828 * config/h8300/tm-h8300.h: Update.
4829 * config/h8500/tm-h8500.h: Update.
4830 * config/i386/tm-i386.h: Update.
4831 * config/i386/tm-ptx.h: Update.
4832 * config/i386/tm-symmetry.h: Update.
4833 * config/i960/tm-i960.h: Update.
4834 * config/m32r/tm-m32r.h: Update.
4835 * config/m68k/tm-delta68.h: Update.
4836 * config/m68k/tm-linux.h: Update.
4837 * config/m68k/tm-m68k.h: Update.
4838 * config/m88k/tm-m88k.h: Update.
4839 * config/mcore/tm-mcore.h: Update.
4840 * config/mips/tm-mips.h: Update.
4841 * config/mn10200/tm-mn10200.h: Update.
4842 * config/pa/tm-hppa.h: Update.
4843 * config/pa/tm-hppa64.h: Update.
4844 * config/sparc/tm-sp64.h: Update.
4845 * config/sparc/tm-sparc.h: Update.
4846 * config/sparc/tm-sparclet.h: Update.
4847 * config/z8k/tm-z8k.h: Update.
4848
4849 2002-06-14 Andrew Cagney <cagney@redhat.com>
4850
4851 * Makefile.in (i386_linux_tdep_h): Define.
4852 (i386_tdep_h, i387_tdep_h): Define.
4853 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4854 $(i386_tdep_h) and $(i387_tdep_h).
4855 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4856
4857 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4858
4859 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4860 Already covered by the default.
4861
4862 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4863 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4864 (i386_gdbarch_init): Initialize long_double_format and long_double
4865 bit.
4866
4867 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4868 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4869 Move these to ...
4870 * config/i386/i386sol2.mh: ... here.
4871 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4872 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4873 (SIGCONTEXT_PC_OFFSET): Remove define.
4874 (IN_SIGTRAMP): Remove define.
4875 * i386-sol2-tdep.c: New file.
4876
4877 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4878 * config/i386/tm-i386nw.h: Removed.
4879
4880 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4881 USE_STRUCT_CONVENTION): Remove defines.
4882 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4883 (get_longjmp_target): Remove prototype.
4884 (IN_SIGTRAMP): Remove define.
4885 (i386bsd_in_sigtramp): Remove prototype.
4886 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4887 function. Update comment accordingly
4888 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4889 (FRAME_SAVED_PC): Remove define.
4890 (i386bsd_frame_saved_pc): Remove prototype.
4891 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4892 GET_LONGJMP_TARGET): Remove defines.
4893 (get_longjmp_target): Remove prototype.
4894 (IN_SIGTRAMP): Remove define.
4895 (i386bsd_in_sigtramp): Remove prototype.
4896 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4897 function. Update comment accordingly
4898 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4899 (FRAME_SAVED_PC): Remove define.
4900 (i386bsd_frame_saved_pc): Remove prototype.
4901 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4902 Remove prototype.
4903 (USE_STRUCT_CONVENTION): Remove prototype.
4904 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4905 declaration.
4906 (_initialize_i386bsd_nat): Revise logic to determine some
4907 constants at compile time when compiling a native GDB. Warn if
4908 things don't match up with what we expect.
4909 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4910 Remove variables.
4911 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4912 to use date stored in `struct gdbarch_tdep'.
4913 (i386bsd_sigcontext_offset): Remove varaible.
4914 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4915 stored in `struct gdbarch_tdep'.
4916 (i386bsd_frame_saved_pc): Make static.
4917 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4918 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4919 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4920 i386fbsd4_sc_pc_offset): New variables.
4921 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4922 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4923 functions.
4924 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4925 functions.
4926 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4927 Modify the value of i386fbsd_sigtramp_start and
4928 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4929 i386fbsd_sigtramp_end.
4930 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4931 function.
4932
4933 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4934 define to i386-linux-tdep.h.
4935 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4936 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4937 defines.
4938 (i386_linux_register_name, i386_linux_register_byte,
4939 i386_linux_register_raw_size): Remove prototypes.
4940 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4941 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4942 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4943 TARGET_WRITE_PC): Remove defines.
4944 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4945 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4946 i386_linux_write_pc): Remove prototypes.
4947 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4948 (get_longjmp_target): Remove prototype.
4949 * i386-linux-tdep.h: New file.
4950 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4951 * i386-linux-tdep.c: Include "i386-tdep.h" and
4952 "i386-linux-tdep.h".
4953 (i386_linux_register_name, i386_linux_register_byte,
4954 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4955 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4956 Make static.
4957 (i386_linux_init_abi): New function.
4958 (_initialize_i386_linux_tdep): New function.
4959
4960 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4961 (i386_saved_pc_after_call): Remove prototype.
4962 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4963 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4964 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4965 (i386_register_name, i386_stab_reg_to_regnum,
4966 i386_dwarf_reg_to_regnum): Remove prototypes.
4967 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4968 SIZEOF_SSE_REGS): Remove defines.
4969 (REGISTER_BYTES): Remove define.
4970 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4971 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4972 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4973 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4974 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4975 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4976 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4977 (get_longjmp_target): Remove prototype.
4978 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4979 (sigtramp_saved_pc): Remove define.
4980 (i386v4_sigtramp_saved_pc): Remove prototype.
4981 * config/i386/tm-go32.h (FRAME_CHAIN,
4982 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4983 (i386go32_frame_saved_pc): Remove prototype.
4984 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4985 (get_longjmp_target): Remove prototype.
4986 * i386-tdep.h: Include "osabi.h".
4987 (enum i386_abi): Removed.
4988 (enum struct_return): New enum.
4989 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4990 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4991 sc_pc_offset members.
4992 (i386_gdbarch_register_os_abi): Remove prototype.
4993 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4994 I386_SSE_NUM_REGS): New defines.
4995 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4996 I386_SSE_SIZEOF_REGS): New defines.
4997 (i386_register_name, i386_register_byte, i386_register_raw_size):
4998 New prototypes.
4999 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5000 (i386bsd_sigtramp_saved_pc): New prototype.
5001 * i386-tdep.c: Don't include "elf-bfd.h".
5002 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5003 i386_frame_chain, i386_saved_pc_after_call): Make static.
5004 (i386_frame_saved_pc): Rewrite to call architecture dependent
5005 function to deal with signal handlers. Make static.
5006 (i386go32_frame_saved_pc): Removed.
5007 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5008 Removed.
5009 (i386_get_longjmp_target): New function.
5010 (default_struct_convention, pcc_struct_convention,
5011 reg_struct_convention, valid_conventions, struct_convention): New
5012 variables.
5013 (i386_use_struct_convention): New function.
5014 (i386v4_sigtramp_saved_pc): Renamed to
5015 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5016 (i386_pc_in_sigtramp): New function.
5017 (i386_abi_names): Removed.
5018 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5019 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5020 Removed.
5021 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5022 i386_gdbarch_register_os_abi): Removed.
5023 (struct i386_abi_handler): Removed.
5024 (i386_abi_handler_list): Removed.
5025 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5026 functions.
5027 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5028 i386_nw_init_abi): New functions.
5029 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5030 Use set_gdbarch_xxx() calls instead of relying on macros for a
5031 number of calls.
5032 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5033 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5034 Register the various architecture variants defined in this file.
5035
5036 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5037
5038 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5039 (struct main_type): Remove arg_types member. Update comments for
5040 struct field.
5041 (TYPE_ARG_TYPES): Remove.
5042 (TYPE_FN_FIELD_ARGS): Update.
5043 (smash_to_method_type): Update prototype.
5044
5045 * c-typeprint.c (cp_type_print_method_args): Take method type
5046 instead of argument list. Use new argument layout. Simplify.
5047 (c_type_print_args): Use new argument layout. Simplify.
5048 (c_type_print_base): Update call to cp_type_print_method_args.
5049 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5050 argument; use die->type instead. Update call to
5051 smash_to_method_type.
5052 (read_structure_scope): Update call to dwarf2_add_member_fn.
5053 * gdbtypes.c (allocate_stub_method): Update comment.
5054 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5055 Use new argument layout.
5056 (check_stub_method): Use new argument layout. Don't count
5057 void as an argument.
5058 (print_arg_types): Update comments. Use new argument layout.
5059 (recursive_dump_type): Don't print arg_types member.
5060 * hpread.c (hpread_read_struct_type): Use new argument layout.
5061 (fixup_class_method_type): Likewise.
5062 (hpread_type_lookup): Likewise.
5063 * stabsread.c (read_type): Update calls to read_args and
5064 smash_to_method_type.
5065 (read_args): Use new argument layout. Simplify.
5066 * valops.c (typecmp): Use new argument layout. Update parameters
5067 and comments. Simplify.
5068 (hand_function_call): Use new argument layout.
5069 (search_struct_method): Update call to typecmp.
5070 (find_overload_match): Use new argument layout.
5071
5072 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5073
5074 * NEWS: Mention multithreaded debug support for gdbserver.
5075
5076 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5077
5078 * MAINTAINERS: Mention NEWS.
5079
5080 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5081
5082 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5083 (struct mips_objfile_private, compare_pdr_entries): New.
5084 (non_heuristic_proc_desc): Read the ".pdr" section if it
5085 is present.
5086
5087 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5088
5089 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5090 (arm_debug): New static variable.
5091 (_initialize_arm_tdep): Add ``set debug arm'' command.
5092
5093 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5094
5095 * Makefile.in (sim_arm_h): Define.
5096 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5097 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5098 (arm_register_sim_regno): New function, map an internal REGNUM
5099 onto a simulator register number.
5100 (arm_gdbarch_init): Set register_sim_regno.
5101
5102 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5103
5104 * MAINTAINERS: Add self.
5105
5106 2002-06-11 Jim Blandy <jimb@redhat.com>
5107
5108 * source.c (source_info): Mention whether the symtab has
5109 information about preprocessor macros.
5110
5111 Call the command `info macro', not `show macro'.
5112 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5113 Fix error message.
5114 (_initialize_macrocmd): Register `info_macro_command' in
5115 `infolist', not `showlist'.
5116
5117 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5120 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5121 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5122 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5123 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5124 unconditionally.
5125 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5126 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5127 (_initialize_mips_tdep): Remove dead code.
5128 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5129 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5130 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5131 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5132 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5133 MIPS_LAST_FP_ARG_REGNUM): Remove.
5134
5135 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5136
5137 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5138 (unwind_tmp_obstack_free, parse_frame_info)
5139 (update_context, cfi_read_fp, cfi_write_fp)
5140 (cfi_frame_chain, cfi_init_extra_frame_info)
5141 (cfi_virtual_frame_pointer): Use the above function.
5142 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5143
5144 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5145
5146 * v850-tdep.c (v850_type_is_scalar): New function.
5147 (v850_use_struct_convention): Match current gcc implementation
5148 as close as possible.
5149 (v850_push_arguments): Fix stack_offset handling. Don't write
5150 struct_addr into register. This is done by v850_store_struct_return.
5151 (v850_extract_return_value): Care for structs.
5152 (v850_store_return_value): Ditto.
5153 (v850_store_struct_return): Actually write address.
5154
5155 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5156
5157 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5158 without debug information too.
5159
5160 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5161
5162 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5163 Make multi-arch pure.
5164 * gdbarch.h, gdbarch.c: Re-generate.
5165 * arm-tdep.c (arm_print_float_info): Update.
5166 * arch-utils.h (default_print_float_info): Update.
5167 * arch-utils.c (default_print_float_info): Update.
5168 * infcmd.c (float_info): Update call.
5169
5170 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5171
5172 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5173 the front of the initialize list.
5174
5175 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5176
5177 * infrun.c (struct inferior_status): Replace fields
5178 selected_frame_address and selected_level with field
5179 selected_frame_id.
5180 (save_inferior_status): Update. Use get_frame_id.
5181 (struct restore_selected_frame_args): Delete.
5182 (restore_selected_frame): Update. Use frame_find_by_id.
5183 (restore_inferior_status): Update.
5184
5185 * breakpoint.h (struct breakpoint): Change type of
5186 watchpoint_frame to frame_id.
5187 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5188 call to get_current_frame.
5189 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5190 get_current_frame.
5191 (watchpoint_check): Use frame_find_by_id.
5192
5193 * frame.h (record_selected_frame): Delete declaration.
5194 * stack.c (record_selected_frame): Delete function.
5195
5196 * frame.h (struct frame_id): Define.
5197 (get_frame_id): Declare.
5198 (frame_find_by_id): Declare.
5199 * frame.c (frame_find_by_id): New function.
5200 (get_frame_id): New function.
5201
5202 2002-06-10 Andrey Volkov <avolkov@transas.com>
5203
5204 * ser-e7kpc.c: Fix duplicated define and call of
5205 _initialize_ser_e7000pc
5206
5207 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5208
5209 * signals/signals.c (target_signal_from_host): Fix #ifdef
5210 SIGRTMIN case.
5211 (do_target_signal_to_host): Likewise.
5212
5213 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5214
5215 * mips-tdep.c (mips_find_abi_section): New function.
5216 (mips_gdbarch_init): Call it.
5217
5218 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5219
5220 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5221 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5222 after Andrew's 2002-06-08 gdbarch change.
5223
5224 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5225
5226 * i386-linux-nat.c (suppy_gregset): Don't supply
5227 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5228 register cache.
5229 (fill_gregset): Don't fetch it under the same circumstances.
5230
5231 2002-06-09 Andrew Cagney <cagney@redhat.com>
5232
5233 * Makefile.in (callback_h): Define.
5234 (remote_sim_h): Update path to remote-sim.h.
5235 (remote-rdp.o): Add $(callback_h).
5236 (remote-sim.o): Use $(callback_h).
5237 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5238 * remote-rdp.c: Include "gdb/callback.h".
5239
5240 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5241
5242 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5243 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5244
5245 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5246
5247 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5248 * rdi-share/serpardr.c: Ditto.
5249 * rdi-share/unixcomm.c: Ditto.
5250 * rdi-share/serdrv.c: Ditto.
5251 * rdi-share/hostchan.h: Ditto.
5252 * rdi-share/hostchan.c: Ditto.
5253 * rdi-share/host.h: Ditto.
5254 * rdi-share/devsw.c: Ditto.
5255
5256 * objfiles.h: Change type of obj_private to void pointer.
5257 * pa64solib.c: Update copyright. Don't include "assert.h", use
5258 strcmp instead of STREQ, use LONGEST, do not use PTR
5259 * somsolib.c: Ditto.
5260
5261 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5262 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5263 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5264
5265 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5266
5267 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5268 (default_get_saved_register): Delete function.
5269 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5270 generic_unwind_get_saved_register.
5271 * gdbarch.h, gdbarch.c: Re-generate.
5272
5273 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5274
5275 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5276 generic_func_frame_chain_valid.
5277 * gdbarch.h, gdbarch.c: Re-generate.
5278 * blockframe.c (generic_func_frame_chain_valid): Only check
5279 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5280 passing FP to PC_IN_CALL_DUMMY.
5281 Fix PR gdb/360.
5282
5283 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5284
5285 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5286 (register_gdbarch_data): Initialize init_p.
5287 (gdbarch_data): Initialize data pointer using the init function.
5288 (init_gdbarch_data): Delete function.
5289 (gdbarch_update_p): Update.
5290 (initialize_non_multiarch): Update.
5291 (struct gdbarch): Add field initialized_p.
5292 * gdbarch.h, gdbarch.c: Re-generate.
5293
5294 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5295
5296 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5297 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5298 better do the things actually here.
5299 * x86-64-tdep.c (x86_64_register_name2nr): New.
5300 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5301 (x86_64_gdbarch_init): Respect the above change.
5302 * x86-64-tdep.h (x86_64_register_name2nr)
5303 (x86_64_register_nr2name): Add prototypes.
5304 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5305
5306 2002-06-06 Michael Snyder <msnyder@redhat.com>
5307
5308 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5309 Delete extra braces and re-indent.
5310 (d10v_store_return_value): Char return values
5311 must be shifted over by one byte in R0.
5312 (d10v_extract_return_value): Delete extra braces, re-indent.
5313
5314 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5315
5316 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5317 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5318 (d10v_integer_to_address): Rewrite.
5319 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5320 the d10v specific functions which take care of converting to the
5321 correct space.
5322
5323 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5324
5325 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5326 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5327
5328 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5329
5330 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5331 includes.
5332 * config/tm-linux.h: Ditto.
5333 * config/alpha/tm-alphalinux.h: Ditto.
5334 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5335 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5336 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5337 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5338 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5339 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5340 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5341 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5342 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5343 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5344 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5345 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5346 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5347 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5348 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5349 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5350 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5351 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5352 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5353 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5354 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5355 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5356 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5357 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5358 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5359 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5360 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5361 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5362 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5363 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5364 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5365 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5366 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5367 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5368 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5369 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5370 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5371
5372 2002-05-04 Aidan Skinner <aidan@velvet.net>
5373
5374 * ada-exp.tab.c: New file
5375 * ada-exp.y: New file
5376 * ada-lang.c: New file
5377 * ada-lang.h: New file
5378 * ada-lex.c: New file
5379 * ada-lex.l: New file
5380 * ada-tasks.c: New file
5381 * ada-typeprint.c: New file
5382 * ada-valprint.c: New file
5383
5384 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5385
5386 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5387 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5388
5389 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5390
5391 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5392 insetead of ppc-linux-tdep.o.
5393 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5394 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5395
5396 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5397
5398 2002-05-07 Christian Groessler <chris@groessler.org>
5399 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5400 bit register contents for little endian hosts.
5401
5402 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5403
5404 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5405 any maintainer.
5406
5407 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5408
5409 * gdbarch.h: Regenerate.
5410
5411 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5412
5413 * MAINTAINERS: Add everyone to write-after-approval list.
5414
5415 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5416
5417 * stack.c (frame_info): Use frame_register_unwind instead of
5418 saved_regs. Mention when the SP is on the stack or in a register.
5419
5420 * frame.h (frame_register_unwind_ftype): Define. Document.
5421 (struct frame_info): Add field register_unwind and
5422 register_unwind_cache.
5423 (frame_register_unwind): Declare.
5424 (generic_unwind_get_saved_register): Declare.
5425
5426 * frame.c (frame_register_unwind): New function.
5427 (generic_unwind_get_saved_register): New function.
5428
5429 * blockframe.c (generic_call_dummy_register_unwind): New function.
5430 (frame_saved_regs_register_unwind): New function.
5431 (set_unwind_by_pc): New function.
5432 (create_new_frame): New function.
5433 (get_prev_frame): New function.
5434
5435 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5436
5437 * a29k-share/: Delete directory.
5438 * remote-vx29k.c: Delete file.
5439
5440 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5441
5442 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5443 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5444
5445 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5446
5447 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5448 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5449 (sparc64nbsd-nat.o)
5450 (sparcnbsd-nat.o)
5451 (sparcnbsd-tdep.o): New dependency lists.
5452 * NEWS: Note new UltraSPARC NetBSD native configuration.
5453 * configure.host (sparc64-*-netbsd*): New host.
5454 * configure.tgt (sparc-*-netbsdelf*)
5455 (sparc-*-netbsd*): Set gdb_target to nbsd.
5456 (sparc64-*-netbsd*): New target.
5457 * sparc64nbsd-nat.c: New file.
5458 * sparcnbsd-nat.c: New file.
5459 * sparcnbsd-tdep.c: New file.
5460 * sparcnbsd-tdep.h: New file.
5461 * config/sparc/nbsd.mt: New file.
5462 * config/sparc/nbsd64.mh: New file.
5463 * config/sparc/nbsd64.mt: New file.
5464 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5465 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5466 (HOST_IPC): Remove.
5467 * config/sparc/nbsdaout.mt: Remove.
5468 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5469 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5470 (HOST_IPC): Remove.
5471 * config/sparc/nbsdelf.mt: Remove.
5472 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5473 sparc-nat.c compatiblity defines.
5474 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5475 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5476 * config/sparc/tm-nbsd64.h: New file.
5477 * config/sparc/tm-nbsdaout.h: Remove.
5478 * config/sparc/xm-nbsd.h: Remove.
5479
5480 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5481
5482 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5483 * sparc-tdep.c: Include osabi.h.
5484 (gdbarch_tdep): Add osabi member.
5485 (_initialize_sparc_tdep): Use gdbarch_register.
5486 (sparc_gdbarch_init): Use generic OS ABI framework.
5487 (sparc_dump_tdep): New function.
5488
5489 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5490
5491 * corefile.c (do_captured_read_memory_integer): Return non-zero
5492 result.
5493 (safe_read_memory_integer): Copy result of memory read when
5494 status is non-zero. Also, add comments.
5495
5496 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5497
5498 * Makefile.in (ppc_tdep_h): Define.
5499 (ppc-linux-nat.o)
5500 (ppc-linux-tdep.o)
5501 (rs6000-tdep.o): Use $(ppc_tdep_h).
5502 (ppc-sysv-tdep.o)
5503 (ppcnbsd-nat.o)
5504 (ppcnbsd-tdep.o): New dependency lists.
5505 * ppc-tdep.h: Use generic OS ABI framework.
5506 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5507 (ppc_linux_init_abi): New functions.
5508 (ppc_sysv_abi_broken_use_struct_convention)
5509 (ppc_sysv_abi_use_struct_convention)
5510 (ppc_sysv_abi_push_arguments): Move to...
5511 * ppc-sysv-tdep.c: ...here.
5512 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5513 * rs6000-tdep.c (process_note_abi_tag_sections)
5514 (get_elfosabi): Remove.
5515 (rs6000_gdbarch_init): Use generic OS ABI framework.
5516 (rs6000_dump_tdep): New function.
5517 (_initialize_rs6000_tdep): Use gdbarch_register.
5518 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5519 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5520 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5521 of ppc-linux-tdep.o.
5522 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5523 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5524 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5525 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5526 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5527 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5528
5529 2002-05-29 Jim Blandy <jimb@redhat.com>
5530
5531 * macroscope.c (default_macro_scope): Put `void' in empty argument
5532 list.
5533
5534 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5535
5536 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5537 * arch-utils.c: Include "sim-regno.h".
5538 * gdbarch.sh: Don't include "sim-regno.h".
5539 * gdbarch.h, gdbarch.c: Regenerate.
5540 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5541 here.
5542 * arch-utils.h (legacy_register_sim_regno): To here.
5543 * remote-sim.c (legacy_register_sim_regno): Move function from
5544 here.
5545 * arch-utils.c (legacy_register_sim_regno): To here.
5546
5547 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5548
5549 * sim-regno.h: New file.
5550 * Makefile.in (sim_regno_h): Define.
5551 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5552 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5553 (legacy_register_sim_regno): New function.
5554 (one2one_register_sim_regno): New function.
5555 (gdbsim_fetch_register): Rewrite.
5556 (gdbsim_store_register): Only store a register when
5557 REGISTER_SIM_REGNO is valid.
5558 * d10v-tdep.c: Include "sim-regno.h".
5559 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5560 (d10v_ts3_register_sim_regno): Ditto.
5561 * gdbarch.sh: Include "sim-regno.h".
5562 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5563 * gdbarch.h, gdbarch.c: Regenerate.
5564 * arch-utils.h (default_register_sim_regno): Delete declaration.
5565 * arch-utils.c (default_register_sim_regno): Delete function.
5566
5567 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5568
5569 * ppcnbsd-nat.c: Rewrite.
5570 * ppcnbsd-tdep.c: New file.
5571 * ppcnbsd-tdep.h: New file.
5572 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5573 solib.o, and solib-svr4.o.
5574 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5575 nbsd-tdep.o, and corelow.o.
5576
5577 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5578
5579 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5580 `tr' and `sed'. Mention that `broken' targets are not expected to
5581 build.
5582
5583 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5584
5585 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5586 Let PC point right after the prologue before looking up symbols.
5587
5588 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5589
5590 * i386-tdep.c (i386_register_virtual_type): Return
5591 builtin_type_vec128i for SSE registers.
5592
5593 * gdbtypes.h (builtin_type_vec128i): Declare.
5594
5595 * gdbtypes.c (build_builtin_type_vec128i): New function.
5596 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5597 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5598 (build_gdbtypes): Initialize new builtin vector types.
5599 (_initialize_gdbtypes): Register new vector types with gdbarch.
5600
5601 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5602
5603 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5604 since it has been multi-arch'd.
5605 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5606 Move Alpha and VAX multi-arch news entries to same section
5607 as other multi-arch news.
5608
5609 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5610
5611 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5612 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5613 static. Rename some register numbers to put them in ns32k-tdep
5614 private namespace.
5615 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5616 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5617 functions.
5618 (_initialize_ns32k_tdep): Use gdbarch_register.
5619 * ns32k-tdep.h: New file.
5620 * ns32knbsd-tdep.c: New file.
5621 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5622 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5623 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5624 REGISTER_BYTES, REGISTER_BYTE): Remove.
5625 * config/ns32k/tm-ns32k.h: New file.
5626 * config/ns32k/tm-umax.h: Remove.
5627
5628 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5629
5630 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5631 ns32k_store_struct_return, ns32k_extract_return_value,
5632 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5633 functions.
5634 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5635 ns32k_saved_pc_after_call.
5636 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5637 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5638 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5639 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5640 ns32k_extract_struct_value_address.
5641
5642 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5643
5644 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5645 ns32k_fix_call_dummy): New.
5646 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5647 ns32k_call_dummy_words.
5648 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5649 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5650 CALL_DUMMY_NARGS): Remove.
5651 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5652
5653 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5654
5655 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5656 ns32k_frame_saved_pc, ns32k_frame_args_address,
5657 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5658 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5659 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5660 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5661 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5662 (BREAKPOINT): Remove..
5663 (FRAME_CHAIN): Define as ns32k_frame_chain.
5664 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5665 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5666 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5667 (FRAME_FIND_SAVED_REGS): Remove.
5668 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5669 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5670 (POP_FRAME): Define as ns32k_pop_frame.
5671
5672 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5673
5674 * ns32k-tdep.c (ns32k_register_byte_32082,
5675 ns32k_register_byte_32382, ns32k_register_raw_size,
5676 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5677 functions.
5678 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5679 ns32k_register_byte_32382.
5680 * config/ns32k/tm-umax.h: Update copyright years.
5681 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5682 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5683 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5684 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5685 (ns32k_get_enter_addr): Fix prototype.
5686
5687 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5688
5689 * ns32k-tdep.c: Update copyright years.
5690 (ns32k_register_name_32082): New function.
5691 (ns32k_register_name_32382): Ditto.
5692 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5693 (REGISTER_NAME): Define as ns32k_register_name_32382.
5694 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5695 (REGISTER_NAME): Define as ns32k_register_name_32082.
5696
5697 2002-05-24 Jim Blandy <jimb@redhat.com>
5698
5699 * dwarf2read.c (free_line_header): Use xfree, not free.
5700
5701 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5702
5703 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5704 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5705
5706 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5707
5708 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5709
5710 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5711
5712 From Ross Alexander at NEC Europe:
5713 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5714
5715 2002-05-23 Michael Snyder <msnyder@redhat.com>
5716
5717 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5718 for input, rather than parse_and_eval_address.
5719
5720 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5721
5722 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5723 * Makefile.in (sim_d10v_h): Update definition.
5724
5725 2002-05-24 Andrew Cagney <cagney@redhat.com>
5726
5727 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5728 change `2002-05-22 Michael Snyder' below.
5729 (d10v_push_arguments): Ditto.
5730 (d10v_extract_return_value): Ditto.
5731
5732 2002-05-23 Jim Blandy <jimb@redhat.com>
5733
5734 * macrotab.c (check_for_redefinition): Don't complain if the new
5735 definition is the same as the previous one. Take more arguments
5736 to allow the comparison.
5737 (macro_define_object, macro_define_function): Pass more arguments
5738 to check_for_redefinition.
5739
5740 2002-05-22 Michael Snyder <msnyder@redhat.com>
5741
5742 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5743 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5744 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5745 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5746 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5747 Add a temp variable to save a call (and a memory read).
5748 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5749 if possible (so that PC_IN_CALL_DUMMY will work).
5750
5751 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5752
5753 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5754
5755 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5756
5757 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5758 fde->cie_ptr.
5759 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5760 (dwarf2_build_frame_info): Add offset to fde->initial_location
5761 so that frames of shared libraries are mapped correctly.
5762 (execute_stack_op): Change type of 'result' from ULONGEST to
5763 CORE_ADDR.
5764
5765 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5766
5767 * config/alpha/tm-nbsd.h: Include solib.h.
5768
5769 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5770
5771 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5772 assumptions about the host's byte order.
5773
5774 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5775
5776 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5777 to dependency list.
5778 * alphanbsd-tdep.c: Include solib-svr4.h.
5779 * shnbsd-tdep.c: Ditto.
5780
5781 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5782
5783 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5784 nbsd-tdep.h to dependency list.
5785 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5786 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5787 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5788 nbsdaout.mh and nbsdelf.mh consistently.
5789 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5790 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5791 nbsdaout.mt and nbsdelf.mh consistently.
5792 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5793 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5794 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5795 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5796 a.out shared library stuff from here...
5797 * config/nm-nbsdaout.h: ...to here.
5798 * config/tm-nbsd.h: Remove.
5799 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5800 * config/arm/nbsd.mh: Remove.
5801 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5802 nbsd-tdep.o.
5803 * config/arm/nbsdaout.mh: New file.
5804 * config/arm/nbsdelf.mh: New file.
5805 * config/arm/nm-nbsdaout.h: New file.
5806 * config/i386/nbsd.mh: Remove.
5807 * config/i386/nbsd.mt: Remove.
5808 * config/i386/nbsdaout.mh: New file.
5809 * config/i386/nbsdaout.mt: New file.
5810 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5811 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5812 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5813 i386_register_u_addr): Remove.
5814 * config/i386/nm-nbsdaout.h: New file.
5815 * config/i386/nm-nbsdelf.h: Remove.
5816 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5817 (USE_STRUCT_CONVENTION): Remove.
5818 * config/i386/tm-nbsdaout.h: New file.
5819 * config/i386/tm-nbsdelf.h: Remove.
5820 * config/m68k/nbsd.mh: Remove.
5821 * config/m68k/nbsd.mt: Remove.
5822 * config/m68k/nbsdaout.mh: New file.
5823 * config/m68k/nbsdaout.mt: New file.
5824 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5825 * config/m68k/nm-nbsdaout.h: New file.
5826 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5827 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5828 * config/ns32k/nbsd.mh: Remove.
5829 * config/ns32k/nbsd.mt: Remove.
5830 * config/ns32k/nbsdaout.mh: New file.
5831 * config/ns32k/nbsdaout.mt: New file.
5832 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5833 * config/ns32k/nm-nbsdaout.h: New file.
5834 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5835 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5836 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5837 (SVR4_SHARED_LIBS): Remove.
5838 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5839 * config/sparc/nbsd.mh: Remove.
5840 * config/sparc/nbsd.mt: Remove.
5841 * config/sparc/nbsdaout.mh: New file.
5842 * config/sparc/nbsdaout.mt: New file.
5843 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5844 * config/sparc/nbsdelf.mt: New file.
5845 * config/sparc/nm-nbsdaout.h: New file.
5846 * config/sparc/nm-nbsdelf.h: Remove.
5847 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5848 * config/sparc/tm-nbsdaout.h: New file.
5849
5850 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5851
5852 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5853 mipsnbsd-tdep.c
5854 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5855
5856 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5857
5858 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5859 shnbsd-nat.c.
5860 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5861
5862 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5863
5864 * NEWS: Note new MIPS NetBSD native configuration.
5865 * configure.host (mips*-*-netbsd*): New host.
5866 * configure.tgt (mips*-*-netbsd*): New target.
5867 * mipsnbsd-nat.c: New file.
5868 * mipsnbsd-tdep.c: New file.
5869 * mipsnbsd-tdep.h: New file.
5870 * config/mips/nbsd.mh: New file.
5871 * config/mips/nbsd.mt: New file.
5872 * config/mips/nm-nbsd.h: New file.
5873 * config/mips/tm-nbsd.h: New file.
5874
5875 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5876
5877 * Makefile.in (SFILES): Add osabi.c.
5878 (COMMON_OBS): Add osabi.o.
5879 (osabi.o): New dependency list.
5880 * osabi.c: New file.
5881 * osabi.h: New file.
5882 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5883
5884 * Makefile.in (alpha_tdep_h): Define and use instead of
5885 alpha-tdep.h.
5886 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5887 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5888 Remove.
5889 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5890 * alpha-tdep.h: Include osabi.h.
5891 (alpha_abi): Remove.
5892 (gdbarch_tdep): Use generic OS ABI framework.
5893 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5894 gdbarch_register_osabi.
5895 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5896 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5897 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5898
5899 * Makefile.in (sh_tdep_h): Add osabi.h.
5900 * sh-tdep.h (sh_osabi): Remove.
5901 (gdbarch_tdep): Use generic OS ABI framework.
5902 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5903 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5904 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5905 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5906
5907 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5908 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5909 gdbarch_register_osabi.
5910 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5911 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5912 (get_elfosabi): Rename to...
5913 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5914 ABI framework support routines.
5915 (arm_gdbarch_init): Use generic OS ABI framework.
5916 (arm_dump_tdep): Likewise.
5917 (_initialize_arm_tdep): Likewise.
5918 * arm-tdep.h: Include osabi.h.
5919 (arm_abi): Remove.
5920 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5921 osabi member.
5922 (arm_gdbarch_register_os_abi): Remove prototype.
5923 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5924 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5925
5926 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5927 * mips-tdep.c: Include osabi.h.
5928 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5929 OS ABI framework.
5930
5931 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5932
5933 * h8300-tdep.c: Fix formatting.
5934
5935 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
5936
5937 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5938 printing vector registers.
5939
5940 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5941
5942 From Fernando Nasser:
5943 * remote.c (remote_async_open_1): Re-throw the exception when the
5944 connection fails.
5945 (remote_cisco_open): Ditto.
5946 (remote_open_1): Ditto.
5947
5948 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5949
5950 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5951 (remote_start_remote): Add uiout parameter. Pass through to
5952 remote_start_remote_dummy.
5953 (remote_open_1): Use catch_exception instead of catch_errors.
5954 (remote_async_open_1): Ditto.
5955 (remote_cisco_open): Ditto.
5956
5957 2002-05-19 Andrew Cagney <ac131313@redhat.com>
5958
5959 * remote.c (remote_start_remote): Replace PTR with void pointer.
5960 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5961 static.
5962
5963 2002-05-18 Andrew Cagney <ac131313@redhat.com>
5964
5965 * gdb_indent.sh: Allow the script to be run in the sim directory.
5966
5967 2002-05-18 Mark Kettenis <kettenis@gnu.org>
5968
5969 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5970 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5971
5972 * corelow.c (core_open): Only call set_gdbarch_from_file if
5973 exec_bfd is NULL.
5974
5975 2002-05-17 Andrey Volkov <avolkov@transas.com>
5976
5977 * h8300-tdep.c: Add support of EXR register
5978 * config/h8300/tm-h8300.h: Ditto.
5979
5980 2002-05-17 Andrey Volkov <avolkov@transas.com>
5981
5982 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5983
5984 2002-05-17 Andrey Volkov <avolkov@transas.com>
5985
5986 * h8300-tdep.c: Change literal regnums to REGNO.
5987
5988 2002-05-17 Jim Blandy <jimb@redhat.com>
5989
5990 * NEWS: Note addition of macro support.
5991
5992 Expand preprocessor macros in C expressions.
5993 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5994 (scan_macro_expansion, scanning_macro_expansion,
5995 finished_macro_expansion): New function declarations.
5996 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5997 variable declarations.
5998 * parser-defs.h (expression_context_pc): New declaration.
5999 * parse.c (expression_context_pc): New variable.
6000 (parse_exp_1): Set expression_context_pc, as well as
6001 expression_context_block.
6002 * c-exp.y (yylex): If we're not already reading the result of a
6003 macro expansion, try to macro-expand the next token. When we're
6004 done scanning a macro expansion, switch back to the mainline text.
6005 Commas and `if's in a macro's expansion don't terminate the input.
6006 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6007 (macro_original_text, macro_expanded_text,
6008 expression_macro_lookup_func, expression_macro_lookup_baton): New
6009 variables.
6010 (scan_macro_expansion, scanning_macro_expansion,
6011 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6012 c_preprocess_and_parse): New functions.
6013 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6014 c_preprocess_and_parse, instead of c_parse.
6015 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6016 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6017
6018 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6019
6020 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6021 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6022 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6023
6024 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6025
6026 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6027
6028 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6029
6030 * Makefile.in (sh_tdep_h): Define and use.
6031 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6032 register enum): Move to...
6033 * * sh-tdep.h: ...here.
6034 * sh-tdep.c: Include sh-tdep.h.
6035 * sh3-rom.c: Likewise.
6036 * shnbsd-tdep.c: Likewise.
6037
6038 2002-05-16 Michael Snyder <msnyder@redhat.com>
6039
6040 * arm-tdep.c: Spelling fix in comment.
6041
6042 2002-05-16 Jim Blandy <jimb@redhat.com>
6043
6044 Add commands for manually expanding macros and showing their
6045 definitions.
6046 * macrocmd.c, macroscope.c, macroscope.h: New files.
6047 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6048 (macroscope_h): New variable.
6049 (HFILES_NO_SRCDIR): Add macroscope.h.
6050 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6051 (macroscope.o, macrocmd.o): New rules.
6052
6053 Teach the Dwarf 2 reader to read macro information.
6054 * dwarf2read.c: #include "macrotab.h".
6055 (dwarf_macinfo_buffer): New variable.
6056 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6057 dwarf_macinfo_size.
6058 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6059 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6060 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6061 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6062 dwarf2_macro_spaces_in_definition): New complaints.
6063 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6064 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6065 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6066 the partial symbol table.
6067 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6068 from what's recorded in the partial symbol table.
6069 (read_file_scope): If the compilation unit has a
6070 `DW_AT_macro_info' attribute, read its macro information.
6071 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6072
6073 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6074
6075 Fix PR gdb/546
6076 * ser-tcp.c: Don't include <netinet/udp.h>.
6077
6078 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6079
6080 * MAINTAINERS: Update my email address.
6081
6082 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6083
6084 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6085 include file of the same name.
6086
6087 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6088
6089 * configure.tgt: Mark v850 as multi-arched.
6090 * config/v850/tm-v850.h: Remove file.
6091 * config/v850/v850.mt: Eliminate TM_FILE.
6092
6093 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6094
6095 * v850-tdep.c: Full multi-arch.
6096 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6097 Define GDB_MULTI_ARCH to 2.
6098
6099 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6100
6101 * p-exp.y (current_type): New static variable.
6102 Carries the type of the expression at the position that is parsed.
6103 (push_current_type, pop_current_type): Two new functions. Used
6104 to store/restore current_type in expression on specific tokens.
6105 (search_field): New static variable. Set to one after parsing a point
6106 as at that point only a FIELDNAME token should be searched.
6107 (FIELDNAME): New token. After a point only a token belonging to
6108 current_type type definition is allowed.
6109 (all over token rules): reset and change current_type according
6110 to rules.
6111 (exp '[' rule): insert implicit array index field if
6112 exp is a pascal string type.
6113
6114 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6115
6116 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6117 frame info. Use frame_info's saved_regs instead of matching member
6118 in extra_frame_info throughout.
6119 (v850_frame_init_saved_regs): New function.
6120 (v850_init_extra_frame_info): Move most functionality into
6121 v850_frame_init_saved_regs().
6122 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6123 (v850_frame_find_saved_regs): Remove declaration.
6124 (FRAME_FIND_SAVED_REGS): Remove definition.
6125 (v850_frame_init_saved_regs): Add declaration.
6126 (FRAME_INIT_SAVED_REGS): Add definition.
6127
6128 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6129
6130 * v850-tdep.c: Begin multi-arch'ing v850.
6131 (v850_target_architecture_hook): Remove function.
6132 (v850_gdbarch_init): New function. Add code previously in
6133 v850_target_architecture_hook().
6134 (_initialize_v850_tdep): Don't set target_architecture_hook.
6135 Call register_gdbarch_init() instead.
6136
6137 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6138
6139 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6140 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6141 (fixup_class_method_type): Likewise.
6142
6143 2002-05-15 Jim Blandy <jimb@redhat.com>
6144
6145 Add macro structures to GDB's symbol tables. Nobody puts anything
6146 in them yet.
6147 * symtab.h (struct symtab): New member: `macro_table'.
6148 * buildsym.h (pending_macros): New global variable.
6149 * buildsym.c: #include "macrotab.h".
6150 (buildsym_init): Initialize `pending_macros'.
6151 (end_symtab): If we found macro information while reading a CU's
6152 debugging info, do build a symtab structure for it. Make the
6153 symtab point to the macro information, and clear the
6154 `pending_macros' pointer which held it while we were reading the
6155 debug info.
6156 (really_free_pendings): Free any pending macro table.
6157 * objfiles.h (struct objfile): New member: `macro_cache'.
6158 * objfiles.c (allocate_objfile): Set allocate and free functions
6159 for the macro cache's objstack.
6160 (free_objfile): Empty the macro cache's obstack.
6161 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6162 set new allocate and free functions for it.
6163 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6164 free functions for the macro cache's objstack. (Why is this
6165 function building its own objfile?)
6166 * symmisc.c (print_objfile_statistics): Print statistics on the
6167 macro bcache.
6168 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6169
6170 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6171
6172 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6173 (REGISTER_U_ADDR): Delete definition.
6174 (arm_register_u_addr): Delete declaration.
6175
6176 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6177
6178 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6179 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6180
6181 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6182
6183 * regcache.c (register_valid): Revise comments refering to "Not
6184 available" and "unavailable".
6185 * frame.c (frame_register_read): Ditto.
6186 * findvar.c (value_of_register): Ditto.
6187
6188 2002-05-15 Andrew Cagney <cagney@redhat.com>
6189
6190 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6191 (remote-sim.o): Update dependencies.
6192 (d10v-tdep.o): Specify dependencies.
6193 (sim_d10v_h): Define.
6194
6195 2002-05-14 Jim Blandy <jimb@redhat.com>
6196
6197 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6198 * macrotab.c (macro_lookup_inclusion, find_definition,
6199 new_macro_table): Same.
6200
6201 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6202 not `! strcmp ()'. This is a dubious improvement.
6203 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6204
6205 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6206 although it's not necessary, to avoid a warning.
6207
6208 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6209
6210 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6211 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6212 TYPE_INSTANCE_FLAGS.
6213 (struct main_type): New.
6214 (struct type): Move most members to struct main_type. Change
6215 cv_type and as_type to new type_chain member. Add instance_flags.
6216 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6217 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6218 (finish_cv_type): Remove prototype.
6219 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6220 Set TYPE_CHAIN.
6221 (alloc_type_instance): New function.
6222 (smash_type): New function.
6223 (make_pointer_type, make_reference_type, make_function_type)
6224 (smash_to_member_type, smash_to_method_type): Call smash_type.
6225 (make_qualified_type): New function.
6226 (make_type_with_address_space): Call make_qualified_type.
6227 (make_cv_type): Likewise.
6228 (finish_cv_type): Remove unnecessary function.
6229 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6230 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6231 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6232 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6233 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6234 * hpread.c (hpread_read_struct_type): Likewise.
6235 * stabsread.c (read_struct_type): Likewise.
6236
6237 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6238
6239 * configure.tgt: Add a catch all sh* target, for cases like
6240 sh[2,3,4]-elf and sh-hms.
6241
6242 2002-05-14 Keith Seitz <keiths@redhat.com>
6243
6244 * event-loop.c (create_file_handler): Don't do anything but
6245 update data when we are given a fd which we are already
6246 monitoring.
6247
6248 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6249
6250 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6251 (update_context): Use __func__ in warnings.
6252
6253 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6254
6255 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6256 and tcp_close to net_open and net_close.
6257 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6258 using UDP if requested. Don't try to disable Nagle on UDP
6259 sockets.
6260 * remote.c (remote_serial_open): New function. Warn about UDP.
6261 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6262
6263 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6264
6265 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6266
6267 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6268
6269 * configure.tgt: Remove sh-hms target.
6270 * MAINTAINERS: Don't list sh-hms as a separate target.
6271
6272 2002-05-13 Jim Blandy <jimb@redhat.com>
6273
6274 Add first preprocessor macro-expansion files.
6275 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6276 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6277 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6278 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6279 (COMMON_OBS): Add macrotab.o, macroexp.o.
6280 (macroexp.o, macrotab.o): New rules.
6281
6282 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6283
6284 * config/m88k/tm-m88k.h: Update copyright.
6285 (m88k_target_write_pc): Declare
6286 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6287 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6288 (SHIFT_INST_REGS): Update definition.
6289 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6290 using old definition of TARGET_WRITE_PC.
6291 * regcache.c (generic_target_write_pc): Delete code handling
6292 NNPC_REGNUM.
6293 * gdbarch.sh (NNPC_REGNUM): Delete.
6294 * gdbarch.h, gdbarch.c: Regenerate.
6295
6296 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6297
6298 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6299 builtin reg number.
6300
6301 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6302
6303 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6304 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6305 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6306 access macros.
6307 * c-typeprint.c (cp_type_print_method_args): Likewise.
6308 (c_type_print_args): Likewise.
6309 * d10v-tdep.c (d10v_push_arguments): Likewise.
6310 (d10v_extract_return_value): Likewise.
6311 * expprint.c (print_subexp): Likewise.
6312 * gdbtypes.c (lookup_primitive_typename): Likewise.
6313 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6314 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6315 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6316 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6317 (TYPE_VECTOR): Likewise.
6318 * hpread.c (hpread_read_struct_type)
6319 (fix_static_member_physnames, fixup_class_method_type)
6320 (hpread_type_lookup): Likewise.
6321 * mdebugread.c (parse_symbol, parse_type): Likewise.
6322 * p-lang.c (is_pascal_string_type): Likewise.
6323 * valops.c (hand_function_call): Likewise.
6324 * x86-64-tdep.c (classify_argument): Likewise.
6325
6326 * hpread.c (hpread_read_function_type)
6327 (hpread_read_doc_function_type): Call replace_type.
6328 * dstread.c (create_new_type): Delete.
6329 (decode_dst_structure, process_dst_function): Call alloc_type.
6330 Use type access macros.
6331
6332 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6333
6334 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6335 the're not supported by the current architecture.
6336 (i387_fill_fxsave): Likewise.
6337
6338 2002-05-12 Fred Fish <fnf@redhat.com>
6339
6340 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6341 sect_index_xxx members to index the first slot in section_offsets
6342 if all of the section_offsets are zero.
6343
6344 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6345
6346 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6347 checked in with last change.
6348
6349 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6350
6351 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6352 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6353 config.sub.
6354
6355 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6356
6357 * Makefile.in: Update dependencies.
6358
6359 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6360
6361 * language.c (local_hex_string_custom): Simplify. Do not depend
6362 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6363
6364 * memattr.c (mem_info_command): Replace calls to
6365 longest_local_hex_string and longest_local_hex_string_custom.
6366 * buildsym.c (make_blockvector): Ditto.
6367 * solib.c (info_sharedlibrary_command): Ditto.
6368 * tracepoint.c (tracepoints_info): Ditto.
6369 * symtab.c (print_msymbol_info): Ditto.
6370
6371 * language.c (local_hex_string): Delete.
6372 (local_hex_string_custom): Delete.
6373 (longest_local_hex_string): Rename to local_hex_string.
6374 (longest_local_hex_string_custom): Rename to
6375 local_hex_string_custom.
6376 * language.h (local_hex_string): Change parameter type to LONGEST.
6377 (local_hex_string_custom): Ditto.
6378 (longest_local_hex_string): Delete declaration.
6379 (longest_local_hex_string_custom): Ditto.
6380
6381 * solib.c: Update copyright.
6382 * memattr.c: Update copyright.
6383
6384 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6385
6386 * arch-utils.h (legacy_register_to_value): Declare.
6387 (legacy_value_to_register): Declare.
6388 (legacy_convert_register_p): Declare.
6389 * arch-utils.c (legacy_register_to_value): New function.
6390 (legacy_value_to_register): New function.
6391 (legacy_convert_register_p): New function.
6392
6393 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6394 (VALUE_TO_REGISTER): Define.
6395 (CONVERT_REGISTER_P): Define.
6396 * gdbarch.h, gdbarch.c: Regenerate.
6397
6398 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6399 VALUE_TO_REGISTER.
6400 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6401 CONVERT_REGISTER_P.
6402
6403 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6404 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6405
6406 * Makefile.in: Update dependencies for valops.c.
6407 * valops.c: Include "gdb_assert.h".
6408 (typecmp): Skip THIS parameter to methods.
6409 (find_method_list): Remove static_memfuncp argument,
6410 update callers. Check for stub methods.
6411 (find_value_oload_method_list): Don't set *static_memfuncp.
6412 (find_overload_match): Don't check for stub methods. Assert
6413 that methods are not stubbed. Handle static methods.
6414 (value_find_oload_method_list): Remove static_memfuncp argument.
6415 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6416 to the argument list for static stub methods.
6417 * value.h (value_find_oload_method_list): Update prototype.
6418
6419 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6420
6421 * arch-utils.h (generic_register_size): Declare.
6422 (generic_register_raw_size, generic_register_virtual_size): Delete
6423 declarations.
6424 * arch-utils.c (generic_register_raw_size): Delete.
6425 (generic_register_size): New function.
6426 (generic_register_virtual_size): Delete.
6427
6428 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6429 default generic_register_size.
6430 * gdbarch.h, gdbarch.c: Re-generate.
6431
6432 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6433 register_virtual_size.
6434 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6435 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6436
6437 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6438
6439 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6440 * gdbarch.h, gdbarch.c: Regenerate.
6441 * gnu-v3-abi.c: Update copyright.
6442 (vtable_address_point_offset): Update.
6443 (gnuv3_rtti_type): Update.
6444 (gnuv3_baseclass_offset): Update.
6445 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6446 (init_fetch_link_map_offsets): Update.
6447 * remote.c (get_remote_state): Update.
6448
6449 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6450
6451 * TODO: Remove value_headof/value_from_vtable_info comment.
6452 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6453 * values.c (value_headof, value_from_vtable_info): Delete.
6454 * value.h (value_from_vtable_info): Delete prototype.
6455
6456 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6457
6458 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6459 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6460 $(gdb_regex_h).
6461 (gdb_assert_h): Define.
6462 (gdb_wait_h): Define.
6463 (gdb_regex_h): Define.
6464
6465 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6466
6467 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6468 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6469
6470 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6471
6472 * nbsd-tdep.c: Fix comment.
6473
6474 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6475
6476 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6477 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6478 (nbsd-tdep.o): New dependency list.
6479 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6480 nbsd-tdep.h.
6481 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6482 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6483 * nbsd-tdep.c: New file.
6484 * nbsd-tdep.h: New file.
6485 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6486 nbsd-tdep.h.
6487 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6488 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6489 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6490 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6491
6492 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6493
6494 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6495 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6496 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6497 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6498 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6499 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6500
6501 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6502
6503 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6504 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6505 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6506 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6507 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6508 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6509 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6510
6511 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6512
6513 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6514 fetch_elfcore_registers to...
6515 * i386nbsd-tdep.c: ...here.
6516 (i386nbsd_use_struct_convention): Rename to...
6517 (i386nbsd_aout_use_struct_convention): ...this.
6518 (i386nbsd_supply_reg): New function.
6519 (i386nbsd_fill_reg): New function.
6520 (fetch_core_registers): Use i386nbsd_supply_reg.
6521 (fetch_elfcore_registers): Likewise.
6522 (_initialize_i386nbsd_tdep): New function.
6523 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6524 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6525 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6526 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6527 (i386nbsd_aout_use_struct_convention): ...this.
6528
6529 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6530
6531 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6532 (store_inferior_registers): Use shnbsd_fill_reg.
6533 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6534 sh_nbsd_supply_register): Collapse into...
6535 (shnbsd_supply_reg): ...this.
6536 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6537 (shnbsd_fill_reg): ...this.
6538 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6539 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6540 (fetch_core_registers): Use shnbsd_supply_reg.
6541 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6542 (sh_nbsd_core_fns): Rename to...
6543 (shnbsd_core_fns): ...this.
6544 (sh_nbsd_elfcore_fns): Rename to...
6545 (shnbsd_elfcore_fns): ...this.
6546 (sh_nbsd_init_abi): Rename to...
6547 (shnbsd_init_abi): ...this.
6548 (_initialize_sh_nbsd_tdep): Rename to...
6549 (_initialize_shnbsd_tdep): ...this.
6550 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6551 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6552 sh_nbsd_fill_register): Remove prototypes.
6553 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6554
6555 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6556
6557 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6558 (i387-nat.o): Delete dependency list.
6559 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6560 (x86-64-linux-nat.o): Likewise.
6561 * i387-nat.c: Delete file, moving contents to...
6562 * i387-tdep.c: ...here.
6563 * i387-nat.h: Rename...
6564 * i387-tdep.h: ...to this.
6565 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6566 * i386-linux-nat.c: Likewise.
6567 * i386bsd-nat.c: Likewise.
6568 * i386gnu-nat.c: Likewise.
6569 * i386nbsd-nat.c: Likewise.
6570 * i386v4-nat.c: Likewise.
6571 * x86-64-linux-nat.c: Likewise.
6572 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6573 * config/i386/go32.mh (NATDEPFILES): Likewise.
6574 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6575 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6576 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6577 * config/i386/linux.mh (NATDEPFILES): Likewise.
6578 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6579 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6580 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6581 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6582
6583 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6584
6585 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6586 (alphanbsd-nat.o): Remove dependency list.
6587 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6588 * alphanbsd-nat.c: Delete. Contents moved to...
6589 * alphanbsd-tdep.c: ...here.
6590 (_initialize_alphanbsd_tdep): Register core functions.
6591 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6592
6593 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6594
6595 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6596 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6597 (alphanbsd-nat.o): Likewise.
6598 (alphabsd-tdep.o): New dependency list.
6599 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6600 (fill_gregset): Use alphabsd_fill_reg.
6601 (supply_fpregset): Use alphabsd_supply_fpreg.
6602 (fill_fpregset): Use alphabsd_fill_fpreg.
6603 (fetch_inferior_registers): Use struct reg and struct fpreg
6604 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6605 and alphabsd_supply_fpreg.
6606 (store_inferior_registers): Use struct reg and struct fpreg
6607 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6608 and alphabsd_fill_fpreg.
6609 * alphabsd-tdep.c: New file.
6610 * alphabsd-tdep.h: New file.
6611 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6612 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6613 alphabsd_supply_fpreg.
6614 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6615 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6616
6617 2002-05-11 Eric Christopher <echristo@redhat.com>
6618
6619 * mips-tdep.c (mips_double_register_type): Fix thinko.
6620 (mips_single_register_type): Ditto.
6621 * MAINTAINERS: Add self.
6622
6623 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6624
6625 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6626 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6627 right thing on architectures with different endianness and/or
6628 integer sizes.
6629
6630 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6631
6632 From Christian Limpach <chris@Pin.LU>
6633 * configure.in: Change sed expression which comments out
6634 NATDEPFILES to also comment out continuation lines.
6635 * configure: Regenerate.
6636
6637 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6638
6639 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6640 big patch.
6641
6642 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6643
6644 * sh-tdep.c: Include correct file.
6645
6646 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6647
6648 New support for sh64-elf (sh5) target.
6649
6650 * configure.tgt: For sh64-elf target, default to sh-elf.
6651
6652 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6653 (struct gdbarch_tdep): Add new fields for new registers and ABI
6654 info.
6655
6656 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6657 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6658 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6659 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6660 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6661 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6662 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6663 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6664 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6665 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6666 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6667 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6668 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6669 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6670 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6671 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6672 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6673 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6674 sign_extend, sh64_nofp_frame_init_saved_regs,
6675 sh64_init_extra_frame_info, sh64_get_saved_register,
6676 sh64_extract_struct_value_address, sh64_pop_frame,
6677 sh64_push_arguments, sh64_extract_return_value,
6678 sh64_store_return_value, sh64_show_media_regs,
6679 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6680 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6681 sh_sh64_register_virtual_type,
6682 sh_sh64_register_convert_to_virtual,
6683 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6684 sh64_register_read, sh64_pseudo_register_write,
6685 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6686 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6687 sh64_do_pseudo_register, sh_compact_do_registers_info,
6688 sh64_do_registers_info, sh_gdbarch_init): New functions.
6689
6690 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6691
6692 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6693
6694 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6695
6696 * linespec.c (decode_line_1): Check for a double quote after
6697 a filename correctly.
6698
6699 2002-05-10 Jim Blandy <jimb@redhat.com>
6700
6701 Properly track the size of the current objfile's .debug_line section.
6702 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6703 (DWARF_LINE_SIZE): New macro.
6704 (dwarf2_build_psymtabs_hard): Record the line section's size in
6705 the partial symbol table.
6706 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6707 symbol table.
6708
6709 2002-05-10 Petr Sorfa <petrs@caldera.com>
6710
6711 * ia64-tdep.c: Handle breakpoints on L instruction type
6712 in MLX instruction bundle by moving the breakpoint to
6713 the third slot (X instruction type) as L holds only data.
6714
6715 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6716
6717 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6718 (process_one_symbol): Complain about discarding local symbols
6719 due to a misplaced N_LBRAC entry.
6720
6721 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6722
6723 From Daniel Berlin <dan@cgsoftware.com>
6724 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6725 decrease the depth we are at, in the case of templates.
6726
6727 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6728
6729 * mips-tdep.c (mips_float_register_type): New function.
6730 (mips_double_register_type): New function.
6731 (mips_print_register): Use them.
6732 (do_fp_register_row): Likewise.
6733
6734 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6735
6736 * signals/signals.c (signals): Remove conditional compilation around
6737 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6738 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6739
6740 2002-05-09 Michael Snyder <msnyder@redhat.com>
6741
6742 * remote-rdp.c (remote_rdp_can_run): Remove.
6743
6744 2002-05-09 Tom Tromey <tromey@redhat.com>
6745
6746 * jv-valprint.c (java_val_print): Handle `char' as a special case
6747 of TYPE_CODE_INT.
6748
6749 2002-05-09 Michael Snyder <msnyder@redhat.com>
6750
6751 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6752 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6753 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6754 str r(0123),[sp,#nn].
6755 (arm_skip_prologue): Ditto. Also make disassembly
6756 order-independent by placing it in a loop.
6757
6758 2002-05-06 Michael Snyder <msnyder@redhat.com>
6759
6760 * stabsread.c (read_type): Add recognition for new attribute:
6761 "@V;" means that an array type is actually a vector.
6762 This is analogous to the vector flag that's been added to dwarf2.
6763
6764 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6765
6766 * i386-tdep.h (i386_abi): New enum.
6767 (struct gdbarch_tdep): Replace os_ident member with abi.
6768 (i386_gdbarch_register_os_abi): New prototype.
6769 * i386-tdep.c (i386_abi_names): New array.
6770 (process_note_abi_tag_sections): Removed.
6771 (process_note_sections): New function.
6772 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6773 (struct i386_abi_handler): New struct.
6774 (i386_abi_handler_list): New variable.
6775 (i386_gdbarch_register_os_abi): New function.
6776 (i386_gdbarch_init): Adapt for the changes given above.
6777
6778 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6779
6780 * gregset.h: Say "GNU/Linux".
6781
6782 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6783
6784 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6785 (build_gdbtypes): Build builtin_type_v2_float.
6786 (_initialize_gdbtypes): Register new builtin type.
6787
6788 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6789
6790 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6791 (clear_gdbarch_swap): New function.
6792 (initialize_non_multiarch): Call.
6793 (gdbarch_update_p): Before calling init(), swap out and clear the
6794 existing architecture.
6795 * gdbarch.c: Regenerate.
6796
6797 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6798
6799 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6800 alphanbsd-tdep.c.
6801
6802 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6803
6804 * sh-nbsd-nat.c: Rename to...
6805 * shnbsd-nat.c: ...this.
6806 * sh-nbsd-tdep.c: Rename to...
6807 * shnbsd-tdep.c: ...this.
6808 * sh-nbsd-tdep.h: Rename to...
6809 * shnbsd-tdep.h: ...this.
6810 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6811 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6812
6813 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6814
6815 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6816 concatenation for command help messages.
6817
6818 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6819
6820 * NEWS: Note new sh*-*-netbsdelf* configuration.
6821 * configure.host: Set gdb_host_cpu to sh for all sh*.
6822 (sh*-*-netbsdelf*): New host.
6823 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6824 (sh*-*-netbsdelf*): New target.
6825 * sh-nbsd-nat.c: New file.
6826 * sh-nbsd-tdep.c: New file.
6827 * sh-nbsd-tdep.h: New file.
6828 * config/sh/nbsd.mh: New file.
6829 * config/sh/nbsd.mt: New file.
6830 * config/sh/nm-nbsd.h: New file.
6831 * config/sh/tm-nbsd.h: New file.
6832
6833 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6834
6835 * sh-tdep.c (sh_osabi_names): Declare.
6836 (process_note_abi_tag_sections): New function.
6837 (get_elfosabi): Ditto.
6838 (sh_gdbarch_register_os_abi): Ditto.
6839 (sh_dump_tdep): Ditto.
6840 _initialize_sh_tdep): Use gdbarch_register to register
6841 sh_gdbarch_init and sh_dump_tdep.
6842 * config/sh/tm-sh.h (sh_osabi): Declare.
6843 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6844
6845 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6846
6847 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6848 (thumb_scan_prologue): Ditto.
6849 (arm_find_callers_reg): Ditto.
6850 (arm_frame_chain): Ditto.
6851 (arm_init_extra_frame_info): Ditto.
6852 (arm_frame_saved_pc): Ditto.
6853 (arm_pop_frame): Ditto.
6854 (arm_push_return_address): New function.
6855 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6856 call_dummy_location, call_dummy_breakpoint_offset_p,
6857 call_dummy_breakpoint_offset, call_dummy_p,
6858 call_dummy_stack_adjust_p, call_dummy_words,
6859 sizeof_call_dummy_words, call_dummy_start_offset,
6860 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6861 call_dummy_address, push_return_address and push_dummy_frame for
6862 generic dummy frames.
6863
6864 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6865
6866 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6867 size computation for alloca.
6868 (sh_fp_frame_init_saved_regs): Likewise.
6869
6870 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6871
6872 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6873 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6874 * arm-tdep.c (arm_store_return_value): Use them.
6875 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6876 * remote-rdp.c (remote_rdp_fetch_register): Use
6877 ARM_MAX_REGISTER_RAW_SIZE.
6878 (remote_rdp_store_register): Likewise.
6879
6880 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6881
6882 * dwarf2cfi.c: Code cleanup, removed unused variables,
6883 added default labels to switch {} statements.
6884 * x86-64-tdep.c: Ditto.
6885 * x86-64-linux-nat.c: Ditto.
6886
6887 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6888
6889 * solib.h: Protect against multiple inclusion.
6890
6891 2002-05-06 Jim Blandy <jimb@redhat.com>
6892
6893 Add first preprocessor macro-expansion files.
6894 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6895 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6896 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6897 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6898 (COMMON_OBS): Add macrotab.o, macroexp.o.
6899 (macroexp.o, macrotab.o): New rules.
6900
6901 Separate the job of reading the line number info statement program
6902 header (...expialidocious) out into its own function.
6903 * dwarf2read.c (struct line_head, struct filenames, struct
6904 directories): Replace with...
6905 (struct line_header): New structure, containing the full
6906 contents of the statement program header, including the
6907 include directory and file name tables.
6908 (read_file_scope): If we have line number info, instead of just
6909 calling dwarf_decode_lines to do all the work, call
6910 dwarf_decode_line_header first to get a `struct line_header'
6911 containing the data in the statement program header, and then
6912 pass that to dwarf_decode_lines, which will pick up where that
6913 left off. Be sure to clean up the `struct line_header' object.
6914 (dwarf_decode_line_header, free_line_header, add_include_dir,
6915 add_file_name): New functions.
6916 (dwarf_decode_lines): Move all the code to read the statement
6917 program header into dwarf_decode_line_header. Take the line
6918 header it built as the first argument, instead of the offset to
6919 the compilation unit's line number info. Use the new `struct
6920 line_header' type instead of the old structures. No need to do
6921 cleanups here now, since we don't allocate anything.
6922 (dwarf2_statement_list_fits_in_line_number_section,
6923 dwarf2_line_header_too_long): New complaints.
6924
6925 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
6926
6927 * gdbtypes.c (init_vector_type): New function.
6928 (build_builtin_type_vec128): Simplify the representation of SIMD
6929 registers.
6930 (build_gdbtypes): Initialize new builtin vector types.
6931 (_initialize_gdbtypes): Register new vector types with gdbarch.
6932 (builtin_type_v4_float, builtin_type_v4_int32,
6933 builtin_type_v8_int16, builtin_type_v16_int8,
6934 builtin_type_v2_int32, builtin_type_v4_int16,
6935 builtin_type_v8_int8): New (renamed) SIMD types.
6936
6937 2002-05-06 Mark Kettenis <kettenis@gnu.org>
6938
6939 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6940 (i387_fill_fxsave): Likewise.
6941
6942 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6943
6944 * alpha-tdep.c (alpha_extract_return_value): Don't use
6945 non-constant array size in prototype.
6946
6947 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6948
6949 From Brian Taylor <briant at model dot com>:
6950 * ui-out.c (ui_out_field_core_addr): Use the function
6951 longest_local_hex_string_custom'to format addresses > 32 bits
6952 wide.
6953
6954 * ui-out.c (ui_out_field_core_addr): Update comment.
6955
6956 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6957
6958 * stack.c (select_and_print_frame): Make static. Delete the
6959 parameter `level'.
6960 (func_command): Update call.
6961 (select_frame_command): Delete code computing the frame level.
6962 * frame.h (select_and_print_frame): Delete declaration.
6963
6964 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6965
6966 * sparc-tdep.c (sparc_get_saved_register): Comment why
6967 get_prev_frame call is safe.
6968
6969 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6970
6971 * frame.h (select_frame): Delete level parameter.
6972 * stack.c (select_frame): Update. Use frame_relative_level to
6973 obtain the frame's level.
6974 (select_and_print_frame): Update call.
6975 (select_frame_command): Ditto.
6976 (up_silently_base): Ditto.
6977 (down_silently_base): Ditto.
6978 * ocd.c (ocd_start_remote): Ditto.
6979 * remote-rdp.c (remote_rdp_open): Ditto.
6980 * remote-mips.c (mips_initialize): Ditto.
6981 (common_open): Ditto.
6982 * remote-e7000.c (e7000_start_remote): Ditto.
6983 * m3-nat.c (select_thread): Ditto.
6984 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6985 (child_get_current_exception_event): Ditto.
6986 * varobj.c (varobj_create): Ditto.
6987 (varobj_update): Ditto.
6988 (c_value_of_root): Ditto.
6989 * tracepoint.c (finish_tfind_command): Ditto.
6990 * corelow.c (core_open): Ditto.
6991 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6992 * thread.c (info_threads_command): Ditto.
6993 (switch_to_thread): Ditto.
6994 * infrun.c (normal_stop): Ditto.
6995 (restore_selected_frame): Ditto.
6996 (restore_inferior_status): Ditto.
6997 * breakpoint.c (insert_breakpoints): Ditto.
6998 (watchpoint_check): Ditto.
6999 (bpstat_stop_status): Ditto.
7000 (do_enable_breakpoint): Ditto.
7001 * blockframe.c (flush_cached_frames): Ditto.
7002 (reinit_frame_cache): Ditto.
7003
7004 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7005
7006 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7007 maintainer.
7008
7009 2002-05-04 Jim Blandy <jimb@redhat.com>
7010
7011 * gdbtypes.c (replace_type): Doc fix.
7012
7013 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7014
7015 * valprint.c (strcat_longest): Delete commented out function.
7016 Update copyright.
7017
7018 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7019
7020 * MAINTAINERS: Mark a29k as deleted.
7021 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7022 Move new configurations to the top.
7023 * configure.tgt: Remove a29k.
7024 * config/a29k/tm-vx29k.h: Delete.
7025 * config/a29k/vx29k.mt: Delete.
7026 * config/a29k/tm-a29k.h: Delete.
7027 * config/a29k/a29k-udi.mt: Delete.
7028 * config/a29k/a29k.mt: Delete.
7029 * a29k-tdep.c: Delete.
7030 * remote-udi.c: Delete.
7031 * remote-mm.c: Delete.
7032 * remote-eb.c: Delete.
7033 * remote-adapt.c: Delete.
7034 * Makefile.in: Remove obsolete code.
7035 * config/s390/s390x.mt: Ditto.
7036 * config/s390/s390.mt: Ditto.
7037 * config/sparc/sparclynx.mh: Ditto.
7038 * config/sparc/linux.mh: Ditto.
7039 * config/pa/hppaosf.mh: Ditto.
7040 * config/pa/hppabsd.mh: Ditto.
7041 * config/ns32k/nbsd.mt: Ditto.
7042 * config/mips/vr5000.mt: Ditto.
7043 * config/m68k/sun3os4.mh: Ditto.
7044 * config/m68k/nbsd.mt: Ditto.
7045 * config/m68k/m68klynx.mh: Ditto.
7046 * config/m32r/m32r.mt: Ditto.
7047 * config/i386/x86-64linux.mt: Ditto.
7048 * config/i386/nbsdelf.mt: Ditto.
7049 * config/i386/nbsd.mt: Ditto.
7050 * config/i386/i386lynx.mh: Ditto.
7051
7052 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7053
7054 * target.c (debug_print_register): New function. Handle oversize
7055 registers.
7056 (debug_to_fetch_registers): Call.
7057 (debug_to_store_registers): Call.
7058
7059 2002-05-03 Jim Blandy <jimb@redhat.com>
7060
7061 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7062 (read_type): Doc fix.
7063 * gdbtypes.c (replace_type): Doc fix.
7064
7065 * stabsread.c (multiply_defined_struct): New complaint.
7066 (read_struct_type): If the type we were passed isn't empty, or
7067 incomplete, don't read the new struct type into it; complain,
7068 and return the original type unchanged. Take a new `type_code'
7069 argument, which is the type code for the new type.
7070 (read_type): Rather than storing the type's type code here, pass
7071 it as an argument to read_struct_type, and let that take care of
7072 storing it. That way, we don't overwrite the original type code,
7073 so read_struct_type can use it to decide whether we're overwriting
7074 something we shouldn't.
7075 (complain_about_struct_wipeout): New function.
7076
7077 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7078
7079 * gdbarch.sh: Assert that gdbarch is non-NULL.
7080 * gdbarch.c: Regenerate.
7081
7082 2002-05-03 Jason Merrill <jason@redhat.com>
7083
7084 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7085 and return NULL.
7086
7087 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7088
7089 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7090 (x86_64_dwarf2gdb_regno_map_length),
7091 (x86_64_dwarf2_reg_to_regnum): Added.
7092 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7093 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7094 (_initialize_x86_64_tdep): Synced with the change above.
7095 (x86_64_skip_prologue): Reformulated message.
7096
7097 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7098
7099 * f-exp.y: Also use new prev_lexptr variable
7100 to improve error reporting. Based on Michael Snyder
7101 2002-04-24 dated patch to c-exp.y.
7102 * jv-exp.y: Likewise.
7103 * m2-exp.y: Likewise.
7104
7105 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7106
7107 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7108 we are dealing with vectors.
7109
7110 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7111
7112 * config/m68k/tm-nbsd.h: Obvious fix,
7113 correct machine name.
7114
7115 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7116
7117 * p-typeprint.c (pascal_type_print_base): Add support
7118 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7119
7120 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7121
7122 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7123 for fondamental pascal 'char' type.
7124
7125 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7126
7127 * p-lang.h (is_pascal_string_type): Declaration changed,
7128 new sixth argument of type char ** added.
7129 * p-lang.c (is_pascal_string_type): Implementation
7130 changed. Args length_pos, length_size, string_pos, char_size
7131 can now be NULL. New argument arrayname set to the field
7132 name of the char array. Return value set to char array
7133 field index plus one.
7134 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7135 is_pascal_string_type function.
7136
7137 2002-05-02 Andrew Cagney <cagney@redhat.com>
7138
7139 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7140 <cagney@redhat.com> change.
7141 * gdbarch.c: Regenerate.
7142
7143 2002-05-02 Andrew Cagney <cagney@redhat.com>
7144
7145 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7146 before probing for a new one. Detect errorenous gdbarch_init
7147 functions.
7148 * gdbarch.c: Regenerate.
7149
7150 2002-05-01 Andrew Cagney <cagney@redhat.com>
7151
7152 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7153 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7154 * config/v850/tm-v850.h: Ditto. Update copyright.
7155
7156 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7157
7158 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7159 current_gdbarch.
7160
7161 2002-04-30 Michael Snyder <msnyder@redhat.com>
7162
7163 * arm-tdep.c: Whitespace clean-ups.
7164 (arm_skip_prologue): Fix thinko; two lines
7165 should have been removed as part of 4/24 change.
7166
7167 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7168
7169 * rs6000-tdep.c: Added comment describing how fpscr register
7170 numbers were chosen.
7171
7172 2002-04-30 Michael Snyder <msnyder@redhat.com>
7173
7174 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7175
7176 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7177
7178 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7179 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7180 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7181
7182 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7183
7184 From Louis Hamilton <hamilton@redhat.com>:
7185 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7186 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7187 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7188 not bfd-private xcoff data, to determine wordsize.
7189 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7190
7191 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7192
7193 GDB 5.2 released from 5.2 branch.
7194
7195 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7196
7197 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7198 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7199 (x86_64_register_info_table): Added comments with register numbers.
7200
7201 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7202
7203 * rs6000-tdep.c (rs6000_extract_return_value,
7204 rs6000_store_return_value): Handle returning vectors.
7205 (rs6000_gdbarch_init): Use
7206 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7207 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7208 New function.
7209 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7210 vectors.
7211 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7212 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7213
7214 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7215
7216 * hpread.c (hpread_psymtab_to_symtab_1,
7217 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7218 with fprintf_unfiltered (gdb_stderr,...).
7219
7220 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7221
7222 * remote-array.c (printf_monitor, write_monitor,
7223 array_insert_breakpoint, array_remove_breakpoint ):
7224 Replace fprintf (stderr,...
7225 with fprintf_unfiltered (gdb_stderr,....
7226 * remote-es.c: Likewise.
7227 * remote-os9k.c: Likewise.
7228 * remote-st.c: Likewise.
7229
7230 2002-04-28 Andreas Schwab <schwab@suse.de>
7231
7232 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7233 linux-proc.o and gcore.o.
7234
7235 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7236
7237 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7238 code without frame pointers.
7239
7240 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7241
7242 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7243 ON_STACK is needed.
7244
7245 2002-04-26 Ben Elliston <bje@redhat.com>
7246
7247 * target.c (do_xfer_memory): Correct reference to the new option
7248 "trust-readonly-sections".
7249
7250 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7251
7252 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7253 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7254 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7255 vectors.
7256 (read_array_type): Record the fact that this array type is really a
7257 vector (i.e. are passed in by value).
7258
7259 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7260
7261 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7262 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7263 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7264 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7265 * alpha-linux-tdep.c: Include frame.h.
7266 (alpha_linux_sigcontext_addr): New function.
7267 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7268 alpha_linux_sigcontext_addr.
7269 * alpha-osf1-tdep.c: Include gdbcore.h.
7270 (alpha_osf1_sigcontext_addr): New function.
7271 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7272 alpha_osf1_sigcontext_addr.
7273 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7274 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7275
7276 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7277
7278 * stack.c (selected_frame_level):
7279 (select_frame): Do not set selected_frame_level.
7280 * frame.h (selected_frame_level): Delete declaration.
7281
7282 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7283
7284 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7285 convert_from_func_ptr-addr when AIX / PowerOpen.
7286
7287 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7288
7289 * valops.c (hand_function_call): Call
7290 generic_save_call_dummy_addr.
7291 * frame.h (generic_save_call_dummy_addr): Declare.
7292 * blockframe.c (struct dummy_frame): Add fields call_lo and
7293 call_hi.
7294 (generic_find_dummy_frame): Check for PC in range call_lo to
7295 call_hi instead of entry_point_address.
7296 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7297 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7298 (generic_save_call_dummy_addr): New function.
7299
7300 2002-04-24 David S. Miller <davem@redhat.com>
7301
7302 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7303 sparc_skip_prologue.
7304 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7305 information to find prologue when possible.
7306 (sparc_prologue_frameless_p): Call examine_prologue directly.
7307 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7308 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7309 second argument.
7310 (SKIP_PROLOGUE): Likewise.
7311
7312 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7313
7314 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7315 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7316 indicate that the condition it was testing is always true.
7317 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7318 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7319 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7320
7321 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7322
7323 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7324 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7325 tdep->jb_pc and tdep->jb_elt_size.
7326 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7327 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7328 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7329 * alpha-nat.c (get_longjmp_target): Remove.
7330 (JB_ELEMENT_SIZE): Ditto.
7331 (JB_PC): Ditto.
7332 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7333 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7334 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7335 to alpha_get_longjmp_target.
7336 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7337 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7338 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7339
7340 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7341
7342 * README: Update to GDB 5.2.
7343
7344 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7345
7346 * gdbarch.sh (LC_ALL): Set to `c'.
7347
7348 2002-04-25 Theodore A. Roth <troth@verinet.com>
7349
7350 * avr-tdep.c: Ran through gdb_indent.sh.
7351
7352 2002-04-25 Theodore A. Roth <troth@verinet.com>
7353
7354 * MAINTAINERS: Add myself as AVR maintainer.
7355 * NEWS: Note new target avr.
7356
7357 2002-04-25 Theodore A. Roth <troth@verinet.com>
7358
7359 * Makefile.in: Add support for AVR target.
7360 * configure.tgt: Add support for AVR target.
7361 * avr-tdep.c: New file
7362 * config/avr/avr.mt: New file.
7363
7364 2002-04-25 Theodore A. Roth <troth@verinet.com>
7365
7366 * MAINTAINERS: Add myself to write-after-approval.
7367
7368 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7369
7370 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7371 with fprintf_unfiltered (gdb_stderr,....
7372
7373 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7374
7375 Fix PR gdb/508.
7376 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7377
7378 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7379
7380 * p-exp.y: Also use new prev_lexptr variable
7381 to improve error reporting. Based on Michael Snyder
7382 2002-04-24 dated patch to c-exp.y.
7383
7384 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7385
7386 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7387 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7388 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7389 to 0.
7390 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7391 and struct value.
7392 (FUNCTION_START_OFFSET): Remove.
7393 (BREAKPOINT): Ditto.
7394
7395 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7396
7397 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7398 * NEWS: Ditto.
7399
7400 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7401
7402 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7403 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7404 alpha_linux_pc_in_sigtramp.
7405 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7406 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7407 alpha_osf1_pc_in_sigtramp.
7408 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7409 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7410 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7411 alphafbsd_pc_in_sigtramp.
7412 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7413 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7414 alphanbsd_pc_in_sigtramp.
7415 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7416 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7417
7418 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7419
7420 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7421
7422 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7423
7424 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7425 alphanbsd-tdep.c.
7426 (alphanbsd-nat.o): New dependency list.
7427 (alphanbsd-tdep.o): Ditto.
7428 * NEWS: Note new native NetBSD/alpha configuration.
7429 * alphanbsd-nat.c: New file.
7430 * alphanbsd-tdep.c: Ditto.
7431 * configure.host (alpha*-*-netbsd*): New host.
7432 * configure.tgt (alpha*-*-netbsd*): New target.
7433 * config/alpha/nbsd.mh: New file.
7434 * config/alpha/nbsd.mt: Ditto.
7435 * config/alpha/nm-nbsd.h: Ditto.
7436 * config/alpha/tm-nbsd.h: Ditto.
7437
7438 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7439
7440 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7441 (alpha-osf1-tdep.o): New dependency list.
7442 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7443 and skip_sigtramp_frame members.
7444 * alpha-linux-tdep.c: Include gdbcore.h.
7445 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7446 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7447 * alpha-osf1-tdep.c: New file.
7448 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7449 alpha-osf1-dep.c.
7450 (alpha_frame_past_sigtramp_frame): New function.
7451 (alpha_dynamic_sigtramp_offset): Ditto.
7452 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7453 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7454 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7455 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7456 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7457 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7458 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7459 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7460 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7461 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7462 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7463 to find_solib_trampoline_target.
7464 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7465 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7466 (SKIP_TRAMPOLINE_CODE): Remove.
7467 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7468 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7469 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7470 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7471 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7472 (PROC_SIGTRAMP_MAGIC): Ditto.
7473 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7474 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7475 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7476 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7477 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7478
7479 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7480
7481 * NEWS: Note that Alpha targets are now multi-arch.
7482
7483 2002-04-24 Michael Snyder <msnyder@redhat.com>
7484
7485 * parser-defs.h (prev_lexptr): New external variable.
7486 * parse.c (parse_exp_1): Set prev_lexptr to null before
7487 calling the language-specific parser.
7488 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7489 (yyerror): Use prev_lexptr in error reporting.
7490
7491 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7492
7493 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7494 * gregset.h: If FILL_FPXREGSET is defined, provide
7495 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7496 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7497 is defined, call fill_fpxregset.
7498
7499 2002-04-24 Roland McGrath <roland@frob.com>
7500
7501 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7502 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7503 (supply_gregset, supply_fpregset): New functions.
7504
7505 * gnu-nat.c (gnu_find_memory_regions): New function.
7506 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7507 (gnu_xfer_memory): Add a cast.
7508
7509 2002-04-24 Michael Snyder <msnyder@redhat.com>
7510
7511 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7512 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7513 of argument regs ("str r(0123), [r11, #-nn"]).
7514 (arm_skip_prologue): Better handling for frameless functions.
7515 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7516 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7517
7518 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7519
7520 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7521 NUM_PSEUDO_REGS can be used.
7522
7523 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7524
7525 * arch-utils.h: Update copyright.
7526
7527 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7528 * gdbarch.h, gdbarch.c: Re-generate.
7529
7530 * inferior.h (IN_SIGTRAMP): Delete definition.
7531 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7532 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7533
7534 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7535 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7536 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7537 (find_proc_framesize): Ditto.
7538 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7539 (alpha_init_extra_frame_info): Ditto.
7540 * infrun.c (handle_inferior_event): Ditto.
7541 (handle_inferior_event): Ditto.
7542 (check_sigtramp2): Ditto.
7543 * blockframe.c (create_new_frame): Ditto.
7544 (get_prev_frame): Ditto.
7545 * ppc-linux-tdep.c: Update comments.
7546 * i386-linux-tdep.c: Update comments.
7547 * breakpoint.c (bpstat_what): Update comment.
7548
7549 2002-04-24 David S. Miller <davem@redhat.com>
7550
7551 * i960-tdep.c (register_in_window_p): New function.
7552 (i960_find_saved_register): Use it instead of
7553 REGISTER_IN_WINDOW_P.
7554 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7555
7556 * symtab.h (find_stab_function_addr): Kill extern.
7557 * minsyms.c (find_stab_function_addr): Remove from here...
7558 * dbxread.c: ... to here, and mark it static.
7559
7560 2002-04-20 David S. Miller <davem@redhat.com>
7561
7562 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7563 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7564
7565 2002-04-21 David S. Miller <davem@redhat.com>
7566
7567 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7568 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7569 (vx_write_register): Likewise.
7570
7571 2002-04-23 J. Brobecker <brobecker@gnat.com>
7572
7573 * source.c (is_regular_file): New function.
7574 (openp): Check wether file to open is a regular file
7575 to avoid opening directories.
7576
7577 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7578
7579 * findvar.c (extract_signed_integer): Cast printf argument
7580 to suppress format warning.
7581 (extract_unsigned_integer): Likewise.
7582 * infcmd.c (registers_info): Likewise.
7583 * top.c (get_prompt_1): Likewise.
7584 * valops.c (value_assign): Likewise.
7585 * valprint.c (print_decimal): Likewise.
7586
7587 2002-04-22 H.J. Lu (hjl@gnu.org)
7588
7589 * c-exp.y (typebase): Support
7590
7591 [long|long long|short] [signed|unsigned] [int|]
7592
7593 and
7594
7595 signed [long|long long|short] int
7596
7597 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7598
7599 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7600 and vax-tdep.h.
7601 * vax-tdep.h: New file.
7602 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7603 Make several routines static.
7604 (vax_get_saved_register): New function.
7605 (vax_gdbarch_init): New function.
7606 (_initialize_vax_tdep): Register vax_gdbarch_init.
7607 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7608 Remove macros now under the control of gdbarch.
7609
7610 2002-04-22 Michael Snyder <msnyder@redhat.com>
7611
7612 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7613 Some whitespace and coding standards tweaks.
7614
7615 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7616
7617 * vax-tdep.c: Include regcache.h.
7618 (vax_call_dummy_words): New.
7619 (sizeof_vax_call_dummy_words): New.
7620 (vax_fix_call_dummy): New function.
7621 (vax_saved_pc_after_call): Ditto.
7622 * config/vax/tm-vax.h: Don't include regcache.h.
7623 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7624 (CALL_DUMMY): Remove.
7625 (CALL_DUMMY_WORDS): Define.
7626 (SIZEOF_CALL_DUMMY_WORDS): Define.
7627 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7628
7629 2002-04-18 Michael Snyder <msnyder@redhat.com>
7630
7631 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7632
7633 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7634
7635 * vax-tdep.c (vax_frame_chain): New function.
7636 (vax_push_dummy_frame): Ditto.
7637 (vax_pop_frame): Ditto.
7638 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7639 (FRAMELESS_FUNCTION_INVOCATION): Use
7640 generic_frameless_function_invocation_not.
7641 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7642 (POP_FRAME): Use vax_pop_frame.
7643
7644 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7645
7646 * vax-tdep.c (vax_store_struct_return): New function.
7647 (vax_extract_return_value): Ditto.
7648 (vax_store_return_value): Ditto.
7649 (vax_extract_struct_value_address): Ditto.
7650 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7651 vax_store_struct_return.
7652 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7653 (STORE_RETURN_VALUE): Use vax_store_return_value.
7654 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7655
7656 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7657
7658 * vax-tdep.c (vax_frame_saved_pc): New function.
7659 (vax_frame_args_address_correct): Ditto.
7660 (vax_frame_args_address): Ditto.
7661 (vax_frame_locals_address): Ditto.
7662 (vax_frame_num_args): Move code to be in proximity to
7663 other frame-related functions.
7664 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7665 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7666 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7667 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7668 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7669
7670 2002-04-22 H.J. Lu (hjl@gnu.org)
7671
7672 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7673 includedir.
7674
7675 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7676
7677 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7678 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7679 (FRAME_INIT_SAVED_REGS): New macro.
7680
7681 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7682
7683 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7684
7685 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7686
7687 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7688 where needed.
7689 (fetch_osf_core_registers): Likewise.
7690 (supply_gregset): Likewise.
7691
7692 2002-04-22 J. Brobecker <brobecker@gnat.com>
7693
7694 * symfile.h (get_section_index): Define.
7695 * symfile.c (get_section_index): New function.
7696 * mdebugread.c (SC_IS_SBSS): New macro.
7697 (SC_IS_BSS): Return true for the scBss storage class only, as
7698 the scSBss storage class refers to the .sbss section.
7699 (parse_partial_symbols): Discard the symbols which associated
7700 section does not exist.
7701 Make sure to use the .sbss section index for symbols which
7702 storage class is scBss, rather than using the .bss section index.
7703
7704 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7705
7706 * vax-tdep.c: Update copyright years.
7707 (vax_register_name): New function.
7708 (vax_register_byte): Ditto.
7709 (vax_register_raw_size): Ditto.
7710 (vax_register_virtual_size): Ditto.
7711 (vax_register_virtual_type): Ditto.
7712 * config/vax/tm-vax.h: Update copyright years.
7713 (REGISTER_NAMES): Remove.
7714 (REGISTER_NAME): Define.
7715 (REGISTER_BYTE): Use vax_register_byte.
7716 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7717 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7718 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7719
7720 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7721
7722 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7723 declaration
7724 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7725
7726 2002-04-21 David S. Miller <davem@redhat.com>
7727
7728 * arch-utils.c (generic_prologue_frameless_p): Kill
7729 SKIP_PROLOGUE_FRAMELESS_P code.
7730 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7731 references.
7732 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7733 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7734 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7735 references.
7736 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7737 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7738 (sparc_gdbarch_init): Pass it to
7739 set_gdbarch_prologue_frameless_p.
7740
7741 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7742
7743 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7744 (alphabsd-nat.o): New dependency list.
7745
7746 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7747
7748 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7749 alphafbsd-tdep.c.
7750 (alpha-linux-tdep.o): New dependency list.
7751 (alphafbsd-tdep.o): Likewise.
7752
7753 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7754
7755 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7756 to here...
7757 * alpha-tdep.c: ...from here.
7758 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7759
7760 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7761
7762 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7763 prototype from here...
7764 * alpha-tdep.h: ...to here.
7765
7766 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7767
7768 * frame.h (selected_frame_level): Document as deprecated.
7769 (frame_relative_level): Declare.
7770 * stack.c (frame_relative_level): New function.
7771 (selected_frame_level): Document as deprecated.
7772 (select_frame): Do not set the selected_frame_level.
7773
7774 * stack.c (frame_info, record_selected_frame): Update.
7775 (frame_command, current_frame_command): Update.
7776 (up_silently_base, up_command, down_silently_base): Update.
7777 (down_command): Update.
7778 * inflow.c (kill_command): Update.
7779 * tracepoint.c (finish_tfind_command): Update.
7780 * corelow.c (core_open): Update.
7781 * thread.c (info_threads_command): Update.
7782 (do_captured_thread_select): Update.
7783 * infcmd.c (finish_command): Update.
7784 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7785
7786 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7787
7788 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7789
7790 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7791
7792 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7793 type const.
7794
7795 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7796
7797 * alphafbsd-tdep.c: Update copyright years. Include
7798 alpha-tdep.h.
7799 (alphafbsd_use_struct_convention): Make static.
7800 (alphafbsd_init_abi): New function.
7801 (_initialize_alphafbsd_tdep): New function.
7802 * config/alpha/tm-fbsd.h: Update copyright years.
7803 (USE_STRUCT_CONVENTION): Remove.
7804
7805 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7806
7807 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7808 an Alpha ABI variant.
7809 (alpha_abi_handler_list): Declare.
7810 (alpha_gdbarch_register_os_abi): New function.
7811 (alpha_gdbarch_init): Give registered ABI variant handlers a
7812 chance to tweak the gdbarch once we have set up defaults.
7813 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7814
7815 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7816
7817 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7818 to standard_coerce_float_to_double.
7819 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7820
7821 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7822
7823 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7824 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7825 from gdbarch_tdep rather than a constant.
7826 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7827 the default text address for all Alpha Unix ABIs.
7828 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7829 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7830
7831 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7832
7833 * alpha-tdep.h: New file. Includes several Alpha target constants
7834 taken from...
7835 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7836 let gdbarch deal with.
7837 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7838 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7839 to dependency list.
7840 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7841 Alpha target register names.
7842 * alphabsd-nat.c: Likewise.
7843 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7844 Alpha target register names. Make serveral routines static.
7845 (alpha_get_saved_register): New function.
7846 (alpha_abi_names): New.
7847 (process_note_abi_tag_sections): New function.
7848 (get_elfosabi): New function.
7849 (alpha_gdbarch_init): New function.
7850 (alpha_dump_tdep): New function.
7851 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7852
7853 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7854
7855 * frame.c (find_saved_register): Delete #ifdef
7856 HAVE_REGISTER_WINDOWS code.
7857 * config/sparc/tm-sparc.h: Update comments.
7858 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7859
7860 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7861
7862 * i960-tdep.c (i960_find_saved_register): New function.
7863 (i960_get_saved_register): New function.
7864 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7865 (i960_get_saved_register): Declare.
7866 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7867
7868 2002-04-20 David S. Miller <davem@redhat.com>
7869
7870 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7871
7872 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7873
7874 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7875 instead of NUM_PSEUDO_REGS.
7876
7877 2002-04-20 David S. Miller <davem@redhat.com>
7878
7879 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7880 GDB_MULTI_ARCH_PARTIAL
7881 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7882 define, let tm-sp64.h do it.
7883
7884 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7885
7886 * frame.c (find_saved_register): Avoid a NULL pointer
7887 dereference and actually walk the frame list.
7888
7889 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7890
7891 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7892 sorted in most most-recent-used order. Document.
7893 * gdbarch.h, gdbarch.c: Regenerate.
7894
7895 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7896
7897 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7898 instead of ->prev.
7899 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7900 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7901 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7902 instead of ->prev.
7903
7904 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
7905
7906 Fix PR gdb/471.
7907 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7908 (build_builtin_type_vec128): Ditto.
7909 (append_composite_type_field): Fix calculation of type length in
7910 union case.
7911
7912 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7913
7914 * config/djgpp/README: Update.
7915
7916 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7917 compiler warnings.
7918
7919 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7920
7921 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7922 (alpha_setup_arbitrary_frame): ...to this.
7923 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7924 for alpha_setup_arbitrary_frame.
7925
7926 2002-04-18 Andrew Cagney <cagney@redhat.com>
7927
7928 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7929 * gdbarch.h, gdbarch.c: Regenerate.
7930
7931 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7932 * target.h (memory_breakpoint_from_pc): Update declaration.
7933 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7934
7935 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7936 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7937 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7938 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7939 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7940 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7941 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7942 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7943 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7944 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7945 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7946 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7947
7948 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7949 const pointer.
7950 * monitor.c (monitor_insert_breakpoint): Ditto.
7951 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7952
7953 * config/mcore/tm-mcore.h: Update copyright.
7954 * mem-break.c: Ditto.
7955 * xstormy16-tdep.c: Ditto.
7956
7957 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7958
7959 * p-exp.y: Add precedence rule for '^' token.
7960 This removes the shift/reduce conflicts.
7961 Remove the comment concerning these shift/reduce conflicts.
7962
7963 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
7964
7965 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7966 (registers_powerpc_nofp): New register set for processors
7967 without floating point unit.
7968
7969 2002-04-18 David S. Miller <davem@redhat.com>
7970
7971 * MAINTAINERS: Add myself to write-after-approval.
7972
7973 2002-04-17 Michael Snyder <msnyder@redhat.com>
7974
7975 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7976
7977 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7978
7979 * rs6000-tdep.c (frame_initial_stack_address): Use
7980 frame_register_read to read the alloca_reg.
7981
7982 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7983
7984 * frame.c (find_saved_register): Find saved registers in the next
7985 not prev frame.
7986 Fix PR gdb/365.
7987
7988 2002-04-17 Andrew Cagney <ac131313@redhat.com>
7989
7990 * gdbarch.sh (LANG): Set to ``c''.
7991
7992 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7993
7994 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7995
7996 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7997
7998 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7999 Update copyright.
8000
8001 * hpread.c (hpread_get_lntt): Add declaration.
8002 Also fix PR gdb/391.
8003
8004 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8005
8006 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8007 * aclocal.m4, configure: Re-generate.
8008 Fix PR gdb/391.
8009
8010 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8011
8012 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8013 instead of tm_print_insn.
8014
8015 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8016
8017 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8018
8019 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8020
8021 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8022 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8023 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8024
8025 2002-04-12 Don Howard <dhoward@redhat.com>
8026
8027 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8028 max_user_call_depth.
8029 (init_cmd_lists): Initialize the new value;
8030 * cli/cli-script.c (execute_user_command): Limit the call depth of
8031 user defined commands. This avoids a core-dump when user commands
8032 are infinitly recursive.
8033
8034 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8035
8036 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8037 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8038 from tdep struct instead of DEFAULT_LR_SAVE.
8039 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8040 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8041 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8042
8043 2002-04-12 Michael Snyder <msnyder@redhat.com>
8044
8045 * Remote.c: Spelling fix.
8046 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8047 If no symbol found for "sbrk", try "_sbrk".
8048 (make_output_phdrs): Use bfd_section_name.
8049 (gcore_copy_callback): Use bfd_section_name.
8050 * eval.c: Indentation fix-ups.
8051 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8052 in case it gets applied to an address that is already
8053 in the instruction space.
8054 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8055 * symfile.c: Fix indentation, long lines.
8056 * source.c: White space fix-up.
8057
8058 2002-04-12 Andrew Cagney <cagney@redhat.com>
8059
8060 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8061 * frame.c (frame_register_read): New function. Return non-zero on
8062 success.
8063 (read_relative_register_raw_bytes_for_frame): Delete.
8064 (read_relative_register_raw_bytes): Delete.
8065 * frame.h (frame_register_read): Declare.
8066 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8067 * sh-tdep.c: Ditto.
8068 * infcmd.c (do_registers_info): Ditto.
8069 * hppa-tdep.c: Ditto.
8070 * rs6000-tdep.c: Ditto.
8071 * h8500-tdep.c: Ditto.
8072 * mips-tdep.c: Ditto.
8073 * h8300-tdep.c: Ditto.
8074 * z8k-tdep.c: Ditto.
8075
8076 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8077
8078 From Jimi X <jimix@watson.ibm.com>:
8079 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8080 64-bit SysV ABI.
8081
8082 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8083
8084 From Jimi X <jimix@watson.ibm.com>:
8085 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8086 bfd info.
8087
8088 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8089
8090 From Jimi X <jimix@watson.ibm.com>:
8091 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8092 register sets for these processor variants.
8093
8094 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8095
8096 * regformats/reg-ppc.dat: Support FPSCR.
8097
8098 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8099
8100 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8101 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8102 Add fpscr as an invalid/unfetchable register.
8103 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8104 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8105 (fill_fpregset): Add support for register fpscr.
8106 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8107 (fill_gregset): Account for the fact that register ``mq'' might
8108 not exist.
8109 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8110 (registers_power): Add fpscr to register set at slot 71.
8111 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8112 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8113
8114 2002-04-11 Michael Snyder <msnyder@redhat.com>
8115
8116 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8117 * configure: Regenerate.
8118 * config.in: Regenerate.
8119 * acconfig.h: Add define for _SYSCALL32.
8120 * core-sol2.c: Remove #define _SYSCALL32.
8121 * solib-legacy.c: Remove #define _SYSCALL32.
8122
8123 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8124
8125 * stack.c (select_frame): Cleanup internal error message, do not
8126 use %p.
8127
8128 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8129
8130 * stack.c (select_frame): Check that selected_frame and the
8131 specified level are as expected.
8132 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8133 Update copyright.
8134 * frame.h (struct frame_info): Add field `level'. Update
8135 copyright.
8136 Work-in-progress PR gdb/464.
8137
8138 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8139
8140 * maint.c (maint_print_section_info): Rename print_section_info.
8141 (print_bfd_section_info, print_objfile_section_info): Update.
8142 * inferior.h (struct gdbarch): Add opaque declaration.
8143 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8144 * gdbarch.h: Regenerate.
8145
8146 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8147
8148 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8149 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8150 (kernel_u_size): Added.
8151 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8152 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8153
8154 2002-04-04 Jim Ingham <jingham@apple.com>
8155
8156 * valarith.c (find_size_for_pointer_math): New function, either returns
8157 the size for a pointer's target, returns 1 for void *, or errors for
8158 incomplete types.
8159 (value_add, value_sub): use find_size_for_pointer_math.
8160
8161 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8162
8163 * linux-low.c (linux_look_up_symbols): New hook.
8164 (linux_target_ops): Add linux_look_up_symbols.
8165 * remote-utils.c (decode_address): New function.
8166 (look_up_one_symbol): New function.
8167 * server.c (handle_query): Call target look_up_symbols hook.
8168 * server.h (look_up_one_symbol): Add prototype.
8169 * target.h (struct target_ops): Add look_up_symbols hook.
8170
8171 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8172
8173 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8174 override FP_REGNUM with frame->fp. Update copyright.
8175 * parse.c (num_std_regs, std_regs): Delete.
8176 (target_map_name_to_register): Do not search std_regs. Update
8177 function description.
8178 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8179 declarations. Update copyright.
8180 Fix PR gdb/251.
8181
8182 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8183
8184 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8185 after the last symbol in a block.
8186
8187 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8188
8189 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8190 is non zero as a found symbol.
8191
8192 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8193
8194 * findvar.c: Include "builtin-regs.h".
8195 (value_of_register): Call value_of_builtin_reg when applicable.
8196 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8197 (target_map_name_to_register): Call
8198 builtin_reg_map_name_to_regnum.
8199 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8200 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8201 (builtin_regs_h): Define.
8202 (builtin-regs.o): New target.
8203 (findvar.o): Add $(builtin_regs_h).
8204 * builtin-regs.c, builtin-regs.h: New files.
8205 * std-regs.c: New file.
8206 Partial fix for PR gdb/251.
8207
8208 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8209
8210 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8211 it's no longer required.
8212
8213 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8214
8215 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8216
8217 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8218
8219 From Jimi X <jimix@watson.ibm.com>:
8220 * rs6000-tdep.c (rs6000_software_single_step): Use
8221 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8222 and size. Use target_insert_breakpoint() and
8223 target_remove_breakpoint() to insert and remove breakpoints
8224 instead of explicit memory reads and writes.
8225
8226 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8227
8228 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8229 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8230 ELF_OBJECT_FORMAT ifdef.
8231
8232 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8233
8234 From Jimi X <jimix@watson.ibm.com>:
8235 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8236
8237 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8238
8239 From Jimi X <jimix@watson.ibm.com>:
8240 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8241 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8242
8243 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8244
8245 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8246 s/asprintf/xasprintf/.
8247 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8248
8249 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8250
8251 I believe Jeff Law denies responsability for this one:
8252 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8253 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8254 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8255 Work-around for PR gdb/366.
8256
8257 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8258
8259 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8260 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8261 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8262
8263 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8264
8265 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8266 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8267 information.
8268
8269 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8270
8271 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8272 maintainer.
8273
8274 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8275
8276 * README (Reporting Bugs in GDB): Document the bug web page as the
8277 prefered way of submitting bugs.
8278 Fix PR gdb/402.
8279
8280 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8281
8282 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8283 -1. Update comment.
8284 * gdbarch.h, gdbarch.c: Re-generate.
8285
8286 2002-04-07 Andreas Schwab <schwab@suse.de>
8287
8288 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8289 buffer to regcache_collect.
8290
8291 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8292
8293 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8294 * gdbarch.c, gdbarch.h: Re-generate.
8295
8296 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8297
8298 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8299 declaration. Fix -Werror.
8300
8301 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8302
8303 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8304 * gdbarch.c: Regenerate.
8305
8306 2002-04-05 Michael Snyder <msnyder@redhat.com>
8307
8308 * breakpoint.c (clear_command): Rewrite middle section to
8309 combine two loops with identical control conditions.
8310 Add a cleanup to eliminate a memory leak.
8311 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8312
8313 2002-04-05 H.J. Lu (hjl@gnu.org)
8314
8315 * solib-svr4.c (bkpt_names): Add "__start".
8316
8317 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8318
8319 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8320 as test for 64 bit target.
8321
8322 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8323
8324 * h8500-tdep.c (h8500_write_fp): Delete function.
8325 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8326 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8327 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8328 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8329 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8330 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8331 (s390_write_fp):
8332 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8333 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8334 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8335 (d10v_write_fp): Delete function.
8336 * inferior.h (write_fp, generic_target_write_fp): Delete
8337 declarations.
8338 * regcache.c (generic_target_write_fp): Delete function.
8339 (write_fp): Delete function.
8340 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8341 * gdbarch.h, gdbarch.c: Regenerate.
8342 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8343 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8344 (sparc64_write_fp): Delete declaration.
8345 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8346 (h8500_write_fp): Delete declaration.
8347
8348 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8349
8350 * sparc-tdep.c (sparc64_write_fp): Delete.
8351 (sparc_push_dummy_frame): Replace write_fp call with code to store
8352 the FP directly.
8353 (sparc_gdbarch_init): Do not initialize write_fp.
8354
8355 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8356
8357 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8358 clause.
8359
8360 2002-03-29 Jim Blandy <jimb@redhat.com>
8361
8362 * stack.c (get_selected_block): Add new argument `addr_in_block',
8363 used to return the exact code address we used to select the block,
8364 not just the block.
8365 * blockframe.c (get_frame_block, get_current_block): Same.
8366 * frame.h (get_frame_block, get_current_block,
8367 get_selected_block): Update declarations.
8368 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8369 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8370
8371 2002-04-05 Michael Snyder <msnyder@redhat.com>
8372
8373 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8374 warning message.
8375
8376 2002-04-05 J. Brobecker <brobecker@gnat.com>
8377
8378 * utils.c (xfullpath): New function.
8379 * defs.h (xfullpath): Add declaration.
8380 * source.c (openp): Use xfullpath in place of gdb_realpath to
8381 avoid resolving the basename part of filenames when the
8382 associated file is a symbolic link. This fixes a potential
8383 inconsistency between the filenames known to GDB and the
8384 filenames it prints in the annotations.
8385 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8386 to be able to match a filename with either the real filename, or
8387 the name of any symbolic link to this file.
8388 (lookup_partial_symtab): Ditto.
8389
8390 2002-04-04 Michael Snyder <msnyder@redhat.com>
8391
8392 * breakpoint.c: Add support for hardware breakpoints in overlays.
8393 (overlay_events_enabled): New state variable.
8394 (insert_breakpoints): Use overlay_events_enabled to decide
8395 whether to attempt to set a breakpoint at the overlay load addr.
8396 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8397 (remove_breakpoint): Use overlay_events_enabled to decide
8398 whether breakpoints need to be removed from overlay load addr.
8399 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8400 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8401 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8402 disable_overlay_breakpoints): Update overlay_events_enabled.
8403
8404 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8405
8406 * dwarf2read.c (struct function_range): New.
8407 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8408 (check_cu_functions): New.
8409 (read_file_scope): Initialize global function lists.
8410 Call dwarf_decode_line after processing children.
8411 (read_func_scope): Add to global function list.
8412 (dwarf_decode_lines): Call check_cu_functions everywhere
8413 record_line is called. Call record_line with a linenumber
8414 of 0 to mark sequence ends.
8415
8416 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8417
8418 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8419 change sync with glibc.
8420
8421 2002-04-03 Jim Blandy <jimb@redhat.com>
8422
8423 * configure.in: Call AC_C_INLINE.
8424 * configure: Regenerated.
8425
8426 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8427
8428 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8429 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8430
8431 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8432
8433 * NEWS: Mention gcore support on FreeBSD/i386.
8434
8435 * fbsd-proc.c: New file.
8436 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8437 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8438
8439 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8440 while statement.
8441
8442 2002-03-29 Jim Blandy <jimb@redhat.com>
8443
8444 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8445 unescaped newlines in string literals, but newer ones don't. So
8446 escape them.
8447
8448 2002-03-26 Michael Snyder <msnyder@redhat.com>
8449 Andrew Cagney <cagney@redhat.com>
8450
8451 * cli/cli-dump.c: New file. Dump memory to file,
8452 restore file to memory.
8453 * cli/cli-dump.h: New file.
8454 * Makefile.in: Add rules, dependencies for cli-dump.o.
8455 * NEWS: Mention new commands.
8456
8457 2002-03-28 Michael Snyder <msnyder@redhat.com>
8458
8459 * symfile.c (symbol_file_add): Move test for null symbols to later.
8460
8461 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8462
8463 From veksler at il.ibm.com:
8464 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8465 the xstrduped original path.
8466 Fix PR gdb/417.
8467
8468 2002-03-27 Michael Snyder <msnyder@redhat.com>
8469
8470 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8471 * infcmd.c (_initialize_infcmd): Ditto.
8472 * language.c (_initialize_language): Ditto.
8473 * symfile.c (_initialize_symfile): Ditto.
8474 * top.c (_init_main): Ditto.
8475 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8476
8477 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8478
8479 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8480 vector registers handling.
8481 (skip_prologue): Handle new AltiVec instructions. Fill in new
8482 fields of frame data.
8483 (frame_get_saved_regs): Fill in information for AltiVec registers.
8484
8485 2002-03-27 Jim Blandy <jimb@redhat.com>
8486
8487 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8488 a function; leave this macro here to invoke that function.
8489 (symbol_init_mangled_name): Declaration for that function.
8490 * symtab.c (symbol_init_mangled_name): New function.
8491
8492 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8493
8494 * valarith.c: Replace strerror with safe_strerror.
8495 * tracepoint.c: Ditto.
8496 * lin-lwp.c: Ditto.
8497 * go32-nat.c: Ditto.
8498 * inflow.c: Ditto.
8499 * gnu-nat.c: Ditto.
8500
8501 2002-03-27 Andreas Schwab <schwab@suse.de>
8502
8503 * event-top.c (command_line_handler): Remove useless if.
8504
8505 2002-03-27 Andreas Jaeger <aj@suse.de>
8506
8507 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8508 comment.
8509
8510 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8511
8512 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8513 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8514 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8515 (x86_64_linux_dr_get_status, supply_gregset),
8516 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8517 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8518 (x86_64_register_info_table): Add.
8519 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8520 (x86_64_register_raw_size, x86_64_register_virtual_type),
8521 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8522 general x86_64_register_info_table.
8523 (i386_gdbarch_init): gdbarch_register_bytes is now set
8524 dynamicaly during initialization.
8525 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8526 * gdbserver/linux-x86-64-low.c: Ditto.
8527
8528 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8529
8530 * gdbserver/server.c (main): Call target_signal_to_host_p
8531 and target_signal_to_host on signals received from the remote.
8532 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8533 target_signal_from_host on signals sent to the remote.
8534 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8535 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8536
8537 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8538
8539 * signals/signals.c: Include "server.h" in gdbserver build.
8540 (target_signal_from_name): Don't use STREQ.
8541 (_initialize_signals): Likewise. Don't include function in
8542 gdbserver build.
8543
8544 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8545
8546 * signals.c: Moved to...
8547 * signals/signals.c: Here.
8548 * Makefile (signals.o): Update.
8549
8550 2002-03-26 Jeff Law (law@redhat.com)
8551
8552 * somread.c (som_symtab_read): Remove some commented out code and
8553 updated related comments. Do not set the minimal symbol table to
8554 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8555 in a dynamic executable.
8556 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8557 where we are unable to find the minimal symbol for the given
8558 PC value.
8559
8560 2002-03-25 Jeff Law (law@redhat.com)
8561
8562 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8563
8564 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8565
8566 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8567
8568 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8569
8570 * command.h: Update copyright.
8571 (struct cmd_list_element): Replace definition with opaque
8572 declaration.
8573 (enum cmd_types): Document that it will eventually be moved to
8574 cli/cli-decode.h
8575 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8576 (MALLOCED_REPLACEMENT): Delete macro.
8577 * Makefile.in (cli_decode_h): Add $(command_h).
8578 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8579 * top.c: Include "cli/cli-decode.h".
8580 * completer.c: Include "cli/cli-decode.h".
8581 * maint.c: Include "cli/cli-decode.h".
8582 * cli/cli-decode.h: Include "command.h".
8583 (enum command_class): Delete.
8584 (enum cmd_types): Comment out.
8585 (enum cmd_auto_boolean): Delete.
8586 (enum var_types): Delete.
8587
8588 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8589
8590 * cli/cli-decode.c: Include "gdb_assert.h".
8591 (add_set_or_show_cmd): New static function.
8592 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8593 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8594 all fields, such as func, from the set command.
8595
8596 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8597
8598 * MAINTAINERS (sh-elf): Change warning flag to -w.
8599
8600 2002-03-23 Andrew Cagney <cagney@redhat.com>
8601
8602 * defs.h (error): Add printf format attribute.
8603 * thread-db.c (thread_from_lwp): Fix error format string.
8604 * stack.c (parse_frame_specification): Ditto.
8605 * cli/cli-decode.c (undef_cmd_error): Ditto.
8606 * scm-lang.c (scm_lookup_name): Ditto.
8607 * tracepoint.c (trace_error): Ditto.
8608 * remote-utils.c (usage): Ditto.
8609 * remote.c (compare_sections_command): Ditto.
8610 Fix PR gdb/328.
8611
8612 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8613
8614 * gdbtypes.c (append_composite_type_field): New function.
8615 (init_composite_type): New function.
8616 * gdbtypes.h (append_composite_type_field): Declare.
8617 (init_composite_type): Ditto.
8618
8619 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8620
8621 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8622 function.
8623 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8624 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8625 structure returning convention for SYSV ABI case, but not
8626 for GNU/Linux, FreeBSD, or NetBSD.
8627
8628 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8629
8630 * symtab.h (lookup_block_symbol): Add mangled_name argument
8631 to prototype.
8632
8633 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8634 with new mangled_name argument.
8635 * linespec.c (decode_line_1): Likewise.
8636 * valops (value_of_this): Likewise.
8637 * symtab.c (lookup_transparent_type): Likewise.
8638 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8639 (lookup_symbol): If we are given a mangled name, pass it down
8640 to lookup_symbol_aux.
8641 (lookup_block_symbol): If we are given a mangled name to check
8642 against, only return symbols which match it.
8643
8644 2002-03-22 Christopher Faylor <cgf@redhat.com>
8645
8646 * win32-nat.c (child_create_inferior): Check for proper shell to use
8647 here, in case the user changes it on the fly.
8648 (_initialize_inftarg): Remove shell path considerations.
8649
8650 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8651
8652 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8653 for gdbarch_max_register_raw_size and max_register_virtual_size.
8654 Adjust copyright year.
8655
8656 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8657
8658 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8659 in a function to cover the entire beginning of the function
8660 as well if it does not already.
8661
8662 2002-03-21 Tom Rix <trix@redhat.com>
8663
8664 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8665 (rs6000_ptrace64): Renamed from ptrace64.
8666
8667 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8668
8669 * gdbserver/remote-utils.c (remote_open): Don't call
8670 getprotobyname, we're all using TCP here so just use
8671 IPPROTO_TCP.
8672 * gdbserver/gdbreplay.c (remote_open): Ditto.
8673
8674 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8675
8676 * regcache.c (_initialize_regcache): No need to call
8677 build_regcache() at this time; it gets called whenever
8678 the gdbarch changes.
8679
8680 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8681
8682 * sparc-nat.c: Include sys/param.h where possible.
8683
8684 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8685
8686 Fix PR gdb/422.
8687 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8688 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8689 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8690 complex types.
8691 * stabsread.c (rs6000_builtin_type): Likewise.
8692 (read_sun_floating_type): Likewise.
8693
8694 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8695
8696 * stabsread.c (read_member_functions): Remove skip code for duplicate
8697 constructor/destructor methods. Use standard parsing for these
8698 methods and just do not chain them to the list of methods after
8699 parsing.
8700
8701 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8702
8703 * coffread.c: Remove redundant static declarations. Replace
8704 occurrences of `PTR' with `void *'.
8705 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8706 * top.h (quit_cover): Likewise.
8707 * defs.h (catch_errors): Likewise.
8708
8709 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8710
8711 * defs.h (XMALLOC): Define.
8712 * gdb-events.sh (XMALLOC): Delete macro.
8713 * gdb-events.c, gdb-events.h: Regenerate.
8714 * gdbarch.sh (XMALLOC): Delete macro.
8715 * gdbarch.c: Regenerate.
8716 * serial.c (XMALLOC): Delete macro.
8717 * ui-file.c (XMALLOC): Ditto.
8718 * ser-unix.h (XMALLOC): Ditto.
8719 * sh-tdep.c (XMALLOC): Ditto.
8720 * ui-out.c (XMALLOC): Ditto.
8721 * utils.c (XMALLOC): Ditto.
8722 * i386-tdep.c (XMALLOC): Ditto.
8723 * gdb-events.c (XMALLOC): Ditto.
8724 * d10v-tdep.c (XMALLOC): Ditto.
8725 * cli-out.c (XMALLOC): Ditto.
8726
8727 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8728 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8729 * ui-file.c, ui-out.c: Ditto.
8730
8731 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8732
8733 * command.h (struct cmd_list_element): Add field context.
8734 (set_cmd_context, get_cmd_context): Declare.
8735 * cli/cli-decode.h: Ditto.
8736 * cli/cli-decode.c (get_cmd_context): New function.
8737 (set_cmd_context): New function.
8738 (add_cmd): Initialize context.
8739 Part of fixing PR gdb/145 and PR gdb/146.
8740
8741 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8742
8743 * cli/cli-decode.c (cmd_type): New function.
8744 * command.h (cmd_type): Declare.
8745 * infrun.c (set_schedlock_func): Call function cmd_type.
8746 * kod.c (kod_set_os): Call cmd_type.
8747 * cris-tdep.c (cris_version_update): Use function cmd_type.
8748 (cris_mode_update, cris_abi_update): Ditto.
8749
8750 * command.h: (execute_cmd_post_hook): Declare.
8751 (execute_cmd_pre_hook): Declare.
8752 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8753 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8754 functions. Execute pre/post hook while ensuring that afterwords
8755 hook_in is cleared.
8756 * top.c (execute_command): Use execute_cmd_post_hook, and
8757 execute_cmd_pre_hook to execute pre/post commands.
8758 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8759 hook_stop_stub.
8760 (hook_stop_stub): Call execute_cmd_pre_hook.
8761
8762 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8763
8764 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8765 set'' and this leads to a core dump. Move xstrdup of
8766 operating_system to after check that it is not NULL.
8767
8768 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8769
8770 * kod.c (kod_set_os): Remove unnecessary check that
8771 ``command->type'' is set_cmd.
8772
8773 * valprint.c (set_input_radix): Use input_radix.
8774 (set_output_radix): Use output_radix.
8775 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8776 isn't reverted.
8777
8778 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8779
8780 * value.h (struct value): Delete field ``substring_addr''. Change
8781 aligner fields to force_doublest_align, force_longest_align,
8782 force_core_addr_align and force_pointer_aligh.
8783
8784 * value.h (struct value): Fix typo in above change.
8785
8786 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8787
8788 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8789 to fix internal_error from ``maintenance print architecture''.
8790
8791 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8792
8793 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8794 for gcc versions after gcc-2.8.1.
8795
8796 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8797
8798 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8799 for method resolution. Restore adjustment of ``this'' pointer after
8800 calling value_struct_elt, which was accidentally removed during the
8801 HP merge.
8802
8803 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8804
8805 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8806 value_of_register.
8807 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8808 get_saved_register.
8809 * value.h (value_of_register): Update.
8810
8811 2002-03-14 Richard Henderson <rth@redhat.com>
8812
8813 * configure.in: Detect declaration for canonicalize_file_name.
8814 * utils.c (canonicalize_file_name): Declare, if needed.
8815 (gdb_realpath): Prefer realpath if available and usable.
8816 * config.in, configure: Rebuild.
8817
8818 2002-03-14 Richard Henderson <rth@redhat.com>
8819
8820 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8821 a constant array bound.
8822
8823 * MAINTAINERS: Add myself to write-after-approval.
8824
8825 2002-03-14 Michael Snyder <msnyder@redhat.com>
8826
8827 * symfile.c (syms_from_objfile): Return immediately if no syms.
8828 (symbol_file_add): Return immediately if no syms.
8829 (find_sym_fns): Return immediately if no syms.
8830
8831 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8832
8833 * gdbserver/remote-util.c (remote_open): Print remote-side's
8834 IP address when remote debugging over the network.
8835
8836 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8837
8838 * config/sparc/fbsd.mh: Fix copyright.
8839 * config/sparc/fbsd.mt: Likewise.
8840
8841 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8842
8843 * MAINTAINERS: Fix typo in name of gdb warnings option.
8844 (x86-64): Fix formating so that this can be parsed by awk.
8845
8846 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8847
8848 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8849 * defs.h: Include "gdb/signals.h".
8850 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8851
8852 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8853
8854 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8855 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8856 from x86-64-tdep.h
8857
8858 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8859 Don Howard <dhoward@redhat.com>
8860
8861 * mips-tdep.c (ST0_FR): Define.
8862 (mips2_fp_compat): New function, temporarily disabled.
8863 (mips_read_fp_register_single): New function.
8864 (mips_read_fp_register_double): New function.
8865 (mips_print_register): Use them.
8866 (do_fp_register_row): Likewise.
8867
8868 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8869
8870 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8871 approval''.
8872
8873 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8874
8875 * stabsread.c (read_member_functions): Fix is_stub test for
8876 static member functions, improve comment.
8877
8878 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8879
8880 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8881 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8882 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8883 commands that set boolean values.
8884 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8885 (arm_rdi_resume): Always initialize PC.
8886 (arm_rdi_open): Don't use rslt as a boolean.
8887 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8888 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8889 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8890 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8891
8892 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8893
8894 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8895 * configure: Rebuilt.
8896
8897 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8898
8899 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8900 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8901
8902 2002-03-06 Andrew Cagney <ac131313@redhat.com>
8903
8904 * cli/cli-decode.c (set_cmd_completer): New function.
8905 * command.h (set_cmd_completer): Declare.
8906 * cli/cli-decode.h (set_cmd_completer): Ditto.
8907
8908 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8909 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8910 * win32-nat.c (_initialize_inftarg): Ditto.
8911 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8912 * proc-api.c (_initialize_proc_api): Ditto.
8913 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8914 * source.c (_initialize_source): Ditto.
8915 * exec.c (_initialize_exec): Ditto.
8916 * solib.c (_initialize_solib): Ditto.
8917 * top.c (init_main): Ditto.
8918 * tracepoint.c (_initialize_tracepoint): Ditto.
8919 * symfile.c (_initialize_symfile): Ditto.
8920 * printcmd.c (_initialize_printcmd): Ditto.
8921 * infcmd.c (_initialize_infcmd): Ditto.
8922 * corefile.c (_initialize_core): Ditto.
8923
8924 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8925
8926 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8927
8928 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8929
8930 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8931
8932 2002-03-05 Andrew Cagney <ac131313@redhat.com>
8933
8934 * NEWS: Update headings, 5.2 has branched.
8935
8936 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
8937
8938 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8939 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8940 (register_addr, REGISTER_RAW_SIZE): Likewise.
8941 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8942 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8943
8944 2002-03-03 Michal Ludvig <mludvig@suse.cz>
8945
8946 * MAINTAINERS (x86-64): Add myself.
8947 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8948 changed value_ptr -> struct value *
8949
8950 2002-03-01 David O'Brien <obrien@FreeBSD.org>
8951
8952 * configure.host (sparc64-*-freebsd): Add.
8953 * configure.tgt: Likewise.
8954 * config/sparc/fbsd.mh: New file.
8955 * config/sparc/fbsd.mt: Likewise.
8956 * config/sparc/nm-fbsd.h: Likewise.
8957 * config/sparc/tm-fbsd.h: Likewise.
8958
8959 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
8960
8961 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8962 regformats/reg-s390x.dat.
8963
8964 2002-03-01 Andrew Cagney <ac131313@redhat.com>
8965
8966 * utils.c: Add FIXME explaining true/false problem.
8967
8968 2002-02-28 Andrew Cagney <ac131313@redhat.com>
8969
8970 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8971
8972 2002-02-28 Michael Chastain <mec@shout.net>
8973
8974 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8975
8976 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
8977
8978 * gdbserver/linux-s390-low.c: New file.
8979 * regformats/reg-s390.dat: New file.
8980 * regformats/reg-s390x.dat: New file.
8981 * gdbserver/configure.srv: Add S/390.
8982 * gdbserver/Makefile.in: Add S/390.
8983 * configure.tgt: Enable gdbserver for S/390.
8984
8985 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8986
8987 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8988 first line of the doc string for "info dos", except at the end of
8989 the sentence, since the short help stops at the first period.
8990
8991 2002-02-28 Jason Merrill <jason@redhat.com>
8992
8993 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8994
8995 2002-02-27 Fred Fish <fnf@redhat.com>
8996
8997 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8998 comment (dumy -> dummy).
8999
9000 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9001
9002 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9003
9004 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9005
9006 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9007
9008 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9009
9010 * gdbserver/acconfig.h: New file.
9011 * gdbserver/i387-fp.c: New file.
9012 * gdbserver/i387-fp.h: New file.
9013 * gdbserver/linux-x86-64.c: New file.
9014 * regformats/reg-x86-64.dat: New file.
9015 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9016 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9017 * gdbserver/configure.in: Add support for regsets.
9018 * gdbserver/config.in: Regenerate.
9019 * gdbserver/configure: Regenerate.
9020 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9021 * gdbserver/linux-low.h: New file.
9022 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9023 for regsets.
9024 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9025 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9026 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9027 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9028 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9029 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9030 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9031 "i387-fp.h". Add PTRACE_GETREGS and friends.
9032 * gdbserver/regcache.c (supply_register): New function.
9033 (supply_register_by_name): New function.
9034 (collect_register): New function.
9035 (collect_register_by_name): New function.
9036
9037 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9038
9039 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9040 (config.status): Add configure.srv dependency.
9041 (server_h): Add config.h dependency.
9042
9043 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9044
9045 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9046 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9047 * gdbserver/configure.srv: Change i386-*-linux* to use
9048 reg-i386-linux.o.
9049
9050 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9051
9052 * x86-64-tdep.c: Re-indent. Update copyright date.
9053
9054 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9055
9056 From Michal Ludvig <mludvig@suse.cz>:
9057 * x86-64-tdep.c (value.h): Delete.
9058 (gdb_assert.h): Include.
9059 (x86_64_register_convert_to_virtual,
9060 x86_64_register_convert_to_raw ): Add check which lets only
9061 floating-point values to be converted.
9062 (value_push): Delete.
9063 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9064 (i386_gdbarch_init): Number of register_bytes fixed.
9065
9066 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9067
9068 * MAINTAINERS: Add x86-64 target.
9069
9070 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9071
9072 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9073 * osfsolib.c (solib_map_sections): Ditto.
9074 * irix5-nat.c (solib_map_sections): Ditto.
9075 * corelow.c (gdb_check_format): Ditto.
9076 * symfile.c (symfile_bfd_open): Ditto.
9077 * solib.c (solib_map_sections): Ditto.
9078 Fix PR gdb/354.
9079
9080 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9081
9082 * remote.c (_initialize_remote): By default, disable ``e'' and
9083 ``E'' step out-of-range packets.
9084
9085 2002-02-26 Andreas Schwab <schwab@suse.de>
9086
9087 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9088 m68k_linux_frame_saved_pc.
9089 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9090 in_sigtramp.
9091 (SIGCONTEXT_PC_OFFSET): Remove.
9092 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9093 m68k_linux_sigtramp_saved_pc): New functions.
9094 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9095 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9096 (UCONTEXT_PC_OFFSET): Define.
9097 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9098 non-RT and RT signal trampolines.
9099
9100 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9101
9102 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9103 (TARGET_NBPG, STACK_END_ADDR): Delete
9104 (VARIABLES_INSIDE_BLOCK): Delete.
9105
9106 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9107
9108 * utils.c (perror_with_name): Make string parameter constant.
9109 (print_sys_errmsg): Ditto.
9110 (query): Ditto.
9111 * defs.h (perror_with_name): Update.
9112 (print_sys_errmsg): Update.
9113 (query): Update.
9114
9115 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9116
9117 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9118 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9119
9120 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9121
9122 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9123 if it already matches the current architecture from the exec file.
9124 Include arch-utils.h for gdbarch_info_init prototype.
9125 * Makefile.in (rs6000-nat.o): Update dependencies.
9126
9127 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9128
9129 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9130 list of exported variables.
9131
9132 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9133
9134 * gdbserver/configure.srv: New file.
9135 * gdbserver/configure.in: Use configure.srv instead
9136 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9137 from it.
9138 * gdbserver/configure: Regenerated.
9139 * gdbserver/terminal.h: New file.
9140 * gdbserver/Makefile.in: Update for configure changes. Remove
9141 more unneeded include paths.
9142
9143 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9144
9145 From wiz at danbala:
9146 * config/sparc/tm-sp64.h: Fix grammar and typos.
9147 Fix PR gdb/287.
9148
9149 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9150
9151 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9152 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9153 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9154 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9155 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9156 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9157 * s390-tdep.c: Ditto.
9158 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9159 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9160 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9161 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9162 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9163 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9164 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9165 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9166 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9167 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9168 Fix PR gdb/378.
9169
9170 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9171
9172 * lin-thread.c: Delete file.
9173 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9174 to gdb_proc_service.h.
9175 * configure: Re-generate.
9176
9177 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9178 * serial.c (serial_open): Delete check for "ocd".
9179 Fix PR gdb/349.
9180
9181 * Makefile.in (linux-thread.o): Delete target.
9182 * linux-thread.c: Delete file.
9183
9184 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9185 renamed SH files to be consistent.
9186
9187 * symtab.c (sort_search_symbols): Use xfree.
9188
9189 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9190
9191 * arm-linux-tdep.c (arm_linux_init_abi): Register
9192 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9193 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9194 definition with undef, since we don't want the sysvr4 definition.
9195 (SKIP_TRAMPOLINE_CODE): Likewise.
9196
9197 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9198
9199 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9200
9201 * configure.in: (AC_CHECK_FUNCS) Added test for
9202 canonicalize_file_name Regenerated.
9203 * config.in, configure: Regenerated.
9204 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9205 defined use canonicalize_file_name.
9206
9207 2002-02-23 Michael Chastain <mec@shout.net>
9208
9209 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9210
9211 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9212
9213 * README: Remove references to cygnus.com.
9214 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9215 dot com'' form. Remove references to cygnus.com and sourceware.
9216
9217 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9218
9219 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9220 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9221 1003.1-2001 no longer allows "head -1".
9222 * gdb/Makefile.in (version.c): Likewise.
9223 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9224 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9225 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9226
9227 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9228
9229 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9230 * command.h (cmd_cfunc_eq): Declare.
9231 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9232
9233 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9234 ``struct cmd_list_element *''.
9235 * cli/cli-cmds.c (is_complete_command): Update. Use
9236 cmd_cfunc_eq.
9237 * top.c (execute_command): Pass the command to
9238 is_complete_command.
9239 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9240
9241 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9242
9243 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9244 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9245 architecture defines.
9246 * s390-tdep.c (s390_gdbarch_init): Likewise.
9247
9248 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9249
9250 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9251 (arm_linux_push_arguments): Likewise.
9252 (arm_linux_init_abi): Register them. Also register linux-specific
9253 call_dummy_words.
9254 (find_minsym_and_objfile): Use strcmp, not STREQ.
9255 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9256 (arm_linux_call_dummy_words): Delete declaration.
9257 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9258 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9259 declarations.
9260 (LOWEST_PC): Delete.
9261
9262 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9263
9264 * maint.c (print_section_info): Do not prepend `0x' to filepos
9265 output, it will be handled by local_hex_string_custom.
9266
9267 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9268
9269 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9270 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9271 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9272
9273 2002-02-22 Jim Blandy <jimb@redhat.com>
9274
9275 Indicate that the bcache functions don't change the strings
9276 they're passed.
9277 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9278 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9279
9280 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9281
9282 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9283
9284 2002-02-21 Christopher Faylor <cgf@redhat.com>
9285
9286 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9287 find the complete path to a loaded DLL.
9288
9289 2002-02-21 Fred Fish <fnf@redhat.com>
9290
9291 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9292 that marks the end of the range of a function, enter a line number
9293 entry that has a line number of zero and a PC offset that matches
9294 the end of the function. This starts a range of PC's for which no
9295 line number information is known.
9296 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9297 PC's for which no line number info is found (line number is zero)
9298 then we didn't find any valid line information.
9299 * symtab.h: Document use of zero line number entry.
9300
9301 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9302
9303 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9304 (have_ptrace_getvrregs): Define for run time checks.
9305 (gdb_vrregset_t): New type for Altivec register handling.
9306 (fetch_register, store_register): Fetch/store altivec register
9307 when needed.
9308 (fetch_altivec_register, store_altivec_register): New functions.
9309 (supply_vrregset, fill_vrregset): New functions.
9310 (fetch_altivec_registers, store_altivec_registers): New functions.
9311 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9312 registers as well.
9313
9314 2002-02-21 Jiri Smid <smid@suse.cz>
9315
9316 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9317
9318 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9319
9320 * Makefile.in (armnbsd-nat.o): Update dependencies.
9321 * armnbsd-nat.c (supply_gregset): New function. Common code to
9322 supply the integer register set.
9323 (supply_fparegset): New function. Similar for FPA registers.
9324 (fetch_regs, fetch_fp_regs): Use them.
9325 (fetch_core_registers): Likewise.
9326 (fetch_elfcore_registers): New function.
9327 (arm_netbsd_elfcore_fns): New core-file type specification.
9328 (_initialize_arm_netbsd_nat): Register it.
9329
9330 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9331
9332 * armnbsd-nat.c: Include gdbcore.h.
9333 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9334 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9335 'void' to declaration, to shut up ARI.
9336 (fetch_core_registers): Make static. Rewrite using supply_register.
9337 (arm_netbsd_core_fns): New core-file type specification.
9338 (_initialize_arm_netbsd_nat): New function.
9339
9340 2002-02-21 Christopher Faylor <cgf@redhat.com>
9341
9342 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9343 value.
9344
9345 2002-02-20 Christopher Faylor <cgf@redhat.com>
9346
9347 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9348 fails.
9349
9350 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9351
9352 * jv-exp.y (parse_number): Change type of implicit longs
9353 to builtin_type_uint64.
9354
9355 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9356
9357 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9358 to be an integer instead of a `union wait'.
9359
9360 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9361
9362 * mips-linux-nat.c: Call the operating system GNU/Linux.
9363 * mips-linux-tdep.c: Likewise.
9364 * mips-tdep.c: Likewise.
9365
9366 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9367
9368 Fix PR gdb/265.
9369 * jv-exp.y (parse_number): Handle 64-bit integers.
9370
9371 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9372
9373 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9374 AC_STDC_HEADERS to AC_HEADER_STDC.
9375 * gdbserver/configure: Regenerated.
9376
9377 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9378
9379 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9380 is defined.
9381 * sparc-tdep.c (get_longjmp_target): Likewise.
9382
9383 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9384
9385 * News: Add news about ARM and Multi-arch. Mention the new target
9386 arm*-*-netbsd*.
9387
9388 2002-02-19 Jim Blandy <jimb@redhat.com>
9389
9390 * stabsread.c (error_type_complaint): Improve error message.
9391
9392 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * gdbserver/README: Update documentation.
9395 * gdbserver/configure.in: Update configury to match documentation.
9396 * gdbserver/Makefile.in: Likewise.
9397 * gdbserver/configure: Regenerated.
9398 * gdbserver/aclocal.m4: New file, generated by aclocal.
9399 * gdbserver/config.in: New file, generated by autoheader.
9400
9401 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9402
9403 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9404 armnbsd-nat.c.
9405
9406 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9407
9408 * arm-tdep.h (enum arm_float_model): New enum.
9409 (struct gdbarch_tdep): Add fp_model.
9410 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9411 up floating-point conversions until we know the floating-point model
9412 in use by the inferior. Don't complain about being unable to
9413 determine the ABI of the inferior when we don't have one.
9414 (arm_extract_return_value): Support different floating-point models.
9415 (arm_store_return_value): Likewise.
9416 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9417 ARM_FLOAT_SOFT.
9418 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9419
9420 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9421
9422 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9423 of ``current_gdbarch''.
9424
9425 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9426
9427 * armnbsd-nat.c : ANSIfy all function declarations.
9428 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9429 (fetch_inferior_registers): Re-implement in terms of above.
9430 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9431 (store_inferior_registers): Re-implement in terms of above.
9432
9433 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9434
9435 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9436 kernel.
9437 * arm-linux-tdep.c: Likewise.
9438 * config/arm/tm-linux.h: Likewise.
9439
9440 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9441
9442 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9443 * config/arm/nbsd.mt (TM_FILE): Delete.
9444 * config/arm/tm-nbsd.h: Delete.
9445
9446 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9447
9448 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9449 Initialize CALL_DUMMY_LENGTH.
9450
9451 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9452
9453 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9454 function.
9455 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9456 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9457 defines one thing and that is incorrect for this port.
9458 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9459
9460 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9461
9462 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9463
9464 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9465
9466 * win32-nat.c (display_selector): New function. Displays information
9467 about the information returned by GetThreadSelectorEntry API function.
9468 (display_selectors): New function. Displays the infomation of
9469 the selector given as argument, or of CS, DS ans FS selectors
9470 if no argument is given.
9471 ( _initialize_inftarg): Add "w32" as info prefix command.
9472 Add "info w32 selector" as command calling display_selectors.
9473
9474 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9475
9476 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9477 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9478 if not defined.
9479
9480 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9481
9482 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9483
9484 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9485
9486 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9487 (arm_fix_call_dummy): Call it.
9488 (arm_call_dummy_breakpoint_offset): Delete.
9489 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9490 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9491
9492 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9493
9494 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9495 Default to func_frame_chain_valid.
9496 * gdbarch.h, gdbarch.c: Re-generate.
9497 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9498
9499 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9500
9501 * ppc-linux-nat.c: Update copyright.
9502 (fetch_register, store_register): Add tid parameter, don't compute
9503 tid here.
9504 (fetch_ppc_registers, store_ppc_registers): Add tid
9505 parameter. Pass it along to callees.
9506 (fetch_inferior_registers, store_inferior_registers): Compute tid
9507 here, and pass it to calleed functions.
9508 (fill_gregset, supply_fpregset): Clean up formatting.
9509
9510 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9511
9512 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9513 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9514
9515 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9516
9517 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9518 * gdbarch.c gdbarch.h: Regenerate.
9519 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9520 function.
9521 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9522 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9523 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9524
9525 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9526 * arm-tdep.c (arm_get_longjmp_target): New function.
9527 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9528 this to a positive value register arm_get_longjmp_target as the
9529 longjmp handler.
9530 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9531 (arm_linux_init_abi): Set up longjmp description in tdep.
9532 * armnbsd-nat.c (get_longjmp_target): Delete.
9533 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9534 description in tdep.
9535 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9536 (get_longjmp_target): Delete declaration.
9537 (GET_LONGJMP_TARGET): Delete.
9538 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9539 (GET_LONGJMP_TARGET): Delete.
9540
9541 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9542
9543 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9544 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9545 of ``current_gdbarch''.
9546
9547 2002-02-17 Tom Tromey <tromey@redhat.com>
9548
9549 * cli/cli-cmds.c (compare_strings): New function.
9550 (complete_command): Only print each unique item once.
9551 * completer.h (complete_line): Declare.
9552 * completer.c (complete_line): New function.
9553 (line_completion_function): Use it.
9554
9555 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9556
9557 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9558 * gdbarch.h, gdbarch.c: Re-generate.
9559
9560 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9561
9562 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9563
9564 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9565
9566 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9567 * valops.c (value_arg_coerce): Don't take the address of a reference
9568 to convert an argument to a reference.
9569
9570 2002-02-15 Christopher Faylor <cgf@redhat.com>
9571
9572 * win32-nat.c (get_image_name): New function.
9573 (handle_load_dll): Use get_image_name function.
9574 (get_child_debug_event): Avoid registering debug events until possibly
9575 execed process is started.
9576 (child_create_inferior): Allow invocation via shell so that command
9577 line redirection, etc. works ok.
9578 (_initialize_inftarg): Add new command: "set shell" to control whether
9579 a shell is used to start a process.
9580
9581 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9582
9583 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9584 instead of find_register_by_number.
9585 (cannot_store_register): Likewise.
9586
9587 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9588
9589 * dwarf2read.c: Replace fprintf (stderr, ...) by
9590 fprintf_unfiltered (gdb_stderr, ...).
9591
9592 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9593
9594 * gdbserver/gdbserver.1: Document --attach.
9595
9596 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9597
9598 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9599 descriptions.
9600 * arm-tdep.c (arm_default_arm_le_breakpoint)
9601 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9602 (arm_default_thumb_be_breakpoint): New. Initialize them from
9603 traditional breakpoint defines.
9604 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9605 (arm_gdbarch_init): Initialize new breakpoint variables.
9606 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9607 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9608 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9609 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9610 code out to ...
9611 (arm_netbsd_init_abi_common): ... here; new function.
9612 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9613 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9614 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9615 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9616
9617 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9618
9619 * arm-tdep.h (enum arm_abi): New enum.
9620 (struct gdbarch_tdep): New structure.
9621 (LOWEST_PC): Provide a default.
9622 (arm_gdbarch_register_os_abi): Declare new function.
9623 * arm-tdep.c (arm_abi_names): New array.
9624 (process_note_abi_tag_sections): New function.
9625 (get_elfosabi): New function.
9626 (arm_gdbarch_register_os_abi): New function.
9627 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9628 support for that ABI has been built in, then call the appropriate
9629 configuration routine. Use gdbarch_num_regs() to get the number
9630 of registers.
9631 (arm_dump_tdep): New function.
9632 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9633 place-holder functions.
9634 (_initialize_arm_tdep): Register them.
9635 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9636
9637 * armnbsd-tdep.c: New file.
9638 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9639 * config/arm/nbsd.mt (TDEPFILES): Add it.
9640 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9641
9642 * armnbsd-nat.c: Include regcache.h.
9643 * Makefile.in (armnbsd-nat.o): Update dependency list.
9644
9645 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9646
9647 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9648
9649 * gdbserver/Makefile.in: Fix typos in target rules.
9650
9651 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9652
9653 Fix part of PR gdb/267.
9654 * linespec.c (find_methods): Handle constructors specially for now.
9655
9656 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9657
9658 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9659 handling.
9660 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9661 standard_coerce_float_to_double().
9662
9663 2002-02-14 Christopher Faylor <cgf@redhat.com>
9664
9665 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9666 GDBINIT_FILENAME.
9667
9668 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9669
9670 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9671 find_variant_by_name, because it confuses the multiarch
9672 framework. Return NULL if there isn't an architecture with the
9673 user supplied name, instead of forcing a different one without
9674 recording the change with the multiarch machinery.
9675 (find_variant_by_name): Delete.
9676
9677 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9678
9679 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9680 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9681
9682 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9683
9684 * stack.c (print_frame_info_base): When calling
9685 print_frame_info_listing_hook, set current_source_symtab.
9686
9687 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9688
9689 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9690 and remove unused $(INCLUDE_DIR).
9691 Add regcache.c to OBS.
9692 Add generated register protocol files to clean target.
9693 Update dependencies for new objects, obsolete old target code.
9694
9695 * gdbserver/linux-low.c: Remove all platform-specific code to
9696 new files. Remove various dead code. Update to use regcache
9697 functionality.
9698 * gdbserver/remote-utils.c (fromhex): Add return statement
9699 to quiet warning.
9700 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9701 constant.
9702 (input_interrupt): Add integer parameter to match prototype
9703 of a signal handler.
9704 (outreg): Use register_data ().
9705 (prepare_resume_reply): Use gdbserver_expedite_regs.
9706 * gdbserver/server.c (main): Dynamically allocate own_buf because
9707 PBUFSIZ is no longer constant. Use registers_to_string () and
9708 registers_from_string ().
9709 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9710 for error (), fatal (), and warning (). Update definition of
9711 PBUFSIZ to use regcache functionality. Add include guard.
9712 * gdbserver/utils.c (fatal): Add missing ``const''.
9713 (warning): New function.
9714
9715 * regformats/regdat.sh: Include "regcache.h" in generated files.
9716 Provide init_registers () function.
9717 * regformats/regdef.h: Add prototype for set_register_cache ().
9718 Add include guard.
9719
9720 * gdbserver/linux-arm-low.c: New file.
9721 * gdbserver/linux-i386-low.c: New file.
9722 * gdbserver/linux-ia64-low.c: New file.
9723 * gdbserver/linux-m68k-low.c: New file.
9724 * gdbserver/linux-mips-low.c: New file.
9725 * gdbserver/linux-ppc-low.c: New file.
9726 * gdbserver/linux-sh-low.c: New file.
9727
9728 * gdbserver/regcache.c: New file.
9729 * gdbserver/regcache.h: New file.
9730
9731 * gdbserver/low-linux.c: Removed obsolete file.
9732
9733 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9734
9735 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9736 * config/i386/linux.mt: Likewise.
9737 * config/ia64/linux.mt: Likewise.
9738 * config/m68k/linux.mh: Likewise.
9739 * config/powerpc/linux.mh: Likewise.
9740 * config/mips/linux.mt: Likewise.
9741
9742 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9743
9744 * config/i386/i386lynx.mh: Mark gdbserver variables
9745 as (currently) obsolete for this target.
9746 * config/i386/nbsd.mt: Likewise.
9747 * config/i386/nbsdelf.mt: Likewise.
9748 * config/m32r/m32r.mt: Likewise.
9749 * config/m68k/m68klynx.mh: Likewise.
9750 * config/m68k/nbsd.mt: Likewise.
9751 * config/m68k/sun3os4.mh: Likewise.
9752 * config/mips/vr5000.mt: Likewise.
9753 * config/ns32k/nbsd.mt: Likewise.
9754 * config/pa/hppabsd.mh: Likewise.
9755 * config/pa/hppaosf.mh: Likewise.
9756 * config/powerpc/nbsd.mt: Likewise.
9757 * config/rs6000/rs6000lynx.mh: Likewise.
9758 * config/s390/s390.mt: Likewise.
9759 * config/s390/s390x.mt: Likewise.
9760 * config/sparc/sparclynx.mh: Likewise.
9761 * config/sparc/sun4os4.mh: Likewise.
9762 * config/i386/x86-64linux.mt: Likewise.
9763 * config/sparc/linux.mh: Likewise.
9764
9765 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9766
9767 * configure.tgt: Configure gdbserver only for known working
9768 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9769 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9770 SUBDIRS if it is configured. Update comment for ${nativefile}.
9771 * configure: Regenerated.
9772
9773 2002-02-13 Michael Snyder <msnyder@redhat.com>
9774
9775 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9776
9777 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9778 (default_gcore_mach): Just return 0, work around a problem in bfd.
9779 (default_gcore_target): OK to return NULL if exec_bfd is null.
9780 (make_mem_sec): Use a cast, avoid a warning.
9781
9782 * procfs.c (find_memory_regions_callback): Use a cast instead of
9783 calling host_pointer_to_address (which complains if
9784 sizeof (host pointer) != sizeof (target pointer)).
9785 (procfs_make_note_section): Avoid overflow in psargs string.
9786
9787 * procfs.c (procfs_make_note_section): Make the default
9788 implementation return an error.
9789
9790 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9791
9792 * procfs.c (procfs_make_note_section): Provide a default definition
9793 (for alpha-dec-osf4.0f). Fix typos.
9794
9795 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9796
9797 * linux-proc.c: Add include of regcache.h.
9798 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9799
9800 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9801
9802 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9803 * memattr.c (create_mem_region): Disallow useless empty region.
9804 Regions are half-open intervals, so allow [A..B) [B..C) as
9805 non-overlapping.
9806
9807 2002-02-13 Michael Chastain <mec@shout.net>
9808
9809 * defs.h: Kill CONST_PTR.
9810 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9811 * c-lang.c (c_builtin_types): Likewise.
9812 * ch-lang.c (ch_builtin_types): Likewise.
9813 * f-lang.c (f_builtin_types): Likewise.
9814 * language.c (unknown_builtin_types): Likewise.
9815 * m2-lang.c (m2_builtin_types): Likewise.
9816 * p-lang.c (pascal_builtin_types): Likewise.
9817 * scm-lang.c (c_builtin_types): Likewise.
9818
9819 2002-02-13 Keith Seitz <keiths@redhat.com>
9820
9821 * arm-tdep.h (arm_get_next_pc): Add declaration.
9822
9823 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9824
9825 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9826 with other related struct-returning functions.
9827 (arm_extract_struct_value_address): New function.
9828 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9829 initialize float_format, double_format and long_double_format as
9830 appropriate to the endianness of the target.
9831 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9832 (arm_use_struct_convention): Delete declaration.
9833 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9834
9835 2002-02-13 Keith Seitz <keiths@redhat.com>
9836
9837 * defs.h (core_addr_to_string_nz): New function.
9838
9839 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9840
9841 Apply missing bits of 2002-01-15 patch.
9842 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9843 (fill_fpregset): Use i387_fill_fsave.
9844
9845 2002-02-12 Keith Seitz <keiths@redhat.com>
9846
9847 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9848 (core_addr_to_string_nz): New function.
9849
9850 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9851
9852 * arm-linux-nat.c: Really include arm-tdep.h.
9853 * config/arm/tm-linux.h (struct type, struct value): Declare.
9854
9855 2002-02-11 Michael Snyder <msnyder@redhat.com>
9856
9857 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9858 (gcore section): Ifdef for Solaris and Unixware only.
9859 (procfs_do_thread_registers): Unixware needs one lwpstatus
9860 per thread (not one prstatus or pstatus).
9861 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9862 not over all gdb threads. For unixware, call elfcore_write_pstatus
9863 once before iterating over threads.
9864
9865 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9866
9867 * arm-tdep.h: New file.
9868 * arm-tdep.c: Include arm-tdep.h.
9869 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9870 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9871 (arm_print_float_info, arm_register_type, convert_to_extended)
9872 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9873 (arm_extract_return_value, arm_register_name): Make static.
9874 (arm_software_single_step): Similarly. Fix types in declaration.
9875 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9876 (arm_store_return_value, arm_store_struct_return): New functions.
9877 (arm_gdbarch_init): Register the above functions. Also register
9878 call_dummy_start_offset, sizeof_call_dummy_words,
9879 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9880 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9881 max_register_virtual_size, register_size. Set up
9882 prologue_cache.saved_regs here, rather than ...
9883 (_initialize_arm_tdep): ... here.
9884 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9885 declarations.
9886 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9887 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9888 (arm_print_float_info, arm_register_type, convert_to_extended)
9889 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9890 (arm_extract_return_value, arm_register_name): Delete declarations.
9891 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9892 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9893 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9894 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9895 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9896 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9897 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9898 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9899 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9900 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9901 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9902 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9903 interface.
9904 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9905 * remote-rdi.c remote-rdp.c: Likewise.
9906 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9907 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9908 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9909 definition.
9910
9911 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9912 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9913 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9914 from non-ARM_ prefixed definitions.
9915 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9916 all uses of above.
9917 * remote-rdi.c remote-rdp.c: Likewise.
9918 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9919
9920 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9921
9922 * arm-tdep.c (arm_frameless_function_invocation)
9923 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9924 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9925 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9926 (arm_pop_frame, arm_get_next_pc): Make static.
9927 (arm_gdbarch_init): Register above in gdbarch structure.
9928 (arm_read_fp): Renamed from arm_target_read_fp.
9929 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9930 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9931 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9932 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9933 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9934 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9935 (arm_pc_is_thumb_dummy): Delete declarations.
9936 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9937 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9938 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9939 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
9940
9941 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9942
9943 * symtab.c (compare_search_syms): New function.
9944 (sort_search_symbols): New function.
9945 (search_symbols): Sort symbols after searching rather than
9946 before.
9947
9948 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9949
9950 * NEWS: Linux -> GNU/Linux.
9951
9952 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdbarch.sh: For for level one methods, disallow a definition
9955 when partially multi-arched. Add comments explaining rationale.
9956 * gdbarch.h: Re-generate.
9957
9958 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9959
9960 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9961 multi-arch partial.
9962
9963 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9964
9965 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9966 field. Use diff -u.
9967 * gdbarch.c: Re-generate.
9968
9969 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9970
9971 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
9972 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9973 partial.
9974
9975 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9976
9977 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9978 multi-arch partial.
9979 (PUSH_ARGUMENTS): Switch to using predefault.
9980 * gdbarch.c: Regenerate.
9981
9982 2002-02-10 Andrew Cagney <ac131313@redhat.com>
9983
9984 * valops.c (PUSH_ARGUMENTS): Delete definition.
9985 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9986 partial. Default to default_push_arguments.
9987 * gdbarch.h, gdbarch.c: Regenerate.
9988
9989 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9990
9991 * defs.h (throw_exception): Rename return_to_top_level. Update
9992 comments.
9993 * utils.c (error_stream, internal_verror, quit): Ditto.
9994 * top.c (throw_exception, catcher): Ditto.
9995 * sparclet-rom.c (sparclet_load): Ditto.
9996 * remote.c (interrupt_query, minitelnet): Ditto.
9997 * remote-sds.c (interrupt_query): Ditto.
9998 * remote-mips.c (mips_error, mips_kill): Ditto.
9999 * ocd.c (interrupt_query): Ditto.
10000 * monitor.c (monitor_interrupt_query): Ditto.
10001 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10002 * target.h: Update comment.
10003
10004 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10005
10006 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10007
10008 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10009 default_double_format.
10010 * gdbarch.h, gdbarch.c: Re-generate.
10011 * findvar.c (floatformat_unknown): Delete variable definition.
10012 * doublest.h (floatformat_unknown): Delete variable declaration.
10013
10014 2002-02-09 Jim Blandy <jimb@redhat.com>
10015
10016 * stabsread.c (read_type): Add code to parse Sun's syntax for
10017 prototyped function types.
10018
10019 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10020
10021 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10022 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10023
10024 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10025
10026 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10027 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10028 now _initialize_xcoffsolib gets called again and overrides the
10029 commands from solib.c in a native configuration.
10030
10031 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10032
10033 * doublest.c (store_typed_floating): Don't try to return a value.
10034 Fixes PR gdb/290.
10035
10036 2002-02-08 Jim Blandy <jimb@redhat.com>
10037
10038 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10039 is prototyped and has no arguments, print its argument list as
10040 `(void)'.
10041
10042 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10043
10044 * MAINTAINERS (write-after-approval): Add myself.
10045 (paper-trail): I've escaped!
10046
10047 2002-02-08 Christopher Faylor <cgf@redhat.com>
10048
10049 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10050 changes.
10051 (_initialize_check_for_gdb_ini): Ditto.
10052
10053 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10054
10055 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10056 xaprintf -> xasprintf.
10057
10058 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10059
10060 * win32-nat.c: Remove use of printf and sprintf functions.
10061
10062 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10063
10064 * arm-tdep.c (arm_frame_chain_valid): Make static.
10065 (arm_push_arguments): Likewise.
10066 (arm_gdbarch_init): New function.
10067 (_initialize_arm_tdep): Call it.
10068 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10069 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10070 (FRAME_CHAIN_VALID): Delete.
10071 (arm_frame_chain_valid): Delete declaration.
10072 (PUSH_ARGUMENTS): Delete.
10073 (arm_push_arguments): Delete declaration.
10074 (CALL_DUMMY_P): Delete.
10075
10076 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10077 Corinna Vinschen <vinschen@redhat.com>
10078
10079 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10080 on builtin float types.
10081
10082 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10083
10084 * utils.c: Include <curses.h> before "bfd.h".
10085 * tui/tui-hooks.c: Likewise.
10086 * tui/tui.c: Likewise.
10087 * tui/tuiCommand.c: Likewise.
10088 * tui/tuiData.c: Likewise.
10089 * tui/tuiDataWin.c: Likewise.
10090 * tui/tuiDisassem.c: Likewise.
10091 * tui/tuiGeneralWin.c: Likewise.
10092 * tui/tuiIO.c: Likewise.
10093 * tui/tuiLayout.c: Likewise.
10094 * tui/tuiRegs.c: Likewise.
10095 * tui/tuiSource.c: Likewise.
10096 * tui/tuiSourceWin.c: Likewise.
10097 * tui/tuiStack.c: Likewise.
10098 * tui/tuiWin.c: Likewise.
10099
10100 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10101
10102 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10103 to include space for pseudoregs as well. Update loops accordingly.
10104 (sh_fp_frame_init_saved_regs): Ditto.
10105 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10106
10107 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10108
10109 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10110 Add Richard Earnshaw to Arm maintainers.
10111
10112 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10113
10114 * defs.h (warning_begin): Delete declaration.
10115
10116 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10117 Delete macro.
10118
10119 2002-02-07 Michael Snyder <msnyder@redhat.com>
10120
10121 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10122 Logic bug, remove misplaced else.
10123
10124 2002-02-07 Klee Dienes <klee@apple.com>
10125
10126 * fork-inferior.c (fork_inferior): Add '!' to the list of
10127 characters that need to be quoted when building a string for the
10128 shell. Quote '!' specifically with a backslash, since CSH chokes
10129 when trying to evaluate "str!str".
10130
10131 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10132
10133 * rdi-share/host.h: Only provide a typedef for bool if it is not
10134 defined.
10135
10136 2002-02-04 Michael Snyder <msnyder@redhat.com>
10137
10138 * breakpoint.h (enum bptype): Add new overlay event bp type.
10139 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10140
10141 * breakpoint.c (create_internal_breakpoint): New function.
10142 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10143 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10144 (create_thread_event_breakpoint): Ditto.
10145 (create_solib_event_breakpoint): Ditto.
10146 (create_overlay_event_breakpoint): New function.
10147 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10148 (update_breakpoints_after_exec): Delete and re-initialize
10149 overlay event breakpoints after an exec. Add FIXME comment
10150 about longjmp breakpoint.
10151 (print_it_typical): Ignore overlay event breakpoints.
10152 (print_one_breakpoint): Ditto.
10153 (mention): Ditto.
10154 (bpstat_what): Do not stop for overlay event breakpoints.
10155 (delete_breakpoint): Don't delete overlay event breakpoints.
10156 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10157 (breakpoint_re_set): Re-create overlay event breakpoint.
10158
10159 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10160 (overlay_manual_command): Disable overlay breakpoints.
10161 (overlay_off_command): Disable overlay breakpoints.
10162
10163 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10164
10165 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10166 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10167 to here from config/tm-arm.h.
10168 (coff_sym_is_thumb): Make static.
10169 (arm_elf_make_msymbol_special): New function.
10170 (arm_coff_make_msymbol_special): New function.
10171 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10172 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10173 (coff_sym_is_thumb): Delete declaration.
10174 (arm_elf_make_msymbol_special): Declare.
10175 (arm_coff_make_msymbol_special): Declare.
10176 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10177 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10178
10179 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10180
10181 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10182
10183 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10184
10185 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10186 * gdbarch.c gdbarch.h: Regenerate.
10187 * arch-utils.c (default_print_float_info): New function.
10188 * arch-utils.h (default_print_float_info): Prototype it.
10189 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10190 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10191 (PRINT_FLOAT_INFO): Document it.
10192
10193 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10194 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10195 (PRINT_FLOAT_INFO): Define.
10196
10197 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10198
10199 * win32-nat.c (_initialize_check_for_gdb_ini):
10200 Add typecast to sprintf argument to suppress a warning.
10201
10202 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10203
10204 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10205 to allow easier handling of pass state.
10206 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10207 that gives exception name and address.
10208 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10209 and set last_sig value to ourstatus->value.sig. Some missing
10210 exceptions added.
10211 (child_continue): Correctly report continue_status.
10212 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10213 TARGET_SIGNAL_0 (new default value).
10214 (child_resume): consider sig argument passed to decide if
10215 the exception should be passed to debuggee or not.
10216
10217 2002-02-05 Michael Snyder <msnyder@redhat.com>
10218
10219 * regcache.c (fetch_register): Call target_fetch_register
10220 only if we don't call FETCH_PSEUDO_REGISTER.
10221 (store_register): Call target_store_register only if we
10222 don't call STORE_PSEUDO_REGISTER.
10223
10224 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10225
10226 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10227 ELF_MAKE_MSYMBOL_SPECIAL.
10228 * gdbarch.c, gdbarch.h: Regenerate.
10229 * arch-utils.c (default_make_msymbol_special): New function.
10230 * arch-utils.h (default_make_msymbol_special): Export.
10231 * elfread.c (elf_symtab_read): Compile use of
10232 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10233 multiarched.
10234 * coffread.c (coff_symtab_read): Ditto, for
10235 COFF_MAKE_MSYMBOL_SPECIAL.
10236
10237 2002-02-05 Jim Blandy <jimb@redhat.com>
10238
10239 * solib-svr4.c (svr4_truncate_ptr): New function.
10240 (svr4_relocate_section_addresses): Do the address arithmetic with
10241 the appropriate truncation for target addresses, even when
10242 CORE_ADDR is larger than a target address.
10243
10244 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10245
10246 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10247 to (int *).
10248
10249 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10250
10251 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10252 code.
10253
10254 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10255
10256 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10257
10258 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10259
10260 * gdbserver/linux-low.c: Remove unused include files.
10261
10262 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10263
10264 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10265 (read_inferior_memory): Use it.
10266 (write_inferior_memory): Likewise.
10267
10268 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10271 grubbing through sys_errlist.
10272
10273 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10274
10275 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10276
10277 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10278 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10279
10280 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10281
10282 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10283 (do_sfunc, set_cmd_sfunc): New functions.
10284
10285 * command.h (struct cmd_list_element): Add field func.
10286 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10287 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10288 * cli/cli-decode.h: Ditto.
10289
10290 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10291 (help_all, help_cmd_list): Ditto.
10292 (find_cmd, complete_on_cmdlist): Ditto.
10293 * top.c (execute_command): Ditto.
10294
10295 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10296 function.sfunc.
10297
10298 * infcmd.c (notice_args_read): Fix function signature.
10299
10300 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10301 * cli/cli-decode.c (add_set_cmd): Ditto.
10302 * utils.c (initialize_utils): Ditto.
10303 * maint.c (_initialize_maint_cmds): Ditto.
10304 * infrun.c (_initialize_infrun): Ditto.
10305 * demangle.c (_initialize_demangler): Ditto.
10306 * remote.c (add_packet_config_cmd): Ditto.
10307 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10308 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10309 * proc-api.c (_initialize_proc_api): Ditto.
10310 * kod.c (_initialize_kod): Ditto.
10311 * valprint.c (_initialize_valprint): Ditto.
10312 * top.c (init_main): Ditto.
10313 * infcmd.c (_initialize_infcmd): Ditto.
10314 * corefile.c (_initialize_core): Ditto.
10315 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10316 * arch-utils.c (initialize_current_architecture): Ditto.
10317 (_initialize_gdbarch_utils): Ditto.
10318 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10319
10320 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10321 * wince.c (_initialize_inftarg): Ditto.
10322 * symfile.c (_initialize_symfile): Ditto.
10323 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10324 * language.c (_initialize_language): Ditto.
10325 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10326
10327 2002-02-04 Michael Snyder <msnyder@redhat.com>
10328
10329 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10330
10331 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10332
10333 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10334 Add rules for building the register data files.
10335
10336 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * regformats/regdat.sh: Add braces to the definition of
10339 expedite_regs_${arch}.
10340
10341 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * regformats/regdef.h (struct reg): Add comment describing the
10344 requirements for offset and size fields.
10345
10346 2002-02-04 Andreas Schwab <schwab@suse.de>
10347
10348 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10349 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10350
10351 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10352
10353 * gdbarch.sh (copyright): Update years in generated header.
10354 (SMASH_TEXT_ADDRESS): Add rule.
10355 * gdbarch.h, gdbarch.c: Re-generate.
10356 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10357 * dbxread.c: Likewise.
10358 * dwarfread.c: Likewise.
10359 * elfread.c: Likewise.
10360 * somread.c: Likewise.
10361
10362 * arm-tdep.c (arm_smash_text_address): New function.
10363 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10364
10365 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10366
10367 Add support for hardware watchpoints on win32 native.
10368 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10369 CONTEXT_DEBUG_REGISTERS.
10370 (dr variable): New variable. Static array containing a local copy
10371 of debug registers.
10372 (debug_registers_changed): New variable. Reflects when debug registers
10373 are changed and need to be written to inferior.
10374 (debug_registers_used): New variable. Reflects when any debug register
10375 was set, used when new threads are created.
10376 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10377 i386-nat code.
10378 (thread_rec): Set dr array if id is the thread of current_event .
10379 (child_continue, child_resume): Change the debug registers for all
10380 threads if debug_registers_changed.
10381 (child_add_thread): Change the debug registers if debug_registers_used.
10382 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10383 Link nm.h to new nm-cygwin.h file.
10384 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10385 of hardware registers.
10386
10387 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10388
10389 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10390 Restore behavour broken by 2002-01-20 Andrew Cagney
10391 <ac131313@redhat.com> IEEE_FLOAT removal.
10392
10393 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10394
10395 * c-valprint.c (c_val_print): Pass a proper valaddr to
10396 cp_print_class_method.
10397 * valops.c (search_struct_method): If there is only one method
10398 and args is NULL, return that method.
10399
10400 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10401
10402 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10403 accessing tag_name directly.
10404
10405 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10406
10407 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10408 of accessing tag_name directly.
10409
10410 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10411
10412 PR gdb/280
10413 * gdbtypes.c (replace_type): New function.
10414 * gdbtypes.h (replace_type): Add prototype.
10415 * stabsread.c (read_type): Use replace_type.
10416
10417 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10418
10419 * Makefile.in (memattr.o): Add missing dependencies rule.
10420
10421 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10422
10423 * breakpoint.c (break_at_finish_command): Really export.
10424 (break_at_finish_at_depth_command): Ditto.
10425 (tbreak_at_finish_command): Ditto.
10426 * hppa-tdep.c: Include completer.h.
10427 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10428 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10429
10430 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10431
10432 * utils.c (do_write): New function.
10433 (error_stream): Rewrite combining the code from error_begin and
10434 verror.
10435 (verror): Rewrite using error_stream.
10436 (error_begin): Delete function.
10437
10438 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10439
10440 * utils.c (error_begin): Make static.
10441 * defs.h (error_begin): Delete declaration.
10442
10443 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10444 (decode_line_1): Use cplusplus_error instead of error_begin,
10445 cplusplus_hint and return_to_top_level.
10446 * coffread.c (coff_symfile_read): Use error instead of error_begin
10447 and return_to_top_level.
10448 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10449
10450 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10451
10452 * language.h (type_error, range_error): Make string parameter
10453 constant.
10454 * language.c (warning_pre_print): Delete extern declaration.
10455 * dwarfread.c (warning_pre_print): Ditto.
10456 * language.c (type_error, range_error): Rewrite to use verror and
10457 vwarning instead of warning_begin.
10458
10459 2002-02-01 Michael Snyder <msnyder@redhat.com>
10460
10461 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10462 (set_ignore_count): Move misplaced comment back where it belongs.
10463
10464 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10465
10466 * command.h (NO_FUNCTION): Delete macro.
10467 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10468 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10469 * tracepoint.c (_initialize_tracepoint): Ditto.
10470 * cli/cli-decode.c (add_set_cmd): Ditto.
10471 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10472
10473 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10474
10475 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10476 Update ``this'' pointer when calling virtual functions.
10477
10478 2002-02-01 Michael Snyder <msnyder@redhat.com>
10479
10480 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10481 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10482
10483 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10484
10485 * regformats/reg-arm.dat: New file.
10486 * regformats/reg-i386.dat: New file.
10487 * regformats/reg-ia64.dat: New file.
10488 * regformats/reg-m68k.dat: New file.
10489 * regformats/reg-mips.dat: New file.
10490 * regformats/reg-ppc.dat: New file.
10491 * regformats/reg-sh.dat: New file.
10492 * regformats/regdef.h: New file.
10493 * regformats/regdat.sh: New file.
10494
10495 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10496
10497 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10498 (arm_frame_args_address, arm_frame_locals_address): New functions.
10499 (arm_frame_num_args): New function.
10500 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10501 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10502 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10503
10504 2002-01-31 Michael Snyder <msnyder@redhat.com>
10505
10506 * breakpoint.c (break_at_finish_command): Export.
10507 (break_at_finish_at_depth_command): Export.
10508 (tbreak_at_finish_command): Export.
10509 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10510 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10511 "txbreak" commands, which are HPPA specific.
10512
10513 * printcmd.c (disassemble_command): Remove an ancient
10514 artifact of an old merge.
10515
10516 * symfile.h (enum overlay_debugging_state):
10517 Define enum constant values for overlay mode.
10518 * symfile.c (overlay_debugging): Use enums instead of literals.
10519 (overlay_is_mapped, overlay_auto_command,
10520 overlay_manual_command): Ditto.
10521
10522 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10523 breakpoint_here_p, breakpoint_inserted_here_p,
10524 breakpoint_thread_match, bpstat_stop_status,
10525 describe_other_breakpoints, check_duplicates, clear_command):
10526 Coding standard fixes.
10527
10528 * target.c (target_xfer_memory): Add spaces, coding standard.
10529 (do_xfer_memory): Add missing line to trust-readonly
10530 code: check bfd SEC_READONLY flag for section.
10531
10532 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10533
10534 * PROBLEMS: Fix typo, 5.1->5.1.1.
10535
10536 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10537
10538 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10539 data symbols, since we search based on textlow and texthigh.
10540 (find_pc_sect_symtab): Likewise.
10541
10542 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10543
10544 * defs.h (vwarning): Declare.
10545 * utils.c (vwarning): New function.
10546 (warning): Call vwarning.
10547 (warning_begin): Delete function.
10548
10549 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10550 the warning message.
10551 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10552 warning_begin.
10553
10554 2002-01-30 Michael Snyder <msnyder@redhat.com>
10555
10556 * NEWS: Mention "set trust-readonly-sections" command.
10557 Mention generate-core-file command.
10558
10559 2002-01-15 Michael Snyder <msnyder@redhat.com>
10560
10561 * target.c: New command, "set trust-readonly-sections on".
10562 (do_xfer_memory): Honor the suggestion to trust readonly sections
10563 by reading them from the object file instead of from the target.
10564 (initialize_targets): Register command "set trust-readonly-sections".
10565
10566 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10567
10568 * parse.c (target_map_name_to_register): Simplify, search regs and
10569 pseudo-regs using a single loop.
10570
10571 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10572
10573 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10574
10575 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10576
10577 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10578 * config/i386/i386v42mp.mh: Add i387-nat.o .
10579 * i386v4-nat.c: Include i387-nat.h.
10580 (supply_fpregset): Use i387_supply_fsave.
10581 (fill_fpregset): Use i387_fill_fsave.
10582
10583 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10584
10585 * arm-tdep.c (arm_call_dummy_words): Define.
10586 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10587 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10588 (CALL_DUMMY_WORDS): Define.
10589 (arm_call_dummy_words): Declare.
10590 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10591 (arm_linux_call_dummy_words): Declare.
10592
10593 2002-01-30 Andreas Schwab <schwab@suse.de>
10594
10595 * m68klinux-nat.c: Fix last change to use regcache_collect
10596 instead of referencing registers[] directly.
10597
10598 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10599
10600 * parse.c (target_map_name_to_register): Delete code wrapped in
10601 #ifdef REGISTER_NAME_ALIAS_HOOK.
10602
10603 2002-01-28 Michael Snyder <msnyder@redhat.com>
10604
10605 * regcache.c (legacy_read_register_gen): Need to be able to
10606 read pseudo-register as well as real register.
10607 (legacy_write_register_gen): Ditto.
10608
10609 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10610
10611 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10612 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10613 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10614 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10615 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10616 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10617 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10618 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10619 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10620 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10621 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10622 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10623 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10624 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10625 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10626 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10627 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10628 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10629 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10630 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10631
10632 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10633
10634 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10635 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10636 (initialize_current_architecture): Update target_byte_order using
10637 information from BFD.
10638 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10639 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10640
10641 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10642
10643 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10644 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10645
10646 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10647 #ifdef INVALID_FLOAT.
10648 * infcmd.c (do_registers_info): Ditto.
10649 * values.c (unpack_double): Ditto. Add comment.
10650
10651 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10652 already commented out.
10653
10654 2002-01-26 Andreas Schwab <schwab@suse.de>
10655
10656 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10657 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10658 registers and add support for PTRACE_GETREGS.
10659
10660 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10661
10662 GDB 5.1.1 released from 5.1 branch.
10663 * NEWS: Add 5.1.1 news.
10664 * README: Sync with 5.1 branch.
10665
10666 2002-01-23 Fred Fish <fnf@redhat.com>
10667
10668 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10669 stabstring on initial malloc. Reallocing will copy it for us,
10670 if necessary.
10671
10672 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10673
10674 * Makefile.in (hpread_h): Delete.
10675 (HFILES_NO_SRCDIR): Remove hpread.h.
10676 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10677 (hpread.o): Update dependencies.
10678 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10679
10680 * hp-psymtab-read.c: Remove file.
10681 * hp-symtab-read.c: Remove file.
10682 * hpread.h: Remove file.
10683
10684 * hpread.c: Merge all contents of hp-psymtab-read.c,
10685 hp-symtab-read.c and hpread.h into this file, as it was prior to
10686 January 1999.
10687
10688 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10689 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10690 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10691 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10692
10693 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10694
10695 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10696 fill_gregset): Call gdbarch_tdep() just once, assign result to
10697 variable and use that, instead of calling the function several
10698 times.
10699
10700 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10701
10702 * configure.host: Accept sparcv9 as alias for sparc64.
10703 * configure.tgt: Likewise.
10704
10705 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10706
10707 * solib-aix5.c (build_so_list_from_mapfile)
10708 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10709 arguments is not reversed.
10710 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10711 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10712
10713 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10714
10715 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10716 modified version of obsolete sh_fetch_pseudo_register.
10717 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10718 (sh4_register_read): New function.
10719 (sh_pseudo_register_write): New function. Renamed and modified
10720 version of obsolete sh_store_pseudo_register.
10721 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10722 (sh4_register_write): New function.
10723 (sh_gdbarch_init): Remove setting of gdbarch function
10724 fetch_pseudo_register and store_pseudo_register. Remove setting of
10725 register_convert_to_raw, register_convert_to_virtual,
10726 register_convertible.
10727 (sh_sh4_register_convertible): Delete. No longer needed. All is
10728 taken care by architecture specific functions
10729 register_read/register_write.
10730 (sh_sh4_register_convert_to_virtual): Make static.
10731 (sh_sh4_register_convert_to_raw): Ditto.
10732
10733 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10734
10735 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10736 (floatformat_is_nan, floatformat_mantissa): Ditto.
10737
10738 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10739 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10740 builtin_type_ieee_double_little,
10741 builtin_type_ieee_double_littlebyte_bigword,
10742 builtin_type_m68881_ext, builtin_type_i960_ext,
10743 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10744 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10745 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10746 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10747
10748 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10749
10750 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10751 parameter. Set frameless flag if it exists and depended of
10752 whether the scanned function is frameless or not.
10753 (xstormy16_skip_prologue): If function is frameless, return
10754 result of xstormy16_scan_prologue().
10755 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10756 call.
10757
10758 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10759
10760 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10761 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10762 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10763 sh_sh4_register_byte, sh_sh4_register_raw_size,
10764 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10765 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10766 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10767 sh_store_pseudo_register, sh_do_pseudo_register): Call
10768 gdbarch_tdep() just once, assign result to variable and use that,
10769 instead of calling the function several times.
10770
10771 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10772
10773 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10774 macros instead of LAST_FPU_CTRL_REGNUM.
10775 (store_register): Likewise.
10776
10777 2002-01-21 Jim Blandy <jimb@redhat.com>
10778
10779 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10780 is up-to-date before running the program, not just when a program
10781 exits.
10782
10783 2002-01-21 Fred Fish <fnf@redhat.com>
10784
10785 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10786 when we have found all instructions we are looking for.
10787
10788 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10789
10790 * arm-tdep.c (arm_register_name): New function.
10791 (arm_registers_names): Make static.
10792 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10793 (arm_register_name): Declare.
10794 (REGISTER_NAME): Use it.
10795
10796 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10797 Kevin Buettner <kevinb@redhat.com>
10798
10799 Convert arm targets to new FRAME interface.
10800 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10801 (arm_frame_find_save_regs): Delete.
10802 (arm_frame_init_saved_regs): New.
10803 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10804 Allocate extra_info as required. Convert all uses of fsr.regs
10805 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10806 to use extra_info.
10807 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10808 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10809 (check_prologue_cache, save_prologue_cache): Likewise.
10810 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10811 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10812 (FRAME_FIND_SAVED_REGS): Delete.
10813 (arm_frame_find_saved_regs): Delete prototype.
10814 (arm_frame_init_saved_regs): New prototype.
10815 (FRAME_INIT_SAVED_REGS): Define.
10816
10817 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10818
10819 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10820
10821 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10822
10823 From Jeff Law <law@redhat.com>:
10824 * infttrace.c: Include <sys/pstat.h>.
10825 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10826 exec file if the ttrace equivalent fails.
10827
10828 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10829
10830 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10831 (closeLogFile): Ditto.
10832
10833 2002-01-20 Michael Chastain <mec@shout.net>
10834
10835 * top.c (print_gdb_version): Bump copyright year to 2002.
10836
10837 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10838
10839 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10840 Zannoni and Eli Zaretskii.
10841
10842 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10843
10844 * buildsym.c: Update copyright years.
10845 * c-typeprint.c: Likewise.
10846 * dwarf2read.c: Likewise.
10847 * f-typeprint.c: Likewise.
10848 * gdbtypes.c: Likewise.
10849 * gdbtypes.h: Likewise.
10850 * hp-symtab-read.c: Likewise.
10851 * hpread.c: Likewise.
10852 * mdebugread.c: Likewise.
10853 * p-typeprint.c: Likewise.
10854
10855 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10856
10857 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10858 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10859 byte-order selectable.
10860 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10861 * arch-utils.c: Ditto.
10862 (set_endian): Ditto.
10863 (set_endian_from_file): Ditto.
10864 * gdbserver/low-sim.c (create_inferior): Ditto.
10865 * gdbarch.sh: Ditto.
10866 * gdbarch.h: Re-generate.
10867 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10868 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10869 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10870 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10871 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10872 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10873 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10874 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10875 macro definition.
10876 * config/mips/tm-wince.h: Remove #undef of macro
10877 TARGET_BYTE_ORDER_SELECTABLE.
10878 * config/sh/tm-wince.h: Ditto.
10879
10880 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10881
10882 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10883 member function fields. Add accessor macro
10884 TYPE_FN_FIELD_ARTIFICIAL.
10885 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10886 * c-typeprint.c (c_type_print_base): Skip artificial member
10887 functions.
10888
10889 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * f-typeprint.c: Delete unused function f_type_print_args.
10892 * p-typeprint.c: Delete unused function pascal_type_print_args.
10893
10894 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10897 comment. Add ``artificial'' to ``union field_location''.
10898
10899 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10900
10901 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10902 * mdebugread.c (parse_symbol): Likewise.
10903 * stabsread.c (define_symbol): Likewise.
10904 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10905 initializing TYPE_FIELD_BITPOS to n (obsolete).
10906 (hpread_doc_function_type): Likewise.
10907 * hpread.c (hpread_function_type): Likewise.
10908
10909 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10910
10911 * configure.in (host_makefile_frag): Only require a host makefile
10912 fragment when a native build.
10913 * configure: Re-generate.
10914
10915 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10916
10917 * doublest.h (floatformat_from_type): Declare.
10918 * doublest.c (floatformat_from_type): New function.
10919 (convert_typed_floating): Use.
10920
10921 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10922 call to function floatformat_from_type.
10923
10924 * gdbarch.sh (IEEE_FLOAT): Delete.
10925 * gdbarch.h, gdbarch.c: Re-generate.
10926 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10927 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10928 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10929 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10930 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10931 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10932 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10933 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10934 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10935 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10936 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
10937 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10938
10939 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10940 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10941 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10942 * sh-tdep.c (sh_gdbarch_init): Ditto.
10943 * mips-tdep.c (mips_gdbarch_init): Ditto.
10944 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10945 * cris-tdep.c (cris_gdbarch_init): Ditto.
10946
10947 2002-01-20 Jiri Smid <smid@suse.cz>
10948
10949 * configure.host, configure.tgt: Support x86-64.
10950 * NEWS: Note new target x86-64.
10951
10952 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10953 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10954 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10955 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10956 x86-64-linux-nat.o): Fix dependencies.
10957
10958 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10959
10960 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10961 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10962 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10963 * config/sparc/xm-sun4os4.h: Delete file.
10964 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
10965
10966 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10967
10968 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10969 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10970 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10971 * config/i386/i386lynx.mh (XM_FILE): Delete.
10972 * config/rs6000/xm-rs6000ly.h: Delete file.
10973 * config/sparc/xm-sparclynx.h: Delete file.
10974 * config/m68k/xm-m68klynx.h: Delete file.
10975 * config/i386/xm-i386lynx.h: Delete file.
10976 * config/xm-lynx.h: Delete file.
10977 * config/djgpp/fnchange.lst: Update.
10978
10979 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10980
10981 * alpha-tdep.c (alpha_register_byte): New function.
10982 (alpha_register_raw_size): Ditto.
10983 (alpha_register_virtual_size): Ditto.
10984 (alpha_skip_prologue_internal): Renamed from
10985 alpha_skip_prologue.
10986 (alpha_skip_prologue): New version that calls
10987 alpha_skip_prologue_internal.
10988 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10989 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10990 second argument from alpha_skip_prologue.
10991 (REGISTER_BYTE): Use alpha_register_byte.
10992 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10993 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10994 (FRAMELESS_FUNCTION_INVOCATION): Use
10995 generic_frameless_function_invocation_not.
10996 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10997 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10998
10999 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11000
11001 * config/mips/xm-news-mips.h: Delete file.
11002 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11003
11004 * config/m88k/xm-m88k.h: Delete file.
11005 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11006 * config/m88k/xm-delta88v4.h: Ditto.
11007 * config/m88k/xm-delta88.h: Ditto.
11008
11009 * config/alpha/xm-fbsd.h: Delete file.
11010 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11011
11012 * config/sparc/xm-sparc.h: Delete file.
11013 * Makefile.in (xm-sun4os4.h): Delete dependency.
11014 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11015 * config/sparc/xm-sun4os4.h: Ditto.
11016 * config/sparc/xm-linux.h: Ditto.
11017
11018 * config/i386/xm-windows.h: Delete file.
11019
11020 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11021
11022 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11023 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11024
11025 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11026
11027 * alpha-tdep.c (alpha_call_dummy_words): New.
11028 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11029 (CALL_DUMMY_P): Define.
11030 (CALL_DUMMY_WORDS): Define.
11031 (SIZEOF_CALL_DUMMY_WORDS): Define.
11032
11033 2002-01-19 Per Bothner <per@bothner.com>
11034
11035 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11036 isn't NULL, which can happen with some gcj-3.x-produced code.
11037
11038 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11039
11040 * alpha-tdep.c (alpha_register_virtual_type): New function.
11041 (alpha_init_frame_pc_first): Ditto.
11042 (alpha_fix_call_dummy): Ditto.
11043 (alpha_store_struct_return): Ditto.
11044 (alpha_extract_struct_value_address): Ditto.
11045 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11046 alpha_register_virtual_type.
11047 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11048 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11049 alpha_extract_struct_value_address.
11050 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11051 (INIT_FRAME_PC): Use init_frame_pc_noop.
11052 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11053
11054 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11055
11056 * i386gnu-nat.c: Include "i386-tdep.h".
11057 (fetch_fpregs): Simplify code dealing with uninitialized floating
11058 point states such that it doesn't require FP7_REGNUM.
11059
11060 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11061
11062 * alpha-tdep.c (frame_extra_info): New.
11063 (alpha_find_saved_regs): Make static. Use
11064 frame->extra_info.
11065 (alpha_frame_init_saved_regs): New function.
11066 (alpha_frame_saved_pc): Use frame->extra_info.
11067 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11068 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11069 (init_extra_frame_info): Rename to...
11070 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11071 (alpha_print_extra_frame_info): New function.
11072 (alpha_frame_locals_address): Ditto.
11073 (alpha_frame_args_address): Ditto.
11074 (alpha_pop_frame): Use frame->extra_info.
11075 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11076 alpha_frame_args_address.
11077 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11078 (alpha_find_saved_regs): Remove prototype.
11079 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11080 (EXTRA_FRAME_INFO): Remove.
11081 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11082 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11083
11084 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11085
11086 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11087 (alpha_cannot_fetch_register): Ditto.
11088 (alpha_cannot_store_register): Ditto.
11089 (alpha_register_convertible): Ditto.
11090 (alpha_use_struct_convention): Ditto.
11091 * config/alpha/tm-alpha.h: Update copyright years.
11092 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11093 (INNER_THAN): Use core_addr_lessthan.
11094 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11095 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11096 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11097 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11098 (FRAME_CHAIN): Remove unnecessary cast.
11099
11100 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11101
11102 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11103 obsolete.
11104
11105 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11106
11107 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11108 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11109 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11110 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11111 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11112 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11113 * x86-64-linux-nat.c: Ditto.
11114
11115 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11116
11117 * alpha-tdep.c (alpha_register_name): New function.
11118 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11119 (REGISTER_NAME): Define.
11120
11121 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11122
11123 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11124
11125 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11126
11127 * alpha-tdep.c: Update copyright years.
11128 (alpha_next_pc): New function.
11129 (alpha_software_single_step): Ditto.
11130 * config/alpha/tm-alpha.h: Add prototype for
11131 alpha_software_single_step.
11132
11133 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11134
11135 * alphabsd-nat.c: Update copyright years.
11136 (fill_gregset): Use regcache_collect.
11137 (fill_fpregset): Likewise.
11138 (fetch_inferior_registers): Only fetch integer registers
11139 if requested to do so.
11140 (store_inferior_registers): Only store integer registers
11141 if requested to do so.
11142
11143 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11144
11145 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11146 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11147 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11148 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11149 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11150 * config/arm/linux.mh (XDEPFILES): Delete.
11151 * config/arm/nbsd.mh (XDEPFILES): Delete.
11152 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11153 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11154 * config/i386/i386m3.mh (XDEPFILES): Delete.
11155 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11156 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11157 * config/i386/fbsd.mh (XDEPFILES): Delete.
11158 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11159 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11160 * config/i386/i386v4.mh (XDEPFILES): Delete.
11161 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11162 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11163 * config/i386/i386aix.mh (XDEPFILES): Delete.
11164 * config/i386/go32.mh (XDEPFILES): Delete.
11165 * config/i386/cygwin.mh (XDEPFILES): Delete.
11166 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11167 * config/i386/i386mach.mh (XDEPFILES): Delete.
11168 * config/i386/i386v32.mh (XDEPFILES): Delete.
11169 * config/i386/linux.mh (XDEPFILES): Delete.
11170 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11171 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11172 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11173 * config/i386/i386sco.mh (XDEPFILES): Delete.
11174 * config/i386/i386v.mh (XDEPFILES): Delete.
11175 * config/i386/nbsd.mh (XDEPFILES): Delete.
11176 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11177 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11178 * config/i386/symmetry.mh (XDEPFILES): Delete.
11179 * config/i386/obsd.mh (XDEPFILES): Delete.
11180 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11181 * config/ia64/linux.mh (XDEPFILES): Delete.
11182 * config/ia64/aix.mh (XDEPFILES): Delete.
11183 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11184 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11185 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11186 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11187 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11188 * config/m68k/linux.mh (XDEPFILES): Delete.
11189 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11190 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11191 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11192 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11193 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11194 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11195 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11196 * config/m88k/delta88.mh (XDEPFILES): Delete.
11197 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11198 * config/m88k/m88k.mh (XDEPFILES): Delete.
11199 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11200 * config/mips/linux.mh (XDEPFILES): Delete.
11201 * config/mips/irix6.mh (XDEPFILES): Delete.
11202 * config/mips/irix5.mh (XDEPFILES): Delete.
11203 * config/mips/irix4.mh (XDEPFILES): Delete.
11204 * config/mips/irix3.mh (XDEPFILES): Delete.
11205 * config/mips/decstation.mh (XDEPFILES): Delete.
11206 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11207 (NATDEPFILES): Move core-aout.o to here.
11208 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11209 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11210 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11211 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11212 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11213 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11214 * config/pa/hpux11.mh (XDEPFILES): Delete.
11215 * config/powerpc/aix.mh (XDEPFILES): Delete.
11216 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11217 * config/powerpc/linux.mh (XDEPFILES): Delete.
11218 * config/romp/rtbsd.mh: Rename XDEPFILES.
11219 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11220 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11221 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11222 * config/s390/s390.mh (XDEPFILES): Delete.
11223 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11224 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11225 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11226 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11227 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11228 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11229 * config/sparc/linux.mh (XDEPFILES): Delete.
11230 * config/vax/vaxult.mh (XDEPFILES): Delete.
11231 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11232 * Makefile.in (DEPFILES): Remove XDEPFILES.
11233
11234 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11235
11236 * utils.c (internal_verror): Fix comments, default is yes not no.
11237 Update queries to match. Default to quit and dump core.
11238
11239 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11240
11241 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11242 copyright.
11243 * defs.h, event-top.c, gdbcmd.h: Ditto.
11244 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11245 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11246 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11247 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11248 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11249 * mi/mi-main.c:Ditto.
11250
11251 * stack.c, symfile.c: Update copyright.
11252
11253 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11254
11255 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11256 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11257 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11258 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11259
11260 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11261
11262 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11263 * gdbserver/low-lynx.c (myattach): Likewise.
11264 * gdbserver/low-nbsd.c (myattach): Likewise.
11265 * gdbserver/low-sim.c (myattach): Likewise.
11266 * gdbserver/low-sparc.c (myattach): Likewise.
11267 * gdbserver/low-sun3.c (myattach): Likewise.
11268
11269 * gdbserver/low-linux.c (myattach): New function.
11270
11271 * gdbserver/server.c (attach_inferior): New function.
11272 (main): Handle "--attach".
11273
11274 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11275
11276 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11277 maintainer.
11278
11279 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11280
11281 * c-typeprint.c (is_type_conversion_operator): Add additional
11282 check for non-conversion operators.
11283
11284 2002-01-15 Michael Snyder <msnyder@redhat.com>
11285
11286 * linux-proc.c: Add "info proc" command, a la procfs.c.
11287 (read_mapping): New function, abstract and re-use code.
11288 (linux_find_memory_regions): Use new func read_mapping.
11289 (linux_info_proc_cmd): New function, implement "info proc".
11290 (_initialize_linux_proc): Add new command "info proc".
11291
11292 2002-01-15 Michael Snyder <msnyder@redhat.com>
11293
11294 * symfile.c (generic_load): Use bfd_map_over_sections method
11295 instead of manipulating bfd structure members directly.
11296 (add_section_size_callback): New function, bfd sections callback
11297 used by generic_load.
11298 (load_sections_callback): New function, bfd sections callback
11299 used by generic_load.
11300
11301 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11302
11303 [Based on work by Jim Blandy]
11304 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11305 (builtin_type_vec128): Export.
11306 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11307 types.
11308 (builtin_type_vec128): New builtin type for 128 bit vector
11309 registers.
11310 (build_gdbtypes): Initialize builtin_type_v16qi and
11311 builtin_type_v8hi. Create the vec128 register builtin type
11312 structure.
11313 (build_builtin_type_vec128): New function.
11314 (_initialize_gdbtypes): Register builtin_type_v16qi and
11315 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11316 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11317 AltiVec register to new builtin type.
11318
11319 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11320
11321 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11322 to make_cv_type.
11323
11324 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11325
11326 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11327 CLEAN_UP_REGISTER_VALUE.
11328 * regcache.c (supply_register): Update only call.
11329
11330 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11331
11332 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11333 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11334 a29k-*-vxworks* targets as obsolete.
11335
11336 2002-01-14 Michael Snyder <msnyder@redhat.com>
11337
11338 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11339 until we can resolve portability issues.
11340 * gregset.h: Remove references to fpxregs.
11341 * gcore.c (gcore_command): Initialize note_sec to NULL.
11342
11343 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11344
11345 * signals.c (target_signal_to_name): Rewrite. Only use
11346 signals[].name when in bounds and non-NULL.
11347
11348 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11349
11350 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11351 * signals.c (target_signal_to_name): Verify that SIG is within the
11352 bounds of the signals array.
11353
11354 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11355
11356 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11357
11358 2002-01-13 Keith Seitz <keiths@redhat.com>
11359
11360 * stack.c (print_frame_info_base): Print the frame's pc
11361 only if when print_frame_info_listing_hook is not defined.
11362
11363 2002-01-13 Keith Seitz <keiths@redhat.com>
11364
11365 * varobj.c (varobj_set_value): Make sure that there were no
11366 errors evaluating the object before attempting to set its
11367 value.
11368 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11369 so this offset adjustment is no longer necessary.
11370 (create_child): Don't set the error flag if the child is
11371 a CPLUS_FAKE_CHILD.
11372 (value_of_child): If value_fetch_lazy fails, return NULL
11373 so that callers will be notified that an error occurred.
11374 (c_value_of_variable): Delay check of variable's validity
11375 until later. We actually want all structs and unions to have
11376 the value "{...}".
11377 Do not return "???" for variables which could not be evaluated.
11378 This error condition must be returned to the caller so that it
11379 can get the error condition from gdb.
11380 (cplus_name_of_child): Adjust index for vptr before figuring
11381 out the name of the child.
11382 (cplus_value_of_child): If a child's (real) parent is not valid,
11383 don't even bother trying to give a value for it. Just return
11384 an error. Change all instances in this function.
11385 (cplus_type_of_child): If our parent is one of the "fake"
11386 parents, we need to get at the type of the real parent, and
11387 derive the child's true type using this information.
11388
11389 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11390
11391 From 2002-01-09 John Marshall <johnm@falch.net>:
11392 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11393 sources.redhat.com, and tweak some related URLs which had
11394 suffered from linkrot.
11395
11396 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11397
11398 From Jeff law:
11399 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11400 structures passed in registers.
11401
11402 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11403
11404 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11405 white space which prevented compilation. Reported by DSK
11406 <dsk@student.unsw.edu.au>.
11407
11408 2002-01-11 Michael Snyder <msnyder@redhat.com>
11409
11410 * symfile.c (build_section_addr_info_from_section_tab):
11411 Use bfd access method instead of manipulating bfd directly.
11412 (syms_from_objfile): Ditto.
11413 (simple_overlay_update_1): Ditto.
11414 (simple_overlay_update): Ditto.
11415 (generic_load): Ditto.
11416 (overlay_unmapped_address): FIXME comment, bfd access methods.
11417 (sections_overlap): FIXME comment, bfd access methods.
11418 (pc_in_mapped_range): FIXME comment, bfd access methods.
11419 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11420 (section_is_mapped): FIXME comment, bfd access methods.
11421 (section_is_overlay): FIXME comment, bfd access methods.
11422
11423 * symfile.c (generic_load): Whitespace and long line cleanups.
11424 Remove duplicate variable, change several local variables to
11425 more appropriate data types.
11426 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11427
11428 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11429
11430 From Peter Schauer:
11431 * language.c (longest_local_hex_string_custom): Use phex_nz to
11432 convert NUM to a hex string.
11433
11434 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11435
11436 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11437 the function.
11438 Update Copyright year.
11439
11440 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11441
11442 * language.c (longest_raw_hex_string): Delete unused function.
11443
11444 2002-01-11 Petr Sorfa <petrs@caldera.com>
11445
11446 * MAINTAINERS (write-after-approval): Add myself.
11447 * dwarf2read.c (read_tag_string_type): Handling of
11448 DW_AT_byte_size.
11449 (read_tag_string_type): FORTRAN fix to prevent propagation of
11450 first string size.
11451 (set_cu_language): Handling of DW_LANG_Fortran95
11452
11453 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11454
11455 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11456 GETPID(inferior_ptid).
11457 (store_inferior_registers): Likewise.
11458
11459 2002-01-10 Jason Merrill <jason@redhat.com>
11460
11461 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11462 Fix DW_OP_minus.
11463
11464 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11465
11466 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11467 and bfd/elf32-sh-nbsd.c.
11468
11469 2002-01-10 Michael Snyder <msnyder@redhat.com>
11470
11471 * NEWS: Mention --pid and corefile/proc-id behavior change.
11472
11473 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11474 * gcore.c: Include cli/cli-decode.h instead of command.h.
11475
11476 * main.c (captured_main): Add new command line option "--pid".
11477 If the second command line argument (following the symbol-file)
11478 begins with a digit, try to attach to it before trying to open
11479 it as a corefile.
11480 (print_gdb_help): Document the "--pid" argument.
11481
11482 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11483
11484 * completer.c (command_completer): New function.
11485
11486 * completer.h <command_completer>: Add prototype.
11487
11488 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11489 completer for the "help" command.
11490
11491 2002-01-09 Jason Merrill <jason@redhat.com>
11492
11493 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11494
11495 2002-01-09 Michael Snyder <msnyder@redhat.com>
11496
11497 * i386-linux-nat.c (fill_fpxregset): Make global.
11498 (store_fpxregset): Ditto.
11499
11500 * gregset.h (gdb_fpxregset_t): Define.
11501 (supply_fpxregset): Prototype.
11502 (fill_fpxregset): Prototype.
11503
11504 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11505
11506 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11507
11508 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11509 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11510 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11511
11512 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11513
11514 * MAINTAINERS: Update target maintainer rules so that any
11515 Maintainer can approve a tested patch for a maintenance-only
11516 target.
11517
11518 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11519
11520 * MAINTAINERS (write-after-approval): Add myself.
11521
11522 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11523 IN_SIGTRAMP.
11524
11525 2002-01-08 Michael Snyder <msnyder@redhat.com>
11526
11527 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11528 real name of the executable, rather than the /proc name.
11529
11530 2002-01-03 Michael Snyder <msnyder@redhat.com>
11531
11532 Implement a "generate-core-file" command in gdb, save target state.
11533 * gcore.c: New file. Implement new command 'generate-core-file'.
11534 Save a corefile image of the current state of the inferior.
11535 * linux-proc.c: Add linux-specific code for saving corefiles.
11536 * target.h (struct target_ops): Add new target vectors for saving
11537 corefiles; to_find_memory_regions and to_make_corefile_notes.
11538 (target_find_memory_regions): New macro.
11539 (target_make_corefile_notes): New macro.
11540 * target.c (update_current_target): Inherit new target methods.
11541 (dummy_find_memory_regions): New place-holder method.
11542 (dummy_make_corefile_notes): New place-holder method.
11543 (init_dummy_target): Initialize new dummy target vectors.
11544 * exec.c (exec_set_find_memory_regions): New function.
11545 Allow the exec_ops vector for memory regions to be taken over.
11546 (exec_make_note_section): New function, target vector method.
11547 * defs.h (exec_set_find_memory_regions): Export prototype.
11548 * procfs.c (proc_find_memory_regions): New function, corefile method.
11549 (procfs_make_note_section): New function, corefile method.
11550 (init_procfs_ops): Set new target vector pointers.
11551 (find_memory_regions_callback): New function.
11552 (procfs_do_thread_registers): New function.
11553 (procfs_corefile_thread_callback): New function.
11554 * sol-thread.c (sol_find_memory_regions): New function.
11555 (sol_make_note_section): New function.
11556 (init_sol_thread_ops): Initialize new target vectors.
11557 * inftarg.c (inftarg_set_find_memory_regions): New function.
11558 Allow to_find_memory_regions vector to be taken over.
11559 (inftarg_set_make_corefile_notes): New function.
11560 Allow to_make_corefile_notes vector to be taken over.
11561 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11562 interface layer if not target_has_execution (may be a corefile).
11563 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11564 * config/sparc/sun4sol2.mh: Ditto.
11565 * config/alpha/alpha-linux.mh: Ditto.
11566 * config/arm/linux.mh: Ditto.
11567 * config/i386/x86-64linux.mh: Ditto.
11568 * config/ia64/linux.mh: Ditto.
11569 * config/m68k/linux.mh: Ditto.
11570 * config/mips/linux.mh: Ditto.
11571 * config/powerpc/linux.mh: Ditto.
11572 * config/sparc/linux.mh: Ditto.
11573
11574 2002-01-07 Michael Snyder <msnyder@redhat.com>
11575
11576 * arm-linux-nat.c: Remove references to regcache.c internal data
11577 (registers[] and register_valid[]).
11578
11579 2002-01-07 Michael Snyder <msnyder@redhat.com>
11580
11581 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11582 so that attaching to a pid will automatically read the process's
11583 symbol file and shlibs.
11584 * Makefile.in: Add rule for linux-proc.o.
11585 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11586 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11587 * config/arm/linux.mh: Ditto.
11588 * config/i386/linux.mh: Ditto.
11589 * config/i386/x86-64linux.mh: Ditto.
11590 * config/ia64/linux.mh: Ditto.
11591 * config/m68k/linux.mh: Ditto.
11592 * config/mips/linux.mh: Ditto.
11593 * config/powerpc/linux.mh: Ditto.
11594 * config/sparc/linux.mh: Ditto.
11595
11596 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11597
11598 * win32-nat.c: Add i386-tdep.h dependency.
11599
11600 2002-01-07 Michael Snyder <msnyder@redhat.com>
11601
11602 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11603 instead of bfd_get_arch_size. Don't bail out just because
11604 there's no exec_bfd.
11605
11606 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11607 * p-valprint.c (pascal_object_print_value): Ditto.
11608 * somread.c (som_symtab_read): Ditto.
11609 * symfile.c (simple_free_overlay_region_table): Ditto.
11610 * valops.c (value_assign): Ditto.
11611
11612 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11613 use tilde_expand and strerror for opening save-tracepoints file.
11614
11615 * thread-db.c (thread_db_new_objfile): Indendation fix.
11616
11617 * infptrace.c (GDB_MAX_ALLOCA): New define.
11618 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11619 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11620 can be overridden with whatever value is appropriate to the host).
11621 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11622 alloca to allocate potentially large buffer.
11623 * rs6000-nat.c (child_xfer_memory): Ditto.
11624 * symm-nat.c (child_xfer_memory): Ditto.
11625 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11626
11627 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11628
11629 From Nick Clifton <nickc@redhat.com>
11630 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11631
11632 2002-01-07 Michael Snyder <msnyder@redhat.com>
11633
11634 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11635 Don't use exec_bfd if it's NULL.
11636
11637 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11638
11639 * valops.c (value_arg_coerce): Fix formatting.
11640
11641 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11642
11643 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11644 * gnu-nat.c: Ditto.
11645
11646 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11647
11648 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11649 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11650 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11651 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11652 z8k-coff have not been multi-arched. Update z8k-coff build
11653 status.
11654
11655 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11656
11657 * MAINTAINERS: Mark a29k target as obsolete.
11658 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11659 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11660 comments.
11661 * NEWS: Note that a29k targets are obsolete.
11662 * a29k-tdep.c: Mark as obsolete.
11663 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11664 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11665 a29k-*-vxworks* targets as obsolete.
11666 * remote-adapt.c: Obsolete.
11667 * remote-eb.c: Obsolete.
11668 * remote-mm.c: Obsolete.
11669 * remote-udi.c: Obsolete.
11670 * config/a29k/a29k-udi.mt: Obsolete.
11671 * config/a29k/a29k.mt: Obsolete.
11672 * config/a29k/tm-a29k.h: Obsolete.
11673 * config/a29k/tm-vx29k.h: Obsolete.
11674 * config/a29k/vx29k.mt: Obsolete.
11675
11676 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11677
11678 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11679 with BFD_ENDIAN_BIG.
11680
11681 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11682
11683 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11684 * configure, config.in: Re-generate.
11685 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11686 * defs.h: Do not include <endian.h>.
11687
11688 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11689
11690 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11691 * config.in: Regenerate.
11692 * configure.in: Update copyright years.
11693 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11694 * configure: Regenerate.
11695 * i386bsd-nat.c: Update copyright years.
11696 (fill_gregset): Use regcache_collect.
11697 (fetch_inferior_registers): Only fetch integer registers
11698 if requested to do so. Add support for XMM registers
11699 using PT_GETXMMREGS.
11700 (store_inferior_registers): Only store integer registers
11701 if requested to do so. Add support for XMM registers
11702 using PT_SETXMMREGS.
11703 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11704 (store_inferior_registers): Remove.
11705 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11706 (fetch_elfcore_registers): New function.
11707 (i386nbsd_elfcore_fns): New.
11708 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11709 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11710 i386bsd-nat.o.
11711 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11712 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11713 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11714 * config/i386/tm-nbsd.h: Update copyright years.
11715 (HAVE_SSE_REGS): Define.
11716 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11717 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11718 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11719 (SIGCONTEXT_PC_OFFSET): Remove.
11720 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11721
11722 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11723
11724 * configure.tgt: Remove powerpc-*-macos* target.
11725 * config/m68k/xm-mpw.h: Delete file.
11726 * config/xm-mpw.h: Delete file.
11727 * ser-mac.c: Delete file.
11728 * mpw-make.sed: Delete file.
11729 * mpw-config.in: Delete file.
11730 * mac-xdep.c: Delete file.
11731 * mac-gdb.r: Delete file.
11732 * mac-defs.h: Delete file.
11733 * mac-nat.c: Delete file.
11734 * config/powerpc/macos.mh: Delete file.
11735 * config/powerpc/macos.mt: Delete file.
11736 * config/powerpc/nm-macos.h: Delete file.
11737 * config/powerpc/tm-macos.h: Delete file.
11738 * source.c (openp, open_source_file): Remove obsolete code.
11739 * top.c (gdb_readline): Ditto.
11740 * utils.c (query): Ditto.
11741 * event-top.c (display_gdb_prompt): Ditto.
11742 * Makefile.in (ser-mac.o): Delete obsolete target.
11743 * NEWS: Update.
11744
11745 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11746
11747 * defs.h (BIG_ENDIAN): Delete macro definition.
11748 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11749 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11750 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11751 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11752 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11753 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11754 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11755 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11756 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11757 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11758 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11759 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11760 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11761 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11762 * gdbarch.c: Re-generate.
11763
11764 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11765
11766 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11767 for core files.
11768
11769 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11770
11771 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11772
11773 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11774
11775 * value.h (value_ptr): Delete typedef.
11776
11777 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11778
11779 * i386nbsd-nat.c: Update copyright years.
11780 Include i386-tdep.h.
11781
11782 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11783
11784 * stabsread.c: Update copyright years.
11785
11786 From Debashis Mahata <debashis.mahata@wipro.com>:
11787 (read_struct_fields): Deal with Sun C compiler erroneous stab
11788 output for structs and unions.
11789 Fix PR gdb/269.
11790
11791 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11792
11793 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11794 prototype.
11795
11796 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11797
11798 * cp-abi.c: Fix whitespace.
11799 (baseclass_offset): New wrapper function.
11800 * cp-abi.h (baseclass_offset): Add prototype.
11801 (struct cp_abi_ops): Add baseclass_offset pointer.
11802
11803 * valops.c (vb_match): Move to...
11804 * gnu-v2-abi.c (vb_match): here.
11805 * valops.c (baseclass_offset): Move to...
11806 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11807
11808 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11809
11810 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11811 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11812 * hpacc-abi.c (init_hpacc_ops): Likewise.
11813
11814 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11815
11816 * valops.c (find_overload_match): Accept obj as a
11817 reference parameter. Update it before returning.
11818 * value.h (find_overload_match): Update prototype.
11819 * eval.c (evaluate_subexp_standard): Pass object to
11820 find_overload_match by reference.
11821
11822 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11823
11824 * valarith.c: Replace value_ptr with struct value pointer. Remove
11825 register attribute from value declarations.
11826 * valops.c: Ditto.
11827 * value.h: Ditto.
11828 * scm-lang.c (scm_lookup_name): Ditto.
11829
11830 2002-01-03 Michael Snyder <msnyder@redhat.com>
11831
11832 Abstract the functionality of iterating over mapped memory
11833 regions into a general purpose iterator function.
11834 * procfs.c (iterate_over_mappings): New function, general purpose
11835 iterator for memory sections.
11836 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11837 (solib_mappings_callback): New function, callback for above.
11838 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11839 (info_mappings_callback): New function, callback for above.
11840
11841 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11842
11843 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11844
11845 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11846 * i386-tdep.c: Include "elf-bfd.h".
11847 (process_note_abi_tag_sections): New function.
11848 (i386_gdbarch_init): Add code to recognize various OS/ABI
11849 combinations.
11850
11851 * maint.c (_initialize_maint_cmds): Add missing \ in
11852 string-literal.
11853
11854 For older changes see ChangeLog-2001
11855 \f
11856 Local Variables:
11857 mode: change-log
11858 left-margin: 8
11859 fill-column: 74
11860 version-control: never
11861 End: