2002-10-09 David Carlton <carlton@math.stanford.edu>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-09 David Carlton <carlton@math.stanford.edu>
2
3 * symfile.h: Add opaque declaration for struct obstack.
4 Declare obsavestring to take a const char *.
5 * symfile.c (obsavestring): Make first argument a const char *.
6
7 2002-10-16 Adam Fedor <fedor@gnu.org>
8
9 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
10 names when matching breakpoints in current file.
11
12 2002-10-16 Kevin Buettner <kevinb@redhat.com>
13
14 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
15 (read_tag_pointer_type): Add address class support.
16 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
17 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
18 New methods.
19 * gdbarch.h, gdbarch.c: Regenerate.
20 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
21 (make_type_with_address_space, recursive_type_dump): Add address
22 class support.
23 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
24 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
25 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
26
27 2002-10-16 Klee Dienes <kdienes@apple.com>
28
29 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
30 to get the last character of a char[] buffer, not
31 name[sizeof(vptr_name)-1].
32
33 2002-10-14 Adam Fedor <fedor@gnu.org>
34
35 * symtab.h: New objc_specific struct.
36 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
37 (SYMBOL_DEMANGLED_NAME): Likewise.
38
39 2002-10-14 Adam Fedor <fedor@gnu.org>
40
41 * symfile.c (init_filename_language_table): Add ObjC file extension.
42
43 2002-10-14 Adam Fedor <fedor@gnu.org>
44
45 * utils.c (puts_filtered_tabular): New function.
46 (fprintf_symbol_filtered): Get ObjC demangled name.
47 * defs.h (puts_filtered_tabular): Declared.
48
49 2002-10-14 Kevin Buettner <kevinb@redhat.com>
50
51 * c-lang.h (c_type_print_varspec_prefix): Delete.
52 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
53 ``need_post_space'' parameter. Adjust all callers.
54
55 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
56
57 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
58 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
59 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
60 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
61
62 2002-10-13 Adam Fedor <fedor@gnu.org>
63
64 * source.c (print_source_lines): Update comments.
65
66 2002-10-13 Adam Fedor <fedor@gnu.org>
67
68 * valops.c (value_of_local): New function.
69 (value_of_this): Use it.
70 * value.h (value_of_local): Declared.
71
72 2002-10-13 Adam Fedor <fedor@gnu.org>
73
74 * parse.c: (length_of_subexp, prefixify_subexp): Handle
75 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
76
77 2002-10-12 Adam Fedor <fedor@gnu.org>
78
79 * language.c (binop_result_type): Add language_objc to case.
80 (integral_type): Likewise.
81 (character_type): Likewise.
82 (string_type): Likewise.
83 (boolean_type): Likewise.
84 (structured_type): Likewise.
85 (binop_type_check): Likewise.
86
87 2002-10-11 Adam Fedor <fedor@gnu.org>
88
89 * printcmd.c (address_info): Print 'self' for ObjC.
90
91 2002-10-11 Adam Fedor <fedor@gnu.org>
92
93 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
94 OP_SELF.
95
96 2002-10-11 Adam Fedor <fedor@gnu.org>
97
98 * language.h (CAST_IS_CONVERSION): Add language_objc.
99
100 2002-10-11 Adam Fedor <fedor@gnu.org>
101
102 * defs.h (enum language): Add language_objc.
103
104 2002-10-11 Klee Dienes <kdienes@apple.com>
105
106 * findvar.c (read_memory_typed_address): New function.
107 * gdbcore.h (read_memory_typed_address): Add prototype.
108 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
109 to read a value destined for a CORE_ADDR, not read_memory_integer.
110 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
111 (f77_get_dynamic_lowerbound): Ditto.
112
113 2002-10-11 Martin M. Hunt <hunt@redhat.com>
114
115 * utils.c (string_to_core_addr): After turning string into
116 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
117 which will do necessary sign-extension, etc.
118
119 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
120
121 * c-exp.y (THIS): Delete token and grammar rule.
122 (yylex): Don't return THIS.
123 * cp-valprint.c (vtbl_ptr_name_old): Delete.
124 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
125 * demangle.c (cplus_markers): Update comment. Put '$'
126 first. Remove CPLUS_MARKER.
127 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
128 * jv-exp.y (THIS): Delete token and grammar rule.
129 (yylex): Don't return THIS.
130 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
131 * objc-exp.y (THIS): Delete token and grammar rule.
132 (yylex): Don't return THIS.
133 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
134 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
135 (read_member_functions): Likewise for opname.
136 (read_tilde_fields): Use is_cplus_marker.
137
138 * defs.h (CPLUS_MARKER): Don't define.
139 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
140 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
141 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
142 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
143 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
144
145 * config/i386/tm-i386v4.h: Delete file.
146 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
147 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
148 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
149 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
150 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
151 * config/i386/i386sco5.mt (TM_FILE): Likewise.
152 * config/i386/i386v4.mt (TM_FILE): Likewise.
153 * config/i386/ncr3000.mt (TM_FILE): Likewise.
154
155 2002-10-10 Marko Mlinar <markom@opencores.org>
156
157 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
158 accidentially not commited 2002-10-09
159 * gdbarch.h, gdbarch.c: Re-generate.
160
161 2002-10-09 Marko Mlinar <markom@opencores.org>
162
163 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
164 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
165 * gdbarch.h, gdbarch.c: Re-generate.
166
167 2002-10-08 Petr Sorfa <petrs@caldera.com>
168
169 Revised and re-submitted by John Wolfe <jlw@caldera.com>
170
171 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
172 so we can work on more than one compilation unit at a time. This
173 helps prepare GDB to handle inter-CU die references.
174 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
175 the code to be defined before struct comp_unit_head.
176 (comp_unit_head): Added new members - offset, cu_head,
177 begin_die, next and dwarf2_abbrevs.
178 (dwarf2_abbrevs): Removed single static var; now member of
179 struct comp_unit_head.
180 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
181 members.
182 (psymtab_to_symtab_1): Changed to work with the new
183 struct comp_unit_head.
184 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
185 constructs the dwarf2_abbrevs[] inside the cu_header.
186 (dwarf2_empty_abbrev_table): Now expects a ptr to a
187 dwarf2_abbrev table to clean up.
188 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
189 handling of dwarf2_abbrevs inside the cu_header.
190 (read_partial_die): Now supports the call to the new
191 dwarf2_lookup_abbrev.
192 (read_full_die): Now supports the call to the new
193 dwarf2_lookup_abbrev.
194
195 2002-10-06 Christopher Faylor <cgf@redhat.com>
196
197 * Makefile.in (install-gdbtk): Add missing continuation backslash to
198 insure that shell variables, such as "transformed_name" are propagated
199 to later shell statements in rule.
200
201 2002-10-06 Mark Kettenis <kettenis@gnu.org>
202
203 * config/i386/nm-i386sco.h: Add protection against
204 multiple-inclusion. Include "i386/nm-i386v.h".
205 (REGISTER_U_ADDR): Remove define.
206 (i386_register_u_addr): Remove prototype.
207
208 2002-10-04 Michael Snyder <msnyder@redhat.com>
209
210 * m32r-stub.c (handle_exception): Make sure exception is "trap"
211 before treating it as a single-step event.
212
213 2002-10-03 Adam Fedor <fedor@gnu.org>
214
215 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
216 (objc_demangle): Remove assignment in if statements, Replace
217 free with xfree.
218 (add_msglist): Likewise.
219 (end_msglist): Likewise.
220 (complare_selectors): Likewise.
221 (selectors_info): Likewise.
222 (compare_classes): Likewise.
223 (classes_info): Likewise.
224 (print_object_command): Likewise.
225 (find_objc_msgcall_submethod): Replace PTR with void *.
226 * objc-lang.h: Remove check for __STDC__.
227
228 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
229
230 * ui-out.h (ui_out_field_fmt_int): New prototype.
231 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
232 of field width and alignment.
233 * stack.c (print_frame_info_base): When printing frame level, use
234 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
235 PR gdb/192
236
237 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
238
239 * MAINTAINERS: Add self to Write After Approval list.
240
241 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
242
243 * infcmd.c (interrupt_target_command_wrapper): Delete.
244 (interrupt_target_command): Make non static.
245 (nofp_registers_info): Make static.
246 * stack.c (return_command_wrapper): Delete.
247 (return_command): Make non static.
248
249 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
250
251 * event-top.c (gdb_setup_readline): New function. Code moved from
252 _initialize_event_loop().
253 (_initialize_event_loop): Call gdb_setup_readline().
254
255 2002-10-02 Andrew Cagney <ac131313@redhat.com>
256
257 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
258 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
259 * gdbarch.h, gdbarch.c: Re-generate.
260
261 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
262
263 Fix PR gdb/778
264 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
265 before recursing.
266 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
267 of fill_in_vptr_fieldno.
268
269 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
270
271 * inferior.h (registers_info, stepi_command, nexti_command,
272 continue_command, interrupt_target_command): Export from infcmd.c.
273 * frame.h (args_info, selected_frame_level_changed_hook,
274 return_command): Export from stack.c.
275 * v850ice.c (stepi_command, nexti_command, continue_command): use
276 prototypes from inferior.h.
277 * tracepoint.c (registers_info, args_info, locals_info): Use
278 prototypes from frame.h and inferior.h.
279 * Makefile.in (mi-main.o): Add dependency on frame.h.
280
281 2002-10-02 Andrew Cagney <ac131313@redhat.com>
282
283 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
284 value in register 3 adjusted by ppc_gp0_regnum.
285
286 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
287
288 2002-10-02 Marko Mlinar <markom@opencores.org>
289
290 * MAINTAINERS: Add myself to the Write After Approval list.
291
292 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
293
294 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
295 of the section for the N64 ABI, fixed.
296
297 * config/mips/tm-irix6.h: Include solib.h.
298
299 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
300
301 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
302 GNU operators.
303
304 2002-10-01 Andrew Cagney <ac131313@redhat.com>
305
306 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
307 and that "mi0" syntax has been removed.
308
309 2002-09-30 David Carlton <carlton@math.stanford.edu>
310
311 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
312 * ppc-sysv-tdep.c: #include "gdb_string.h".
313 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
314 pacify GCC.
315
316 2002-10-01 Andrew Cagney <ac131313@redhat.com>
317
318 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
319 "vrsave"'s register number.
320
321 2002-09-30 Andrew Cagney <ac131313@redhat.com>
322
323 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
324 use frame_unwind_signed_register to obtain the PC.
325 (mips_frame_chain): Handle a generic dummy frame.
326 (mips_init_extra_frame_info): When a generic dummy frame, don't
327 re-compute the frame base.
328 (mips_pop_frame): Handle generic dummy frames.
329 (mips_gdbarch_init): When generic dummy frames, set
330 use_generic_dummy_frames, push_dummy_frame to
331 generic_push_dummy_frame, pc_in_call_dummy to
332 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
333 generic_save_dummy_frame_tos.
334
335 2002-09-30 Andrew Cagney <ac131313@redhat.com>
336
337 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
338 against TOP when TOP was explictly set.
339 (generic_push_dummy_frame): Set TOP to zero.
340
341 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
342
343 * event-loop.c (start_event_loop): Rename variable 'result' to
344 'gdb_result', to avoid conflicts with upcoming intepreters changes.
345
346 2002-09-30 Keith Seitz <keiths@redhat.com>
347
348 * gdb-events.sh (selected_thread_changed): New event.
349 * gdb-events.c: Regenerated.
350 * gdb-events.h: Regenerated.
351
352 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
353
354 * MAINTAINERS: Add self to Write After Approval list.
355
356 2002-09-30 Fernando Nasser <fnasser@redhat.com>
357
358 * disasm.c: New file.
359 * disasm.h: New file.
360 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
361 (compare_lines): Ditto.
362 (dump_insns): Ditto.
363 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
364 argument.
365 (do_assembly_only): Ditto.
366 (do_disassembly): Renamed to gdb_disassembly and moved to
367 disasm.c. Sdded uiout argument.
368 * Makefile.in: Add new files. Reorder SFILES list. Update
369 dependencies. Include libgdb.a later in the insight executable.
370
371 2002-09-29 Andrew Cagney <ac131313@redhat.com>
372
373 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
374 bfd/elf64-alpha-fbsd.c.
375
376 2002-09-29 Andrew Cagney <ac131313@redhat.com>
377
378 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
379 i386gnu-tdep.c.
380
381 2002-09-29 Andrew Cagney <ac131313@redhat.com>
382
383 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
384 __FUNCTION__.
385 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
386 function name.
387 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
388 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
389 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
390 (S_msg_sig_post_reply): Ditto.
391
392 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
393
394 * sh-tdep.c (sh_use_struct_convention): Use definition according
395 to ABI.
396 (sh_push_arguments): Store in register with correct endianess.
397 (sh_default_store_return_value): Ditto.
398 (sh_gdbarch_init): Set sizeof long double to 8.
399
400 2002-09-27 Mark Kettenis <kettenis@gnu.org>
401
402 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
403 Fix some whitespace problems.
404
405 2002-09-27 David Carlton <carlton@math.stanford.edu>
406
407 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
408 (mcore-tdep.o): Ditto.
409 (ns32k-tdep.o): Ditto.
410 (ns32knbsd-tdep.o): Ditto.
411 (sh3-rom.o): Ditto.
412 (vax-tdep.o): Ditto.
413 * cris-tdep.c: #include "gdb_string.h"
414 * mcore-tdep.c: Ditto.
415 * ns32k-tdep.c: Ditto.
416 * ns32knbsd-tdep.c: Ditto.
417 * sh3-rom.c: Ditto.
418 * vax-tdep.c: Ditto.
419
420 2002-09-27 David Carlton <carlton@math.stanford.edu>
421
422 * config/djgpp/fnchange.lst: Add entries for
423 gdb/testsuite/gdb.c++/m-static files.
424
425 2002-09-27 Jim Wilson <wilson@redhat.com>
426
427 * MAINTAINERS: Add myself to the Write After Approval list.
428
429 2002-09-26 Martin M. Hunt <hunt@redhat.com>
430
431 * mips-tdep.c (find_proc_desc): Initialize startaddr.
432
433
434 2002-09-26 Andrew Cagney <ac131313@redhat.com>
435
436 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
437 frame.
438
439 2002-09-26 Andrew Cagney <ac131313@redhat.com>
440
441 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
442 (rs6000_struct_return_address): Delete variable.
443 (rs6000_store_struct_return): Update.
444 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
445 deprecated_extract_struct_value_address.
446 (rs6000_frame_align): New function.
447 (rs6000_gdbarch_init): Set frame_align.
448
449 2002-09-26 Andrew Cagney <ac131313@redhat.com>
450
451 From Grace Sainsbury <graces@redhat.com>:
452 * Makefile.in (gdbtk-main.o): New target.
453 (gdb.o): New target.
454 (main_h): Define.
455 (main.o): Update dependencies.
456 (gdb$(EXEEXT)): Add gdb.o.
457 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
458 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
459 (SUBDIR_GDBTK_CLEAN): Set.
460 (install-gdbtk): Install the insight binary.
461 (uninstall-gdbtk): New target.
462 (all-gdbtk, clean-gdbtk): New rule.
463 * top.c (use_windows): Default to zero.
464 * main.c: Include "main.h".
465 (main): Delete.
466 (struct captured_main_args): Delete.
467 (gdb_main): New function.
468 * main.h: New file.
469 * gdb.c: New File.
470
471 2002-09-25 Andrew Cagney <cagney@redhat.com>
472
473 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
474 (frame_map_regnum_to_name): New function.
475 (frame_map_name_to_regnum): New function.
476 * frame.h (frame_map_name_to_regnum): Declare.
477 (frame_map_regnum_to_name): Declare.
478 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
479 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
480 * parse.c: Do not include "builtin-regs.h".
481 (target_map_name_to_register): Delete function.
482 (write_dollar_variable): Use frame_map_name_to_regnum.
483 * parser-defs.h (target_map_name_to_register): Delete declaration.
484 * expprint.c: Include "frame.h".
485 (print_subexp): Use frame_map_regnum_to_name.
486 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
487 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
488
489 2002-09-25 Andrew Cagney <ac131313@redhat.com>
490
491 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
492 wasn't saved, and the next innermost frame is a dummy, return the
493 dummy frame's link register.
494
495 2002-09-24 Jim Blandy <jimb@redhat.com>
496
497 Fix from Paul Breed:
498 * main.c (captured_main): Add a `break' after the case for 'b'.
499
500 2002-09-24 Keith Seitz <keiths@redhat.com>
501
502 * varobj.c (c_type_of_child): Use get_target_type instead
503 of TYPE_TARGET_TYPE.
504
505 2002-09-22 Fernando Nasser <fnasser@redhat.com>
506
507 * source.c (get_current_or_default_source_symtab_and_line): Remove
508 function.
509 (set_default_source_symtab_and_line): New function. Attempts to
510 determine a source file to list lines from if one is not currently
511 defined.
512 (get_current_source_symtab_and_line): Initialize sal.pc and
513 sal.end fields.
514 (set_current_source_symtab_and_line): Mark argument as const.
515 * source.h: Update declarations and comments.
516 * linespec.c (decode_line_1): Replace call to removed routine above.
517 * stack.c (print_frame_info_base): Ditto.
518 * cli/cli-cmds.c (edit_command): Ditto.
519 (list_command): Ditto.
520
521 2002-09-22 Fernando Nasser <fnasser@redhat.com>
522
523 * source.c (get_current_or_default_source_symtab_and_line): Initialize
524 sal.pc and sal.end fields.
525 (get_current_or_default_source_symtab_and_line): Ditto.
526 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
527 so we do not cause a new source symtab to be searched for (reverting an
528 unintentional change from the 2002-09-20 patch).
529 * scm-lang.c (scm_unpac): Ditto.
530
531 2002-09-21 Andrew Cagney <cagney@redhat.com>
532
533 * complaints.c (symfile_explanations): Remove new-line from
534 ``isolated_message''.
535 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
536 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
537
538 2002-09-20 Nick Clifton <nickc@redhat.com>
539
540 * NEWS: Announce that V850EA ISA is no longer supported.
541 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
542
543 2002-09-20 David Carlton <carlton@math.stanford.edu>
544
545 * Makefile.in (c-lang.o): Correct dependencies.
546 (utils.o): Gather dependencies.
547 (charset.o): Move.
548 * c-lang.c: #include "gdb_string.h"
549
550 2002-09-20 Fernando Nasser <fnasser@redhat.com>
551
552 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
553 * cli/cli-cmds.c (list_command): New function. Implements the new
554 cli edit command.
555 (_init_cli_cmds): Add new command definition.
556 * gdb.1: Document edit command.
557 * doc/gdb.texinfo: Document edit command.
558
559 2002-09-20 Fernando Nasser <fnasser@redhat.com>
560
561 * source.c: Make global variables current_source_symtab and
562 current_source_line static.
563 (list_command): Moved to cli/cli-cmds.c.
564 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
565 (get_first_line_listed): New accessor function.
566 (get_lines_to_list): New accessor function.
567 (get_current_source_symtab_and_line): New function. Retrieves the
568 position in the source code that we consider current.
569 (get_current_or_default_source_symtab_and_line): New function.
570 Like the above but attempts to determine a default position if one
571 is not currently defined.
572 (set_current_source_symtab_and_line): New function. Sets the source
573 code position considered current and returns the previously set one.
574 (clear_current_source_symtab_and_line): Reset stored information about
575 a current source line.
576 (_initialize_source): Remove registration for the "list" command and
577 its alias.
578 * source.h: Add declarations for the new functions above.
579 * symtab.h: Remove declarations for the global variables mentioned
580 above.
581 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
582 obtain current source line.
583 * linespec.c (decode_line_1): Ditto.
584 * macroscope.c (default_macro_scope): Ditto.
585 * scm-lang.c (scm_unpac): Ditto.
586 * stack.c (print_frame_info_base): Ditto.
587 * symfile.c (clear_symtab_users): Ditto.
588 * symtab.c (decode_line_spec): Ditto.
589 * cli/cli-cmds.c (list_command): Moved here from source.c.
590 (ambiguous_line_spec): Moved here from source.c.
591 (_init_cli_cmds): Add definition for "list" and its alias.
592 * Makefile.in: Update dependencies.
593
594 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
595
596 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
597 with what gcc thinks is correct.
598
599 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
600
601 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
602 multiple register push instruction.
603
604 2002-09-19 Jim Blandy <jimb@redhat.com>
605
606 Add support for distinct host and target character sets.
607 * charset.c, charset.h: New files.
608 * c-exp.y: #include "charset.h".
609 (yylex): Convert character and string literals to the target
610 character set, before returning them as the semantic value of the
611 token.
612 * c-lang.c: #include "charset.h".
613 (c_emit_char): Use charset-specific methods to recognize
614 characters with backslash escape forms, to decide which characters
615 to print literally and which to print using numeric escape
616 sequences, and to convert target characters to host characters
617 before printing.
618 * utils.c: #include "charset.h".
619 (no_control_char_error): New function.
620 (parse_escape): Use charset-specific methods to recognize
621 backslash escapes, parse `control character' notation, and convert
622 characters from the host character set to the target character set.
623 * configure.in: Set the default host character set.
624 Check where to find iconv, and what its argument types might be.
625 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
626 * Makefile.in (SFILES): List charset.c.
627 (COMMON_OBS): List charset.o.
628 (charset.o): New rule.
629 (charset_h): New header dependency variable.
630 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
631 (LIBICONV): New variable, set by configure.
632 (CLIBS): Include $(LIBICONV) here.
633 * aclocal.m4, config.in, configure: Regenerated.
634
635 2002-09-19 Joel Brobecker <brobecker@gnat.com>
636
637 * ada-exp.y: Add missing semicolons to end rules. Fixes a
638 bison 1.35 warning.
639
640 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
641
642 * gdb_mbuild.sh: New file.
643
644 2002-09-19 Andrew Cagney <ac131313@redhat.com>
645
646 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
647
648 2002-09-18 Andrew Cagney <ac131313@redhat.com>
649
650 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
651 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
652 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
653 valops.c, value.h: Revert previous change.
654
655 2002-09-18 Michael Snyder <msnyder@redhat.com>
656
657 Preliminary support for Objective-C:
658 * defs.h (language_objc): New enum value.
659 (puts_filtered_tabular): Declaration only, exported from utils.c.
660 (skip_quoted): Delete, declared in completer.h.
661 * c-exp.y: Include completer.h.
662 * p-exp.y: Ditto.
663 * jv-exp.y: Ditto.
664 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
665 New operator enum values.
666 * language.h (CAST_IS_CONVERSION): Test for language_objc.
667 * language.c (binop_result_type): Handle language_objc case.
668 (integral_type, character_type, string_type, boolean_type,
669 structured_type, binop_type_check): Ditto.
670 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
671 (struct objc_specific): Add to general_symbol_info.
672 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
673 (SYMBOL_DEMANGLED_NAME): Handle objc case.
674 * parser-defs.h (struct objc_class_str): New struct type.
675 (start_msglist, end_msglist, add_msglist): Declaration only,
676 exported from objc-lang.c.
677 * value.h (value_of_local, value_nsstring,
678 call_function_by_hand_expecting_type): Exported from valops.c.
679 * valops.c (find_function_addr): Export.
680 (call_function_by_hand_expecting_type): New function.
681 (value_of_local): New function.
682 * symfile.c (init_filename_language_table): Add ".m" extension
683 for Objective-C.
684 * utils.c (puts_filtered_tabular): New function.
685 (fprintf_symbol_filtered): Add objc demangling support (disabled).
686 (set/show demangle): Extend help-string to refer to ObjC.
687 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
688 * stabsread.c (symbol_reference_defined): Objective-C symbols
689 may contain colons: make allowances when scanning stabs strings
690 for colons.
691 (objc_find_colon): New function.
692 * printcmd.c (address_info): If language == objc then print
693 "self" instead of "this".
694 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
695 OP_NSSTRING, and OP_SELF.
696 (prefixify_subexp): Ditto.
697 * source.c (print_source_lines): Mention objc in comment.
698 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
699 method names.
700
701 2002-09-18 Andrew Cagney <ac131313@redhat.com>
702
703 * complaints.h: Update copyright.
704 (struct complaints): Declare.
705 (struct complaint): Make `message' constant.
706 (internal_complaint): Declare.
707 (complaint): Declare.
708 (complaint_root): Delete declaration.
709 (symfile_complaints): Delete declaration.
710 (struct complaints): Add opaque declaration.
711 (clear_complaints): Add a complaints parameter.
712 * complaints.c: Update copyright.
713 (enum complaint_series): Define.
714 (complaint_root): Delete.
715 (struct complaints): Define.
716 (complaint_sentinel, symfile_complaint_book): New variables.
717 (symfile_explanations, symfile_complaints): New variables.
718 New variables.
719 (get_complaints): New function.
720 (vcomplaint): New function.
721 (complaint): New function.
722 (internal_complaint): New function.
723 (complain): Call vcomplain with symfile_complaint.
724 (clear_complaints): Rewrite.
725 (_initialize_complaints): Use add_setshow_command.
726 * Makefile.in (complaints.o): Update dependencies.
727 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
728 to call to clear_complaints.
729 (new_symfile_objfile, reread_symbols): Ditto.
730 (oldsyms_complaint): Delete.
731 (empty_symtab_complaint, unknown_option_complaint): Delete.
732 (free_named_symtabs): Use complaint instead of complain.
733
734 2002-09-18 Michael Snyder <msnyder@redhat.com>
735
736 Contributed by Apple Computer, Inc. Merged with current sources
737 by Adam Fedor <fedor@doc.com> [cagney].
738
739 * objc-lang.c: First clean-up round: comments, indentation.
740 * objc-lang.h: Ditto.
741 * objc-lang.y: Ditto.
742
743 2002-09-18 Andrew Cagney <ac131313@redhat.com>
744
745 * maint.c (maintenance_internal_error): Print the parameter as the
746 error message.
747 (maintenance_internal_warning): New function.
748 (_initialize_maint_cmds): Add command `maint internal-warning'.
749
750 * defs.h (internal_warning, internal_vwarning): Declare.
751 * utils.c (struct internal_problem): Define.
752 (internal_vproblem): New function.
753 (internal_warning): New function.
754 (internal_vwarning): New function.
755 (internal_warning_problem, internal_error_problem): New variables.
756 (internal_verror): Just call internal_vproblem.
757
758 2002-09-18 Michael Snyder <msnyder@redhat.com>
759
760 * objc-lang.c: New file, support for Objective-C.
761 Preliminary check-in, not yet integrated into gdb.
762 * objc-lang.h: New file.
763 * objc-exp.y: New file.
764
765 2002-09-18 Andrew Cagney <ac131313@redhat.com>
766
767 * infrun.c (signal_stop_update): Convert definition to ISO C.
768 (signal_print_update): Ditto.
769 (signal_pass_update): Ditto.
770 * inflow.c (terminal_save_ours): Ditto.
771
772 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
773 comments.
774
775 * config/djgpp/fnchange.lst: Handle name clashes between
776 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
777 bfd/coff-tic80.c.
778
779 * i386-linux-tdep.h: Fix tipo.
780
781 2002-09-18 Adam Fedor <fedor@gnu.org>
782
783 * MAINTAINERS: Add myself to the Write After Approval list.
784
785 2002-09-18 Jim Blandy <jimb@redhat.com>
786
787 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
788 texthigh and textlow to reader-specific structs caused
789 objfile_relocate to miss them. This is fixable, but the work that
790 the change was supposed to prepare GDB for never got done anyway.
791
792 2002-09-18 David Carlton <carlton@math.stanford.edu>
793
794 * MAINTAINERS: Alphabetize Write After Approval list.
795
796 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
797
798 Fix PR gdb/709
799 * values.c (value_static_field): Call read_var_value.
800
801 2002-09-18 Andrew Cagney <ac131313@redhat.com>
802
803 * valops.c (hand_function_call): Align the initial stack pointer
804 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
805 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
806 return value.
807 * mips-tdep.c (mips_frame_align): New function.
808 (mips_gdbarch_init): Set frame_align.
809 * gdbarch.sh (FRAME_ALIGN): New method.
810 * gdbarch.h, gdbarch.c: Re-generate.
811
812 2002-09-18 Michal Ludvig <mludvig@suse.cz>
813
814 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
815 registers.
816
817 2002-09-17 Andrew Cagney <ac131313@redhat.com>
818
819 * NEWS: Mention that MIPS $fp behavior changed.
820 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
821 reference to FP_REGNUM.
822 (mipsnbsd_cannot_store_register): Ditto.
823 * mips-linux-nat.c: Update copyright.
824 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
825 (mips_linux_cannot_store_register): Ditto.
826 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
827 * config/mips/tm-mips.h: Update copyright.
828 (FP_REGNUM): Delete macro.
829 (MIPS_REGISTER_NAMES): Replace "fp" with "".
830 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
831 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
832 (mips_r3041_reg_names, mips_r3051_reg_names)
833 (mips_r3081_reg_names): Replace "fp" with "".
834 Fix PR gdb/480.
835
836 2002-09-17 Theodore A. Roth <troth@verinet.com>
837
838 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
839 generic_read_register_dummy() (PR gdb/703).
840 (avr_push_return_address): #if 0 out unused vars.
841 (avr_gdbarch_init): Enable use of avr_push_return_address().
842
843 2002-09-17 Michael Snyder <msnyder@redhat.com>
844
845 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
846 RTE will take care of it.
847
848 2002-09-17 Andrew Cagney <ac131313@redhat.com>
849
850 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
851 invalid, return SP_REGNUM.
852
853 2002-09-17 Michael Snyder <msnyder@redhat.com>
854
855 * mips-tdep.c (mips_pop_frame): Read saved values of floating
856 point registers without sign extension.
857
858 2002-09-17 Andrew Cagney <cagney@redhat.com>
859
860 * blockframe.c (deprecated_read_register_dummy): Rename
861 generic_read_register_dummy.
862 * frame.c (frame_unwind_signed_register): New function.
863 (frame_unwind_unsigned_register): New function.
864 * frame.h (frame_unwind_signed_register): Declare.
865 (frame_unwind_unsigned_register): Declare.
866 (deprecated_read_register_dummy): Rename
867 generic_read_register_dummy.
868
869 * h8300-tdep.c (h8300_frame_chain): Update.
870 (h8300_frame_saved_pc): Update.
871 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
872 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
873 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
874 (s390_frame_chain): Update.
875 * v850-tdep.c (v850_find_callers_reg): Update.
876 (v850_frame_saved_pc): Update.
877 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
878 (m32r_find_callers_reg): Update.
879 (m32r_frame_saved_pc): Update.
880 * sh-tdep.c (sh_find_callers_reg): Update.
881 (sh64_get_saved_pr): Update.
882 (sh_init_extra_frame_info): Update.
883 (sh_init_extra_frame_info): Update.
884 (sh64_init_extra_frame_info): Update.
885 (sh64_init_extra_frame_info): Update.
886 * mcore-tdep.c (mcore_find_callers_reg): Update.
887 (mcore_frame_saved_pc): Update.
888 (mcore_init_extra_frame_info): Update.
889 * i386-tdep.c (i386_frame_saved_pc): Update.
890 * ia64-tdep.c (ia64_frame_saved_pc): Update.
891 (ia64_init_extra_frame_info): Update.
892 (ia64_init_extra_frame_info): Update.
893 * d10v-tdep.c (d10v_frame_saved_pc): Update.
894 * cris-tdep.c (cris_init_extra_frame_info): Update.
895 * avr-tdep.c (avr_frame_chain): Update.
896 (avr_init_extra_frame_info): Update.
897 (avr_frame_saved_pc): Update.
898 * arm-tdep.c (arm_find_callers_reg): Update.
899 (arm_init_extra_frame_info): Update.
900 (arm_frame_saved_pc): Update.
901
902 2002-09-17 Tom Tromey <tromey@redhat.com>
903
904 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
905 is "'".
906
907 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
908
909 * MAINTAINERS: Remove "non multi-arched" text from h8300.
910 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
911 NEXT_PROLOGUE_INSN.
912 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
913 NEXT_PROLOGUE_INSN.
914
915 2002-09-16 Joel Brobecker <brobecker@gnat.com>
916
917 * osfsolib.c: Remove file, replaced by solib-osf.c.
918 * Makefile.in: Remove compilation rules for osfsolib.c.
919
920 2002-09-16 David Carlton <carlton@math.stanford.edu>
921
922 * cp-valprint.c (cp_print_class_method): Correct args to
923 check_stub_method_group.
924
925 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
926
927 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
928 `set architecture'. Unify naming convention of functions.
929 (h8300_skip_prologue): Improve prologue analysis.
930 (h8300_push_arguments): Rewritten to more closely match GCC's
931 bizarre argument-passing behavior, along with the comment describing
932 said behavior.
933 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
934 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
935 sim, remote-e7000.c, remote-hms.c and remote.c
936
937 2002-09-15 Mark Kettenis <kettenis@gnu.org>
938
939 * i386-tdep.c (gdb_print_insn_i386): Removed.
940 (i386_print_insn): New function.
941 (i386_gdbarch_init): Set print_insn to i386_print_insns.
942 (_initialize_i386_tdep): Don't initialize tm_print_insn and
943 tm_print_insn_info.
944
945 2002-09-14 Mark Kettenis <kettenis@gnu.org>
946
947 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
948 zero.
949
950 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
951
952 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
953 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
954 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
955
956 2002-09-13 Christopher Faylor <cgf@redhat.com>
957
958 * win32-nat.c (child_create_inferior): Honor 'tty' command.
959
960 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
961
962 * gdbtypes.c (check_stub_method): Make static.
963 (check_stub_method_group): New function.
964 * gdbtypes.h: Update prototypes.
965 * cp-support.c: New file.
966 * cp-support.h: New file.
967
968 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
969 (update_method_name_from_physname): New function.
970 (read_member_functions): Correct method names for operators
971 and v3 constructors/destructors. Separate v2 constructors and
972 destructors.
973 * Makefile.in (stabsread.o): Update dependencies.
974 (SFILES): Add cp-support.c.
975 (COMMON_OBS): Add cp-support.o.
976 (cp_support_h, cp-support.o): Add.
977
978 * cp-valprint.c (cp_print_class_method): Call
979 check_stub_method_group instead of check_stub_method. Remove
980 extraneous QUITs.
981 * p-valprint.c (pascal_object_print_class_method): Likewise.
982 * valops.c (search_struct_method): Likewise.
983 (find_method_list, value_struct_elt_for_reference): Likewise.
984
985 2002-09-13 Andrew Cagney <cagney@redhat.com>
986
987 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
988 * gdbarch.h, gdbarch.c: Regenerate.
989
990 2002-09-13 Andrew Cagney <ac131313@redhat.com>
991
992 * frame.c (find_saved_register): Delete function.
993 * frame.h (find_saved_register): Delete declaration.
994 Fix PR gdb/631.
995
996 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
997
998 * mips-tdep.c (read_next_frame_reg): Re-hack using
999 frame_register_unwind.
1000
1001 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1002
1003 * mips-tdep.c (mips_get_saved_register): Re-hack using
1004 frame_register_unwind.
1005
1006 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1007
1008 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1009 vector. Will be useful for Interix.
1010 * gdbarch.h, gdbarch.c: Regenerate.
1011
1012 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1013 name of the malloc function by NAME_OF_MALLOC.
1014
1015 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1016
1017 * value.h (find_function_in_inferior): Add const keyword to
1018 one of the parameters. Allows us to invoke this function with
1019 a const char *.
1020 * valops.c (find_function_in_inferior): Likewise.
1021
1022 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1023
1024 * exec.c (xfer_memory): Fix compilation warning with old versions
1025 of GCC.
1026 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1027
1028 2002-09-12 David Carlton <carlton@math.stanford.edu>
1029
1030 * symtab.h: Run through gdb_indent.h.
1031 Add 2002 to Copyright year list.
1032
1033 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1034
1035 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1036 mach constants.
1037 * MAINTAINERS: Add myself to write after approval list.
1038
1039 2002-09-11 J. Brobecker <brobecker@gnat.com>
1040
1041 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1042
1043 2002-09-11 J. Brobecker <brobecker@gnat.com>
1044
1045 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1046 Interix.
1047
1048 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1049
1050 * procfs.c (do_detach): Clear current signal, not just fault.
1051 Corrects problem with breakpoint trap signal leaking to detached
1052 process on Tru64.
1053
1054 2002-09-10 Michael Snyder <msnyder@redhat.com>
1055
1056 * buildsym.c (finish_block): Protect against null pointer.
1057
1058 2002-09-10 Andrew Cagney <cagney@redhat.com>
1059
1060 * infcmd.c (default_print_registers_info): Send all output to
1061 ``file'' instead of ``gdb_stdout''.
1062
1063 2002-09-10 Michael Snyder <msnyder@redhat.com>
1064
1065 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1066 LONGEST, and use signed register read (addresses are sign-
1067 extended for mips).
1068
1069 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1070
1071 * event-loop.c (gdb_do_one_event): Make public.
1072 * event-loop.h (gdb_do_one_event): Declare.
1073
1074 2002-09-10 Jeff Law <law@redhat.com>
1075
1076 * infttrace.c (child_resume): Simplify and rework to avoid
1077 TT_PROC_CONTINUE.
1078
1079 2002-09-09 Fred Fish <fnf@intrinsity.com>
1080
1081 * printcmd.c (print_scalar_formatted): "len" is the number of
1082 target bytes, NOT the number of target bits.
1083
1084 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1085
1086 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1087 * top.c (init_main): Set rl_terminal_name.
1088
1089 2002-09-08 Aidan Skinner <aidan@velvet.net>
1090
1091 * ada-lang.c (ada_array_bound, ada_type_match,
1092 _initialize_ada_language): Fix K&R definitions.
1093 * ada-tasks.c (get_current_task): Fix K&R definitions.
1094 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1095
1096 2002-09-07 Christopher Faylor <cgf@redhat.com>
1097
1098 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1099 Add XP.
1100
1101 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1102
1103 * i386-tdep.c (i386_register_virtual_type,
1104 i386_register_convertible, i386_register_convert_to_virtual,
1105 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1106 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1107 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1108 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1109 Don't set push_arguments twice.
1110
1111 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1112 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1113 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1114 sigtramp_end to NULL.
1115 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1116 defines.
1117 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1118
1119 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1120 whitespace.
1121
1122 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1123 * gdbarch.h, gdbarch.c: Re-generate.
1124 * blockframe.c (find_pc_sect_partial_function): Convert to use
1125 SIGTRAMP_START_P predicate.
1126
1127 2002-09-05 Michael Snyder <msnyder@redhat.com>
1128
1129 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1130 generic_dummy_frame method and old method. Also distinguish
1131 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1132 (arm_extract_return_value): Use new regcache method.
1133
1134 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1135 adjustment that doesn't conform to the ABI.
1136 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1137 saved regcache, not from current regcache.
1138
1139 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1140
1141 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1142 * README: Update.
1143
1144 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1145
1146 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1147 if arm_apcs_32 is false.
1148
1149 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1150
1151 GDB 5.3 branch created.
1152
1153 2002-09-03 Theodore A. Roth <troth@verinet.com>
1154
1155 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1156 generic_unwind_get_saved_register.
1157
1158 2002-09-03 David Carlton <carlton@math.stanford.edu>
1159
1160 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1161 argument (PR gdb/653). Update call to smash_to_method_type.
1162 (read_structure_scope): Update call to dwarf2_add_member_fn.
1163
1164 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1165
1166 * x86-64-linux-tdep.c: Include gdb_string.h
1167 * x86-64-linux-nat.c: Ditto.
1168
1169 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1170
1171 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1172 when YYDEBUG is set to 1.
1173 * c-exp.y: Likewise.
1174 * f-exp.y: Likewise.
1175 * jv-exp.y: Likewise.
1176 * m2-exp.y: Likewise.
1177 * p-exp.y: Likewise.
1178
1179 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1180
1181 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1182 dependency list.
1183 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1184 solib_svr4_fetch_link_map_offsets to
1185 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1186 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1187 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1188 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1189 solib-svr4.o, and solib-legacy.o.
1190 * config/i386/tm-nbsd.h: Include solib.h.
1191
1192 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1193
1194 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1195 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1196 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1197 comment noting that this needs its own target configuration.
1198 * config/i386/nbsd.mt: New file.
1199 * config/i386/nbsdaout.mt: Remove.
1200 * config/i386/nbsdelf.mt: Ditto.
1201 * config/i386/tm-nbsdaout.h: Ditto.
1202
1203 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1204
1205 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1206 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1207 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1208 tdep->sigtramp_end.
1209 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1210 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1211 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1212
1213 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1214
1215 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1216 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1217 * i386-tdep.h (i386bsd_init_abi): New prototype.
1218 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1219 function declaration.
1220 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1221 for NetBSD-a.out or NetBSD-ELF.
1222 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1223 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1224 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1225 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1226 and nbsd-tdep.h.
1227 (i386nbsd_pc_in_sigtramp): New function.
1228 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1229 i386nbsd_pc_in_sigtramp.
1230 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1231 and i386nbsdelf_init_abi OS ABI handlers.
1232 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1233 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1234
1235 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1236
1237 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1238 registers if the target really has them.
1239
1240 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1241
1242 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1243 than nbsd-tdep.h.
1244
1245 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1246
1247 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1248 list.
1249 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1250 (alphanbsd_skip_sigtramp_frame): New functions.
1251 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1252 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1253 to alphanbsd_sigcontext_addr.
1254
1255 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1256
1257 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1258 list.
1259 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1260 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1261 nbsd_pc_in_sigtramp.
1262 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1263 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1264 * nbsd-tdep.c: Include gdb_string.h.
1265 (nbsd_pc_in_sigtramp): New function.
1266 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1267 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1268 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1269 ppcnbsd_pc_in_sigtramp.
1270 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1271 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1272 shnbsd_pc_in_sigtramp.
1273 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1274 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1275 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1276
1277 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1278
1279 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1280 watchpoints to NULL.
1281 (insert_breakpoints): set val field of watchpoints if NULL.
1282
1283
1284 2002-08-29 Jim Blandy <jimb@redhat.com>
1285
1286 * symtab.c (lookup_symbol_aux): In the cases where we find a
1287 minimal symbol of an appropriate name and use its address to
1288 select a symtab to read and search, use `name' (as passed to us)
1289 as the demangled name when searching the symtab's global and
1290 static blocks, not the minsym's name.
1291
1292 2002-08-29 Keith Seitz <keiths@redhat.com>
1293
1294 * stack.c (print_frame_info_base): Always set current_source_symtab
1295 and current_source_line.
1296
1297 2002-08-29 Donn Terry <donnte@microsoft.com>
1298
1299 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1300
1301 2002-08-28 Keith Seitz <keiths@redhat.com>
1302
1303 * stack.c (select_frame): Add FIXME concerning selected-frame
1304 events.
1305 (select_frame_command): Send selected-frame-level-changed
1306 event notification, but only if the level actually changed.
1307 (up_silently_base): Add selected-frame-level-changed event
1308 notification.
1309 (down_silently_base): Likewise.
1310
1311 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1312
1313 * Makefile.in: Update dependencies for all gdb/*.c files.
1314
1315 2002-08-27 Tom Tromey <tromey@redhat.com>
1316
1317 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1318 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1319 Update dependencies.
1320 * i387-tdep.c: Include gdb_string.h.
1321 * osabi.c: Likewise.
1322 * i386-linux-nat.c: Likewise.
1323 * lin-lwp.c: Likewise.
1324 * ax-gdb.c: Likewise.
1325 * signals/signals.c: Likewise.
1326 * jv-valprint.c: Likewise.
1327 * p-lang.c: Likewise.
1328 * c-valprint.c: Likewise.
1329 * cp-abi.c: Likewise.
1330
1331 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1332
1333 * cli/cli-script.h (copy_command_lines): Export.
1334 * breakpoint.c: Include cli/cli-script.h.
1335 * Makefile.in (breakpoint.o): Update dependencies.
1336
1337 2002-08-26 Michael Snyder <msnyder@redhat.com>
1338
1339 * breakpoint.c (insert_breakpoints): Protect all references
1340 to 'process_warning'. Shorten long lines.
1341
1342 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1343
1344 * cli/cli-script.c (copy_command_lines): New function.
1345 * defs.h (copy_command_lines): Export.
1346 * testsuite/gdb.base/commands.exp: New tests for commands
1347 attached to a temporary breakpoint, and for commands that
1348 delete the breakpoint they are attached to.
1349
1350 2002-08-26 Michael Snyder <msnyder@redhat.com>
1351
1352 * breakpoint.c (bpstat_stop_status): Instead of copying the
1353 pointer to the breakpoint commands struct, make a new copy
1354 of the struct and point to that.
1355 (bpstat_clear): Free the commands struct.
1356 (bpstat_clear_actions): Free the commands struct.
1357 (bpstat_do_actions): Free the command actions. Also execute
1358 the local cleanups, instead of deleting them.
1359 (delete_breakpoint): Leave the commands field of the bpstat
1360 chain alone -- it will be freed later.
1361
1362 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1363
1364 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1365 deleted in 2002-08-20 commit. This function is still used by
1366 ppc-linux-nat.c.
1367
1368 2002-08-26 Keith Seitz <keiths@redhat.com>
1369
1370 * gdb-events.sh: Add selected-frame-level-changed event.
1371 * gdb-events.c: Regenerated.
1372 * gdb-events.h: Regenerated.
1373
1374 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1375
1376 Fix PR gdb/393:
1377 * inflow.c (terminal_save_ours): New function to save terminal
1378 settings.
1379 * inferior.h (terminal_save_ours): Declare.
1380 * target.c (debug_to_terminal_save_ours): New function.
1381 (cleanup_target): Defaults to_terminal_save_ours.
1382 (update_current_target): Inherit to_terminal_save_ours.
1383 (setup_target_debug): Set to_terminal_save_ours.
1384 * target.h (target_terminal_save_ours): New to save terminal settings.
1385 (target_ops): New member to_terminal_save_ours.
1386 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1387 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1388 * inftarg.c (init_child_ops): Likewise.
1389 * m3-nat.c (init_m3_ops): Likewise.
1390 * procfs.c (init_procfs_ops): Likewise.
1391 * wince.c (init_child_ops): Likewise.
1392 * win32-nat.c (init_child_ops): Likewise.
1393 * sol-thread.c (init_sol_thread_ops): Likewise.
1394
1395 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1396
1397 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1398 use regcache_* functions.
1399 (i386_gdbarch_init): Set store_return_value instead of
1400 deprecated_store_return_value.
1401
1402 * regcache.c (regcache_raw_write_signed,
1403 regcache_raw_write_unsigned): New functions.
1404 * regcache.h (regcache_raw_write_signed,
1405 regcache_raw_write_unsigned): New prototypes.
1406
1407 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1408
1409 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1410 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1411 source file dependencies. Cleanup corresponding generator rules.
1412
1413 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1414
1415 * regcache.h (register_offset_hack): Declare.
1416 (regcache_cooked_read_using_offset_hack): Declare.
1417 (regcache_cooked_write_using_offset_hack): Declare.
1418
1419 * regcache.c (register_offset_hack): New function.
1420 (regcache_cooked_read_using_offset_hack): New function.
1421 (regcache_cooked_write_using_offset_hack): New function.
1422 (regcache_dump): Check that the registers, according to their
1423 offset, are packed hard against each other.
1424 (cooked_xfer_using_offset_hack): New function.
1425
1426 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1427
1428 * regcache.c (struct regcache_descr): Add field register_type.
1429 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1430 in as a parameter
1431 (init_regcache_descr): Initialize register_type. Pass the descr
1432 to init_legacy_regcache_descr. Use register_type instead of
1433 REGISTER_VIRTUAL_TYPE.
1434 (register_type): New function.
1435 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1436 * regcache.h (register_type): Declare.
1437
1438 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1439
1440 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1441 instead of deprecated_store_return_value. Fix fallout from
1442 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1443
1444 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1445
1446 * regcache.c (max_register_size): New function.
1447 (init_legacy_regcache_descr): Ensure that max_register_size is
1448 large enough for REGISTER_VIRTUAL_SIZE.
1449 * regcache.h (max_register_size): Declare.
1450
1451 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1452
1453 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1454 store_return_value.
1455 (e500_extract_return_value): Change type of valbuf pointer to
1456 void.
1457
1458 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1459
1460 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1461 workaround.
1462
1463 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1464 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1465 long long) to prevent compiler warning on 64-bit systems.
1466
1467 2002-08-23 Andrew Cagney <cagney@redhat.com>
1468
1469 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1470 (DEPRECATED_STORE_RETURN_VALUE): New method.
1471 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1472 * gdbarch.h, gdbarch.c: Re-generate.
1473
1474 * values.c (set_return_value): Pass current_regcache to
1475 STORE_RETURN_VALUE.
1476 * arch-utils.h (legacy_store_return_value): Declare.
1477 * arch-utils.c (legacy_store_return_value): New function.
1478 (legacy_extract_return_value): Update parameters.
1479
1480 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1481 STORE_RETURN_VALUE.
1482 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1483 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1484 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1485 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1486 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1487 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1488 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1489 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1490 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1491 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1492
1493 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1494 * i386-tdep.c (i386_extract_return_value): Update.
1495 * arch-utils.c (legacy_extract_return_value): Update.
1496 * frv-tdep.c (frv_gdbarch_init): Update.
1497 * cris-tdep.c (cris_gdbarch_init): Update.
1498 * d10v-tdep.c (d10v_gdbarch_init): Update.
1499 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1500 * m68k-tdep.c (m68k_gdbarch_init): Update.
1501 * mcore-tdep.c (mcore_gdbarch_init): Update.
1502 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1503 * s390-tdep.c (s390_gdbarch_init): Update.
1504 * sparc-tdep.c (sparc_gdbarch_init): Update.
1505 * sh-tdep.c (sh_gdbarch_init): Update.
1506 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1507 * v850-tdep.c (v850_gdbarch_init): Update.
1508 * avr-tdep.c (avr_gdbarch_init): Update.
1509 * ia64-tdep.c (ia64_gdbarch_init): Update.
1510 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1511 * vax-tdep.c (vax_gdbarch_init): Update.
1512 * alpha-tdep.c (alpha_gdbarch_init): Update.
1513 * arm-tdep.c (arm_gdbarch_init): Update.
1514 * mips-tdep.c (mips_gdbarch_init): Update.
1515 * i386-tdep.c (i386_gdbarch_init): Update.
1516
1517 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1518
1519 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1520 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1521
1522 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1523
1524 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1525 problems.
1526
1527 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1528
1529 * infrun.c (handle_inferior_event): Move a comment outside of a
1530 function call, in order to avoid indent reformatting this part
1531 of the code in an unreadable way.
1532
1533 2002-08-23 Grace Sainsbury <graces@redhat.com>
1534
1535 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1536 when breakpoints fail. Move general breakpoint error messages to
1537 insert_breakpoints.
1538 * breakpoint.c (insert_breakpoints): Change warnings when
1539 breakpoints are nto inserted to specify the type. Remove call to
1540 memory_error when hardware breakpoints can't be inserted. Remove
1541 multiple calls to warning so all messages are sent to the user at
1542 once.
1543 (delete_breakpoints): Make insert error messsages more explicit.
1544
1545 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1546
1547 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1548 gdbserver/ChangeLog.
1549
1550 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1551
1552 * i386-tdep.c: Include "objfiles.h".
1553 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1554 skip_trampoline_code.
1555 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1556 (CPLUS_MARKER): Define to '.'.
1557
1558 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1559 member.
1560 (linux_corefile_thread_callback): Increase args->num_notes.
1561 (linux_make_note_section): Initialize thread_args.num_notes, and
1562 use it to determine whether notes for any threads were created.
1563
1564 2002-08-23 Donn Terry <donnte@microsoft.com>
1565
1566 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1567 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1568 and PCUNKILL.
1569 (write_with_trace): Conditionalize out the switch branch handling
1570 PCSHOLD if the corresponding macro is not defined. Likewise for
1571 PRSABORT and PRSTOP.
1572 This change will be needed by the Interix port.
1573
1574 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1575
1576 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1577 write_register wherever possible instead of manipulating the
1578 register bytes directly.
1579 Assign VALUE_CONTENTS to a variable and use that.
1580 The GPR numbers are now dependent on the architecture.
1581
1582 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1583
1584 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1585 ev_offset fields.
1586 (skip_prologue): Add support for BookE/e500 instructions.
1587 (e500_extract_return_value): New function.
1588 (frame_get_saved_regs): Add support for saving ev registers and
1589 pseudo gpr's.
1590 (e500_store_return_value): New function.
1591 (rs6000_gdbarch_init): Move up default intializations of
1592 deprecated_extract_return_value and store_return_value. Overwrite
1593 init of store_return_value with e500 specific version.
1594 Set extract_return_value for e500.
1595
1596 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1597
1598 * blockframe.c (generic_call_dummy_register_unwind): Use
1599 regcache_cooked_read to catch cases in which the variable is
1600 stored in a pseudo register.
1601
1602 2002-08-22 Andrew Cagney <cagney@redhat.com>
1603
1604 * NEWS: Mention that the i960 has been made obsolete.
1605 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1606 i960-tdep.c
1607 (remote-nrom.o): Obsolete target.
1608 (remote-nindy.o, i960-tdep.o): Ditto.
1609 * remote-nrom.c: Make file obsolete.
1610 * remote-nindy.c, remote-vx960.c: Ditto.
1611 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1612 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1613 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1614 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1615 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1616 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1617 i960-*-vxworks* obsolete.
1618 * MAINTAINERS: Note that the i960 is obsolete.
1619
1620 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1621
1622 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1623 detach to allow reinitialization.
1624
1625 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1626
1627 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1628 attempt).
1629
1630 2002-08-22 Jim Blandy <jimb@redhat.com>
1631
1632 * coffread.c (coff_symfile_read): Don't try to read the line
1633 number table from disk if the image file doesn't have a symbol
1634 table; we'll never actually look at the info anyway, and Windows
1635 ships DLL's with bogus file offsets for the line number data.
1636
1637 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1638
1639 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1640 an e500 executable.
1641
1642 2002-08-21 Michael Snyder <msnyder@redhat.com>
1643
1644 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1645 (MSYMBOL_SIZE): Replace macro with function.
1646 (DEFAULT_MIPS_TYPE): Delete unused macro.
1647 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1648 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1649
1650 2002-08-21 Jim Blandy <jimb@redhat.com>
1651
1652 * valops.c (value_cast): Simplify and correct logic for doing a
1653 static cast from a pointer to a base class to a pointer to a
1654 derived class.
1655
1656 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1657
1658 * infcmd.c (default_print_registers_info): Replace
1659 do_registers_info.
1660 (registers_info): Use gdbarch_print_registers_info instead of
1661 DO_REGISTERS_INFO.
1662 * inferior.h (default_print_registers_info): Replace
1663 do_registers_info.
1664 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1665 (DO_REGISTERS_INFO): Change to a predicate function.
1666 * gdbarch.h, gdbarch.c: Regenerate.
1667
1668 2002-08-21 Keith Seitz <keiths@redhat.com>
1669
1670 * gdb-events.sh: Add target-changed event.
1671 * gdb-events.c: Regenerated.
1672 * gdb-events.c: Regenerated.
1673 * valops.c (value_assign): Add target-changed event notification
1674 to inlval_register, lval_memory, and lval_reg_frame_relative.
1675
1676 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1677
1678 * NEWS: Add an entry regarding the improvement of the next/step
1679 operation on Alpha Tru64 multi-processor machines.
1680
1681 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1682
1683 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1684 directores.
1685 * Makefile.in: Update all _h macro definitions.
1686 * Makefile.in (install-gdbtk): Move to install section.
1687 (rdi-share/libangsd.a): Move to end of file.
1688
1689 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1690
1691 * frame.c (frame_register_unwind): When a register, set addrp to
1692 the register's byte.
1693
1694 2002-08-20 Michael Snyder <msnyder@redhat.com>
1695
1696 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1697 used locally, so move them from the target machine header to here.
1698 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1699 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1700 Make static.
1701 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1702
1703 2002-08-20 Andrew Cagney <cagney@redhat.com>
1704
1705 * NEWS: Mention that the Apollo line was made obsolete.
1706 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1707 m68*-hp-hpux* obsolete.
1708 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1709 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1710 * buildsym.c (make_blockvector): Make static.
1711 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1712 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1713 (ALLDEPFILES): Remove dstread.c.
1714 (dstread.o): Obsolete make rule.
1715 * dstread.c: Makefile obsolete.
1716 * dst.h: Ditto.
1717 * config/m68k/hp300hpux.mt: Ditto.
1718 * config/m68k/hp300hpux.mh: Ditto.
1719 * config/m68k/hp300bsd.mt: Ditto.
1720 * config/m68k/hp300bsd.mh: Ditto.
1721 * config/m68k/apollo68b.mt: Ditto.
1722 * config/m68k/apollo68v.mh: Ditto.
1723 * config/m68k/apollo68b.mh: Ditto.
1724
1725 2002-08-20 Michael Snyder <msnyder@redhat.com>
1726
1727 * mips-tdep.c (mips_in_return_stub): Make static.
1728 (mips_gdbarch_init): Set in_solib_return_trampoline.
1729 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1730
1731 2002-08-20 Michael Snyder <msnyder@redhat.com>
1732
1733 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1734 * gdbarch.c, gdbarch.h: Regenerate.
1735 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1736 Add.
1737 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1738
1739 2002-08-20 Michael Snyder <msnyder@redhat.com>
1740
1741 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1742 (mips_gdbarch_init): Set skip_trampoline_code,
1743 in_solib_call_trampoline.
1744 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1745 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1746
1747 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1748
1749 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1750
1751 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1752 vector type for ev registers.
1753 (e500_pseudo_register_read): New function.
1754 (e500_pseudo_register_write): New function.
1755 (e500_dwarf2_reg_to_regnum): New function.
1756 (PPC_UISA_NOFP_SPRS): New macro.
1757 (PPC_EV_REGS): New macro.
1758 (PPC_GPRS_PSEUDO_REGS): New macro.
1759 (registers_e500): New register set for e500.
1760 (variants): Add e500 variant.
1761 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1762 before setting architectural dependent variations. Initialize ev
1763 registers numbers. Add case for e500 architecture. Set the
1764 number of pseudo registers.
1765
1766 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1767
1768 * rs6000-tdep.c: Clean up comments.
1769
1770 2002-08-20 Andrew Cagney <cagney@redhat.com>
1771
1772 * h8300-tdep.c: Re-indent file.
1773
1774 2002-08-20 Jim Blandy <jimb@redhat.com>
1775
1776 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1777 default for this.
1778
1779 2002-08-20 Keith Seitz <keiths@redhat.com>
1780
1781 * breakpoints.c (watch_command_1): Use internal breakpoint
1782 when setting a watchpoint_scope breakpoint.
1783
1784 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1785
1786 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1787 (build_builtin_type_vec64i): Ditto.
1788 (build_builtin_type_vec128): Ditto.
1789 (build_builtin_type_vec128i): Ditto.
1790
1791 2002-08-19 Michael Snyder <msnyder@redhat.com>
1792
1793 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1794 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1795 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1796 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1797 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1798 CALL_DUMMY_ADDRESS): Delete.
1799 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1800 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1801 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1802 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1803 push_return_address.
1804 (mips_register_raw_size, mips_eabi_use_struct_convention,
1805 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1806 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1807 mips_init_extra_frame_info, mips_eabi_push_arguments,
1808 mips_n32n64_push_arguments, mips_push_return_address,
1809 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1810 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1811
1812 2002-08-19 Michael Snyder <msnyder@redhat.com>
1813
1814 * mips-tdep.c (mips_frame_num_args): New function.
1815 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1816 frame_saved_pc, frame_args_address, frame_locals_address,
1817 frame_num_args, and frame_args_skip.
1818 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1819 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1820 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1821 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1822
1823 2002-08-20 Michael Snyder <msnyder@redhat.com>
1824
1825 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1826 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1827 * mips-tdep.c (mips_store_struct_return): New function.
1828 (mips_extract_struct_value_address): New function.
1829 (mips_gdbarch_init): Set store_struct_return and
1830 extract_struct_value_address.
1831
1832 2002-08-20 David Carlton <carlton@math.stanford.edu>
1833
1834 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1835 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1836 (read_file_scope): Check that line_header is nonzero before
1837 decoding macro information.
1838
1839 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1840
1841 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1842 flag the general-purpose registers as floating-point on targets
1843 that don't support the floating-point registers.
1844
1845 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1846
1847 * rs6000-tdep.c (altivec_register_p): Delete.
1848 (rs6000_do_altivec_registers): Delete.
1849 (rs6000_altivec_registers_info): Delete.
1850 (rs6000_do_registers_info): Delete.
1851 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1852 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1853
1854 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1855
1856 * infcmd.c (do_registers_info): Print vector registers in hex
1857 format only.
1858 (print_vector_info): Check that printing registers
1859 makes sense.
1860 (print_float_info): Ditto.
1861
1862 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1863
1864 * mips-tdep.c (mips_gdbarch_init): Update.
1865 (mips_o32_extract_return_value): Rewrite.
1866 (mips_o32_store_return_value): Rewrite.
1867 (mips_o32_xfer_return_value): New function.
1868 (mips_xfer_register): Tweak debug print message. Allow for
1869 buf_offset when dumping the value transfered.
1870
1871 2002-08-20 Andrew Cagney <ac131313@redhat.com>
1872
1873 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1874 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1875 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1876 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1877 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1878
1879 2002-08-14 Michael Snyder <msnyder@redhat.com>
1880
1881 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1882
1883 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1884
1885 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1886 register.
1887 (P): New macro to define a register as a pseudo register.
1888 (R, R4, R8, R16, FR32, R64, R0): Updated.
1889 (struct variant): Add new fields for number of pseudo registers
1890 and number of total registers.
1891 (tot_num_registers): New macro replacing....
1892 (num_registers): ...deleted macro.
1893 (num_registers): New function.
1894 (num_pseudo_registers): New function.
1895 (variants): Update all variants to intialize new fields correctly.
1896 Postpone initialization of number of pseudo regs and real regs.
1897 (init_variants): New function.
1898 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1899 registers offsets.
1900
1901 2002-08-19 David Carlton <carlton@math.stanford.edu>
1902
1903 * valops.c (search_struct_field): Change error message to treat
1904 return value of 0 from value_static_field as meaning that field is
1905 optimized out.
1906 (value_struct_elt_for_reference): Ditto.
1907 * values.c (value_static_field): Treat an unresolved location the
1908 same as a nonexistent symbol. Fix PR gdb/635.
1909 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1910 enclosed. Fix PR gdb/574.
1911 * MAINTAINERS: Add self to Write After Approval list.
1912
1913 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1914
1915 * mips-tdep.c (mips_xfer_register): New function.
1916 (mips_n32n64_extract_return_value): Rewrite.
1917 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1918 instead of deprecated_extract_return_value.
1919
1920 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1921
1922 * rs6000-tdep.c (TDEP): Delete macro.
1923 (branch_dest): Replace use of TDEP macro with its body.
1924 (rs6000_pop_frame): Ditto.
1925 (rs6000_push_arguments): Ditto.
1926 (rs6000_skip_trampoline_code): Ditto.
1927 (rs6000_frame_saved_pc): Ditto.
1928 (rs6000_frame_chain): Ditto.
1929 (rs6000_register_name): Ditto.
1930 (rs6000_register_byte): Ditto.
1931 (rs6000_register_raw_size): Ditto.
1932 (rs6000_register_virtual_type): Ditto.
1933 (rs6000_register_convertible): Ditto.
1934 (rs6000_convert_from_func_ptr_addr): Ditto.
1935
1936 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
1937
1938 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1939 conditionally.
1940 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1941 MIPS_LINUX_JB_ELEMENT_SIZE.
1942 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1943 for MAX_REGISTER_RAW_SIZE arrays.
1944 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1945 MIPS_LINUX_JB_ELEMENT_SIZE.
1946
1947 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1948
1949 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1950
1951 2002-08-19 Aidan Skinner <aidan@velvet.net>
1952
1953 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1954 ada-valprint.c ada-tasks.c.
1955 (YYFILES): Add ada-exp.y.
1956 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1957 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1958 (ada-exp.tab.o): New target.
1959
1960 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1961
1962 * regcache.c (regcache_xfer_part): New function.
1963 (regcache_raw_read_part): New function.
1964 (regcache_raw_write_part): New function.
1965 (regcache_cooked_read_part): New function.
1966 (regcache_cooked_write_part): New function.
1967 * regcache.h (regcache_raw_read_part): Declare.
1968 (regcache_raw_write_part): Declare.
1969 (regcache_cooked_read_part): Declare.
1970 (regcache_cooked_write_part): Declare.
1971
1972 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
1973
1974 * remote.c (remote_open_1): Add async_p.
1975 (remote_async_open_1): Delete.
1976 (open_remote_target): Delete.
1977 (remote_open, extended_remote_open): Update calls to remote_open_1.
1978 (remote_async_open, extended_remote_async_open): Call
1979 remote_open_1 instead of remote_async_open_1.
1980
1981 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1982
1983 * blockframe.c: Fix a few coding standard violations.
1984
1985 2002-08-19 Mark Kettenis <kettenis@gnu.org>
1986
1987 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1988 here from ...
1989 * config/i386/tm-i386sco5.h: ... here. File removed.
1990 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1991
1992 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
1993 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1994 (TM_FILE): Set to tm-i386.h.
1995 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1996 * config/i386/tm-i386v.h: Remove file.
1997 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1998 instead of "i386/tm-i386v.h".
1999 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2000 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2001 "i386/tm-i386v.h".
2002 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2003 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2004 "i386/tm-i386.h".
2005
2006 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2007
2008 * config/i386/nm-i386v.h: Add protection against
2009 multiple-inclusion.
2010 (i386_register_u_addr): Remove prototype.
2011 (register_u_addr): New prototype.
2012 (REGISTER_U_ADDR): Redefine accordingly.
2013 * i386v-nat.c: Improve several comments.
2014 (i386_register_u_addr): Change signature and rename to
2015 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2016 ubase variable.
2017
2018 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2019
2020 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2021 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2022 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2023 deprecated_extract_return_value.
2024 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2025 rename mips_o32o64_push_arguments.
2026 (mips_gdbarch_init): Update.
2027 (mips_extract_return_value): Delete.
2028 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2029 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2030 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2031 (mips_n32n64_extract_return_value): Clone
2032 mips_extract_return_value.
2033 (mips_store_return_value): Delete.
2034 (mips_o32_store_return_value): Clone mips_store_return_value.
2035 (mips_o64_store_return_value): Clone mips_store_return_value.
2036 (mips_eabi_store_return_value): Clone mips_store_return_value.
2037 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2038
2039 2002-08-18 Aidan Skinner <aidan@velvet.net>
2040
2041 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2042 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2043
2044 2002-08-18 Aidan Skinner <aidan@velvet.net>
2045
2046 * ada-lang.c: Run through gdb_indent.sh.
2047 * ada-lang.h: Run through gdb_indent.sh.
2048 * ada-tasks.c: Run through gdb_indent.sh.
2049 * ada-typeprint.c: Run through gdb_indent.sh.
2050 * ada-valprint.c: Run through gdb_indent.sh.
2051
2052 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2053
2054 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2055 ABI.
2056
2057 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2058
2059 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2060
2061 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2062 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2063
2064 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2065 write_register_gen instead of write_register_bytes.
2066
2067 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2068 i[3456]-*-osf1mk* configurations have been made obsolete.
2069 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2070 i[3456]86-*-osf1mk* hosts obsolete.
2071 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2072 targets obsolete.
2073 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2074 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2075 config/i386/i386m3.mt, config/i386/nm-m3.h,
2076 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2077 config/i386/i386mk.mh, config/i386/i386mk.mt,
2078 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2079 obsolete.
2080 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2081 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2082 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2083
2084 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2085
2086 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2087 (hppa_value_returned_from_stack): Declare.
2088 (hppa_extract_return_value): Declare.
2089 * config/pa/hppa.mt: New file.
2090 * configure.tgt: Recognize hppa*-*-*.
2091 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2092
2093 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2094
2095 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2096 comment.
2097
2098 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2099
2100 * top.c (gdb_rl_operate_and_get_next): Make sure
2101 operate-and-get-next functions correctly even when the history
2102 list is completely filled.
2103
2104 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2105
2106 * MAINTAINERS (Target Instruction Set Architectures): Rename
2107 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2108 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2109 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2110 already listed under Host/Native.
2111
2112 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2113 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2114 mips*-*-*.
2115
2116 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2117
2118 * config/ia64/ia64.mt: New file.
2119 * config/alpha/alpha.mt: New file.
2120 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2121 ia64-linux-gnu. Mention that ia64-elf is broken.
2122 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2123
2124 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2125
2126 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2127 generic_func_frame_valid instead of func_frame_valid.
2128
2129 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2130
2131 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2132 procfs appears to be broken when debugging on multi-processor
2133 machines. So enable software single stepping in order to avoid
2134 using the procfs interface to do next/step operations, using
2135 internal breakpoints instead.
2136
2137 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2138 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2139 make this pc address equal to the value it would have if the
2140 system stepping capability was used. Also set a new flag used
2141 to ensure that we don't readjust the PC one more time later.
2142
2143 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2144 address by DECR_PC_AFTER_BREAK when software single step is
2145 in use for this architecture, as this has already been taken
2146 care of in handle_inferior_event().
2147
2148 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2149
2150 * infrun.c (handle_inferior_event): Minor reformatting, to make
2151 a rather long condition expression easier to read.
2152
2153 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2154
2155 * Makefile.in (gdbtk.o): Move to end of file.
2156 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2157 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2158 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2159 (gdbtk-wrapper.o, gdbres.o): Ditto.
2160
2161 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2162
2163 * Makefile.in (copying.o): Separate out compile rule.
2164 (hpux-thread.o, procfs.o, signals.o): Ditto.
2165 (v850ice.o, z8k-tdep.o): Ditto.
2166 (tui-file.o): Move to TUI section.
2167 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2168 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2169
2170 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2171
2172 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2173 skip_trampoline_code, for better namespace-proofing.
2174
2175 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2176
2177 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2178
2179 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2180
2181 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2182
2183 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2184 signal, check whether we hit a breakpoint before checking for a
2185 single step breakpoint. Otherwise, GDB fails to notice that a
2186 breakpoint has been hit when stepping onto a breakpoint.
2187
2188 2002-08-16 Keith Seitz <keiths@redhat.com>
2189
2190 * gdb-events.sh (clear_gdb_event_hooks): New function.
2191 * gdb-events.c: Regenerate.
2192 * gdb-events.h: Regenerate.
2193
2194 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2195
2196 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2197 not_a_sw_breakpoint.
2198 * breakpoint.h (bpstat_stop_status): Add parameter names.
2199
2200 2002-08-16 Grace Sainsbury <graces@redhat.com>
2201
2202 * remote.c (remote_insert_hw_breakpoint)
2203 (remote_remove_hw_breakpoint): Fix calculation of length field
2204 for Z-packet.
2205
2206 2002-08-15 Michael Snyder <msnyder@redhat.com>
2207
2208 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2209 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2210 (supply_fpregset): Ditto.
2211
2212 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2213 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2214 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2215 (TARGET_READ_SP): Delete.
2216 (DO_REGISTERS_INFO): Delete.
2217 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2218 Delete.
2219 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2220 from macros to functions.
2221
2222 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2223 (mips_register_convertible, mips_register_convert_to_virtual,
2224 mips_register_convert_to_raw): Make static.
2225 (mips_read_sp): New function.
2226 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2227 (mips_do_registers_info): Make static.
2228 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2229 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2230 (mips_register_convert_from_type, mips_register_convert_to_type):
2231 New functions.
2232 (mips_gdbarch_init): Set up function_start_offset,
2233 register_virtual_size, pc_in_sigtramp.
2234
2235 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2236
2237 * infcmd.c (vector_info): New function.
2238 (_initialize_infcmd): Add command "info vector".
2239 (print_vector_info): New function.
2240
2241 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2242 * gdbarch.h, gdbarch.c: Regenerate.
2243
2244 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2245
2246 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2247 ``print_all''. Only print vector registers when ``print_all''.
2248
2249 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2250
2251 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2252 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2253
2254 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2255 Add `args' parameter.
2256 * gdbarch.h, gdbarch.c: Regenerate.
2257
2258 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2259
2260 * infcmd.c (float_info): Call print_float_info.
2261 (print_float_info): New function. By default, print the
2262 floating-point registers.
2263
2264 * arch-utils.h (default_print_float_info): Delete declaration.
2265 * arch-utils.c (default_print_float_info): Delete function.
2266
2267 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2268
2269 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2270 out define.
2271
2272 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2273 FRAME.
2274
2275 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2276 * configure.host: Make i[3456]86-*-aix host obsolete.
2277 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2278 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2279 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2280 config/i386/xm-i386aix.h: Make files obsolete.
2281 * i386aix-nat.c: Make file obsolete.
2282 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2283 (i386aix-nat.o): Make target obsolete.
2284
2285 * config/i386/nm-gnu.h: Removed.
2286 * config/i386/nm-i386gnu.h: New file.
2287 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2288 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2289 Moved here from ...
2290 * config/i386/tm-i386gnu.h: ... here. Removed.
2291 * config/i386/xm-i386gnu.h: Removed.
2292 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2293 (NAT_FILE): Set to nm-i386gnu.h.
2294 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2295 * i386-tdep.c: New file.
2296 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2297 (i386gnu-tdep.o): Specify dependencies.
2298
2299 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2300
2301 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2302 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2303 Adjust a few comments to reflect reality a bit closer.
2304 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2305 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2306 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2307 target_insert_watchpoint, target_remove_watchpoint):
2308 Move defines to ...
2309 * config/i386/nm-i386sco5.h: ... here.
2310 (kernel_u_size): Add prototype. Improve a few comments and add
2311 protection against multiple inclusion.
2312
2313 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2314 out define.
2315
2316 * uw-thread.c (SP_ARG0): Define if not already defined.
2317 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2318
2319 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2320
2321 * config/i386/tm-i386.h: Don't include "regcache.h".
2322
2323 * i387-tdep.h (i387_print_float_info): New prototype.
2324 * i387-tdep.c (print_i387_value, print_i387_ext,
2325 print_i387_status_word, print_i387_control_word): Add `struct
2326 ui_file *' argument and use it for output.
2327 (i387_print_float_info): Renamed from i387_float_info. Add
2328 `struct gdbarch *' and `struct ui_file *' arguments and use the
2329 latter for output.
2330 * i386-tdep.c: Include "i387-tdep.h".
2331 (i386_gdbarch_init): Set print_float_info.
2332 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2333 (FLOAT_INFO): Remove define.
2334
2335 2002-08-13 Michael Snyder <msnyder@redhat.com>
2336
2337 * mips-tdep.c (mips_push_arguments): Rename to
2338 mips_eabi_push_arguments, and tune for EABI.
2339 (MIPS_REGS_HAVE_HOME_P): Delete.
2340 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2341 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2342 Delete references to mips_regs_have_home_p.
2343
2344 2002-08-14 Keith Seitz <keiths@redhat.com>
2345
2346 * Makefile.in (install-gdbtk): Create insight plugin directory.
2347 Install plugins.tcl file.
2348
2349 2002-08-14 Keith Seitz <keiths@redhat.com>
2350
2351 * configure.in: Move SUBDIRS to near top of the file so that
2352 --enable options may add things to it.
2353 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2354 * configure: Regenerate.
2355
2356 2002-08-13 Michael Snyder <msnyder@redhat.com>
2357
2358 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2359 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2360 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2361
2362 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2363
2364 * vax-tdep.c (vax_get_saved_register): Delete function.
2365 (vax_gdbarch_init): Update.
2366 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2367 (ns32k_gdbarch_init): Update.
2368 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2369 (alpha_gdbarch_init): Update.
2370
2371 2002-08-13 Andrew Cagney <cagney@redhat.com>
2372
2373 * regcache.c (init_regcache_descr): Overallocate the
2374 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2375 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2376 nr_raw_registers.
2377 (set_register_cached): Add range checking assertions. Use
2378 current_regcache.
2379
2380 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2381
2382 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2383 numbers for MMX registers.
2384
2385 2002-08-13 Andrew Cagney <cagney@redhat.com>
2386
2387 * i386-tdep.c (i386_gdbarch_init): Use
2388 generic_unwind_get_saved_register.
2389
2390 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2391
2392 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2393 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2394 target vector.
2395 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2396 Delete. Add comment regarding this now-deleted target method.
2397
2398 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2399
2400 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2401 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2402 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2403 real PC and the page number (if it's within the memory bank window).
2404 (m68hc11_pseudo_register_write): Likewise when saving.
2405 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2406 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2407 (m68hc11_register_raw_size): And use 32-bit for it.
2408 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2409 16K memory bank is used by the prog; also use the virtual pc.
2410
2411 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2412
2413 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2414 (m68hc11_gdbarch_init): Install it in gdbarch.
2415 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2416 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2417 (MSYMBOL_SIZE): New for documentation.
2418 (insn_return_kind): Enum to specify how a function returns.
2419 (frame_extra_info): Cleanup and record the return mode.
2420 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2421 register in address computation.
2422 (m68hc11_get_return_insn): New to obtain the return instruction used
2423 by the function.
2424 (m68hc11_frame_init_saved_regs): Take into account the return
2425 instruction used by the function for far and interrupt functions.
2426 (m68hc11_init_extra_frame_info): Take into account page register.
2427 (m68hc11_frame_args_address): Adjust according to the return mode.
2428 (show_regs): Print page register only when it's used.
2429
2430 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2431
2432 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2433 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2434 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2435 registers.
2436 (m68hc11_register_raw_size): Likewise.
2437
2438 2002-08-13 Andrew Cagney <cagney@redhat.com>
2439
2440 * i386-tdep.c (i386_register_name): Handle mmx registers.
2441 (mmx_regnum_p): New function.
2442 (i386_mmx_names): New array.
2443 (mmx_num_regs): New variable.
2444 (i386_pseudo_register_read): New function.
2445 (i386_pseudo_register_write): New function.
2446 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2447
2448 * regcache.c (regcache_raw_read_unsigned): New function.
2449 (regcache_raw_read_signed): New function.
2450 * regcache.h (regcache_raw_read_unsigned): Declare.
2451 (regcache_raw_read_signed): Declare.
2452
2453 2002-08-13 Andrew Cagney <cagney@redhat.com>
2454
2455 * regcache.c (regcache_raw_read_as_address): Delete function.
2456 (regcache_cooked_read_signed): New function.
2457 (regcache_cooked_read_unsigned): New function.
2458 * regcache.h (regcache_cooked_read_signed): Declare.
2459 (regcache_cooked_read_unsigned): Declare.
2460 (regcache_raw_read_as_address): Delete declaration.
2461
2462 * blockframe.c (generic_read_register_dummy): Use
2463 regcache_cooked_read_unsigned.
2464 * i386-tdep.c (i386_extract_struct_value_address): Use
2465 regcache_cooked_read_unsigned.
2466
2467 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2468
2469 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2470 double sizes according to ELF ABI flags.
2471 (gdbarch_tdep): Record elf_flags.
2472
2473 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2474
2475 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2476 (m6812_prolog): They can appear in 68HC12 function prologue.
2477 (m68hc11_frame_chain): Cleanup.
2478
2479 2002-08-12 Andrew Cagney <cagney@redhat.com>
2480
2481 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2482 declarations.
2483 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2484 (i386_linux_register_raw_size): Delete function.
2485 (i386_linux_init_abi): Update.
2486 * i386-tdep.c (i386_register_raw_size): Delete function.
2487 (i386_register_byte): Delete function.
2488 (i386_gdbarch_init): Update.
2489 (i386_register_size): Delete array.
2490 (i386_register_offset): Delete array.
2491
2492 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2493 (REGISTER_RAW_SIZE): Delete macro.
2494 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2495 (REGISTER_BYTE): Delete macro.
2496
2497 2002-08-11 Aidan Skinner <aidan@velvet.net>
2498
2499 * ada-lang.c (ada_lookup_partial_symbol)
2500 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2501 prototype names so that grep ^func works properly.
2502
2503 * ada-lang.c (ada_array_element_type)
2504 (ada_lookup_partial_symbol): Fix typos in parameter list.
2505
2506 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2507 Fix prototype names so that grep ^func works properly.
2508
2509 2002-08-10 Andrew Cagney <cagney@redhat.com>
2510 Elena Zannoni <ezannoni@redhat.com>
2511 Martin M. Hunt <hunt@redhat.com>
2512
2513 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2514 (build_builtin_type_vec128i): Set the vector bit.
2515 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2516 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2517 (build_builtin_type_vec64): New function.
2518 (build_builtin_type_vec64i): New function.
2519 (build_gdbtypes): Initialize builtin_type_vec64 and
2520 builtin_type_vec64i.
2521
2522 2002-08-09 Andrew Cagney <cagney@redhat.com>
2523
2524 * regcache.c (regcache_dump): Compare the register offset
2525 with REGISTER_BYTE.
2526 * arch-utils.c (generic_register_byte): New function.
2527 * arch-utils.h (generic_register_byte): Declare.
2528 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2529 * gdbarch.h, gdbarch.c: Regenerate.
2530
2531 2002-08-09 Andrew Cagney <cagney@redhat.com>
2532
2533 * regcache.c: Include "gdbcmd.h"
2534 (_initialize_regcache): Add commands "maintenance print
2535 registers", "maintenance print raw-registers" and "maintenance
2536 print cooked-registers".
2537 (enum regcache_dump_what): Define.
2538 (dump_endian_bytes): New function.
2539 (regcache_dump): New function.
2540 (regcache_print): New function.
2541 (maintenance_print_registers): New function.
2542 (maintenance_print_raw_registers): New function.
2543 (maintenance_print_cooked_registers): New function.
2544 * Makefile.in (regcache.o): Update dependencies.
2545
2546 2002-08-09 Michael Snyder <msnyder@redhat.com>
2547
2548 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2549 (mips_push_arguments): Correct some comments. Use paddr_nz
2550 for printing addresses in debug output. Replace static
2551 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2552 (mips_n32n64_push_arguments): New function, cloned from
2553 mips_push_arguments and tuned for the n32/n64 ABI.
2554 (mips_push_register): Buffer needs dynamic allocation.
2555 (mips_print_register): Ditto.
2556 (do_gp_register_row): Ditto.
2557 (mips_store_return_value): Ditto.
2558 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2559
2560 2002-08-09 Don Howard <dhoward@redhat.com>
2561
2562 * memattr.c (mem_info_command): Print special case of upper bound
2563 as max CORE_ADDR + 1.
2564
2565 2002-08-08 Michael Snyder <msnyder@redhat.com>
2566
2567 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2568 returns structs by ref if they're too big to fit in two registers.
2569
2570 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2571
2572 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2573 saved regs value.
2574 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2575 mips_find_saved_regs().
2576 (mips_pop_frame): Likewise.
2577
2578 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2579
2580 * blockframe.c (frame_saved_regs_register_unwind): Revise
2581 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2582 frames are in use.
2583
2584 2002-08-09 Grace Sainsbury <graces@redhat.com>
2585
2586 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2587 T-packets; the 'a' is not taken as a register number.
2588 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2589 (remote_stopped_data_address): New functions; add to target
2590 vector.
2591 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2592 prototypes to match other implementations of this
2593 function. replace integer argument with pointer -- the length
2594 field in the Z-packet is the length of what is pointed to or 1 if
2595 pointer is null. Add to target vector.
2596 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2597 target vector.
2598
2599 From Mark Salter:
2600 * remote.c (remote_wait): Add support to extract optional
2601 watchpoint information from T-packet. Ignore unrecognized
2602 optional info in T-packet.
2603 (remote_async_wait): Ditto.
2604
2605 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2606
2607 * cli/cli-dump.c: Change fopen modes to use binary open modes
2608 as defined in include/fopen-bin.h throughout.
2609
2610 2002-08-08 Michael Snyder <msnyder@redhat.com>
2611
2612 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2613
2614 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2615
2616 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2617 assertion failure by returning early after a warning.
2618
2619 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2620
2621 * mips-tdep.c (mips_find_saved_regs): Make static.
2622 (mips_frame_init_saved_regs): New function.
2623 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2624 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2625 (mips_find_saved_regs): Delete declaration.
2626
2627 2002-08-08 Grace Sainsbury <graces@redhat.com>
2628
2629 * remote.c (remote_wait, remote_async_wait): Change
2630 thread_num from int to ULONGEST.
2631 (unpack_varlen_hex): Change result parameter from
2632 int * to ULONGEST *.
2633
2634 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2635
2636 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2637 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2638 powerpc*-*-*.
2639 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2640
2641 2002-08-08 Andrew Cagney <cagney@redhat.com>
2642
2643 * gcore.c (override_derive_stack_segment): Delete variable.
2644 (preempt_derive_stack_segment): Delete function.
2645 (derive_stack_segment): Delete function.
2646 (default_derive_stack_segment): Renamed to derive_stack_segment.
2647 (override_derive_heap_segment): Delete variable.
2648 (preempt_derive_heap_segment): Delete function.
2649 (derive_heap_segment): Delete function.
2650 (default_derive_heap_segment): Rename to derive_heap_segment.
2651
2652 2002-08-06 Michael Snyder <msnyder@redhat.com>
2653
2654 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2655 * mips-tdep.c (mips_EABI_use_struct_convention,
2656 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2657 New functions. (mips_use_struct_convention): Delete.
2658 (mips_gdbarch_init): set use_gdbarch_convention.
2659
2660 2002-08-06 Michael Snyder <msnyder@redhat.com>
2661
2662 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2663 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2664 mips_o32_reg_struct_has_addr): New functions.
2665 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2666
2667 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2668
2669 * regcache.c (pseudo_register): Delete function.
2670 (fetch_register): Delete function.
2671 (store_register): Delete function.
2672 (regcache_raw_read, legacy_read_register_gen): Use
2673 target_fetch_registers instead of fetch_register.
2674 (legacy_write_register_gen, regcache_raw_write): Use
2675 target_store_register instead of store_register.
2676 (write_register_bytes): Ditto.
2677
2678 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2679 (STORE_PSEUDO_REGISTER): Delete.
2680 * gdbarch.h, gdbarch.c: Regenerate.
2681
2682 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2683
2684 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2685 write dump file binary.
2686
2687 2002-08-05 Michael Snyder <msnyder@redhat.com>
2688
2689 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2690 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2691 (mips_gdbarch_init): Set N32 target to be mips64.
2692
2693 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2694
2695 * frame.c (find_saved_register): Break out of loop once saved
2696 register address is found. Don't mention sparc in loop comment
2697 anymore.
2698
2699 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2700
2701 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2702 mips_default_saved_regsize to 8.
2703
2704 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2705
2706 * gcore.c: Do not include <sys/procfs.h>.
2707 * Makefile.in (gcore.o): Update dependencies.
2708
2709 2002-08-06 Andrew Cagney <cagney@redhat.com>
2710
2711 * configure.tgt: Make arc-*-* obsolete.
2712 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2713 * MAINTAINERS: Make arc-elf obsolete.
2714 * arc-tdep.c: Make file obsolete.
2715 * config/arc/arc.mt: Ditto.
2716 * config/arc/tm-arc.h: Ditto.
2717
2718 2002-08-05 Theodore A. Roth <troth@verinet.com>
2719
2720 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2721
2722 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2723
2724 * mcore-tdep.c (mcore_gdbarch_init): Use
2725 generic_unwind_get_saved_register instead of
2726 generic_get_saved_register.
2727 * v850-tdep.c (v850_gdbarch_init): Ditto.
2728 * frv-tdep.c (frv_gdbarch_init): Ditto.
2729 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2730 * s390-tdep.c (s390_gdbarch_init): Ditto.
2731 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2732 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2733 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2734
2735 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2736
2737 * objfiles.h: Add missing #include "symfile.h"
2738
2739 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2740
2741 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2742
2743 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2744 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2745 of FIELD_BITSIZE.
2746
2747 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2748
2749 * NEWS: Cleanup and nitpick.
2750
2751 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2752
2753 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2754
2755 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2756
2757 * Makefile.in (gdbtk-bp.o): Update dependencies.
2758 (gdbtk-register.o): Ditto.
2759 (gdbtk-varobj.o): Ditto.
2760
2761 2002-08-03 Andrew Cagney <cagney@redhat.com>
2762
2763 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2764 m68hc11_fetch_pseudo_register.
2765 (m68hc11_pseudo_register_write): Replace
2766 m68hc11_store_pseudo_register.
2767 (m68hc11_gdbarch_init): Update.
2768
2769 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2770
2771 * gdbarch.sh: Include "gdb_string.h".
2772 * gdbarch.c: Regenerate.
2773
2774 * regcache.c: Include "gdb_string.h".
2775 * ax-general.c: Ditto.
2776 * varobj.c: Ditto.
2777 * std-regs.c: Ditto.
2778 * fbsd-proc.c: Ditto.
2779 * thread.c: Ditto.
2780
2781 * Makefile.in (regcache.o): Update dependencies.
2782 (thread.o, gdbarch.o): Ditto.
2783 (ax-general.o, gdbarch.o): Ditto.
2784 (varobj.o, std-regs.o): Ditto.
2785 (fbsd-proc.o): Specify dependencies.
2786
2787 2002-08-02 Andrew Cagney <cagney@redhat.com>
2788
2789 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2790 regnum.
2791 (regcache_cooked_write): Ditto.
2792
2793 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2794
2795 * regcache.c (regcache_cooked_read): New function.
2796 (regcache_cooked_write): New function.
2797 (read_register_gen): Rewrite using regcache_cooked_read.
2798 (write_register_gen): Rewrite using regcache_cooked_write.
2799
2800 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2801 Declare.
2802
2803 2002-08-02 Andrew Cagney <cagney@redhat.com>
2804
2805 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2806 Replace the architecture methods register_read and register_write.
2807 * gdbarch.h, gdbarch.c: Regenerate.
2808 * regcache.c (init_regcache_descr): Update.
2809 (read_register_gen): Update.
2810 (write_register_gen): Update.
2811 (supply_register): Update comment.
2812
2813 * sh-tdep.c (sh_gdbarch_init): Update.
2814 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2815 `regcache' and `gdbarch' parameters. Make `buffer' a void
2816 pointer. Update code.
2817 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2818 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2819 void pointer. Update code.
2820 (sh64_register_write): Delete.
2821 (sh4_register_read): Delete.
2822 (sh64_register_read): Delete.
2823 (sh4_register_write): Delete.
2824 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2825 void pointer, `to' parameter a void pointer.
2826 (sh_sh64_register_convert_to_raw): Ditto.
2827
2828 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2829
2830 * mips-tdep.c (mips_register_virtual_type): Use architecture
2831 invariant return values.
2832
2833 2002-08-01 Andrew Cagney <cagney@redhat.com>
2834
2835 * linux-proc.c: Include "gdb_string.h".
2836 * Makefile.in (linux-proc.o): Update dependency list.
2837
2838 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2839
2840 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2841 comment.
2842
2843 2002-08-01 Grace Sainsbury <graces@redhat.com>
2844
2845 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2846 to_insert_watchpoint, to_remove_watchpoint,
2847 to_stopped_by_watchpoint, to_stopped_data_address,
2848 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2849 target vecctor. Define their corresponding macros so they call
2850 them.
2851
2852 * target.c: Add default and debug versions of for
2853 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2854 to_insert_watchpoint, to_remove_watchpoint,
2855 to_stopped_by_watchpoint, to_stopped_data_address,
2856 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2857
2858 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2859
2860 * mips-tdep.c (mips_register_virtual_type): New function.
2861 (mips_gdbarch_init): Register mips_register_virtual_type()
2862 with gdbarch machinery.
2863 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2864 this file instead of tm-bigmips.h.
2865 (MIPS_REGSIZE): Delete this macro.
2866 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2867 multiarch version in mips-tdep.c will be found.
2868
2869 2002-08-01 Andrew Cagney <cagney@redhat.com>
2870
2871 * NEWS: Menion that CHILL has been made obsolete.
2872
2873 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
2874 * stabsread.c (read_range_type): Ditto.
2875 * gdbtypes.h: Ditto.
2876 * language.c (binop_type_check): Ditto.
2877 (binop_result_type): Ditto.
2878 (integral_type): Ditto.
2879 (character_type): Ditto.
2880 (string_type): Ditto.
2881 (boolean_type): Ditto.
2882 (structured_type): Ditto.
2883 (lang_bool_type): Ditto.
2884 (binop_type_check): Ditto.
2885 * language.h (_LANG_chill): Ditto.
2886 * dwarfread.c (set_cu_language): Ditto.
2887 * dwarfread.c (CHILL_PRODUCER): Ditto.
2888 * dwarfread.c (handle_producer): Ditto.
2889 * expression.h (enum exp_opcode): Ditto.
2890 * eval.c: Ditto for comments.
2891 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2892 * expprint.c (print_subexp): Ditto.
2893 (print_subexp): Ditto.
2894 * valops.c (value_cast): Ditto.
2895 (search_struct_field): Ditto.
2896 * value.h (COERCE_VARYING_ARRAY): Ditto.
2897 * symfile.c (init_filename_language_table): Ditto.
2898 (add_psymbol_with_dem_name_to_list): Ditto.
2899 * valarith.c (value_binop): Ditto.
2900 (value_neg): Ditto.
2901 * valops.c (value_slice): Ditto.
2902 * symtab.h (union language_specific): Ditto.
2903 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2904 (SYMBOL_DEMANGLED_NAME): Ditto.
2905 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2906 * defs.h (enum language): Ditto.
2907 * symtab.c (got_symtab): Ditto.
2908 * utils.c (fprintf_symbol_filtered): Ditto.
2909
2910 * ch-typeprint.c: Make file obsolete.
2911 * ch-valprint.c: Make file obsolete.
2912 * ch-lang.h: Make file obsolete.
2913 * ch-exp.c: Make file obsolete.
2914 * ch-lang.c: Make file obsolete.
2915
2916 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2917 CHILL_LIB.
2918 (TARGET_FLAGS_TO_PASS): Ditto.
2919 (CHILLFLAGS): Obsolete.
2920 (CHILL): Obsolete.
2921 (CHILL_FOR_TARGET): Obsolete.
2922 (CHILL_LIB): Obsolete.
2923 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2924 ch-valprint.c.
2925 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2926 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2927 ch-lang.o.
2928 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2929 targets.
2930
2931 2002-07-31 Joel Brobecker <brobecker@gnat.com>
2932
2933 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2934 This does not change anything at the moment, but will be helpful
2935 later when full Ada support is integrated.
2936
2937 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2938
2939 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2940 help message.
2941
2942 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2943
2944 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2945 and save it in a local variable. Use variable in later test.
2946
2947 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2948
2949 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2950 test. (Thanks to Daniel Jacobowitz.)
2951
2952 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2953
2954 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2955 (mips_abi_strings): Add "n64".
2956 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2957
2958 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2959
2960 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2961 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2962
2963 2002-07-31 Kevin Buettner <kevinb@redhat.com>
2964
2965 * utils.c (host_pointer_to_address, address_to_host_pointer):
2966 Use gdb_assert() instead of explicit call to internal_error().
2967
2968 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2969
2970 * Makefile.in (rs6000-nat.o): Update dependencies.
2971
2972 From Nicholas Duffek:
2973 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2974 (aix-thread.o): New rule.
2975 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2976 * config/powerpc/aix432.mh: New file.
2977
2978 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2979
2980 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2981 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2982 (fetch_core_registers, ppc_linux_supply_gregset)
2983 (ppc_linux_supply_fpregset): New functions.
2984 (ppc_linux_regset_core_fns): New.
2985 (_initialize_ppc_linux_tdep): Call add_core_fns.
2986 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2987 and ppc_linux_supply_gregset.
2988 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2989 (supply_fpregset): Call ppc_linux_supply_fpregset.
2990 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2991 corelow.o.
2992 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2993
2994 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
2995
2996 * symtab.c (lookup_symbol): Demangle before lowercasing.
2997
2998 2002-07-30 Andrew Cagney <ac131313@redhat.com>
2999
3000 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3001 declaration.
3002 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3003 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3004 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3005 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3006 "gdb_string.h".
3007 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3008 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3009 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3010 (avr-tdep.o, mon960-rom.o): Ditto.
3011 (aout_stabs_gnu_h): Define.
3012 (symtab_h): Remove $(gdb_obstack_h).
3013
3014 2002-07-30 Jim Blandy <jimb@redhat.com>
3015
3016 Patch from David Carlton <carlton@math.stanford.edu>:
3017 * gdbinit.in: Move the `dir' commands that add GDB's own source
3018 directory to the search path to the end, so that the `gdb' source
3019 directory will be searched first.
3020
3021 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3022
3023 * gdb_obstack.h: New file.
3024 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3025 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3026 * objfiles.h: Include "gdb_obstack.h".
3027 * Makefile.in (gdb_obstack_h): Define.
3028 (symtab_h): Add $(gdb_obstack_h).
3029 (objfiles_h): Add $(gdb_obstack_h).
3030
3031 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3032 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3033 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3034 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3035 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3036 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3037 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3038 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3039
3040 * Makefile.in (bcache.o): Update dependencies.
3041 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3042 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3043 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3044 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3045 (stabsread.o, symfile.o, symmisc.o): Ditto.
3046 (symtab.o, typeprint.o, macroexp.o): Ditto.
3047 (macrotab.o, mdebugread.o): Ditto.
3048 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3049 (coff_ecoff_h, aout_aout64_h): Define.
3050 (aout_stabs_gnu_h, libaout_h): Define.
3051
3052 2002-07-29 Andrew Cagney <cagney@redhat.com>
3053
3054 * regcache.c (struct regcache_descr): Rename nr_registers to
3055 nr_cooked_registers. Revise comments describing the structure
3056 member fields.
3057 (init_regcache_descr): Update.
3058 (init_legacy_regcache_descr): Update.
3059 (read_register_gen, write_register_gen): When a cooked register in
3060 the raw register range, directly access the value from the raw
3061 register cache.
3062
3063 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3064
3065 * z8k-tdep.c: Do not include "obstack.h".
3066 * h8300-tdep.c, h8500-tdep.c: Ditto.
3067 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3068 * valprint.c, v850-tdep.c: Ditto.
3069 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3070 * mn10200-tdep.c: Ditto.
3071
3072 * Makefile.in (z8k-tdep.o): Update dependencies.
3073 (m68hc11-tdep.o, valprint.o): Ditto.
3074 (v850-tdep.o, d10v-tdep.o): Ditto.
3075 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3076 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3077 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3078 (sh_opc_h, gdb_sim_sh_h): Define.
3079 (elf_sh_h, elf_bfd_h): Define.
3080 (opcode_m68hc11_h): Define.
3081 (OPCODES_SRC, OPCODES_DIR): define.
3082 (OPCODES): Use $(OPCODES_DIR).
3083 (gdb_sim_d10v_h): Rename sim_d10v_h.
3084 (gdb_sim_arm_h): Rename sim_arm_h.
3085
3086 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3087
3088 * utils.c (host_pointer_to_address, address_to_host_pointer):
3089 Change internal_error() message to indicate function responsible
3090 for the error.
3091
3092 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3093
3094 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3095 calls to local_hex_string_custom().
3096
3097 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3098
3099 * irix5-nat.c: Move IRIX shared library support from here...
3100 * solib-irix.c: ...to here. Revised substantially to work with
3101 generic solib framework.
3102
3103 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3104 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3105 * mips-irix-tdep.c: New file.
3106
3107 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3108 (mips-irix-tdep.o, solib-irix.o): New rules.
3109 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3110 solib-irix.o.
3111 * config/mips/irix6.mt (TDEPFILES): Likewise.
3112 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3113
3114 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3115
3116 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3117 disabled (via ``#if 0'') includes.
3118
3119 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3120
3121 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3122 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3123 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3124 Add support for the fpscr register.
3125 * rs6000-nat.c (regmap, fetch_inferior_registers)
3126 (store_inferior_registers, fetch_core_registers): Likewise.
3127
3128 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3129
3130 * rs6000-nat.c (language.h): Include.
3131 (special_regs): Delete this array.
3132 (regmap): New function.
3133 (fetch_register, store_register): Use regmap() to map gdb
3134 register numbers to ptrace register numbers. Also, use
3135 outputs from regmap() to make decisions regarding type of
3136 ptrace() call to make. In particular, don't compare against
3137 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3138 (fetch_inferior_registers, store_inferior_registers): Where
3139 possible, obtain register numbers from tdep struct. Don't
3140 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3141 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3142 (LAST_UISA_SP_REGNUM): Delete.
3143
3144 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3145
3146 * rs6000-nat.c (ppc-tdep.h): Include.
3147 (fetch_registers, store_register, fetch_core_registers): Don't
3148 access registers[] directly. Instead, use supply_register() or
3149 regcache_collect() as appropriate.
3150 (find_toc_address): Format hex address with local_hex_string().
3151
3152 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3153
3154 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3155 bfd/elf32-frv.c.
3156
3157 2002-07-24 Tom Tromey <tromey@redhat.com>
3158
3159 * jv-exp.y: Marked all strings with _().
3160 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3161 internal_error.
3162 (MethodInvocation, CastExpression, parse_number, yyerror,
3163 java_type_from_name, push_expression_name, yylex): Typo fixes.
3164
3165 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3166
3167 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3168 (tee_file_flush, tee_file_write, tee_file_fputs)
3169 (tee_file_isatty): New.
3170 * ui-file.h (tee_file_new): Add prototype.
3171
3172 2002-07-24 Aidan Skinner <aidan@velvet.net>
3173
3174 * ada-lang.c: Change k&r style function definitions to prototyped
3175 form.
3176 * ada-typeprint.c: Change k&r style function definitions to prototyped
3177 form.
3178 * ada-valprint.c: Change k&r style function definitions to prototyped
3179 form.
3180
3181 2002-07-24 Andrew Cagney <cagney@redhat.com>
3182
3183 * README: Remove reference to remote-bug.
3184 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3185 remote-bug.c.
3186 (m88k-nat.o): Delete rule.
3187 (m88k-tdep.o): Delete rule.
3188 (remote-bug.o): Delete rule.
3189 * MAINTAINERS: Mark as obsolete.
3190 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3191 * m88k-tdep.c: Make file obsolete.
3192 * config/m88k/m88k.mh: Ditto.
3193 * config/m88k/delta88v4.mh: Ditto.
3194 * config/m88k/delta88v4.mt: Ditto.
3195 * config/m88k/delta88.mt: Ditto.
3196 * config/m88k/delta88.mh: Ditto.
3197 * remote-bug.c: Ditto.
3198 * config/m88k/tm-delta88.h: Ditto.
3199 * config/m88k/nm-delta88v4.h: Ditto.
3200 * config/m88k/xm-delta88.h: Ditto.
3201 * config/m88k/xm-dgux.h: Ditto.
3202 * config/m88k/tm-m88k.h: Ditto.
3203 * config/m88k/nm-m88k.h: Ditto.
3204 * config/m88k/tm-delta88v4.h: Ditto.
3205 * m88k-nat.c: Ditto.
3206 * cxux-nat.c: Ditto.
3207 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3208 and m88*-*-* obsolete.
3209 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3210 m88*-*-* obsolete.
3211
3212 2002-07-24 Andrew Cagney <cagney@redhat.com>
3213
3214 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3215 constant. Same for local pointer variables.
3216 (extract_signed_integer): Ditto.
3217 * defs.h (extract_unsigned_integer): Update.
3218 (extract_signed_integer): Update.
3219
3220 2002-07-24 Andrew Cagney <cagney@redhat.com>
3221
3222 * regcache.c (regcache_raw_write): Change buf parameter to a
3223 constant void pointer.
3224 (regcache_raw_read): Change buf parameter to a void pointer.
3225 (legacy_write_register_gen): Change myaddr parameter a constant
3226 void pointer.
3227 (supply_register): Change val parameter to a const void pointer.
3228 * regcache.h (regcache_raw_write): Update declaration.
3229 (regcache_raw_read): Update declaration.
3230 (supply_register): Update declaration.
3231
3232 2002-07-24 Tom Tromey <tromey@redhat.com>
3233
3234 * defs.h (gdb_readline_wrapper): Declare.
3235 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3236 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3237 * top.c (gdb_readline_wrapper): New function.
3238 (command_line_input): Use it.
3239
3240 2002-07-24 Andrew Cagney <cagney@redhat.com>
3241
3242 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3243 regcache_read and regcache_write.
3244 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3245 * regcache.c: Update.
3246 * sh-tdep.c (sh64_push_arguments): Update comment.
3247 (sh_pseudo_register_read): Update.
3248 (sh_pseudo_register_write): Update.
3249 (sh4_register_read): Update.
3250 (sh4_register_write): Update.
3251 (sh64_pseudo_register_read): Update.
3252 (sh64_pseudo_register_write): Update.
3253 (sh64_register_read): Update.
3254 (sh64_register_write): Update.
3255 * i386-tdep.c (i386_extract_return_value): Update.
3256 (i386_extract_struct_value_address): Update.
3257 (i386_extract_return_value): Update.
3258 * blockframe.c (generic_read_register_dummy): Update.
3259 (generic_call_dummy_register_unwind): Update
3260 * infrun.c (write_inferior_status_register): Update.
3261
3262 2002-07-23 Jim Blandy <jimb@redhat.com>
3263
3264 * parser-defs.h (expression_context_pc): Make this extern.
3265 (Thanks to Michael Snyder.)
3266
3267 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3268
3269 GDB 5.2.1 released from 5.2 branch.
3270 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3271 * README: Update to mention 5.2.1.
3272
3273 2002-07-23 Mark Salter <msalter@redhat.com>
3274
3275 * remote.c (remote_read_bytes): Fix check for error.
3276
3277 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3278
3279 * aix-thread.c (language.h): Include.
3280 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3281 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3282 Print newlines at end of debug messages.
3283 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3284 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3285
3286 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3287
3288 * aix-thread.c (ppc-tdep.h): Include.
3289 (special_register_p): New function.
3290 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3291 (store_regs_user_thread): Use register number information from
3292 gdbarch_tdep struct instead of hardcoded offsets relative to
3293 FIRST_UISA_SP_REGNUM.
3294 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3295 special_register_p() instead of using FPLAST_REGNUM and
3296 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3297 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3298 will be MQ's register number.
3299
3300 2002-07-22 Michael Snyder <msnyder@redhat.com>
3301
3302 * aix-thread.c (ops): Rename to aix_thread_ops.
3303 (base_ops): Rename to base_target.
3304 (ops_attach): Rename to aix_thread_attach.
3305 (ops_detach): Rename to aix_thread_detach.
3306 (ops_resume): Rename to aix_thread_detach.
3307 (ops_wait): Rename to aix_thread_wait.
3308 (ops_kill): Rename to aix_thread_kill.
3309 (init_ops): Rename to init_aix_thread_ops.
3310 (ops_fetch_register): Rename to aix_thread_fetch_register.
3311 (ops_store_register): Rename to aix_thread_store_register.
3312 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3313 (ops_thread_alive): Rename to aix_thread_thread_alive.
3314 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3315 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3316 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3317 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3318 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3319 (store_regs_lib): Rename to store_regs_user_thread.
3320 (store_regs_kern): Rename to store_regs_kernel_thread.
3321
3322 2002-07-22 Michael Snyder <msnyder@redhat.com>
3323
3324 * aix-thread.c (ops_prepare_to_store): Eliminate.
3325 (init_ops): Don't initialize ops.prepare_to_store.
3326 (store_regs_kern): Pre-fetch register buffers from child,
3327 because some registers may not be in the cache. Copy
3328 regs from register cache only if they are cached.
3329 (store_regs_lib): Copy regs from register cache only
3330 if they are cached.
3331 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3332 fill_gprs64): Ditto.
3333
3334 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3335
3336 * aix-thread.c (gdb_assert.h): Include.
3337 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3338 register sizes (from register cache) match size of buffer holding
3339 register data.
3340 (fill_sprs32): Change parameter types to match those in the ptrace()
3341 buffer.
3342 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3343 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3344
3345 2002-07-22 Michael Snyder <msnyder@redhat.com>
3346
3347 * aix-thread.c (supply_sprs64): Cosmetic change.
3348 (supply_sprs32): Cosmetic change.
3349 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3350 (fill_sprs64): Use regcache_collect instead of read_register.
3351 (store_regs_lib): Use regcache_collect instead of
3352 read_register. Use fill_sprs32 instead of fill_sprs64,
3353 if debugging a 32-bit architecture.
3354 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3355 out of the register cache, instead of passing a pointer into
3356 the register cache directly to ptrace. Use regcache_collect
3357 insteaad of read_register.
3358 (ops_prepare_to_store): Use target_read_registers instead
3359 of read_register_bytes.
3360
3361 2002-07-20 Aidan Skinner <aidan@velvet.net>
3362
3363 * MAINTAINERS: Add self under write after approval.
3364
3365 2002-07-20 Aidan Skinner <aidan@velvet.net>
3366
3367 * ada-tasks.c: Change k&r style function definitions to prototyped
3368 form.
3369
3370 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3371
3372 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3373 * x86-64-tdep.c: Include "objfiles.h".
3374 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3375 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3376
3377 2002-07-17 Michal Ludvig <michal@suse.cz>
3378
3379 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3380 (update_context): Initialise cfa variable.
3381
3382 2002-07-17 Michael Snyder <msnyder@redhat.com>
3383
3384 * aix-thread.c: Shorten some long lines.
3385 Bring comments into line with code spec.
3386
3387 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3388
3389 * infrun.c: Re-indent using gdb_indent.sh.
3390
3391 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3392
3393 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3394 Leave the indentation temporarily untouched, to minimize the diffs.
3395
3396 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3397
3398 * stabsread.c: Make os9k sections of the code obsolete,
3399 for real this time.
3400 * stabsread.h: Make os9k sections of the code obsolete.
3401
3402 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3403
3404 * linux-low.c (regsets_store_inferior_registers): Add free()
3405 at the end of a loop to prevent memory leak.
3406 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3407 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3408 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3409 line a comment.
3410 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3411
3412 2002-07-17 Jim Blandy <jimb@redhat.com>
3413
3414 * macrocmd.c (info_macro_command): Remove newline from error
3415 message.
3416
3417 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3418
3419 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3420 (sh_gdbarch_init): Use it for sh-dsp.
3421
3422 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3423
3424 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3425 64-bit DWARF2 format.
3426
3427 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3428
3429 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3430 <sys/proc.h> when not available.
3431
3432 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3433
3434 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3435 * stabsread.c: Make os9k sections of the code obsolete.
3436 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3437 * config/i386/i386os9k.mt: Make file obsolete.
3438 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3439 (COMMON_OBS): Remove os9kread.o
3440 (SFILES): Remove os9kread.c.
3441 (os9kread.o, remote-os9k.o): Make target obsolete.
3442 * remote-os9k.c: Make file obsolete.
3443 * os9kread.c: Make file obsolete.
3444 * Makefile.in
3445
3446 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3447
3448 * NEWS: Mention that the FR30 has been made obsolete.
3449 * fr30-tdep.c: Make file obsolete.
3450 * config/fr30/tm-fr30.h: Ditto.
3451 * config/fr30/fr30.mt: Ditto.
3452 * configure.tgt: Make fr30-*-elf obsolete.
3453 * MAINTAINERS: Make fr30-elf obsolete.
3454
3455 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3456
3457 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3458 found is not inside a section.
3459
3460 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3461
3462 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3463 strerror().
3464 (pdc_realloc): Use xrealloc() instead of realloc().
3465
3466 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3467
3468 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3469 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3470 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3471 macros.
3472
3473 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3474
3475 * aix-thread.c (ptrace_check): Eliminate goto.
3476 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3477 problem.
3478
3479 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3480
3481 * aix-thread.c (gdbcmd.h): Include.
3482 (DEBUG, DBG, DBG2, dbg): Eliminate.
3483 (debug_aix_thread): New static global.
3484 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3485 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3486 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3487 invocations to DBG and DBG2 macros to test against
3488 ``debug_aix_thread'' and call fprintf_unfiltered().
3489 (_initialize_aix_thread): Add new command "set debug aix-thread".
3490
3491 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3492
3493 From Gerhard Tonn <TON@de.ibm.com>:
3494 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3495 instead of supply_register.
3496
3497 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3498
3499 * dwarf2cfi.c: Include "gdb_assert.h".
3500 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3501 non-NULL.
3502 (update_context): Do not use __func__. Add missing ``break''.
3503 (update_context): Do not use __func__.
3504
3505 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3506
3507 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3508 and its setting. Set gdbarch instruction printing functions
3509 directly. For non-rs6000 case use new function
3510 gdb_print_insn_powerpc.
3511 (gdb_print_insn_powerpc): New function.
3512
3513 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3514
3515 * NEWS: Mention that the d30v has been marked obsolete.
3516 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3517 * configure.tgt: Mark d30v-*-* as obsolete.
3518 * d30v-tdep.c: Mark file as obsolete.
3519 * config/d30v/d30v.mt: Ditto.
3520 * config/d30v/tm-d30v.h: Ditto.
3521
3522 2002-07-13 Aidan Skinner <aidan@velvet.net>
3523
3524 * ada-tasks.c (add_task_entry): replace calls to
3525 malloc() with xmalloc
3526 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3527
3528 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3529 ada_finish_decode_line_1, all_sals_for_line
3530 ada_breakpoint_rewrite): replace calls to free() with xfree()
3531
3532 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3533
3534 From Nicholas Duffek (with minor changes by Martin Hunt,
3535 Louis Hamilton, and Kevin Buettner):
3536 * aix-thread.c: New file.
3537
3538 2002-07-12 Petr Sorfa <petrs@caldera.com>
3539
3540 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3541 complaint for invalid attribute class or form.
3542 (read_func_scope): DW_AT_frame_base
3543 better handling of DW_AT_block*.
3544 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3545 better handling of DW_AT_block*.
3546 (read_common_block): DW_AT_location
3547 better handling of DW_AT_block*.
3548 (read_partial_die): DW_AT_location better handling
3549 of DW_AT_block*.
3550 (new_symbol): DW_AT_external better handling of
3551 DW_AT_block*. Proper initialization of variable
3552 "addr".
3553 (attr_form_is_block): New function that returns true
3554 if the attribute's form is of DW_FORM_block*.
3555
3556 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3557
3558 * valops.c (find_method_list): Remove comment about
3559 removed STATIC_MEMFUNCP argument.
3560 (value_find_oload_method_list): Likewise.
3561
3562 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3563
3564 From Nicholas Duffek:
3565 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3566 target_new_objfile_hook.
3567
3568 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3569
3570 From Nicholas Duffek:
3571 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3572 csect.
3573
3574 2002-07-12 Andrew Cagney <cagney@redhat.com>
3575
3576 * MAINTAINERS: Mention --enable-sim-build-warnings.
3577 (m68hc11-elf): Disable sim build warnings.
3578 (m32r-elf): Mark as broken obsolete candidate.
3579 (x86_64-linux-gnu): Mark as buildable with -Werror.
3580 (arm-elf): Change -w to ``,'' which enables warnings but not
3581 -Werror.
3582
3583 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3584
3585 * bcache.h: Update copyright.
3586 (struct bstring, struct bcache): Move definition to "bcache.c".
3587 Replaced by opaque declaration.
3588 (bcache_xfree): Replace free_bcache.
3589 (bcache_xmalloc, bcache_memory_used): Declare.
3590
3591 * bcache.c: Update copyright.
3592 (struct bstring, struct bcache): Moved to here from "bcache.h".
3593 Update comments.
3594 (bcache_xmalloc, bcache_memory_used): New functions.
3595 (bcache_xfree): Replace function free_bcache.
3596
3597 * Makefile.in (objfiles.o): Add $(bcache_h).
3598 (objfiles_h): Remove $(bcache_h).
3599 (symfile.o): Add $(bcache_h).
3600
3601 * symmisc.c: Update copyright.
3602 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3603 (print_objfile_statistics): Use bcache_memory_used.
3604
3605 * symfile.c: Include "bcache.h".
3606 (reread_symbols): Use bcache_xfree.
3607 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3608 (add_psymbol_to_list): Pass psymbol_cache by value.
3609 (add_psymbol_with_dem_name_to_list): Ditto.
3610
3611 * objfiles.h: Update copyright.
3612 (struct bcache): Declare opaque. Do not include "bcache.h".
3613 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3614 bcache'' pointers.
3615 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3616
3617 * objfiles.c: Include "bcache.h". Update copyright.
3618 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3619 macro_cache.
3620 (free_objfile): Use bcache_xfree.
3621
3622 2002-07-11 Grace Sainsbury <graces@redhat.com>
3623
3624 * monitor.c (monitor_fetch_register): Make name a constant.
3625 (monitor_store_register): Same.
3626
3627 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3628
3629 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3630 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3631 (finish_block) For non-function blocks, hash the symbol table. For
3632 function blocks, mark the symbol table as unhashed.
3633 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3634 (msymbol_hash_iw): Likewise.
3635 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3636 value.
3637 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3638 (lookup_minimal_symbol): Likewise for both.
3639 * symtab.h (struct block): Add `hashtable' flag. Comment the
3640 hashtable.
3641 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3642 (ALL_BLOCK_SYMBOLS): Update.
3643 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3644 (struct symbol): Add `hash_next' pointer.
3645 * symtab.c (lookup_block_symbol): Search using the hash table when
3646 possible.
3647 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3648 (search_symbols, find_addr_symbol): Likewise.
3649
3650 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3651 (read_dst_symtab): Likewise.
3652 * jv-lang.c (get_java_class_symtab): Likewise.
3653 * mdebugread.c: Include "gdb_assert.h".
3654 (shrink_block): Assert that the block being modified is not hashed.
3655 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3656 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3657 symbols.
3658 (dump_symtab): Recognize hashed blocks.
3659 * printcmd.c (print_frame_args): Assert that function blocks do not
3660 have hashed symbol tables.
3661 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3662 (fill_in_ada_prototype, debug_print_block): Likewise.
3663 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3664
3665 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3666
3667 * stack.c (print_frame): Use result of frame_address_in_block()
3668 instead of fi->pc when evaluating symbols.
3669 (backtrace_command_1): Ditto.
3670
3671 2002-07-11 Andrew Cagney <cagney@redhat.com>
3672
3673 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3674 Make static.
3675
3676 * arm-tdep.c (arm_register_name): Make return type constant.
3677
3678 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3679
3680 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3681 prototype.
3682 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3683 * s390-tdep.c (s390_fp_regnum): Ditto.
3684 (s390_read_fp): Ditto.
3685 (s390_pop_frame): Ditto.
3686 (_initialize_s390_tdep): Ditto.
3687 * remote.c (get_remote_state): Ditto.
3688 * procfs.c (mappingflags): Ditto.
3689 * memattr.c (_initialize_mem): Ditto.
3690 * mcore-tdep.c (mcore_pop_frame): Ditto.
3691 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3692 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3693 * language.c (set_case_str): Ditto.
3694 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3695 * frv-tdep.c (new_variant): Ditto.
3696 (frv_stopped_data_address): Ditto.
3697 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3698 (context_alloc): Ditto.
3699 (frame_state_alloc): Ditto.
3700 (unwind_tmp_obstack_init): Ditto.
3701 (unwind_tmp_obstack_free): Ditto.
3702 (cfi_read_fp): Ditto.
3703 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3704 (cris_pop_frame): Ditto.
3705 * c-lang.c (scanning_macro_expansion): Ditto.
3706 (finished_macro_expansion): Ditto.
3707 (c_preprocess_and_parse): Ditto.
3708 * gdbarch.sh: Ditto.
3709 * gdbarch.h, gdbarch.c: Regenerate.
3710 * config/mn10200/tm-mn10200.h: Adjust indentation.
3711 * target.c: Adjust indentation.
3712 * symtab.h: Adjust indentation.
3713 * stabsread.h: Adjust indentation.
3714 * remote-es.c: Adjust indentation.
3715 * os9kread.c: Adjust indentation.
3716
3717 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3718
3719 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3720 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3721
3722 2002-07-10 Grace Sainsbury <graces@redhat.com>
3723
3724 * NEWS: Mention m68k, mcore multi-arching.
3725 * MAINTAINERS: Change status of m68k, mcore to reflect
3726 multi-arching.
3727
3728 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3729
3730 * valops.c (find_overload_match): Free oload_syms.
3731
3732 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3733
3734 Define HAVE_SYS_PROC_H if sys/proc.h exists
3735 * configure.in: Add check for sys/proc.h
3736 * config.in: Regenerate.
3737 * configure: Regenerate.
3738
3739 2002-07-09 Grace Sainsbury <graces@redhat.com>
3740
3741 * config/m68k/tm-m68k.h: Remove macros wrapped in
3742 #if !GDB_MULTI_ARCH.
3743
3744 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3745
3746 * config.in, configure: Regenerate.
3747
3748 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3749
3750 * dwarf2cfi.c: Include "gcore.h".
3751 (execute_stack_op): Fix implementation of the
3752 DW_OP_deref and DW_OP_deref_size operators by letting do their
3753 lookup in the target.
3754
3755 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3756
3757 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3758 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3759 tdep->sc_sp_offset.
3760
3761 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3762
3763 Fix PR gdb/595, gdb/602
3764 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3765 Don't call value_cast, just read the vtable pointer; update comments
3766 to match.
3767
3768 2002-07-05 Grace Sainsbury <graces@redhat.com>
3769
3770 * config/mcore/tm-mcore.h: Remove file.
3771 * config/mcore/mcore.mt: Remove definition of TM_FILE
3772 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3773
3774 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3775
3776 * i386bsd-tdep.c: Include "gdb_string.h".
3777
3778 2002-07-04 Grace Sainsbury <graces@redhat.com>
3779
3780 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3781 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3782 mcore-tdep.
3783 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3784 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3785 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3786 (RETVAL_REGNUM): Move macros from tm-mcore.h
3787 (mcore_reg_struct_has_addr): New function.
3788 (mcore_gdbarch_init): Added initializations for the macros removed
3789 from tm-mcore.h.
3790
3791 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3792
3793 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3794 traditonal string branding within the ELF header.
3795
3796 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3797
3798 * symtab.c (remove_params): New function.
3799 (make_symbol_overload_list): Use it instead of cplus_demangle.
3800 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3801
3802 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3803
3804 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3805
3806 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3807 New variables.
3808 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3809 and tdep->sigtramp_end.
3810 * i386obsd-nat.c: New file.
3811 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3812
3813 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3814 Don't call get_current_frame().
3815
3816 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3817
3818 * i386-nat.c (child_post_startup_inferior): New function
3819 calling i386_cleanup_dregs if
3820 I386_USE_GENERIC_WATCHPOINTS is defined.
3821 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3822 conditional to acknowledge that i386-nat.c has its
3823 own child_post_startup_inferior function.
3824
3825 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3826
3827 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3828 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3829 instead of MAX_REGISTER_RAW_SIZE.
3830 (i386_extract_return_value, i386_extract_struct_value_address):
3831 Convert to use regcache.
3832 (i386_gdbarch_init): Set max_register_raw_size and
3833 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3834 Set extract_return_value and extract_struct_value_address instead
3835 of their deprecated variants.
3836
3837 Convert i386 target to generic dummy frames.
3838 * i386-tdep.c: Include "symfile.h".
3839 (i386_frameless_signal_p): Consider a function to be frameless if
3840 the pc points at the first instruction of the function.
3841 (i386_frame_chain): Handle (generic) call dummies.
3842 (i386_frame_saved_pc): Likewise.
3843 (i386_frame_init_saved_regs): Remove code dealing with call
3844 dummies on the stack.
3845 (i386_push_dummy_frame): Removed.
3846 (i386_call_dummy_words): Removed.
3847 (i386_fix_call_dummy): Removed.
3848 (i386_push_return_address): New function.
3849 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3850 parameter, and don't call get_current_frame.
3851 (i386_pop_frame): New function.
3852 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3853 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3854 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3855 call_dummy_length to 0, set call_dummy_words to NULL, set
3856 sizeof_call_dummy_words to 0, set fix_call_dummy to
3857 generic_fix_call_dummy, set pc_in_call_dummy to
3858 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3859 generic_push_dummy_frame, set push_return_address to
3860 i386_push_return_address and set frame_chain_valid to
3861 generic_file_frame_chain_valid.
3862
3863 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3864
3865 * gdbarch.sh (struct regcache): Add opaque declaration.
3866 (EXTRACT_RETURN_VALUE): New architecture method.
3867 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3868 * gdbarch.h, gdbarch.c: Regenerate.
3869 * arch-utils.c (legacy_extract_return_value): New function.
3870 * arch-utils.h (legacy_extract_return_value): Declare.
3871 * values.c (value_being_returned): Re-enable code handling
3872 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3873 deprecated_grub_regcache_for_registers call to block handling
3874 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3875 (EXTRACT_RETURN_VALUE): Do not define.
3876
3877 2002-07-03 Grace Sainsbury <graces@redhat.com>
3878
3879 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3880 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3881 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3882 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3883 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3884 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3885 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3886 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3887 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3888 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3889 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3890 argument so the function fits the prototype in the architecture
3891 vector.
3892 (mcore_pop_frame): Remove argument so the function fits the
3893 prototype. Use get_current_frame instead of the argument.
3894 (mcore_push_arguments): Change type of struct_return so the
3895 function can be used in the architecture vector.
3896 (mcore_store_struct_return): Add.
3897 (mcore_frame_init_saved_regs): Add.
3898 (mcore_gdbarch_init): Add function calls to replace the macros
3899 removed from tm-mcore.h
3900
3901 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3902
3903 * infcmd.c (print_return_value): Remove compatibility code calling
3904 deprecated_grub_regcache_for_registers.
3905
3906 * values.c: Include "regcache.h".
3907 (value_being_returned): Update. Use
3908 deprecated_grub_regcache_for_registers to extract the register
3909 buffer address.
3910 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3911 ``struct regcache''.
3912 * Makefile.in (values.o): Add dependency on $(regcache_h).
3913
3914 * inferior.h (run_stack_dummy): Change type of second parameter to
3915 a ``struct regcache''.
3916 * valops.c (hand_function_call): Change type of retbuf to ``struct
3917 regcache''. Allocate using regcache_xmalloc, clean using
3918 make_cleanup_regcache_xfree.
3919 * infcmd.c (run_stack_dummy): Update. Use
3920 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3921
3922 * regcache.c (do_regcache_xfree): New function.
3923 (make_cleanup_regcache_xfree): New function.
3924 * regcache.h (make_cleanup_regcache_xfree): Declare.
3925
3926 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3927
3928 * event-top.c (command_line_handler): Don't read past
3929 beginning of buffer.
3930
3931 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3932
3933 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3934 struct frame_id.
3935 (varobj_create): Store frame_id for root.
3936 (varobj_gen_name): Use xasprintf.
3937 (varobj_update): Save and restore frame using get_frame_id() and
3938 frame_find_by_id().
3939 (create_child): Use xasprintf.
3940 (new_root_variable): Initialize frame_id.
3941 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3942 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3943 to prevent memory leak.
3944
3945 2002-07-03 Andrew Cagney <ac131313@redhat.com>
3946
3947 * valops.c (hand_function_call): Move declaration of retbuf to
3948 start of function, allocate using malloc, add a cleanup but before
3949 the inf_status cleanup, cleanup the buffer. Rename local variable
3950 old_chain to inf_status_cleanup.
3951
3952 2002-07-03 Martin M. Hunt <hunt@redhat.com>
3953
3954 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3955
3956 * cli/cli-decode.c (cmd_func_p): New function.
3957 (cmd_func): New function.
3958
3959 * command.h: Add cmd_func() and cmd_func_p().
3960
3961 2002-07-03 Grace Sainsbury <graces@redhat.com>
3962
3963 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3964 (REGISTER_SIZE): Remove.
3965 (MAX_REGISTER_RAW_SIZE): Remove.
3966 (REGISTER_VIRTUAL_TYPE): Remove.
3967 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3968 (REGISTER_NAME): Remove.
3969 (USE_GENERIC_DUMMY_FRAMES): Remove.
3970 (CALL_DUMMY): Remove.
3971 (CALL_DUMMY_START_OFFSET): Remove.
3972 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3973 (CALL_DUMMY_LOCATION): Remove.
3974 (FIX_CALL_DUMMY): Remove.
3975 (CALL_DUMMY_ADDRESS): Remove.
3976 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3977 (SAVE_DUMMY_FRAME_TOS): Remove.
3978 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3979 (mcore_register_virtual_type): New function.
3980 (mcore_register_byte): New function.
3981 (mcore_register_size): New function.
3982 (mcore_register_name): New function.
3983 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3984 macros removed from tm-mcore.h.
3985 (mcore_dump_tdep): Add.
3986 (_initialize_mcore_tdep): Add gdbarch_register call.
3987
3988 2002-07-03 Mark Kettenis <kettenis@gnu.org>
3989
3990 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3991 frameless_look_for_prologue, such that we actually call this
3992 function.
3993
3994 2002-07-02 Joel Brobecker <brobecker@gnat.com>
3995
3996 * frame.h (frame_address_in_block): New function.
3997
3998 * blockframe.c (frame_address_in_block): New function extracted
3999 from get_frame_block().
4000 (get_frame_block): Use frame_address_in_block().
4001 (block_innermost_frame): Use frame_address_in_block() to match
4002 the frame pc address against the block boundaries rather than
4003 the frame pc directly. This prevents a failure when a frame pc
4004 is actually a return-address pointing immediately after the end
4005 of the given block.
4006
4007 2002-07-02 Grace Sainsbury <graces@redhat.com>
4008
4009 * MAINTAINERS: Add self under write after approval.
4010
4011 2002-07-02 Grace Sainsbury <graces@redhat.com>
4012
4013 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4014 used in architecture vector. The default is
4015 m68k_local_breakpoint_from_pc.
4016 (m68k_local_breakpoint_from_pc): Add.
4017 (enum): Add register numbers from tm-m68k.h.
4018 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4019 vector.
4020 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4021 GDB_MULTI_ARCH_PARTIAL.
4022 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4023 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4024 m68k-tdep.c.
4025 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4026 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4027 to enum in m68k-tdep.c
4028
4029 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4030
4031 * solib-osf.c (open_map): Compute the list of shared libraries
4032 loaded by the inferior, rather than the list of libraries loaded
4033 by GDB itself. Otherwise, GDB ends up reading the symbols from
4034 the wrong shared libraries...
4035
4036 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4037
4038 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4039 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4040 macros.
4041 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4042 Remove functions.
4043 (FRAMELESS_SIGNAL): Remove function.
4044 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4045 i386_linux_saved_pc_after_call): Removed.
4046 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4047 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4048 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4049
4050 * i386-tdep.c (i386_frameless_signal_p): New function.
4051 (i386_frame_chain): Deal with frameless signals.
4052 (i386_sigtramp_saved_sp): New function.
4053 (i386_frame_saved_pc): Deal with frameless signals.
4054 (i386_saved_pc_after_call): Make sure the correct value is
4055 returned just after entry into a sigtramp.
4056 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4057 i386fbsd4_sc_sp_offset): New variables.
4058 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4059 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4060 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4061 similiar to what we already did for sc_pc_offset.
4062 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4063 tdep->sc_sp_offset.
4064
4065 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4066
4067 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4068
4069 * config/i386/tm-x86-64linux.h: New.
4070 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4071 definitions.
4072 * config/i386/nm-x86-64.h: Rename to ...
4073 * config/i386/nm-x86-64linux.h: ... this one.
4074 * config/i386/x86-64linux.mh: Reflect the above change.
4075
4076 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4077
4078 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4079 with sigcontext_addr. Add sc_sp_offset.
4080 (i386bsd_sigtramp_saved_pc): Remove prototype.
4081 (i386bsd_sicontext_addr): Add prototype.
4082 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4083 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4084 (i386_svr4_sigtramp_saved_pc): Removed.
4085 (i386_svr4_sigcontext_addr): New function.
4086 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4087 Initialize tdep->sigcontext_addr instead. Initialize
4088 tdep->sc_pc_offset and tdep->sc_sp_offset.
4089 (i386_gdbarch_init): Likewise.
4090 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4091 any more.
4092 (i386bsd_sigtramp_saved_pc): Remove function.
4093 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4094 Initialize tdep->sigcontext_addr instead. Initialize
4095 tdep->sc_pc_offset.
4096 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4097 of tdep->sigtramp_saved_pc.
4098 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4099 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4100 instead.
4101
4102 * i386-tdep.c (i386_frameless_function_invocation,
4103 i386_frame_num_args, i386_frame_init_saved_regs,
4104 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4105 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4106 i386_extract_return_value, i386_store_return_value,
4107 i386_extract_struct_value_address, i386_register_virtual_type,
4108 i386_register_convertible, i386_register_convert_to_virtual,
4109 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4110 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4111 static.
4112
4113 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4114
4115 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4116
4117 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4118 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4119 this macro. Include "value.h".
4120
4121 2002-06-30 Aidan Skinner <aidan@velvet.net>
4122
4123 * ada-exp.tab.c: remove as it's a generated file
4124 * ada-lex.c: remove as it's a generated file
4125
4126 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4127
4128 * config/i386/tm-i386.h (struct frame_info, struct
4129 frame_saved_regs, struct value, struct type): Remove forward
4130 declarations.
4131
4132 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4133 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4134 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4135 (FILL_FPXREGSET): Define.
4136
4137 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4138
4139 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4140 i[3456]86-*-netbsd* case.
4141 * config/i386/tm-obsd.h: Removed.
4142 * config/i386/obsd.mt: Removed.
4143 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4144 core-aout.o.
4145 (MH_CFLAGS): Add -DYYDEBUG=0.
4146
4147 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4148 i386nbsd_sc_pc_offset on OpenBSD too.
4149
4150 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4151 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4152 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4153 define.
4154 * i386bsd-tdep.c: Include "arch-utils.h".
4155 (i386bsd_aout_in_solib_call_trampoline): New function.
4156 (i386bsd_init_abi): Set in_solib_call_trampoline to
4157 i386bsd_aout_in_solib_call_trampoline.
4158 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4159 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4160
4161 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4162
4163 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4164 (struct obstack, struct bcache): Add opaque declarations.
4165 * Makefile.in (macrotab_h): Update
4166
4167 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4168
4169 * blockframe.c (generic_find_dummy_frame): Change return type to
4170 ``struct regcache''.
4171 (struct dummy_frame): Replace field ``registers'' with regcache, a
4172 struct regcache object.
4173 (generic_find_dummy_frame): Update.
4174 (generic_push_dummy_frame): Update. Use regcache_xfree,
4175 regcache_xmalloc and regcache_cpy.
4176 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4177 regcache_xfree.
4178 (deprecated_generic_find_dummy_frame): Update.
4179 (generic_read_register_dummy): Update. Use
4180 regcache_read_as_address.
4181 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4182 (generic_get_saved_register): Update. Use regcache_read.
4183
4184 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4185
4186 * Makefile.in (objfiles_h): Add $(bcache_h).
4187 * objfiles.h: Include "bcache.h".
4188
4189 * Makefile.in (symtab_h): Remove $(bcache_h).
4190 * symtab.h: Do not include "bcache.h".
4191
4192 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4193
4194 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4195 generic_func_frame_chain_valid.
4196
4197 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4198
4199 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4200 * config/i386/tm-fbsd.h: Likewise.
4201
4202 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4203
4204 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4205 generic_unwind_get_saved_register.
4206
4207 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4208
4209 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4210 * regcache.c (supply_register): Add missing argument to
4211 register_buffer call.
4212
4213 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4214
4215 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4216 Solaris /bin/grep does not not like it. From Peter Schauer.
4217
4218 2002-06-26 Tom Tromey <tromey@redhat.com>
4219
4220 * command.h (add_setshow_cmd): Declare.
4221 (add_setshow_cmd_full): Declare.
4222 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4223 returns void. Use add_setshow_cmd_full.
4224 (add_setshow_cmd_full): New function.
4225 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4226 (add_setshow_boolean_cmd): Likewise.
4227
4228 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4229
4230 * config/vax/tm-vax.h: Protect from multiple inclusion.
4231 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4232 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4233 * config/vax/tm-vaxbsd.h: ...here. New file.
4234 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4235
4236 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4237
4238 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4239 (BELIEVE_PCC_PROMOTION): Remove.
4240 (AP_REGNUM): Move to...
4241 * config/vax/nm-vax.h: ...here.
4242 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4243 (vax_breakpoint_from_pc): New function.
4244 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4245 and gdbarch_believe_pcc_promotion.
4246
4247 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4248
4249 * Makefile.in (vax_tdep_h): Define.
4250 (vax-tdep.o): Use $(vax_tdep_h).
4251 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4252 (vax_dump_tdep): New function.
4253 (_initialize_vax_tdep): Register vax_dump_tdep.
4254 * vax-tdep.h: Include osabi.h.
4255 (struct gdbarch_tdep): New.
4256
4257 2002-06-26 Andrew Cagney <cagney@redhat.com>
4258
4259 * frame.h (deprecated_generic_find_dummy_frame): Rename
4260 generic_find_dummy_frame.
4261 * blockframe.c (generic_find_dummy_frame): Make static.
4262 (deprecated_generic_find_dummy_frame): New function.
4263 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4264 generic_find_dummy_frame with deprecated_find_dummy_frame.
4265 (sh64_nofp_frame_init_saved_regs): Ditto.
4266 (sh_fp_frame_init_saved_regs): Ditto.
4267 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4268 (s390_frame_chain): Ditto.
4269 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4270
4271 2002-06-26 Grace Sainsbury <graces@redhat.com>
4272
4273 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4274 gdbarch vector are at the top.
4275 (NUM_REGS): Remove.
4276 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4277 (FRAME_ARGS_ADDRESS): Remove.
4278 (FRAME_LOCALS_ADDRESS): Remove.
4279 (FRAME_NUM_ARGS): Remove.
4280 (FRAME_ARGS_SKIP): Remove.
4281 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4282 (m68k_gdbarch_init): Add gdbarch initializations for macros
4283 undefined in tm-m68k.h
4284
4285 2002-06-26 Grace Sainsbury <graces@redhat.com>
4286
4287 * monitor.h: Add the function regname to monitor_ops
4288 structure. This way NUM_REGS does not have to be a constant.
4289 * monitor.c (monitor_fetch_register): Added support for regname
4290 function. The function is called if the array regnames is NULL.
4291 (monitor_store_register): Same.
4292 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4293 regnames array.
4294 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4295 cpu32bug_cmds.regname to point to new function.
4296 * abug-rom.c (abug_regname): Same as above.
4297 (init_abug_cmds): Same.
4298 * dbug-rom.c (dbug_regname): Same as above.
4299 (init_dbug_cmds): Same.
4300 * remote-est.c (est_regname): Same.
4301 (init_est_cmds): Same.
4302 * rom68k-rom.c (rom68k_regname): Same.
4303 (init_rom68k_cmds): Same.
4304
4305 2002-06-25 Tom Tromey <tromey@redhat.com>
4306
4307 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4308
4309 2002-06-25 Andrew Cagney <cagney@redhat.com>
4310
4311 * infrun.c (stop_registers): Change variable's type to ``struct
4312 regcache'''.
4313 (xmalloc_inferior_status): Delete function.
4314 (free_inferior_status): Delete function.
4315 (normal_stop): Use regcache_cpy.
4316 (struct inferior_status): Change type of fields ``stop_registers''
4317 and ``registers'' to ``struct regcache''.
4318 (write_inferior_status_register): Use regcache_write.
4319 (save_inferior_status): Instead of calling
4320 xmalloc_inferior_status, allocate the inf_status buffer directly.
4321 Use regcache_dup_no_passthrough and regcache_dup to save the
4322 buffers.
4323 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4324 Replace the stop_registers regcache instead of overriding it. Use
4325 regcache_xfree. Instead of calling free_inferior_status, xfree
4326 the buffer directly.
4327 (discard_inferior_status): Use regcache_xfree. Instead of calling
4328 free_inferior_status, xfree the buffer directly.
4329 (build_infrun): Use regcache_xmalloc.
4330 (_initialize_infrun): Delete redundant call to build_infrun.
4331
4332 * Makefile.in (infcmd.o): Add $(regcache_h).
4333
4334 * infcmd.c: Include "regcache.h".
4335 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4336 obtain the address of `stop_registers' register buffer.
4337 (print_return_value): Ditto.
4338
4339 * inferior.h (struct regcache): Add opaque declaration.
4340 (stop_registers): Change variable's declared type to ``struct
4341 regcache''.
4342
4343 2002-06-24 Tom Tromey <tromey@redhat.com>
4344
4345 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4346 * target.c (initialize_targets): Fixed typo in
4347 trust-readonly-sections `show' documentation.
4348
4349 * main.c: Marked all strings with _().
4350
4351 2002-06-24 Don Howard <dhoward@redhat.com>
4352
4353 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4354 that means max CORE_ADDR+1.
4355 (lookup_mem_region): Ditto.
4356 (mem_info_command): Ditto.
4357
4358 2002-06-24 Grace Sainsbury <graces@redhat.com>
4359
4360 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4361 (REGISTER_BYTES_OK): Remove.
4362 (REGISTER_BYTES): Remove.
4363 (STORE_STRUCT_RETURN): Remove.
4364 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4365 (STORE_RETURN_VALUE): Remove.
4366 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4367 (FRAME_CHAIN): Remove.
4368 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4369 (FRAME_SAVED_PC): Remove.
4370 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4371 (m68k_store_struct_return): Add.
4372 (m68k_deprecated_extract_return_value): Add.
4373 (m68k_deprecated_extract_struct_value_address): Add.
4374 (m68k_store_return_value): Add.
4375 (m68k_frame_chain): Add.
4376 (m68k_frameless_function_invocation): Add.
4377 (m68k_frame_saved_pc): Add.
4378 (m68k_gdbarch_init): added set_gdbarch calls for new
4379 functions and deleted macros.
4380
4381 2002-06-23 Tom Tromey <tromey@redhat.com>
4382
4383 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4384 (ALLDEPFILES): Likewise.
4385 (udiheaders): Removed.
4386 (udip2soc.o): Likewise.
4387 (udi2go32.o): Likewise.
4388 (udr.o): Likewise.
4389 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4390
4391 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4392
4393 * infrun.c (_initialize_infrun): Delete unnecessary call to
4394 build_infrun.
4395
4396 * regcache.h: Update comments describing the regcache_cpy family
4397 of functions.
4398 (regcache_save, regcache_restore): Delete declaration.
4399 (regcache_save_no_passthrough): Delete declaration.
4400 (regcache_restore_no_passthrough): Delete declaration.
4401 * regcache.c (regcache_save): Delete function.
4402 (regcache_save_no_passthrough): Delete function.
4403 (regcache_restore): Delete function.
4404 (regcache_restore_no_passthrough): Delete function.
4405
4406 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4407
4408 * config/m68k/tm-m68k.h: Fix typo.
4409 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4410 (m68k_frame_init_saved_regs): Declare.
4411
4412 2002-06-21 Jim Blandy <jimb@redhat.com>
4413
4414 Remove some vestiges of Harris 88k support.
4415 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4416 register numbering quirk.
4417 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4418 odd symbols occurring in Harris 88k ELF targets.
4419
4420 2002-06-21 Tom Tromey <tromey@redhat.com>
4421
4422 * gdb_locale.h: New file.
4423 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4424 (defs_h): Added gdb_locale.h.
4425 * configure, config.in: Rebuilt.
4426 * configure.in (PACKAGE): Define.
4427 * defs.h: Include gdb_locale.h.
4428 * main.c (captured_main): Call setlocale, bindtextdomain,
4429 textdomain.
4430
4431 2002-06-21 Dave Brolley <brolley@redhat.com>
4432
4433 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4434 * config/frv/frv.mt: New file.
4435 * config/frv/tm-frv.h: New file.
4436 * configure.tgt: Support frv-*-*.
4437 * Makefile.in (frv-tdep.o): New target.
4438 * frv-tdep.c: New file.
4439 * NEWS: Mention frv.
4440
4441 2002-06-21 Dave Brolley <brolley@redhat.com>
4442
4443 * MAINTAINERS: Add self to "Write After Approval" list.
4444
4445 2002-06-21 Grace Sainsbury <graces@redhat.com>
4446
4447 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4448 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4449 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4450 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4451 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4452
4453 * m68k-tdep.c: Include arch-utils.h
4454 (m68k_register_raw_size): Add.
4455 (m68k_register_virtual_size): Add.
4456 (m68k_register_virtual_type): Add.
4457 (m68k_register_name): Add.
4458 (m68k_stack_align): Add.
4459 (m68k_register_byte): Add.
4460 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4461 tm-m68k.h.
4462
4463 2002-06-21 Grace Sainsbury <graces@redhat.com>
4464
4465 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4466 m68k_find_saved_regs.
4467 (m68k_pop_frame): Removed saved_regs structure, and replaced
4468 references to it with frame->saved_regs.
4469 (m68k_gdbarch_init): Added function calls to initialize the
4470 gdbarch structure.
4471 (m68k_fix_call_dummy): Add.
4472 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4473 (CALL_DUMMY): Remove.
4474 (CALL_DUMMY_LENGTH): Remove.
4475 (CALL_DUMMY_START_OFFSET): Remove.
4476 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4477 (FIX_CALL_DUMMY): Remove.
4478 (PUSH_DUMMY_FRAME): Remove.
4479 (POP_FRAME): Remove.
4480
4481 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4482
4483 * parse.c (parse_fprintf): New function used to avoid calls to
4484 fprintf in bison parser generated debug code.
4485 * parser-defs.h: Declaration of new parse_fprintf function.
4486 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4487 Set YYDEBUG to 1 by default.
4488 Set YYFPRINTF as parse_fprintf.
4489
4490 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4491
4492 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4493 encoding anymore.
4494 (pointer_encoding, enum ptr_encoding): New.
4495 (execute_cfa_program): Take care about pointer encoding.
4496 (dwarf2_build_frame_info): Only call parse_frame_info for
4497 .debug_frame and .eh_frame.
4498 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4499 fixed augmentation handling, added relative addressing,
4500 ignore duplicate FDEs. Added comments.
4501 * dwarf2cfi.c: Reindented.
4502
4503 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4504
4505 * event-top.c (command_handler): Don't use space_at_cmd_start
4506 unless there is sbrk() on the host. Assign time and space data
4507 to union fields of the appropriate length.
4508
4509 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4510
4511 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4512 x86_64_register_name. Return type changed to 'const char *'.
4513 (x86_64_register_name2nr): Rename to x86_64_register_number.
4514 (x86_64_gdbarch_init): Update to reflect the change.
4515 * x86-64-tdep.h: Ditto.
4516 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4517 (supply_fpregset): Ditto.
4518
4519 2002-06-19 Andrew Cagney <cagney@redhat.com>
4520
4521 * regcache.h: Update copyright.
4522 (struct regcache, struct gdbarch): Add opaque declarations.
4523 (current_regcache): Declare global variable.
4524 (regcache_read, regcache_write): Add gdbarch parameter.
4525 (regcache_save, regcache_save_no_passthrough)
4526 (regcache_restore, regcache_restore_no_passthrough)
4527 (regcache_dup, regcache_dup_no_passthrough)
4528 (regcache_cpy, regcache_cpy_no_passthrough)
4529 (deprecated_grub_regcache_for_registers)
4530 (deprecated_grub_regcache_for_register_valid)
4531 (regcache_valid_p): Add function declarations.
4532
4533 * regcache.c: Update copyright.
4534 (regcache_descr_handle): New global variable.
4535 (struct regcache_descr): Define.
4536 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4537 (regcache_descr, xfree_regcache_descr): New functions.
4538 (struct regcache): Define.
4539 (regcache_xmalloc, regcache_xfree): New functions.
4540 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4541 (regcache_dup, regcache_dup_no_passthrough): New functions.
4542 (regcache_valid_p, regcache_read_as_address): New functions.
4543 (deprecated_grub_regcache_for_registers): New function.
4544 (deprecated_grub_regcache_for_register_valid): New function.
4545 (current_regcache): New global variable.
4546 (register_buffer): Add regcache parameter. Update calls.
4547 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4548 (read_register_gen, write_register_gen): Update register_buffer
4549 call. Test for legacy_p instead of gdbarch_register_read_p or
4550 gdbarch_register_write_p.
4551 (regcache_collect): Update register_buffer call.
4552 (build_regcache): Rewrite. Use deprecated grub functions.
4553 (regcache_save, regcache_save_no_passthrough): New functions.
4554 (regcache_restore, regcache_restore_no_passthrough): New
4555 functions.
4556 (_initialize_regcache): Create the regcache_data_handle. Swap
4557 current_regcache global variable.
4558
4559 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4560 parameter to regcache_read and regcache_write calls.
4561 (sh4_register_read): Ditto.
4562 (sh64_pseudo_register_read): Ditto.
4563 (sh64_register_read): Ditto.
4564 (sh_pseudo_register_write): Ditto.
4565 (sh4_register_write): Ditto.
4566 (sh64_pseudo_register_write): Ditto.
4567 (sh64_register_write): Ditto.
4568
4569 * defs.h (XCALLOC): Define.
4570
4571 2002-06-19 Grace Sainsbury <graces@redhat.com>
4572
4573 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4574 * m68k-tdep.c (m68k_gdbarch_init): Added.
4575 (m68k_dump_tdep): Added.
4576
4577 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4578
4579 * ada-lang.c (fill_in_ada_prototype): Update comment.
4580
4581 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4582
4583 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4584 MIPS_ABI_LAST.
4585 (mips_abi_string, mips_abi_strings): New.
4586 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4587 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4588 tdep->mips_abi_string. Honor mips_abi_string. Default to
4589 O32 if no ABI is found.
4590 (mips_dump_tdep): Use mips_abi_strings.
4591 (mips_abi_update): New function.
4592 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4593 ``set mips abi'' and ``show mips abi''. Check the size of
4594 mips_abi_strings.
4595
4596 2002-06-19 Andrew Cagney <cagney@redhat.com>
4597
4598 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4599 constant.
4600
4601 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4602
4603 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4604 current frame using only the first stack size adjustment. All
4605 subsequent size adjustments are not considered to be part of
4606 the "static" part of the current frame.
4607 Compute the address of the saved registers relative to the
4608 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4609 in use in this frame.
4610
4611 2002-06-18 Don Howard <dhoward@redhat.com>
4612
4613 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4614 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4615 suggesting this solution.
4616
4617 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4618
4619 * config/romp/xm-rtbsd.h: Delete file.
4620 * config/romp/rtbsd.mh: Delete file.
4621
4622 2002-06-18 Keith Seitz <keiths@redhat.com>
4623
4624 * breakpoint.c (condition_command): Post breakpoint_modify
4625 when a condition is added to an existing breakpoint.
4626 (commands_command): Likewise for commands.
4627 (set_ignore_count): Likewise for ignore counts.
4628 If no tty, do not simply return, still need to send event
4629 notification.
4630 (ignore_command): Only print a newline if the command came
4631 from a tty.
4632 Don't call breakpoints_changed, since this is now properly
4633 handled by set_ignore_count.
4634
4635 2002-06-18 Andrew Cagney <cagney@redhat.com>
4636
4637 * MAINTAINERS: Note that cris-elf target can be compiled with
4638 -Werror.
4639 * cris-tdep.c (cris_register_name): Make return type constant.
4640 (cris_breakpoint_from_pc): Ditto.
4641
4642 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4643
4644 * frame.h (struct frame_info): Change type of context to
4645 'struct context'.
4646
4647 2002-06-17 Andrew Cagney <cagney@redhat.com>
4648
4649 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4650 pointer.
4651 * gdbarch.h, gdbarch.c: Regenerate.
4652 * config/mips/tm-mips.h (mips_register_name): Update.
4653 * i386-tdep.h (i386_register_name): Update.
4654 * mips-tdep.c (mips_register_name): Update
4655 * alpha-tdep.c (alpha_register_name): Update.
4656 * arch-utils.c (legacy_register_name): Update.
4657 * arch-utils.h (legacy_register_name): Update.
4658 * avr-tdep.c (avr_register_name): Update.
4659 * ia64-tdep.c (ia64_register_name): Update.
4660 * i386-tdep.c (i386_register_name): Update.
4661 * sparc-tdep.c (sparc32_register_name): Update.
4662 (sparc64_register_name): Update.
4663 (sparclite_register_name): Update.
4664 (sparclet_register_name): Update.
4665 * sh-tdep.c (sh_generic_register_name): Update.
4666 (sh_sh_register_name): Update.
4667 (sh_sh3_register_name): Update.
4668 (sh_sh3e_register_name): Update.
4669 (sh_sh_dsp_register_name): Update.
4670 (sh_sh3_dsp_register_name): Update.
4671 (sh_sh4_register_name): Update.
4672 (sh_sh64_register_name): Update.
4673 * s390-tdep.c (s390_register_name): Update.
4674 * rs6000-tdep.c (rs6000_register_name): Update.
4675 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4676 (ns32k_register_name_32382): Update.
4677 * d10v-tdep.c (d10v_ts2_register_name): Update.
4678 (d10v_ts3_register_name): Update.
4679 * xstormy16-tdep.c (xstormy16_register_name): Update.
4680 * vax-tdep.c (vax_register_name): Update.
4681 * v850-tdep.c (v850_register_name): Update.
4682 * m68hc11-tdep.c (m68hc11_register_name): Update.
4683 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4684 (am33_register_name): Update.
4685
4686 2002-06-17 Grace Sainsbury <graces@redhat.com>
4687
4688 * m68k-tdep.c: Reindented.
4689
4690 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4691
4692 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4693 list of predefined types.
4694
4695 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4696
4697 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4698 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4699 REGISTER_CONVERT_TO_RAW): Remove defines.
4700 (i386_register_virtual_type, i386_register_convertible,
4701 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4702 Remove prototypes.
4703 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4704 macros mentioned above.
4705
4706 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4707 (i386lynx_saved_pc_after_call): Remove prototype.
4708 * i386ly-tdep.c: Include "i386-tdep.h".
4709 (i386lynx_saved_pc_after_call): Make static. Use
4710 read_memory_nobpt instead of read_memory. Use
4711 read_memory_unsigned_integer instead of read_memory_integer.
4712 (i386lynx_init_abi): New function.
4713 (i386lynx_coff_osabi_sniffer): New function.
4714 (_initialize_i386bsd_tdep): New function.
4715
4716 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4717 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4718 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4719 (i386_fix_call_dummy): Remove prototype.
4720 * i386-tdep.c (i386_call_dummy_words): New variable.
4721 (i386_gdbarch_init): Adjust for removal of the
4722 macros mentioned above.
4723
4724 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4725
4726 * command.h (add_setshow_auto_boolean_cmd): Replace
4727 add_set_auto_boolean_cmd.
4728 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4729 add_set_auto_boolean_cmd.
4730 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4731 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4732 mask-address'' command.
4733 (show_mask_address): Add cmd parameter.
4734 * remote.c (add_packet_config_cmd): Update. Change type of
4735 set_func and show_func to cmd_sfunc_ftype.
4736 (_initialize_remote): Update `set remote Z-packet'
4737 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4738 (show_remote_protocol_e_packet_cmd): Ditto.
4739 (show_remote_protocol_E_packet_cmd): Ditto.
4740 (show_remote_protocol_P_packet_cmd): Ditto.
4741 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4742 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4743 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4744 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4745 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4746 (show_remote_protocol_Z_packet_cmd): Ditto.
4747 (show_remote_protocol_binary_download_cmd): Ditto.
4748 (show_remote_cmd): Pass NULL to all of above.
4749
4750 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4751
4752 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4753 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4754 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4755 POP_FRAME): Remove defines.
4756 (i386_push_arguments, i386_store_struct_return,
4757 i386_extract_return_value, i386_store_return_value,
4758 i386_extract_struct_value_address, i386_push_dummy_frame,
4759 i386_pop_frame): Renove prototypes.
4760 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4761 macros mentioned above.
4762
4763 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4764
4765 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4766 add_set_boolean_cmd.
4767 (add_setshow_cmd): New function.
4768 * command.h (add_setshow_boolean_cmd): Replace
4769 add_set_boolean_cmd.
4770 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4771 and ``set rdiromatzero''.
4772 * maint.c (_initialize_maint_cmds): Update commented out code.
4773 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4774 * target.c (initialize_targets): Update `set
4775 trust-readonly-sections'.
4776 * remote.c (_initialize_remote): Update `set remotebreak'.
4777
4778 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4779
4780 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4781 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4782 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4783 fit into multi-arch framework.
4784 (i386_breakpoint_from_pc): New function.
4785 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4786 above.
4787
4788 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4789 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4790 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4791 (i386_frameless_function_invocation, i386_frame_num_args,
4792 i386_frame_init_saved_regs): Remove prototypes.
4793 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4794 macros mentioned above.
4795
4796 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4797
4798 * cli/cli-decode.c (set_cmd_cfunc): Update.
4799 (set_cmd_sfunc): Update.
4800 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4801 (set_cmd_sfunc, set_cmd_cfunc): Update.
4802 * cli/cli-decode.h: Update.
4803
4804 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4805
4806 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4807 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4808
4809 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4810
4811 * defs.h (auto_boolean): Declare enum.
4812 * command.h (cmd_auto_boolean): Delete enum.
4813 * mips-tdep.c (mask_address_var): Update.
4814 (mips_mask_address_p): Update.
4815 (show_mask_address): Update.
4816 * remote.c (struct packet_config): Update.
4817 (update_packet_config): Update.
4818 (show_packet_config_cmd): Update.
4819 (packet_ok): Update.
4820 (add_packet_config_cmd): Update.
4821 (_initialize_remote):
4822 * command.h: Update.
4823 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4824 (do_setshow_command): Update.
4825 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4826 * cli/cli-decode.h: Update.
4827
4828 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4829
4830 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4831 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4832 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4833 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4834 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4835 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4836
4837 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4838 list of DJGPP COFF targets.
4839
4840 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4841 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4842 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4843 (FP0_REGNUM): Remove define.
4844 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4845 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4846 (i386_register_virtual_size): Remove protoype.
4847 * i386-tdep.c (i386_register_virtual_size): Removed.
4848 (i386_extract_return_value, i386_store_return_value): Use
4849 FP0_REGNUM instead of NUM_FREGS to determine whether the
4850 floating-point registers are available.
4851 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4852 Adjust for removal of macros mentioned above.
4853
4854 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4855
4856 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4857 comments.
4858 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4859 Remove prototypes.
4860 (supply_gregset, fill_gregset): Remove use of register keyword and
4861 remove declaration for regmap. Use I386_NUM_GREGS instead of
4862 NUM_REGS and NUM_FREGS.
4863 (FPREGSET_FSAVE_OFFSET): Remove.
4864 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4865 NUM_FREGS to determine whether the floating-point registers are
4866 available.
4867
4868 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4869 gnu_store_registers): Replace usage of NUM_GREGS with
4870 I386_NUM_GREGS.
4871
4872 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4873 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4874 usage of NUM_GREGS with I386_NUM_GREGS.
4875
4876 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4877
4878 * i386bsd-nat.c: Include "i386-tdep.h".
4879 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4880 I386_NUM_GREGS.
4881
4882 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4883 and associated comment. They no longer make any sense, since we
4884 don't use this file anymore on Linux.
4885
4886 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4887 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4888 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4889 elements in these arrays.
4890 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4891 MAX_NUM_REGS.
4892
4893 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4894
4895 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4896 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4897
4898 2002-06-14 Andrew Cagney <cagney@redhat.com>
4899
4900 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4901 EXTRACT_RETURN_VALUE.
4902 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4903 EXTRACT_STRUCT_VALUE_ADDRESS.
4904 * gdbarch.h, gdbarch.c: Regenerate.
4905
4906 * values.c (value_being_returned): Handle
4907 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4908 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4909
4910 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4911 * arm-tdep.c (arm_gdbarch_init): Update.
4912 * avr-tdep.c (avr_gdbarch_init): Update.
4913 * cris-tdep.c (cris_gdbarch_init): Update.
4914 * d10v-tdep.c (d10v_gdbarch_init): Update.
4915 * ia64-tdep.c (ia64_gdbarch_init): Update.
4916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4917 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4918 * s390-tdep.c (s390_gdbarch_init): Update.
4919 * sh-tdep.c (sh_gdbarch_init): Update.
4920 * s390-tdep.c (s390_gdbarch_init): Update.
4921 * sparc-tdep.c (sparc_gdbarch_init): Update.
4922 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4923 * v850-tdep.c (v850_gdbarch_init): Update.
4924 * vax-tdep.c (vax_gdbarch_init): Update.
4925 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4926 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4927
4928 * config/arc/tm-arc.h: Update.
4929 * config/d30v/tm-d30v.h: Update.
4930 * config/fr30/tm-fr30.h: Update.
4931 * config/h8300/tm-h8300.h: Update.
4932 * config/h8500/tm-h8500.h: Update.
4933 * config/i386/tm-i386.h: Update.
4934 * config/i386/tm-ptx.h: Update.
4935 * config/i386/tm-symmetry.h: Update.
4936 * config/i960/tm-i960.h: Update.
4937 * config/m32r/tm-m32r.h: Update.
4938 * config/m68k/tm-delta68.h: Update.
4939 * config/m68k/tm-linux.h: Update.
4940 * config/m68k/tm-m68k.h: Update.
4941 * config/m88k/tm-m88k.h: Update.
4942 * config/mcore/tm-mcore.h: Update.
4943 * config/mips/tm-mips.h: Update.
4944 * config/mn10200/tm-mn10200.h: Update.
4945 * config/pa/tm-hppa.h: Update.
4946 * config/pa/tm-hppa64.h: Update.
4947 * config/sparc/tm-sp64.h: Update.
4948 * config/sparc/tm-sparc.h: Update.
4949 * config/sparc/tm-sparclet.h: Update.
4950 * config/z8k/tm-z8k.h: Update.
4951
4952 2002-06-14 Andrew Cagney <cagney@redhat.com>
4953
4954 * Makefile.in (i386_linux_tdep_h): Define.
4955 (i386_tdep_h, i387_tdep_h): Define.
4956 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4957 $(i386_tdep_h) and $(i387_tdep_h).
4958 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4959
4960 2002-06-14 Mark Kettenis <kettenis@gnu.org>
4961
4962 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4963 Already covered by the default.
4964
4965 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4966 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4967 (i386_gdbarch_init): Initialize long_double_format and long_double
4968 bit.
4969
4970 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4971 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4972 Move these to ...
4973 * config/i386/i386sol2.mh: ... here.
4974 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4975 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4976 (SIGCONTEXT_PC_OFFSET): Remove define.
4977 (IN_SIGTRAMP): Remove define.
4978 * i386-sol2-tdep.c: New file.
4979
4980 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4981 * config/i386/tm-i386nw.h: Removed.
4982
4983 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4984 USE_STRUCT_CONVENTION): Remove defines.
4985 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4986 (get_longjmp_target): Remove prototype.
4987 (IN_SIGTRAMP): Remove define.
4988 (i386bsd_in_sigtramp): Remove prototype.
4989 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4990 function. Update comment accordingly
4991 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4992 (FRAME_SAVED_PC): Remove define.
4993 (i386bsd_frame_saved_pc): Remove prototype.
4994 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4995 GET_LONGJMP_TARGET): Remove defines.
4996 (get_longjmp_target): Remove prototype.
4997 (IN_SIGTRAMP): Remove define.
4998 (i386bsd_in_sigtramp): Remove prototype.
4999 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5000 function. Update comment accordingly
5001 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5002 (FRAME_SAVED_PC): Remove define.
5003 (i386bsd_frame_saved_pc): Remove prototype.
5004 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5005 Remove prototype.
5006 (USE_STRUCT_CONVENTION): Remove prototype.
5007 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5008 declaration.
5009 (_initialize_i386bsd_nat): Revise logic to determine some
5010 constants at compile time when compiling a native GDB. Warn if
5011 things don't match up with what we expect.
5012 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5013 Remove variables.
5014 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5015 to use date stored in `struct gdbarch_tdep'.
5016 (i386bsd_sigcontext_offset): Remove varaible.
5017 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5018 stored in `struct gdbarch_tdep'.
5019 (i386bsd_frame_saved_pc): Make static.
5020 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5021 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5022 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5023 i386fbsd4_sc_pc_offset): New variables.
5024 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5025 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5026 functions.
5027 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5028 functions.
5029 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5030 Modify the value of i386fbsd_sigtramp_start and
5031 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5032 i386fbsd_sigtramp_end.
5033 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5034 function.
5035
5036 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5037 define to i386-linux-tdep.h.
5038 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5039 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5040 defines.
5041 (i386_linux_register_name, i386_linux_register_byte,
5042 i386_linux_register_raw_size): Remove prototypes.
5043 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5044 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5045 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5046 TARGET_WRITE_PC): Remove defines.
5047 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5048 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5049 i386_linux_write_pc): Remove prototypes.
5050 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5051 (get_longjmp_target): Remove prototype.
5052 * i386-linux-tdep.h: New file.
5053 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5054 * i386-linux-tdep.c: Include "i386-tdep.h" and
5055 "i386-linux-tdep.h".
5056 (i386_linux_register_name, i386_linux_register_byte,
5057 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5058 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5059 Make static.
5060 (i386_linux_init_abi): New function.
5061 (_initialize_i386_linux_tdep): New function.
5062
5063 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5064 (i386_saved_pc_after_call): Remove prototype.
5065 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5066 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5067 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5068 (i386_register_name, i386_stab_reg_to_regnum,
5069 i386_dwarf_reg_to_regnum): Remove prototypes.
5070 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5071 SIZEOF_SSE_REGS): Remove defines.
5072 (REGISTER_BYTES): Remove define.
5073 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5074 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5075 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5076 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5077 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5078 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5079 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5080 (get_longjmp_target): Remove prototype.
5081 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5082 (sigtramp_saved_pc): Remove define.
5083 (i386v4_sigtramp_saved_pc): Remove prototype.
5084 * config/i386/tm-go32.h (FRAME_CHAIN,
5085 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5086 (i386go32_frame_saved_pc): Remove prototype.
5087 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5088 (get_longjmp_target): Remove prototype.
5089 * i386-tdep.h: Include "osabi.h".
5090 (enum i386_abi): Removed.
5091 (enum struct_return): New enum.
5092 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5093 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5094 sc_pc_offset members.
5095 (i386_gdbarch_register_os_abi): Remove prototype.
5096 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5097 I386_SSE_NUM_REGS): New defines.
5098 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5099 I386_SSE_SIZEOF_REGS): New defines.
5100 (i386_register_name, i386_register_byte, i386_register_raw_size):
5101 New prototypes.
5102 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5103 (i386bsd_sigtramp_saved_pc): New prototype.
5104 * i386-tdep.c: Don't include "elf-bfd.h".
5105 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5106 i386_frame_chain, i386_saved_pc_after_call): Make static.
5107 (i386_frame_saved_pc): Rewrite to call architecture dependent
5108 function to deal with signal handlers. Make static.
5109 (i386go32_frame_saved_pc): Removed.
5110 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5111 Removed.
5112 (i386_get_longjmp_target): New function.
5113 (default_struct_convention, pcc_struct_convention,
5114 reg_struct_convention, valid_conventions, struct_convention): New
5115 variables.
5116 (i386_use_struct_convention): New function.
5117 (i386v4_sigtramp_saved_pc): Renamed to
5118 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5119 (i386_pc_in_sigtramp): New function.
5120 (i386_abi_names): Removed.
5121 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5122 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5123 Removed.
5124 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5125 i386_gdbarch_register_os_abi): Removed.
5126 (struct i386_abi_handler): Removed.
5127 (i386_abi_handler_list): Removed.
5128 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5129 functions.
5130 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5131 i386_nw_init_abi): New functions.
5132 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5133 Use set_gdbarch_xxx() calls instead of relying on macros for a
5134 number of calls.
5135 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5136 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5137 Register the various architecture variants defined in this file.
5138
5139 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5140
5141 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5142 (struct main_type): Remove arg_types member. Update comments for
5143 struct field.
5144 (TYPE_ARG_TYPES): Remove.
5145 (TYPE_FN_FIELD_ARGS): Update.
5146 (smash_to_method_type): Update prototype.
5147
5148 * c-typeprint.c (cp_type_print_method_args): Take method type
5149 instead of argument list. Use new argument layout. Simplify.
5150 (c_type_print_args): Use new argument layout. Simplify.
5151 (c_type_print_base): Update call to cp_type_print_method_args.
5152 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5153 argument; use die->type instead. Update call to
5154 smash_to_method_type.
5155 (read_structure_scope): Update call to dwarf2_add_member_fn.
5156 * gdbtypes.c (allocate_stub_method): Update comment.
5157 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5158 Use new argument layout.
5159 (check_stub_method): Use new argument layout. Don't count
5160 void as an argument.
5161 (print_arg_types): Update comments. Use new argument layout.
5162 (recursive_dump_type): Don't print arg_types member.
5163 * hpread.c (hpread_read_struct_type): Use new argument layout.
5164 (fixup_class_method_type): Likewise.
5165 (hpread_type_lookup): Likewise.
5166 * stabsread.c (read_type): Update calls to read_args and
5167 smash_to_method_type.
5168 (read_args): Use new argument layout. Simplify.
5169 * valops.c (typecmp): Use new argument layout. Update parameters
5170 and comments. Simplify.
5171 (hand_function_call): Use new argument layout.
5172 (search_struct_method): Update call to typecmp.
5173 (find_overload_match): Use new argument layout.
5174
5175 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5176
5177 * NEWS: Mention multithreaded debug support for gdbserver.
5178
5179 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5180
5181 * MAINTAINERS: Mention NEWS.
5182
5183 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5184
5185 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5186 (struct mips_objfile_private, compare_pdr_entries): New.
5187 (non_heuristic_proc_desc): Read the ".pdr" section if it
5188 is present.
5189
5190 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5191
5192 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5193 (arm_debug): New static variable.
5194 (_initialize_arm_tdep): Add ``set debug arm'' command.
5195
5196 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5197
5198 * Makefile.in (sim_arm_h): Define.
5199 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5200 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5201 (arm_register_sim_regno): New function, map an internal REGNUM
5202 onto a simulator register number.
5203 (arm_gdbarch_init): Set register_sim_regno.
5204
5205 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5206
5207 * MAINTAINERS: Add self.
5208
5209 2002-06-11 Jim Blandy <jimb@redhat.com>
5210
5211 * source.c (source_info): Mention whether the symtab has
5212 information about preprocessor macros.
5213
5214 Call the command `info macro', not `show macro'.
5215 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5216 Fix error message.
5217 (_initialize_macrocmd): Register `info_macro_command' in
5218 `infolist', not `showlist'.
5219
5220 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5221
5222 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5223 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5224 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5225 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5226 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5227 unconditionally.
5228 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5229 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5230 (_initialize_mips_tdep): Remove dead code.
5231 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5232 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5233 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5234 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5235 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5236 MIPS_LAST_FP_ARG_REGNUM): Remove.
5237
5238 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5239
5240 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5241 (unwind_tmp_obstack_free, parse_frame_info)
5242 (update_context, cfi_read_fp, cfi_write_fp)
5243 (cfi_frame_chain, cfi_init_extra_frame_info)
5244 (cfi_virtual_frame_pointer): Use the above function.
5245 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5246
5247 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5248
5249 * v850-tdep.c (v850_type_is_scalar): New function.
5250 (v850_use_struct_convention): Match current gcc implementation
5251 as close as possible.
5252 (v850_push_arguments): Fix stack_offset handling. Don't write
5253 struct_addr into register. This is done by v850_store_struct_return.
5254 (v850_extract_return_value): Care for structs.
5255 (v850_store_return_value): Ditto.
5256 (v850_store_struct_return): Actually write address.
5257
5258 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5259
5260 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5261 without debug information too.
5262
5263 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5264
5265 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5266 Make multi-arch pure.
5267 * gdbarch.h, gdbarch.c: Re-generate.
5268 * arm-tdep.c (arm_print_float_info): Update.
5269 * arch-utils.h (default_print_float_info): Update.
5270 * arch-utils.c (default_print_float_info): Update.
5271 * infcmd.c (float_info): Update call.
5272
5273 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5274
5275 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5276 the front of the initialize list.
5277
5278 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5279
5280 * infrun.c (struct inferior_status): Replace fields
5281 selected_frame_address and selected_level with field
5282 selected_frame_id.
5283 (save_inferior_status): Update. Use get_frame_id.
5284 (struct restore_selected_frame_args): Delete.
5285 (restore_selected_frame): Update. Use frame_find_by_id.
5286 (restore_inferior_status): Update.
5287
5288 * breakpoint.h (struct breakpoint): Change type of
5289 watchpoint_frame to frame_id.
5290 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5291 call to get_current_frame.
5292 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5293 get_current_frame.
5294 (watchpoint_check): Use frame_find_by_id.
5295
5296 * frame.h (record_selected_frame): Delete declaration.
5297 * stack.c (record_selected_frame): Delete function.
5298
5299 * frame.h (struct frame_id): Define.
5300 (get_frame_id): Declare.
5301 (frame_find_by_id): Declare.
5302 * frame.c (frame_find_by_id): New function.
5303 (get_frame_id): New function.
5304
5305 2002-06-10 Andrey Volkov <avolkov@transas.com>
5306
5307 * ser-e7kpc.c: Fix duplicated define and call of
5308 _initialize_ser_e7000pc
5309
5310 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5311
5312 * signals/signals.c (target_signal_from_host): Fix #ifdef
5313 SIGRTMIN case.
5314 (do_target_signal_to_host): Likewise.
5315
5316 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5317
5318 * mips-tdep.c (mips_find_abi_section): New function.
5319 (mips_gdbarch_init): Call it.
5320
5321 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5322
5323 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5324 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5325 after Andrew's 2002-06-08 gdbarch change.
5326
5327 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5328
5329 * i386-linux-nat.c (suppy_gregset): Don't supply
5330 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5331 register cache.
5332 (fill_gregset): Don't fetch it under the same circumstances.
5333
5334 2002-06-09 Andrew Cagney <cagney@redhat.com>
5335
5336 * Makefile.in (callback_h): Define.
5337 (remote_sim_h): Update path to remote-sim.h.
5338 (remote-rdp.o): Add $(callback_h).
5339 (remote-sim.o): Use $(callback_h).
5340 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5341 * remote-rdp.c: Include "gdb/callback.h".
5342
5343 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5344
5345 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5346 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5347
5348 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5349
5350 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5351 * rdi-share/serpardr.c: Ditto.
5352 * rdi-share/unixcomm.c: Ditto.
5353 * rdi-share/serdrv.c: Ditto.
5354 * rdi-share/hostchan.h: Ditto.
5355 * rdi-share/hostchan.c: Ditto.
5356 * rdi-share/host.h: Ditto.
5357 * rdi-share/devsw.c: Ditto.
5358
5359 * objfiles.h: Change type of obj_private to void pointer.
5360 * pa64solib.c: Update copyright. Don't include "assert.h", use
5361 strcmp instead of STREQ, use LONGEST, do not use PTR
5362 * somsolib.c: Ditto.
5363
5364 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5365 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5366 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5367
5368 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5369
5370 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5371 (default_get_saved_register): Delete function.
5372 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5373 generic_unwind_get_saved_register.
5374 * gdbarch.h, gdbarch.c: Re-generate.
5375
5376 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5377
5378 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5379 generic_func_frame_chain_valid.
5380 * gdbarch.h, gdbarch.c: Re-generate.
5381 * blockframe.c (generic_func_frame_chain_valid): Only check
5382 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5383 passing FP to PC_IN_CALL_DUMMY.
5384 Fix PR gdb/360.
5385
5386 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5387
5388 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5389 (register_gdbarch_data): Initialize init_p.
5390 (gdbarch_data): Initialize data pointer using the init function.
5391 (init_gdbarch_data): Delete function.
5392 (gdbarch_update_p): Update.
5393 (initialize_non_multiarch): Update.
5394 (struct gdbarch): Add field initialized_p.
5395 * gdbarch.h, gdbarch.c: Re-generate.
5396
5397 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5398
5399 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5400 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5401 better do the things actually here.
5402 * x86-64-tdep.c (x86_64_register_name2nr): New.
5403 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5404 (x86_64_gdbarch_init): Respect the above change.
5405 * x86-64-tdep.h (x86_64_register_name2nr)
5406 (x86_64_register_nr2name): Add prototypes.
5407 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5408
5409 2002-06-06 Michael Snyder <msnyder@redhat.com>
5410
5411 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5412 Delete extra braces and re-indent.
5413 (d10v_store_return_value): Char return values
5414 must be shifted over by one byte in R0.
5415 (d10v_extract_return_value): Delete extra braces, re-indent.
5416
5417 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5418
5419 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5420 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5421 (d10v_integer_to_address): Rewrite.
5422 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5423 the d10v specific functions which take care of converting to the
5424 correct space.
5425
5426 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5427
5428 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5429 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5430
5431 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5432
5433 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5434 includes.
5435 * config/tm-linux.h: Ditto.
5436 * config/alpha/tm-alphalinux.h: Ditto.
5437 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5438 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5439 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5440 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5441 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5442 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5443 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5444 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5445 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5446 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5447 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5448 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5449 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5450 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5451 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5452 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5453 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5454 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5455 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5456 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5457 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5458 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5459 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5460 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5461 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5462 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5463 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5464 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5465 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5466 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5467 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5468 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5469 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5470 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5471 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5472 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5473 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5474
5475 2002-05-04 Aidan Skinner <aidan@velvet.net>
5476
5477 * ada-exp.tab.c: New file
5478 * ada-exp.y: New file
5479 * ada-lang.c: New file
5480 * ada-lang.h: New file
5481 * ada-lex.c: New file
5482 * ada-lex.l: New file
5483 * ada-tasks.c: New file
5484 * ada-typeprint.c: New file
5485 * ada-valprint.c: New file
5486
5487 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5488
5489 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5490 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5491
5492 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5493
5494 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5495 insetead of ppc-linux-tdep.o.
5496 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5497 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5498
5499 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5500
5501 2002-05-07 Christian Groessler <chris@groessler.org>
5502 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5503 bit register contents for little endian hosts.
5504
5505 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5506
5507 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5508 any maintainer.
5509
5510 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5511
5512 * gdbarch.h: Regenerate.
5513
5514 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5515
5516 * MAINTAINERS: Add everyone to write-after-approval list.
5517
5518 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5519
5520 * stack.c (frame_info): Use frame_register_unwind instead of
5521 saved_regs. Mention when the SP is on the stack or in a register.
5522
5523 * frame.h (frame_register_unwind_ftype): Define. Document.
5524 (struct frame_info): Add field register_unwind and
5525 register_unwind_cache.
5526 (frame_register_unwind): Declare.
5527 (generic_unwind_get_saved_register): Declare.
5528
5529 * frame.c (frame_register_unwind): New function.
5530 (generic_unwind_get_saved_register): New function.
5531
5532 * blockframe.c (generic_call_dummy_register_unwind): New function.
5533 (frame_saved_regs_register_unwind): New function.
5534 (set_unwind_by_pc): New function.
5535 (create_new_frame): New function.
5536 (get_prev_frame): New function.
5537
5538 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5539
5540 * a29k-share/: Delete directory.
5541 * remote-vx29k.c: Delete file.
5542
5543 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5544
5545 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5546 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5547
5548 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5549
5550 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5551 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5552 (sparc64nbsd-nat.o)
5553 (sparcnbsd-nat.o)
5554 (sparcnbsd-tdep.o): New dependency lists.
5555 * NEWS: Note new UltraSPARC NetBSD native configuration.
5556 * configure.host (sparc64-*-netbsd*): New host.
5557 * configure.tgt (sparc-*-netbsdelf*)
5558 (sparc-*-netbsd*): Set gdb_target to nbsd.
5559 (sparc64-*-netbsd*): New target.
5560 * sparc64nbsd-nat.c: New file.
5561 * sparcnbsd-nat.c: New file.
5562 * sparcnbsd-tdep.c: New file.
5563 * sparcnbsd-tdep.h: New file.
5564 * config/sparc/nbsd.mt: New file.
5565 * config/sparc/nbsd64.mh: New file.
5566 * config/sparc/nbsd64.mt: New file.
5567 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5568 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5569 (HOST_IPC): Remove.
5570 * config/sparc/nbsdaout.mt: Remove.
5571 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5572 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5573 (HOST_IPC): Remove.
5574 * config/sparc/nbsdelf.mt: Remove.
5575 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5576 sparc-nat.c compatiblity defines.
5577 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5578 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5579 * config/sparc/tm-nbsd64.h: New file.
5580 * config/sparc/tm-nbsdaout.h: Remove.
5581 * config/sparc/xm-nbsd.h: Remove.
5582
5583 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5584
5585 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5586 * sparc-tdep.c: Include osabi.h.
5587 (gdbarch_tdep): Add osabi member.
5588 (_initialize_sparc_tdep): Use gdbarch_register.
5589 (sparc_gdbarch_init): Use generic OS ABI framework.
5590 (sparc_dump_tdep): New function.
5591
5592 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5593
5594 * corefile.c (do_captured_read_memory_integer): Return non-zero
5595 result.
5596 (safe_read_memory_integer): Copy result of memory read when
5597 status is non-zero. Also, add comments.
5598
5599 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5600
5601 * Makefile.in (ppc_tdep_h): Define.
5602 (ppc-linux-nat.o)
5603 (ppc-linux-tdep.o)
5604 (rs6000-tdep.o): Use $(ppc_tdep_h).
5605 (ppc-sysv-tdep.o)
5606 (ppcnbsd-nat.o)
5607 (ppcnbsd-tdep.o): New dependency lists.
5608 * ppc-tdep.h: Use generic OS ABI framework.
5609 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5610 (ppc_linux_init_abi): New functions.
5611 (ppc_sysv_abi_broken_use_struct_convention)
5612 (ppc_sysv_abi_use_struct_convention)
5613 (ppc_sysv_abi_push_arguments): Move to...
5614 * ppc-sysv-tdep.c: ...here.
5615 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5616 * rs6000-tdep.c (process_note_abi_tag_sections)
5617 (get_elfosabi): Remove.
5618 (rs6000_gdbarch_init): Use generic OS ABI framework.
5619 (rs6000_dump_tdep): New function.
5620 (_initialize_rs6000_tdep): Use gdbarch_register.
5621 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5622 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5623 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5624 of ppc-linux-tdep.o.
5625 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5626 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5627 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5628 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5629 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5630 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5631
5632 2002-05-29 Jim Blandy <jimb@redhat.com>
5633
5634 * macroscope.c (default_macro_scope): Put `void' in empty argument
5635 list.
5636
5637 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5638
5639 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5640 * arch-utils.c: Include "sim-regno.h".
5641 * gdbarch.sh: Don't include "sim-regno.h".
5642 * gdbarch.h, gdbarch.c: Regenerate.
5643 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5644 here.
5645 * arch-utils.h (legacy_register_sim_regno): To here.
5646 * remote-sim.c (legacy_register_sim_regno): Move function from
5647 here.
5648 * arch-utils.c (legacy_register_sim_regno): To here.
5649
5650 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5651
5652 * sim-regno.h: New file.
5653 * Makefile.in (sim_regno_h): Define.
5654 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5655 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5656 (legacy_register_sim_regno): New function.
5657 (one2one_register_sim_regno): New function.
5658 (gdbsim_fetch_register): Rewrite.
5659 (gdbsim_store_register): Only store a register when
5660 REGISTER_SIM_REGNO is valid.
5661 * d10v-tdep.c: Include "sim-regno.h".
5662 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5663 (d10v_ts3_register_sim_regno): Ditto.
5664 * gdbarch.sh: Include "sim-regno.h".
5665 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5666 * gdbarch.h, gdbarch.c: Regenerate.
5667 * arch-utils.h (default_register_sim_regno): Delete declaration.
5668 * arch-utils.c (default_register_sim_regno): Delete function.
5669
5670 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5671
5672 * ppcnbsd-nat.c: Rewrite.
5673 * ppcnbsd-tdep.c: New file.
5674 * ppcnbsd-tdep.h: New file.
5675 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5676 solib.o, and solib-svr4.o.
5677 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5678 nbsd-tdep.o, and corelow.o.
5679
5680 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5681
5682 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5683 `tr' and `sed'. Mention that `broken' targets are not expected to
5684 build.
5685
5686 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5687
5688 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5689 Let PC point right after the prologue before looking up symbols.
5690
5691 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5692
5693 * i386-tdep.c (i386_register_virtual_type): Return
5694 builtin_type_vec128i for SSE registers.
5695
5696 * gdbtypes.h (builtin_type_vec128i): Declare.
5697
5698 * gdbtypes.c (build_builtin_type_vec128i): New function.
5699 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5700 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5701 (build_gdbtypes): Initialize new builtin vector types.
5702 (_initialize_gdbtypes): Register new vector types with gdbarch.
5703
5704 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5705
5706 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5707 since it has been multi-arch'd.
5708 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5709 Move Alpha and VAX multi-arch news entries to same section
5710 as other multi-arch news.
5711
5712 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5713
5714 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5715 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5716 static. Rename some register numbers to put them in ns32k-tdep
5717 private namespace.
5718 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5719 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5720 functions.
5721 (_initialize_ns32k_tdep): Use gdbarch_register.
5722 * ns32k-tdep.h: New file.
5723 * ns32knbsd-tdep.c: New file.
5724 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5725 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5726 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5727 REGISTER_BYTES, REGISTER_BYTE): Remove.
5728 * config/ns32k/tm-ns32k.h: New file.
5729 * config/ns32k/tm-umax.h: Remove.
5730
5731 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5732
5733 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5734 ns32k_store_struct_return, ns32k_extract_return_value,
5735 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5736 functions.
5737 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5738 ns32k_saved_pc_after_call.
5739 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5740 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5741 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5742 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5743 ns32k_extract_struct_value_address.
5744
5745 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5746
5747 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5748 ns32k_fix_call_dummy): New.
5749 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5750 ns32k_call_dummy_words.
5751 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5752 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5753 CALL_DUMMY_NARGS): Remove.
5754 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5755
5756 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5757
5758 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5759 ns32k_frame_saved_pc, ns32k_frame_args_address,
5760 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5761 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5762 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5763 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5764 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5765 (BREAKPOINT): Remove..
5766 (FRAME_CHAIN): Define as ns32k_frame_chain.
5767 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5768 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5769 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5770 (FRAME_FIND_SAVED_REGS): Remove.
5771 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5772 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5773 (POP_FRAME): Define as ns32k_pop_frame.
5774
5775 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5776
5777 * ns32k-tdep.c (ns32k_register_byte_32082,
5778 ns32k_register_byte_32382, ns32k_register_raw_size,
5779 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5780 functions.
5781 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5782 ns32k_register_byte_32382.
5783 * config/ns32k/tm-umax.h: Update copyright years.
5784 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5785 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5786 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5787 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5788 (ns32k_get_enter_addr): Fix prototype.
5789
5790 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5791
5792 * ns32k-tdep.c: Update copyright years.
5793 (ns32k_register_name_32082): New function.
5794 (ns32k_register_name_32382): Ditto.
5795 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5796 (REGISTER_NAME): Define as ns32k_register_name_32382.
5797 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5798 (REGISTER_NAME): Define as ns32k_register_name_32082.
5799
5800 2002-05-24 Jim Blandy <jimb@redhat.com>
5801
5802 * dwarf2read.c (free_line_header): Use xfree, not free.
5803
5804 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5805
5806 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5807 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5808
5809 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5810
5811 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5812
5813 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5814
5815 From Ross Alexander at NEC Europe:
5816 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5817
5818 2002-05-23 Michael Snyder <msnyder@redhat.com>
5819
5820 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5821 for input, rather than parse_and_eval_address.
5822
5823 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5824
5825 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5826 * Makefile.in (sim_d10v_h): Update definition.
5827
5828 2002-05-24 Andrew Cagney <cagney@redhat.com>
5829
5830 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5831 change `2002-05-22 Michael Snyder' below.
5832 (d10v_push_arguments): Ditto.
5833 (d10v_extract_return_value): Ditto.
5834
5835 2002-05-23 Jim Blandy <jimb@redhat.com>
5836
5837 * macrotab.c (check_for_redefinition): Don't complain if the new
5838 definition is the same as the previous one. Take more arguments
5839 to allow the comparison.
5840 (macro_define_object, macro_define_function): Pass more arguments
5841 to check_for_redefinition.
5842
5843 2002-05-22 Michael Snyder <msnyder@redhat.com>
5844
5845 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5846 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5847 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5848 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5849 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5850 Add a temp variable to save a call (and a memory read).
5851 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5852 if possible (so that PC_IN_CALL_DUMMY will work).
5853
5854 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
5855
5856 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5857
5858 2002-05-22 Michal Ludvig <mludvig@suse.cz>
5859
5860 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5861 fde->cie_ptr.
5862 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5863 (dwarf2_build_frame_info): Add offset to fde->initial_location
5864 so that frames of shared libraries are mapped correctly.
5865 (execute_stack_op): Change type of 'result' from ULONGEST to
5866 CORE_ADDR.
5867
5868 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5869
5870 * config/alpha/tm-nbsd.h: Include solib.h.
5871
5872 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5873
5874 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5875 assumptions about the host's byte order.
5876
5877 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5878
5879 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5880 to dependency list.
5881 * alphanbsd-tdep.c: Include solib-svr4.h.
5882 * shnbsd-tdep.c: Ditto.
5883
5884 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5885
5886 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5887 nbsd-tdep.h to dependency list.
5888 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5889 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5890 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5891 nbsdaout.mh and nbsdelf.mh consistently.
5892 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5893 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5894 nbsdaout.mt and nbsdelf.mh consistently.
5895 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5896 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5897 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5898 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5899 a.out shared library stuff from here...
5900 * config/nm-nbsdaout.h: ...to here.
5901 * config/tm-nbsd.h: Remove.
5902 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5903 * config/arm/nbsd.mh: Remove.
5904 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5905 nbsd-tdep.o.
5906 * config/arm/nbsdaout.mh: New file.
5907 * config/arm/nbsdelf.mh: New file.
5908 * config/arm/nm-nbsdaout.h: New file.
5909 * config/i386/nbsd.mh: Remove.
5910 * config/i386/nbsd.mt: Remove.
5911 * config/i386/nbsdaout.mh: New file.
5912 * config/i386/nbsdaout.mt: New file.
5913 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5914 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5915 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5916 i386_register_u_addr): Remove.
5917 * config/i386/nm-nbsdaout.h: New file.
5918 * config/i386/nm-nbsdelf.h: Remove.
5919 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5920 (USE_STRUCT_CONVENTION): Remove.
5921 * config/i386/tm-nbsdaout.h: New file.
5922 * config/i386/tm-nbsdelf.h: Remove.
5923 * config/m68k/nbsd.mh: Remove.
5924 * config/m68k/nbsd.mt: Remove.
5925 * config/m68k/nbsdaout.mh: New file.
5926 * config/m68k/nbsdaout.mt: New file.
5927 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5928 * config/m68k/nm-nbsdaout.h: New file.
5929 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5930 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5931 * config/ns32k/nbsd.mh: Remove.
5932 * config/ns32k/nbsd.mt: Remove.
5933 * config/ns32k/nbsdaout.mh: New file.
5934 * config/ns32k/nbsdaout.mt: New file.
5935 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5936 * config/ns32k/nm-nbsdaout.h: New file.
5937 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5938 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5939 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5940 (SVR4_SHARED_LIBS): Remove.
5941 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5942 * config/sparc/nbsd.mh: Remove.
5943 * config/sparc/nbsd.mt: Remove.
5944 * config/sparc/nbsdaout.mh: New file.
5945 * config/sparc/nbsdaout.mt: New file.
5946 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5947 * config/sparc/nbsdelf.mt: New file.
5948 * config/sparc/nm-nbsdaout.h: New file.
5949 * config/sparc/nm-nbsdelf.h: Remove.
5950 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5951 * config/sparc/tm-nbsdaout.h: New file.
5952
5953 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5954
5955 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5956 mipsnbsd-tdep.c
5957 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5958
5959 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5960
5961 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5962 shnbsd-nat.c.
5963 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5964
5965 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5966
5967 * NEWS: Note new MIPS NetBSD native configuration.
5968 * configure.host (mips*-*-netbsd*): New host.
5969 * configure.tgt (mips*-*-netbsd*): New target.
5970 * mipsnbsd-nat.c: New file.
5971 * mipsnbsd-tdep.c: New file.
5972 * mipsnbsd-tdep.h: New file.
5973 * config/mips/nbsd.mh: New file.
5974 * config/mips/nbsd.mt: New file.
5975 * config/mips/nm-nbsd.h: New file.
5976 * config/mips/tm-nbsd.h: New file.
5977
5978 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5979
5980 * Makefile.in (SFILES): Add osabi.c.
5981 (COMMON_OBS): Add osabi.o.
5982 (osabi.o): New dependency list.
5983 * osabi.c: New file.
5984 * osabi.h: New file.
5985 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5986
5987 * Makefile.in (alpha_tdep_h): Define and use instead of
5988 alpha-tdep.h.
5989 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5990 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5991 Remove.
5992 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5993 * alpha-tdep.h: Include osabi.h.
5994 (alpha_abi): Remove.
5995 (gdbarch_tdep): Use generic OS ABI framework.
5996 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5997 gdbarch_register_osabi.
5998 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5999 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6000 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6001
6002 * Makefile.in (sh_tdep_h): Add osabi.h.
6003 * sh-tdep.h (sh_osabi): Remove.
6004 (gdbarch_tdep): Use generic OS ABI framework.
6005 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6006 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6007 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6008 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6009
6010 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6011 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6012 gdbarch_register_osabi.
6013 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6014 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6015 (get_elfosabi): Rename to...
6016 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6017 ABI framework support routines.
6018 (arm_gdbarch_init): Use generic OS ABI framework.
6019 (arm_dump_tdep): Likewise.
6020 (_initialize_arm_tdep): Likewise.
6021 * arm-tdep.h: Include osabi.h.
6022 (arm_abi): Remove.
6023 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6024 osabi member.
6025 (arm_gdbarch_register_os_abi): Remove prototype.
6026 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6027 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6028
6029 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6030 * mips-tdep.c: Include osabi.h.
6031 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6032 OS ABI framework.
6033
6034 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6035
6036 * h8300-tdep.c: Fix formatting.
6037
6038 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6039
6040 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6041 printing vector registers.
6042
6043 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6044
6045 From Fernando Nasser:
6046 * remote.c (remote_async_open_1): Re-throw the exception when the
6047 connection fails.
6048 (remote_cisco_open): Ditto.
6049 (remote_open_1): Ditto.
6050
6051 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6052
6053 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6054 (remote_start_remote): Add uiout parameter. Pass through to
6055 remote_start_remote_dummy.
6056 (remote_open_1): Use catch_exception instead of catch_errors.
6057 (remote_async_open_1): Ditto.
6058 (remote_cisco_open): Ditto.
6059
6060 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6061
6062 * remote.c (remote_start_remote): Replace PTR with void pointer.
6063 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6064 static.
6065
6066 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6067
6068 * gdb_indent.sh: Allow the script to be run in the sim directory.
6069
6070 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6071
6072 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6073 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6074
6075 * corelow.c (core_open): Only call set_gdbarch_from_file if
6076 exec_bfd is NULL.
6077
6078 2002-05-17 Andrey Volkov <avolkov@transas.com>
6079
6080 * h8300-tdep.c: Add support of EXR register
6081 * config/h8300/tm-h8300.h: Ditto.
6082
6083 2002-05-17 Andrey Volkov <avolkov@transas.com>
6084
6085 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6086
6087 2002-05-17 Andrey Volkov <avolkov@transas.com>
6088
6089 * h8300-tdep.c: Change literal regnums to REGNO.
6090
6091 2002-05-17 Jim Blandy <jimb@redhat.com>
6092
6093 * NEWS: Note addition of macro support.
6094
6095 Expand preprocessor macros in C expressions.
6096 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6097 (scan_macro_expansion, scanning_macro_expansion,
6098 finished_macro_expansion): New function declarations.
6099 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6100 variable declarations.
6101 * parser-defs.h (expression_context_pc): New declaration.
6102 * parse.c (expression_context_pc): New variable.
6103 (parse_exp_1): Set expression_context_pc, as well as
6104 expression_context_block.
6105 * c-exp.y (yylex): If we're not already reading the result of a
6106 macro expansion, try to macro-expand the next token. When we're
6107 done scanning a macro expansion, switch back to the mainline text.
6108 Commas and `if's in a macro's expansion don't terminate the input.
6109 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6110 (macro_original_text, macro_expanded_text,
6111 expression_macro_lookup_func, expression_macro_lookup_baton): New
6112 variables.
6113 (scan_macro_expansion, scanning_macro_expansion,
6114 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6115 c_preprocess_and_parse): New functions.
6116 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6117 c_preprocess_and_parse, instead of c_parse.
6118 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6119 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6120
6121 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6122
6123 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6124 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6125 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6126
6127 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6128
6129 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6130
6131 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6132
6133 * Makefile.in (sh_tdep_h): Define and use.
6134 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6135 register enum): Move to...
6136 * * sh-tdep.h: ...here.
6137 * sh-tdep.c: Include sh-tdep.h.
6138 * sh3-rom.c: Likewise.
6139 * shnbsd-tdep.c: Likewise.
6140
6141 2002-05-16 Michael Snyder <msnyder@redhat.com>
6142
6143 * arm-tdep.c: Spelling fix in comment.
6144
6145 2002-05-16 Jim Blandy <jimb@redhat.com>
6146
6147 Add commands for manually expanding macros and showing their
6148 definitions.
6149 * macrocmd.c, macroscope.c, macroscope.h: New files.
6150 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6151 (macroscope_h): New variable.
6152 (HFILES_NO_SRCDIR): Add macroscope.h.
6153 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6154 (macroscope.o, macrocmd.o): New rules.
6155
6156 Teach the Dwarf 2 reader to read macro information.
6157 * dwarf2read.c: #include "macrotab.h".
6158 (dwarf_macinfo_buffer): New variable.
6159 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6160 dwarf_macinfo_size.
6161 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6162 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6163 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6164 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6165 dwarf2_macro_spaces_in_definition): New complaints.
6166 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6167 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6168 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6169 the partial symbol table.
6170 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6171 from what's recorded in the partial symbol table.
6172 (read_file_scope): If the compilation unit has a
6173 `DW_AT_macro_info' attribute, read its macro information.
6174 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6175
6176 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6177
6178 Fix PR gdb/546
6179 * ser-tcp.c: Don't include <netinet/udp.h>.
6180
6181 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6182
6183 * MAINTAINERS: Update my email address.
6184
6185 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6186
6187 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6188 include file of the same name.
6189
6190 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6191
6192 * configure.tgt: Mark v850 as multi-arched.
6193 * config/v850/tm-v850.h: Remove file.
6194 * config/v850/v850.mt: Eliminate TM_FILE.
6195
6196 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6197
6198 * v850-tdep.c: Full multi-arch.
6199 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6200 Define GDB_MULTI_ARCH to 2.
6201
6202 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6203
6204 * p-exp.y (current_type): New static variable.
6205 Carries the type of the expression at the position that is parsed.
6206 (push_current_type, pop_current_type): Two new functions. Used
6207 to store/restore current_type in expression on specific tokens.
6208 (search_field): New static variable. Set to one after parsing a point
6209 as at that point only a FIELDNAME token should be searched.
6210 (FIELDNAME): New token. After a point only a token belonging to
6211 current_type type definition is allowed.
6212 (all over token rules): reset and change current_type according
6213 to rules.
6214 (exp '[' rule): insert implicit array index field if
6215 exp is a pascal string type.
6216
6217 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6218
6219 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6220 frame info. Use frame_info's saved_regs instead of matching member
6221 in extra_frame_info throughout.
6222 (v850_frame_init_saved_regs): New function.
6223 (v850_init_extra_frame_info): Move most functionality into
6224 v850_frame_init_saved_regs().
6225 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6226 (v850_frame_find_saved_regs): Remove declaration.
6227 (FRAME_FIND_SAVED_REGS): Remove definition.
6228 (v850_frame_init_saved_regs): Add declaration.
6229 (FRAME_INIT_SAVED_REGS): Add definition.
6230
6231 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6232
6233 * v850-tdep.c: Begin multi-arch'ing v850.
6234 (v850_target_architecture_hook): Remove function.
6235 (v850_gdbarch_init): New function. Add code previously in
6236 v850_target_architecture_hook().
6237 (_initialize_v850_tdep): Don't set target_architecture_hook.
6238 Call register_gdbarch_init() instead.
6239
6240 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6241
6242 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6243 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6244 (fixup_class_method_type): Likewise.
6245
6246 2002-05-15 Jim Blandy <jimb@redhat.com>
6247
6248 Add macro structures to GDB's symbol tables. Nobody puts anything
6249 in them yet.
6250 * symtab.h (struct symtab): New member: `macro_table'.
6251 * buildsym.h (pending_macros): New global variable.
6252 * buildsym.c: #include "macrotab.h".
6253 (buildsym_init): Initialize `pending_macros'.
6254 (end_symtab): If we found macro information while reading a CU's
6255 debugging info, do build a symtab structure for it. Make the
6256 symtab point to the macro information, and clear the
6257 `pending_macros' pointer which held it while we were reading the
6258 debug info.
6259 (really_free_pendings): Free any pending macro table.
6260 * objfiles.h (struct objfile): New member: `macro_cache'.
6261 * objfiles.c (allocate_objfile): Set allocate and free functions
6262 for the macro cache's objstack.
6263 (free_objfile): Empty the macro cache's obstack.
6264 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6265 set new allocate and free functions for it.
6266 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6267 free functions for the macro cache's objstack. (Why is this
6268 function building its own objfile?)
6269 * symmisc.c (print_objfile_statistics): Print statistics on the
6270 macro bcache.
6271 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6272
6273 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6274
6275 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6276 (REGISTER_U_ADDR): Delete definition.
6277 (arm_register_u_addr): Delete declaration.
6278
6279 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6280
6281 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6282 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6283
6284 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6285
6286 * regcache.c (register_valid): Revise comments refering to "Not
6287 available" and "unavailable".
6288 * frame.c (frame_register_read): Ditto.
6289 * findvar.c (value_of_register): Ditto.
6290
6291 2002-05-15 Andrew Cagney <cagney@redhat.com>
6292
6293 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6294 (remote-sim.o): Update dependencies.
6295 (d10v-tdep.o): Specify dependencies.
6296 (sim_d10v_h): Define.
6297
6298 2002-05-14 Jim Blandy <jimb@redhat.com>
6299
6300 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6301 * macrotab.c (macro_lookup_inclusion, find_definition,
6302 new_macro_table): Same.
6303
6304 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6305 not `! strcmp ()'. This is a dubious improvement.
6306 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6307
6308 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6309 although it's not necessary, to avoid a warning.
6310
6311 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6312
6313 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6314 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6315 TYPE_INSTANCE_FLAGS.
6316 (struct main_type): New.
6317 (struct type): Move most members to struct main_type. Change
6318 cv_type and as_type to new type_chain member. Add instance_flags.
6319 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6320 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6321 (finish_cv_type): Remove prototype.
6322 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6323 Set TYPE_CHAIN.
6324 (alloc_type_instance): New function.
6325 (smash_type): New function.
6326 (make_pointer_type, make_reference_type, make_function_type)
6327 (smash_to_member_type, smash_to_method_type): Call smash_type.
6328 (make_qualified_type): New function.
6329 (make_type_with_address_space): Call make_qualified_type.
6330 (make_cv_type): Likewise.
6331 (finish_cv_type): Remove unnecessary function.
6332 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6333 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6334 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6335 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6336 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6337 * hpread.c (hpread_read_struct_type): Likewise.
6338 * stabsread.c (read_struct_type): Likewise.
6339
6340 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6341
6342 * configure.tgt: Add a catch all sh* target, for cases like
6343 sh[2,3,4]-elf and sh-hms.
6344
6345 2002-05-14 Keith Seitz <keiths@redhat.com>
6346
6347 * event-loop.c (create_file_handler): Don't do anything but
6348 update data when we are given a fd which we are already
6349 monitoring.
6350
6351 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6352
6353 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6354 (update_context): Use __func__ in warnings.
6355
6356 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6357
6358 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6359 and tcp_close to net_open and net_close.
6360 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6361 using UDP if requested. Don't try to disable Nagle on UDP
6362 sockets.
6363 * remote.c (remote_serial_open): New function. Warn about UDP.
6364 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6365
6366 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6367
6368 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6369
6370 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6371
6372 * configure.tgt: Remove sh-hms target.
6373 * MAINTAINERS: Don't list sh-hms as a separate target.
6374
6375 2002-05-13 Jim Blandy <jimb@redhat.com>
6376
6377 Add first preprocessor macro-expansion files.
6378 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6379 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6380 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6381 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6382 (COMMON_OBS): Add macrotab.o, macroexp.o.
6383 (macroexp.o, macrotab.o): New rules.
6384
6385 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6386
6387 * config/m88k/tm-m88k.h: Update copyright.
6388 (m88k_target_write_pc): Declare
6389 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6390 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6391 (SHIFT_INST_REGS): Update definition.
6392 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6393 using old definition of TARGET_WRITE_PC.
6394 * regcache.c (generic_target_write_pc): Delete code handling
6395 NNPC_REGNUM.
6396 * gdbarch.sh (NNPC_REGNUM): Delete.
6397 * gdbarch.h, gdbarch.c: Regenerate.
6398
6399 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6400
6401 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6402 builtin reg number.
6403
6404 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6405
6406 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6407 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6408 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6409 access macros.
6410 * c-typeprint.c (cp_type_print_method_args): Likewise.
6411 (c_type_print_args): Likewise.
6412 * d10v-tdep.c (d10v_push_arguments): Likewise.
6413 (d10v_extract_return_value): Likewise.
6414 * expprint.c (print_subexp): Likewise.
6415 * gdbtypes.c (lookup_primitive_typename): Likewise.
6416 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6417 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6418 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6419 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6420 (TYPE_VECTOR): Likewise.
6421 * hpread.c (hpread_read_struct_type)
6422 (fix_static_member_physnames, fixup_class_method_type)
6423 (hpread_type_lookup): Likewise.
6424 * mdebugread.c (parse_symbol, parse_type): Likewise.
6425 * p-lang.c (is_pascal_string_type): Likewise.
6426 * valops.c (hand_function_call): Likewise.
6427 * x86-64-tdep.c (classify_argument): Likewise.
6428
6429 * hpread.c (hpread_read_function_type)
6430 (hpread_read_doc_function_type): Call replace_type.
6431 * dstread.c (create_new_type): Delete.
6432 (decode_dst_structure, process_dst_function): Call alloc_type.
6433 Use type access macros.
6434
6435 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6436
6437 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6438 the're not supported by the current architecture.
6439 (i387_fill_fxsave): Likewise.
6440
6441 2002-05-12 Fred Fish <fnf@redhat.com>
6442
6443 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6444 sect_index_xxx members to index the first slot in section_offsets
6445 if all of the section_offsets are zero.
6446
6447 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6448
6449 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6450 checked in with last change.
6451
6452 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6453
6454 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6455 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6456 config.sub.
6457
6458 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6459
6460 * Makefile.in: Update dependencies.
6461
6462 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6463
6464 * language.c (local_hex_string_custom): Simplify. Do not depend
6465 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6466
6467 * memattr.c (mem_info_command): Replace calls to
6468 longest_local_hex_string and longest_local_hex_string_custom.
6469 * buildsym.c (make_blockvector): Ditto.
6470 * solib.c (info_sharedlibrary_command): Ditto.
6471 * tracepoint.c (tracepoints_info): Ditto.
6472 * symtab.c (print_msymbol_info): Ditto.
6473
6474 * language.c (local_hex_string): Delete.
6475 (local_hex_string_custom): Delete.
6476 (longest_local_hex_string): Rename to local_hex_string.
6477 (longest_local_hex_string_custom): Rename to
6478 local_hex_string_custom.
6479 * language.h (local_hex_string): Change parameter type to LONGEST.
6480 (local_hex_string_custom): Ditto.
6481 (longest_local_hex_string): Delete declaration.
6482 (longest_local_hex_string_custom): Ditto.
6483
6484 * solib.c: Update copyright.
6485 * memattr.c: Update copyright.
6486
6487 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6488
6489 * arch-utils.h (legacy_register_to_value): Declare.
6490 (legacy_value_to_register): Declare.
6491 (legacy_convert_register_p): Declare.
6492 * arch-utils.c (legacy_register_to_value): New function.
6493 (legacy_value_to_register): New function.
6494 (legacy_convert_register_p): New function.
6495
6496 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6497 (VALUE_TO_REGISTER): Define.
6498 (CONVERT_REGISTER_P): Define.
6499 * gdbarch.h, gdbarch.c: Regenerate.
6500
6501 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6502 VALUE_TO_REGISTER.
6503 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6504 CONVERT_REGISTER_P.
6505
6506 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6507 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6508
6509 * Makefile.in: Update dependencies for valops.c.
6510 * valops.c: Include "gdb_assert.h".
6511 (typecmp): Skip THIS parameter to methods.
6512 (find_method_list): Remove static_memfuncp argument,
6513 update callers. Check for stub methods.
6514 (find_value_oload_method_list): Don't set *static_memfuncp.
6515 (find_overload_match): Don't check for stub methods. Assert
6516 that methods are not stubbed. Handle static methods.
6517 (value_find_oload_method_list): Remove static_memfuncp argument.
6518 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6519 to the argument list for static stub methods.
6520 * value.h (value_find_oload_method_list): Update prototype.
6521
6522 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6523
6524 * arch-utils.h (generic_register_size): Declare.
6525 (generic_register_raw_size, generic_register_virtual_size): Delete
6526 declarations.
6527 * arch-utils.c (generic_register_raw_size): Delete.
6528 (generic_register_size): New function.
6529 (generic_register_virtual_size): Delete.
6530
6531 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6532 default generic_register_size.
6533 * gdbarch.h, gdbarch.c: Re-generate.
6534
6535 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6536 register_virtual_size.
6537 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6538 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6539
6540 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6541
6542 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6543 * gdbarch.h, gdbarch.c: Regenerate.
6544 * gnu-v3-abi.c: Update copyright.
6545 (vtable_address_point_offset): Update.
6546 (gnuv3_rtti_type): Update.
6547 (gnuv3_baseclass_offset): Update.
6548 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6549 (init_fetch_link_map_offsets): Update.
6550 * remote.c (get_remote_state): Update.
6551
6552 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6553
6554 * TODO: Remove value_headof/value_from_vtable_info comment.
6555 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6556 * values.c (value_headof, value_from_vtable_info): Delete.
6557 * value.h (value_from_vtable_info): Delete prototype.
6558
6559 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6560
6561 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6562 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6563 $(gdb_regex_h).
6564 (gdb_assert_h): Define.
6565 (gdb_wait_h): Define.
6566 (gdb_regex_h): Define.
6567
6568 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6569
6570 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6571 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6572
6573 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6574
6575 * nbsd-tdep.c: Fix comment.
6576
6577 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6578
6579 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6580 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6581 (nbsd-tdep.o): New dependency list.
6582 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6583 nbsd-tdep.h.
6584 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6585 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6586 * nbsd-tdep.c: New file.
6587 * nbsd-tdep.h: New file.
6588 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6589 nbsd-tdep.h.
6590 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6591 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6592 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6593 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6594
6595 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6596
6597 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6598 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6599 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6600 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6601 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6602 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6603
6604 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6605
6606 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6607 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6608 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6609 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6610 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6611 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6612 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6613
6614 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6615
6616 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6617 fetch_elfcore_registers to...
6618 * i386nbsd-tdep.c: ...here.
6619 (i386nbsd_use_struct_convention): Rename to...
6620 (i386nbsd_aout_use_struct_convention): ...this.
6621 (i386nbsd_supply_reg): New function.
6622 (i386nbsd_fill_reg): New function.
6623 (fetch_core_registers): Use i386nbsd_supply_reg.
6624 (fetch_elfcore_registers): Likewise.
6625 (_initialize_i386nbsd_tdep): New function.
6626 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6627 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6628 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6629 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6630 (i386nbsd_aout_use_struct_convention): ...this.
6631
6632 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6633
6634 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6635 (store_inferior_registers): Use shnbsd_fill_reg.
6636 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6637 sh_nbsd_supply_register): Collapse into...
6638 (shnbsd_supply_reg): ...this.
6639 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6640 (shnbsd_fill_reg): ...this.
6641 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6642 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6643 (fetch_core_registers): Use shnbsd_supply_reg.
6644 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6645 (sh_nbsd_core_fns): Rename to...
6646 (shnbsd_core_fns): ...this.
6647 (sh_nbsd_elfcore_fns): Rename to...
6648 (shnbsd_elfcore_fns): ...this.
6649 (sh_nbsd_init_abi): Rename to...
6650 (shnbsd_init_abi): ...this.
6651 (_initialize_sh_nbsd_tdep): Rename to...
6652 (_initialize_shnbsd_tdep): ...this.
6653 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6654 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6655 sh_nbsd_fill_register): Remove prototypes.
6656 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6657
6658 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6659
6660 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6661 (i387-nat.o): Delete dependency list.
6662 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6663 (x86-64-linux-nat.o): Likewise.
6664 * i387-nat.c: Delete file, moving contents to...
6665 * i387-tdep.c: ...here.
6666 * i387-nat.h: Rename...
6667 * i387-tdep.h: ...to this.
6668 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6669 * i386-linux-nat.c: Likewise.
6670 * i386bsd-nat.c: Likewise.
6671 * i386gnu-nat.c: Likewise.
6672 * i386nbsd-nat.c: Likewise.
6673 * i386v4-nat.c: Likewise.
6674 * x86-64-linux-nat.c: Likewise.
6675 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6676 * config/i386/go32.mh (NATDEPFILES): Likewise.
6677 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6678 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6679 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6680 * config/i386/linux.mh (NATDEPFILES): Likewise.
6681 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6682 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6683 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6684 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6685
6686 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6687
6688 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6689 (alphanbsd-nat.o): Remove dependency list.
6690 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6691 * alphanbsd-nat.c: Delete. Contents moved to...
6692 * alphanbsd-tdep.c: ...here.
6693 (_initialize_alphanbsd_tdep): Register core functions.
6694 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6695
6696 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6697
6698 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6699 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6700 (alphanbsd-nat.o): Likewise.
6701 (alphabsd-tdep.o): New dependency list.
6702 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6703 (fill_gregset): Use alphabsd_fill_reg.
6704 (supply_fpregset): Use alphabsd_supply_fpreg.
6705 (fill_fpregset): Use alphabsd_fill_fpreg.
6706 (fetch_inferior_registers): Use struct reg and struct fpreg
6707 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6708 and alphabsd_supply_fpreg.
6709 (store_inferior_registers): Use struct reg and struct fpreg
6710 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6711 and alphabsd_fill_fpreg.
6712 * alphabsd-tdep.c: New file.
6713 * alphabsd-tdep.h: New file.
6714 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6715 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6716 alphabsd_supply_fpreg.
6717 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6718 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6719
6720 2002-05-11 Eric Christopher <echristo@redhat.com>
6721
6722 * mips-tdep.c (mips_double_register_type): Fix thinko.
6723 (mips_single_register_type): Ditto.
6724 * MAINTAINERS: Add self.
6725
6726 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6727
6728 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6729 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6730 right thing on architectures with different endianness and/or
6731 integer sizes.
6732
6733 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6734
6735 From Christian Limpach <chris@Pin.LU>
6736 * configure.in: Change sed expression which comments out
6737 NATDEPFILES to also comment out continuation lines.
6738 * configure: Regenerate.
6739
6740 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6741
6742 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6743 big patch.
6744
6745 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6746
6747 * sh-tdep.c: Include correct file.
6748
6749 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6750
6751 New support for sh64-elf (sh5) target.
6752
6753 * configure.tgt: For sh64-elf target, default to sh-elf.
6754
6755 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6756 (struct gdbarch_tdep): Add new fields for new registers and ABI
6757 info.
6758
6759 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6760 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6761 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6762 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6763 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6764 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6765 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6766 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6767 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6768 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6769 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6770 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6771 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6772 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6773 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6774 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6775 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6776 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6777 sign_extend, sh64_nofp_frame_init_saved_regs,
6778 sh64_init_extra_frame_info, sh64_get_saved_register,
6779 sh64_extract_struct_value_address, sh64_pop_frame,
6780 sh64_push_arguments, sh64_extract_return_value,
6781 sh64_store_return_value, sh64_show_media_regs,
6782 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6783 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6784 sh_sh64_register_virtual_type,
6785 sh_sh64_register_convert_to_virtual,
6786 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6787 sh64_register_read, sh64_pseudo_register_write,
6788 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6789 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6790 sh64_do_pseudo_register, sh_compact_do_registers_info,
6791 sh64_do_registers_info, sh_gdbarch_init): New functions.
6792
6793 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6794
6795 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6796
6797 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6798
6799 * linespec.c (decode_line_1): Check for a double quote after
6800 a filename correctly.
6801
6802 2002-05-10 Jim Blandy <jimb@redhat.com>
6803
6804 Properly track the size of the current objfile's .debug_line section.
6805 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6806 (DWARF_LINE_SIZE): New macro.
6807 (dwarf2_build_psymtabs_hard): Record the line section's size in
6808 the partial symbol table.
6809 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6810 symbol table.
6811
6812 2002-05-10 Petr Sorfa <petrs@caldera.com>
6813
6814 * ia64-tdep.c: Handle breakpoints on L instruction type
6815 in MLX instruction bundle by moving the breakpoint to
6816 the third slot (X instruction type) as L holds only data.
6817
6818 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6819
6820 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6821 (process_one_symbol): Complain about discarding local symbols
6822 due to a misplaced N_LBRAC entry.
6823
6824 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6825
6826 From Daniel Berlin <dan@cgsoftware.com>
6827 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6828 decrease the depth we are at, in the case of templates.
6829
6830 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6831
6832 * mips-tdep.c (mips_float_register_type): New function.
6833 (mips_double_register_type): New function.
6834 (mips_print_register): Use them.
6835 (do_fp_register_row): Likewise.
6836
6837 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6838
6839 * signals/signals.c (signals): Remove conditional compilation around
6840 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6841 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6842
6843 2002-05-09 Michael Snyder <msnyder@redhat.com>
6844
6845 * remote-rdp.c (remote_rdp_can_run): Remove.
6846
6847 2002-05-09 Tom Tromey <tromey@redhat.com>
6848
6849 * jv-valprint.c (java_val_print): Handle `char' as a special case
6850 of TYPE_CODE_INT.
6851
6852 2002-05-09 Michael Snyder <msnyder@redhat.com>
6853
6854 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6855 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
6856 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
6857 str r(0123),[sp,#nn].
6858 (arm_skip_prologue): Ditto. Also make disassembly
6859 order-independent by placing it in a loop.
6860
6861 2002-05-06 Michael Snyder <msnyder@redhat.com>
6862
6863 * stabsread.c (read_type): Add recognition for new attribute:
6864 "@V;" means that an array type is actually a vector.
6865 This is analogous to the vector flag that's been added to dwarf2.
6866
6867 2002-05-09 Mark Kettenis <kettenis@gnu.org>
6868
6869 * i386-tdep.h (i386_abi): New enum.
6870 (struct gdbarch_tdep): Replace os_ident member with abi.
6871 (i386_gdbarch_register_os_abi): New prototype.
6872 * i386-tdep.c (i386_abi_names): New array.
6873 (process_note_abi_tag_sections): Removed.
6874 (process_note_sections): New function.
6875 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6876 (struct i386_abi_handler): New struct.
6877 (i386_abi_handler_list): New variable.
6878 (i386_gdbarch_register_os_abi): New function.
6879 (i386_gdbarch_init): Adapt for the changes given above.
6880
6881 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
6882
6883 * gregset.h: Say "GNU/Linux".
6884
6885 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
6886
6887 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6888 (build_gdbtypes): Build builtin_type_v2_float.
6889 (_initialize_gdbtypes): Register new builtin type.
6890
6891 2002-05-08 Andrew Cagney <ac131313@redhat.com>
6892
6893 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6894 (clear_gdbarch_swap): New function.
6895 (initialize_non_multiarch): Call.
6896 (gdbarch_update_p): Before calling init(), swap out and clear the
6897 existing architecture.
6898 * gdbarch.c: Regenerate.
6899
6900 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6901
6902 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6903 alphanbsd-tdep.c.
6904
6905 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6906
6907 * sh-nbsd-nat.c: Rename to...
6908 * shnbsd-nat.c: ...this.
6909 * sh-nbsd-tdep.c: Rename to...
6910 * shnbsd-tdep.c: ...this.
6911 * sh-nbsd-tdep.h: Rename to...
6912 * shnbsd-tdep.h: ...this.
6913 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6914 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6915
6916 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
6917
6918 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6919 concatenation for command help messages.
6920
6921 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6922
6923 * NEWS: Note new sh*-*-netbsdelf* configuration.
6924 * configure.host: Set gdb_host_cpu to sh for all sh*.
6925 (sh*-*-netbsdelf*): New host.
6926 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6927 (sh*-*-netbsdelf*): New target.
6928 * sh-nbsd-nat.c: New file.
6929 * sh-nbsd-tdep.c: New file.
6930 * sh-nbsd-tdep.h: New file.
6931 * config/sh/nbsd.mh: New file.
6932 * config/sh/nbsd.mt: New file.
6933 * config/sh/nm-nbsd.h: New file.
6934 * config/sh/tm-nbsd.h: New file.
6935
6936 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6937
6938 * sh-tdep.c (sh_osabi_names): Declare.
6939 (process_note_abi_tag_sections): New function.
6940 (get_elfosabi): Ditto.
6941 (sh_gdbarch_register_os_abi): Ditto.
6942 (sh_dump_tdep): Ditto.
6943 _initialize_sh_tdep): Use gdbarch_register to register
6944 sh_gdbarch_init and sh_dump_tdep.
6945 * config/sh/tm-sh.h (sh_osabi): Declare.
6946 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6947
6948 2002-05-07 Andrew Cagney <ac131313@redhat.com>
6949
6950 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6951 (thumb_scan_prologue): Ditto.
6952 (arm_find_callers_reg): Ditto.
6953 (arm_frame_chain): Ditto.
6954 (arm_init_extra_frame_info): Ditto.
6955 (arm_frame_saved_pc): Ditto.
6956 (arm_pop_frame): Ditto.
6957 (arm_push_return_address): New function.
6958 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6959 call_dummy_location, call_dummy_breakpoint_offset_p,
6960 call_dummy_breakpoint_offset, call_dummy_p,
6961 call_dummy_stack_adjust_p, call_dummy_words,
6962 sizeof_call_dummy_words, call_dummy_start_offset,
6963 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6964 call_dummy_address, push_return_address and push_dummy_frame for
6965 generic dummy frames.
6966
6967 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6968
6969 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6970 size computation for alloca.
6971 (sh_fp_frame_init_saved_regs): Likewise.
6972
6973 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
6974
6975 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6976 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
6977 * arm-tdep.c (arm_store_return_value): Use them.
6978 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6979 * remote-rdp.c (remote_rdp_fetch_register): Use
6980 ARM_MAX_REGISTER_RAW_SIZE.
6981 (remote_rdp_store_register): Likewise.
6982
6983 2002-05-07 Michal Ludvig <mludvig@suse.cz>
6984
6985 * dwarf2cfi.c: Code cleanup, removed unused variables,
6986 added default labels to switch {} statements.
6987 * x86-64-tdep.c: Ditto.
6988 * x86-64-linux-nat.c: Ditto.
6989
6990 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6991
6992 * solib.h: Protect against multiple inclusion.
6993
6994 2002-05-06 Jim Blandy <jimb@redhat.com>
6995
6996 Add first preprocessor macro-expansion files.
6997 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6998 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6999 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7000 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7001 (COMMON_OBS): Add macrotab.o, macroexp.o.
7002 (macroexp.o, macrotab.o): New rules.
7003
7004 Separate the job of reading the line number info statement program
7005 header (...expialidocious) out into its own function.
7006 * dwarf2read.c (struct line_head, struct filenames, struct
7007 directories): Replace with...
7008 (struct line_header): New structure, containing the full
7009 contents of the statement program header, including the
7010 include directory and file name tables.
7011 (read_file_scope): If we have line number info, instead of just
7012 calling dwarf_decode_lines to do all the work, call
7013 dwarf_decode_line_header first to get a `struct line_header'
7014 containing the data in the statement program header, and then
7015 pass that to dwarf_decode_lines, which will pick up where that
7016 left off. Be sure to clean up the `struct line_header' object.
7017 (dwarf_decode_line_header, free_line_header, add_include_dir,
7018 add_file_name): New functions.
7019 (dwarf_decode_lines): Move all the code to read the statement
7020 program header into dwarf_decode_line_header. Take the line
7021 header it built as the first argument, instead of the offset to
7022 the compilation unit's line number info. Use the new `struct
7023 line_header' type instead of the old structures. No need to do
7024 cleanups here now, since we don't allocate anything.
7025 (dwarf2_statement_list_fits_in_line_number_section,
7026 dwarf2_line_header_too_long): New complaints.
7027
7028 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7029
7030 * gdbtypes.c (init_vector_type): New function.
7031 (build_builtin_type_vec128): Simplify the representation of SIMD
7032 registers.
7033 (build_gdbtypes): Initialize new builtin vector types.
7034 (_initialize_gdbtypes): Register new vector types with gdbarch.
7035 (builtin_type_v4_float, builtin_type_v4_int32,
7036 builtin_type_v8_int16, builtin_type_v16_int8,
7037 builtin_type_v2_int32, builtin_type_v4_int16,
7038 builtin_type_v8_int8): New (renamed) SIMD types.
7039
7040 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7041
7042 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7043 (i387_fill_fxsave): Likewise.
7044
7045 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7046
7047 * alpha-tdep.c (alpha_extract_return_value): Don't use
7048 non-constant array size in prototype.
7049
7050 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7051
7052 From Brian Taylor <briant at model dot com>:
7053 * ui-out.c (ui_out_field_core_addr): Use the function
7054 longest_local_hex_string_custom'to format addresses > 32 bits
7055 wide.
7056
7057 * ui-out.c (ui_out_field_core_addr): Update comment.
7058
7059 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7060
7061 * stack.c (select_and_print_frame): Make static. Delete the
7062 parameter `level'.
7063 (func_command): Update call.
7064 (select_frame_command): Delete code computing the frame level.
7065 * frame.h (select_and_print_frame): Delete declaration.
7066
7067 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7068
7069 * sparc-tdep.c (sparc_get_saved_register): Comment why
7070 get_prev_frame call is safe.
7071
7072 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7073
7074 * frame.h (select_frame): Delete level parameter.
7075 * stack.c (select_frame): Update. Use frame_relative_level to
7076 obtain the frame's level.
7077 (select_and_print_frame): Update call.
7078 (select_frame_command): Ditto.
7079 (up_silently_base): Ditto.
7080 (down_silently_base): Ditto.
7081 * ocd.c (ocd_start_remote): Ditto.
7082 * remote-rdp.c (remote_rdp_open): Ditto.
7083 * remote-mips.c (mips_initialize): Ditto.
7084 (common_open): Ditto.
7085 * remote-e7000.c (e7000_start_remote): Ditto.
7086 * m3-nat.c (select_thread): Ditto.
7087 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7088 (child_get_current_exception_event): Ditto.
7089 * varobj.c (varobj_create): Ditto.
7090 (varobj_update): Ditto.
7091 (c_value_of_root): Ditto.
7092 * tracepoint.c (finish_tfind_command): Ditto.
7093 * corelow.c (core_open): Ditto.
7094 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7095 * thread.c (info_threads_command): Ditto.
7096 (switch_to_thread): Ditto.
7097 * infrun.c (normal_stop): Ditto.
7098 (restore_selected_frame): Ditto.
7099 (restore_inferior_status): Ditto.
7100 * breakpoint.c (insert_breakpoints): Ditto.
7101 (watchpoint_check): Ditto.
7102 (bpstat_stop_status): Ditto.
7103 (do_enable_breakpoint): Ditto.
7104 * blockframe.c (flush_cached_frames): Ditto.
7105 (reinit_frame_cache): Ditto.
7106
7107 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7108
7109 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7110 maintainer.
7111
7112 2002-05-04 Jim Blandy <jimb@redhat.com>
7113
7114 * gdbtypes.c (replace_type): Doc fix.
7115
7116 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7117
7118 * valprint.c (strcat_longest): Delete commented out function.
7119 Update copyright.
7120
7121 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7122
7123 * MAINTAINERS: Mark a29k as deleted.
7124 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7125 Move new configurations to the top.
7126 * configure.tgt: Remove a29k.
7127 * config/a29k/tm-vx29k.h: Delete.
7128 * config/a29k/vx29k.mt: Delete.
7129 * config/a29k/tm-a29k.h: Delete.
7130 * config/a29k/a29k-udi.mt: Delete.
7131 * config/a29k/a29k.mt: Delete.
7132 * a29k-tdep.c: Delete.
7133 * remote-udi.c: Delete.
7134 * remote-mm.c: Delete.
7135 * remote-eb.c: Delete.
7136 * remote-adapt.c: Delete.
7137 * Makefile.in: Remove obsolete code.
7138 * config/s390/s390x.mt: Ditto.
7139 * config/s390/s390.mt: Ditto.
7140 * config/sparc/sparclynx.mh: Ditto.
7141 * config/sparc/linux.mh: Ditto.
7142 * config/pa/hppaosf.mh: Ditto.
7143 * config/pa/hppabsd.mh: Ditto.
7144 * config/ns32k/nbsd.mt: Ditto.
7145 * config/mips/vr5000.mt: Ditto.
7146 * config/m68k/sun3os4.mh: Ditto.
7147 * config/m68k/nbsd.mt: Ditto.
7148 * config/m68k/m68klynx.mh: Ditto.
7149 * config/m32r/m32r.mt: Ditto.
7150 * config/i386/x86-64linux.mt: Ditto.
7151 * config/i386/nbsdelf.mt: Ditto.
7152 * config/i386/nbsd.mt: Ditto.
7153 * config/i386/i386lynx.mh: Ditto.
7154
7155 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7156
7157 * target.c (debug_print_register): New function. Handle oversize
7158 registers.
7159 (debug_to_fetch_registers): Call.
7160 (debug_to_store_registers): Call.
7161
7162 2002-05-03 Jim Blandy <jimb@redhat.com>
7163
7164 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7165 (read_type): Doc fix.
7166 * gdbtypes.c (replace_type): Doc fix.
7167
7168 * stabsread.c (multiply_defined_struct): New complaint.
7169 (read_struct_type): If the type we were passed isn't empty, or
7170 incomplete, don't read the new struct type into it; complain,
7171 and return the original type unchanged. Take a new `type_code'
7172 argument, which is the type code for the new type.
7173 (read_type): Rather than storing the type's type code here, pass
7174 it as an argument to read_struct_type, and let that take care of
7175 storing it. That way, we don't overwrite the original type code,
7176 so read_struct_type can use it to decide whether we're overwriting
7177 something we shouldn't.
7178 (complain_about_struct_wipeout): New function.
7179
7180 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7181
7182 * gdbarch.sh: Assert that gdbarch is non-NULL.
7183 * gdbarch.c: Regenerate.
7184
7185 2002-05-03 Jason Merrill <jason@redhat.com>
7186
7187 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7188 and return NULL.
7189
7190 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7191
7192 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7193 (x86_64_dwarf2gdb_regno_map_length),
7194 (x86_64_dwarf2_reg_to_regnum): Added.
7195 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7196 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7197 (_initialize_x86_64_tdep): Synced with the change above.
7198 (x86_64_skip_prologue): Reformulated message.
7199
7200 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7201
7202 * f-exp.y: Also use new prev_lexptr variable
7203 to improve error reporting. Based on Michael Snyder
7204 2002-04-24 dated patch to c-exp.y.
7205 * jv-exp.y: Likewise.
7206 * m2-exp.y: Likewise.
7207
7208 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7209
7210 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7211 we are dealing with vectors.
7212
7213 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7214
7215 * config/m68k/tm-nbsd.h: Obvious fix,
7216 correct machine name.
7217
7218 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7219
7220 * p-typeprint.c (pascal_type_print_base): Add support
7221 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7222
7223 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7224
7225 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7226 for fondamental pascal 'char' type.
7227
7228 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7229
7230 * p-lang.h (is_pascal_string_type): Declaration changed,
7231 new sixth argument of type char ** added.
7232 * p-lang.c (is_pascal_string_type): Implementation
7233 changed. Args length_pos, length_size, string_pos, char_size
7234 can now be NULL. New argument arrayname set to the field
7235 name of the char array. Return value set to char array
7236 field index plus one.
7237 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7238 is_pascal_string_type function.
7239
7240 2002-05-02 Andrew Cagney <cagney@redhat.com>
7241
7242 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7243 <cagney@redhat.com> change.
7244 * gdbarch.c: Regenerate.
7245
7246 2002-05-02 Andrew Cagney <cagney@redhat.com>
7247
7248 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7249 before probing for a new one. Detect errorenous gdbarch_init
7250 functions.
7251 * gdbarch.c: Regenerate.
7252
7253 2002-05-01 Andrew Cagney <cagney@redhat.com>
7254
7255 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7256 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7257 * config/v850/tm-v850.h: Ditto. Update copyright.
7258
7259 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7260
7261 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7262 current_gdbarch.
7263
7264 2002-04-30 Michael Snyder <msnyder@redhat.com>
7265
7266 * arm-tdep.c: Whitespace clean-ups.
7267 (arm_skip_prologue): Fix thinko; two lines
7268 should have been removed as part of 4/24 change.
7269
7270 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7271
7272 * rs6000-tdep.c: Added comment describing how fpscr register
7273 numbers were chosen.
7274
7275 2002-04-30 Michael Snyder <msnyder@redhat.com>
7276
7277 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7278
7279 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7280
7281 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7282 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7283 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7284
7285 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7286
7287 From Louis Hamilton <hamilton@redhat.com>:
7288 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7289 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7290 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7291 not bfd-private xcoff data, to determine wordsize.
7292 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7293
7294 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7295
7296 GDB 5.2 released from 5.2 branch.
7297
7298 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7299
7300 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7301 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7302 (x86_64_register_info_table): Added comments with register numbers.
7303
7304 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7305
7306 * rs6000-tdep.c (rs6000_extract_return_value,
7307 rs6000_store_return_value): Handle returning vectors.
7308 (rs6000_gdbarch_init): Use
7309 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7310 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7311 New function.
7312 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7313 vectors.
7314 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7315 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7316
7317 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7318
7319 * hpread.c (hpread_psymtab_to_symtab_1,
7320 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7321 with fprintf_unfiltered (gdb_stderr,...).
7322
7323 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7324
7325 * remote-array.c (printf_monitor, write_monitor,
7326 array_insert_breakpoint, array_remove_breakpoint ):
7327 Replace fprintf (stderr,...
7328 with fprintf_unfiltered (gdb_stderr,....
7329 * remote-es.c: Likewise.
7330 * remote-os9k.c: Likewise.
7331 * remote-st.c: Likewise.
7332
7333 2002-04-28 Andreas Schwab <schwab@suse.de>
7334
7335 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7336 linux-proc.o and gcore.o.
7337
7338 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7339
7340 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7341 code without frame pointers.
7342
7343 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7344
7345 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7346 ON_STACK is needed.
7347
7348 2002-04-26 Ben Elliston <bje@redhat.com>
7349
7350 * target.c (do_xfer_memory): Correct reference to the new option
7351 "trust-readonly-sections".
7352
7353 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7354
7355 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7356 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7357 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7358 vectors.
7359 (read_array_type): Record the fact that this array type is really a
7360 vector (i.e. are passed in by value).
7361
7362 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7363
7364 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7365 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7366 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7367 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7368 * alpha-linux-tdep.c: Include frame.h.
7369 (alpha_linux_sigcontext_addr): New function.
7370 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7371 alpha_linux_sigcontext_addr.
7372 * alpha-osf1-tdep.c: Include gdbcore.h.
7373 (alpha_osf1_sigcontext_addr): New function.
7374 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7375 alpha_osf1_sigcontext_addr.
7376 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7377 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7378
7379 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7380
7381 * stack.c (selected_frame_level):
7382 (select_frame): Do not set selected_frame_level.
7383 * frame.h (selected_frame_level): Delete declaration.
7384
7385 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7386
7387 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7388 convert_from_func_ptr-addr when AIX / PowerOpen.
7389
7390 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7391
7392 * valops.c (hand_function_call): Call
7393 generic_save_call_dummy_addr.
7394 * frame.h (generic_save_call_dummy_addr): Declare.
7395 * blockframe.c (struct dummy_frame): Add fields call_lo and
7396 call_hi.
7397 (generic_find_dummy_frame): Check for PC in range call_lo to
7398 call_hi instead of entry_point_address.
7399 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7400 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7401 (generic_save_call_dummy_addr): New function.
7402
7403 2002-04-24 David S. Miller <davem@redhat.com>
7404
7405 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7406 sparc_skip_prologue.
7407 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7408 information to find prologue when possible.
7409 (sparc_prologue_frameless_p): Call examine_prologue directly.
7410 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7411 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7412 second argument.
7413 (SKIP_PROLOGUE): Likewise.
7414
7415 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7416
7417 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7418 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7419 indicate that the condition it was testing is always true.
7420 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7421 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7422 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7423
7424 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7425
7426 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7427 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7428 tdep->jb_pc and tdep->jb_elt_size.
7429 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7430 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7431 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7432 * alpha-nat.c (get_longjmp_target): Remove.
7433 (JB_ELEMENT_SIZE): Ditto.
7434 (JB_PC): Ditto.
7435 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7436 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7437 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7438 to alpha_get_longjmp_target.
7439 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7440 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7441 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7442
7443 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7444
7445 * README: Update to GDB 5.2.
7446
7447 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7448
7449 * gdbarch.sh (LC_ALL): Set to `c'.
7450
7451 2002-04-25 Theodore A. Roth <troth@verinet.com>
7452
7453 * avr-tdep.c: Ran through gdb_indent.sh.
7454
7455 2002-04-25 Theodore A. Roth <troth@verinet.com>
7456
7457 * MAINTAINERS: Add myself as AVR maintainer.
7458 * NEWS: Note new target avr.
7459
7460 2002-04-25 Theodore A. Roth <troth@verinet.com>
7461
7462 * Makefile.in: Add support for AVR target.
7463 * configure.tgt: Add support for AVR target.
7464 * avr-tdep.c: New file
7465 * config/avr/avr.mt: New file.
7466
7467 2002-04-25 Theodore A. Roth <troth@verinet.com>
7468
7469 * MAINTAINERS: Add myself to write-after-approval.
7470
7471 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7472
7473 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7474 with fprintf_unfiltered (gdb_stderr,....
7475
7476 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7477
7478 Fix PR gdb/508.
7479 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7480
7481 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7482
7483 * p-exp.y: Also use new prev_lexptr variable
7484 to improve error reporting. Based on Michael Snyder
7485 2002-04-24 dated patch to c-exp.y.
7486
7487 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7488
7489 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7490 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7491 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7492 to 0.
7493 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7494 and struct value.
7495 (FUNCTION_START_OFFSET): Remove.
7496 (BREAKPOINT): Ditto.
7497
7498 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7499
7500 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7501 * NEWS: Ditto.
7502
7503 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7504
7505 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7506 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7507 alpha_linux_pc_in_sigtramp.
7508 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7509 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7510 alpha_osf1_pc_in_sigtramp.
7511 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7512 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7513 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7514 alphafbsd_pc_in_sigtramp.
7515 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7516 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7517 alphanbsd_pc_in_sigtramp.
7518 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7519 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7520
7521 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7522
7523 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7524
7525 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7526
7527 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7528 alphanbsd-tdep.c.
7529 (alphanbsd-nat.o): New dependency list.
7530 (alphanbsd-tdep.o): Ditto.
7531 * NEWS: Note new native NetBSD/alpha configuration.
7532 * alphanbsd-nat.c: New file.
7533 * alphanbsd-tdep.c: Ditto.
7534 * configure.host (alpha*-*-netbsd*): New host.
7535 * configure.tgt (alpha*-*-netbsd*): New target.
7536 * config/alpha/nbsd.mh: New file.
7537 * config/alpha/nbsd.mt: Ditto.
7538 * config/alpha/nm-nbsd.h: Ditto.
7539 * config/alpha/tm-nbsd.h: Ditto.
7540
7541 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7542
7543 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7544 (alpha-osf1-tdep.o): New dependency list.
7545 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7546 and skip_sigtramp_frame members.
7547 * alpha-linux-tdep.c: Include gdbcore.h.
7548 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7549 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7550 * alpha-osf1-tdep.c: New file.
7551 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7552 alpha-osf1-dep.c.
7553 (alpha_frame_past_sigtramp_frame): New function.
7554 (alpha_dynamic_sigtramp_offset): Ditto.
7555 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7556 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7557 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7558 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7559 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7560 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7561 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7562 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7563 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7564 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7565 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7566 to find_solib_trampoline_target.
7567 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7568 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7569 (SKIP_TRAMPOLINE_CODE): Remove.
7570 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7571 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7572 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7573 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7574 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7575 (PROC_SIGTRAMP_MAGIC): Ditto.
7576 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7577 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7578 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7579 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7580 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7581
7582 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7583
7584 * NEWS: Note that Alpha targets are now multi-arch.
7585
7586 2002-04-24 Michael Snyder <msnyder@redhat.com>
7587
7588 * parser-defs.h (prev_lexptr): New external variable.
7589 * parse.c (parse_exp_1): Set prev_lexptr to null before
7590 calling the language-specific parser.
7591 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7592 (yyerror): Use prev_lexptr in error reporting.
7593
7594 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7595
7596 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7597 * gregset.h: If FILL_FPXREGSET is defined, provide
7598 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7599 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7600 is defined, call fill_fpxregset.
7601
7602 2002-04-24 Roland McGrath <roland@frob.com>
7603
7604 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7605 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7606 (supply_gregset, supply_fpregset): New functions.
7607
7608 * gnu-nat.c (gnu_find_memory_regions): New function.
7609 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7610 (gnu_xfer_memory): Add a cast.
7611
7612 2002-04-24 Michael Snyder <msnyder@redhat.com>
7613
7614 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7615 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7616 of argument regs ("str r(0123), [r11, #-nn"]).
7617 (arm_skip_prologue): Better handling for frameless functions.
7618 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7619 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7620
7621 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7622
7623 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7624 NUM_PSEUDO_REGS can be used.
7625
7626 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7627
7628 * arch-utils.h: Update copyright.
7629
7630 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7631 * gdbarch.h, gdbarch.c: Re-generate.
7632
7633 * inferior.h (IN_SIGTRAMP): Delete definition.
7634 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7635 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7636
7637 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7638 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7639 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7640 (find_proc_framesize): Ditto.
7641 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7642 (alpha_init_extra_frame_info): Ditto.
7643 * infrun.c (handle_inferior_event): Ditto.
7644 (handle_inferior_event): Ditto.
7645 (check_sigtramp2): Ditto.
7646 * blockframe.c (create_new_frame): Ditto.
7647 (get_prev_frame): Ditto.
7648 * ppc-linux-tdep.c: Update comments.
7649 * i386-linux-tdep.c: Update comments.
7650 * breakpoint.c (bpstat_what): Update comment.
7651
7652 2002-04-24 David S. Miller <davem@redhat.com>
7653
7654 * i960-tdep.c (register_in_window_p): New function.
7655 (i960_find_saved_register): Use it instead of
7656 REGISTER_IN_WINDOW_P.
7657 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7658
7659 * symtab.h (find_stab_function_addr): Kill extern.
7660 * minsyms.c (find_stab_function_addr): Remove from here...
7661 * dbxread.c: ... to here, and mark it static.
7662
7663 2002-04-20 David S. Miller <davem@redhat.com>
7664
7665 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7666 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7667
7668 2002-04-21 David S. Miller <davem@redhat.com>
7669
7670 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7671 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7672 (vx_write_register): Likewise.
7673
7674 2002-04-23 J. Brobecker <brobecker@gnat.com>
7675
7676 * source.c (is_regular_file): New function.
7677 (openp): Check wether file to open is a regular file
7678 to avoid opening directories.
7679
7680 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7681
7682 * findvar.c (extract_signed_integer): Cast printf argument
7683 to suppress format warning.
7684 (extract_unsigned_integer): Likewise.
7685 * infcmd.c (registers_info): Likewise.
7686 * top.c (get_prompt_1): Likewise.
7687 * valops.c (value_assign): Likewise.
7688 * valprint.c (print_decimal): Likewise.
7689
7690 2002-04-22 H.J. Lu (hjl@gnu.org)
7691
7692 * c-exp.y (typebase): Support
7693
7694 [long|long long|short] [signed|unsigned] [int|]
7695
7696 and
7697
7698 signed [long|long long|short] int
7699
7700 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7701
7702 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7703 and vax-tdep.h.
7704 * vax-tdep.h: New file.
7705 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7706 Make several routines static.
7707 (vax_get_saved_register): New function.
7708 (vax_gdbarch_init): New function.
7709 (_initialize_vax_tdep): Register vax_gdbarch_init.
7710 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7711 Remove macros now under the control of gdbarch.
7712
7713 2002-04-22 Michael Snyder <msnyder@redhat.com>
7714
7715 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7716 Some whitespace and coding standards tweaks.
7717
7718 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7719
7720 * vax-tdep.c: Include regcache.h.
7721 (vax_call_dummy_words): New.
7722 (sizeof_vax_call_dummy_words): New.
7723 (vax_fix_call_dummy): New function.
7724 (vax_saved_pc_after_call): Ditto.
7725 * config/vax/tm-vax.h: Don't include regcache.h.
7726 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7727 (CALL_DUMMY): Remove.
7728 (CALL_DUMMY_WORDS): Define.
7729 (SIZEOF_CALL_DUMMY_WORDS): Define.
7730 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7731
7732 2002-04-18 Michael Snyder <msnyder@redhat.com>
7733
7734 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7735
7736 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7737
7738 * vax-tdep.c (vax_frame_chain): New function.
7739 (vax_push_dummy_frame): Ditto.
7740 (vax_pop_frame): Ditto.
7741 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7742 (FRAMELESS_FUNCTION_INVOCATION): Use
7743 generic_frameless_function_invocation_not.
7744 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7745 (POP_FRAME): Use vax_pop_frame.
7746
7747 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7748
7749 * vax-tdep.c (vax_store_struct_return): New function.
7750 (vax_extract_return_value): Ditto.
7751 (vax_store_return_value): Ditto.
7752 (vax_extract_struct_value_address): Ditto.
7753 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7754 vax_store_struct_return.
7755 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7756 (STORE_RETURN_VALUE): Use vax_store_return_value.
7757 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7758
7759 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7760
7761 * vax-tdep.c (vax_frame_saved_pc): New function.
7762 (vax_frame_args_address_correct): Ditto.
7763 (vax_frame_args_address): Ditto.
7764 (vax_frame_locals_address): Ditto.
7765 (vax_frame_num_args): Move code to be in proximity to
7766 other frame-related functions.
7767 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7768 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7769 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7770 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7771 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7772
7773 2002-04-22 H.J. Lu (hjl@gnu.org)
7774
7775 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7776 includedir.
7777
7778 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7779
7780 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7781 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7782 (FRAME_INIT_SAVED_REGS): New macro.
7783
7784 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7785
7786 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7787
7788 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7789
7790 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7791 where needed.
7792 (fetch_osf_core_registers): Likewise.
7793 (supply_gregset): Likewise.
7794
7795 2002-04-22 J. Brobecker <brobecker@gnat.com>
7796
7797 * symfile.h (get_section_index): Define.
7798 * symfile.c (get_section_index): New function.
7799 * mdebugread.c (SC_IS_SBSS): New macro.
7800 (SC_IS_BSS): Return true for the scBss storage class only, as
7801 the scSBss storage class refers to the .sbss section.
7802 (parse_partial_symbols): Discard the symbols which associated
7803 section does not exist.
7804 Make sure to use the .sbss section index for symbols which
7805 storage class is scBss, rather than using the .bss section index.
7806
7807 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7808
7809 * vax-tdep.c: Update copyright years.
7810 (vax_register_name): New function.
7811 (vax_register_byte): Ditto.
7812 (vax_register_raw_size): Ditto.
7813 (vax_register_virtual_size): Ditto.
7814 (vax_register_virtual_type): Ditto.
7815 * config/vax/tm-vax.h: Update copyright years.
7816 (REGISTER_NAMES): Remove.
7817 (REGISTER_NAME): Define.
7818 (REGISTER_BYTE): Use vax_register_byte.
7819 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7820 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7821 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7822
7823 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7824
7825 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7826 declaration
7827 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7828
7829 2002-04-21 David S. Miller <davem@redhat.com>
7830
7831 * arch-utils.c (generic_prologue_frameless_p): Kill
7832 SKIP_PROLOGUE_FRAMELESS_P code.
7833 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7834 references.
7835 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7836 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7837 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7838 references.
7839 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7840 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7841 (sparc_gdbarch_init): Pass it to
7842 set_gdbarch_prologue_frameless_p.
7843
7844 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7845
7846 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7847 (alphabsd-nat.o): New dependency list.
7848
7849 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7850
7851 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7852 alphafbsd-tdep.c.
7853 (alpha-linux-tdep.o): New dependency list.
7854 (alphafbsd-tdep.o): Likewise.
7855
7856 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7857
7858 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7859 to here...
7860 * alpha-tdep.c: ...from here.
7861 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7862
7863 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7864
7865 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7866 prototype from here...
7867 * alpha-tdep.h: ...to here.
7868
7869 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7870
7871 * frame.h (selected_frame_level): Document as deprecated.
7872 (frame_relative_level): Declare.
7873 * stack.c (frame_relative_level): New function.
7874 (selected_frame_level): Document as deprecated.
7875 (select_frame): Do not set the selected_frame_level.
7876
7877 * stack.c (frame_info, record_selected_frame): Update.
7878 (frame_command, current_frame_command): Update.
7879 (up_silently_base, up_command, down_silently_base): Update.
7880 (down_command): Update.
7881 * inflow.c (kill_command): Update.
7882 * tracepoint.c (finish_tfind_command): Update.
7883 * corelow.c (core_open): Update.
7884 * thread.c (info_threads_command): Update.
7885 (do_captured_thread_select): Update.
7886 * infcmd.c (finish_command): Update.
7887 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7888
7889 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7890
7891 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7892
7893 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7894
7895 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7896 type const.
7897
7898 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7899
7900 * alphafbsd-tdep.c: Update copyright years. Include
7901 alpha-tdep.h.
7902 (alphafbsd_use_struct_convention): Make static.
7903 (alphafbsd_init_abi): New function.
7904 (_initialize_alphafbsd_tdep): New function.
7905 * config/alpha/tm-fbsd.h: Update copyright years.
7906 (USE_STRUCT_CONVENTION): Remove.
7907
7908 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7909
7910 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7911 an Alpha ABI variant.
7912 (alpha_abi_handler_list): Declare.
7913 (alpha_gdbarch_register_os_abi): New function.
7914 (alpha_gdbarch_init): Give registered ABI variant handlers a
7915 chance to tweak the gdbarch once we have set up defaults.
7916 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7917
7918 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7919
7920 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7921 to standard_coerce_float_to_double.
7922 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7923
7924 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7925
7926 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7927 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7928 from gdbarch_tdep rather than a constant.
7929 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7930 the default text address for all Alpha Unix ABIs.
7931 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7932 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7933
7934 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7935
7936 * alpha-tdep.h: New file. Includes several Alpha target constants
7937 taken from...
7938 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7939 let gdbarch deal with.
7940 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7941 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7942 to dependency list.
7943 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7944 Alpha target register names.
7945 * alphabsd-nat.c: Likewise.
7946 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7947 Alpha target register names. Make serveral routines static.
7948 (alpha_get_saved_register): New function.
7949 (alpha_abi_names): New.
7950 (process_note_abi_tag_sections): New function.
7951 (get_elfosabi): New function.
7952 (alpha_gdbarch_init): New function.
7953 (alpha_dump_tdep): New function.
7954 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7955
7956 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7957
7958 * frame.c (find_saved_register): Delete #ifdef
7959 HAVE_REGISTER_WINDOWS code.
7960 * config/sparc/tm-sparc.h: Update comments.
7961 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7962
7963 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7964
7965 * i960-tdep.c (i960_find_saved_register): New function.
7966 (i960_get_saved_register): New function.
7967 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7968 (i960_get_saved_register): Declare.
7969 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7970
7971 2002-04-20 David S. Miller <davem@redhat.com>
7972
7973 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7974
7975 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7976
7977 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7978 instead of NUM_PSEUDO_REGS.
7979
7980 2002-04-20 David S. Miller <davem@redhat.com>
7981
7982 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7983 GDB_MULTI_ARCH_PARTIAL
7984 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7985 define, let tm-sp64.h do it.
7986
7987 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7988
7989 * frame.c (find_saved_register): Avoid a NULL pointer
7990 dereference and actually walk the frame list.
7991
7992 2002-04-20 Andrew Cagney <ac131313@redhat.com>
7993
7994 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7995 sorted in most most-recent-used order. Document.
7996 * gdbarch.h, gdbarch.c: Regenerate.
7997
7998 2002-04-19 Andrew Cagney <ac131313@redhat.com>
7999
8000 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8001 instead of ->prev.
8002 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8003 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8004 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8005 instead of ->prev.
8006
8007 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8008
8009 Fix PR gdb/471.
8010 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8011 (build_builtin_type_vec128): Ditto.
8012 (append_composite_type_field): Fix calculation of type length in
8013 union case.
8014
8015 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8016
8017 * config/djgpp/README: Update.
8018
8019 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8020 compiler warnings.
8021
8022 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8023
8024 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8025 (alpha_setup_arbitrary_frame): ...to this.
8026 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8027 for alpha_setup_arbitrary_frame.
8028
8029 2002-04-18 Andrew Cagney <cagney@redhat.com>
8030
8031 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8032 * gdbarch.h, gdbarch.c: Regenerate.
8033
8034 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8035 * target.h (memory_breakpoint_from_pc): Update declaration.
8036 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8037
8038 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8039 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8040 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8041 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8042 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8043 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8044 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8045 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8046 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8047 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8048 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8049 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8050
8051 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8052 const pointer.
8053 * monitor.c (monitor_insert_breakpoint): Ditto.
8054 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8055
8056 * config/mcore/tm-mcore.h: Update copyright.
8057 * mem-break.c: Ditto.
8058 * xstormy16-tdep.c: Ditto.
8059
8060 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8061
8062 * p-exp.y: Add precedence rule for '^' token.
8063 This removes the shift/reduce conflicts.
8064 Remove the comment concerning these shift/reduce conflicts.
8065
8066 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8067
8068 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8069 (registers_powerpc_nofp): New register set for processors
8070 without floating point unit.
8071
8072 2002-04-18 David S. Miller <davem@redhat.com>
8073
8074 * MAINTAINERS: Add myself to write-after-approval.
8075
8076 2002-04-17 Michael Snyder <msnyder@redhat.com>
8077
8078 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8079
8080 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8081
8082 * rs6000-tdep.c (frame_initial_stack_address): Use
8083 frame_register_read to read the alloca_reg.
8084
8085 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8086
8087 * frame.c (find_saved_register): Find saved registers in the next
8088 not prev frame.
8089 Fix PR gdb/365.
8090
8091 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8092
8093 * gdbarch.sh (LANG): Set to ``c''.
8094
8095 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8096
8097 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8098
8099 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8100
8101 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8102 Update copyright.
8103
8104 * hpread.c (hpread_get_lntt): Add declaration.
8105 Also fix PR gdb/391.
8106
8107 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8108
8109 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8110 * aclocal.m4, configure: Re-generate.
8111 Fix PR gdb/391.
8112
8113 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8114
8115 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8116 instead of tm_print_insn.
8117
8118 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8119
8120 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8121
8122 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8123
8124 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8125 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8126 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8127
8128 2002-04-12 Don Howard <dhoward@redhat.com>
8129
8130 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8131 max_user_call_depth.
8132 (init_cmd_lists): Initialize the new value;
8133 * cli/cli-script.c (execute_user_command): Limit the call depth of
8134 user defined commands. This avoids a core-dump when user commands
8135 are infinitly recursive.
8136
8137 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8138
8139 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8140 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8141 from tdep struct instead of DEFAULT_LR_SAVE.
8142 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8143 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8144 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8145
8146 2002-04-12 Michael Snyder <msnyder@redhat.com>
8147
8148 * Remote.c: Spelling fix.
8149 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8150 If no symbol found for "sbrk", try "_sbrk".
8151 (make_output_phdrs): Use bfd_section_name.
8152 (gcore_copy_callback): Use bfd_section_name.
8153 * eval.c: Indentation fix-ups.
8154 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8155 in case it gets applied to an address that is already
8156 in the instruction space.
8157 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8158 * symfile.c: Fix indentation, long lines.
8159 * source.c: White space fix-up.
8160
8161 2002-04-12 Andrew Cagney <cagney@redhat.com>
8162
8163 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8164 * frame.c (frame_register_read): New function. Return non-zero on
8165 success.
8166 (read_relative_register_raw_bytes_for_frame): Delete.
8167 (read_relative_register_raw_bytes): Delete.
8168 * frame.h (frame_register_read): Declare.
8169 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8170 * sh-tdep.c: Ditto.
8171 * infcmd.c (do_registers_info): Ditto.
8172 * hppa-tdep.c: Ditto.
8173 * rs6000-tdep.c: Ditto.
8174 * h8500-tdep.c: Ditto.
8175 * mips-tdep.c: Ditto.
8176 * h8300-tdep.c: Ditto.
8177 * z8k-tdep.c: Ditto.
8178
8179 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8180
8181 From Jimi X <jimix@watson.ibm.com>:
8182 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8183 64-bit SysV ABI.
8184
8185 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8186
8187 From Jimi X <jimix@watson.ibm.com>:
8188 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8189 bfd info.
8190
8191 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8192
8193 From Jimi X <jimix@watson.ibm.com>:
8194 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8195 register sets for these processor variants.
8196
8197 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8198
8199 * regformats/reg-ppc.dat: Support FPSCR.
8200
8201 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8202
8203 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8204 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8205 Add fpscr as an invalid/unfetchable register.
8206 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8207 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8208 (fill_fpregset): Add support for register fpscr.
8209 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8210 (fill_gregset): Account for the fact that register ``mq'' might
8211 not exist.
8212 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8213 (registers_power): Add fpscr to register set at slot 71.
8214 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8215 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8216
8217 2002-04-11 Michael Snyder <msnyder@redhat.com>
8218
8219 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8220 * configure: Regenerate.
8221 * config.in: Regenerate.
8222 * acconfig.h: Add define for _SYSCALL32.
8223 * core-sol2.c: Remove #define _SYSCALL32.
8224 * solib-legacy.c: Remove #define _SYSCALL32.
8225
8226 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8227
8228 * stack.c (select_frame): Cleanup internal error message, do not
8229 use %p.
8230
8231 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8232
8233 * stack.c (select_frame): Check that selected_frame and the
8234 specified level are as expected.
8235 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8236 Update copyright.
8237 * frame.h (struct frame_info): Add field `level'. Update
8238 copyright.
8239 Work-in-progress PR gdb/464.
8240
8241 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8242
8243 * maint.c (maint_print_section_info): Rename print_section_info.
8244 (print_bfd_section_info, print_objfile_section_info): Update.
8245 * inferior.h (struct gdbarch): Add opaque declaration.
8246 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8247 * gdbarch.h: Regenerate.
8248
8249 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8250
8251 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8252 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8253 (kernel_u_size): Added.
8254 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8255 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8256
8257 2002-04-04 Jim Ingham <jingham@apple.com>
8258
8259 * valarith.c (find_size_for_pointer_math): New function, either returns
8260 the size for a pointer's target, returns 1 for void *, or errors for
8261 incomplete types.
8262 (value_add, value_sub): use find_size_for_pointer_math.
8263
8264 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8265
8266 * linux-low.c (linux_look_up_symbols): New hook.
8267 (linux_target_ops): Add linux_look_up_symbols.
8268 * remote-utils.c (decode_address): New function.
8269 (look_up_one_symbol): New function.
8270 * server.c (handle_query): Call target look_up_symbols hook.
8271 * server.h (look_up_one_symbol): Add prototype.
8272 * target.h (struct target_ops): Add look_up_symbols hook.
8273
8274 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8275
8276 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8277 override FP_REGNUM with frame->fp. Update copyright.
8278 * parse.c (num_std_regs, std_regs): Delete.
8279 (target_map_name_to_register): Do not search std_regs. Update
8280 function description.
8281 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8282 declarations. Update copyright.
8283 Fix PR gdb/251.
8284
8285 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8286
8287 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8288 after the last symbol in a block.
8289
8290 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8291
8292 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8293 is non zero as a found symbol.
8294
8295 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8296
8297 * findvar.c: Include "builtin-regs.h".
8298 (value_of_register): Call value_of_builtin_reg when applicable.
8299 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8300 (target_map_name_to_register): Call
8301 builtin_reg_map_name_to_regnum.
8302 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8303 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8304 (builtin_regs_h): Define.
8305 (builtin-regs.o): New target.
8306 (findvar.o): Add $(builtin_regs_h).
8307 * builtin-regs.c, builtin-regs.h: New files.
8308 * std-regs.c: New file.
8309 Partial fix for PR gdb/251.
8310
8311 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8312
8313 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8314 it's no longer required.
8315
8316 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8317
8318 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8319
8320 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8321
8322 From Jimi X <jimix@watson.ibm.com>:
8323 * rs6000-tdep.c (rs6000_software_single_step): Use
8324 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8325 and size. Use target_insert_breakpoint() and
8326 target_remove_breakpoint() to insert and remove breakpoints
8327 instead of explicit memory reads and writes.
8328
8329 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8330
8331 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8332 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8333 ELF_OBJECT_FORMAT ifdef.
8334
8335 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8336
8337 From Jimi X <jimix@watson.ibm.com>:
8338 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8339
8340 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8341
8342 From Jimi X <jimix@watson.ibm.com>:
8343 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8344 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8345
8346 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8347
8348 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8349 s/asprintf/xasprintf/.
8350 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8351
8352 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8353
8354 I believe Jeff Law denies responsability for this one:
8355 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8356 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8357 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8358 Work-around for PR gdb/366.
8359
8360 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8361
8362 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8363 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8364 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8365
8366 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8367
8368 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8369 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8370 information.
8371
8372 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8373
8374 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8375 maintainer.
8376
8377 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8378
8379 * README (Reporting Bugs in GDB): Document the bug web page as the
8380 prefered way of submitting bugs.
8381 Fix PR gdb/402.
8382
8383 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8384
8385 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8386 -1. Update comment.
8387 * gdbarch.h, gdbarch.c: Re-generate.
8388
8389 2002-04-07 Andreas Schwab <schwab@suse.de>
8390
8391 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8392 buffer to regcache_collect.
8393
8394 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8395
8396 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8397 * gdbarch.c, gdbarch.h: Re-generate.
8398
8399 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8400
8401 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8402 declaration. Fix -Werror.
8403
8404 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8405
8406 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8407 * gdbarch.c: Regenerate.
8408
8409 2002-04-05 Michael Snyder <msnyder@redhat.com>
8410
8411 * breakpoint.c (clear_command): Rewrite middle section to
8412 combine two loops with identical control conditions.
8413 Add a cleanup to eliminate a memory leak.
8414 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8415
8416 2002-04-05 H.J. Lu (hjl@gnu.org)
8417
8418 * solib-svr4.c (bkpt_names): Add "__start".
8419
8420 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8421
8422 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8423 as test for 64 bit target.
8424
8425 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8426
8427 * h8500-tdep.c (h8500_write_fp): Delete function.
8428 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8429 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8430 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8432 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8433 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8434 (s390_write_fp):
8435 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8436 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8437 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8438 (d10v_write_fp): Delete function.
8439 * inferior.h (write_fp, generic_target_write_fp): Delete
8440 declarations.
8441 * regcache.c (generic_target_write_fp): Delete function.
8442 (write_fp): Delete function.
8443 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8444 * gdbarch.h, gdbarch.c: Regenerate.
8445 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8446 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8447 (sparc64_write_fp): Delete declaration.
8448 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8449 (h8500_write_fp): Delete declaration.
8450
8451 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8452
8453 * sparc-tdep.c (sparc64_write_fp): Delete.
8454 (sparc_push_dummy_frame): Replace write_fp call with code to store
8455 the FP directly.
8456 (sparc_gdbarch_init): Do not initialize write_fp.
8457
8458 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8459
8460 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8461 clause.
8462
8463 2002-03-29 Jim Blandy <jimb@redhat.com>
8464
8465 * stack.c (get_selected_block): Add new argument `addr_in_block',
8466 used to return the exact code address we used to select the block,
8467 not just the block.
8468 * blockframe.c (get_frame_block, get_current_block): Same.
8469 * frame.h (get_frame_block, get_current_block,
8470 get_selected_block): Update declarations.
8471 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8472 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8473
8474 2002-04-05 Michael Snyder <msnyder@redhat.com>
8475
8476 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8477 warning message.
8478
8479 2002-04-05 J. Brobecker <brobecker@gnat.com>
8480
8481 * utils.c (xfullpath): New function.
8482 * defs.h (xfullpath): Add declaration.
8483 * source.c (openp): Use xfullpath in place of gdb_realpath to
8484 avoid resolving the basename part of filenames when the
8485 associated file is a symbolic link. This fixes a potential
8486 inconsistency between the filenames known to GDB and the
8487 filenames it prints in the annotations.
8488 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8489 to be able to match a filename with either the real filename, or
8490 the name of any symbolic link to this file.
8491 (lookup_partial_symtab): Ditto.
8492
8493 2002-04-04 Michael Snyder <msnyder@redhat.com>
8494
8495 * breakpoint.c: Add support for hardware breakpoints in overlays.
8496 (overlay_events_enabled): New state variable.
8497 (insert_breakpoints): Use overlay_events_enabled to decide
8498 whether to attempt to set a breakpoint at the overlay load addr.
8499 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8500 (remove_breakpoint): Use overlay_events_enabled to decide
8501 whether breakpoints need to be removed from overlay load addr.
8502 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8503 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8504 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8505 disable_overlay_breakpoints): Update overlay_events_enabled.
8506
8507 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8508
8509 * dwarf2read.c (struct function_range): New.
8510 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8511 (check_cu_functions): New.
8512 (read_file_scope): Initialize global function lists.
8513 Call dwarf_decode_line after processing children.
8514 (read_func_scope): Add to global function list.
8515 (dwarf_decode_lines): Call check_cu_functions everywhere
8516 record_line is called. Call record_line with a linenumber
8517 of 0 to mark sequence ends.
8518
8519 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8520
8521 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8522 change sync with glibc.
8523
8524 2002-04-03 Jim Blandy <jimb@redhat.com>
8525
8526 * configure.in: Call AC_C_INLINE.
8527 * configure: Regenerated.
8528
8529 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8530
8531 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8532 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8533
8534 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8535
8536 * NEWS: Mention gcore support on FreeBSD/i386.
8537
8538 * fbsd-proc.c: New file.
8539 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8540 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8541
8542 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8543 while statement.
8544
8545 2002-03-29 Jim Blandy <jimb@redhat.com>
8546
8547 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8548 unescaped newlines in string literals, but newer ones don't. So
8549 escape them.
8550
8551 2002-03-26 Michael Snyder <msnyder@redhat.com>
8552 Andrew Cagney <cagney@redhat.com>
8553
8554 * cli/cli-dump.c: New file. Dump memory to file,
8555 restore file to memory.
8556 * cli/cli-dump.h: New file.
8557 * Makefile.in: Add rules, dependencies for cli-dump.o.
8558 * NEWS: Mention new commands.
8559
8560 2002-03-28 Michael Snyder <msnyder@redhat.com>
8561
8562 * symfile.c (symbol_file_add): Move test for null symbols to later.
8563
8564 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8565
8566 From veksler at il.ibm.com:
8567 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8568 the xstrduped original path.
8569 Fix PR gdb/417.
8570
8571 2002-03-27 Michael Snyder <msnyder@redhat.com>
8572
8573 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8574 * infcmd.c (_initialize_infcmd): Ditto.
8575 * language.c (_initialize_language): Ditto.
8576 * symfile.c (_initialize_symfile): Ditto.
8577 * top.c (_init_main): Ditto.
8578 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8579
8580 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8581
8582 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8583 vector registers handling.
8584 (skip_prologue): Handle new AltiVec instructions. Fill in new
8585 fields of frame data.
8586 (frame_get_saved_regs): Fill in information for AltiVec registers.
8587
8588 2002-03-27 Jim Blandy <jimb@redhat.com>
8589
8590 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8591 a function; leave this macro here to invoke that function.
8592 (symbol_init_mangled_name): Declaration for that function.
8593 * symtab.c (symbol_init_mangled_name): New function.
8594
8595 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8596
8597 * valarith.c: Replace strerror with safe_strerror.
8598 * tracepoint.c: Ditto.
8599 * lin-lwp.c: Ditto.
8600 * go32-nat.c: Ditto.
8601 * inflow.c: Ditto.
8602 * gnu-nat.c: Ditto.
8603
8604 2002-03-27 Andreas Schwab <schwab@suse.de>
8605
8606 * event-top.c (command_line_handler): Remove useless if.
8607
8608 2002-03-27 Andreas Jaeger <aj@suse.de>
8609
8610 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8611 comment.
8612
8613 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8614
8615 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8616 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8617 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8618 (x86_64_linux_dr_get_status, supply_gregset),
8619 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8620 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8621 (x86_64_register_info_table): Add.
8622 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8623 (x86_64_register_raw_size, x86_64_register_virtual_type),
8624 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8625 general x86_64_register_info_table.
8626 (i386_gdbarch_init): gdbarch_register_bytes is now set
8627 dynamicaly during initialization.
8628 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8629 * gdbserver/linux-x86-64-low.c: Ditto.
8630
8631 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8632
8633 * gdbserver/server.c (main): Call target_signal_to_host_p
8634 and target_signal_to_host on signals received from the remote.
8635 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8636 target_signal_from_host on signals sent to the remote.
8637 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8638 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8639
8640 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8641
8642 * signals/signals.c: Include "server.h" in gdbserver build.
8643 (target_signal_from_name): Don't use STREQ.
8644 (_initialize_signals): Likewise. Don't include function in
8645 gdbserver build.
8646
8647 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8648
8649 * signals.c: Moved to...
8650 * signals/signals.c: Here.
8651 * Makefile (signals.o): Update.
8652
8653 2002-03-26 Jeff Law (law@redhat.com)
8654
8655 * somread.c (som_symtab_read): Remove some commented out code and
8656 updated related comments. Do not set the minimal symbol table to
8657 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8658 in a dynamic executable.
8659 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8660 where we are unable to find the minimal symbol for the given
8661 PC value.
8662
8663 2002-03-25 Jeff Law (law@redhat.com)
8664
8665 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8666
8667 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8668
8669 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8670
8671 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8672
8673 * command.h: Update copyright.
8674 (struct cmd_list_element): Replace definition with opaque
8675 declaration.
8676 (enum cmd_types): Document that it will eventually be moved to
8677 cli/cli-decode.h
8678 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8679 (MALLOCED_REPLACEMENT): Delete macro.
8680 * Makefile.in (cli_decode_h): Add $(command_h).
8681 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8682 * top.c: Include "cli/cli-decode.h".
8683 * completer.c: Include "cli/cli-decode.h".
8684 * maint.c: Include "cli/cli-decode.h".
8685 * cli/cli-decode.h: Include "command.h".
8686 (enum command_class): Delete.
8687 (enum cmd_types): Comment out.
8688 (enum cmd_auto_boolean): Delete.
8689 (enum var_types): Delete.
8690
8691 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8692
8693 * cli/cli-decode.c: Include "gdb_assert.h".
8694 (add_set_or_show_cmd): New static function.
8695 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8696 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8697 all fields, such as func, from the set command.
8698
8699 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8700
8701 * MAINTAINERS (sh-elf): Change warning flag to -w.
8702
8703 2002-03-23 Andrew Cagney <cagney@redhat.com>
8704
8705 * defs.h (error): Add printf format attribute.
8706 * thread-db.c (thread_from_lwp): Fix error format string.
8707 * stack.c (parse_frame_specification): Ditto.
8708 * cli/cli-decode.c (undef_cmd_error): Ditto.
8709 * scm-lang.c (scm_lookup_name): Ditto.
8710 * tracepoint.c (trace_error): Ditto.
8711 * remote-utils.c (usage): Ditto.
8712 * remote.c (compare_sections_command): Ditto.
8713 Fix PR gdb/328.
8714
8715 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8716
8717 * gdbtypes.c (append_composite_type_field): New function.
8718 (init_composite_type): New function.
8719 * gdbtypes.h (append_composite_type_field): Declare.
8720 (init_composite_type): Ditto.
8721
8722 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8723
8724 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8725 function.
8726 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8727 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8728 structure returning convention for SYSV ABI case, but not
8729 for GNU/Linux, FreeBSD, or NetBSD.
8730
8731 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8732
8733 * symtab.h (lookup_block_symbol): Add mangled_name argument
8734 to prototype.
8735
8736 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8737 with new mangled_name argument.
8738 * linespec.c (decode_line_1): Likewise.
8739 * valops (value_of_this): Likewise.
8740 * symtab.c (lookup_transparent_type): Likewise.
8741 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8742 (lookup_symbol): If we are given a mangled name, pass it down
8743 to lookup_symbol_aux.
8744 (lookup_block_symbol): If we are given a mangled name to check
8745 against, only return symbols which match it.
8746
8747 2002-03-22 Christopher Faylor <cgf@redhat.com>
8748
8749 * win32-nat.c (child_create_inferior): Check for proper shell to use
8750 here, in case the user changes it on the fly.
8751 (_initialize_inftarg): Remove shell path considerations.
8752
8753 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8754
8755 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8756 for gdbarch_max_register_raw_size and max_register_virtual_size.
8757 Adjust copyright year.
8758
8759 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8760
8761 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8762 in a function to cover the entire beginning of the function
8763 as well if it does not already.
8764
8765 2002-03-21 Tom Rix <trix@redhat.com>
8766
8767 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8768 (rs6000_ptrace64): Renamed from ptrace64.
8769
8770 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8771
8772 * gdbserver/remote-utils.c (remote_open): Don't call
8773 getprotobyname, we're all using TCP here so just use
8774 IPPROTO_TCP.
8775 * gdbserver/gdbreplay.c (remote_open): Ditto.
8776
8777 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8778
8779 * regcache.c (_initialize_regcache): No need to call
8780 build_regcache() at this time; it gets called whenever
8781 the gdbarch changes.
8782
8783 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8784
8785 * sparc-nat.c: Include sys/param.h where possible.
8786
8787 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8788
8789 Fix PR gdb/422.
8790 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8791 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8792 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8793 complex types.
8794 * stabsread.c (rs6000_builtin_type): Likewise.
8795 (read_sun_floating_type): Likewise.
8796
8797 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8798
8799 * stabsread.c (read_member_functions): Remove skip code for duplicate
8800 constructor/destructor methods. Use standard parsing for these
8801 methods and just do not chain them to the list of methods after
8802 parsing.
8803
8804 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8805
8806 * coffread.c: Remove redundant static declarations. Replace
8807 occurrences of `PTR' with `void *'.
8808 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8809 * top.h (quit_cover): Likewise.
8810 * defs.h (catch_errors): Likewise.
8811
8812 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8813
8814 * defs.h (XMALLOC): Define.
8815 * gdb-events.sh (XMALLOC): Delete macro.
8816 * gdb-events.c, gdb-events.h: Regenerate.
8817 * gdbarch.sh (XMALLOC): Delete macro.
8818 * gdbarch.c: Regenerate.
8819 * serial.c (XMALLOC): Delete macro.
8820 * ui-file.c (XMALLOC): Ditto.
8821 * ser-unix.h (XMALLOC): Ditto.
8822 * sh-tdep.c (XMALLOC): Ditto.
8823 * ui-out.c (XMALLOC): Ditto.
8824 * utils.c (XMALLOC): Ditto.
8825 * i386-tdep.c (XMALLOC): Ditto.
8826 * gdb-events.c (XMALLOC): Ditto.
8827 * d10v-tdep.c (XMALLOC): Ditto.
8828 * cli-out.c (XMALLOC): Ditto.
8829
8830 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8831 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8832 * ui-file.c, ui-out.c: Ditto.
8833
8834 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8835
8836 * command.h (struct cmd_list_element): Add field context.
8837 (set_cmd_context, get_cmd_context): Declare.
8838 * cli/cli-decode.h: Ditto.
8839 * cli/cli-decode.c (get_cmd_context): New function.
8840 (set_cmd_context): New function.
8841 (add_cmd): Initialize context.
8842 Part of fixing PR gdb/145 and PR gdb/146.
8843
8844 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8845
8846 * cli/cli-decode.c (cmd_type): New function.
8847 * command.h (cmd_type): Declare.
8848 * infrun.c (set_schedlock_func): Call function cmd_type.
8849 * kod.c (kod_set_os): Call cmd_type.
8850 * cris-tdep.c (cris_version_update): Use function cmd_type.
8851 (cris_mode_update, cris_abi_update): Ditto.
8852
8853 * command.h: (execute_cmd_post_hook): Declare.
8854 (execute_cmd_pre_hook): Declare.
8855 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8856 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8857 functions. Execute pre/post hook while ensuring that afterwords
8858 hook_in is cleared.
8859 * top.c (execute_command): Use execute_cmd_post_hook, and
8860 execute_cmd_pre_hook to execute pre/post commands.
8861 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8862 hook_stop_stub.
8863 (hook_stop_stub): Call execute_cmd_pre_hook.
8864
8865 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8866
8867 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8868 set'' and this leads to a core dump. Move xstrdup of
8869 operating_system to after check that it is not NULL.
8870
8871 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8872
8873 * kod.c (kod_set_os): Remove unnecessary check that
8874 ``command->type'' is set_cmd.
8875
8876 * valprint.c (set_input_radix): Use input_radix.
8877 (set_output_radix): Use output_radix.
8878 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8879 isn't reverted.
8880
8881 2002-03-16 Andrew Cagney <ac131313@redhat.com>
8882
8883 * value.h (struct value): Delete field ``substring_addr''. Change
8884 aligner fields to force_doublest_align, force_longest_align,
8885 force_core_addr_align and force_pointer_aligh.
8886
8887 * value.h (struct value): Fix typo in above change.
8888
8889 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8890
8891 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8892 to fix internal_error from ``maintenance print architecture''.
8893
8894 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8895
8896 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8897 for gcc versions after gcc-2.8.1.
8898
8899 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8900
8901 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8902 for method resolution. Restore adjustment of ``this'' pointer after
8903 calling value_struct_elt, which was accidentally removed during the
8904 HP merge.
8905
8906 2002-03-15 Andrew Cagney <ac131313@redhat.com>
8907
8908 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8909 value_of_register.
8910 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8911 get_saved_register.
8912 * value.h (value_of_register): Update.
8913
8914 2002-03-14 Richard Henderson <rth@redhat.com>
8915
8916 * configure.in: Detect declaration for canonicalize_file_name.
8917 * utils.c (canonicalize_file_name): Declare, if needed.
8918 (gdb_realpath): Prefer realpath if available and usable.
8919 * config.in, configure: Rebuild.
8920
8921 2002-03-14 Richard Henderson <rth@redhat.com>
8922
8923 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8924 a constant array bound.
8925
8926 * MAINTAINERS: Add myself to write-after-approval.
8927
8928 2002-03-14 Michael Snyder <msnyder@redhat.com>
8929
8930 * symfile.c (syms_from_objfile): Return immediately if no syms.
8931 (symbol_file_add): Return immediately if no syms.
8932 (find_sym_fns): Return immediately if no syms.
8933
8934 2002-03-13 Michal Ludvig <mludvig@suse.cz>
8935
8936 * gdbserver/remote-util.c (remote_open): Print remote-side's
8937 IP address when remote debugging over the network.
8938
8939 2002-03-12 David O'Brien <obrien@FreeBSD.org>
8940
8941 * config/sparc/fbsd.mh: Fix copyright.
8942 * config/sparc/fbsd.mt: Likewise.
8943
8944 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
8945
8946 * MAINTAINERS: Fix typo in name of gdb warnings option.
8947 (x86-64): Fix formating so that this can be parsed by awk.
8948
8949 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8950
8951 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8952 * defs.h: Include "gdb/signals.h".
8953 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8954
8955 2002-03-10 Michal Ludvig <mludvig@suse.cz>
8956
8957 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
8958 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
8959 from x86-64-tdep.h
8960
8961 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
8962 Don Howard <dhoward@redhat.com>
8963
8964 * mips-tdep.c (ST0_FR): Define.
8965 (mips2_fp_compat): New function, temporarily disabled.
8966 (mips_read_fp_register_single): New function.
8967 (mips_read_fp_register_double): New function.
8968 (mips_print_register): Use them.
8969 (do_fp_register_row): Likewise.
8970
8971 2002-03-09 Andrew Cagney <ac131313@redhat.com>
8972
8973 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8974 approval''.
8975
8976 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8977
8978 * stabsread.c (read_member_functions): Fix is_stub test for
8979 static member functions, improve comment.
8980
8981 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
8982
8983 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8984 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8985 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8986 commands that set boolean values.
8987 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8988 (arm_rdi_resume): Always initialize PC.
8989 (arm_rdi_open): Don't use rslt as a boolean.
8990 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8991 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8992 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8993 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8994
8995 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
8996
8997 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8998 * configure: Rebuilt.
8999
9000 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9001
9002 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9003 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9004
9005 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9006
9007 * cli/cli-decode.c (set_cmd_completer): New function.
9008 * command.h (set_cmd_completer): Declare.
9009 * cli/cli-decode.h (set_cmd_completer): Ditto.
9010
9011 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9012 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9013 * win32-nat.c (_initialize_inftarg): Ditto.
9014 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9015 * proc-api.c (_initialize_proc_api): Ditto.
9016 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9017 * source.c (_initialize_source): Ditto.
9018 * exec.c (_initialize_exec): Ditto.
9019 * solib.c (_initialize_solib): Ditto.
9020 * top.c (init_main): Ditto.
9021 * tracepoint.c (_initialize_tracepoint): Ditto.
9022 * symfile.c (_initialize_symfile): Ditto.
9023 * printcmd.c (_initialize_printcmd): Ditto.
9024 * infcmd.c (_initialize_infcmd): Ditto.
9025 * corefile.c (_initialize_core): Ditto.
9026
9027 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9028
9029 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9030
9031 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9032
9033 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9034
9035 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9036
9037 * NEWS: Update headings, 5.2 has branched.
9038
9039 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9040
9041 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9042 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9043 (register_addr, REGISTER_RAW_SIZE): Likewise.
9044 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9045 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9046
9047 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9048
9049 * MAINTAINERS (x86-64): Add myself.
9050 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9051 changed value_ptr -> struct value *
9052
9053 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9054
9055 * configure.host (sparc64-*-freebsd): Add.
9056 * configure.tgt: Likewise.
9057 * config/sparc/fbsd.mh: New file.
9058 * config/sparc/fbsd.mt: Likewise.
9059 * config/sparc/nm-fbsd.h: Likewise.
9060 * config/sparc/tm-fbsd.h: Likewise.
9061
9062 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9063
9064 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9065 regformats/reg-s390x.dat.
9066
9067 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9068
9069 * utils.c: Add FIXME explaining true/false problem.
9070
9071 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9072
9073 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9074
9075 2002-02-28 Michael Chastain <mec@shout.net>
9076
9077 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9078
9079 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9080
9081 * gdbserver/linux-s390-low.c: New file.
9082 * regformats/reg-s390.dat: New file.
9083 * regformats/reg-s390x.dat: New file.
9084 * gdbserver/configure.srv: Add S/390.
9085 * gdbserver/Makefile.in: Add S/390.
9086 * configure.tgt: Enable gdbserver for S/390.
9087
9088 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9089
9090 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9091 first line of the doc string for "info dos", except at the end of
9092 the sentence, since the short help stops at the first period.
9093
9094 2002-02-28 Jason Merrill <jason@redhat.com>
9095
9096 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9097
9098 2002-02-27 Fred Fish <fnf@redhat.com>
9099
9100 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9101 comment (dumy -> dummy).
9102
9103 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9104
9105 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9106
9107 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9108
9109 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9110
9111 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9112
9113 * gdbserver/acconfig.h: New file.
9114 * gdbserver/i387-fp.c: New file.
9115 * gdbserver/i387-fp.h: New file.
9116 * gdbserver/linux-x86-64.c: New file.
9117 * regformats/reg-x86-64.dat: New file.
9118 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9119 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9120 * gdbserver/configure.in: Add support for regsets.
9121 * gdbserver/config.in: Regenerate.
9122 * gdbserver/configure: Regenerate.
9123 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9124 * gdbserver/linux-low.h: New file.
9125 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9126 for regsets.
9127 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9128 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9129 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9130 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9131 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9132 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9133 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9134 "i387-fp.h". Add PTRACE_GETREGS and friends.
9135 * gdbserver/regcache.c (supply_register): New function.
9136 (supply_register_by_name): New function.
9137 (collect_register): New function.
9138 (collect_register_by_name): New function.
9139
9140 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9141
9142 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9143 (config.status): Add configure.srv dependency.
9144 (server_h): Add config.h dependency.
9145
9146 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9147
9148 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9149 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9150 * gdbserver/configure.srv: Change i386-*-linux* to use
9151 reg-i386-linux.o.
9152
9153 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9154
9155 * x86-64-tdep.c: Re-indent. Update copyright date.
9156
9157 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9158
9159 From Michal Ludvig <mludvig@suse.cz>:
9160 * x86-64-tdep.c (value.h): Delete.
9161 (gdb_assert.h): Include.
9162 (x86_64_register_convert_to_virtual,
9163 x86_64_register_convert_to_raw ): Add check which lets only
9164 floating-point values to be converted.
9165 (value_push): Delete.
9166 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9167 (i386_gdbarch_init): Number of register_bytes fixed.
9168
9169 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9170
9171 * MAINTAINERS: Add x86-64 target.
9172
9173 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9174
9175 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9176 * osfsolib.c (solib_map_sections): Ditto.
9177 * irix5-nat.c (solib_map_sections): Ditto.
9178 * corelow.c (gdb_check_format): Ditto.
9179 * symfile.c (symfile_bfd_open): Ditto.
9180 * solib.c (solib_map_sections): Ditto.
9181 Fix PR gdb/354.
9182
9183 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9184
9185 * remote.c (_initialize_remote): By default, disable ``e'' and
9186 ``E'' step out-of-range packets.
9187
9188 2002-02-26 Andreas Schwab <schwab@suse.de>
9189
9190 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9191 m68k_linux_frame_saved_pc.
9192 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9193 in_sigtramp.
9194 (SIGCONTEXT_PC_OFFSET): Remove.
9195 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9196 m68k_linux_sigtramp_saved_pc): New functions.
9197 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9198 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9199 (UCONTEXT_PC_OFFSET): Define.
9200 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9201 non-RT and RT signal trampolines.
9202
9203 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9204
9205 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9206 (TARGET_NBPG, STACK_END_ADDR): Delete
9207 (VARIABLES_INSIDE_BLOCK): Delete.
9208
9209 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9210
9211 * utils.c (perror_with_name): Make string parameter constant.
9212 (print_sys_errmsg): Ditto.
9213 (query): Ditto.
9214 * defs.h (perror_with_name): Update.
9215 (print_sys_errmsg): Update.
9216 (query): Update.
9217
9218 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9219
9220 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9221 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9222
9223 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9224
9225 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9226 if it already matches the current architecture from the exec file.
9227 Include arch-utils.h for gdbarch_info_init prototype.
9228 * Makefile.in (rs6000-nat.o): Update dependencies.
9229
9230 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9231
9232 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9233 list of exported variables.
9234
9235 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9236
9237 * gdbserver/configure.srv: New file.
9238 * gdbserver/configure.in: Use configure.srv instead
9239 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9240 from it.
9241 * gdbserver/configure: Regenerated.
9242 * gdbserver/terminal.h: New file.
9243 * gdbserver/Makefile.in: Update for configure changes. Remove
9244 more unneeded include paths.
9245
9246 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9247
9248 From wiz at danbala:
9249 * config/sparc/tm-sp64.h: Fix grammar and typos.
9250 Fix PR gdb/287.
9251
9252 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9253
9254 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9255 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9256 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9257 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9258 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9259 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9260 * s390-tdep.c: Ditto.
9261 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9262 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9263 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9264 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9265 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9266 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9267 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9268 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9269 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9270 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9271 Fix PR gdb/378.
9272
9273 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9274
9275 * lin-thread.c: Delete file.
9276 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9277 to gdb_proc_service.h.
9278 * configure: Re-generate.
9279
9280 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9281 * serial.c (serial_open): Delete check for "ocd".
9282 Fix PR gdb/349.
9283
9284 * Makefile.in (linux-thread.o): Delete target.
9285 * linux-thread.c: Delete file.
9286
9287 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9288 renamed SH files to be consistent.
9289
9290 * symtab.c (sort_search_symbols): Use xfree.
9291
9292 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9293
9294 * arm-linux-tdep.c (arm_linux_init_abi): Register
9295 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9296 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9297 definition with undef, since we don't want the sysvr4 definition.
9298 (SKIP_TRAMPOLINE_CODE): Likewise.
9299
9300 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9301
9302 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9303
9304 * configure.in: (AC_CHECK_FUNCS) Added test for
9305 canonicalize_file_name Regenerated.
9306 * config.in, configure: Regenerated.
9307 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9308 defined use canonicalize_file_name.
9309
9310 2002-02-23 Michael Chastain <mec@shout.net>
9311
9312 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9313
9314 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9315
9316 * README: Remove references to cygnus.com.
9317 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9318 dot com'' form. Remove references to cygnus.com and sourceware.
9319
9320 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9321
9322 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9323 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9324 1003.1-2001 no longer allows "head -1".
9325 * gdb/Makefile.in (version.c): Likewise.
9326 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9327 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9328 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9329
9330 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9331
9332 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9333 * command.h (cmd_cfunc_eq): Declare.
9334 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9335
9336 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9337 ``struct cmd_list_element *''.
9338 * cli/cli-cmds.c (is_complete_command): Update. Use
9339 cmd_cfunc_eq.
9340 * top.c (execute_command): Pass the command to
9341 is_complete_command.
9342 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9343
9344 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9345
9346 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9347 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9348 architecture defines.
9349 * s390-tdep.c (s390_gdbarch_init): Likewise.
9350
9351 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9352
9353 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9354 (arm_linux_push_arguments): Likewise.
9355 (arm_linux_init_abi): Register them. Also register linux-specific
9356 call_dummy_words.
9357 (find_minsym_and_objfile): Use strcmp, not STREQ.
9358 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9359 (arm_linux_call_dummy_words): Delete declaration.
9360 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9361 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9362 declarations.
9363 (LOWEST_PC): Delete.
9364
9365 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9366
9367 * maint.c (print_section_info): Do not prepend `0x' to filepos
9368 output, it will be handled by local_hex_string_custom.
9369
9370 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9371
9372 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9373 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9374 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9375
9376 2002-02-22 Jim Blandy <jimb@redhat.com>
9377
9378 Indicate that the bcache functions don't change the strings
9379 they're passed.
9380 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9381 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9382
9383 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9384
9385 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9386
9387 2002-02-21 Christopher Faylor <cgf@redhat.com>
9388
9389 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9390 find the complete path to a loaded DLL.
9391
9392 2002-02-21 Fred Fish <fnf@redhat.com>
9393
9394 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9395 that marks the end of the range of a function, enter a line number
9396 entry that has a line number of zero and a PC offset that matches
9397 the end of the function. This starts a range of PC's for which no
9398 line number information is known.
9399 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9400 PC's for which no line number info is found (line number is zero)
9401 then we didn't find any valid line information.
9402 * symtab.h: Document use of zero line number entry.
9403
9404 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9405
9406 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9407 (have_ptrace_getvrregs): Define for run time checks.
9408 (gdb_vrregset_t): New type for Altivec register handling.
9409 (fetch_register, store_register): Fetch/store altivec register
9410 when needed.
9411 (fetch_altivec_register, store_altivec_register): New functions.
9412 (supply_vrregset, fill_vrregset): New functions.
9413 (fetch_altivec_registers, store_altivec_registers): New functions.
9414 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9415 registers as well.
9416
9417 2002-02-21 Jiri Smid <smid@suse.cz>
9418
9419 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9420
9421 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9422
9423 * Makefile.in (armnbsd-nat.o): Update dependencies.
9424 * armnbsd-nat.c (supply_gregset): New function. Common code to
9425 supply the integer register set.
9426 (supply_fparegset): New function. Similar for FPA registers.
9427 (fetch_regs, fetch_fp_regs): Use them.
9428 (fetch_core_registers): Likewise.
9429 (fetch_elfcore_registers): New function.
9430 (arm_netbsd_elfcore_fns): New core-file type specification.
9431 (_initialize_arm_netbsd_nat): Register it.
9432
9433 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9434
9435 * armnbsd-nat.c: Include gdbcore.h.
9436 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9437 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9438 'void' to declaration, to shut up ARI.
9439 (fetch_core_registers): Make static. Rewrite using supply_register.
9440 (arm_netbsd_core_fns): New core-file type specification.
9441 (_initialize_arm_netbsd_nat): New function.
9442
9443 2002-02-21 Christopher Faylor <cgf@redhat.com>
9444
9445 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9446 value.
9447
9448 2002-02-20 Christopher Faylor <cgf@redhat.com>
9449
9450 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9451 fails.
9452
9453 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * jv-exp.y (parse_number): Change type of implicit longs
9456 to builtin_type_uint64.
9457
9458 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9459
9460 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9461 to be an integer instead of a `union wait'.
9462
9463 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9464
9465 * mips-linux-nat.c: Call the operating system GNU/Linux.
9466 * mips-linux-tdep.c: Likewise.
9467 * mips-tdep.c: Likewise.
9468
9469 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9470
9471 Fix PR gdb/265.
9472 * jv-exp.y (parse_number): Handle 64-bit integers.
9473
9474 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9475
9476 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9477 AC_STDC_HEADERS to AC_HEADER_STDC.
9478 * gdbserver/configure: Regenerated.
9479
9480 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9481
9482 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9483 is defined.
9484 * sparc-tdep.c (get_longjmp_target): Likewise.
9485
9486 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9487
9488 * News: Add news about ARM and Multi-arch. Mention the new target
9489 arm*-*-netbsd*.
9490
9491 2002-02-19 Jim Blandy <jimb@redhat.com>
9492
9493 * stabsread.c (error_type_complaint): Improve error message.
9494
9495 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9496
9497 * gdbserver/README: Update documentation.
9498 * gdbserver/configure.in: Update configury to match documentation.
9499 * gdbserver/Makefile.in: Likewise.
9500 * gdbserver/configure: Regenerated.
9501 * gdbserver/aclocal.m4: New file, generated by aclocal.
9502 * gdbserver/config.in: New file, generated by autoheader.
9503
9504 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9505
9506 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9507 armnbsd-nat.c.
9508
9509 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9510
9511 * arm-tdep.h (enum arm_float_model): New enum.
9512 (struct gdbarch_tdep): Add fp_model.
9513 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9514 up floating-point conversions until we know the floating-point model
9515 in use by the inferior. Don't complain about being unable to
9516 determine the ABI of the inferior when we don't have one.
9517 (arm_extract_return_value): Support different floating-point models.
9518 (arm_store_return_value): Likewise.
9519 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9520 ARM_FLOAT_SOFT.
9521 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9522
9523 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9524
9525 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9526 of ``current_gdbarch''.
9527
9528 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9529
9530 * armnbsd-nat.c : ANSIfy all function declarations.
9531 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9532 (fetch_inferior_registers): Re-implement in terms of above.
9533 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9534 (store_inferior_registers): Re-implement in terms of above.
9535
9536 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9537
9538 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9539 kernel.
9540 * arm-linux-tdep.c: Likewise.
9541 * config/arm/tm-linux.h: Likewise.
9542
9543 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9544
9545 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9546 * config/arm/nbsd.mt (TM_FILE): Delete.
9547 * config/arm/tm-nbsd.h: Delete.
9548
9549 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9550
9551 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9552 Initialize CALL_DUMMY_LENGTH.
9553
9554 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9555
9556 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9557 function.
9558 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9559 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9560 defines one thing and that is incorrect for this port.
9561 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9562
9563 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9564
9565 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9566
9567 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9568
9569 * win32-nat.c (display_selector): New function. Displays information
9570 about the information returned by GetThreadSelectorEntry API function.
9571 (display_selectors): New function. Displays the infomation of
9572 the selector given as argument, or of CS, DS ans FS selectors
9573 if no argument is given.
9574 ( _initialize_inftarg): Add "w32" as info prefix command.
9575 Add "info w32 selector" as command calling display_selectors.
9576
9577 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9578
9579 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9580 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9581 if not defined.
9582
9583 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9584
9585 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9586
9587 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9588
9589 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9590 (arm_fix_call_dummy): Call it.
9591 (arm_call_dummy_breakpoint_offset): Delete.
9592 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9593 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9594
9595 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9596
9597 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9598 Default to func_frame_chain_valid.
9599 * gdbarch.h, gdbarch.c: Re-generate.
9600 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9601
9602 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9603
9604 * ppc-linux-nat.c: Update copyright.
9605 (fetch_register, store_register): Add tid parameter, don't compute
9606 tid here.
9607 (fetch_ppc_registers, store_ppc_registers): Add tid
9608 parameter. Pass it along to callees.
9609 (fetch_inferior_registers, store_inferior_registers): Compute tid
9610 here, and pass it to calleed functions.
9611 (fill_gregset, supply_fpregset): Clean up formatting.
9612
9613 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9614
9615 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9616 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9617
9618 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9619
9620 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9621 * gdbarch.c gdbarch.h: Regenerate.
9622 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9623 function.
9624 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9625 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9626 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9627
9628 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9629 * arm-tdep.c (arm_get_longjmp_target): New function.
9630 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9631 this to a positive value register arm_get_longjmp_target as the
9632 longjmp handler.
9633 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9634 (arm_linux_init_abi): Set up longjmp description in tdep.
9635 * armnbsd-nat.c (get_longjmp_target): Delete.
9636 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9637 description in tdep.
9638 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9639 (get_longjmp_target): Delete declaration.
9640 (GET_LONGJMP_TARGET): Delete.
9641 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9642 (GET_LONGJMP_TARGET): Delete.
9643
9644 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9645
9646 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9647 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9648 of ``current_gdbarch''.
9649
9650 2002-02-17 Tom Tromey <tromey@redhat.com>
9651
9652 * cli/cli-cmds.c (compare_strings): New function.
9653 (complete_command): Only print each unique item once.
9654 * completer.h (complete_line): Declare.
9655 * completer.c (complete_line): New function.
9656 (line_completion_function): Use it.
9657
9658 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9659
9660 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9661 * gdbarch.h, gdbarch.c: Re-generate.
9662
9663 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9664
9665 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9666
9667 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9668
9669 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9670 * valops.c (value_arg_coerce): Don't take the address of a reference
9671 to convert an argument to a reference.
9672
9673 2002-02-15 Christopher Faylor <cgf@redhat.com>
9674
9675 * win32-nat.c (get_image_name): New function.
9676 (handle_load_dll): Use get_image_name function.
9677 (get_child_debug_event): Avoid registering debug events until possibly
9678 execed process is started.
9679 (child_create_inferior): Allow invocation via shell so that command
9680 line redirection, etc. works ok.
9681 (_initialize_inftarg): Add new command: "set shell" to control whether
9682 a shell is used to start a process.
9683
9684 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9685
9686 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9687 instead of find_register_by_number.
9688 (cannot_store_register): Likewise.
9689
9690 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9691
9692 * dwarf2read.c: Replace fprintf (stderr, ...) by
9693 fprintf_unfiltered (gdb_stderr, ...).
9694
9695 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9696
9697 * gdbserver/gdbserver.1: Document --attach.
9698
9699 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9700
9701 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9702 descriptions.
9703 * arm-tdep.c (arm_default_arm_le_breakpoint)
9704 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9705 (arm_default_thumb_be_breakpoint): New. Initialize them from
9706 traditional breakpoint defines.
9707 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9708 (arm_gdbarch_init): Initialize new breakpoint variables.
9709 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9710 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9711 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9712 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9713 code out to ...
9714 (arm_netbsd_init_abi_common): ... here; new function.
9715 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9716 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9717 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9718 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9719
9720 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9721
9722 * arm-tdep.h (enum arm_abi): New enum.
9723 (struct gdbarch_tdep): New structure.
9724 (LOWEST_PC): Provide a default.
9725 (arm_gdbarch_register_os_abi): Declare new function.
9726 * arm-tdep.c (arm_abi_names): New array.
9727 (process_note_abi_tag_sections): New function.
9728 (get_elfosabi): New function.
9729 (arm_gdbarch_register_os_abi): New function.
9730 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9731 support for that ABI has been built in, then call the appropriate
9732 configuration routine. Use gdbarch_num_regs() to get the number
9733 of registers.
9734 (arm_dump_tdep): New function.
9735 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9736 place-holder functions.
9737 (_initialize_arm_tdep): Register them.
9738 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9739
9740 * armnbsd-tdep.c: New file.
9741 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9742 * config/arm/nbsd.mt (TDEPFILES): Add it.
9743 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9744
9745 * armnbsd-nat.c: Include regcache.h.
9746 * Makefile.in (armnbsd-nat.o): Update dependency list.
9747
9748 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9749
9750 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * gdbserver/Makefile.in: Fix typos in target rules.
9753
9754 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9755
9756 Fix part of PR gdb/267.
9757 * linespec.c (find_methods): Handle constructors specially for now.
9758
9759 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9760
9761 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9762 handling.
9763 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9764 standard_coerce_float_to_double().
9765
9766 2002-02-14 Christopher Faylor <cgf@redhat.com>
9767
9768 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9769 GDBINIT_FILENAME.
9770
9771 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9772
9773 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9774 find_variant_by_name, because it confuses the multiarch
9775 framework. Return NULL if there isn't an architecture with the
9776 user supplied name, instead of forcing a different one without
9777 recording the change with the multiarch machinery.
9778 (find_variant_by_name): Delete.
9779
9780 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9781
9782 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9783 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9784
9785 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9786
9787 * stack.c (print_frame_info_base): When calling
9788 print_frame_info_listing_hook, set current_source_symtab.
9789
9790 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9791
9792 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9793 and remove unused $(INCLUDE_DIR).
9794 Add regcache.c to OBS.
9795 Add generated register protocol files to clean target.
9796 Update dependencies for new objects, obsolete old target code.
9797
9798 * gdbserver/linux-low.c: Remove all platform-specific code to
9799 new files. Remove various dead code. Update to use regcache
9800 functionality.
9801 * gdbserver/remote-utils.c (fromhex): Add return statement
9802 to quiet warning.
9803 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9804 constant.
9805 (input_interrupt): Add integer parameter to match prototype
9806 of a signal handler.
9807 (outreg): Use register_data ().
9808 (prepare_resume_reply): Use gdbserver_expedite_regs.
9809 * gdbserver/server.c (main): Dynamically allocate own_buf because
9810 PBUFSIZ is no longer constant. Use registers_to_string () and
9811 registers_from_string ().
9812 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9813 for error (), fatal (), and warning (). Update definition of
9814 PBUFSIZ to use regcache functionality. Add include guard.
9815 * gdbserver/utils.c (fatal): Add missing ``const''.
9816 (warning): New function.
9817
9818 * regformats/regdat.sh: Include "regcache.h" in generated files.
9819 Provide init_registers () function.
9820 * regformats/regdef.h: Add prototype for set_register_cache ().
9821 Add include guard.
9822
9823 * gdbserver/linux-arm-low.c: New file.
9824 * gdbserver/linux-i386-low.c: New file.
9825 * gdbserver/linux-ia64-low.c: New file.
9826 * gdbserver/linux-m68k-low.c: New file.
9827 * gdbserver/linux-mips-low.c: New file.
9828 * gdbserver/linux-ppc-low.c: New file.
9829 * gdbserver/linux-sh-low.c: New file.
9830
9831 * gdbserver/regcache.c: New file.
9832 * gdbserver/regcache.h: New file.
9833
9834 * gdbserver/low-linux.c: Removed obsolete file.
9835
9836 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9837
9838 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9839 * config/i386/linux.mt: Likewise.
9840 * config/ia64/linux.mt: Likewise.
9841 * config/m68k/linux.mh: Likewise.
9842 * config/powerpc/linux.mh: Likewise.
9843 * config/mips/linux.mt: Likewise.
9844
9845 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9846
9847 * config/i386/i386lynx.mh: Mark gdbserver variables
9848 as (currently) obsolete for this target.
9849 * config/i386/nbsd.mt: Likewise.
9850 * config/i386/nbsdelf.mt: Likewise.
9851 * config/m32r/m32r.mt: Likewise.
9852 * config/m68k/m68klynx.mh: Likewise.
9853 * config/m68k/nbsd.mt: Likewise.
9854 * config/m68k/sun3os4.mh: Likewise.
9855 * config/mips/vr5000.mt: Likewise.
9856 * config/ns32k/nbsd.mt: Likewise.
9857 * config/pa/hppabsd.mh: Likewise.
9858 * config/pa/hppaosf.mh: Likewise.
9859 * config/powerpc/nbsd.mt: Likewise.
9860 * config/rs6000/rs6000lynx.mh: Likewise.
9861 * config/s390/s390.mt: Likewise.
9862 * config/s390/s390x.mt: Likewise.
9863 * config/sparc/sparclynx.mh: Likewise.
9864 * config/sparc/sun4os4.mh: Likewise.
9865 * config/i386/x86-64linux.mt: Likewise.
9866 * config/sparc/linux.mh: Likewise.
9867
9868 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9869
9870 * configure.tgt: Configure gdbserver only for known working
9871 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9872 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9873 SUBDIRS if it is configured. Update comment for ${nativefile}.
9874 * configure: Regenerated.
9875
9876 2002-02-13 Michael Snyder <msnyder@redhat.com>
9877
9878 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9879
9880 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9881 (default_gcore_mach): Just return 0, work around a problem in bfd.
9882 (default_gcore_target): OK to return NULL if exec_bfd is null.
9883 (make_mem_sec): Use a cast, avoid a warning.
9884
9885 * procfs.c (find_memory_regions_callback): Use a cast instead of
9886 calling host_pointer_to_address (which complains if
9887 sizeof (host pointer) != sizeof (target pointer)).
9888 (procfs_make_note_section): Avoid overflow in psargs string.
9889
9890 * procfs.c (procfs_make_note_section): Make the default
9891 implementation return an error.
9892
9893 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
9894
9895 * procfs.c (procfs_make_note_section): Provide a default definition
9896 (for alpha-dec-osf4.0f). Fix typos.
9897
9898 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
9899
9900 * linux-proc.c: Add include of regcache.h.
9901 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9902
9903 2002-02-13 Andrew Cagney <ac131313@redhat.com>
9904
9905 From 2002-01-18 Greg McGary <greg@mcgary.org>:
9906 * memattr.c (create_mem_region): Disallow useless empty region.
9907 Regions are half-open intervals, so allow [A..B) [B..C) as
9908 non-overlapping.
9909
9910 2002-02-13 Michael Chastain <mec@shout.net>
9911
9912 * defs.h: Kill CONST_PTR.
9913 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9914 * c-lang.c (c_builtin_types): Likewise.
9915 * ch-lang.c (ch_builtin_types): Likewise.
9916 * f-lang.c (f_builtin_types): Likewise.
9917 * language.c (unknown_builtin_types): Likewise.
9918 * m2-lang.c (m2_builtin_types): Likewise.
9919 * p-lang.c (pascal_builtin_types): Likewise.
9920 * scm-lang.c (c_builtin_types): Likewise.
9921
9922 2002-02-13 Keith Seitz <keiths@redhat.com>
9923
9924 * arm-tdep.h (arm_get_next_pc): Add declaration.
9925
9926 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
9927
9928 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9929 with other related struct-returning functions.
9930 (arm_extract_struct_value_address): New function.
9931 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9932 initialize float_format, double_format and long_double_format as
9933 appropriate to the endianness of the target.
9934 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9935 (arm_use_struct_convention): Delete declaration.
9936 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9937
9938 2002-02-13 Keith Seitz <keiths@redhat.com>
9939
9940 * defs.h (core_addr_to_string_nz): New function.
9941
9942 2002-02-13 Mark Kettenis <kettenis@gnu.org>
9943
9944 Apply missing bits of 2002-01-15 patch.
9945 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9946 (fill_fpregset): Use i387_fill_fsave.
9947
9948 2002-02-12 Keith Seitz <keiths@redhat.com>
9949
9950 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9951 (core_addr_to_string_nz): New function.
9952
9953 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9954
9955 * arm-linux-nat.c: Really include arm-tdep.h.
9956 * config/arm/tm-linux.h (struct type, struct value): Declare.
9957
9958 2002-02-11 Michael Snyder <msnyder@redhat.com>
9959
9960 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9961 (gcore section): Ifdef for Solaris and Unixware only.
9962 (procfs_do_thread_registers): Unixware needs one lwpstatus
9963 per thread (not one prstatus or pstatus).
9964 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9965 not over all gdb threads. For unixware, call elfcore_write_pstatus
9966 once before iterating over threads.
9967
9968 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
9969
9970 * arm-tdep.h: New file.
9971 * arm-tdep.c: Include arm-tdep.h.
9972 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9973 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9974 (arm_print_float_info, arm_register_type, convert_to_extended)
9975 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9976 (arm_extract_return_value, arm_register_name): Make static.
9977 (arm_software_single_step): Similarly. Fix types in declaration.
9978 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9979 (arm_store_return_value, arm_store_struct_return): New functions.
9980 (arm_gdbarch_init): Register the above functions. Also register
9981 call_dummy_start_offset, sizeof_call_dummy_words,
9982 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9983 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
9984 max_register_virtual_size, register_size. Set up
9985 prologue_cache.saved_regs here, rather than ...
9986 (_initialize_arm_tdep): ... here.
9987 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9988 declarations.
9989 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9990 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9991 (arm_print_float_info, arm_register_type, convert_to_extended)
9992 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9993 (arm_extract_return_value, arm_register_name): Delete declarations.
9994 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9995 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9996 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9997 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9998 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9999 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10000 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10001 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10002 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10003 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10004 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10005 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10006 interface.
10007 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10008 * remote-rdi.c remote-rdp.c: Likewise.
10009 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10010 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10011 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10012 definition.
10013
10014 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10015 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10016 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10017 from non-ARM_ prefixed definitions.
10018 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10019 all uses of above.
10020 * remote-rdi.c remote-rdp.c: Likewise.
10021 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10022
10023 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10024
10025 * arm-tdep.c (arm_frameless_function_invocation)
10026 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10027 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10028 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10029 (arm_pop_frame, arm_get_next_pc): Make static.
10030 (arm_gdbarch_init): Register above in gdbarch structure.
10031 (arm_read_fp): Renamed from arm_target_read_fp.
10032 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10033 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10034 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10035 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10036 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10037 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10038 (arm_pc_is_thumb_dummy): Delete declarations.
10039 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10040 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10041 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10042 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10043
10044 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10045
10046 * symtab.c (compare_search_syms): New function.
10047 (sort_search_symbols): New function.
10048 (search_symbols): Sort symbols after searching rather than
10049 before.
10050
10051 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10052
10053 * NEWS: Linux -> GNU/Linux.
10054
10055 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10056
10057 * gdbarch.sh: For for level one methods, disallow a definition
10058 when partially multi-arched. Add comments explaining rationale.
10059 * gdbarch.h: Re-generate.
10060
10061 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10062
10063 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10064 multi-arch partial.
10065
10066 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10067
10068 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10069 field. Use diff -u.
10070 * gdbarch.c: Re-generate.
10071
10072 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10073
10074 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10075 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10076 partial.
10077
10078 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10079
10080 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10081 multi-arch partial.
10082 (PUSH_ARGUMENTS): Switch to using predefault.
10083 * gdbarch.c: Regenerate.
10084
10085 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10086
10087 * valops.c (PUSH_ARGUMENTS): Delete definition.
10088 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10089 partial. Default to default_push_arguments.
10090 * gdbarch.h, gdbarch.c: Regenerate.
10091
10092 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10093
10094 * defs.h (throw_exception): Rename return_to_top_level. Update
10095 comments.
10096 * utils.c (error_stream, internal_verror, quit): Ditto.
10097 * top.c (throw_exception, catcher): Ditto.
10098 * sparclet-rom.c (sparclet_load): Ditto.
10099 * remote.c (interrupt_query, minitelnet): Ditto.
10100 * remote-sds.c (interrupt_query): Ditto.
10101 * remote-mips.c (mips_error, mips_kill): Ditto.
10102 * ocd.c (interrupt_query): Ditto.
10103 * monitor.c (monitor_interrupt_query): Ditto.
10104 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10105 * target.h: Update comment.
10106
10107 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10108
10109 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10110
10111 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10112 default_double_format.
10113 * gdbarch.h, gdbarch.c: Re-generate.
10114 * findvar.c (floatformat_unknown): Delete variable definition.
10115 * doublest.h (floatformat_unknown): Delete variable declaration.
10116
10117 2002-02-09 Jim Blandy <jimb@redhat.com>
10118
10119 * stabsread.c (read_type): Add code to parse Sun's syntax for
10120 prototyped function types.
10121
10122 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10123
10124 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10125 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10126
10127 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10128
10129 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10130 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10131 now _initialize_xcoffsolib gets called again and overrides the
10132 commands from solib.c in a native configuration.
10133
10134 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10135
10136 * doublest.c (store_typed_floating): Don't try to return a value.
10137 Fixes PR gdb/290.
10138
10139 2002-02-08 Jim Blandy <jimb@redhat.com>
10140
10141 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10142 is prototyped and has no arguments, print its argument list as
10143 `(void)'.
10144
10145 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10146
10147 * MAINTAINERS (write-after-approval): Add myself.
10148 (paper-trail): I've escaped!
10149
10150 2002-02-08 Christopher Faylor <cgf@redhat.com>
10151
10152 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10153 changes.
10154 (_initialize_check_for_gdb_ini): Ditto.
10155
10156 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10157
10158 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10159 xaprintf -> xasprintf.
10160
10161 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10162
10163 * win32-nat.c: Remove use of printf and sprintf functions.
10164
10165 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10166
10167 * arm-tdep.c (arm_frame_chain_valid): Make static.
10168 (arm_push_arguments): Likewise.
10169 (arm_gdbarch_init): New function.
10170 (_initialize_arm_tdep): Call it.
10171 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10172 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10173 (FRAME_CHAIN_VALID): Delete.
10174 (arm_frame_chain_valid): Delete declaration.
10175 (PUSH_ARGUMENTS): Delete.
10176 (arm_push_arguments): Delete declaration.
10177 (CALL_DUMMY_P): Delete.
10178
10179 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10180 Corinna Vinschen <vinschen@redhat.com>
10181
10182 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10183 on builtin float types.
10184
10185 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10186
10187 * utils.c: Include <curses.h> before "bfd.h".
10188 * tui/tui-hooks.c: Likewise.
10189 * tui/tui.c: Likewise.
10190 * tui/tuiCommand.c: Likewise.
10191 * tui/tuiData.c: Likewise.
10192 * tui/tuiDataWin.c: Likewise.
10193 * tui/tuiDisassem.c: Likewise.
10194 * tui/tuiGeneralWin.c: Likewise.
10195 * tui/tuiIO.c: Likewise.
10196 * tui/tuiLayout.c: Likewise.
10197 * tui/tuiRegs.c: Likewise.
10198 * tui/tuiSource.c: Likewise.
10199 * tui/tuiSourceWin.c: Likewise.
10200 * tui/tuiStack.c: Likewise.
10201 * tui/tuiWin.c: Likewise.
10202
10203 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10204
10205 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10206 to include space for pseudoregs as well. Update loops accordingly.
10207 (sh_fp_frame_init_saved_regs): Ditto.
10208 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10209
10210 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10211
10212 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10213 Add Richard Earnshaw to Arm maintainers.
10214
10215 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10216
10217 * defs.h (warning_begin): Delete declaration.
10218
10219 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10220 Delete macro.
10221
10222 2002-02-07 Michael Snyder <msnyder@redhat.com>
10223
10224 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10225 Logic bug, remove misplaced else.
10226
10227 2002-02-07 Klee Dienes <klee@apple.com>
10228
10229 * fork-inferior.c (fork_inferior): Add '!' to the list of
10230 characters that need to be quoted when building a string for the
10231 shell. Quote '!' specifically with a backslash, since CSH chokes
10232 when trying to evaluate "str!str".
10233
10234 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10235
10236 * rdi-share/host.h: Only provide a typedef for bool if it is not
10237 defined.
10238
10239 2002-02-04 Michael Snyder <msnyder@redhat.com>
10240
10241 * breakpoint.h (enum bptype): Add new overlay event bp type.
10242 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10243
10244 * breakpoint.c (create_internal_breakpoint): New function.
10245 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10246 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10247 (create_thread_event_breakpoint): Ditto.
10248 (create_solib_event_breakpoint): Ditto.
10249 (create_overlay_event_breakpoint): New function.
10250 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10251 (update_breakpoints_after_exec): Delete and re-initialize
10252 overlay event breakpoints after an exec. Add FIXME comment
10253 about longjmp breakpoint.
10254 (print_it_typical): Ignore overlay event breakpoints.
10255 (print_one_breakpoint): Ditto.
10256 (mention): Ditto.
10257 (bpstat_what): Do not stop for overlay event breakpoints.
10258 (delete_breakpoint): Don't delete overlay event breakpoints.
10259 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10260 (breakpoint_re_set): Re-create overlay event breakpoint.
10261
10262 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10263 (overlay_manual_command): Disable overlay breakpoints.
10264 (overlay_off_command): Disable overlay breakpoints.
10265
10266 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10267
10268 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10269 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10270 to here from config/tm-arm.h.
10271 (coff_sym_is_thumb): Make static.
10272 (arm_elf_make_msymbol_special): New function.
10273 (arm_coff_make_msymbol_special): New function.
10274 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10275 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10276 (coff_sym_is_thumb): Delete declaration.
10277 (arm_elf_make_msymbol_special): Declare.
10278 (arm_coff_make_msymbol_special): Declare.
10279 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10280 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10281
10282 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10283
10284 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10285
10286 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10287
10288 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10289 * gdbarch.c gdbarch.h: Regenerate.
10290 * arch-utils.c (default_print_float_info): New function.
10291 * arch-utils.h (default_print_float_info): Prototype it.
10292 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10293 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10294 (PRINT_FLOAT_INFO): Document it.
10295
10296 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10297 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10298 (PRINT_FLOAT_INFO): Define.
10299
10300 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10301
10302 * win32-nat.c (_initialize_check_for_gdb_ini):
10303 Add typecast to sprintf argument to suppress a warning.
10304
10305 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10306
10307 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10308 to allow easier handling of pass state.
10309 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10310 that gives exception name and address.
10311 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10312 and set last_sig value to ourstatus->value.sig. Some missing
10313 exceptions added.
10314 (child_continue): Correctly report continue_status.
10315 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10316 TARGET_SIGNAL_0 (new default value).
10317 (child_resume): consider sig argument passed to decide if
10318 the exception should be passed to debuggee or not.
10319
10320 2002-02-05 Michael Snyder <msnyder@redhat.com>
10321
10322 * regcache.c (fetch_register): Call target_fetch_register
10323 only if we don't call FETCH_PSEUDO_REGISTER.
10324 (store_register): Call target_store_register only if we
10325 don't call STORE_PSEUDO_REGISTER.
10326
10327 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10328
10329 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10330 ELF_MAKE_MSYMBOL_SPECIAL.
10331 * gdbarch.c, gdbarch.h: Regenerate.
10332 * arch-utils.c (default_make_msymbol_special): New function.
10333 * arch-utils.h (default_make_msymbol_special): Export.
10334 * elfread.c (elf_symtab_read): Compile use of
10335 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10336 multiarched.
10337 * coffread.c (coff_symtab_read): Ditto, for
10338 COFF_MAKE_MSYMBOL_SPECIAL.
10339
10340 2002-02-05 Jim Blandy <jimb@redhat.com>
10341
10342 * solib-svr4.c (svr4_truncate_ptr): New function.
10343 (svr4_relocate_section_addresses): Do the address arithmetic with
10344 the appropriate truncation for target addresses, even when
10345 CORE_ADDR is larger than a target address.
10346
10347 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10348
10349 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10350 to (int *).
10351
10352 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10353
10354 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10355 code.
10356
10357 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10358
10359 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10360
10361 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10362
10363 * gdbserver/linux-low.c: Remove unused include files.
10364
10365 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10366
10367 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10368 (read_inferior_memory): Use it.
10369 (write_inferior_memory): Likewise.
10370
10371 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10372
10373 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10374 grubbing through sys_errlist.
10375
10376 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10377
10378 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10379
10380 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10381 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10382
10383 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10384
10385 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10386 (do_sfunc, set_cmd_sfunc): New functions.
10387
10388 * command.h (struct cmd_list_element): Add field func.
10389 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10390 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10391 * cli/cli-decode.h: Ditto.
10392
10393 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10394 (help_all, help_cmd_list): Ditto.
10395 (find_cmd, complete_on_cmdlist): Ditto.
10396 * top.c (execute_command): Ditto.
10397
10398 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10399 function.sfunc.
10400
10401 * infcmd.c (notice_args_read): Fix function signature.
10402
10403 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10404 * cli/cli-decode.c (add_set_cmd): Ditto.
10405 * utils.c (initialize_utils): Ditto.
10406 * maint.c (_initialize_maint_cmds): Ditto.
10407 * infrun.c (_initialize_infrun): Ditto.
10408 * demangle.c (_initialize_demangler): Ditto.
10409 * remote.c (add_packet_config_cmd): Ditto.
10410 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10411 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10412 * proc-api.c (_initialize_proc_api): Ditto.
10413 * kod.c (_initialize_kod): Ditto.
10414 * valprint.c (_initialize_valprint): Ditto.
10415 * top.c (init_main): Ditto.
10416 * infcmd.c (_initialize_infcmd): Ditto.
10417 * corefile.c (_initialize_core): Ditto.
10418 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10419 * arch-utils.c (initialize_current_architecture): Ditto.
10420 (_initialize_gdbarch_utils): Ditto.
10421 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10422
10423 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10424 * wince.c (_initialize_inftarg): Ditto.
10425 * symfile.c (_initialize_symfile): Ditto.
10426 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10427 * language.c (_initialize_language): Ditto.
10428 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10429
10430 2002-02-04 Michael Snyder <msnyder@redhat.com>
10431
10432 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10433
10434 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10435
10436 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10437 Add rules for building the register data files.
10438
10439 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10440
10441 * regformats/regdat.sh: Add braces to the definition of
10442 expedite_regs_${arch}.
10443
10444 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10445
10446 * regformats/regdef.h (struct reg): Add comment describing the
10447 requirements for offset and size fields.
10448
10449 2002-02-04 Andreas Schwab <schwab@suse.de>
10450
10451 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10452 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10453
10454 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10455
10456 * gdbarch.sh (copyright): Update years in generated header.
10457 (SMASH_TEXT_ADDRESS): Add rule.
10458 * gdbarch.h, gdbarch.c: Re-generate.
10459 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10460 * dbxread.c: Likewise.
10461 * dwarfread.c: Likewise.
10462 * elfread.c: Likewise.
10463 * somread.c: Likewise.
10464
10465 * arm-tdep.c (arm_smash_text_address): New function.
10466 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10467
10468 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10469
10470 Add support for hardware watchpoints on win32 native.
10471 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10472 CONTEXT_DEBUG_REGISTERS.
10473 (dr variable): New variable. Static array containing a local copy
10474 of debug registers.
10475 (debug_registers_changed): New variable. Reflects when debug registers
10476 are changed and need to be written to inferior.
10477 (debug_registers_used): New variable. Reflects when any debug register
10478 was set, used when new threads are created.
10479 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10480 i386-nat code.
10481 (thread_rec): Set dr array if id is the thread of current_event .
10482 (child_continue, child_resume): Change the debug registers for all
10483 threads if debug_registers_changed.
10484 (child_add_thread): Change the debug registers if debug_registers_used.
10485 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10486 Link nm.h to new nm-cygwin.h file.
10487 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10488 of hardware registers.
10489
10490 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10491
10492 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10493 Restore behavour broken by 2002-01-20 Andrew Cagney
10494 <ac131313@redhat.com> IEEE_FLOAT removal.
10495
10496 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10497
10498 * c-valprint.c (c_val_print): Pass a proper valaddr to
10499 cp_print_class_method.
10500 * valops.c (search_struct_method): If there is only one method
10501 and args is NULL, return that method.
10502
10503 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10504
10505 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10506 accessing tag_name directly.
10507
10508 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10509
10510 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10511 of accessing tag_name directly.
10512
10513 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10514
10515 PR gdb/280
10516 * gdbtypes.c (replace_type): New function.
10517 * gdbtypes.h (replace_type): Add prototype.
10518 * stabsread.c (read_type): Use replace_type.
10519
10520 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10521
10522 * Makefile.in (memattr.o): Add missing dependencies rule.
10523
10524 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10525
10526 * breakpoint.c (break_at_finish_command): Really export.
10527 (break_at_finish_at_depth_command): Ditto.
10528 (tbreak_at_finish_command): Ditto.
10529 * hppa-tdep.c: Include completer.h.
10530 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10531 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10532
10533 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10534
10535 * utils.c (do_write): New function.
10536 (error_stream): Rewrite combining the code from error_begin and
10537 verror.
10538 (verror): Rewrite using error_stream.
10539 (error_begin): Delete function.
10540
10541 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10542
10543 * utils.c (error_begin): Make static.
10544 * defs.h (error_begin): Delete declaration.
10545
10546 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10547 (decode_line_1): Use cplusplus_error instead of error_begin,
10548 cplusplus_hint and return_to_top_level.
10549 * coffread.c (coff_symfile_read): Use error instead of error_begin
10550 and return_to_top_level.
10551 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10552
10553 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10554
10555 * language.h (type_error, range_error): Make string parameter
10556 constant.
10557 * language.c (warning_pre_print): Delete extern declaration.
10558 * dwarfread.c (warning_pre_print): Ditto.
10559 * language.c (type_error, range_error): Rewrite to use verror and
10560 vwarning instead of warning_begin.
10561
10562 2002-02-01 Michael Snyder <msnyder@redhat.com>
10563
10564 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10565 (set_ignore_count): Move misplaced comment back where it belongs.
10566
10567 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10568
10569 * command.h (NO_FUNCTION): Delete macro.
10570 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10571 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10572 * tracepoint.c (_initialize_tracepoint): Ditto.
10573 * cli/cli-decode.c (add_set_cmd): Ditto.
10574 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10575
10576 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10577
10578 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10579 Update ``this'' pointer when calling virtual functions.
10580
10581 2002-02-01 Michael Snyder <msnyder@redhat.com>
10582
10583 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10584 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10585
10586 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10587
10588 * regformats/reg-arm.dat: New file.
10589 * regformats/reg-i386.dat: New file.
10590 * regformats/reg-ia64.dat: New file.
10591 * regformats/reg-m68k.dat: New file.
10592 * regformats/reg-mips.dat: New file.
10593 * regformats/reg-ppc.dat: New file.
10594 * regformats/reg-sh.dat: New file.
10595 * regformats/regdef.h: New file.
10596 * regformats/regdat.sh: New file.
10597
10598 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10599
10600 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10601 (arm_frame_args_address, arm_frame_locals_address): New functions.
10602 (arm_frame_num_args): New function.
10603 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10604 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10605 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10606
10607 2002-01-31 Michael Snyder <msnyder@redhat.com>
10608
10609 * breakpoint.c (break_at_finish_command): Export.
10610 (break_at_finish_at_depth_command): Export.
10611 (tbreak_at_finish_command): Export.
10612 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10613 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10614 "txbreak" commands, which are HPPA specific.
10615
10616 * printcmd.c (disassemble_command): Remove an ancient
10617 artifact of an old merge.
10618
10619 * symfile.h (enum overlay_debugging_state):
10620 Define enum constant values for overlay mode.
10621 * symfile.c (overlay_debugging): Use enums instead of literals.
10622 (overlay_is_mapped, overlay_auto_command,
10623 overlay_manual_command): Ditto.
10624
10625 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10626 breakpoint_here_p, breakpoint_inserted_here_p,
10627 breakpoint_thread_match, bpstat_stop_status,
10628 describe_other_breakpoints, check_duplicates, clear_command):
10629 Coding standard fixes.
10630
10631 * target.c (target_xfer_memory): Add spaces, coding standard.
10632 (do_xfer_memory): Add missing line to trust-readonly
10633 code: check bfd SEC_READONLY flag for section.
10634
10635 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10636
10637 * PROBLEMS: Fix typo, 5.1->5.1.1.
10638
10639 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10640
10641 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10642 data symbols, since we search based on textlow and texthigh.
10643 (find_pc_sect_symtab): Likewise.
10644
10645 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10646
10647 * defs.h (vwarning): Declare.
10648 * utils.c (vwarning): New function.
10649 (warning): Call vwarning.
10650 (warning_begin): Delete function.
10651
10652 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10653 the warning message.
10654 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10655 warning_begin.
10656
10657 2002-01-30 Michael Snyder <msnyder@redhat.com>
10658
10659 * NEWS: Mention "set trust-readonly-sections" command.
10660 Mention generate-core-file command.
10661
10662 2002-01-15 Michael Snyder <msnyder@redhat.com>
10663
10664 * target.c: New command, "set trust-readonly-sections on".
10665 (do_xfer_memory): Honor the suggestion to trust readonly sections
10666 by reading them from the object file instead of from the target.
10667 (initialize_targets): Register command "set trust-readonly-sections".
10668
10669 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10670
10671 * parse.c (target_map_name_to_register): Simplify, search regs and
10672 pseudo-regs using a single loop.
10673
10674 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10675
10676 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10677
10678 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10679
10680 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10681 * config/i386/i386v42mp.mh: Add i387-nat.o .
10682 * i386v4-nat.c: Include i387-nat.h.
10683 (supply_fpregset): Use i387_supply_fsave.
10684 (fill_fpregset): Use i387_fill_fsave.
10685
10686 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10687
10688 * arm-tdep.c (arm_call_dummy_words): Define.
10689 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10690 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10691 (CALL_DUMMY_WORDS): Define.
10692 (arm_call_dummy_words): Declare.
10693 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10694 (arm_linux_call_dummy_words): Declare.
10695
10696 2002-01-30 Andreas Schwab <schwab@suse.de>
10697
10698 * m68klinux-nat.c: Fix last change to use regcache_collect
10699 instead of referencing registers[] directly.
10700
10701 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10702
10703 * parse.c (target_map_name_to_register): Delete code wrapped in
10704 #ifdef REGISTER_NAME_ALIAS_HOOK.
10705
10706 2002-01-28 Michael Snyder <msnyder@redhat.com>
10707
10708 * regcache.c (legacy_read_register_gen): Need to be able to
10709 read pseudo-register as well as real register.
10710 (legacy_write_register_gen): Ditto.
10711
10712 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10713
10714 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10715 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10716 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10717 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10718 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10719 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10720 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10721 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10722 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10723 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10724 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10725 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10726 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10727 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10728 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10729 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10730 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10731 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10732 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10733 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10734
10735 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10736
10737 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10738 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10739 (initialize_current_architecture): Update target_byte_order using
10740 information from BFD.
10741 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10742 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10743
10744 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10745
10746 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10747 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10748
10749 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10750 #ifdef INVALID_FLOAT.
10751 * infcmd.c (do_registers_info): Ditto.
10752 * values.c (unpack_double): Ditto. Add comment.
10753
10754 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10755 already commented out.
10756
10757 2002-01-26 Andreas Schwab <schwab@suse.de>
10758
10759 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10760 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10761 registers and add support for PTRACE_GETREGS.
10762
10763 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10764
10765 GDB 5.1.1 released from 5.1 branch.
10766 * NEWS: Add 5.1.1 news.
10767 * README: Sync with 5.1 branch.
10768
10769 2002-01-23 Fred Fish <fnf@redhat.com>
10770
10771 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10772 stabstring on initial malloc. Reallocing will copy it for us,
10773 if necessary.
10774
10775 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10776
10777 * Makefile.in (hpread_h): Delete.
10778 (HFILES_NO_SRCDIR): Remove hpread.h.
10779 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10780 (hpread.o): Update dependencies.
10781 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10782
10783 * hp-psymtab-read.c: Remove file.
10784 * hp-symtab-read.c: Remove file.
10785 * hpread.h: Remove file.
10786
10787 * hpread.c: Merge all contents of hp-psymtab-read.c,
10788 hp-symtab-read.c and hpread.h into this file, as it was prior to
10789 January 1999.
10790
10791 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10792 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10793 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10794 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10795
10796 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10797
10798 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10799 fill_gregset): Call gdbarch_tdep() just once, assign result to
10800 variable and use that, instead of calling the function several
10801 times.
10802
10803 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10804
10805 * configure.host: Accept sparcv9 as alias for sparc64.
10806 * configure.tgt: Likewise.
10807
10808 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10809
10810 * solib-aix5.c (build_so_list_from_mapfile)
10811 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10812 arguments is not reversed.
10813 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10814 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10815
10816 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10817
10818 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10819 modified version of obsolete sh_fetch_pseudo_register.
10820 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10821 (sh4_register_read): New function.
10822 (sh_pseudo_register_write): New function. Renamed and modified
10823 version of obsolete sh_store_pseudo_register.
10824 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10825 (sh4_register_write): New function.
10826 (sh_gdbarch_init): Remove setting of gdbarch function
10827 fetch_pseudo_register and store_pseudo_register. Remove setting of
10828 register_convert_to_raw, register_convert_to_virtual,
10829 register_convertible.
10830 (sh_sh4_register_convertible): Delete. No longer needed. All is
10831 taken care by architecture specific functions
10832 register_read/register_write.
10833 (sh_sh4_register_convert_to_virtual): Make static.
10834 (sh_sh4_register_convert_to_raw): Ditto.
10835
10836 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10837
10838 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10839 (floatformat_is_nan, floatformat_mantissa): Ditto.
10840
10841 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10842 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10843 builtin_type_ieee_double_little,
10844 builtin_type_ieee_double_littlebyte_bigword,
10845 builtin_type_m68881_ext, builtin_type_i960_ext,
10846 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10847 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10848 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10849 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10850
10851 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
10852
10853 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10854 parameter. Set frameless flag if it exists and depended of
10855 whether the scanned function is frameless or not.
10856 (xstormy16_skip_prologue): If function is frameless, return
10857 result of xstormy16_scan_prologue().
10858 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10859 call.
10860
10861 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
10862
10863 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10864 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10865 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10866 sh_sh4_register_byte, sh_sh4_register_raw_size,
10867 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10868 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10869 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10870 sh_store_pseudo_register, sh_do_pseudo_register): Call
10871 gdbarch_tdep() just once, assign result to variable and use that,
10872 instead of calling the function several times.
10873
10874 2002-01-20 Mark Kettenis <kettenis@gnu.org>
10875
10876 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10877 macros instead of LAST_FPU_CTRL_REGNUM.
10878 (store_register): Likewise.
10879
10880 2002-01-21 Jim Blandy <jimb@redhat.com>
10881
10882 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10883 is up-to-date before running the program, not just when a program
10884 exits.
10885
10886 2002-01-21 Fred Fish <fnf@redhat.com>
10887
10888 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10889 when we have found all instructions we are looking for.
10890
10891 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10892
10893 * arm-tdep.c (arm_register_name): New function.
10894 (arm_registers_names): Make static.
10895 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10896 (arm_register_name): Declare.
10897 (REGISTER_NAME): Use it.
10898
10899 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
10900 Kevin Buettner <kevinb@redhat.com>
10901
10902 Convert arm targets to new FRAME interface.
10903 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10904 (arm_frame_find_save_regs): Delete.
10905 (arm_frame_init_saved_regs): New.
10906 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10907 Allocate extra_info as required. Convert all uses of fsr.regs
10908 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10909 to use extra_info.
10910 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10911 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10912 (check_prologue_cache, save_prologue_cache): Likewise.
10913 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10914 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10915 (FRAME_FIND_SAVED_REGS): Delete.
10916 (arm_frame_find_saved_regs): Delete prototype.
10917 (arm_frame_init_saved_regs): New prototype.
10918 (FRAME_INIT_SAVED_REGS): Define.
10919
10920 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10921
10922 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10923
10924 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10925
10926 From Jeff Law <law@redhat.com>:
10927 * infttrace.c: Include <sys/pstat.h>.
10928 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10929 exec file if the ttrace equivalent fails.
10930
10931 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10932
10933 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10934 (closeLogFile): Ditto.
10935
10936 2002-01-20 Michael Chastain <mec@shout.net>
10937
10938 * top.c (print_gdb_version): Bump copyright year to 2002.
10939
10940 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10941
10942 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10943 Zannoni and Eli Zaretskii.
10944
10945 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10946
10947 * buildsym.c: Update copyright years.
10948 * c-typeprint.c: Likewise.
10949 * dwarf2read.c: Likewise.
10950 * f-typeprint.c: Likewise.
10951 * gdbtypes.c: Likewise.
10952 * gdbtypes.h: Likewise.
10953 * hp-symtab-read.c: Likewise.
10954 * hpread.c: Likewise.
10955 * mdebugread.c: Likewise.
10956 * p-typeprint.c: Likewise.
10957
10958 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10959
10960 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10961 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10962 byte-order selectable.
10963 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10964 * arch-utils.c: Ditto.
10965 (set_endian): Ditto.
10966 (set_endian_from_file): Ditto.
10967 * gdbserver/low-sim.c (create_inferior): Ditto.
10968 * gdbarch.sh: Ditto.
10969 * gdbarch.h: Re-generate.
10970 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10971 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10972 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10973 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10974 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10975 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10976 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
10977 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10978 macro definition.
10979 * config/mips/tm-wince.h: Remove #undef of macro
10980 TARGET_BYTE_ORDER_SELECTABLE.
10981 * config/sh/tm-wince.h: Ditto.
10982
10983 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10984
10985 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10986 member function fields. Add accessor macro
10987 TYPE_FN_FIELD_ARTIFICIAL.
10988 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10989 * c-typeprint.c (c_type_print_base): Skip artificial member
10990 functions.
10991
10992 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10993
10994 * f-typeprint.c: Delete unused function f_type_print_args.
10995 * p-typeprint.c: Delete unused function pascal_type_print_args.
10996
10997 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
10998
10999 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11000 comment. Add ``artificial'' to ``union field_location''.
11001
11002 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11003
11004 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11005 * mdebugread.c (parse_symbol): Likewise.
11006 * stabsread.c (define_symbol): Likewise.
11007 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11008 initializing TYPE_FIELD_BITPOS to n (obsolete).
11009 (hpread_doc_function_type): Likewise.
11010 * hpread.c (hpread_function_type): Likewise.
11011
11012 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11013
11014 * configure.in (host_makefile_frag): Only require a host makefile
11015 fragment when a native build.
11016 * configure: Re-generate.
11017
11018 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11019
11020 * doublest.h (floatformat_from_type): Declare.
11021 * doublest.c (floatformat_from_type): New function.
11022 (convert_typed_floating): Use.
11023
11024 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11025 call to function floatformat_from_type.
11026
11027 * gdbarch.sh (IEEE_FLOAT): Delete.
11028 * gdbarch.h, gdbarch.c: Re-generate.
11029 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11030 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11031 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11032 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11033 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11034 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11035 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11036 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11037 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11038 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11039 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11040 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11041
11042 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11043 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11044 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11045 * sh-tdep.c (sh_gdbarch_init): Ditto.
11046 * mips-tdep.c (mips_gdbarch_init): Ditto.
11047 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11048 * cris-tdep.c (cris_gdbarch_init): Ditto.
11049
11050 2002-01-20 Jiri Smid <smid@suse.cz>
11051
11052 * configure.host, configure.tgt: Support x86-64.
11053 * NEWS: Note new target x86-64.
11054
11055 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11056 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11057 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11058 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11059 x86-64-linux-nat.o): Fix dependencies.
11060
11061 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11062
11063 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11064 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11065 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11066 * config/sparc/xm-sun4os4.h: Delete file.
11067 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11068
11069 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11070
11071 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11072 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11073 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11074 * config/i386/i386lynx.mh (XM_FILE): Delete.
11075 * config/rs6000/xm-rs6000ly.h: Delete file.
11076 * config/sparc/xm-sparclynx.h: Delete file.
11077 * config/m68k/xm-m68klynx.h: Delete file.
11078 * config/i386/xm-i386lynx.h: Delete file.
11079 * config/xm-lynx.h: Delete file.
11080 * config/djgpp/fnchange.lst: Update.
11081
11082 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11083
11084 * alpha-tdep.c (alpha_register_byte): New function.
11085 (alpha_register_raw_size): Ditto.
11086 (alpha_register_virtual_size): Ditto.
11087 (alpha_skip_prologue_internal): Renamed from
11088 alpha_skip_prologue.
11089 (alpha_skip_prologue): New version that calls
11090 alpha_skip_prologue_internal.
11091 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11092 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11093 second argument from alpha_skip_prologue.
11094 (REGISTER_BYTE): Use alpha_register_byte.
11095 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11096 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11097 (FRAMELESS_FUNCTION_INVOCATION): Use
11098 generic_frameless_function_invocation_not.
11099 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11100 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11101
11102 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11103
11104 * config/mips/xm-news-mips.h: Delete file.
11105 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11106
11107 * config/m88k/xm-m88k.h: Delete file.
11108 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11109 * config/m88k/xm-delta88v4.h: Ditto.
11110 * config/m88k/xm-delta88.h: Ditto.
11111
11112 * config/alpha/xm-fbsd.h: Delete file.
11113 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11114
11115 * config/sparc/xm-sparc.h: Delete file.
11116 * Makefile.in (xm-sun4os4.h): Delete dependency.
11117 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11118 * config/sparc/xm-sun4os4.h: Ditto.
11119 * config/sparc/xm-linux.h: Ditto.
11120
11121 * config/i386/xm-windows.h: Delete file.
11122
11123 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11124
11125 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11126 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11127
11128 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11129
11130 * alpha-tdep.c (alpha_call_dummy_words): New.
11131 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11132 (CALL_DUMMY_P): Define.
11133 (CALL_DUMMY_WORDS): Define.
11134 (SIZEOF_CALL_DUMMY_WORDS): Define.
11135
11136 2002-01-19 Per Bothner <per@bothner.com>
11137
11138 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11139 isn't NULL, which can happen with some gcj-3.x-produced code.
11140
11141 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11142
11143 * alpha-tdep.c (alpha_register_virtual_type): New function.
11144 (alpha_init_frame_pc_first): Ditto.
11145 (alpha_fix_call_dummy): Ditto.
11146 (alpha_store_struct_return): Ditto.
11147 (alpha_extract_struct_value_address): Ditto.
11148 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11149 alpha_register_virtual_type.
11150 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11151 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11152 alpha_extract_struct_value_address.
11153 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11154 (INIT_FRAME_PC): Use init_frame_pc_noop.
11155 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11156
11157 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11158
11159 * i386gnu-nat.c: Include "i386-tdep.h".
11160 (fetch_fpregs): Simplify code dealing with uninitialized floating
11161 point states such that it doesn't require FP7_REGNUM.
11162
11163 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11164
11165 * alpha-tdep.c (frame_extra_info): New.
11166 (alpha_find_saved_regs): Make static. Use
11167 frame->extra_info.
11168 (alpha_frame_init_saved_regs): New function.
11169 (alpha_frame_saved_pc): Use frame->extra_info.
11170 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11171 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11172 (init_extra_frame_info): Rename to...
11173 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11174 (alpha_print_extra_frame_info): New function.
11175 (alpha_frame_locals_address): Ditto.
11176 (alpha_frame_args_address): Ditto.
11177 (alpha_pop_frame): Use frame->extra_info.
11178 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11179 alpha_frame_args_address.
11180 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11181 (alpha_find_saved_regs): Remove prototype.
11182 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11183 (EXTRA_FRAME_INFO): Remove.
11184 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11185 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11186
11187 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11188
11189 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11190 (alpha_cannot_fetch_register): Ditto.
11191 (alpha_cannot_store_register): Ditto.
11192 (alpha_register_convertible): Ditto.
11193 (alpha_use_struct_convention): Ditto.
11194 * config/alpha/tm-alpha.h: Update copyright years.
11195 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11196 (INNER_THAN): Use core_addr_lessthan.
11197 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11198 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11199 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11200 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11201 (FRAME_CHAIN): Remove unnecessary cast.
11202
11203 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11204
11205 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11206 obsolete.
11207
11208 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11209
11210 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11211 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11212 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11213 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11214 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11215 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11216 * x86-64-linux-nat.c: Ditto.
11217
11218 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11219
11220 * alpha-tdep.c (alpha_register_name): New function.
11221 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11222 (REGISTER_NAME): Define.
11223
11224 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11225
11226 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11227
11228 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11229
11230 * alpha-tdep.c: Update copyright years.
11231 (alpha_next_pc): New function.
11232 (alpha_software_single_step): Ditto.
11233 * config/alpha/tm-alpha.h: Add prototype for
11234 alpha_software_single_step.
11235
11236 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11237
11238 * alphabsd-nat.c: Update copyright years.
11239 (fill_gregset): Use regcache_collect.
11240 (fill_fpregset): Likewise.
11241 (fetch_inferior_registers): Only fetch integer registers
11242 if requested to do so.
11243 (store_inferior_registers): Only store integer registers
11244 if requested to do so.
11245
11246 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11247
11248 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11249 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11250 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11251 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11252 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11253 * config/arm/linux.mh (XDEPFILES): Delete.
11254 * config/arm/nbsd.mh (XDEPFILES): Delete.
11255 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11256 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11257 * config/i386/i386m3.mh (XDEPFILES): Delete.
11258 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11259 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11260 * config/i386/fbsd.mh (XDEPFILES): Delete.
11261 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11262 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11263 * config/i386/i386v4.mh (XDEPFILES): Delete.
11264 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11265 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11266 * config/i386/i386aix.mh (XDEPFILES): Delete.
11267 * config/i386/go32.mh (XDEPFILES): Delete.
11268 * config/i386/cygwin.mh (XDEPFILES): Delete.
11269 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11270 * config/i386/i386mach.mh (XDEPFILES): Delete.
11271 * config/i386/i386v32.mh (XDEPFILES): Delete.
11272 * config/i386/linux.mh (XDEPFILES): Delete.
11273 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11274 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11275 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11276 * config/i386/i386sco.mh (XDEPFILES): Delete.
11277 * config/i386/i386v.mh (XDEPFILES): Delete.
11278 * config/i386/nbsd.mh (XDEPFILES): Delete.
11279 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11280 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11281 * config/i386/symmetry.mh (XDEPFILES): Delete.
11282 * config/i386/obsd.mh (XDEPFILES): Delete.
11283 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11284 * config/ia64/linux.mh (XDEPFILES): Delete.
11285 * config/ia64/aix.mh (XDEPFILES): Delete.
11286 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11287 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11288 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11289 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11290 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11291 * config/m68k/linux.mh (XDEPFILES): Delete.
11292 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11293 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11294 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11295 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11296 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11297 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11298 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11299 * config/m88k/delta88.mh (XDEPFILES): Delete.
11300 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11301 * config/m88k/m88k.mh (XDEPFILES): Delete.
11302 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11303 * config/mips/linux.mh (XDEPFILES): Delete.
11304 * config/mips/irix6.mh (XDEPFILES): Delete.
11305 * config/mips/irix5.mh (XDEPFILES): Delete.
11306 * config/mips/irix4.mh (XDEPFILES): Delete.
11307 * config/mips/irix3.mh (XDEPFILES): Delete.
11308 * config/mips/decstation.mh (XDEPFILES): Delete.
11309 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11310 (NATDEPFILES): Move core-aout.o to here.
11311 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11312 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11313 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11314 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11315 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11316 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11317 * config/pa/hpux11.mh (XDEPFILES): Delete.
11318 * config/powerpc/aix.mh (XDEPFILES): Delete.
11319 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11320 * config/powerpc/linux.mh (XDEPFILES): Delete.
11321 * config/romp/rtbsd.mh: Rename XDEPFILES.
11322 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11323 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11324 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11325 * config/s390/s390.mh (XDEPFILES): Delete.
11326 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11327 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11328 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11329 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11330 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11331 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11332 * config/sparc/linux.mh (XDEPFILES): Delete.
11333 * config/vax/vaxult.mh (XDEPFILES): Delete.
11334 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11335 * Makefile.in (DEPFILES): Remove XDEPFILES.
11336
11337 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11338
11339 * utils.c (internal_verror): Fix comments, default is yes not no.
11340 Update queries to match. Default to quit and dump core.
11341
11342 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11343
11344 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11345 copyright.
11346 * defs.h, event-top.c, gdbcmd.h: Ditto.
11347 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11348 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11349 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11350 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11351 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11352 * mi/mi-main.c:Ditto.
11353
11354 * stack.c, symfile.c: Update copyright.
11355
11356 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11357
11358 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11359 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11360 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11361 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11362
11363 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11364
11365 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11366 * gdbserver/low-lynx.c (myattach): Likewise.
11367 * gdbserver/low-nbsd.c (myattach): Likewise.
11368 * gdbserver/low-sim.c (myattach): Likewise.
11369 * gdbserver/low-sparc.c (myattach): Likewise.
11370 * gdbserver/low-sun3.c (myattach): Likewise.
11371
11372 * gdbserver/low-linux.c (myattach): New function.
11373
11374 * gdbserver/server.c (attach_inferior): New function.
11375 (main): Handle "--attach".
11376
11377 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11378
11379 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11380 maintainer.
11381
11382 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11383
11384 * c-typeprint.c (is_type_conversion_operator): Add additional
11385 check for non-conversion operators.
11386
11387 2002-01-15 Michael Snyder <msnyder@redhat.com>
11388
11389 * linux-proc.c: Add "info proc" command, a la procfs.c.
11390 (read_mapping): New function, abstract and re-use code.
11391 (linux_find_memory_regions): Use new func read_mapping.
11392 (linux_info_proc_cmd): New function, implement "info proc".
11393 (_initialize_linux_proc): Add new command "info proc".
11394
11395 2002-01-15 Michael Snyder <msnyder@redhat.com>
11396
11397 * symfile.c (generic_load): Use bfd_map_over_sections method
11398 instead of manipulating bfd structure members directly.
11399 (add_section_size_callback): New function, bfd sections callback
11400 used by generic_load.
11401 (load_sections_callback): New function, bfd sections callback
11402 used by generic_load.
11403
11404 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11405
11406 [Based on work by Jim Blandy]
11407 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11408 (builtin_type_vec128): Export.
11409 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11410 types.
11411 (builtin_type_vec128): New builtin type for 128 bit vector
11412 registers.
11413 (build_gdbtypes): Initialize builtin_type_v16qi and
11414 builtin_type_v8hi. Create the vec128 register builtin type
11415 structure.
11416 (build_builtin_type_vec128): New function.
11417 (_initialize_gdbtypes): Register builtin_type_v16qi and
11418 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11419 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11420 AltiVec register to new builtin type.
11421
11422 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11423
11424 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11425 to make_cv_type.
11426
11427 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11428
11429 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11430 CLEAN_UP_REGISTER_VALUE.
11431 * regcache.c (supply_register): Update only call.
11432
11433 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11434
11435 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11436 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11437 a29k-*-vxworks* targets as obsolete.
11438
11439 2002-01-14 Michael Snyder <msnyder@redhat.com>
11440
11441 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11442 until we can resolve portability issues.
11443 * gregset.h: Remove references to fpxregs.
11444 * gcore.c (gcore_command): Initialize note_sec to NULL.
11445
11446 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11447
11448 * signals.c (target_signal_to_name): Rewrite. Only use
11449 signals[].name when in bounds and non-NULL.
11450
11451 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11452
11453 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11454 * signals.c (target_signal_to_name): Verify that SIG is within the
11455 bounds of the signals array.
11456
11457 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11458
11459 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11460
11461 2002-01-13 Keith Seitz <keiths@redhat.com>
11462
11463 * stack.c (print_frame_info_base): Print the frame's pc
11464 only if when print_frame_info_listing_hook is not defined.
11465
11466 2002-01-13 Keith Seitz <keiths@redhat.com>
11467
11468 * varobj.c (varobj_set_value): Make sure that there were no
11469 errors evaluating the object before attempting to set its
11470 value.
11471 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11472 so this offset adjustment is no longer necessary.
11473 (create_child): Don't set the error flag if the child is
11474 a CPLUS_FAKE_CHILD.
11475 (value_of_child): If value_fetch_lazy fails, return NULL
11476 so that callers will be notified that an error occurred.
11477 (c_value_of_variable): Delay check of variable's validity
11478 until later. We actually want all structs and unions to have
11479 the value "{...}".
11480 Do not return "???" for variables which could not be evaluated.
11481 This error condition must be returned to the caller so that it
11482 can get the error condition from gdb.
11483 (cplus_name_of_child): Adjust index for vptr before figuring
11484 out the name of the child.
11485 (cplus_value_of_child): If a child's (real) parent is not valid,
11486 don't even bother trying to give a value for it. Just return
11487 an error. Change all instances in this function.
11488 (cplus_type_of_child): If our parent is one of the "fake"
11489 parents, we need to get at the type of the real parent, and
11490 derive the child's true type using this information.
11491
11492 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11493
11494 From 2002-01-09 John Marshall <johnm@falch.net>:
11495 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11496 sources.redhat.com, and tweak some related URLs which had
11497 suffered from linkrot.
11498
11499 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11500
11501 From Jeff law:
11502 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11503 structures passed in registers.
11504
11505 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11506
11507 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11508 white space which prevented compilation. Reported by DSK
11509 <dsk@student.unsw.edu.au>.
11510
11511 2002-01-11 Michael Snyder <msnyder@redhat.com>
11512
11513 * symfile.c (build_section_addr_info_from_section_tab):
11514 Use bfd access method instead of manipulating bfd directly.
11515 (syms_from_objfile): Ditto.
11516 (simple_overlay_update_1): Ditto.
11517 (simple_overlay_update): Ditto.
11518 (generic_load): Ditto.
11519 (overlay_unmapped_address): FIXME comment, bfd access methods.
11520 (sections_overlap): FIXME comment, bfd access methods.
11521 (pc_in_mapped_range): FIXME comment, bfd access methods.
11522 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11523 (section_is_mapped): FIXME comment, bfd access methods.
11524 (section_is_overlay): FIXME comment, bfd access methods.
11525
11526 * symfile.c (generic_load): Whitespace and long line cleanups.
11527 Remove duplicate variable, change several local variables to
11528 more appropriate data types.
11529 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11530
11531 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11532
11533 From Peter Schauer:
11534 * language.c (longest_local_hex_string_custom): Use phex_nz to
11535 convert NUM to a hex string.
11536
11537 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11538
11539 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11540 the function.
11541 Update Copyright year.
11542
11543 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11544
11545 * language.c (longest_raw_hex_string): Delete unused function.
11546
11547 2002-01-11 Petr Sorfa <petrs@caldera.com>
11548
11549 * MAINTAINERS (write-after-approval): Add myself.
11550 * dwarf2read.c (read_tag_string_type): Handling of
11551 DW_AT_byte_size.
11552 (read_tag_string_type): FORTRAN fix to prevent propagation of
11553 first string size.
11554 (set_cu_language): Handling of DW_LANG_Fortran95
11555
11556 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11557
11558 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11559 GETPID(inferior_ptid).
11560 (store_inferior_registers): Likewise.
11561
11562 2002-01-10 Jason Merrill <jason@redhat.com>
11563
11564 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11565 Fix DW_OP_minus.
11566
11567 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11568
11569 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11570 and bfd/elf32-sh-nbsd.c.
11571
11572 2002-01-10 Michael Snyder <msnyder@redhat.com>
11573
11574 * NEWS: Mention --pid and corefile/proc-id behavior change.
11575
11576 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11577 * gcore.c: Include cli/cli-decode.h instead of command.h.
11578
11579 * main.c (captured_main): Add new command line option "--pid".
11580 If the second command line argument (following the symbol-file)
11581 begins with a digit, try to attach to it before trying to open
11582 it as a corefile.
11583 (print_gdb_help): Document the "--pid" argument.
11584
11585 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11586
11587 * completer.c (command_completer): New function.
11588
11589 * completer.h <command_completer>: Add prototype.
11590
11591 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11592 completer for the "help" command.
11593
11594 2002-01-09 Jason Merrill <jason@redhat.com>
11595
11596 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11597
11598 2002-01-09 Michael Snyder <msnyder@redhat.com>
11599
11600 * i386-linux-nat.c (fill_fpxregset): Make global.
11601 (store_fpxregset): Ditto.
11602
11603 * gregset.h (gdb_fpxregset_t): Define.
11604 (supply_fpxregset): Prototype.
11605 (fill_fpxregset): Prototype.
11606
11607 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11608
11609 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11610
11611 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11612 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11613 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11614
11615 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11616
11617 * MAINTAINERS: Update target maintainer rules so that any
11618 Maintainer can approve a tested patch for a maintenance-only
11619 target.
11620
11621 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11622
11623 * MAINTAINERS (write-after-approval): Add myself.
11624
11625 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11626 IN_SIGTRAMP.
11627
11628 2002-01-08 Michael Snyder <msnyder@redhat.com>
11629
11630 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11631 real name of the executable, rather than the /proc name.
11632
11633 2002-01-03 Michael Snyder <msnyder@redhat.com>
11634
11635 Implement a "generate-core-file" command in gdb, save target state.
11636 * gcore.c: New file. Implement new command 'generate-core-file'.
11637 Save a corefile image of the current state of the inferior.
11638 * linux-proc.c: Add linux-specific code for saving corefiles.
11639 * target.h (struct target_ops): Add new target vectors for saving
11640 corefiles; to_find_memory_regions and to_make_corefile_notes.
11641 (target_find_memory_regions): New macro.
11642 (target_make_corefile_notes): New macro.
11643 * target.c (update_current_target): Inherit new target methods.
11644 (dummy_find_memory_regions): New place-holder method.
11645 (dummy_make_corefile_notes): New place-holder method.
11646 (init_dummy_target): Initialize new dummy target vectors.
11647 * exec.c (exec_set_find_memory_regions): New function.
11648 Allow the exec_ops vector for memory regions to be taken over.
11649 (exec_make_note_section): New function, target vector method.
11650 * defs.h (exec_set_find_memory_regions): Export prototype.
11651 * procfs.c (proc_find_memory_regions): New function, corefile method.
11652 (procfs_make_note_section): New function, corefile method.
11653 (init_procfs_ops): Set new target vector pointers.
11654 (find_memory_regions_callback): New function.
11655 (procfs_do_thread_registers): New function.
11656 (procfs_corefile_thread_callback): New function.
11657 * sol-thread.c (sol_find_memory_regions): New function.
11658 (sol_make_note_section): New function.
11659 (init_sol_thread_ops): Initialize new target vectors.
11660 * inftarg.c (inftarg_set_find_memory_regions): New function.
11661 Allow to_find_memory_regions vector to be taken over.
11662 (inftarg_set_make_corefile_notes): New function.
11663 Allow to_make_corefile_notes vector to be taken over.
11664 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11665 interface layer if not target_has_execution (may be a corefile).
11666 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11667 * config/sparc/sun4sol2.mh: Ditto.
11668 * config/alpha/alpha-linux.mh: Ditto.
11669 * config/arm/linux.mh: Ditto.
11670 * config/i386/x86-64linux.mh: Ditto.
11671 * config/ia64/linux.mh: Ditto.
11672 * config/m68k/linux.mh: Ditto.
11673 * config/mips/linux.mh: Ditto.
11674 * config/powerpc/linux.mh: Ditto.
11675 * config/sparc/linux.mh: Ditto.
11676
11677 2002-01-07 Michael Snyder <msnyder@redhat.com>
11678
11679 * arm-linux-nat.c: Remove references to regcache.c internal data
11680 (registers[] and register_valid[]).
11681
11682 2002-01-07 Michael Snyder <msnyder@redhat.com>
11683
11684 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11685 so that attaching to a pid will automatically read the process's
11686 symbol file and shlibs.
11687 * Makefile.in: Add rule for linux-proc.o.
11688 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11689 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11690 * config/arm/linux.mh: Ditto.
11691 * config/i386/linux.mh: Ditto.
11692 * config/i386/x86-64linux.mh: Ditto.
11693 * config/ia64/linux.mh: Ditto.
11694 * config/m68k/linux.mh: Ditto.
11695 * config/mips/linux.mh: Ditto.
11696 * config/powerpc/linux.mh: Ditto.
11697 * config/sparc/linux.mh: Ditto.
11698
11699 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11700
11701 * win32-nat.c: Add i386-tdep.h dependency.
11702
11703 2002-01-07 Michael Snyder <msnyder@redhat.com>
11704
11705 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11706 instead of bfd_get_arch_size. Don't bail out just because
11707 there's no exec_bfd.
11708
11709 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11710 * p-valprint.c (pascal_object_print_value): Ditto.
11711 * somread.c (som_symtab_read): Ditto.
11712 * symfile.c (simple_free_overlay_region_table): Ditto.
11713 * valops.c (value_assign): Ditto.
11714
11715 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11716 use tilde_expand and strerror for opening save-tracepoints file.
11717
11718 * thread-db.c (thread_db_new_objfile): Indendation fix.
11719
11720 * infptrace.c (GDB_MAX_ALLOCA): New define.
11721 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11722 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11723 can be overridden with whatever value is appropriate to the host).
11724 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11725 alloca to allocate potentially large buffer.
11726 * rs6000-nat.c (child_xfer_memory): Ditto.
11727 * symm-nat.c (child_xfer_memory): Ditto.
11728 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11729
11730 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11731
11732 From Nick Clifton <nickc@redhat.com>
11733 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11734
11735 2002-01-07 Michael Snyder <msnyder@redhat.com>
11736
11737 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11738 Don't use exec_bfd if it's NULL.
11739
11740 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11741
11742 * valops.c (value_arg_coerce): Fix formatting.
11743
11744 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11745
11746 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11747 * gnu-nat.c: Ditto.
11748
11749 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11750
11751 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11752 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11753 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11754 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11755 z8k-coff have not been multi-arched. Update z8k-coff build
11756 status.
11757
11758 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11759
11760 * MAINTAINERS: Mark a29k target as obsolete.
11761 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11762 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11763 comments.
11764 * NEWS: Note that a29k targets are obsolete.
11765 * a29k-tdep.c: Mark as obsolete.
11766 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11767 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11768 a29k-*-vxworks* targets as obsolete.
11769 * remote-adapt.c: Obsolete.
11770 * remote-eb.c: Obsolete.
11771 * remote-mm.c: Obsolete.
11772 * remote-udi.c: Obsolete.
11773 * config/a29k/a29k-udi.mt: Obsolete.
11774 * config/a29k/a29k.mt: Obsolete.
11775 * config/a29k/tm-a29k.h: Obsolete.
11776 * config/a29k/tm-vx29k.h: Obsolete.
11777 * config/a29k/vx29k.mt: Obsolete.
11778
11779 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11780
11781 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11782 with BFD_ENDIAN_BIG.
11783
11784 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11785
11786 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11787 * configure, config.in: Re-generate.
11788 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11789 * defs.h: Do not include <endian.h>.
11790
11791 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11792
11793 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11794 * config.in: Regenerate.
11795 * configure.in: Update copyright years.
11796 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11797 * configure: Regenerate.
11798 * i386bsd-nat.c: Update copyright years.
11799 (fill_gregset): Use regcache_collect.
11800 (fetch_inferior_registers): Only fetch integer registers
11801 if requested to do so. Add support for XMM registers
11802 using PT_GETXMMREGS.
11803 (store_inferior_registers): Only store integer registers
11804 if requested to do so. Add support for XMM registers
11805 using PT_SETXMMREGS.
11806 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11807 (store_inferior_registers): Remove.
11808 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11809 (fetch_elfcore_registers): New function.
11810 (i386nbsd_elfcore_fns): New.
11811 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11812 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11813 i386bsd-nat.o.
11814 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11815 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11816 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11817 * config/i386/tm-nbsd.h: Update copyright years.
11818 (HAVE_SSE_REGS): Define.
11819 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11820 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11821 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11822 (SIGCONTEXT_PC_OFFSET): Remove.
11823 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11824
11825 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11826
11827 * configure.tgt: Remove powerpc-*-macos* target.
11828 * config/m68k/xm-mpw.h: Delete file.
11829 * config/xm-mpw.h: Delete file.
11830 * ser-mac.c: Delete file.
11831 * mpw-make.sed: Delete file.
11832 * mpw-config.in: Delete file.
11833 * mac-xdep.c: Delete file.
11834 * mac-gdb.r: Delete file.
11835 * mac-defs.h: Delete file.
11836 * mac-nat.c: Delete file.
11837 * config/powerpc/macos.mh: Delete file.
11838 * config/powerpc/macos.mt: Delete file.
11839 * config/powerpc/nm-macos.h: Delete file.
11840 * config/powerpc/tm-macos.h: Delete file.
11841 * source.c (openp, open_source_file): Remove obsolete code.
11842 * top.c (gdb_readline): Ditto.
11843 * utils.c (query): Ditto.
11844 * event-top.c (display_gdb_prompt): Ditto.
11845 * Makefile.in (ser-mac.o): Delete obsolete target.
11846 * NEWS: Update.
11847
11848 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11849
11850 * defs.h (BIG_ENDIAN): Delete macro definition.
11851 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11852 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11853 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11854 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11855 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11856 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11857 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11858 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11859 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11860 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11861 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11862 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11863 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11864 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11865 * gdbarch.c: Re-generate.
11866
11867 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11868
11869 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11870 for core files.
11871
11872 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11873
11874 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11875
11876 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11877
11878 * value.h (value_ptr): Delete typedef.
11879
11880 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11881
11882 * i386nbsd-nat.c: Update copyright years.
11883 Include i386-tdep.h.
11884
11885 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
11886
11887 * stabsread.c: Update copyright years.
11888
11889 From Debashis Mahata <debashis.mahata@wipro.com>:
11890 (read_struct_fields): Deal with Sun C compiler erroneous stab
11891 output for structs and unions.
11892 Fix PR gdb/269.
11893
11894 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11895
11896 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11897 prototype.
11898
11899 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11900
11901 * cp-abi.c: Fix whitespace.
11902 (baseclass_offset): New wrapper function.
11903 * cp-abi.h (baseclass_offset): Add prototype.
11904 (struct cp_abi_ops): Add baseclass_offset pointer.
11905
11906 * valops.c (vb_match): Move to...
11907 * gnu-v2-abi.c (vb_match): here.
11908 * valops.c (baseclass_offset): Move to...
11909 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11910
11911 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11912
11913 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11914 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11915 * hpacc-abi.c (init_hpacc_ops): Likewise.
11916
11917 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
11918
11919 * valops.c (find_overload_match): Accept obj as a
11920 reference parameter. Update it before returning.
11921 * value.h (find_overload_match): Update prototype.
11922 * eval.c (evaluate_subexp_standard): Pass object to
11923 find_overload_match by reference.
11924
11925 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11926
11927 * valarith.c: Replace value_ptr with struct value pointer. Remove
11928 register attribute from value declarations.
11929 * valops.c: Ditto.
11930 * value.h: Ditto.
11931 * scm-lang.c (scm_lookup_name): Ditto.
11932
11933 2002-01-03 Michael Snyder <msnyder@redhat.com>
11934
11935 Abstract the functionality of iterating over mapped memory
11936 regions into a general purpose iterator function.
11937 * procfs.c (iterate_over_mappings): New function, general purpose
11938 iterator for memory sections.
11939 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11940 (solib_mappings_callback): New function, callback for above.
11941 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11942 (info_mappings_callback): New function, callback for above.
11943
11944 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11945
11946 2002-01-01 Mark Kettenis <kettenis@gnu.org>
11947
11948 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11949 * i386-tdep.c: Include "elf-bfd.h".
11950 (process_note_abi_tag_sections): New function.
11951 (i386_gdbarch_init): Add code to recognize various OS/ABI
11952 combinations.
11953
11954 * maint.c (_initialize_maint_cmds): Add missing \ in
11955 string-literal.
11956
11957 For older changes see ChangeLog-2001
11958 \f
11959 Local Variables:
11960 mode: change-log
11961 left-margin: 8
11962 fill-column: 74
11963 version-control: never
11964 End: