stabsread.c (find_name_end): New function.
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-18 Adam Fedor <fedor@gnu.org>
2
3 * stabsread.c (find_name_end): New function.
4 (define_symbol): Use it.
5
6 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
7
8 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
9 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
10 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
11 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
12
13 2002-10-09 David Carlton <carlton@math.stanford.edu>
14
15 * symfile.h: Add opaque declaration for struct obstack.
16 Declare obsavestring to take a const char *.
17 * symfile.c (obsavestring): Make first argument a const char *.
18
19 2002-10-16 Adam Fedor <fedor@gnu.org>
20
21 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
22 names when matching breakpoints in current file.
23
24 2002-10-16 Kevin Buettner <kevinb@redhat.com>
25
26 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
27 (read_tag_pointer_type): Add address class support.
28 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
29 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
30 New methods.
31 * gdbarch.h, gdbarch.c: Regenerate.
32 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
33 (make_type_with_address_space, recursive_type_dump): Add address
34 class support.
35 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
36 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
37 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
38
39 2002-10-16 Klee Dienes <kdienes@apple.com>
40
41 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
42 to get the last character of a char[] buffer, not
43 name[sizeof(vptr_name)-1].
44
45 2002-10-14 Adam Fedor <fedor@gnu.org>
46
47 * symtab.h: New objc_specific struct.
48 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
49 (SYMBOL_DEMANGLED_NAME): Likewise.
50
51 2002-10-14 Adam Fedor <fedor@gnu.org>
52
53 * symfile.c (init_filename_language_table): Add ObjC file extension.
54
55 2002-10-14 Adam Fedor <fedor@gnu.org>
56
57 * utils.c (puts_filtered_tabular): New function.
58 (fprintf_symbol_filtered): Get ObjC demangled name.
59 * defs.h (puts_filtered_tabular): Declared.
60
61 2002-10-14 Kevin Buettner <kevinb@redhat.com>
62
63 * c-lang.h (c_type_print_varspec_prefix): Delete.
64 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
65 ``need_post_space'' parameter. Adjust all callers.
66
67 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
68
69 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
70 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
71 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
72 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
73
74 2002-10-13 Adam Fedor <fedor@gnu.org>
75
76 * source.c (print_source_lines): Update comments.
77
78 2002-10-13 Adam Fedor <fedor@gnu.org>
79
80 * valops.c (value_of_local): New function.
81 (value_of_this): Use it.
82 * value.h (value_of_local): Declared.
83
84 2002-10-13 Adam Fedor <fedor@gnu.org>
85
86 * parse.c: (length_of_subexp, prefixify_subexp): Handle
87 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
88
89 2002-10-12 Adam Fedor <fedor@gnu.org>
90
91 * language.c (binop_result_type): Add language_objc to case.
92 (integral_type): Likewise.
93 (character_type): Likewise.
94 (string_type): Likewise.
95 (boolean_type): Likewise.
96 (structured_type): Likewise.
97 (binop_type_check): Likewise.
98
99 2002-10-11 Adam Fedor <fedor@gnu.org>
100
101 * printcmd.c (address_info): Print 'self' for ObjC.
102
103 2002-10-11 Adam Fedor <fedor@gnu.org>
104
105 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
106 OP_SELF.
107
108 2002-10-11 Adam Fedor <fedor@gnu.org>
109
110 * language.h (CAST_IS_CONVERSION): Add language_objc.
111
112 2002-10-11 Adam Fedor <fedor@gnu.org>
113
114 * defs.h (enum language): Add language_objc.
115
116 2002-10-11 Klee Dienes <kdienes@apple.com>
117
118 * findvar.c (read_memory_typed_address): New function.
119 * gdbcore.h (read_memory_typed_address): Add prototype.
120 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
121 to read a value destined for a CORE_ADDR, not read_memory_integer.
122 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
123 (f77_get_dynamic_lowerbound): Ditto.
124
125 2002-10-11 Martin M. Hunt <hunt@redhat.com>
126
127 * utils.c (string_to_core_addr): After turning string into
128 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
129 which will do necessary sign-extension, etc.
130
131 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
132
133 * c-exp.y (THIS): Delete token and grammar rule.
134 (yylex): Don't return THIS.
135 * cp-valprint.c (vtbl_ptr_name_old): Delete.
136 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
137 * demangle.c (cplus_markers): Update comment. Put '$'
138 first. Remove CPLUS_MARKER.
139 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
140 * jv-exp.y (THIS): Delete token and grammar rule.
141 (yylex): Don't return THIS.
142 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
143 * objc-exp.y (THIS): Delete token and grammar rule.
144 (yylex): Don't return THIS.
145 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
146 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
147 (read_member_functions): Likewise for opname.
148 (read_tilde_fields): Use is_cplus_marker.
149
150 * defs.h (CPLUS_MARKER): Don't define.
151 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
152 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
153 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
154 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
155 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
156
157 * config/i386/tm-i386v4.h: Delete file.
158 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
159 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
160 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
161 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
162 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
163 * config/i386/i386sco5.mt (TM_FILE): Likewise.
164 * config/i386/i386v4.mt (TM_FILE): Likewise.
165 * config/i386/ncr3000.mt (TM_FILE): Likewise.
166
167 2002-10-10 Marko Mlinar <markom@opencores.org>
168
169 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
170 accidentially not commited 2002-10-09
171 * gdbarch.h, gdbarch.c: Re-generate.
172
173 2002-10-09 Marko Mlinar <markom@opencores.org>
174
175 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
176 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
177 * gdbarch.h, gdbarch.c: Re-generate.
178
179 2002-10-08 Petr Sorfa <petrs@caldera.com>
180
181 Revised and re-submitted by John Wolfe <jlw@caldera.com>
182
183 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
184 so we can work on more than one compilation unit at a time. This
185 helps prepare GDB to handle inter-CU die references.
186 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
187 the code to be defined before struct comp_unit_head.
188 (comp_unit_head): Added new members - offset, cu_head,
189 begin_die, next and dwarf2_abbrevs.
190 (dwarf2_abbrevs): Removed single static var; now member of
191 struct comp_unit_head.
192 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
193 members.
194 (psymtab_to_symtab_1): Changed to work with the new
195 struct comp_unit_head.
196 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
197 constructs the dwarf2_abbrevs[] inside the cu_header.
198 (dwarf2_empty_abbrev_table): Now expects a ptr to a
199 dwarf2_abbrev table to clean up.
200 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
201 handling of dwarf2_abbrevs inside the cu_header.
202 (read_partial_die): Now supports the call to the new
203 dwarf2_lookup_abbrev.
204 (read_full_die): Now supports the call to the new
205 dwarf2_lookup_abbrev.
206
207 2002-10-06 Christopher Faylor <cgf@redhat.com>
208
209 * Makefile.in (install-gdbtk): Add missing continuation backslash to
210 insure that shell variables, such as "transformed_name" are propagated
211 to later shell statements in rule.
212
213 2002-10-06 Mark Kettenis <kettenis@gnu.org>
214
215 * config/i386/nm-i386sco.h: Add protection against
216 multiple-inclusion. Include "i386/nm-i386v.h".
217 (REGISTER_U_ADDR): Remove define.
218 (i386_register_u_addr): Remove prototype.
219
220 2002-10-04 Michael Snyder <msnyder@redhat.com>
221
222 * m32r-stub.c (handle_exception): Make sure exception is "trap"
223 before treating it as a single-step event.
224
225 2002-10-03 Adam Fedor <fedor@gnu.org>
226
227 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
228 (objc_demangle): Remove assignment in if statements, Replace
229 free with xfree.
230 (add_msglist): Likewise.
231 (end_msglist): Likewise.
232 (complare_selectors): Likewise.
233 (selectors_info): Likewise.
234 (compare_classes): Likewise.
235 (classes_info): Likewise.
236 (print_object_command): Likewise.
237 (find_objc_msgcall_submethod): Replace PTR with void *.
238 * objc-lang.h: Remove check for __STDC__.
239
240 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
241
242 * ui-out.h (ui_out_field_fmt_int): New prototype.
243 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
244 of field width and alignment.
245 * stack.c (print_frame_info_base): When printing frame level, use
246 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
247 PR gdb/192
248
249 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
250
251 * MAINTAINERS: Add self to Write After Approval list.
252
253 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
254
255 * infcmd.c (interrupt_target_command_wrapper): Delete.
256 (interrupt_target_command): Make non static.
257 (nofp_registers_info): Make static.
258 * stack.c (return_command_wrapper): Delete.
259 (return_command): Make non static.
260
261 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
262
263 * event-top.c (gdb_setup_readline): New function. Code moved from
264 _initialize_event_loop().
265 (_initialize_event_loop): Call gdb_setup_readline().
266
267 2002-10-02 Andrew Cagney <ac131313@redhat.com>
268
269 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
270 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
271 * gdbarch.h, gdbarch.c: Re-generate.
272
273 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
274
275 Fix PR gdb/778
276 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
277 before recursing.
278 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
279 of fill_in_vptr_fieldno.
280
281 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
282
283 * inferior.h (registers_info, stepi_command, nexti_command,
284 continue_command, interrupt_target_command): Export from infcmd.c.
285 * frame.h (args_info, selected_frame_level_changed_hook,
286 return_command): Export from stack.c.
287 * v850ice.c (stepi_command, nexti_command, continue_command): use
288 prototypes from inferior.h.
289 * tracepoint.c (registers_info, args_info, locals_info): Use
290 prototypes from frame.h and inferior.h.
291 * Makefile.in (mi-main.o): Add dependency on frame.h.
292
293 2002-10-02 Andrew Cagney <ac131313@redhat.com>
294
295 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
296 value in register 3 adjusted by ppc_gp0_regnum.
297
298 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
299
300 2002-10-02 Marko Mlinar <markom@opencores.org>
301
302 * MAINTAINERS: Add myself to the Write After Approval list.
303
304 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
305
306 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
307 of the section for the N64 ABI, fixed.
308
309 * config/mips/tm-irix6.h: Include solib.h.
310
311 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
312
313 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
314 GNU operators.
315
316 2002-10-01 Andrew Cagney <ac131313@redhat.com>
317
318 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
319 and that "mi0" syntax has been removed.
320
321 2002-09-30 David Carlton <carlton@math.stanford.edu>
322
323 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
324 * ppc-sysv-tdep.c: #include "gdb_string.h".
325 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
326 pacify GCC.
327
328 2002-10-01 Andrew Cagney <ac131313@redhat.com>
329
330 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
331 "vrsave"'s register number.
332
333 2002-09-30 Andrew Cagney <ac131313@redhat.com>
334
335 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
336 use frame_unwind_signed_register to obtain the PC.
337 (mips_frame_chain): Handle a generic dummy frame.
338 (mips_init_extra_frame_info): When a generic dummy frame, don't
339 re-compute the frame base.
340 (mips_pop_frame): Handle generic dummy frames.
341 (mips_gdbarch_init): When generic dummy frames, set
342 use_generic_dummy_frames, push_dummy_frame to
343 generic_push_dummy_frame, pc_in_call_dummy to
344 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
345 generic_save_dummy_frame_tos.
346
347 2002-09-30 Andrew Cagney <ac131313@redhat.com>
348
349 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
350 against TOP when TOP was explictly set.
351 (generic_push_dummy_frame): Set TOP to zero.
352
353 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
354
355 * event-loop.c (start_event_loop): Rename variable 'result' to
356 'gdb_result', to avoid conflicts with upcoming intepreters changes.
357
358 2002-09-30 Keith Seitz <keiths@redhat.com>
359
360 * gdb-events.sh (selected_thread_changed): New event.
361 * gdb-events.c: Regenerated.
362 * gdb-events.h: Regenerated.
363
364 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
365
366 * MAINTAINERS: Add self to Write After Approval list.
367
368 2002-09-30 Fernando Nasser <fnasser@redhat.com>
369
370 * disasm.c: New file.
371 * disasm.h: New file.
372 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
373 (compare_lines): Ditto.
374 (dump_insns): Ditto.
375 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
376 argument.
377 (do_assembly_only): Ditto.
378 (do_disassembly): Renamed to gdb_disassembly and moved to
379 disasm.c. Sdded uiout argument.
380 * Makefile.in: Add new files. Reorder SFILES list. Update
381 dependencies. Include libgdb.a later in the insight executable.
382
383 2002-09-29 Andrew Cagney <ac131313@redhat.com>
384
385 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
386 bfd/elf64-alpha-fbsd.c.
387
388 2002-09-29 Andrew Cagney <ac131313@redhat.com>
389
390 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
391 i386gnu-tdep.c.
392
393 2002-09-29 Andrew Cagney <ac131313@redhat.com>
394
395 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
396 __FUNCTION__.
397 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
398 function name.
399 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
400 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
401 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
402 (S_msg_sig_post_reply): Ditto.
403
404 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
405
406 * sh-tdep.c (sh_use_struct_convention): Use definition according
407 to ABI.
408 (sh_push_arguments): Store in register with correct endianess.
409 (sh_default_store_return_value): Ditto.
410 (sh_gdbarch_init): Set sizeof long double to 8.
411
412 2002-09-27 Mark Kettenis <kettenis@gnu.org>
413
414 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
415 Fix some whitespace problems.
416
417 2002-09-27 David Carlton <carlton@math.stanford.edu>
418
419 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
420 (mcore-tdep.o): Ditto.
421 (ns32k-tdep.o): Ditto.
422 (ns32knbsd-tdep.o): Ditto.
423 (sh3-rom.o): Ditto.
424 (vax-tdep.o): Ditto.
425 * cris-tdep.c: #include "gdb_string.h"
426 * mcore-tdep.c: Ditto.
427 * ns32k-tdep.c: Ditto.
428 * ns32knbsd-tdep.c: Ditto.
429 * sh3-rom.c: Ditto.
430 * vax-tdep.c: Ditto.
431
432 2002-09-27 David Carlton <carlton@math.stanford.edu>
433
434 * config/djgpp/fnchange.lst: Add entries for
435 gdb/testsuite/gdb.c++/m-static files.
436
437 2002-09-27 Jim Wilson <wilson@redhat.com>
438
439 * MAINTAINERS: Add myself to the Write After Approval list.
440
441 2002-09-26 Martin M. Hunt <hunt@redhat.com>
442
443 * mips-tdep.c (find_proc_desc): Initialize startaddr.
444
445
446 2002-09-26 Andrew Cagney <ac131313@redhat.com>
447
448 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
449 frame.
450
451 2002-09-26 Andrew Cagney <ac131313@redhat.com>
452
453 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
454 (rs6000_struct_return_address): Delete variable.
455 (rs6000_store_struct_return): Update.
456 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
457 deprecated_extract_struct_value_address.
458 (rs6000_frame_align): New function.
459 (rs6000_gdbarch_init): Set frame_align.
460
461 2002-09-26 Andrew Cagney <ac131313@redhat.com>
462
463 From Grace Sainsbury <graces@redhat.com>:
464 * Makefile.in (gdbtk-main.o): New target.
465 (gdb.o): New target.
466 (main_h): Define.
467 (main.o): Update dependencies.
468 (gdb$(EXEEXT)): Add gdb.o.
469 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
470 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
471 (SUBDIR_GDBTK_CLEAN): Set.
472 (install-gdbtk): Install the insight binary.
473 (uninstall-gdbtk): New target.
474 (all-gdbtk, clean-gdbtk): New rule.
475 * top.c (use_windows): Default to zero.
476 * main.c: Include "main.h".
477 (main): Delete.
478 (struct captured_main_args): Delete.
479 (gdb_main): New function.
480 * main.h: New file.
481 * gdb.c: New File.
482
483 2002-09-25 Andrew Cagney <cagney@redhat.com>
484
485 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
486 (frame_map_regnum_to_name): New function.
487 (frame_map_name_to_regnum): New function.
488 * frame.h (frame_map_name_to_regnum): Declare.
489 (frame_map_regnum_to_name): Declare.
490 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
491 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
492 * parse.c: Do not include "builtin-regs.h".
493 (target_map_name_to_register): Delete function.
494 (write_dollar_variable): Use frame_map_name_to_regnum.
495 * parser-defs.h (target_map_name_to_register): Delete declaration.
496 * expprint.c: Include "frame.h".
497 (print_subexp): Use frame_map_regnum_to_name.
498 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
499 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
500
501 2002-09-25 Andrew Cagney <ac131313@redhat.com>
502
503 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
504 wasn't saved, and the next innermost frame is a dummy, return the
505 dummy frame's link register.
506
507 2002-09-24 Jim Blandy <jimb@redhat.com>
508
509 Fix from Paul Breed:
510 * main.c (captured_main): Add a `break' after the case for 'b'.
511
512 2002-09-24 Keith Seitz <keiths@redhat.com>
513
514 * varobj.c (c_type_of_child): Use get_target_type instead
515 of TYPE_TARGET_TYPE.
516
517 2002-09-22 Fernando Nasser <fnasser@redhat.com>
518
519 * source.c (get_current_or_default_source_symtab_and_line): Remove
520 function.
521 (set_default_source_symtab_and_line): New function. Attempts to
522 determine a source file to list lines from if one is not currently
523 defined.
524 (get_current_source_symtab_and_line): Initialize sal.pc and
525 sal.end fields.
526 (set_current_source_symtab_and_line): Mark argument as const.
527 * source.h: Update declarations and comments.
528 * linespec.c (decode_line_1): Replace call to removed routine above.
529 * stack.c (print_frame_info_base): Ditto.
530 * cli/cli-cmds.c (edit_command): Ditto.
531 (list_command): Ditto.
532
533 2002-09-22 Fernando Nasser <fnasser@redhat.com>
534
535 * source.c (get_current_or_default_source_symtab_and_line): Initialize
536 sal.pc and sal.end fields.
537 (get_current_or_default_source_symtab_and_line): Ditto.
538 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
539 so we do not cause a new source symtab to be searched for (reverting an
540 unintentional change from the 2002-09-20 patch).
541 * scm-lang.c (scm_unpac): Ditto.
542
543 2002-09-21 Andrew Cagney <cagney@redhat.com>
544
545 * complaints.c (symfile_explanations): Remove new-line from
546 ``isolated_message''.
547 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
548 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
549
550 2002-09-20 Nick Clifton <nickc@redhat.com>
551
552 * NEWS: Announce that V850EA ISA is no longer supported.
553 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
554
555 2002-09-20 David Carlton <carlton@math.stanford.edu>
556
557 * Makefile.in (c-lang.o): Correct dependencies.
558 (utils.o): Gather dependencies.
559 (charset.o): Move.
560 * c-lang.c: #include "gdb_string.h"
561
562 2002-09-20 Fernando Nasser <fnasser@redhat.com>
563
564 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
565 * cli/cli-cmds.c (list_command): New function. Implements the new
566 cli edit command.
567 (_init_cli_cmds): Add new command definition.
568 * gdb.1: Document edit command.
569 * doc/gdb.texinfo: Document edit command.
570
571 2002-09-20 Fernando Nasser <fnasser@redhat.com>
572
573 * source.c: Make global variables current_source_symtab and
574 current_source_line static.
575 (list_command): Moved to cli/cli-cmds.c.
576 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
577 (get_first_line_listed): New accessor function.
578 (get_lines_to_list): New accessor function.
579 (get_current_source_symtab_and_line): New function. Retrieves the
580 position in the source code that we consider current.
581 (get_current_or_default_source_symtab_and_line): New function.
582 Like the above but attempts to determine a default position if one
583 is not currently defined.
584 (set_current_source_symtab_and_line): New function. Sets the source
585 code position considered current and returns the previously set one.
586 (clear_current_source_symtab_and_line): Reset stored information about
587 a current source line.
588 (_initialize_source): Remove registration for the "list" command and
589 its alias.
590 * source.h: Add declarations for the new functions above.
591 * symtab.h: Remove declarations for the global variables mentioned
592 above.
593 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
594 obtain current source line.
595 * linespec.c (decode_line_1): Ditto.
596 * macroscope.c (default_macro_scope): Ditto.
597 * scm-lang.c (scm_unpac): Ditto.
598 * stack.c (print_frame_info_base): Ditto.
599 * symfile.c (clear_symtab_users): Ditto.
600 * symtab.c (decode_line_spec): Ditto.
601 * cli/cli-cmds.c (list_command): Moved here from source.c.
602 (ambiguous_line_spec): Moved here from source.c.
603 (_init_cli_cmds): Add definition for "list" and its alias.
604 * Makefile.in: Update dependencies.
605
606 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
607
608 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
609 with what gcc thinks is correct.
610
611 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
612
613 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
614 multiple register push instruction.
615
616 2002-09-19 Jim Blandy <jimb@redhat.com>
617
618 Add support for distinct host and target character sets.
619 * charset.c, charset.h: New files.
620 * c-exp.y: #include "charset.h".
621 (yylex): Convert character and string literals to the target
622 character set, before returning them as the semantic value of the
623 token.
624 * c-lang.c: #include "charset.h".
625 (c_emit_char): Use charset-specific methods to recognize
626 characters with backslash escape forms, to decide which characters
627 to print literally and which to print using numeric escape
628 sequences, and to convert target characters to host characters
629 before printing.
630 * utils.c: #include "charset.h".
631 (no_control_char_error): New function.
632 (parse_escape): Use charset-specific methods to recognize
633 backslash escapes, parse `control character' notation, and convert
634 characters from the host character set to the target character set.
635 * configure.in: Set the default host character set.
636 Check where to find iconv, and what its argument types might be.
637 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
638 * Makefile.in (SFILES): List charset.c.
639 (COMMON_OBS): List charset.o.
640 (charset.o): New rule.
641 (charset_h): New header dependency variable.
642 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
643 (LIBICONV): New variable, set by configure.
644 (CLIBS): Include $(LIBICONV) here.
645 * aclocal.m4, config.in, configure: Regenerated.
646
647 2002-09-19 Joel Brobecker <brobecker@gnat.com>
648
649 * ada-exp.y: Add missing semicolons to end rules. Fixes a
650 bison 1.35 warning.
651
652 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
653
654 * gdb_mbuild.sh: New file.
655
656 2002-09-19 Andrew Cagney <ac131313@redhat.com>
657
658 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
659
660 2002-09-18 Andrew Cagney <ac131313@redhat.com>
661
662 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
663 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
664 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
665 valops.c, value.h: Revert previous change.
666
667 2002-09-18 Michael Snyder <msnyder@redhat.com>
668
669 Preliminary support for Objective-C:
670 * defs.h (language_objc): New enum value.
671 (puts_filtered_tabular): Declaration only, exported from utils.c.
672 (skip_quoted): Delete, declared in completer.h.
673 * c-exp.y: Include completer.h.
674 * p-exp.y: Ditto.
675 * jv-exp.y: Ditto.
676 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
677 New operator enum values.
678 * language.h (CAST_IS_CONVERSION): Test for language_objc.
679 * language.c (binop_result_type): Handle language_objc case.
680 (integral_type, character_type, string_type, boolean_type,
681 structured_type, binop_type_check): Ditto.
682 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
683 (struct objc_specific): Add to general_symbol_info.
684 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
685 (SYMBOL_DEMANGLED_NAME): Handle objc case.
686 * parser-defs.h (struct objc_class_str): New struct type.
687 (start_msglist, end_msglist, add_msglist): Declaration only,
688 exported from objc-lang.c.
689 * value.h (value_of_local, value_nsstring,
690 call_function_by_hand_expecting_type): Exported from valops.c.
691 * valops.c (find_function_addr): Export.
692 (call_function_by_hand_expecting_type): New function.
693 (value_of_local): New function.
694 * symfile.c (init_filename_language_table): Add ".m" extension
695 for Objective-C.
696 * utils.c (puts_filtered_tabular): New function.
697 (fprintf_symbol_filtered): Add objc demangling support (disabled).
698 (set/show demangle): Extend help-string to refer to ObjC.
699 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
700 * stabsread.c (symbol_reference_defined): Objective-C symbols
701 may contain colons: make allowances when scanning stabs strings
702 for colons.
703 (objc_find_colon): New function.
704 * printcmd.c (address_info): If language == objc then print
705 "self" instead of "this".
706 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
707 OP_NSSTRING, and OP_SELF.
708 (prefixify_subexp): Ditto.
709 * source.c (print_source_lines): Mention objc in comment.
710 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
711 method names.
712
713 2002-09-18 Andrew Cagney <ac131313@redhat.com>
714
715 * complaints.h: Update copyright.
716 (struct complaints): Declare.
717 (struct complaint): Make `message' constant.
718 (internal_complaint): Declare.
719 (complaint): Declare.
720 (complaint_root): Delete declaration.
721 (symfile_complaints): Delete declaration.
722 (struct complaints): Add opaque declaration.
723 (clear_complaints): Add a complaints parameter.
724 * complaints.c: Update copyright.
725 (enum complaint_series): Define.
726 (complaint_root): Delete.
727 (struct complaints): Define.
728 (complaint_sentinel, symfile_complaint_book): New variables.
729 (symfile_explanations, symfile_complaints): New variables.
730 New variables.
731 (get_complaints): New function.
732 (vcomplaint): New function.
733 (complaint): New function.
734 (internal_complaint): New function.
735 (complain): Call vcomplain with symfile_complaint.
736 (clear_complaints): Rewrite.
737 (_initialize_complaints): Use add_setshow_command.
738 * Makefile.in (complaints.o): Update dependencies.
739 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
740 to call to clear_complaints.
741 (new_symfile_objfile, reread_symbols): Ditto.
742 (oldsyms_complaint): Delete.
743 (empty_symtab_complaint, unknown_option_complaint): Delete.
744 (free_named_symtabs): Use complaint instead of complain.
745
746 2002-09-18 Michael Snyder <msnyder@redhat.com>
747
748 Contributed by Apple Computer, Inc. Merged with current sources
749 by Adam Fedor <fedor@doc.com> [cagney].
750
751 * objc-lang.c: First clean-up round: comments, indentation.
752 * objc-lang.h: Ditto.
753 * objc-lang.y: Ditto.
754
755 2002-09-18 Andrew Cagney <ac131313@redhat.com>
756
757 * maint.c (maintenance_internal_error): Print the parameter as the
758 error message.
759 (maintenance_internal_warning): New function.
760 (_initialize_maint_cmds): Add command `maint internal-warning'.
761
762 * defs.h (internal_warning, internal_vwarning): Declare.
763 * utils.c (struct internal_problem): Define.
764 (internal_vproblem): New function.
765 (internal_warning): New function.
766 (internal_vwarning): New function.
767 (internal_warning_problem, internal_error_problem): New variables.
768 (internal_verror): Just call internal_vproblem.
769
770 2002-09-18 Michael Snyder <msnyder@redhat.com>
771
772 * objc-lang.c: New file, support for Objective-C.
773 Preliminary check-in, not yet integrated into gdb.
774 * objc-lang.h: New file.
775 * objc-exp.y: New file.
776
777 2002-09-18 Andrew Cagney <ac131313@redhat.com>
778
779 * infrun.c (signal_stop_update): Convert definition to ISO C.
780 (signal_print_update): Ditto.
781 (signal_pass_update): Ditto.
782 * inflow.c (terminal_save_ours): Ditto.
783
784 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
785 comments.
786
787 * config/djgpp/fnchange.lst: Handle name clashes between
788 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
789 bfd/coff-tic80.c.
790
791 * i386-linux-tdep.h: Fix tipo.
792
793 2002-09-18 Adam Fedor <fedor@gnu.org>
794
795 * MAINTAINERS: Add myself to the Write After Approval list.
796
797 2002-09-18 Jim Blandy <jimb@redhat.com>
798
799 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
800 texthigh and textlow to reader-specific structs caused
801 objfile_relocate to miss them. This is fixable, but the work that
802 the change was supposed to prepare GDB for never got done anyway.
803
804 2002-09-18 David Carlton <carlton@math.stanford.edu>
805
806 * MAINTAINERS: Alphabetize Write After Approval list.
807
808 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
809
810 Fix PR gdb/709
811 * values.c (value_static_field): Call read_var_value.
812
813 2002-09-18 Andrew Cagney <ac131313@redhat.com>
814
815 * valops.c (hand_function_call): Align the initial stack pointer
816 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
817 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
818 return value.
819 * mips-tdep.c (mips_frame_align): New function.
820 (mips_gdbarch_init): Set frame_align.
821 * gdbarch.sh (FRAME_ALIGN): New method.
822 * gdbarch.h, gdbarch.c: Re-generate.
823
824 2002-09-18 Michal Ludvig <mludvig@suse.cz>
825
826 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
827 registers.
828
829 2002-09-17 Andrew Cagney <ac131313@redhat.com>
830
831 * NEWS: Mention that MIPS $fp behavior changed.
832 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
833 reference to FP_REGNUM.
834 (mipsnbsd_cannot_store_register): Ditto.
835 * mips-linux-nat.c: Update copyright.
836 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
837 (mips_linux_cannot_store_register): Ditto.
838 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
839 * config/mips/tm-mips.h: Update copyright.
840 (FP_REGNUM): Delete macro.
841 (MIPS_REGISTER_NAMES): Replace "fp" with "".
842 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
843 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
844 (mips_r3041_reg_names, mips_r3051_reg_names)
845 (mips_r3081_reg_names): Replace "fp" with "".
846 Fix PR gdb/480.
847
848 2002-09-17 Theodore A. Roth <troth@verinet.com>
849
850 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
851 generic_read_register_dummy() (PR gdb/703).
852 (avr_push_return_address): #if 0 out unused vars.
853 (avr_gdbarch_init): Enable use of avr_push_return_address().
854
855 2002-09-17 Michael Snyder <msnyder@redhat.com>
856
857 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
858 RTE will take care of it.
859
860 2002-09-17 Andrew Cagney <ac131313@redhat.com>
861
862 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
863 invalid, return SP_REGNUM.
864
865 2002-09-17 Michael Snyder <msnyder@redhat.com>
866
867 * mips-tdep.c (mips_pop_frame): Read saved values of floating
868 point registers without sign extension.
869
870 2002-09-17 Andrew Cagney <cagney@redhat.com>
871
872 * blockframe.c (deprecated_read_register_dummy): Rename
873 generic_read_register_dummy.
874 * frame.c (frame_unwind_signed_register): New function.
875 (frame_unwind_unsigned_register): New function.
876 * frame.h (frame_unwind_signed_register): Declare.
877 (frame_unwind_unsigned_register): Declare.
878 (deprecated_read_register_dummy): Rename
879 generic_read_register_dummy.
880
881 * h8300-tdep.c (h8300_frame_chain): Update.
882 (h8300_frame_saved_pc): Update.
883 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
884 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
885 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
886 (s390_frame_chain): Update.
887 * v850-tdep.c (v850_find_callers_reg): Update.
888 (v850_frame_saved_pc): Update.
889 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
890 (m32r_find_callers_reg): Update.
891 (m32r_frame_saved_pc): Update.
892 * sh-tdep.c (sh_find_callers_reg): Update.
893 (sh64_get_saved_pr): Update.
894 (sh_init_extra_frame_info): Update.
895 (sh_init_extra_frame_info): Update.
896 (sh64_init_extra_frame_info): Update.
897 (sh64_init_extra_frame_info): Update.
898 * mcore-tdep.c (mcore_find_callers_reg): Update.
899 (mcore_frame_saved_pc): Update.
900 (mcore_init_extra_frame_info): Update.
901 * i386-tdep.c (i386_frame_saved_pc): Update.
902 * ia64-tdep.c (ia64_frame_saved_pc): Update.
903 (ia64_init_extra_frame_info): Update.
904 (ia64_init_extra_frame_info): Update.
905 * d10v-tdep.c (d10v_frame_saved_pc): Update.
906 * cris-tdep.c (cris_init_extra_frame_info): Update.
907 * avr-tdep.c (avr_frame_chain): Update.
908 (avr_init_extra_frame_info): Update.
909 (avr_frame_saved_pc): Update.
910 * arm-tdep.c (arm_find_callers_reg): Update.
911 (arm_init_extra_frame_info): Update.
912 (arm_frame_saved_pc): Update.
913
914 2002-09-17 Tom Tromey <tromey@redhat.com>
915
916 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
917 is "'".
918
919 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
920
921 * MAINTAINERS: Remove "non multi-arched" text from h8300.
922 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
923 NEXT_PROLOGUE_INSN.
924 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
925 NEXT_PROLOGUE_INSN.
926
927 2002-09-16 Joel Brobecker <brobecker@gnat.com>
928
929 * osfsolib.c: Remove file, replaced by solib-osf.c.
930 * Makefile.in: Remove compilation rules for osfsolib.c.
931
932 2002-09-16 David Carlton <carlton@math.stanford.edu>
933
934 * cp-valprint.c (cp_print_class_method): Correct args to
935 check_stub_method_group.
936
937 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
938
939 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
940 `set architecture'. Unify naming convention of functions.
941 (h8300_skip_prologue): Improve prologue analysis.
942 (h8300_push_arguments): Rewritten to more closely match GCC's
943 bizarre argument-passing behavior, along with the comment describing
944 said behavior.
945 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
946 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
947 sim, remote-e7000.c, remote-hms.c and remote.c
948
949 2002-09-15 Mark Kettenis <kettenis@gnu.org>
950
951 * i386-tdep.c (gdb_print_insn_i386): Removed.
952 (i386_print_insn): New function.
953 (i386_gdbarch_init): Set print_insn to i386_print_insns.
954 (_initialize_i386_tdep): Don't initialize tm_print_insn and
955 tm_print_insn_info.
956
957 2002-09-14 Mark Kettenis <kettenis@gnu.org>
958
959 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
960 zero.
961
962 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
963
964 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
965 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
966 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
967
968 2002-09-13 Christopher Faylor <cgf@redhat.com>
969
970 * win32-nat.c (child_create_inferior): Honor 'tty' command.
971
972 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
973
974 * gdbtypes.c (check_stub_method): Make static.
975 (check_stub_method_group): New function.
976 * gdbtypes.h: Update prototypes.
977 * cp-support.c: New file.
978 * cp-support.h: New file.
979
980 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
981 (update_method_name_from_physname): New function.
982 (read_member_functions): Correct method names for operators
983 and v3 constructors/destructors. Separate v2 constructors and
984 destructors.
985 * Makefile.in (stabsread.o): Update dependencies.
986 (SFILES): Add cp-support.c.
987 (COMMON_OBS): Add cp-support.o.
988 (cp_support_h, cp-support.o): Add.
989
990 * cp-valprint.c (cp_print_class_method): Call
991 check_stub_method_group instead of check_stub_method. Remove
992 extraneous QUITs.
993 * p-valprint.c (pascal_object_print_class_method): Likewise.
994 * valops.c (search_struct_method): Likewise.
995 (find_method_list, value_struct_elt_for_reference): Likewise.
996
997 2002-09-13 Andrew Cagney <cagney@redhat.com>
998
999 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1000 * gdbarch.h, gdbarch.c: Regenerate.
1001
1002 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1003
1004 * frame.c (find_saved_register): Delete function.
1005 * frame.h (find_saved_register): Delete declaration.
1006 Fix PR gdb/631.
1007
1008 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1009
1010 * mips-tdep.c (read_next_frame_reg): Re-hack using
1011 frame_register_unwind.
1012
1013 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1014
1015 * mips-tdep.c (mips_get_saved_register): Re-hack using
1016 frame_register_unwind.
1017
1018 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1019
1020 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1021 vector. Will be useful for Interix.
1022 * gdbarch.h, gdbarch.c: Regenerate.
1023
1024 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1025 name of the malloc function by NAME_OF_MALLOC.
1026
1027 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1028
1029 * value.h (find_function_in_inferior): Add const keyword to
1030 one of the parameters. Allows us to invoke this function with
1031 a const char *.
1032 * valops.c (find_function_in_inferior): Likewise.
1033
1034 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1035
1036 * exec.c (xfer_memory): Fix compilation warning with old versions
1037 of GCC.
1038 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1039
1040 2002-09-12 David Carlton <carlton@math.stanford.edu>
1041
1042 * symtab.h: Run through gdb_indent.h.
1043 Add 2002 to Copyright year list.
1044
1045 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1046
1047 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1048 mach constants.
1049 * MAINTAINERS: Add myself to write after approval list.
1050
1051 2002-09-11 J. Brobecker <brobecker@gnat.com>
1052
1053 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1054
1055 2002-09-11 J. Brobecker <brobecker@gnat.com>
1056
1057 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1058 Interix.
1059
1060 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1061
1062 * procfs.c (do_detach): Clear current signal, not just fault.
1063 Corrects problem with breakpoint trap signal leaking to detached
1064 process on Tru64.
1065
1066 2002-09-10 Michael Snyder <msnyder@redhat.com>
1067
1068 * buildsym.c (finish_block): Protect against null pointer.
1069
1070 2002-09-10 Andrew Cagney <cagney@redhat.com>
1071
1072 * infcmd.c (default_print_registers_info): Send all output to
1073 ``file'' instead of ``gdb_stdout''.
1074
1075 2002-09-10 Michael Snyder <msnyder@redhat.com>
1076
1077 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1078 LONGEST, and use signed register read (addresses are sign-
1079 extended for mips).
1080
1081 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1082
1083 * event-loop.c (gdb_do_one_event): Make public.
1084 * event-loop.h (gdb_do_one_event): Declare.
1085
1086 2002-09-10 Jeff Law <law@redhat.com>
1087
1088 * infttrace.c (child_resume): Simplify and rework to avoid
1089 TT_PROC_CONTINUE.
1090
1091 2002-09-09 Fred Fish <fnf@intrinsity.com>
1092
1093 * printcmd.c (print_scalar_formatted): "len" is the number of
1094 target bytes, NOT the number of target bits.
1095
1096 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1097
1098 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1099 * top.c (init_main): Set rl_terminal_name.
1100
1101 2002-09-08 Aidan Skinner <aidan@velvet.net>
1102
1103 * ada-lang.c (ada_array_bound, ada_type_match,
1104 _initialize_ada_language): Fix K&R definitions.
1105 * ada-tasks.c (get_current_task): Fix K&R definitions.
1106 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1107
1108 2002-09-07 Christopher Faylor <cgf@redhat.com>
1109
1110 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1111 Add XP.
1112
1113 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1114
1115 * i386-tdep.c (i386_register_virtual_type,
1116 i386_register_convertible, i386_register_convert_to_virtual,
1117 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1118 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1119 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1120 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1121 Don't set push_arguments twice.
1122
1123 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1124 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1125 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1126 sigtramp_end to NULL.
1127 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1128 defines.
1129 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1130
1131 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1132 whitespace.
1133
1134 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1135 * gdbarch.h, gdbarch.c: Re-generate.
1136 * blockframe.c (find_pc_sect_partial_function): Convert to use
1137 SIGTRAMP_START_P predicate.
1138
1139 2002-09-05 Michael Snyder <msnyder@redhat.com>
1140
1141 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1142 generic_dummy_frame method and old method. Also distinguish
1143 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1144 (arm_extract_return_value): Use new regcache method.
1145
1146 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1147 adjustment that doesn't conform to the ABI.
1148 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1149 saved regcache, not from current regcache.
1150
1151 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1152
1153 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1154 * README: Update.
1155
1156 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1157
1158 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1159 if arm_apcs_32 is false.
1160
1161 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1162
1163 GDB 5.3 branch created.
1164
1165 2002-09-03 Theodore A. Roth <troth@verinet.com>
1166
1167 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1168 generic_unwind_get_saved_register.
1169
1170 2002-09-03 David Carlton <carlton@math.stanford.edu>
1171
1172 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1173 argument (PR gdb/653). Update call to smash_to_method_type.
1174 (read_structure_scope): Update call to dwarf2_add_member_fn.
1175
1176 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1177
1178 * x86-64-linux-tdep.c: Include gdb_string.h
1179 * x86-64-linux-nat.c: Ditto.
1180
1181 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1182
1183 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1184 when YYDEBUG is set to 1.
1185 * c-exp.y: Likewise.
1186 * f-exp.y: Likewise.
1187 * jv-exp.y: Likewise.
1188 * m2-exp.y: Likewise.
1189 * p-exp.y: Likewise.
1190
1191 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1192
1193 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1194 dependency list.
1195 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1196 solib_svr4_fetch_link_map_offsets to
1197 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1198 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1199 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1200 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1201 solib-svr4.o, and solib-legacy.o.
1202 * config/i386/tm-nbsd.h: Include solib.h.
1203
1204 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1205
1206 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1207 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1208 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1209 comment noting that this needs its own target configuration.
1210 * config/i386/nbsd.mt: New file.
1211 * config/i386/nbsdaout.mt: Remove.
1212 * config/i386/nbsdelf.mt: Ditto.
1213 * config/i386/tm-nbsdaout.h: Ditto.
1214
1215 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1216
1217 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1218 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1219 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1220 tdep->sigtramp_end.
1221 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1222 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1223 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1224
1225 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1226
1227 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1228 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1229 * i386-tdep.h (i386bsd_init_abi): New prototype.
1230 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1231 function declaration.
1232 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1233 for NetBSD-a.out or NetBSD-ELF.
1234 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1235 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1236 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1237 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1238 and nbsd-tdep.h.
1239 (i386nbsd_pc_in_sigtramp): New function.
1240 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1241 i386nbsd_pc_in_sigtramp.
1242 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1243 and i386nbsdelf_init_abi OS ABI handlers.
1244 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1245 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1246
1247 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1248
1249 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1250 registers if the target really has them.
1251
1252 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1253
1254 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1255 than nbsd-tdep.h.
1256
1257 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1258
1259 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1260 list.
1261 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1262 (alphanbsd_skip_sigtramp_frame): New functions.
1263 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1264 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1265 to alphanbsd_sigcontext_addr.
1266
1267 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1268
1269 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1270 list.
1271 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1272 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1273 nbsd_pc_in_sigtramp.
1274 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1275 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1276 * nbsd-tdep.c: Include gdb_string.h.
1277 (nbsd_pc_in_sigtramp): New function.
1278 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1279 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1280 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1281 ppcnbsd_pc_in_sigtramp.
1282 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1283 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1284 shnbsd_pc_in_sigtramp.
1285 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1286 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1287 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1288
1289 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1290
1291 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1292 watchpoints to NULL.
1293 (insert_breakpoints): set val field of watchpoints if NULL.
1294
1295
1296 2002-08-29 Jim Blandy <jimb@redhat.com>
1297
1298 * symtab.c (lookup_symbol_aux): In the cases where we find a
1299 minimal symbol of an appropriate name and use its address to
1300 select a symtab to read and search, use `name' (as passed to us)
1301 as the demangled name when searching the symtab's global and
1302 static blocks, not the minsym's name.
1303
1304 2002-08-29 Keith Seitz <keiths@redhat.com>
1305
1306 * stack.c (print_frame_info_base): Always set current_source_symtab
1307 and current_source_line.
1308
1309 2002-08-29 Donn Terry <donnte@microsoft.com>
1310
1311 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1312
1313 2002-08-28 Keith Seitz <keiths@redhat.com>
1314
1315 * stack.c (select_frame): Add FIXME concerning selected-frame
1316 events.
1317 (select_frame_command): Send selected-frame-level-changed
1318 event notification, but only if the level actually changed.
1319 (up_silently_base): Add selected-frame-level-changed event
1320 notification.
1321 (down_silently_base): Likewise.
1322
1323 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1324
1325 * Makefile.in: Update dependencies for all gdb/*.c files.
1326
1327 2002-08-27 Tom Tromey <tromey@redhat.com>
1328
1329 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1330 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1331 Update dependencies.
1332 * i387-tdep.c: Include gdb_string.h.
1333 * osabi.c: Likewise.
1334 * i386-linux-nat.c: Likewise.
1335 * lin-lwp.c: Likewise.
1336 * ax-gdb.c: Likewise.
1337 * signals/signals.c: Likewise.
1338 * jv-valprint.c: Likewise.
1339 * p-lang.c: Likewise.
1340 * c-valprint.c: Likewise.
1341 * cp-abi.c: Likewise.
1342
1343 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1344
1345 * cli/cli-script.h (copy_command_lines): Export.
1346 * breakpoint.c: Include cli/cli-script.h.
1347 * Makefile.in (breakpoint.o): Update dependencies.
1348
1349 2002-08-26 Michael Snyder <msnyder@redhat.com>
1350
1351 * breakpoint.c (insert_breakpoints): Protect all references
1352 to 'process_warning'. Shorten long lines.
1353
1354 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1355
1356 * cli/cli-script.c (copy_command_lines): New function.
1357 * defs.h (copy_command_lines): Export.
1358 * testsuite/gdb.base/commands.exp: New tests for commands
1359 attached to a temporary breakpoint, and for commands that
1360 delete the breakpoint they are attached to.
1361
1362 2002-08-26 Michael Snyder <msnyder@redhat.com>
1363
1364 * breakpoint.c (bpstat_stop_status): Instead of copying the
1365 pointer to the breakpoint commands struct, make a new copy
1366 of the struct and point to that.
1367 (bpstat_clear): Free the commands struct.
1368 (bpstat_clear_actions): Free the commands struct.
1369 (bpstat_do_actions): Free the command actions. Also execute
1370 the local cleanups, instead of deleting them.
1371 (delete_breakpoint): Leave the commands field of the bpstat
1372 chain alone -- it will be freed later.
1373
1374 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1375
1376 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1377 deleted in 2002-08-20 commit. This function is still used by
1378 ppc-linux-nat.c.
1379
1380 2002-08-26 Keith Seitz <keiths@redhat.com>
1381
1382 * gdb-events.sh: Add selected-frame-level-changed event.
1383 * gdb-events.c: Regenerated.
1384 * gdb-events.h: Regenerated.
1385
1386 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1387
1388 Fix PR gdb/393:
1389 * inflow.c (terminal_save_ours): New function to save terminal
1390 settings.
1391 * inferior.h (terminal_save_ours): Declare.
1392 * target.c (debug_to_terminal_save_ours): New function.
1393 (cleanup_target): Defaults to_terminal_save_ours.
1394 (update_current_target): Inherit to_terminal_save_ours.
1395 (setup_target_debug): Set to_terminal_save_ours.
1396 * target.h (target_terminal_save_ours): New to save terminal settings.
1397 (target_ops): New member to_terminal_save_ours.
1398 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1399 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1400 * inftarg.c (init_child_ops): Likewise.
1401 * m3-nat.c (init_m3_ops): Likewise.
1402 * procfs.c (init_procfs_ops): Likewise.
1403 * wince.c (init_child_ops): Likewise.
1404 * win32-nat.c (init_child_ops): Likewise.
1405 * sol-thread.c (init_sol_thread_ops): Likewise.
1406
1407 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1408
1409 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1410 use regcache_* functions.
1411 (i386_gdbarch_init): Set store_return_value instead of
1412 deprecated_store_return_value.
1413
1414 * regcache.c (regcache_raw_write_signed,
1415 regcache_raw_write_unsigned): New functions.
1416 * regcache.h (regcache_raw_write_signed,
1417 regcache_raw_write_unsigned): New prototypes.
1418
1419 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1420
1421 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1422 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1423 source file dependencies. Cleanup corresponding generator rules.
1424
1425 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1426
1427 * regcache.h (register_offset_hack): Declare.
1428 (regcache_cooked_read_using_offset_hack): Declare.
1429 (regcache_cooked_write_using_offset_hack): Declare.
1430
1431 * regcache.c (register_offset_hack): New function.
1432 (regcache_cooked_read_using_offset_hack): New function.
1433 (regcache_cooked_write_using_offset_hack): New function.
1434 (regcache_dump): Check that the registers, according to their
1435 offset, are packed hard against each other.
1436 (cooked_xfer_using_offset_hack): New function.
1437
1438 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1439
1440 * regcache.c (struct regcache_descr): Add field register_type.
1441 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1442 in as a parameter
1443 (init_regcache_descr): Initialize register_type. Pass the descr
1444 to init_legacy_regcache_descr. Use register_type instead of
1445 REGISTER_VIRTUAL_TYPE.
1446 (register_type): New function.
1447 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1448 * regcache.h (register_type): Declare.
1449
1450 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1451
1452 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1453 instead of deprecated_store_return_value. Fix fallout from
1454 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1455
1456 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1457
1458 * regcache.c (max_register_size): New function.
1459 (init_legacy_regcache_descr): Ensure that max_register_size is
1460 large enough for REGISTER_VIRTUAL_SIZE.
1461 * regcache.h (max_register_size): Declare.
1462
1463 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1464
1465 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1466 store_return_value.
1467 (e500_extract_return_value): Change type of valbuf pointer to
1468 void.
1469
1470 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1471
1472 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1473 workaround.
1474
1475 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1476 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1477 long long) to prevent compiler warning on 64-bit systems.
1478
1479 2002-08-23 Andrew Cagney <cagney@redhat.com>
1480
1481 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1482 (DEPRECATED_STORE_RETURN_VALUE): New method.
1483 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1484 * gdbarch.h, gdbarch.c: Re-generate.
1485
1486 * values.c (set_return_value): Pass current_regcache to
1487 STORE_RETURN_VALUE.
1488 * arch-utils.h (legacy_store_return_value): Declare.
1489 * arch-utils.c (legacy_store_return_value): New function.
1490 (legacy_extract_return_value): Update parameters.
1491
1492 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1493 STORE_RETURN_VALUE.
1494 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1495 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1496 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1497 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1498 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1499 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1500 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1501 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1502 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1503 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1504
1505 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1506 * i386-tdep.c (i386_extract_return_value): Update.
1507 * arch-utils.c (legacy_extract_return_value): Update.
1508 * frv-tdep.c (frv_gdbarch_init): Update.
1509 * cris-tdep.c (cris_gdbarch_init): Update.
1510 * d10v-tdep.c (d10v_gdbarch_init): Update.
1511 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1512 * m68k-tdep.c (m68k_gdbarch_init): Update.
1513 * mcore-tdep.c (mcore_gdbarch_init): Update.
1514 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1515 * s390-tdep.c (s390_gdbarch_init): Update.
1516 * sparc-tdep.c (sparc_gdbarch_init): Update.
1517 * sh-tdep.c (sh_gdbarch_init): Update.
1518 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1519 * v850-tdep.c (v850_gdbarch_init): Update.
1520 * avr-tdep.c (avr_gdbarch_init): Update.
1521 * ia64-tdep.c (ia64_gdbarch_init): Update.
1522 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1523 * vax-tdep.c (vax_gdbarch_init): Update.
1524 * alpha-tdep.c (alpha_gdbarch_init): Update.
1525 * arm-tdep.c (arm_gdbarch_init): Update.
1526 * mips-tdep.c (mips_gdbarch_init): Update.
1527 * i386-tdep.c (i386_gdbarch_init): Update.
1528
1529 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1530
1531 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1532 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1533
1534 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1535
1536 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1537 problems.
1538
1539 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1540
1541 * infrun.c (handle_inferior_event): Move a comment outside of a
1542 function call, in order to avoid indent reformatting this part
1543 of the code in an unreadable way.
1544
1545 2002-08-23 Grace Sainsbury <graces@redhat.com>
1546
1547 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1548 when breakpoints fail. Move general breakpoint error messages to
1549 insert_breakpoints.
1550 * breakpoint.c (insert_breakpoints): Change warnings when
1551 breakpoints are nto inserted to specify the type. Remove call to
1552 memory_error when hardware breakpoints can't be inserted. Remove
1553 multiple calls to warning so all messages are sent to the user at
1554 once.
1555 (delete_breakpoints): Make insert error messsages more explicit.
1556
1557 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1558
1559 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1560 gdbserver/ChangeLog.
1561
1562 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1563
1564 * i386-tdep.c: Include "objfiles.h".
1565 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1566 skip_trampoline_code.
1567 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1568 (CPLUS_MARKER): Define to '.'.
1569
1570 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1571 member.
1572 (linux_corefile_thread_callback): Increase args->num_notes.
1573 (linux_make_note_section): Initialize thread_args.num_notes, and
1574 use it to determine whether notes for any threads were created.
1575
1576 2002-08-23 Donn Terry <donnte@microsoft.com>
1577
1578 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1579 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1580 and PCUNKILL.
1581 (write_with_trace): Conditionalize out the switch branch handling
1582 PCSHOLD if the corresponding macro is not defined. Likewise for
1583 PRSABORT and PRSTOP.
1584 This change will be needed by the Interix port.
1585
1586 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1587
1588 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1589 write_register wherever possible instead of manipulating the
1590 register bytes directly.
1591 Assign VALUE_CONTENTS to a variable and use that.
1592 The GPR numbers are now dependent on the architecture.
1593
1594 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1595
1596 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1597 ev_offset fields.
1598 (skip_prologue): Add support for BookE/e500 instructions.
1599 (e500_extract_return_value): New function.
1600 (frame_get_saved_regs): Add support for saving ev registers and
1601 pseudo gpr's.
1602 (e500_store_return_value): New function.
1603 (rs6000_gdbarch_init): Move up default intializations of
1604 deprecated_extract_return_value and store_return_value. Overwrite
1605 init of store_return_value with e500 specific version.
1606 Set extract_return_value for e500.
1607
1608 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1609
1610 * blockframe.c (generic_call_dummy_register_unwind): Use
1611 regcache_cooked_read to catch cases in which the variable is
1612 stored in a pseudo register.
1613
1614 2002-08-22 Andrew Cagney <cagney@redhat.com>
1615
1616 * NEWS: Mention that the i960 has been made obsolete.
1617 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1618 i960-tdep.c
1619 (remote-nrom.o): Obsolete target.
1620 (remote-nindy.o, i960-tdep.o): Ditto.
1621 * remote-nrom.c: Make file obsolete.
1622 * remote-nindy.c, remote-vx960.c: Ditto.
1623 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1624 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1625 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1626 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1627 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1628 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1629 i960-*-vxworks* obsolete.
1630 * MAINTAINERS: Note that the i960 is obsolete.
1631
1632 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1633
1634 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1635 detach to allow reinitialization.
1636
1637 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1638
1639 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1640 attempt).
1641
1642 2002-08-22 Jim Blandy <jimb@redhat.com>
1643
1644 * coffread.c (coff_symfile_read): Don't try to read the line
1645 number table from disk if the image file doesn't have a symbol
1646 table; we'll never actually look at the info anyway, and Windows
1647 ships DLL's with bogus file offsets for the line number data.
1648
1649 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1650
1651 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1652 an e500 executable.
1653
1654 2002-08-21 Michael Snyder <msnyder@redhat.com>
1655
1656 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1657 (MSYMBOL_SIZE): Replace macro with function.
1658 (DEFAULT_MIPS_TYPE): Delete unused macro.
1659 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1660 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1661
1662 2002-08-21 Jim Blandy <jimb@redhat.com>
1663
1664 * valops.c (value_cast): Simplify and correct logic for doing a
1665 static cast from a pointer to a base class to a pointer to a
1666 derived class.
1667
1668 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1669
1670 * infcmd.c (default_print_registers_info): Replace
1671 do_registers_info.
1672 (registers_info): Use gdbarch_print_registers_info instead of
1673 DO_REGISTERS_INFO.
1674 * inferior.h (default_print_registers_info): Replace
1675 do_registers_info.
1676 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1677 (DO_REGISTERS_INFO): Change to a predicate function.
1678 * gdbarch.h, gdbarch.c: Regenerate.
1679
1680 2002-08-21 Keith Seitz <keiths@redhat.com>
1681
1682 * gdb-events.sh: Add target-changed event.
1683 * gdb-events.c: Regenerated.
1684 * gdb-events.c: Regenerated.
1685 * valops.c (value_assign): Add target-changed event notification
1686 to inlval_register, lval_memory, and lval_reg_frame_relative.
1687
1688 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1689
1690 * NEWS: Add an entry regarding the improvement of the next/step
1691 operation on Alpha Tru64 multi-processor machines.
1692
1693 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1694
1695 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1696 directores.
1697 * Makefile.in: Update all _h macro definitions.
1698 * Makefile.in (install-gdbtk): Move to install section.
1699 (rdi-share/libangsd.a): Move to end of file.
1700
1701 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1702
1703 * frame.c (frame_register_unwind): When a register, set addrp to
1704 the register's byte.
1705
1706 2002-08-20 Michael Snyder <msnyder@redhat.com>
1707
1708 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1709 used locally, so move them from the target machine header to here.
1710 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1711 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1712 Make static.
1713 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1714
1715 2002-08-20 Andrew Cagney <cagney@redhat.com>
1716
1717 * NEWS: Mention that the Apollo line was made obsolete.
1718 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1719 m68*-hp-hpux* obsolete.
1720 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1721 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1722 * buildsym.c (make_blockvector): Make static.
1723 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1724 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1725 (ALLDEPFILES): Remove dstread.c.
1726 (dstread.o): Obsolete make rule.
1727 * dstread.c: Makefile obsolete.
1728 * dst.h: Ditto.
1729 * config/m68k/hp300hpux.mt: Ditto.
1730 * config/m68k/hp300hpux.mh: Ditto.
1731 * config/m68k/hp300bsd.mt: Ditto.
1732 * config/m68k/hp300bsd.mh: Ditto.
1733 * config/m68k/apollo68b.mt: Ditto.
1734 * config/m68k/apollo68v.mh: Ditto.
1735 * config/m68k/apollo68b.mh: Ditto.
1736
1737 2002-08-20 Michael Snyder <msnyder@redhat.com>
1738
1739 * mips-tdep.c (mips_in_return_stub): Make static.
1740 (mips_gdbarch_init): Set in_solib_return_trampoline.
1741 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1742
1743 2002-08-20 Michael Snyder <msnyder@redhat.com>
1744
1745 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1746 * gdbarch.c, gdbarch.h: Regenerate.
1747 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1748 Add.
1749 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1750
1751 2002-08-20 Michael Snyder <msnyder@redhat.com>
1752
1753 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1754 (mips_gdbarch_init): Set skip_trampoline_code,
1755 in_solib_call_trampoline.
1756 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1757 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1758
1759 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1760
1761 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1762
1763 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1764 vector type for ev registers.
1765 (e500_pseudo_register_read): New function.
1766 (e500_pseudo_register_write): New function.
1767 (e500_dwarf2_reg_to_regnum): New function.
1768 (PPC_UISA_NOFP_SPRS): New macro.
1769 (PPC_EV_REGS): New macro.
1770 (PPC_GPRS_PSEUDO_REGS): New macro.
1771 (registers_e500): New register set for e500.
1772 (variants): Add e500 variant.
1773 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1774 before setting architectural dependent variations. Initialize ev
1775 registers numbers. Add case for e500 architecture. Set the
1776 number of pseudo registers.
1777
1778 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1779
1780 * rs6000-tdep.c: Clean up comments.
1781
1782 2002-08-20 Andrew Cagney <cagney@redhat.com>
1783
1784 * h8300-tdep.c: Re-indent file.
1785
1786 2002-08-20 Jim Blandy <jimb@redhat.com>
1787
1788 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1789 default for this.
1790
1791 2002-08-20 Keith Seitz <keiths@redhat.com>
1792
1793 * breakpoints.c (watch_command_1): Use internal breakpoint
1794 when setting a watchpoint_scope breakpoint.
1795
1796 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1797
1798 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1799 (build_builtin_type_vec64i): Ditto.
1800 (build_builtin_type_vec128): Ditto.
1801 (build_builtin_type_vec128i): Ditto.
1802
1803 2002-08-19 Michael Snyder <msnyder@redhat.com>
1804
1805 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1806 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1807 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1808 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1809 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1810 CALL_DUMMY_ADDRESS): Delete.
1811 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1812 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1813 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1814 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1815 push_return_address.
1816 (mips_register_raw_size, mips_eabi_use_struct_convention,
1817 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1818 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1819 mips_init_extra_frame_info, mips_eabi_push_arguments,
1820 mips_n32n64_push_arguments, mips_push_return_address,
1821 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1822 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1823
1824 2002-08-19 Michael Snyder <msnyder@redhat.com>
1825
1826 * mips-tdep.c (mips_frame_num_args): New function.
1827 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1828 frame_saved_pc, frame_args_address, frame_locals_address,
1829 frame_num_args, and frame_args_skip.
1830 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1831 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1832 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1833 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1834
1835 2002-08-20 Michael Snyder <msnyder@redhat.com>
1836
1837 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1838 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1839 * mips-tdep.c (mips_store_struct_return): New function.
1840 (mips_extract_struct_value_address): New function.
1841 (mips_gdbarch_init): Set store_struct_return and
1842 extract_struct_value_address.
1843
1844 2002-08-20 David Carlton <carlton@math.stanford.edu>
1845
1846 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1847 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1848 (read_file_scope): Check that line_header is nonzero before
1849 decoding macro information.
1850
1851 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1852
1853 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1854 flag the general-purpose registers as floating-point on targets
1855 that don't support the floating-point registers.
1856
1857 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1858
1859 * rs6000-tdep.c (altivec_register_p): Delete.
1860 (rs6000_do_altivec_registers): Delete.
1861 (rs6000_altivec_registers_info): Delete.
1862 (rs6000_do_registers_info): Delete.
1863 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1864 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1865
1866 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1867
1868 * infcmd.c (do_registers_info): Print vector registers in hex
1869 format only.
1870 (print_vector_info): Check that printing registers
1871 makes sense.
1872 (print_float_info): Ditto.
1873
1874 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1875
1876 * mips-tdep.c (mips_gdbarch_init): Update.
1877 (mips_o32_extract_return_value): Rewrite.
1878 (mips_o32_store_return_value): Rewrite.
1879 (mips_o32_xfer_return_value): New function.
1880 (mips_xfer_register): Tweak debug print message. Allow for
1881 buf_offset when dumping the value transfered.
1882
1883 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1884
1885 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1886 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1887 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1888 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1889 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1890
1891 2002-08-14 Michael Snyder <msnyder@redhat.com>
1892
1893 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1894
1895 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1896
1897 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1898 register.
1899 (P): New macro to define a register as a pseudo register.
1900 (R, R4, R8, R16, FR32, R64, R0): Updated.
1901 (struct variant): Add new fields for number of pseudo registers
1902 and number of total registers.
1903 (tot_num_registers): New macro replacing....
1904 (num_registers): ...deleted macro.
1905 (num_registers): New function.
1906 (num_pseudo_registers): New function.
1907 (variants): Update all variants to intialize new fields correctly.
1908 Postpone initialization of number of pseudo regs and real regs.
1909 (init_variants): New function.
1910 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1911 registers offsets.
1912
1913 2002-08-19 David Carlton <carlton@math.stanford.edu>
1914
1915 * valops.c (search_struct_field): Change error message to treat
1916 return value of 0 from value_static_field as meaning that field is
1917 optimized out.
1918 (value_struct_elt_for_reference): Ditto.
1919 * values.c (value_static_field): Treat an unresolved location the
1920 same as a nonexistent symbol. Fix PR gdb/635.
1921 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1922 enclosed. Fix PR gdb/574.
1923 * MAINTAINERS: Add self to Write After Approval list.
1924
1925 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1926
1927 * mips-tdep.c (mips_xfer_register): New function.
1928 (mips_n32n64_extract_return_value): Rewrite.
1929 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1930 instead of deprecated_extract_return_value.
1931
1932 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1933
1934 * rs6000-tdep.c (TDEP): Delete macro.
1935 (branch_dest): Replace use of TDEP macro with its body.
1936 (rs6000_pop_frame): Ditto.
1937 (rs6000_push_arguments): Ditto.
1938 (rs6000_skip_trampoline_code): Ditto.
1939 (rs6000_frame_saved_pc): Ditto.
1940 (rs6000_frame_chain): Ditto.
1941 (rs6000_register_name): Ditto.
1942 (rs6000_register_byte): Ditto.
1943 (rs6000_register_raw_size): Ditto.
1944 (rs6000_register_virtual_type): Ditto.
1945 (rs6000_register_convertible): Ditto.
1946 (rs6000_convert_from_func_ptr_addr): Ditto.
1947
1948 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1949
1950 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1951 conditionally.
1952 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1953 MIPS_LINUX_JB_ELEMENT_SIZE.
1954 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1955 for MAX_REGISTER_RAW_SIZE arrays.
1956 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1957 MIPS_LINUX_JB_ELEMENT_SIZE.
1958
1959 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1960
1961 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1962
1963 2002-08-19 Aidan Skinner <aidan@velvet.net>
1964
1965 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1966 ada-valprint.c ada-tasks.c.
1967 (YYFILES): Add ada-exp.y.
1968 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1969 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1970 (ada-exp.tab.o): New target.
1971
1972 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1973
1974 * regcache.c (regcache_xfer_part): New function.
1975 (regcache_raw_read_part): New function.
1976 (regcache_raw_write_part): New function.
1977 (regcache_cooked_read_part): New function.
1978 (regcache_cooked_write_part): New function.
1979 * regcache.h (regcache_raw_read_part): Declare.
1980 (regcache_raw_write_part): Declare.
1981 (regcache_cooked_read_part): Declare.
1982 (regcache_cooked_write_part): Declare.
1983
1984 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1985
1986 * remote.c (remote_open_1): Add async_p.
1987 (remote_async_open_1): Delete.
1988 (open_remote_target): Delete.
1989 (remote_open, extended_remote_open): Update calls to remote_open_1.
1990 (remote_async_open, extended_remote_async_open): Call
1991 remote_open_1 instead of remote_async_open_1.
1992
1993 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1994
1995 * blockframe.c: Fix a few coding standard violations.
1996
1997 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1998
1999 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2000 here from ...
2001 * config/i386/tm-i386sco5.h: ... here. File removed.
2002 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2003
2004 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2005 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2006 (TM_FILE): Set to tm-i386.h.
2007 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2008 * config/i386/tm-i386v.h: Remove file.
2009 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2010 instead of "i386/tm-i386v.h".
2011 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2012 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2013 "i386/tm-i386v.h".
2014 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2015 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2016 "i386/tm-i386.h".
2017
2018 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2019
2020 * config/i386/nm-i386v.h: Add protection against
2021 multiple-inclusion.
2022 (i386_register_u_addr): Remove prototype.
2023 (register_u_addr): New prototype.
2024 (REGISTER_U_ADDR): Redefine accordingly.
2025 * i386v-nat.c: Improve several comments.
2026 (i386_register_u_addr): Change signature and rename to
2027 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2028 ubase variable.
2029
2030 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2031
2032 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2033 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2034 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2035 deprecated_extract_return_value.
2036 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2037 rename mips_o32o64_push_arguments.
2038 (mips_gdbarch_init): Update.
2039 (mips_extract_return_value): Delete.
2040 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2041 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2042 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2043 (mips_n32n64_extract_return_value): Clone
2044 mips_extract_return_value.
2045 (mips_store_return_value): Delete.
2046 (mips_o32_store_return_value): Clone mips_store_return_value.
2047 (mips_o64_store_return_value): Clone mips_store_return_value.
2048 (mips_eabi_store_return_value): Clone mips_store_return_value.
2049 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2050
2051 2002-08-18 Aidan Skinner <aidan@velvet.net>
2052
2053 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2054 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2055
2056 2002-08-18 Aidan Skinner <aidan@velvet.net>
2057
2058 * ada-lang.c: Run through gdb_indent.sh.
2059 * ada-lang.h: Run through gdb_indent.sh.
2060 * ada-tasks.c: Run through gdb_indent.sh.
2061 * ada-typeprint.c: Run through gdb_indent.sh.
2062 * ada-valprint.c: Run through gdb_indent.sh.
2063
2064 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2065
2066 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2067 ABI.
2068
2069 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2070
2071 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2072
2073 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2074 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2075
2076 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2077 write_register_gen instead of write_register_bytes.
2078
2079 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2080 i[3456]-*-osf1mk* configurations have been made obsolete.
2081 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2082 i[3456]86-*-osf1mk* hosts obsolete.
2083 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2084 targets obsolete.
2085 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2086 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2087 config/i386/i386m3.mt, config/i386/nm-m3.h,
2088 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2089 config/i386/i386mk.mh, config/i386/i386mk.mt,
2090 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2091 obsolete.
2092 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2093 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2094 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2095
2096 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2097
2098 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2099 (hppa_value_returned_from_stack): Declare.
2100 (hppa_extract_return_value): Declare.
2101 * config/pa/hppa.mt: New file.
2102 * configure.tgt: Recognize hppa*-*-*.
2103 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2104
2105 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2106
2107 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2108 comment.
2109
2110 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2111
2112 * top.c (gdb_rl_operate_and_get_next): Make sure
2113 operate-and-get-next functions correctly even when the history
2114 list is completely filled.
2115
2116 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2117
2118 * MAINTAINERS (Target Instruction Set Architectures): Rename
2119 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2120 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2121 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2122 already listed under Host/Native.
2123
2124 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2125 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2126 mips*-*-*.
2127
2128 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2129
2130 * config/ia64/ia64.mt: New file.
2131 * config/alpha/alpha.mt: New file.
2132 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2133 ia64-linux-gnu. Mention that ia64-elf is broken.
2134 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2135
2136 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2137
2138 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2139 generic_func_frame_valid instead of func_frame_valid.
2140
2141 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2142
2143 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2144 procfs appears to be broken when debugging on multi-processor
2145 machines. So enable software single stepping in order to avoid
2146 using the procfs interface to do next/step operations, using
2147 internal breakpoints instead.
2148
2149 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2150 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2151 make this pc address equal to the value it would have if the
2152 system stepping capability was used. Also set a new flag used
2153 to ensure that we don't readjust the PC one more time later.
2154
2155 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2156 address by DECR_PC_AFTER_BREAK when software single step is
2157 in use for this architecture, as this has already been taken
2158 care of in handle_inferior_event().
2159
2160 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2161
2162 * infrun.c (handle_inferior_event): Minor reformatting, to make
2163 a rather long condition expression easier to read.
2164
2165 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2166
2167 * Makefile.in (gdbtk.o): Move to end of file.
2168 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2169 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2170 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2171 (gdbtk-wrapper.o, gdbres.o): Ditto.
2172
2173 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2174
2175 * Makefile.in (copying.o): Separate out compile rule.
2176 (hpux-thread.o, procfs.o, signals.o): Ditto.
2177 (v850ice.o, z8k-tdep.o): Ditto.
2178 (tui-file.o): Move to TUI section.
2179 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2180 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2181
2182 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2183
2184 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2185 skip_trampoline_code, for better namespace-proofing.
2186
2187 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2188
2189 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2190
2191 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2192
2193 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2194
2195 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2196 signal, check whether we hit a breakpoint before checking for a
2197 single step breakpoint. Otherwise, GDB fails to notice that a
2198 breakpoint has been hit when stepping onto a breakpoint.
2199
2200 2002-08-16 Keith Seitz <keiths@redhat.com>
2201
2202 * gdb-events.sh (clear_gdb_event_hooks): New function.
2203 * gdb-events.c: Regenerate.
2204 * gdb-events.h: Regenerate.
2205
2206 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2207
2208 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2209 not_a_sw_breakpoint.
2210 * breakpoint.h (bpstat_stop_status): Add parameter names.
2211
2212 2002-08-16 Grace Sainsbury <graces@redhat.com>
2213
2214 * remote.c (remote_insert_hw_breakpoint)
2215 (remote_remove_hw_breakpoint): Fix calculation of length field
2216 for Z-packet.
2217
2218 2002-08-15 Michael Snyder <msnyder@redhat.com>
2219
2220 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2221 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2222 (supply_fpregset): Ditto.
2223
2224 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2225 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2226 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2227 (TARGET_READ_SP): Delete.
2228 (DO_REGISTERS_INFO): Delete.
2229 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2230 Delete.
2231 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2232 from macros to functions.
2233
2234 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2235 (mips_register_convertible, mips_register_convert_to_virtual,
2236 mips_register_convert_to_raw): Make static.
2237 (mips_read_sp): New function.
2238 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2239 (mips_do_registers_info): Make static.
2240 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2241 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2242 (mips_register_convert_from_type, mips_register_convert_to_type):
2243 New functions.
2244 (mips_gdbarch_init): Set up function_start_offset,
2245 register_virtual_size, pc_in_sigtramp.
2246
2247 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2248
2249 * infcmd.c (vector_info): New function.
2250 (_initialize_infcmd): Add command "info vector".
2251 (print_vector_info): New function.
2252
2253 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2254 * gdbarch.h, gdbarch.c: Regenerate.
2255
2256 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2257
2258 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2259 ``print_all''. Only print vector registers when ``print_all''.
2260
2261 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2262
2263 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2264 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2265
2266 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2267 Add `args' parameter.
2268 * gdbarch.h, gdbarch.c: Regenerate.
2269
2270 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2271
2272 * infcmd.c (float_info): Call print_float_info.
2273 (print_float_info): New function. By default, print the
2274 floating-point registers.
2275
2276 * arch-utils.h (default_print_float_info): Delete declaration.
2277 * arch-utils.c (default_print_float_info): Delete function.
2278
2279 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2280
2281 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2282 out define.
2283
2284 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2285 FRAME.
2286
2287 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2288 * configure.host: Make i[3456]86-*-aix host obsolete.
2289 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2290 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2291 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2292 config/i386/xm-i386aix.h: Make files obsolete.
2293 * i386aix-nat.c: Make file obsolete.
2294 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2295 (i386aix-nat.o): Make target obsolete.
2296
2297 * config/i386/nm-gnu.h: Removed.
2298 * config/i386/nm-i386gnu.h: New file.
2299 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2300 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2301 Moved here from ...
2302 * config/i386/tm-i386gnu.h: ... here. Removed.
2303 * config/i386/xm-i386gnu.h: Removed.
2304 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2305 (NAT_FILE): Set to nm-i386gnu.h.
2306 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2307 * i386-tdep.c: New file.
2308 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2309 (i386gnu-tdep.o): Specify dependencies.
2310
2311 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2312
2313 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2314 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2315 Adjust a few comments to reflect reality a bit closer.
2316 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2317 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2318 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2319 target_insert_watchpoint, target_remove_watchpoint):
2320 Move defines to ...
2321 * config/i386/nm-i386sco5.h: ... here.
2322 (kernel_u_size): Add prototype. Improve a few comments and add
2323 protection against multiple inclusion.
2324
2325 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2326 out define.
2327
2328 * uw-thread.c (SP_ARG0): Define if not already defined.
2329 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2330
2331 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2332
2333 * config/i386/tm-i386.h: Don't include "regcache.h".
2334
2335 * i387-tdep.h (i387_print_float_info): New prototype.
2336 * i387-tdep.c (print_i387_value, print_i387_ext,
2337 print_i387_status_word, print_i387_control_word): Add `struct
2338 ui_file *' argument and use it for output.
2339 (i387_print_float_info): Renamed from i387_float_info. Add
2340 `struct gdbarch *' and `struct ui_file *' arguments and use the
2341 latter for output.
2342 * i386-tdep.c: Include "i387-tdep.h".
2343 (i386_gdbarch_init): Set print_float_info.
2344 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2345 (FLOAT_INFO): Remove define.
2346
2347 2002-08-13 Michael Snyder <msnyder@redhat.com>
2348
2349 * mips-tdep.c (mips_push_arguments): Rename to
2350 mips_eabi_push_arguments, and tune for EABI.
2351 (MIPS_REGS_HAVE_HOME_P): Delete.
2352 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2353 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2354 Delete references to mips_regs_have_home_p.
2355
2356 2002-08-14 Keith Seitz <keiths@redhat.com>
2357
2358 * Makefile.in (install-gdbtk): Create insight plugin directory.
2359 Install plugins.tcl file.
2360
2361 2002-08-14 Keith Seitz <keiths@redhat.com>
2362
2363 * configure.in: Move SUBDIRS to near top of the file so that
2364 --enable options may add things to it.
2365 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2366 * configure: Regenerate.
2367
2368 2002-08-13 Michael Snyder <msnyder@redhat.com>
2369
2370 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2371 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2372 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2373
2374 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2375
2376 * vax-tdep.c (vax_get_saved_register): Delete function.
2377 (vax_gdbarch_init): Update.
2378 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2379 (ns32k_gdbarch_init): Update.
2380 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2381 (alpha_gdbarch_init): Update.
2382
2383 2002-08-13 Andrew Cagney <cagney@redhat.com>
2384
2385 * regcache.c (init_regcache_descr): Overallocate the
2386 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2387 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2388 nr_raw_registers.
2389 (set_register_cached): Add range checking assertions. Use
2390 current_regcache.
2391
2392 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2393
2394 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2395 numbers for MMX registers.
2396
2397 2002-08-13 Andrew Cagney <cagney@redhat.com>
2398
2399 * i386-tdep.c (i386_gdbarch_init): Use
2400 generic_unwind_get_saved_register.
2401
2402 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2403
2404 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2405 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2406 target vector.
2407 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2408 Delete. Add comment regarding this now-deleted target method.
2409
2410 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2411
2412 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2413 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2414 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2415 real PC and the page number (if it's within the memory bank window).
2416 (m68hc11_pseudo_register_write): Likewise when saving.
2417 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2418 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2419 (m68hc11_register_raw_size): And use 32-bit for it.
2420 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2421 16K memory bank is used by the prog; also use the virtual pc.
2422
2423 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2424
2425 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2426 (m68hc11_gdbarch_init): Install it in gdbarch.
2427 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2428 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2429 (MSYMBOL_SIZE): New for documentation.
2430 (insn_return_kind): Enum to specify how a function returns.
2431 (frame_extra_info): Cleanup and record the return mode.
2432 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2433 register in address computation.
2434 (m68hc11_get_return_insn): New to obtain the return instruction used
2435 by the function.
2436 (m68hc11_frame_init_saved_regs): Take into account the return
2437 instruction used by the function for far and interrupt functions.
2438 (m68hc11_init_extra_frame_info): Take into account page register.
2439 (m68hc11_frame_args_address): Adjust according to the return mode.
2440 (show_regs): Print page register only when it's used.
2441
2442 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2443
2444 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2445 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2446 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2447 registers.
2448 (m68hc11_register_raw_size): Likewise.
2449
2450 2002-08-13 Andrew Cagney <cagney@redhat.com>
2451
2452 * i386-tdep.c (i386_register_name): Handle mmx registers.
2453 (mmx_regnum_p): New function.
2454 (i386_mmx_names): New array.
2455 (mmx_num_regs): New variable.
2456 (i386_pseudo_register_read): New function.
2457 (i386_pseudo_register_write): New function.
2458 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2459
2460 * regcache.c (regcache_raw_read_unsigned): New function.
2461 (regcache_raw_read_signed): New function.
2462 * regcache.h (regcache_raw_read_unsigned): Declare.
2463 (regcache_raw_read_signed): Declare.
2464
2465 2002-08-13 Andrew Cagney <cagney@redhat.com>
2466
2467 * regcache.c (regcache_raw_read_as_address): Delete function.
2468 (regcache_cooked_read_signed): New function.
2469 (regcache_cooked_read_unsigned): New function.
2470 * regcache.h (regcache_cooked_read_signed): Declare.
2471 (regcache_cooked_read_unsigned): Declare.
2472 (regcache_raw_read_as_address): Delete declaration.
2473
2474 * blockframe.c (generic_read_register_dummy): Use
2475 regcache_cooked_read_unsigned.
2476 * i386-tdep.c (i386_extract_struct_value_address): Use
2477 regcache_cooked_read_unsigned.
2478
2479 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2480
2481 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2482 double sizes according to ELF ABI flags.
2483 (gdbarch_tdep): Record elf_flags.
2484
2485 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2486
2487 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2488 (m6812_prolog): They can appear in 68HC12 function prologue.
2489 (m68hc11_frame_chain): Cleanup.
2490
2491 2002-08-12 Andrew Cagney <cagney@redhat.com>
2492
2493 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2494 declarations.
2495 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2496 (i386_linux_register_raw_size): Delete function.
2497 (i386_linux_init_abi): Update.
2498 * i386-tdep.c (i386_register_raw_size): Delete function.
2499 (i386_register_byte): Delete function.
2500 (i386_gdbarch_init): Update.
2501 (i386_register_size): Delete array.
2502 (i386_register_offset): Delete array.
2503
2504 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2505 (REGISTER_RAW_SIZE): Delete macro.
2506 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2507 (REGISTER_BYTE): Delete macro.
2508
2509 2002-08-11 Aidan Skinner <aidan@velvet.net>
2510
2511 * ada-lang.c (ada_lookup_partial_symbol)
2512 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2513 prototype names so that grep ^func works properly.
2514
2515 * ada-lang.c (ada_array_element_type)
2516 (ada_lookup_partial_symbol): Fix typos in parameter list.
2517
2518 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2519 Fix prototype names so that grep ^func works properly.
2520
2521 2002-08-10 Andrew Cagney <cagney@redhat.com>
2522 Elena Zannoni <ezannoni@redhat.com>
2523 Martin M. Hunt <hunt@redhat.com>
2524
2525 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2526 (build_builtin_type_vec128i): Set the vector bit.
2527 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2528 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2529 (build_builtin_type_vec64): New function.
2530 (build_builtin_type_vec64i): New function.
2531 (build_gdbtypes): Initialize builtin_type_vec64 and
2532 builtin_type_vec64i.
2533
2534 2002-08-09 Andrew Cagney <cagney@redhat.com>
2535
2536 * regcache.c (regcache_dump): Compare the register offset
2537 with REGISTER_BYTE.
2538 * arch-utils.c (generic_register_byte): New function.
2539 * arch-utils.h (generic_register_byte): Declare.
2540 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2541 * gdbarch.h, gdbarch.c: Regenerate.
2542
2543 2002-08-09 Andrew Cagney <cagney@redhat.com>
2544
2545 * regcache.c: Include "gdbcmd.h"
2546 (_initialize_regcache): Add commands "maintenance print
2547 registers", "maintenance print raw-registers" and "maintenance
2548 print cooked-registers".
2549 (enum regcache_dump_what): Define.
2550 (dump_endian_bytes): New function.
2551 (regcache_dump): New function.
2552 (regcache_print): New function.
2553 (maintenance_print_registers): New function.
2554 (maintenance_print_raw_registers): New function.
2555 (maintenance_print_cooked_registers): New function.
2556 * Makefile.in (regcache.o): Update dependencies.
2557
2558 2002-08-09 Michael Snyder <msnyder@redhat.com>
2559
2560 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2561 (mips_push_arguments): Correct some comments. Use paddr_nz
2562 for printing addresses in debug output. Replace static
2563 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2564 (mips_n32n64_push_arguments): New function, cloned from
2565 mips_push_arguments and tuned for the n32/n64 ABI.
2566 (mips_push_register): Buffer needs dynamic allocation.
2567 (mips_print_register): Ditto.
2568 (do_gp_register_row): Ditto.
2569 (mips_store_return_value): Ditto.
2570 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2571
2572 2002-08-09 Don Howard <dhoward@redhat.com>
2573
2574 * memattr.c (mem_info_command): Print special case of upper bound
2575 as max CORE_ADDR + 1.
2576
2577 2002-08-08 Michael Snyder <msnyder@redhat.com>
2578
2579 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2580 returns structs by ref if they're too big to fit in two registers.
2581
2582 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2583
2584 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2585 saved regs value.
2586 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2587 mips_find_saved_regs().
2588 (mips_pop_frame): Likewise.
2589
2590 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2591
2592 * blockframe.c (frame_saved_regs_register_unwind): Revise
2593 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2594 frames are in use.
2595
2596 2002-08-09 Grace Sainsbury <graces@redhat.com>
2597
2598 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2599 T-packets; the 'a' is not taken as a register number.
2600 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2601 (remote_stopped_data_address): New functions; add to target
2602 vector.
2603 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2604 prototypes to match other implementations of this
2605 function. replace integer argument with pointer -- the length
2606 field in the Z-packet is the length of what is pointed to or 1 if
2607 pointer is null. Add to target vector.
2608 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2609 target vector.
2610
2611 From Mark Salter:
2612 * remote.c (remote_wait): Add support to extract optional
2613 watchpoint information from T-packet. Ignore unrecognized
2614 optional info in T-packet.
2615 (remote_async_wait): Ditto.
2616
2617 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2618
2619 * cli/cli-dump.c: Change fopen modes to use binary open modes
2620 as defined in include/fopen-bin.h throughout.
2621
2622 2002-08-08 Michael Snyder <msnyder@redhat.com>
2623
2624 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2625
2626 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2627
2628 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2629 assertion failure by returning early after a warning.
2630
2631 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2632
2633 * mips-tdep.c (mips_find_saved_regs): Make static.
2634 (mips_frame_init_saved_regs): New function.
2635 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2636 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2637 (mips_find_saved_regs): Delete declaration.
2638
2639 2002-08-08 Grace Sainsbury <graces@redhat.com>
2640
2641 * remote.c (remote_wait, remote_async_wait): Change
2642 thread_num from int to ULONGEST.
2643 (unpack_varlen_hex): Change result parameter from
2644 int * to ULONGEST *.
2645
2646 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2647
2648 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2649 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2650 powerpc*-*-*.
2651 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2652
2653 2002-08-08 Andrew Cagney <cagney@redhat.com>
2654
2655 * gcore.c (override_derive_stack_segment): Delete variable.
2656 (preempt_derive_stack_segment): Delete function.
2657 (derive_stack_segment): Delete function.
2658 (default_derive_stack_segment): Renamed to derive_stack_segment.
2659 (override_derive_heap_segment): Delete variable.
2660 (preempt_derive_heap_segment): Delete function.
2661 (derive_heap_segment): Delete function.
2662 (default_derive_heap_segment): Rename to derive_heap_segment.
2663
2664 2002-08-06 Michael Snyder <msnyder@redhat.com>
2665
2666 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2667 * mips-tdep.c (mips_EABI_use_struct_convention,
2668 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2669 New functions. (mips_use_struct_convention): Delete.
2670 (mips_gdbarch_init): set use_gdbarch_convention.
2671
2672 2002-08-06 Michael Snyder <msnyder@redhat.com>
2673
2674 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2675 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2676 mips_o32_reg_struct_has_addr): New functions.
2677 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2678
2679 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2680
2681 * regcache.c (pseudo_register): Delete function.
2682 (fetch_register): Delete function.
2683 (store_register): Delete function.
2684 (regcache_raw_read, legacy_read_register_gen): Use
2685 target_fetch_registers instead of fetch_register.
2686 (legacy_write_register_gen, regcache_raw_write): Use
2687 target_store_register instead of store_register.
2688 (write_register_bytes): Ditto.
2689
2690 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2691 (STORE_PSEUDO_REGISTER): Delete.
2692 * gdbarch.h, gdbarch.c: Regenerate.
2693
2694 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2695
2696 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2697 write dump file binary.
2698
2699 2002-08-05 Michael Snyder <msnyder@redhat.com>
2700
2701 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2702 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2703 (mips_gdbarch_init): Set N32 target to be mips64.
2704
2705 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2706
2707 * frame.c (find_saved_register): Break out of loop once saved
2708 register address is found. Don't mention sparc in loop comment
2709 anymore.
2710
2711 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2712
2713 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2714 mips_default_saved_regsize to 8.
2715
2716 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2717
2718 * gcore.c: Do not include <sys/procfs.h>.
2719 * Makefile.in (gcore.o): Update dependencies.
2720
2721 2002-08-06 Andrew Cagney <cagney@redhat.com>
2722
2723 * configure.tgt: Make arc-*-* obsolete.
2724 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2725 * MAINTAINERS: Make arc-elf obsolete.
2726 * arc-tdep.c: Make file obsolete.
2727 * config/arc/arc.mt: Ditto.
2728 * config/arc/tm-arc.h: Ditto.
2729
2730 2002-08-05 Theodore A. Roth <troth@verinet.com>
2731
2732 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2733
2734 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2735
2736 * mcore-tdep.c (mcore_gdbarch_init): Use
2737 generic_unwind_get_saved_register instead of
2738 generic_get_saved_register.
2739 * v850-tdep.c (v850_gdbarch_init): Ditto.
2740 * frv-tdep.c (frv_gdbarch_init): Ditto.
2741 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2742 * s390-tdep.c (s390_gdbarch_init): Ditto.
2743 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2744 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2745 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2746
2747 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2748
2749 * objfiles.h: Add missing #include "symfile.h"
2750
2751 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2752
2753 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2754
2755 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2756 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2757 of FIELD_BITSIZE.
2758
2759 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2760
2761 * NEWS: Cleanup and nitpick.
2762
2763 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2764
2765 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2766
2767 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2768
2769 * Makefile.in (gdbtk-bp.o): Update dependencies.
2770 (gdbtk-register.o): Ditto.
2771 (gdbtk-varobj.o): Ditto.
2772
2773 2002-08-03 Andrew Cagney <cagney@redhat.com>
2774
2775 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2776 m68hc11_fetch_pseudo_register.
2777 (m68hc11_pseudo_register_write): Replace
2778 m68hc11_store_pseudo_register.
2779 (m68hc11_gdbarch_init): Update.
2780
2781 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2782
2783 * gdbarch.sh: Include "gdb_string.h".
2784 * gdbarch.c: Regenerate.
2785
2786 * regcache.c: Include "gdb_string.h".
2787 * ax-general.c: Ditto.
2788 * varobj.c: Ditto.
2789 * std-regs.c: Ditto.
2790 * fbsd-proc.c: Ditto.
2791 * thread.c: Ditto.
2792
2793 * Makefile.in (regcache.o): Update dependencies.
2794 (thread.o, gdbarch.o): Ditto.
2795 (ax-general.o, gdbarch.o): Ditto.
2796 (varobj.o, std-regs.o): Ditto.
2797 (fbsd-proc.o): Specify dependencies.
2798
2799 2002-08-02 Andrew Cagney <cagney@redhat.com>
2800
2801 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2802 regnum.
2803 (regcache_cooked_write): Ditto.
2804
2805 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2806
2807 * regcache.c (regcache_cooked_read): New function.
2808 (regcache_cooked_write): New function.
2809 (read_register_gen): Rewrite using regcache_cooked_read.
2810 (write_register_gen): Rewrite using regcache_cooked_write.
2811
2812 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2813 Declare.
2814
2815 2002-08-02 Andrew Cagney <cagney@redhat.com>
2816
2817 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2818 Replace the architecture methods register_read and register_write.
2819 * gdbarch.h, gdbarch.c: Regenerate.
2820 * regcache.c (init_regcache_descr): Update.
2821 (read_register_gen): Update.
2822 (write_register_gen): Update.
2823 (supply_register): Update comment.
2824
2825 * sh-tdep.c (sh_gdbarch_init): Update.
2826 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2827 `regcache' and `gdbarch' parameters. Make `buffer' a void
2828 pointer. Update code.
2829 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2830 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2831 void pointer. Update code.
2832 (sh64_register_write): Delete.
2833 (sh4_register_read): Delete.
2834 (sh64_register_read): Delete.
2835 (sh4_register_write): Delete.
2836 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2837 void pointer, `to' parameter a void pointer.
2838 (sh_sh64_register_convert_to_raw): Ditto.
2839
2840 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2841
2842 * mips-tdep.c (mips_register_virtual_type): Use architecture
2843 invariant return values.
2844
2845 2002-08-01 Andrew Cagney <cagney@redhat.com>
2846
2847 * linux-proc.c: Include "gdb_string.h".
2848 * Makefile.in (linux-proc.o): Update dependency list.
2849
2850 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2851
2852 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2853 comment.
2854
2855 2002-08-01 Grace Sainsbury <graces@redhat.com>
2856
2857 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2858 to_insert_watchpoint, to_remove_watchpoint,
2859 to_stopped_by_watchpoint, to_stopped_data_address,
2860 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2861 target vecctor. Define their corresponding macros so they call
2862 them.
2863
2864 * target.c: Add default and debug versions of for
2865 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2866 to_insert_watchpoint, to_remove_watchpoint,
2867 to_stopped_by_watchpoint, to_stopped_data_address,
2868 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2869
2870 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2871
2872 * mips-tdep.c (mips_register_virtual_type): New function.
2873 (mips_gdbarch_init): Register mips_register_virtual_type()
2874 with gdbarch machinery.
2875 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2876 this file instead of tm-bigmips.h.
2877 (MIPS_REGSIZE): Delete this macro.
2878 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2879 multiarch version in mips-tdep.c will be found.
2880
2881 2002-08-01 Andrew Cagney <cagney@redhat.com>
2882
2883 * NEWS: Menion that CHILL has been made obsolete.
2884
2885 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2886 * stabsread.c (read_range_type): Ditto.
2887 * gdbtypes.h: Ditto.
2888 * language.c (binop_type_check): Ditto.
2889 (binop_result_type): Ditto.
2890 (integral_type): Ditto.
2891 (character_type): Ditto.
2892 (string_type): Ditto.
2893 (boolean_type): Ditto.
2894 (structured_type): Ditto.
2895 (lang_bool_type): Ditto.
2896 (binop_type_check): Ditto.
2897 * language.h (_LANG_chill): Ditto.
2898 * dwarfread.c (set_cu_language): Ditto.
2899 * dwarfread.c (CHILL_PRODUCER): Ditto.
2900 * dwarfread.c (handle_producer): Ditto.
2901 * expression.h (enum exp_opcode): Ditto.
2902 * eval.c: Ditto for comments.
2903 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2904 * expprint.c (print_subexp): Ditto.
2905 (print_subexp): Ditto.
2906 * valops.c (value_cast): Ditto.
2907 (search_struct_field): Ditto.
2908 * value.h (COERCE_VARYING_ARRAY): Ditto.
2909 * symfile.c (init_filename_language_table): Ditto.
2910 (add_psymbol_with_dem_name_to_list): Ditto.
2911 * valarith.c (value_binop): Ditto.
2912 (value_neg): Ditto.
2913 * valops.c (value_slice): Ditto.
2914 * symtab.h (union language_specific): Ditto.
2915 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2916 (SYMBOL_DEMANGLED_NAME): Ditto.
2917 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2918 * defs.h (enum language): Ditto.
2919 * symtab.c (got_symtab): Ditto.
2920 * utils.c (fprintf_symbol_filtered): Ditto.
2921
2922 * ch-typeprint.c: Make file obsolete.
2923 * ch-valprint.c: Make file obsolete.
2924 * ch-lang.h: Make file obsolete.
2925 * ch-exp.c: Make file obsolete.
2926 * ch-lang.c: Make file obsolete.
2927
2928 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2929 CHILL_LIB.
2930 (TARGET_FLAGS_TO_PASS): Ditto.
2931 (CHILLFLAGS): Obsolete.
2932 (CHILL): Obsolete.
2933 (CHILL_FOR_TARGET): Obsolete.
2934 (CHILL_LIB): Obsolete.
2935 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2936 ch-valprint.c.
2937 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2938 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2939 ch-lang.o.
2940 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2941 targets.
2942
2943 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2944
2945 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2946 This does not change anything at the moment, but will be helpful
2947 later when full Ada support is integrated.
2948
2949 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2950
2951 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2952 help message.
2953
2954 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2955
2956 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2957 and save it in a local variable. Use variable in later test.
2958
2959 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2960
2961 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2962 test. (Thanks to Daniel Jacobowitz.)
2963
2964 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2965
2966 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2967 (mips_abi_strings): Add "n64".
2968 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2969
2970 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2971
2972 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2973 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2974
2975 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2976
2977 * utils.c (host_pointer_to_address, address_to_host_pointer):
2978 Use gdb_assert() instead of explicit call to internal_error().
2979
2980 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2981
2982 * Makefile.in (rs6000-nat.o): Update dependencies.
2983
2984 From Nicholas Duffek:
2985 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2986 (aix-thread.o): New rule.
2987 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2988 * config/powerpc/aix432.mh: New file.
2989
2990 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2991
2992 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2993 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2994 (fetch_core_registers, ppc_linux_supply_gregset)
2995 (ppc_linux_supply_fpregset): New functions.
2996 (ppc_linux_regset_core_fns): New.
2997 (_initialize_ppc_linux_tdep): Call add_core_fns.
2998 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2999 and ppc_linux_supply_gregset.
3000 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3001 (supply_fpregset): Call ppc_linux_supply_fpregset.
3002 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3003 corelow.o.
3004 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3005
3006 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3007
3008 * symtab.c (lookup_symbol): Demangle before lowercasing.
3009
3010 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3011
3012 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3013 declaration.
3014 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3015 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3016 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3017 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3018 "gdb_string.h".
3019 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3020 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3021 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3022 (avr-tdep.o, mon960-rom.o): Ditto.
3023 (aout_stabs_gnu_h): Define.
3024 (symtab_h): Remove $(gdb_obstack_h).
3025
3026 2002-07-30 Jim Blandy <jimb@redhat.com>
3027
3028 Patch from David Carlton <carlton@math.stanford.edu>:
3029 * gdbinit.in: Move the `dir' commands that add GDB's own source
3030 directory to the search path to the end, so that the `gdb' source
3031 directory will be searched first.
3032
3033 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3034
3035 * gdb_obstack.h: New file.
3036 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3037 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3038 * objfiles.h: Include "gdb_obstack.h".
3039 * Makefile.in (gdb_obstack_h): Define.
3040 (symtab_h): Add $(gdb_obstack_h).
3041 (objfiles_h): Add $(gdb_obstack_h).
3042
3043 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3044 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3045 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3046 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3047 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3048 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3049 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3050 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3051
3052 * Makefile.in (bcache.o): Update dependencies.
3053 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3054 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3055 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3056 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3057 (stabsread.o, symfile.o, symmisc.o): Ditto.
3058 (symtab.o, typeprint.o, macroexp.o): Ditto.
3059 (macrotab.o, mdebugread.o): Ditto.
3060 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3061 (coff_ecoff_h, aout_aout64_h): Define.
3062 (aout_stabs_gnu_h, libaout_h): Define.
3063
3064 2002-07-29 Andrew Cagney <cagney@redhat.com>
3065
3066 * regcache.c (struct regcache_descr): Rename nr_registers to
3067 nr_cooked_registers. Revise comments describing the structure
3068 member fields.
3069 (init_regcache_descr): Update.
3070 (init_legacy_regcache_descr): Update.
3071 (read_register_gen, write_register_gen): When a cooked register in
3072 the raw register range, directly access the value from the raw
3073 register cache.
3074
3075 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3076
3077 * z8k-tdep.c: Do not include "obstack.h".
3078 * h8300-tdep.c, h8500-tdep.c: Ditto.
3079 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3080 * valprint.c, v850-tdep.c: Ditto.
3081 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3082 * mn10200-tdep.c: Ditto.
3083
3084 * Makefile.in (z8k-tdep.o): Update dependencies.
3085 (m68hc11-tdep.o, valprint.o): Ditto.
3086 (v850-tdep.o, d10v-tdep.o): Ditto.
3087 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3088 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3089 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3090 (sh_opc_h, gdb_sim_sh_h): Define.
3091 (elf_sh_h, elf_bfd_h): Define.
3092 (opcode_m68hc11_h): Define.
3093 (OPCODES_SRC, OPCODES_DIR): define.
3094 (OPCODES): Use $(OPCODES_DIR).
3095 (gdb_sim_d10v_h): Rename sim_d10v_h.
3096 (gdb_sim_arm_h): Rename sim_arm_h.
3097
3098 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3099
3100 * utils.c (host_pointer_to_address, address_to_host_pointer):
3101 Change internal_error() message to indicate function responsible
3102 for the error.
3103
3104 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3105
3106 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3107 calls to local_hex_string_custom().
3108
3109 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3110
3111 * irix5-nat.c: Move IRIX shared library support from here...
3112 * solib-irix.c: ...to here. Revised substantially to work with
3113 generic solib framework.
3114
3115 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3116 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3117 * mips-irix-tdep.c: New file.
3118
3119 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3120 (mips-irix-tdep.o, solib-irix.o): New rules.
3121 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3122 solib-irix.o.
3123 * config/mips/irix6.mt (TDEPFILES): Likewise.
3124 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3125
3126 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3127
3128 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3129 disabled (via ``#if 0'') includes.
3130
3131 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3132
3133 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3134 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3135 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3136 Add support for the fpscr register.
3137 * rs6000-nat.c (regmap, fetch_inferior_registers)
3138 (store_inferior_registers, fetch_core_registers): Likewise.
3139
3140 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3141
3142 * rs6000-nat.c (language.h): Include.
3143 (special_regs): Delete this array.
3144 (regmap): New function.
3145 (fetch_register, store_register): Use regmap() to map gdb
3146 register numbers to ptrace register numbers. Also, use
3147 outputs from regmap() to make decisions regarding type of
3148 ptrace() call to make. In particular, don't compare against
3149 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3150 (fetch_inferior_registers, store_inferior_registers): Where
3151 possible, obtain register numbers from tdep struct. Don't
3152 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3153 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3154 (LAST_UISA_SP_REGNUM): Delete.
3155
3156 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3157
3158 * rs6000-nat.c (ppc-tdep.h): Include.
3159 (fetch_registers, store_register, fetch_core_registers): Don't
3160 access registers[] directly. Instead, use supply_register() or
3161 regcache_collect() as appropriate.
3162 (find_toc_address): Format hex address with local_hex_string().
3163
3164 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3165
3166 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3167 bfd/elf32-frv.c.
3168
3169 2002-07-24 Tom Tromey <tromey@redhat.com>
3170
3171 * jv-exp.y: Marked all strings with _().
3172 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3173 internal_error.
3174 (MethodInvocation, CastExpression, parse_number, yyerror,
3175 java_type_from_name, push_expression_name, yylex): Typo fixes.
3176
3177 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3178
3179 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3180 (tee_file_flush, tee_file_write, tee_file_fputs)
3181 (tee_file_isatty): New.
3182 * ui-file.h (tee_file_new): Add prototype.
3183
3184 2002-07-24 Aidan Skinner <aidan@velvet.net>
3185
3186 * ada-lang.c: Change k&r style function definitions to prototyped
3187 form.
3188 * ada-typeprint.c: Change k&r style function definitions to prototyped
3189 form.
3190 * ada-valprint.c: Change k&r style function definitions to prototyped
3191 form.
3192
3193 2002-07-24 Andrew Cagney <cagney@redhat.com>
3194
3195 * README: Remove reference to remote-bug.
3196 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3197 remote-bug.c.
3198 (m88k-nat.o): Delete rule.
3199 (m88k-tdep.o): Delete rule.
3200 (remote-bug.o): Delete rule.
3201 * MAINTAINERS: Mark as obsolete.
3202 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3203 * m88k-tdep.c: Make file obsolete.
3204 * config/m88k/m88k.mh: Ditto.
3205 * config/m88k/delta88v4.mh: Ditto.
3206 * config/m88k/delta88v4.mt: Ditto.
3207 * config/m88k/delta88.mt: Ditto.
3208 * config/m88k/delta88.mh: Ditto.
3209 * remote-bug.c: Ditto.
3210 * config/m88k/tm-delta88.h: Ditto.
3211 * config/m88k/nm-delta88v4.h: Ditto.
3212 * config/m88k/xm-delta88.h: Ditto.
3213 * config/m88k/xm-dgux.h: Ditto.
3214 * config/m88k/tm-m88k.h: Ditto.
3215 * config/m88k/nm-m88k.h: Ditto.
3216 * config/m88k/tm-delta88v4.h: Ditto.
3217 * m88k-nat.c: Ditto.
3218 * cxux-nat.c: Ditto.
3219 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3220 and m88*-*-* obsolete.
3221 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3222 m88*-*-* obsolete.
3223
3224 2002-07-24 Andrew Cagney <cagney@redhat.com>
3225
3226 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3227 constant. Same for local pointer variables.
3228 (extract_signed_integer): Ditto.
3229 * defs.h (extract_unsigned_integer): Update.
3230 (extract_signed_integer): Update.
3231
3232 2002-07-24 Andrew Cagney <cagney@redhat.com>
3233
3234 * regcache.c (regcache_raw_write): Change buf parameter to a
3235 constant void pointer.
3236 (regcache_raw_read): Change buf parameter to a void pointer.
3237 (legacy_write_register_gen): Change myaddr parameter a constant
3238 void pointer.
3239 (supply_register): Change val parameter to a const void pointer.
3240 * regcache.h (regcache_raw_write): Update declaration.
3241 (regcache_raw_read): Update declaration.
3242 (supply_register): Update declaration.
3243
3244 2002-07-24 Tom Tromey <tromey@redhat.com>
3245
3246 * defs.h (gdb_readline_wrapper): Declare.
3247 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3248 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3249 * top.c (gdb_readline_wrapper): New function.
3250 (command_line_input): Use it.
3251
3252 2002-07-24 Andrew Cagney <cagney@redhat.com>
3253
3254 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3255 regcache_read and regcache_write.
3256 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3257 * regcache.c: Update.
3258 * sh-tdep.c (sh64_push_arguments): Update comment.
3259 (sh_pseudo_register_read): Update.
3260 (sh_pseudo_register_write): Update.
3261 (sh4_register_read): Update.
3262 (sh4_register_write): Update.
3263 (sh64_pseudo_register_read): Update.
3264 (sh64_pseudo_register_write): Update.
3265 (sh64_register_read): Update.
3266 (sh64_register_write): Update.
3267 * i386-tdep.c (i386_extract_return_value): Update.
3268 (i386_extract_struct_value_address): Update.
3269 (i386_extract_return_value): Update.
3270 * blockframe.c (generic_read_register_dummy): Update.
3271 (generic_call_dummy_register_unwind): Update
3272 * infrun.c (write_inferior_status_register): Update.
3273
3274 2002-07-23 Jim Blandy <jimb@redhat.com>
3275
3276 * parser-defs.h (expression_context_pc): Make this extern.
3277 (Thanks to Michael Snyder.)
3278
3279 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3280
3281 GDB 5.2.1 released from 5.2 branch.
3282 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3283 * README: Update to mention 5.2.1.
3284
3285 2002-07-23 Mark Salter <msalter@redhat.com>
3286
3287 * remote.c (remote_read_bytes): Fix check for error.
3288
3289 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3290
3291 * aix-thread.c (language.h): Include.
3292 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3293 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3294 Print newlines at end of debug messages.
3295 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3296 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3297
3298 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3299
3300 * aix-thread.c (ppc-tdep.h): Include.
3301 (special_register_p): New function.
3302 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3303 (store_regs_user_thread): Use register number information from
3304 gdbarch_tdep struct instead of hardcoded offsets relative to
3305 FIRST_UISA_SP_REGNUM.
3306 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3307 special_register_p() instead of using FPLAST_REGNUM and
3308 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3309 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3310 will be MQ's register number.
3311
3312 2002-07-22 Michael Snyder <msnyder@redhat.com>
3313
3314 * aix-thread.c (ops): Rename to aix_thread_ops.
3315 (base_ops): Rename to base_target.
3316 (ops_attach): Rename to aix_thread_attach.
3317 (ops_detach): Rename to aix_thread_detach.
3318 (ops_resume): Rename to aix_thread_detach.
3319 (ops_wait): Rename to aix_thread_wait.
3320 (ops_kill): Rename to aix_thread_kill.
3321 (init_ops): Rename to init_aix_thread_ops.
3322 (ops_fetch_register): Rename to aix_thread_fetch_register.
3323 (ops_store_register): Rename to aix_thread_store_register.
3324 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3325 (ops_thread_alive): Rename to aix_thread_thread_alive.
3326 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3327 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3328 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3329 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3330 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3331 (store_regs_lib): Rename to store_regs_user_thread.
3332 (store_regs_kern): Rename to store_regs_kernel_thread.
3333
3334 2002-07-22 Michael Snyder <msnyder@redhat.com>
3335
3336 * aix-thread.c (ops_prepare_to_store): Eliminate.
3337 (init_ops): Don't initialize ops.prepare_to_store.
3338 (store_regs_kern): Pre-fetch register buffers from child,
3339 because some registers may not be in the cache. Copy
3340 regs from register cache only if they are cached.
3341 (store_regs_lib): Copy regs from register cache only
3342 if they are cached.
3343 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3344 fill_gprs64): Ditto.
3345
3346 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3347
3348 * aix-thread.c (gdb_assert.h): Include.
3349 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3350 register sizes (from register cache) match size of buffer holding
3351 register data.
3352 (fill_sprs32): Change parameter types to match those in the ptrace()
3353 buffer.
3354 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3355 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3356
3357 2002-07-22 Michael Snyder <msnyder@redhat.com>
3358
3359 * aix-thread.c (supply_sprs64): Cosmetic change.
3360 (supply_sprs32): Cosmetic change.
3361 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3362 (fill_sprs64): Use regcache_collect instead of read_register.
3363 (store_regs_lib): Use regcache_collect instead of
3364 read_register. Use fill_sprs32 instead of fill_sprs64,
3365 if debugging a 32-bit architecture.
3366 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3367 out of the register cache, instead of passing a pointer into
3368 the register cache directly to ptrace. Use regcache_collect
3369 insteaad of read_register.
3370 (ops_prepare_to_store): Use target_read_registers instead
3371 of read_register_bytes.
3372
3373 2002-07-20 Aidan Skinner <aidan@velvet.net>
3374
3375 * MAINTAINERS: Add self under write after approval.
3376
3377 2002-07-20 Aidan Skinner <aidan@velvet.net>
3378
3379 * ada-tasks.c: Change k&r style function definitions to prototyped
3380 form.
3381
3382 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3383
3384 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3385 * x86-64-tdep.c: Include "objfiles.h".
3386 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3387 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3388
3389 2002-07-17 Michal Ludvig <michal@suse.cz>
3390
3391 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3392 (update_context): Initialise cfa variable.
3393
3394 2002-07-17 Michael Snyder <msnyder@redhat.com>
3395
3396 * aix-thread.c: Shorten some long lines.
3397 Bring comments into line with code spec.
3398
3399 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3400
3401 * infrun.c: Re-indent using gdb_indent.sh.
3402
3403 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3404
3405 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3406 Leave the indentation temporarily untouched, to minimize the diffs.
3407
3408 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3409
3410 * stabsread.c: Make os9k sections of the code obsolete,
3411 for real this time.
3412 * stabsread.h: Make os9k sections of the code obsolete.
3413
3414 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3415
3416 * linux-low.c (regsets_store_inferior_registers): Add free()
3417 at the end of a loop to prevent memory leak.
3418 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3419 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3420 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3421 line a comment.
3422 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3423
3424 2002-07-17 Jim Blandy <jimb@redhat.com>
3425
3426 * macrocmd.c (info_macro_command): Remove newline from error
3427 message.
3428
3429 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3430
3431 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3432 (sh_gdbarch_init): Use it for sh-dsp.
3433
3434 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3435
3436 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3437 64-bit DWARF2 format.
3438
3439 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3440
3441 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3442 <sys/proc.h> when not available.
3443
3444 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3445
3446 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3447 * stabsread.c: Make os9k sections of the code obsolete.
3448 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3449 * config/i386/i386os9k.mt: Make file obsolete.
3450 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3451 (COMMON_OBS): Remove os9kread.o
3452 (SFILES): Remove os9kread.c.
3453 (os9kread.o, remote-os9k.o): Make target obsolete.
3454 * remote-os9k.c: Make file obsolete.
3455 * os9kread.c: Make file obsolete.
3456 * Makefile.in
3457
3458 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3459
3460 * NEWS: Mention that the FR30 has been made obsolete.
3461 * fr30-tdep.c: Make file obsolete.
3462 * config/fr30/tm-fr30.h: Ditto.
3463 * config/fr30/fr30.mt: Ditto.
3464 * configure.tgt: Make fr30-*-elf obsolete.
3465 * MAINTAINERS: Make fr30-elf obsolete.
3466
3467 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3468
3469 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3470 found is not inside a section.
3471
3472 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3473
3474 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3475 strerror().
3476 (pdc_realloc): Use xrealloc() instead of realloc().
3477
3478 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3479
3480 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3481 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3482 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3483 macros.
3484
3485 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3486
3487 * aix-thread.c (ptrace_check): Eliminate goto.
3488 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3489 problem.
3490
3491 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3492
3493 * aix-thread.c (gdbcmd.h): Include.
3494 (DEBUG, DBG, DBG2, dbg): Eliminate.
3495 (debug_aix_thread): New static global.
3496 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3497 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3498 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3499 invocations to DBG and DBG2 macros to test against
3500 ``debug_aix_thread'' and call fprintf_unfiltered().
3501 (_initialize_aix_thread): Add new command "set debug aix-thread".
3502
3503 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3504
3505 From Gerhard Tonn <TON@de.ibm.com>:
3506 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3507 instead of supply_register.
3508
3509 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3510
3511 * dwarf2cfi.c: Include "gdb_assert.h".
3512 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3513 non-NULL.
3514 (update_context): Do not use __func__. Add missing ``break''.
3515 (update_context): Do not use __func__.
3516
3517 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3518
3519 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3520 and its setting. Set gdbarch instruction printing functions
3521 directly. For non-rs6000 case use new function
3522 gdb_print_insn_powerpc.
3523 (gdb_print_insn_powerpc): New function.
3524
3525 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3526
3527 * NEWS: Mention that the d30v has been marked obsolete.
3528 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3529 * configure.tgt: Mark d30v-*-* as obsolete.
3530 * d30v-tdep.c: Mark file as obsolete.
3531 * config/d30v/d30v.mt: Ditto.
3532 * config/d30v/tm-d30v.h: Ditto.
3533
3534 2002-07-13 Aidan Skinner <aidan@velvet.net>
3535
3536 * ada-tasks.c (add_task_entry): replace calls to
3537 malloc() with xmalloc
3538 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3539
3540 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3541 ada_finish_decode_line_1, all_sals_for_line
3542 ada_breakpoint_rewrite): replace calls to free() with xfree()
3543
3544 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3545
3546 From Nicholas Duffek (with minor changes by Martin Hunt,
3547 Louis Hamilton, and Kevin Buettner):
3548 * aix-thread.c: New file.
3549
3550 2002-07-12 Petr Sorfa <petrs@caldera.com>
3551
3552 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3553 complaint for invalid attribute class or form.
3554 (read_func_scope): DW_AT_frame_base
3555 better handling of DW_AT_block*.
3556 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3557 better handling of DW_AT_block*.
3558 (read_common_block): DW_AT_location
3559 better handling of DW_AT_block*.
3560 (read_partial_die): DW_AT_location better handling
3561 of DW_AT_block*.
3562 (new_symbol): DW_AT_external better handling of
3563 DW_AT_block*. Proper initialization of variable
3564 "addr".
3565 (attr_form_is_block): New function that returns true
3566 if the attribute's form is of DW_FORM_block*.
3567
3568 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3569
3570 * valops.c (find_method_list): Remove comment about
3571 removed STATIC_MEMFUNCP argument.
3572 (value_find_oload_method_list): Likewise.
3573
3574 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3575
3576 From Nicholas Duffek:
3577 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3578 target_new_objfile_hook.
3579
3580 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3581
3582 From Nicholas Duffek:
3583 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3584 csect.
3585
3586 2002-07-12 Andrew Cagney <cagney@redhat.com>
3587
3588 * MAINTAINERS: Mention --enable-sim-build-warnings.
3589 (m68hc11-elf): Disable sim build warnings.
3590 (m32r-elf): Mark as broken obsolete candidate.
3591 (x86_64-linux-gnu): Mark as buildable with -Werror.
3592 (arm-elf): Change -w to ``,'' which enables warnings but not
3593 -Werror.
3594
3595 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3596
3597 * bcache.h: Update copyright.
3598 (struct bstring, struct bcache): Move definition to "bcache.c".
3599 Replaced by opaque declaration.
3600 (bcache_xfree): Replace free_bcache.
3601 (bcache_xmalloc, bcache_memory_used): Declare.
3602
3603 * bcache.c: Update copyright.
3604 (struct bstring, struct bcache): Moved to here from "bcache.h".
3605 Update comments.
3606 (bcache_xmalloc, bcache_memory_used): New functions.
3607 (bcache_xfree): Replace function free_bcache.
3608
3609 * Makefile.in (objfiles.o): Add $(bcache_h).
3610 (objfiles_h): Remove $(bcache_h).
3611 (symfile.o): Add $(bcache_h).
3612
3613 * symmisc.c: Update copyright.
3614 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3615 (print_objfile_statistics): Use bcache_memory_used.
3616
3617 * symfile.c: Include "bcache.h".
3618 (reread_symbols): Use bcache_xfree.
3619 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3620 (add_psymbol_to_list): Pass psymbol_cache by value.
3621 (add_psymbol_with_dem_name_to_list): Ditto.
3622
3623 * objfiles.h: Update copyright.
3624 (struct bcache): Declare opaque. Do not include "bcache.h".
3625 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3626 bcache'' pointers.
3627 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3628
3629 * objfiles.c: Include "bcache.h". Update copyright.
3630 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3631 macro_cache.
3632 (free_objfile): Use bcache_xfree.
3633
3634 2002-07-11 Grace Sainsbury <graces@redhat.com>
3635
3636 * monitor.c (monitor_fetch_register): Make name a constant.
3637 (monitor_store_register): Same.
3638
3639 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3640
3641 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3642 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3643 (finish_block) For non-function blocks, hash the symbol table. For
3644 function blocks, mark the symbol table as unhashed.
3645 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3646 (msymbol_hash_iw): Likewise.
3647 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3648 value.
3649 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3650 (lookup_minimal_symbol): Likewise for both.
3651 * symtab.h (struct block): Add `hashtable' flag. Comment the
3652 hashtable.
3653 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3654 (ALL_BLOCK_SYMBOLS): Update.
3655 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3656 (struct symbol): Add `hash_next' pointer.
3657 * symtab.c (lookup_block_symbol): Search using the hash table when
3658 possible.
3659 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3660 (search_symbols, find_addr_symbol): Likewise.
3661
3662 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3663 (read_dst_symtab): Likewise.
3664 * jv-lang.c (get_java_class_symtab): Likewise.
3665 * mdebugread.c: Include "gdb_assert.h".
3666 (shrink_block): Assert that the block being modified is not hashed.
3667 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3668 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3669 symbols.
3670 (dump_symtab): Recognize hashed blocks.
3671 * printcmd.c (print_frame_args): Assert that function blocks do not
3672 have hashed symbol tables.
3673 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3674 (fill_in_ada_prototype, debug_print_block): Likewise.
3675 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3676
3677 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3678
3679 * stack.c (print_frame): Use result of frame_address_in_block()
3680 instead of fi->pc when evaluating symbols.
3681 (backtrace_command_1): Ditto.
3682
3683 2002-07-11 Andrew Cagney <cagney@redhat.com>
3684
3685 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3686 Make static.
3687
3688 * arm-tdep.c (arm_register_name): Make return type constant.
3689
3690 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3691
3692 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3693 prototype.
3694 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3695 * s390-tdep.c (s390_fp_regnum): Ditto.
3696 (s390_read_fp): Ditto.
3697 (s390_pop_frame): Ditto.
3698 (_initialize_s390_tdep): Ditto.
3699 * remote.c (get_remote_state): Ditto.
3700 * procfs.c (mappingflags): Ditto.
3701 * memattr.c (_initialize_mem): Ditto.
3702 * mcore-tdep.c (mcore_pop_frame): Ditto.
3703 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3704 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3705 * language.c (set_case_str): Ditto.
3706 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3707 * frv-tdep.c (new_variant): Ditto.
3708 (frv_stopped_data_address): Ditto.
3709 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3710 (context_alloc): Ditto.
3711 (frame_state_alloc): Ditto.
3712 (unwind_tmp_obstack_init): Ditto.
3713 (unwind_tmp_obstack_free): Ditto.
3714 (cfi_read_fp): Ditto.
3715 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3716 (cris_pop_frame): Ditto.
3717 * c-lang.c (scanning_macro_expansion): Ditto.
3718 (finished_macro_expansion): Ditto.
3719 (c_preprocess_and_parse): Ditto.
3720 * gdbarch.sh: Ditto.
3721 * gdbarch.h, gdbarch.c: Regenerate.
3722 * config/mn10200/tm-mn10200.h: Adjust indentation.
3723 * target.c: Adjust indentation.
3724 * symtab.h: Adjust indentation.
3725 * stabsread.h: Adjust indentation.
3726 * remote-es.c: Adjust indentation.
3727 * os9kread.c: Adjust indentation.
3728
3729 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3730
3731 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3732 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3733
3734 2002-07-10 Grace Sainsbury <graces@redhat.com>
3735
3736 * NEWS: Mention m68k, mcore multi-arching.
3737 * MAINTAINERS: Change status of m68k, mcore to reflect
3738 multi-arching.
3739
3740 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3741
3742 * valops.c (find_overload_match): Free oload_syms.
3743
3744 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3745
3746 Define HAVE_SYS_PROC_H if sys/proc.h exists
3747 * configure.in: Add check for sys/proc.h
3748 * config.in: Regenerate.
3749 * configure: Regenerate.
3750
3751 2002-07-09 Grace Sainsbury <graces@redhat.com>
3752
3753 * config/m68k/tm-m68k.h: Remove macros wrapped in
3754 #if !GDB_MULTI_ARCH.
3755
3756 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3757
3758 * config.in, configure: Regenerate.
3759
3760 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3761
3762 * dwarf2cfi.c: Include "gcore.h".
3763 (execute_stack_op): Fix implementation of the
3764 DW_OP_deref and DW_OP_deref_size operators by letting do their
3765 lookup in the target.
3766
3767 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3768
3769 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3770 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3771 tdep->sc_sp_offset.
3772
3773 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3774
3775 Fix PR gdb/595, gdb/602
3776 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3777 Don't call value_cast, just read the vtable pointer; update comments
3778 to match.
3779
3780 2002-07-05 Grace Sainsbury <graces@redhat.com>
3781
3782 * config/mcore/tm-mcore.h: Remove file.
3783 * config/mcore/mcore.mt: Remove definition of TM_FILE
3784 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3785
3786 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3787
3788 * i386bsd-tdep.c: Include "gdb_string.h".
3789
3790 2002-07-04 Grace Sainsbury <graces@redhat.com>
3791
3792 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3793 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3794 mcore-tdep.
3795 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3796 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3797 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3798 (RETVAL_REGNUM): Move macros from tm-mcore.h
3799 (mcore_reg_struct_has_addr): New function.
3800 (mcore_gdbarch_init): Added initializations for the macros removed
3801 from tm-mcore.h.
3802
3803 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3804
3805 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3806 traditonal string branding within the ELF header.
3807
3808 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3809
3810 * symtab.c (remove_params): New function.
3811 (make_symbol_overload_list): Use it instead of cplus_demangle.
3812 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3813
3814 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3815
3816 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3817
3818 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3819 New variables.
3820 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3821 and tdep->sigtramp_end.
3822 * i386obsd-nat.c: New file.
3823 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3824
3825 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3826 Don't call get_current_frame().
3827
3828 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3829
3830 * i386-nat.c (child_post_startup_inferior): New function
3831 calling i386_cleanup_dregs if
3832 I386_USE_GENERIC_WATCHPOINTS is defined.
3833 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3834 conditional to acknowledge that i386-nat.c has its
3835 own child_post_startup_inferior function.
3836
3837 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3838
3839 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3840 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3841 instead of MAX_REGISTER_RAW_SIZE.
3842 (i386_extract_return_value, i386_extract_struct_value_address):
3843 Convert to use regcache.
3844 (i386_gdbarch_init): Set max_register_raw_size and
3845 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3846 Set extract_return_value and extract_struct_value_address instead
3847 of their deprecated variants.
3848
3849 Convert i386 target to generic dummy frames.
3850 * i386-tdep.c: Include "symfile.h".
3851 (i386_frameless_signal_p): Consider a function to be frameless if
3852 the pc points at the first instruction of the function.
3853 (i386_frame_chain): Handle (generic) call dummies.
3854 (i386_frame_saved_pc): Likewise.
3855 (i386_frame_init_saved_regs): Remove code dealing with call
3856 dummies on the stack.
3857 (i386_push_dummy_frame): Removed.
3858 (i386_call_dummy_words): Removed.
3859 (i386_fix_call_dummy): Removed.
3860 (i386_push_return_address): New function.
3861 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3862 parameter, and don't call get_current_frame.
3863 (i386_pop_frame): New function.
3864 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3865 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3866 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3867 call_dummy_length to 0, set call_dummy_words to NULL, set
3868 sizeof_call_dummy_words to 0, set fix_call_dummy to
3869 generic_fix_call_dummy, set pc_in_call_dummy to
3870 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3871 generic_push_dummy_frame, set push_return_address to
3872 i386_push_return_address and set frame_chain_valid to
3873 generic_file_frame_chain_valid.
3874
3875 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3876
3877 * gdbarch.sh (struct regcache): Add opaque declaration.
3878 (EXTRACT_RETURN_VALUE): New architecture method.
3879 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3880 * gdbarch.h, gdbarch.c: Regenerate.
3881 * arch-utils.c (legacy_extract_return_value): New function.
3882 * arch-utils.h (legacy_extract_return_value): Declare.
3883 * values.c (value_being_returned): Re-enable code handling
3884 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3885 deprecated_grub_regcache_for_registers call to block handling
3886 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3887 (EXTRACT_RETURN_VALUE): Do not define.
3888
3889 2002-07-03 Grace Sainsbury <graces@redhat.com>
3890
3891 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3892 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3893 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3894 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3895 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3896 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3897 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3898 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3899 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3900 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3901 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3902 argument so the function fits the prototype in the architecture
3903 vector.
3904 (mcore_pop_frame): Remove argument so the function fits the
3905 prototype. Use get_current_frame instead of the argument.
3906 (mcore_push_arguments): Change type of struct_return so the
3907 function can be used in the architecture vector.
3908 (mcore_store_struct_return): Add.
3909 (mcore_frame_init_saved_regs): Add.
3910 (mcore_gdbarch_init): Add function calls to replace the macros
3911 removed from tm-mcore.h
3912
3913 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3914
3915 * infcmd.c (print_return_value): Remove compatibility code calling
3916 deprecated_grub_regcache_for_registers.
3917
3918 * values.c: Include "regcache.h".
3919 (value_being_returned): Update. Use
3920 deprecated_grub_regcache_for_registers to extract the register
3921 buffer address.
3922 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3923 ``struct regcache''.
3924 * Makefile.in (values.o): Add dependency on $(regcache_h).
3925
3926 * inferior.h (run_stack_dummy): Change type of second parameter to
3927 a ``struct regcache''.
3928 * valops.c (hand_function_call): Change type of retbuf to ``struct
3929 regcache''. Allocate using regcache_xmalloc, clean using
3930 make_cleanup_regcache_xfree.
3931 * infcmd.c (run_stack_dummy): Update. Use
3932 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3933
3934 * regcache.c (do_regcache_xfree): New function.
3935 (make_cleanup_regcache_xfree): New function.
3936 * regcache.h (make_cleanup_regcache_xfree): Declare.
3937
3938 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3939
3940 * event-top.c (command_line_handler): Don't read past
3941 beginning of buffer.
3942
3943 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3944
3945 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3946 struct frame_id.
3947 (varobj_create): Store frame_id for root.
3948 (varobj_gen_name): Use xasprintf.
3949 (varobj_update): Save and restore frame using get_frame_id() and
3950 frame_find_by_id().
3951 (create_child): Use xasprintf.
3952 (new_root_variable): Initialize frame_id.
3953 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3954 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3955 to prevent memory leak.
3956
3957 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3958
3959 * valops.c (hand_function_call): Move declaration of retbuf to
3960 start of function, allocate using malloc, add a cleanup but before
3961 the inf_status cleanup, cleanup the buffer. Rename local variable
3962 old_chain to inf_status_cleanup.
3963
3964 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3965
3966 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3967
3968 * cli/cli-decode.c (cmd_func_p): New function.
3969 (cmd_func): New function.
3970
3971 * command.h: Add cmd_func() and cmd_func_p().
3972
3973 2002-07-03 Grace Sainsbury <graces@redhat.com>
3974
3975 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3976 (REGISTER_SIZE): Remove.
3977 (MAX_REGISTER_RAW_SIZE): Remove.
3978 (REGISTER_VIRTUAL_TYPE): Remove.
3979 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3980 (REGISTER_NAME): Remove.
3981 (USE_GENERIC_DUMMY_FRAMES): Remove.
3982 (CALL_DUMMY): Remove.
3983 (CALL_DUMMY_START_OFFSET): Remove.
3984 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3985 (CALL_DUMMY_LOCATION): Remove.
3986 (FIX_CALL_DUMMY): Remove.
3987 (CALL_DUMMY_ADDRESS): Remove.
3988 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3989 (SAVE_DUMMY_FRAME_TOS): Remove.
3990 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3991 (mcore_register_virtual_type): New function.
3992 (mcore_register_byte): New function.
3993 (mcore_register_size): New function.
3994 (mcore_register_name): New function.
3995 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3996 macros removed from tm-mcore.h.
3997 (mcore_dump_tdep): Add.
3998 (_initialize_mcore_tdep): Add gdbarch_register call.
3999
4000 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4001
4002 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4003 frameless_look_for_prologue, such that we actually call this
4004 function.
4005
4006 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4007
4008 * frame.h (frame_address_in_block): New function.
4009
4010 * blockframe.c (frame_address_in_block): New function extracted
4011 from get_frame_block().
4012 (get_frame_block): Use frame_address_in_block().
4013 (block_innermost_frame): Use frame_address_in_block() to match
4014 the frame pc address against the block boundaries rather than
4015 the frame pc directly. This prevents a failure when a frame pc
4016 is actually a return-address pointing immediately after the end
4017 of the given block.
4018
4019 2002-07-02 Grace Sainsbury <graces@redhat.com>
4020
4021 * MAINTAINERS: Add self under write after approval.
4022
4023 2002-07-02 Grace Sainsbury <graces@redhat.com>
4024
4025 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4026 used in architecture vector. The default is
4027 m68k_local_breakpoint_from_pc.
4028 (m68k_local_breakpoint_from_pc): Add.
4029 (enum): Add register numbers from tm-m68k.h.
4030 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4031 vector.
4032 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4033 GDB_MULTI_ARCH_PARTIAL.
4034 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4035 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4036 m68k-tdep.c.
4037 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4038 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4039 to enum in m68k-tdep.c
4040
4041 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4042
4043 * solib-osf.c (open_map): Compute the list of shared libraries
4044 loaded by the inferior, rather than the list of libraries loaded
4045 by GDB itself. Otherwise, GDB ends up reading the symbols from
4046 the wrong shared libraries...
4047
4048 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4049
4050 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4051 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4052 macros.
4053 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4054 Remove functions.
4055 (FRAMELESS_SIGNAL): Remove function.
4056 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4057 i386_linux_saved_pc_after_call): Removed.
4058 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4059 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4060 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4061
4062 * i386-tdep.c (i386_frameless_signal_p): New function.
4063 (i386_frame_chain): Deal with frameless signals.
4064 (i386_sigtramp_saved_sp): New function.
4065 (i386_frame_saved_pc): Deal with frameless signals.
4066 (i386_saved_pc_after_call): Make sure the correct value is
4067 returned just after entry into a sigtramp.
4068 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4069 i386fbsd4_sc_sp_offset): New variables.
4070 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4071 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4072 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4073 similiar to what we already did for sc_pc_offset.
4074 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4075 tdep->sc_sp_offset.
4076
4077 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4078
4079 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4080
4081 * config/i386/tm-x86-64linux.h: New.
4082 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4083 definitions.
4084 * config/i386/nm-x86-64.h: Rename to ...
4085 * config/i386/nm-x86-64linux.h: ... this one.
4086 * config/i386/x86-64linux.mh: Reflect the above change.
4087
4088 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4089
4090 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4091 with sigcontext_addr. Add sc_sp_offset.
4092 (i386bsd_sigtramp_saved_pc): Remove prototype.
4093 (i386bsd_sicontext_addr): Add prototype.
4094 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4095 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4096 (i386_svr4_sigtramp_saved_pc): Removed.
4097 (i386_svr4_sigcontext_addr): New function.
4098 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4099 Initialize tdep->sigcontext_addr instead. Initialize
4100 tdep->sc_pc_offset and tdep->sc_sp_offset.
4101 (i386_gdbarch_init): Likewise.
4102 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4103 any more.
4104 (i386bsd_sigtramp_saved_pc): Remove function.
4105 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4106 Initialize tdep->sigcontext_addr instead. Initialize
4107 tdep->sc_pc_offset.
4108 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4109 of tdep->sigtramp_saved_pc.
4110 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4111 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4112 instead.
4113
4114 * i386-tdep.c (i386_frameless_function_invocation,
4115 i386_frame_num_args, i386_frame_init_saved_regs,
4116 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4117 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4118 i386_extract_return_value, i386_store_return_value,
4119 i386_extract_struct_value_address, i386_register_virtual_type,
4120 i386_register_convertible, i386_register_convert_to_virtual,
4121 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4122 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4123 static.
4124
4125 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4126
4127 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4128
4129 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4130 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4131 this macro. Include "value.h".
4132
4133 2002-06-30 Aidan Skinner <aidan@velvet.net>
4134
4135 * ada-exp.tab.c: remove as it's a generated file
4136 * ada-lex.c: remove as it's a generated file
4137
4138 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4139
4140 * config/i386/tm-i386.h (struct frame_info, struct
4141 frame_saved_regs, struct value, struct type): Remove forward
4142 declarations.
4143
4144 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4145 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4146 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4147 (FILL_FPXREGSET): Define.
4148
4149 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4150
4151 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4152 i[3456]86-*-netbsd* case.
4153 * config/i386/tm-obsd.h: Removed.
4154 * config/i386/obsd.mt: Removed.
4155 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4156 core-aout.o.
4157 (MH_CFLAGS): Add -DYYDEBUG=0.
4158
4159 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4160 i386nbsd_sc_pc_offset on OpenBSD too.
4161
4162 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4163 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4164 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4165 define.
4166 * i386bsd-tdep.c: Include "arch-utils.h".
4167 (i386bsd_aout_in_solib_call_trampoline): New function.
4168 (i386bsd_init_abi): Set in_solib_call_trampoline to
4169 i386bsd_aout_in_solib_call_trampoline.
4170 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4171 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4172
4173 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4174
4175 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4176 (struct obstack, struct bcache): Add opaque declarations.
4177 * Makefile.in (macrotab_h): Update
4178
4179 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4180
4181 * blockframe.c (generic_find_dummy_frame): Change return type to
4182 ``struct regcache''.
4183 (struct dummy_frame): Replace field ``registers'' with regcache, a
4184 struct regcache object.
4185 (generic_find_dummy_frame): Update.
4186 (generic_push_dummy_frame): Update. Use regcache_xfree,
4187 regcache_xmalloc and regcache_cpy.
4188 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4189 regcache_xfree.
4190 (deprecated_generic_find_dummy_frame): Update.
4191 (generic_read_register_dummy): Update. Use
4192 regcache_read_as_address.
4193 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4194 (generic_get_saved_register): Update. Use regcache_read.
4195
4196 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4197
4198 * Makefile.in (objfiles_h): Add $(bcache_h).
4199 * objfiles.h: Include "bcache.h".
4200
4201 * Makefile.in (symtab_h): Remove $(bcache_h).
4202 * symtab.h: Do not include "bcache.h".
4203
4204 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4205
4206 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4207 generic_func_frame_chain_valid.
4208
4209 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4210
4211 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4212 * config/i386/tm-fbsd.h: Likewise.
4213
4214 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4215
4216 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4217 generic_unwind_get_saved_register.
4218
4219 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4220
4221 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4222 * regcache.c (supply_register): Add missing argument to
4223 register_buffer call.
4224
4225 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4226
4227 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4228 Solaris /bin/grep does not not like it. From Peter Schauer.
4229
4230 2002-06-26 Tom Tromey <tromey@redhat.com>
4231
4232 * command.h (add_setshow_cmd): Declare.
4233 (add_setshow_cmd_full): Declare.
4234 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4235 returns void. Use add_setshow_cmd_full.
4236 (add_setshow_cmd_full): New function.
4237 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4238 (add_setshow_boolean_cmd): Likewise.
4239
4240 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4241
4242 * config/vax/tm-vax.h: Protect from multiple inclusion.
4243 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4244 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4245 * config/vax/tm-vaxbsd.h: ...here. New file.
4246 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4247
4248 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4249
4250 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4251 (BELIEVE_PCC_PROMOTION): Remove.
4252 (AP_REGNUM): Move to...
4253 * config/vax/nm-vax.h: ...here.
4254 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4255 (vax_breakpoint_from_pc): New function.
4256 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4257 and gdbarch_believe_pcc_promotion.
4258
4259 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4260
4261 * Makefile.in (vax_tdep_h): Define.
4262 (vax-tdep.o): Use $(vax_tdep_h).
4263 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4264 (vax_dump_tdep): New function.
4265 (_initialize_vax_tdep): Register vax_dump_tdep.
4266 * vax-tdep.h: Include osabi.h.
4267 (struct gdbarch_tdep): New.
4268
4269 2002-06-26 Andrew Cagney <cagney@redhat.com>
4270
4271 * frame.h (deprecated_generic_find_dummy_frame): Rename
4272 generic_find_dummy_frame.
4273 * blockframe.c (generic_find_dummy_frame): Make static.
4274 (deprecated_generic_find_dummy_frame): New function.
4275 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4276 generic_find_dummy_frame with deprecated_find_dummy_frame.
4277 (sh64_nofp_frame_init_saved_regs): Ditto.
4278 (sh_fp_frame_init_saved_regs): Ditto.
4279 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4280 (s390_frame_chain): Ditto.
4281 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4282
4283 2002-06-26 Grace Sainsbury <graces@redhat.com>
4284
4285 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4286 gdbarch vector are at the top.
4287 (NUM_REGS): Remove.
4288 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4289 (FRAME_ARGS_ADDRESS): Remove.
4290 (FRAME_LOCALS_ADDRESS): Remove.
4291 (FRAME_NUM_ARGS): Remove.
4292 (FRAME_ARGS_SKIP): Remove.
4293 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4294 (m68k_gdbarch_init): Add gdbarch initializations for macros
4295 undefined in tm-m68k.h
4296
4297 2002-06-26 Grace Sainsbury <graces@redhat.com>
4298
4299 * monitor.h: Add the function regname to monitor_ops
4300 structure. This way NUM_REGS does not have to be a constant.
4301 * monitor.c (monitor_fetch_register): Added support for regname
4302 function. The function is called if the array regnames is NULL.
4303 (monitor_store_register): Same.
4304 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4305 regnames array.
4306 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4307 cpu32bug_cmds.regname to point to new function.
4308 * abug-rom.c (abug_regname): Same as above.
4309 (init_abug_cmds): Same.
4310 * dbug-rom.c (dbug_regname): Same as above.
4311 (init_dbug_cmds): Same.
4312 * remote-est.c (est_regname): Same.
4313 (init_est_cmds): Same.
4314 * rom68k-rom.c (rom68k_regname): Same.
4315 (init_rom68k_cmds): Same.
4316
4317 2002-06-25 Tom Tromey <tromey@redhat.com>
4318
4319 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4320
4321 2002-06-25 Andrew Cagney <cagney@redhat.com>
4322
4323 * infrun.c (stop_registers): Change variable's type to ``struct
4324 regcache'''.
4325 (xmalloc_inferior_status): Delete function.
4326 (free_inferior_status): Delete function.
4327 (normal_stop): Use regcache_cpy.
4328 (struct inferior_status): Change type of fields ``stop_registers''
4329 and ``registers'' to ``struct regcache''.
4330 (write_inferior_status_register): Use regcache_write.
4331 (save_inferior_status): Instead of calling
4332 xmalloc_inferior_status, allocate the inf_status buffer directly.
4333 Use regcache_dup_no_passthrough and regcache_dup to save the
4334 buffers.
4335 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4336 Replace the stop_registers regcache instead of overriding it. Use
4337 regcache_xfree. Instead of calling free_inferior_status, xfree
4338 the buffer directly.
4339 (discard_inferior_status): Use regcache_xfree. Instead of calling
4340 free_inferior_status, xfree the buffer directly.
4341 (build_infrun): Use regcache_xmalloc.
4342 (_initialize_infrun): Delete redundant call to build_infrun.
4343
4344 * Makefile.in (infcmd.o): Add $(regcache_h).
4345
4346 * infcmd.c: Include "regcache.h".
4347 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4348 obtain the address of `stop_registers' register buffer.
4349 (print_return_value): Ditto.
4350
4351 * inferior.h (struct regcache): Add opaque declaration.
4352 (stop_registers): Change variable's declared type to ``struct
4353 regcache''.
4354
4355 2002-06-24 Tom Tromey <tromey@redhat.com>
4356
4357 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4358 * target.c (initialize_targets): Fixed typo in
4359 trust-readonly-sections `show' documentation.
4360
4361 * main.c: Marked all strings with _().
4362
4363 2002-06-24 Don Howard <dhoward@redhat.com>
4364
4365 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4366 that means max CORE_ADDR+1.
4367 (lookup_mem_region): Ditto.
4368 (mem_info_command): Ditto.
4369
4370 2002-06-24 Grace Sainsbury <graces@redhat.com>
4371
4372 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4373 (REGISTER_BYTES_OK): Remove.
4374 (REGISTER_BYTES): Remove.
4375 (STORE_STRUCT_RETURN): Remove.
4376 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4377 (STORE_RETURN_VALUE): Remove.
4378 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4379 (FRAME_CHAIN): Remove.
4380 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4381 (FRAME_SAVED_PC): Remove.
4382 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4383 (m68k_store_struct_return): Add.
4384 (m68k_deprecated_extract_return_value): Add.
4385 (m68k_deprecated_extract_struct_value_address): Add.
4386 (m68k_store_return_value): Add.
4387 (m68k_frame_chain): Add.
4388 (m68k_frameless_function_invocation): Add.
4389 (m68k_frame_saved_pc): Add.
4390 (m68k_gdbarch_init): added set_gdbarch calls for new
4391 functions and deleted macros.
4392
4393 2002-06-23 Tom Tromey <tromey@redhat.com>
4394
4395 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4396 (ALLDEPFILES): Likewise.
4397 (udiheaders): Removed.
4398 (udip2soc.o): Likewise.
4399 (udi2go32.o): Likewise.
4400 (udr.o): Likewise.
4401 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4402
4403 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4404
4405 * infrun.c (_initialize_infrun): Delete unnecessary call to
4406 build_infrun.
4407
4408 * regcache.h: Update comments describing the regcache_cpy family
4409 of functions.
4410 (regcache_save, regcache_restore): Delete declaration.
4411 (regcache_save_no_passthrough): Delete declaration.
4412 (regcache_restore_no_passthrough): Delete declaration.
4413 * regcache.c (regcache_save): Delete function.
4414 (regcache_save_no_passthrough): Delete function.
4415 (regcache_restore): Delete function.
4416 (regcache_restore_no_passthrough): Delete function.
4417
4418 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4419
4420 * config/m68k/tm-m68k.h: Fix typo.
4421 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4422 (m68k_frame_init_saved_regs): Declare.
4423
4424 2002-06-21 Jim Blandy <jimb@redhat.com>
4425
4426 Remove some vestiges of Harris 88k support.
4427 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4428 register numbering quirk.
4429 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4430 odd symbols occurring in Harris 88k ELF targets.
4431
4432 2002-06-21 Tom Tromey <tromey@redhat.com>
4433
4434 * gdb_locale.h: New file.
4435 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4436 (defs_h): Added gdb_locale.h.
4437 * configure, config.in: Rebuilt.
4438 * configure.in (PACKAGE): Define.
4439 * defs.h: Include gdb_locale.h.
4440 * main.c (captured_main): Call setlocale, bindtextdomain,
4441 textdomain.
4442
4443 2002-06-21 Dave Brolley <brolley@redhat.com>
4444
4445 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4446 * config/frv/frv.mt: New file.
4447 * config/frv/tm-frv.h: New file.
4448 * configure.tgt: Support frv-*-*.
4449 * Makefile.in (frv-tdep.o): New target.
4450 * frv-tdep.c: New file.
4451 * NEWS: Mention frv.
4452
4453 2002-06-21 Dave Brolley <brolley@redhat.com>
4454
4455 * MAINTAINERS: Add self to "Write After Approval" list.
4456
4457 2002-06-21 Grace Sainsbury <graces@redhat.com>
4458
4459 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4460 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4461 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4462 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4463 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4464
4465 * m68k-tdep.c: Include arch-utils.h
4466 (m68k_register_raw_size): Add.
4467 (m68k_register_virtual_size): Add.
4468 (m68k_register_virtual_type): Add.
4469 (m68k_register_name): Add.
4470 (m68k_stack_align): Add.
4471 (m68k_register_byte): Add.
4472 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4473 tm-m68k.h.
4474
4475 2002-06-21 Grace Sainsbury <graces@redhat.com>
4476
4477 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4478 m68k_find_saved_regs.
4479 (m68k_pop_frame): Removed saved_regs structure, and replaced
4480 references to it with frame->saved_regs.
4481 (m68k_gdbarch_init): Added function calls to initialize the
4482 gdbarch structure.
4483 (m68k_fix_call_dummy): Add.
4484 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4485 (CALL_DUMMY): Remove.
4486 (CALL_DUMMY_LENGTH): Remove.
4487 (CALL_DUMMY_START_OFFSET): Remove.
4488 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4489 (FIX_CALL_DUMMY): Remove.
4490 (PUSH_DUMMY_FRAME): Remove.
4491 (POP_FRAME): Remove.
4492
4493 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4494
4495 * parse.c (parse_fprintf): New function used to avoid calls to
4496 fprintf in bison parser generated debug code.
4497 * parser-defs.h: Declaration of new parse_fprintf function.
4498 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4499 Set YYDEBUG to 1 by default.
4500 Set YYFPRINTF as parse_fprintf.
4501
4502 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4503
4504 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4505 encoding anymore.
4506 (pointer_encoding, enum ptr_encoding): New.
4507 (execute_cfa_program): Take care about pointer encoding.
4508 (dwarf2_build_frame_info): Only call parse_frame_info for
4509 .debug_frame and .eh_frame.
4510 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4511 fixed augmentation handling, added relative addressing,
4512 ignore duplicate FDEs. Added comments.
4513 * dwarf2cfi.c: Reindented.
4514
4515 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4516
4517 * event-top.c (command_handler): Don't use space_at_cmd_start
4518 unless there is sbrk() on the host. Assign time and space data
4519 to union fields of the appropriate length.
4520
4521 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4522
4523 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4524 x86_64_register_name. Return type changed to 'const char *'.
4525 (x86_64_register_name2nr): Rename to x86_64_register_number.
4526 (x86_64_gdbarch_init): Update to reflect the change.
4527 * x86-64-tdep.h: Ditto.
4528 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4529 (supply_fpregset): Ditto.
4530
4531 2002-06-19 Andrew Cagney <cagney@redhat.com>
4532
4533 * regcache.h: Update copyright.
4534 (struct regcache, struct gdbarch): Add opaque declarations.
4535 (current_regcache): Declare global variable.
4536 (regcache_read, regcache_write): Add gdbarch parameter.
4537 (regcache_save, regcache_save_no_passthrough)
4538 (regcache_restore, regcache_restore_no_passthrough)
4539 (regcache_dup, regcache_dup_no_passthrough)
4540 (regcache_cpy, regcache_cpy_no_passthrough)
4541 (deprecated_grub_regcache_for_registers)
4542 (deprecated_grub_regcache_for_register_valid)
4543 (regcache_valid_p): Add function declarations.
4544
4545 * regcache.c: Update copyright.
4546 (regcache_descr_handle): New global variable.
4547 (struct regcache_descr): Define.
4548 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4549 (regcache_descr, xfree_regcache_descr): New functions.
4550 (struct regcache): Define.
4551 (regcache_xmalloc, regcache_xfree): New functions.
4552 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4553 (regcache_dup, regcache_dup_no_passthrough): New functions.
4554 (regcache_valid_p, regcache_read_as_address): New functions.
4555 (deprecated_grub_regcache_for_registers): New function.
4556 (deprecated_grub_regcache_for_register_valid): New function.
4557 (current_regcache): New global variable.
4558 (register_buffer): Add regcache parameter. Update calls.
4559 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4560 (read_register_gen, write_register_gen): Update register_buffer
4561 call. Test for legacy_p instead of gdbarch_register_read_p or
4562 gdbarch_register_write_p.
4563 (regcache_collect): Update register_buffer call.
4564 (build_regcache): Rewrite. Use deprecated grub functions.
4565 (regcache_save, regcache_save_no_passthrough): New functions.
4566 (regcache_restore, regcache_restore_no_passthrough): New
4567 functions.
4568 (_initialize_regcache): Create the regcache_data_handle. Swap
4569 current_regcache global variable.
4570
4571 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4572 parameter to regcache_read and regcache_write calls.
4573 (sh4_register_read): Ditto.
4574 (sh64_pseudo_register_read): Ditto.
4575 (sh64_register_read): Ditto.
4576 (sh_pseudo_register_write): Ditto.
4577 (sh4_register_write): Ditto.
4578 (sh64_pseudo_register_write): Ditto.
4579 (sh64_register_write): Ditto.
4580
4581 * defs.h (XCALLOC): Define.
4582
4583 2002-06-19 Grace Sainsbury <graces@redhat.com>
4584
4585 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4586 * m68k-tdep.c (m68k_gdbarch_init): Added.
4587 (m68k_dump_tdep): Added.
4588
4589 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4590
4591 * ada-lang.c (fill_in_ada_prototype): Update comment.
4592
4593 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4594
4595 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4596 MIPS_ABI_LAST.
4597 (mips_abi_string, mips_abi_strings): New.
4598 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4599 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4600 tdep->mips_abi_string. Honor mips_abi_string. Default to
4601 O32 if no ABI is found.
4602 (mips_dump_tdep): Use mips_abi_strings.
4603 (mips_abi_update): New function.
4604 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4605 ``set mips abi'' and ``show mips abi''. Check the size of
4606 mips_abi_strings.
4607
4608 2002-06-19 Andrew Cagney <cagney@redhat.com>
4609
4610 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4611 constant.
4612
4613 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4614
4615 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4616 current frame using only the first stack size adjustment. All
4617 subsequent size adjustments are not considered to be part of
4618 the "static" part of the current frame.
4619 Compute the address of the saved registers relative to the
4620 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4621 in use in this frame.
4622
4623 2002-06-18 Don Howard <dhoward@redhat.com>
4624
4625 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4626 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4627 suggesting this solution.
4628
4629 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4630
4631 * config/romp/xm-rtbsd.h: Delete file.
4632 * config/romp/rtbsd.mh: Delete file.
4633
4634 2002-06-18 Keith Seitz <keiths@redhat.com>
4635
4636 * breakpoint.c (condition_command): Post breakpoint_modify
4637 when a condition is added to an existing breakpoint.
4638 (commands_command): Likewise for commands.
4639 (set_ignore_count): Likewise for ignore counts.
4640 If no tty, do not simply return, still need to send event
4641 notification.
4642 (ignore_command): Only print a newline if the command came
4643 from a tty.
4644 Don't call breakpoints_changed, since this is now properly
4645 handled by set_ignore_count.
4646
4647 2002-06-18 Andrew Cagney <cagney@redhat.com>
4648
4649 * MAINTAINERS: Note that cris-elf target can be compiled with
4650 -Werror.
4651 * cris-tdep.c (cris_register_name): Make return type constant.
4652 (cris_breakpoint_from_pc): Ditto.
4653
4654 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4655
4656 * frame.h (struct frame_info): Change type of context to
4657 'struct context'.
4658
4659 2002-06-17 Andrew Cagney <cagney@redhat.com>
4660
4661 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4662 pointer.
4663 * gdbarch.h, gdbarch.c: Regenerate.
4664 * config/mips/tm-mips.h (mips_register_name): Update.
4665 * i386-tdep.h (i386_register_name): Update.
4666 * mips-tdep.c (mips_register_name): Update
4667 * alpha-tdep.c (alpha_register_name): Update.
4668 * arch-utils.c (legacy_register_name): Update.
4669 * arch-utils.h (legacy_register_name): Update.
4670 * avr-tdep.c (avr_register_name): Update.
4671 * ia64-tdep.c (ia64_register_name): Update.
4672 * i386-tdep.c (i386_register_name): Update.
4673 * sparc-tdep.c (sparc32_register_name): Update.
4674 (sparc64_register_name): Update.
4675 (sparclite_register_name): Update.
4676 (sparclet_register_name): Update.
4677 * sh-tdep.c (sh_generic_register_name): Update.
4678 (sh_sh_register_name): Update.
4679 (sh_sh3_register_name): Update.
4680 (sh_sh3e_register_name): Update.
4681 (sh_sh_dsp_register_name): Update.
4682 (sh_sh3_dsp_register_name): Update.
4683 (sh_sh4_register_name): Update.
4684 (sh_sh64_register_name): Update.
4685 * s390-tdep.c (s390_register_name): Update.
4686 * rs6000-tdep.c (rs6000_register_name): Update.
4687 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4688 (ns32k_register_name_32382): Update.
4689 * d10v-tdep.c (d10v_ts2_register_name): Update.
4690 (d10v_ts3_register_name): Update.
4691 * xstormy16-tdep.c (xstormy16_register_name): Update.
4692 * vax-tdep.c (vax_register_name): Update.
4693 * v850-tdep.c (v850_register_name): Update.
4694 * m68hc11-tdep.c (m68hc11_register_name): Update.
4695 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4696 (am33_register_name): Update.
4697
4698 2002-06-17 Grace Sainsbury <graces@redhat.com>
4699
4700 * m68k-tdep.c: Reindented.
4701
4702 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4703
4704 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4705 list of predefined types.
4706
4707 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4708
4709 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4710 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4711 REGISTER_CONVERT_TO_RAW): Remove defines.
4712 (i386_register_virtual_type, i386_register_convertible,
4713 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4714 Remove prototypes.
4715 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4716 macros mentioned above.
4717
4718 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4719 (i386lynx_saved_pc_after_call): Remove prototype.
4720 * i386ly-tdep.c: Include "i386-tdep.h".
4721 (i386lynx_saved_pc_after_call): Make static. Use
4722 read_memory_nobpt instead of read_memory. Use
4723 read_memory_unsigned_integer instead of read_memory_integer.
4724 (i386lynx_init_abi): New function.
4725 (i386lynx_coff_osabi_sniffer): New function.
4726 (_initialize_i386bsd_tdep): New function.
4727
4728 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4729 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4730 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4731 (i386_fix_call_dummy): Remove prototype.
4732 * i386-tdep.c (i386_call_dummy_words): New variable.
4733 (i386_gdbarch_init): Adjust for removal of the
4734 macros mentioned above.
4735
4736 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4737
4738 * command.h (add_setshow_auto_boolean_cmd): Replace
4739 add_set_auto_boolean_cmd.
4740 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4741 add_set_auto_boolean_cmd.
4742 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4743 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4744 mask-address'' command.
4745 (show_mask_address): Add cmd parameter.
4746 * remote.c (add_packet_config_cmd): Update. Change type of
4747 set_func and show_func to cmd_sfunc_ftype.
4748 (_initialize_remote): Update `set remote Z-packet'
4749 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4750 (show_remote_protocol_e_packet_cmd): Ditto.
4751 (show_remote_protocol_E_packet_cmd): Ditto.
4752 (show_remote_protocol_P_packet_cmd): Ditto.
4753 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4754 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4755 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4756 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4757 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4758 (show_remote_protocol_Z_packet_cmd): Ditto.
4759 (show_remote_protocol_binary_download_cmd): Ditto.
4760 (show_remote_cmd): Pass NULL to all of above.
4761
4762 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4763
4764 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4765 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4766 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4767 POP_FRAME): Remove defines.
4768 (i386_push_arguments, i386_store_struct_return,
4769 i386_extract_return_value, i386_store_return_value,
4770 i386_extract_struct_value_address, i386_push_dummy_frame,
4771 i386_pop_frame): Renove prototypes.
4772 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4773 macros mentioned above.
4774
4775 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4776
4777 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4778 add_set_boolean_cmd.
4779 (add_setshow_cmd): New function.
4780 * command.h (add_setshow_boolean_cmd): Replace
4781 add_set_boolean_cmd.
4782 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4783 and ``set rdiromatzero''.
4784 * maint.c (_initialize_maint_cmds): Update commented out code.
4785 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4786 * target.c (initialize_targets): Update `set
4787 trust-readonly-sections'.
4788 * remote.c (_initialize_remote): Update `set remotebreak'.
4789
4790 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4791
4792 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4793 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4794 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4795 fit into multi-arch framework.
4796 (i386_breakpoint_from_pc): New function.
4797 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4798 above.
4799
4800 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4801 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4802 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4803 (i386_frameless_function_invocation, i386_frame_num_args,
4804 i386_frame_init_saved_regs): Remove prototypes.
4805 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4806 macros mentioned above.
4807
4808 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4809
4810 * cli/cli-decode.c (set_cmd_cfunc): Update.
4811 (set_cmd_sfunc): Update.
4812 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4813 (set_cmd_sfunc, set_cmd_cfunc): Update.
4814 * cli/cli-decode.h: Update.
4815
4816 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4817
4818 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4819 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4820
4821 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4822
4823 * defs.h (auto_boolean): Declare enum.
4824 * command.h (cmd_auto_boolean): Delete enum.
4825 * mips-tdep.c (mask_address_var): Update.
4826 (mips_mask_address_p): Update.
4827 (show_mask_address): Update.
4828 * remote.c (struct packet_config): Update.
4829 (update_packet_config): Update.
4830 (show_packet_config_cmd): Update.
4831 (packet_ok): Update.
4832 (add_packet_config_cmd): Update.
4833 (_initialize_remote):
4834 * command.h: Update.
4835 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4836 (do_setshow_command): Update.
4837 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4838 * cli/cli-decode.h: Update.
4839
4840 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4841
4842 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4843 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4844 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4845 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4846 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4847 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4848
4849 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4850 list of DJGPP COFF targets.
4851
4852 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4853 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4854 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4855 (FP0_REGNUM): Remove define.
4856 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4857 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4858 (i386_register_virtual_size): Remove protoype.
4859 * i386-tdep.c (i386_register_virtual_size): Removed.
4860 (i386_extract_return_value, i386_store_return_value): Use
4861 FP0_REGNUM instead of NUM_FREGS to determine whether the
4862 floating-point registers are available.
4863 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4864 Adjust for removal of macros mentioned above.
4865
4866 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4867
4868 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4869 comments.
4870 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4871 Remove prototypes.
4872 (supply_gregset, fill_gregset): Remove use of register keyword and
4873 remove declaration for regmap. Use I386_NUM_GREGS instead of
4874 NUM_REGS and NUM_FREGS.
4875 (FPREGSET_FSAVE_OFFSET): Remove.
4876 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4877 NUM_FREGS to determine whether the floating-point registers are
4878 available.
4879
4880 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4881 gnu_store_registers): Replace usage of NUM_GREGS with
4882 I386_NUM_GREGS.
4883
4884 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4885 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4886 usage of NUM_GREGS with I386_NUM_GREGS.
4887
4888 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4889
4890 * i386bsd-nat.c: Include "i386-tdep.h".
4891 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4892 I386_NUM_GREGS.
4893
4894 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4895 and associated comment. They no longer make any sense, since we
4896 don't use this file anymore on Linux.
4897
4898 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4899 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4900 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4901 elements in these arrays.
4902 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4903 MAX_NUM_REGS.
4904
4905 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4906
4907 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4908 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4909
4910 2002-06-14 Andrew Cagney <cagney@redhat.com>
4911
4912 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4913 EXTRACT_RETURN_VALUE.
4914 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4915 EXTRACT_STRUCT_VALUE_ADDRESS.
4916 * gdbarch.h, gdbarch.c: Regenerate.
4917
4918 * values.c (value_being_returned): Handle
4919 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4920 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4921
4922 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4923 * arm-tdep.c (arm_gdbarch_init): Update.
4924 * avr-tdep.c (avr_gdbarch_init): Update.
4925 * cris-tdep.c (cris_gdbarch_init): Update.
4926 * d10v-tdep.c (d10v_gdbarch_init): Update.
4927 * ia64-tdep.c (ia64_gdbarch_init): Update.
4928 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4929 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4930 * s390-tdep.c (s390_gdbarch_init): Update.
4931 * sh-tdep.c (sh_gdbarch_init): Update.
4932 * s390-tdep.c (s390_gdbarch_init): Update.
4933 * sparc-tdep.c (sparc_gdbarch_init): Update.
4934 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4935 * v850-tdep.c (v850_gdbarch_init): Update.
4936 * vax-tdep.c (vax_gdbarch_init): Update.
4937 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4938 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4939
4940 * config/arc/tm-arc.h: Update.
4941 * config/d30v/tm-d30v.h: Update.
4942 * config/fr30/tm-fr30.h: Update.
4943 * config/h8300/tm-h8300.h: Update.
4944 * config/h8500/tm-h8500.h: Update.
4945 * config/i386/tm-i386.h: Update.
4946 * config/i386/tm-ptx.h: Update.
4947 * config/i386/tm-symmetry.h: Update.
4948 * config/i960/tm-i960.h: Update.
4949 * config/m32r/tm-m32r.h: Update.
4950 * config/m68k/tm-delta68.h: Update.
4951 * config/m68k/tm-linux.h: Update.
4952 * config/m68k/tm-m68k.h: Update.
4953 * config/m88k/tm-m88k.h: Update.
4954 * config/mcore/tm-mcore.h: Update.
4955 * config/mips/tm-mips.h: Update.
4956 * config/mn10200/tm-mn10200.h: Update.
4957 * config/pa/tm-hppa.h: Update.
4958 * config/pa/tm-hppa64.h: Update.
4959 * config/sparc/tm-sp64.h: Update.
4960 * config/sparc/tm-sparc.h: Update.
4961 * config/sparc/tm-sparclet.h: Update.
4962 * config/z8k/tm-z8k.h: Update.
4963
4964 2002-06-14 Andrew Cagney <cagney@redhat.com>
4965
4966 * Makefile.in (i386_linux_tdep_h): Define.
4967 (i386_tdep_h, i387_tdep_h): Define.
4968 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4969 $(i386_tdep_h) and $(i387_tdep_h).
4970 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4971
4972 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4973
4974 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4975 Already covered by the default.
4976
4977 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4978 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4979 (i386_gdbarch_init): Initialize long_double_format and long_double
4980 bit.
4981
4982 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4983 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4984 Move these to ...
4985 * config/i386/i386sol2.mh: ... here.
4986 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4987 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4988 (SIGCONTEXT_PC_OFFSET): Remove define.
4989 (IN_SIGTRAMP): Remove define.
4990 * i386-sol2-tdep.c: New file.
4991
4992 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4993 * config/i386/tm-i386nw.h: Removed.
4994
4995 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4996 USE_STRUCT_CONVENTION): Remove defines.
4997 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4998 (get_longjmp_target): Remove prototype.
4999 (IN_SIGTRAMP): Remove define.
5000 (i386bsd_in_sigtramp): Remove prototype.
5001 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5002 function. Update comment accordingly
5003 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5004 (FRAME_SAVED_PC): Remove define.
5005 (i386bsd_frame_saved_pc): Remove prototype.
5006 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5007 GET_LONGJMP_TARGET): Remove defines.
5008 (get_longjmp_target): Remove prototype.
5009 (IN_SIGTRAMP): Remove define.
5010 (i386bsd_in_sigtramp): Remove prototype.
5011 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5012 function. Update comment accordingly
5013 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5014 (FRAME_SAVED_PC): Remove define.
5015 (i386bsd_frame_saved_pc): Remove prototype.
5016 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5017 Remove prototype.
5018 (USE_STRUCT_CONVENTION): Remove prototype.
5019 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5020 declaration.
5021 (_initialize_i386bsd_nat): Revise logic to determine some
5022 constants at compile time when compiling a native GDB. Warn if
5023 things don't match up with what we expect.
5024 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5025 Remove variables.
5026 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5027 to use date stored in `struct gdbarch_tdep'.
5028 (i386bsd_sigcontext_offset): Remove varaible.
5029 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5030 stored in `struct gdbarch_tdep'.
5031 (i386bsd_frame_saved_pc): Make static.
5032 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5033 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5034 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5035 i386fbsd4_sc_pc_offset): New variables.
5036 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5037 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5038 functions.
5039 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5040 functions.
5041 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5042 Modify the value of i386fbsd_sigtramp_start and
5043 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5044 i386fbsd_sigtramp_end.
5045 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5046 function.
5047
5048 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5049 define to i386-linux-tdep.h.
5050 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5051 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5052 defines.
5053 (i386_linux_register_name, i386_linux_register_byte,
5054 i386_linux_register_raw_size): Remove prototypes.
5055 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5056 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5057 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5058 TARGET_WRITE_PC): Remove defines.
5059 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5060 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5061 i386_linux_write_pc): Remove prototypes.
5062 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5063 (get_longjmp_target): Remove prototype.
5064 * i386-linux-tdep.h: New file.
5065 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5066 * i386-linux-tdep.c: Include "i386-tdep.h" and
5067 "i386-linux-tdep.h".
5068 (i386_linux_register_name, i386_linux_register_byte,
5069 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5070 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5071 Make static.
5072 (i386_linux_init_abi): New function.
5073 (_initialize_i386_linux_tdep): New function.
5074
5075 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5076 (i386_saved_pc_after_call): Remove prototype.
5077 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5078 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5079 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5080 (i386_register_name, i386_stab_reg_to_regnum,
5081 i386_dwarf_reg_to_regnum): Remove prototypes.
5082 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5083 SIZEOF_SSE_REGS): Remove defines.
5084 (REGISTER_BYTES): Remove define.
5085 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5086 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5087 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5088 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5089 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5090 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5091 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5092 (get_longjmp_target): Remove prototype.
5093 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5094 (sigtramp_saved_pc): Remove define.
5095 (i386v4_sigtramp_saved_pc): Remove prototype.
5096 * config/i386/tm-go32.h (FRAME_CHAIN,
5097 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5098 (i386go32_frame_saved_pc): Remove prototype.
5099 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5100 (get_longjmp_target): Remove prototype.
5101 * i386-tdep.h: Include "osabi.h".
5102 (enum i386_abi): Removed.
5103 (enum struct_return): New enum.
5104 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5105 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5106 sc_pc_offset members.
5107 (i386_gdbarch_register_os_abi): Remove prototype.
5108 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5109 I386_SSE_NUM_REGS): New defines.
5110 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5111 I386_SSE_SIZEOF_REGS): New defines.
5112 (i386_register_name, i386_register_byte, i386_register_raw_size):
5113 New prototypes.
5114 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5115 (i386bsd_sigtramp_saved_pc): New prototype.
5116 * i386-tdep.c: Don't include "elf-bfd.h".
5117 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5118 i386_frame_chain, i386_saved_pc_after_call): Make static.
5119 (i386_frame_saved_pc): Rewrite to call architecture dependent
5120 function to deal with signal handlers. Make static.
5121 (i386go32_frame_saved_pc): Removed.
5122 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5123 Removed.
5124 (i386_get_longjmp_target): New function.
5125 (default_struct_convention, pcc_struct_convention,
5126 reg_struct_convention, valid_conventions, struct_convention): New
5127 variables.
5128 (i386_use_struct_convention): New function.
5129 (i386v4_sigtramp_saved_pc): Renamed to
5130 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5131 (i386_pc_in_sigtramp): New function.
5132 (i386_abi_names): Removed.
5133 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5134 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5135 Removed.
5136 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5137 i386_gdbarch_register_os_abi): Removed.
5138 (struct i386_abi_handler): Removed.
5139 (i386_abi_handler_list): Removed.
5140 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5141 functions.
5142 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5143 i386_nw_init_abi): New functions.
5144 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5145 Use set_gdbarch_xxx() calls instead of relying on macros for a
5146 number of calls.
5147 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5148 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5149 Register the various architecture variants defined in this file.
5150
5151 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5152
5153 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5154 (struct main_type): Remove arg_types member. Update comments for
5155 struct field.
5156 (TYPE_ARG_TYPES): Remove.
5157 (TYPE_FN_FIELD_ARGS): Update.
5158 (smash_to_method_type): Update prototype.
5159
5160 * c-typeprint.c (cp_type_print_method_args): Take method type
5161 instead of argument list. Use new argument layout. Simplify.
5162 (c_type_print_args): Use new argument layout. Simplify.
5163 (c_type_print_base): Update call to cp_type_print_method_args.
5164 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5165 argument; use die->type instead. Update call to
5166 smash_to_method_type.
5167 (read_structure_scope): Update call to dwarf2_add_member_fn.
5168 * gdbtypes.c (allocate_stub_method): Update comment.
5169 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5170 Use new argument layout.
5171 (check_stub_method): Use new argument layout. Don't count
5172 void as an argument.
5173 (print_arg_types): Update comments. Use new argument layout.
5174 (recursive_dump_type): Don't print arg_types member.
5175 * hpread.c (hpread_read_struct_type): Use new argument layout.
5176 (fixup_class_method_type): Likewise.
5177 (hpread_type_lookup): Likewise.
5178 * stabsread.c (read_type): Update calls to read_args and
5179 smash_to_method_type.
5180 (read_args): Use new argument layout. Simplify.
5181 * valops.c (typecmp): Use new argument layout. Update parameters
5182 and comments. Simplify.
5183 (hand_function_call): Use new argument layout.
5184 (search_struct_method): Update call to typecmp.
5185 (find_overload_match): Use new argument layout.
5186
5187 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5188
5189 * NEWS: Mention multithreaded debug support for gdbserver.
5190
5191 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5192
5193 * MAINTAINERS: Mention NEWS.
5194
5195 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5196
5197 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5198 (struct mips_objfile_private, compare_pdr_entries): New.
5199 (non_heuristic_proc_desc): Read the ".pdr" section if it
5200 is present.
5201
5202 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5203
5204 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5205 (arm_debug): New static variable.
5206 (_initialize_arm_tdep): Add ``set debug arm'' command.
5207
5208 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5209
5210 * Makefile.in (sim_arm_h): Define.
5211 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5212 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5213 (arm_register_sim_regno): New function, map an internal REGNUM
5214 onto a simulator register number.
5215 (arm_gdbarch_init): Set register_sim_regno.
5216
5217 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5218
5219 * MAINTAINERS: Add self.
5220
5221 2002-06-11 Jim Blandy <jimb@redhat.com>
5222
5223 * source.c (source_info): Mention whether the symtab has
5224 information about preprocessor macros.
5225
5226 Call the command `info macro', not `show macro'.
5227 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5228 Fix error message.
5229 (_initialize_macrocmd): Register `info_macro_command' in
5230 `infolist', not `showlist'.
5231
5232 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5233
5234 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5235 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5236 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5237 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5238 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5239 unconditionally.
5240 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5241 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5242 (_initialize_mips_tdep): Remove dead code.
5243 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5244 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5245 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5246 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5247 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5248 MIPS_LAST_FP_ARG_REGNUM): Remove.
5249
5250 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5251
5252 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5253 (unwind_tmp_obstack_free, parse_frame_info)
5254 (update_context, cfi_read_fp, cfi_write_fp)
5255 (cfi_frame_chain, cfi_init_extra_frame_info)
5256 (cfi_virtual_frame_pointer): Use the above function.
5257 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5258
5259 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5260
5261 * v850-tdep.c (v850_type_is_scalar): New function.
5262 (v850_use_struct_convention): Match current gcc implementation
5263 as close as possible.
5264 (v850_push_arguments): Fix stack_offset handling. Don't write
5265 struct_addr into register. This is done by v850_store_struct_return.
5266 (v850_extract_return_value): Care for structs.
5267 (v850_store_return_value): Ditto.
5268 (v850_store_struct_return): Actually write address.
5269
5270 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5271
5272 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5273 without debug information too.
5274
5275 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5276
5277 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5278 Make multi-arch pure.
5279 * gdbarch.h, gdbarch.c: Re-generate.
5280 * arm-tdep.c (arm_print_float_info): Update.
5281 * arch-utils.h (default_print_float_info): Update.
5282 * arch-utils.c (default_print_float_info): Update.
5283 * infcmd.c (float_info): Update call.
5284
5285 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5286
5287 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5288 the front of the initialize list.
5289
5290 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5291
5292 * infrun.c (struct inferior_status): Replace fields
5293 selected_frame_address and selected_level with field
5294 selected_frame_id.
5295 (save_inferior_status): Update. Use get_frame_id.
5296 (struct restore_selected_frame_args): Delete.
5297 (restore_selected_frame): Update. Use frame_find_by_id.
5298 (restore_inferior_status): Update.
5299
5300 * breakpoint.h (struct breakpoint): Change type of
5301 watchpoint_frame to frame_id.
5302 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5303 call to get_current_frame.
5304 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5305 get_current_frame.
5306 (watchpoint_check): Use frame_find_by_id.
5307
5308 * frame.h (record_selected_frame): Delete declaration.
5309 * stack.c (record_selected_frame): Delete function.
5310
5311 * frame.h (struct frame_id): Define.
5312 (get_frame_id): Declare.
5313 (frame_find_by_id): Declare.
5314 * frame.c (frame_find_by_id): New function.
5315 (get_frame_id): New function.
5316
5317 2002-06-10 Andrey Volkov <avolkov@transas.com>
5318
5319 * ser-e7kpc.c: Fix duplicated define and call of
5320 _initialize_ser_e7000pc
5321
5322 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5323
5324 * signals/signals.c (target_signal_from_host): Fix #ifdef
5325 SIGRTMIN case.
5326 (do_target_signal_to_host): Likewise.
5327
5328 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5329
5330 * mips-tdep.c (mips_find_abi_section): New function.
5331 (mips_gdbarch_init): Call it.
5332
5333 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5334
5335 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5336 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5337 after Andrew's 2002-06-08 gdbarch change.
5338
5339 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5340
5341 * i386-linux-nat.c (suppy_gregset): Don't supply
5342 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5343 register cache.
5344 (fill_gregset): Don't fetch it under the same circumstances.
5345
5346 2002-06-09 Andrew Cagney <cagney@redhat.com>
5347
5348 * Makefile.in (callback_h): Define.
5349 (remote_sim_h): Update path to remote-sim.h.
5350 (remote-rdp.o): Add $(callback_h).
5351 (remote-sim.o): Use $(callback_h).
5352 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5353 * remote-rdp.c: Include "gdb/callback.h".
5354
5355 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5356
5357 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5358 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5359
5360 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5361
5362 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5363 * rdi-share/serpardr.c: Ditto.
5364 * rdi-share/unixcomm.c: Ditto.
5365 * rdi-share/serdrv.c: Ditto.
5366 * rdi-share/hostchan.h: Ditto.
5367 * rdi-share/hostchan.c: Ditto.
5368 * rdi-share/host.h: Ditto.
5369 * rdi-share/devsw.c: Ditto.
5370
5371 * objfiles.h: Change type of obj_private to void pointer.
5372 * pa64solib.c: Update copyright. Don't include "assert.h", use
5373 strcmp instead of STREQ, use LONGEST, do not use PTR
5374 * somsolib.c: Ditto.
5375
5376 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5377 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5378 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5379
5380 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5381
5382 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5383 (default_get_saved_register): Delete function.
5384 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5385 generic_unwind_get_saved_register.
5386 * gdbarch.h, gdbarch.c: Re-generate.
5387
5388 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5389
5390 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5391 generic_func_frame_chain_valid.
5392 * gdbarch.h, gdbarch.c: Re-generate.
5393 * blockframe.c (generic_func_frame_chain_valid): Only check
5394 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5395 passing FP to PC_IN_CALL_DUMMY.
5396 Fix PR gdb/360.
5397
5398 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5399
5400 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5401 (register_gdbarch_data): Initialize init_p.
5402 (gdbarch_data): Initialize data pointer using the init function.
5403 (init_gdbarch_data): Delete function.
5404 (gdbarch_update_p): Update.
5405 (initialize_non_multiarch): Update.
5406 (struct gdbarch): Add field initialized_p.
5407 * gdbarch.h, gdbarch.c: Re-generate.
5408
5409 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5410
5411 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5412 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5413 better do the things actually here.
5414 * x86-64-tdep.c (x86_64_register_name2nr): New.
5415 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5416 (x86_64_gdbarch_init): Respect the above change.
5417 * x86-64-tdep.h (x86_64_register_name2nr)
5418 (x86_64_register_nr2name): Add prototypes.
5419 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5420
5421 2002-06-06 Michael Snyder <msnyder@redhat.com>
5422
5423 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5424 Delete extra braces and re-indent.
5425 (d10v_store_return_value): Char return values
5426 must be shifted over by one byte in R0.
5427 (d10v_extract_return_value): Delete extra braces, re-indent.
5428
5429 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5430
5431 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5432 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5433 (d10v_integer_to_address): Rewrite.
5434 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5435 the d10v specific functions which take care of converting to the
5436 correct space.
5437
5438 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5439
5440 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5441 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5442
5443 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5444
5445 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5446 includes.
5447 * config/tm-linux.h: Ditto.
5448 * config/alpha/tm-alphalinux.h: Ditto.
5449 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5450 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5451 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5452 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5453 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5454 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5455 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5456 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5457 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5458 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5459 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5460 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5461 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5462 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5463 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5464 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5465 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5466 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5467 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5468 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5469 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5470 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5471 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5472 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5473 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5474 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5475 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5476 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5477 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5478 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5479 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5480 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5481 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5482 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5483 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5484 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5485 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5486
5487 2002-05-04 Aidan Skinner <aidan@velvet.net>
5488
5489 * ada-exp.tab.c: New file
5490 * ada-exp.y: New file
5491 * ada-lang.c: New file
5492 * ada-lang.h: New file
5493 * ada-lex.c: New file
5494 * ada-lex.l: New file
5495 * ada-tasks.c: New file
5496 * ada-typeprint.c: New file
5497 * ada-valprint.c: New file
5498
5499 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5500
5501 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5502 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5503
5504 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5505
5506 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5507 insetead of ppc-linux-tdep.o.
5508 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5509 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5510
5511 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5512
5513 2002-05-07 Christian Groessler <chris@groessler.org>
5514 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5515 bit register contents for little endian hosts.
5516
5517 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5518
5519 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5520 any maintainer.
5521
5522 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5523
5524 * gdbarch.h: Regenerate.
5525
5526 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5527
5528 * MAINTAINERS: Add everyone to write-after-approval list.
5529
5530 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5531
5532 * stack.c (frame_info): Use frame_register_unwind instead of
5533 saved_regs. Mention when the SP is on the stack or in a register.
5534
5535 * frame.h (frame_register_unwind_ftype): Define. Document.
5536 (struct frame_info): Add field register_unwind and
5537 register_unwind_cache.
5538 (frame_register_unwind): Declare.
5539 (generic_unwind_get_saved_register): Declare.
5540
5541 * frame.c (frame_register_unwind): New function.
5542 (generic_unwind_get_saved_register): New function.
5543
5544 * blockframe.c (generic_call_dummy_register_unwind): New function.
5545 (frame_saved_regs_register_unwind): New function.
5546 (set_unwind_by_pc): New function.
5547 (create_new_frame): New function.
5548 (get_prev_frame): New function.
5549
5550 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5551
5552 * a29k-share/: Delete directory.
5553 * remote-vx29k.c: Delete file.
5554
5555 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5556
5557 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5558 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5559
5560 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5561
5562 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5563 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5564 (sparc64nbsd-nat.o)
5565 (sparcnbsd-nat.o)
5566 (sparcnbsd-tdep.o): New dependency lists.
5567 * NEWS: Note new UltraSPARC NetBSD native configuration.
5568 * configure.host (sparc64-*-netbsd*): New host.
5569 * configure.tgt (sparc-*-netbsdelf*)
5570 (sparc-*-netbsd*): Set gdb_target to nbsd.
5571 (sparc64-*-netbsd*): New target.
5572 * sparc64nbsd-nat.c: New file.
5573 * sparcnbsd-nat.c: New file.
5574 * sparcnbsd-tdep.c: New file.
5575 * sparcnbsd-tdep.h: New file.
5576 * config/sparc/nbsd.mt: New file.
5577 * config/sparc/nbsd64.mh: New file.
5578 * config/sparc/nbsd64.mt: New file.
5579 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5580 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5581 (HOST_IPC): Remove.
5582 * config/sparc/nbsdaout.mt: Remove.
5583 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5584 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5585 (HOST_IPC): Remove.
5586 * config/sparc/nbsdelf.mt: Remove.
5587 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5588 sparc-nat.c compatiblity defines.
5589 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5590 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5591 * config/sparc/tm-nbsd64.h: New file.
5592 * config/sparc/tm-nbsdaout.h: Remove.
5593 * config/sparc/xm-nbsd.h: Remove.
5594
5595 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5596
5597 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5598 * sparc-tdep.c: Include osabi.h.
5599 (gdbarch_tdep): Add osabi member.
5600 (_initialize_sparc_tdep): Use gdbarch_register.
5601 (sparc_gdbarch_init): Use generic OS ABI framework.
5602 (sparc_dump_tdep): New function.
5603
5604 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5605
5606 * corefile.c (do_captured_read_memory_integer): Return non-zero
5607 result.
5608 (safe_read_memory_integer): Copy result of memory read when
5609 status is non-zero. Also, add comments.
5610
5611 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5612
5613 * Makefile.in (ppc_tdep_h): Define.
5614 (ppc-linux-nat.o)
5615 (ppc-linux-tdep.o)
5616 (rs6000-tdep.o): Use $(ppc_tdep_h).
5617 (ppc-sysv-tdep.o)
5618 (ppcnbsd-nat.o)
5619 (ppcnbsd-tdep.o): New dependency lists.
5620 * ppc-tdep.h: Use generic OS ABI framework.
5621 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5622 (ppc_linux_init_abi): New functions.
5623 (ppc_sysv_abi_broken_use_struct_convention)
5624 (ppc_sysv_abi_use_struct_convention)
5625 (ppc_sysv_abi_push_arguments): Move to...
5626 * ppc-sysv-tdep.c: ...here.
5627 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5628 * rs6000-tdep.c (process_note_abi_tag_sections)
5629 (get_elfosabi): Remove.
5630 (rs6000_gdbarch_init): Use generic OS ABI framework.
5631 (rs6000_dump_tdep): New function.
5632 (_initialize_rs6000_tdep): Use gdbarch_register.
5633 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5634 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5635 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5636 of ppc-linux-tdep.o.
5637 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5638 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5639 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5640 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5641 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5642 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5643
5644 2002-05-29 Jim Blandy <jimb@redhat.com>
5645
5646 * macroscope.c (default_macro_scope): Put `void' in empty argument
5647 list.
5648
5649 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5650
5651 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5652 * arch-utils.c: Include "sim-regno.h".
5653 * gdbarch.sh: Don't include "sim-regno.h".
5654 * gdbarch.h, gdbarch.c: Regenerate.
5655 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5656 here.
5657 * arch-utils.h (legacy_register_sim_regno): To here.
5658 * remote-sim.c (legacy_register_sim_regno): Move function from
5659 here.
5660 * arch-utils.c (legacy_register_sim_regno): To here.
5661
5662 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5663
5664 * sim-regno.h: New file.
5665 * Makefile.in (sim_regno_h): Define.
5666 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5667 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5668 (legacy_register_sim_regno): New function.
5669 (one2one_register_sim_regno): New function.
5670 (gdbsim_fetch_register): Rewrite.
5671 (gdbsim_store_register): Only store a register when
5672 REGISTER_SIM_REGNO is valid.
5673 * d10v-tdep.c: Include "sim-regno.h".
5674 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5675 (d10v_ts3_register_sim_regno): Ditto.
5676 * gdbarch.sh: Include "sim-regno.h".
5677 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5678 * gdbarch.h, gdbarch.c: Regenerate.
5679 * arch-utils.h (default_register_sim_regno): Delete declaration.
5680 * arch-utils.c (default_register_sim_regno): Delete function.
5681
5682 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5683
5684 * ppcnbsd-nat.c: Rewrite.
5685 * ppcnbsd-tdep.c: New file.
5686 * ppcnbsd-tdep.h: New file.
5687 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5688 solib.o, and solib-svr4.o.
5689 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5690 nbsd-tdep.o, and corelow.o.
5691
5692 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5693
5694 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5695 `tr' and `sed'. Mention that `broken' targets are not expected to
5696 build.
5697
5698 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5699
5700 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5701 Let PC point right after the prologue before looking up symbols.
5702
5703 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5704
5705 * i386-tdep.c (i386_register_virtual_type): Return
5706 builtin_type_vec128i for SSE registers.
5707
5708 * gdbtypes.h (builtin_type_vec128i): Declare.
5709
5710 * gdbtypes.c (build_builtin_type_vec128i): New function.
5711 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5712 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5713 (build_gdbtypes): Initialize new builtin vector types.
5714 (_initialize_gdbtypes): Register new vector types with gdbarch.
5715
5716 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5717
5718 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5719 since it has been multi-arch'd.
5720 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5721 Move Alpha and VAX multi-arch news entries to same section
5722 as other multi-arch news.
5723
5724 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5725
5726 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5727 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5728 static. Rename some register numbers to put them in ns32k-tdep
5729 private namespace.
5730 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5731 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5732 functions.
5733 (_initialize_ns32k_tdep): Use gdbarch_register.
5734 * ns32k-tdep.h: New file.
5735 * ns32knbsd-tdep.c: New file.
5736 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5737 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5738 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5739 REGISTER_BYTES, REGISTER_BYTE): Remove.
5740 * config/ns32k/tm-ns32k.h: New file.
5741 * config/ns32k/tm-umax.h: Remove.
5742
5743 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5744
5745 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5746 ns32k_store_struct_return, ns32k_extract_return_value,
5747 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5748 functions.
5749 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5750 ns32k_saved_pc_after_call.
5751 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5752 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5753 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5754 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5755 ns32k_extract_struct_value_address.
5756
5757 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5758
5759 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5760 ns32k_fix_call_dummy): New.
5761 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5762 ns32k_call_dummy_words.
5763 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5764 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5765 CALL_DUMMY_NARGS): Remove.
5766 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5767
5768 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5769
5770 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5771 ns32k_frame_saved_pc, ns32k_frame_args_address,
5772 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5773 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5774 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5775 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5776 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5777 (BREAKPOINT): Remove..
5778 (FRAME_CHAIN): Define as ns32k_frame_chain.
5779 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5780 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5781 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5782 (FRAME_FIND_SAVED_REGS): Remove.
5783 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5784 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5785 (POP_FRAME): Define as ns32k_pop_frame.
5786
5787 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5788
5789 * ns32k-tdep.c (ns32k_register_byte_32082,
5790 ns32k_register_byte_32382, ns32k_register_raw_size,
5791 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5792 functions.
5793 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5794 ns32k_register_byte_32382.
5795 * config/ns32k/tm-umax.h: Update copyright years.
5796 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5797 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5798 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5799 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5800 (ns32k_get_enter_addr): Fix prototype.
5801
5802 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5803
5804 * ns32k-tdep.c: Update copyright years.
5805 (ns32k_register_name_32082): New function.
5806 (ns32k_register_name_32382): Ditto.
5807 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5808 (REGISTER_NAME): Define as ns32k_register_name_32382.
5809 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5810 (REGISTER_NAME): Define as ns32k_register_name_32082.
5811
5812 2002-05-24 Jim Blandy <jimb@redhat.com>
5813
5814 * dwarf2read.c (free_line_header): Use xfree, not free.
5815
5816 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5817
5818 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5819 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5820
5821 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5822
5823 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5824
5825 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5826
5827 From Ross Alexander at NEC Europe:
5828 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5829
5830 2002-05-23 Michael Snyder <msnyder@redhat.com>
5831
5832 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5833 for input, rather than parse_and_eval_address.
5834
5835 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5836
5837 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5838 * Makefile.in (sim_d10v_h): Update definition.
5839
5840 2002-05-24 Andrew Cagney <cagney@redhat.com>
5841
5842 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5843 change `2002-05-22 Michael Snyder' below.
5844 (d10v_push_arguments): Ditto.
5845 (d10v_extract_return_value): Ditto.
5846
5847 2002-05-23 Jim Blandy <jimb@redhat.com>
5848
5849 * macrotab.c (check_for_redefinition): Don't complain if the new
5850 definition is the same as the previous one. Take more arguments
5851 to allow the comparison.
5852 (macro_define_object, macro_define_function): Pass more arguments
5853 to check_for_redefinition.
5854
5855 2002-05-22 Michael Snyder <msnyder@redhat.com>
5856
5857 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5858 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5859 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5860 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5861 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5862 Add a temp variable to save a call (and a memory read).
5863 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5864 if possible (so that PC_IN_CALL_DUMMY will work).
5865
5866 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5867
5868 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5869
5870 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5871
5872 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5873 fde->cie_ptr.
5874 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5875 (dwarf2_build_frame_info): Add offset to fde->initial_location
5876 so that frames of shared libraries are mapped correctly.
5877 (execute_stack_op): Change type of 'result' from ULONGEST to
5878 CORE_ADDR.
5879
5880 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5881
5882 * config/alpha/tm-nbsd.h: Include solib.h.
5883
5884 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5885
5886 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5887 assumptions about the host's byte order.
5888
5889 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5890
5891 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5892 to dependency list.
5893 * alphanbsd-tdep.c: Include solib-svr4.h.
5894 * shnbsd-tdep.c: Ditto.
5895
5896 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5897
5898 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5899 nbsd-tdep.h to dependency list.
5900 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5901 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5902 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5903 nbsdaout.mh and nbsdelf.mh consistently.
5904 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5905 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5906 nbsdaout.mt and nbsdelf.mh consistently.
5907 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5908 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5909 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5910 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5911 a.out shared library stuff from here...
5912 * config/nm-nbsdaout.h: ...to here.
5913 * config/tm-nbsd.h: Remove.
5914 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5915 * config/arm/nbsd.mh: Remove.
5916 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5917 nbsd-tdep.o.
5918 * config/arm/nbsdaout.mh: New file.
5919 * config/arm/nbsdelf.mh: New file.
5920 * config/arm/nm-nbsdaout.h: New file.
5921 * config/i386/nbsd.mh: Remove.
5922 * config/i386/nbsd.mt: Remove.
5923 * config/i386/nbsdaout.mh: New file.
5924 * config/i386/nbsdaout.mt: New file.
5925 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5926 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5927 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5928 i386_register_u_addr): Remove.
5929 * config/i386/nm-nbsdaout.h: New file.
5930 * config/i386/nm-nbsdelf.h: Remove.
5931 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5932 (USE_STRUCT_CONVENTION): Remove.
5933 * config/i386/tm-nbsdaout.h: New file.
5934 * config/i386/tm-nbsdelf.h: Remove.
5935 * config/m68k/nbsd.mh: Remove.
5936 * config/m68k/nbsd.mt: Remove.
5937 * config/m68k/nbsdaout.mh: New file.
5938 * config/m68k/nbsdaout.mt: New file.
5939 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5940 * config/m68k/nm-nbsdaout.h: New file.
5941 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5942 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5943 * config/ns32k/nbsd.mh: Remove.
5944 * config/ns32k/nbsd.mt: Remove.
5945 * config/ns32k/nbsdaout.mh: New file.
5946 * config/ns32k/nbsdaout.mt: New file.
5947 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5948 * config/ns32k/nm-nbsdaout.h: New file.
5949 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5950 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5951 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5952 (SVR4_SHARED_LIBS): Remove.
5953 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5954 * config/sparc/nbsd.mh: Remove.
5955 * config/sparc/nbsd.mt: Remove.
5956 * config/sparc/nbsdaout.mh: New file.
5957 * config/sparc/nbsdaout.mt: New file.
5958 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5959 * config/sparc/nbsdelf.mt: New file.
5960 * config/sparc/nm-nbsdaout.h: New file.
5961 * config/sparc/nm-nbsdelf.h: Remove.
5962 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5963 * config/sparc/tm-nbsdaout.h: New file.
5964
5965 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5966
5967 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5968 mipsnbsd-tdep.c
5969 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5970
5971 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5972
5973 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5974 shnbsd-nat.c.
5975 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5976
5977 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5978
5979 * NEWS: Note new MIPS NetBSD native configuration.
5980 * configure.host (mips*-*-netbsd*): New host.
5981 * configure.tgt (mips*-*-netbsd*): New target.
5982 * mipsnbsd-nat.c: New file.
5983 * mipsnbsd-tdep.c: New file.
5984 * mipsnbsd-tdep.h: New file.
5985 * config/mips/nbsd.mh: New file.
5986 * config/mips/nbsd.mt: New file.
5987 * config/mips/nm-nbsd.h: New file.
5988 * config/mips/tm-nbsd.h: New file.
5989
5990 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5991
5992 * Makefile.in (SFILES): Add osabi.c.
5993 (COMMON_OBS): Add osabi.o.
5994 (osabi.o): New dependency list.
5995 * osabi.c: New file.
5996 * osabi.h: New file.
5997 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5998
5999 * Makefile.in (alpha_tdep_h): Define and use instead of
6000 alpha-tdep.h.
6001 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6002 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6003 Remove.
6004 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6005 * alpha-tdep.h: Include osabi.h.
6006 (alpha_abi): Remove.
6007 (gdbarch_tdep): Use generic OS ABI framework.
6008 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6009 gdbarch_register_osabi.
6010 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6011 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6012 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6013
6014 * Makefile.in (sh_tdep_h): Add osabi.h.
6015 * sh-tdep.h (sh_osabi): Remove.
6016 (gdbarch_tdep): Use generic OS ABI framework.
6017 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6018 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6019 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6020 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6021
6022 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6023 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6024 gdbarch_register_osabi.
6025 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6026 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6027 (get_elfosabi): Rename to...
6028 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6029 ABI framework support routines.
6030 (arm_gdbarch_init): Use generic OS ABI framework.
6031 (arm_dump_tdep): Likewise.
6032 (_initialize_arm_tdep): Likewise.
6033 * arm-tdep.h: Include osabi.h.
6034 (arm_abi): Remove.
6035 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6036 osabi member.
6037 (arm_gdbarch_register_os_abi): Remove prototype.
6038 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6039 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6040
6041 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6042 * mips-tdep.c: Include osabi.h.
6043 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6044 OS ABI framework.
6045
6046 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6047
6048 * h8300-tdep.c: Fix formatting.
6049
6050 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6051
6052 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6053 printing vector registers.
6054
6055 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6056
6057 From Fernando Nasser:
6058 * remote.c (remote_async_open_1): Re-throw the exception when the
6059 connection fails.
6060 (remote_cisco_open): Ditto.
6061 (remote_open_1): Ditto.
6062
6063 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6064
6065 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6066 (remote_start_remote): Add uiout parameter. Pass through to
6067 remote_start_remote_dummy.
6068 (remote_open_1): Use catch_exception instead of catch_errors.
6069 (remote_async_open_1): Ditto.
6070 (remote_cisco_open): Ditto.
6071
6072 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6073
6074 * remote.c (remote_start_remote): Replace PTR with void pointer.
6075 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6076 static.
6077
6078 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6079
6080 * gdb_indent.sh: Allow the script to be run in the sim directory.
6081
6082 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6083
6084 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6085 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6086
6087 * corelow.c (core_open): Only call set_gdbarch_from_file if
6088 exec_bfd is NULL.
6089
6090 2002-05-17 Andrey Volkov <avolkov@transas.com>
6091
6092 * h8300-tdep.c: Add support of EXR register
6093 * config/h8300/tm-h8300.h: Ditto.
6094
6095 2002-05-17 Andrey Volkov <avolkov@transas.com>
6096
6097 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6098
6099 2002-05-17 Andrey Volkov <avolkov@transas.com>
6100
6101 * h8300-tdep.c: Change literal regnums to REGNO.
6102
6103 2002-05-17 Jim Blandy <jimb@redhat.com>
6104
6105 * NEWS: Note addition of macro support.
6106
6107 Expand preprocessor macros in C expressions.
6108 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6109 (scan_macro_expansion, scanning_macro_expansion,
6110 finished_macro_expansion): New function declarations.
6111 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6112 variable declarations.
6113 * parser-defs.h (expression_context_pc): New declaration.
6114 * parse.c (expression_context_pc): New variable.
6115 (parse_exp_1): Set expression_context_pc, as well as
6116 expression_context_block.
6117 * c-exp.y (yylex): If we're not already reading the result of a
6118 macro expansion, try to macro-expand the next token. When we're
6119 done scanning a macro expansion, switch back to the mainline text.
6120 Commas and `if's in a macro's expansion don't terminate the input.
6121 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6122 (macro_original_text, macro_expanded_text,
6123 expression_macro_lookup_func, expression_macro_lookup_baton): New
6124 variables.
6125 (scan_macro_expansion, scanning_macro_expansion,
6126 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6127 c_preprocess_and_parse): New functions.
6128 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6129 c_preprocess_and_parse, instead of c_parse.
6130 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6131 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6132
6133 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6134
6135 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6136 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6137 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6138
6139 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6140
6141 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6142
6143 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6144
6145 * Makefile.in (sh_tdep_h): Define and use.
6146 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6147 register enum): Move to...
6148 * * sh-tdep.h: ...here.
6149 * sh-tdep.c: Include sh-tdep.h.
6150 * sh3-rom.c: Likewise.
6151 * shnbsd-tdep.c: Likewise.
6152
6153 2002-05-16 Michael Snyder <msnyder@redhat.com>
6154
6155 * arm-tdep.c: Spelling fix in comment.
6156
6157 2002-05-16 Jim Blandy <jimb@redhat.com>
6158
6159 Add commands for manually expanding macros and showing their
6160 definitions.
6161 * macrocmd.c, macroscope.c, macroscope.h: New files.
6162 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6163 (macroscope_h): New variable.
6164 (HFILES_NO_SRCDIR): Add macroscope.h.
6165 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6166 (macroscope.o, macrocmd.o): New rules.
6167
6168 Teach the Dwarf 2 reader to read macro information.
6169 * dwarf2read.c: #include "macrotab.h".
6170 (dwarf_macinfo_buffer): New variable.
6171 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6172 dwarf_macinfo_size.
6173 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6174 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6175 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6176 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6177 dwarf2_macro_spaces_in_definition): New complaints.
6178 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6179 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6180 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6181 the partial symbol table.
6182 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6183 from what's recorded in the partial symbol table.
6184 (read_file_scope): If the compilation unit has a
6185 `DW_AT_macro_info' attribute, read its macro information.
6186 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6187
6188 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6189
6190 Fix PR gdb/546
6191 * ser-tcp.c: Don't include <netinet/udp.h>.
6192
6193 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6194
6195 * MAINTAINERS: Update my email address.
6196
6197 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6198
6199 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6200 include file of the same name.
6201
6202 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6203
6204 * configure.tgt: Mark v850 as multi-arched.
6205 * config/v850/tm-v850.h: Remove file.
6206 * config/v850/v850.mt: Eliminate TM_FILE.
6207
6208 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6209
6210 * v850-tdep.c: Full multi-arch.
6211 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6212 Define GDB_MULTI_ARCH to 2.
6213
6214 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6215
6216 * p-exp.y (current_type): New static variable.
6217 Carries the type of the expression at the position that is parsed.
6218 (push_current_type, pop_current_type): Two new functions. Used
6219 to store/restore current_type in expression on specific tokens.
6220 (search_field): New static variable. Set to one after parsing a point
6221 as at that point only a FIELDNAME token should be searched.
6222 (FIELDNAME): New token. After a point only a token belonging to
6223 current_type type definition is allowed.
6224 (all over token rules): reset and change current_type according
6225 to rules.
6226 (exp '[' rule): insert implicit array index field if
6227 exp is a pascal string type.
6228
6229 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6230
6231 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6232 frame info. Use frame_info's saved_regs instead of matching member
6233 in extra_frame_info throughout.
6234 (v850_frame_init_saved_regs): New function.
6235 (v850_init_extra_frame_info): Move most functionality into
6236 v850_frame_init_saved_regs().
6237 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6238 (v850_frame_find_saved_regs): Remove declaration.
6239 (FRAME_FIND_SAVED_REGS): Remove definition.
6240 (v850_frame_init_saved_regs): Add declaration.
6241 (FRAME_INIT_SAVED_REGS): Add definition.
6242
6243 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6244
6245 * v850-tdep.c: Begin multi-arch'ing v850.
6246 (v850_target_architecture_hook): Remove function.
6247 (v850_gdbarch_init): New function. Add code previously in
6248 v850_target_architecture_hook().
6249 (_initialize_v850_tdep): Don't set target_architecture_hook.
6250 Call register_gdbarch_init() instead.
6251
6252 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6253
6254 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6255 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6256 (fixup_class_method_type): Likewise.
6257
6258 2002-05-15 Jim Blandy <jimb@redhat.com>
6259
6260 Add macro structures to GDB's symbol tables. Nobody puts anything
6261 in them yet.
6262 * symtab.h (struct symtab): New member: `macro_table'.
6263 * buildsym.h (pending_macros): New global variable.
6264 * buildsym.c: #include "macrotab.h".
6265 (buildsym_init): Initialize `pending_macros'.
6266 (end_symtab): If we found macro information while reading a CU's
6267 debugging info, do build a symtab structure for it. Make the
6268 symtab point to the macro information, and clear the
6269 `pending_macros' pointer which held it while we were reading the
6270 debug info.
6271 (really_free_pendings): Free any pending macro table.
6272 * objfiles.h (struct objfile): New member: `macro_cache'.
6273 * objfiles.c (allocate_objfile): Set allocate and free functions
6274 for the macro cache's objstack.
6275 (free_objfile): Empty the macro cache's obstack.
6276 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6277 set new allocate and free functions for it.
6278 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6279 free functions for the macro cache's objstack. (Why is this
6280 function building its own objfile?)
6281 * symmisc.c (print_objfile_statistics): Print statistics on the
6282 macro bcache.
6283 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6284
6285 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6286
6287 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6288 (REGISTER_U_ADDR): Delete definition.
6289 (arm_register_u_addr): Delete declaration.
6290
6291 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6292
6293 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6294 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6295
6296 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6297
6298 * regcache.c (register_valid): Revise comments refering to "Not
6299 available" and "unavailable".
6300 * frame.c (frame_register_read): Ditto.
6301 * findvar.c (value_of_register): Ditto.
6302
6303 2002-05-15 Andrew Cagney <cagney@redhat.com>
6304
6305 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6306 (remote-sim.o): Update dependencies.
6307 (d10v-tdep.o): Specify dependencies.
6308 (sim_d10v_h): Define.
6309
6310 2002-05-14 Jim Blandy <jimb@redhat.com>
6311
6312 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6313 * macrotab.c (macro_lookup_inclusion, find_definition,
6314 new_macro_table): Same.
6315
6316 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6317 not `! strcmp ()'. This is a dubious improvement.
6318 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6319
6320 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6321 although it's not necessary, to avoid a warning.
6322
6323 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6324
6325 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6326 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6327 TYPE_INSTANCE_FLAGS.
6328 (struct main_type): New.
6329 (struct type): Move most members to struct main_type. Change
6330 cv_type and as_type to new type_chain member. Add instance_flags.
6331 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6332 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6333 (finish_cv_type): Remove prototype.
6334 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6335 Set TYPE_CHAIN.
6336 (alloc_type_instance): New function.
6337 (smash_type): New function.
6338 (make_pointer_type, make_reference_type, make_function_type)
6339 (smash_to_member_type, smash_to_method_type): Call smash_type.
6340 (make_qualified_type): New function.
6341 (make_type_with_address_space): Call make_qualified_type.
6342 (make_cv_type): Likewise.
6343 (finish_cv_type): Remove unnecessary function.
6344 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6345 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6346 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6347 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6348 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6349 * hpread.c (hpread_read_struct_type): Likewise.
6350 * stabsread.c (read_struct_type): Likewise.
6351
6352 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6353
6354 * configure.tgt: Add a catch all sh* target, for cases like
6355 sh[2,3,4]-elf and sh-hms.
6356
6357 2002-05-14 Keith Seitz <keiths@redhat.com>
6358
6359 * event-loop.c (create_file_handler): Don't do anything but
6360 update data when we are given a fd which we are already
6361 monitoring.
6362
6363 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6364
6365 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6366 (update_context): Use __func__ in warnings.
6367
6368 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6369
6370 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6371 and tcp_close to net_open and net_close.
6372 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6373 using UDP if requested. Don't try to disable Nagle on UDP
6374 sockets.
6375 * remote.c (remote_serial_open): New function. Warn about UDP.
6376 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6377
6378 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6379
6380 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6381
6382 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6383
6384 * configure.tgt: Remove sh-hms target.
6385 * MAINTAINERS: Don't list sh-hms as a separate target.
6386
6387 2002-05-13 Jim Blandy <jimb@redhat.com>
6388
6389 Add first preprocessor macro-expansion files.
6390 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6391 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6392 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6393 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6394 (COMMON_OBS): Add macrotab.o, macroexp.o.
6395 (macroexp.o, macrotab.o): New rules.
6396
6397 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6398
6399 * config/m88k/tm-m88k.h: Update copyright.
6400 (m88k_target_write_pc): Declare
6401 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6402 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6403 (SHIFT_INST_REGS): Update definition.
6404 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6405 using old definition of TARGET_WRITE_PC.
6406 * regcache.c (generic_target_write_pc): Delete code handling
6407 NNPC_REGNUM.
6408 * gdbarch.sh (NNPC_REGNUM): Delete.
6409 * gdbarch.h, gdbarch.c: Regenerate.
6410
6411 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6412
6413 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6414 builtin reg number.
6415
6416 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6417
6418 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6419 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6420 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6421 access macros.
6422 * c-typeprint.c (cp_type_print_method_args): Likewise.
6423 (c_type_print_args): Likewise.
6424 * d10v-tdep.c (d10v_push_arguments): Likewise.
6425 (d10v_extract_return_value): Likewise.
6426 * expprint.c (print_subexp): Likewise.
6427 * gdbtypes.c (lookup_primitive_typename): Likewise.
6428 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6429 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6430 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6431 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6432 (TYPE_VECTOR): Likewise.
6433 * hpread.c (hpread_read_struct_type)
6434 (fix_static_member_physnames, fixup_class_method_type)
6435 (hpread_type_lookup): Likewise.
6436 * mdebugread.c (parse_symbol, parse_type): Likewise.
6437 * p-lang.c (is_pascal_string_type): Likewise.
6438 * valops.c (hand_function_call): Likewise.
6439 * x86-64-tdep.c (classify_argument): Likewise.
6440
6441 * hpread.c (hpread_read_function_type)
6442 (hpread_read_doc_function_type): Call replace_type.
6443 * dstread.c (create_new_type): Delete.
6444 (decode_dst_structure, process_dst_function): Call alloc_type.
6445 Use type access macros.
6446
6447 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6448
6449 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6450 the're not supported by the current architecture.
6451 (i387_fill_fxsave): Likewise.
6452
6453 2002-05-12 Fred Fish <fnf@redhat.com>
6454
6455 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6456 sect_index_xxx members to index the first slot in section_offsets
6457 if all of the section_offsets are zero.
6458
6459 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6460
6461 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6462 checked in with last change.
6463
6464 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6465
6466 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6467 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6468 config.sub.
6469
6470 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6471
6472 * Makefile.in: Update dependencies.
6473
6474 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6475
6476 * language.c (local_hex_string_custom): Simplify. Do not depend
6477 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6478
6479 * memattr.c (mem_info_command): Replace calls to
6480 longest_local_hex_string and longest_local_hex_string_custom.
6481 * buildsym.c (make_blockvector): Ditto.
6482 * solib.c (info_sharedlibrary_command): Ditto.
6483 * tracepoint.c (tracepoints_info): Ditto.
6484 * symtab.c (print_msymbol_info): Ditto.
6485
6486 * language.c (local_hex_string): Delete.
6487 (local_hex_string_custom): Delete.
6488 (longest_local_hex_string): Rename to local_hex_string.
6489 (longest_local_hex_string_custom): Rename to
6490 local_hex_string_custom.
6491 * language.h (local_hex_string): Change parameter type to LONGEST.
6492 (local_hex_string_custom): Ditto.
6493 (longest_local_hex_string): Delete declaration.
6494 (longest_local_hex_string_custom): Ditto.
6495
6496 * solib.c: Update copyright.
6497 * memattr.c: Update copyright.
6498
6499 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6500
6501 * arch-utils.h (legacy_register_to_value): Declare.
6502 (legacy_value_to_register): Declare.
6503 (legacy_convert_register_p): Declare.
6504 * arch-utils.c (legacy_register_to_value): New function.
6505 (legacy_value_to_register): New function.
6506 (legacy_convert_register_p): New function.
6507
6508 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6509 (VALUE_TO_REGISTER): Define.
6510 (CONVERT_REGISTER_P): Define.
6511 * gdbarch.h, gdbarch.c: Regenerate.
6512
6513 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6514 VALUE_TO_REGISTER.
6515 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6516 CONVERT_REGISTER_P.
6517
6518 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6519 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6520
6521 * Makefile.in: Update dependencies for valops.c.
6522 * valops.c: Include "gdb_assert.h".
6523 (typecmp): Skip THIS parameter to methods.
6524 (find_method_list): Remove static_memfuncp argument,
6525 update callers. Check for stub methods.
6526 (find_value_oload_method_list): Don't set *static_memfuncp.
6527 (find_overload_match): Don't check for stub methods. Assert
6528 that methods are not stubbed. Handle static methods.
6529 (value_find_oload_method_list): Remove static_memfuncp argument.
6530 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6531 to the argument list for static stub methods.
6532 * value.h (value_find_oload_method_list): Update prototype.
6533
6534 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6535
6536 * arch-utils.h (generic_register_size): Declare.
6537 (generic_register_raw_size, generic_register_virtual_size): Delete
6538 declarations.
6539 * arch-utils.c (generic_register_raw_size): Delete.
6540 (generic_register_size): New function.
6541 (generic_register_virtual_size): Delete.
6542
6543 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6544 default generic_register_size.
6545 * gdbarch.h, gdbarch.c: Re-generate.
6546
6547 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6548 register_virtual_size.
6549 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6550 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6551
6552 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6553
6554 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6555 * gdbarch.h, gdbarch.c: Regenerate.
6556 * gnu-v3-abi.c: Update copyright.
6557 (vtable_address_point_offset): Update.
6558 (gnuv3_rtti_type): Update.
6559 (gnuv3_baseclass_offset): Update.
6560 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6561 (init_fetch_link_map_offsets): Update.
6562 * remote.c (get_remote_state): Update.
6563
6564 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6565
6566 * TODO: Remove value_headof/value_from_vtable_info comment.
6567 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6568 * values.c (value_headof, value_from_vtable_info): Delete.
6569 * value.h (value_from_vtable_info): Delete prototype.
6570
6571 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6572
6573 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6574 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6575 $(gdb_regex_h).
6576 (gdb_assert_h): Define.
6577 (gdb_wait_h): Define.
6578 (gdb_regex_h): Define.
6579
6580 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6581
6582 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6583 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6584
6585 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6586
6587 * nbsd-tdep.c: Fix comment.
6588
6589 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6590
6591 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6592 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6593 (nbsd-tdep.o): New dependency list.
6594 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6595 nbsd-tdep.h.
6596 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6597 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6598 * nbsd-tdep.c: New file.
6599 * nbsd-tdep.h: New file.
6600 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6601 nbsd-tdep.h.
6602 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6603 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6604 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6605 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6606
6607 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6608
6609 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6610 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6611 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6612 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6613 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6614 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6615
6616 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6617
6618 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6619 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6620 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6621 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6622 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6623 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6624 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6625
6626 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6627
6628 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6629 fetch_elfcore_registers to...
6630 * i386nbsd-tdep.c: ...here.
6631 (i386nbsd_use_struct_convention): Rename to...
6632 (i386nbsd_aout_use_struct_convention): ...this.
6633 (i386nbsd_supply_reg): New function.
6634 (i386nbsd_fill_reg): New function.
6635 (fetch_core_registers): Use i386nbsd_supply_reg.
6636 (fetch_elfcore_registers): Likewise.
6637 (_initialize_i386nbsd_tdep): New function.
6638 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6639 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6640 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6641 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6642 (i386nbsd_aout_use_struct_convention): ...this.
6643
6644 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6645
6646 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6647 (store_inferior_registers): Use shnbsd_fill_reg.
6648 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6649 sh_nbsd_supply_register): Collapse into...
6650 (shnbsd_supply_reg): ...this.
6651 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6652 (shnbsd_fill_reg): ...this.
6653 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6654 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6655 (fetch_core_registers): Use shnbsd_supply_reg.
6656 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6657 (sh_nbsd_core_fns): Rename to...
6658 (shnbsd_core_fns): ...this.
6659 (sh_nbsd_elfcore_fns): Rename to...
6660 (shnbsd_elfcore_fns): ...this.
6661 (sh_nbsd_init_abi): Rename to...
6662 (shnbsd_init_abi): ...this.
6663 (_initialize_sh_nbsd_tdep): Rename to...
6664 (_initialize_shnbsd_tdep): ...this.
6665 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6666 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6667 sh_nbsd_fill_register): Remove prototypes.
6668 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6669
6670 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6671
6672 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6673 (i387-nat.o): Delete dependency list.
6674 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6675 (x86-64-linux-nat.o): Likewise.
6676 * i387-nat.c: Delete file, moving contents to...
6677 * i387-tdep.c: ...here.
6678 * i387-nat.h: Rename...
6679 * i387-tdep.h: ...to this.
6680 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6681 * i386-linux-nat.c: Likewise.
6682 * i386bsd-nat.c: Likewise.
6683 * i386gnu-nat.c: Likewise.
6684 * i386nbsd-nat.c: Likewise.
6685 * i386v4-nat.c: Likewise.
6686 * x86-64-linux-nat.c: Likewise.
6687 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6688 * config/i386/go32.mh (NATDEPFILES): Likewise.
6689 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6690 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6691 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6692 * config/i386/linux.mh (NATDEPFILES): Likewise.
6693 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6694 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6695 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6696 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6697
6698 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6699
6700 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6701 (alphanbsd-nat.o): Remove dependency list.
6702 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6703 * alphanbsd-nat.c: Delete. Contents moved to...
6704 * alphanbsd-tdep.c: ...here.
6705 (_initialize_alphanbsd_tdep): Register core functions.
6706 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6707
6708 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6709
6710 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6711 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6712 (alphanbsd-nat.o): Likewise.
6713 (alphabsd-tdep.o): New dependency list.
6714 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6715 (fill_gregset): Use alphabsd_fill_reg.
6716 (supply_fpregset): Use alphabsd_supply_fpreg.
6717 (fill_fpregset): Use alphabsd_fill_fpreg.
6718 (fetch_inferior_registers): Use struct reg and struct fpreg
6719 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6720 and alphabsd_supply_fpreg.
6721 (store_inferior_registers): Use struct reg and struct fpreg
6722 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6723 and alphabsd_fill_fpreg.
6724 * alphabsd-tdep.c: New file.
6725 * alphabsd-tdep.h: New file.
6726 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6727 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6728 alphabsd_supply_fpreg.
6729 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6730 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6731
6732 2002-05-11 Eric Christopher <echristo@redhat.com>
6733
6734 * mips-tdep.c (mips_double_register_type): Fix thinko.
6735 (mips_single_register_type): Ditto.
6736 * MAINTAINERS: Add self.
6737
6738 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6739
6740 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6741 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6742 right thing on architectures with different endianness and/or
6743 integer sizes.
6744
6745 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6746
6747 From Christian Limpach <chris@Pin.LU>
6748 * configure.in: Change sed expression which comments out
6749 NATDEPFILES to also comment out continuation lines.
6750 * configure: Regenerate.
6751
6752 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6753
6754 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6755 big patch.
6756
6757 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6758
6759 * sh-tdep.c: Include correct file.
6760
6761 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6762
6763 New support for sh64-elf (sh5) target.
6764
6765 * configure.tgt: For sh64-elf target, default to sh-elf.
6766
6767 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6768 (struct gdbarch_tdep): Add new fields for new registers and ABI
6769 info.
6770
6771 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6772 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6773 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6774 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6775 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6776 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6777 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6778 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6779 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6780 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6781 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6782 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6783 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6784 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6785 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6786 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6787 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6788 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6789 sign_extend, sh64_nofp_frame_init_saved_regs,
6790 sh64_init_extra_frame_info, sh64_get_saved_register,
6791 sh64_extract_struct_value_address, sh64_pop_frame,
6792 sh64_push_arguments, sh64_extract_return_value,
6793 sh64_store_return_value, sh64_show_media_regs,
6794 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6795 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6796 sh_sh64_register_virtual_type,
6797 sh_sh64_register_convert_to_virtual,
6798 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6799 sh64_register_read, sh64_pseudo_register_write,
6800 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6801 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6802 sh64_do_pseudo_register, sh_compact_do_registers_info,
6803 sh64_do_registers_info, sh_gdbarch_init): New functions.
6804
6805 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6806
6807 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6808
6809 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6810
6811 * linespec.c (decode_line_1): Check for a double quote after
6812 a filename correctly.
6813
6814 2002-05-10 Jim Blandy <jimb@redhat.com>
6815
6816 Properly track the size of the current objfile's .debug_line section.
6817 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6818 (DWARF_LINE_SIZE): New macro.
6819 (dwarf2_build_psymtabs_hard): Record the line section's size in
6820 the partial symbol table.
6821 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6822 symbol table.
6823
6824 2002-05-10 Petr Sorfa <petrs@caldera.com>
6825
6826 * ia64-tdep.c: Handle breakpoints on L instruction type
6827 in MLX instruction bundle by moving the breakpoint to
6828 the third slot (X instruction type) as L holds only data.
6829
6830 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6831
6832 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6833 (process_one_symbol): Complain about discarding local symbols
6834 due to a misplaced N_LBRAC entry.
6835
6836 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6837
6838 From Daniel Berlin <dan@cgsoftware.com>
6839 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6840 decrease the depth we are at, in the case of templates.
6841
6842 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6843
6844 * mips-tdep.c (mips_float_register_type): New function.
6845 (mips_double_register_type): New function.
6846 (mips_print_register): Use them.
6847 (do_fp_register_row): Likewise.
6848
6849 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6850
6851 * signals/signals.c (signals): Remove conditional compilation around
6852 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6853 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6854
6855 2002-05-09 Michael Snyder <msnyder@redhat.com>
6856
6857 * remote-rdp.c (remote_rdp_can_run): Remove.
6858
6859 2002-05-09 Tom Tromey <tromey@redhat.com>
6860
6861 * jv-valprint.c (java_val_print): Handle `char' as a special case
6862 of TYPE_CODE_INT.
6863
6864 2002-05-09 Michael Snyder <msnyder@redhat.com>
6865
6866 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6867 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6868 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6869 str r(0123),[sp,#nn].
6870 (arm_skip_prologue): Ditto. Also make disassembly
6871 order-independent by placing it in a loop.
6872
6873 2002-05-06 Michael Snyder <msnyder@redhat.com>
6874
6875 * stabsread.c (read_type): Add recognition for new attribute:
6876 "@V;" means that an array type is actually a vector.
6877 This is analogous to the vector flag that's been added to dwarf2.
6878
6879 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6880
6881 * i386-tdep.h (i386_abi): New enum.
6882 (struct gdbarch_tdep): Replace os_ident member with abi.
6883 (i386_gdbarch_register_os_abi): New prototype.
6884 * i386-tdep.c (i386_abi_names): New array.
6885 (process_note_abi_tag_sections): Removed.
6886 (process_note_sections): New function.
6887 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6888 (struct i386_abi_handler): New struct.
6889 (i386_abi_handler_list): New variable.
6890 (i386_gdbarch_register_os_abi): New function.
6891 (i386_gdbarch_init): Adapt for the changes given above.
6892
6893 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6894
6895 * gregset.h: Say "GNU/Linux".
6896
6897 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6898
6899 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6900 (build_gdbtypes): Build builtin_type_v2_float.
6901 (_initialize_gdbtypes): Register new builtin type.
6902
6903 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6904
6905 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6906 (clear_gdbarch_swap): New function.
6907 (initialize_non_multiarch): Call.
6908 (gdbarch_update_p): Before calling init(), swap out and clear the
6909 existing architecture.
6910 * gdbarch.c: Regenerate.
6911
6912 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6913
6914 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6915 alphanbsd-tdep.c.
6916
6917 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6918
6919 * sh-nbsd-nat.c: Rename to...
6920 * shnbsd-nat.c: ...this.
6921 * sh-nbsd-tdep.c: Rename to...
6922 * shnbsd-tdep.c: ...this.
6923 * sh-nbsd-tdep.h: Rename to...
6924 * shnbsd-tdep.h: ...this.
6925 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6926 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6927
6928 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6929
6930 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6931 concatenation for command help messages.
6932
6933 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6934
6935 * NEWS: Note new sh*-*-netbsdelf* configuration.
6936 * configure.host: Set gdb_host_cpu to sh for all sh*.
6937 (sh*-*-netbsdelf*): New host.
6938 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6939 (sh*-*-netbsdelf*): New target.
6940 * sh-nbsd-nat.c: New file.
6941 * sh-nbsd-tdep.c: New file.
6942 * sh-nbsd-tdep.h: New file.
6943 * config/sh/nbsd.mh: New file.
6944 * config/sh/nbsd.mt: New file.
6945 * config/sh/nm-nbsd.h: New file.
6946 * config/sh/tm-nbsd.h: New file.
6947
6948 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6949
6950 * sh-tdep.c (sh_osabi_names): Declare.
6951 (process_note_abi_tag_sections): New function.
6952 (get_elfosabi): Ditto.
6953 (sh_gdbarch_register_os_abi): Ditto.
6954 (sh_dump_tdep): Ditto.
6955 _initialize_sh_tdep): Use gdbarch_register to register
6956 sh_gdbarch_init and sh_dump_tdep.
6957 * config/sh/tm-sh.h (sh_osabi): Declare.
6958 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6959
6960 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6961
6962 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6963 (thumb_scan_prologue): Ditto.
6964 (arm_find_callers_reg): Ditto.
6965 (arm_frame_chain): Ditto.
6966 (arm_init_extra_frame_info): Ditto.
6967 (arm_frame_saved_pc): Ditto.
6968 (arm_pop_frame): Ditto.
6969 (arm_push_return_address): New function.
6970 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6971 call_dummy_location, call_dummy_breakpoint_offset_p,
6972 call_dummy_breakpoint_offset, call_dummy_p,
6973 call_dummy_stack_adjust_p, call_dummy_words,
6974 sizeof_call_dummy_words, call_dummy_start_offset,
6975 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6976 call_dummy_address, push_return_address and push_dummy_frame for
6977 generic dummy frames.
6978
6979 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6980
6981 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6982 size computation for alloca.
6983 (sh_fp_frame_init_saved_regs): Likewise.
6984
6985 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6986
6987 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6988 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6989 * arm-tdep.c (arm_store_return_value): Use them.
6990 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6991 * remote-rdp.c (remote_rdp_fetch_register): Use
6992 ARM_MAX_REGISTER_RAW_SIZE.
6993 (remote_rdp_store_register): Likewise.
6994
6995 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6996
6997 * dwarf2cfi.c: Code cleanup, removed unused variables,
6998 added default labels to switch {} statements.
6999 * x86-64-tdep.c: Ditto.
7000 * x86-64-linux-nat.c: Ditto.
7001
7002 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7003
7004 * solib.h: Protect against multiple inclusion.
7005
7006 2002-05-06 Jim Blandy <jimb@redhat.com>
7007
7008 Add first preprocessor macro-expansion files.
7009 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7010 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7011 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7012 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7013 (COMMON_OBS): Add macrotab.o, macroexp.o.
7014 (macroexp.o, macrotab.o): New rules.
7015
7016 Separate the job of reading the line number info statement program
7017 header (...expialidocious) out into its own function.
7018 * dwarf2read.c (struct line_head, struct filenames, struct
7019 directories): Replace with...
7020 (struct line_header): New structure, containing the full
7021 contents of the statement program header, including the
7022 include directory and file name tables.
7023 (read_file_scope): If we have line number info, instead of just
7024 calling dwarf_decode_lines to do all the work, call
7025 dwarf_decode_line_header first to get a `struct line_header'
7026 containing the data in the statement program header, and then
7027 pass that to dwarf_decode_lines, which will pick up where that
7028 left off. Be sure to clean up the `struct line_header' object.
7029 (dwarf_decode_line_header, free_line_header, add_include_dir,
7030 add_file_name): New functions.
7031 (dwarf_decode_lines): Move all the code to read the statement
7032 program header into dwarf_decode_line_header. Take the line
7033 header it built as the first argument, instead of the offset to
7034 the compilation unit's line number info. Use the new `struct
7035 line_header' type instead of the old structures. No need to do
7036 cleanups here now, since we don't allocate anything.
7037 (dwarf2_statement_list_fits_in_line_number_section,
7038 dwarf2_line_header_too_long): New complaints.
7039
7040 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7041
7042 * gdbtypes.c (init_vector_type): New function.
7043 (build_builtin_type_vec128): Simplify the representation of SIMD
7044 registers.
7045 (build_gdbtypes): Initialize new builtin vector types.
7046 (_initialize_gdbtypes): Register new vector types with gdbarch.
7047 (builtin_type_v4_float, builtin_type_v4_int32,
7048 builtin_type_v8_int16, builtin_type_v16_int8,
7049 builtin_type_v2_int32, builtin_type_v4_int16,
7050 builtin_type_v8_int8): New (renamed) SIMD types.
7051
7052 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7053
7054 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7055 (i387_fill_fxsave): Likewise.
7056
7057 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7058
7059 * alpha-tdep.c (alpha_extract_return_value): Don't use
7060 non-constant array size in prototype.
7061
7062 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7063
7064 From Brian Taylor <briant at model dot com>:
7065 * ui-out.c (ui_out_field_core_addr): Use the function
7066 longest_local_hex_string_custom'to format addresses > 32 bits
7067 wide.
7068
7069 * ui-out.c (ui_out_field_core_addr): Update comment.
7070
7071 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7072
7073 * stack.c (select_and_print_frame): Make static. Delete the
7074 parameter `level'.
7075 (func_command): Update call.
7076 (select_frame_command): Delete code computing the frame level.
7077 * frame.h (select_and_print_frame): Delete declaration.
7078
7079 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7080
7081 * sparc-tdep.c (sparc_get_saved_register): Comment why
7082 get_prev_frame call is safe.
7083
7084 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7085
7086 * frame.h (select_frame): Delete level parameter.
7087 * stack.c (select_frame): Update. Use frame_relative_level to
7088 obtain the frame's level.
7089 (select_and_print_frame): Update call.
7090 (select_frame_command): Ditto.
7091 (up_silently_base): Ditto.
7092 (down_silently_base): Ditto.
7093 * ocd.c (ocd_start_remote): Ditto.
7094 * remote-rdp.c (remote_rdp_open): Ditto.
7095 * remote-mips.c (mips_initialize): Ditto.
7096 (common_open): Ditto.
7097 * remote-e7000.c (e7000_start_remote): Ditto.
7098 * m3-nat.c (select_thread): Ditto.
7099 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7100 (child_get_current_exception_event): Ditto.
7101 * varobj.c (varobj_create): Ditto.
7102 (varobj_update): Ditto.
7103 (c_value_of_root): Ditto.
7104 * tracepoint.c (finish_tfind_command): Ditto.
7105 * corelow.c (core_open): Ditto.
7106 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7107 * thread.c (info_threads_command): Ditto.
7108 (switch_to_thread): Ditto.
7109 * infrun.c (normal_stop): Ditto.
7110 (restore_selected_frame): Ditto.
7111 (restore_inferior_status): Ditto.
7112 * breakpoint.c (insert_breakpoints): Ditto.
7113 (watchpoint_check): Ditto.
7114 (bpstat_stop_status): Ditto.
7115 (do_enable_breakpoint): Ditto.
7116 * blockframe.c (flush_cached_frames): Ditto.
7117 (reinit_frame_cache): Ditto.
7118
7119 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7120
7121 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7122 maintainer.
7123
7124 2002-05-04 Jim Blandy <jimb@redhat.com>
7125
7126 * gdbtypes.c (replace_type): Doc fix.
7127
7128 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7129
7130 * valprint.c (strcat_longest): Delete commented out function.
7131 Update copyright.
7132
7133 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7134
7135 * MAINTAINERS: Mark a29k as deleted.
7136 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7137 Move new configurations to the top.
7138 * configure.tgt: Remove a29k.
7139 * config/a29k/tm-vx29k.h: Delete.
7140 * config/a29k/vx29k.mt: Delete.
7141 * config/a29k/tm-a29k.h: Delete.
7142 * config/a29k/a29k-udi.mt: Delete.
7143 * config/a29k/a29k.mt: Delete.
7144 * a29k-tdep.c: Delete.
7145 * remote-udi.c: Delete.
7146 * remote-mm.c: Delete.
7147 * remote-eb.c: Delete.
7148 * remote-adapt.c: Delete.
7149 * Makefile.in: Remove obsolete code.
7150 * config/s390/s390x.mt: Ditto.
7151 * config/s390/s390.mt: Ditto.
7152 * config/sparc/sparclynx.mh: Ditto.
7153 * config/sparc/linux.mh: Ditto.
7154 * config/pa/hppaosf.mh: Ditto.
7155 * config/pa/hppabsd.mh: Ditto.
7156 * config/ns32k/nbsd.mt: Ditto.
7157 * config/mips/vr5000.mt: Ditto.
7158 * config/m68k/sun3os4.mh: Ditto.
7159 * config/m68k/nbsd.mt: Ditto.
7160 * config/m68k/m68klynx.mh: Ditto.
7161 * config/m32r/m32r.mt: Ditto.
7162 * config/i386/x86-64linux.mt: Ditto.
7163 * config/i386/nbsdelf.mt: Ditto.
7164 * config/i386/nbsd.mt: Ditto.
7165 * config/i386/i386lynx.mh: Ditto.
7166
7167 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7168
7169 * target.c (debug_print_register): New function. Handle oversize
7170 registers.
7171 (debug_to_fetch_registers): Call.
7172 (debug_to_store_registers): Call.
7173
7174 2002-05-03 Jim Blandy <jimb@redhat.com>
7175
7176 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7177 (read_type): Doc fix.
7178 * gdbtypes.c (replace_type): Doc fix.
7179
7180 * stabsread.c (multiply_defined_struct): New complaint.
7181 (read_struct_type): If the type we were passed isn't empty, or
7182 incomplete, don't read the new struct type into it; complain,
7183 and return the original type unchanged. Take a new `type_code'
7184 argument, which is the type code for the new type.
7185 (read_type): Rather than storing the type's type code here, pass
7186 it as an argument to read_struct_type, and let that take care of
7187 storing it. That way, we don't overwrite the original type code,
7188 so read_struct_type can use it to decide whether we're overwriting
7189 something we shouldn't.
7190 (complain_about_struct_wipeout): New function.
7191
7192 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7193
7194 * gdbarch.sh: Assert that gdbarch is non-NULL.
7195 * gdbarch.c: Regenerate.
7196
7197 2002-05-03 Jason Merrill <jason@redhat.com>
7198
7199 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7200 and return NULL.
7201
7202 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7203
7204 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7205 (x86_64_dwarf2gdb_regno_map_length),
7206 (x86_64_dwarf2_reg_to_regnum): Added.
7207 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7208 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7209 (_initialize_x86_64_tdep): Synced with the change above.
7210 (x86_64_skip_prologue): Reformulated message.
7211
7212 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7213
7214 * f-exp.y: Also use new prev_lexptr variable
7215 to improve error reporting. Based on Michael Snyder
7216 2002-04-24 dated patch to c-exp.y.
7217 * jv-exp.y: Likewise.
7218 * m2-exp.y: Likewise.
7219
7220 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7221
7222 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7223 we are dealing with vectors.
7224
7225 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7226
7227 * config/m68k/tm-nbsd.h: Obvious fix,
7228 correct machine name.
7229
7230 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7231
7232 * p-typeprint.c (pascal_type_print_base): Add support
7233 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7234
7235 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7236
7237 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7238 for fondamental pascal 'char' type.
7239
7240 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7241
7242 * p-lang.h (is_pascal_string_type): Declaration changed,
7243 new sixth argument of type char ** added.
7244 * p-lang.c (is_pascal_string_type): Implementation
7245 changed. Args length_pos, length_size, string_pos, char_size
7246 can now be NULL. New argument arrayname set to the field
7247 name of the char array. Return value set to char array
7248 field index plus one.
7249 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7250 is_pascal_string_type function.
7251
7252 2002-05-02 Andrew Cagney <cagney@redhat.com>
7253
7254 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7255 <cagney@redhat.com> change.
7256 * gdbarch.c: Regenerate.
7257
7258 2002-05-02 Andrew Cagney <cagney@redhat.com>
7259
7260 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7261 before probing for a new one. Detect errorenous gdbarch_init
7262 functions.
7263 * gdbarch.c: Regenerate.
7264
7265 2002-05-01 Andrew Cagney <cagney@redhat.com>
7266
7267 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7268 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7269 * config/v850/tm-v850.h: Ditto. Update copyright.
7270
7271 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7272
7273 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7274 current_gdbarch.
7275
7276 2002-04-30 Michael Snyder <msnyder@redhat.com>
7277
7278 * arm-tdep.c: Whitespace clean-ups.
7279 (arm_skip_prologue): Fix thinko; two lines
7280 should have been removed as part of 4/24 change.
7281
7282 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7283
7284 * rs6000-tdep.c: Added comment describing how fpscr register
7285 numbers were chosen.
7286
7287 2002-04-30 Michael Snyder <msnyder@redhat.com>
7288
7289 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7290
7291 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7292
7293 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7294 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7295 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7296
7297 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7298
7299 From Louis Hamilton <hamilton@redhat.com>:
7300 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7301 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7302 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7303 not bfd-private xcoff data, to determine wordsize.
7304 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7305
7306 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7307
7308 GDB 5.2 released from 5.2 branch.
7309
7310 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7311
7312 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7313 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7314 (x86_64_register_info_table): Added comments with register numbers.
7315
7316 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7317
7318 * rs6000-tdep.c (rs6000_extract_return_value,
7319 rs6000_store_return_value): Handle returning vectors.
7320 (rs6000_gdbarch_init): Use
7321 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7322 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7323 New function.
7324 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7325 vectors.
7326 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7327 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7328
7329 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7330
7331 * hpread.c (hpread_psymtab_to_symtab_1,
7332 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7333 with fprintf_unfiltered (gdb_stderr,...).
7334
7335 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7336
7337 * remote-array.c (printf_monitor, write_monitor,
7338 array_insert_breakpoint, array_remove_breakpoint ):
7339 Replace fprintf (stderr,...
7340 with fprintf_unfiltered (gdb_stderr,....
7341 * remote-es.c: Likewise.
7342 * remote-os9k.c: Likewise.
7343 * remote-st.c: Likewise.
7344
7345 2002-04-28 Andreas Schwab <schwab@suse.de>
7346
7347 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7348 linux-proc.o and gcore.o.
7349
7350 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7351
7352 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7353 code without frame pointers.
7354
7355 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7356
7357 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7358 ON_STACK is needed.
7359
7360 2002-04-26 Ben Elliston <bje@redhat.com>
7361
7362 * target.c (do_xfer_memory): Correct reference to the new option
7363 "trust-readonly-sections".
7364
7365 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7366
7367 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7368 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7369 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7370 vectors.
7371 (read_array_type): Record the fact that this array type is really a
7372 vector (i.e. are passed in by value).
7373
7374 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7375
7376 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7377 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7378 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7379 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7380 * alpha-linux-tdep.c: Include frame.h.
7381 (alpha_linux_sigcontext_addr): New function.
7382 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7383 alpha_linux_sigcontext_addr.
7384 * alpha-osf1-tdep.c: Include gdbcore.h.
7385 (alpha_osf1_sigcontext_addr): New function.
7386 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7387 alpha_osf1_sigcontext_addr.
7388 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7389 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7390
7391 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7392
7393 * stack.c (selected_frame_level):
7394 (select_frame): Do not set selected_frame_level.
7395 * frame.h (selected_frame_level): Delete declaration.
7396
7397 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7398
7399 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7400 convert_from_func_ptr-addr when AIX / PowerOpen.
7401
7402 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7403
7404 * valops.c (hand_function_call): Call
7405 generic_save_call_dummy_addr.
7406 * frame.h (generic_save_call_dummy_addr): Declare.
7407 * blockframe.c (struct dummy_frame): Add fields call_lo and
7408 call_hi.
7409 (generic_find_dummy_frame): Check for PC in range call_lo to
7410 call_hi instead of entry_point_address.
7411 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7412 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7413 (generic_save_call_dummy_addr): New function.
7414
7415 2002-04-24 David S. Miller <davem@redhat.com>
7416
7417 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7418 sparc_skip_prologue.
7419 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7420 information to find prologue when possible.
7421 (sparc_prologue_frameless_p): Call examine_prologue directly.
7422 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7423 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7424 second argument.
7425 (SKIP_PROLOGUE): Likewise.
7426
7427 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7428
7429 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7430 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7431 indicate that the condition it was testing is always true.
7432 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7433 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7434 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7435
7436 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7437
7438 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7439 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7440 tdep->jb_pc and tdep->jb_elt_size.
7441 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7442 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7443 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7444 * alpha-nat.c (get_longjmp_target): Remove.
7445 (JB_ELEMENT_SIZE): Ditto.
7446 (JB_PC): Ditto.
7447 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7448 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7449 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7450 to alpha_get_longjmp_target.
7451 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7452 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7453 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7454
7455 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7456
7457 * README: Update to GDB 5.2.
7458
7459 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7460
7461 * gdbarch.sh (LC_ALL): Set to `c'.
7462
7463 2002-04-25 Theodore A. Roth <troth@verinet.com>
7464
7465 * avr-tdep.c: Ran through gdb_indent.sh.
7466
7467 2002-04-25 Theodore A. Roth <troth@verinet.com>
7468
7469 * MAINTAINERS: Add myself as AVR maintainer.
7470 * NEWS: Note new target avr.
7471
7472 2002-04-25 Theodore A. Roth <troth@verinet.com>
7473
7474 * Makefile.in: Add support for AVR target.
7475 * configure.tgt: Add support for AVR target.
7476 * avr-tdep.c: New file
7477 * config/avr/avr.mt: New file.
7478
7479 2002-04-25 Theodore A. Roth <troth@verinet.com>
7480
7481 * MAINTAINERS: Add myself to write-after-approval.
7482
7483 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7484
7485 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7486 with fprintf_unfiltered (gdb_stderr,....
7487
7488 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7489
7490 Fix PR gdb/508.
7491 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7492
7493 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7494
7495 * p-exp.y: Also use new prev_lexptr variable
7496 to improve error reporting. Based on Michael Snyder
7497 2002-04-24 dated patch to c-exp.y.
7498
7499 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7500
7501 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7502 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7503 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7504 to 0.
7505 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7506 and struct value.
7507 (FUNCTION_START_OFFSET): Remove.
7508 (BREAKPOINT): Ditto.
7509
7510 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7511
7512 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7513 * NEWS: Ditto.
7514
7515 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7516
7517 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7518 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7519 alpha_linux_pc_in_sigtramp.
7520 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7521 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7522 alpha_osf1_pc_in_sigtramp.
7523 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7524 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7525 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7526 alphafbsd_pc_in_sigtramp.
7527 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7528 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7529 alphanbsd_pc_in_sigtramp.
7530 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7531 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7532
7533 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7534
7535 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7536
7537 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7538
7539 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7540 alphanbsd-tdep.c.
7541 (alphanbsd-nat.o): New dependency list.
7542 (alphanbsd-tdep.o): Ditto.
7543 * NEWS: Note new native NetBSD/alpha configuration.
7544 * alphanbsd-nat.c: New file.
7545 * alphanbsd-tdep.c: Ditto.
7546 * configure.host (alpha*-*-netbsd*): New host.
7547 * configure.tgt (alpha*-*-netbsd*): New target.
7548 * config/alpha/nbsd.mh: New file.
7549 * config/alpha/nbsd.mt: Ditto.
7550 * config/alpha/nm-nbsd.h: Ditto.
7551 * config/alpha/tm-nbsd.h: Ditto.
7552
7553 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7554
7555 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7556 (alpha-osf1-tdep.o): New dependency list.
7557 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7558 and skip_sigtramp_frame members.
7559 * alpha-linux-tdep.c: Include gdbcore.h.
7560 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7561 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7562 * alpha-osf1-tdep.c: New file.
7563 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7564 alpha-osf1-dep.c.
7565 (alpha_frame_past_sigtramp_frame): New function.
7566 (alpha_dynamic_sigtramp_offset): Ditto.
7567 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7568 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7569 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7570 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7571 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7572 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7573 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7574 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7575 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7576 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7577 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7578 to find_solib_trampoline_target.
7579 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7580 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7581 (SKIP_TRAMPOLINE_CODE): Remove.
7582 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7583 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7584 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7585 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7586 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7587 (PROC_SIGTRAMP_MAGIC): Ditto.
7588 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7589 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7590 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7591 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7592 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7593
7594 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7595
7596 * NEWS: Note that Alpha targets are now multi-arch.
7597
7598 2002-04-24 Michael Snyder <msnyder@redhat.com>
7599
7600 * parser-defs.h (prev_lexptr): New external variable.
7601 * parse.c (parse_exp_1): Set prev_lexptr to null before
7602 calling the language-specific parser.
7603 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7604 (yyerror): Use prev_lexptr in error reporting.
7605
7606 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7607
7608 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7609 * gregset.h: If FILL_FPXREGSET is defined, provide
7610 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7611 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7612 is defined, call fill_fpxregset.
7613
7614 2002-04-24 Roland McGrath <roland@frob.com>
7615
7616 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7617 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7618 (supply_gregset, supply_fpregset): New functions.
7619
7620 * gnu-nat.c (gnu_find_memory_regions): New function.
7621 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7622 (gnu_xfer_memory): Add a cast.
7623
7624 2002-04-24 Michael Snyder <msnyder@redhat.com>
7625
7626 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7627 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7628 of argument regs ("str r(0123), [r11, #-nn"]).
7629 (arm_skip_prologue): Better handling for frameless functions.
7630 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7631 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7632
7633 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7634
7635 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7636 NUM_PSEUDO_REGS can be used.
7637
7638 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7639
7640 * arch-utils.h: Update copyright.
7641
7642 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7643 * gdbarch.h, gdbarch.c: Re-generate.
7644
7645 * inferior.h (IN_SIGTRAMP): Delete definition.
7646 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7647 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7648
7649 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7650 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7651 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7652 (find_proc_framesize): Ditto.
7653 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7654 (alpha_init_extra_frame_info): Ditto.
7655 * infrun.c (handle_inferior_event): Ditto.
7656 (handle_inferior_event): Ditto.
7657 (check_sigtramp2): Ditto.
7658 * blockframe.c (create_new_frame): Ditto.
7659 (get_prev_frame): Ditto.
7660 * ppc-linux-tdep.c: Update comments.
7661 * i386-linux-tdep.c: Update comments.
7662 * breakpoint.c (bpstat_what): Update comment.
7663
7664 2002-04-24 David S. Miller <davem@redhat.com>
7665
7666 * i960-tdep.c (register_in_window_p): New function.
7667 (i960_find_saved_register): Use it instead of
7668 REGISTER_IN_WINDOW_P.
7669 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7670
7671 * symtab.h (find_stab_function_addr): Kill extern.
7672 * minsyms.c (find_stab_function_addr): Remove from here...
7673 * dbxread.c: ... to here, and mark it static.
7674
7675 2002-04-20 David S. Miller <davem@redhat.com>
7676
7677 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7678 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7679
7680 2002-04-21 David S. Miller <davem@redhat.com>
7681
7682 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7683 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7684 (vx_write_register): Likewise.
7685
7686 2002-04-23 J. Brobecker <brobecker@gnat.com>
7687
7688 * source.c (is_regular_file): New function.
7689 (openp): Check wether file to open is a regular file
7690 to avoid opening directories.
7691
7692 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7693
7694 * findvar.c (extract_signed_integer): Cast printf argument
7695 to suppress format warning.
7696 (extract_unsigned_integer): Likewise.
7697 * infcmd.c (registers_info): Likewise.
7698 * top.c (get_prompt_1): Likewise.
7699 * valops.c (value_assign): Likewise.
7700 * valprint.c (print_decimal): Likewise.
7701
7702 2002-04-22 H.J. Lu (hjl@gnu.org)
7703
7704 * c-exp.y (typebase): Support
7705
7706 [long|long long|short] [signed|unsigned] [int|]
7707
7708 and
7709
7710 signed [long|long long|short] int
7711
7712 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7713
7714 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7715 and vax-tdep.h.
7716 * vax-tdep.h: New file.
7717 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7718 Make several routines static.
7719 (vax_get_saved_register): New function.
7720 (vax_gdbarch_init): New function.
7721 (_initialize_vax_tdep): Register vax_gdbarch_init.
7722 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7723 Remove macros now under the control of gdbarch.
7724
7725 2002-04-22 Michael Snyder <msnyder@redhat.com>
7726
7727 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7728 Some whitespace and coding standards tweaks.
7729
7730 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7731
7732 * vax-tdep.c: Include regcache.h.
7733 (vax_call_dummy_words): New.
7734 (sizeof_vax_call_dummy_words): New.
7735 (vax_fix_call_dummy): New function.
7736 (vax_saved_pc_after_call): Ditto.
7737 * config/vax/tm-vax.h: Don't include regcache.h.
7738 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7739 (CALL_DUMMY): Remove.
7740 (CALL_DUMMY_WORDS): Define.
7741 (SIZEOF_CALL_DUMMY_WORDS): Define.
7742 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7743
7744 2002-04-18 Michael Snyder <msnyder@redhat.com>
7745
7746 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7747
7748 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7749
7750 * vax-tdep.c (vax_frame_chain): New function.
7751 (vax_push_dummy_frame): Ditto.
7752 (vax_pop_frame): Ditto.
7753 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7754 (FRAMELESS_FUNCTION_INVOCATION): Use
7755 generic_frameless_function_invocation_not.
7756 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7757 (POP_FRAME): Use vax_pop_frame.
7758
7759 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7760
7761 * vax-tdep.c (vax_store_struct_return): New function.
7762 (vax_extract_return_value): Ditto.
7763 (vax_store_return_value): Ditto.
7764 (vax_extract_struct_value_address): Ditto.
7765 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7766 vax_store_struct_return.
7767 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7768 (STORE_RETURN_VALUE): Use vax_store_return_value.
7769 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7770
7771 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7772
7773 * vax-tdep.c (vax_frame_saved_pc): New function.
7774 (vax_frame_args_address_correct): Ditto.
7775 (vax_frame_args_address): Ditto.
7776 (vax_frame_locals_address): Ditto.
7777 (vax_frame_num_args): Move code to be in proximity to
7778 other frame-related functions.
7779 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7780 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7781 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7782 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7783 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7784
7785 2002-04-22 H.J. Lu (hjl@gnu.org)
7786
7787 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7788 includedir.
7789
7790 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7791
7792 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7793 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7794 (FRAME_INIT_SAVED_REGS): New macro.
7795
7796 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7797
7798 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7799
7800 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7801
7802 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7803 where needed.
7804 (fetch_osf_core_registers): Likewise.
7805 (supply_gregset): Likewise.
7806
7807 2002-04-22 J. Brobecker <brobecker@gnat.com>
7808
7809 * symfile.h (get_section_index): Define.
7810 * symfile.c (get_section_index): New function.
7811 * mdebugread.c (SC_IS_SBSS): New macro.
7812 (SC_IS_BSS): Return true for the scBss storage class only, as
7813 the scSBss storage class refers to the .sbss section.
7814 (parse_partial_symbols): Discard the symbols which associated
7815 section does not exist.
7816 Make sure to use the .sbss section index for symbols which
7817 storage class is scBss, rather than using the .bss section index.
7818
7819 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7820
7821 * vax-tdep.c: Update copyright years.
7822 (vax_register_name): New function.
7823 (vax_register_byte): Ditto.
7824 (vax_register_raw_size): Ditto.
7825 (vax_register_virtual_size): Ditto.
7826 (vax_register_virtual_type): Ditto.
7827 * config/vax/tm-vax.h: Update copyright years.
7828 (REGISTER_NAMES): Remove.
7829 (REGISTER_NAME): Define.
7830 (REGISTER_BYTE): Use vax_register_byte.
7831 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7832 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7833 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7834
7835 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7836
7837 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7838 declaration
7839 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7840
7841 2002-04-21 David S. Miller <davem@redhat.com>
7842
7843 * arch-utils.c (generic_prologue_frameless_p): Kill
7844 SKIP_PROLOGUE_FRAMELESS_P code.
7845 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7846 references.
7847 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7848 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7849 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7850 references.
7851 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7852 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7853 (sparc_gdbarch_init): Pass it to
7854 set_gdbarch_prologue_frameless_p.
7855
7856 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7857
7858 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7859 (alphabsd-nat.o): New dependency list.
7860
7861 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7862
7863 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7864 alphafbsd-tdep.c.
7865 (alpha-linux-tdep.o): New dependency list.
7866 (alphafbsd-tdep.o): Likewise.
7867
7868 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7869
7870 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7871 to here...
7872 * alpha-tdep.c: ...from here.
7873 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7874
7875 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7876
7877 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7878 prototype from here...
7879 * alpha-tdep.h: ...to here.
7880
7881 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7882
7883 * frame.h (selected_frame_level): Document as deprecated.
7884 (frame_relative_level): Declare.
7885 * stack.c (frame_relative_level): New function.
7886 (selected_frame_level): Document as deprecated.
7887 (select_frame): Do not set the selected_frame_level.
7888
7889 * stack.c (frame_info, record_selected_frame): Update.
7890 (frame_command, current_frame_command): Update.
7891 (up_silently_base, up_command, down_silently_base): Update.
7892 (down_command): Update.
7893 * inflow.c (kill_command): Update.
7894 * tracepoint.c (finish_tfind_command): Update.
7895 * corelow.c (core_open): Update.
7896 * thread.c (info_threads_command): Update.
7897 (do_captured_thread_select): Update.
7898 * infcmd.c (finish_command): Update.
7899 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7900
7901 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7902
7903 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7904
7905 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7906
7907 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7908 type const.
7909
7910 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7911
7912 * alphafbsd-tdep.c: Update copyright years. Include
7913 alpha-tdep.h.
7914 (alphafbsd_use_struct_convention): Make static.
7915 (alphafbsd_init_abi): New function.
7916 (_initialize_alphafbsd_tdep): New function.
7917 * config/alpha/tm-fbsd.h: Update copyright years.
7918 (USE_STRUCT_CONVENTION): Remove.
7919
7920 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7921
7922 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7923 an Alpha ABI variant.
7924 (alpha_abi_handler_list): Declare.
7925 (alpha_gdbarch_register_os_abi): New function.
7926 (alpha_gdbarch_init): Give registered ABI variant handlers a
7927 chance to tweak the gdbarch once we have set up defaults.
7928 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7929
7930 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7931
7932 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7933 to standard_coerce_float_to_double.
7934 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7935
7936 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7937
7938 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7939 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7940 from gdbarch_tdep rather than a constant.
7941 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7942 the default text address for all Alpha Unix ABIs.
7943 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7944 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7945
7946 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7947
7948 * alpha-tdep.h: New file. Includes several Alpha target constants
7949 taken from...
7950 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7951 let gdbarch deal with.
7952 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7953 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7954 to dependency list.
7955 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7956 Alpha target register names.
7957 * alphabsd-nat.c: Likewise.
7958 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7959 Alpha target register names. Make serveral routines static.
7960 (alpha_get_saved_register): New function.
7961 (alpha_abi_names): New.
7962 (process_note_abi_tag_sections): New function.
7963 (get_elfosabi): New function.
7964 (alpha_gdbarch_init): New function.
7965 (alpha_dump_tdep): New function.
7966 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7967
7968 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7969
7970 * frame.c (find_saved_register): Delete #ifdef
7971 HAVE_REGISTER_WINDOWS code.
7972 * config/sparc/tm-sparc.h: Update comments.
7973 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7974
7975 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7976
7977 * i960-tdep.c (i960_find_saved_register): New function.
7978 (i960_get_saved_register): New function.
7979 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7980 (i960_get_saved_register): Declare.
7981 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7982
7983 2002-04-20 David S. Miller <davem@redhat.com>
7984
7985 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7986
7987 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7988
7989 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7990 instead of NUM_PSEUDO_REGS.
7991
7992 2002-04-20 David S. Miller <davem@redhat.com>
7993
7994 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7995 GDB_MULTI_ARCH_PARTIAL
7996 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7997 define, let tm-sp64.h do it.
7998
7999 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8000
8001 * frame.c (find_saved_register): Avoid a NULL pointer
8002 dereference and actually walk the frame list.
8003
8004 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8005
8006 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8007 sorted in most most-recent-used order. Document.
8008 * gdbarch.h, gdbarch.c: Regenerate.
8009
8010 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8011
8012 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8013 instead of ->prev.
8014 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8015 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8016 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8017 instead of ->prev.
8018
8019 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8020
8021 Fix PR gdb/471.
8022 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8023 (build_builtin_type_vec128): Ditto.
8024 (append_composite_type_field): Fix calculation of type length in
8025 union case.
8026
8027 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * config/djgpp/README: Update.
8030
8031 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8032 compiler warnings.
8033
8034 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8035
8036 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8037 (alpha_setup_arbitrary_frame): ...to this.
8038 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8039 for alpha_setup_arbitrary_frame.
8040
8041 2002-04-18 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8044 * gdbarch.h, gdbarch.c: Regenerate.
8045
8046 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8047 * target.h (memory_breakpoint_from_pc): Update declaration.
8048 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8049
8050 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8051 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8052 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8053 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8054 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8055 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8056 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8057 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8058 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8059 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8060 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8061 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8062
8063 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8064 const pointer.
8065 * monitor.c (monitor_insert_breakpoint): Ditto.
8066 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8067
8068 * config/mcore/tm-mcore.h: Update copyright.
8069 * mem-break.c: Ditto.
8070 * xstormy16-tdep.c: Ditto.
8071
8072 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8073
8074 * p-exp.y: Add precedence rule for '^' token.
8075 This removes the shift/reduce conflicts.
8076 Remove the comment concerning these shift/reduce conflicts.
8077
8078 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8079
8080 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8081 (registers_powerpc_nofp): New register set for processors
8082 without floating point unit.
8083
8084 2002-04-18 David S. Miller <davem@redhat.com>
8085
8086 * MAINTAINERS: Add myself to write-after-approval.
8087
8088 2002-04-17 Michael Snyder <msnyder@redhat.com>
8089
8090 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8091
8092 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8093
8094 * rs6000-tdep.c (frame_initial_stack_address): Use
8095 frame_register_read to read the alloca_reg.
8096
8097 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8098
8099 * frame.c (find_saved_register): Find saved registers in the next
8100 not prev frame.
8101 Fix PR gdb/365.
8102
8103 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdbarch.sh (LANG): Set to ``c''.
8106
8107 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8108
8109 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8110
8111 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8112
8113 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8114 Update copyright.
8115
8116 * hpread.c (hpread_get_lntt): Add declaration.
8117 Also fix PR gdb/391.
8118
8119 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8120
8121 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8122 * aclocal.m4, configure: Re-generate.
8123 Fix PR gdb/391.
8124
8125 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8126
8127 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8128 instead of tm_print_insn.
8129
8130 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8131
8132 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8133
8134 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8135
8136 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8137 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8138 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8139
8140 2002-04-12 Don Howard <dhoward@redhat.com>
8141
8142 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8143 max_user_call_depth.
8144 (init_cmd_lists): Initialize the new value;
8145 * cli/cli-script.c (execute_user_command): Limit the call depth of
8146 user defined commands. This avoids a core-dump when user commands
8147 are infinitly recursive.
8148
8149 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8150
8151 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8152 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8153 from tdep struct instead of DEFAULT_LR_SAVE.
8154 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8155 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8156 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8157
8158 2002-04-12 Michael Snyder <msnyder@redhat.com>
8159
8160 * Remote.c: Spelling fix.
8161 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8162 If no symbol found for "sbrk", try "_sbrk".
8163 (make_output_phdrs): Use bfd_section_name.
8164 (gcore_copy_callback): Use bfd_section_name.
8165 * eval.c: Indentation fix-ups.
8166 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8167 in case it gets applied to an address that is already
8168 in the instruction space.
8169 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8170 * symfile.c: Fix indentation, long lines.
8171 * source.c: White space fix-up.
8172
8173 2002-04-12 Andrew Cagney <cagney@redhat.com>
8174
8175 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8176 * frame.c (frame_register_read): New function. Return non-zero on
8177 success.
8178 (read_relative_register_raw_bytes_for_frame): Delete.
8179 (read_relative_register_raw_bytes): Delete.
8180 * frame.h (frame_register_read): Declare.
8181 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8182 * sh-tdep.c: Ditto.
8183 * infcmd.c (do_registers_info): Ditto.
8184 * hppa-tdep.c: Ditto.
8185 * rs6000-tdep.c: Ditto.
8186 * h8500-tdep.c: Ditto.
8187 * mips-tdep.c: Ditto.
8188 * h8300-tdep.c: Ditto.
8189 * z8k-tdep.c: Ditto.
8190
8191 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8192
8193 From Jimi X <jimix@watson.ibm.com>:
8194 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8195 64-bit SysV ABI.
8196
8197 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8198
8199 From Jimi X <jimix@watson.ibm.com>:
8200 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8201 bfd info.
8202
8203 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8204
8205 From Jimi X <jimix@watson.ibm.com>:
8206 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8207 register sets for these processor variants.
8208
8209 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8210
8211 * regformats/reg-ppc.dat: Support FPSCR.
8212
8213 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8214
8215 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8216 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8217 Add fpscr as an invalid/unfetchable register.
8218 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8219 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8220 (fill_fpregset): Add support for register fpscr.
8221 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8222 (fill_gregset): Account for the fact that register ``mq'' might
8223 not exist.
8224 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8225 (registers_power): Add fpscr to register set at slot 71.
8226 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8227 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8228
8229 2002-04-11 Michael Snyder <msnyder@redhat.com>
8230
8231 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8232 * configure: Regenerate.
8233 * config.in: Regenerate.
8234 * acconfig.h: Add define for _SYSCALL32.
8235 * core-sol2.c: Remove #define _SYSCALL32.
8236 * solib-legacy.c: Remove #define _SYSCALL32.
8237
8238 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8239
8240 * stack.c (select_frame): Cleanup internal error message, do not
8241 use %p.
8242
8243 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8244
8245 * stack.c (select_frame): Check that selected_frame and the
8246 specified level are as expected.
8247 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8248 Update copyright.
8249 * frame.h (struct frame_info): Add field `level'. Update
8250 copyright.
8251 Work-in-progress PR gdb/464.
8252
8253 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8254
8255 * maint.c (maint_print_section_info): Rename print_section_info.
8256 (print_bfd_section_info, print_objfile_section_info): Update.
8257 * inferior.h (struct gdbarch): Add opaque declaration.
8258 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8259 * gdbarch.h: Regenerate.
8260
8261 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8262
8263 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8264 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8265 (kernel_u_size): Added.
8266 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8267 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8268
8269 2002-04-04 Jim Ingham <jingham@apple.com>
8270
8271 * valarith.c (find_size_for_pointer_math): New function, either returns
8272 the size for a pointer's target, returns 1 for void *, or errors for
8273 incomplete types.
8274 (value_add, value_sub): use find_size_for_pointer_math.
8275
8276 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8277
8278 * linux-low.c (linux_look_up_symbols): New hook.
8279 (linux_target_ops): Add linux_look_up_symbols.
8280 * remote-utils.c (decode_address): New function.
8281 (look_up_one_symbol): New function.
8282 * server.c (handle_query): Call target look_up_symbols hook.
8283 * server.h (look_up_one_symbol): Add prototype.
8284 * target.h (struct target_ops): Add look_up_symbols hook.
8285
8286 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8287
8288 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8289 override FP_REGNUM with frame->fp. Update copyright.
8290 * parse.c (num_std_regs, std_regs): Delete.
8291 (target_map_name_to_register): Do not search std_regs. Update
8292 function description.
8293 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8294 declarations. Update copyright.
8295 Fix PR gdb/251.
8296
8297 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8298
8299 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8300 after the last symbol in a block.
8301
8302 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8303
8304 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8305 is non zero as a found symbol.
8306
8307 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8308
8309 * findvar.c: Include "builtin-regs.h".
8310 (value_of_register): Call value_of_builtin_reg when applicable.
8311 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8312 (target_map_name_to_register): Call
8313 builtin_reg_map_name_to_regnum.
8314 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8315 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8316 (builtin_regs_h): Define.
8317 (builtin-regs.o): New target.
8318 (findvar.o): Add $(builtin_regs_h).
8319 * builtin-regs.c, builtin-regs.h: New files.
8320 * std-regs.c: New file.
8321 Partial fix for PR gdb/251.
8322
8323 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8324
8325 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8326 it's no longer required.
8327
8328 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8329
8330 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8331
8332 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8333
8334 From Jimi X <jimix@watson.ibm.com>:
8335 * rs6000-tdep.c (rs6000_software_single_step): Use
8336 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8337 and size. Use target_insert_breakpoint() and
8338 target_remove_breakpoint() to insert and remove breakpoints
8339 instead of explicit memory reads and writes.
8340
8341 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8342
8343 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8344 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8345 ELF_OBJECT_FORMAT ifdef.
8346
8347 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8348
8349 From Jimi X <jimix@watson.ibm.com>:
8350 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8351
8352 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8353
8354 From Jimi X <jimix@watson.ibm.com>:
8355 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8356 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8357
8358 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8359
8360 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8361 s/asprintf/xasprintf/.
8362 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8363
8364 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8365
8366 I believe Jeff Law denies responsability for this one:
8367 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8368 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8369 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8370 Work-around for PR gdb/366.
8371
8372 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8373
8374 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8375 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8376 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8377
8378 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8379
8380 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8381 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8382 information.
8383
8384 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8385
8386 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8387 maintainer.
8388
8389 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8390
8391 * README (Reporting Bugs in GDB): Document the bug web page as the
8392 prefered way of submitting bugs.
8393 Fix PR gdb/402.
8394
8395 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8396
8397 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8398 -1. Update comment.
8399 * gdbarch.h, gdbarch.c: Re-generate.
8400
8401 2002-04-07 Andreas Schwab <schwab@suse.de>
8402
8403 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8404 buffer to regcache_collect.
8405
8406 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8407
8408 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8409 * gdbarch.c, gdbarch.h: Re-generate.
8410
8411 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8412
8413 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8414 declaration. Fix -Werror.
8415
8416 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8417
8418 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8419 * gdbarch.c: Regenerate.
8420
8421 2002-04-05 Michael Snyder <msnyder@redhat.com>
8422
8423 * breakpoint.c (clear_command): Rewrite middle section to
8424 combine two loops with identical control conditions.
8425 Add a cleanup to eliminate a memory leak.
8426 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8427
8428 2002-04-05 H.J. Lu (hjl@gnu.org)
8429
8430 * solib-svr4.c (bkpt_names): Add "__start".
8431
8432 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8433
8434 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8435 as test for 64 bit target.
8436
8437 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8438
8439 * h8500-tdep.c (h8500_write_fp): Delete function.
8440 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8441 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8442 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8443 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8444 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8445 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8446 (s390_write_fp):
8447 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8448 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8449 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8450 (d10v_write_fp): Delete function.
8451 * inferior.h (write_fp, generic_target_write_fp): Delete
8452 declarations.
8453 * regcache.c (generic_target_write_fp): Delete function.
8454 (write_fp): Delete function.
8455 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8456 * gdbarch.h, gdbarch.c: Regenerate.
8457 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8458 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8459 (sparc64_write_fp): Delete declaration.
8460 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8461 (h8500_write_fp): Delete declaration.
8462
8463 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8464
8465 * sparc-tdep.c (sparc64_write_fp): Delete.
8466 (sparc_push_dummy_frame): Replace write_fp call with code to store
8467 the FP directly.
8468 (sparc_gdbarch_init): Do not initialize write_fp.
8469
8470 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8471
8472 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8473 clause.
8474
8475 2002-03-29 Jim Blandy <jimb@redhat.com>
8476
8477 * stack.c (get_selected_block): Add new argument `addr_in_block',
8478 used to return the exact code address we used to select the block,
8479 not just the block.
8480 * blockframe.c (get_frame_block, get_current_block): Same.
8481 * frame.h (get_frame_block, get_current_block,
8482 get_selected_block): Update declarations.
8483 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8484 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8485
8486 2002-04-05 Michael Snyder <msnyder@redhat.com>
8487
8488 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8489 warning message.
8490
8491 2002-04-05 J. Brobecker <brobecker@gnat.com>
8492
8493 * utils.c (xfullpath): New function.
8494 * defs.h (xfullpath): Add declaration.
8495 * source.c (openp): Use xfullpath in place of gdb_realpath to
8496 avoid resolving the basename part of filenames when the
8497 associated file is a symbolic link. This fixes a potential
8498 inconsistency between the filenames known to GDB and the
8499 filenames it prints in the annotations.
8500 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8501 to be able to match a filename with either the real filename, or
8502 the name of any symbolic link to this file.
8503 (lookup_partial_symtab): Ditto.
8504
8505 2002-04-04 Michael Snyder <msnyder@redhat.com>
8506
8507 * breakpoint.c: Add support for hardware breakpoints in overlays.
8508 (overlay_events_enabled): New state variable.
8509 (insert_breakpoints): Use overlay_events_enabled to decide
8510 whether to attempt to set a breakpoint at the overlay load addr.
8511 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8512 (remove_breakpoint): Use overlay_events_enabled to decide
8513 whether breakpoints need to be removed from overlay load addr.
8514 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8515 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8516 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8517 disable_overlay_breakpoints): Update overlay_events_enabled.
8518
8519 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * dwarf2read.c (struct function_range): New.
8522 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8523 (check_cu_functions): New.
8524 (read_file_scope): Initialize global function lists.
8525 Call dwarf_decode_line after processing children.
8526 (read_func_scope): Add to global function list.
8527 (dwarf_decode_lines): Call check_cu_functions everywhere
8528 record_line is called. Call record_line with a linenumber
8529 of 0 to mark sequence ends.
8530
8531 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8532
8533 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8534 change sync with glibc.
8535
8536 2002-04-03 Jim Blandy <jimb@redhat.com>
8537
8538 * configure.in: Call AC_C_INLINE.
8539 * configure: Regenerated.
8540
8541 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8542
8543 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8544 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8545
8546 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8547
8548 * NEWS: Mention gcore support on FreeBSD/i386.
8549
8550 * fbsd-proc.c: New file.
8551 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8552 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8553
8554 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8555 while statement.
8556
8557 2002-03-29 Jim Blandy <jimb@redhat.com>
8558
8559 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8560 unescaped newlines in string literals, but newer ones don't. So
8561 escape them.
8562
8563 2002-03-26 Michael Snyder <msnyder@redhat.com>
8564 Andrew Cagney <cagney@redhat.com>
8565
8566 * cli/cli-dump.c: New file. Dump memory to file,
8567 restore file to memory.
8568 * cli/cli-dump.h: New file.
8569 * Makefile.in: Add rules, dependencies for cli-dump.o.
8570 * NEWS: Mention new commands.
8571
8572 2002-03-28 Michael Snyder <msnyder@redhat.com>
8573
8574 * symfile.c (symbol_file_add): Move test for null symbols to later.
8575
8576 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8577
8578 From veksler at il.ibm.com:
8579 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8580 the xstrduped original path.
8581 Fix PR gdb/417.
8582
8583 2002-03-27 Michael Snyder <msnyder@redhat.com>
8584
8585 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8586 * infcmd.c (_initialize_infcmd): Ditto.
8587 * language.c (_initialize_language): Ditto.
8588 * symfile.c (_initialize_symfile): Ditto.
8589 * top.c (_init_main): Ditto.
8590 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8591
8592 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8593
8594 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8595 vector registers handling.
8596 (skip_prologue): Handle new AltiVec instructions. Fill in new
8597 fields of frame data.
8598 (frame_get_saved_regs): Fill in information for AltiVec registers.
8599
8600 2002-03-27 Jim Blandy <jimb@redhat.com>
8601
8602 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8603 a function; leave this macro here to invoke that function.
8604 (symbol_init_mangled_name): Declaration for that function.
8605 * symtab.c (symbol_init_mangled_name): New function.
8606
8607 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8608
8609 * valarith.c: Replace strerror with safe_strerror.
8610 * tracepoint.c: Ditto.
8611 * lin-lwp.c: Ditto.
8612 * go32-nat.c: Ditto.
8613 * inflow.c: Ditto.
8614 * gnu-nat.c: Ditto.
8615
8616 2002-03-27 Andreas Schwab <schwab@suse.de>
8617
8618 * event-top.c (command_line_handler): Remove useless if.
8619
8620 2002-03-27 Andreas Jaeger <aj@suse.de>
8621
8622 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8623 comment.
8624
8625 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8626
8627 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8628 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8629 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8630 (x86_64_linux_dr_get_status, supply_gregset),
8631 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8632 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8633 (x86_64_register_info_table): Add.
8634 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8635 (x86_64_register_raw_size, x86_64_register_virtual_type),
8636 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8637 general x86_64_register_info_table.
8638 (i386_gdbarch_init): gdbarch_register_bytes is now set
8639 dynamicaly during initialization.
8640 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8641 * gdbserver/linux-x86-64-low.c: Ditto.
8642
8643 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8644
8645 * gdbserver/server.c (main): Call target_signal_to_host_p
8646 and target_signal_to_host on signals received from the remote.
8647 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8648 target_signal_from_host on signals sent to the remote.
8649 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8650 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8651
8652 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8653
8654 * signals/signals.c: Include "server.h" in gdbserver build.
8655 (target_signal_from_name): Don't use STREQ.
8656 (_initialize_signals): Likewise. Don't include function in
8657 gdbserver build.
8658
8659 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8660
8661 * signals.c: Moved to...
8662 * signals/signals.c: Here.
8663 * Makefile (signals.o): Update.
8664
8665 2002-03-26 Jeff Law (law@redhat.com)
8666
8667 * somread.c (som_symtab_read): Remove some commented out code and
8668 updated related comments. Do not set the minimal symbol table to
8669 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8670 in a dynamic executable.
8671 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8672 where we are unable to find the minimal symbol for the given
8673 PC value.
8674
8675 2002-03-25 Jeff Law (law@redhat.com)
8676
8677 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8678
8679 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8680
8681 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8682
8683 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8684
8685 * command.h: Update copyright.
8686 (struct cmd_list_element): Replace definition with opaque
8687 declaration.
8688 (enum cmd_types): Document that it will eventually be moved to
8689 cli/cli-decode.h
8690 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8691 (MALLOCED_REPLACEMENT): Delete macro.
8692 * Makefile.in (cli_decode_h): Add $(command_h).
8693 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8694 * top.c: Include "cli/cli-decode.h".
8695 * completer.c: Include "cli/cli-decode.h".
8696 * maint.c: Include "cli/cli-decode.h".
8697 * cli/cli-decode.h: Include "command.h".
8698 (enum command_class): Delete.
8699 (enum cmd_types): Comment out.
8700 (enum cmd_auto_boolean): Delete.
8701 (enum var_types): Delete.
8702
8703 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8704
8705 * cli/cli-decode.c: Include "gdb_assert.h".
8706 (add_set_or_show_cmd): New static function.
8707 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8708 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8709 all fields, such as func, from the set command.
8710
8711 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8712
8713 * MAINTAINERS (sh-elf): Change warning flag to -w.
8714
8715 2002-03-23 Andrew Cagney <cagney@redhat.com>
8716
8717 * defs.h (error): Add printf format attribute.
8718 * thread-db.c (thread_from_lwp): Fix error format string.
8719 * stack.c (parse_frame_specification): Ditto.
8720 * cli/cli-decode.c (undef_cmd_error): Ditto.
8721 * scm-lang.c (scm_lookup_name): Ditto.
8722 * tracepoint.c (trace_error): Ditto.
8723 * remote-utils.c (usage): Ditto.
8724 * remote.c (compare_sections_command): Ditto.
8725 Fix PR gdb/328.
8726
8727 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8728
8729 * gdbtypes.c (append_composite_type_field): New function.
8730 (init_composite_type): New function.
8731 * gdbtypes.h (append_composite_type_field): Declare.
8732 (init_composite_type): Ditto.
8733
8734 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8735
8736 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8737 function.
8738 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8739 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8740 structure returning convention for SYSV ABI case, but not
8741 for GNU/Linux, FreeBSD, or NetBSD.
8742
8743 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8744
8745 * symtab.h (lookup_block_symbol): Add mangled_name argument
8746 to prototype.
8747
8748 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8749 with new mangled_name argument.
8750 * linespec.c (decode_line_1): Likewise.
8751 * valops (value_of_this): Likewise.
8752 * symtab.c (lookup_transparent_type): Likewise.
8753 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8754 (lookup_symbol): If we are given a mangled name, pass it down
8755 to lookup_symbol_aux.
8756 (lookup_block_symbol): If we are given a mangled name to check
8757 against, only return symbols which match it.
8758
8759 2002-03-22 Christopher Faylor <cgf@redhat.com>
8760
8761 * win32-nat.c (child_create_inferior): Check for proper shell to use
8762 here, in case the user changes it on the fly.
8763 (_initialize_inftarg): Remove shell path considerations.
8764
8765 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8766
8767 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8768 for gdbarch_max_register_raw_size and max_register_virtual_size.
8769 Adjust copyright year.
8770
8771 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8772
8773 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8774 in a function to cover the entire beginning of the function
8775 as well if it does not already.
8776
8777 2002-03-21 Tom Rix <trix@redhat.com>
8778
8779 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8780 (rs6000_ptrace64): Renamed from ptrace64.
8781
8782 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8783
8784 * gdbserver/remote-utils.c (remote_open): Don't call
8785 getprotobyname, we're all using TCP here so just use
8786 IPPROTO_TCP.
8787 * gdbserver/gdbreplay.c (remote_open): Ditto.
8788
8789 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8790
8791 * regcache.c (_initialize_regcache): No need to call
8792 build_regcache() at this time; it gets called whenever
8793 the gdbarch changes.
8794
8795 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8796
8797 * sparc-nat.c: Include sys/param.h where possible.
8798
8799 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8800
8801 Fix PR gdb/422.
8802 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8803 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8804 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8805 complex types.
8806 * stabsread.c (rs6000_builtin_type): Likewise.
8807 (read_sun_floating_type): Likewise.
8808
8809 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8810
8811 * stabsread.c (read_member_functions): Remove skip code for duplicate
8812 constructor/destructor methods. Use standard parsing for these
8813 methods and just do not chain them to the list of methods after
8814 parsing.
8815
8816 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8817
8818 * coffread.c: Remove redundant static declarations. Replace
8819 occurrences of `PTR' with `void *'.
8820 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8821 * top.h (quit_cover): Likewise.
8822 * defs.h (catch_errors): Likewise.
8823
8824 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8825
8826 * defs.h (XMALLOC): Define.
8827 * gdb-events.sh (XMALLOC): Delete macro.
8828 * gdb-events.c, gdb-events.h: Regenerate.
8829 * gdbarch.sh (XMALLOC): Delete macro.
8830 * gdbarch.c: Regenerate.
8831 * serial.c (XMALLOC): Delete macro.
8832 * ui-file.c (XMALLOC): Ditto.
8833 * ser-unix.h (XMALLOC): Ditto.
8834 * sh-tdep.c (XMALLOC): Ditto.
8835 * ui-out.c (XMALLOC): Ditto.
8836 * utils.c (XMALLOC): Ditto.
8837 * i386-tdep.c (XMALLOC): Ditto.
8838 * gdb-events.c (XMALLOC): Ditto.
8839 * d10v-tdep.c (XMALLOC): Ditto.
8840 * cli-out.c (XMALLOC): Ditto.
8841
8842 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8843 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8844 * ui-file.c, ui-out.c: Ditto.
8845
8846 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8847
8848 * command.h (struct cmd_list_element): Add field context.
8849 (set_cmd_context, get_cmd_context): Declare.
8850 * cli/cli-decode.h: Ditto.
8851 * cli/cli-decode.c (get_cmd_context): New function.
8852 (set_cmd_context): New function.
8853 (add_cmd): Initialize context.
8854 Part of fixing PR gdb/145 and PR gdb/146.
8855
8856 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8857
8858 * cli/cli-decode.c (cmd_type): New function.
8859 * command.h (cmd_type): Declare.
8860 * infrun.c (set_schedlock_func): Call function cmd_type.
8861 * kod.c (kod_set_os): Call cmd_type.
8862 * cris-tdep.c (cris_version_update): Use function cmd_type.
8863 (cris_mode_update, cris_abi_update): Ditto.
8864
8865 * command.h: (execute_cmd_post_hook): Declare.
8866 (execute_cmd_pre_hook): Declare.
8867 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8868 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8869 functions. Execute pre/post hook while ensuring that afterwords
8870 hook_in is cleared.
8871 * top.c (execute_command): Use execute_cmd_post_hook, and
8872 execute_cmd_pre_hook to execute pre/post commands.
8873 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8874 hook_stop_stub.
8875 (hook_stop_stub): Call execute_cmd_pre_hook.
8876
8877 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8878
8879 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8880 set'' and this leads to a core dump. Move xstrdup of
8881 operating_system to after check that it is not NULL.
8882
8883 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8884
8885 * kod.c (kod_set_os): Remove unnecessary check that
8886 ``command->type'' is set_cmd.
8887
8888 * valprint.c (set_input_radix): Use input_radix.
8889 (set_output_radix): Use output_radix.
8890 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8891 isn't reverted.
8892
8893 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8894
8895 * value.h (struct value): Delete field ``substring_addr''. Change
8896 aligner fields to force_doublest_align, force_longest_align,
8897 force_core_addr_align and force_pointer_aligh.
8898
8899 * value.h (struct value): Fix typo in above change.
8900
8901 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8902
8903 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8904 to fix internal_error from ``maintenance print architecture''.
8905
8906 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8907
8908 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8909 for gcc versions after gcc-2.8.1.
8910
8911 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8912
8913 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8914 for method resolution. Restore adjustment of ``this'' pointer after
8915 calling value_struct_elt, which was accidentally removed during the
8916 HP merge.
8917
8918 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8919
8920 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8921 value_of_register.
8922 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8923 get_saved_register.
8924 * value.h (value_of_register): Update.
8925
8926 2002-03-14 Richard Henderson <rth@redhat.com>
8927
8928 * configure.in: Detect declaration for canonicalize_file_name.
8929 * utils.c (canonicalize_file_name): Declare, if needed.
8930 (gdb_realpath): Prefer realpath if available and usable.
8931 * config.in, configure: Rebuild.
8932
8933 2002-03-14 Richard Henderson <rth@redhat.com>
8934
8935 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8936 a constant array bound.
8937
8938 * MAINTAINERS: Add myself to write-after-approval.
8939
8940 2002-03-14 Michael Snyder <msnyder@redhat.com>
8941
8942 * symfile.c (syms_from_objfile): Return immediately if no syms.
8943 (symbol_file_add): Return immediately if no syms.
8944 (find_sym_fns): Return immediately if no syms.
8945
8946 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8947
8948 * gdbserver/remote-util.c (remote_open): Print remote-side's
8949 IP address when remote debugging over the network.
8950
8951 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8952
8953 * config/sparc/fbsd.mh: Fix copyright.
8954 * config/sparc/fbsd.mt: Likewise.
8955
8956 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8957
8958 * MAINTAINERS: Fix typo in name of gdb warnings option.
8959 (x86-64): Fix formating so that this can be parsed by awk.
8960
8961 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8962
8963 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8964 * defs.h: Include "gdb/signals.h".
8965 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8966
8967 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8968
8969 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8970 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8971 from x86-64-tdep.h
8972
8973 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8974 Don Howard <dhoward@redhat.com>
8975
8976 * mips-tdep.c (ST0_FR): Define.
8977 (mips2_fp_compat): New function, temporarily disabled.
8978 (mips_read_fp_register_single): New function.
8979 (mips_read_fp_register_double): New function.
8980 (mips_print_register): Use them.
8981 (do_fp_register_row): Likewise.
8982
8983 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8984
8985 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8986 approval''.
8987
8988 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8989
8990 * stabsread.c (read_member_functions): Fix is_stub test for
8991 static member functions, improve comment.
8992
8993 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8994
8995 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8996 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8997 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8998 commands that set boolean values.
8999 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9000 (arm_rdi_resume): Always initialize PC.
9001 (arm_rdi_open): Don't use rslt as a boolean.
9002 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9003 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9004 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9005 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9006
9007 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9008
9009 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9010 * configure: Rebuilt.
9011
9012 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9013
9014 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9015 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9016
9017 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9018
9019 * cli/cli-decode.c (set_cmd_completer): New function.
9020 * command.h (set_cmd_completer): Declare.
9021 * cli/cli-decode.h (set_cmd_completer): Ditto.
9022
9023 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9024 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9025 * win32-nat.c (_initialize_inftarg): Ditto.
9026 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9027 * proc-api.c (_initialize_proc_api): Ditto.
9028 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9029 * source.c (_initialize_source): Ditto.
9030 * exec.c (_initialize_exec): Ditto.
9031 * solib.c (_initialize_solib): Ditto.
9032 * top.c (init_main): Ditto.
9033 * tracepoint.c (_initialize_tracepoint): Ditto.
9034 * symfile.c (_initialize_symfile): Ditto.
9035 * printcmd.c (_initialize_printcmd): Ditto.
9036 * infcmd.c (_initialize_infcmd): Ditto.
9037 * corefile.c (_initialize_core): Ditto.
9038
9039 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9040
9041 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9042
9043 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9044
9045 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9046
9047 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9048
9049 * NEWS: Update headings, 5.2 has branched.
9050
9051 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9052
9053 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9054 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9055 (register_addr, REGISTER_RAW_SIZE): Likewise.
9056 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9057 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9058
9059 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9060
9061 * MAINTAINERS (x86-64): Add myself.
9062 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9063 changed value_ptr -> struct value *
9064
9065 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9066
9067 * configure.host (sparc64-*-freebsd): Add.
9068 * configure.tgt: Likewise.
9069 * config/sparc/fbsd.mh: New file.
9070 * config/sparc/fbsd.mt: Likewise.
9071 * config/sparc/nm-fbsd.h: Likewise.
9072 * config/sparc/tm-fbsd.h: Likewise.
9073
9074 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9075
9076 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9077 regformats/reg-s390x.dat.
9078
9079 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9080
9081 * utils.c: Add FIXME explaining true/false problem.
9082
9083 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9084
9085 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9086
9087 2002-02-28 Michael Chastain <mec@shout.net>
9088
9089 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9090
9091 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9092
9093 * gdbserver/linux-s390-low.c: New file.
9094 * regformats/reg-s390.dat: New file.
9095 * regformats/reg-s390x.dat: New file.
9096 * gdbserver/configure.srv: Add S/390.
9097 * gdbserver/Makefile.in: Add S/390.
9098 * configure.tgt: Enable gdbserver for S/390.
9099
9100 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9101
9102 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9103 first line of the doc string for "info dos", except at the end of
9104 the sentence, since the short help stops at the first period.
9105
9106 2002-02-28 Jason Merrill <jason@redhat.com>
9107
9108 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9109
9110 2002-02-27 Fred Fish <fnf@redhat.com>
9111
9112 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9113 comment (dumy -> dummy).
9114
9115 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9116
9117 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9118
9119 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9120
9121 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9122
9123 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9124
9125 * gdbserver/acconfig.h: New file.
9126 * gdbserver/i387-fp.c: New file.
9127 * gdbserver/i387-fp.h: New file.
9128 * gdbserver/linux-x86-64.c: New file.
9129 * regformats/reg-x86-64.dat: New file.
9130 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9131 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9132 * gdbserver/configure.in: Add support for regsets.
9133 * gdbserver/config.in: Regenerate.
9134 * gdbserver/configure: Regenerate.
9135 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9136 * gdbserver/linux-low.h: New file.
9137 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9138 for regsets.
9139 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9140 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9141 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9142 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9143 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9144 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9145 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9146 "i387-fp.h". Add PTRACE_GETREGS and friends.
9147 * gdbserver/regcache.c (supply_register): New function.
9148 (supply_register_by_name): New function.
9149 (collect_register): New function.
9150 (collect_register_by_name): New function.
9151
9152 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9153
9154 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9155 (config.status): Add configure.srv dependency.
9156 (server_h): Add config.h dependency.
9157
9158 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9159
9160 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9161 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9162 * gdbserver/configure.srv: Change i386-*-linux* to use
9163 reg-i386-linux.o.
9164
9165 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9166
9167 * x86-64-tdep.c: Re-indent. Update copyright date.
9168
9169 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9170
9171 From Michal Ludvig <mludvig@suse.cz>:
9172 * x86-64-tdep.c (value.h): Delete.
9173 (gdb_assert.h): Include.
9174 (x86_64_register_convert_to_virtual,
9175 x86_64_register_convert_to_raw ): Add check which lets only
9176 floating-point values to be converted.
9177 (value_push): Delete.
9178 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9179 (i386_gdbarch_init): Number of register_bytes fixed.
9180
9181 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9182
9183 * MAINTAINERS: Add x86-64 target.
9184
9185 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9186
9187 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9188 * osfsolib.c (solib_map_sections): Ditto.
9189 * irix5-nat.c (solib_map_sections): Ditto.
9190 * corelow.c (gdb_check_format): Ditto.
9191 * symfile.c (symfile_bfd_open): Ditto.
9192 * solib.c (solib_map_sections): Ditto.
9193 Fix PR gdb/354.
9194
9195 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9196
9197 * remote.c (_initialize_remote): By default, disable ``e'' and
9198 ``E'' step out-of-range packets.
9199
9200 2002-02-26 Andreas Schwab <schwab@suse.de>
9201
9202 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9203 m68k_linux_frame_saved_pc.
9204 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9205 in_sigtramp.
9206 (SIGCONTEXT_PC_OFFSET): Remove.
9207 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9208 m68k_linux_sigtramp_saved_pc): New functions.
9209 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9210 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9211 (UCONTEXT_PC_OFFSET): Define.
9212 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9213 non-RT and RT signal trampolines.
9214
9215 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9216
9217 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9218 (TARGET_NBPG, STACK_END_ADDR): Delete
9219 (VARIABLES_INSIDE_BLOCK): Delete.
9220
9221 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9222
9223 * utils.c (perror_with_name): Make string parameter constant.
9224 (print_sys_errmsg): Ditto.
9225 (query): Ditto.
9226 * defs.h (perror_with_name): Update.
9227 (print_sys_errmsg): Update.
9228 (query): Update.
9229
9230 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9231
9232 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9233 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9234
9235 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9236
9237 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9238 if it already matches the current architecture from the exec file.
9239 Include arch-utils.h for gdbarch_info_init prototype.
9240 * Makefile.in (rs6000-nat.o): Update dependencies.
9241
9242 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9243
9244 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9245 list of exported variables.
9246
9247 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9248
9249 * gdbserver/configure.srv: New file.
9250 * gdbserver/configure.in: Use configure.srv instead
9251 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9252 from it.
9253 * gdbserver/configure: Regenerated.
9254 * gdbserver/terminal.h: New file.
9255 * gdbserver/Makefile.in: Update for configure changes. Remove
9256 more unneeded include paths.
9257
9258 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9259
9260 From wiz at danbala:
9261 * config/sparc/tm-sp64.h: Fix grammar and typos.
9262 Fix PR gdb/287.
9263
9264 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9265
9266 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9267 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9268 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9269 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9270 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9271 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9272 * s390-tdep.c: Ditto.
9273 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9274 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9275 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9276 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9277 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9278 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9279 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9280 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9281 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9282 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9283 Fix PR gdb/378.
9284
9285 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9286
9287 * lin-thread.c: Delete file.
9288 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9289 to gdb_proc_service.h.
9290 * configure: Re-generate.
9291
9292 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9293 * serial.c (serial_open): Delete check for "ocd".
9294 Fix PR gdb/349.
9295
9296 * Makefile.in (linux-thread.o): Delete target.
9297 * linux-thread.c: Delete file.
9298
9299 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9300 renamed SH files to be consistent.
9301
9302 * symtab.c (sort_search_symbols): Use xfree.
9303
9304 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9305
9306 * arm-linux-tdep.c (arm_linux_init_abi): Register
9307 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9308 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9309 definition with undef, since we don't want the sysvr4 definition.
9310 (SKIP_TRAMPOLINE_CODE): Likewise.
9311
9312 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9313
9314 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9315
9316 * configure.in: (AC_CHECK_FUNCS) Added test for
9317 canonicalize_file_name Regenerated.
9318 * config.in, configure: Regenerated.
9319 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9320 defined use canonicalize_file_name.
9321
9322 2002-02-23 Michael Chastain <mec@shout.net>
9323
9324 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9325
9326 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9327
9328 * README: Remove references to cygnus.com.
9329 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9330 dot com'' form. Remove references to cygnus.com and sourceware.
9331
9332 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9333
9334 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9335 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9336 1003.1-2001 no longer allows "head -1".
9337 * gdb/Makefile.in (version.c): Likewise.
9338 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9339 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9340 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9341
9342 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9343
9344 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9345 * command.h (cmd_cfunc_eq): Declare.
9346 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9347
9348 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9349 ``struct cmd_list_element *''.
9350 * cli/cli-cmds.c (is_complete_command): Update. Use
9351 cmd_cfunc_eq.
9352 * top.c (execute_command): Pass the command to
9353 is_complete_command.
9354 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9355
9356 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9357
9358 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9359 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9360 architecture defines.
9361 * s390-tdep.c (s390_gdbarch_init): Likewise.
9362
9363 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9364
9365 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9366 (arm_linux_push_arguments): Likewise.
9367 (arm_linux_init_abi): Register them. Also register linux-specific
9368 call_dummy_words.
9369 (find_minsym_and_objfile): Use strcmp, not STREQ.
9370 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9371 (arm_linux_call_dummy_words): Delete declaration.
9372 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9373 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9374 declarations.
9375 (LOWEST_PC): Delete.
9376
9377 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9378
9379 * maint.c (print_section_info): Do not prepend `0x' to filepos
9380 output, it will be handled by local_hex_string_custom.
9381
9382 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9383
9384 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9385 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9386 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9387
9388 2002-02-22 Jim Blandy <jimb@redhat.com>
9389
9390 Indicate that the bcache functions don't change the strings
9391 they're passed.
9392 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9393 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9394
9395 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9396
9397 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9398
9399 2002-02-21 Christopher Faylor <cgf@redhat.com>
9400
9401 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9402 find the complete path to a loaded DLL.
9403
9404 2002-02-21 Fred Fish <fnf@redhat.com>
9405
9406 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9407 that marks the end of the range of a function, enter a line number
9408 entry that has a line number of zero and a PC offset that matches
9409 the end of the function. This starts a range of PC's for which no
9410 line number information is known.
9411 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9412 PC's for which no line number info is found (line number is zero)
9413 then we didn't find any valid line information.
9414 * symtab.h: Document use of zero line number entry.
9415
9416 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9417
9418 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9419 (have_ptrace_getvrregs): Define for run time checks.
9420 (gdb_vrregset_t): New type for Altivec register handling.
9421 (fetch_register, store_register): Fetch/store altivec register
9422 when needed.
9423 (fetch_altivec_register, store_altivec_register): New functions.
9424 (supply_vrregset, fill_vrregset): New functions.
9425 (fetch_altivec_registers, store_altivec_registers): New functions.
9426 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9427 registers as well.
9428
9429 2002-02-21 Jiri Smid <smid@suse.cz>
9430
9431 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9432
9433 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9434
9435 * Makefile.in (armnbsd-nat.o): Update dependencies.
9436 * armnbsd-nat.c (supply_gregset): New function. Common code to
9437 supply the integer register set.
9438 (supply_fparegset): New function. Similar for FPA registers.
9439 (fetch_regs, fetch_fp_regs): Use them.
9440 (fetch_core_registers): Likewise.
9441 (fetch_elfcore_registers): New function.
9442 (arm_netbsd_elfcore_fns): New core-file type specification.
9443 (_initialize_arm_netbsd_nat): Register it.
9444
9445 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9446
9447 * armnbsd-nat.c: Include gdbcore.h.
9448 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9449 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9450 'void' to declaration, to shut up ARI.
9451 (fetch_core_registers): Make static. Rewrite using supply_register.
9452 (arm_netbsd_core_fns): New core-file type specification.
9453 (_initialize_arm_netbsd_nat): New function.
9454
9455 2002-02-21 Christopher Faylor <cgf@redhat.com>
9456
9457 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9458 value.
9459
9460 2002-02-20 Christopher Faylor <cgf@redhat.com>
9461
9462 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9463 fails.
9464
9465 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9466
9467 * jv-exp.y (parse_number): Change type of implicit longs
9468 to builtin_type_uint64.
9469
9470 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9473 to be an integer instead of a `union wait'.
9474
9475 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9476
9477 * mips-linux-nat.c: Call the operating system GNU/Linux.
9478 * mips-linux-tdep.c: Likewise.
9479 * mips-tdep.c: Likewise.
9480
9481 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9482
9483 Fix PR gdb/265.
9484 * jv-exp.y (parse_number): Handle 64-bit integers.
9485
9486 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9487
9488 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9489 AC_STDC_HEADERS to AC_HEADER_STDC.
9490 * gdbserver/configure: Regenerated.
9491
9492 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9493
9494 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9495 is defined.
9496 * sparc-tdep.c (get_longjmp_target): Likewise.
9497
9498 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9499
9500 * News: Add news about ARM and Multi-arch. Mention the new target
9501 arm*-*-netbsd*.
9502
9503 2002-02-19 Jim Blandy <jimb@redhat.com>
9504
9505 * stabsread.c (error_type_complaint): Improve error message.
9506
9507 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9508
9509 * gdbserver/README: Update documentation.
9510 * gdbserver/configure.in: Update configury to match documentation.
9511 * gdbserver/Makefile.in: Likewise.
9512 * gdbserver/configure: Regenerated.
9513 * gdbserver/aclocal.m4: New file, generated by aclocal.
9514 * gdbserver/config.in: New file, generated by autoheader.
9515
9516 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9517
9518 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9519 armnbsd-nat.c.
9520
9521 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9522
9523 * arm-tdep.h (enum arm_float_model): New enum.
9524 (struct gdbarch_tdep): Add fp_model.
9525 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9526 up floating-point conversions until we know the floating-point model
9527 in use by the inferior. Don't complain about being unable to
9528 determine the ABI of the inferior when we don't have one.
9529 (arm_extract_return_value): Support different floating-point models.
9530 (arm_store_return_value): Likewise.
9531 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9532 ARM_FLOAT_SOFT.
9533 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9534
9535 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9536
9537 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9538 of ``current_gdbarch''.
9539
9540 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9541
9542 * armnbsd-nat.c : ANSIfy all function declarations.
9543 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9544 (fetch_inferior_registers): Re-implement in terms of above.
9545 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9546 (store_inferior_registers): Re-implement in terms of above.
9547
9548 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9549
9550 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9551 kernel.
9552 * arm-linux-tdep.c: Likewise.
9553 * config/arm/tm-linux.h: Likewise.
9554
9555 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9556
9557 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9558 * config/arm/nbsd.mt (TM_FILE): Delete.
9559 * config/arm/tm-nbsd.h: Delete.
9560
9561 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9562
9563 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9564 Initialize CALL_DUMMY_LENGTH.
9565
9566 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9567
9568 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9569 function.
9570 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9571 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9572 defines one thing and that is incorrect for this port.
9573 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9574
9575 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9576
9577 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9578
9579 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9580
9581 * win32-nat.c (display_selector): New function. Displays information
9582 about the information returned by GetThreadSelectorEntry API function.
9583 (display_selectors): New function. Displays the infomation of
9584 the selector given as argument, or of CS, DS ans FS selectors
9585 if no argument is given.
9586 ( _initialize_inftarg): Add "w32" as info prefix command.
9587 Add "info w32 selector" as command calling display_selectors.
9588
9589 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9590
9591 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9592 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9593 if not defined.
9594
9595 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9596
9597 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9598
9599 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9600
9601 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9602 (arm_fix_call_dummy): Call it.
9603 (arm_call_dummy_breakpoint_offset): Delete.
9604 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9605 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9606
9607 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9608
9609 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9610 Default to func_frame_chain_valid.
9611 * gdbarch.h, gdbarch.c: Re-generate.
9612 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9613
9614 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9615
9616 * ppc-linux-nat.c: Update copyright.
9617 (fetch_register, store_register): Add tid parameter, don't compute
9618 tid here.
9619 (fetch_ppc_registers, store_ppc_registers): Add tid
9620 parameter. Pass it along to callees.
9621 (fetch_inferior_registers, store_inferior_registers): Compute tid
9622 here, and pass it to calleed functions.
9623 (fill_gregset, supply_fpregset): Clean up formatting.
9624
9625 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9626
9627 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9628 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9629
9630 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9631
9632 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9633 * gdbarch.c gdbarch.h: Regenerate.
9634 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9635 function.
9636 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9637 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9638 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9639
9640 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9641 * arm-tdep.c (arm_get_longjmp_target): New function.
9642 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9643 this to a positive value register arm_get_longjmp_target as the
9644 longjmp handler.
9645 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9646 (arm_linux_init_abi): Set up longjmp description in tdep.
9647 * armnbsd-nat.c (get_longjmp_target): Delete.
9648 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9649 description in tdep.
9650 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9651 (get_longjmp_target): Delete declaration.
9652 (GET_LONGJMP_TARGET): Delete.
9653 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9654 (GET_LONGJMP_TARGET): Delete.
9655
9656 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9657
9658 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9659 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9660 of ``current_gdbarch''.
9661
9662 2002-02-17 Tom Tromey <tromey@redhat.com>
9663
9664 * cli/cli-cmds.c (compare_strings): New function.
9665 (complete_command): Only print each unique item once.
9666 * completer.h (complete_line): Declare.
9667 * completer.c (complete_line): New function.
9668 (line_completion_function): Use it.
9669
9670 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9671
9672 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9673 * gdbarch.h, gdbarch.c: Re-generate.
9674
9675 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9676
9677 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9678
9679 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9680
9681 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9682 * valops.c (value_arg_coerce): Don't take the address of a reference
9683 to convert an argument to a reference.
9684
9685 2002-02-15 Christopher Faylor <cgf@redhat.com>
9686
9687 * win32-nat.c (get_image_name): New function.
9688 (handle_load_dll): Use get_image_name function.
9689 (get_child_debug_event): Avoid registering debug events until possibly
9690 execed process is started.
9691 (child_create_inferior): Allow invocation via shell so that command
9692 line redirection, etc. works ok.
9693 (_initialize_inftarg): Add new command: "set shell" to control whether
9694 a shell is used to start a process.
9695
9696 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9697
9698 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9699 instead of find_register_by_number.
9700 (cannot_store_register): Likewise.
9701
9702 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9703
9704 * dwarf2read.c: Replace fprintf (stderr, ...) by
9705 fprintf_unfiltered (gdb_stderr, ...).
9706
9707 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9708
9709 * gdbserver/gdbserver.1: Document --attach.
9710
9711 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9712
9713 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9714 descriptions.
9715 * arm-tdep.c (arm_default_arm_le_breakpoint)
9716 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9717 (arm_default_thumb_be_breakpoint): New. Initialize them from
9718 traditional breakpoint defines.
9719 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9720 (arm_gdbarch_init): Initialize new breakpoint variables.
9721 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9722 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9723 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9724 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9725 code out to ...
9726 (arm_netbsd_init_abi_common): ... here; new function.
9727 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9728 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9729 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9730 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9731
9732 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9733
9734 * arm-tdep.h (enum arm_abi): New enum.
9735 (struct gdbarch_tdep): New structure.
9736 (LOWEST_PC): Provide a default.
9737 (arm_gdbarch_register_os_abi): Declare new function.
9738 * arm-tdep.c (arm_abi_names): New array.
9739 (process_note_abi_tag_sections): New function.
9740 (get_elfosabi): New function.
9741 (arm_gdbarch_register_os_abi): New function.
9742 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9743 support for that ABI has been built in, then call the appropriate
9744 configuration routine. Use gdbarch_num_regs() to get the number
9745 of registers.
9746 (arm_dump_tdep): New function.
9747 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9748 place-holder functions.
9749 (_initialize_arm_tdep): Register them.
9750 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9751
9752 * armnbsd-tdep.c: New file.
9753 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9754 * config/arm/nbsd.mt (TDEPFILES): Add it.
9755 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9756
9757 * armnbsd-nat.c: Include regcache.h.
9758 * Makefile.in (armnbsd-nat.o): Update dependency list.
9759
9760 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9761
9762 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9763
9764 * gdbserver/Makefile.in: Fix typos in target rules.
9765
9766 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9767
9768 Fix part of PR gdb/267.
9769 * linespec.c (find_methods): Handle constructors specially for now.
9770
9771 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9772
9773 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9774 handling.
9775 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9776 standard_coerce_float_to_double().
9777
9778 2002-02-14 Christopher Faylor <cgf@redhat.com>
9779
9780 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9781 GDBINIT_FILENAME.
9782
9783 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9784
9785 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9786 find_variant_by_name, because it confuses the multiarch
9787 framework. Return NULL if there isn't an architecture with the
9788 user supplied name, instead of forcing a different one without
9789 recording the change with the multiarch machinery.
9790 (find_variant_by_name): Delete.
9791
9792 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9793
9794 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9795 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9796
9797 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9798
9799 * stack.c (print_frame_info_base): When calling
9800 print_frame_info_listing_hook, set current_source_symtab.
9801
9802 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9803
9804 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9805 and remove unused $(INCLUDE_DIR).
9806 Add regcache.c to OBS.
9807 Add generated register protocol files to clean target.
9808 Update dependencies for new objects, obsolete old target code.
9809
9810 * gdbserver/linux-low.c: Remove all platform-specific code to
9811 new files. Remove various dead code. Update to use regcache
9812 functionality.
9813 * gdbserver/remote-utils.c (fromhex): Add return statement
9814 to quiet warning.
9815 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9816 constant.
9817 (input_interrupt): Add integer parameter to match prototype
9818 of a signal handler.
9819 (outreg): Use register_data ().
9820 (prepare_resume_reply): Use gdbserver_expedite_regs.
9821 * gdbserver/server.c (main): Dynamically allocate own_buf because
9822 PBUFSIZ is no longer constant. Use registers_to_string () and
9823 registers_from_string ().
9824 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9825 for error (), fatal (), and warning (). Update definition of
9826 PBUFSIZ to use regcache functionality. Add include guard.
9827 * gdbserver/utils.c (fatal): Add missing ``const''.
9828 (warning): New function.
9829
9830 * regformats/regdat.sh: Include "regcache.h" in generated files.
9831 Provide init_registers () function.
9832 * regformats/regdef.h: Add prototype for set_register_cache ().
9833 Add include guard.
9834
9835 * gdbserver/linux-arm-low.c: New file.
9836 * gdbserver/linux-i386-low.c: New file.
9837 * gdbserver/linux-ia64-low.c: New file.
9838 * gdbserver/linux-m68k-low.c: New file.
9839 * gdbserver/linux-mips-low.c: New file.
9840 * gdbserver/linux-ppc-low.c: New file.
9841 * gdbserver/linux-sh-low.c: New file.
9842
9843 * gdbserver/regcache.c: New file.
9844 * gdbserver/regcache.h: New file.
9845
9846 * gdbserver/low-linux.c: Removed obsolete file.
9847
9848 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9849
9850 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9851 * config/i386/linux.mt: Likewise.
9852 * config/ia64/linux.mt: Likewise.
9853 * config/m68k/linux.mh: Likewise.
9854 * config/powerpc/linux.mh: Likewise.
9855 * config/mips/linux.mt: Likewise.
9856
9857 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9858
9859 * config/i386/i386lynx.mh: Mark gdbserver variables
9860 as (currently) obsolete for this target.
9861 * config/i386/nbsd.mt: Likewise.
9862 * config/i386/nbsdelf.mt: Likewise.
9863 * config/m32r/m32r.mt: Likewise.
9864 * config/m68k/m68klynx.mh: Likewise.
9865 * config/m68k/nbsd.mt: Likewise.
9866 * config/m68k/sun3os4.mh: Likewise.
9867 * config/mips/vr5000.mt: Likewise.
9868 * config/ns32k/nbsd.mt: Likewise.
9869 * config/pa/hppabsd.mh: Likewise.
9870 * config/pa/hppaosf.mh: Likewise.
9871 * config/powerpc/nbsd.mt: Likewise.
9872 * config/rs6000/rs6000lynx.mh: Likewise.
9873 * config/s390/s390.mt: Likewise.
9874 * config/s390/s390x.mt: Likewise.
9875 * config/sparc/sparclynx.mh: Likewise.
9876 * config/sparc/sun4os4.mh: Likewise.
9877 * config/i386/x86-64linux.mt: Likewise.
9878 * config/sparc/linux.mh: Likewise.
9879
9880 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9881
9882 * configure.tgt: Configure gdbserver only for known working
9883 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9884 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9885 SUBDIRS if it is configured. Update comment for ${nativefile}.
9886 * configure: Regenerated.
9887
9888 2002-02-13 Michael Snyder <msnyder@redhat.com>
9889
9890 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9891
9892 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9893 (default_gcore_mach): Just return 0, work around a problem in bfd.
9894 (default_gcore_target): OK to return NULL if exec_bfd is null.
9895 (make_mem_sec): Use a cast, avoid a warning.
9896
9897 * procfs.c (find_memory_regions_callback): Use a cast instead of
9898 calling host_pointer_to_address (which complains if
9899 sizeof (host pointer) != sizeof (target pointer)).
9900 (procfs_make_note_section): Avoid overflow in psargs string.
9901
9902 * procfs.c (procfs_make_note_section): Make the default
9903 implementation return an error.
9904
9905 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9906
9907 * procfs.c (procfs_make_note_section): Provide a default definition
9908 (for alpha-dec-osf4.0f). Fix typos.
9909
9910 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9911
9912 * linux-proc.c: Add include of regcache.h.
9913 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9914
9915 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9916
9917 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9918 * memattr.c (create_mem_region): Disallow useless empty region.
9919 Regions are half-open intervals, so allow [A..B) [B..C) as
9920 non-overlapping.
9921
9922 2002-02-13 Michael Chastain <mec@shout.net>
9923
9924 * defs.h: Kill CONST_PTR.
9925 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9926 * c-lang.c (c_builtin_types): Likewise.
9927 * ch-lang.c (ch_builtin_types): Likewise.
9928 * f-lang.c (f_builtin_types): Likewise.
9929 * language.c (unknown_builtin_types): Likewise.
9930 * m2-lang.c (m2_builtin_types): Likewise.
9931 * p-lang.c (pascal_builtin_types): Likewise.
9932 * scm-lang.c (c_builtin_types): Likewise.
9933
9934 2002-02-13 Keith Seitz <keiths@redhat.com>
9935
9936 * arm-tdep.h (arm_get_next_pc): Add declaration.
9937
9938 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9939
9940 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9941 with other related struct-returning functions.
9942 (arm_extract_struct_value_address): New function.
9943 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9944 initialize float_format, double_format and long_double_format as
9945 appropriate to the endianness of the target.
9946 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9947 (arm_use_struct_convention): Delete declaration.
9948 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9949
9950 2002-02-13 Keith Seitz <keiths@redhat.com>
9951
9952 * defs.h (core_addr_to_string_nz): New function.
9953
9954 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9955
9956 Apply missing bits of 2002-01-15 patch.
9957 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9958 (fill_fpregset): Use i387_fill_fsave.
9959
9960 2002-02-12 Keith Seitz <keiths@redhat.com>
9961
9962 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9963 (core_addr_to_string_nz): New function.
9964
9965 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9966
9967 * arm-linux-nat.c: Really include arm-tdep.h.
9968 * config/arm/tm-linux.h (struct type, struct value): Declare.
9969
9970 2002-02-11 Michael Snyder <msnyder@redhat.com>
9971
9972 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9973 (gcore section): Ifdef for Solaris and Unixware only.
9974 (procfs_do_thread_registers): Unixware needs one lwpstatus
9975 per thread (not one prstatus or pstatus).
9976 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9977 not over all gdb threads. For unixware, call elfcore_write_pstatus
9978 once before iterating over threads.
9979
9980 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9981
9982 * arm-tdep.h: New file.
9983 * arm-tdep.c: Include arm-tdep.h.
9984 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9985 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9986 (arm_print_float_info, arm_register_type, convert_to_extended)
9987 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9988 (arm_extract_return_value, arm_register_name): Make static.
9989 (arm_software_single_step): Similarly. Fix types in declaration.
9990 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9991 (arm_store_return_value, arm_store_struct_return): New functions.
9992 (arm_gdbarch_init): Register the above functions. Also register
9993 call_dummy_start_offset, sizeof_call_dummy_words,
9994 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9995 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9996 max_register_virtual_size, register_size. Set up
9997 prologue_cache.saved_regs here, rather than ...
9998 (_initialize_arm_tdep): ... here.
9999 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10000 declarations.
10001 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10002 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10003 (arm_print_float_info, arm_register_type, convert_to_extended)
10004 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10005 (arm_extract_return_value, arm_register_name): Delete declarations.
10006 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10007 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10008 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10009 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10010 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10011 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10012 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10013 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10014 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10015 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10016 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10017 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10018 interface.
10019 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10020 * remote-rdi.c remote-rdp.c: Likewise.
10021 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10022 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10023 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10024 definition.
10025
10026 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10027 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10028 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10029 from non-ARM_ prefixed definitions.
10030 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10031 all uses of above.
10032 * remote-rdi.c remote-rdp.c: Likewise.
10033 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10034
10035 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10036
10037 * arm-tdep.c (arm_frameless_function_invocation)
10038 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10039 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10040 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10041 (arm_pop_frame, arm_get_next_pc): Make static.
10042 (arm_gdbarch_init): Register above in gdbarch structure.
10043 (arm_read_fp): Renamed from arm_target_read_fp.
10044 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10045 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10046 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10047 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10048 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10049 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10050 (arm_pc_is_thumb_dummy): Delete declarations.
10051 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10052 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10053 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10054 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10055
10056 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10057
10058 * symtab.c (compare_search_syms): New function.
10059 (sort_search_symbols): New function.
10060 (search_symbols): Sort symbols after searching rather than
10061 before.
10062
10063 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10064
10065 * NEWS: Linux -> GNU/Linux.
10066
10067 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10068
10069 * gdbarch.sh: For for level one methods, disallow a definition
10070 when partially multi-arched. Add comments explaining rationale.
10071 * gdbarch.h: Re-generate.
10072
10073 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10074
10075 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10076 multi-arch partial.
10077
10078 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10079
10080 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10081 field. Use diff -u.
10082 * gdbarch.c: Re-generate.
10083
10084 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10085
10086 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10087 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10088 partial.
10089
10090 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10091
10092 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10093 multi-arch partial.
10094 (PUSH_ARGUMENTS): Switch to using predefault.
10095 * gdbarch.c: Regenerate.
10096
10097 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10098
10099 * valops.c (PUSH_ARGUMENTS): Delete definition.
10100 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10101 partial. Default to default_push_arguments.
10102 * gdbarch.h, gdbarch.c: Regenerate.
10103
10104 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10105
10106 * defs.h (throw_exception): Rename return_to_top_level. Update
10107 comments.
10108 * utils.c (error_stream, internal_verror, quit): Ditto.
10109 * top.c (throw_exception, catcher): Ditto.
10110 * sparclet-rom.c (sparclet_load): Ditto.
10111 * remote.c (interrupt_query, minitelnet): Ditto.
10112 * remote-sds.c (interrupt_query): Ditto.
10113 * remote-mips.c (mips_error, mips_kill): Ditto.
10114 * ocd.c (interrupt_query): Ditto.
10115 * monitor.c (monitor_interrupt_query): Ditto.
10116 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10117 * target.h: Update comment.
10118
10119 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10120
10121 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10122
10123 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10124 default_double_format.
10125 * gdbarch.h, gdbarch.c: Re-generate.
10126 * findvar.c (floatformat_unknown): Delete variable definition.
10127 * doublest.h (floatformat_unknown): Delete variable declaration.
10128
10129 2002-02-09 Jim Blandy <jimb@redhat.com>
10130
10131 * stabsread.c (read_type): Add code to parse Sun's syntax for
10132 prototyped function types.
10133
10134 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10135
10136 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10137 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10138
10139 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10140
10141 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10142 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10143 now _initialize_xcoffsolib gets called again and overrides the
10144 commands from solib.c in a native configuration.
10145
10146 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10147
10148 * doublest.c (store_typed_floating): Don't try to return a value.
10149 Fixes PR gdb/290.
10150
10151 2002-02-08 Jim Blandy <jimb@redhat.com>
10152
10153 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10154 is prototyped and has no arguments, print its argument list as
10155 `(void)'.
10156
10157 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10158
10159 * MAINTAINERS (write-after-approval): Add myself.
10160 (paper-trail): I've escaped!
10161
10162 2002-02-08 Christopher Faylor <cgf@redhat.com>
10163
10164 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10165 changes.
10166 (_initialize_check_for_gdb_ini): Ditto.
10167
10168 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10169
10170 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10171 xaprintf -> xasprintf.
10172
10173 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10174
10175 * win32-nat.c: Remove use of printf and sprintf functions.
10176
10177 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10178
10179 * arm-tdep.c (arm_frame_chain_valid): Make static.
10180 (arm_push_arguments): Likewise.
10181 (arm_gdbarch_init): New function.
10182 (_initialize_arm_tdep): Call it.
10183 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10184 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10185 (FRAME_CHAIN_VALID): Delete.
10186 (arm_frame_chain_valid): Delete declaration.
10187 (PUSH_ARGUMENTS): Delete.
10188 (arm_push_arguments): Delete declaration.
10189 (CALL_DUMMY_P): Delete.
10190
10191 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10192 Corinna Vinschen <vinschen@redhat.com>
10193
10194 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10195 on builtin float types.
10196
10197 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * utils.c: Include <curses.h> before "bfd.h".
10200 * tui/tui-hooks.c: Likewise.
10201 * tui/tui.c: Likewise.
10202 * tui/tuiCommand.c: Likewise.
10203 * tui/tuiData.c: Likewise.
10204 * tui/tuiDataWin.c: Likewise.
10205 * tui/tuiDisassem.c: Likewise.
10206 * tui/tuiGeneralWin.c: Likewise.
10207 * tui/tuiIO.c: Likewise.
10208 * tui/tuiLayout.c: Likewise.
10209 * tui/tuiRegs.c: Likewise.
10210 * tui/tuiSource.c: Likewise.
10211 * tui/tuiSourceWin.c: Likewise.
10212 * tui/tuiStack.c: Likewise.
10213 * tui/tuiWin.c: Likewise.
10214
10215 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10216
10217 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10218 to include space for pseudoregs as well. Update loops accordingly.
10219 (sh_fp_frame_init_saved_regs): Ditto.
10220 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10221
10222 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10223
10224 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10225 Add Richard Earnshaw to Arm maintainers.
10226
10227 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10228
10229 * defs.h (warning_begin): Delete declaration.
10230
10231 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10232 Delete macro.
10233
10234 2002-02-07 Michael Snyder <msnyder@redhat.com>
10235
10236 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10237 Logic bug, remove misplaced else.
10238
10239 2002-02-07 Klee Dienes <klee@apple.com>
10240
10241 * fork-inferior.c (fork_inferior): Add '!' to the list of
10242 characters that need to be quoted when building a string for the
10243 shell. Quote '!' specifically with a backslash, since CSH chokes
10244 when trying to evaluate "str!str".
10245
10246 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10247
10248 * rdi-share/host.h: Only provide a typedef for bool if it is not
10249 defined.
10250
10251 2002-02-04 Michael Snyder <msnyder@redhat.com>
10252
10253 * breakpoint.h (enum bptype): Add new overlay event bp type.
10254 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10255
10256 * breakpoint.c (create_internal_breakpoint): New function.
10257 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10258 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10259 (create_thread_event_breakpoint): Ditto.
10260 (create_solib_event_breakpoint): Ditto.
10261 (create_overlay_event_breakpoint): New function.
10262 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10263 (update_breakpoints_after_exec): Delete and re-initialize
10264 overlay event breakpoints after an exec. Add FIXME comment
10265 about longjmp breakpoint.
10266 (print_it_typical): Ignore overlay event breakpoints.
10267 (print_one_breakpoint): Ditto.
10268 (mention): Ditto.
10269 (bpstat_what): Do not stop for overlay event breakpoints.
10270 (delete_breakpoint): Don't delete overlay event breakpoints.
10271 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10272 (breakpoint_re_set): Re-create overlay event breakpoint.
10273
10274 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10275 (overlay_manual_command): Disable overlay breakpoints.
10276 (overlay_off_command): Disable overlay breakpoints.
10277
10278 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10279
10280 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10281 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10282 to here from config/tm-arm.h.
10283 (coff_sym_is_thumb): Make static.
10284 (arm_elf_make_msymbol_special): New function.
10285 (arm_coff_make_msymbol_special): New function.
10286 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10287 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10288 (coff_sym_is_thumb): Delete declaration.
10289 (arm_elf_make_msymbol_special): Declare.
10290 (arm_coff_make_msymbol_special): Declare.
10291 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10292 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10293
10294 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10295
10296 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10297
10298 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10299
10300 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10301 * gdbarch.c gdbarch.h: Regenerate.
10302 * arch-utils.c (default_print_float_info): New function.
10303 * arch-utils.h (default_print_float_info): Prototype it.
10304 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10305 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10306 (PRINT_FLOAT_INFO): Document it.
10307
10308 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10309 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10310 (PRINT_FLOAT_INFO): Define.
10311
10312 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10313
10314 * win32-nat.c (_initialize_check_for_gdb_ini):
10315 Add typecast to sprintf argument to suppress a warning.
10316
10317 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10318
10319 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10320 to allow easier handling of pass state.
10321 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10322 that gives exception name and address.
10323 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10324 and set last_sig value to ourstatus->value.sig. Some missing
10325 exceptions added.
10326 (child_continue): Correctly report continue_status.
10327 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10328 TARGET_SIGNAL_0 (new default value).
10329 (child_resume): consider sig argument passed to decide if
10330 the exception should be passed to debuggee or not.
10331
10332 2002-02-05 Michael Snyder <msnyder@redhat.com>
10333
10334 * regcache.c (fetch_register): Call target_fetch_register
10335 only if we don't call FETCH_PSEUDO_REGISTER.
10336 (store_register): Call target_store_register only if we
10337 don't call STORE_PSEUDO_REGISTER.
10338
10339 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10340
10341 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10342 ELF_MAKE_MSYMBOL_SPECIAL.
10343 * gdbarch.c, gdbarch.h: Regenerate.
10344 * arch-utils.c (default_make_msymbol_special): New function.
10345 * arch-utils.h (default_make_msymbol_special): Export.
10346 * elfread.c (elf_symtab_read): Compile use of
10347 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10348 multiarched.
10349 * coffread.c (coff_symtab_read): Ditto, for
10350 COFF_MAKE_MSYMBOL_SPECIAL.
10351
10352 2002-02-05 Jim Blandy <jimb@redhat.com>
10353
10354 * solib-svr4.c (svr4_truncate_ptr): New function.
10355 (svr4_relocate_section_addresses): Do the address arithmetic with
10356 the appropriate truncation for target addresses, even when
10357 CORE_ADDR is larger than a target address.
10358
10359 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10360
10361 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10362 to (int *).
10363
10364 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10365
10366 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10367 code.
10368
10369 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10370
10371 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10372
10373 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10374
10375 * gdbserver/linux-low.c: Remove unused include files.
10376
10377 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10378
10379 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10380 (read_inferior_memory): Use it.
10381 (write_inferior_memory): Likewise.
10382
10383 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10384
10385 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10386 grubbing through sys_errlist.
10387
10388 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10389
10390 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10391
10392 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10393 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10394
10395 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10396
10397 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10398 (do_sfunc, set_cmd_sfunc): New functions.
10399
10400 * command.h (struct cmd_list_element): Add field func.
10401 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10402 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10403 * cli/cli-decode.h: Ditto.
10404
10405 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10406 (help_all, help_cmd_list): Ditto.
10407 (find_cmd, complete_on_cmdlist): Ditto.
10408 * top.c (execute_command): Ditto.
10409
10410 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10411 function.sfunc.
10412
10413 * infcmd.c (notice_args_read): Fix function signature.
10414
10415 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10416 * cli/cli-decode.c (add_set_cmd): Ditto.
10417 * utils.c (initialize_utils): Ditto.
10418 * maint.c (_initialize_maint_cmds): Ditto.
10419 * infrun.c (_initialize_infrun): Ditto.
10420 * demangle.c (_initialize_demangler): Ditto.
10421 * remote.c (add_packet_config_cmd): Ditto.
10422 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10423 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10424 * proc-api.c (_initialize_proc_api): Ditto.
10425 * kod.c (_initialize_kod): Ditto.
10426 * valprint.c (_initialize_valprint): Ditto.
10427 * top.c (init_main): Ditto.
10428 * infcmd.c (_initialize_infcmd): Ditto.
10429 * corefile.c (_initialize_core): Ditto.
10430 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10431 * arch-utils.c (initialize_current_architecture): Ditto.
10432 (_initialize_gdbarch_utils): Ditto.
10433 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10434
10435 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10436 * wince.c (_initialize_inftarg): Ditto.
10437 * symfile.c (_initialize_symfile): Ditto.
10438 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10439 * language.c (_initialize_language): Ditto.
10440 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10441
10442 2002-02-04 Michael Snyder <msnyder@redhat.com>
10443
10444 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10445
10446 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10447
10448 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10449 Add rules for building the register data files.
10450
10451 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10452
10453 * regformats/regdat.sh: Add braces to the definition of
10454 expedite_regs_${arch}.
10455
10456 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10457
10458 * regformats/regdef.h (struct reg): Add comment describing the
10459 requirements for offset and size fields.
10460
10461 2002-02-04 Andreas Schwab <schwab@suse.de>
10462
10463 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10464 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10465
10466 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10467
10468 * gdbarch.sh (copyright): Update years in generated header.
10469 (SMASH_TEXT_ADDRESS): Add rule.
10470 * gdbarch.h, gdbarch.c: Re-generate.
10471 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10472 * dbxread.c: Likewise.
10473 * dwarfread.c: Likewise.
10474 * elfread.c: Likewise.
10475 * somread.c: Likewise.
10476
10477 * arm-tdep.c (arm_smash_text_address): New function.
10478 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10479
10480 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10481
10482 Add support for hardware watchpoints on win32 native.
10483 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10484 CONTEXT_DEBUG_REGISTERS.
10485 (dr variable): New variable. Static array containing a local copy
10486 of debug registers.
10487 (debug_registers_changed): New variable. Reflects when debug registers
10488 are changed and need to be written to inferior.
10489 (debug_registers_used): New variable. Reflects when any debug register
10490 was set, used when new threads are created.
10491 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10492 i386-nat code.
10493 (thread_rec): Set dr array if id is the thread of current_event .
10494 (child_continue, child_resume): Change the debug registers for all
10495 threads if debug_registers_changed.
10496 (child_add_thread): Change the debug registers if debug_registers_used.
10497 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10498 Link nm.h to new nm-cygwin.h file.
10499 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10500 of hardware registers.
10501
10502 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10503
10504 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10505 Restore behavour broken by 2002-01-20 Andrew Cagney
10506 <ac131313@redhat.com> IEEE_FLOAT removal.
10507
10508 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10509
10510 * c-valprint.c (c_val_print): Pass a proper valaddr to
10511 cp_print_class_method.
10512 * valops.c (search_struct_method): If there is only one method
10513 and args is NULL, return that method.
10514
10515 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10516
10517 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10518 accessing tag_name directly.
10519
10520 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10521
10522 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10523 of accessing tag_name directly.
10524
10525 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10526
10527 PR gdb/280
10528 * gdbtypes.c (replace_type): New function.
10529 * gdbtypes.h (replace_type): Add prototype.
10530 * stabsread.c (read_type): Use replace_type.
10531
10532 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10533
10534 * Makefile.in (memattr.o): Add missing dependencies rule.
10535
10536 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10537
10538 * breakpoint.c (break_at_finish_command): Really export.
10539 (break_at_finish_at_depth_command): Ditto.
10540 (tbreak_at_finish_command): Ditto.
10541 * hppa-tdep.c: Include completer.h.
10542 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10543 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10544
10545 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10546
10547 * utils.c (do_write): New function.
10548 (error_stream): Rewrite combining the code from error_begin and
10549 verror.
10550 (verror): Rewrite using error_stream.
10551 (error_begin): Delete function.
10552
10553 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10554
10555 * utils.c (error_begin): Make static.
10556 * defs.h (error_begin): Delete declaration.
10557
10558 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10559 (decode_line_1): Use cplusplus_error instead of error_begin,
10560 cplusplus_hint and return_to_top_level.
10561 * coffread.c (coff_symfile_read): Use error instead of error_begin
10562 and return_to_top_level.
10563 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10564
10565 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10566
10567 * language.h (type_error, range_error): Make string parameter
10568 constant.
10569 * language.c (warning_pre_print): Delete extern declaration.
10570 * dwarfread.c (warning_pre_print): Ditto.
10571 * language.c (type_error, range_error): Rewrite to use verror and
10572 vwarning instead of warning_begin.
10573
10574 2002-02-01 Michael Snyder <msnyder@redhat.com>
10575
10576 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10577 (set_ignore_count): Move misplaced comment back where it belongs.
10578
10579 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10580
10581 * command.h (NO_FUNCTION): Delete macro.
10582 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10583 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10584 * tracepoint.c (_initialize_tracepoint): Ditto.
10585 * cli/cli-decode.c (add_set_cmd): Ditto.
10586 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10587
10588 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10589
10590 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10591 Update ``this'' pointer when calling virtual functions.
10592
10593 2002-02-01 Michael Snyder <msnyder@redhat.com>
10594
10595 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10596 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10597
10598 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * regformats/reg-arm.dat: New file.
10601 * regformats/reg-i386.dat: New file.
10602 * regformats/reg-ia64.dat: New file.
10603 * regformats/reg-m68k.dat: New file.
10604 * regformats/reg-mips.dat: New file.
10605 * regformats/reg-ppc.dat: New file.
10606 * regformats/reg-sh.dat: New file.
10607 * regformats/regdef.h: New file.
10608 * regformats/regdat.sh: New file.
10609
10610 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10611
10612 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10613 (arm_frame_args_address, arm_frame_locals_address): New functions.
10614 (arm_frame_num_args): New function.
10615 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10616 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10617 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10618
10619 2002-01-31 Michael Snyder <msnyder@redhat.com>
10620
10621 * breakpoint.c (break_at_finish_command): Export.
10622 (break_at_finish_at_depth_command): Export.
10623 (tbreak_at_finish_command): Export.
10624 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10625 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10626 "txbreak" commands, which are HPPA specific.
10627
10628 * printcmd.c (disassemble_command): Remove an ancient
10629 artifact of an old merge.
10630
10631 * symfile.h (enum overlay_debugging_state):
10632 Define enum constant values for overlay mode.
10633 * symfile.c (overlay_debugging): Use enums instead of literals.
10634 (overlay_is_mapped, overlay_auto_command,
10635 overlay_manual_command): Ditto.
10636
10637 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10638 breakpoint_here_p, breakpoint_inserted_here_p,
10639 breakpoint_thread_match, bpstat_stop_status,
10640 describe_other_breakpoints, check_duplicates, clear_command):
10641 Coding standard fixes.
10642
10643 * target.c (target_xfer_memory): Add spaces, coding standard.
10644 (do_xfer_memory): Add missing line to trust-readonly
10645 code: check bfd SEC_READONLY flag for section.
10646
10647 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10648
10649 * PROBLEMS: Fix typo, 5.1->5.1.1.
10650
10651 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10654 data symbols, since we search based on textlow and texthigh.
10655 (find_pc_sect_symtab): Likewise.
10656
10657 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10658
10659 * defs.h (vwarning): Declare.
10660 * utils.c (vwarning): New function.
10661 (warning): Call vwarning.
10662 (warning_begin): Delete function.
10663
10664 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10665 the warning message.
10666 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10667 warning_begin.
10668
10669 2002-01-30 Michael Snyder <msnyder@redhat.com>
10670
10671 * NEWS: Mention "set trust-readonly-sections" command.
10672 Mention generate-core-file command.
10673
10674 2002-01-15 Michael Snyder <msnyder@redhat.com>
10675
10676 * target.c: New command, "set trust-readonly-sections on".
10677 (do_xfer_memory): Honor the suggestion to trust readonly sections
10678 by reading them from the object file instead of from the target.
10679 (initialize_targets): Register command "set trust-readonly-sections".
10680
10681 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10682
10683 * parse.c (target_map_name_to_register): Simplify, search regs and
10684 pseudo-regs using a single loop.
10685
10686 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10687
10688 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10689
10690 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10691
10692 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10693 * config/i386/i386v42mp.mh: Add i387-nat.o .
10694 * i386v4-nat.c: Include i387-nat.h.
10695 (supply_fpregset): Use i387_supply_fsave.
10696 (fill_fpregset): Use i387_fill_fsave.
10697
10698 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10699
10700 * arm-tdep.c (arm_call_dummy_words): Define.
10701 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10702 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10703 (CALL_DUMMY_WORDS): Define.
10704 (arm_call_dummy_words): Declare.
10705 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10706 (arm_linux_call_dummy_words): Declare.
10707
10708 2002-01-30 Andreas Schwab <schwab@suse.de>
10709
10710 * m68klinux-nat.c: Fix last change to use regcache_collect
10711 instead of referencing registers[] directly.
10712
10713 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10714
10715 * parse.c (target_map_name_to_register): Delete code wrapped in
10716 #ifdef REGISTER_NAME_ALIAS_HOOK.
10717
10718 2002-01-28 Michael Snyder <msnyder@redhat.com>
10719
10720 * regcache.c (legacy_read_register_gen): Need to be able to
10721 read pseudo-register as well as real register.
10722 (legacy_write_register_gen): Ditto.
10723
10724 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10725
10726 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10727 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10728 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10729 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10730 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10731 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10732 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10733 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10734 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10735 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10736 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10737 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10738 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10739 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10740 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10741 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10742 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10743 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10744 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10745 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10746
10747 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10748
10749 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10750 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10751 (initialize_current_architecture): Update target_byte_order using
10752 information from BFD.
10753 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10754 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10755
10756 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10757
10758 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10759 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10760
10761 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10762 #ifdef INVALID_FLOAT.
10763 * infcmd.c (do_registers_info): Ditto.
10764 * values.c (unpack_double): Ditto. Add comment.
10765
10766 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10767 already commented out.
10768
10769 2002-01-26 Andreas Schwab <schwab@suse.de>
10770
10771 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10772 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10773 registers and add support for PTRACE_GETREGS.
10774
10775 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10776
10777 GDB 5.1.1 released from 5.1 branch.
10778 * NEWS: Add 5.1.1 news.
10779 * README: Sync with 5.1 branch.
10780
10781 2002-01-23 Fred Fish <fnf@redhat.com>
10782
10783 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10784 stabstring on initial malloc. Reallocing will copy it for us,
10785 if necessary.
10786
10787 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10788
10789 * Makefile.in (hpread_h): Delete.
10790 (HFILES_NO_SRCDIR): Remove hpread.h.
10791 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10792 (hpread.o): Update dependencies.
10793 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10794
10795 * hp-psymtab-read.c: Remove file.
10796 * hp-symtab-read.c: Remove file.
10797 * hpread.h: Remove file.
10798
10799 * hpread.c: Merge all contents of hp-psymtab-read.c,
10800 hp-symtab-read.c and hpread.h into this file, as it was prior to
10801 January 1999.
10802
10803 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10804 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10805 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10806 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10807
10808 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10809
10810 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10811 fill_gregset): Call gdbarch_tdep() just once, assign result to
10812 variable and use that, instead of calling the function several
10813 times.
10814
10815 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10816
10817 * configure.host: Accept sparcv9 as alias for sparc64.
10818 * configure.tgt: Likewise.
10819
10820 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10821
10822 * solib-aix5.c (build_so_list_from_mapfile)
10823 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10824 arguments is not reversed.
10825 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10826 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10827
10828 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10829
10830 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10831 modified version of obsolete sh_fetch_pseudo_register.
10832 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10833 (sh4_register_read): New function.
10834 (sh_pseudo_register_write): New function. Renamed and modified
10835 version of obsolete sh_store_pseudo_register.
10836 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10837 (sh4_register_write): New function.
10838 (sh_gdbarch_init): Remove setting of gdbarch function
10839 fetch_pseudo_register and store_pseudo_register. Remove setting of
10840 register_convert_to_raw, register_convert_to_virtual,
10841 register_convertible.
10842 (sh_sh4_register_convertible): Delete. No longer needed. All is
10843 taken care by architecture specific functions
10844 register_read/register_write.
10845 (sh_sh4_register_convert_to_virtual): Make static.
10846 (sh_sh4_register_convert_to_raw): Ditto.
10847
10848 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10849
10850 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10851 (floatformat_is_nan, floatformat_mantissa): Ditto.
10852
10853 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10854 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10855 builtin_type_ieee_double_little,
10856 builtin_type_ieee_double_littlebyte_bigword,
10857 builtin_type_m68881_ext, builtin_type_i960_ext,
10858 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10859 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10860 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10861 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10862
10863 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10864
10865 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10866 parameter. Set frameless flag if it exists and depended of
10867 whether the scanned function is frameless or not.
10868 (xstormy16_skip_prologue): If function is frameless, return
10869 result of xstormy16_scan_prologue().
10870 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10871 call.
10872
10873 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10874
10875 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10876 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10877 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10878 sh_sh4_register_byte, sh_sh4_register_raw_size,
10879 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10880 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10881 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10882 sh_store_pseudo_register, sh_do_pseudo_register): Call
10883 gdbarch_tdep() just once, assign result to variable and use that,
10884 instead of calling the function several times.
10885
10886 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10887
10888 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10889 macros instead of LAST_FPU_CTRL_REGNUM.
10890 (store_register): Likewise.
10891
10892 2002-01-21 Jim Blandy <jimb@redhat.com>
10893
10894 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10895 is up-to-date before running the program, not just when a program
10896 exits.
10897
10898 2002-01-21 Fred Fish <fnf@redhat.com>
10899
10900 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10901 when we have found all instructions we are looking for.
10902
10903 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10904
10905 * arm-tdep.c (arm_register_name): New function.
10906 (arm_registers_names): Make static.
10907 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10908 (arm_register_name): Declare.
10909 (REGISTER_NAME): Use it.
10910
10911 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10912 Kevin Buettner <kevinb@redhat.com>
10913
10914 Convert arm targets to new FRAME interface.
10915 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10916 (arm_frame_find_save_regs): Delete.
10917 (arm_frame_init_saved_regs): New.
10918 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10919 Allocate extra_info as required. Convert all uses of fsr.regs
10920 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10921 to use extra_info.
10922 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10923 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10924 (check_prologue_cache, save_prologue_cache): Likewise.
10925 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10926 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10927 (FRAME_FIND_SAVED_REGS): Delete.
10928 (arm_frame_find_saved_regs): Delete prototype.
10929 (arm_frame_init_saved_regs): New prototype.
10930 (FRAME_INIT_SAVED_REGS): Define.
10931
10932 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10933
10934 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10935
10936 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10937
10938 From Jeff Law <law@redhat.com>:
10939 * infttrace.c: Include <sys/pstat.h>.
10940 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10941 exec file if the ttrace equivalent fails.
10942
10943 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10944
10945 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10946 (closeLogFile): Ditto.
10947
10948 2002-01-20 Michael Chastain <mec@shout.net>
10949
10950 * top.c (print_gdb_version): Bump copyright year to 2002.
10951
10952 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10953
10954 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10955 Zannoni and Eli Zaretskii.
10956
10957 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10958
10959 * buildsym.c: Update copyright years.
10960 * c-typeprint.c: Likewise.
10961 * dwarf2read.c: Likewise.
10962 * f-typeprint.c: Likewise.
10963 * gdbtypes.c: Likewise.
10964 * gdbtypes.h: Likewise.
10965 * hp-symtab-read.c: Likewise.
10966 * hpread.c: Likewise.
10967 * mdebugread.c: Likewise.
10968 * p-typeprint.c: Likewise.
10969
10970 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10971
10972 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10973 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10974 byte-order selectable.
10975 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10976 * arch-utils.c: Ditto.
10977 (set_endian): Ditto.
10978 (set_endian_from_file): Ditto.
10979 * gdbserver/low-sim.c (create_inferior): Ditto.
10980 * gdbarch.sh: Ditto.
10981 * gdbarch.h: Re-generate.
10982 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10983 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10984 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10985 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10986 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10987 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10988 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10989 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10990 macro definition.
10991 * config/mips/tm-wince.h: Remove #undef of macro
10992 TARGET_BYTE_ORDER_SELECTABLE.
10993 * config/sh/tm-wince.h: Ditto.
10994
10995 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10996
10997 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10998 member function fields. Add accessor macro
10999 TYPE_FN_FIELD_ARTIFICIAL.
11000 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11001 * c-typeprint.c (c_type_print_base): Skip artificial member
11002 functions.
11003
11004 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11005
11006 * f-typeprint.c: Delete unused function f_type_print_args.
11007 * p-typeprint.c: Delete unused function pascal_type_print_args.
11008
11009 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11010
11011 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11012 comment. Add ``artificial'' to ``union field_location''.
11013
11014 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11015
11016 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11017 * mdebugread.c (parse_symbol): Likewise.
11018 * stabsread.c (define_symbol): Likewise.
11019 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11020 initializing TYPE_FIELD_BITPOS to n (obsolete).
11021 (hpread_doc_function_type): Likewise.
11022 * hpread.c (hpread_function_type): Likewise.
11023
11024 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11025
11026 * configure.in (host_makefile_frag): Only require a host makefile
11027 fragment when a native build.
11028 * configure: Re-generate.
11029
11030 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11031
11032 * doublest.h (floatformat_from_type): Declare.
11033 * doublest.c (floatformat_from_type): New function.
11034 (convert_typed_floating): Use.
11035
11036 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11037 call to function floatformat_from_type.
11038
11039 * gdbarch.sh (IEEE_FLOAT): Delete.
11040 * gdbarch.h, gdbarch.c: Re-generate.
11041 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11042 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11043 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11044 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11045 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11046 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11047 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11048 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11049 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11050 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11051 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11052 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11053
11054 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11055 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11056 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11057 * sh-tdep.c (sh_gdbarch_init): Ditto.
11058 * mips-tdep.c (mips_gdbarch_init): Ditto.
11059 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11060 * cris-tdep.c (cris_gdbarch_init): Ditto.
11061
11062 2002-01-20 Jiri Smid <smid@suse.cz>
11063
11064 * configure.host, configure.tgt: Support x86-64.
11065 * NEWS: Note new target x86-64.
11066
11067 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11068 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11069 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11070 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11071 x86-64-linux-nat.o): Fix dependencies.
11072
11073 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11074
11075 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11076 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11077 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11078 * config/sparc/xm-sun4os4.h: Delete file.
11079 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11080
11081 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11082
11083 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11084 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11085 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11086 * config/i386/i386lynx.mh (XM_FILE): Delete.
11087 * config/rs6000/xm-rs6000ly.h: Delete file.
11088 * config/sparc/xm-sparclynx.h: Delete file.
11089 * config/m68k/xm-m68klynx.h: Delete file.
11090 * config/i386/xm-i386lynx.h: Delete file.
11091 * config/xm-lynx.h: Delete file.
11092 * config/djgpp/fnchange.lst: Update.
11093
11094 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11095
11096 * alpha-tdep.c (alpha_register_byte): New function.
11097 (alpha_register_raw_size): Ditto.
11098 (alpha_register_virtual_size): Ditto.
11099 (alpha_skip_prologue_internal): Renamed from
11100 alpha_skip_prologue.
11101 (alpha_skip_prologue): New version that calls
11102 alpha_skip_prologue_internal.
11103 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11104 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11105 second argument from alpha_skip_prologue.
11106 (REGISTER_BYTE): Use alpha_register_byte.
11107 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11108 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11109 (FRAMELESS_FUNCTION_INVOCATION): Use
11110 generic_frameless_function_invocation_not.
11111 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11112 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11113
11114 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11115
11116 * config/mips/xm-news-mips.h: Delete file.
11117 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11118
11119 * config/m88k/xm-m88k.h: Delete file.
11120 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11121 * config/m88k/xm-delta88v4.h: Ditto.
11122 * config/m88k/xm-delta88.h: Ditto.
11123
11124 * config/alpha/xm-fbsd.h: Delete file.
11125 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11126
11127 * config/sparc/xm-sparc.h: Delete file.
11128 * Makefile.in (xm-sun4os4.h): Delete dependency.
11129 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11130 * config/sparc/xm-sun4os4.h: Ditto.
11131 * config/sparc/xm-linux.h: Ditto.
11132
11133 * config/i386/xm-windows.h: Delete file.
11134
11135 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11136
11137 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11138 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11139
11140 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11141
11142 * alpha-tdep.c (alpha_call_dummy_words): New.
11143 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11144 (CALL_DUMMY_P): Define.
11145 (CALL_DUMMY_WORDS): Define.
11146 (SIZEOF_CALL_DUMMY_WORDS): Define.
11147
11148 2002-01-19 Per Bothner <per@bothner.com>
11149
11150 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11151 isn't NULL, which can happen with some gcj-3.x-produced code.
11152
11153 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11154
11155 * alpha-tdep.c (alpha_register_virtual_type): New function.
11156 (alpha_init_frame_pc_first): Ditto.
11157 (alpha_fix_call_dummy): Ditto.
11158 (alpha_store_struct_return): Ditto.
11159 (alpha_extract_struct_value_address): Ditto.
11160 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11161 alpha_register_virtual_type.
11162 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11163 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11164 alpha_extract_struct_value_address.
11165 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11166 (INIT_FRAME_PC): Use init_frame_pc_noop.
11167 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11168
11169 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11170
11171 * i386gnu-nat.c: Include "i386-tdep.h".
11172 (fetch_fpregs): Simplify code dealing with uninitialized floating
11173 point states such that it doesn't require FP7_REGNUM.
11174
11175 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11176
11177 * alpha-tdep.c (frame_extra_info): New.
11178 (alpha_find_saved_regs): Make static. Use
11179 frame->extra_info.
11180 (alpha_frame_init_saved_regs): New function.
11181 (alpha_frame_saved_pc): Use frame->extra_info.
11182 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11183 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11184 (init_extra_frame_info): Rename to...
11185 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11186 (alpha_print_extra_frame_info): New function.
11187 (alpha_frame_locals_address): Ditto.
11188 (alpha_frame_args_address): Ditto.
11189 (alpha_pop_frame): Use frame->extra_info.
11190 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11191 alpha_frame_args_address.
11192 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11193 (alpha_find_saved_regs): Remove prototype.
11194 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11195 (EXTRA_FRAME_INFO): Remove.
11196 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11197 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11198
11199 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11200
11201 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11202 (alpha_cannot_fetch_register): Ditto.
11203 (alpha_cannot_store_register): Ditto.
11204 (alpha_register_convertible): Ditto.
11205 (alpha_use_struct_convention): Ditto.
11206 * config/alpha/tm-alpha.h: Update copyright years.
11207 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11208 (INNER_THAN): Use core_addr_lessthan.
11209 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11210 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11211 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11212 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11213 (FRAME_CHAIN): Remove unnecessary cast.
11214
11215 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11216
11217 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11218 obsolete.
11219
11220 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11221
11222 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11223 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11224 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11225 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11226 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11227 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11228 * x86-64-linux-nat.c: Ditto.
11229
11230 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11231
11232 * alpha-tdep.c (alpha_register_name): New function.
11233 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11234 (REGISTER_NAME): Define.
11235
11236 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11237
11238 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11239
11240 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11241
11242 * alpha-tdep.c: Update copyright years.
11243 (alpha_next_pc): New function.
11244 (alpha_software_single_step): Ditto.
11245 * config/alpha/tm-alpha.h: Add prototype for
11246 alpha_software_single_step.
11247
11248 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11249
11250 * alphabsd-nat.c: Update copyright years.
11251 (fill_gregset): Use regcache_collect.
11252 (fill_fpregset): Likewise.
11253 (fetch_inferior_registers): Only fetch integer registers
11254 if requested to do so.
11255 (store_inferior_registers): Only store integer registers
11256 if requested to do so.
11257
11258 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11259
11260 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11261 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11262 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11263 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11264 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11265 * config/arm/linux.mh (XDEPFILES): Delete.
11266 * config/arm/nbsd.mh (XDEPFILES): Delete.
11267 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11268 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11269 * config/i386/i386m3.mh (XDEPFILES): Delete.
11270 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11271 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11272 * config/i386/fbsd.mh (XDEPFILES): Delete.
11273 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11274 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11275 * config/i386/i386v4.mh (XDEPFILES): Delete.
11276 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11277 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11278 * config/i386/i386aix.mh (XDEPFILES): Delete.
11279 * config/i386/go32.mh (XDEPFILES): Delete.
11280 * config/i386/cygwin.mh (XDEPFILES): Delete.
11281 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11282 * config/i386/i386mach.mh (XDEPFILES): Delete.
11283 * config/i386/i386v32.mh (XDEPFILES): Delete.
11284 * config/i386/linux.mh (XDEPFILES): Delete.
11285 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11286 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11287 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11288 * config/i386/i386sco.mh (XDEPFILES): Delete.
11289 * config/i386/i386v.mh (XDEPFILES): Delete.
11290 * config/i386/nbsd.mh (XDEPFILES): Delete.
11291 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11292 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11293 * config/i386/symmetry.mh (XDEPFILES): Delete.
11294 * config/i386/obsd.mh (XDEPFILES): Delete.
11295 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11296 * config/ia64/linux.mh (XDEPFILES): Delete.
11297 * config/ia64/aix.mh (XDEPFILES): Delete.
11298 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11299 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11300 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11301 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11302 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11303 * config/m68k/linux.mh (XDEPFILES): Delete.
11304 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11305 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11306 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11307 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11308 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11309 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11310 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11311 * config/m88k/delta88.mh (XDEPFILES): Delete.
11312 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11313 * config/m88k/m88k.mh (XDEPFILES): Delete.
11314 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11315 * config/mips/linux.mh (XDEPFILES): Delete.
11316 * config/mips/irix6.mh (XDEPFILES): Delete.
11317 * config/mips/irix5.mh (XDEPFILES): Delete.
11318 * config/mips/irix4.mh (XDEPFILES): Delete.
11319 * config/mips/irix3.mh (XDEPFILES): Delete.
11320 * config/mips/decstation.mh (XDEPFILES): Delete.
11321 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11322 (NATDEPFILES): Move core-aout.o to here.
11323 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11324 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11325 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11326 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11327 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11328 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11329 * config/pa/hpux11.mh (XDEPFILES): Delete.
11330 * config/powerpc/aix.mh (XDEPFILES): Delete.
11331 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11332 * config/powerpc/linux.mh (XDEPFILES): Delete.
11333 * config/romp/rtbsd.mh: Rename XDEPFILES.
11334 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11335 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11336 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11337 * config/s390/s390.mh (XDEPFILES): Delete.
11338 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11339 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11340 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11341 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11342 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11343 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11344 * config/sparc/linux.mh (XDEPFILES): Delete.
11345 * config/vax/vaxult.mh (XDEPFILES): Delete.
11346 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11347 * Makefile.in (DEPFILES): Remove XDEPFILES.
11348
11349 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11350
11351 * utils.c (internal_verror): Fix comments, default is yes not no.
11352 Update queries to match. Default to quit and dump core.
11353
11354 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11355
11356 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11357 copyright.
11358 * defs.h, event-top.c, gdbcmd.h: Ditto.
11359 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11360 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11361 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11362 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11363 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11364 * mi/mi-main.c:Ditto.
11365
11366 * stack.c, symfile.c: Update copyright.
11367
11368 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11369
11370 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11371 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11372 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11373 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11374
11375 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11376
11377 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11378 * gdbserver/low-lynx.c (myattach): Likewise.
11379 * gdbserver/low-nbsd.c (myattach): Likewise.
11380 * gdbserver/low-sim.c (myattach): Likewise.
11381 * gdbserver/low-sparc.c (myattach): Likewise.
11382 * gdbserver/low-sun3.c (myattach): Likewise.
11383
11384 * gdbserver/low-linux.c (myattach): New function.
11385
11386 * gdbserver/server.c (attach_inferior): New function.
11387 (main): Handle "--attach".
11388
11389 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11390
11391 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11392 maintainer.
11393
11394 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11395
11396 * c-typeprint.c (is_type_conversion_operator): Add additional
11397 check for non-conversion operators.
11398
11399 2002-01-15 Michael Snyder <msnyder@redhat.com>
11400
11401 * linux-proc.c: Add "info proc" command, a la procfs.c.
11402 (read_mapping): New function, abstract and re-use code.
11403 (linux_find_memory_regions): Use new func read_mapping.
11404 (linux_info_proc_cmd): New function, implement "info proc".
11405 (_initialize_linux_proc): Add new command "info proc".
11406
11407 2002-01-15 Michael Snyder <msnyder@redhat.com>
11408
11409 * symfile.c (generic_load): Use bfd_map_over_sections method
11410 instead of manipulating bfd structure members directly.
11411 (add_section_size_callback): New function, bfd sections callback
11412 used by generic_load.
11413 (load_sections_callback): New function, bfd sections callback
11414 used by generic_load.
11415
11416 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11417
11418 [Based on work by Jim Blandy]
11419 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11420 (builtin_type_vec128): Export.
11421 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11422 types.
11423 (builtin_type_vec128): New builtin type for 128 bit vector
11424 registers.
11425 (build_gdbtypes): Initialize builtin_type_v16qi and
11426 builtin_type_v8hi. Create the vec128 register builtin type
11427 structure.
11428 (build_builtin_type_vec128): New function.
11429 (_initialize_gdbtypes): Register builtin_type_v16qi and
11430 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11431 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11432 AltiVec register to new builtin type.
11433
11434 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11435
11436 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11437 to make_cv_type.
11438
11439 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11440
11441 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11442 CLEAN_UP_REGISTER_VALUE.
11443 * regcache.c (supply_register): Update only call.
11444
11445 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11446
11447 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11448 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11449 a29k-*-vxworks* targets as obsolete.
11450
11451 2002-01-14 Michael Snyder <msnyder@redhat.com>
11452
11453 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11454 until we can resolve portability issues.
11455 * gregset.h: Remove references to fpxregs.
11456 * gcore.c (gcore_command): Initialize note_sec to NULL.
11457
11458 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11459
11460 * signals.c (target_signal_to_name): Rewrite. Only use
11461 signals[].name when in bounds and non-NULL.
11462
11463 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11464
11465 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11466 * signals.c (target_signal_to_name): Verify that SIG is within the
11467 bounds of the signals array.
11468
11469 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11470
11471 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11472
11473 2002-01-13 Keith Seitz <keiths@redhat.com>
11474
11475 * stack.c (print_frame_info_base): Print the frame's pc
11476 only if when print_frame_info_listing_hook is not defined.
11477
11478 2002-01-13 Keith Seitz <keiths@redhat.com>
11479
11480 * varobj.c (varobj_set_value): Make sure that there were no
11481 errors evaluating the object before attempting to set its
11482 value.
11483 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11484 so this offset adjustment is no longer necessary.
11485 (create_child): Don't set the error flag if the child is
11486 a CPLUS_FAKE_CHILD.
11487 (value_of_child): If value_fetch_lazy fails, return NULL
11488 so that callers will be notified that an error occurred.
11489 (c_value_of_variable): Delay check of variable's validity
11490 until later. We actually want all structs and unions to have
11491 the value "{...}".
11492 Do not return "???" for variables which could not be evaluated.
11493 This error condition must be returned to the caller so that it
11494 can get the error condition from gdb.
11495 (cplus_name_of_child): Adjust index for vptr before figuring
11496 out the name of the child.
11497 (cplus_value_of_child): If a child's (real) parent is not valid,
11498 don't even bother trying to give a value for it. Just return
11499 an error. Change all instances in this function.
11500 (cplus_type_of_child): If our parent is one of the "fake"
11501 parents, we need to get at the type of the real parent, and
11502 derive the child's true type using this information.
11503
11504 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11505
11506 From 2002-01-09 John Marshall <johnm@falch.net>:
11507 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11508 sources.redhat.com, and tweak some related URLs which had
11509 suffered from linkrot.
11510
11511 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11512
11513 From Jeff law:
11514 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11515 structures passed in registers.
11516
11517 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11518
11519 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11520 white space which prevented compilation. Reported by DSK
11521 <dsk@student.unsw.edu.au>.
11522
11523 2002-01-11 Michael Snyder <msnyder@redhat.com>
11524
11525 * symfile.c (build_section_addr_info_from_section_tab):
11526 Use bfd access method instead of manipulating bfd directly.
11527 (syms_from_objfile): Ditto.
11528 (simple_overlay_update_1): Ditto.
11529 (simple_overlay_update): Ditto.
11530 (generic_load): Ditto.
11531 (overlay_unmapped_address): FIXME comment, bfd access methods.
11532 (sections_overlap): FIXME comment, bfd access methods.
11533 (pc_in_mapped_range): FIXME comment, bfd access methods.
11534 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11535 (section_is_mapped): FIXME comment, bfd access methods.
11536 (section_is_overlay): FIXME comment, bfd access methods.
11537
11538 * symfile.c (generic_load): Whitespace and long line cleanups.
11539 Remove duplicate variable, change several local variables to
11540 more appropriate data types.
11541 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11542
11543 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11544
11545 From Peter Schauer:
11546 * language.c (longest_local_hex_string_custom): Use phex_nz to
11547 convert NUM to a hex string.
11548
11549 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11550
11551 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11552 the function.
11553 Update Copyright year.
11554
11555 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11556
11557 * language.c (longest_raw_hex_string): Delete unused function.
11558
11559 2002-01-11 Petr Sorfa <petrs@caldera.com>
11560
11561 * MAINTAINERS (write-after-approval): Add myself.
11562 * dwarf2read.c (read_tag_string_type): Handling of
11563 DW_AT_byte_size.
11564 (read_tag_string_type): FORTRAN fix to prevent propagation of
11565 first string size.
11566 (set_cu_language): Handling of DW_LANG_Fortran95
11567
11568 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11569
11570 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11571 GETPID(inferior_ptid).
11572 (store_inferior_registers): Likewise.
11573
11574 2002-01-10 Jason Merrill <jason@redhat.com>
11575
11576 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11577 Fix DW_OP_minus.
11578
11579 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11580
11581 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11582 and bfd/elf32-sh-nbsd.c.
11583
11584 2002-01-10 Michael Snyder <msnyder@redhat.com>
11585
11586 * NEWS: Mention --pid and corefile/proc-id behavior change.
11587
11588 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11589 * gcore.c: Include cli/cli-decode.h instead of command.h.
11590
11591 * main.c (captured_main): Add new command line option "--pid".
11592 If the second command line argument (following the symbol-file)
11593 begins with a digit, try to attach to it before trying to open
11594 it as a corefile.
11595 (print_gdb_help): Document the "--pid" argument.
11596
11597 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11598
11599 * completer.c (command_completer): New function.
11600
11601 * completer.h <command_completer>: Add prototype.
11602
11603 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11604 completer for the "help" command.
11605
11606 2002-01-09 Jason Merrill <jason@redhat.com>
11607
11608 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11609
11610 2002-01-09 Michael Snyder <msnyder@redhat.com>
11611
11612 * i386-linux-nat.c (fill_fpxregset): Make global.
11613 (store_fpxregset): Ditto.
11614
11615 * gregset.h (gdb_fpxregset_t): Define.
11616 (supply_fpxregset): Prototype.
11617 (fill_fpxregset): Prototype.
11618
11619 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11620
11621 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11622
11623 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11624 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11625 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11626
11627 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11628
11629 * MAINTAINERS: Update target maintainer rules so that any
11630 Maintainer can approve a tested patch for a maintenance-only
11631 target.
11632
11633 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11634
11635 * MAINTAINERS (write-after-approval): Add myself.
11636
11637 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11638 IN_SIGTRAMP.
11639
11640 2002-01-08 Michael Snyder <msnyder@redhat.com>
11641
11642 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11643 real name of the executable, rather than the /proc name.
11644
11645 2002-01-03 Michael Snyder <msnyder@redhat.com>
11646
11647 Implement a "generate-core-file" command in gdb, save target state.
11648 * gcore.c: New file. Implement new command 'generate-core-file'.
11649 Save a corefile image of the current state of the inferior.
11650 * linux-proc.c: Add linux-specific code for saving corefiles.
11651 * target.h (struct target_ops): Add new target vectors for saving
11652 corefiles; to_find_memory_regions and to_make_corefile_notes.
11653 (target_find_memory_regions): New macro.
11654 (target_make_corefile_notes): New macro.
11655 * target.c (update_current_target): Inherit new target methods.
11656 (dummy_find_memory_regions): New place-holder method.
11657 (dummy_make_corefile_notes): New place-holder method.
11658 (init_dummy_target): Initialize new dummy target vectors.
11659 * exec.c (exec_set_find_memory_regions): New function.
11660 Allow the exec_ops vector for memory regions to be taken over.
11661 (exec_make_note_section): New function, target vector method.
11662 * defs.h (exec_set_find_memory_regions): Export prototype.
11663 * procfs.c (proc_find_memory_regions): New function, corefile method.
11664 (procfs_make_note_section): New function, corefile method.
11665 (init_procfs_ops): Set new target vector pointers.
11666 (find_memory_regions_callback): New function.
11667 (procfs_do_thread_registers): New function.
11668 (procfs_corefile_thread_callback): New function.
11669 * sol-thread.c (sol_find_memory_regions): New function.
11670 (sol_make_note_section): New function.
11671 (init_sol_thread_ops): Initialize new target vectors.
11672 * inftarg.c (inftarg_set_find_memory_regions): New function.
11673 Allow to_find_memory_regions vector to be taken over.
11674 (inftarg_set_make_corefile_notes): New function.
11675 Allow to_make_corefile_notes vector to be taken over.
11676 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11677 interface layer if not target_has_execution (may be a corefile).
11678 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11679 * config/sparc/sun4sol2.mh: Ditto.
11680 * config/alpha/alpha-linux.mh: Ditto.
11681 * config/arm/linux.mh: Ditto.
11682 * config/i386/x86-64linux.mh: Ditto.
11683 * config/ia64/linux.mh: Ditto.
11684 * config/m68k/linux.mh: Ditto.
11685 * config/mips/linux.mh: Ditto.
11686 * config/powerpc/linux.mh: Ditto.
11687 * config/sparc/linux.mh: Ditto.
11688
11689 2002-01-07 Michael Snyder <msnyder@redhat.com>
11690
11691 * arm-linux-nat.c: Remove references to regcache.c internal data
11692 (registers[] and register_valid[]).
11693
11694 2002-01-07 Michael Snyder <msnyder@redhat.com>
11695
11696 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11697 so that attaching to a pid will automatically read the process's
11698 symbol file and shlibs.
11699 * Makefile.in: Add rule for linux-proc.o.
11700 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11701 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11702 * config/arm/linux.mh: Ditto.
11703 * config/i386/linux.mh: Ditto.
11704 * config/i386/x86-64linux.mh: Ditto.
11705 * config/ia64/linux.mh: Ditto.
11706 * config/m68k/linux.mh: Ditto.
11707 * config/mips/linux.mh: Ditto.
11708 * config/powerpc/linux.mh: Ditto.
11709 * config/sparc/linux.mh: Ditto.
11710
11711 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11712
11713 * win32-nat.c: Add i386-tdep.h dependency.
11714
11715 2002-01-07 Michael Snyder <msnyder@redhat.com>
11716
11717 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11718 instead of bfd_get_arch_size. Don't bail out just because
11719 there's no exec_bfd.
11720
11721 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11722 * p-valprint.c (pascal_object_print_value): Ditto.
11723 * somread.c (som_symtab_read): Ditto.
11724 * symfile.c (simple_free_overlay_region_table): Ditto.
11725 * valops.c (value_assign): Ditto.
11726
11727 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11728 use tilde_expand and strerror for opening save-tracepoints file.
11729
11730 * thread-db.c (thread_db_new_objfile): Indendation fix.
11731
11732 * infptrace.c (GDB_MAX_ALLOCA): New define.
11733 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11734 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11735 can be overridden with whatever value is appropriate to the host).
11736 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11737 alloca to allocate potentially large buffer.
11738 * rs6000-nat.c (child_xfer_memory): Ditto.
11739 * symm-nat.c (child_xfer_memory): Ditto.
11740 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11741
11742 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11743
11744 From Nick Clifton <nickc@redhat.com>
11745 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11746
11747 2002-01-07 Michael Snyder <msnyder@redhat.com>
11748
11749 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11750 Don't use exec_bfd if it's NULL.
11751
11752 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11753
11754 * valops.c (value_arg_coerce): Fix formatting.
11755
11756 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11757
11758 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11759 * gnu-nat.c: Ditto.
11760
11761 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11762
11763 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11764 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11765 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11766 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11767 z8k-coff have not been multi-arched. Update z8k-coff build
11768 status.
11769
11770 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11771
11772 * MAINTAINERS: Mark a29k target as obsolete.
11773 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11774 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11775 comments.
11776 * NEWS: Note that a29k targets are obsolete.
11777 * a29k-tdep.c: Mark as obsolete.
11778 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11779 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11780 a29k-*-vxworks* targets as obsolete.
11781 * remote-adapt.c: Obsolete.
11782 * remote-eb.c: Obsolete.
11783 * remote-mm.c: Obsolete.
11784 * remote-udi.c: Obsolete.
11785 * config/a29k/a29k-udi.mt: Obsolete.
11786 * config/a29k/a29k.mt: Obsolete.
11787 * config/a29k/tm-a29k.h: Obsolete.
11788 * config/a29k/tm-vx29k.h: Obsolete.
11789 * config/a29k/vx29k.mt: Obsolete.
11790
11791 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11792
11793 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11794 with BFD_ENDIAN_BIG.
11795
11796 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11797
11798 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11799 * configure, config.in: Re-generate.
11800 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11801 * defs.h: Do not include <endian.h>.
11802
11803 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11804
11805 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11806 * config.in: Regenerate.
11807 * configure.in: Update copyright years.
11808 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11809 * configure: Regenerate.
11810 * i386bsd-nat.c: Update copyright years.
11811 (fill_gregset): Use regcache_collect.
11812 (fetch_inferior_registers): Only fetch integer registers
11813 if requested to do so. Add support for XMM registers
11814 using PT_GETXMMREGS.
11815 (store_inferior_registers): Only store integer registers
11816 if requested to do so. Add support for XMM registers
11817 using PT_SETXMMREGS.
11818 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11819 (store_inferior_registers): Remove.
11820 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11821 (fetch_elfcore_registers): New function.
11822 (i386nbsd_elfcore_fns): New.
11823 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11824 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11825 i386bsd-nat.o.
11826 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11827 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11828 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11829 * config/i386/tm-nbsd.h: Update copyright years.
11830 (HAVE_SSE_REGS): Define.
11831 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11832 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11833 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11834 (SIGCONTEXT_PC_OFFSET): Remove.
11835 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11836
11837 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11838
11839 * configure.tgt: Remove powerpc-*-macos* target.
11840 * config/m68k/xm-mpw.h: Delete file.
11841 * config/xm-mpw.h: Delete file.
11842 * ser-mac.c: Delete file.
11843 * mpw-make.sed: Delete file.
11844 * mpw-config.in: Delete file.
11845 * mac-xdep.c: Delete file.
11846 * mac-gdb.r: Delete file.
11847 * mac-defs.h: Delete file.
11848 * mac-nat.c: Delete file.
11849 * config/powerpc/macos.mh: Delete file.
11850 * config/powerpc/macos.mt: Delete file.
11851 * config/powerpc/nm-macos.h: Delete file.
11852 * config/powerpc/tm-macos.h: Delete file.
11853 * source.c (openp, open_source_file): Remove obsolete code.
11854 * top.c (gdb_readline): Ditto.
11855 * utils.c (query): Ditto.
11856 * event-top.c (display_gdb_prompt): Ditto.
11857 * Makefile.in (ser-mac.o): Delete obsolete target.
11858 * NEWS: Update.
11859
11860 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11861
11862 * defs.h (BIG_ENDIAN): Delete macro definition.
11863 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11864 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11865 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11866 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11867 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11868 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11869 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11870 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11871 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11872 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11873 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11874 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11875 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11876 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11877 * gdbarch.c: Re-generate.
11878
11879 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11880
11881 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11882 for core files.
11883
11884 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11885
11886 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11887
11888 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11889
11890 * value.h (value_ptr): Delete typedef.
11891
11892 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11893
11894 * i386nbsd-nat.c: Update copyright years.
11895 Include i386-tdep.h.
11896
11897 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11898
11899 * stabsread.c: Update copyright years.
11900
11901 From Debashis Mahata <debashis.mahata@wipro.com>:
11902 (read_struct_fields): Deal with Sun C compiler erroneous stab
11903 output for structs and unions.
11904 Fix PR gdb/269.
11905
11906 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11907
11908 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11909 prototype.
11910
11911 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11912
11913 * cp-abi.c: Fix whitespace.
11914 (baseclass_offset): New wrapper function.
11915 * cp-abi.h (baseclass_offset): Add prototype.
11916 (struct cp_abi_ops): Add baseclass_offset pointer.
11917
11918 * valops.c (vb_match): Move to...
11919 * gnu-v2-abi.c (vb_match): here.
11920 * valops.c (baseclass_offset): Move to...
11921 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11922
11923 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11924
11925 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11926 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11927 * hpacc-abi.c (init_hpacc_ops): Likewise.
11928
11929 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * valops.c (find_overload_match): Accept obj as a
11932 reference parameter. Update it before returning.
11933 * value.h (find_overload_match): Update prototype.
11934 * eval.c (evaluate_subexp_standard): Pass object to
11935 find_overload_match by reference.
11936
11937 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11938
11939 * valarith.c: Replace value_ptr with struct value pointer. Remove
11940 register attribute from value declarations.
11941 * valops.c: Ditto.
11942 * value.h: Ditto.
11943 * scm-lang.c (scm_lookup_name): Ditto.
11944
11945 2002-01-03 Michael Snyder <msnyder@redhat.com>
11946
11947 Abstract the functionality of iterating over mapped memory
11948 regions into a general purpose iterator function.
11949 * procfs.c (iterate_over_mappings): New function, general purpose
11950 iterator for memory sections.
11951 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11952 (solib_mappings_callback): New function, callback for above.
11953 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11954 (info_mappings_callback): New function, callback for above.
11955
11956 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11957
11958 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11959
11960 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11961 * i386-tdep.c: Include "elf-bfd.h".
11962 (process_note_abi_tag_sections): New function.
11963 (i386_gdbarch_init): Add code to recognize various OS/ABI
11964 combinations.
11965
11966 * maint.c (_initialize_maint_cmds): Add missing \ in
11967 string-literal.
11968
11969 For older changes see ChangeLog-2001
11970 \f
11971 Local Variables:
11972 mode: change-log
11973 left-margin: 8
11974 fill-column: 74
11975 version-control: never
11976 End: