2002-10-23 David Carlton <carlton@math.stanford.edu>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-23 David Carlton <carlton@math.stanford.edu>
2
3 * linespec.c: #include "parser-defs.h".
4 Delete prototype for find_template_name_end.
5 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
6
7 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
8
9 * NEWS: add recent mi fixes.
10 * varobj.c (struct varobj): Add new "updated" flag.
11 (new_variable): Default "updated" flag to 0.
12 (varobj_set_value): Set "updated" flag to 1 if value
13 changes.
14 (varobj_update): Check varobj "updated" flag before
15 comparing old and refreshed values. Fix for
16 PR gdb/702.
17
18 2002-10-23 David Carlton <carlton@math.stanford.edu>
19
20 * parse.c (parse_exp_1): Use BLOCK_START.
21 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
22 SYMBOL_BLOCK_VALUE.
23 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
24
25 2002-10-23 David Carlton <carlton@math.stanford.edu>
26
27 * symtab.c: Delete cplusplus_hint.
28 Delete prototype for find_template_name_end.
29
30 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
31
32 * symtab.h: Update comment.
33
34 2002-10-23 Michael Snyder <msnyder@redhat.com>
35
36 * printcmd.c (address_info): Restore quotes in output.
37 * valops.c (value_of_local): Restore quotes in error message.
38
39 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
40
41 * symtab.c (symbol_demangled_name): New function.
42 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
43 turning most of it into a function.
44 (symbol_demangled_name): Export.
45
46 2002-10-23 Michael Snyder <msnyder@redhat.com>
47
48 * valops.c (value_of_local): Restore quotes in error message.
49
50 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
51
52 * symtab.c (symbol_init_language_specific): New function.
53 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
54 turning most of it into a function.
55 (symbol_init_language_specific): Export.
56
57 2002-10-23 David Carlton <carlton@math.stanford.edu>
58
59 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
60 (dwarf_attr_name): Ditto.
61 (dwarf_type_encoding_name): Ditto.
62 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
63 (process_die): Handle DW_TAG_namespace,
64 DW_TAG_imported_declaration, DW_TAG_imported_module.
65 (read_namespace): New function.
66
67 2002-10-22 Joel Brobecker <brobecker@gnat.com>
68
69 * configure.in: Define NEW_PROC_API on Interix too.
70 * configure: Regenerate.
71
72 2002-10-21 Joel Brobecker <brobecker@gnat.com>
73
74 * configure: Regenerate using the proper version of autoconf.
75
76 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
77
78 * findvar.c (read_var_value): Temporarily disable TLS code, until
79 complete TLS support is added.
80
81 2002-10-21 Jim Blandy <jimb@redhat.com>
82 Elena Zannoni <ezannoni@redhat.com>
83
84 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
85 for thread local storage locations.
86 (struct symbol): Add objfile field.
87 (SYMBOL_OBJFILE): Define.
88 * dwarf2read.c (is_thread_local): New static variable.
89 (new_symbol): If variable is in thread local fill in address class
90 and objfile appropriately.
91 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
92 stack operation.
93 * printcmd.c (address_info): Print the information for thread
94 local storage variable.
95 * findvar.c (read_var_value): In case of thread local variable,
96 defer to the target vector code to compute address.
97
98 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
99
100 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
101 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
102
103 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
104
105 * symtab.h (address_class): Rename
106 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
107 * hpread.c (hpread_process_one_debug_symbol): Ditto.
108 * printcmd.c (address_info): Ditto.
109 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
110
111 2002-10-20 Mark Kettenis <kettenis@gnu.org>
112
113 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
114 DBREG_DRX macro to acces debug registers.
115
116 * Makefile.in (i386obsd-tdep.o): New target.
117
118 * solib-sunos.c: Include "bcache.h" and "regcache.h".
119 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
120
121 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
122 * config/i386/obsd.mt: New file.
123 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
124 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
125 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
126 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
127 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
128 * i386obsd-tdep.c: New file.
129
130 2002-10-19 Adam Fedor <fedor@gnu.org>
131
132 * objc-exp.y (name_not_typename): Fix invalid comment.
133
134 2002-10-20 Mark Kettenis <kettenis@gnu.org>
135
136 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
137 to allocate partial syms and macro byte caches.
138
139 2002-10-18 David Carlton <carlton@math.stanford.edu>
140
141 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
142
143 2002-10-18 Adam Fedor <fedor@gnu.org>
144
145 * stabsread.c (find_name_end): New function.
146 (define_symbol): Use it.
147
148 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
149
150 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
151 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
152 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
153 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
154
155 2002-10-17 David Carlton <carlton@math.stanford.edu>
156
157 * symfile.h: Add opaque declaration for struct obstack.
158 Declare obsavestring to take a const char *.
159 * symfile.c (obsavestring): Make first argument a const char *.
160
161 2002-10-16 Adam Fedor <fedor@gnu.org>
162
163 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
164 names when matching breakpoints in current file.
165
166 2002-10-16 Kevin Buettner <kevinb@redhat.com>
167
168 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
169 (read_tag_pointer_type): Add address class support.
170 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
171 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
172 New methods.
173 * gdbarch.h, gdbarch.c: Regenerate.
174 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
175 (make_type_with_address_space, recursive_type_dump): Add address
176 class support.
177 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
178 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
179 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
180
181 2002-10-16 Klee Dienes <kdienes@apple.com>
182
183 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
184 to get the last character of a char[] buffer, not
185 name[sizeof(vptr_name)-1].
186
187 2002-10-14 Adam Fedor <fedor@gnu.org>
188
189 * symtab.h: New objc_specific struct.
190 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
191 (SYMBOL_DEMANGLED_NAME): Likewise.
192
193 2002-10-14 Adam Fedor <fedor@gnu.org>
194
195 * symfile.c (init_filename_language_table): Add ObjC file extension.
196
197 2002-10-14 Adam Fedor <fedor@gnu.org>
198
199 * utils.c (puts_filtered_tabular): New function.
200 (fprintf_symbol_filtered): Get ObjC demangled name.
201 * defs.h (puts_filtered_tabular): Declared.
202
203 2002-10-14 Kevin Buettner <kevinb@redhat.com>
204
205 * c-lang.h (c_type_print_varspec_prefix): Delete.
206 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
207 ``need_post_space'' parameter. Adjust all callers.
208
209 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
210
211 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
212 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
213 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
214 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
215
216 2002-10-13 Adam Fedor <fedor@gnu.org>
217
218 * source.c (print_source_lines): Update comments.
219
220 2002-10-13 Adam Fedor <fedor@gnu.org>
221
222 * valops.c (value_of_local): New function.
223 (value_of_this): Use it.
224 * value.h (value_of_local): Declared.
225
226 2002-10-13 Adam Fedor <fedor@gnu.org>
227
228 * parse.c: (length_of_subexp, prefixify_subexp): Handle
229 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
230
231 2002-10-12 Adam Fedor <fedor@gnu.org>
232
233 * language.c (binop_result_type): Add language_objc to case.
234 (integral_type): Likewise.
235 (character_type): Likewise.
236 (string_type): Likewise.
237 (boolean_type): Likewise.
238 (structured_type): Likewise.
239 (binop_type_check): Likewise.
240
241 2002-10-11 Adam Fedor <fedor@gnu.org>
242
243 * printcmd.c (address_info): Print 'self' for ObjC.
244
245 2002-10-11 Adam Fedor <fedor@gnu.org>
246
247 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
248 OP_SELF.
249
250 2002-10-11 Adam Fedor <fedor@gnu.org>
251
252 * language.h (CAST_IS_CONVERSION): Add language_objc.
253
254 2002-10-11 Adam Fedor <fedor@gnu.org>
255
256 * defs.h (enum language): Add language_objc.
257
258 2002-10-11 Klee Dienes <kdienes@apple.com>
259
260 * findvar.c (read_memory_typed_address): New function.
261 * gdbcore.h (read_memory_typed_address): Add prototype.
262 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
263 to read a value destined for a CORE_ADDR, not read_memory_integer.
264 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
265 (f77_get_dynamic_lowerbound): Ditto.
266
267 2002-10-11 Martin M. Hunt <hunt@redhat.com>
268
269 * utils.c (string_to_core_addr): After turning string into
270 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
271 which will do necessary sign-extension, etc.
272
273 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
274
275 * c-exp.y (THIS): Delete token and grammar rule.
276 (yylex): Don't return THIS.
277 * cp-valprint.c (vtbl_ptr_name_old): Delete.
278 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
279 * demangle.c (cplus_markers): Update comment. Put '$'
280 first. Remove CPLUS_MARKER.
281 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
282 * jv-exp.y (THIS): Delete token and grammar rule.
283 (yylex): Don't return THIS.
284 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
285 * objc-exp.y (THIS): Delete token and grammar rule.
286 (yylex): Don't return THIS.
287 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
288 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
289 (read_member_functions): Likewise for opname.
290 (read_tilde_fields): Use is_cplus_marker.
291
292 * defs.h (CPLUS_MARKER): Don't define.
293 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
294 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
295 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
296 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
297 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
298
299 * config/i386/tm-i386v4.h: Delete file.
300 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
301 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
302 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
303 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
304 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
305 * config/i386/i386sco5.mt (TM_FILE): Likewise.
306 * config/i386/i386v4.mt (TM_FILE): Likewise.
307 * config/i386/ncr3000.mt (TM_FILE): Likewise.
308
309 2002-10-10 Marko Mlinar <markom@opencores.org>
310
311 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
312 accidentially not commited 2002-10-09
313 * gdbarch.h, gdbarch.c: Re-generate.
314
315 2002-10-09 Marko Mlinar <markom@opencores.org>
316
317 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
318 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
319 * gdbarch.h, gdbarch.c: Re-generate.
320
321 2002-10-08 Petr Sorfa <petrs@caldera.com>
322
323 Revised and re-submitted by John Wolfe <jlw@caldera.com>
324
325 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
326 so we can work on more than one compilation unit at a time. This
327 helps prepare GDB to handle inter-CU die references.
328 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
329 the code to be defined before struct comp_unit_head.
330 (comp_unit_head): Added new members - offset, cu_head,
331 begin_die, next and dwarf2_abbrevs.
332 (dwarf2_abbrevs): Removed single static var; now member of
333 struct comp_unit_head.
334 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
335 members.
336 (psymtab_to_symtab_1): Changed to work with the new
337 struct comp_unit_head.
338 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
339 constructs the dwarf2_abbrevs[] inside the cu_header.
340 (dwarf2_empty_abbrev_table): Now expects a ptr to a
341 dwarf2_abbrev table to clean up.
342 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
343 handling of dwarf2_abbrevs inside the cu_header.
344 (read_partial_die): Now supports the call to the new
345 dwarf2_lookup_abbrev.
346 (read_full_die): Now supports the call to the new
347 dwarf2_lookup_abbrev.
348
349 2002-10-06 Christopher Faylor <cgf@redhat.com>
350
351 * Makefile.in (install-gdbtk): Add missing continuation backslash to
352 insure that shell variables, such as "transformed_name" are propagated
353 to later shell statements in rule.
354
355 2002-10-06 Mark Kettenis <kettenis@gnu.org>
356
357 * config/i386/nm-i386sco.h: Add protection against
358 multiple-inclusion. Include "i386/nm-i386v.h".
359 (REGISTER_U_ADDR): Remove define.
360 (i386_register_u_addr): Remove prototype.
361
362 2002-10-04 Michael Snyder <msnyder@redhat.com>
363
364 * m32r-stub.c (handle_exception): Make sure exception is "trap"
365 before treating it as a single-step event.
366
367 2002-10-03 Adam Fedor <fedor@gnu.org>
368
369 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
370 (objc_demangle): Remove assignment in if statements, Replace
371 free with xfree.
372 (add_msglist): Likewise.
373 (end_msglist): Likewise.
374 (complare_selectors): Likewise.
375 (selectors_info): Likewise.
376 (compare_classes): Likewise.
377 (classes_info): Likewise.
378 (print_object_command): Likewise.
379 (find_objc_msgcall_submethod): Replace PTR with void *.
380 * objc-lang.h: Remove check for __STDC__.
381
382 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
383
384 * ui-out.h (ui_out_field_fmt_int): New prototype.
385 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
386 of field width and alignment.
387 * stack.c (print_frame_info_base): When printing frame level, use
388 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
389 PR gdb/192
390
391 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
392
393 * MAINTAINERS: Add self to Write After Approval list.
394
395 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
396
397 * infcmd.c (interrupt_target_command_wrapper): Delete.
398 (interrupt_target_command): Make non static.
399 (nofp_registers_info): Make static.
400 * stack.c (return_command_wrapper): Delete.
401 (return_command): Make non static.
402
403 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
404
405 * event-top.c (gdb_setup_readline): New function. Code moved from
406 _initialize_event_loop().
407 (_initialize_event_loop): Call gdb_setup_readline().
408
409 2002-10-02 Andrew Cagney <ac131313@redhat.com>
410
411 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
412 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
413 * gdbarch.h, gdbarch.c: Re-generate.
414
415 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
416
417 Fix PR gdb/778
418 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
419 before recursing.
420 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
421 of fill_in_vptr_fieldno.
422
423 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
424
425 * inferior.h (registers_info, stepi_command, nexti_command,
426 continue_command, interrupt_target_command): Export from infcmd.c.
427 * frame.h (args_info, selected_frame_level_changed_hook,
428 return_command): Export from stack.c.
429 * v850ice.c (stepi_command, nexti_command, continue_command): use
430 prototypes from inferior.h.
431 * tracepoint.c (registers_info, args_info, locals_info): Use
432 prototypes from frame.h and inferior.h.
433 * Makefile.in (mi-main.o): Add dependency on frame.h.
434
435 2002-10-02 Andrew Cagney <ac131313@redhat.com>
436
437 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
438 value in register 3 adjusted by ppc_gp0_regnum.
439
440 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
441
442 2002-10-02 Marko Mlinar <markom@opencores.org>
443
444 * MAINTAINERS: Add myself to the Write After Approval list.
445
446 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
447
448 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
449 of the section for the N64 ABI, fixed.
450
451 * config/mips/tm-irix6.h: Include solib.h.
452
453 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
454
455 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
456 GNU operators.
457
458 2002-10-01 Andrew Cagney <ac131313@redhat.com>
459
460 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
461 and that "mi0" syntax has been removed.
462
463 2002-09-30 David Carlton <carlton@math.stanford.edu>
464
465 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
466 * ppc-sysv-tdep.c: #include "gdb_string.h".
467 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
468 pacify GCC.
469
470 2002-10-01 Andrew Cagney <ac131313@redhat.com>
471
472 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
473 "vrsave"'s register number.
474
475 2002-09-30 Andrew Cagney <ac131313@redhat.com>
476
477 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
478 use frame_unwind_signed_register to obtain the PC.
479 (mips_frame_chain): Handle a generic dummy frame.
480 (mips_init_extra_frame_info): When a generic dummy frame, don't
481 re-compute the frame base.
482 (mips_pop_frame): Handle generic dummy frames.
483 (mips_gdbarch_init): When generic dummy frames, set
484 use_generic_dummy_frames, push_dummy_frame to
485 generic_push_dummy_frame, pc_in_call_dummy to
486 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
487 generic_save_dummy_frame_tos.
488
489 2002-09-30 Andrew Cagney <ac131313@redhat.com>
490
491 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
492 against TOP when TOP was explictly set.
493 (generic_push_dummy_frame): Set TOP to zero.
494
495 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
496
497 * event-loop.c (start_event_loop): Rename variable 'result' to
498 'gdb_result', to avoid conflicts with upcoming intepreters changes.
499
500 2002-09-30 Keith Seitz <keiths@redhat.com>
501
502 * gdb-events.sh (selected_thread_changed): New event.
503 * gdb-events.c: Regenerated.
504 * gdb-events.h: Regenerated.
505
506 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
507
508 * MAINTAINERS: Add self to Write After Approval list.
509
510 2002-09-30 Fernando Nasser <fnasser@redhat.com>
511
512 * disasm.c: New file.
513 * disasm.h: New file.
514 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
515 (compare_lines): Ditto.
516 (dump_insns): Ditto.
517 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
518 argument.
519 (do_assembly_only): Ditto.
520 (do_disassembly): Renamed to gdb_disassembly and moved to
521 disasm.c. Sdded uiout argument.
522 * Makefile.in: Add new files. Reorder SFILES list. Update
523 dependencies. Include libgdb.a later in the insight executable.
524
525 2002-09-29 Andrew Cagney <ac131313@redhat.com>
526
527 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
528 bfd/elf64-alpha-fbsd.c.
529
530 2002-09-29 Andrew Cagney <ac131313@redhat.com>
531
532 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
533 i386gnu-tdep.c.
534
535 2002-09-29 Andrew Cagney <ac131313@redhat.com>
536
537 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
538 __FUNCTION__.
539 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
540 function name.
541 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
542 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
543 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
544 (S_msg_sig_post_reply): Ditto.
545
546 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
547
548 * sh-tdep.c (sh_use_struct_convention): Use definition according
549 to ABI.
550 (sh_push_arguments): Store in register with correct endianess.
551 (sh_default_store_return_value): Ditto.
552 (sh_gdbarch_init): Set sizeof long double to 8.
553
554 2002-09-27 Mark Kettenis <kettenis@gnu.org>
555
556 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
557 Fix some whitespace problems.
558
559 2002-09-27 David Carlton <carlton@math.stanford.edu>
560
561 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
562 (mcore-tdep.o): Ditto.
563 (ns32k-tdep.o): Ditto.
564 (ns32knbsd-tdep.o): Ditto.
565 (sh3-rom.o): Ditto.
566 (vax-tdep.o): Ditto.
567 * cris-tdep.c: #include "gdb_string.h"
568 * mcore-tdep.c: Ditto.
569 * ns32k-tdep.c: Ditto.
570 * ns32knbsd-tdep.c: Ditto.
571 * sh3-rom.c: Ditto.
572 * vax-tdep.c: Ditto.
573
574 2002-09-27 David Carlton <carlton@math.stanford.edu>
575
576 * config/djgpp/fnchange.lst: Add entries for
577 gdb/testsuite/gdb.c++/m-static files.
578
579 2002-09-27 Jim Wilson <wilson@redhat.com>
580
581 * MAINTAINERS: Add myself to the Write After Approval list.
582
583 2002-09-26 Martin M. Hunt <hunt@redhat.com>
584
585 * mips-tdep.c (find_proc_desc): Initialize startaddr.
586
587
588 2002-09-26 Andrew Cagney <ac131313@redhat.com>
589
590 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
591 frame.
592
593 2002-09-26 Andrew Cagney <ac131313@redhat.com>
594
595 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
596 (rs6000_struct_return_address): Delete variable.
597 (rs6000_store_struct_return): Update.
598 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
599 deprecated_extract_struct_value_address.
600 (rs6000_frame_align): New function.
601 (rs6000_gdbarch_init): Set frame_align.
602
603 2002-09-26 Andrew Cagney <ac131313@redhat.com>
604
605 From Grace Sainsbury <graces@redhat.com>:
606 * Makefile.in (gdbtk-main.o): New target.
607 (gdb.o): New target.
608 (main_h): Define.
609 (main.o): Update dependencies.
610 (gdb$(EXEEXT)): Add gdb.o.
611 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
612 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
613 (SUBDIR_GDBTK_CLEAN): Set.
614 (install-gdbtk): Install the insight binary.
615 (uninstall-gdbtk): New target.
616 (all-gdbtk, clean-gdbtk): New rule.
617 * top.c (use_windows): Default to zero.
618 * main.c: Include "main.h".
619 (main): Delete.
620 (struct captured_main_args): Delete.
621 (gdb_main): New function.
622 * main.h: New file.
623 * gdb.c: New File.
624
625 2002-09-25 Andrew Cagney <cagney@redhat.com>
626
627 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
628 (frame_map_regnum_to_name): New function.
629 (frame_map_name_to_regnum): New function.
630 * frame.h (frame_map_name_to_regnum): Declare.
631 (frame_map_regnum_to_name): Declare.
632 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
633 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
634 * parse.c: Do not include "builtin-regs.h".
635 (target_map_name_to_register): Delete function.
636 (write_dollar_variable): Use frame_map_name_to_regnum.
637 * parser-defs.h (target_map_name_to_register): Delete declaration.
638 * expprint.c: Include "frame.h".
639 (print_subexp): Use frame_map_regnum_to_name.
640 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
641 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
642
643 2002-09-25 Andrew Cagney <ac131313@redhat.com>
644
645 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
646 wasn't saved, and the next innermost frame is a dummy, return the
647 dummy frame's link register.
648
649 2002-09-24 Jim Blandy <jimb@redhat.com>
650
651 Fix from Paul Breed:
652 * main.c (captured_main): Add a `break' after the case for 'b'.
653
654 2002-09-24 Keith Seitz <keiths@redhat.com>
655
656 * varobj.c (c_type_of_child): Use get_target_type instead
657 of TYPE_TARGET_TYPE.
658
659 2002-09-22 Fernando Nasser <fnasser@redhat.com>
660
661 * source.c (get_current_or_default_source_symtab_and_line): Remove
662 function.
663 (set_default_source_symtab_and_line): New function. Attempts to
664 determine a source file to list lines from if one is not currently
665 defined.
666 (get_current_source_symtab_and_line): Initialize sal.pc and
667 sal.end fields.
668 (set_current_source_symtab_and_line): Mark argument as const.
669 * source.h: Update declarations and comments.
670 * linespec.c (decode_line_1): Replace call to removed routine above.
671 * stack.c (print_frame_info_base): Ditto.
672 * cli/cli-cmds.c (edit_command): Ditto.
673 (list_command): Ditto.
674
675 2002-09-22 Fernando Nasser <fnasser@redhat.com>
676
677 * source.c (get_current_or_default_source_symtab_and_line): Initialize
678 sal.pc and sal.end fields.
679 (get_current_or_default_source_symtab_and_line): Ditto.
680 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
681 so we do not cause a new source symtab to be searched for (reverting an
682 unintentional change from the 2002-09-20 patch).
683 * scm-lang.c (scm_unpac): Ditto.
684
685 2002-09-21 Andrew Cagney <cagney@redhat.com>
686
687 * complaints.c (symfile_explanations): Remove new-line from
688 ``isolated_message''.
689 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
690 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
691
692 2002-09-20 Nick Clifton <nickc@redhat.com>
693
694 * NEWS: Announce that V850EA ISA is no longer supported.
695 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
696
697 2002-09-20 David Carlton <carlton@math.stanford.edu>
698
699 * Makefile.in (c-lang.o): Correct dependencies.
700 (utils.o): Gather dependencies.
701 (charset.o): Move.
702 * c-lang.c: #include "gdb_string.h"
703
704 2002-09-20 Fernando Nasser <fnasser@redhat.com>
705
706 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
707 * cli/cli-cmds.c (list_command): New function. Implements the new
708 cli edit command.
709 (_init_cli_cmds): Add new command definition.
710 * gdb.1: Document edit command.
711 * doc/gdb.texinfo: Document edit command.
712
713 2002-09-20 Fernando Nasser <fnasser@redhat.com>
714
715 * source.c: Make global variables current_source_symtab and
716 current_source_line static.
717 (list_command): Moved to cli/cli-cmds.c.
718 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
719 (get_first_line_listed): New accessor function.
720 (get_lines_to_list): New accessor function.
721 (get_current_source_symtab_and_line): New function. Retrieves the
722 position in the source code that we consider current.
723 (get_current_or_default_source_symtab_and_line): New function.
724 Like the above but attempts to determine a default position if one
725 is not currently defined.
726 (set_current_source_symtab_and_line): New function. Sets the source
727 code position considered current and returns the previously set one.
728 (clear_current_source_symtab_and_line): Reset stored information about
729 a current source line.
730 (_initialize_source): Remove registration for the "list" command and
731 its alias.
732 * source.h: Add declarations for the new functions above.
733 * symtab.h: Remove declarations for the global variables mentioned
734 above.
735 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
736 obtain current source line.
737 * linespec.c (decode_line_1): Ditto.
738 * macroscope.c (default_macro_scope): Ditto.
739 * scm-lang.c (scm_unpac): Ditto.
740 * stack.c (print_frame_info_base): Ditto.
741 * symfile.c (clear_symtab_users): Ditto.
742 * symtab.c (decode_line_spec): Ditto.
743 * cli/cli-cmds.c (list_command): Moved here from source.c.
744 (ambiguous_line_spec): Moved here from source.c.
745 (_init_cli_cmds): Add definition for "list" and its alias.
746 * Makefile.in: Update dependencies.
747
748 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
749
750 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
751 with what gcc thinks is correct.
752
753 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
754
755 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
756 multiple register push instruction.
757
758 2002-09-19 Jim Blandy <jimb@redhat.com>
759
760 Add support for distinct host and target character sets.
761 * charset.c, charset.h: New files.
762 * c-exp.y: #include "charset.h".
763 (yylex): Convert character and string literals to the target
764 character set, before returning them as the semantic value of the
765 token.
766 * c-lang.c: #include "charset.h".
767 (c_emit_char): Use charset-specific methods to recognize
768 characters with backslash escape forms, to decide which characters
769 to print literally and which to print using numeric escape
770 sequences, and to convert target characters to host characters
771 before printing.
772 * utils.c: #include "charset.h".
773 (no_control_char_error): New function.
774 (parse_escape): Use charset-specific methods to recognize
775 backslash escapes, parse `control character' notation, and convert
776 characters from the host character set to the target character set.
777 * configure.in: Set the default host character set.
778 Check where to find iconv, and what its argument types might be.
779 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
780 * Makefile.in (SFILES): List charset.c.
781 (COMMON_OBS): List charset.o.
782 (charset.o): New rule.
783 (charset_h): New header dependency variable.
784 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
785 (LIBICONV): New variable, set by configure.
786 (CLIBS): Include $(LIBICONV) here.
787 * aclocal.m4, config.in, configure: Regenerated.
788
789 2002-09-19 Joel Brobecker <brobecker@gnat.com>
790
791 * ada-exp.y: Add missing semicolons to end rules. Fixes a
792 bison 1.35 warning.
793
794 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
795
796 * gdb_mbuild.sh: New file.
797
798 2002-09-19 Andrew Cagney <ac131313@redhat.com>
799
800 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
801
802 2002-09-18 Andrew Cagney <ac131313@redhat.com>
803
804 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
805 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
806 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
807 valops.c, value.h: Revert previous change.
808
809 2002-09-18 Michael Snyder <msnyder@redhat.com>
810
811 Preliminary support for Objective-C:
812 * defs.h (language_objc): New enum value.
813 (puts_filtered_tabular): Declaration only, exported from utils.c.
814 (skip_quoted): Delete, declared in completer.h.
815 * c-exp.y: Include completer.h.
816 * p-exp.y: Ditto.
817 * jv-exp.y: Ditto.
818 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
819 New operator enum values.
820 * language.h (CAST_IS_CONVERSION): Test for language_objc.
821 * language.c (binop_result_type): Handle language_objc case.
822 (integral_type, character_type, string_type, boolean_type,
823 structured_type, binop_type_check): Ditto.
824 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
825 (struct objc_specific): Add to general_symbol_info.
826 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
827 (SYMBOL_DEMANGLED_NAME): Handle objc case.
828 * parser-defs.h (struct objc_class_str): New struct type.
829 (start_msglist, end_msglist, add_msglist): Declaration only,
830 exported from objc-lang.c.
831 * value.h (value_of_local, value_nsstring,
832 call_function_by_hand_expecting_type): Exported from valops.c.
833 * valops.c (find_function_addr): Export.
834 (call_function_by_hand_expecting_type): New function.
835 (value_of_local): New function.
836 * symfile.c (init_filename_language_table): Add ".m" extension
837 for Objective-C.
838 * utils.c (puts_filtered_tabular): New function.
839 (fprintf_symbol_filtered): Add objc demangling support (disabled).
840 (set/show demangle): Extend help-string to refer to ObjC.
841 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
842 * stabsread.c (symbol_reference_defined): Objective-C symbols
843 may contain colons: make allowances when scanning stabs strings
844 for colons.
845 (objc_find_colon): New function.
846 * printcmd.c (address_info): If language == objc then print
847 "self" instead of "this".
848 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
849 OP_NSSTRING, and OP_SELF.
850 (prefixify_subexp): Ditto.
851 * source.c (print_source_lines): Mention objc in comment.
852 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
853 method names.
854
855 2002-09-18 Andrew Cagney <ac131313@redhat.com>
856
857 * complaints.h: Update copyright.
858 (struct complaints): Declare.
859 (struct complaint): Make `message' constant.
860 (internal_complaint): Declare.
861 (complaint): Declare.
862 (complaint_root): Delete declaration.
863 (symfile_complaints): Delete declaration.
864 (struct complaints): Add opaque declaration.
865 (clear_complaints): Add a complaints parameter.
866 * complaints.c: Update copyright.
867 (enum complaint_series): Define.
868 (complaint_root): Delete.
869 (struct complaints): Define.
870 (complaint_sentinel, symfile_complaint_book): New variables.
871 (symfile_explanations, symfile_complaints): New variables.
872 New variables.
873 (get_complaints): New function.
874 (vcomplaint): New function.
875 (complaint): New function.
876 (internal_complaint): New function.
877 (complain): Call vcomplain with symfile_complaint.
878 (clear_complaints): Rewrite.
879 (_initialize_complaints): Use add_setshow_command.
880 * Makefile.in (complaints.o): Update dependencies.
881 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
882 to call to clear_complaints.
883 (new_symfile_objfile, reread_symbols): Ditto.
884 (oldsyms_complaint): Delete.
885 (empty_symtab_complaint, unknown_option_complaint): Delete.
886 (free_named_symtabs): Use complaint instead of complain.
887
888 2002-09-18 Michael Snyder <msnyder@redhat.com>
889
890 Contributed by Apple Computer, Inc. Merged with current sources
891 by Adam Fedor <fedor@doc.com> [cagney].
892
893 * objc-lang.c: First clean-up round: comments, indentation.
894 * objc-lang.h: Ditto.
895 * objc-lang.y: Ditto.
896
897 2002-09-18 Andrew Cagney <ac131313@redhat.com>
898
899 * maint.c (maintenance_internal_error): Print the parameter as the
900 error message.
901 (maintenance_internal_warning): New function.
902 (_initialize_maint_cmds): Add command `maint internal-warning'.
903
904 * defs.h (internal_warning, internal_vwarning): Declare.
905 * utils.c (struct internal_problem): Define.
906 (internal_vproblem): New function.
907 (internal_warning): New function.
908 (internal_vwarning): New function.
909 (internal_warning_problem, internal_error_problem): New variables.
910 (internal_verror): Just call internal_vproblem.
911
912 2002-09-18 Michael Snyder <msnyder@redhat.com>
913
914 * objc-lang.c: New file, support for Objective-C.
915 Preliminary check-in, not yet integrated into gdb.
916 * objc-lang.h: New file.
917 * objc-exp.y: New file.
918
919 2002-09-18 Andrew Cagney <ac131313@redhat.com>
920
921 * infrun.c (signal_stop_update): Convert definition to ISO C.
922 (signal_print_update): Ditto.
923 (signal_pass_update): Ditto.
924 * inflow.c (terminal_save_ours): Ditto.
925
926 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
927 comments.
928
929 * config/djgpp/fnchange.lst: Handle name clashes between
930 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
931 bfd/coff-tic80.c.
932
933 * i386-linux-tdep.h: Fix tipo.
934
935 2002-09-18 Adam Fedor <fedor@gnu.org>
936
937 * MAINTAINERS: Add myself to the Write After Approval list.
938
939 2002-09-18 Jim Blandy <jimb@redhat.com>
940
941 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
942 texthigh and textlow to reader-specific structs caused
943 objfile_relocate to miss them. This is fixable, but the work that
944 the change was supposed to prepare GDB for never got done anyway.
945
946 2002-09-18 David Carlton <carlton@math.stanford.edu>
947
948 * MAINTAINERS: Alphabetize Write After Approval list.
949
950 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
951
952 Fix PR gdb/709
953 * values.c (value_static_field): Call read_var_value.
954
955 2002-09-18 Andrew Cagney <ac131313@redhat.com>
956
957 * valops.c (hand_function_call): Align the initial stack pointer
958 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
959 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
960 return value.
961 * mips-tdep.c (mips_frame_align): New function.
962 (mips_gdbarch_init): Set frame_align.
963 * gdbarch.sh (FRAME_ALIGN): New method.
964 * gdbarch.h, gdbarch.c: Re-generate.
965
966 2002-09-18 Michal Ludvig <mludvig@suse.cz>
967
968 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
969 registers.
970
971 2002-09-17 Andrew Cagney <ac131313@redhat.com>
972
973 * NEWS: Mention that MIPS $fp behavior changed.
974 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
975 reference to FP_REGNUM.
976 (mipsnbsd_cannot_store_register): Ditto.
977 * mips-linux-nat.c: Update copyright.
978 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
979 (mips_linux_cannot_store_register): Ditto.
980 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
981 * config/mips/tm-mips.h: Update copyright.
982 (FP_REGNUM): Delete macro.
983 (MIPS_REGISTER_NAMES): Replace "fp" with "".
984 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
985 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
986 (mips_r3041_reg_names, mips_r3051_reg_names)
987 (mips_r3081_reg_names): Replace "fp" with "".
988 Fix PR gdb/480.
989
990 2002-09-17 Theodore A. Roth <troth@verinet.com>
991
992 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
993 generic_read_register_dummy() (PR gdb/703).
994 (avr_push_return_address): #if 0 out unused vars.
995 (avr_gdbarch_init): Enable use of avr_push_return_address().
996
997 2002-09-17 Michael Snyder <msnyder@redhat.com>
998
999 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1000 RTE will take care of it.
1001
1002 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1003
1004 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1005 invalid, return SP_REGNUM.
1006
1007 2002-09-17 Michael Snyder <msnyder@redhat.com>
1008
1009 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1010 point registers without sign extension.
1011
1012 2002-09-17 Andrew Cagney <cagney@redhat.com>
1013
1014 * blockframe.c (deprecated_read_register_dummy): Rename
1015 generic_read_register_dummy.
1016 * frame.c (frame_unwind_signed_register): New function.
1017 (frame_unwind_unsigned_register): New function.
1018 * frame.h (frame_unwind_signed_register): Declare.
1019 (frame_unwind_unsigned_register): Declare.
1020 (deprecated_read_register_dummy): Rename
1021 generic_read_register_dummy.
1022
1023 * h8300-tdep.c (h8300_frame_chain): Update.
1024 (h8300_frame_saved_pc): Update.
1025 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1026 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1027 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1028 (s390_frame_chain): Update.
1029 * v850-tdep.c (v850_find_callers_reg): Update.
1030 (v850_frame_saved_pc): Update.
1031 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1032 (m32r_find_callers_reg): Update.
1033 (m32r_frame_saved_pc): Update.
1034 * sh-tdep.c (sh_find_callers_reg): Update.
1035 (sh64_get_saved_pr): Update.
1036 (sh_init_extra_frame_info): Update.
1037 (sh_init_extra_frame_info): Update.
1038 (sh64_init_extra_frame_info): Update.
1039 (sh64_init_extra_frame_info): Update.
1040 * mcore-tdep.c (mcore_find_callers_reg): Update.
1041 (mcore_frame_saved_pc): Update.
1042 (mcore_init_extra_frame_info): Update.
1043 * i386-tdep.c (i386_frame_saved_pc): Update.
1044 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1045 (ia64_init_extra_frame_info): Update.
1046 (ia64_init_extra_frame_info): Update.
1047 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1048 * cris-tdep.c (cris_init_extra_frame_info): Update.
1049 * avr-tdep.c (avr_frame_chain): Update.
1050 (avr_init_extra_frame_info): Update.
1051 (avr_frame_saved_pc): Update.
1052 * arm-tdep.c (arm_find_callers_reg): Update.
1053 (arm_init_extra_frame_info): Update.
1054 (arm_frame_saved_pc): Update.
1055
1056 2002-09-17 Tom Tromey <tromey@redhat.com>
1057
1058 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1059 is "'".
1060
1061 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1062
1063 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1064 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1065 NEXT_PROLOGUE_INSN.
1066 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1067 NEXT_PROLOGUE_INSN.
1068
1069 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1070
1071 * osfsolib.c: Remove file, replaced by solib-osf.c.
1072 * Makefile.in: Remove compilation rules for osfsolib.c.
1073
1074 2002-09-16 David Carlton <carlton@math.stanford.edu>
1075
1076 * cp-valprint.c (cp_print_class_method): Correct args to
1077 check_stub_method_group.
1078
1079 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1080
1081 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1082 `set architecture'. Unify naming convention of functions.
1083 (h8300_skip_prologue): Improve prologue analysis.
1084 (h8300_push_arguments): Rewritten to more closely match GCC's
1085 bizarre argument-passing behavior, along with the comment describing
1086 said behavior.
1087 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1088 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1089 sim, remote-e7000.c, remote-hms.c and remote.c
1090
1091 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1092
1093 * i386-tdep.c (gdb_print_insn_i386): Removed.
1094 (i386_print_insn): New function.
1095 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1096 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1097 tm_print_insn_info.
1098
1099 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1100
1101 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1102 zero.
1103
1104 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1105
1106 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1107 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1108 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1109
1110 2002-09-13 Christopher Faylor <cgf@redhat.com>
1111
1112 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1113
1114 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * gdbtypes.c (check_stub_method): Make static.
1117 (check_stub_method_group): New function.
1118 * gdbtypes.h: Update prototypes.
1119 * cp-support.c: New file.
1120 * cp-support.h: New file.
1121
1122 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1123 (update_method_name_from_physname): New function.
1124 (read_member_functions): Correct method names for operators
1125 and v3 constructors/destructors. Separate v2 constructors and
1126 destructors.
1127 * Makefile.in (stabsread.o): Update dependencies.
1128 (SFILES): Add cp-support.c.
1129 (COMMON_OBS): Add cp-support.o.
1130 (cp_support_h, cp-support.o): Add.
1131
1132 * cp-valprint.c (cp_print_class_method): Call
1133 check_stub_method_group instead of check_stub_method. Remove
1134 extraneous QUITs.
1135 * p-valprint.c (pascal_object_print_class_method): Likewise.
1136 * valops.c (search_struct_method): Likewise.
1137 (find_method_list, value_struct_elt_for_reference): Likewise.
1138
1139 2002-09-13 Andrew Cagney <cagney@redhat.com>
1140
1141 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1142 * gdbarch.h, gdbarch.c: Regenerate.
1143
1144 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1145
1146 * frame.c (find_saved_register): Delete function.
1147 * frame.h (find_saved_register): Delete declaration.
1148 Fix PR gdb/631.
1149
1150 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1151
1152 * mips-tdep.c (read_next_frame_reg): Re-hack using
1153 frame_register_unwind.
1154
1155 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1156
1157 * mips-tdep.c (mips_get_saved_register): Re-hack using
1158 frame_register_unwind.
1159
1160 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1161
1162 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1163 vector. Will be useful for Interix.
1164 * gdbarch.h, gdbarch.c: Regenerate.
1165
1166 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1167 name of the malloc function by NAME_OF_MALLOC.
1168
1169 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1170
1171 * value.h (find_function_in_inferior): Add const keyword to
1172 one of the parameters. Allows us to invoke this function with
1173 a const char *.
1174 * valops.c (find_function_in_inferior): Likewise.
1175
1176 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1177
1178 * exec.c (xfer_memory): Fix compilation warning with old versions
1179 of GCC.
1180 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1181
1182 2002-09-12 David Carlton <carlton@math.stanford.edu>
1183
1184 * symtab.h: Run through gdb_indent.h.
1185 Add 2002 to Copyright year list.
1186
1187 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1188
1189 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1190 mach constants.
1191 * MAINTAINERS: Add myself to write after approval list.
1192
1193 2002-09-11 J. Brobecker <brobecker@gnat.com>
1194
1195 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1196
1197 2002-09-11 J. Brobecker <brobecker@gnat.com>
1198
1199 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1200 Interix.
1201
1202 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1203
1204 * procfs.c (do_detach): Clear current signal, not just fault.
1205 Corrects problem with breakpoint trap signal leaking to detached
1206 process on Tru64.
1207
1208 2002-09-10 Michael Snyder <msnyder@redhat.com>
1209
1210 * buildsym.c (finish_block): Protect against null pointer.
1211
1212 2002-09-10 Andrew Cagney <cagney@redhat.com>
1213
1214 * infcmd.c (default_print_registers_info): Send all output to
1215 ``file'' instead of ``gdb_stdout''.
1216
1217 2002-09-10 Michael Snyder <msnyder@redhat.com>
1218
1219 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1220 LONGEST, and use signed register read (addresses are sign-
1221 extended for mips).
1222
1223 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1224
1225 * event-loop.c (gdb_do_one_event): Make public.
1226 * event-loop.h (gdb_do_one_event): Declare.
1227
1228 2002-09-10 Jeff Law <law@redhat.com>
1229
1230 * infttrace.c (child_resume): Simplify and rework to avoid
1231 TT_PROC_CONTINUE.
1232
1233 2002-09-09 Fred Fish <fnf@intrinsity.com>
1234
1235 * printcmd.c (print_scalar_formatted): "len" is the number of
1236 target bytes, NOT the number of target bits.
1237
1238 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1239
1240 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1241 * top.c (init_main): Set rl_terminal_name.
1242
1243 2002-09-08 Aidan Skinner <aidan@velvet.net>
1244
1245 * ada-lang.c (ada_array_bound, ada_type_match,
1246 _initialize_ada_language): Fix K&R definitions.
1247 * ada-tasks.c (get_current_task): Fix K&R definitions.
1248 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1249
1250 2002-09-07 Christopher Faylor <cgf@redhat.com>
1251
1252 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1253 Add XP.
1254
1255 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1256
1257 * i386-tdep.c (i386_register_virtual_type,
1258 i386_register_convertible, i386_register_convert_to_virtual,
1259 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1260 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1261 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1262 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1263 Don't set push_arguments twice.
1264
1265 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1266 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1267 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1268 sigtramp_end to NULL.
1269 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1270 defines.
1271 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1272
1273 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1274 whitespace.
1275
1276 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1277 * gdbarch.h, gdbarch.c: Re-generate.
1278 * blockframe.c (find_pc_sect_partial_function): Convert to use
1279 SIGTRAMP_START_P predicate.
1280
1281 2002-09-05 Michael Snyder <msnyder@redhat.com>
1282
1283 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1284 generic_dummy_frame method and old method. Also distinguish
1285 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1286 (arm_extract_return_value): Use new regcache method.
1287
1288 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1289 adjustment that doesn't conform to the ABI.
1290 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1291 saved regcache, not from current regcache.
1292
1293 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1294
1295 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1296 * README: Update.
1297
1298 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1299
1300 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1301 if arm_apcs_32 is false.
1302
1303 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1304
1305 GDB 5.3 branch created.
1306
1307 2002-09-03 Theodore A. Roth <troth@verinet.com>
1308
1309 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1310 generic_unwind_get_saved_register.
1311
1312 2002-09-03 David Carlton <carlton@math.stanford.edu>
1313
1314 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1315 argument (PR gdb/653). Update call to smash_to_method_type.
1316 (read_structure_scope): Update call to dwarf2_add_member_fn.
1317
1318 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1319
1320 * x86-64-linux-tdep.c: Include gdb_string.h
1321 * x86-64-linux-nat.c: Ditto.
1322
1323 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1324
1325 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1326 when YYDEBUG is set to 1.
1327 * c-exp.y: Likewise.
1328 * f-exp.y: Likewise.
1329 * jv-exp.y: Likewise.
1330 * m2-exp.y: Likewise.
1331 * p-exp.y: Likewise.
1332
1333 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1334
1335 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1336 dependency list.
1337 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1338 solib_svr4_fetch_link_map_offsets to
1339 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1340 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1341 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1342 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1343 solib-svr4.o, and solib-legacy.o.
1344 * config/i386/tm-nbsd.h: Include solib.h.
1345
1346 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1347
1348 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1349 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1350 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1351 comment noting that this needs its own target configuration.
1352 * config/i386/nbsd.mt: New file.
1353 * config/i386/nbsdaout.mt: Remove.
1354 * config/i386/nbsdelf.mt: Ditto.
1355 * config/i386/tm-nbsdaout.h: Ditto.
1356
1357 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1358
1359 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1360 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1361 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1362 tdep->sigtramp_end.
1363 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1364 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1365 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1366
1367 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1368
1369 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1370 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1371 * i386-tdep.h (i386bsd_init_abi): New prototype.
1372 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1373 function declaration.
1374 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1375 for NetBSD-a.out or NetBSD-ELF.
1376 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1377 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1378 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1379 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1380 and nbsd-tdep.h.
1381 (i386nbsd_pc_in_sigtramp): New function.
1382 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1383 i386nbsd_pc_in_sigtramp.
1384 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1385 and i386nbsdelf_init_abi OS ABI handlers.
1386 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1387 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1388
1389 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1390
1391 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1392 registers if the target really has them.
1393
1394 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1395
1396 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1397 than nbsd-tdep.h.
1398
1399 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1400
1401 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1402 list.
1403 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1404 (alphanbsd_skip_sigtramp_frame): New functions.
1405 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1406 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1407 to alphanbsd_sigcontext_addr.
1408
1409 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1410
1411 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1412 list.
1413 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1414 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1415 nbsd_pc_in_sigtramp.
1416 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1417 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1418 * nbsd-tdep.c: Include gdb_string.h.
1419 (nbsd_pc_in_sigtramp): New function.
1420 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1421 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1422 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1423 ppcnbsd_pc_in_sigtramp.
1424 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1425 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1426 shnbsd_pc_in_sigtramp.
1427 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1428 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1429 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1430
1431 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1432
1433 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1434 watchpoints to NULL.
1435 (insert_breakpoints): set val field of watchpoints if NULL.
1436
1437
1438 2002-08-29 Jim Blandy <jimb@redhat.com>
1439
1440 * symtab.c (lookup_symbol_aux): In the cases where we find a
1441 minimal symbol of an appropriate name and use its address to
1442 select a symtab to read and search, use `name' (as passed to us)
1443 as the demangled name when searching the symtab's global and
1444 static blocks, not the minsym's name.
1445
1446 2002-08-29 Keith Seitz <keiths@redhat.com>
1447
1448 * stack.c (print_frame_info_base): Always set current_source_symtab
1449 and current_source_line.
1450
1451 2002-08-29 Donn Terry <donnte@microsoft.com>
1452
1453 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1454
1455 2002-08-28 Keith Seitz <keiths@redhat.com>
1456
1457 * stack.c (select_frame): Add FIXME concerning selected-frame
1458 events.
1459 (select_frame_command): Send selected-frame-level-changed
1460 event notification, but only if the level actually changed.
1461 (up_silently_base): Add selected-frame-level-changed event
1462 notification.
1463 (down_silently_base): Likewise.
1464
1465 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1466
1467 * Makefile.in: Update dependencies for all gdb/*.c files.
1468
1469 2002-08-27 Tom Tromey <tromey@redhat.com>
1470
1471 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1472 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1473 Update dependencies.
1474 * i387-tdep.c: Include gdb_string.h.
1475 * osabi.c: Likewise.
1476 * i386-linux-nat.c: Likewise.
1477 * lin-lwp.c: Likewise.
1478 * ax-gdb.c: Likewise.
1479 * signals/signals.c: Likewise.
1480 * jv-valprint.c: Likewise.
1481 * p-lang.c: Likewise.
1482 * c-valprint.c: Likewise.
1483 * cp-abi.c: Likewise.
1484
1485 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1486
1487 * cli/cli-script.h (copy_command_lines): Export.
1488 * breakpoint.c: Include cli/cli-script.h.
1489 * Makefile.in (breakpoint.o): Update dependencies.
1490
1491 2002-08-26 Michael Snyder <msnyder@redhat.com>
1492
1493 * breakpoint.c (insert_breakpoints): Protect all references
1494 to 'process_warning'. Shorten long lines.
1495
1496 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1497
1498 * cli/cli-script.c (copy_command_lines): New function.
1499 * defs.h (copy_command_lines): Export.
1500 * testsuite/gdb.base/commands.exp: New tests for commands
1501 attached to a temporary breakpoint, and for commands that
1502 delete the breakpoint they are attached to.
1503
1504 2002-08-26 Michael Snyder <msnyder@redhat.com>
1505
1506 * breakpoint.c (bpstat_stop_status): Instead of copying the
1507 pointer to the breakpoint commands struct, make a new copy
1508 of the struct and point to that.
1509 (bpstat_clear): Free the commands struct.
1510 (bpstat_clear_actions): Free the commands struct.
1511 (bpstat_do_actions): Free the command actions. Also execute
1512 the local cleanups, instead of deleting them.
1513 (delete_breakpoint): Leave the commands field of the bpstat
1514 chain alone -- it will be freed later.
1515
1516 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1517
1518 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1519 deleted in 2002-08-20 commit. This function is still used by
1520 ppc-linux-nat.c.
1521
1522 2002-08-26 Keith Seitz <keiths@redhat.com>
1523
1524 * gdb-events.sh: Add selected-frame-level-changed event.
1525 * gdb-events.c: Regenerated.
1526 * gdb-events.h: Regenerated.
1527
1528 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1529
1530 Fix PR gdb/393:
1531 * inflow.c (terminal_save_ours): New function to save terminal
1532 settings.
1533 * inferior.h (terminal_save_ours): Declare.
1534 * target.c (debug_to_terminal_save_ours): New function.
1535 (cleanup_target): Defaults to_terminal_save_ours.
1536 (update_current_target): Inherit to_terminal_save_ours.
1537 (setup_target_debug): Set to_terminal_save_ours.
1538 * target.h (target_terminal_save_ours): New to save terminal settings.
1539 (target_ops): New member to_terminal_save_ours.
1540 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1541 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1542 * inftarg.c (init_child_ops): Likewise.
1543 * m3-nat.c (init_m3_ops): Likewise.
1544 * procfs.c (init_procfs_ops): Likewise.
1545 * wince.c (init_child_ops): Likewise.
1546 * win32-nat.c (init_child_ops): Likewise.
1547 * sol-thread.c (init_sol_thread_ops): Likewise.
1548
1549 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1550
1551 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1552 use regcache_* functions.
1553 (i386_gdbarch_init): Set store_return_value instead of
1554 deprecated_store_return_value.
1555
1556 * regcache.c (regcache_raw_write_signed,
1557 regcache_raw_write_unsigned): New functions.
1558 * regcache.h (regcache_raw_write_signed,
1559 regcache_raw_write_unsigned): New prototypes.
1560
1561 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1562
1563 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1564 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1565 source file dependencies. Cleanup corresponding generator rules.
1566
1567 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1568
1569 * regcache.h (register_offset_hack): Declare.
1570 (regcache_cooked_read_using_offset_hack): Declare.
1571 (regcache_cooked_write_using_offset_hack): Declare.
1572
1573 * regcache.c (register_offset_hack): New function.
1574 (regcache_cooked_read_using_offset_hack): New function.
1575 (regcache_cooked_write_using_offset_hack): New function.
1576 (regcache_dump): Check that the registers, according to their
1577 offset, are packed hard against each other.
1578 (cooked_xfer_using_offset_hack): New function.
1579
1580 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1581
1582 * regcache.c (struct regcache_descr): Add field register_type.
1583 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1584 in as a parameter
1585 (init_regcache_descr): Initialize register_type. Pass the descr
1586 to init_legacy_regcache_descr. Use register_type instead of
1587 REGISTER_VIRTUAL_TYPE.
1588 (register_type): New function.
1589 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1590 * regcache.h (register_type): Declare.
1591
1592 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1593
1594 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1595 instead of deprecated_store_return_value. Fix fallout from
1596 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1597
1598 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1599
1600 * regcache.c (max_register_size): New function.
1601 (init_legacy_regcache_descr): Ensure that max_register_size is
1602 large enough for REGISTER_VIRTUAL_SIZE.
1603 * regcache.h (max_register_size): Declare.
1604
1605 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1606
1607 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1608 store_return_value.
1609 (e500_extract_return_value): Change type of valbuf pointer to
1610 void.
1611
1612 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1613
1614 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1615 workaround.
1616
1617 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1618 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1619 long long) to prevent compiler warning on 64-bit systems.
1620
1621 2002-08-23 Andrew Cagney <cagney@redhat.com>
1622
1623 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1624 (DEPRECATED_STORE_RETURN_VALUE): New method.
1625 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1626 * gdbarch.h, gdbarch.c: Re-generate.
1627
1628 * values.c (set_return_value): Pass current_regcache to
1629 STORE_RETURN_VALUE.
1630 * arch-utils.h (legacy_store_return_value): Declare.
1631 * arch-utils.c (legacy_store_return_value): New function.
1632 (legacy_extract_return_value): Update parameters.
1633
1634 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1635 STORE_RETURN_VALUE.
1636 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1637 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1638 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1639 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1640 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1641 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1642 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1643 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1644 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1645 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1646
1647 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1648 * i386-tdep.c (i386_extract_return_value): Update.
1649 * arch-utils.c (legacy_extract_return_value): Update.
1650 * frv-tdep.c (frv_gdbarch_init): Update.
1651 * cris-tdep.c (cris_gdbarch_init): Update.
1652 * d10v-tdep.c (d10v_gdbarch_init): Update.
1653 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1654 * m68k-tdep.c (m68k_gdbarch_init): Update.
1655 * mcore-tdep.c (mcore_gdbarch_init): Update.
1656 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1657 * s390-tdep.c (s390_gdbarch_init): Update.
1658 * sparc-tdep.c (sparc_gdbarch_init): Update.
1659 * sh-tdep.c (sh_gdbarch_init): Update.
1660 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1661 * v850-tdep.c (v850_gdbarch_init): Update.
1662 * avr-tdep.c (avr_gdbarch_init): Update.
1663 * ia64-tdep.c (ia64_gdbarch_init): Update.
1664 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1665 * vax-tdep.c (vax_gdbarch_init): Update.
1666 * alpha-tdep.c (alpha_gdbarch_init): Update.
1667 * arm-tdep.c (arm_gdbarch_init): Update.
1668 * mips-tdep.c (mips_gdbarch_init): Update.
1669 * i386-tdep.c (i386_gdbarch_init): Update.
1670
1671 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1672
1673 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1674 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1675
1676 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1677
1678 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1679 problems.
1680
1681 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1682
1683 * infrun.c (handle_inferior_event): Move a comment outside of a
1684 function call, in order to avoid indent reformatting this part
1685 of the code in an unreadable way.
1686
1687 2002-08-23 Grace Sainsbury <graces@redhat.com>
1688
1689 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1690 when breakpoints fail. Move general breakpoint error messages to
1691 insert_breakpoints.
1692 * breakpoint.c (insert_breakpoints): Change warnings when
1693 breakpoints are nto inserted to specify the type. Remove call to
1694 memory_error when hardware breakpoints can't be inserted. Remove
1695 multiple calls to warning so all messages are sent to the user at
1696 once.
1697 (delete_breakpoints): Make insert error messsages more explicit.
1698
1699 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1700
1701 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1702 gdbserver/ChangeLog.
1703
1704 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1705
1706 * i386-tdep.c: Include "objfiles.h".
1707 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1708 skip_trampoline_code.
1709 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1710 (CPLUS_MARKER): Define to '.'.
1711
1712 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1713 member.
1714 (linux_corefile_thread_callback): Increase args->num_notes.
1715 (linux_make_note_section): Initialize thread_args.num_notes, and
1716 use it to determine whether notes for any threads were created.
1717
1718 2002-08-23 Donn Terry <donnte@microsoft.com>
1719
1720 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1721 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1722 and PCUNKILL.
1723 (write_with_trace): Conditionalize out the switch branch handling
1724 PCSHOLD if the corresponding macro is not defined. Likewise for
1725 PRSABORT and PRSTOP.
1726 This change will be needed by the Interix port.
1727
1728 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1729
1730 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1731 write_register wherever possible instead of manipulating the
1732 register bytes directly.
1733 Assign VALUE_CONTENTS to a variable and use that.
1734 The GPR numbers are now dependent on the architecture.
1735
1736 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1737
1738 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1739 ev_offset fields.
1740 (skip_prologue): Add support for BookE/e500 instructions.
1741 (e500_extract_return_value): New function.
1742 (frame_get_saved_regs): Add support for saving ev registers and
1743 pseudo gpr's.
1744 (e500_store_return_value): New function.
1745 (rs6000_gdbarch_init): Move up default intializations of
1746 deprecated_extract_return_value and store_return_value. Overwrite
1747 init of store_return_value with e500 specific version.
1748 Set extract_return_value for e500.
1749
1750 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1751
1752 * blockframe.c (generic_call_dummy_register_unwind): Use
1753 regcache_cooked_read to catch cases in which the variable is
1754 stored in a pseudo register.
1755
1756 2002-08-22 Andrew Cagney <cagney@redhat.com>
1757
1758 * NEWS: Mention that the i960 has been made obsolete.
1759 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1760 i960-tdep.c
1761 (remote-nrom.o): Obsolete target.
1762 (remote-nindy.o, i960-tdep.o): Ditto.
1763 * remote-nrom.c: Make file obsolete.
1764 * remote-nindy.c, remote-vx960.c: Ditto.
1765 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1766 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1767 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1768 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1769 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1770 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1771 i960-*-vxworks* obsolete.
1772 * MAINTAINERS: Note that the i960 is obsolete.
1773
1774 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1775
1776 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1777 detach to allow reinitialization.
1778
1779 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1780
1781 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1782 attempt).
1783
1784 2002-08-22 Jim Blandy <jimb@redhat.com>
1785
1786 * coffread.c (coff_symfile_read): Don't try to read the line
1787 number table from disk if the image file doesn't have a symbol
1788 table; we'll never actually look at the info anyway, and Windows
1789 ships DLL's with bogus file offsets for the line number data.
1790
1791 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1792
1793 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1794 an e500 executable.
1795
1796 2002-08-21 Michael Snyder <msnyder@redhat.com>
1797
1798 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1799 (MSYMBOL_SIZE): Replace macro with function.
1800 (DEFAULT_MIPS_TYPE): Delete unused macro.
1801 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1802 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1803
1804 2002-08-21 Jim Blandy <jimb@redhat.com>
1805
1806 * valops.c (value_cast): Simplify and correct logic for doing a
1807 static cast from a pointer to a base class to a pointer to a
1808 derived class.
1809
1810 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1811
1812 * infcmd.c (default_print_registers_info): Replace
1813 do_registers_info.
1814 (registers_info): Use gdbarch_print_registers_info instead of
1815 DO_REGISTERS_INFO.
1816 * inferior.h (default_print_registers_info): Replace
1817 do_registers_info.
1818 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1819 (DO_REGISTERS_INFO): Change to a predicate function.
1820 * gdbarch.h, gdbarch.c: Regenerate.
1821
1822 2002-08-21 Keith Seitz <keiths@redhat.com>
1823
1824 * gdb-events.sh: Add target-changed event.
1825 * gdb-events.c: Regenerated.
1826 * gdb-events.c: Regenerated.
1827 * valops.c (value_assign): Add target-changed event notification
1828 to inlval_register, lval_memory, and lval_reg_frame_relative.
1829
1830 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1831
1832 * NEWS: Add an entry regarding the improvement of the next/step
1833 operation on Alpha Tru64 multi-processor machines.
1834
1835 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1836
1837 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1838 directores.
1839 * Makefile.in: Update all _h macro definitions.
1840 * Makefile.in (install-gdbtk): Move to install section.
1841 (rdi-share/libangsd.a): Move to end of file.
1842
1843 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1844
1845 * frame.c (frame_register_unwind): When a register, set addrp to
1846 the register's byte.
1847
1848 2002-08-20 Michael Snyder <msnyder@redhat.com>
1849
1850 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1851 used locally, so move them from the target machine header to here.
1852 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1853 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1854 Make static.
1855 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1856
1857 2002-08-20 Andrew Cagney <cagney@redhat.com>
1858
1859 * NEWS: Mention that the Apollo line was made obsolete.
1860 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1861 m68*-hp-hpux* obsolete.
1862 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1863 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1864 * buildsym.c (make_blockvector): Make static.
1865 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1866 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1867 (ALLDEPFILES): Remove dstread.c.
1868 (dstread.o): Obsolete make rule.
1869 * dstread.c: Makefile obsolete.
1870 * dst.h: Ditto.
1871 * config/m68k/hp300hpux.mt: Ditto.
1872 * config/m68k/hp300hpux.mh: Ditto.
1873 * config/m68k/hp300bsd.mt: Ditto.
1874 * config/m68k/hp300bsd.mh: Ditto.
1875 * config/m68k/apollo68b.mt: Ditto.
1876 * config/m68k/apollo68v.mh: Ditto.
1877 * config/m68k/apollo68b.mh: Ditto.
1878
1879 2002-08-20 Michael Snyder <msnyder@redhat.com>
1880
1881 * mips-tdep.c (mips_in_return_stub): Make static.
1882 (mips_gdbarch_init): Set in_solib_return_trampoline.
1883 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1884
1885 2002-08-20 Michael Snyder <msnyder@redhat.com>
1886
1887 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1888 * gdbarch.c, gdbarch.h: Regenerate.
1889 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1890 Add.
1891 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1892
1893 2002-08-20 Michael Snyder <msnyder@redhat.com>
1894
1895 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1896 (mips_gdbarch_init): Set skip_trampoline_code,
1897 in_solib_call_trampoline.
1898 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1899 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1900
1901 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1902
1903 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1904
1905 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1906 vector type for ev registers.
1907 (e500_pseudo_register_read): New function.
1908 (e500_pseudo_register_write): New function.
1909 (e500_dwarf2_reg_to_regnum): New function.
1910 (PPC_UISA_NOFP_SPRS): New macro.
1911 (PPC_EV_REGS): New macro.
1912 (PPC_GPRS_PSEUDO_REGS): New macro.
1913 (registers_e500): New register set for e500.
1914 (variants): Add e500 variant.
1915 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1916 before setting architectural dependent variations. Initialize ev
1917 registers numbers. Add case for e500 architecture. Set the
1918 number of pseudo registers.
1919
1920 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1921
1922 * rs6000-tdep.c: Clean up comments.
1923
1924 2002-08-20 Andrew Cagney <cagney@redhat.com>
1925
1926 * h8300-tdep.c: Re-indent file.
1927
1928 2002-08-20 Jim Blandy <jimb@redhat.com>
1929
1930 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1931 default for this.
1932
1933 2002-08-20 Keith Seitz <keiths@redhat.com>
1934
1935 * breakpoints.c (watch_command_1): Use internal breakpoint
1936 when setting a watchpoint_scope breakpoint.
1937
1938 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
1939
1940 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1941 (build_builtin_type_vec64i): Ditto.
1942 (build_builtin_type_vec128): Ditto.
1943 (build_builtin_type_vec128i): Ditto.
1944
1945 2002-08-19 Michael Snyder <msnyder@redhat.com>
1946
1947 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1948 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1949 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1950 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1951 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1952 CALL_DUMMY_ADDRESS): Delete.
1953 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1954 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1955 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1956 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1957 push_return_address.
1958 (mips_register_raw_size, mips_eabi_use_struct_convention,
1959 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1960 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1961 mips_init_extra_frame_info, mips_eabi_push_arguments,
1962 mips_n32n64_push_arguments, mips_push_return_address,
1963 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1964 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1965
1966 2002-08-19 Michael Snyder <msnyder@redhat.com>
1967
1968 * mips-tdep.c (mips_frame_num_args): New function.
1969 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1970 frame_saved_pc, frame_args_address, frame_locals_address,
1971 frame_num_args, and frame_args_skip.
1972 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1973 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1974 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1975 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1976
1977 2002-08-20 Michael Snyder <msnyder@redhat.com>
1978
1979 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1980 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1981 * mips-tdep.c (mips_store_struct_return): New function.
1982 (mips_extract_struct_value_address): New function.
1983 (mips_gdbarch_init): Set store_struct_return and
1984 extract_struct_value_address.
1985
1986 2002-08-20 David Carlton <carlton@math.stanford.edu>
1987
1988 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1989 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1990 (read_file_scope): Check that line_header is nonzero before
1991 decoding macro information.
1992
1993 2002-08-20 Mark Kettenis <kettenis@gnu.org>
1994
1995 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1996 flag the general-purpose registers as floating-point on targets
1997 that don't support the floating-point registers.
1998
1999 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2000
2001 * rs6000-tdep.c (altivec_register_p): Delete.
2002 (rs6000_do_altivec_registers): Delete.
2003 (rs6000_altivec_registers_info): Delete.
2004 (rs6000_do_registers_info): Delete.
2005 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2006 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2007
2008 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2009
2010 * infcmd.c (do_registers_info): Print vector registers in hex
2011 format only.
2012 (print_vector_info): Check that printing registers
2013 makes sense.
2014 (print_float_info): Ditto.
2015
2016 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2017
2018 * mips-tdep.c (mips_gdbarch_init): Update.
2019 (mips_o32_extract_return_value): Rewrite.
2020 (mips_o32_store_return_value): Rewrite.
2021 (mips_o32_xfer_return_value): New function.
2022 (mips_xfer_register): Tweak debug print message. Allow for
2023 buf_offset when dumping the value transfered.
2024
2025 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2026
2027 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2028 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2029 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2030 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2031 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2032
2033 2002-08-14 Michael Snyder <msnyder@redhat.com>
2034
2035 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2036
2037 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2038
2039 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2040 register.
2041 (P): New macro to define a register as a pseudo register.
2042 (R, R4, R8, R16, FR32, R64, R0): Updated.
2043 (struct variant): Add new fields for number of pseudo registers
2044 and number of total registers.
2045 (tot_num_registers): New macro replacing....
2046 (num_registers): ...deleted macro.
2047 (num_registers): New function.
2048 (num_pseudo_registers): New function.
2049 (variants): Update all variants to intialize new fields correctly.
2050 Postpone initialization of number of pseudo regs and real regs.
2051 (init_variants): New function.
2052 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2053 registers offsets.
2054
2055 2002-08-19 David Carlton <carlton@math.stanford.edu>
2056
2057 * valops.c (search_struct_field): Change error message to treat
2058 return value of 0 from value_static_field as meaning that field is
2059 optimized out.
2060 (value_struct_elt_for_reference): Ditto.
2061 * values.c (value_static_field): Treat an unresolved location the
2062 same as a nonexistent symbol. Fix PR gdb/635.
2063 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2064 enclosed. Fix PR gdb/574.
2065 * MAINTAINERS: Add self to Write After Approval list.
2066
2067 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2068
2069 * mips-tdep.c (mips_xfer_register): New function.
2070 (mips_n32n64_extract_return_value): Rewrite.
2071 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2072 instead of deprecated_extract_return_value.
2073
2074 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2075
2076 * rs6000-tdep.c (TDEP): Delete macro.
2077 (branch_dest): Replace use of TDEP macro with its body.
2078 (rs6000_pop_frame): Ditto.
2079 (rs6000_push_arguments): Ditto.
2080 (rs6000_skip_trampoline_code): Ditto.
2081 (rs6000_frame_saved_pc): Ditto.
2082 (rs6000_frame_chain): Ditto.
2083 (rs6000_register_name): Ditto.
2084 (rs6000_register_byte): Ditto.
2085 (rs6000_register_raw_size): Ditto.
2086 (rs6000_register_virtual_type): Ditto.
2087 (rs6000_register_convertible): Ditto.
2088 (rs6000_convert_from_func_ptr_addr): Ditto.
2089
2090 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2091
2092 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2093 conditionally.
2094 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2095 MIPS_LINUX_JB_ELEMENT_SIZE.
2096 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2097 for MAX_REGISTER_RAW_SIZE arrays.
2098 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2099 MIPS_LINUX_JB_ELEMENT_SIZE.
2100
2101 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2102
2103 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2104
2105 2002-08-19 Aidan Skinner <aidan@velvet.net>
2106
2107 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2108 ada-valprint.c ada-tasks.c.
2109 (YYFILES): Add ada-exp.y.
2110 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2111 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2112 (ada-exp.tab.o): New target.
2113
2114 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2115
2116 * regcache.c (regcache_xfer_part): New function.
2117 (regcache_raw_read_part): New function.
2118 (regcache_raw_write_part): New function.
2119 (regcache_cooked_read_part): New function.
2120 (regcache_cooked_write_part): New function.
2121 * regcache.h (regcache_raw_read_part): Declare.
2122 (regcache_raw_write_part): Declare.
2123 (regcache_cooked_read_part): Declare.
2124 (regcache_cooked_write_part): Declare.
2125
2126 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2127
2128 * remote.c (remote_open_1): Add async_p.
2129 (remote_async_open_1): Delete.
2130 (open_remote_target): Delete.
2131 (remote_open, extended_remote_open): Update calls to remote_open_1.
2132 (remote_async_open, extended_remote_async_open): Call
2133 remote_open_1 instead of remote_async_open_1.
2134
2135 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2136
2137 * blockframe.c: Fix a few coding standard violations.
2138
2139 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2140
2141 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2142 here from ...
2143 * config/i386/tm-i386sco5.h: ... here. File removed.
2144 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2145
2146 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2147 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2148 (TM_FILE): Set to tm-i386.h.
2149 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2150 * config/i386/tm-i386v.h: Remove file.
2151 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2152 instead of "i386/tm-i386v.h".
2153 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2154 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2155 "i386/tm-i386v.h".
2156 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2157 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2158 "i386/tm-i386.h".
2159
2160 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2161
2162 * config/i386/nm-i386v.h: Add protection against
2163 multiple-inclusion.
2164 (i386_register_u_addr): Remove prototype.
2165 (register_u_addr): New prototype.
2166 (REGISTER_U_ADDR): Redefine accordingly.
2167 * i386v-nat.c: Improve several comments.
2168 (i386_register_u_addr): Change signature and rename to
2169 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2170 ubase variable.
2171
2172 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2173
2174 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2175 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2176 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2177 deprecated_extract_return_value.
2178 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2179 rename mips_o32o64_push_arguments.
2180 (mips_gdbarch_init): Update.
2181 (mips_extract_return_value): Delete.
2182 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2183 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2184 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2185 (mips_n32n64_extract_return_value): Clone
2186 mips_extract_return_value.
2187 (mips_store_return_value): Delete.
2188 (mips_o32_store_return_value): Clone mips_store_return_value.
2189 (mips_o64_store_return_value): Clone mips_store_return_value.
2190 (mips_eabi_store_return_value): Clone mips_store_return_value.
2191 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2192
2193 2002-08-18 Aidan Skinner <aidan@velvet.net>
2194
2195 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2196 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2197
2198 2002-08-18 Aidan Skinner <aidan@velvet.net>
2199
2200 * ada-lang.c: Run through gdb_indent.sh.
2201 * ada-lang.h: Run through gdb_indent.sh.
2202 * ada-tasks.c: Run through gdb_indent.sh.
2203 * ada-typeprint.c: Run through gdb_indent.sh.
2204 * ada-valprint.c: Run through gdb_indent.sh.
2205
2206 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2207
2208 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2209 ABI.
2210
2211 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2212
2213 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2214
2215 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2216 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2217
2218 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2219 write_register_gen instead of write_register_bytes.
2220
2221 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2222 i[3456]-*-osf1mk* configurations have been made obsolete.
2223 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2224 i[3456]86-*-osf1mk* hosts obsolete.
2225 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2226 targets obsolete.
2227 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2228 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2229 config/i386/i386m3.mt, config/i386/nm-m3.h,
2230 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2231 config/i386/i386mk.mh, config/i386/i386mk.mt,
2232 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2233 obsolete.
2234 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2235 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2236 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2237
2238 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2239
2240 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2241 (hppa_value_returned_from_stack): Declare.
2242 (hppa_extract_return_value): Declare.
2243 * config/pa/hppa.mt: New file.
2244 * configure.tgt: Recognize hppa*-*-*.
2245 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2246
2247 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2248
2249 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2250 comment.
2251
2252 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2253
2254 * top.c (gdb_rl_operate_and_get_next): Make sure
2255 operate-and-get-next functions correctly even when the history
2256 list is completely filled.
2257
2258 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2259
2260 * MAINTAINERS (Target Instruction Set Architectures): Rename
2261 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2262 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2263 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2264 already listed under Host/Native.
2265
2266 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2267 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2268 mips*-*-*.
2269
2270 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2271
2272 * config/ia64/ia64.mt: New file.
2273 * config/alpha/alpha.mt: New file.
2274 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2275 ia64-linux-gnu. Mention that ia64-elf is broken.
2276 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2277
2278 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2279
2280 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2281 generic_func_frame_valid instead of func_frame_valid.
2282
2283 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2284
2285 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2286 procfs appears to be broken when debugging on multi-processor
2287 machines. So enable software single stepping in order to avoid
2288 using the procfs interface to do next/step operations, using
2289 internal breakpoints instead.
2290
2291 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2292 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2293 make this pc address equal to the value it would have if the
2294 system stepping capability was used. Also set a new flag used
2295 to ensure that we don't readjust the PC one more time later.
2296
2297 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2298 address by DECR_PC_AFTER_BREAK when software single step is
2299 in use for this architecture, as this has already been taken
2300 care of in handle_inferior_event().
2301
2302 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2303
2304 * infrun.c (handle_inferior_event): Minor reformatting, to make
2305 a rather long condition expression easier to read.
2306
2307 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2308
2309 * Makefile.in (gdbtk.o): Move to end of file.
2310 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2311 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2312 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2313 (gdbtk-wrapper.o, gdbres.o): Ditto.
2314
2315 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2316
2317 * Makefile.in (copying.o): Separate out compile rule.
2318 (hpux-thread.o, procfs.o, signals.o): Ditto.
2319 (v850ice.o, z8k-tdep.o): Ditto.
2320 (tui-file.o): Move to TUI section.
2321 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2322 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2323
2324 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2325
2326 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2327 skip_trampoline_code, for better namespace-proofing.
2328
2329 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2330
2331 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2332
2333 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2334
2335 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2336
2337 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2338 signal, check whether we hit a breakpoint before checking for a
2339 single step breakpoint. Otherwise, GDB fails to notice that a
2340 breakpoint has been hit when stepping onto a breakpoint.
2341
2342 2002-08-16 Keith Seitz <keiths@redhat.com>
2343
2344 * gdb-events.sh (clear_gdb_event_hooks): New function.
2345 * gdb-events.c: Regenerate.
2346 * gdb-events.h: Regenerate.
2347
2348 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2349
2350 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2351 not_a_sw_breakpoint.
2352 * breakpoint.h (bpstat_stop_status): Add parameter names.
2353
2354 2002-08-16 Grace Sainsbury <graces@redhat.com>
2355
2356 * remote.c (remote_insert_hw_breakpoint)
2357 (remote_remove_hw_breakpoint): Fix calculation of length field
2358 for Z-packet.
2359
2360 2002-08-15 Michael Snyder <msnyder@redhat.com>
2361
2362 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2363 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2364 (supply_fpregset): Ditto.
2365
2366 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2367 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2368 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2369 (TARGET_READ_SP): Delete.
2370 (DO_REGISTERS_INFO): Delete.
2371 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2372 Delete.
2373 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2374 from macros to functions.
2375
2376 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2377 (mips_register_convertible, mips_register_convert_to_virtual,
2378 mips_register_convert_to_raw): Make static.
2379 (mips_read_sp): New function.
2380 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2381 (mips_do_registers_info): Make static.
2382 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2383 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2384 (mips_register_convert_from_type, mips_register_convert_to_type):
2385 New functions.
2386 (mips_gdbarch_init): Set up function_start_offset,
2387 register_virtual_size, pc_in_sigtramp.
2388
2389 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2390
2391 * infcmd.c (vector_info): New function.
2392 (_initialize_infcmd): Add command "info vector".
2393 (print_vector_info): New function.
2394
2395 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2396 * gdbarch.h, gdbarch.c: Regenerate.
2397
2398 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2399
2400 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2401 ``print_all''. Only print vector registers when ``print_all''.
2402
2403 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2404
2405 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2406 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2407
2408 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2409 Add `args' parameter.
2410 * gdbarch.h, gdbarch.c: Regenerate.
2411
2412 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2413
2414 * infcmd.c (float_info): Call print_float_info.
2415 (print_float_info): New function. By default, print the
2416 floating-point registers.
2417
2418 * arch-utils.h (default_print_float_info): Delete declaration.
2419 * arch-utils.c (default_print_float_info): Delete function.
2420
2421 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2422
2423 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2424 out define.
2425
2426 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2427 FRAME.
2428
2429 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2430 * configure.host: Make i[3456]86-*-aix host obsolete.
2431 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2432 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2433 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2434 config/i386/xm-i386aix.h: Make files obsolete.
2435 * i386aix-nat.c: Make file obsolete.
2436 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2437 (i386aix-nat.o): Make target obsolete.
2438
2439 * config/i386/nm-gnu.h: Removed.
2440 * config/i386/nm-i386gnu.h: New file.
2441 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2442 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2443 Moved here from ...
2444 * config/i386/tm-i386gnu.h: ... here. Removed.
2445 * config/i386/xm-i386gnu.h: Removed.
2446 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2447 (NAT_FILE): Set to nm-i386gnu.h.
2448 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2449 * i386-tdep.c: New file.
2450 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2451 (i386gnu-tdep.o): Specify dependencies.
2452
2453 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2454
2455 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2456 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2457 Adjust a few comments to reflect reality a bit closer.
2458 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2459 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2460 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2461 target_insert_watchpoint, target_remove_watchpoint):
2462 Move defines to ...
2463 * config/i386/nm-i386sco5.h: ... here.
2464 (kernel_u_size): Add prototype. Improve a few comments and add
2465 protection against multiple inclusion.
2466
2467 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2468 out define.
2469
2470 * uw-thread.c (SP_ARG0): Define if not already defined.
2471 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2472
2473 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2474
2475 * config/i386/tm-i386.h: Don't include "regcache.h".
2476
2477 * i387-tdep.h (i387_print_float_info): New prototype.
2478 * i387-tdep.c (print_i387_value, print_i387_ext,
2479 print_i387_status_word, print_i387_control_word): Add `struct
2480 ui_file *' argument and use it for output.
2481 (i387_print_float_info): Renamed from i387_float_info. Add
2482 `struct gdbarch *' and `struct ui_file *' arguments and use the
2483 latter for output.
2484 * i386-tdep.c: Include "i387-tdep.h".
2485 (i386_gdbarch_init): Set print_float_info.
2486 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2487 (FLOAT_INFO): Remove define.
2488
2489 2002-08-13 Michael Snyder <msnyder@redhat.com>
2490
2491 * mips-tdep.c (mips_push_arguments): Rename to
2492 mips_eabi_push_arguments, and tune for EABI.
2493 (MIPS_REGS_HAVE_HOME_P): Delete.
2494 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2495 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2496 Delete references to mips_regs_have_home_p.
2497
2498 2002-08-14 Keith Seitz <keiths@redhat.com>
2499
2500 * Makefile.in (install-gdbtk): Create insight plugin directory.
2501 Install plugins.tcl file.
2502
2503 2002-08-14 Keith Seitz <keiths@redhat.com>
2504
2505 * configure.in: Move SUBDIRS to near top of the file so that
2506 --enable options may add things to it.
2507 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2508 * configure: Regenerate.
2509
2510 2002-08-13 Michael Snyder <msnyder@redhat.com>
2511
2512 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2513 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2514 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2515
2516 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2517
2518 * vax-tdep.c (vax_get_saved_register): Delete function.
2519 (vax_gdbarch_init): Update.
2520 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2521 (ns32k_gdbarch_init): Update.
2522 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2523 (alpha_gdbarch_init): Update.
2524
2525 2002-08-13 Andrew Cagney <cagney@redhat.com>
2526
2527 * regcache.c (init_regcache_descr): Overallocate the
2528 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2529 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2530 nr_raw_registers.
2531 (set_register_cached): Add range checking assertions. Use
2532 current_regcache.
2533
2534 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2535
2536 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2537 numbers for MMX registers.
2538
2539 2002-08-13 Andrew Cagney <cagney@redhat.com>
2540
2541 * i386-tdep.c (i386_gdbarch_init): Use
2542 generic_unwind_get_saved_register.
2543
2544 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2545
2546 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2547 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2548 target vector.
2549 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2550 Delete. Add comment regarding this now-deleted target method.
2551
2552 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2553
2554 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2555 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2556 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2557 real PC and the page number (if it's within the memory bank window).
2558 (m68hc11_pseudo_register_write): Likewise when saving.
2559 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2560 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2561 (m68hc11_register_raw_size): And use 32-bit for it.
2562 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2563 16K memory bank is used by the prog; also use the virtual pc.
2564
2565 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2566
2567 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2568 (m68hc11_gdbarch_init): Install it in gdbarch.
2569 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2570 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2571 (MSYMBOL_SIZE): New for documentation.
2572 (insn_return_kind): Enum to specify how a function returns.
2573 (frame_extra_info): Cleanup and record the return mode.
2574 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2575 register in address computation.
2576 (m68hc11_get_return_insn): New to obtain the return instruction used
2577 by the function.
2578 (m68hc11_frame_init_saved_regs): Take into account the return
2579 instruction used by the function for far and interrupt functions.
2580 (m68hc11_init_extra_frame_info): Take into account page register.
2581 (m68hc11_frame_args_address): Adjust according to the return mode.
2582 (show_regs): Print page register only when it's used.
2583
2584 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2585
2586 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2587 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2588 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2589 registers.
2590 (m68hc11_register_raw_size): Likewise.
2591
2592 2002-08-13 Andrew Cagney <cagney@redhat.com>
2593
2594 * i386-tdep.c (i386_register_name): Handle mmx registers.
2595 (mmx_regnum_p): New function.
2596 (i386_mmx_names): New array.
2597 (mmx_num_regs): New variable.
2598 (i386_pseudo_register_read): New function.
2599 (i386_pseudo_register_write): New function.
2600 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2601
2602 * regcache.c (regcache_raw_read_unsigned): New function.
2603 (regcache_raw_read_signed): New function.
2604 * regcache.h (regcache_raw_read_unsigned): Declare.
2605 (regcache_raw_read_signed): Declare.
2606
2607 2002-08-13 Andrew Cagney <cagney@redhat.com>
2608
2609 * regcache.c (regcache_raw_read_as_address): Delete function.
2610 (regcache_cooked_read_signed): New function.
2611 (regcache_cooked_read_unsigned): New function.
2612 * regcache.h (regcache_cooked_read_signed): Declare.
2613 (regcache_cooked_read_unsigned): Declare.
2614 (regcache_raw_read_as_address): Delete declaration.
2615
2616 * blockframe.c (generic_read_register_dummy): Use
2617 regcache_cooked_read_unsigned.
2618 * i386-tdep.c (i386_extract_struct_value_address): Use
2619 regcache_cooked_read_unsigned.
2620
2621 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2622
2623 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2624 double sizes according to ELF ABI flags.
2625 (gdbarch_tdep): Record elf_flags.
2626
2627 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2628
2629 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2630 (m6812_prolog): They can appear in 68HC12 function prologue.
2631 (m68hc11_frame_chain): Cleanup.
2632
2633 2002-08-12 Andrew Cagney <cagney@redhat.com>
2634
2635 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2636 declarations.
2637 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2638 (i386_linux_register_raw_size): Delete function.
2639 (i386_linux_init_abi): Update.
2640 * i386-tdep.c (i386_register_raw_size): Delete function.
2641 (i386_register_byte): Delete function.
2642 (i386_gdbarch_init): Update.
2643 (i386_register_size): Delete array.
2644 (i386_register_offset): Delete array.
2645
2646 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2647 (REGISTER_RAW_SIZE): Delete macro.
2648 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2649 (REGISTER_BYTE): Delete macro.
2650
2651 2002-08-11 Aidan Skinner <aidan@velvet.net>
2652
2653 * ada-lang.c (ada_lookup_partial_symbol)
2654 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2655 prototype names so that grep ^func works properly.
2656
2657 * ada-lang.c (ada_array_element_type)
2658 (ada_lookup_partial_symbol): Fix typos in parameter list.
2659
2660 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2661 Fix prototype names so that grep ^func works properly.
2662
2663 2002-08-10 Andrew Cagney <cagney@redhat.com>
2664 Elena Zannoni <ezannoni@redhat.com>
2665 Martin M. Hunt <hunt@redhat.com>
2666
2667 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2668 (build_builtin_type_vec128i): Set the vector bit.
2669 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2670 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2671 (build_builtin_type_vec64): New function.
2672 (build_builtin_type_vec64i): New function.
2673 (build_gdbtypes): Initialize builtin_type_vec64 and
2674 builtin_type_vec64i.
2675
2676 2002-08-09 Andrew Cagney <cagney@redhat.com>
2677
2678 * regcache.c (regcache_dump): Compare the register offset
2679 with REGISTER_BYTE.
2680 * arch-utils.c (generic_register_byte): New function.
2681 * arch-utils.h (generic_register_byte): Declare.
2682 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2683 * gdbarch.h, gdbarch.c: Regenerate.
2684
2685 2002-08-09 Andrew Cagney <cagney@redhat.com>
2686
2687 * regcache.c: Include "gdbcmd.h"
2688 (_initialize_regcache): Add commands "maintenance print
2689 registers", "maintenance print raw-registers" and "maintenance
2690 print cooked-registers".
2691 (enum regcache_dump_what): Define.
2692 (dump_endian_bytes): New function.
2693 (regcache_dump): New function.
2694 (regcache_print): New function.
2695 (maintenance_print_registers): New function.
2696 (maintenance_print_raw_registers): New function.
2697 (maintenance_print_cooked_registers): New function.
2698 * Makefile.in (regcache.o): Update dependencies.
2699
2700 2002-08-09 Michael Snyder <msnyder@redhat.com>
2701
2702 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2703 (mips_push_arguments): Correct some comments. Use paddr_nz
2704 for printing addresses in debug output. Replace static
2705 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2706 (mips_n32n64_push_arguments): New function, cloned from
2707 mips_push_arguments and tuned for the n32/n64 ABI.
2708 (mips_push_register): Buffer needs dynamic allocation.
2709 (mips_print_register): Ditto.
2710 (do_gp_register_row): Ditto.
2711 (mips_store_return_value): Ditto.
2712 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2713
2714 2002-08-09 Don Howard <dhoward@redhat.com>
2715
2716 * memattr.c (mem_info_command): Print special case of upper bound
2717 as max CORE_ADDR + 1.
2718
2719 2002-08-08 Michael Snyder <msnyder@redhat.com>
2720
2721 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2722 returns structs by ref if they're too big to fit in two registers.
2723
2724 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2725
2726 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2727 saved regs value.
2728 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2729 mips_find_saved_regs().
2730 (mips_pop_frame): Likewise.
2731
2732 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2733
2734 * blockframe.c (frame_saved_regs_register_unwind): Revise
2735 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2736 frames are in use.
2737
2738 2002-08-09 Grace Sainsbury <graces@redhat.com>
2739
2740 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2741 T-packets; the 'a' is not taken as a register number.
2742 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2743 (remote_stopped_data_address): New functions; add to target
2744 vector.
2745 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2746 prototypes to match other implementations of this
2747 function. replace integer argument with pointer -- the length
2748 field in the Z-packet is the length of what is pointed to or 1 if
2749 pointer is null. Add to target vector.
2750 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2751 target vector.
2752
2753 From Mark Salter:
2754 * remote.c (remote_wait): Add support to extract optional
2755 watchpoint information from T-packet. Ignore unrecognized
2756 optional info in T-packet.
2757 (remote_async_wait): Ditto.
2758
2759 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2760
2761 * cli/cli-dump.c: Change fopen modes to use binary open modes
2762 as defined in include/fopen-bin.h throughout.
2763
2764 2002-08-08 Michael Snyder <msnyder@redhat.com>
2765
2766 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2767
2768 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2769
2770 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2771 assertion failure by returning early after a warning.
2772
2773 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2774
2775 * mips-tdep.c (mips_find_saved_regs): Make static.
2776 (mips_frame_init_saved_regs): New function.
2777 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2778 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2779 (mips_find_saved_regs): Delete declaration.
2780
2781 2002-08-08 Grace Sainsbury <graces@redhat.com>
2782
2783 * remote.c (remote_wait, remote_async_wait): Change
2784 thread_num from int to ULONGEST.
2785 (unpack_varlen_hex): Change result parameter from
2786 int * to ULONGEST *.
2787
2788 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2789
2790 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2791 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2792 powerpc*-*-*.
2793 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2794
2795 2002-08-08 Andrew Cagney <cagney@redhat.com>
2796
2797 * gcore.c (override_derive_stack_segment): Delete variable.
2798 (preempt_derive_stack_segment): Delete function.
2799 (derive_stack_segment): Delete function.
2800 (default_derive_stack_segment): Renamed to derive_stack_segment.
2801 (override_derive_heap_segment): Delete variable.
2802 (preempt_derive_heap_segment): Delete function.
2803 (derive_heap_segment): Delete function.
2804 (default_derive_heap_segment): Rename to derive_heap_segment.
2805
2806 2002-08-06 Michael Snyder <msnyder@redhat.com>
2807
2808 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2809 * mips-tdep.c (mips_EABI_use_struct_convention,
2810 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2811 New functions. (mips_use_struct_convention): Delete.
2812 (mips_gdbarch_init): set use_gdbarch_convention.
2813
2814 2002-08-06 Michael Snyder <msnyder@redhat.com>
2815
2816 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2817 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2818 mips_o32_reg_struct_has_addr): New functions.
2819 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2820
2821 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2822
2823 * regcache.c (pseudo_register): Delete function.
2824 (fetch_register): Delete function.
2825 (store_register): Delete function.
2826 (regcache_raw_read, legacy_read_register_gen): Use
2827 target_fetch_registers instead of fetch_register.
2828 (legacy_write_register_gen, regcache_raw_write): Use
2829 target_store_register instead of store_register.
2830 (write_register_bytes): Ditto.
2831
2832 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2833 (STORE_PSEUDO_REGISTER): Delete.
2834 * gdbarch.h, gdbarch.c: Regenerate.
2835
2836 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2837
2838 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2839 write dump file binary.
2840
2841 2002-08-05 Michael Snyder <msnyder@redhat.com>
2842
2843 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2844 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2845 (mips_gdbarch_init): Set N32 target to be mips64.
2846
2847 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2848
2849 * frame.c (find_saved_register): Break out of loop once saved
2850 register address is found. Don't mention sparc in loop comment
2851 anymore.
2852
2853 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2854
2855 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2856 mips_default_saved_regsize to 8.
2857
2858 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2859
2860 * gcore.c: Do not include <sys/procfs.h>.
2861 * Makefile.in (gcore.o): Update dependencies.
2862
2863 2002-08-06 Andrew Cagney <cagney@redhat.com>
2864
2865 * configure.tgt: Make arc-*-* obsolete.
2866 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2867 * MAINTAINERS: Make arc-elf obsolete.
2868 * arc-tdep.c: Make file obsolete.
2869 * config/arc/arc.mt: Ditto.
2870 * config/arc/tm-arc.h: Ditto.
2871
2872 2002-08-05 Theodore A. Roth <troth@verinet.com>
2873
2874 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2875
2876 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2877
2878 * mcore-tdep.c (mcore_gdbarch_init): Use
2879 generic_unwind_get_saved_register instead of
2880 generic_get_saved_register.
2881 * v850-tdep.c (v850_gdbarch_init): Ditto.
2882 * frv-tdep.c (frv_gdbarch_init): Ditto.
2883 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2884 * s390-tdep.c (s390_gdbarch_init): Ditto.
2885 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2886 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2887 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2888
2889 2002-08-05 Joel Brobecker <brobecker@gnat.com>
2890
2891 * objfiles.h: Add missing #include "symfile.h"
2892
2893 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2894
2895 2002-08-04 Andrew Cagney <ac131313@redhat.com>
2896
2897 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2898 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2899 of FIELD_BITSIZE.
2900
2901 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
2902
2903 * NEWS: Cleanup and nitpick.
2904
2905 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2906
2907 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2908
2909 2002-08-03 Andrew Cagney <ac131313@redhat.com>
2910
2911 * Makefile.in (gdbtk-bp.o): Update dependencies.
2912 (gdbtk-register.o): Ditto.
2913 (gdbtk-varobj.o): Ditto.
2914
2915 2002-08-03 Andrew Cagney <cagney@redhat.com>
2916
2917 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2918 m68hc11_fetch_pseudo_register.
2919 (m68hc11_pseudo_register_write): Replace
2920 m68hc11_store_pseudo_register.
2921 (m68hc11_gdbarch_init): Update.
2922
2923 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2924
2925 * gdbarch.sh: Include "gdb_string.h".
2926 * gdbarch.c: Regenerate.
2927
2928 * regcache.c: Include "gdb_string.h".
2929 * ax-general.c: Ditto.
2930 * varobj.c: Ditto.
2931 * std-regs.c: Ditto.
2932 * fbsd-proc.c: Ditto.
2933 * thread.c: Ditto.
2934
2935 * Makefile.in (regcache.o): Update dependencies.
2936 (thread.o, gdbarch.o): Ditto.
2937 (ax-general.o, gdbarch.o): Ditto.
2938 (varobj.o, std-regs.o): Ditto.
2939 (fbsd-proc.o): Specify dependencies.
2940
2941 2002-08-02 Andrew Cagney <cagney@redhat.com>
2942
2943 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2944 regnum.
2945 (regcache_cooked_write): Ditto.
2946
2947 2002-08-02 Andrew Cagney <ac131313@redhat.com>
2948
2949 * regcache.c (regcache_cooked_read): New function.
2950 (regcache_cooked_write): New function.
2951 (read_register_gen): Rewrite using regcache_cooked_read.
2952 (write_register_gen): Rewrite using regcache_cooked_write.
2953
2954 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2955 Declare.
2956
2957 2002-08-02 Andrew Cagney <cagney@redhat.com>
2958
2959 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2960 Replace the architecture methods register_read and register_write.
2961 * gdbarch.h, gdbarch.c: Regenerate.
2962 * regcache.c (init_regcache_descr): Update.
2963 (read_register_gen): Update.
2964 (write_register_gen): Update.
2965 (supply_register): Update comment.
2966
2967 * sh-tdep.c (sh_gdbarch_init): Update.
2968 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2969 `regcache' and `gdbarch' parameters. Make `buffer' a void
2970 pointer. Update code.
2971 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2972 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2973 void pointer. Update code.
2974 (sh64_register_write): Delete.
2975 (sh4_register_read): Delete.
2976 (sh64_register_read): Delete.
2977 (sh4_register_write): Delete.
2978 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2979 void pointer, `to' parameter a void pointer.
2980 (sh_sh64_register_convert_to_raw): Ditto.
2981
2982 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2983
2984 * mips-tdep.c (mips_register_virtual_type): Use architecture
2985 invariant return values.
2986
2987 2002-08-01 Andrew Cagney <cagney@redhat.com>
2988
2989 * linux-proc.c: Include "gdb_string.h".
2990 * Makefile.in (linux-proc.o): Update dependency list.
2991
2992 2002-08-01 Kevin Buettner <kevinb@redhat.com>
2993
2994 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2995 comment.
2996
2997 2002-08-01 Grace Sainsbury <graces@redhat.com>
2998
2999 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3000 to_insert_watchpoint, to_remove_watchpoint,
3001 to_stopped_by_watchpoint, to_stopped_data_address,
3002 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3003 target vecctor. Define their corresponding macros so they call
3004 them.
3005
3006 * target.c: Add default and debug versions of for
3007 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3008 to_insert_watchpoint, to_remove_watchpoint,
3009 to_stopped_by_watchpoint, to_stopped_data_address,
3010 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3011
3012 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3013
3014 * mips-tdep.c (mips_register_virtual_type): New function.
3015 (mips_gdbarch_init): Register mips_register_virtual_type()
3016 with gdbarch machinery.
3017 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3018 this file instead of tm-bigmips.h.
3019 (MIPS_REGSIZE): Delete this macro.
3020 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3021 multiarch version in mips-tdep.c will be found.
3022
3023 2002-08-01 Andrew Cagney <cagney@redhat.com>
3024
3025 * NEWS: Menion that CHILL has been made obsolete.
3026
3027 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3028 * stabsread.c (read_range_type): Ditto.
3029 * gdbtypes.h: Ditto.
3030 * language.c (binop_type_check): Ditto.
3031 (binop_result_type): Ditto.
3032 (integral_type): Ditto.
3033 (character_type): Ditto.
3034 (string_type): Ditto.
3035 (boolean_type): Ditto.
3036 (structured_type): Ditto.
3037 (lang_bool_type): Ditto.
3038 (binop_type_check): Ditto.
3039 * language.h (_LANG_chill): Ditto.
3040 * dwarfread.c (set_cu_language): Ditto.
3041 * dwarfread.c (CHILL_PRODUCER): Ditto.
3042 * dwarfread.c (handle_producer): Ditto.
3043 * expression.h (enum exp_opcode): Ditto.
3044 * eval.c: Ditto for comments.
3045 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3046 * expprint.c (print_subexp): Ditto.
3047 (print_subexp): Ditto.
3048 * valops.c (value_cast): Ditto.
3049 (search_struct_field): Ditto.
3050 * value.h (COERCE_VARYING_ARRAY): Ditto.
3051 * symfile.c (init_filename_language_table): Ditto.
3052 (add_psymbol_with_dem_name_to_list): Ditto.
3053 * valarith.c (value_binop): Ditto.
3054 (value_neg): Ditto.
3055 * valops.c (value_slice): Ditto.
3056 * symtab.h (union language_specific): Ditto.
3057 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3058 (SYMBOL_DEMANGLED_NAME): Ditto.
3059 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3060 * defs.h (enum language): Ditto.
3061 * symtab.c (got_symtab): Ditto.
3062 * utils.c (fprintf_symbol_filtered): Ditto.
3063
3064 * ch-typeprint.c: Make file obsolete.
3065 * ch-valprint.c: Make file obsolete.
3066 * ch-lang.h: Make file obsolete.
3067 * ch-exp.c: Make file obsolete.
3068 * ch-lang.c: Make file obsolete.
3069
3070 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3071 CHILL_LIB.
3072 (TARGET_FLAGS_TO_PASS): Ditto.
3073 (CHILLFLAGS): Obsolete.
3074 (CHILL): Obsolete.
3075 (CHILL_FOR_TARGET): Obsolete.
3076 (CHILL_LIB): Obsolete.
3077 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3078 ch-valprint.c.
3079 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3080 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3081 ch-lang.o.
3082 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3083 targets.
3084
3085 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3086
3087 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3088 This does not change anything at the moment, but will be helpful
3089 later when full Ada support is integrated.
3090
3091 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3092
3093 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3094 help message.
3095
3096 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3097
3098 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3099 and save it in a local variable. Use variable in later test.
3100
3101 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3102
3103 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3104 test. (Thanks to Daniel Jacobowitz.)
3105
3106 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3107
3108 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3109 (mips_abi_strings): Add "n64".
3110 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3111
3112 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3113
3114 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3115 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3116
3117 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3118
3119 * utils.c (host_pointer_to_address, address_to_host_pointer):
3120 Use gdb_assert() instead of explicit call to internal_error().
3121
3122 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3123
3124 * Makefile.in (rs6000-nat.o): Update dependencies.
3125
3126 From Nicholas Duffek:
3127 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3128 (aix-thread.o): New rule.
3129 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3130 * config/powerpc/aix432.mh: New file.
3131
3132 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3133
3134 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3135 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3136 (fetch_core_registers, ppc_linux_supply_gregset)
3137 (ppc_linux_supply_fpregset): New functions.
3138 (ppc_linux_regset_core_fns): New.
3139 (_initialize_ppc_linux_tdep): Call add_core_fns.
3140 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3141 and ppc_linux_supply_gregset.
3142 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3143 (supply_fpregset): Call ppc_linux_supply_fpregset.
3144 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3145 corelow.o.
3146 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3147
3148 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3149
3150 * symtab.c (lookup_symbol): Demangle before lowercasing.
3151
3152 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3153
3154 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3155 declaration.
3156 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3157 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3158 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3159 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3160 "gdb_string.h".
3161 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3162 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3163 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3164 (avr-tdep.o, mon960-rom.o): Ditto.
3165 (aout_stabs_gnu_h): Define.
3166 (symtab_h): Remove $(gdb_obstack_h).
3167
3168 2002-07-30 Jim Blandy <jimb@redhat.com>
3169
3170 Patch from David Carlton <carlton@math.stanford.edu>:
3171 * gdbinit.in: Move the `dir' commands that add GDB's own source
3172 directory to the search path to the end, so that the `gdb' source
3173 directory will be searched first.
3174
3175 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3176
3177 * gdb_obstack.h: New file.
3178 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3179 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3180 * objfiles.h: Include "gdb_obstack.h".
3181 * Makefile.in (gdb_obstack_h): Define.
3182 (symtab_h): Add $(gdb_obstack_h).
3183 (objfiles_h): Add $(gdb_obstack_h).
3184
3185 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3186 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3187 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3188 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3189 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3190 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3191 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3192 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3193
3194 * Makefile.in (bcache.o): Update dependencies.
3195 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3196 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3197 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3198 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3199 (stabsread.o, symfile.o, symmisc.o): Ditto.
3200 (symtab.o, typeprint.o, macroexp.o): Ditto.
3201 (macrotab.o, mdebugread.o): Ditto.
3202 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3203 (coff_ecoff_h, aout_aout64_h): Define.
3204 (aout_stabs_gnu_h, libaout_h): Define.
3205
3206 2002-07-29 Andrew Cagney <cagney@redhat.com>
3207
3208 * regcache.c (struct regcache_descr): Rename nr_registers to
3209 nr_cooked_registers. Revise comments describing the structure
3210 member fields.
3211 (init_regcache_descr): Update.
3212 (init_legacy_regcache_descr): Update.
3213 (read_register_gen, write_register_gen): When a cooked register in
3214 the raw register range, directly access the value from the raw
3215 register cache.
3216
3217 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3218
3219 * z8k-tdep.c: Do not include "obstack.h".
3220 * h8300-tdep.c, h8500-tdep.c: Ditto.
3221 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3222 * valprint.c, v850-tdep.c: Ditto.
3223 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3224 * mn10200-tdep.c: Ditto.
3225
3226 * Makefile.in (z8k-tdep.o): Update dependencies.
3227 (m68hc11-tdep.o, valprint.o): Ditto.
3228 (v850-tdep.o, d10v-tdep.o): Ditto.
3229 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3230 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3231 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3232 (sh_opc_h, gdb_sim_sh_h): Define.
3233 (elf_sh_h, elf_bfd_h): Define.
3234 (opcode_m68hc11_h): Define.
3235 (OPCODES_SRC, OPCODES_DIR): define.
3236 (OPCODES): Use $(OPCODES_DIR).
3237 (gdb_sim_d10v_h): Rename sim_d10v_h.
3238 (gdb_sim_arm_h): Rename sim_arm_h.
3239
3240 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3241
3242 * utils.c (host_pointer_to_address, address_to_host_pointer):
3243 Change internal_error() message to indicate function responsible
3244 for the error.
3245
3246 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3247
3248 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3249 calls to local_hex_string_custom().
3250
3251 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3252
3253 * irix5-nat.c: Move IRIX shared library support from here...
3254 * solib-irix.c: ...to here. Revised substantially to work with
3255 generic solib framework.
3256
3257 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3258 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3259 * mips-irix-tdep.c: New file.
3260
3261 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3262 (mips-irix-tdep.o, solib-irix.o): New rules.
3263 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3264 solib-irix.o.
3265 * config/mips/irix6.mt (TDEPFILES): Likewise.
3266 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3267
3268 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3269
3270 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3271 disabled (via ``#if 0'') includes.
3272
3273 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3274
3275 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3276 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3277 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3278 Add support for the fpscr register.
3279 * rs6000-nat.c (regmap, fetch_inferior_registers)
3280 (store_inferior_registers, fetch_core_registers): Likewise.
3281
3282 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3283
3284 * rs6000-nat.c (language.h): Include.
3285 (special_regs): Delete this array.
3286 (regmap): New function.
3287 (fetch_register, store_register): Use regmap() to map gdb
3288 register numbers to ptrace register numbers. Also, use
3289 outputs from regmap() to make decisions regarding type of
3290 ptrace() call to make. In particular, don't compare against
3291 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3292 (fetch_inferior_registers, store_inferior_registers): Where
3293 possible, obtain register numbers from tdep struct. Don't
3294 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3295 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3296 (LAST_UISA_SP_REGNUM): Delete.
3297
3298 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3299
3300 * rs6000-nat.c (ppc-tdep.h): Include.
3301 (fetch_registers, store_register, fetch_core_registers): Don't
3302 access registers[] directly. Instead, use supply_register() or
3303 regcache_collect() as appropriate.
3304 (find_toc_address): Format hex address with local_hex_string().
3305
3306 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3307
3308 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3309 bfd/elf32-frv.c.
3310
3311 2002-07-24 Tom Tromey <tromey@redhat.com>
3312
3313 * jv-exp.y: Marked all strings with _().
3314 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3315 internal_error.
3316 (MethodInvocation, CastExpression, parse_number, yyerror,
3317 java_type_from_name, push_expression_name, yylex): Typo fixes.
3318
3319 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3320
3321 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3322 (tee_file_flush, tee_file_write, tee_file_fputs)
3323 (tee_file_isatty): New.
3324 * ui-file.h (tee_file_new): Add prototype.
3325
3326 2002-07-24 Aidan Skinner <aidan@velvet.net>
3327
3328 * ada-lang.c: Change k&r style function definitions to prototyped
3329 form.
3330 * ada-typeprint.c: Change k&r style function definitions to prototyped
3331 form.
3332 * ada-valprint.c: Change k&r style function definitions to prototyped
3333 form.
3334
3335 2002-07-24 Andrew Cagney <cagney@redhat.com>
3336
3337 * README: Remove reference to remote-bug.
3338 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3339 remote-bug.c.
3340 (m88k-nat.o): Delete rule.
3341 (m88k-tdep.o): Delete rule.
3342 (remote-bug.o): Delete rule.
3343 * MAINTAINERS: Mark as obsolete.
3344 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3345 * m88k-tdep.c: Make file obsolete.
3346 * config/m88k/m88k.mh: Ditto.
3347 * config/m88k/delta88v4.mh: Ditto.
3348 * config/m88k/delta88v4.mt: Ditto.
3349 * config/m88k/delta88.mt: Ditto.
3350 * config/m88k/delta88.mh: Ditto.
3351 * remote-bug.c: Ditto.
3352 * config/m88k/tm-delta88.h: Ditto.
3353 * config/m88k/nm-delta88v4.h: Ditto.
3354 * config/m88k/xm-delta88.h: Ditto.
3355 * config/m88k/xm-dgux.h: Ditto.
3356 * config/m88k/tm-m88k.h: Ditto.
3357 * config/m88k/nm-m88k.h: Ditto.
3358 * config/m88k/tm-delta88v4.h: Ditto.
3359 * m88k-nat.c: Ditto.
3360 * cxux-nat.c: Ditto.
3361 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3362 and m88*-*-* obsolete.
3363 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3364 m88*-*-* obsolete.
3365
3366 2002-07-24 Andrew Cagney <cagney@redhat.com>
3367
3368 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3369 constant. Same for local pointer variables.
3370 (extract_signed_integer): Ditto.
3371 * defs.h (extract_unsigned_integer): Update.
3372 (extract_signed_integer): Update.
3373
3374 2002-07-24 Andrew Cagney <cagney@redhat.com>
3375
3376 * regcache.c (regcache_raw_write): Change buf parameter to a
3377 constant void pointer.
3378 (regcache_raw_read): Change buf parameter to a void pointer.
3379 (legacy_write_register_gen): Change myaddr parameter a constant
3380 void pointer.
3381 (supply_register): Change val parameter to a const void pointer.
3382 * regcache.h (regcache_raw_write): Update declaration.
3383 (regcache_raw_read): Update declaration.
3384 (supply_register): Update declaration.
3385
3386 2002-07-24 Tom Tromey <tromey@redhat.com>
3387
3388 * defs.h (gdb_readline_wrapper): Declare.
3389 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3390 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3391 * top.c (gdb_readline_wrapper): New function.
3392 (command_line_input): Use it.
3393
3394 2002-07-24 Andrew Cagney <cagney@redhat.com>
3395
3396 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3397 regcache_read and regcache_write.
3398 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3399 * regcache.c: Update.
3400 * sh-tdep.c (sh64_push_arguments): Update comment.
3401 (sh_pseudo_register_read): Update.
3402 (sh_pseudo_register_write): Update.
3403 (sh4_register_read): Update.
3404 (sh4_register_write): Update.
3405 (sh64_pseudo_register_read): Update.
3406 (sh64_pseudo_register_write): Update.
3407 (sh64_register_read): Update.
3408 (sh64_register_write): Update.
3409 * i386-tdep.c (i386_extract_return_value): Update.
3410 (i386_extract_struct_value_address): Update.
3411 (i386_extract_return_value): Update.
3412 * blockframe.c (generic_read_register_dummy): Update.
3413 (generic_call_dummy_register_unwind): Update
3414 * infrun.c (write_inferior_status_register): Update.
3415
3416 2002-07-23 Jim Blandy <jimb@redhat.com>
3417
3418 * parser-defs.h (expression_context_pc): Make this extern.
3419 (Thanks to Michael Snyder.)
3420
3421 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3422
3423 GDB 5.2.1 released from 5.2 branch.
3424 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3425 * README: Update to mention 5.2.1.
3426
3427 2002-07-23 Mark Salter <msalter@redhat.com>
3428
3429 * remote.c (remote_read_bytes): Fix check for error.
3430
3431 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3432
3433 * aix-thread.c (language.h): Include.
3434 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3435 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3436 Print newlines at end of debug messages.
3437 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3438 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3439
3440 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3441
3442 * aix-thread.c (ppc-tdep.h): Include.
3443 (special_register_p): New function.
3444 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3445 (store_regs_user_thread): Use register number information from
3446 gdbarch_tdep struct instead of hardcoded offsets relative to
3447 FIRST_UISA_SP_REGNUM.
3448 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3449 special_register_p() instead of using FPLAST_REGNUM and
3450 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3451 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3452 will be MQ's register number.
3453
3454 2002-07-22 Michael Snyder <msnyder@redhat.com>
3455
3456 * aix-thread.c (ops): Rename to aix_thread_ops.
3457 (base_ops): Rename to base_target.
3458 (ops_attach): Rename to aix_thread_attach.
3459 (ops_detach): Rename to aix_thread_detach.
3460 (ops_resume): Rename to aix_thread_detach.
3461 (ops_wait): Rename to aix_thread_wait.
3462 (ops_kill): Rename to aix_thread_kill.
3463 (init_ops): Rename to init_aix_thread_ops.
3464 (ops_fetch_register): Rename to aix_thread_fetch_register.
3465 (ops_store_register): Rename to aix_thread_store_register.
3466 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3467 (ops_thread_alive): Rename to aix_thread_thread_alive.
3468 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3469 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3470 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3471 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3472 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3473 (store_regs_lib): Rename to store_regs_user_thread.
3474 (store_regs_kern): Rename to store_regs_kernel_thread.
3475
3476 2002-07-22 Michael Snyder <msnyder@redhat.com>
3477
3478 * aix-thread.c (ops_prepare_to_store): Eliminate.
3479 (init_ops): Don't initialize ops.prepare_to_store.
3480 (store_regs_kern): Pre-fetch register buffers from child,
3481 because some registers may not be in the cache. Copy
3482 regs from register cache only if they are cached.
3483 (store_regs_lib): Copy regs from register cache only
3484 if they are cached.
3485 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3486 fill_gprs64): Ditto.
3487
3488 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3489
3490 * aix-thread.c (gdb_assert.h): Include.
3491 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3492 register sizes (from register cache) match size of buffer holding
3493 register data.
3494 (fill_sprs32): Change parameter types to match those in the ptrace()
3495 buffer.
3496 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3497 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3498
3499 2002-07-22 Michael Snyder <msnyder@redhat.com>
3500
3501 * aix-thread.c (supply_sprs64): Cosmetic change.
3502 (supply_sprs32): Cosmetic change.
3503 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3504 (fill_sprs64): Use regcache_collect instead of read_register.
3505 (store_regs_lib): Use regcache_collect instead of
3506 read_register. Use fill_sprs32 instead of fill_sprs64,
3507 if debugging a 32-bit architecture.
3508 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3509 out of the register cache, instead of passing a pointer into
3510 the register cache directly to ptrace. Use regcache_collect
3511 insteaad of read_register.
3512 (ops_prepare_to_store): Use target_read_registers instead
3513 of read_register_bytes.
3514
3515 2002-07-20 Aidan Skinner <aidan@velvet.net>
3516
3517 * MAINTAINERS: Add self under write after approval.
3518
3519 2002-07-20 Aidan Skinner <aidan@velvet.net>
3520
3521 * ada-tasks.c: Change k&r style function definitions to prototyped
3522 form.
3523
3524 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3525
3526 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3527 * x86-64-tdep.c: Include "objfiles.h".
3528 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3529 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3530
3531 2002-07-17 Michal Ludvig <michal@suse.cz>
3532
3533 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3534 (update_context): Initialise cfa variable.
3535
3536 2002-07-17 Michael Snyder <msnyder@redhat.com>
3537
3538 * aix-thread.c: Shorten some long lines.
3539 Bring comments into line with code spec.
3540
3541 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3542
3543 * infrun.c: Re-indent using gdb_indent.sh.
3544
3545 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3546
3547 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3548 Leave the indentation temporarily untouched, to minimize the diffs.
3549
3550 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3551
3552 * stabsread.c: Make os9k sections of the code obsolete,
3553 for real this time.
3554 * stabsread.h: Make os9k sections of the code obsolete.
3555
3556 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3557
3558 * linux-low.c (regsets_store_inferior_registers): Add free()
3559 at the end of a loop to prevent memory leak.
3560 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3561 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3562 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3563 line a comment.
3564 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3565
3566 2002-07-17 Jim Blandy <jimb@redhat.com>
3567
3568 * macrocmd.c (info_macro_command): Remove newline from error
3569 message.
3570
3571 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3572
3573 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3574 (sh_gdbarch_init): Use it for sh-dsp.
3575
3576 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3577
3578 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3579 64-bit DWARF2 format.
3580
3581 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3582
3583 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3584 <sys/proc.h> when not available.
3585
3586 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3587
3588 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3589 * stabsread.c: Make os9k sections of the code obsolete.
3590 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3591 * config/i386/i386os9k.mt: Make file obsolete.
3592 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3593 (COMMON_OBS): Remove os9kread.o
3594 (SFILES): Remove os9kread.c.
3595 (os9kread.o, remote-os9k.o): Make target obsolete.
3596 * remote-os9k.c: Make file obsolete.
3597 * os9kread.c: Make file obsolete.
3598 * Makefile.in
3599
3600 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3601
3602 * NEWS: Mention that the FR30 has been made obsolete.
3603 * fr30-tdep.c: Make file obsolete.
3604 * config/fr30/tm-fr30.h: Ditto.
3605 * config/fr30/fr30.mt: Ditto.
3606 * configure.tgt: Make fr30-*-elf obsolete.
3607 * MAINTAINERS: Make fr30-elf obsolete.
3608
3609 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3610
3611 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3612 found is not inside a section.
3613
3614 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3615
3616 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3617 strerror().
3618 (pdc_realloc): Use xrealloc() instead of realloc().
3619
3620 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3621
3622 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3623 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3624 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3625 macros.
3626
3627 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3628
3629 * aix-thread.c (ptrace_check): Eliminate goto.
3630 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3631 problem.
3632
3633 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3634
3635 * aix-thread.c (gdbcmd.h): Include.
3636 (DEBUG, DBG, DBG2, dbg): Eliminate.
3637 (debug_aix_thread): New static global.
3638 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3639 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3640 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3641 invocations to DBG and DBG2 macros to test against
3642 ``debug_aix_thread'' and call fprintf_unfiltered().
3643 (_initialize_aix_thread): Add new command "set debug aix-thread".
3644
3645 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3646
3647 From Gerhard Tonn <TON@de.ibm.com>:
3648 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3649 instead of supply_register.
3650
3651 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3652
3653 * dwarf2cfi.c: Include "gdb_assert.h".
3654 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3655 non-NULL.
3656 (update_context): Do not use __func__. Add missing ``break''.
3657 (update_context): Do not use __func__.
3658
3659 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3660
3661 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3662 and its setting. Set gdbarch instruction printing functions
3663 directly. For non-rs6000 case use new function
3664 gdb_print_insn_powerpc.
3665 (gdb_print_insn_powerpc): New function.
3666
3667 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3668
3669 * NEWS: Mention that the d30v has been marked obsolete.
3670 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3671 * configure.tgt: Mark d30v-*-* as obsolete.
3672 * d30v-tdep.c: Mark file as obsolete.
3673 * config/d30v/d30v.mt: Ditto.
3674 * config/d30v/tm-d30v.h: Ditto.
3675
3676 2002-07-13 Aidan Skinner <aidan@velvet.net>
3677
3678 * ada-tasks.c (add_task_entry): replace calls to
3679 malloc() with xmalloc
3680 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3681
3682 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3683 ada_finish_decode_line_1, all_sals_for_line
3684 ada_breakpoint_rewrite): replace calls to free() with xfree()
3685
3686 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3687
3688 From Nicholas Duffek (with minor changes by Martin Hunt,
3689 Louis Hamilton, and Kevin Buettner):
3690 * aix-thread.c: New file.
3691
3692 2002-07-12 Petr Sorfa <petrs@caldera.com>
3693
3694 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3695 complaint for invalid attribute class or form.
3696 (read_func_scope): DW_AT_frame_base
3697 better handling of DW_AT_block*.
3698 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3699 better handling of DW_AT_block*.
3700 (read_common_block): DW_AT_location
3701 better handling of DW_AT_block*.
3702 (read_partial_die): DW_AT_location better handling
3703 of DW_AT_block*.
3704 (new_symbol): DW_AT_external better handling of
3705 DW_AT_block*. Proper initialization of variable
3706 "addr".
3707 (attr_form_is_block): New function that returns true
3708 if the attribute's form is of DW_FORM_block*.
3709
3710 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3711
3712 * valops.c (find_method_list): Remove comment about
3713 removed STATIC_MEMFUNCP argument.
3714 (value_find_oload_method_list): Likewise.
3715
3716 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3717
3718 From Nicholas Duffek:
3719 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3720 target_new_objfile_hook.
3721
3722 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3723
3724 From Nicholas Duffek:
3725 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3726 csect.
3727
3728 2002-07-12 Andrew Cagney <cagney@redhat.com>
3729
3730 * MAINTAINERS: Mention --enable-sim-build-warnings.
3731 (m68hc11-elf): Disable sim build warnings.
3732 (m32r-elf): Mark as broken obsolete candidate.
3733 (x86_64-linux-gnu): Mark as buildable with -Werror.
3734 (arm-elf): Change -w to ``,'' which enables warnings but not
3735 -Werror.
3736
3737 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3738
3739 * bcache.h: Update copyright.
3740 (struct bstring, struct bcache): Move definition to "bcache.c".
3741 Replaced by opaque declaration.
3742 (bcache_xfree): Replace free_bcache.
3743 (bcache_xmalloc, bcache_memory_used): Declare.
3744
3745 * bcache.c: Update copyright.
3746 (struct bstring, struct bcache): Moved to here from "bcache.h".
3747 Update comments.
3748 (bcache_xmalloc, bcache_memory_used): New functions.
3749 (bcache_xfree): Replace function free_bcache.
3750
3751 * Makefile.in (objfiles.o): Add $(bcache_h).
3752 (objfiles_h): Remove $(bcache_h).
3753 (symfile.o): Add $(bcache_h).
3754
3755 * symmisc.c: Update copyright.
3756 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3757 (print_objfile_statistics): Use bcache_memory_used.
3758
3759 * symfile.c: Include "bcache.h".
3760 (reread_symbols): Use bcache_xfree.
3761 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3762 (add_psymbol_to_list): Pass psymbol_cache by value.
3763 (add_psymbol_with_dem_name_to_list): Ditto.
3764
3765 * objfiles.h: Update copyright.
3766 (struct bcache): Declare opaque. Do not include "bcache.h".
3767 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3768 bcache'' pointers.
3769 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3770
3771 * objfiles.c: Include "bcache.h". Update copyright.
3772 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3773 macro_cache.
3774 (free_objfile): Use bcache_xfree.
3775
3776 2002-07-11 Grace Sainsbury <graces@redhat.com>
3777
3778 * monitor.c (monitor_fetch_register): Make name a constant.
3779 (monitor_store_register): Same.
3780
3781 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3782
3783 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3784 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3785 (finish_block) For non-function blocks, hash the symbol table. For
3786 function blocks, mark the symbol table as unhashed.
3787 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3788 (msymbol_hash_iw): Likewise.
3789 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3790 value.
3791 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3792 (lookup_minimal_symbol): Likewise for both.
3793 * symtab.h (struct block): Add `hashtable' flag. Comment the
3794 hashtable.
3795 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3796 (ALL_BLOCK_SYMBOLS): Update.
3797 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3798 (struct symbol): Add `hash_next' pointer.
3799 * symtab.c (lookup_block_symbol): Search using the hash table when
3800 possible.
3801 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3802 (search_symbols, find_addr_symbol): Likewise.
3803
3804 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3805 (read_dst_symtab): Likewise.
3806 * jv-lang.c (get_java_class_symtab): Likewise.
3807 * mdebugread.c: Include "gdb_assert.h".
3808 (shrink_block): Assert that the block being modified is not hashed.
3809 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3810 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3811 symbols.
3812 (dump_symtab): Recognize hashed blocks.
3813 * printcmd.c (print_frame_args): Assert that function blocks do not
3814 have hashed symbol tables.
3815 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3816 (fill_in_ada_prototype, debug_print_block): Likewise.
3817 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3818
3819 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3820
3821 * stack.c (print_frame): Use result of frame_address_in_block()
3822 instead of fi->pc when evaluating symbols.
3823 (backtrace_command_1): Ditto.
3824
3825 2002-07-11 Andrew Cagney <cagney@redhat.com>
3826
3827 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3828 Make static.
3829
3830 * arm-tdep.c (arm_register_name): Make return type constant.
3831
3832 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3833
3834 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3835 prototype.
3836 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3837 * s390-tdep.c (s390_fp_regnum): Ditto.
3838 (s390_read_fp): Ditto.
3839 (s390_pop_frame): Ditto.
3840 (_initialize_s390_tdep): Ditto.
3841 * remote.c (get_remote_state): Ditto.
3842 * procfs.c (mappingflags): Ditto.
3843 * memattr.c (_initialize_mem): Ditto.
3844 * mcore-tdep.c (mcore_pop_frame): Ditto.
3845 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3846 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3847 * language.c (set_case_str): Ditto.
3848 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3849 * frv-tdep.c (new_variant): Ditto.
3850 (frv_stopped_data_address): Ditto.
3851 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3852 (context_alloc): Ditto.
3853 (frame_state_alloc): Ditto.
3854 (unwind_tmp_obstack_init): Ditto.
3855 (unwind_tmp_obstack_free): Ditto.
3856 (cfi_read_fp): Ditto.
3857 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3858 (cris_pop_frame): Ditto.
3859 * c-lang.c (scanning_macro_expansion): Ditto.
3860 (finished_macro_expansion): Ditto.
3861 (c_preprocess_and_parse): Ditto.
3862 * gdbarch.sh: Ditto.
3863 * gdbarch.h, gdbarch.c: Regenerate.
3864 * config/mn10200/tm-mn10200.h: Adjust indentation.
3865 * target.c: Adjust indentation.
3866 * symtab.h: Adjust indentation.
3867 * stabsread.h: Adjust indentation.
3868 * remote-es.c: Adjust indentation.
3869 * os9kread.c: Adjust indentation.
3870
3871 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3872
3873 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3874 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3875
3876 2002-07-10 Grace Sainsbury <graces@redhat.com>
3877
3878 * NEWS: Mention m68k, mcore multi-arching.
3879 * MAINTAINERS: Change status of m68k, mcore to reflect
3880 multi-arching.
3881
3882 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3883
3884 * valops.c (find_overload_match): Free oload_syms.
3885
3886 2002-07-09 Joel Brobecker <brobecker@gnat.com>
3887
3888 Define HAVE_SYS_PROC_H if sys/proc.h exists
3889 * configure.in: Add check for sys/proc.h
3890 * config.in: Regenerate.
3891 * configure: Regenerate.
3892
3893 2002-07-09 Grace Sainsbury <graces@redhat.com>
3894
3895 * config/m68k/tm-m68k.h: Remove macros wrapped in
3896 #if !GDB_MULTI_ARCH.
3897
3898 2002-07-08 Andrew Cagney <ac131313@redhat.com>
3899
3900 * config.in, configure: Regenerate.
3901
3902 2002-07-08 Mark Kettenis <kettenis@gnu.org>
3903
3904 * dwarf2cfi.c: Include "gcore.h".
3905 (execute_stack_op): Fix implementation of the
3906 DW_OP_deref and DW_OP_deref_size operators by letting do their
3907 lookup in the target.
3908
3909 2002-07-07 Mark Kettenis <kettenis@gnu.org>
3910
3911 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3912 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3913 tdep->sc_sp_offset.
3914
3915 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
3916
3917 Fix PR gdb/595, gdb/602
3918 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3919 Don't call value_cast, just read the vtable pointer; update comments
3920 to match.
3921
3922 2002-07-05 Grace Sainsbury <graces@redhat.com>
3923
3924 * config/mcore/tm-mcore.h: Remove file.
3925 * config/mcore/mcore.mt: Remove definition of TM_FILE
3926 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3927
3928 2002-07-05 Mark Kettenis <kettenis@gnu.org>
3929
3930 * i386bsd-tdep.c: Include "gdb_string.h".
3931
3932 2002-07-04 Grace Sainsbury <graces@redhat.com>
3933
3934 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3935 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3936 mcore-tdep.
3937 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3938 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3939 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3940 (RETVAL_REGNUM): Move macros from tm-mcore.h
3941 (mcore_reg_struct_has_addr): New function.
3942 (mcore_gdbarch_init): Added initializations for the macros removed
3943 from tm-mcore.h.
3944
3945 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3946
3947 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3948 traditonal string branding within the ELF header.
3949
3950 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
3951
3952 * symtab.c (remove_params): New function.
3953 (make_symbol_overload_list): Use it instead of cplus_demangle.
3954 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3955
3956 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3957
3958 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3959
3960 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3961 New variables.
3962 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3963 and tdep->sigtramp_end.
3964 * i386obsd-nat.c: New file.
3965 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3966
3967 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3968 Don't call get_current_frame().
3969
3970 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3971
3972 * i386-nat.c (child_post_startup_inferior): New function
3973 calling i386_cleanup_dregs if
3974 I386_USE_GENERIC_WATCHPOINTS is defined.
3975 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3976 conditional to acknowledge that i386-nat.c has its
3977 own child_post_startup_inferior function.
3978
3979 2002-07-04 Mark Kettenis <kettenis@gnu.org>
3980
3981 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3982 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3983 instead of MAX_REGISTER_RAW_SIZE.
3984 (i386_extract_return_value, i386_extract_struct_value_address):
3985 Convert to use regcache.
3986 (i386_gdbarch_init): Set max_register_raw_size and
3987 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3988 Set extract_return_value and extract_struct_value_address instead
3989 of their deprecated variants.
3990
3991 Convert i386 target to generic dummy frames.
3992 * i386-tdep.c: Include "symfile.h".
3993 (i386_frameless_signal_p): Consider a function to be frameless if
3994 the pc points at the first instruction of the function.
3995 (i386_frame_chain): Handle (generic) call dummies.
3996 (i386_frame_saved_pc): Likewise.
3997 (i386_frame_init_saved_regs): Remove code dealing with call
3998 dummies on the stack.
3999 (i386_push_dummy_frame): Removed.
4000 (i386_call_dummy_words): Removed.
4001 (i386_fix_call_dummy): Removed.
4002 (i386_push_return_address): New function.
4003 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4004 parameter, and don't call get_current_frame.
4005 (i386_pop_frame): New function.
4006 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4007 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4008 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4009 call_dummy_length to 0, set call_dummy_words to NULL, set
4010 sizeof_call_dummy_words to 0, set fix_call_dummy to
4011 generic_fix_call_dummy, set pc_in_call_dummy to
4012 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4013 generic_push_dummy_frame, set push_return_address to
4014 i386_push_return_address and set frame_chain_valid to
4015 generic_file_frame_chain_valid.
4016
4017 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4018
4019 * gdbarch.sh (struct regcache): Add opaque declaration.
4020 (EXTRACT_RETURN_VALUE): New architecture method.
4021 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4022 * gdbarch.h, gdbarch.c: Regenerate.
4023 * arch-utils.c (legacy_extract_return_value): New function.
4024 * arch-utils.h (legacy_extract_return_value): Declare.
4025 * values.c (value_being_returned): Re-enable code handling
4026 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4027 deprecated_grub_regcache_for_registers call to block handling
4028 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4029 (EXTRACT_RETURN_VALUE): Do not define.
4030
4031 2002-07-03 Grace Sainsbury <graces@redhat.com>
4032
4033 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4034 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4035 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4036 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4037 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4038 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4039 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4040 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4041 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4042 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4043 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4044 argument so the function fits the prototype in the architecture
4045 vector.
4046 (mcore_pop_frame): Remove argument so the function fits the
4047 prototype. Use get_current_frame instead of the argument.
4048 (mcore_push_arguments): Change type of struct_return so the
4049 function can be used in the architecture vector.
4050 (mcore_store_struct_return): Add.
4051 (mcore_frame_init_saved_regs): Add.
4052 (mcore_gdbarch_init): Add function calls to replace the macros
4053 removed from tm-mcore.h
4054
4055 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4056
4057 * infcmd.c (print_return_value): Remove compatibility code calling
4058 deprecated_grub_regcache_for_registers.
4059
4060 * values.c: Include "regcache.h".
4061 (value_being_returned): Update. Use
4062 deprecated_grub_regcache_for_registers to extract the register
4063 buffer address.
4064 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4065 ``struct regcache''.
4066 * Makefile.in (values.o): Add dependency on $(regcache_h).
4067
4068 * inferior.h (run_stack_dummy): Change type of second parameter to
4069 a ``struct regcache''.
4070 * valops.c (hand_function_call): Change type of retbuf to ``struct
4071 regcache''. Allocate using regcache_xmalloc, clean using
4072 make_cleanup_regcache_xfree.
4073 * infcmd.c (run_stack_dummy): Update. Use
4074 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4075
4076 * regcache.c (do_regcache_xfree): New function.
4077 (make_cleanup_regcache_xfree): New function.
4078 * regcache.h (make_cleanup_regcache_xfree): Declare.
4079
4080 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4081
4082 * event-top.c (command_line_handler): Don't read past
4083 beginning of buffer.
4084
4085 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4086
4087 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4088 struct frame_id.
4089 (varobj_create): Store frame_id for root.
4090 (varobj_gen_name): Use xasprintf.
4091 (varobj_update): Save and restore frame using get_frame_id() and
4092 frame_find_by_id().
4093 (create_child): Use xasprintf.
4094 (new_root_variable): Initialize frame_id.
4095 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4096 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4097 to prevent memory leak.
4098
4099 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4100
4101 * valops.c (hand_function_call): Move declaration of retbuf to
4102 start of function, allocate using malloc, add a cleanup but before
4103 the inf_status cleanup, cleanup the buffer. Rename local variable
4104 old_chain to inf_status_cleanup.
4105
4106 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4107
4108 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4109
4110 * cli/cli-decode.c (cmd_func_p): New function.
4111 (cmd_func): New function.
4112
4113 * command.h: Add cmd_func() and cmd_func_p().
4114
4115 2002-07-03 Grace Sainsbury <graces@redhat.com>
4116
4117 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4118 (REGISTER_SIZE): Remove.
4119 (MAX_REGISTER_RAW_SIZE): Remove.
4120 (REGISTER_VIRTUAL_TYPE): Remove.
4121 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4122 (REGISTER_NAME): Remove.
4123 (USE_GENERIC_DUMMY_FRAMES): Remove.
4124 (CALL_DUMMY): Remove.
4125 (CALL_DUMMY_START_OFFSET): Remove.
4126 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4127 (CALL_DUMMY_LOCATION): Remove.
4128 (FIX_CALL_DUMMY): Remove.
4129 (CALL_DUMMY_ADDRESS): Remove.
4130 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4131 (SAVE_DUMMY_FRAME_TOS): Remove.
4132 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4133 (mcore_register_virtual_type): New function.
4134 (mcore_register_byte): New function.
4135 (mcore_register_size): New function.
4136 (mcore_register_name): New function.
4137 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4138 macros removed from tm-mcore.h.
4139 (mcore_dump_tdep): Add.
4140 (_initialize_mcore_tdep): Add gdbarch_register call.
4141
4142 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4143
4144 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4145 frameless_look_for_prologue, such that we actually call this
4146 function.
4147
4148 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4149
4150 * frame.h (frame_address_in_block): New function.
4151
4152 * blockframe.c (frame_address_in_block): New function extracted
4153 from get_frame_block().
4154 (get_frame_block): Use frame_address_in_block().
4155 (block_innermost_frame): Use frame_address_in_block() to match
4156 the frame pc address against the block boundaries rather than
4157 the frame pc directly. This prevents a failure when a frame pc
4158 is actually a return-address pointing immediately after the end
4159 of the given block.
4160
4161 2002-07-02 Grace Sainsbury <graces@redhat.com>
4162
4163 * MAINTAINERS: Add self under write after approval.
4164
4165 2002-07-02 Grace Sainsbury <graces@redhat.com>
4166
4167 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4168 used in architecture vector. The default is
4169 m68k_local_breakpoint_from_pc.
4170 (m68k_local_breakpoint_from_pc): Add.
4171 (enum): Add register numbers from tm-m68k.h.
4172 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4173 vector.
4174 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4175 GDB_MULTI_ARCH_PARTIAL.
4176 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4177 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4178 m68k-tdep.c.
4179 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4180 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4181 to enum in m68k-tdep.c
4182
4183 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4184
4185 * solib-osf.c (open_map): Compute the list of shared libraries
4186 loaded by the inferior, rather than the list of libraries loaded
4187 by GDB itself. Otherwise, GDB ends up reading the symbols from
4188 the wrong shared libraries...
4189
4190 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4191
4192 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4193 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4194 macros.
4195 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4196 Remove functions.
4197 (FRAMELESS_SIGNAL): Remove function.
4198 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4199 i386_linux_saved_pc_after_call): Removed.
4200 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4201 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4202 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4203
4204 * i386-tdep.c (i386_frameless_signal_p): New function.
4205 (i386_frame_chain): Deal with frameless signals.
4206 (i386_sigtramp_saved_sp): New function.
4207 (i386_frame_saved_pc): Deal with frameless signals.
4208 (i386_saved_pc_after_call): Make sure the correct value is
4209 returned just after entry into a sigtramp.
4210 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4211 i386fbsd4_sc_sp_offset): New variables.
4212 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4213 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4214 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4215 similiar to what we already did for sc_pc_offset.
4216 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4217 tdep->sc_sp_offset.
4218
4219 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4220
4221 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4222
4223 * config/i386/tm-x86-64linux.h: New.
4224 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4225 definitions.
4226 * config/i386/nm-x86-64.h: Rename to ...
4227 * config/i386/nm-x86-64linux.h: ... this one.
4228 * config/i386/x86-64linux.mh: Reflect the above change.
4229
4230 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4231
4232 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4233 with sigcontext_addr. Add sc_sp_offset.
4234 (i386bsd_sigtramp_saved_pc): Remove prototype.
4235 (i386bsd_sicontext_addr): Add prototype.
4236 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4237 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4238 (i386_svr4_sigtramp_saved_pc): Removed.
4239 (i386_svr4_sigcontext_addr): New function.
4240 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4241 Initialize tdep->sigcontext_addr instead. Initialize
4242 tdep->sc_pc_offset and tdep->sc_sp_offset.
4243 (i386_gdbarch_init): Likewise.
4244 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4245 any more.
4246 (i386bsd_sigtramp_saved_pc): Remove function.
4247 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4248 Initialize tdep->sigcontext_addr instead. Initialize
4249 tdep->sc_pc_offset.
4250 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4251 of tdep->sigtramp_saved_pc.
4252 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4253 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4254 instead.
4255
4256 * i386-tdep.c (i386_frameless_function_invocation,
4257 i386_frame_num_args, i386_frame_init_saved_regs,
4258 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4259 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4260 i386_extract_return_value, i386_store_return_value,
4261 i386_extract_struct_value_address, i386_register_virtual_type,
4262 i386_register_convertible, i386_register_convert_to_virtual,
4263 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4264 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4265 static.
4266
4267 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4268
4269 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4270
4271 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4272 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4273 this macro. Include "value.h".
4274
4275 2002-06-30 Aidan Skinner <aidan@velvet.net>
4276
4277 * ada-exp.tab.c: remove as it's a generated file
4278 * ada-lex.c: remove as it's a generated file
4279
4280 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4281
4282 * config/i386/tm-i386.h (struct frame_info, struct
4283 frame_saved_regs, struct value, struct type): Remove forward
4284 declarations.
4285
4286 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4287 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4288 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4289 (FILL_FPXREGSET): Define.
4290
4291 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4292
4293 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4294 i[3456]86-*-netbsd* case.
4295 * config/i386/tm-obsd.h: Removed.
4296 * config/i386/obsd.mt: Removed.
4297 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4298 core-aout.o.
4299 (MH_CFLAGS): Add -DYYDEBUG=0.
4300
4301 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4302 i386nbsd_sc_pc_offset on OpenBSD too.
4303
4304 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4305 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4306 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4307 define.
4308 * i386bsd-tdep.c: Include "arch-utils.h".
4309 (i386bsd_aout_in_solib_call_trampoline): New function.
4310 (i386bsd_init_abi): Set in_solib_call_trampoline to
4311 i386bsd_aout_in_solib_call_trampoline.
4312 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4313 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4314
4315 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4316
4317 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4318 (struct obstack, struct bcache): Add opaque declarations.
4319 * Makefile.in (macrotab_h): Update
4320
4321 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4322
4323 * blockframe.c (generic_find_dummy_frame): Change return type to
4324 ``struct regcache''.
4325 (struct dummy_frame): Replace field ``registers'' with regcache, a
4326 struct regcache object.
4327 (generic_find_dummy_frame): Update.
4328 (generic_push_dummy_frame): Update. Use regcache_xfree,
4329 regcache_xmalloc and regcache_cpy.
4330 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4331 regcache_xfree.
4332 (deprecated_generic_find_dummy_frame): Update.
4333 (generic_read_register_dummy): Update. Use
4334 regcache_read_as_address.
4335 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4336 (generic_get_saved_register): Update. Use regcache_read.
4337
4338 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4339
4340 * Makefile.in (objfiles_h): Add $(bcache_h).
4341 * objfiles.h: Include "bcache.h".
4342
4343 * Makefile.in (symtab_h): Remove $(bcache_h).
4344 * symtab.h: Do not include "bcache.h".
4345
4346 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4347
4348 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4349 generic_func_frame_chain_valid.
4350
4351 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4352
4353 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4354 * config/i386/tm-fbsd.h: Likewise.
4355
4356 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4357
4358 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4359 generic_unwind_get_saved_register.
4360
4361 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4362
4363 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4364 * regcache.c (supply_register): Add missing argument to
4365 register_buffer call.
4366
4367 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4368
4369 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4370 Solaris /bin/grep does not not like it. From Peter Schauer.
4371
4372 2002-06-26 Tom Tromey <tromey@redhat.com>
4373
4374 * command.h (add_setshow_cmd): Declare.
4375 (add_setshow_cmd_full): Declare.
4376 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4377 returns void. Use add_setshow_cmd_full.
4378 (add_setshow_cmd_full): New function.
4379 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4380 (add_setshow_boolean_cmd): Likewise.
4381
4382 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4383
4384 * config/vax/tm-vax.h: Protect from multiple inclusion.
4385 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4386 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4387 * config/vax/tm-vaxbsd.h: ...here. New file.
4388 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4389
4390 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4391
4392 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4393 (BELIEVE_PCC_PROMOTION): Remove.
4394 (AP_REGNUM): Move to...
4395 * config/vax/nm-vax.h: ...here.
4396 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4397 (vax_breakpoint_from_pc): New function.
4398 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4399 and gdbarch_believe_pcc_promotion.
4400
4401 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4402
4403 * Makefile.in (vax_tdep_h): Define.
4404 (vax-tdep.o): Use $(vax_tdep_h).
4405 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4406 (vax_dump_tdep): New function.
4407 (_initialize_vax_tdep): Register vax_dump_tdep.
4408 * vax-tdep.h: Include osabi.h.
4409 (struct gdbarch_tdep): New.
4410
4411 2002-06-26 Andrew Cagney <cagney@redhat.com>
4412
4413 * frame.h (deprecated_generic_find_dummy_frame): Rename
4414 generic_find_dummy_frame.
4415 * blockframe.c (generic_find_dummy_frame): Make static.
4416 (deprecated_generic_find_dummy_frame): New function.
4417 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4418 generic_find_dummy_frame with deprecated_find_dummy_frame.
4419 (sh64_nofp_frame_init_saved_regs): Ditto.
4420 (sh_fp_frame_init_saved_regs): Ditto.
4421 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4422 (s390_frame_chain): Ditto.
4423 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4424
4425 2002-06-26 Grace Sainsbury <graces@redhat.com>
4426
4427 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4428 gdbarch vector are at the top.
4429 (NUM_REGS): Remove.
4430 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4431 (FRAME_ARGS_ADDRESS): Remove.
4432 (FRAME_LOCALS_ADDRESS): Remove.
4433 (FRAME_NUM_ARGS): Remove.
4434 (FRAME_ARGS_SKIP): Remove.
4435 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4436 (m68k_gdbarch_init): Add gdbarch initializations for macros
4437 undefined in tm-m68k.h
4438
4439 2002-06-26 Grace Sainsbury <graces@redhat.com>
4440
4441 * monitor.h: Add the function regname to monitor_ops
4442 structure. This way NUM_REGS does not have to be a constant.
4443 * monitor.c (monitor_fetch_register): Added support for regname
4444 function. The function is called if the array regnames is NULL.
4445 (monitor_store_register): Same.
4446 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4447 regnames array.
4448 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4449 cpu32bug_cmds.regname to point to new function.
4450 * abug-rom.c (abug_regname): Same as above.
4451 (init_abug_cmds): Same.
4452 * dbug-rom.c (dbug_regname): Same as above.
4453 (init_dbug_cmds): Same.
4454 * remote-est.c (est_regname): Same.
4455 (init_est_cmds): Same.
4456 * rom68k-rom.c (rom68k_regname): Same.
4457 (init_rom68k_cmds): Same.
4458
4459 2002-06-25 Tom Tromey <tromey@redhat.com>
4460
4461 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4462
4463 2002-06-25 Andrew Cagney <cagney@redhat.com>
4464
4465 * infrun.c (stop_registers): Change variable's type to ``struct
4466 regcache'''.
4467 (xmalloc_inferior_status): Delete function.
4468 (free_inferior_status): Delete function.
4469 (normal_stop): Use regcache_cpy.
4470 (struct inferior_status): Change type of fields ``stop_registers''
4471 and ``registers'' to ``struct regcache''.
4472 (write_inferior_status_register): Use regcache_write.
4473 (save_inferior_status): Instead of calling
4474 xmalloc_inferior_status, allocate the inf_status buffer directly.
4475 Use regcache_dup_no_passthrough and regcache_dup to save the
4476 buffers.
4477 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4478 Replace the stop_registers regcache instead of overriding it. Use
4479 regcache_xfree. Instead of calling free_inferior_status, xfree
4480 the buffer directly.
4481 (discard_inferior_status): Use regcache_xfree. Instead of calling
4482 free_inferior_status, xfree the buffer directly.
4483 (build_infrun): Use regcache_xmalloc.
4484 (_initialize_infrun): Delete redundant call to build_infrun.
4485
4486 * Makefile.in (infcmd.o): Add $(regcache_h).
4487
4488 * infcmd.c: Include "regcache.h".
4489 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4490 obtain the address of `stop_registers' register buffer.
4491 (print_return_value): Ditto.
4492
4493 * inferior.h (struct regcache): Add opaque declaration.
4494 (stop_registers): Change variable's declared type to ``struct
4495 regcache''.
4496
4497 2002-06-24 Tom Tromey <tromey@redhat.com>
4498
4499 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4500 * target.c (initialize_targets): Fixed typo in
4501 trust-readonly-sections `show' documentation.
4502
4503 * main.c: Marked all strings with _().
4504
4505 2002-06-24 Don Howard <dhoward@redhat.com>
4506
4507 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4508 that means max CORE_ADDR+1.
4509 (lookup_mem_region): Ditto.
4510 (mem_info_command): Ditto.
4511
4512 2002-06-24 Grace Sainsbury <graces@redhat.com>
4513
4514 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4515 (REGISTER_BYTES_OK): Remove.
4516 (REGISTER_BYTES): Remove.
4517 (STORE_STRUCT_RETURN): Remove.
4518 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4519 (STORE_RETURN_VALUE): Remove.
4520 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4521 (FRAME_CHAIN): Remove.
4522 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4523 (FRAME_SAVED_PC): Remove.
4524 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4525 (m68k_store_struct_return): Add.
4526 (m68k_deprecated_extract_return_value): Add.
4527 (m68k_deprecated_extract_struct_value_address): Add.
4528 (m68k_store_return_value): Add.
4529 (m68k_frame_chain): Add.
4530 (m68k_frameless_function_invocation): Add.
4531 (m68k_frame_saved_pc): Add.
4532 (m68k_gdbarch_init): added set_gdbarch calls for new
4533 functions and deleted macros.
4534
4535 2002-06-23 Tom Tromey <tromey@redhat.com>
4536
4537 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4538 (ALLDEPFILES): Likewise.
4539 (udiheaders): Removed.
4540 (udip2soc.o): Likewise.
4541 (udi2go32.o): Likewise.
4542 (udr.o): Likewise.
4543 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4544
4545 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4546
4547 * infrun.c (_initialize_infrun): Delete unnecessary call to
4548 build_infrun.
4549
4550 * regcache.h: Update comments describing the regcache_cpy family
4551 of functions.
4552 (regcache_save, regcache_restore): Delete declaration.
4553 (regcache_save_no_passthrough): Delete declaration.
4554 (regcache_restore_no_passthrough): Delete declaration.
4555 * regcache.c (regcache_save): Delete function.
4556 (regcache_save_no_passthrough): Delete function.
4557 (regcache_restore): Delete function.
4558 (regcache_restore_no_passthrough): Delete function.
4559
4560 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4561
4562 * config/m68k/tm-m68k.h: Fix typo.
4563 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4564 (m68k_frame_init_saved_regs): Declare.
4565
4566 2002-06-21 Jim Blandy <jimb@redhat.com>
4567
4568 Remove some vestiges of Harris 88k support.
4569 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4570 register numbering quirk.
4571 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4572 odd symbols occurring in Harris 88k ELF targets.
4573
4574 2002-06-21 Tom Tromey <tromey@redhat.com>
4575
4576 * gdb_locale.h: New file.
4577 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4578 (defs_h): Added gdb_locale.h.
4579 * configure, config.in: Rebuilt.
4580 * configure.in (PACKAGE): Define.
4581 * defs.h: Include gdb_locale.h.
4582 * main.c (captured_main): Call setlocale, bindtextdomain,
4583 textdomain.
4584
4585 2002-06-21 Dave Brolley <brolley@redhat.com>
4586
4587 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4588 * config/frv/frv.mt: New file.
4589 * config/frv/tm-frv.h: New file.
4590 * configure.tgt: Support frv-*-*.
4591 * Makefile.in (frv-tdep.o): New target.
4592 * frv-tdep.c: New file.
4593 * NEWS: Mention frv.
4594
4595 2002-06-21 Dave Brolley <brolley@redhat.com>
4596
4597 * MAINTAINERS: Add self to "Write After Approval" list.
4598
4599 2002-06-21 Grace Sainsbury <graces@redhat.com>
4600
4601 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4602 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4603 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4604 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4605 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4606
4607 * m68k-tdep.c: Include arch-utils.h
4608 (m68k_register_raw_size): Add.
4609 (m68k_register_virtual_size): Add.
4610 (m68k_register_virtual_type): Add.
4611 (m68k_register_name): Add.
4612 (m68k_stack_align): Add.
4613 (m68k_register_byte): Add.
4614 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4615 tm-m68k.h.
4616
4617 2002-06-21 Grace Sainsbury <graces@redhat.com>
4618
4619 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4620 m68k_find_saved_regs.
4621 (m68k_pop_frame): Removed saved_regs structure, and replaced
4622 references to it with frame->saved_regs.
4623 (m68k_gdbarch_init): Added function calls to initialize the
4624 gdbarch structure.
4625 (m68k_fix_call_dummy): Add.
4626 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4627 (CALL_DUMMY): Remove.
4628 (CALL_DUMMY_LENGTH): Remove.
4629 (CALL_DUMMY_START_OFFSET): Remove.
4630 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4631 (FIX_CALL_DUMMY): Remove.
4632 (PUSH_DUMMY_FRAME): Remove.
4633 (POP_FRAME): Remove.
4634
4635 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4636
4637 * parse.c (parse_fprintf): New function used to avoid calls to
4638 fprintf in bison parser generated debug code.
4639 * parser-defs.h: Declaration of new parse_fprintf function.
4640 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4641 Set YYDEBUG to 1 by default.
4642 Set YYFPRINTF as parse_fprintf.
4643
4644 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4645
4646 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4647 encoding anymore.
4648 (pointer_encoding, enum ptr_encoding): New.
4649 (execute_cfa_program): Take care about pointer encoding.
4650 (dwarf2_build_frame_info): Only call parse_frame_info for
4651 .debug_frame and .eh_frame.
4652 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4653 fixed augmentation handling, added relative addressing,
4654 ignore duplicate FDEs. Added comments.
4655 * dwarf2cfi.c: Reindented.
4656
4657 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4658
4659 * event-top.c (command_handler): Don't use space_at_cmd_start
4660 unless there is sbrk() on the host. Assign time and space data
4661 to union fields of the appropriate length.
4662
4663 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4664
4665 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4666 x86_64_register_name. Return type changed to 'const char *'.
4667 (x86_64_register_name2nr): Rename to x86_64_register_number.
4668 (x86_64_gdbarch_init): Update to reflect the change.
4669 * x86-64-tdep.h: Ditto.
4670 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4671 (supply_fpregset): Ditto.
4672
4673 2002-06-19 Andrew Cagney <cagney@redhat.com>
4674
4675 * regcache.h: Update copyright.
4676 (struct regcache, struct gdbarch): Add opaque declarations.
4677 (current_regcache): Declare global variable.
4678 (regcache_read, regcache_write): Add gdbarch parameter.
4679 (regcache_save, regcache_save_no_passthrough)
4680 (regcache_restore, regcache_restore_no_passthrough)
4681 (regcache_dup, regcache_dup_no_passthrough)
4682 (regcache_cpy, regcache_cpy_no_passthrough)
4683 (deprecated_grub_regcache_for_registers)
4684 (deprecated_grub_regcache_for_register_valid)
4685 (regcache_valid_p): Add function declarations.
4686
4687 * regcache.c: Update copyright.
4688 (regcache_descr_handle): New global variable.
4689 (struct regcache_descr): Define.
4690 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4691 (regcache_descr, xfree_regcache_descr): New functions.
4692 (struct regcache): Define.
4693 (regcache_xmalloc, regcache_xfree): New functions.
4694 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4695 (regcache_dup, regcache_dup_no_passthrough): New functions.
4696 (regcache_valid_p, regcache_read_as_address): New functions.
4697 (deprecated_grub_regcache_for_registers): New function.
4698 (deprecated_grub_regcache_for_register_valid): New function.
4699 (current_regcache): New global variable.
4700 (register_buffer): Add regcache parameter. Update calls.
4701 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4702 (read_register_gen, write_register_gen): Update register_buffer
4703 call. Test for legacy_p instead of gdbarch_register_read_p or
4704 gdbarch_register_write_p.
4705 (regcache_collect): Update register_buffer call.
4706 (build_regcache): Rewrite. Use deprecated grub functions.
4707 (regcache_save, regcache_save_no_passthrough): New functions.
4708 (regcache_restore, regcache_restore_no_passthrough): New
4709 functions.
4710 (_initialize_regcache): Create the regcache_data_handle. Swap
4711 current_regcache global variable.
4712
4713 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4714 parameter to regcache_read and regcache_write calls.
4715 (sh4_register_read): Ditto.
4716 (sh64_pseudo_register_read): Ditto.
4717 (sh64_register_read): Ditto.
4718 (sh_pseudo_register_write): Ditto.
4719 (sh4_register_write): Ditto.
4720 (sh64_pseudo_register_write): Ditto.
4721 (sh64_register_write): Ditto.
4722
4723 * defs.h (XCALLOC): Define.
4724
4725 2002-06-19 Grace Sainsbury <graces@redhat.com>
4726
4727 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4728 * m68k-tdep.c (m68k_gdbarch_init): Added.
4729 (m68k_dump_tdep): Added.
4730
4731 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4732
4733 * ada-lang.c (fill_in_ada_prototype): Update comment.
4734
4735 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4736
4737 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4738 MIPS_ABI_LAST.
4739 (mips_abi_string, mips_abi_strings): New.
4740 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4741 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4742 tdep->mips_abi_string. Honor mips_abi_string. Default to
4743 O32 if no ABI is found.
4744 (mips_dump_tdep): Use mips_abi_strings.
4745 (mips_abi_update): New function.
4746 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4747 ``set mips abi'' and ``show mips abi''. Check the size of
4748 mips_abi_strings.
4749
4750 2002-06-19 Andrew Cagney <cagney@redhat.com>
4751
4752 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4753 constant.
4754
4755 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4756
4757 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4758 current frame using only the first stack size adjustment. All
4759 subsequent size adjustments are not considered to be part of
4760 the "static" part of the current frame.
4761 Compute the address of the saved registers relative to the
4762 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4763 in use in this frame.
4764
4765 2002-06-18 Don Howard <dhoward@redhat.com>
4766
4767 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4768 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4769 suggesting this solution.
4770
4771 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4772
4773 * config/romp/xm-rtbsd.h: Delete file.
4774 * config/romp/rtbsd.mh: Delete file.
4775
4776 2002-06-18 Keith Seitz <keiths@redhat.com>
4777
4778 * breakpoint.c (condition_command): Post breakpoint_modify
4779 when a condition is added to an existing breakpoint.
4780 (commands_command): Likewise for commands.
4781 (set_ignore_count): Likewise for ignore counts.
4782 If no tty, do not simply return, still need to send event
4783 notification.
4784 (ignore_command): Only print a newline if the command came
4785 from a tty.
4786 Don't call breakpoints_changed, since this is now properly
4787 handled by set_ignore_count.
4788
4789 2002-06-18 Andrew Cagney <cagney@redhat.com>
4790
4791 * MAINTAINERS: Note that cris-elf target can be compiled with
4792 -Werror.
4793 * cris-tdep.c (cris_register_name): Make return type constant.
4794 (cris_breakpoint_from_pc): Ditto.
4795
4796 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4797
4798 * frame.h (struct frame_info): Change type of context to
4799 'struct context'.
4800
4801 2002-06-17 Andrew Cagney <cagney@redhat.com>
4802
4803 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4804 pointer.
4805 * gdbarch.h, gdbarch.c: Regenerate.
4806 * config/mips/tm-mips.h (mips_register_name): Update.
4807 * i386-tdep.h (i386_register_name): Update.
4808 * mips-tdep.c (mips_register_name): Update
4809 * alpha-tdep.c (alpha_register_name): Update.
4810 * arch-utils.c (legacy_register_name): Update.
4811 * arch-utils.h (legacy_register_name): Update.
4812 * avr-tdep.c (avr_register_name): Update.
4813 * ia64-tdep.c (ia64_register_name): Update.
4814 * i386-tdep.c (i386_register_name): Update.
4815 * sparc-tdep.c (sparc32_register_name): Update.
4816 (sparc64_register_name): Update.
4817 (sparclite_register_name): Update.
4818 (sparclet_register_name): Update.
4819 * sh-tdep.c (sh_generic_register_name): Update.
4820 (sh_sh_register_name): Update.
4821 (sh_sh3_register_name): Update.
4822 (sh_sh3e_register_name): Update.
4823 (sh_sh_dsp_register_name): Update.
4824 (sh_sh3_dsp_register_name): Update.
4825 (sh_sh4_register_name): Update.
4826 (sh_sh64_register_name): Update.
4827 * s390-tdep.c (s390_register_name): Update.
4828 * rs6000-tdep.c (rs6000_register_name): Update.
4829 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4830 (ns32k_register_name_32382): Update.
4831 * d10v-tdep.c (d10v_ts2_register_name): Update.
4832 (d10v_ts3_register_name): Update.
4833 * xstormy16-tdep.c (xstormy16_register_name): Update.
4834 * vax-tdep.c (vax_register_name): Update.
4835 * v850-tdep.c (v850_register_name): Update.
4836 * m68hc11-tdep.c (m68hc11_register_name): Update.
4837 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4838 (am33_register_name): Update.
4839
4840 2002-06-17 Grace Sainsbury <graces@redhat.com>
4841
4842 * m68k-tdep.c: Reindented.
4843
4844 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4845
4846 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4847 list of predefined types.
4848
4849 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4850
4851 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4852 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4853 REGISTER_CONVERT_TO_RAW): Remove defines.
4854 (i386_register_virtual_type, i386_register_convertible,
4855 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4856 Remove prototypes.
4857 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4858 macros mentioned above.
4859
4860 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4861 (i386lynx_saved_pc_after_call): Remove prototype.
4862 * i386ly-tdep.c: Include "i386-tdep.h".
4863 (i386lynx_saved_pc_after_call): Make static. Use
4864 read_memory_nobpt instead of read_memory. Use
4865 read_memory_unsigned_integer instead of read_memory_integer.
4866 (i386lynx_init_abi): New function.
4867 (i386lynx_coff_osabi_sniffer): New function.
4868 (_initialize_i386bsd_tdep): New function.
4869
4870 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4871 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4872 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4873 (i386_fix_call_dummy): Remove prototype.
4874 * i386-tdep.c (i386_call_dummy_words): New variable.
4875 (i386_gdbarch_init): Adjust for removal of the
4876 macros mentioned above.
4877
4878 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4879
4880 * command.h (add_setshow_auto_boolean_cmd): Replace
4881 add_set_auto_boolean_cmd.
4882 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4883 add_set_auto_boolean_cmd.
4884 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4885 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4886 mask-address'' command.
4887 (show_mask_address): Add cmd parameter.
4888 * remote.c (add_packet_config_cmd): Update. Change type of
4889 set_func and show_func to cmd_sfunc_ftype.
4890 (_initialize_remote): Update `set remote Z-packet'
4891 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4892 (show_remote_protocol_e_packet_cmd): Ditto.
4893 (show_remote_protocol_E_packet_cmd): Ditto.
4894 (show_remote_protocol_P_packet_cmd): Ditto.
4895 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4896 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4897 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4898 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4899 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4900 (show_remote_protocol_Z_packet_cmd): Ditto.
4901 (show_remote_protocol_binary_download_cmd): Ditto.
4902 (show_remote_cmd): Pass NULL to all of above.
4903
4904 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4905
4906 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4907 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4908 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4909 POP_FRAME): Remove defines.
4910 (i386_push_arguments, i386_store_struct_return,
4911 i386_extract_return_value, i386_store_return_value,
4912 i386_extract_struct_value_address, i386_push_dummy_frame,
4913 i386_pop_frame): Renove prototypes.
4914 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4915 macros mentioned above.
4916
4917 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4918
4919 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4920 add_set_boolean_cmd.
4921 (add_setshow_cmd): New function.
4922 * command.h (add_setshow_boolean_cmd): Replace
4923 add_set_boolean_cmd.
4924 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4925 and ``set rdiromatzero''.
4926 * maint.c (_initialize_maint_cmds): Update commented out code.
4927 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4928 * target.c (initialize_targets): Update `set
4929 trust-readonly-sections'.
4930 * remote.c (_initialize_remote): Update `set remotebreak'.
4931
4932 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4933
4934 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4935 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4936 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4937 fit into multi-arch framework.
4938 (i386_breakpoint_from_pc): New function.
4939 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4940 above.
4941
4942 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4943 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4944 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4945 (i386_frameless_function_invocation, i386_frame_num_args,
4946 i386_frame_init_saved_regs): Remove prototypes.
4947 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4948 macros mentioned above.
4949
4950 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4951
4952 * cli/cli-decode.c (set_cmd_cfunc): Update.
4953 (set_cmd_sfunc): Update.
4954 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4955 (set_cmd_sfunc, set_cmd_cfunc): Update.
4956 * cli/cli-decode.h: Update.
4957
4958 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4959
4960 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4961 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4962
4963 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4964
4965 * defs.h (auto_boolean): Declare enum.
4966 * command.h (cmd_auto_boolean): Delete enum.
4967 * mips-tdep.c (mask_address_var): Update.
4968 (mips_mask_address_p): Update.
4969 (show_mask_address): Update.
4970 * remote.c (struct packet_config): Update.
4971 (update_packet_config): Update.
4972 (show_packet_config_cmd): Update.
4973 (packet_ok): Update.
4974 (add_packet_config_cmd): Update.
4975 (_initialize_remote):
4976 * command.h: Update.
4977 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4978 (do_setshow_command): Update.
4979 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4980 * cli/cli-decode.h: Update.
4981
4982 2002-06-15 Mark Kettenis <kettenis@gnu.org>
4983
4984 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4985 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4986 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4987 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4988 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4989 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4990
4991 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4992 list of DJGPP COFF targets.
4993
4994 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4995 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4996 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4997 (FP0_REGNUM): Remove define.
4998 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4999 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5000 (i386_register_virtual_size): Remove protoype.
5001 * i386-tdep.c (i386_register_virtual_size): Removed.
5002 (i386_extract_return_value, i386_store_return_value): Use
5003 FP0_REGNUM instead of NUM_FREGS to determine whether the
5004 floating-point registers are available.
5005 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5006 Adjust for removal of macros mentioned above.
5007
5008 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5009
5010 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5011 comments.
5012 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5013 Remove prototypes.
5014 (supply_gregset, fill_gregset): Remove use of register keyword and
5015 remove declaration for regmap. Use I386_NUM_GREGS instead of
5016 NUM_REGS and NUM_FREGS.
5017 (FPREGSET_FSAVE_OFFSET): Remove.
5018 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5019 NUM_FREGS to determine whether the floating-point registers are
5020 available.
5021
5022 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5023 gnu_store_registers): Replace usage of NUM_GREGS with
5024 I386_NUM_GREGS.
5025
5026 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5027 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5028 usage of NUM_GREGS with I386_NUM_GREGS.
5029
5030 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5031
5032 * i386bsd-nat.c: Include "i386-tdep.h".
5033 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5034 I386_NUM_GREGS.
5035
5036 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5037 and associated comment. They no longer make any sense, since we
5038 don't use this file anymore on Linux.
5039
5040 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5041 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5042 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5043 elements in these arrays.
5044 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5045 MAX_NUM_REGS.
5046
5047 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5048
5049 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5050 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5051
5052 2002-06-14 Andrew Cagney <cagney@redhat.com>
5053
5054 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5055 EXTRACT_RETURN_VALUE.
5056 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5057 EXTRACT_STRUCT_VALUE_ADDRESS.
5058 * gdbarch.h, gdbarch.c: Regenerate.
5059
5060 * values.c (value_being_returned): Handle
5061 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5062 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5063
5064 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5065 * arm-tdep.c (arm_gdbarch_init): Update.
5066 * avr-tdep.c (avr_gdbarch_init): Update.
5067 * cris-tdep.c (cris_gdbarch_init): Update.
5068 * d10v-tdep.c (d10v_gdbarch_init): Update.
5069 * ia64-tdep.c (ia64_gdbarch_init): Update.
5070 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5071 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5072 * s390-tdep.c (s390_gdbarch_init): Update.
5073 * sh-tdep.c (sh_gdbarch_init): Update.
5074 * s390-tdep.c (s390_gdbarch_init): Update.
5075 * sparc-tdep.c (sparc_gdbarch_init): Update.
5076 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5077 * v850-tdep.c (v850_gdbarch_init): Update.
5078 * vax-tdep.c (vax_gdbarch_init): Update.
5079 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5080 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5081
5082 * config/arc/tm-arc.h: Update.
5083 * config/d30v/tm-d30v.h: Update.
5084 * config/fr30/tm-fr30.h: Update.
5085 * config/h8300/tm-h8300.h: Update.
5086 * config/h8500/tm-h8500.h: Update.
5087 * config/i386/tm-i386.h: Update.
5088 * config/i386/tm-ptx.h: Update.
5089 * config/i386/tm-symmetry.h: Update.
5090 * config/i960/tm-i960.h: Update.
5091 * config/m32r/tm-m32r.h: Update.
5092 * config/m68k/tm-delta68.h: Update.
5093 * config/m68k/tm-linux.h: Update.
5094 * config/m68k/tm-m68k.h: Update.
5095 * config/m88k/tm-m88k.h: Update.
5096 * config/mcore/tm-mcore.h: Update.
5097 * config/mips/tm-mips.h: Update.
5098 * config/mn10200/tm-mn10200.h: Update.
5099 * config/pa/tm-hppa.h: Update.
5100 * config/pa/tm-hppa64.h: Update.
5101 * config/sparc/tm-sp64.h: Update.
5102 * config/sparc/tm-sparc.h: Update.
5103 * config/sparc/tm-sparclet.h: Update.
5104 * config/z8k/tm-z8k.h: Update.
5105
5106 2002-06-14 Andrew Cagney <cagney@redhat.com>
5107
5108 * Makefile.in (i386_linux_tdep_h): Define.
5109 (i386_tdep_h, i387_tdep_h): Define.
5110 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5111 $(i386_tdep_h) and $(i387_tdep_h).
5112 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5113
5114 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5115
5116 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5117 Already covered by the default.
5118
5119 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5120 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5121 (i386_gdbarch_init): Initialize long_double_format and long_double
5122 bit.
5123
5124 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5125 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5126 Move these to ...
5127 * config/i386/i386sol2.mh: ... here.
5128 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5129 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5130 (SIGCONTEXT_PC_OFFSET): Remove define.
5131 (IN_SIGTRAMP): Remove define.
5132 * i386-sol2-tdep.c: New file.
5133
5134 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5135 * config/i386/tm-i386nw.h: Removed.
5136
5137 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5138 USE_STRUCT_CONVENTION): Remove defines.
5139 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5140 (get_longjmp_target): Remove prototype.
5141 (IN_SIGTRAMP): Remove define.
5142 (i386bsd_in_sigtramp): Remove prototype.
5143 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5144 function. Update comment accordingly
5145 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5146 (FRAME_SAVED_PC): Remove define.
5147 (i386bsd_frame_saved_pc): Remove prototype.
5148 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5149 GET_LONGJMP_TARGET): Remove defines.
5150 (get_longjmp_target): Remove prototype.
5151 (IN_SIGTRAMP): Remove define.
5152 (i386bsd_in_sigtramp): Remove prototype.
5153 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5154 function. Update comment accordingly
5155 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5156 (FRAME_SAVED_PC): Remove define.
5157 (i386bsd_frame_saved_pc): Remove prototype.
5158 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5159 Remove prototype.
5160 (USE_STRUCT_CONVENTION): Remove prototype.
5161 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5162 declaration.
5163 (_initialize_i386bsd_nat): Revise logic to determine some
5164 constants at compile time when compiling a native GDB. Warn if
5165 things don't match up with what we expect.
5166 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5167 Remove variables.
5168 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5169 to use date stored in `struct gdbarch_tdep'.
5170 (i386bsd_sigcontext_offset): Remove varaible.
5171 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5172 stored in `struct gdbarch_tdep'.
5173 (i386bsd_frame_saved_pc): Make static.
5174 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5175 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5176 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5177 i386fbsd4_sc_pc_offset): New variables.
5178 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5179 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5180 functions.
5181 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5182 functions.
5183 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5184 Modify the value of i386fbsd_sigtramp_start and
5185 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5186 i386fbsd_sigtramp_end.
5187 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5188 function.
5189
5190 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5191 define to i386-linux-tdep.h.
5192 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5193 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5194 defines.
5195 (i386_linux_register_name, i386_linux_register_byte,
5196 i386_linux_register_raw_size): Remove prototypes.
5197 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5198 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5199 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5200 TARGET_WRITE_PC): Remove defines.
5201 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5202 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5203 i386_linux_write_pc): Remove prototypes.
5204 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5205 (get_longjmp_target): Remove prototype.
5206 * i386-linux-tdep.h: New file.
5207 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5208 * i386-linux-tdep.c: Include "i386-tdep.h" and
5209 "i386-linux-tdep.h".
5210 (i386_linux_register_name, i386_linux_register_byte,
5211 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5212 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5213 Make static.
5214 (i386_linux_init_abi): New function.
5215 (_initialize_i386_linux_tdep): New function.
5216
5217 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5218 (i386_saved_pc_after_call): Remove prototype.
5219 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5220 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5221 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5222 (i386_register_name, i386_stab_reg_to_regnum,
5223 i386_dwarf_reg_to_regnum): Remove prototypes.
5224 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5225 SIZEOF_SSE_REGS): Remove defines.
5226 (REGISTER_BYTES): Remove define.
5227 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5228 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5229 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5230 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5231 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5232 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5233 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5234 (get_longjmp_target): Remove prototype.
5235 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5236 (sigtramp_saved_pc): Remove define.
5237 (i386v4_sigtramp_saved_pc): Remove prototype.
5238 * config/i386/tm-go32.h (FRAME_CHAIN,
5239 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5240 (i386go32_frame_saved_pc): Remove prototype.
5241 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5242 (get_longjmp_target): Remove prototype.
5243 * i386-tdep.h: Include "osabi.h".
5244 (enum i386_abi): Removed.
5245 (enum struct_return): New enum.
5246 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5247 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5248 sc_pc_offset members.
5249 (i386_gdbarch_register_os_abi): Remove prototype.
5250 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5251 I386_SSE_NUM_REGS): New defines.
5252 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5253 I386_SSE_SIZEOF_REGS): New defines.
5254 (i386_register_name, i386_register_byte, i386_register_raw_size):
5255 New prototypes.
5256 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5257 (i386bsd_sigtramp_saved_pc): New prototype.
5258 * i386-tdep.c: Don't include "elf-bfd.h".
5259 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5260 i386_frame_chain, i386_saved_pc_after_call): Make static.
5261 (i386_frame_saved_pc): Rewrite to call architecture dependent
5262 function to deal with signal handlers. Make static.
5263 (i386go32_frame_saved_pc): Removed.
5264 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5265 Removed.
5266 (i386_get_longjmp_target): New function.
5267 (default_struct_convention, pcc_struct_convention,
5268 reg_struct_convention, valid_conventions, struct_convention): New
5269 variables.
5270 (i386_use_struct_convention): New function.
5271 (i386v4_sigtramp_saved_pc): Renamed to
5272 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5273 (i386_pc_in_sigtramp): New function.
5274 (i386_abi_names): Removed.
5275 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5276 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5277 Removed.
5278 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5279 i386_gdbarch_register_os_abi): Removed.
5280 (struct i386_abi_handler): Removed.
5281 (i386_abi_handler_list): Removed.
5282 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5283 functions.
5284 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5285 i386_nw_init_abi): New functions.
5286 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5287 Use set_gdbarch_xxx() calls instead of relying on macros for a
5288 number of calls.
5289 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5290 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5291 Register the various architecture variants defined in this file.
5292
5293 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5294
5295 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5296 (struct main_type): Remove arg_types member. Update comments for
5297 struct field.
5298 (TYPE_ARG_TYPES): Remove.
5299 (TYPE_FN_FIELD_ARGS): Update.
5300 (smash_to_method_type): Update prototype.
5301
5302 * c-typeprint.c (cp_type_print_method_args): Take method type
5303 instead of argument list. Use new argument layout. Simplify.
5304 (c_type_print_args): Use new argument layout. Simplify.
5305 (c_type_print_base): Update call to cp_type_print_method_args.
5306 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5307 argument; use die->type instead. Update call to
5308 smash_to_method_type.
5309 (read_structure_scope): Update call to dwarf2_add_member_fn.
5310 * gdbtypes.c (allocate_stub_method): Update comment.
5311 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5312 Use new argument layout.
5313 (check_stub_method): Use new argument layout. Don't count
5314 void as an argument.
5315 (print_arg_types): Update comments. Use new argument layout.
5316 (recursive_dump_type): Don't print arg_types member.
5317 * hpread.c (hpread_read_struct_type): Use new argument layout.
5318 (fixup_class_method_type): Likewise.
5319 (hpread_type_lookup): Likewise.
5320 * stabsread.c (read_type): Update calls to read_args and
5321 smash_to_method_type.
5322 (read_args): Use new argument layout. Simplify.
5323 * valops.c (typecmp): Use new argument layout. Update parameters
5324 and comments. Simplify.
5325 (hand_function_call): Use new argument layout.
5326 (search_struct_method): Update call to typecmp.
5327 (find_overload_match): Use new argument layout.
5328
5329 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5330
5331 * NEWS: Mention multithreaded debug support for gdbserver.
5332
5333 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5334
5335 * MAINTAINERS: Mention NEWS.
5336
5337 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5338
5339 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5340 (struct mips_objfile_private, compare_pdr_entries): New.
5341 (non_heuristic_proc_desc): Read the ".pdr" section if it
5342 is present.
5343
5344 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5345
5346 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5347 (arm_debug): New static variable.
5348 (_initialize_arm_tdep): Add ``set debug arm'' command.
5349
5350 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5351
5352 * Makefile.in (sim_arm_h): Define.
5353 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5354 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5355 (arm_register_sim_regno): New function, map an internal REGNUM
5356 onto a simulator register number.
5357 (arm_gdbarch_init): Set register_sim_regno.
5358
5359 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5360
5361 * MAINTAINERS: Add self.
5362
5363 2002-06-11 Jim Blandy <jimb@redhat.com>
5364
5365 * source.c (source_info): Mention whether the symtab has
5366 information about preprocessor macros.
5367
5368 Call the command `info macro', not `show macro'.
5369 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5370 Fix error message.
5371 (_initialize_macrocmd): Register `info_macro_command' in
5372 `infolist', not `showlist'.
5373
5374 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5375
5376 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5377 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5378 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5379 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5380 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5381 unconditionally.
5382 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5383 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5384 (_initialize_mips_tdep): Remove dead code.
5385 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5386 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5387 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5388 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5389 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5390 MIPS_LAST_FP_ARG_REGNUM): Remove.
5391
5392 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5393
5394 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5395 (unwind_tmp_obstack_free, parse_frame_info)
5396 (update_context, cfi_read_fp, cfi_write_fp)
5397 (cfi_frame_chain, cfi_init_extra_frame_info)
5398 (cfi_virtual_frame_pointer): Use the above function.
5399 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5400
5401 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5402
5403 * v850-tdep.c (v850_type_is_scalar): New function.
5404 (v850_use_struct_convention): Match current gcc implementation
5405 as close as possible.
5406 (v850_push_arguments): Fix stack_offset handling. Don't write
5407 struct_addr into register. This is done by v850_store_struct_return.
5408 (v850_extract_return_value): Care for structs.
5409 (v850_store_return_value): Ditto.
5410 (v850_store_struct_return): Actually write address.
5411
5412 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5413
5414 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5415 without debug information too.
5416
5417 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5418
5419 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5420 Make multi-arch pure.
5421 * gdbarch.h, gdbarch.c: Re-generate.
5422 * arm-tdep.c (arm_print_float_info): Update.
5423 * arch-utils.h (default_print_float_info): Update.
5424 * arch-utils.c (default_print_float_info): Update.
5425 * infcmd.c (float_info): Update call.
5426
5427 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5428
5429 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5430 the front of the initialize list.
5431
5432 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5433
5434 * infrun.c (struct inferior_status): Replace fields
5435 selected_frame_address and selected_level with field
5436 selected_frame_id.
5437 (save_inferior_status): Update. Use get_frame_id.
5438 (struct restore_selected_frame_args): Delete.
5439 (restore_selected_frame): Update. Use frame_find_by_id.
5440 (restore_inferior_status): Update.
5441
5442 * breakpoint.h (struct breakpoint): Change type of
5443 watchpoint_frame to frame_id.
5444 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5445 call to get_current_frame.
5446 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5447 get_current_frame.
5448 (watchpoint_check): Use frame_find_by_id.
5449
5450 * frame.h (record_selected_frame): Delete declaration.
5451 * stack.c (record_selected_frame): Delete function.
5452
5453 * frame.h (struct frame_id): Define.
5454 (get_frame_id): Declare.
5455 (frame_find_by_id): Declare.
5456 * frame.c (frame_find_by_id): New function.
5457 (get_frame_id): New function.
5458
5459 2002-06-10 Andrey Volkov <avolkov@transas.com>
5460
5461 * ser-e7kpc.c: Fix duplicated define and call of
5462 _initialize_ser_e7000pc
5463
5464 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5465
5466 * signals/signals.c (target_signal_from_host): Fix #ifdef
5467 SIGRTMIN case.
5468 (do_target_signal_to_host): Likewise.
5469
5470 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5471
5472 * mips-tdep.c (mips_find_abi_section): New function.
5473 (mips_gdbarch_init): Call it.
5474
5475 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5476
5477 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5478 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5479 after Andrew's 2002-06-08 gdbarch change.
5480
5481 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5482
5483 * i386-linux-nat.c (suppy_gregset): Don't supply
5484 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5485 register cache.
5486 (fill_gregset): Don't fetch it under the same circumstances.
5487
5488 2002-06-09 Andrew Cagney <cagney@redhat.com>
5489
5490 * Makefile.in (callback_h): Define.
5491 (remote_sim_h): Update path to remote-sim.h.
5492 (remote-rdp.o): Add $(callback_h).
5493 (remote-sim.o): Use $(callback_h).
5494 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5495 * remote-rdp.c: Include "gdb/callback.h".
5496
5497 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5498
5499 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5500 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5501
5502 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5503
5504 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5505 * rdi-share/serpardr.c: Ditto.
5506 * rdi-share/unixcomm.c: Ditto.
5507 * rdi-share/serdrv.c: Ditto.
5508 * rdi-share/hostchan.h: Ditto.
5509 * rdi-share/hostchan.c: Ditto.
5510 * rdi-share/host.h: Ditto.
5511 * rdi-share/devsw.c: Ditto.
5512
5513 * objfiles.h: Change type of obj_private to void pointer.
5514 * pa64solib.c: Update copyright. Don't include "assert.h", use
5515 strcmp instead of STREQ, use LONGEST, do not use PTR
5516 * somsolib.c: Ditto.
5517
5518 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5519 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5520 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5521
5522 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5523
5524 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5525 (default_get_saved_register): Delete function.
5526 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5527 generic_unwind_get_saved_register.
5528 * gdbarch.h, gdbarch.c: Re-generate.
5529
5530 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5531
5532 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5533 generic_func_frame_chain_valid.
5534 * gdbarch.h, gdbarch.c: Re-generate.
5535 * blockframe.c (generic_func_frame_chain_valid): Only check
5536 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5537 passing FP to PC_IN_CALL_DUMMY.
5538 Fix PR gdb/360.
5539
5540 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5541
5542 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5543 (register_gdbarch_data): Initialize init_p.
5544 (gdbarch_data): Initialize data pointer using the init function.
5545 (init_gdbarch_data): Delete function.
5546 (gdbarch_update_p): Update.
5547 (initialize_non_multiarch): Update.
5548 (struct gdbarch): Add field initialized_p.
5549 * gdbarch.h, gdbarch.c: Re-generate.
5550
5551 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5552
5553 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5554 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5555 better do the things actually here.
5556 * x86-64-tdep.c (x86_64_register_name2nr): New.
5557 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5558 (x86_64_gdbarch_init): Respect the above change.
5559 * x86-64-tdep.h (x86_64_register_name2nr)
5560 (x86_64_register_nr2name): Add prototypes.
5561 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5562
5563 2002-06-06 Michael Snyder <msnyder@redhat.com>
5564
5565 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5566 Delete extra braces and re-indent.
5567 (d10v_store_return_value): Char return values
5568 must be shifted over by one byte in R0.
5569 (d10v_extract_return_value): Delete extra braces, re-indent.
5570
5571 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5572
5573 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5574 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5575 (d10v_integer_to_address): Rewrite.
5576 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5577 the d10v specific functions which take care of converting to the
5578 correct space.
5579
5580 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5581
5582 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5583 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5584
5585 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5586
5587 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5588 includes.
5589 * config/tm-linux.h: Ditto.
5590 * config/alpha/tm-alphalinux.h: Ditto.
5591 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5592 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5593 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5594 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5595 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5596 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5597 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5598 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5599 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5600 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5601 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5602 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5603 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5604 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5605 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5606 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5607 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5608 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5609 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5610 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5611 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5612 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5613 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5614 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5615 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5616 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5617 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5618 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5619 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5620 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5621 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5622 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5623 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5624 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5625 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5626 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5627 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5628
5629 2002-05-04 Aidan Skinner <aidan@velvet.net>
5630
5631 * ada-exp.tab.c: New file
5632 * ada-exp.y: New file
5633 * ada-lang.c: New file
5634 * ada-lang.h: New file
5635 * ada-lex.c: New file
5636 * ada-lex.l: New file
5637 * ada-tasks.c: New file
5638 * ada-typeprint.c: New file
5639 * ada-valprint.c: New file
5640
5641 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5642
5643 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5644 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5645
5646 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5647
5648 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5649 insetead of ppc-linux-tdep.o.
5650 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5651 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5652
5653 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5654
5655 2002-05-07 Christian Groessler <chris@groessler.org>
5656 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5657 bit register contents for little endian hosts.
5658
5659 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5660
5661 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5662 any maintainer.
5663
5664 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5665
5666 * gdbarch.h: Regenerate.
5667
5668 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5669
5670 * MAINTAINERS: Add everyone to write-after-approval list.
5671
5672 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5673
5674 * stack.c (frame_info): Use frame_register_unwind instead of
5675 saved_regs. Mention when the SP is on the stack or in a register.
5676
5677 * frame.h (frame_register_unwind_ftype): Define. Document.
5678 (struct frame_info): Add field register_unwind and
5679 register_unwind_cache.
5680 (frame_register_unwind): Declare.
5681 (generic_unwind_get_saved_register): Declare.
5682
5683 * frame.c (frame_register_unwind): New function.
5684 (generic_unwind_get_saved_register): New function.
5685
5686 * blockframe.c (generic_call_dummy_register_unwind): New function.
5687 (frame_saved_regs_register_unwind): New function.
5688 (set_unwind_by_pc): New function.
5689 (create_new_frame): New function.
5690 (get_prev_frame): New function.
5691
5692 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5693
5694 * a29k-share/: Delete directory.
5695 * remote-vx29k.c: Delete file.
5696
5697 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5698
5699 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5700 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5701
5702 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5703
5704 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5705 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5706 (sparc64nbsd-nat.o)
5707 (sparcnbsd-nat.o)
5708 (sparcnbsd-tdep.o): New dependency lists.
5709 * NEWS: Note new UltraSPARC NetBSD native configuration.
5710 * configure.host (sparc64-*-netbsd*): New host.
5711 * configure.tgt (sparc-*-netbsdelf*)
5712 (sparc-*-netbsd*): Set gdb_target to nbsd.
5713 (sparc64-*-netbsd*): New target.
5714 * sparc64nbsd-nat.c: New file.
5715 * sparcnbsd-nat.c: New file.
5716 * sparcnbsd-tdep.c: New file.
5717 * sparcnbsd-tdep.h: New file.
5718 * config/sparc/nbsd.mt: New file.
5719 * config/sparc/nbsd64.mh: New file.
5720 * config/sparc/nbsd64.mt: New file.
5721 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5722 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5723 (HOST_IPC): Remove.
5724 * config/sparc/nbsdaout.mt: Remove.
5725 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5726 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5727 (HOST_IPC): Remove.
5728 * config/sparc/nbsdelf.mt: Remove.
5729 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5730 sparc-nat.c compatiblity defines.
5731 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5732 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5733 * config/sparc/tm-nbsd64.h: New file.
5734 * config/sparc/tm-nbsdaout.h: Remove.
5735 * config/sparc/xm-nbsd.h: Remove.
5736
5737 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5738
5739 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5740 * sparc-tdep.c: Include osabi.h.
5741 (gdbarch_tdep): Add osabi member.
5742 (_initialize_sparc_tdep): Use gdbarch_register.
5743 (sparc_gdbarch_init): Use generic OS ABI framework.
5744 (sparc_dump_tdep): New function.
5745
5746 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5747
5748 * corefile.c (do_captured_read_memory_integer): Return non-zero
5749 result.
5750 (safe_read_memory_integer): Copy result of memory read when
5751 status is non-zero. Also, add comments.
5752
5753 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5754
5755 * Makefile.in (ppc_tdep_h): Define.
5756 (ppc-linux-nat.o)
5757 (ppc-linux-tdep.o)
5758 (rs6000-tdep.o): Use $(ppc_tdep_h).
5759 (ppc-sysv-tdep.o)
5760 (ppcnbsd-nat.o)
5761 (ppcnbsd-tdep.o): New dependency lists.
5762 * ppc-tdep.h: Use generic OS ABI framework.
5763 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5764 (ppc_linux_init_abi): New functions.
5765 (ppc_sysv_abi_broken_use_struct_convention)
5766 (ppc_sysv_abi_use_struct_convention)
5767 (ppc_sysv_abi_push_arguments): Move to...
5768 * ppc-sysv-tdep.c: ...here.
5769 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5770 * rs6000-tdep.c (process_note_abi_tag_sections)
5771 (get_elfosabi): Remove.
5772 (rs6000_gdbarch_init): Use generic OS ABI framework.
5773 (rs6000_dump_tdep): New function.
5774 (_initialize_rs6000_tdep): Use gdbarch_register.
5775 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5776 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5777 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5778 of ppc-linux-tdep.o.
5779 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5780 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5781 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5782 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5783 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5784 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5785
5786 2002-05-29 Jim Blandy <jimb@redhat.com>
5787
5788 * macroscope.c (default_macro_scope): Put `void' in empty argument
5789 list.
5790
5791 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5792
5793 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5794 * arch-utils.c: Include "sim-regno.h".
5795 * gdbarch.sh: Don't include "sim-regno.h".
5796 * gdbarch.h, gdbarch.c: Regenerate.
5797 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5798 here.
5799 * arch-utils.h (legacy_register_sim_regno): To here.
5800 * remote-sim.c (legacy_register_sim_regno): Move function from
5801 here.
5802 * arch-utils.c (legacy_register_sim_regno): To here.
5803
5804 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5805
5806 * sim-regno.h: New file.
5807 * Makefile.in (sim_regno_h): Define.
5808 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5809 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5810 (legacy_register_sim_regno): New function.
5811 (one2one_register_sim_regno): New function.
5812 (gdbsim_fetch_register): Rewrite.
5813 (gdbsim_store_register): Only store a register when
5814 REGISTER_SIM_REGNO is valid.
5815 * d10v-tdep.c: Include "sim-regno.h".
5816 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5817 (d10v_ts3_register_sim_regno): Ditto.
5818 * gdbarch.sh: Include "sim-regno.h".
5819 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5820 * gdbarch.h, gdbarch.c: Regenerate.
5821 * arch-utils.h (default_register_sim_regno): Delete declaration.
5822 * arch-utils.c (default_register_sim_regno): Delete function.
5823
5824 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5825
5826 * ppcnbsd-nat.c: Rewrite.
5827 * ppcnbsd-tdep.c: New file.
5828 * ppcnbsd-tdep.h: New file.
5829 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5830 solib.o, and solib-svr4.o.
5831 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5832 nbsd-tdep.o, and corelow.o.
5833
5834 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5835
5836 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5837 `tr' and `sed'. Mention that `broken' targets are not expected to
5838 build.
5839
5840 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5841
5842 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5843 Let PC point right after the prologue before looking up symbols.
5844
5845 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5846
5847 * i386-tdep.c (i386_register_virtual_type): Return
5848 builtin_type_vec128i for SSE registers.
5849
5850 * gdbtypes.h (builtin_type_vec128i): Declare.
5851
5852 * gdbtypes.c (build_builtin_type_vec128i): New function.
5853 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5854 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5855 (build_gdbtypes): Initialize new builtin vector types.
5856 (_initialize_gdbtypes): Register new vector types with gdbarch.
5857
5858 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5859
5860 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5861 since it has been multi-arch'd.
5862 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5863 Move Alpha and VAX multi-arch news entries to same section
5864 as other multi-arch news.
5865
5866 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5867
5868 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5869 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5870 static. Rename some register numbers to put them in ns32k-tdep
5871 private namespace.
5872 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5873 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5874 functions.
5875 (_initialize_ns32k_tdep): Use gdbarch_register.
5876 * ns32k-tdep.h: New file.
5877 * ns32knbsd-tdep.c: New file.
5878 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5879 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5880 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5881 REGISTER_BYTES, REGISTER_BYTE): Remove.
5882 * config/ns32k/tm-ns32k.h: New file.
5883 * config/ns32k/tm-umax.h: Remove.
5884
5885 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5886
5887 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5888 ns32k_store_struct_return, ns32k_extract_return_value,
5889 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5890 functions.
5891 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5892 ns32k_saved_pc_after_call.
5893 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5894 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5895 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5896 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5897 ns32k_extract_struct_value_address.
5898
5899 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5900
5901 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5902 ns32k_fix_call_dummy): New.
5903 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5904 ns32k_call_dummy_words.
5905 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5906 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5907 CALL_DUMMY_NARGS): Remove.
5908 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5909
5910 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5911
5912 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5913 ns32k_frame_saved_pc, ns32k_frame_args_address,
5914 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5915 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5916 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5917 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5918 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5919 (BREAKPOINT): Remove..
5920 (FRAME_CHAIN): Define as ns32k_frame_chain.
5921 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5922 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5923 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5924 (FRAME_FIND_SAVED_REGS): Remove.
5925 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5926 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5927 (POP_FRAME): Define as ns32k_pop_frame.
5928
5929 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5930
5931 * ns32k-tdep.c (ns32k_register_byte_32082,
5932 ns32k_register_byte_32382, ns32k_register_raw_size,
5933 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5934 functions.
5935 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5936 ns32k_register_byte_32382.
5937 * config/ns32k/tm-umax.h: Update copyright years.
5938 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5939 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5940 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5941 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5942 (ns32k_get_enter_addr): Fix prototype.
5943
5944 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5945
5946 * ns32k-tdep.c: Update copyright years.
5947 (ns32k_register_name_32082): New function.
5948 (ns32k_register_name_32382): Ditto.
5949 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5950 (REGISTER_NAME): Define as ns32k_register_name_32382.
5951 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5952 (REGISTER_NAME): Define as ns32k_register_name_32082.
5953
5954 2002-05-24 Jim Blandy <jimb@redhat.com>
5955
5956 * dwarf2read.c (free_line_header): Use xfree, not free.
5957
5958 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5959
5960 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5961 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5962
5963 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5964
5965 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5966
5967 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5968
5969 From Ross Alexander at NEC Europe:
5970 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5971
5972 2002-05-23 Michael Snyder <msnyder@redhat.com>
5973
5974 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5975 for input, rather than parse_and_eval_address.
5976
5977 2002-05-23 Andrew Cagney <ac131313@redhat.com>
5978
5979 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5980 * Makefile.in (sim_d10v_h): Update definition.
5981
5982 2002-05-24 Andrew Cagney <cagney@redhat.com>
5983
5984 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5985 change `2002-05-22 Michael Snyder' below.
5986 (d10v_push_arguments): Ditto.
5987 (d10v_extract_return_value): Ditto.
5988
5989 2002-05-23 Jim Blandy <jimb@redhat.com>
5990
5991 * macrotab.c (check_for_redefinition): Don't complain if the new
5992 definition is the same as the previous one. Take more arguments
5993 to allow the comparison.
5994 (macro_define_object, macro_define_function): Pass more arguments
5995 to check_for_redefinition.
5996
5997 2002-05-22 Michael Snyder <msnyder@redhat.com>
5998
5999 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6000 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6001 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6002 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6003 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6004 Add a temp variable to save a call (and a memory read).
6005 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6006 if possible (so that PC_IN_CALL_DUMMY will work).
6007
6008 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6009
6010 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6011
6012 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6013
6014 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6015 fde->cie_ptr.
6016 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6017 (dwarf2_build_frame_info): Add offset to fde->initial_location
6018 so that frames of shared libraries are mapped correctly.
6019 (execute_stack_op): Change type of 'result' from ULONGEST to
6020 CORE_ADDR.
6021
6022 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6023
6024 * config/alpha/tm-nbsd.h: Include solib.h.
6025
6026 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6027
6028 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6029 assumptions about the host's byte order.
6030
6031 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6032
6033 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6034 to dependency list.
6035 * alphanbsd-tdep.c: Include solib-svr4.h.
6036 * shnbsd-tdep.c: Ditto.
6037
6038 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6039
6040 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6041 nbsd-tdep.h to dependency list.
6042 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6043 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6044 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6045 nbsdaout.mh and nbsdelf.mh consistently.
6046 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6047 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6048 nbsdaout.mt and nbsdelf.mh consistently.
6049 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6050 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6051 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6052 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6053 a.out shared library stuff from here...
6054 * config/nm-nbsdaout.h: ...to here.
6055 * config/tm-nbsd.h: Remove.
6056 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6057 * config/arm/nbsd.mh: Remove.
6058 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6059 nbsd-tdep.o.
6060 * config/arm/nbsdaout.mh: New file.
6061 * config/arm/nbsdelf.mh: New file.
6062 * config/arm/nm-nbsdaout.h: New file.
6063 * config/i386/nbsd.mh: Remove.
6064 * config/i386/nbsd.mt: Remove.
6065 * config/i386/nbsdaout.mh: New file.
6066 * config/i386/nbsdaout.mt: New file.
6067 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6068 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6069 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6070 i386_register_u_addr): Remove.
6071 * config/i386/nm-nbsdaout.h: New file.
6072 * config/i386/nm-nbsdelf.h: Remove.
6073 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6074 (USE_STRUCT_CONVENTION): Remove.
6075 * config/i386/tm-nbsdaout.h: New file.
6076 * config/i386/tm-nbsdelf.h: Remove.
6077 * config/m68k/nbsd.mh: Remove.
6078 * config/m68k/nbsd.mt: Remove.
6079 * config/m68k/nbsdaout.mh: New file.
6080 * config/m68k/nbsdaout.mt: New file.
6081 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6082 * config/m68k/nm-nbsdaout.h: New file.
6083 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6084 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6085 * config/ns32k/nbsd.mh: Remove.
6086 * config/ns32k/nbsd.mt: Remove.
6087 * config/ns32k/nbsdaout.mh: New file.
6088 * config/ns32k/nbsdaout.mt: New file.
6089 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6090 * config/ns32k/nm-nbsdaout.h: New file.
6091 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6092 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6093 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6094 (SVR4_SHARED_LIBS): Remove.
6095 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6096 * config/sparc/nbsd.mh: Remove.
6097 * config/sparc/nbsd.mt: Remove.
6098 * config/sparc/nbsdaout.mh: New file.
6099 * config/sparc/nbsdaout.mt: New file.
6100 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6101 * config/sparc/nbsdelf.mt: New file.
6102 * config/sparc/nm-nbsdaout.h: New file.
6103 * config/sparc/nm-nbsdelf.h: Remove.
6104 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6105 * config/sparc/tm-nbsdaout.h: New file.
6106
6107 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6108
6109 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6110 mipsnbsd-tdep.c
6111 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6112
6113 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6114
6115 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6116 shnbsd-nat.c.
6117 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6118
6119 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6120
6121 * NEWS: Note new MIPS NetBSD native configuration.
6122 * configure.host (mips*-*-netbsd*): New host.
6123 * configure.tgt (mips*-*-netbsd*): New target.
6124 * mipsnbsd-nat.c: New file.
6125 * mipsnbsd-tdep.c: New file.
6126 * mipsnbsd-tdep.h: New file.
6127 * config/mips/nbsd.mh: New file.
6128 * config/mips/nbsd.mt: New file.
6129 * config/mips/nm-nbsd.h: New file.
6130 * config/mips/tm-nbsd.h: New file.
6131
6132 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6133
6134 * Makefile.in (SFILES): Add osabi.c.
6135 (COMMON_OBS): Add osabi.o.
6136 (osabi.o): New dependency list.
6137 * osabi.c: New file.
6138 * osabi.h: New file.
6139 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6140
6141 * Makefile.in (alpha_tdep_h): Define and use instead of
6142 alpha-tdep.h.
6143 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6144 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6145 Remove.
6146 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6147 * alpha-tdep.h: Include osabi.h.
6148 (alpha_abi): Remove.
6149 (gdbarch_tdep): Use generic OS ABI framework.
6150 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6151 gdbarch_register_osabi.
6152 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6153 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6154 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6155
6156 * Makefile.in (sh_tdep_h): Add osabi.h.
6157 * sh-tdep.h (sh_osabi): Remove.
6158 (gdbarch_tdep): Use generic OS ABI framework.
6159 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6160 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6161 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6162 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6163
6164 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6165 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6166 gdbarch_register_osabi.
6167 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6168 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6169 (get_elfosabi): Rename to...
6170 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6171 ABI framework support routines.
6172 (arm_gdbarch_init): Use generic OS ABI framework.
6173 (arm_dump_tdep): Likewise.
6174 (_initialize_arm_tdep): Likewise.
6175 * arm-tdep.h: Include osabi.h.
6176 (arm_abi): Remove.
6177 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6178 osabi member.
6179 (arm_gdbarch_register_os_abi): Remove prototype.
6180 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6181 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6182
6183 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6184 * mips-tdep.c: Include osabi.h.
6185 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6186 OS ABI framework.
6187
6188 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6189
6190 * h8300-tdep.c: Fix formatting.
6191
6192 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6193
6194 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6195 printing vector registers.
6196
6197 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6198
6199 From Fernando Nasser:
6200 * remote.c (remote_async_open_1): Re-throw the exception when the
6201 connection fails.
6202 (remote_cisco_open): Ditto.
6203 (remote_open_1): Ditto.
6204
6205 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6206
6207 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6208 (remote_start_remote): Add uiout parameter. Pass through to
6209 remote_start_remote_dummy.
6210 (remote_open_1): Use catch_exception instead of catch_errors.
6211 (remote_async_open_1): Ditto.
6212 (remote_cisco_open): Ditto.
6213
6214 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6215
6216 * remote.c (remote_start_remote): Replace PTR with void pointer.
6217 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6218 static.
6219
6220 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6221
6222 * gdb_indent.sh: Allow the script to be run in the sim directory.
6223
6224 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6225
6226 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6227 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6228
6229 * corelow.c (core_open): Only call set_gdbarch_from_file if
6230 exec_bfd is NULL.
6231
6232 2002-05-17 Andrey Volkov <avolkov@transas.com>
6233
6234 * h8300-tdep.c: Add support of EXR register
6235 * config/h8300/tm-h8300.h: Ditto.
6236
6237 2002-05-17 Andrey Volkov <avolkov@transas.com>
6238
6239 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6240
6241 2002-05-17 Andrey Volkov <avolkov@transas.com>
6242
6243 * h8300-tdep.c: Change literal regnums to REGNO.
6244
6245 2002-05-17 Jim Blandy <jimb@redhat.com>
6246
6247 * NEWS: Note addition of macro support.
6248
6249 Expand preprocessor macros in C expressions.
6250 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6251 (scan_macro_expansion, scanning_macro_expansion,
6252 finished_macro_expansion): New function declarations.
6253 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6254 variable declarations.
6255 * parser-defs.h (expression_context_pc): New declaration.
6256 * parse.c (expression_context_pc): New variable.
6257 (parse_exp_1): Set expression_context_pc, as well as
6258 expression_context_block.
6259 * c-exp.y (yylex): If we're not already reading the result of a
6260 macro expansion, try to macro-expand the next token. When we're
6261 done scanning a macro expansion, switch back to the mainline text.
6262 Commas and `if's in a macro's expansion don't terminate the input.
6263 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6264 (macro_original_text, macro_expanded_text,
6265 expression_macro_lookup_func, expression_macro_lookup_baton): New
6266 variables.
6267 (scan_macro_expansion, scanning_macro_expansion,
6268 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6269 c_preprocess_and_parse): New functions.
6270 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6271 c_preprocess_and_parse, instead of c_parse.
6272 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6273 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6274
6275 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6276
6277 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6278 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6279 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6280
6281 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6282
6283 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6284
6285 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6286
6287 * Makefile.in (sh_tdep_h): Define and use.
6288 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6289 register enum): Move to...
6290 * * sh-tdep.h: ...here.
6291 * sh-tdep.c: Include sh-tdep.h.
6292 * sh3-rom.c: Likewise.
6293 * shnbsd-tdep.c: Likewise.
6294
6295 2002-05-16 Michael Snyder <msnyder@redhat.com>
6296
6297 * arm-tdep.c: Spelling fix in comment.
6298
6299 2002-05-16 Jim Blandy <jimb@redhat.com>
6300
6301 Add commands for manually expanding macros and showing their
6302 definitions.
6303 * macrocmd.c, macroscope.c, macroscope.h: New files.
6304 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6305 (macroscope_h): New variable.
6306 (HFILES_NO_SRCDIR): Add macroscope.h.
6307 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6308 (macroscope.o, macrocmd.o): New rules.
6309
6310 Teach the Dwarf 2 reader to read macro information.
6311 * dwarf2read.c: #include "macrotab.h".
6312 (dwarf_macinfo_buffer): New variable.
6313 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6314 dwarf_macinfo_size.
6315 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6316 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6317 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6318 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6319 dwarf2_macro_spaces_in_definition): New complaints.
6320 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6321 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6322 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6323 the partial symbol table.
6324 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6325 from what's recorded in the partial symbol table.
6326 (read_file_scope): If the compilation unit has a
6327 `DW_AT_macro_info' attribute, read its macro information.
6328 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6329
6330 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6331
6332 Fix PR gdb/546
6333 * ser-tcp.c: Don't include <netinet/udp.h>.
6334
6335 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6336
6337 * MAINTAINERS: Update my email address.
6338
6339 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6340
6341 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6342 include file of the same name.
6343
6344 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6345
6346 * configure.tgt: Mark v850 as multi-arched.
6347 * config/v850/tm-v850.h: Remove file.
6348 * config/v850/v850.mt: Eliminate TM_FILE.
6349
6350 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6351
6352 * v850-tdep.c: Full multi-arch.
6353 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6354 Define GDB_MULTI_ARCH to 2.
6355
6356 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6357
6358 * p-exp.y (current_type): New static variable.
6359 Carries the type of the expression at the position that is parsed.
6360 (push_current_type, pop_current_type): Two new functions. Used
6361 to store/restore current_type in expression on specific tokens.
6362 (search_field): New static variable. Set to one after parsing a point
6363 as at that point only a FIELDNAME token should be searched.
6364 (FIELDNAME): New token. After a point only a token belonging to
6365 current_type type definition is allowed.
6366 (all over token rules): reset and change current_type according
6367 to rules.
6368 (exp '[' rule): insert implicit array index field if
6369 exp is a pascal string type.
6370
6371 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6372
6373 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6374 frame info. Use frame_info's saved_regs instead of matching member
6375 in extra_frame_info throughout.
6376 (v850_frame_init_saved_regs): New function.
6377 (v850_init_extra_frame_info): Move most functionality into
6378 v850_frame_init_saved_regs().
6379 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6380 (v850_frame_find_saved_regs): Remove declaration.
6381 (FRAME_FIND_SAVED_REGS): Remove definition.
6382 (v850_frame_init_saved_regs): Add declaration.
6383 (FRAME_INIT_SAVED_REGS): Add definition.
6384
6385 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6386
6387 * v850-tdep.c: Begin multi-arch'ing v850.
6388 (v850_target_architecture_hook): Remove function.
6389 (v850_gdbarch_init): New function. Add code previously in
6390 v850_target_architecture_hook().
6391 (_initialize_v850_tdep): Don't set target_architecture_hook.
6392 Call register_gdbarch_init() instead.
6393
6394 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6395
6396 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6397 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6398 (fixup_class_method_type): Likewise.
6399
6400 2002-05-15 Jim Blandy <jimb@redhat.com>
6401
6402 Add macro structures to GDB's symbol tables. Nobody puts anything
6403 in them yet.
6404 * symtab.h (struct symtab): New member: `macro_table'.
6405 * buildsym.h (pending_macros): New global variable.
6406 * buildsym.c: #include "macrotab.h".
6407 (buildsym_init): Initialize `pending_macros'.
6408 (end_symtab): If we found macro information while reading a CU's
6409 debugging info, do build a symtab structure for it. Make the
6410 symtab point to the macro information, and clear the
6411 `pending_macros' pointer which held it while we were reading the
6412 debug info.
6413 (really_free_pendings): Free any pending macro table.
6414 * objfiles.h (struct objfile): New member: `macro_cache'.
6415 * objfiles.c (allocate_objfile): Set allocate and free functions
6416 for the macro cache's objstack.
6417 (free_objfile): Empty the macro cache's obstack.
6418 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6419 set new allocate and free functions for it.
6420 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6421 free functions for the macro cache's objstack. (Why is this
6422 function building its own objfile?)
6423 * symmisc.c (print_objfile_statistics): Print statistics on the
6424 macro bcache.
6425 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6426
6427 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6428
6429 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6430 (REGISTER_U_ADDR): Delete definition.
6431 (arm_register_u_addr): Delete declaration.
6432
6433 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6434
6435 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6436 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6437
6438 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6439
6440 * regcache.c (register_valid): Revise comments refering to "Not
6441 available" and "unavailable".
6442 * frame.c (frame_register_read): Ditto.
6443 * findvar.c (value_of_register): Ditto.
6444
6445 2002-05-15 Andrew Cagney <cagney@redhat.com>
6446
6447 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6448 (remote-sim.o): Update dependencies.
6449 (d10v-tdep.o): Specify dependencies.
6450 (sim_d10v_h): Define.
6451
6452 2002-05-14 Jim Blandy <jimb@redhat.com>
6453
6454 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6455 * macrotab.c (macro_lookup_inclusion, find_definition,
6456 new_macro_table): Same.
6457
6458 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6459 not `! strcmp ()'. This is a dubious improvement.
6460 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6461
6462 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6463 although it's not necessary, to avoid a warning.
6464
6465 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6466
6467 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6468 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6469 TYPE_INSTANCE_FLAGS.
6470 (struct main_type): New.
6471 (struct type): Move most members to struct main_type. Change
6472 cv_type and as_type to new type_chain member. Add instance_flags.
6473 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6474 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6475 (finish_cv_type): Remove prototype.
6476 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6477 Set TYPE_CHAIN.
6478 (alloc_type_instance): New function.
6479 (smash_type): New function.
6480 (make_pointer_type, make_reference_type, make_function_type)
6481 (smash_to_member_type, smash_to_method_type): Call smash_type.
6482 (make_qualified_type): New function.
6483 (make_type_with_address_space): Call make_qualified_type.
6484 (make_cv_type): Likewise.
6485 (finish_cv_type): Remove unnecessary function.
6486 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6487 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6488 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6489 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6490 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6491 * hpread.c (hpread_read_struct_type): Likewise.
6492 * stabsread.c (read_struct_type): Likewise.
6493
6494 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6495
6496 * configure.tgt: Add a catch all sh* target, for cases like
6497 sh[2,3,4]-elf and sh-hms.
6498
6499 2002-05-14 Keith Seitz <keiths@redhat.com>
6500
6501 * event-loop.c (create_file_handler): Don't do anything but
6502 update data when we are given a fd which we are already
6503 monitoring.
6504
6505 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6506
6507 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6508 (update_context): Use __func__ in warnings.
6509
6510 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6511
6512 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6513 and tcp_close to net_open and net_close.
6514 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6515 using UDP if requested. Don't try to disable Nagle on UDP
6516 sockets.
6517 * remote.c (remote_serial_open): New function. Warn about UDP.
6518 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6519
6520 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6521
6522 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6523
6524 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6525
6526 * configure.tgt: Remove sh-hms target.
6527 * MAINTAINERS: Don't list sh-hms as a separate target.
6528
6529 2002-05-13 Jim Blandy <jimb@redhat.com>
6530
6531 Add first preprocessor macro-expansion files.
6532 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6533 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6534 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6535 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6536 (COMMON_OBS): Add macrotab.o, macroexp.o.
6537 (macroexp.o, macrotab.o): New rules.
6538
6539 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6540
6541 * config/m88k/tm-m88k.h: Update copyright.
6542 (m88k_target_write_pc): Declare
6543 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6544 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6545 (SHIFT_INST_REGS): Update definition.
6546 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6547 using old definition of TARGET_WRITE_PC.
6548 * regcache.c (generic_target_write_pc): Delete code handling
6549 NNPC_REGNUM.
6550 * gdbarch.sh (NNPC_REGNUM): Delete.
6551 * gdbarch.h, gdbarch.c: Regenerate.
6552
6553 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6554
6555 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6556 builtin reg number.
6557
6558 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6559
6560 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6561 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6562 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6563 access macros.
6564 * c-typeprint.c (cp_type_print_method_args): Likewise.
6565 (c_type_print_args): Likewise.
6566 * d10v-tdep.c (d10v_push_arguments): Likewise.
6567 (d10v_extract_return_value): Likewise.
6568 * expprint.c (print_subexp): Likewise.
6569 * gdbtypes.c (lookup_primitive_typename): Likewise.
6570 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6571 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6572 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6573 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6574 (TYPE_VECTOR): Likewise.
6575 * hpread.c (hpread_read_struct_type)
6576 (fix_static_member_physnames, fixup_class_method_type)
6577 (hpread_type_lookup): Likewise.
6578 * mdebugread.c (parse_symbol, parse_type): Likewise.
6579 * p-lang.c (is_pascal_string_type): Likewise.
6580 * valops.c (hand_function_call): Likewise.
6581 * x86-64-tdep.c (classify_argument): Likewise.
6582
6583 * hpread.c (hpread_read_function_type)
6584 (hpread_read_doc_function_type): Call replace_type.
6585 * dstread.c (create_new_type): Delete.
6586 (decode_dst_structure, process_dst_function): Call alloc_type.
6587 Use type access macros.
6588
6589 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6590
6591 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6592 the're not supported by the current architecture.
6593 (i387_fill_fxsave): Likewise.
6594
6595 2002-05-12 Fred Fish <fnf@redhat.com>
6596
6597 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6598 sect_index_xxx members to index the first slot in section_offsets
6599 if all of the section_offsets are zero.
6600
6601 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6602
6603 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6604 checked in with last change.
6605
6606 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6607
6608 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6609 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6610 config.sub.
6611
6612 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6613
6614 * Makefile.in: Update dependencies.
6615
6616 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6617
6618 * language.c (local_hex_string_custom): Simplify. Do not depend
6619 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6620
6621 * memattr.c (mem_info_command): Replace calls to
6622 longest_local_hex_string and longest_local_hex_string_custom.
6623 * buildsym.c (make_blockvector): Ditto.
6624 * solib.c (info_sharedlibrary_command): Ditto.
6625 * tracepoint.c (tracepoints_info): Ditto.
6626 * symtab.c (print_msymbol_info): Ditto.
6627
6628 * language.c (local_hex_string): Delete.
6629 (local_hex_string_custom): Delete.
6630 (longest_local_hex_string): Rename to local_hex_string.
6631 (longest_local_hex_string_custom): Rename to
6632 local_hex_string_custom.
6633 * language.h (local_hex_string): Change parameter type to LONGEST.
6634 (local_hex_string_custom): Ditto.
6635 (longest_local_hex_string): Delete declaration.
6636 (longest_local_hex_string_custom): Ditto.
6637
6638 * solib.c: Update copyright.
6639 * memattr.c: Update copyright.
6640
6641 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6642
6643 * arch-utils.h (legacy_register_to_value): Declare.
6644 (legacy_value_to_register): Declare.
6645 (legacy_convert_register_p): Declare.
6646 * arch-utils.c (legacy_register_to_value): New function.
6647 (legacy_value_to_register): New function.
6648 (legacy_convert_register_p): New function.
6649
6650 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6651 (VALUE_TO_REGISTER): Define.
6652 (CONVERT_REGISTER_P): Define.
6653 * gdbarch.h, gdbarch.c: Regenerate.
6654
6655 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6656 VALUE_TO_REGISTER.
6657 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6658 CONVERT_REGISTER_P.
6659
6660 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6661 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6662
6663 * Makefile.in: Update dependencies for valops.c.
6664 * valops.c: Include "gdb_assert.h".
6665 (typecmp): Skip THIS parameter to methods.
6666 (find_method_list): Remove static_memfuncp argument,
6667 update callers. Check for stub methods.
6668 (find_value_oload_method_list): Don't set *static_memfuncp.
6669 (find_overload_match): Don't check for stub methods. Assert
6670 that methods are not stubbed. Handle static methods.
6671 (value_find_oload_method_list): Remove static_memfuncp argument.
6672 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6673 to the argument list for static stub methods.
6674 * value.h (value_find_oload_method_list): Update prototype.
6675
6676 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6677
6678 * arch-utils.h (generic_register_size): Declare.
6679 (generic_register_raw_size, generic_register_virtual_size): Delete
6680 declarations.
6681 * arch-utils.c (generic_register_raw_size): Delete.
6682 (generic_register_size): New function.
6683 (generic_register_virtual_size): Delete.
6684
6685 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6686 default generic_register_size.
6687 * gdbarch.h, gdbarch.c: Re-generate.
6688
6689 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6690 register_virtual_size.
6691 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6692 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6693
6694 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6695
6696 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6697 * gdbarch.h, gdbarch.c: Regenerate.
6698 * gnu-v3-abi.c: Update copyright.
6699 (vtable_address_point_offset): Update.
6700 (gnuv3_rtti_type): Update.
6701 (gnuv3_baseclass_offset): Update.
6702 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6703 (init_fetch_link_map_offsets): Update.
6704 * remote.c (get_remote_state): Update.
6705
6706 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6707
6708 * TODO: Remove value_headof/value_from_vtable_info comment.
6709 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6710 * values.c (value_headof, value_from_vtable_info): Delete.
6711 * value.h (value_from_vtable_info): Delete prototype.
6712
6713 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6714
6715 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6716 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6717 $(gdb_regex_h).
6718 (gdb_assert_h): Define.
6719 (gdb_wait_h): Define.
6720 (gdb_regex_h): Define.
6721
6722 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6723
6724 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6725 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6726
6727 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6728
6729 * nbsd-tdep.c: Fix comment.
6730
6731 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6732
6733 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6734 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6735 (nbsd-tdep.o): New dependency list.
6736 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6737 nbsd-tdep.h.
6738 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6739 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6740 * nbsd-tdep.c: New file.
6741 * nbsd-tdep.h: New file.
6742 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6743 nbsd-tdep.h.
6744 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6745 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6746 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6747 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6748
6749 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6750
6751 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6752 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6753 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6754 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6755 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6756 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6757
6758 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6759
6760 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6761 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6762 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6763 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6764 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6765 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6766 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6767
6768 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6769
6770 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6771 fetch_elfcore_registers to...
6772 * i386nbsd-tdep.c: ...here.
6773 (i386nbsd_use_struct_convention): Rename to...
6774 (i386nbsd_aout_use_struct_convention): ...this.
6775 (i386nbsd_supply_reg): New function.
6776 (i386nbsd_fill_reg): New function.
6777 (fetch_core_registers): Use i386nbsd_supply_reg.
6778 (fetch_elfcore_registers): Likewise.
6779 (_initialize_i386nbsd_tdep): New function.
6780 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6781 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6782 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6783 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6784 (i386nbsd_aout_use_struct_convention): ...this.
6785
6786 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6787
6788 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6789 (store_inferior_registers): Use shnbsd_fill_reg.
6790 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6791 sh_nbsd_supply_register): Collapse into...
6792 (shnbsd_supply_reg): ...this.
6793 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6794 (shnbsd_fill_reg): ...this.
6795 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6796 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6797 (fetch_core_registers): Use shnbsd_supply_reg.
6798 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6799 (sh_nbsd_core_fns): Rename to...
6800 (shnbsd_core_fns): ...this.
6801 (sh_nbsd_elfcore_fns): Rename to...
6802 (shnbsd_elfcore_fns): ...this.
6803 (sh_nbsd_init_abi): Rename to...
6804 (shnbsd_init_abi): ...this.
6805 (_initialize_sh_nbsd_tdep): Rename to...
6806 (_initialize_shnbsd_tdep): ...this.
6807 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6808 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6809 sh_nbsd_fill_register): Remove prototypes.
6810 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6811
6812 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6813
6814 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6815 (i387-nat.o): Delete dependency list.
6816 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6817 (x86-64-linux-nat.o): Likewise.
6818 * i387-nat.c: Delete file, moving contents to...
6819 * i387-tdep.c: ...here.
6820 * i387-nat.h: Rename...
6821 * i387-tdep.h: ...to this.
6822 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6823 * i386-linux-nat.c: Likewise.
6824 * i386bsd-nat.c: Likewise.
6825 * i386gnu-nat.c: Likewise.
6826 * i386nbsd-nat.c: Likewise.
6827 * i386v4-nat.c: Likewise.
6828 * x86-64-linux-nat.c: Likewise.
6829 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6830 * config/i386/go32.mh (NATDEPFILES): Likewise.
6831 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6832 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6833 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6834 * config/i386/linux.mh (NATDEPFILES): Likewise.
6835 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6836 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6837 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6838 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6839
6840 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6841
6842 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6843 (alphanbsd-nat.o): Remove dependency list.
6844 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6845 * alphanbsd-nat.c: Delete. Contents moved to...
6846 * alphanbsd-tdep.c: ...here.
6847 (_initialize_alphanbsd_tdep): Register core functions.
6848 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6849
6850 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6851
6852 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6853 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6854 (alphanbsd-nat.o): Likewise.
6855 (alphabsd-tdep.o): New dependency list.
6856 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6857 (fill_gregset): Use alphabsd_fill_reg.
6858 (supply_fpregset): Use alphabsd_supply_fpreg.
6859 (fill_fpregset): Use alphabsd_fill_fpreg.
6860 (fetch_inferior_registers): Use struct reg and struct fpreg
6861 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6862 and alphabsd_supply_fpreg.
6863 (store_inferior_registers): Use struct reg and struct fpreg
6864 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6865 and alphabsd_fill_fpreg.
6866 * alphabsd-tdep.c: New file.
6867 * alphabsd-tdep.h: New file.
6868 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6869 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6870 alphabsd_supply_fpreg.
6871 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6872 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6873
6874 2002-05-11 Eric Christopher <echristo@redhat.com>
6875
6876 * mips-tdep.c (mips_double_register_type): Fix thinko.
6877 (mips_single_register_type): Ditto.
6878 * MAINTAINERS: Add self.
6879
6880 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6881
6882 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6883 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6884 right thing on architectures with different endianness and/or
6885 integer sizes.
6886
6887 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6888
6889 From Christian Limpach <chris@Pin.LU>
6890 * configure.in: Change sed expression which comments out
6891 NATDEPFILES to also comment out continuation lines.
6892 * configure: Regenerate.
6893
6894 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6895
6896 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6897 big patch.
6898
6899 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6900
6901 * sh-tdep.c: Include correct file.
6902
6903 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6904
6905 New support for sh64-elf (sh5) target.
6906
6907 * configure.tgt: For sh64-elf target, default to sh-elf.
6908
6909 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6910 (struct gdbarch_tdep): Add new fields for new registers and ABI
6911 info.
6912
6913 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6914 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6915 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6916 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6917 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6918 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6919 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6920 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6921 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6922 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6923 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6924 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6925 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6926 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6927 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6928 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6929 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6930 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6931 sign_extend, sh64_nofp_frame_init_saved_regs,
6932 sh64_init_extra_frame_info, sh64_get_saved_register,
6933 sh64_extract_struct_value_address, sh64_pop_frame,
6934 sh64_push_arguments, sh64_extract_return_value,
6935 sh64_store_return_value, sh64_show_media_regs,
6936 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6937 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6938 sh_sh64_register_virtual_type,
6939 sh_sh64_register_convert_to_virtual,
6940 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6941 sh64_register_read, sh64_pseudo_register_write,
6942 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6943 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6944 sh64_do_pseudo_register, sh_compact_do_registers_info,
6945 sh64_do_registers_info, sh_gdbarch_init): New functions.
6946
6947 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
6948
6949 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6950
6951 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
6952
6953 * linespec.c (decode_line_1): Check for a double quote after
6954 a filename correctly.
6955
6956 2002-05-10 Jim Blandy <jimb@redhat.com>
6957
6958 Properly track the size of the current objfile's .debug_line section.
6959 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6960 (DWARF_LINE_SIZE): New macro.
6961 (dwarf2_build_psymtabs_hard): Record the line section's size in
6962 the partial symbol table.
6963 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6964 symbol table.
6965
6966 2002-05-10 Petr Sorfa <petrs@caldera.com>
6967
6968 * ia64-tdep.c: Handle breakpoints on L instruction type
6969 in MLX instruction bundle by moving the breakpoint to
6970 the third slot (X instruction type) as L holds only data.
6971
6972 2002-05-10 Kevin Buettner <kevinb@redhat.com>
6973
6974 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6975 (process_one_symbol): Complain about discarding local symbols
6976 due to a misplaced N_LBRAC entry.
6977
6978 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
6979
6980 From Daniel Berlin <dan@cgsoftware.com>
6981 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6982 decrease the depth we are at, in the case of templates.
6983
6984 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6985
6986 * mips-tdep.c (mips_float_register_type): New function.
6987 (mips_double_register_type): New function.
6988 (mips_print_register): Use them.
6989 (do_fp_register_row): Likewise.
6990
6991 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
6992
6993 * signals/signals.c (signals): Remove conditional compilation around
6994 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6995 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
6996
6997 2002-05-09 Michael Snyder <msnyder@redhat.com>
6998
6999 * remote-rdp.c (remote_rdp_can_run): Remove.
7000
7001 2002-05-09 Tom Tromey <tromey@redhat.com>
7002
7003 * jv-valprint.c (java_val_print): Handle `char' as a special case
7004 of TYPE_CODE_INT.
7005
7006 2002-05-09 Michael Snyder <msnyder@redhat.com>
7007
7008 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7009 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7010 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7011 str r(0123),[sp,#nn].
7012 (arm_skip_prologue): Ditto. Also make disassembly
7013 order-independent by placing it in a loop.
7014
7015 2002-05-06 Michael Snyder <msnyder@redhat.com>
7016
7017 * stabsread.c (read_type): Add recognition for new attribute:
7018 "@V;" means that an array type is actually a vector.
7019 This is analogous to the vector flag that's been added to dwarf2.
7020
7021 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7022
7023 * i386-tdep.h (i386_abi): New enum.
7024 (struct gdbarch_tdep): Replace os_ident member with abi.
7025 (i386_gdbarch_register_os_abi): New prototype.
7026 * i386-tdep.c (i386_abi_names): New array.
7027 (process_note_abi_tag_sections): Removed.
7028 (process_note_sections): New function.
7029 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7030 (struct i386_abi_handler): New struct.
7031 (i386_abi_handler_list): New variable.
7032 (i386_gdbarch_register_os_abi): New function.
7033 (i386_gdbarch_init): Adapt for the changes given above.
7034
7035 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7036
7037 * gregset.h: Say "GNU/Linux".
7038
7039 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7040
7041 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7042 (build_gdbtypes): Build builtin_type_v2_float.
7043 (_initialize_gdbtypes): Register new builtin type.
7044
7045 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7046
7047 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7048 (clear_gdbarch_swap): New function.
7049 (initialize_non_multiarch): Call.
7050 (gdbarch_update_p): Before calling init(), swap out and clear the
7051 existing architecture.
7052 * gdbarch.c: Regenerate.
7053
7054 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7055
7056 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7057 alphanbsd-tdep.c.
7058
7059 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7060
7061 * sh-nbsd-nat.c: Rename to...
7062 * shnbsd-nat.c: ...this.
7063 * sh-nbsd-tdep.c: Rename to...
7064 * shnbsd-tdep.c: ...this.
7065 * sh-nbsd-tdep.h: Rename to...
7066 * shnbsd-tdep.h: ...this.
7067 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7068 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7069
7070 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7071
7072 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7073 concatenation for command help messages.
7074
7075 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7076
7077 * NEWS: Note new sh*-*-netbsdelf* configuration.
7078 * configure.host: Set gdb_host_cpu to sh for all sh*.
7079 (sh*-*-netbsdelf*): New host.
7080 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7081 (sh*-*-netbsdelf*): New target.
7082 * sh-nbsd-nat.c: New file.
7083 * sh-nbsd-tdep.c: New file.
7084 * sh-nbsd-tdep.h: New file.
7085 * config/sh/nbsd.mh: New file.
7086 * config/sh/nbsd.mt: New file.
7087 * config/sh/nm-nbsd.h: New file.
7088 * config/sh/tm-nbsd.h: New file.
7089
7090 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7091
7092 * sh-tdep.c (sh_osabi_names): Declare.
7093 (process_note_abi_tag_sections): New function.
7094 (get_elfosabi): Ditto.
7095 (sh_gdbarch_register_os_abi): Ditto.
7096 (sh_dump_tdep): Ditto.
7097 _initialize_sh_tdep): Use gdbarch_register to register
7098 sh_gdbarch_init and sh_dump_tdep.
7099 * config/sh/tm-sh.h (sh_osabi): Declare.
7100 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7101
7102 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7103
7104 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7105 (thumb_scan_prologue): Ditto.
7106 (arm_find_callers_reg): Ditto.
7107 (arm_frame_chain): Ditto.
7108 (arm_init_extra_frame_info): Ditto.
7109 (arm_frame_saved_pc): Ditto.
7110 (arm_pop_frame): Ditto.
7111 (arm_push_return_address): New function.
7112 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7113 call_dummy_location, call_dummy_breakpoint_offset_p,
7114 call_dummy_breakpoint_offset, call_dummy_p,
7115 call_dummy_stack_adjust_p, call_dummy_words,
7116 sizeof_call_dummy_words, call_dummy_start_offset,
7117 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7118 call_dummy_address, push_return_address and push_dummy_frame for
7119 generic dummy frames.
7120
7121 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7122
7123 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7124 size computation for alloca.
7125 (sh_fp_frame_init_saved_regs): Likewise.
7126
7127 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7128
7129 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7130 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7131 * arm-tdep.c (arm_store_return_value): Use them.
7132 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7133 * remote-rdp.c (remote_rdp_fetch_register): Use
7134 ARM_MAX_REGISTER_RAW_SIZE.
7135 (remote_rdp_store_register): Likewise.
7136
7137 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7138
7139 * dwarf2cfi.c: Code cleanup, removed unused variables,
7140 added default labels to switch {} statements.
7141 * x86-64-tdep.c: Ditto.
7142 * x86-64-linux-nat.c: Ditto.
7143
7144 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7145
7146 * solib.h: Protect against multiple inclusion.
7147
7148 2002-05-06 Jim Blandy <jimb@redhat.com>
7149
7150 Add first preprocessor macro-expansion files.
7151 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7152 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7153 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7154 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7155 (COMMON_OBS): Add macrotab.o, macroexp.o.
7156 (macroexp.o, macrotab.o): New rules.
7157
7158 Separate the job of reading the line number info statement program
7159 header (...expialidocious) out into its own function.
7160 * dwarf2read.c (struct line_head, struct filenames, struct
7161 directories): Replace with...
7162 (struct line_header): New structure, containing the full
7163 contents of the statement program header, including the
7164 include directory and file name tables.
7165 (read_file_scope): If we have line number info, instead of just
7166 calling dwarf_decode_lines to do all the work, call
7167 dwarf_decode_line_header first to get a `struct line_header'
7168 containing the data in the statement program header, and then
7169 pass that to dwarf_decode_lines, which will pick up where that
7170 left off. Be sure to clean up the `struct line_header' object.
7171 (dwarf_decode_line_header, free_line_header, add_include_dir,
7172 add_file_name): New functions.
7173 (dwarf_decode_lines): Move all the code to read the statement
7174 program header into dwarf_decode_line_header. Take the line
7175 header it built as the first argument, instead of the offset to
7176 the compilation unit's line number info. Use the new `struct
7177 line_header' type instead of the old structures. No need to do
7178 cleanups here now, since we don't allocate anything.
7179 (dwarf2_statement_list_fits_in_line_number_section,
7180 dwarf2_line_header_too_long): New complaints.
7181
7182 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7183
7184 * gdbtypes.c (init_vector_type): New function.
7185 (build_builtin_type_vec128): Simplify the representation of SIMD
7186 registers.
7187 (build_gdbtypes): Initialize new builtin vector types.
7188 (_initialize_gdbtypes): Register new vector types with gdbarch.
7189 (builtin_type_v4_float, builtin_type_v4_int32,
7190 builtin_type_v8_int16, builtin_type_v16_int8,
7191 builtin_type_v2_int32, builtin_type_v4_int16,
7192 builtin_type_v8_int8): New (renamed) SIMD types.
7193
7194 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7195
7196 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7197 (i387_fill_fxsave): Likewise.
7198
7199 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7200
7201 * alpha-tdep.c (alpha_extract_return_value): Don't use
7202 non-constant array size in prototype.
7203
7204 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7205
7206 From Brian Taylor <briant at model dot com>:
7207 * ui-out.c (ui_out_field_core_addr): Use the function
7208 longest_local_hex_string_custom'to format addresses > 32 bits
7209 wide.
7210
7211 * ui-out.c (ui_out_field_core_addr): Update comment.
7212
7213 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7214
7215 * stack.c (select_and_print_frame): Make static. Delete the
7216 parameter `level'.
7217 (func_command): Update call.
7218 (select_frame_command): Delete code computing the frame level.
7219 * frame.h (select_and_print_frame): Delete declaration.
7220
7221 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7222
7223 * sparc-tdep.c (sparc_get_saved_register): Comment why
7224 get_prev_frame call is safe.
7225
7226 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7227
7228 * frame.h (select_frame): Delete level parameter.
7229 * stack.c (select_frame): Update. Use frame_relative_level to
7230 obtain the frame's level.
7231 (select_and_print_frame): Update call.
7232 (select_frame_command): Ditto.
7233 (up_silently_base): Ditto.
7234 (down_silently_base): Ditto.
7235 * ocd.c (ocd_start_remote): Ditto.
7236 * remote-rdp.c (remote_rdp_open): Ditto.
7237 * remote-mips.c (mips_initialize): Ditto.
7238 (common_open): Ditto.
7239 * remote-e7000.c (e7000_start_remote): Ditto.
7240 * m3-nat.c (select_thread): Ditto.
7241 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7242 (child_get_current_exception_event): Ditto.
7243 * varobj.c (varobj_create): Ditto.
7244 (varobj_update): Ditto.
7245 (c_value_of_root): Ditto.
7246 * tracepoint.c (finish_tfind_command): Ditto.
7247 * corelow.c (core_open): Ditto.
7248 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7249 * thread.c (info_threads_command): Ditto.
7250 (switch_to_thread): Ditto.
7251 * infrun.c (normal_stop): Ditto.
7252 (restore_selected_frame): Ditto.
7253 (restore_inferior_status): Ditto.
7254 * breakpoint.c (insert_breakpoints): Ditto.
7255 (watchpoint_check): Ditto.
7256 (bpstat_stop_status): Ditto.
7257 (do_enable_breakpoint): Ditto.
7258 * blockframe.c (flush_cached_frames): Ditto.
7259 (reinit_frame_cache): Ditto.
7260
7261 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7262
7263 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7264 maintainer.
7265
7266 2002-05-04 Jim Blandy <jimb@redhat.com>
7267
7268 * gdbtypes.c (replace_type): Doc fix.
7269
7270 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7271
7272 * valprint.c (strcat_longest): Delete commented out function.
7273 Update copyright.
7274
7275 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7276
7277 * MAINTAINERS: Mark a29k as deleted.
7278 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7279 Move new configurations to the top.
7280 * configure.tgt: Remove a29k.
7281 * config/a29k/tm-vx29k.h: Delete.
7282 * config/a29k/vx29k.mt: Delete.
7283 * config/a29k/tm-a29k.h: Delete.
7284 * config/a29k/a29k-udi.mt: Delete.
7285 * config/a29k/a29k.mt: Delete.
7286 * a29k-tdep.c: Delete.
7287 * remote-udi.c: Delete.
7288 * remote-mm.c: Delete.
7289 * remote-eb.c: Delete.
7290 * remote-adapt.c: Delete.
7291 * Makefile.in: Remove obsolete code.
7292 * config/s390/s390x.mt: Ditto.
7293 * config/s390/s390.mt: Ditto.
7294 * config/sparc/sparclynx.mh: Ditto.
7295 * config/sparc/linux.mh: Ditto.
7296 * config/pa/hppaosf.mh: Ditto.
7297 * config/pa/hppabsd.mh: Ditto.
7298 * config/ns32k/nbsd.mt: Ditto.
7299 * config/mips/vr5000.mt: Ditto.
7300 * config/m68k/sun3os4.mh: Ditto.
7301 * config/m68k/nbsd.mt: Ditto.
7302 * config/m68k/m68klynx.mh: Ditto.
7303 * config/m32r/m32r.mt: Ditto.
7304 * config/i386/x86-64linux.mt: Ditto.
7305 * config/i386/nbsdelf.mt: Ditto.
7306 * config/i386/nbsd.mt: Ditto.
7307 * config/i386/i386lynx.mh: Ditto.
7308
7309 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7310
7311 * target.c (debug_print_register): New function. Handle oversize
7312 registers.
7313 (debug_to_fetch_registers): Call.
7314 (debug_to_store_registers): Call.
7315
7316 2002-05-03 Jim Blandy <jimb@redhat.com>
7317
7318 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7319 (read_type): Doc fix.
7320 * gdbtypes.c (replace_type): Doc fix.
7321
7322 * stabsread.c (multiply_defined_struct): New complaint.
7323 (read_struct_type): If the type we were passed isn't empty, or
7324 incomplete, don't read the new struct type into it; complain,
7325 and return the original type unchanged. Take a new `type_code'
7326 argument, which is the type code for the new type.
7327 (read_type): Rather than storing the type's type code here, pass
7328 it as an argument to read_struct_type, and let that take care of
7329 storing it. That way, we don't overwrite the original type code,
7330 so read_struct_type can use it to decide whether we're overwriting
7331 something we shouldn't.
7332 (complain_about_struct_wipeout): New function.
7333
7334 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7335
7336 * gdbarch.sh: Assert that gdbarch is non-NULL.
7337 * gdbarch.c: Regenerate.
7338
7339 2002-05-03 Jason Merrill <jason@redhat.com>
7340
7341 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7342 and return NULL.
7343
7344 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7345
7346 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7347 (x86_64_dwarf2gdb_regno_map_length),
7348 (x86_64_dwarf2_reg_to_regnum): Added.
7349 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7350 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7351 (_initialize_x86_64_tdep): Synced with the change above.
7352 (x86_64_skip_prologue): Reformulated message.
7353
7354 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7355
7356 * f-exp.y: Also use new prev_lexptr variable
7357 to improve error reporting. Based on Michael Snyder
7358 2002-04-24 dated patch to c-exp.y.
7359 * jv-exp.y: Likewise.
7360 * m2-exp.y: Likewise.
7361
7362 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7363
7364 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7365 we are dealing with vectors.
7366
7367 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7368
7369 * config/m68k/tm-nbsd.h: Obvious fix,
7370 correct machine name.
7371
7372 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7373
7374 * p-typeprint.c (pascal_type_print_base): Add support
7375 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7376
7377 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7378
7379 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7380 for fondamental pascal 'char' type.
7381
7382 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7383
7384 * p-lang.h (is_pascal_string_type): Declaration changed,
7385 new sixth argument of type char ** added.
7386 * p-lang.c (is_pascal_string_type): Implementation
7387 changed. Args length_pos, length_size, string_pos, char_size
7388 can now be NULL. New argument arrayname set to the field
7389 name of the char array. Return value set to char array
7390 field index plus one.
7391 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7392 is_pascal_string_type function.
7393
7394 2002-05-02 Andrew Cagney <cagney@redhat.com>
7395
7396 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7397 <cagney@redhat.com> change.
7398 * gdbarch.c: Regenerate.
7399
7400 2002-05-02 Andrew Cagney <cagney@redhat.com>
7401
7402 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7403 before probing for a new one. Detect errorenous gdbarch_init
7404 functions.
7405 * gdbarch.c: Regenerate.
7406
7407 2002-05-01 Andrew Cagney <cagney@redhat.com>
7408
7409 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7410 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7411 * config/v850/tm-v850.h: Ditto. Update copyright.
7412
7413 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7414
7415 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7416 current_gdbarch.
7417
7418 2002-04-30 Michael Snyder <msnyder@redhat.com>
7419
7420 * arm-tdep.c: Whitespace clean-ups.
7421 (arm_skip_prologue): Fix thinko; two lines
7422 should have been removed as part of 4/24 change.
7423
7424 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7425
7426 * rs6000-tdep.c: Added comment describing how fpscr register
7427 numbers were chosen.
7428
7429 2002-04-30 Michael Snyder <msnyder@redhat.com>
7430
7431 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7432
7433 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7434
7435 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7436 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7437 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7438
7439 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7440
7441 From Louis Hamilton <hamilton@redhat.com>:
7442 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7443 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7444 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7445 not bfd-private xcoff data, to determine wordsize.
7446 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7447
7448 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7449
7450 GDB 5.2 released from 5.2 branch.
7451
7452 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7453
7454 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7455 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7456 (x86_64_register_info_table): Added comments with register numbers.
7457
7458 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7459
7460 * rs6000-tdep.c (rs6000_extract_return_value,
7461 rs6000_store_return_value): Handle returning vectors.
7462 (rs6000_gdbarch_init): Use
7463 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7464 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7465 New function.
7466 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7467 vectors.
7468 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7469 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7470
7471 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7472
7473 * hpread.c (hpread_psymtab_to_symtab_1,
7474 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7475 with fprintf_unfiltered (gdb_stderr,...).
7476
7477 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7478
7479 * remote-array.c (printf_monitor, write_monitor,
7480 array_insert_breakpoint, array_remove_breakpoint ):
7481 Replace fprintf (stderr,...
7482 with fprintf_unfiltered (gdb_stderr,....
7483 * remote-es.c: Likewise.
7484 * remote-os9k.c: Likewise.
7485 * remote-st.c: Likewise.
7486
7487 2002-04-28 Andreas Schwab <schwab@suse.de>
7488
7489 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7490 linux-proc.o and gcore.o.
7491
7492 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7493
7494 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7495 code without frame pointers.
7496
7497 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7498
7499 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7500 ON_STACK is needed.
7501
7502 2002-04-26 Ben Elliston <bje@redhat.com>
7503
7504 * target.c (do_xfer_memory): Correct reference to the new option
7505 "trust-readonly-sections".
7506
7507 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7508
7509 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7510 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7511 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7512 vectors.
7513 (read_array_type): Record the fact that this array type is really a
7514 vector (i.e. are passed in by value).
7515
7516 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7517
7518 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7519 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7520 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7521 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7522 * alpha-linux-tdep.c: Include frame.h.
7523 (alpha_linux_sigcontext_addr): New function.
7524 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7525 alpha_linux_sigcontext_addr.
7526 * alpha-osf1-tdep.c: Include gdbcore.h.
7527 (alpha_osf1_sigcontext_addr): New function.
7528 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7529 alpha_osf1_sigcontext_addr.
7530 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7531 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7532
7533 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7534
7535 * stack.c (selected_frame_level):
7536 (select_frame): Do not set selected_frame_level.
7537 * frame.h (selected_frame_level): Delete declaration.
7538
7539 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7540
7541 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7542 convert_from_func_ptr-addr when AIX / PowerOpen.
7543
7544 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7545
7546 * valops.c (hand_function_call): Call
7547 generic_save_call_dummy_addr.
7548 * frame.h (generic_save_call_dummy_addr): Declare.
7549 * blockframe.c (struct dummy_frame): Add fields call_lo and
7550 call_hi.
7551 (generic_find_dummy_frame): Check for PC in range call_lo to
7552 call_hi instead of entry_point_address.
7553 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7554 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7555 (generic_save_call_dummy_addr): New function.
7556
7557 2002-04-24 David S. Miller <davem@redhat.com>
7558
7559 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7560 sparc_skip_prologue.
7561 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7562 information to find prologue when possible.
7563 (sparc_prologue_frameless_p): Call examine_prologue directly.
7564 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7565 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7566 second argument.
7567 (SKIP_PROLOGUE): Likewise.
7568
7569 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7570
7571 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7572 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7573 indicate that the condition it was testing is always true.
7574 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7575 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7576 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7577
7578 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7579
7580 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7581 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7582 tdep->jb_pc and tdep->jb_elt_size.
7583 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7584 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7585 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7586 * alpha-nat.c (get_longjmp_target): Remove.
7587 (JB_ELEMENT_SIZE): Ditto.
7588 (JB_PC): Ditto.
7589 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7590 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7591 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7592 to alpha_get_longjmp_target.
7593 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7594 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7595 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7596
7597 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7598
7599 * README: Update to GDB 5.2.
7600
7601 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7602
7603 * gdbarch.sh (LC_ALL): Set to `c'.
7604
7605 2002-04-25 Theodore A. Roth <troth@verinet.com>
7606
7607 * avr-tdep.c: Ran through gdb_indent.sh.
7608
7609 2002-04-25 Theodore A. Roth <troth@verinet.com>
7610
7611 * MAINTAINERS: Add myself as AVR maintainer.
7612 * NEWS: Note new target avr.
7613
7614 2002-04-25 Theodore A. Roth <troth@verinet.com>
7615
7616 * Makefile.in: Add support for AVR target.
7617 * configure.tgt: Add support for AVR target.
7618 * avr-tdep.c: New file
7619 * config/avr/avr.mt: New file.
7620
7621 2002-04-25 Theodore A. Roth <troth@verinet.com>
7622
7623 * MAINTAINERS: Add myself to write-after-approval.
7624
7625 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7626
7627 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7628 with fprintf_unfiltered (gdb_stderr,....
7629
7630 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7631
7632 Fix PR gdb/508.
7633 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7634
7635 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7636
7637 * p-exp.y: Also use new prev_lexptr variable
7638 to improve error reporting. Based on Michael Snyder
7639 2002-04-24 dated patch to c-exp.y.
7640
7641 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7642
7643 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7644 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7645 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7646 to 0.
7647 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7648 and struct value.
7649 (FUNCTION_START_OFFSET): Remove.
7650 (BREAKPOINT): Ditto.
7651
7652 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7653
7654 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7655 * NEWS: Ditto.
7656
7657 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7658
7659 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7660 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7661 alpha_linux_pc_in_sigtramp.
7662 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7663 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7664 alpha_osf1_pc_in_sigtramp.
7665 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7666 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7667 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7668 alphafbsd_pc_in_sigtramp.
7669 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7670 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7671 alphanbsd_pc_in_sigtramp.
7672 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7673 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7674
7675 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7676
7677 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7678
7679 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7680
7681 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7682 alphanbsd-tdep.c.
7683 (alphanbsd-nat.o): New dependency list.
7684 (alphanbsd-tdep.o): Ditto.
7685 * NEWS: Note new native NetBSD/alpha configuration.
7686 * alphanbsd-nat.c: New file.
7687 * alphanbsd-tdep.c: Ditto.
7688 * configure.host (alpha*-*-netbsd*): New host.
7689 * configure.tgt (alpha*-*-netbsd*): New target.
7690 * config/alpha/nbsd.mh: New file.
7691 * config/alpha/nbsd.mt: Ditto.
7692 * config/alpha/nm-nbsd.h: Ditto.
7693 * config/alpha/tm-nbsd.h: Ditto.
7694
7695 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7696
7697 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7698 (alpha-osf1-tdep.o): New dependency list.
7699 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7700 and skip_sigtramp_frame members.
7701 * alpha-linux-tdep.c: Include gdbcore.h.
7702 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7703 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7704 * alpha-osf1-tdep.c: New file.
7705 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7706 alpha-osf1-dep.c.
7707 (alpha_frame_past_sigtramp_frame): New function.
7708 (alpha_dynamic_sigtramp_offset): Ditto.
7709 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7710 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7711 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7712 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7713 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7714 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7715 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7716 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7717 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7718 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7719 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7720 to find_solib_trampoline_target.
7721 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7722 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7723 (SKIP_TRAMPOLINE_CODE): Remove.
7724 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7725 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7726 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7727 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7728 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7729 (PROC_SIGTRAMP_MAGIC): Ditto.
7730 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7731 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7732 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7733 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7734 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7735
7736 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7737
7738 * NEWS: Note that Alpha targets are now multi-arch.
7739
7740 2002-04-24 Michael Snyder <msnyder@redhat.com>
7741
7742 * parser-defs.h (prev_lexptr): New external variable.
7743 * parse.c (parse_exp_1): Set prev_lexptr to null before
7744 calling the language-specific parser.
7745 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7746 (yyerror): Use prev_lexptr in error reporting.
7747
7748 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7749
7750 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7751 * gregset.h: If FILL_FPXREGSET is defined, provide
7752 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7753 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7754 is defined, call fill_fpxregset.
7755
7756 2002-04-24 Roland McGrath <roland@frob.com>
7757
7758 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7759 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7760 (supply_gregset, supply_fpregset): New functions.
7761
7762 * gnu-nat.c (gnu_find_memory_regions): New function.
7763 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7764 (gnu_xfer_memory): Add a cast.
7765
7766 2002-04-24 Michael Snyder <msnyder@redhat.com>
7767
7768 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7769 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7770 of argument regs ("str r(0123), [r11, #-nn"]).
7771 (arm_skip_prologue): Better handling for frameless functions.
7772 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7773 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7774
7775 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7776
7777 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7778 NUM_PSEUDO_REGS can be used.
7779
7780 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7781
7782 * arch-utils.h: Update copyright.
7783
7784 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7785 * gdbarch.h, gdbarch.c: Re-generate.
7786
7787 * inferior.h (IN_SIGTRAMP): Delete definition.
7788 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7789 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7790
7791 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7792 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7793 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7794 (find_proc_framesize): Ditto.
7795 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7796 (alpha_init_extra_frame_info): Ditto.
7797 * infrun.c (handle_inferior_event): Ditto.
7798 (handle_inferior_event): Ditto.
7799 (check_sigtramp2): Ditto.
7800 * blockframe.c (create_new_frame): Ditto.
7801 (get_prev_frame): Ditto.
7802 * ppc-linux-tdep.c: Update comments.
7803 * i386-linux-tdep.c: Update comments.
7804 * breakpoint.c (bpstat_what): Update comment.
7805
7806 2002-04-24 David S. Miller <davem@redhat.com>
7807
7808 * i960-tdep.c (register_in_window_p): New function.
7809 (i960_find_saved_register): Use it instead of
7810 REGISTER_IN_WINDOW_P.
7811 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7812
7813 * symtab.h (find_stab_function_addr): Kill extern.
7814 * minsyms.c (find_stab_function_addr): Remove from here...
7815 * dbxread.c: ... to here, and mark it static.
7816
7817 2002-04-20 David S. Miller <davem@redhat.com>
7818
7819 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7820 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7821
7822 2002-04-21 David S. Miller <davem@redhat.com>
7823
7824 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7825 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7826 (vx_write_register): Likewise.
7827
7828 2002-04-23 J. Brobecker <brobecker@gnat.com>
7829
7830 * source.c (is_regular_file): New function.
7831 (openp): Check wether file to open is a regular file
7832 to avoid opening directories.
7833
7834 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7835
7836 * findvar.c (extract_signed_integer): Cast printf argument
7837 to suppress format warning.
7838 (extract_unsigned_integer): Likewise.
7839 * infcmd.c (registers_info): Likewise.
7840 * top.c (get_prompt_1): Likewise.
7841 * valops.c (value_assign): Likewise.
7842 * valprint.c (print_decimal): Likewise.
7843
7844 2002-04-22 H.J. Lu (hjl@gnu.org)
7845
7846 * c-exp.y (typebase): Support
7847
7848 [long|long long|short] [signed|unsigned] [int|]
7849
7850 and
7851
7852 signed [long|long long|short] int
7853
7854 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7855
7856 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7857 and vax-tdep.h.
7858 * vax-tdep.h: New file.
7859 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7860 Make several routines static.
7861 (vax_get_saved_register): New function.
7862 (vax_gdbarch_init): New function.
7863 (_initialize_vax_tdep): Register vax_gdbarch_init.
7864 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7865 Remove macros now under the control of gdbarch.
7866
7867 2002-04-22 Michael Snyder <msnyder@redhat.com>
7868
7869 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7870 Some whitespace and coding standards tweaks.
7871
7872 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7873
7874 * vax-tdep.c: Include regcache.h.
7875 (vax_call_dummy_words): New.
7876 (sizeof_vax_call_dummy_words): New.
7877 (vax_fix_call_dummy): New function.
7878 (vax_saved_pc_after_call): Ditto.
7879 * config/vax/tm-vax.h: Don't include regcache.h.
7880 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7881 (CALL_DUMMY): Remove.
7882 (CALL_DUMMY_WORDS): Define.
7883 (SIZEOF_CALL_DUMMY_WORDS): Define.
7884 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7885
7886 2002-04-18 Michael Snyder <msnyder@redhat.com>
7887
7888 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7889
7890 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7891
7892 * vax-tdep.c (vax_frame_chain): New function.
7893 (vax_push_dummy_frame): Ditto.
7894 (vax_pop_frame): Ditto.
7895 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7896 (FRAMELESS_FUNCTION_INVOCATION): Use
7897 generic_frameless_function_invocation_not.
7898 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7899 (POP_FRAME): Use vax_pop_frame.
7900
7901 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7902
7903 * vax-tdep.c (vax_store_struct_return): New function.
7904 (vax_extract_return_value): Ditto.
7905 (vax_store_return_value): Ditto.
7906 (vax_extract_struct_value_address): Ditto.
7907 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7908 vax_store_struct_return.
7909 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7910 (STORE_RETURN_VALUE): Use vax_store_return_value.
7911 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7912
7913 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7914
7915 * vax-tdep.c (vax_frame_saved_pc): New function.
7916 (vax_frame_args_address_correct): Ditto.
7917 (vax_frame_args_address): Ditto.
7918 (vax_frame_locals_address): Ditto.
7919 (vax_frame_num_args): Move code to be in proximity to
7920 other frame-related functions.
7921 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7922 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7923 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7924 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7925 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7926
7927 2002-04-22 H.J. Lu (hjl@gnu.org)
7928
7929 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7930 includedir.
7931
7932 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7933
7934 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7935 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7936 (FRAME_INIT_SAVED_REGS): New macro.
7937
7938 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7939
7940 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7941
7942 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7943
7944 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7945 where needed.
7946 (fetch_osf_core_registers): Likewise.
7947 (supply_gregset): Likewise.
7948
7949 2002-04-22 J. Brobecker <brobecker@gnat.com>
7950
7951 * symfile.h (get_section_index): Define.
7952 * symfile.c (get_section_index): New function.
7953 * mdebugread.c (SC_IS_SBSS): New macro.
7954 (SC_IS_BSS): Return true for the scBss storage class only, as
7955 the scSBss storage class refers to the .sbss section.
7956 (parse_partial_symbols): Discard the symbols which associated
7957 section does not exist.
7958 Make sure to use the .sbss section index for symbols which
7959 storage class is scBss, rather than using the .bss section index.
7960
7961 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7962
7963 * vax-tdep.c: Update copyright years.
7964 (vax_register_name): New function.
7965 (vax_register_byte): Ditto.
7966 (vax_register_raw_size): Ditto.
7967 (vax_register_virtual_size): Ditto.
7968 (vax_register_virtual_type): Ditto.
7969 * config/vax/tm-vax.h: Update copyright years.
7970 (REGISTER_NAMES): Remove.
7971 (REGISTER_NAME): Define.
7972 (REGISTER_BYTE): Use vax_register_byte.
7973 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7974 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7975 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7976
7977 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7978
7979 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7980 declaration
7981 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7982
7983 2002-04-21 David S. Miller <davem@redhat.com>
7984
7985 * arch-utils.c (generic_prologue_frameless_p): Kill
7986 SKIP_PROLOGUE_FRAMELESS_P code.
7987 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7988 references.
7989 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7990 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7991 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7992 references.
7993 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7994 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7995 (sparc_gdbarch_init): Pass it to
7996 set_gdbarch_prologue_frameless_p.
7997
7998 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7999
8000 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8001 (alphabsd-nat.o): New dependency list.
8002
8003 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8004
8005 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8006 alphafbsd-tdep.c.
8007 (alpha-linux-tdep.o): New dependency list.
8008 (alphafbsd-tdep.o): Likewise.
8009
8010 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8011
8012 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8013 to here...
8014 * alpha-tdep.c: ...from here.
8015 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8016
8017 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8018
8019 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8020 prototype from here...
8021 * alpha-tdep.h: ...to here.
8022
8023 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8024
8025 * frame.h (selected_frame_level): Document as deprecated.
8026 (frame_relative_level): Declare.
8027 * stack.c (frame_relative_level): New function.
8028 (selected_frame_level): Document as deprecated.
8029 (select_frame): Do not set the selected_frame_level.
8030
8031 * stack.c (frame_info, record_selected_frame): Update.
8032 (frame_command, current_frame_command): Update.
8033 (up_silently_base, up_command, down_silently_base): Update.
8034 (down_command): Update.
8035 * inflow.c (kill_command): Update.
8036 * tracepoint.c (finish_tfind_command): Update.
8037 * corelow.c (core_open): Update.
8038 * thread.c (info_threads_command): Update.
8039 (do_captured_thread_select): Update.
8040 * infcmd.c (finish_command): Update.
8041 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8042
8043 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8044
8045 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8046
8047 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8048
8049 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8050 type const.
8051
8052 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8053
8054 * alphafbsd-tdep.c: Update copyright years. Include
8055 alpha-tdep.h.
8056 (alphafbsd_use_struct_convention): Make static.
8057 (alphafbsd_init_abi): New function.
8058 (_initialize_alphafbsd_tdep): New function.
8059 * config/alpha/tm-fbsd.h: Update copyright years.
8060 (USE_STRUCT_CONVENTION): Remove.
8061
8062 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8063
8064 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8065 an Alpha ABI variant.
8066 (alpha_abi_handler_list): Declare.
8067 (alpha_gdbarch_register_os_abi): New function.
8068 (alpha_gdbarch_init): Give registered ABI variant handlers a
8069 chance to tweak the gdbarch once we have set up defaults.
8070 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8071
8072 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8073
8074 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8075 to standard_coerce_float_to_double.
8076 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8077
8078 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8079
8080 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8081 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8082 from gdbarch_tdep rather than a constant.
8083 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8084 the default text address for all Alpha Unix ABIs.
8085 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8086 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8087
8088 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8089
8090 * alpha-tdep.h: New file. Includes several Alpha target constants
8091 taken from...
8092 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8093 let gdbarch deal with.
8094 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8095 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8096 to dependency list.
8097 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8098 Alpha target register names.
8099 * alphabsd-nat.c: Likewise.
8100 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8101 Alpha target register names. Make serveral routines static.
8102 (alpha_get_saved_register): New function.
8103 (alpha_abi_names): New.
8104 (process_note_abi_tag_sections): New function.
8105 (get_elfosabi): New function.
8106 (alpha_gdbarch_init): New function.
8107 (alpha_dump_tdep): New function.
8108 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8109
8110 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8111
8112 * frame.c (find_saved_register): Delete #ifdef
8113 HAVE_REGISTER_WINDOWS code.
8114 * config/sparc/tm-sparc.h: Update comments.
8115 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8116
8117 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8118
8119 * i960-tdep.c (i960_find_saved_register): New function.
8120 (i960_get_saved_register): New function.
8121 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8122 (i960_get_saved_register): Declare.
8123 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8124
8125 2002-04-20 David S. Miller <davem@redhat.com>
8126
8127 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8128
8129 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8130
8131 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8132 instead of NUM_PSEUDO_REGS.
8133
8134 2002-04-20 David S. Miller <davem@redhat.com>
8135
8136 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8137 GDB_MULTI_ARCH_PARTIAL
8138 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8139 define, let tm-sp64.h do it.
8140
8141 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8142
8143 * frame.c (find_saved_register): Avoid a NULL pointer
8144 dereference and actually walk the frame list.
8145
8146 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8147
8148 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8149 sorted in most most-recent-used order. Document.
8150 * gdbarch.h, gdbarch.c: Regenerate.
8151
8152 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8153
8154 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8155 instead of ->prev.
8156 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8157 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8158 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8159 instead of ->prev.
8160
8161 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8162
8163 Fix PR gdb/471.
8164 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8165 (build_builtin_type_vec128): Ditto.
8166 (append_composite_type_field): Fix calculation of type length in
8167 union case.
8168
8169 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8170
8171 * config/djgpp/README: Update.
8172
8173 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8174 compiler warnings.
8175
8176 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8177
8178 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8179 (alpha_setup_arbitrary_frame): ...to this.
8180 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8181 for alpha_setup_arbitrary_frame.
8182
8183 2002-04-18 Andrew Cagney <cagney@redhat.com>
8184
8185 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8186 * gdbarch.h, gdbarch.c: Regenerate.
8187
8188 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8189 * target.h (memory_breakpoint_from_pc): Update declaration.
8190 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8191
8192 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8193 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8194 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8195 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8196 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8197 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8198 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8199 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8200 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8201 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8202 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8203 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8204
8205 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8206 const pointer.
8207 * monitor.c (monitor_insert_breakpoint): Ditto.
8208 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8209
8210 * config/mcore/tm-mcore.h: Update copyright.
8211 * mem-break.c: Ditto.
8212 * xstormy16-tdep.c: Ditto.
8213
8214 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8215
8216 * p-exp.y: Add precedence rule for '^' token.
8217 This removes the shift/reduce conflicts.
8218 Remove the comment concerning these shift/reduce conflicts.
8219
8220 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8221
8222 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8223 (registers_powerpc_nofp): New register set for processors
8224 without floating point unit.
8225
8226 2002-04-18 David S. Miller <davem@redhat.com>
8227
8228 * MAINTAINERS: Add myself to write-after-approval.
8229
8230 2002-04-17 Michael Snyder <msnyder@redhat.com>
8231
8232 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8233
8234 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8235
8236 * rs6000-tdep.c (frame_initial_stack_address): Use
8237 frame_register_read to read the alloca_reg.
8238
8239 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8240
8241 * frame.c (find_saved_register): Find saved registers in the next
8242 not prev frame.
8243 Fix PR gdb/365.
8244
8245 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8246
8247 * gdbarch.sh (LANG): Set to ``c''.
8248
8249 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8250
8251 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8252
8253 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8254
8255 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8256 Update copyright.
8257
8258 * hpread.c (hpread_get_lntt): Add declaration.
8259 Also fix PR gdb/391.
8260
8261 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8262
8263 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8264 * aclocal.m4, configure: Re-generate.
8265 Fix PR gdb/391.
8266
8267 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8268
8269 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8270 instead of tm_print_insn.
8271
8272 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8273
8274 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8275
8276 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8277
8278 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8279 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8280 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8281
8282 2002-04-12 Don Howard <dhoward@redhat.com>
8283
8284 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8285 max_user_call_depth.
8286 (init_cmd_lists): Initialize the new value;
8287 * cli/cli-script.c (execute_user_command): Limit the call depth of
8288 user defined commands. This avoids a core-dump when user commands
8289 are infinitly recursive.
8290
8291 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8292
8293 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8294 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8295 from tdep struct instead of DEFAULT_LR_SAVE.
8296 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8297 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8298 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8299
8300 2002-04-12 Michael Snyder <msnyder@redhat.com>
8301
8302 * Remote.c: Spelling fix.
8303 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8304 If no symbol found for "sbrk", try "_sbrk".
8305 (make_output_phdrs): Use bfd_section_name.
8306 (gcore_copy_callback): Use bfd_section_name.
8307 * eval.c: Indentation fix-ups.
8308 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8309 in case it gets applied to an address that is already
8310 in the instruction space.
8311 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8312 * symfile.c: Fix indentation, long lines.
8313 * source.c: White space fix-up.
8314
8315 2002-04-12 Andrew Cagney <cagney@redhat.com>
8316
8317 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8318 * frame.c (frame_register_read): New function. Return non-zero on
8319 success.
8320 (read_relative_register_raw_bytes_for_frame): Delete.
8321 (read_relative_register_raw_bytes): Delete.
8322 * frame.h (frame_register_read): Declare.
8323 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8324 * sh-tdep.c: Ditto.
8325 * infcmd.c (do_registers_info): Ditto.
8326 * hppa-tdep.c: Ditto.
8327 * rs6000-tdep.c: Ditto.
8328 * h8500-tdep.c: Ditto.
8329 * mips-tdep.c: Ditto.
8330 * h8300-tdep.c: Ditto.
8331 * z8k-tdep.c: Ditto.
8332
8333 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8334
8335 From Jimi X <jimix@watson.ibm.com>:
8336 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8337 64-bit SysV ABI.
8338
8339 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8340
8341 From Jimi X <jimix@watson.ibm.com>:
8342 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8343 bfd info.
8344
8345 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8346
8347 From Jimi X <jimix@watson.ibm.com>:
8348 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8349 register sets for these processor variants.
8350
8351 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8352
8353 * regformats/reg-ppc.dat: Support FPSCR.
8354
8355 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8356
8357 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8358 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8359 Add fpscr as an invalid/unfetchable register.
8360 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8361 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8362 (fill_fpregset): Add support for register fpscr.
8363 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8364 (fill_gregset): Account for the fact that register ``mq'' might
8365 not exist.
8366 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8367 (registers_power): Add fpscr to register set at slot 71.
8368 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8369 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8370
8371 2002-04-11 Michael Snyder <msnyder@redhat.com>
8372
8373 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8374 * configure: Regenerate.
8375 * config.in: Regenerate.
8376 * acconfig.h: Add define for _SYSCALL32.
8377 * core-sol2.c: Remove #define _SYSCALL32.
8378 * solib-legacy.c: Remove #define _SYSCALL32.
8379
8380 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8381
8382 * stack.c (select_frame): Cleanup internal error message, do not
8383 use %p.
8384
8385 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8386
8387 * stack.c (select_frame): Check that selected_frame and the
8388 specified level are as expected.
8389 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8390 Update copyright.
8391 * frame.h (struct frame_info): Add field `level'. Update
8392 copyright.
8393 Work-in-progress PR gdb/464.
8394
8395 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8396
8397 * maint.c (maint_print_section_info): Rename print_section_info.
8398 (print_bfd_section_info, print_objfile_section_info): Update.
8399 * inferior.h (struct gdbarch): Add opaque declaration.
8400 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8401 * gdbarch.h: Regenerate.
8402
8403 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8404
8405 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8406 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8407 (kernel_u_size): Added.
8408 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8409 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8410
8411 2002-04-04 Jim Ingham <jingham@apple.com>
8412
8413 * valarith.c (find_size_for_pointer_math): New function, either returns
8414 the size for a pointer's target, returns 1 for void *, or errors for
8415 incomplete types.
8416 (value_add, value_sub): use find_size_for_pointer_math.
8417
8418 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8419
8420 * linux-low.c (linux_look_up_symbols): New hook.
8421 (linux_target_ops): Add linux_look_up_symbols.
8422 * remote-utils.c (decode_address): New function.
8423 (look_up_one_symbol): New function.
8424 * server.c (handle_query): Call target look_up_symbols hook.
8425 * server.h (look_up_one_symbol): Add prototype.
8426 * target.h (struct target_ops): Add look_up_symbols hook.
8427
8428 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8429
8430 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8431 override FP_REGNUM with frame->fp. Update copyright.
8432 * parse.c (num_std_regs, std_regs): Delete.
8433 (target_map_name_to_register): Do not search std_regs. Update
8434 function description.
8435 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8436 declarations. Update copyright.
8437 Fix PR gdb/251.
8438
8439 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8440
8441 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8442 after the last symbol in a block.
8443
8444 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8445
8446 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8447 is non zero as a found symbol.
8448
8449 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8450
8451 * findvar.c: Include "builtin-regs.h".
8452 (value_of_register): Call value_of_builtin_reg when applicable.
8453 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8454 (target_map_name_to_register): Call
8455 builtin_reg_map_name_to_regnum.
8456 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8457 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8458 (builtin_regs_h): Define.
8459 (builtin-regs.o): New target.
8460 (findvar.o): Add $(builtin_regs_h).
8461 * builtin-regs.c, builtin-regs.h: New files.
8462 * std-regs.c: New file.
8463 Partial fix for PR gdb/251.
8464
8465 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8466
8467 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8468 it's no longer required.
8469
8470 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8471
8472 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8473
8474 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8475
8476 From Jimi X <jimix@watson.ibm.com>:
8477 * rs6000-tdep.c (rs6000_software_single_step): Use
8478 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8479 and size. Use target_insert_breakpoint() and
8480 target_remove_breakpoint() to insert and remove breakpoints
8481 instead of explicit memory reads and writes.
8482
8483 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8484
8485 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8486 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8487 ELF_OBJECT_FORMAT ifdef.
8488
8489 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8490
8491 From Jimi X <jimix@watson.ibm.com>:
8492 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8493
8494 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8495
8496 From Jimi X <jimix@watson.ibm.com>:
8497 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8498 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8499
8500 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8501
8502 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8503 s/asprintf/xasprintf/.
8504 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8505
8506 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8507
8508 I believe Jeff Law denies responsability for this one:
8509 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8510 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8511 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8512 Work-around for PR gdb/366.
8513
8514 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8515
8516 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8517 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8518 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8519
8520 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8521
8522 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8523 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8524 information.
8525
8526 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8527
8528 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8529 maintainer.
8530
8531 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8532
8533 * README (Reporting Bugs in GDB): Document the bug web page as the
8534 prefered way of submitting bugs.
8535 Fix PR gdb/402.
8536
8537 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8538
8539 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8540 -1. Update comment.
8541 * gdbarch.h, gdbarch.c: Re-generate.
8542
8543 2002-04-07 Andreas Schwab <schwab@suse.de>
8544
8545 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8546 buffer to regcache_collect.
8547
8548 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8549
8550 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8551 * gdbarch.c, gdbarch.h: Re-generate.
8552
8553 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8554
8555 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8556 declaration. Fix -Werror.
8557
8558 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8559
8560 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8561 * gdbarch.c: Regenerate.
8562
8563 2002-04-05 Michael Snyder <msnyder@redhat.com>
8564
8565 * breakpoint.c (clear_command): Rewrite middle section to
8566 combine two loops with identical control conditions.
8567 Add a cleanup to eliminate a memory leak.
8568 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8569
8570 2002-04-05 H.J. Lu (hjl@gnu.org)
8571
8572 * solib-svr4.c (bkpt_names): Add "__start".
8573
8574 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8575
8576 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8577 as test for 64 bit target.
8578
8579 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8580
8581 * h8500-tdep.c (h8500_write_fp): Delete function.
8582 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8583 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8584 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8585 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8586 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8587 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8588 (s390_write_fp):
8589 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8590 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8591 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8592 (d10v_write_fp): Delete function.
8593 * inferior.h (write_fp, generic_target_write_fp): Delete
8594 declarations.
8595 * regcache.c (generic_target_write_fp): Delete function.
8596 (write_fp): Delete function.
8597 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8598 * gdbarch.h, gdbarch.c: Regenerate.
8599 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8600 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8601 (sparc64_write_fp): Delete declaration.
8602 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8603 (h8500_write_fp): Delete declaration.
8604
8605 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8606
8607 * sparc-tdep.c (sparc64_write_fp): Delete.
8608 (sparc_push_dummy_frame): Replace write_fp call with code to store
8609 the FP directly.
8610 (sparc_gdbarch_init): Do not initialize write_fp.
8611
8612 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8613
8614 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8615 clause.
8616
8617 2002-03-29 Jim Blandy <jimb@redhat.com>
8618
8619 * stack.c (get_selected_block): Add new argument `addr_in_block',
8620 used to return the exact code address we used to select the block,
8621 not just the block.
8622 * blockframe.c (get_frame_block, get_current_block): Same.
8623 * frame.h (get_frame_block, get_current_block,
8624 get_selected_block): Update declarations.
8625 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8626 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8627
8628 2002-04-05 Michael Snyder <msnyder@redhat.com>
8629
8630 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8631 warning message.
8632
8633 2002-04-05 J. Brobecker <brobecker@gnat.com>
8634
8635 * utils.c (xfullpath): New function.
8636 * defs.h (xfullpath): Add declaration.
8637 * source.c (openp): Use xfullpath in place of gdb_realpath to
8638 avoid resolving the basename part of filenames when the
8639 associated file is a symbolic link. This fixes a potential
8640 inconsistency between the filenames known to GDB and the
8641 filenames it prints in the annotations.
8642 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8643 to be able to match a filename with either the real filename, or
8644 the name of any symbolic link to this file.
8645 (lookup_partial_symtab): Ditto.
8646
8647 2002-04-04 Michael Snyder <msnyder@redhat.com>
8648
8649 * breakpoint.c: Add support for hardware breakpoints in overlays.
8650 (overlay_events_enabled): New state variable.
8651 (insert_breakpoints): Use overlay_events_enabled to decide
8652 whether to attempt to set a breakpoint at the overlay load addr.
8653 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8654 (remove_breakpoint): Use overlay_events_enabled to decide
8655 whether breakpoints need to be removed from overlay load addr.
8656 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8657 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8658 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8659 disable_overlay_breakpoints): Update overlay_events_enabled.
8660
8661 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8662
8663 * dwarf2read.c (struct function_range): New.
8664 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8665 (check_cu_functions): New.
8666 (read_file_scope): Initialize global function lists.
8667 Call dwarf_decode_line after processing children.
8668 (read_func_scope): Add to global function list.
8669 (dwarf_decode_lines): Call check_cu_functions everywhere
8670 record_line is called. Call record_line with a linenumber
8671 of 0 to mark sequence ends.
8672
8673 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8674
8675 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8676 change sync with glibc.
8677
8678 2002-04-03 Jim Blandy <jimb@redhat.com>
8679
8680 * configure.in: Call AC_C_INLINE.
8681 * configure: Regenerated.
8682
8683 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8684
8685 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8686 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8687
8688 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8689
8690 * NEWS: Mention gcore support on FreeBSD/i386.
8691
8692 * fbsd-proc.c: New file.
8693 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8694 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8695
8696 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8697 while statement.
8698
8699 2002-03-29 Jim Blandy <jimb@redhat.com>
8700
8701 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8702 unescaped newlines in string literals, but newer ones don't. So
8703 escape them.
8704
8705 2002-03-26 Michael Snyder <msnyder@redhat.com>
8706 Andrew Cagney <cagney@redhat.com>
8707
8708 * cli/cli-dump.c: New file. Dump memory to file,
8709 restore file to memory.
8710 * cli/cli-dump.h: New file.
8711 * Makefile.in: Add rules, dependencies for cli-dump.o.
8712 * NEWS: Mention new commands.
8713
8714 2002-03-28 Michael Snyder <msnyder@redhat.com>
8715
8716 * symfile.c (symbol_file_add): Move test for null symbols to later.
8717
8718 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8719
8720 From veksler at il.ibm.com:
8721 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8722 the xstrduped original path.
8723 Fix PR gdb/417.
8724
8725 2002-03-27 Michael Snyder <msnyder@redhat.com>
8726
8727 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8728 * infcmd.c (_initialize_infcmd): Ditto.
8729 * language.c (_initialize_language): Ditto.
8730 * symfile.c (_initialize_symfile): Ditto.
8731 * top.c (_init_main): Ditto.
8732 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8733
8734 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8735
8736 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8737 vector registers handling.
8738 (skip_prologue): Handle new AltiVec instructions. Fill in new
8739 fields of frame data.
8740 (frame_get_saved_regs): Fill in information for AltiVec registers.
8741
8742 2002-03-27 Jim Blandy <jimb@redhat.com>
8743
8744 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8745 a function; leave this macro here to invoke that function.
8746 (symbol_init_mangled_name): Declaration for that function.
8747 * symtab.c (symbol_init_mangled_name): New function.
8748
8749 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8750
8751 * valarith.c: Replace strerror with safe_strerror.
8752 * tracepoint.c: Ditto.
8753 * lin-lwp.c: Ditto.
8754 * go32-nat.c: Ditto.
8755 * inflow.c: Ditto.
8756 * gnu-nat.c: Ditto.
8757
8758 2002-03-27 Andreas Schwab <schwab@suse.de>
8759
8760 * event-top.c (command_line_handler): Remove useless if.
8761
8762 2002-03-27 Andreas Jaeger <aj@suse.de>
8763
8764 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8765 comment.
8766
8767 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8768
8769 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8770 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8771 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8772 (x86_64_linux_dr_get_status, supply_gregset),
8773 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8774 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8775 (x86_64_register_info_table): Add.
8776 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8777 (x86_64_register_raw_size, x86_64_register_virtual_type),
8778 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8779 general x86_64_register_info_table.
8780 (i386_gdbarch_init): gdbarch_register_bytes is now set
8781 dynamicaly during initialization.
8782 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8783 * gdbserver/linux-x86-64-low.c: Ditto.
8784
8785 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8786
8787 * gdbserver/server.c (main): Call target_signal_to_host_p
8788 and target_signal_to_host on signals received from the remote.
8789 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8790 target_signal_from_host on signals sent to the remote.
8791 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8792 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8793
8794 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8795
8796 * signals/signals.c: Include "server.h" in gdbserver build.
8797 (target_signal_from_name): Don't use STREQ.
8798 (_initialize_signals): Likewise. Don't include function in
8799 gdbserver build.
8800
8801 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8802
8803 * signals.c: Moved to...
8804 * signals/signals.c: Here.
8805 * Makefile (signals.o): Update.
8806
8807 2002-03-26 Jeff Law (law@redhat.com)
8808
8809 * somread.c (som_symtab_read): Remove some commented out code and
8810 updated related comments. Do not set the minimal symbol table to
8811 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8812 in a dynamic executable.
8813 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8814 where we are unable to find the minimal symbol for the given
8815 PC value.
8816
8817 2002-03-25 Jeff Law (law@redhat.com)
8818
8819 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8820
8821 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8822
8823 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8824
8825 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8826
8827 * command.h: Update copyright.
8828 (struct cmd_list_element): Replace definition with opaque
8829 declaration.
8830 (enum cmd_types): Document that it will eventually be moved to
8831 cli/cli-decode.h
8832 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8833 (MALLOCED_REPLACEMENT): Delete macro.
8834 * Makefile.in (cli_decode_h): Add $(command_h).
8835 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8836 * top.c: Include "cli/cli-decode.h".
8837 * completer.c: Include "cli/cli-decode.h".
8838 * maint.c: Include "cli/cli-decode.h".
8839 * cli/cli-decode.h: Include "command.h".
8840 (enum command_class): Delete.
8841 (enum cmd_types): Comment out.
8842 (enum cmd_auto_boolean): Delete.
8843 (enum var_types): Delete.
8844
8845 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8846
8847 * cli/cli-decode.c: Include "gdb_assert.h".
8848 (add_set_or_show_cmd): New static function.
8849 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8850 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8851 all fields, such as func, from the set command.
8852
8853 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8854
8855 * MAINTAINERS (sh-elf): Change warning flag to -w.
8856
8857 2002-03-23 Andrew Cagney <cagney@redhat.com>
8858
8859 * defs.h (error): Add printf format attribute.
8860 * thread-db.c (thread_from_lwp): Fix error format string.
8861 * stack.c (parse_frame_specification): Ditto.
8862 * cli/cli-decode.c (undef_cmd_error): Ditto.
8863 * scm-lang.c (scm_lookup_name): Ditto.
8864 * tracepoint.c (trace_error): Ditto.
8865 * remote-utils.c (usage): Ditto.
8866 * remote.c (compare_sections_command): Ditto.
8867 Fix PR gdb/328.
8868
8869 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8870
8871 * gdbtypes.c (append_composite_type_field): New function.
8872 (init_composite_type): New function.
8873 * gdbtypes.h (append_composite_type_field): Declare.
8874 (init_composite_type): Ditto.
8875
8876 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8877
8878 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8879 function.
8880 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8881 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8882 structure returning convention for SYSV ABI case, but not
8883 for GNU/Linux, FreeBSD, or NetBSD.
8884
8885 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
8886
8887 * symtab.h (lookup_block_symbol): Add mangled_name argument
8888 to prototype.
8889
8890 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8891 with new mangled_name argument.
8892 * linespec.c (decode_line_1): Likewise.
8893 * valops (value_of_this): Likewise.
8894 * symtab.c (lookup_transparent_type): Likewise.
8895 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8896 (lookup_symbol): If we are given a mangled name, pass it down
8897 to lookup_symbol_aux.
8898 (lookup_block_symbol): If we are given a mangled name to check
8899 against, only return symbols which match it.
8900
8901 2002-03-22 Christopher Faylor <cgf@redhat.com>
8902
8903 * win32-nat.c (child_create_inferior): Check for proper shell to use
8904 here, in case the user changes it on the fly.
8905 (_initialize_inftarg): Remove shell path considerations.
8906
8907 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
8908
8909 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8910 for gdbarch_max_register_raw_size and max_register_virtual_size.
8911 Adjust copyright year.
8912
8913 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
8914
8915 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8916 in a function to cover the entire beginning of the function
8917 as well if it does not already.
8918
8919 2002-03-21 Tom Rix <trix@redhat.com>
8920
8921 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8922 (rs6000_ptrace64): Renamed from ptrace64.
8923
8924 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8925
8926 * gdbserver/remote-utils.c (remote_open): Don't call
8927 getprotobyname, we're all using TCP here so just use
8928 IPPROTO_TCP.
8929 * gdbserver/gdbreplay.c (remote_open): Ditto.
8930
8931 2002-03-20 Martin M. Hunt <hunt@redhat.com>
8932
8933 * regcache.c (_initialize_regcache): No need to call
8934 build_regcache() at this time; it gets called whenever
8935 the gdbarch changes.
8936
8937 2002-03-20 David O'Brien <obrien@FreeBSD.org>
8938
8939 * sparc-nat.c: Include sys/param.h where possible.
8940
8941 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8942
8943 Fix PR gdb/422.
8944 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8945 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8946 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8947 complex types.
8948 * stabsread.c (rs6000_builtin_type): Likewise.
8949 (read_sun_floating_type): Likewise.
8950
8951 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8952
8953 * stabsread.c (read_member_functions): Remove skip code for duplicate
8954 constructor/destructor methods. Use standard parsing for these
8955 methods and just do not chain them to the list of methods after
8956 parsing.
8957
8958 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
8959
8960 * coffread.c: Remove redundant static declarations. Replace
8961 occurrences of `PTR' with `void *'.
8962 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8963 * top.h (quit_cover): Likewise.
8964 * defs.h (catch_errors): Likewise.
8965
8966 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8967
8968 * defs.h (XMALLOC): Define.
8969 * gdb-events.sh (XMALLOC): Delete macro.
8970 * gdb-events.c, gdb-events.h: Regenerate.
8971 * gdbarch.sh (XMALLOC): Delete macro.
8972 * gdbarch.c: Regenerate.
8973 * serial.c (XMALLOC): Delete macro.
8974 * ui-file.c (XMALLOC): Ditto.
8975 * ser-unix.h (XMALLOC): Ditto.
8976 * sh-tdep.c (XMALLOC): Ditto.
8977 * ui-out.c (XMALLOC): Ditto.
8978 * utils.c (XMALLOC): Ditto.
8979 * i386-tdep.c (XMALLOC): Ditto.
8980 * gdb-events.c (XMALLOC): Ditto.
8981 * d10v-tdep.c (XMALLOC): Ditto.
8982 * cli-out.c (XMALLOC): Ditto.
8983
8984 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8985 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8986 * ui-file.c, ui-out.c: Ditto.
8987
8988 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8989
8990 * command.h (struct cmd_list_element): Add field context.
8991 (set_cmd_context, get_cmd_context): Declare.
8992 * cli/cli-decode.h: Ditto.
8993 * cli/cli-decode.c (get_cmd_context): New function.
8994 (set_cmd_context): New function.
8995 (add_cmd): Initialize context.
8996 Part of fixing PR gdb/145 and PR gdb/146.
8997
8998 2002-03-17 Andrew Cagney <ac131313@redhat.com>
8999
9000 * cli/cli-decode.c (cmd_type): New function.
9001 * command.h (cmd_type): Declare.
9002 * infrun.c (set_schedlock_func): Call function cmd_type.
9003 * kod.c (kod_set_os): Call cmd_type.
9004 * cris-tdep.c (cris_version_update): Use function cmd_type.
9005 (cris_mode_update, cris_abi_update): Ditto.
9006
9007 * command.h: (execute_cmd_post_hook): Declare.
9008 (execute_cmd_pre_hook): Declare.
9009 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9010 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9011 functions. Execute pre/post hook while ensuring that afterwords
9012 hook_in is cleared.
9013 * top.c (execute_command): Use execute_cmd_post_hook, and
9014 execute_cmd_pre_hook to execute pre/post commands.
9015 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9016 hook_stop_stub.
9017 (hook_stop_stub): Call execute_cmd_pre_hook.
9018
9019 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9020
9021 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9022 set'' and this leads to a core dump. Move xstrdup of
9023 operating_system to after check that it is not NULL.
9024
9025 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9026
9027 * kod.c (kod_set_os): Remove unnecessary check that
9028 ``command->type'' is set_cmd.
9029
9030 * valprint.c (set_input_radix): Use input_radix.
9031 (set_output_radix): Use output_radix.
9032 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9033 isn't reverted.
9034
9035 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9036
9037 * value.h (struct value): Delete field ``substring_addr''. Change
9038 aligner fields to force_doublest_align, force_longest_align,
9039 force_core_addr_align and force_pointer_aligh.
9040
9041 * value.h (struct value): Fix typo in above change.
9042
9043 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9044
9045 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9046 to fix internal_error from ``maintenance print architecture''.
9047
9048 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9049
9050 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9051 for gcc versions after gcc-2.8.1.
9052
9053 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9054
9055 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9056 for method resolution. Restore adjustment of ``this'' pointer after
9057 calling value_struct_elt, which was accidentally removed during the
9058 HP merge.
9059
9060 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9061
9062 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9063 value_of_register.
9064 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9065 get_saved_register.
9066 * value.h (value_of_register): Update.
9067
9068 2002-03-14 Richard Henderson <rth@redhat.com>
9069
9070 * configure.in: Detect declaration for canonicalize_file_name.
9071 * utils.c (canonicalize_file_name): Declare, if needed.
9072 (gdb_realpath): Prefer realpath if available and usable.
9073 * config.in, configure: Rebuild.
9074
9075 2002-03-14 Richard Henderson <rth@redhat.com>
9076
9077 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9078 a constant array bound.
9079
9080 * MAINTAINERS: Add myself to write-after-approval.
9081
9082 2002-03-14 Michael Snyder <msnyder@redhat.com>
9083
9084 * symfile.c (syms_from_objfile): Return immediately if no syms.
9085 (symbol_file_add): Return immediately if no syms.
9086 (find_sym_fns): Return immediately if no syms.
9087
9088 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9089
9090 * gdbserver/remote-util.c (remote_open): Print remote-side's
9091 IP address when remote debugging over the network.
9092
9093 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9094
9095 * config/sparc/fbsd.mh: Fix copyright.
9096 * config/sparc/fbsd.mt: Likewise.
9097
9098 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9099
9100 * MAINTAINERS: Fix typo in name of gdb warnings option.
9101 (x86-64): Fix formating so that this can be parsed by awk.
9102
9103 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9104
9105 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9106 * defs.h: Include "gdb/signals.h".
9107 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9108
9109 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9110
9111 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9112 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9113 from x86-64-tdep.h
9114
9115 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9116 Don Howard <dhoward@redhat.com>
9117
9118 * mips-tdep.c (ST0_FR): Define.
9119 (mips2_fp_compat): New function, temporarily disabled.
9120 (mips_read_fp_register_single): New function.
9121 (mips_read_fp_register_double): New function.
9122 (mips_print_register): Use them.
9123 (do_fp_register_row): Likewise.
9124
9125 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9126
9127 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9128 approval''.
9129
9130 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9131
9132 * stabsread.c (read_member_functions): Fix is_stub test for
9133 static member functions, improve comment.
9134
9135 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9136
9137 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9138 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9139 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9140 commands that set boolean values.
9141 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9142 (arm_rdi_resume): Always initialize PC.
9143 (arm_rdi_open): Don't use rslt as a boolean.
9144 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9145 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9146 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9147 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9148
9149 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9150
9151 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9152 * configure: Rebuilt.
9153
9154 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9155
9156 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9157 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9158
9159 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9160
9161 * cli/cli-decode.c (set_cmd_completer): New function.
9162 * command.h (set_cmd_completer): Declare.
9163 * cli/cli-decode.h (set_cmd_completer): Ditto.
9164
9165 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9166 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9167 * win32-nat.c (_initialize_inftarg): Ditto.
9168 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9169 * proc-api.c (_initialize_proc_api): Ditto.
9170 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9171 * source.c (_initialize_source): Ditto.
9172 * exec.c (_initialize_exec): Ditto.
9173 * solib.c (_initialize_solib): Ditto.
9174 * top.c (init_main): Ditto.
9175 * tracepoint.c (_initialize_tracepoint): Ditto.
9176 * symfile.c (_initialize_symfile): Ditto.
9177 * printcmd.c (_initialize_printcmd): Ditto.
9178 * infcmd.c (_initialize_infcmd): Ditto.
9179 * corefile.c (_initialize_core): Ditto.
9180
9181 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9182
9183 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9184
9185 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9186
9187 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9188
9189 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9190
9191 * NEWS: Update headings, 5.2 has branched.
9192
9193 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9194
9195 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9196 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9197 (register_addr, REGISTER_RAW_SIZE): Likewise.
9198 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9199 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9200
9201 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9202
9203 * MAINTAINERS (x86-64): Add myself.
9204 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9205 changed value_ptr -> struct value *
9206
9207 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9208
9209 * configure.host (sparc64-*-freebsd): Add.
9210 * configure.tgt: Likewise.
9211 * config/sparc/fbsd.mh: New file.
9212 * config/sparc/fbsd.mt: Likewise.
9213 * config/sparc/nm-fbsd.h: Likewise.
9214 * config/sparc/tm-fbsd.h: Likewise.
9215
9216 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9217
9218 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9219 regformats/reg-s390x.dat.
9220
9221 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9222
9223 * utils.c: Add FIXME explaining true/false problem.
9224
9225 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9226
9227 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9228
9229 2002-02-28 Michael Chastain <mec@shout.net>
9230
9231 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9232
9233 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9234
9235 * gdbserver/linux-s390-low.c: New file.
9236 * regformats/reg-s390.dat: New file.
9237 * regformats/reg-s390x.dat: New file.
9238 * gdbserver/configure.srv: Add S/390.
9239 * gdbserver/Makefile.in: Add S/390.
9240 * configure.tgt: Enable gdbserver for S/390.
9241
9242 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9243
9244 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9245 first line of the doc string for "info dos", except at the end of
9246 the sentence, since the short help stops at the first period.
9247
9248 2002-02-28 Jason Merrill <jason@redhat.com>
9249
9250 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9251
9252 2002-02-27 Fred Fish <fnf@redhat.com>
9253
9254 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9255 comment (dumy -> dummy).
9256
9257 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9258
9259 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9260
9261 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9262
9263 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9264
9265 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9266
9267 * gdbserver/acconfig.h: New file.
9268 * gdbserver/i387-fp.c: New file.
9269 * gdbserver/i387-fp.h: New file.
9270 * gdbserver/linux-x86-64.c: New file.
9271 * regformats/reg-x86-64.dat: New file.
9272 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9273 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9274 * gdbserver/configure.in: Add support for regsets.
9275 * gdbserver/config.in: Regenerate.
9276 * gdbserver/configure: Regenerate.
9277 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9278 * gdbserver/linux-low.h: New file.
9279 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9280 for regsets.
9281 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9282 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9283 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9284 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9285 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9286 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9287 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9288 "i387-fp.h". Add PTRACE_GETREGS and friends.
9289 * gdbserver/regcache.c (supply_register): New function.
9290 (supply_register_by_name): New function.
9291 (collect_register): New function.
9292 (collect_register_by_name): New function.
9293
9294 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9295
9296 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9297 (config.status): Add configure.srv dependency.
9298 (server_h): Add config.h dependency.
9299
9300 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9301
9302 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9303 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9304 * gdbserver/configure.srv: Change i386-*-linux* to use
9305 reg-i386-linux.o.
9306
9307 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9308
9309 * x86-64-tdep.c: Re-indent. Update copyright date.
9310
9311 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9312
9313 From Michal Ludvig <mludvig@suse.cz>:
9314 * x86-64-tdep.c (value.h): Delete.
9315 (gdb_assert.h): Include.
9316 (x86_64_register_convert_to_virtual,
9317 x86_64_register_convert_to_raw ): Add check which lets only
9318 floating-point values to be converted.
9319 (value_push): Delete.
9320 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9321 (i386_gdbarch_init): Number of register_bytes fixed.
9322
9323 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9324
9325 * MAINTAINERS: Add x86-64 target.
9326
9327 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9328
9329 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9330 * osfsolib.c (solib_map_sections): Ditto.
9331 * irix5-nat.c (solib_map_sections): Ditto.
9332 * corelow.c (gdb_check_format): Ditto.
9333 * symfile.c (symfile_bfd_open): Ditto.
9334 * solib.c (solib_map_sections): Ditto.
9335 Fix PR gdb/354.
9336
9337 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9338
9339 * remote.c (_initialize_remote): By default, disable ``e'' and
9340 ``E'' step out-of-range packets.
9341
9342 2002-02-26 Andreas Schwab <schwab@suse.de>
9343
9344 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9345 m68k_linux_frame_saved_pc.
9346 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9347 in_sigtramp.
9348 (SIGCONTEXT_PC_OFFSET): Remove.
9349 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9350 m68k_linux_sigtramp_saved_pc): New functions.
9351 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9352 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9353 (UCONTEXT_PC_OFFSET): Define.
9354 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9355 non-RT and RT signal trampolines.
9356
9357 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9358
9359 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9360 (TARGET_NBPG, STACK_END_ADDR): Delete
9361 (VARIABLES_INSIDE_BLOCK): Delete.
9362
9363 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9364
9365 * utils.c (perror_with_name): Make string parameter constant.
9366 (print_sys_errmsg): Ditto.
9367 (query): Ditto.
9368 * defs.h (perror_with_name): Update.
9369 (print_sys_errmsg): Update.
9370 (query): Update.
9371
9372 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9373
9374 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9375 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9376
9377 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9378
9379 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9380 if it already matches the current architecture from the exec file.
9381 Include arch-utils.h for gdbarch_info_init prototype.
9382 * Makefile.in (rs6000-nat.o): Update dependencies.
9383
9384 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9385
9386 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9387 list of exported variables.
9388
9389 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9390
9391 * gdbserver/configure.srv: New file.
9392 * gdbserver/configure.in: Use configure.srv instead
9393 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9394 from it.
9395 * gdbserver/configure: Regenerated.
9396 * gdbserver/terminal.h: New file.
9397 * gdbserver/Makefile.in: Update for configure changes. Remove
9398 more unneeded include paths.
9399
9400 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9401
9402 From wiz at danbala:
9403 * config/sparc/tm-sp64.h: Fix grammar and typos.
9404 Fix PR gdb/287.
9405
9406 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9407
9408 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9409 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9410 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9411 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9412 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9413 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9414 * s390-tdep.c: Ditto.
9415 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9416 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9417 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9418 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9419 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9420 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9421 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9422 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9423 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9424 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9425 Fix PR gdb/378.
9426
9427 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9428
9429 * lin-thread.c: Delete file.
9430 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9431 to gdb_proc_service.h.
9432 * configure: Re-generate.
9433
9434 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9435 * serial.c (serial_open): Delete check for "ocd".
9436 Fix PR gdb/349.
9437
9438 * Makefile.in (linux-thread.o): Delete target.
9439 * linux-thread.c: Delete file.
9440
9441 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9442 renamed SH files to be consistent.
9443
9444 * symtab.c (sort_search_symbols): Use xfree.
9445
9446 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9447
9448 * arm-linux-tdep.c (arm_linux_init_abi): Register
9449 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9450 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9451 definition with undef, since we don't want the sysvr4 definition.
9452 (SKIP_TRAMPOLINE_CODE): Likewise.
9453
9454 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9455
9456 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9457
9458 * configure.in: (AC_CHECK_FUNCS) Added test for
9459 canonicalize_file_name Regenerated.
9460 * config.in, configure: Regenerated.
9461 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9462 defined use canonicalize_file_name.
9463
9464 2002-02-23 Michael Chastain <mec@shout.net>
9465
9466 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9467
9468 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9469
9470 * README: Remove references to cygnus.com.
9471 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9472 dot com'' form. Remove references to cygnus.com and sourceware.
9473
9474 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9475
9476 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9477 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9478 1003.1-2001 no longer allows "head -1".
9479 * gdb/Makefile.in (version.c): Likewise.
9480 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9481 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9482 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9483
9484 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9485
9486 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9487 * command.h (cmd_cfunc_eq): Declare.
9488 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9489
9490 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9491 ``struct cmd_list_element *''.
9492 * cli/cli-cmds.c (is_complete_command): Update. Use
9493 cmd_cfunc_eq.
9494 * top.c (execute_command): Pass the command to
9495 is_complete_command.
9496 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9497
9498 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9499
9500 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9501 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9502 architecture defines.
9503 * s390-tdep.c (s390_gdbarch_init): Likewise.
9504
9505 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9506
9507 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9508 (arm_linux_push_arguments): Likewise.
9509 (arm_linux_init_abi): Register them. Also register linux-specific
9510 call_dummy_words.
9511 (find_minsym_and_objfile): Use strcmp, not STREQ.
9512 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9513 (arm_linux_call_dummy_words): Delete declaration.
9514 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9515 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9516 declarations.
9517 (LOWEST_PC): Delete.
9518
9519 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9520
9521 * maint.c (print_section_info): Do not prepend `0x' to filepos
9522 output, it will be handled by local_hex_string_custom.
9523
9524 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9525
9526 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9527 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9528 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9529
9530 2002-02-22 Jim Blandy <jimb@redhat.com>
9531
9532 Indicate that the bcache functions don't change the strings
9533 they're passed.
9534 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9535 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9536
9537 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9538
9539 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9540
9541 2002-02-21 Christopher Faylor <cgf@redhat.com>
9542
9543 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9544 find the complete path to a loaded DLL.
9545
9546 2002-02-21 Fred Fish <fnf@redhat.com>
9547
9548 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9549 that marks the end of the range of a function, enter a line number
9550 entry that has a line number of zero and a PC offset that matches
9551 the end of the function. This starts a range of PC's for which no
9552 line number information is known.
9553 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9554 PC's for which no line number info is found (line number is zero)
9555 then we didn't find any valid line information.
9556 * symtab.h: Document use of zero line number entry.
9557
9558 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9559
9560 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9561 (have_ptrace_getvrregs): Define for run time checks.
9562 (gdb_vrregset_t): New type for Altivec register handling.
9563 (fetch_register, store_register): Fetch/store altivec register
9564 when needed.
9565 (fetch_altivec_register, store_altivec_register): New functions.
9566 (supply_vrregset, fill_vrregset): New functions.
9567 (fetch_altivec_registers, store_altivec_registers): New functions.
9568 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9569 registers as well.
9570
9571 2002-02-21 Jiri Smid <smid@suse.cz>
9572
9573 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9574
9575 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9576
9577 * Makefile.in (armnbsd-nat.o): Update dependencies.
9578 * armnbsd-nat.c (supply_gregset): New function. Common code to
9579 supply the integer register set.
9580 (supply_fparegset): New function. Similar for FPA registers.
9581 (fetch_regs, fetch_fp_regs): Use them.
9582 (fetch_core_registers): Likewise.
9583 (fetch_elfcore_registers): New function.
9584 (arm_netbsd_elfcore_fns): New core-file type specification.
9585 (_initialize_arm_netbsd_nat): Register it.
9586
9587 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9588
9589 * armnbsd-nat.c: Include gdbcore.h.
9590 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9591 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9592 'void' to declaration, to shut up ARI.
9593 (fetch_core_registers): Make static. Rewrite using supply_register.
9594 (arm_netbsd_core_fns): New core-file type specification.
9595 (_initialize_arm_netbsd_nat): New function.
9596
9597 2002-02-21 Christopher Faylor <cgf@redhat.com>
9598
9599 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9600 value.
9601
9602 2002-02-20 Christopher Faylor <cgf@redhat.com>
9603
9604 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9605 fails.
9606
9607 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9608
9609 * jv-exp.y (parse_number): Change type of implicit longs
9610 to builtin_type_uint64.
9611
9612 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9613
9614 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9615 to be an integer instead of a `union wait'.
9616
9617 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9618
9619 * mips-linux-nat.c: Call the operating system GNU/Linux.
9620 * mips-linux-tdep.c: Likewise.
9621 * mips-tdep.c: Likewise.
9622
9623 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9624
9625 Fix PR gdb/265.
9626 * jv-exp.y (parse_number): Handle 64-bit integers.
9627
9628 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9629
9630 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9631 AC_STDC_HEADERS to AC_HEADER_STDC.
9632 * gdbserver/configure: Regenerated.
9633
9634 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9635
9636 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9637 is defined.
9638 * sparc-tdep.c (get_longjmp_target): Likewise.
9639
9640 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9641
9642 * News: Add news about ARM and Multi-arch. Mention the new target
9643 arm*-*-netbsd*.
9644
9645 2002-02-19 Jim Blandy <jimb@redhat.com>
9646
9647 * stabsread.c (error_type_complaint): Improve error message.
9648
9649 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9650
9651 * gdbserver/README: Update documentation.
9652 * gdbserver/configure.in: Update configury to match documentation.
9653 * gdbserver/Makefile.in: Likewise.
9654 * gdbserver/configure: Regenerated.
9655 * gdbserver/aclocal.m4: New file, generated by aclocal.
9656 * gdbserver/config.in: New file, generated by autoheader.
9657
9658 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9659
9660 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9661 armnbsd-nat.c.
9662
9663 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9664
9665 * arm-tdep.h (enum arm_float_model): New enum.
9666 (struct gdbarch_tdep): Add fp_model.
9667 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9668 up floating-point conversions until we know the floating-point model
9669 in use by the inferior. Don't complain about being unable to
9670 determine the ABI of the inferior when we don't have one.
9671 (arm_extract_return_value): Support different floating-point models.
9672 (arm_store_return_value): Likewise.
9673 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9674 ARM_FLOAT_SOFT.
9675 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9676
9677 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9678
9679 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9680 of ``current_gdbarch''.
9681
9682 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9683
9684 * armnbsd-nat.c : ANSIfy all function declarations.
9685 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9686 (fetch_inferior_registers): Re-implement in terms of above.
9687 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9688 (store_inferior_registers): Re-implement in terms of above.
9689
9690 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9691
9692 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9693 kernel.
9694 * arm-linux-tdep.c: Likewise.
9695 * config/arm/tm-linux.h: Likewise.
9696
9697 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9698
9699 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9700 * config/arm/nbsd.mt (TM_FILE): Delete.
9701 * config/arm/tm-nbsd.h: Delete.
9702
9703 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9704
9705 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9706 Initialize CALL_DUMMY_LENGTH.
9707
9708 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9709
9710 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9711 function.
9712 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9713 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9714 defines one thing and that is incorrect for this port.
9715 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9716
9717 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9718
9719 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9720
9721 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9722
9723 * win32-nat.c (display_selector): New function. Displays information
9724 about the information returned by GetThreadSelectorEntry API function.
9725 (display_selectors): New function. Displays the infomation of
9726 the selector given as argument, or of CS, DS ans FS selectors
9727 if no argument is given.
9728 ( _initialize_inftarg): Add "w32" as info prefix command.
9729 Add "info w32 selector" as command calling display_selectors.
9730
9731 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9732
9733 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9734 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9735 if not defined.
9736
9737 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9738
9739 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9740
9741 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9742
9743 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9744 (arm_fix_call_dummy): Call it.
9745 (arm_call_dummy_breakpoint_offset): Delete.
9746 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9747 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9748
9749 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9750
9751 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9752 Default to func_frame_chain_valid.
9753 * gdbarch.h, gdbarch.c: Re-generate.
9754 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9755
9756 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9757
9758 * ppc-linux-nat.c: Update copyright.
9759 (fetch_register, store_register): Add tid parameter, don't compute
9760 tid here.
9761 (fetch_ppc_registers, store_ppc_registers): Add tid
9762 parameter. Pass it along to callees.
9763 (fetch_inferior_registers, store_inferior_registers): Compute tid
9764 here, and pass it to calleed functions.
9765 (fill_gregset, supply_fpregset): Clean up formatting.
9766
9767 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9768
9769 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9770 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9771
9772 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9773
9774 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9775 * gdbarch.c gdbarch.h: Regenerate.
9776 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9777 function.
9778 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9779 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9780 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9781
9782 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9783 * arm-tdep.c (arm_get_longjmp_target): New function.
9784 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9785 this to a positive value register arm_get_longjmp_target as the
9786 longjmp handler.
9787 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9788 (arm_linux_init_abi): Set up longjmp description in tdep.
9789 * armnbsd-nat.c (get_longjmp_target): Delete.
9790 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9791 description in tdep.
9792 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9793 (get_longjmp_target): Delete declaration.
9794 (GET_LONGJMP_TARGET): Delete.
9795 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9796 (GET_LONGJMP_TARGET): Delete.
9797
9798 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9799
9800 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9801 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9802 of ``current_gdbarch''.
9803
9804 2002-02-17 Tom Tromey <tromey@redhat.com>
9805
9806 * cli/cli-cmds.c (compare_strings): New function.
9807 (complete_command): Only print each unique item once.
9808 * completer.h (complete_line): Declare.
9809 * completer.c (complete_line): New function.
9810 (line_completion_function): Use it.
9811
9812 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9813
9814 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9815 * gdbarch.h, gdbarch.c: Re-generate.
9816
9817 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9818
9819 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9820
9821 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9822
9823 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9824 * valops.c (value_arg_coerce): Don't take the address of a reference
9825 to convert an argument to a reference.
9826
9827 2002-02-15 Christopher Faylor <cgf@redhat.com>
9828
9829 * win32-nat.c (get_image_name): New function.
9830 (handle_load_dll): Use get_image_name function.
9831 (get_child_debug_event): Avoid registering debug events until possibly
9832 execed process is started.
9833 (child_create_inferior): Allow invocation via shell so that command
9834 line redirection, etc. works ok.
9835 (_initialize_inftarg): Add new command: "set shell" to control whether
9836 a shell is used to start a process.
9837
9838 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9839
9840 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9841 instead of find_register_by_number.
9842 (cannot_store_register): Likewise.
9843
9844 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9845
9846 * dwarf2read.c: Replace fprintf (stderr, ...) by
9847 fprintf_unfiltered (gdb_stderr, ...).
9848
9849 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9850
9851 * gdbserver/gdbserver.1: Document --attach.
9852
9853 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9854
9855 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9856 descriptions.
9857 * arm-tdep.c (arm_default_arm_le_breakpoint)
9858 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9859 (arm_default_thumb_be_breakpoint): New. Initialize them from
9860 traditional breakpoint defines.
9861 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9862 (arm_gdbarch_init): Initialize new breakpoint variables.
9863 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9864 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9865 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9866 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9867 code out to ...
9868 (arm_netbsd_init_abi_common): ... here; new function.
9869 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9870 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9871 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9872 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9873
9874 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9875
9876 * arm-tdep.h (enum arm_abi): New enum.
9877 (struct gdbarch_tdep): New structure.
9878 (LOWEST_PC): Provide a default.
9879 (arm_gdbarch_register_os_abi): Declare new function.
9880 * arm-tdep.c (arm_abi_names): New array.
9881 (process_note_abi_tag_sections): New function.
9882 (get_elfosabi): New function.
9883 (arm_gdbarch_register_os_abi): New function.
9884 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9885 support for that ABI has been built in, then call the appropriate
9886 configuration routine. Use gdbarch_num_regs() to get the number
9887 of registers.
9888 (arm_dump_tdep): New function.
9889 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9890 place-holder functions.
9891 (_initialize_arm_tdep): Register them.
9892 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9893
9894 * armnbsd-tdep.c: New file.
9895 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9896 * config/arm/nbsd.mt (TDEPFILES): Add it.
9897 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9898
9899 * armnbsd-nat.c: Include regcache.h.
9900 * Makefile.in (armnbsd-nat.o): Update dependency list.
9901
9902 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9903
9904 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9905
9906 * gdbserver/Makefile.in: Fix typos in target rules.
9907
9908 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9909
9910 Fix part of PR gdb/267.
9911 * linespec.c (find_methods): Handle constructors specially for now.
9912
9913 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
9914
9915 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9916 handling.
9917 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9918 standard_coerce_float_to_double().
9919
9920 2002-02-14 Christopher Faylor <cgf@redhat.com>
9921
9922 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9923 GDBINIT_FILENAME.
9924
9925 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
9926
9927 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9928 find_variant_by_name, because it confuses the multiarch
9929 framework. Return NULL if there isn't an architecture with the
9930 user supplied name, instead of forcing a different one without
9931 recording the change with the multiarch machinery.
9932 (find_variant_by_name): Delete.
9933
9934 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9935
9936 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9937 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9938
9939 2002-02-13 Martin M. Hunt <hunt@redhat.com>
9940
9941 * stack.c (print_frame_info_base): When calling
9942 print_frame_info_listing_hook, set current_source_symtab.
9943
9944 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9945
9946 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9947 and remove unused $(INCLUDE_DIR).
9948 Add regcache.c to OBS.
9949 Add generated register protocol files to clean target.
9950 Update dependencies for new objects, obsolete old target code.
9951
9952 * gdbserver/linux-low.c: Remove all platform-specific code to
9953 new files. Remove various dead code. Update to use regcache
9954 functionality.
9955 * gdbserver/remote-utils.c (fromhex): Add return statement
9956 to quiet warning.
9957 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9958 constant.
9959 (input_interrupt): Add integer parameter to match prototype
9960 of a signal handler.
9961 (outreg): Use register_data ().
9962 (prepare_resume_reply): Use gdbserver_expedite_regs.
9963 * gdbserver/server.c (main): Dynamically allocate own_buf because
9964 PBUFSIZ is no longer constant. Use registers_to_string () and
9965 registers_from_string ().
9966 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9967 for error (), fatal (), and warning (). Update definition of
9968 PBUFSIZ to use regcache functionality. Add include guard.
9969 * gdbserver/utils.c (fatal): Add missing ``const''.
9970 (warning): New function.
9971
9972 * regformats/regdat.sh: Include "regcache.h" in generated files.
9973 Provide init_registers () function.
9974 * regformats/regdef.h: Add prototype for set_register_cache ().
9975 Add include guard.
9976
9977 * gdbserver/linux-arm-low.c: New file.
9978 * gdbserver/linux-i386-low.c: New file.
9979 * gdbserver/linux-ia64-low.c: New file.
9980 * gdbserver/linux-m68k-low.c: New file.
9981 * gdbserver/linux-mips-low.c: New file.
9982 * gdbserver/linux-ppc-low.c: New file.
9983 * gdbserver/linux-sh-low.c: New file.
9984
9985 * gdbserver/regcache.c: New file.
9986 * gdbserver/regcache.h: New file.
9987
9988 * gdbserver/low-linux.c: Removed obsolete file.
9989
9990 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
9991
9992 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9993 * config/i386/linux.mt: Likewise.
9994 * config/ia64/linux.mt: Likewise.
9995 * config/m68k/linux.mh: Likewise.
9996 * config/powerpc/linux.mh: Likewise.
9997 * config/mips/linux.mt: Likewise.
9998
9999 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10000
10001 * config/i386/i386lynx.mh: Mark gdbserver variables
10002 as (currently) obsolete for this target.
10003 * config/i386/nbsd.mt: Likewise.
10004 * config/i386/nbsdelf.mt: Likewise.
10005 * config/m32r/m32r.mt: Likewise.
10006 * config/m68k/m68klynx.mh: Likewise.
10007 * config/m68k/nbsd.mt: Likewise.
10008 * config/m68k/sun3os4.mh: Likewise.
10009 * config/mips/vr5000.mt: Likewise.
10010 * config/ns32k/nbsd.mt: Likewise.
10011 * config/pa/hppabsd.mh: Likewise.
10012 * config/pa/hppaosf.mh: Likewise.
10013 * config/powerpc/nbsd.mt: Likewise.
10014 * config/rs6000/rs6000lynx.mh: Likewise.
10015 * config/s390/s390.mt: Likewise.
10016 * config/s390/s390x.mt: Likewise.
10017 * config/sparc/sparclynx.mh: Likewise.
10018 * config/sparc/sun4os4.mh: Likewise.
10019 * config/i386/x86-64linux.mt: Likewise.
10020 * config/sparc/linux.mh: Likewise.
10021
10022 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10023
10024 * configure.tgt: Configure gdbserver only for known working
10025 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10026 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10027 SUBDIRS if it is configured. Update comment for ${nativefile}.
10028 * configure: Regenerated.
10029
10030 2002-02-13 Michael Snyder <msnyder@redhat.com>
10031
10032 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10033
10034 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10035 (default_gcore_mach): Just return 0, work around a problem in bfd.
10036 (default_gcore_target): OK to return NULL if exec_bfd is null.
10037 (make_mem_sec): Use a cast, avoid a warning.
10038
10039 * procfs.c (find_memory_regions_callback): Use a cast instead of
10040 calling host_pointer_to_address (which complains if
10041 sizeof (host pointer) != sizeof (target pointer)).
10042 (procfs_make_note_section): Avoid overflow in psargs string.
10043
10044 * procfs.c (procfs_make_note_section): Make the default
10045 implementation return an error.
10046
10047 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10048
10049 * procfs.c (procfs_make_note_section): Provide a default definition
10050 (for alpha-dec-osf4.0f). Fix typos.
10051
10052 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10053
10054 * linux-proc.c: Add include of regcache.h.
10055 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10056
10057 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10058
10059 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10060 * memattr.c (create_mem_region): Disallow useless empty region.
10061 Regions are half-open intervals, so allow [A..B) [B..C) as
10062 non-overlapping.
10063
10064 2002-02-13 Michael Chastain <mec@shout.net>
10065
10066 * defs.h: Kill CONST_PTR.
10067 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10068 * c-lang.c (c_builtin_types): Likewise.
10069 * ch-lang.c (ch_builtin_types): Likewise.
10070 * f-lang.c (f_builtin_types): Likewise.
10071 * language.c (unknown_builtin_types): Likewise.
10072 * m2-lang.c (m2_builtin_types): Likewise.
10073 * p-lang.c (pascal_builtin_types): Likewise.
10074 * scm-lang.c (c_builtin_types): Likewise.
10075
10076 2002-02-13 Keith Seitz <keiths@redhat.com>
10077
10078 * arm-tdep.h (arm_get_next_pc): Add declaration.
10079
10080 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10081
10082 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10083 with other related struct-returning functions.
10084 (arm_extract_struct_value_address): New function.
10085 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10086 initialize float_format, double_format and long_double_format as
10087 appropriate to the endianness of the target.
10088 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10089 (arm_use_struct_convention): Delete declaration.
10090 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10091
10092 2002-02-13 Keith Seitz <keiths@redhat.com>
10093
10094 * defs.h (core_addr_to_string_nz): New function.
10095
10096 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10097
10098 Apply missing bits of 2002-01-15 patch.
10099 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10100 (fill_fpregset): Use i387_fill_fsave.
10101
10102 2002-02-12 Keith Seitz <keiths@redhat.com>
10103
10104 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10105 (core_addr_to_string_nz): New function.
10106
10107 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10108
10109 * arm-linux-nat.c: Really include arm-tdep.h.
10110 * config/arm/tm-linux.h (struct type, struct value): Declare.
10111
10112 2002-02-11 Michael Snyder <msnyder@redhat.com>
10113
10114 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10115 (gcore section): Ifdef for Solaris and Unixware only.
10116 (procfs_do_thread_registers): Unixware needs one lwpstatus
10117 per thread (not one prstatus or pstatus).
10118 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10119 not over all gdb threads. For unixware, call elfcore_write_pstatus
10120 once before iterating over threads.
10121
10122 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10123
10124 * arm-tdep.h: New file.
10125 * arm-tdep.c: Include arm-tdep.h.
10126 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10127 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10128 (arm_print_float_info, arm_register_type, convert_to_extended)
10129 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10130 (arm_extract_return_value, arm_register_name): Make static.
10131 (arm_software_single_step): Similarly. Fix types in declaration.
10132 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10133 (arm_store_return_value, arm_store_struct_return): New functions.
10134 (arm_gdbarch_init): Register the above functions. Also register
10135 call_dummy_start_offset, sizeof_call_dummy_words,
10136 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10137 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10138 max_register_virtual_size, register_size. Set up
10139 prologue_cache.saved_regs here, rather than ...
10140 (_initialize_arm_tdep): ... here.
10141 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10142 declarations.
10143 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10144 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10145 (arm_print_float_info, arm_register_type, convert_to_extended)
10146 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10147 (arm_extract_return_value, arm_register_name): Delete declarations.
10148 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10149 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10150 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10151 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10152 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10153 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10154 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10155 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10156 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10157 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10158 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10159 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10160 interface.
10161 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10162 * remote-rdi.c remote-rdp.c: Likewise.
10163 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10164 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10165 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10166 definition.
10167
10168 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10169 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10170 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10171 from non-ARM_ prefixed definitions.
10172 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10173 all uses of above.
10174 * remote-rdi.c remote-rdp.c: Likewise.
10175 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10176
10177 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10178
10179 * arm-tdep.c (arm_frameless_function_invocation)
10180 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10181 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10182 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10183 (arm_pop_frame, arm_get_next_pc): Make static.
10184 (arm_gdbarch_init): Register above in gdbarch structure.
10185 (arm_read_fp): Renamed from arm_target_read_fp.
10186 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10187 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10188 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10189 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10190 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10191 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10192 (arm_pc_is_thumb_dummy): Delete declarations.
10193 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10194 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10195 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10196 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10197
10198 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * symtab.c (compare_search_syms): New function.
10201 (sort_search_symbols): New function.
10202 (search_symbols): Sort symbols after searching rather than
10203 before.
10204
10205 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10206
10207 * NEWS: Linux -> GNU/Linux.
10208
10209 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10210
10211 * gdbarch.sh: For for level one methods, disallow a definition
10212 when partially multi-arched. Add comments explaining rationale.
10213 * gdbarch.h: Re-generate.
10214
10215 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10216
10217 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10218 multi-arch partial.
10219
10220 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10221
10222 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10223 field. Use diff -u.
10224 * gdbarch.c: Re-generate.
10225
10226 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10227
10228 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10229 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10230 partial.
10231
10232 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10233
10234 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10235 multi-arch partial.
10236 (PUSH_ARGUMENTS): Switch to using predefault.
10237 * gdbarch.c: Regenerate.
10238
10239 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10240
10241 * valops.c (PUSH_ARGUMENTS): Delete definition.
10242 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10243 partial. Default to default_push_arguments.
10244 * gdbarch.h, gdbarch.c: Regenerate.
10245
10246 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10247
10248 * defs.h (throw_exception): Rename return_to_top_level. Update
10249 comments.
10250 * utils.c (error_stream, internal_verror, quit): Ditto.
10251 * top.c (throw_exception, catcher): Ditto.
10252 * sparclet-rom.c (sparclet_load): Ditto.
10253 * remote.c (interrupt_query, minitelnet): Ditto.
10254 * remote-sds.c (interrupt_query): Ditto.
10255 * remote-mips.c (mips_error, mips_kill): Ditto.
10256 * ocd.c (interrupt_query): Ditto.
10257 * monitor.c (monitor_interrupt_query): Ditto.
10258 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10259 * target.h: Update comment.
10260
10261 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10262
10263 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10264
10265 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10266 default_double_format.
10267 * gdbarch.h, gdbarch.c: Re-generate.
10268 * findvar.c (floatformat_unknown): Delete variable definition.
10269 * doublest.h (floatformat_unknown): Delete variable declaration.
10270
10271 2002-02-09 Jim Blandy <jimb@redhat.com>
10272
10273 * stabsread.c (read_type): Add code to parse Sun's syntax for
10274 prototyped function types.
10275
10276 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10277
10278 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10279 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10280
10281 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10282
10283 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10284 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10285 now _initialize_xcoffsolib gets called again and overrides the
10286 commands from solib.c in a native configuration.
10287
10288 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10289
10290 * doublest.c (store_typed_floating): Don't try to return a value.
10291 Fixes PR gdb/290.
10292
10293 2002-02-08 Jim Blandy <jimb@redhat.com>
10294
10295 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10296 is prototyped and has no arguments, print its argument list as
10297 `(void)'.
10298
10299 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10300
10301 * MAINTAINERS (write-after-approval): Add myself.
10302 (paper-trail): I've escaped!
10303
10304 2002-02-08 Christopher Faylor <cgf@redhat.com>
10305
10306 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10307 changes.
10308 (_initialize_check_for_gdb_ini): Ditto.
10309
10310 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10311
10312 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10313 xaprintf -> xasprintf.
10314
10315 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10316
10317 * win32-nat.c: Remove use of printf and sprintf functions.
10318
10319 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10320
10321 * arm-tdep.c (arm_frame_chain_valid): Make static.
10322 (arm_push_arguments): Likewise.
10323 (arm_gdbarch_init): New function.
10324 (_initialize_arm_tdep): Call it.
10325 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10326 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10327 (FRAME_CHAIN_VALID): Delete.
10328 (arm_frame_chain_valid): Delete declaration.
10329 (PUSH_ARGUMENTS): Delete.
10330 (arm_push_arguments): Delete declaration.
10331 (CALL_DUMMY_P): Delete.
10332
10333 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10334 Corinna Vinschen <vinschen@redhat.com>
10335
10336 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10337 on builtin float types.
10338
10339 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10340
10341 * utils.c: Include <curses.h> before "bfd.h".
10342 * tui/tui-hooks.c: Likewise.
10343 * tui/tui.c: Likewise.
10344 * tui/tuiCommand.c: Likewise.
10345 * tui/tuiData.c: Likewise.
10346 * tui/tuiDataWin.c: Likewise.
10347 * tui/tuiDisassem.c: Likewise.
10348 * tui/tuiGeneralWin.c: Likewise.
10349 * tui/tuiIO.c: Likewise.
10350 * tui/tuiLayout.c: Likewise.
10351 * tui/tuiRegs.c: Likewise.
10352 * tui/tuiSource.c: Likewise.
10353 * tui/tuiSourceWin.c: Likewise.
10354 * tui/tuiStack.c: Likewise.
10355 * tui/tuiWin.c: Likewise.
10356
10357 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10358
10359 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10360 to include space for pseudoregs as well. Update loops accordingly.
10361 (sh_fp_frame_init_saved_regs): Ditto.
10362 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10363
10364 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10365
10366 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10367 Add Richard Earnshaw to Arm maintainers.
10368
10369 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10370
10371 * defs.h (warning_begin): Delete declaration.
10372
10373 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10374 Delete macro.
10375
10376 2002-02-07 Michael Snyder <msnyder@redhat.com>
10377
10378 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10379 Logic bug, remove misplaced else.
10380
10381 2002-02-07 Klee Dienes <klee@apple.com>
10382
10383 * fork-inferior.c (fork_inferior): Add '!' to the list of
10384 characters that need to be quoted when building a string for the
10385 shell. Quote '!' specifically with a backslash, since CSH chokes
10386 when trying to evaluate "str!str".
10387
10388 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10389
10390 * rdi-share/host.h: Only provide a typedef for bool if it is not
10391 defined.
10392
10393 2002-02-04 Michael Snyder <msnyder@redhat.com>
10394
10395 * breakpoint.h (enum bptype): Add new overlay event bp type.
10396 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10397
10398 * breakpoint.c (create_internal_breakpoint): New function.
10399 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10400 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10401 (create_thread_event_breakpoint): Ditto.
10402 (create_solib_event_breakpoint): Ditto.
10403 (create_overlay_event_breakpoint): New function.
10404 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10405 (update_breakpoints_after_exec): Delete and re-initialize
10406 overlay event breakpoints after an exec. Add FIXME comment
10407 about longjmp breakpoint.
10408 (print_it_typical): Ignore overlay event breakpoints.
10409 (print_one_breakpoint): Ditto.
10410 (mention): Ditto.
10411 (bpstat_what): Do not stop for overlay event breakpoints.
10412 (delete_breakpoint): Don't delete overlay event breakpoints.
10413 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10414 (breakpoint_re_set): Re-create overlay event breakpoint.
10415
10416 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10417 (overlay_manual_command): Disable overlay breakpoints.
10418 (overlay_off_command): Disable overlay breakpoints.
10419
10420 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10421
10422 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10423 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10424 to here from config/tm-arm.h.
10425 (coff_sym_is_thumb): Make static.
10426 (arm_elf_make_msymbol_special): New function.
10427 (arm_coff_make_msymbol_special): New function.
10428 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10429 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10430 (coff_sym_is_thumb): Delete declaration.
10431 (arm_elf_make_msymbol_special): Declare.
10432 (arm_coff_make_msymbol_special): Declare.
10433 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10434 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10435
10436 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10437
10438 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10439
10440 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10441
10442 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10443 * gdbarch.c gdbarch.h: Regenerate.
10444 * arch-utils.c (default_print_float_info): New function.
10445 * arch-utils.h (default_print_float_info): Prototype it.
10446 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10447 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10448 (PRINT_FLOAT_INFO): Document it.
10449
10450 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10451 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10452 (PRINT_FLOAT_INFO): Define.
10453
10454 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10455
10456 * win32-nat.c (_initialize_check_for_gdb_ini):
10457 Add typecast to sprintf argument to suppress a warning.
10458
10459 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10460
10461 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10462 to allow easier handling of pass state.
10463 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10464 that gives exception name and address.
10465 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10466 and set last_sig value to ourstatus->value.sig. Some missing
10467 exceptions added.
10468 (child_continue): Correctly report continue_status.
10469 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10470 TARGET_SIGNAL_0 (new default value).
10471 (child_resume): consider sig argument passed to decide if
10472 the exception should be passed to debuggee or not.
10473
10474 2002-02-05 Michael Snyder <msnyder@redhat.com>
10475
10476 * regcache.c (fetch_register): Call target_fetch_register
10477 only if we don't call FETCH_PSEUDO_REGISTER.
10478 (store_register): Call target_store_register only if we
10479 don't call STORE_PSEUDO_REGISTER.
10480
10481 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10482
10483 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10484 ELF_MAKE_MSYMBOL_SPECIAL.
10485 * gdbarch.c, gdbarch.h: Regenerate.
10486 * arch-utils.c (default_make_msymbol_special): New function.
10487 * arch-utils.h (default_make_msymbol_special): Export.
10488 * elfread.c (elf_symtab_read): Compile use of
10489 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10490 multiarched.
10491 * coffread.c (coff_symtab_read): Ditto, for
10492 COFF_MAKE_MSYMBOL_SPECIAL.
10493
10494 2002-02-05 Jim Blandy <jimb@redhat.com>
10495
10496 * solib-svr4.c (svr4_truncate_ptr): New function.
10497 (svr4_relocate_section_addresses): Do the address arithmetic with
10498 the appropriate truncation for target addresses, even when
10499 CORE_ADDR is larger than a target address.
10500
10501 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10502
10503 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10504 to (int *).
10505
10506 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10507
10508 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10509 code.
10510
10511 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10512
10513 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10514
10515 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10516
10517 * gdbserver/linux-low.c: Remove unused include files.
10518
10519 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10520
10521 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10522 (read_inferior_memory): Use it.
10523 (write_inferior_memory): Likewise.
10524
10525 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10526
10527 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10528 grubbing through sys_errlist.
10529
10530 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10531
10532 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10533
10534 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10535 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10536
10537 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10538
10539 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10540 (do_sfunc, set_cmd_sfunc): New functions.
10541
10542 * command.h (struct cmd_list_element): Add field func.
10543 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10544 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10545 * cli/cli-decode.h: Ditto.
10546
10547 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10548 (help_all, help_cmd_list): Ditto.
10549 (find_cmd, complete_on_cmdlist): Ditto.
10550 * top.c (execute_command): Ditto.
10551
10552 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10553 function.sfunc.
10554
10555 * infcmd.c (notice_args_read): Fix function signature.
10556
10557 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10558 * cli/cli-decode.c (add_set_cmd): Ditto.
10559 * utils.c (initialize_utils): Ditto.
10560 * maint.c (_initialize_maint_cmds): Ditto.
10561 * infrun.c (_initialize_infrun): Ditto.
10562 * demangle.c (_initialize_demangler): Ditto.
10563 * remote.c (add_packet_config_cmd): Ditto.
10564 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10565 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10566 * proc-api.c (_initialize_proc_api): Ditto.
10567 * kod.c (_initialize_kod): Ditto.
10568 * valprint.c (_initialize_valprint): Ditto.
10569 * top.c (init_main): Ditto.
10570 * infcmd.c (_initialize_infcmd): Ditto.
10571 * corefile.c (_initialize_core): Ditto.
10572 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10573 * arch-utils.c (initialize_current_architecture): Ditto.
10574 (_initialize_gdbarch_utils): Ditto.
10575 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10576
10577 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10578 * wince.c (_initialize_inftarg): Ditto.
10579 * symfile.c (_initialize_symfile): Ditto.
10580 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10581 * language.c (_initialize_language): Ditto.
10582 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10583
10584 2002-02-04 Michael Snyder <msnyder@redhat.com>
10585
10586 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10587
10588 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10589
10590 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10591 Add rules for building the register data files.
10592
10593 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10594
10595 * regformats/regdat.sh: Add braces to the definition of
10596 expedite_regs_${arch}.
10597
10598 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * regformats/regdef.h (struct reg): Add comment describing the
10601 requirements for offset and size fields.
10602
10603 2002-02-04 Andreas Schwab <schwab@suse.de>
10604
10605 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10606 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10607
10608 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10609
10610 * gdbarch.sh (copyright): Update years in generated header.
10611 (SMASH_TEXT_ADDRESS): Add rule.
10612 * gdbarch.h, gdbarch.c: Re-generate.
10613 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10614 * dbxread.c: Likewise.
10615 * dwarfread.c: Likewise.
10616 * elfread.c: Likewise.
10617 * somread.c: Likewise.
10618
10619 * arm-tdep.c (arm_smash_text_address): New function.
10620 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10621
10622 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10623
10624 Add support for hardware watchpoints on win32 native.
10625 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10626 CONTEXT_DEBUG_REGISTERS.
10627 (dr variable): New variable. Static array containing a local copy
10628 of debug registers.
10629 (debug_registers_changed): New variable. Reflects when debug registers
10630 are changed and need to be written to inferior.
10631 (debug_registers_used): New variable. Reflects when any debug register
10632 was set, used when new threads are created.
10633 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10634 i386-nat code.
10635 (thread_rec): Set dr array if id is the thread of current_event .
10636 (child_continue, child_resume): Change the debug registers for all
10637 threads if debug_registers_changed.
10638 (child_add_thread): Change the debug registers if debug_registers_used.
10639 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10640 Link nm.h to new nm-cygwin.h file.
10641 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10642 of hardware registers.
10643
10644 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10645
10646 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10647 Restore behavour broken by 2002-01-20 Andrew Cagney
10648 <ac131313@redhat.com> IEEE_FLOAT removal.
10649
10650 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10651
10652 * c-valprint.c (c_val_print): Pass a proper valaddr to
10653 cp_print_class_method.
10654 * valops.c (search_struct_method): If there is only one method
10655 and args is NULL, return that method.
10656
10657 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10658
10659 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10660 accessing tag_name directly.
10661
10662 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10663
10664 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10665 of accessing tag_name directly.
10666
10667 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10668
10669 PR gdb/280
10670 * gdbtypes.c (replace_type): New function.
10671 * gdbtypes.h (replace_type): Add prototype.
10672 * stabsread.c (read_type): Use replace_type.
10673
10674 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10675
10676 * Makefile.in (memattr.o): Add missing dependencies rule.
10677
10678 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10679
10680 * breakpoint.c (break_at_finish_command): Really export.
10681 (break_at_finish_at_depth_command): Ditto.
10682 (tbreak_at_finish_command): Ditto.
10683 * hppa-tdep.c: Include completer.h.
10684 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10685 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10686
10687 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10688
10689 * utils.c (do_write): New function.
10690 (error_stream): Rewrite combining the code from error_begin and
10691 verror.
10692 (verror): Rewrite using error_stream.
10693 (error_begin): Delete function.
10694
10695 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10696
10697 * utils.c (error_begin): Make static.
10698 * defs.h (error_begin): Delete declaration.
10699
10700 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10701 (decode_line_1): Use cplusplus_error instead of error_begin,
10702 cplusplus_hint and return_to_top_level.
10703 * coffread.c (coff_symfile_read): Use error instead of error_begin
10704 and return_to_top_level.
10705 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10706
10707 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10708
10709 * language.h (type_error, range_error): Make string parameter
10710 constant.
10711 * language.c (warning_pre_print): Delete extern declaration.
10712 * dwarfread.c (warning_pre_print): Ditto.
10713 * language.c (type_error, range_error): Rewrite to use verror and
10714 vwarning instead of warning_begin.
10715
10716 2002-02-01 Michael Snyder <msnyder@redhat.com>
10717
10718 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10719 (set_ignore_count): Move misplaced comment back where it belongs.
10720
10721 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10722
10723 * command.h (NO_FUNCTION): Delete macro.
10724 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10725 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10726 * tracepoint.c (_initialize_tracepoint): Ditto.
10727 * cli/cli-decode.c (add_set_cmd): Ditto.
10728 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10729
10730 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10731
10732 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10733 Update ``this'' pointer when calling virtual functions.
10734
10735 2002-02-01 Michael Snyder <msnyder@redhat.com>
10736
10737 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10738 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10739
10740 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10741
10742 * regformats/reg-arm.dat: New file.
10743 * regformats/reg-i386.dat: New file.
10744 * regformats/reg-ia64.dat: New file.
10745 * regformats/reg-m68k.dat: New file.
10746 * regformats/reg-mips.dat: New file.
10747 * regformats/reg-ppc.dat: New file.
10748 * regformats/reg-sh.dat: New file.
10749 * regformats/regdef.h: New file.
10750 * regformats/regdat.sh: New file.
10751
10752 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10753
10754 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10755 (arm_frame_args_address, arm_frame_locals_address): New functions.
10756 (arm_frame_num_args): New function.
10757 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10758 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10759 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10760
10761 2002-01-31 Michael Snyder <msnyder@redhat.com>
10762
10763 * breakpoint.c (break_at_finish_command): Export.
10764 (break_at_finish_at_depth_command): Export.
10765 (tbreak_at_finish_command): Export.
10766 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10767 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10768 "txbreak" commands, which are HPPA specific.
10769
10770 * printcmd.c (disassemble_command): Remove an ancient
10771 artifact of an old merge.
10772
10773 * symfile.h (enum overlay_debugging_state):
10774 Define enum constant values for overlay mode.
10775 * symfile.c (overlay_debugging): Use enums instead of literals.
10776 (overlay_is_mapped, overlay_auto_command,
10777 overlay_manual_command): Ditto.
10778
10779 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10780 breakpoint_here_p, breakpoint_inserted_here_p,
10781 breakpoint_thread_match, bpstat_stop_status,
10782 describe_other_breakpoints, check_duplicates, clear_command):
10783 Coding standard fixes.
10784
10785 * target.c (target_xfer_memory): Add spaces, coding standard.
10786 (do_xfer_memory): Add missing line to trust-readonly
10787 code: check bfd SEC_READONLY flag for section.
10788
10789 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10790
10791 * PROBLEMS: Fix typo, 5.1->5.1.1.
10792
10793 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10794
10795 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10796 data symbols, since we search based on textlow and texthigh.
10797 (find_pc_sect_symtab): Likewise.
10798
10799 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10800
10801 * defs.h (vwarning): Declare.
10802 * utils.c (vwarning): New function.
10803 (warning): Call vwarning.
10804 (warning_begin): Delete function.
10805
10806 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10807 the warning message.
10808 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10809 warning_begin.
10810
10811 2002-01-30 Michael Snyder <msnyder@redhat.com>
10812
10813 * NEWS: Mention "set trust-readonly-sections" command.
10814 Mention generate-core-file command.
10815
10816 2002-01-15 Michael Snyder <msnyder@redhat.com>
10817
10818 * target.c: New command, "set trust-readonly-sections on".
10819 (do_xfer_memory): Honor the suggestion to trust readonly sections
10820 by reading them from the object file instead of from the target.
10821 (initialize_targets): Register command "set trust-readonly-sections".
10822
10823 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10824
10825 * parse.c (target_map_name_to_register): Simplify, search regs and
10826 pseudo-regs using a single loop.
10827
10828 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10829
10830 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10831
10832 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10833
10834 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10835 * config/i386/i386v42mp.mh: Add i387-nat.o .
10836 * i386v4-nat.c: Include i387-nat.h.
10837 (supply_fpregset): Use i387_supply_fsave.
10838 (fill_fpregset): Use i387_fill_fsave.
10839
10840 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10841
10842 * arm-tdep.c (arm_call_dummy_words): Define.
10843 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10844 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10845 (CALL_DUMMY_WORDS): Define.
10846 (arm_call_dummy_words): Declare.
10847 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10848 (arm_linux_call_dummy_words): Declare.
10849
10850 2002-01-30 Andreas Schwab <schwab@suse.de>
10851
10852 * m68klinux-nat.c: Fix last change to use regcache_collect
10853 instead of referencing registers[] directly.
10854
10855 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10856
10857 * parse.c (target_map_name_to_register): Delete code wrapped in
10858 #ifdef REGISTER_NAME_ALIAS_HOOK.
10859
10860 2002-01-28 Michael Snyder <msnyder@redhat.com>
10861
10862 * regcache.c (legacy_read_register_gen): Need to be able to
10863 read pseudo-register as well as real register.
10864 (legacy_write_register_gen): Ditto.
10865
10866 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10867
10868 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10869 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10870 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10871 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10872 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10873 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10874 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10875 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10876 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10877 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10878 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10879 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10880 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10881 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10882 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10883 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10884 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10885 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10886 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10887 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10888
10889 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10890
10891 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10892 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10893 (initialize_current_architecture): Update target_byte_order using
10894 information from BFD.
10895 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
10896 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10897
10898 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10899
10900 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10901 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10902
10903 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10904 #ifdef INVALID_FLOAT.
10905 * infcmd.c (do_registers_info): Ditto.
10906 * values.c (unpack_double): Ditto. Add comment.
10907
10908 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10909 already commented out.
10910
10911 2002-01-26 Andreas Schwab <schwab@suse.de>
10912
10913 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10914 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10915 registers and add support for PTRACE_GETREGS.
10916
10917 2002-01-24 Andrew Cagney <ac131313@redhat.com>
10918
10919 GDB 5.1.1 released from 5.1 branch.
10920 * NEWS: Add 5.1.1 news.
10921 * README: Sync with 5.1 branch.
10922
10923 2002-01-23 Fred Fish <fnf@redhat.com>
10924
10925 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10926 stabstring on initial malloc. Reallocing will copy it for us,
10927 if necessary.
10928
10929 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10930
10931 * Makefile.in (hpread_h): Delete.
10932 (HFILES_NO_SRCDIR): Remove hpread.h.
10933 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10934 (hpread.o): Update dependencies.
10935 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10936
10937 * hp-psymtab-read.c: Remove file.
10938 * hp-symtab-read.c: Remove file.
10939 * hpread.h: Remove file.
10940
10941 * hpread.c: Merge all contents of hp-psymtab-read.c,
10942 hp-symtab-read.c and hpread.h into this file, as it was prior to
10943 January 1999.
10944
10945 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
10946 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
10947 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10948 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10949
10950 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
10951
10952 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10953 fill_gregset): Call gdbarch_tdep() just once, assign result to
10954 variable and use that, instead of calling the function several
10955 times.
10956
10957 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
10958
10959 * configure.host: Accept sparcv9 as alias for sparc64.
10960 * configure.tgt: Likewise.
10961
10962 2002-01-22 Kevin Buettner <kevinb@redhat.com>
10963
10964 * solib-aix5.c (build_so_list_from_mapfile)
10965 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10966 arguments is not reversed.
10967 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10968 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
10969
10970 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
10971
10972 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10973 modified version of obsolete sh_fetch_pseudo_register.
10974 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10975 (sh4_register_read): New function.
10976 (sh_pseudo_register_write): New function. Renamed and modified
10977 version of obsolete sh_store_pseudo_register.
10978 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10979 (sh4_register_write): New function.
10980 (sh_gdbarch_init): Remove setting of gdbarch function
10981 fetch_pseudo_register and store_pseudo_register. Remove setting of
10982 register_convert_to_raw, register_convert_to_virtual,
10983 register_convertible.
10984 (sh_sh4_register_convertible): Delete. No longer needed. All is
10985 taken care by architecture specific functions
10986 register_read/register_write.
10987 (sh_sh4_register_convert_to_virtual): Make static.
10988 (sh_sh4_register_convert_to_raw): Ditto.
10989
10990 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10991
10992 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10993 (floatformat_is_nan, floatformat_mantissa): Ditto.
10994
10995 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10996 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10997 builtin_type_ieee_double_little,
10998 builtin_type_ieee_double_littlebyte_bigword,
10999 builtin_type_m68881_ext, builtin_type_i960_ext,
11000 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11001 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11002 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11003 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11004
11005 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11006
11007 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11008 parameter. Set frameless flag if it exists and depended of
11009 whether the scanned function is frameless or not.
11010 (xstormy16_skip_prologue): If function is frameless, return
11011 result of xstormy16_scan_prologue().
11012 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11013 call.
11014
11015 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11016
11017 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11018 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11019 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11020 sh_sh4_register_byte, sh_sh4_register_raw_size,
11021 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11022 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11023 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11024 sh_store_pseudo_register, sh_do_pseudo_register): Call
11025 gdbarch_tdep() just once, assign result to variable and use that,
11026 instead of calling the function several times.
11027
11028 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11029
11030 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11031 macros instead of LAST_FPU_CTRL_REGNUM.
11032 (store_register): Likewise.
11033
11034 2002-01-21 Jim Blandy <jimb@redhat.com>
11035
11036 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11037 is up-to-date before running the program, not just when a program
11038 exits.
11039
11040 2002-01-21 Fred Fish <fnf@redhat.com>
11041
11042 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11043 when we have found all instructions we are looking for.
11044
11045 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11046
11047 * arm-tdep.c (arm_register_name): New function.
11048 (arm_registers_names): Make static.
11049 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11050 (arm_register_name): Declare.
11051 (REGISTER_NAME): Use it.
11052
11053 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11054 Kevin Buettner <kevinb@redhat.com>
11055
11056 Convert arm targets to new FRAME interface.
11057 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11058 (arm_frame_find_save_regs): Delete.
11059 (arm_frame_init_saved_regs): New.
11060 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11061 Allocate extra_info as required. Convert all uses of fsr.regs
11062 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11063 to use extra_info.
11064 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11065 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11066 (check_prologue_cache, save_prologue_cache): Likewise.
11067 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11068 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11069 (FRAME_FIND_SAVED_REGS): Delete.
11070 (arm_frame_find_saved_regs): Delete prototype.
11071 (arm_frame_init_saved_regs): New prototype.
11072 (FRAME_INIT_SAVED_REGS): Define.
11073
11074 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11075
11076 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11077
11078 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11079
11080 From Jeff Law <law@redhat.com>:
11081 * infttrace.c: Include <sys/pstat.h>.
11082 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11083 exec file if the ttrace equivalent fails.
11084
11085 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11086
11087 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11088 (closeLogFile): Ditto.
11089
11090 2002-01-20 Michael Chastain <mec@shout.net>
11091
11092 * top.c (print_gdb_version): Bump copyright year to 2002.
11093
11094 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11095
11096 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11097 Zannoni and Eli Zaretskii.
11098
11099 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11100
11101 * buildsym.c: Update copyright years.
11102 * c-typeprint.c: Likewise.
11103 * dwarf2read.c: Likewise.
11104 * f-typeprint.c: Likewise.
11105 * gdbtypes.c: Likewise.
11106 * gdbtypes.h: Likewise.
11107 * hp-symtab-read.c: Likewise.
11108 * hpread.c: Likewise.
11109 * mdebugread.c: Likewise.
11110 * p-typeprint.c: Likewise.
11111
11112 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11113
11114 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11115 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11116 byte-order selectable.
11117 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11118 * arch-utils.c: Ditto.
11119 (set_endian): Ditto.
11120 (set_endian_from_file): Ditto.
11121 * gdbserver/low-sim.c (create_inferior): Ditto.
11122 * gdbarch.sh: Ditto.
11123 * gdbarch.h: Re-generate.
11124 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11125 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11126 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11127 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11128 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11129 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11130 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11131 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11132 macro definition.
11133 * config/mips/tm-wince.h: Remove #undef of macro
11134 TARGET_BYTE_ORDER_SELECTABLE.
11135 * config/sh/tm-wince.h: Ditto.
11136
11137 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11138
11139 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11140 member function fields. Add accessor macro
11141 TYPE_FN_FIELD_ARTIFICIAL.
11142 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11143 * c-typeprint.c (c_type_print_base): Skip artificial member
11144 functions.
11145
11146 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11147
11148 * f-typeprint.c: Delete unused function f_type_print_args.
11149 * p-typeprint.c: Delete unused function pascal_type_print_args.
11150
11151 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11152
11153 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11154 comment. Add ``artificial'' to ``union field_location''.
11155
11156 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11157
11158 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11159 * mdebugread.c (parse_symbol): Likewise.
11160 * stabsread.c (define_symbol): Likewise.
11161 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11162 initializing TYPE_FIELD_BITPOS to n (obsolete).
11163 (hpread_doc_function_type): Likewise.
11164 * hpread.c (hpread_function_type): Likewise.
11165
11166 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11167
11168 * configure.in (host_makefile_frag): Only require a host makefile
11169 fragment when a native build.
11170 * configure: Re-generate.
11171
11172 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11173
11174 * doublest.h (floatformat_from_type): Declare.
11175 * doublest.c (floatformat_from_type): New function.
11176 (convert_typed_floating): Use.
11177
11178 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11179 call to function floatformat_from_type.
11180
11181 * gdbarch.sh (IEEE_FLOAT): Delete.
11182 * gdbarch.h, gdbarch.c: Re-generate.
11183 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11184 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11185 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11186 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11187 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11188 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11189 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11190 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11191 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11192 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11193 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11194 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11195
11196 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11197 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11198 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11199 * sh-tdep.c (sh_gdbarch_init): Ditto.
11200 * mips-tdep.c (mips_gdbarch_init): Ditto.
11201 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11202 * cris-tdep.c (cris_gdbarch_init): Ditto.
11203
11204 2002-01-20 Jiri Smid <smid@suse.cz>
11205
11206 * configure.host, configure.tgt: Support x86-64.
11207 * NEWS: Note new target x86-64.
11208
11209 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11210 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11211 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11212 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11213 x86-64-linux-nat.o): Fix dependencies.
11214
11215 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11216
11217 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11218 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11219 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11220 * config/sparc/xm-sun4os4.h: Delete file.
11221 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11222
11223 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11224
11225 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11226 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11227 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11228 * config/i386/i386lynx.mh (XM_FILE): Delete.
11229 * config/rs6000/xm-rs6000ly.h: Delete file.
11230 * config/sparc/xm-sparclynx.h: Delete file.
11231 * config/m68k/xm-m68klynx.h: Delete file.
11232 * config/i386/xm-i386lynx.h: Delete file.
11233 * config/xm-lynx.h: Delete file.
11234 * config/djgpp/fnchange.lst: Update.
11235
11236 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11237
11238 * alpha-tdep.c (alpha_register_byte): New function.
11239 (alpha_register_raw_size): Ditto.
11240 (alpha_register_virtual_size): Ditto.
11241 (alpha_skip_prologue_internal): Renamed from
11242 alpha_skip_prologue.
11243 (alpha_skip_prologue): New version that calls
11244 alpha_skip_prologue_internal.
11245 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11246 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11247 second argument from alpha_skip_prologue.
11248 (REGISTER_BYTE): Use alpha_register_byte.
11249 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11250 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11251 (FRAMELESS_FUNCTION_INVOCATION): Use
11252 generic_frameless_function_invocation_not.
11253 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11254 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11255
11256 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11257
11258 * config/mips/xm-news-mips.h: Delete file.
11259 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11260
11261 * config/m88k/xm-m88k.h: Delete file.
11262 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11263 * config/m88k/xm-delta88v4.h: Ditto.
11264 * config/m88k/xm-delta88.h: Ditto.
11265
11266 * config/alpha/xm-fbsd.h: Delete file.
11267 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11268
11269 * config/sparc/xm-sparc.h: Delete file.
11270 * Makefile.in (xm-sun4os4.h): Delete dependency.
11271 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11272 * config/sparc/xm-sun4os4.h: Ditto.
11273 * config/sparc/xm-linux.h: Ditto.
11274
11275 * config/i386/xm-windows.h: Delete file.
11276
11277 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11278
11279 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11280 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11281
11282 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11283
11284 * alpha-tdep.c (alpha_call_dummy_words): New.
11285 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11286 (CALL_DUMMY_P): Define.
11287 (CALL_DUMMY_WORDS): Define.
11288 (SIZEOF_CALL_DUMMY_WORDS): Define.
11289
11290 2002-01-19 Per Bothner <per@bothner.com>
11291
11292 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11293 isn't NULL, which can happen with some gcj-3.x-produced code.
11294
11295 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11296
11297 * alpha-tdep.c (alpha_register_virtual_type): New function.
11298 (alpha_init_frame_pc_first): Ditto.
11299 (alpha_fix_call_dummy): Ditto.
11300 (alpha_store_struct_return): Ditto.
11301 (alpha_extract_struct_value_address): Ditto.
11302 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11303 alpha_register_virtual_type.
11304 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11305 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11306 alpha_extract_struct_value_address.
11307 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11308 (INIT_FRAME_PC): Use init_frame_pc_noop.
11309 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11310
11311 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11312
11313 * i386gnu-nat.c: Include "i386-tdep.h".
11314 (fetch_fpregs): Simplify code dealing with uninitialized floating
11315 point states such that it doesn't require FP7_REGNUM.
11316
11317 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11318
11319 * alpha-tdep.c (frame_extra_info): New.
11320 (alpha_find_saved_regs): Make static. Use
11321 frame->extra_info.
11322 (alpha_frame_init_saved_regs): New function.
11323 (alpha_frame_saved_pc): Use frame->extra_info.
11324 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11325 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11326 (init_extra_frame_info): Rename to...
11327 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11328 (alpha_print_extra_frame_info): New function.
11329 (alpha_frame_locals_address): Ditto.
11330 (alpha_frame_args_address): Ditto.
11331 (alpha_pop_frame): Use frame->extra_info.
11332 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11333 alpha_frame_args_address.
11334 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11335 (alpha_find_saved_regs): Remove prototype.
11336 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11337 (EXTRA_FRAME_INFO): Remove.
11338 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11339 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11340
11341 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11342
11343 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11344 (alpha_cannot_fetch_register): Ditto.
11345 (alpha_cannot_store_register): Ditto.
11346 (alpha_register_convertible): Ditto.
11347 (alpha_use_struct_convention): Ditto.
11348 * config/alpha/tm-alpha.h: Update copyright years.
11349 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11350 (INNER_THAN): Use core_addr_lessthan.
11351 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11352 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11353 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11354 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11355 (FRAME_CHAIN): Remove unnecessary cast.
11356
11357 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11358
11359 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11360 obsolete.
11361
11362 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11363
11364 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11365 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11366 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11367 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11368 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11369 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11370 * x86-64-linux-nat.c: Ditto.
11371
11372 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11373
11374 * alpha-tdep.c (alpha_register_name): New function.
11375 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11376 (REGISTER_NAME): Define.
11377
11378 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11379
11380 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11381
11382 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11383
11384 * alpha-tdep.c: Update copyright years.
11385 (alpha_next_pc): New function.
11386 (alpha_software_single_step): Ditto.
11387 * config/alpha/tm-alpha.h: Add prototype for
11388 alpha_software_single_step.
11389
11390 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11391
11392 * alphabsd-nat.c: Update copyright years.
11393 (fill_gregset): Use regcache_collect.
11394 (fill_fpregset): Likewise.
11395 (fetch_inferior_registers): Only fetch integer registers
11396 if requested to do so.
11397 (store_inferior_registers): Only store integer registers
11398 if requested to do so.
11399
11400 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11401
11402 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11403 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11404 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11405 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11406 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11407 * config/arm/linux.mh (XDEPFILES): Delete.
11408 * config/arm/nbsd.mh (XDEPFILES): Delete.
11409 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11410 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11411 * config/i386/i386m3.mh (XDEPFILES): Delete.
11412 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11413 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11414 * config/i386/fbsd.mh (XDEPFILES): Delete.
11415 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11416 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11417 * config/i386/i386v4.mh (XDEPFILES): Delete.
11418 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11419 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11420 * config/i386/i386aix.mh (XDEPFILES): Delete.
11421 * config/i386/go32.mh (XDEPFILES): Delete.
11422 * config/i386/cygwin.mh (XDEPFILES): Delete.
11423 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11424 * config/i386/i386mach.mh (XDEPFILES): Delete.
11425 * config/i386/i386v32.mh (XDEPFILES): Delete.
11426 * config/i386/linux.mh (XDEPFILES): Delete.
11427 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11428 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11429 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11430 * config/i386/i386sco.mh (XDEPFILES): Delete.
11431 * config/i386/i386v.mh (XDEPFILES): Delete.
11432 * config/i386/nbsd.mh (XDEPFILES): Delete.
11433 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11434 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11435 * config/i386/symmetry.mh (XDEPFILES): Delete.
11436 * config/i386/obsd.mh (XDEPFILES): Delete.
11437 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11438 * config/ia64/linux.mh (XDEPFILES): Delete.
11439 * config/ia64/aix.mh (XDEPFILES): Delete.
11440 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11441 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11442 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11443 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11444 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11445 * config/m68k/linux.mh (XDEPFILES): Delete.
11446 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11447 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11448 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11449 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11450 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11451 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11452 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11453 * config/m88k/delta88.mh (XDEPFILES): Delete.
11454 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11455 * config/m88k/m88k.mh (XDEPFILES): Delete.
11456 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11457 * config/mips/linux.mh (XDEPFILES): Delete.
11458 * config/mips/irix6.mh (XDEPFILES): Delete.
11459 * config/mips/irix5.mh (XDEPFILES): Delete.
11460 * config/mips/irix4.mh (XDEPFILES): Delete.
11461 * config/mips/irix3.mh (XDEPFILES): Delete.
11462 * config/mips/decstation.mh (XDEPFILES): Delete.
11463 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11464 (NATDEPFILES): Move core-aout.o to here.
11465 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11466 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11467 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11468 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11469 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11470 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11471 * config/pa/hpux11.mh (XDEPFILES): Delete.
11472 * config/powerpc/aix.mh (XDEPFILES): Delete.
11473 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11474 * config/powerpc/linux.mh (XDEPFILES): Delete.
11475 * config/romp/rtbsd.mh: Rename XDEPFILES.
11476 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11477 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11478 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11479 * config/s390/s390.mh (XDEPFILES): Delete.
11480 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11481 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11482 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11483 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11484 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11485 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11486 * config/sparc/linux.mh (XDEPFILES): Delete.
11487 * config/vax/vaxult.mh (XDEPFILES): Delete.
11488 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11489 * Makefile.in (DEPFILES): Remove XDEPFILES.
11490
11491 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11492
11493 * utils.c (internal_verror): Fix comments, default is yes not no.
11494 Update queries to match. Default to quit and dump core.
11495
11496 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11497
11498 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11499 copyright.
11500 * defs.h, event-top.c, gdbcmd.h: Ditto.
11501 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11502 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11503 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11504 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11505 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11506 * mi/mi-main.c:Ditto.
11507
11508 * stack.c, symfile.c: Update copyright.
11509
11510 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11511
11512 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11513 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11514 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11515 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11516
11517 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11518
11519 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11520 * gdbserver/low-lynx.c (myattach): Likewise.
11521 * gdbserver/low-nbsd.c (myattach): Likewise.
11522 * gdbserver/low-sim.c (myattach): Likewise.
11523 * gdbserver/low-sparc.c (myattach): Likewise.
11524 * gdbserver/low-sun3.c (myattach): Likewise.
11525
11526 * gdbserver/low-linux.c (myattach): New function.
11527
11528 * gdbserver/server.c (attach_inferior): New function.
11529 (main): Handle "--attach".
11530
11531 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11532
11533 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11534 maintainer.
11535
11536 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11537
11538 * c-typeprint.c (is_type_conversion_operator): Add additional
11539 check for non-conversion operators.
11540
11541 2002-01-15 Michael Snyder <msnyder@redhat.com>
11542
11543 * linux-proc.c: Add "info proc" command, a la procfs.c.
11544 (read_mapping): New function, abstract and re-use code.
11545 (linux_find_memory_regions): Use new func read_mapping.
11546 (linux_info_proc_cmd): New function, implement "info proc".
11547 (_initialize_linux_proc): Add new command "info proc".
11548
11549 2002-01-15 Michael Snyder <msnyder@redhat.com>
11550
11551 * symfile.c (generic_load): Use bfd_map_over_sections method
11552 instead of manipulating bfd structure members directly.
11553 (add_section_size_callback): New function, bfd sections callback
11554 used by generic_load.
11555 (load_sections_callback): New function, bfd sections callback
11556 used by generic_load.
11557
11558 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11559
11560 [Based on work by Jim Blandy]
11561 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11562 (builtin_type_vec128): Export.
11563 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11564 types.
11565 (builtin_type_vec128): New builtin type for 128 bit vector
11566 registers.
11567 (build_gdbtypes): Initialize builtin_type_v16qi and
11568 builtin_type_v8hi. Create the vec128 register builtin type
11569 structure.
11570 (build_builtin_type_vec128): New function.
11571 (_initialize_gdbtypes): Register builtin_type_v16qi and
11572 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11573 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11574 AltiVec register to new builtin type.
11575
11576 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11577
11578 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11579 to make_cv_type.
11580
11581 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11582
11583 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11584 CLEAN_UP_REGISTER_VALUE.
11585 * regcache.c (supply_register): Update only call.
11586
11587 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11588
11589 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11590 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11591 a29k-*-vxworks* targets as obsolete.
11592
11593 2002-01-14 Michael Snyder <msnyder@redhat.com>
11594
11595 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11596 until we can resolve portability issues.
11597 * gregset.h: Remove references to fpxregs.
11598 * gcore.c (gcore_command): Initialize note_sec to NULL.
11599
11600 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11601
11602 * signals.c (target_signal_to_name): Rewrite. Only use
11603 signals[].name when in bounds and non-NULL.
11604
11605 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11606
11607 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11608 * signals.c (target_signal_to_name): Verify that SIG is within the
11609 bounds of the signals array.
11610
11611 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11612
11613 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11614
11615 2002-01-13 Keith Seitz <keiths@redhat.com>
11616
11617 * stack.c (print_frame_info_base): Print the frame's pc
11618 only if when print_frame_info_listing_hook is not defined.
11619
11620 2002-01-13 Keith Seitz <keiths@redhat.com>
11621
11622 * varobj.c (varobj_set_value): Make sure that there were no
11623 errors evaluating the object before attempting to set its
11624 value.
11625 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11626 so this offset adjustment is no longer necessary.
11627 (create_child): Don't set the error flag if the child is
11628 a CPLUS_FAKE_CHILD.
11629 (value_of_child): If value_fetch_lazy fails, return NULL
11630 so that callers will be notified that an error occurred.
11631 (c_value_of_variable): Delay check of variable's validity
11632 until later. We actually want all structs and unions to have
11633 the value "{...}".
11634 Do not return "???" for variables which could not be evaluated.
11635 This error condition must be returned to the caller so that it
11636 can get the error condition from gdb.
11637 (cplus_name_of_child): Adjust index for vptr before figuring
11638 out the name of the child.
11639 (cplus_value_of_child): If a child's (real) parent is not valid,
11640 don't even bother trying to give a value for it. Just return
11641 an error. Change all instances in this function.
11642 (cplus_type_of_child): If our parent is one of the "fake"
11643 parents, we need to get at the type of the real parent, and
11644 derive the child's true type using this information.
11645
11646 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11647
11648 From 2002-01-09 John Marshall <johnm@falch.net>:
11649 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11650 sources.redhat.com, and tweak some related URLs which had
11651 suffered from linkrot.
11652
11653 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11654
11655 From Jeff law:
11656 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11657 structures passed in registers.
11658
11659 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11660
11661 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11662 white space which prevented compilation. Reported by DSK
11663 <dsk@student.unsw.edu.au>.
11664
11665 2002-01-11 Michael Snyder <msnyder@redhat.com>
11666
11667 * symfile.c (build_section_addr_info_from_section_tab):
11668 Use bfd access method instead of manipulating bfd directly.
11669 (syms_from_objfile): Ditto.
11670 (simple_overlay_update_1): Ditto.
11671 (simple_overlay_update): Ditto.
11672 (generic_load): Ditto.
11673 (overlay_unmapped_address): FIXME comment, bfd access methods.
11674 (sections_overlap): FIXME comment, bfd access methods.
11675 (pc_in_mapped_range): FIXME comment, bfd access methods.
11676 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11677 (section_is_mapped): FIXME comment, bfd access methods.
11678 (section_is_overlay): FIXME comment, bfd access methods.
11679
11680 * symfile.c (generic_load): Whitespace and long line cleanups.
11681 Remove duplicate variable, change several local variables to
11682 more appropriate data types.
11683 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11684
11685 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11686
11687 From Peter Schauer:
11688 * language.c (longest_local_hex_string_custom): Use phex_nz to
11689 convert NUM to a hex string.
11690
11691 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11692
11693 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11694 the function.
11695 Update Copyright year.
11696
11697 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11698
11699 * language.c (longest_raw_hex_string): Delete unused function.
11700
11701 2002-01-11 Petr Sorfa <petrs@caldera.com>
11702
11703 * MAINTAINERS (write-after-approval): Add myself.
11704 * dwarf2read.c (read_tag_string_type): Handling of
11705 DW_AT_byte_size.
11706 (read_tag_string_type): FORTRAN fix to prevent propagation of
11707 first string size.
11708 (set_cu_language): Handling of DW_LANG_Fortran95
11709
11710 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11711
11712 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11713 GETPID(inferior_ptid).
11714 (store_inferior_registers): Likewise.
11715
11716 2002-01-10 Jason Merrill <jason@redhat.com>
11717
11718 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11719 Fix DW_OP_minus.
11720
11721 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11722
11723 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11724 and bfd/elf32-sh-nbsd.c.
11725
11726 2002-01-10 Michael Snyder <msnyder@redhat.com>
11727
11728 * NEWS: Mention --pid and corefile/proc-id behavior change.
11729
11730 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11731 * gcore.c: Include cli/cli-decode.h instead of command.h.
11732
11733 * main.c (captured_main): Add new command line option "--pid".
11734 If the second command line argument (following the symbol-file)
11735 begins with a digit, try to attach to it before trying to open
11736 it as a corefile.
11737 (print_gdb_help): Document the "--pid" argument.
11738
11739 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11740
11741 * completer.c (command_completer): New function.
11742
11743 * completer.h <command_completer>: Add prototype.
11744
11745 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11746 completer for the "help" command.
11747
11748 2002-01-09 Jason Merrill <jason@redhat.com>
11749
11750 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11751
11752 2002-01-09 Michael Snyder <msnyder@redhat.com>
11753
11754 * i386-linux-nat.c (fill_fpxregset): Make global.
11755 (store_fpxregset): Ditto.
11756
11757 * gregset.h (gdb_fpxregset_t): Define.
11758 (supply_fpxregset): Prototype.
11759 (fill_fpxregset): Prototype.
11760
11761 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11762
11763 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11764
11765 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11766 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11767 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11768
11769 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11770
11771 * MAINTAINERS: Update target maintainer rules so that any
11772 Maintainer can approve a tested patch for a maintenance-only
11773 target.
11774
11775 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11776
11777 * MAINTAINERS (write-after-approval): Add myself.
11778
11779 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11780 IN_SIGTRAMP.
11781
11782 2002-01-08 Michael Snyder <msnyder@redhat.com>
11783
11784 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11785 real name of the executable, rather than the /proc name.
11786
11787 2002-01-03 Michael Snyder <msnyder@redhat.com>
11788
11789 Implement a "generate-core-file" command in gdb, save target state.
11790 * gcore.c: New file. Implement new command 'generate-core-file'.
11791 Save a corefile image of the current state of the inferior.
11792 * linux-proc.c: Add linux-specific code for saving corefiles.
11793 * target.h (struct target_ops): Add new target vectors for saving
11794 corefiles; to_find_memory_regions and to_make_corefile_notes.
11795 (target_find_memory_regions): New macro.
11796 (target_make_corefile_notes): New macro.
11797 * target.c (update_current_target): Inherit new target methods.
11798 (dummy_find_memory_regions): New place-holder method.
11799 (dummy_make_corefile_notes): New place-holder method.
11800 (init_dummy_target): Initialize new dummy target vectors.
11801 * exec.c (exec_set_find_memory_regions): New function.
11802 Allow the exec_ops vector for memory regions to be taken over.
11803 (exec_make_note_section): New function, target vector method.
11804 * defs.h (exec_set_find_memory_regions): Export prototype.
11805 * procfs.c (proc_find_memory_regions): New function, corefile method.
11806 (procfs_make_note_section): New function, corefile method.
11807 (init_procfs_ops): Set new target vector pointers.
11808 (find_memory_regions_callback): New function.
11809 (procfs_do_thread_registers): New function.
11810 (procfs_corefile_thread_callback): New function.
11811 * sol-thread.c (sol_find_memory_regions): New function.
11812 (sol_make_note_section): New function.
11813 (init_sol_thread_ops): Initialize new target vectors.
11814 * inftarg.c (inftarg_set_find_memory_regions): New function.
11815 Allow to_find_memory_regions vector to be taken over.
11816 (inftarg_set_make_corefile_notes): New function.
11817 Allow to_make_corefile_notes vector to be taken over.
11818 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11819 interface layer if not target_has_execution (may be a corefile).
11820 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11821 * config/sparc/sun4sol2.mh: Ditto.
11822 * config/alpha/alpha-linux.mh: Ditto.
11823 * config/arm/linux.mh: Ditto.
11824 * config/i386/x86-64linux.mh: Ditto.
11825 * config/ia64/linux.mh: Ditto.
11826 * config/m68k/linux.mh: Ditto.
11827 * config/mips/linux.mh: Ditto.
11828 * config/powerpc/linux.mh: Ditto.
11829 * config/sparc/linux.mh: Ditto.
11830
11831 2002-01-07 Michael Snyder <msnyder@redhat.com>
11832
11833 * arm-linux-nat.c: Remove references to regcache.c internal data
11834 (registers[] and register_valid[]).
11835
11836 2002-01-07 Michael Snyder <msnyder@redhat.com>
11837
11838 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11839 so that attaching to a pid will automatically read the process's
11840 symbol file and shlibs.
11841 * Makefile.in: Add rule for linux-proc.o.
11842 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11843 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11844 * config/arm/linux.mh: Ditto.
11845 * config/i386/linux.mh: Ditto.
11846 * config/i386/x86-64linux.mh: Ditto.
11847 * config/ia64/linux.mh: Ditto.
11848 * config/m68k/linux.mh: Ditto.
11849 * config/mips/linux.mh: Ditto.
11850 * config/powerpc/linux.mh: Ditto.
11851 * config/sparc/linux.mh: Ditto.
11852
11853 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11854
11855 * win32-nat.c: Add i386-tdep.h dependency.
11856
11857 2002-01-07 Michael Snyder <msnyder@redhat.com>
11858
11859 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11860 instead of bfd_get_arch_size. Don't bail out just because
11861 there's no exec_bfd.
11862
11863 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11864 * p-valprint.c (pascal_object_print_value): Ditto.
11865 * somread.c (som_symtab_read): Ditto.
11866 * symfile.c (simple_free_overlay_region_table): Ditto.
11867 * valops.c (value_assign): Ditto.
11868
11869 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11870 use tilde_expand and strerror for opening save-tracepoints file.
11871
11872 * thread-db.c (thread_db_new_objfile): Indendation fix.
11873
11874 * infptrace.c (GDB_MAX_ALLOCA): New define.
11875 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11876 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11877 can be overridden with whatever value is appropriate to the host).
11878 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11879 alloca to allocate potentially large buffer.
11880 * rs6000-nat.c (child_xfer_memory): Ditto.
11881 * symm-nat.c (child_xfer_memory): Ditto.
11882 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11883
11884 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11885
11886 From Nick Clifton <nickc@redhat.com>
11887 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11888
11889 2002-01-07 Michael Snyder <msnyder@redhat.com>
11890
11891 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11892 Don't use exec_bfd if it's NULL.
11893
11894 2002-01-06 Mark Kettenis <kettenis@gnu.org>
11895
11896 * valops.c (value_arg_coerce): Fix formatting.
11897
11898 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11899
11900 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11901 * gnu-nat.c: Ditto.
11902
11903 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11904
11905 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11906 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11907 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11908 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11909 z8k-coff have not been multi-arched. Update z8k-coff build
11910 status.
11911
11912 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11913
11914 * MAINTAINERS: Mark a29k target as obsolete.
11915 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11916 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11917 comments.
11918 * NEWS: Note that a29k targets are obsolete.
11919 * a29k-tdep.c: Mark as obsolete.
11920 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11921 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11922 a29k-*-vxworks* targets as obsolete.
11923 * remote-adapt.c: Obsolete.
11924 * remote-eb.c: Obsolete.
11925 * remote-mm.c: Obsolete.
11926 * remote-udi.c: Obsolete.
11927 * config/a29k/a29k-udi.mt: Obsolete.
11928 * config/a29k/a29k.mt: Obsolete.
11929 * config/a29k/tm-a29k.h: Obsolete.
11930 * config/a29k/tm-vx29k.h: Obsolete.
11931 * config/a29k/vx29k.mt: Obsolete.
11932
11933 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11934
11935 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11936 with BFD_ENDIAN_BIG.
11937
11938 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11939
11940 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11941 * configure, config.in: Re-generate.
11942 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11943 * defs.h: Do not include <endian.h>.
11944
11945 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11946
11947 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11948 * config.in: Regenerate.
11949 * configure.in: Update copyright years.
11950 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11951 * configure: Regenerate.
11952 * i386bsd-nat.c: Update copyright years.
11953 (fill_gregset): Use regcache_collect.
11954 (fetch_inferior_registers): Only fetch integer registers
11955 if requested to do so. Add support for XMM registers
11956 using PT_GETXMMREGS.
11957 (store_inferior_registers): Only store integer registers
11958 if requested to do so. Add support for XMM registers
11959 using PT_SETXMMREGS.
11960 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11961 (store_inferior_registers): Remove.
11962 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11963 (fetch_elfcore_registers): New function.
11964 (i386nbsd_elfcore_fns): New.
11965 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11966 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11967 i386bsd-nat.o.
11968 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11969 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11970 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11971 * config/i386/tm-nbsd.h: Update copyright years.
11972 (HAVE_SSE_REGS): Define.
11973 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11974 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11975 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11976 (SIGCONTEXT_PC_OFFSET): Remove.
11977 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11978
11979 2002-01-05 Andrew Cagney <ac131313@redhat.com>
11980
11981 * configure.tgt: Remove powerpc-*-macos* target.
11982 * config/m68k/xm-mpw.h: Delete file.
11983 * config/xm-mpw.h: Delete file.
11984 * ser-mac.c: Delete file.
11985 * mpw-make.sed: Delete file.
11986 * mpw-config.in: Delete file.
11987 * mac-xdep.c: Delete file.
11988 * mac-gdb.r: Delete file.
11989 * mac-defs.h: Delete file.
11990 * mac-nat.c: Delete file.
11991 * config/powerpc/macos.mh: Delete file.
11992 * config/powerpc/macos.mt: Delete file.
11993 * config/powerpc/nm-macos.h: Delete file.
11994 * config/powerpc/tm-macos.h: Delete file.
11995 * source.c (openp, open_source_file): Remove obsolete code.
11996 * top.c (gdb_readline): Ditto.
11997 * utils.c (query): Ditto.
11998 * event-top.c (display_gdb_prompt): Ditto.
11999 * Makefile.in (ser-mac.o): Delete obsolete target.
12000 * NEWS: Update.
12001
12002 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12003
12004 * defs.h (BIG_ENDIAN): Delete macro definition.
12005 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12006 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12007 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12008 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12009 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12010 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12011 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12012 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12013 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12014 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12015 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12016 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12017 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12018 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12019 * gdbarch.c: Re-generate.
12020
12021 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12022
12023 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12024 for core files.
12025
12026 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12027
12028 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12029
12030 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12031
12032 * value.h (value_ptr): Delete typedef.
12033
12034 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12035
12036 * i386nbsd-nat.c: Update copyright years.
12037 Include i386-tdep.h.
12038
12039 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12040
12041 * stabsread.c: Update copyright years.
12042
12043 From Debashis Mahata <debashis.mahata@wipro.com>:
12044 (read_struct_fields): Deal with Sun C compiler erroneous stab
12045 output for structs and unions.
12046 Fix PR gdb/269.
12047
12048 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12049
12050 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12051 prototype.
12052
12053 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12054
12055 * cp-abi.c: Fix whitespace.
12056 (baseclass_offset): New wrapper function.
12057 * cp-abi.h (baseclass_offset): Add prototype.
12058 (struct cp_abi_ops): Add baseclass_offset pointer.
12059
12060 * valops.c (vb_match): Move to...
12061 * gnu-v2-abi.c (vb_match): here.
12062 * valops.c (baseclass_offset): Move to...
12063 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12064
12065 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12066
12067 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12068 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12069 * hpacc-abi.c (init_hpacc_ops): Likewise.
12070
12071 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12072
12073 * valops.c (find_overload_match): Accept obj as a
12074 reference parameter. Update it before returning.
12075 * value.h (find_overload_match): Update prototype.
12076 * eval.c (evaluate_subexp_standard): Pass object to
12077 find_overload_match by reference.
12078
12079 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12080
12081 * valarith.c: Replace value_ptr with struct value pointer. Remove
12082 register attribute from value declarations.
12083 * valops.c: Ditto.
12084 * value.h: Ditto.
12085 * scm-lang.c (scm_lookup_name): Ditto.
12086
12087 2002-01-03 Michael Snyder <msnyder@redhat.com>
12088
12089 Abstract the functionality of iterating over mapped memory
12090 regions into a general purpose iterator function.
12091 * procfs.c (iterate_over_mappings): New function, general purpose
12092 iterator for memory sections.
12093 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12094 (solib_mappings_callback): New function, callback for above.
12095 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12096 (info_mappings_callback): New function, callback for above.
12097
12098 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12099
12100 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12101
12102 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12103 * i386-tdep.c: Include "elf-bfd.h".
12104 (process_note_abi_tag_sections): New function.
12105 (i386_gdbarch_init): Add code to recognize various OS/ABI
12106 combinations.
12107
12108 * maint.c (_initialize_maint_cmds): Add missing \ in
12109 string-literal.
12110
12111 For older changes see ChangeLog-2001
12112 \f
12113 Local Variables:
12114 mode: change-log
12115 left-margin: 8
12116 fill-column: 74
12117 version-control: never
12118 End: