* x86-64-tdep.c: Fix some formatting problems, mostly in comments.
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-26 Mark Kettenis <kettenis@gnu.org>
2
3 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
4 (x86_64_push_return_address): Add comment.
5 (x86_64_pop_frame): Make static.
6 (examine_argument): Clarify comment.
7 (x86_64_skip_prologue): Make prolog_expact variable static.
8
9 * dwarf2cfi.c: Fix some formatting problems.
10 (context_cpy, read_encoded_pointer): Clarify comments.
11
12 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
13 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
14 i386 target back into x86_64_gdbarch_init. Add some comments and
15 remove meaningless ones.
16
17 2002-10-25 Andrew Cagney <cagney@redhat.com>
18
19 * complaints.h (struct deprecated_complaint): Rename `struct
20 complaint'.
21 * complaints.c (complain): Update.
22 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
23 incorrect comment indicating that "symfile.h" was being included
24 for the `struct complaint' definition.
25 * remote-vx.c: Update.
26 * objc-lang.c: Update.
27 * xcoffread.c: Update.
28 * hpread.c: Update.
29 * mdebugread.c: Update.
30 * stabsread.c: Update.
31 * dwarf2read.c: Update.
32 * dwarfread.c: Update.
33 * elfread.c: Update.
34 * coffread.c: Update.
35 * stabsread.h: Update.
36 * dbxread.c: Update.
37 * buildsym.c: Update.
38 * gdbtypes.c: Update.
39 * macrotab.c: Update.
40
41 2002-10-25 Mark Kettenis <kettenis@gnu.org>
42
43 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
44 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
45 (x86_64_init_abi): ...new function.
46
47 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
48 * i386v-nat.c: Include "i386-tdep.h".
49
50 2002-10-25 Andrew Cagney <cagney@redhat.com>
51
52 * gdbtypes.c (address_space_name_to_int): Update.
53 (address_space_int_to_name): Update.
54 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
55 multi-arch predicate.
56 (address_class_name_to_type_flags): Ditto.
57 * gdbarch.h, gdbarch.c: Re-generate.
58
59 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
60
61 2002-10-24 Martin M. Hunt <hunt@redhat.com>
62
63 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
64
65 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
66
67 * symtab.h (INIT_SAL): Delete macro.
68 (init_sal): Export.
69 * symtab.c (init_sal): New function.
70
71 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
72 to init_sal function call.
73 (find_sal_from_funcs_and_line): Ditto.
74 (all_sals_for_line): Ditto.
75 * breakpoint.c (create_internal_breakpoint): Ditto.
76 (create_fork_vfork_event_catchpoint): Ditto.
77 (create_exec_event_catchpoint): Ditto.
78 (parse_breakpoint_sals): Ditto.
79 (watch_command_1): Ditto.
80 (handle_gnu_4_16_catch_command): Ditto.
81 (clear_command): Ditto.
82 * hppa-tdep.c (child_enable_exception_callback): Ditto.
83 * infcmd.c (run_stack_dummy): Ditto.
84 * infrun.c (process_event_stop_test): Ditto.
85 (check_sigtramp2): Ditto.
86 (step_over_function): Ditto.
87 * linespec.c (decode_line_2): Ditto.
88 (decode_line_1): Ditto.
89 * source.c (line_info): Ditto.
90 * symtab.c (find_pc_sect_line): Ditto.
91
92 2002-10-24 Michal Ludvig <mludvig@suse.cz>
93
94 * dwarf2cfi.c (struct context)
95 (struct context_reg): Moved to dwarf2cfi.h
96 (context_alloc, frame_state_alloc, context_cpy):
97 Made extern instead of static, removed prototypes.
98 * dwarf2cfi.h (struct context)
99 (struct context_reg): New, moved from dwarf2cfi.c
100 (context_alloc, frame_state_alloc, context_cpy):
101 New prototypes.
102 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
103 Changed from static to extern.
104 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
105 (LINUX_SIGCONTEXT_FP_OFFSET)
106 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
107 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
108 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
109 * x86-64-tdep.c (x86_64_gdbarch_init): Several
110 set_gdbarch_*() calls now use x86-64 specific functions
111 instead of DWARF2 CFI ones.
112 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
113 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
114 (x86_64_init_extra_frame_info): New prototypes.
115
116 2002-10-23 David Carlton <carlton@math.stanford.edu>
117
118 * linespec.c: #include "parser-defs.h".
119 Delete prototype for find_template_name_end.
120 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
121
122 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
123
124 * NEWS: add recent mi fixes.
125 * varobj.c (struct varobj): Add new "updated" flag.
126 (new_variable): Default "updated" flag to 0.
127 (varobj_set_value): Set "updated" flag to 1 if value
128 changes.
129 (varobj_update): Check varobj "updated" flag before
130 comparing old and refreshed values. Fix for
131 PR gdb/702.
132
133 2002-10-23 David Carlton <carlton@math.stanford.edu>
134
135 * parse.c (parse_exp_1): Use BLOCK_START.
136 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
137 SYMBOL_BLOCK_VALUE.
138 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
139
140 2002-10-23 David Carlton <carlton@math.stanford.edu>
141
142 * symtab.c: Delete cplusplus_hint.
143 Delete prototype for find_template_name_end.
144
145 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
146
147 * symtab.h: Update comment.
148
149 2002-10-23 Michael Snyder <msnyder@redhat.com>
150
151 * printcmd.c (address_info): Restore quotes in output.
152 * valops.c (value_of_local): Restore quotes in error message.
153
154 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
155
156 * symtab.c (symbol_demangled_name): New function.
157 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
158 turning most of it into a function.
159 (symbol_demangled_name): Export.
160
161 2002-10-23 Michael Snyder <msnyder@redhat.com>
162
163 * valops.c (value_of_local): Restore quotes in error message.
164
165 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
166
167 * symtab.c (symbol_init_language_specific): New function.
168 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
169 turning most of it into a function.
170 (symbol_init_language_specific): Export.
171
172 2002-10-23 David Carlton <carlton@math.stanford.edu>
173
174 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
175 (dwarf_attr_name): Ditto.
176 (dwarf_type_encoding_name): Ditto.
177 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
178 (process_die): Handle DW_TAG_namespace,
179 DW_TAG_imported_declaration, DW_TAG_imported_module.
180 (read_namespace): New function.
181
182 2002-10-22 Joel Brobecker <brobecker@gnat.com>
183
184 * configure.in: Define NEW_PROC_API on Interix too.
185 * configure: Regenerate.
186
187 2002-10-21 Joel Brobecker <brobecker@gnat.com>
188
189 * configure: Regenerate using the proper version of autoconf.
190
191 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
192
193 * findvar.c (read_var_value): Temporarily disable TLS code, until
194 complete TLS support is added.
195
196 2002-10-21 Jim Blandy <jimb@redhat.com>
197 Elena Zannoni <ezannoni@redhat.com>
198
199 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
200 for thread local storage locations.
201 (struct symbol): Add objfile field.
202 (SYMBOL_OBJFILE): Define.
203 * dwarf2read.c (is_thread_local): New static variable.
204 (new_symbol): If variable is in thread local fill in address class
205 and objfile appropriately.
206 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
207 stack operation.
208 * printcmd.c (address_info): Print the information for thread
209 local storage variable.
210 * findvar.c (read_var_value): In case of thread local variable,
211 defer to the target vector code to compute address.
212
213 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
214
215 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
216 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
217
218 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
219
220 * symtab.h (address_class): Rename
221 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
222 * hpread.c (hpread_process_one_debug_symbol): Ditto.
223 * printcmd.c (address_info): Ditto.
224 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
225
226 2002-10-20 Mark Kettenis <kettenis@gnu.org>
227
228 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
229 DBREG_DRX macro to acces debug registers.
230
231 * Makefile.in (i386obsd-tdep.o): New target.
232
233 * solib-sunos.c: Include "bcache.h" and "regcache.h".
234 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
235
236 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
237 * config/i386/obsd.mt: New file.
238 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
239 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
240 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
241 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
242 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
243 * i386obsd-tdep.c: New file.
244
245 2002-10-19 Adam Fedor <fedor@gnu.org>
246
247 * objc-exp.y (name_not_typename): Fix invalid comment.
248
249 2002-10-20 Mark Kettenis <kettenis@gnu.org>
250
251 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
252 to allocate partial syms and macro byte caches.
253
254 2002-10-18 David Carlton <carlton@math.stanford.edu>
255
256 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
257
258 2002-10-18 Adam Fedor <fedor@gnu.org>
259
260 * stabsread.c (find_name_end): New function.
261 (define_symbol): Use it.
262
263 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
264
265 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
266 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
267 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
268 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
269
270 2002-10-17 David Carlton <carlton@math.stanford.edu>
271
272 * symfile.h: Add opaque declaration for struct obstack.
273 Declare obsavestring to take a const char *.
274 * symfile.c (obsavestring): Make first argument a const char *.
275
276 2002-10-16 Adam Fedor <fedor@gnu.org>
277
278 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
279 names when matching breakpoints in current file.
280
281 2002-10-16 Kevin Buettner <kevinb@redhat.com>
282
283 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
284 (read_tag_pointer_type): Add address class support.
285 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
286 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
287 New methods.
288 * gdbarch.h, gdbarch.c: Regenerate.
289 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
290 (make_type_with_address_space, recursive_type_dump): Add address
291 class support.
292 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
293 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
294 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
295
296 2002-10-16 Klee Dienes <kdienes@apple.com>
297
298 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
299 to get the last character of a char[] buffer, not
300 name[sizeof(vptr_name)-1].
301
302 2002-10-14 Adam Fedor <fedor@gnu.org>
303
304 * symtab.h: New objc_specific struct.
305 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
306 (SYMBOL_DEMANGLED_NAME): Likewise.
307
308 2002-10-14 Adam Fedor <fedor@gnu.org>
309
310 * symfile.c (init_filename_language_table): Add ObjC file extension.
311
312 2002-10-14 Adam Fedor <fedor@gnu.org>
313
314 * utils.c (puts_filtered_tabular): New function.
315 (fprintf_symbol_filtered): Get ObjC demangled name.
316 * defs.h (puts_filtered_tabular): Declared.
317
318 2002-10-14 Kevin Buettner <kevinb@redhat.com>
319
320 * c-lang.h (c_type_print_varspec_prefix): Delete.
321 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
322 ``need_post_space'' parameter. Adjust all callers.
323
324 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
325
326 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
327 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
328 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
329 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
330
331 2002-10-13 Adam Fedor <fedor@gnu.org>
332
333 * source.c (print_source_lines): Update comments.
334
335 2002-10-13 Adam Fedor <fedor@gnu.org>
336
337 * valops.c (value_of_local): New function.
338 (value_of_this): Use it.
339 * value.h (value_of_local): Declared.
340
341 2002-10-13 Adam Fedor <fedor@gnu.org>
342
343 * parse.c: (length_of_subexp, prefixify_subexp): Handle
344 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
345
346 2002-10-12 Adam Fedor <fedor@gnu.org>
347
348 * language.c (binop_result_type): Add language_objc to case.
349 (integral_type): Likewise.
350 (character_type): Likewise.
351 (string_type): Likewise.
352 (boolean_type): Likewise.
353 (structured_type): Likewise.
354 (binop_type_check): Likewise.
355
356 2002-10-11 Adam Fedor <fedor@gnu.org>
357
358 * printcmd.c (address_info): Print 'self' for ObjC.
359
360 2002-10-11 Adam Fedor <fedor@gnu.org>
361
362 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
363 OP_SELF.
364
365 2002-10-11 Adam Fedor <fedor@gnu.org>
366
367 * language.h (CAST_IS_CONVERSION): Add language_objc.
368
369 2002-10-11 Adam Fedor <fedor@gnu.org>
370
371 * defs.h (enum language): Add language_objc.
372
373 2002-10-11 Klee Dienes <kdienes@apple.com>
374
375 * findvar.c (read_memory_typed_address): New function.
376 * gdbcore.h (read_memory_typed_address): Add prototype.
377 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
378 to read a value destined for a CORE_ADDR, not read_memory_integer.
379 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
380 (f77_get_dynamic_lowerbound): Ditto.
381
382 2002-10-11 Martin M. Hunt <hunt@redhat.com>
383
384 * utils.c (string_to_core_addr): After turning string into
385 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
386 which will do necessary sign-extension, etc.
387
388 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
389
390 * c-exp.y (THIS): Delete token and grammar rule.
391 (yylex): Don't return THIS.
392 * cp-valprint.c (vtbl_ptr_name_old): Delete.
393 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
394 * demangle.c (cplus_markers): Update comment. Put '$'
395 first. Remove CPLUS_MARKER.
396 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
397 * jv-exp.y (THIS): Delete token and grammar rule.
398 (yylex): Don't return THIS.
399 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
400 * objc-exp.y (THIS): Delete token and grammar rule.
401 (yylex): Don't return THIS.
402 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
403 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
404 (read_member_functions): Likewise for opname.
405 (read_tilde_fields): Use is_cplus_marker.
406
407 * defs.h (CPLUS_MARKER): Don't define.
408 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
409 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
410 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
411 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
412 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
413
414 * config/i386/tm-i386v4.h: Delete file.
415 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
416 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
417 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
418 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
419 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
420 * config/i386/i386sco5.mt (TM_FILE): Likewise.
421 * config/i386/i386v4.mt (TM_FILE): Likewise.
422 * config/i386/ncr3000.mt (TM_FILE): Likewise.
423
424 2002-10-10 Marko Mlinar <markom@opencores.org>
425
426 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
427 accidentially not commited 2002-10-09
428 * gdbarch.h, gdbarch.c: Re-generate.
429
430 2002-10-09 Marko Mlinar <markom@opencores.org>
431
432 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
433 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
434 * gdbarch.h, gdbarch.c: Re-generate.
435
436 2002-10-08 Petr Sorfa <petrs@caldera.com>
437
438 Revised and re-submitted by John Wolfe <jlw@caldera.com>
439
440 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
441 so we can work on more than one compilation unit at a time. This
442 helps prepare GDB to handle inter-CU die references.
443 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
444 the code to be defined before struct comp_unit_head.
445 (comp_unit_head): Added new members - offset, cu_head,
446 begin_die, next and dwarf2_abbrevs.
447 (dwarf2_abbrevs): Removed single static var; now member of
448 struct comp_unit_head.
449 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
450 members.
451 (psymtab_to_symtab_1): Changed to work with the new
452 struct comp_unit_head.
453 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
454 constructs the dwarf2_abbrevs[] inside the cu_header.
455 (dwarf2_empty_abbrev_table): Now expects a ptr to a
456 dwarf2_abbrev table to clean up.
457 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
458 handling of dwarf2_abbrevs inside the cu_header.
459 (read_partial_die): Now supports the call to the new
460 dwarf2_lookup_abbrev.
461 (read_full_die): Now supports the call to the new
462 dwarf2_lookup_abbrev.
463
464 2002-10-06 Christopher Faylor <cgf@redhat.com>
465
466 * Makefile.in (install-gdbtk): Add missing continuation backslash to
467 insure that shell variables, such as "transformed_name" are propagated
468 to later shell statements in rule.
469
470 2002-10-06 Mark Kettenis <kettenis@gnu.org>
471
472 * config/i386/nm-i386sco.h: Add protection against
473 multiple-inclusion. Include "i386/nm-i386v.h".
474 (REGISTER_U_ADDR): Remove define.
475 (i386_register_u_addr): Remove prototype.
476
477 2002-10-04 Michael Snyder <msnyder@redhat.com>
478
479 * m32r-stub.c (handle_exception): Make sure exception is "trap"
480 before treating it as a single-step event.
481
482 2002-10-03 Adam Fedor <fedor@gnu.org>
483
484 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
485 (objc_demangle): Remove assignment in if statements, Replace
486 free with xfree.
487 (add_msglist): Likewise.
488 (end_msglist): Likewise.
489 (complare_selectors): Likewise.
490 (selectors_info): Likewise.
491 (compare_classes): Likewise.
492 (classes_info): Likewise.
493 (print_object_command): Likewise.
494 (find_objc_msgcall_submethod): Replace PTR with void *.
495 * objc-lang.h: Remove check for __STDC__.
496
497 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
498
499 * ui-out.h (ui_out_field_fmt_int): New prototype.
500 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
501 of field width and alignment.
502 * stack.c (print_frame_info_base): When printing frame level, use
503 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
504 PR gdb/192
505
506 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
507
508 * MAINTAINERS: Add self to Write After Approval list.
509
510 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
511
512 * infcmd.c (interrupt_target_command_wrapper): Delete.
513 (interrupt_target_command): Make non static.
514 (nofp_registers_info): Make static.
515 * stack.c (return_command_wrapper): Delete.
516 (return_command): Make non static.
517
518 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
519
520 * event-top.c (gdb_setup_readline): New function. Code moved from
521 _initialize_event_loop().
522 (_initialize_event_loop): Call gdb_setup_readline().
523
524 2002-10-02 Andrew Cagney <ac131313@redhat.com>
525
526 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
527 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
528 * gdbarch.h, gdbarch.c: Re-generate.
529
530 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
531
532 Fix PR gdb/778
533 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
534 before recursing.
535 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
536 of fill_in_vptr_fieldno.
537
538 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
539
540 * inferior.h (registers_info, stepi_command, nexti_command,
541 continue_command, interrupt_target_command): Export from infcmd.c.
542 * frame.h (args_info, selected_frame_level_changed_hook,
543 return_command): Export from stack.c.
544 * v850ice.c (stepi_command, nexti_command, continue_command): use
545 prototypes from inferior.h.
546 * tracepoint.c (registers_info, args_info, locals_info): Use
547 prototypes from frame.h and inferior.h.
548 * Makefile.in (mi-main.o): Add dependency on frame.h.
549
550 2002-10-02 Andrew Cagney <ac131313@redhat.com>
551
552 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
553 value in register 3 adjusted by ppc_gp0_regnum.
554
555 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
556
557 2002-10-02 Marko Mlinar <markom@opencores.org>
558
559 * MAINTAINERS: Add myself to the Write After Approval list.
560
561 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
562
563 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
564 of the section for the N64 ABI, fixed.
565
566 * config/mips/tm-irix6.h: Include solib.h.
567
568 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
569
570 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
571 GNU operators.
572
573 2002-10-01 Andrew Cagney <ac131313@redhat.com>
574
575 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
576 and that "mi0" syntax has been removed.
577
578 2002-09-30 David Carlton <carlton@math.stanford.edu>
579
580 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
581 * ppc-sysv-tdep.c: #include "gdb_string.h".
582 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
583 pacify GCC.
584
585 2002-10-01 Andrew Cagney <ac131313@redhat.com>
586
587 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
588 "vrsave"'s register number.
589
590 2002-09-30 Andrew Cagney <ac131313@redhat.com>
591
592 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
593 use frame_unwind_signed_register to obtain the PC.
594 (mips_frame_chain): Handle a generic dummy frame.
595 (mips_init_extra_frame_info): When a generic dummy frame, don't
596 re-compute the frame base.
597 (mips_pop_frame): Handle generic dummy frames.
598 (mips_gdbarch_init): When generic dummy frames, set
599 use_generic_dummy_frames, push_dummy_frame to
600 generic_push_dummy_frame, pc_in_call_dummy to
601 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
602 generic_save_dummy_frame_tos.
603
604 2002-09-30 Andrew Cagney <ac131313@redhat.com>
605
606 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
607 against TOP when TOP was explictly set.
608 (generic_push_dummy_frame): Set TOP to zero.
609
610 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
611
612 * event-loop.c (start_event_loop): Rename variable 'result' to
613 'gdb_result', to avoid conflicts with upcoming intepreters changes.
614
615 2002-09-30 Keith Seitz <keiths@redhat.com>
616
617 * gdb-events.sh (selected_thread_changed): New event.
618 * gdb-events.c: Regenerated.
619 * gdb-events.h: Regenerated.
620
621 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
622
623 * MAINTAINERS: Add self to Write After Approval list.
624
625 2002-09-30 Fernando Nasser <fnasser@redhat.com>
626
627 * disasm.c: New file.
628 * disasm.h: New file.
629 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
630 (compare_lines): Ditto.
631 (dump_insns): Ditto.
632 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
633 argument.
634 (do_assembly_only): Ditto.
635 (do_disassembly): Renamed to gdb_disassembly and moved to
636 disasm.c. Sdded uiout argument.
637 * Makefile.in: Add new files. Reorder SFILES list. Update
638 dependencies. Include libgdb.a later in the insight executable.
639
640 2002-09-29 Andrew Cagney <ac131313@redhat.com>
641
642 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
643 bfd/elf64-alpha-fbsd.c.
644
645 2002-09-29 Andrew Cagney <ac131313@redhat.com>
646
647 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
648 i386gnu-tdep.c.
649
650 2002-09-29 Andrew Cagney <ac131313@redhat.com>
651
652 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
653 __FUNCTION__.
654 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
655 function name.
656 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
657 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
658 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
659 (S_msg_sig_post_reply): Ditto.
660
661 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
662
663 * sh-tdep.c (sh_use_struct_convention): Use definition according
664 to ABI.
665 (sh_push_arguments): Store in register with correct endianess.
666 (sh_default_store_return_value): Ditto.
667 (sh_gdbarch_init): Set sizeof long double to 8.
668
669 2002-09-27 Mark Kettenis <kettenis@gnu.org>
670
671 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
672 Fix some whitespace problems.
673
674 2002-09-27 David Carlton <carlton@math.stanford.edu>
675
676 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
677 (mcore-tdep.o): Ditto.
678 (ns32k-tdep.o): Ditto.
679 (ns32knbsd-tdep.o): Ditto.
680 (sh3-rom.o): Ditto.
681 (vax-tdep.o): Ditto.
682 * cris-tdep.c: #include "gdb_string.h"
683 * mcore-tdep.c: Ditto.
684 * ns32k-tdep.c: Ditto.
685 * ns32knbsd-tdep.c: Ditto.
686 * sh3-rom.c: Ditto.
687 * vax-tdep.c: Ditto.
688
689 2002-09-27 David Carlton <carlton@math.stanford.edu>
690
691 * config/djgpp/fnchange.lst: Add entries for
692 gdb/testsuite/gdb.c++/m-static files.
693
694 2002-09-27 Jim Wilson <wilson@redhat.com>
695
696 * MAINTAINERS: Add myself to the Write After Approval list.
697
698 2002-09-26 Martin M. Hunt <hunt@redhat.com>
699
700 * mips-tdep.c (find_proc_desc): Initialize startaddr.
701
702
703 2002-09-26 Andrew Cagney <ac131313@redhat.com>
704
705 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
706 frame.
707
708 2002-09-26 Andrew Cagney <ac131313@redhat.com>
709
710 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
711 (rs6000_struct_return_address): Delete variable.
712 (rs6000_store_struct_return): Update.
713 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
714 deprecated_extract_struct_value_address.
715 (rs6000_frame_align): New function.
716 (rs6000_gdbarch_init): Set frame_align.
717
718 2002-09-26 Andrew Cagney <ac131313@redhat.com>
719
720 From Grace Sainsbury <graces@redhat.com>:
721 * Makefile.in (gdbtk-main.o): New target.
722 (gdb.o): New target.
723 (main_h): Define.
724 (main.o): Update dependencies.
725 (gdb$(EXEEXT)): Add gdb.o.
726 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
727 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
728 (SUBDIR_GDBTK_CLEAN): Set.
729 (install-gdbtk): Install the insight binary.
730 (uninstall-gdbtk): New target.
731 (all-gdbtk, clean-gdbtk): New rule.
732 * top.c (use_windows): Default to zero.
733 * main.c: Include "main.h".
734 (main): Delete.
735 (struct captured_main_args): Delete.
736 (gdb_main): New function.
737 * main.h: New file.
738 * gdb.c: New File.
739
740 2002-09-25 Andrew Cagney <cagney@redhat.com>
741
742 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
743 (frame_map_regnum_to_name): New function.
744 (frame_map_name_to_regnum): New function.
745 * frame.h (frame_map_name_to_regnum): Declare.
746 (frame_map_regnum_to_name): Declare.
747 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
748 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
749 * parse.c: Do not include "builtin-regs.h".
750 (target_map_name_to_register): Delete function.
751 (write_dollar_variable): Use frame_map_name_to_regnum.
752 * parser-defs.h (target_map_name_to_register): Delete declaration.
753 * expprint.c: Include "frame.h".
754 (print_subexp): Use frame_map_regnum_to_name.
755 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
756 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
757
758 2002-09-25 Andrew Cagney <ac131313@redhat.com>
759
760 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
761 wasn't saved, and the next innermost frame is a dummy, return the
762 dummy frame's link register.
763
764 2002-09-24 Jim Blandy <jimb@redhat.com>
765
766 Fix from Paul Breed:
767 * main.c (captured_main): Add a `break' after the case for 'b'.
768
769 2002-09-24 Keith Seitz <keiths@redhat.com>
770
771 * varobj.c (c_type_of_child): Use get_target_type instead
772 of TYPE_TARGET_TYPE.
773
774 2002-09-22 Fernando Nasser <fnasser@redhat.com>
775
776 * source.c (get_current_or_default_source_symtab_and_line): Remove
777 function.
778 (set_default_source_symtab_and_line): New function. Attempts to
779 determine a source file to list lines from if one is not currently
780 defined.
781 (get_current_source_symtab_and_line): Initialize sal.pc and
782 sal.end fields.
783 (set_current_source_symtab_and_line): Mark argument as const.
784 * source.h: Update declarations and comments.
785 * linespec.c (decode_line_1): Replace call to removed routine above.
786 * stack.c (print_frame_info_base): Ditto.
787 * cli/cli-cmds.c (edit_command): Ditto.
788 (list_command): Ditto.
789
790 2002-09-22 Fernando Nasser <fnasser@redhat.com>
791
792 * source.c (get_current_or_default_source_symtab_and_line): Initialize
793 sal.pc and sal.end fields.
794 (get_current_or_default_source_symtab_and_line): Ditto.
795 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
796 so we do not cause a new source symtab to be searched for (reverting an
797 unintentional change from the 2002-09-20 patch).
798 * scm-lang.c (scm_unpac): Ditto.
799
800 2002-09-21 Andrew Cagney <cagney@redhat.com>
801
802 * complaints.c (symfile_explanations): Remove new-line from
803 ``isolated_message''.
804 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
805 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
806
807 2002-09-20 Nick Clifton <nickc@redhat.com>
808
809 * NEWS: Announce that V850EA ISA is no longer supported.
810 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
811
812 2002-09-20 David Carlton <carlton@math.stanford.edu>
813
814 * Makefile.in (c-lang.o): Correct dependencies.
815 (utils.o): Gather dependencies.
816 (charset.o): Move.
817 * c-lang.c: #include "gdb_string.h"
818
819 2002-09-20 Fernando Nasser <fnasser@redhat.com>
820
821 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
822 * cli/cli-cmds.c (list_command): New function. Implements the new
823 cli edit command.
824 (_init_cli_cmds): Add new command definition.
825 * gdb.1: Document edit command.
826 * doc/gdb.texinfo: Document edit command.
827
828 2002-09-20 Fernando Nasser <fnasser@redhat.com>
829
830 * source.c: Make global variables current_source_symtab and
831 current_source_line static.
832 (list_command): Moved to cli/cli-cmds.c.
833 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
834 (get_first_line_listed): New accessor function.
835 (get_lines_to_list): New accessor function.
836 (get_current_source_symtab_and_line): New function. Retrieves the
837 position in the source code that we consider current.
838 (get_current_or_default_source_symtab_and_line): New function.
839 Like the above but attempts to determine a default position if one
840 is not currently defined.
841 (set_current_source_symtab_and_line): New function. Sets the source
842 code position considered current and returns the previously set one.
843 (clear_current_source_symtab_and_line): Reset stored information about
844 a current source line.
845 (_initialize_source): Remove registration for the "list" command and
846 its alias.
847 * source.h: Add declarations for the new functions above.
848 * symtab.h: Remove declarations for the global variables mentioned
849 above.
850 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
851 obtain current source line.
852 * linespec.c (decode_line_1): Ditto.
853 * macroscope.c (default_macro_scope): Ditto.
854 * scm-lang.c (scm_unpac): Ditto.
855 * stack.c (print_frame_info_base): Ditto.
856 * symfile.c (clear_symtab_users): Ditto.
857 * symtab.c (decode_line_spec): Ditto.
858 * cli/cli-cmds.c (list_command): Moved here from source.c.
859 (ambiguous_line_spec): Moved here from source.c.
860 (_init_cli_cmds): Add definition for "list" and its alias.
861 * Makefile.in: Update dependencies.
862
863 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
864
865 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
866 with what gcc thinks is correct.
867
868 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
869
870 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
871 multiple register push instruction.
872
873 2002-09-19 Jim Blandy <jimb@redhat.com>
874
875 Add support for distinct host and target character sets.
876 * charset.c, charset.h: New files.
877 * c-exp.y: #include "charset.h".
878 (yylex): Convert character and string literals to the target
879 character set, before returning them as the semantic value of the
880 token.
881 * c-lang.c: #include "charset.h".
882 (c_emit_char): Use charset-specific methods to recognize
883 characters with backslash escape forms, to decide which characters
884 to print literally and which to print using numeric escape
885 sequences, and to convert target characters to host characters
886 before printing.
887 * utils.c: #include "charset.h".
888 (no_control_char_error): New function.
889 (parse_escape): Use charset-specific methods to recognize
890 backslash escapes, parse `control character' notation, and convert
891 characters from the host character set to the target character set.
892 * configure.in: Set the default host character set.
893 Check where to find iconv, and what its argument types might be.
894 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
895 * Makefile.in (SFILES): List charset.c.
896 (COMMON_OBS): List charset.o.
897 (charset.o): New rule.
898 (charset_h): New header dependency variable.
899 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
900 (LIBICONV): New variable, set by configure.
901 (CLIBS): Include $(LIBICONV) here.
902 * aclocal.m4, config.in, configure: Regenerated.
903
904 2002-09-19 Joel Brobecker <brobecker@gnat.com>
905
906 * ada-exp.y: Add missing semicolons to end rules. Fixes a
907 bison 1.35 warning.
908
909 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
910
911 * gdb_mbuild.sh: New file.
912
913 2002-09-19 Andrew Cagney <ac131313@redhat.com>
914
915 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
916
917 2002-09-18 Andrew Cagney <ac131313@redhat.com>
918
919 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
920 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
921 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
922 valops.c, value.h: Revert previous change.
923
924 2002-09-18 Michael Snyder <msnyder@redhat.com>
925
926 Preliminary support for Objective-C:
927 * defs.h (language_objc): New enum value.
928 (puts_filtered_tabular): Declaration only, exported from utils.c.
929 (skip_quoted): Delete, declared in completer.h.
930 * c-exp.y: Include completer.h.
931 * p-exp.y: Ditto.
932 * jv-exp.y: Ditto.
933 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
934 New operator enum values.
935 * language.h (CAST_IS_CONVERSION): Test for language_objc.
936 * language.c (binop_result_type): Handle language_objc case.
937 (integral_type, character_type, string_type, boolean_type,
938 structured_type, binop_type_check): Ditto.
939 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
940 (struct objc_specific): Add to general_symbol_info.
941 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
942 (SYMBOL_DEMANGLED_NAME): Handle objc case.
943 * parser-defs.h (struct objc_class_str): New struct type.
944 (start_msglist, end_msglist, add_msglist): Declaration only,
945 exported from objc-lang.c.
946 * value.h (value_of_local, value_nsstring,
947 call_function_by_hand_expecting_type): Exported from valops.c.
948 * valops.c (find_function_addr): Export.
949 (call_function_by_hand_expecting_type): New function.
950 (value_of_local): New function.
951 * symfile.c (init_filename_language_table): Add ".m" extension
952 for Objective-C.
953 * utils.c (puts_filtered_tabular): New function.
954 (fprintf_symbol_filtered): Add objc demangling support (disabled).
955 (set/show demangle): Extend help-string to refer to ObjC.
956 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
957 * stabsread.c (symbol_reference_defined): Objective-C symbols
958 may contain colons: make allowances when scanning stabs strings
959 for colons.
960 (objc_find_colon): New function.
961 * printcmd.c (address_info): If language == objc then print
962 "self" instead of "this".
963 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
964 OP_NSSTRING, and OP_SELF.
965 (prefixify_subexp): Ditto.
966 * source.c (print_source_lines): Mention objc in comment.
967 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
968 method names.
969
970 2002-09-18 Andrew Cagney <ac131313@redhat.com>
971
972 * complaints.h: Update copyright.
973 (struct complaints): Declare.
974 (struct complaint): Make `message' constant.
975 (internal_complaint): Declare.
976 (complaint): Declare.
977 (complaint_root): Delete declaration.
978 (symfile_complaints): Delete declaration.
979 (struct complaints): Add opaque declaration.
980 (clear_complaints): Add a complaints parameter.
981 * complaints.c: Update copyright.
982 (enum complaint_series): Define.
983 (complaint_root): Delete.
984 (struct complaints): Define.
985 (complaint_sentinel, symfile_complaint_book): New variables.
986 (symfile_explanations, symfile_complaints): New variables.
987 New variables.
988 (get_complaints): New function.
989 (vcomplaint): New function.
990 (complaint): New function.
991 (internal_complaint): New function.
992 (complain): Call vcomplain with symfile_complaint.
993 (clear_complaints): Rewrite.
994 (_initialize_complaints): Use add_setshow_command.
995 * Makefile.in (complaints.o): Update dependencies.
996 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
997 to call to clear_complaints.
998 (new_symfile_objfile, reread_symbols): Ditto.
999 (oldsyms_complaint): Delete.
1000 (empty_symtab_complaint, unknown_option_complaint): Delete.
1001 (free_named_symtabs): Use complaint instead of complain.
1002
1003 2002-09-18 Michael Snyder <msnyder@redhat.com>
1004
1005 Contributed by Apple Computer, Inc. Merged with current sources
1006 by Adam Fedor <fedor@doc.com> [cagney].
1007
1008 * objc-lang.c: First clean-up round: comments, indentation.
1009 * objc-lang.h: Ditto.
1010 * objc-lang.y: Ditto.
1011
1012 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1013
1014 * maint.c (maintenance_internal_error): Print the parameter as the
1015 error message.
1016 (maintenance_internal_warning): New function.
1017 (_initialize_maint_cmds): Add command `maint internal-warning'.
1018
1019 * defs.h (internal_warning, internal_vwarning): Declare.
1020 * utils.c (struct internal_problem): Define.
1021 (internal_vproblem): New function.
1022 (internal_warning): New function.
1023 (internal_vwarning): New function.
1024 (internal_warning_problem, internal_error_problem): New variables.
1025 (internal_verror): Just call internal_vproblem.
1026
1027 2002-09-18 Michael Snyder <msnyder@redhat.com>
1028
1029 * objc-lang.c: New file, support for Objective-C.
1030 Preliminary check-in, not yet integrated into gdb.
1031 * objc-lang.h: New file.
1032 * objc-exp.y: New file.
1033
1034 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1035
1036 * infrun.c (signal_stop_update): Convert definition to ISO C.
1037 (signal_print_update): Ditto.
1038 (signal_pass_update): Ditto.
1039 * inflow.c (terminal_save_ours): Ditto.
1040
1041 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1042 comments.
1043
1044 * config/djgpp/fnchange.lst: Handle name clashes between
1045 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1046 bfd/coff-tic80.c.
1047
1048 * i386-linux-tdep.h: Fix tipo.
1049
1050 2002-09-18 Adam Fedor <fedor@gnu.org>
1051
1052 * MAINTAINERS: Add myself to the Write After Approval list.
1053
1054 2002-09-18 Jim Blandy <jimb@redhat.com>
1055
1056 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1057 texthigh and textlow to reader-specific structs caused
1058 objfile_relocate to miss them. This is fixable, but the work that
1059 the change was supposed to prepare GDB for never got done anyway.
1060
1061 2002-09-18 David Carlton <carlton@math.stanford.edu>
1062
1063 * MAINTAINERS: Alphabetize Write After Approval list.
1064
1065 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1066
1067 Fix PR gdb/709
1068 * values.c (value_static_field): Call read_var_value.
1069
1070 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1071
1072 * valops.c (hand_function_call): Align the initial stack pointer
1073 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1074 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1075 return value.
1076 * mips-tdep.c (mips_frame_align): New function.
1077 (mips_gdbarch_init): Set frame_align.
1078 * gdbarch.sh (FRAME_ALIGN): New method.
1079 * gdbarch.h, gdbarch.c: Re-generate.
1080
1081 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1082
1083 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1084 registers.
1085
1086 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1087
1088 * NEWS: Mention that MIPS $fp behavior changed.
1089 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1090 reference to FP_REGNUM.
1091 (mipsnbsd_cannot_store_register): Ditto.
1092 * mips-linux-nat.c: Update copyright.
1093 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1094 (mips_linux_cannot_store_register): Ditto.
1095 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1096 * config/mips/tm-mips.h: Update copyright.
1097 (FP_REGNUM): Delete macro.
1098 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1099 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1100 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1101 (mips_r3041_reg_names, mips_r3051_reg_names)
1102 (mips_r3081_reg_names): Replace "fp" with "".
1103 Fix PR gdb/480.
1104
1105 2002-09-17 Theodore A. Roth <troth@verinet.com>
1106
1107 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1108 generic_read_register_dummy() (PR gdb/703).
1109 (avr_push_return_address): #if 0 out unused vars.
1110 (avr_gdbarch_init): Enable use of avr_push_return_address().
1111
1112 2002-09-17 Michael Snyder <msnyder@redhat.com>
1113
1114 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1115 RTE will take care of it.
1116
1117 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1118
1119 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1120 invalid, return SP_REGNUM.
1121
1122 2002-09-17 Michael Snyder <msnyder@redhat.com>
1123
1124 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1125 point registers without sign extension.
1126
1127 2002-09-17 Andrew Cagney <cagney@redhat.com>
1128
1129 * blockframe.c (deprecated_read_register_dummy): Rename
1130 generic_read_register_dummy.
1131 * frame.c (frame_unwind_signed_register): New function.
1132 (frame_unwind_unsigned_register): New function.
1133 * frame.h (frame_unwind_signed_register): Declare.
1134 (frame_unwind_unsigned_register): Declare.
1135 (deprecated_read_register_dummy): Rename
1136 generic_read_register_dummy.
1137
1138 * h8300-tdep.c (h8300_frame_chain): Update.
1139 (h8300_frame_saved_pc): Update.
1140 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1141 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1142 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1143 (s390_frame_chain): Update.
1144 * v850-tdep.c (v850_find_callers_reg): Update.
1145 (v850_frame_saved_pc): Update.
1146 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1147 (m32r_find_callers_reg): Update.
1148 (m32r_frame_saved_pc): Update.
1149 * sh-tdep.c (sh_find_callers_reg): Update.
1150 (sh64_get_saved_pr): Update.
1151 (sh_init_extra_frame_info): Update.
1152 (sh_init_extra_frame_info): Update.
1153 (sh64_init_extra_frame_info): Update.
1154 (sh64_init_extra_frame_info): Update.
1155 * mcore-tdep.c (mcore_find_callers_reg): Update.
1156 (mcore_frame_saved_pc): Update.
1157 (mcore_init_extra_frame_info): Update.
1158 * i386-tdep.c (i386_frame_saved_pc): Update.
1159 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1160 (ia64_init_extra_frame_info): Update.
1161 (ia64_init_extra_frame_info): Update.
1162 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1163 * cris-tdep.c (cris_init_extra_frame_info): Update.
1164 * avr-tdep.c (avr_frame_chain): Update.
1165 (avr_init_extra_frame_info): Update.
1166 (avr_frame_saved_pc): Update.
1167 * arm-tdep.c (arm_find_callers_reg): Update.
1168 (arm_init_extra_frame_info): Update.
1169 (arm_frame_saved_pc): Update.
1170
1171 2002-09-17 Tom Tromey <tromey@redhat.com>
1172
1173 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1174 is "'".
1175
1176 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1177
1178 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1179 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1180 NEXT_PROLOGUE_INSN.
1181 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1182 NEXT_PROLOGUE_INSN.
1183
1184 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1185
1186 * osfsolib.c: Remove file, replaced by solib-osf.c.
1187 * Makefile.in: Remove compilation rules for osfsolib.c.
1188
1189 2002-09-16 David Carlton <carlton@math.stanford.edu>
1190
1191 * cp-valprint.c (cp_print_class_method): Correct args to
1192 check_stub_method_group.
1193
1194 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1195
1196 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1197 `set architecture'. Unify naming convention of functions.
1198 (h8300_skip_prologue): Improve prologue analysis.
1199 (h8300_push_arguments): Rewritten to more closely match GCC's
1200 bizarre argument-passing behavior, along with the comment describing
1201 said behavior.
1202 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1203 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1204 sim, remote-e7000.c, remote-hms.c and remote.c
1205
1206 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1207
1208 * i386-tdep.c (gdb_print_insn_i386): Removed.
1209 (i386_print_insn): New function.
1210 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1211 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1212 tm_print_insn_info.
1213
1214 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1215
1216 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1217 zero.
1218
1219 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1220
1221 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1222 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1223 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1224
1225 2002-09-13 Christopher Faylor <cgf@redhat.com>
1226
1227 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1228
1229 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1230
1231 * gdbtypes.c (check_stub_method): Make static.
1232 (check_stub_method_group): New function.
1233 * gdbtypes.h: Update prototypes.
1234 * cp-support.c: New file.
1235 * cp-support.h: New file.
1236
1237 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1238 (update_method_name_from_physname): New function.
1239 (read_member_functions): Correct method names for operators
1240 and v3 constructors/destructors. Separate v2 constructors and
1241 destructors.
1242 * Makefile.in (stabsread.o): Update dependencies.
1243 (SFILES): Add cp-support.c.
1244 (COMMON_OBS): Add cp-support.o.
1245 (cp_support_h, cp-support.o): Add.
1246
1247 * cp-valprint.c (cp_print_class_method): Call
1248 check_stub_method_group instead of check_stub_method. Remove
1249 extraneous QUITs.
1250 * p-valprint.c (pascal_object_print_class_method): Likewise.
1251 * valops.c (search_struct_method): Likewise.
1252 (find_method_list, value_struct_elt_for_reference): Likewise.
1253
1254 2002-09-13 Andrew Cagney <cagney@redhat.com>
1255
1256 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1257 * gdbarch.h, gdbarch.c: Regenerate.
1258
1259 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1260
1261 * frame.c (find_saved_register): Delete function.
1262 * frame.h (find_saved_register): Delete declaration.
1263 Fix PR gdb/631.
1264
1265 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1266
1267 * mips-tdep.c (read_next_frame_reg): Re-hack using
1268 frame_register_unwind.
1269
1270 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1271
1272 * mips-tdep.c (mips_get_saved_register): Re-hack using
1273 frame_register_unwind.
1274
1275 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1276
1277 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1278 vector. Will be useful for Interix.
1279 * gdbarch.h, gdbarch.c: Regenerate.
1280
1281 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1282 name of the malloc function by NAME_OF_MALLOC.
1283
1284 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1285
1286 * value.h (find_function_in_inferior): Add const keyword to
1287 one of the parameters. Allows us to invoke this function with
1288 a const char *.
1289 * valops.c (find_function_in_inferior): Likewise.
1290
1291 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1292
1293 * exec.c (xfer_memory): Fix compilation warning with old versions
1294 of GCC.
1295 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1296
1297 2002-09-12 David Carlton <carlton@math.stanford.edu>
1298
1299 * symtab.h: Run through gdb_indent.h.
1300 Add 2002 to Copyright year list.
1301
1302 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1303
1304 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1305 mach constants.
1306 * MAINTAINERS: Add myself to write after approval list.
1307
1308 2002-09-11 J. Brobecker <brobecker@gnat.com>
1309
1310 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1311
1312 2002-09-11 J. Brobecker <brobecker@gnat.com>
1313
1314 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1315 Interix.
1316
1317 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1318
1319 * procfs.c (do_detach): Clear current signal, not just fault.
1320 Corrects problem with breakpoint trap signal leaking to detached
1321 process on Tru64.
1322
1323 2002-09-10 Michael Snyder <msnyder@redhat.com>
1324
1325 * buildsym.c (finish_block): Protect against null pointer.
1326
1327 2002-09-10 Andrew Cagney <cagney@redhat.com>
1328
1329 * infcmd.c (default_print_registers_info): Send all output to
1330 ``file'' instead of ``gdb_stdout''.
1331
1332 2002-09-10 Michael Snyder <msnyder@redhat.com>
1333
1334 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1335 LONGEST, and use signed register read (addresses are sign-
1336 extended for mips).
1337
1338 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1339
1340 * event-loop.c (gdb_do_one_event): Make public.
1341 * event-loop.h (gdb_do_one_event): Declare.
1342
1343 2002-09-10 Jeff Law <law@redhat.com>
1344
1345 * infttrace.c (child_resume): Simplify and rework to avoid
1346 TT_PROC_CONTINUE.
1347
1348 2002-09-09 Fred Fish <fnf@intrinsity.com>
1349
1350 * printcmd.c (print_scalar_formatted): "len" is the number of
1351 target bytes, NOT the number of target bits.
1352
1353 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1354
1355 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1356 * top.c (init_main): Set rl_terminal_name.
1357
1358 2002-09-08 Aidan Skinner <aidan@velvet.net>
1359
1360 * ada-lang.c (ada_array_bound, ada_type_match,
1361 _initialize_ada_language): Fix K&R definitions.
1362 * ada-tasks.c (get_current_task): Fix K&R definitions.
1363 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1364
1365 2002-09-07 Christopher Faylor <cgf@redhat.com>
1366
1367 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1368 Add XP.
1369
1370 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1371
1372 * i386-tdep.c (i386_register_virtual_type,
1373 i386_register_convertible, i386_register_convert_to_virtual,
1374 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1375 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1376 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1377 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1378 Don't set push_arguments twice.
1379
1380 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1381 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1382 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1383 sigtramp_end to NULL.
1384 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1385 defines.
1386 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1387
1388 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1389 whitespace.
1390
1391 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1392 * gdbarch.h, gdbarch.c: Re-generate.
1393 * blockframe.c (find_pc_sect_partial_function): Convert to use
1394 SIGTRAMP_START_P predicate.
1395
1396 2002-09-05 Michael Snyder <msnyder@redhat.com>
1397
1398 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1399 generic_dummy_frame method and old method. Also distinguish
1400 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1401 (arm_extract_return_value): Use new regcache method.
1402
1403 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1404 adjustment that doesn't conform to the ABI.
1405 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1406 saved regcache, not from current regcache.
1407
1408 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1409
1410 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1411 * README: Update.
1412
1413 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1414
1415 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1416 if arm_apcs_32 is false.
1417
1418 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1419
1420 GDB 5.3 branch created.
1421
1422 2002-09-03 Theodore A. Roth <troth@verinet.com>
1423
1424 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1425 generic_unwind_get_saved_register.
1426
1427 2002-09-03 David Carlton <carlton@math.stanford.edu>
1428
1429 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1430 argument (PR gdb/653). Update call to smash_to_method_type.
1431 (read_structure_scope): Update call to dwarf2_add_member_fn.
1432
1433 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1434
1435 * x86-64-linux-tdep.c: Include gdb_string.h
1436 * x86-64-linux-nat.c: Ditto.
1437
1438 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1439
1440 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1441 when YYDEBUG is set to 1.
1442 * c-exp.y: Likewise.
1443 * f-exp.y: Likewise.
1444 * jv-exp.y: Likewise.
1445 * m2-exp.y: Likewise.
1446 * p-exp.y: Likewise.
1447
1448 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1449
1450 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1451 dependency list.
1452 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1453 solib_svr4_fetch_link_map_offsets to
1454 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1455 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1456 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1457 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1458 solib-svr4.o, and solib-legacy.o.
1459 * config/i386/tm-nbsd.h: Include solib.h.
1460
1461 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1462
1463 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1464 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1465 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1466 comment noting that this needs its own target configuration.
1467 * config/i386/nbsd.mt: New file.
1468 * config/i386/nbsdaout.mt: Remove.
1469 * config/i386/nbsdelf.mt: Ditto.
1470 * config/i386/tm-nbsdaout.h: Ditto.
1471
1472 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1473
1474 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1475 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1476 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1477 tdep->sigtramp_end.
1478 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1479 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1480 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1481
1482 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1483
1484 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1485 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1486 * i386-tdep.h (i386bsd_init_abi): New prototype.
1487 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1488 function declaration.
1489 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1490 for NetBSD-a.out or NetBSD-ELF.
1491 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1492 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1493 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1494 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1495 and nbsd-tdep.h.
1496 (i386nbsd_pc_in_sigtramp): New function.
1497 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1498 i386nbsd_pc_in_sigtramp.
1499 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1500 and i386nbsdelf_init_abi OS ABI handlers.
1501 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1502 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1503
1504 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1505
1506 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1507 registers if the target really has them.
1508
1509 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1510
1511 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1512 than nbsd-tdep.h.
1513
1514 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1515
1516 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1517 list.
1518 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1519 (alphanbsd_skip_sigtramp_frame): New functions.
1520 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1521 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1522 to alphanbsd_sigcontext_addr.
1523
1524 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1525
1526 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1527 list.
1528 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1529 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1530 nbsd_pc_in_sigtramp.
1531 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1532 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1533 * nbsd-tdep.c: Include gdb_string.h.
1534 (nbsd_pc_in_sigtramp): New function.
1535 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1536 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1537 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1538 ppcnbsd_pc_in_sigtramp.
1539 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1540 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1541 shnbsd_pc_in_sigtramp.
1542 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1543 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1544 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1545
1546 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1547
1548 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1549 watchpoints to NULL.
1550 (insert_breakpoints): set val field of watchpoints if NULL.
1551
1552
1553 2002-08-29 Jim Blandy <jimb@redhat.com>
1554
1555 * symtab.c (lookup_symbol_aux): In the cases where we find a
1556 minimal symbol of an appropriate name and use its address to
1557 select a symtab to read and search, use `name' (as passed to us)
1558 as the demangled name when searching the symtab's global and
1559 static blocks, not the minsym's name.
1560
1561 2002-08-29 Keith Seitz <keiths@redhat.com>
1562
1563 * stack.c (print_frame_info_base): Always set current_source_symtab
1564 and current_source_line.
1565
1566 2002-08-29 Donn Terry <donnte@microsoft.com>
1567
1568 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1569
1570 2002-08-28 Keith Seitz <keiths@redhat.com>
1571
1572 * stack.c (select_frame): Add FIXME concerning selected-frame
1573 events.
1574 (select_frame_command): Send selected-frame-level-changed
1575 event notification, but only if the level actually changed.
1576 (up_silently_base): Add selected-frame-level-changed event
1577 notification.
1578 (down_silently_base): Likewise.
1579
1580 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1581
1582 * Makefile.in: Update dependencies for all gdb/*.c files.
1583
1584 2002-08-27 Tom Tromey <tromey@redhat.com>
1585
1586 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1587 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1588 Update dependencies.
1589 * i387-tdep.c: Include gdb_string.h.
1590 * osabi.c: Likewise.
1591 * i386-linux-nat.c: Likewise.
1592 * lin-lwp.c: Likewise.
1593 * ax-gdb.c: Likewise.
1594 * signals/signals.c: Likewise.
1595 * jv-valprint.c: Likewise.
1596 * p-lang.c: Likewise.
1597 * c-valprint.c: Likewise.
1598 * cp-abi.c: Likewise.
1599
1600 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1601
1602 * cli/cli-script.h (copy_command_lines): Export.
1603 * breakpoint.c: Include cli/cli-script.h.
1604 * Makefile.in (breakpoint.o): Update dependencies.
1605
1606 2002-08-26 Michael Snyder <msnyder@redhat.com>
1607
1608 * breakpoint.c (insert_breakpoints): Protect all references
1609 to 'process_warning'. Shorten long lines.
1610
1611 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1612
1613 * cli/cli-script.c (copy_command_lines): New function.
1614 * defs.h (copy_command_lines): Export.
1615 * testsuite/gdb.base/commands.exp: New tests for commands
1616 attached to a temporary breakpoint, and for commands that
1617 delete the breakpoint they are attached to.
1618
1619 2002-08-26 Michael Snyder <msnyder@redhat.com>
1620
1621 * breakpoint.c (bpstat_stop_status): Instead of copying the
1622 pointer to the breakpoint commands struct, make a new copy
1623 of the struct and point to that.
1624 (bpstat_clear): Free the commands struct.
1625 (bpstat_clear_actions): Free the commands struct.
1626 (bpstat_do_actions): Free the command actions. Also execute
1627 the local cleanups, instead of deleting them.
1628 (delete_breakpoint): Leave the commands field of the bpstat
1629 chain alone -- it will be freed later.
1630
1631 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1632
1633 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1634 deleted in 2002-08-20 commit. This function is still used by
1635 ppc-linux-nat.c.
1636
1637 2002-08-26 Keith Seitz <keiths@redhat.com>
1638
1639 * gdb-events.sh: Add selected-frame-level-changed event.
1640 * gdb-events.c: Regenerated.
1641 * gdb-events.h: Regenerated.
1642
1643 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1644
1645 Fix PR gdb/393:
1646 * inflow.c (terminal_save_ours): New function to save terminal
1647 settings.
1648 * inferior.h (terminal_save_ours): Declare.
1649 * target.c (debug_to_terminal_save_ours): New function.
1650 (cleanup_target): Defaults to_terminal_save_ours.
1651 (update_current_target): Inherit to_terminal_save_ours.
1652 (setup_target_debug): Set to_terminal_save_ours.
1653 * target.h (target_terminal_save_ours): New to save terminal settings.
1654 (target_ops): New member to_terminal_save_ours.
1655 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1656 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1657 * inftarg.c (init_child_ops): Likewise.
1658 * m3-nat.c (init_m3_ops): Likewise.
1659 * procfs.c (init_procfs_ops): Likewise.
1660 * wince.c (init_child_ops): Likewise.
1661 * win32-nat.c (init_child_ops): Likewise.
1662 * sol-thread.c (init_sol_thread_ops): Likewise.
1663
1664 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1665
1666 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1667 use regcache_* functions.
1668 (i386_gdbarch_init): Set store_return_value instead of
1669 deprecated_store_return_value.
1670
1671 * regcache.c (regcache_raw_write_signed,
1672 regcache_raw_write_unsigned): New functions.
1673 * regcache.h (regcache_raw_write_signed,
1674 regcache_raw_write_unsigned): New prototypes.
1675
1676 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1677
1678 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1679 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1680 source file dependencies. Cleanup corresponding generator rules.
1681
1682 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1683
1684 * regcache.h (register_offset_hack): Declare.
1685 (regcache_cooked_read_using_offset_hack): Declare.
1686 (regcache_cooked_write_using_offset_hack): Declare.
1687
1688 * regcache.c (register_offset_hack): New function.
1689 (regcache_cooked_read_using_offset_hack): New function.
1690 (regcache_cooked_write_using_offset_hack): New function.
1691 (regcache_dump): Check that the registers, according to their
1692 offset, are packed hard against each other.
1693 (cooked_xfer_using_offset_hack): New function.
1694
1695 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1696
1697 * regcache.c (struct regcache_descr): Add field register_type.
1698 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1699 in as a parameter
1700 (init_regcache_descr): Initialize register_type. Pass the descr
1701 to init_legacy_regcache_descr. Use register_type instead of
1702 REGISTER_VIRTUAL_TYPE.
1703 (register_type): New function.
1704 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1705 * regcache.h (register_type): Declare.
1706
1707 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1708
1709 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1710 instead of deprecated_store_return_value. Fix fallout from
1711 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1712
1713 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1714
1715 * regcache.c (max_register_size): New function.
1716 (init_legacy_regcache_descr): Ensure that max_register_size is
1717 large enough for REGISTER_VIRTUAL_SIZE.
1718 * regcache.h (max_register_size): Declare.
1719
1720 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1721
1722 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1723 store_return_value.
1724 (e500_extract_return_value): Change type of valbuf pointer to
1725 void.
1726
1727 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1728
1729 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1730 workaround.
1731
1732 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1733 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1734 long long) to prevent compiler warning on 64-bit systems.
1735
1736 2002-08-23 Andrew Cagney <cagney@redhat.com>
1737
1738 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1739 (DEPRECATED_STORE_RETURN_VALUE): New method.
1740 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1741 * gdbarch.h, gdbarch.c: Re-generate.
1742
1743 * values.c (set_return_value): Pass current_regcache to
1744 STORE_RETURN_VALUE.
1745 * arch-utils.h (legacy_store_return_value): Declare.
1746 * arch-utils.c (legacy_store_return_value): New function.
1747 (legacy_extract_return_value): Update parameters.
1748
1749 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1750 STORE_RETURN_VALUE.
1751 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1752 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1753 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1754 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1755 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1756 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1757 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1758 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1759 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1760 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1761
1762 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1763 * i386-tdep.c (i386_extract_return_value): Update.
1764 * arch-utils.c (legacy_extract_return_value): Update.
1765 * frv-tdep.c (frv_gdbarch_init): Update.
1766 * cris-tdep.c (cris_gdbarch_init): Update.
1767 * d10v-tdep.c (d10v_gdbarch_init): Update.
1768 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1769 * m68k-tdep.c (m68k_gdbarch_init): Update.
1770 * mcore-tdep.c (mcore_gdbarch_init): Update.
1771 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1772 * s390-tdep.c (s390_gdbarch_init): Update.
1773 * sparc-tdep.c (sparc_gdbarch_init): Update.
1774 * sh-tdep.c (sh_gdbarch_init): Update.
1775 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1776 * v850-tdep.c (v850_gdbarch_init): Update.
1777 * avr-tdep.c (avr_gdbarch_init): Update.
1778 * ia64-tdep.c (ia64_gdbarch_init): Update.
1779 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1780 * vax-tdep.c (vax_gdbarch_init): Update.
1781 * alpha-tdep.c (alpha_gdbarch_init): Update.
1782 * arm-tdep.c (arm_gdbarch_init): Update.
1783 * mips-tdep.c (mips_gdbarch_init): Update.
1784 * i386-tdep.c (i386_gdbarch_init): Update.
1785
1786 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1787
1788 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1789 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1790
1791 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1792
1793 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1794 problems.
1795
1796 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1797
1798 * infrun.c (handle_inferior_event): Move a comment outside of a
1799 function call, in order to avoid indent reformatting this part
1800 of the code in an unreadable way.
1801
1802 2002-08-23 Grace Sainsbury <graces@redhat.com>
1803
1804 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1805 when breakpoints fail. Move general breakpoint error messages to
1806 insert_breakpoints.
1807 * breakpoint.c (insert_breakpoints): Change warnings when
1808 breakpoints are nto inserted to specify the type. Remove call to
1809 memory_error when hardware breakpoints can't be inserted. Remove
1810 multiple calls to warning so all messages are sent to the user at
1811 once.
1812 (delete_breakpoints): Make insert error messsages more explicit.
1813
1814 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1815
1816 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1817 gdbserver/ChangeLog.
1818
1819 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1820
1821 * i386-tdep.c: Include "objfiles.h".
1822 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1823 skip_trampoline_code.
1824 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1825 (CPLUS_MARKER): Define to '.'.
1826
1827 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1828 member.
1829 (linux_corefile_thread_callback): Increase args->num_notes.
1830 (linux_make_note_section): Initialize thread_args.num_notes, and
1831 use it to determine whether notes for any threads were created.
1832
1833 2002-08-23 Donn Terry <donnte@microsoft.com>
1834
1835 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1836 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1837 and PCUNKILL.
1838 (write_with_trace): Conditionalize out the switch branch handling
1839 PCSHOLD if the corresponding macro is not defined. Likewise for
1840 PRSABORT and PRSTOP.
1841 This change will be needed by the Interix port.
1842
1843 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1844
1845 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1846 write_register wherever possible instead of manipulating the
1847 register bytes directly.
1848 Assign VALUE_CONTENTS to a variable and use that.
1849 The GPR numbers are now dependent on the architecture.
1850
1851 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1852
1853 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1854 ev_offset fields.
1855 (skip_prologue): Add support for BookE/e500 instructions.
1856 (e500_extract_return_value): New function.
1857 (frame_get_saved_regs): Add support for saving ev registers and
1858 pseudo gpr's.
1859 (e500_store_return_value): New function.
1860 (rs6000_gdbarch_init): Move up default intializations of
1861 deprecated_extract_return_value and store_return_value. Overwrite
1862 init of store_return_value with e500 specific version.
1863 Set extract_return_value for e500.
1864
1865 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1866
1867 * blockframe.c (generic_call_dummy_register_unwind): Use
1868 regcache_cooked_read to catch cases in which the variable is
1869 stored in a pseudo register.
1870
1871 2002-08-22 Andrew Cagney <cagney@redhat.com>
1872
1873 * NEWS: Mention that the i960 has been made obsolete.
1874 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1875 i960-tdep.c
1876 (remote-nrom.o): Obsolete target.
1877 (remote-nindy.o, i960-tdep.o): Ditto.
1878 * remote-nrom.c: Make file obsolete.
1879 * remote-nindy.c, remote-vx960.c: Ditto.
1880 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1881 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1882 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1883 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1884 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1885 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1886 i960-*-vxworks* obsolete.
1887 * MAINTAINERS: Note that the i960 is obsolete.
1888
1889 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1890
1891 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1892 detach to allow reinitialization.
1893
1894 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1895
1896 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1897 attempt).
1898
1899 2002-08-22 Jim Blandy <jimb@redhat.com>
1900
1901 * coffread.c (coff_symfile_read): Don't try to read the line
1902 number table from disk if the image file doesn't have a symbol
1903 table; we'll never actually look at the info anyway, and Windows
1904 ships DLL's with bogus file offsets for the line number data.
1905
1906 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1907
1908 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1909 an e500 executable.
1910
1911 2002-08-21 Michael Snyder <msnyder@redhat.com>
1912
1913 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1914 (MSYMBOL_SIZE): Replace macro with function.
1915 (DEFAULT_MIPS_TYPE): Delete unused macro.
1916 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1917 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1918
1919 2002-08-21 Jim Blandy <jimb@redhat.com>
1920
1921 * valops.c (value_cast): Simplify and correct logic for doing a
1922 static cast from a pointer to a base class to a pointer to a
1923 derived class.
1924
1925 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1926
1927 * infcmd.c (default_print_registers_info): Replace
1928 do_registers_info.
1929 (registers_info): Use gdbarch_print_registers_info instead of
1930 DO_REGISTERS_INFO.
1931 * inferior.h (default_print_registers_info): Replace
1932 do_registers_info.
1933 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1934 (DO_REGISTERS_INFO): Change to a predicate function.
1935 * gdbarch.h, gdbarch.c: Regenerate.
1936
1937 2002-08-21 Keith Seitz <keiths@redhat.com>
1938
1939 * gdb-events.sh: Add target-changed event.
1940 * gdb-events.c: Regenerated.
1941 * gdb-events.c: Regenerated.
1942 * valops.c (value_assign): Add target-changed event notification
1943 to inlval_register, lval_memory, and lval_reg_frame_relative.
1944
1945 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1946
1947 * NEWS: Add an entry regarding the improvement of the next/step
1948 operation on Alpha Tru64 multi-processor machines.
1949
1950 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1951
1952 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1953 directores.
1954 * Makefile.in: Update all _h macro definitions.
1955 * Makefile.in (install-gdbtk): Move to install section.
1956 (rdi-share/libangsd.a): Move to end of file.
1957
1958 2002-08-19 Andrew Cagney <ac131313@redhat.com>
1959
1960 * frame.c (frame_register_unwind): When a register, set addrp to
1961 the register's byte.
1962
1963 2002-08-20 Michael Snyder <msnyder@redhat.com>
1964
1965 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1966 used locally, so move them from the target machine header to here.
1967 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1968 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1969 Make static.
1970 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1971
1972 2002-08-20 Andrew Cagney <cagney@redhat.com>
1973
1974 * NEWS: Mention that the Apollo line was made obsolete.
1975 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1976 m68*-hp-hpux* obsolete.
1977 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1978 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1979 * buildsym.c (make_blockvector): Make static.
1980 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1981 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1982 (ALLDEPFILES): Remove dstread.c.
1983 (dstread.o): Obsolete make rule.
1984 * dstread.c: Makefile obsolete.
1985 * dst.h: Ditto.
1986 * config/m68k/hp300hpux.mt: Ditto.
1987 * config/m68k/hp300hpux.mh: Ditto.
1988 * config/m68k/hp300bsd.mt: Ditto.
1989 * config/m68k/hp300bsd.mh: Ditto.
1990 * config/m68k/apollo68b.mt: Ditto.
1991 * config/m68k/apollo68v.mh: Ditto.
1992 * config/m68k/apollo68b.mh: Ditto.
1993
1994 2002-08-20 Michael Snyder <msnyder@redhat.com>
1995
1996 * mips-tdep.c (mips_in_return_stub): Make static.
1997 (mips_gdbarch_init): Set in_solib_return_trampoline.
1998 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1999
2000 2002-08-20 Michael Snyder <msnyder@redhat.com>
2001
2002 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2003 * gdbarch.c, gdbarch.h: Regenerate.
2004 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2005 Add.
2006 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2007
2008 2002-08-20 Michael Snyder <msnyder@redhat.com>
2009
2010 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2011 (mips_gdbarch_init): Set skip_trampoline_code,
2012 in_solib_call_trampoline.
2013 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2014 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2015
2016 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2017
2018 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2019
2020 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2021 vector type for ev registers.
2022 (e500_pseudo_register_read): New function.
2023 (e500_pseudo_register_write): New function.
2024 (e500_dwarf2_reg_to_regnum): New function.
2025 (PPC_UISA_NOFP_SPRS): New macro.
2026 (PPC_EV_REGS): New macro.
2027 (PPC_GPRS_PSEUDO_REGS): New macro.
2028 (registers_e500): New register set for e500.
2029 (variants): Add e500 variant.
2030 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2031 before setting architectural dependent variations. Initialize ev
2032 registers numbers. Add case for e500 architecture. Set the
2033 number of pseudo registers.
2034
2035 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2036
2037 * rs6000-tdep.c: Clean up comments.
2038
2039 2002-08-20 Andrew Cagney <cagney@redhat.com>
2040
2041 * h8300-tdep.c: Re-indent file.
2042
2043 2002-08-20 Jim Blandy <jimb@redhat.com>
2044
2045 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2046 default for this.
2047
2048 2002-08-20 Keith Seitz <keiths@redhat.com>
2049
2050 * breakpoints.c (watch_command_1): Use internal breakpoint
2051 when setting a watchpoint_scope breakpoint.
2052
2053 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2054
2055 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2056 (build_builtin_type_vec64i): Ditto.
2057 (build_builtin_type_vec128): Ditto.
2058 (build_builtin_type_vec128i): Ditto.
2059
2060 2002-08-19 Michael Snyder <msnyder@redhat.com>
2061
2062 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2063 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2064 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2065 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2066 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2067 CALL_DUMMY_ADDRESS): Delete.
2068 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2069 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2070 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2071 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2072 push_return_address.
2073 (mips_register_raw_size, mips_eabi_use_struct_convention,
2074 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2075 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2076 mips_init_extra_frame_info, mips_eabi_push_arguments,
2077 mips_n32n64_push_arguments, mips_push_return_address,
2078 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2079 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2080
2081 2002-08-19 Michael Snyder <msnyder@redhat.com>
2082
2083 * mips-tdep.c (mips_frame_num_args): New function.
2084 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2085 frame_saved_pc, frame_args_address, frame_locals_address,
2086 frame_num_args, and frame_args_skip.
2087 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2088 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2089 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2090 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2091
2092 2002-08-20 Michael Snyder <msnyder@redhat.com>
2093
2094 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2095 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2096 * mips-tdep.c (mips_store_struct_return): New function.
2097 (mips_extract_struct_value_address): New function.
2098 (mips_gdbarch_init): Set store_struct_return and
2099 extract_struct_value_address.
2100
2101 2002-08-20 David Carlton <carlton@math.stanford.edu>
2102
2103 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2104 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2105 (read_file_scope): Check that line_header is nonzero before
2106 decoding macro information.
2107
2108 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2109
2110 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2111 flag the general-purpose registers as floating-point on targets
2112 that don't support the floating-point registers.
2113
2114 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2115
2116 * rs6000-tdep.c (altivec_register_p): Delete.
2117 (rs6000_do_altivec_registers): Delete.
2118 (rs6000_altivec_registers_info): Delete.
2119 (rs6000_do_registers_info): Delete.
2120 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2121 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2122
2123 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2124
2125 * infcmd.c (do_registers_info): Print vector registers in hex
2126 format only.
2127 (print_vector_info): Check that printing registers
2128 makes sense.
2129 (print_float_info): Ditto.
2130
2131 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2132
2133 * mips-tdep.c (mips_gdbarch_init): Update.
2134 (mips_o32_extract_return_value): Rewrite.
2135 (mips_o32_store_return_value): Rewrite.
2136 (mips_o32_xfer_return_value): New function.
2137 (mips_xfer_register): Tweak debug print message. Allow for
2138 buf_offset when dumping the value transfered.
2139
2140 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2141
2142 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2143 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2144 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2145 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2146 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2147
2148 2002-08-14 Michael Snyder <msnyder@redhat.com>
2149
2150 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2151
2152 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2153
2154 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2155 register.
2156 (P): New macro to define a register as a pseudo register.
2157 (R, R4, R8, R16, FR32, R64, R0): Updated.
2158 (struct variant): Add new fields for number of pseudo registers
2159 and number of total registers.
2160 (tot_num_registers): New macro replacing....
2161 (num_registers): ...deleted macro.
2162 (num_registers): New function.
2163 (num_pseudo_registers): New function.
2164 (variants): Update all variants to intialize new fields correctly.
2165 Postpone initialization of number of pseudo regs and real regs.
2166 (init_variants): New function.
2167 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2168 registers offsets.
2169
2170 2002-08-19 David Carlton <carlton@math.stanford.edu>
2171
2172 * valops.c (search_struct_field): Change error message to treat
2173 return value of 0 from value_static_field as meaning that field is
2174 optimized out.
2175 (value_struct_elt_for_reference): Ditto.
2176 * values.c (value_static_field): Treat an unresolved location the
2177 same as a nonexistent symbol. Fix PR gdb/635.
2178 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2179 enclosed. Fix PR gdb/574.
2180 * MAINTAINERS: Add self to Write After Approval list.
2181
2182 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2183
2184 * mips-tdep.c (mips_xfer_register): New function.
2185 (mips_n32n64_extract_return_value): Rewrite.
2186 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2187 instead of deprecated_extract_return_value.
2188
2189 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2190
2191 * rs6000-tdep.c (TDEP): Delete macro.
2192 (branch_dest): Replace use of TDEP macro with its body.
2193 (rs6000_pop_frame): Ditto.
2194 (rs6000_push_arguments): Ditto.
2195 (rs6000_skip_trampoline_code): Ditto.
2196 (rs6000_frame_saved_pc): Ditto.
2197 (rs6000_frame_chain): Ditto.
2198 (rs6000_register_name): Ditto.
2199 (rs6000_register_byte): Ditto.
2200 (rs6000_register_raw_size): Ditto.
2201 (rs6000_register_virtual_type): Ditto.
2202 (rs6000_register_convertible): Ditto.
2203 (rs6000_convert_from_func_ptr_addr): Ditto.
2204
2205 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2206
2207 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2208 conditionally.
2209 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2210 MIPS_LINUX_JB_ELEMENT_SIZE.
2211 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2212 for MAX_REGISTER_RAW_SIZE arrays.
2213 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2214 MIPS_LINUX_JB_ELEMENT_SIZE.
2215
2216 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2217
2218 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2219
2220 2002-08-19 Aidan Skinner <aidan@velvet.net>
2221
2222 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2223 ada-valprint.c ada-tasks.c.
2224 (YYFILES): Add ada-exp.y.
2225 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2226 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2227 (ada-exp.tab.o): New target.
2228
2229 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2230
2231 * regcache.c (regcache_xfer_part): New function.
2232 (regcache_raw_read_part): New function.
2233 (regcache_raw_write_part): New function.
2234 (regcache_cooked_read_part): New function.
2235 (regcache_cooked_write_part): New function.
2236 * regcache.h (regcache_raw_read_part): Declare.
2237 (regcache_raw_write_part): Declare.
2238 (regcache_cooked_read_part): Declare.
2239 (regcache_cooked_write_part): Declare.
2240
2241 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2242
2243 * remote.c (remote_open_1): Add async_p.
2244 (remote_async_open_1): Delete.
2245 (open_remote_target): Delete.
2246 (remote_open, extended_remote_open): Update calls to remote_open_1.
2247 (remote_async_open, extended_remote_async_open): Call
2248 remote_open_1 instead of remote_async_open_1.
2249
2250 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2251
2252 * blockframe.c: Fix a few coding standard violations.
2253
2254 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2255
2256 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2257 here from ...
2258 * config/i386/tm-i386sco5.h: ... here. File removed.
2259 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2260
2261 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2262 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2263 (TM_FILE): Set to tm-i386.h.
2264 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2265 * config/i386/tm-i386v.h: Remove file.
2266 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2267 instead of "i386/tm-i386v.h".
2268 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2269 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2270 "i386/tm-i386v.h".
2271 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2272 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2273 "i386/tm-i386.h".
2274
2275 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2276
2277 * config/i386/nm-i386v.h: Add protection against
2278 multiple-inclusion.
2279 (i386_register_u_addr): Remove prototype.
2280 (register_u_addr): New prototype.
2281 (REGISTER_U_ADDR): Redefine accordingly.
2282 * i386v-nat.c: Improve several comments.
2283 (i386_register_u_addr): Change signature and rename to
2284 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2285 ubase variable.
2286
2287 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2288
2289 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2290 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2291 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2292 deprecated_extract_return_value.
2293 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2294 rename mips_o32o64_push_arguments.
2295 (mips_gdbarch_init): Update.
2296 (mips_extract_return_value): Delete.
2297 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2298 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2299 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2300 (mips_n32n64_extract_return_value): Clone
2301 mips_extract_return_value.
2302 (mips_store_return_value): Delete.
2303 (mips_o32_store_return_value): Clone mips_store_return_value.
2304 (mips_o64_store_return_value): Clone mips_store_return_value.
2305 (mips_eabi_store_return_value): Clone mips_store_return_value.
2306 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2307
2308 2002-08-18 Aidan Skinner <aidan@velvet.net>
2309
2310 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2311 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2312
2313 2002-08-18 Aidan Skinner <aidan@velvet.net>
2314
2315 * ada-lang.c: Run through gdb_indent.sh.
2316 * ada-lang.h: Run through gdb_indent.sh.
2317 * ada-tasks.c: Run through gdb_indent.sh.
2318 * ada-typeprint.c: Run through gdb_indent.sh.
2319 * ada-valprint.c: Run through gdb_indent.sh.
2320
2321 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2322
2323 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2324 ABI.
2325
2326 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2327
2328 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2329
2330 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2331 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2332
2333 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2334 write_register_gen instead of write_register_bytes.
2335
2336 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2337 i[3456]-*-osf1mk* configurations have been made obsolete.
2338 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2339 i[3456]86-*-osf1mk* hosts obsolete.
2340 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2341 targets obsolete.
2342 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2343 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2344 config/i386/i386m3.mt, config/i386/nm-m3.h,
2345 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2346 config/i386/i386mk.mh, config/i386/i386mk.mt,
2347 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2348 obsolete.
2349 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2350 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2351 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2352
2353 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2354
2355 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2356 (hppa_value_returned_from_stack): Declare.
2357 (hppa_extract_return_value): Declare.
2358 * config/pa/hppa.mt: New file.
2359 * configure.tgt: Recognize hppa*-*-*.
2360 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2361
2362 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2363
2364 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2365 comment.
2366
2367 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2368
2369 * top.c (gdb_rl_operate_and_get_next): Make sure
2370 operate-and-get-next functions correctly even when the history
2371 list is completely filled.
2372
2373 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2374
2375 * MAINTAINERS (Target Instruction Set Architectures): Rename
2376 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2377 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2378 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2379 already listed under Host/Native.
2380
2381 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2382 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2383 mips*-*-*.
2384
2385 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2386
2387 * config/ia64/ia64.mt: New file.
2388 * config/alpha/alpha.mt: New file.
2389 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2390 ia64-linux-gnu. Mention that ia64-elf is broken.
2391 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2392
2393 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2394
2395 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2396 generic_func_frame_valid instead of func_frame_valid.
2397
2398 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2399
2400 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2401 procfs appears to be broken when debugging on multi-processor
2402 machines. So enable software single stepping in order to avoid
2403 using the procfs interface to do next/step operations, using
2404 internal breakpoints instead.
2405
2406 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2407 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2408 make this pc address equal to the value it would have if the
2409 system stepping capability was used. Also set a new flag used
2410 to ensure that we don't readjust the PC one more time later.
2411
2412 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2413 address by DECR_PC_AFTER_BREAK when software single step is
2414 in use for this architecture, as this has already been taken
2415 care of in handle_inferior_event().
2416
2417 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2418
2419 * infrun.c (handle_inferior_event): Minor reformatting, to make
2420 a rather long condition expression easier to read.
2421
2422 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2423
2424 * Makefile.in (gdbtk.o): Move to end of file.
2425 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2426 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2427 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2428 (gdbtk-wrapper.o, gdbres.o): Ditto.
2429
2430 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2431
2432 * Makefile.in (copying.o): Separate out compile rule.
2433 (hpux-thread.o, procfs.o, signals.o): Ditto.
2434 (v850ice.o, z8k-tdep.o): Ditto.
2435 (tui-file.o): Move to TUI section.
2436 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2437 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2438
2439 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2440
2441 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2442 skip_trampoline_code, for better namespace-proofing.
2443
2444 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2445
2446 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2447
2448 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2449
2450 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2451
2452 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2453 signal, check whether we hit a breakpoint before checking for a
2454 single step breakpoint. Otherwise, GDB fails to notice that a
2455 breakpoint has been hit when stepping onto a breakpoint.
2456
2457 2002-08-16 Keith Seitz <keiths@redhat.com>
2458
2459 * gdb-events.sh (clear_gdb_event_hooks): New function.
2460 * gdb-events.c: Regenerate.
2461 * gdb-events.h: Regenerate.
2462
2463 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2464
2465 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2466 not_a_sw_breakpoint.
2467 * breakpoint.h (bpstat_stop_status): Add parameter names.
2468
2469 2002-08-16 Grace Sainsbury <graces@redhat.com>
2470
2471 * remote.c (remote_insert_hw_breakpoint)
2472 (remote_remove_hw_breakpoint): Fix calculation of length field
2473 for Z-packet.
2474
2475 2002-08-15 Michael Snyder <msnyder@redhat.com>
2476
2477 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2478 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2479 (supply_fpregset): Ditto.
2480
2481 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2482 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2483 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2484 (TARGET_READ_SP): Delete.
2485 (DO_REGISTERS_INFO): Delete.
2486 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2487 Delete.
2488 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2489 from macros to functions.
2490
2491 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2492 (mips_register_convertible, mips_register_convert_to_virtual,
2493 mips_register_convert_to_raw): Make static.
2494 (mips_read_sp): New function.
2495 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2496 (mips_do_registers_info): Make static.
2497 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2498 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2499 (mips_register_convert_from_type, mips_register_convert_to_type):
2500 New functions.
2501 (mips_gdbarch_init): Set up function_start_offset,
2502 register_virtual_size, pc_in_sigtramp.
2503
2504 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2505
2506 * infcmd.c (vector_info): New function.
2507 (_initialize_infcmd): Add command "info vector".
2508 (print_vector_info): New function.
2509
2510 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2511 * gdbarch.h, gdbarch.c: Regenerate.
2512
2513 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2514
2515 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2516 ``print_all''. Only print vector registers when ``print_all''.
2517
2518 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2519
2520 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2521 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2522
2523 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2524 Add `args' parameter.
2525 * gdbarch.h, gdbarch.c: Regenerate.
2526
2527 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2528
2529 * infcmd.c (float_info): Call print_float_info.
2530 (print_float_info): New function. By default, print the
2531 floating-point registers.
2532
2533 * arch-utils.h (default_print_float_info): Delete declaration.
2534 * arch-utils.c (default_print_float_info): Delete function.
2535
2536 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2537
2538 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2539 out define.
2540
2541 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2542 FRAME.
2543
2544 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2545 * configure.host: Make i[3456]86-*-aix host obsolete.
2546 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2547 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2548 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2549 config/i386/xm-i386aix.h: Make files obsolete.
2550 * i386aix-nat.c: Make file obsolete.
2551 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2552 (i386aix-nat.o): Make target obsolete.
2553
2554 * config/i386/nm-gnu.h: Removed.
2555 * config/i386/nm-i386gnu.h: New file.
2556 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2557 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2558 Moved here from ...
2559 * config/i386/tm-i386gnu.h: ... here. Removed.
2560 * config/i386/xm-i386gnu.h: Removed.
2561 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2562 (NAT_FILE): Set to nm-i386gnu.h.
2563 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2564 * i386-tdep.c: New file.
2565 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2566 (i386gnu-tdep.o): Specify dependencies.
2567
2568 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2569
2570 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2571 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2572 Adjust a few comments to reflect reality a bit closer.
2573 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2574 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2575 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2576 target_insert_watchpoint, target_remove_watchpoint):
2577 Move defines to ...
2578 * config/i386/nm-i386sco5.h: ... here.
2579 (kernel_u_size): Add prototype. Improve a few comments and add
2580 protection against multiple inclusion.
2581
2582 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2583 out define.
2584
2585 * uw-thread.c (SP_ARG0): Define if not already defined.
2586 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2587
2588 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2589
2590 * config/i386/tm-i386.h: Don't include "regcache.h".
2591
2592 * i387-tdep.h (i387_print_float_info): New prototype.
2593 * i387-tdep.c (print_i387_value, print_i387_ext,
2594 print_i387_status_word, print_i387_control_word): Add `struct
2595 ui_file *' argument and use it for output.
2596 (i387_print_float_info): Renamed from i387_float_info. Add
2597 `struct gdbarch *' and `struct ui_file *' arguments and use the
2598 latter for output.
2599 * i386-tdep.c: Include "i387-tdep.h".
2600 (i386_gdbarch_init): Set print_float_info.
2601 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2602 (FLOAT_INFO): Remove define.
2603
2604 2002-08-13 Michael Snyder <msnyder@redhat.com>
2605
2606 * mips-tdep.c (mips_push_arguments): Rename to
2607 mips_eabi_push_arguments, and tune for EABI.
2608 (MIPS_REGS_HAVE_HOME_P): Delete.
2609 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2610 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2611 Delete references to mips_regs_have_home_p.
2612
2613 2002-08-14 Keith Seitz <keiths@redhat.com>
2614
2615 * Makefile.in (install-gdbtk): Create insight plugin directory.
2616 Install plugins.tcl file.
2617
2618 2002-08-14 Keith Seitz <keiths@redhat.com>
2619
2620 * configure.in: Move SUBDIRS to near top of the file so that
2621 --enable options may add things to it.
2622 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2623 * configure: Regenerate.
2624
2625 2002-08-13 Michael Snyder <msnyder@redhat.com>
2626
2627 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2628 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2629 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2630
2631 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2632
2633 * vax-tdep.c (vax_get_saved_register): Delete function.
2634 (vax_gdbarch_init): Update.
2635 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2636 (ns32k_gdbarch_init): Update.
2637 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2638 (alpha_gdbarch_init): Update.
2639
2640 2002-08-13 Andrew Cagney <cagney@redhat.com>
2641
2642 * regcache.c (init_regcache_descr): Overallocate the
2643 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2644 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2645 nr_raw_registers.
2646 (set_register_cached): Add range checking assertions. Use
2647 current_regcache.
2648
2649 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2650
2651 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2652 numbers for MMX registers.
2653
2654 2002-08-13 Andrew Cagney <cagney@redhat.com>
2655
2656 * i386-tdep.c (i386_gdbarch_init): Use
2657 generic_unwind_get_saved_register.
2658
2659 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2660
2661 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2662 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2663 target vector.
2664 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2665 Delete. Add comment regarding this now-deleted target method.
2666
2667 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2668
2669 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2670 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2671 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2672 real PC and the page number (if it's within the memory bank window).
2673 (m68hc11_pseudo_register_write): Likewise when saving.
2674 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2675 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2676 (m68hc11_register_raw_size): And use 32-bit for it.
2677 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2678 16K memory bank is used by the prog; also use the virtual pc.
2679
2680 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2681
2682 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2683 (m68hc11_gdbarch_init): Install it in gdbarch.
2684 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2685 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2686 (MSYMBOL_SIZE): New for documentation.
2687 (insn_return_kind): Enum to specify how a function returns.
2688 (frame_extra_info): Cleanup and record the return mode.
2689 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2690 register in address computation.
2691 (m68hc11_get_return_insn): New to obtain the return instruction used
2692 by the function.
2693 (m68hc11_frame_init_saved_regs): Take into account the return
2694 instruction used by the function for far and interrupt functions.
2695 (m68hc11_init_extra_frame_info): Take into account page register.
2696 (m68hc11_frame_args_address): Adjust according to the return mode.
2697 (show_regs): Print page register only when it's used.
2698
2699 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2700
2701 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2702 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2703 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2704 registers.
2705 (m68hc11_register_raw_size): Likewise.
2706
2707 2002-08-13 Andrew Cagney <cagney@redhat.com>
2708
2709 * i386-tdep.c (i386_register_name): Handle mmx registers.
2710 (mmx_regnum_p): New function.
2711 (i386_mmx_names): New array.
2712 (mmx_num_regs): New variable.
2713 (i386_pseudo_register_read): New function.
2714 (i386_pseudo_register_write): New function.
2715 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2716
2717 * regcache.c (regcache_raw_read_unsigned): New function.
2718 (regcache_raw_read_signed): New function.
2719 * regcache.h (regcache_raw_read_unsigned): Declare.
2720 (regcache_raw_read_signed): Declare.
2721
2722 2002-08-13 Andrew Cagney <cagney@redhat.com>
2723
2724 * regcache.c (regcache_raw_read_as_address): Delete function.
2725 (regcache_cooked_read_signed): New function.
2726 (regcache_cooked_read_unsigned): New function.
2727 * regcache.h (regcache_cooked_read_signed): Declare.
2728 (regcache_cooked_read_unsigned): Declare.
2729 (regcache_raw_read_as_address): Delete declaration.
2730
2731 * blockframe.c (generic_read_register_dummy): Use
2732 regcache_cooked_read_unsigned.
2733 * i386-tdep.c (i386_extract_struct_value_address): Use
2734 regcache_cooked_read_unsigned.
2735
2736 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2737
2738 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2739 double sizes according to ELF ABI flags.
2740 (gdbarch_tdep): Record elf_flags.
2741
2742 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2743
2744 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2745 (m6812_prolog): They can appear in 68HC12 function prologue.
2746 (m68hc11_frame_chain): Cleanup.
2747
2748 2002-08-12 Andrew Cagney <cagney@redhat.com>
2749
2750 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2751 declarations.
2752 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2753 (i386_linux_register_raw_size): Delete function.
2754 (i386_linux_init_abi): Update.
2755 * i386-tdep.c (i386_register_raw_size): Delete function.
2756 (i386_register_byte): Delete function.
2757 (i386_gdbarch_init): Update.
2758 (i386_register_size): Delete array.
2759 (i386_register_offset): Delete array.
2760
2761 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2762 (REGISTER_RAW_SIZE): Delete macro.
2763 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2764 (REGISTER_BYTE): Delete macro.
2765
2766 2002-08-11 Aidan Skinner <aidan@velvet.net>
2767
2768 * ada-lang.c (ada_lookup_partial_symbol)
2769 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2770 prototype names so that grep ^func works properly.
2771
2772 * ada-lang.c (ada_array_element_type)
2773 (ada_lookup_partial_symbol): Fix typos in parameter list.
2774
2775 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2776 Fix prototype names so that grep ^func works properly.
2777
2778 2002-08-10 Andrew Cagney <cagney@redhat.com>
2779 Elena Zannoni <ezannoni@redhat.com>
2780 Martin M. Hunt <hunt@redhat.com>
2781
2782 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2783 (build_builtin_type_vec128i): Set the vector bit.
2784 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2785 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2786 (build_builtin_type_vec64): New function.
2787 (build_builtin_type_vec64i): New function.
2788 (build_gdbtypes): Initialize builtin_type_vec64 and
2789 builtin_type_vec64i.
2790
2791 2002-08-09 Andrew Cagney <cagney@redhat.com>
2792
2793 * regcache.c (regcache_dump): Compare the register offset
2794 with REGISTER_BYTE.
2795 * arch-utils.c (generic_register_byte): New function.
2796 * arch-utils.h (generic_register_byte): Declare.
2797 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2798 * gdbarch.h, gdbarch.c: Regenerate.
2799
2800 2002-08-09 Andrew Cagney <cagney@redhat.com>
2801
2802 * regcache.c: Include "gdbcmd.h"
2803 (_initialize_regcache): Add commands "maintenance print
2804 registers", "maintenance print raw-registers" and "maintenance
2805 print cooked-registers".
2806 (enum regcache_dump_what): Define.
2807 (dump_endian_bytes): New function.
2808 (regcache_dump): New function.
2809 (regcache_print): New function.
2810 (maintenance_print_registers): New function.
2811 (maintenance_print_raw_registers): New function.
2812 (maintenance_print_cooked_registers): New function.
2813 * Makefile.in (regcache.o): Update dependencies.
2814
2815 2002-08-09 Michael Snyder <msnyder@redhat.com>
2816
2817 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2818 (mips_push_arguments): Correct some comments. Use paddr_nz
2819 for printing addresses in debug output. Replace static
2820 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2821 (mips_n32n64_push_arguments): New function, cloned from
2822 mips_push_arguments and tuned for the n32/n64 ABI.
2823 (mips_push_register): Buffer needs dynamic allocation.
2824 (mips_print_register): Ditto.
2825 (do_gp_register_row): Ditto.
2826 (mips_store_return_value): Ditto.
2827 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2828
2829 2002-08-09 Don Howard <dhoward@redhat.com>
2830
2831 * memattr.c (mem_info_command): Print special case of upper bound
2832 as max CORE_ADDR + 1.
2833
2834 2002-08-08 Michael Snyder <msnyder@redhat.com>
2835
2836 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2837 returns structs by ref if they're too big to fit in two registers.
2838
2839 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2840
2841 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2842 saved regs value.
2843 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2844 mips_find_saved_regs().
2845 (mips_pop_frame): Likewise.
2846
2847 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2848
2849 * blockframe.c (frame_saved_regs_register_unwind): Revise
2850 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2851 frames are in use.
2852
2853 2002-08-09 Grace Sainsbury <graces@redhat.com>
2854
2855 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2856 T-packets; the 'a' is not taken as a register number.
2857 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2858 (remote_stopped_data_address): New functions; add to target
2859 vector.
2860 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2861 prototypes to match other implementations of this
2862 function. replace integer argument with pointer -- the length
2863 field in the Z-packet is the length of what is pointed to or 1 if
2864 pointer is null. Add to target vector.
2865 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2866 target vector.
2867
2868 From Mark Salter:
2869 * remote.c (remote_wait): Add support to extract optional
2870 watchpoint information from T-packet. Ignore unrecognized
2871 optional info in T-packet.
2872 (remote_async_wait): Ditto.
2873
2874 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2875
2876 * cli/cli-dump.c: Change fopen modes to use binary open modes
2877 as defined in include/fopen-bin.h throughout.
2878
2879 2002-08-08 Michael Snyder <msnyder@redhat.com>
2880
2881 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2882
2883 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2884
2885 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2886 assertion failure by returning early after a warning.
2887
2888 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2889
2890 * mips-tdep.c (mips_find_saved_regs): Make static.
2891 (mips_frame_init_saved_regs): New function.
2892 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2893 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2894 (mips_find_saved_regs): Delete declaration.
2895
2896 2002-08-08 Grace Sainsbury <graces@redhat.com>
2897
2898 * remote.c (remote_wait, remote_async_wait): Change
2899 thread_num from int to ULONGEST.
2900 (unpack_varlen_hex): Change result parameter from
2901 int * to ULONGEST *.
2902
2903 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2904
2905 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2906 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2907 powerpc*-*-*.
2908 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2909
2910 2002-08-08 Andrew Cagney <cagney@redhat.com>
2911
2912 * gcore.c (override_derive_stack_segment): Delete variable.
2913 (preempt_derive_stack_segment): Delete function.
2914 (derive_stack_segment): Delete function.
2915 (default_derive_stack_segment): Renamed to derive_stack_segment.
2916 (override_derive_heap_segment): Delete variable.
2917 (preempt_derive_heap_segment): Delete function.
2918 (derive_heap_segment): Delete function.
2919 (default_derive_heap_segment): Rename to derive_heap_segment.
2920
2921 2002-08-06 Michael Snyder <msnyder@redhat.com>
2922
2923 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2924 * mips-tdep.c (mips_EABI_use_struct_convention,
2925 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2926 New functions. (mips_use_struct_convention): Delete.
2927 (mips_gdbarch_init): set use_gdbarch_convention.
2928
2929 2002-08-06 Michael Snyder <msnyder@redhat.com>
2930
2931 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2932 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2933 mips_o32_reg_struct_has_addr): New functions.
2934 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2935
2936 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2937
2938 * regcache.c (pseudo_register): Delete function.
2939 (fetch_register): Delete function.
2940 (store_register): Delete function.
2941 (regcache_raw_read, legacy_read_register_gen): Use
2942 target_fetch_registers instead of fetch_register.
2943 (legacy_write_register_gen, regcache_raw_write): Use
2944 target_store_register instead of store_register.
2945 (write_register_bytes): Ditto.
2946
2947 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2948 (STORE_PSEUDO_REGISTER): Delete.
2949 * gdbarch.h, gdbarch.c: Regenerate.
2950
2951 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2952
2953 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2954 write dump file binary.
2955
2956 2002-08-05 Michael Snyder <msnyder@redhat.com>
2957
2958 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2959 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2960 (mips_gdbarch_init): Set N32 target to be mips64.
2961
2962 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2963
2964 * frame.c (find_saved_register): Break out of loop once saved
2965 register address is found. Don't mention sparc in loop comment
2966 anymore.
2967
2968 2002-08-06 Kevin Buettner <kevinb@redhat.com>
2969
2970 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2971 mips_default_saved_regsize to 8.
2972
2973 2002-08-06 Andrew Cagney <ac131313@redhat.com>
2974
2975 * gcore.c: Do not include <sys/procfs.h>.
2976 * Makefile.in (gcore.o): Update dependencies.
2977
2978 2002-08-06 Andrew Cagney <cagney@redhat.com>
2979
2980 * configure.tgt: Make arc-*-* obsolete.
2981 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2982 * MAINTAINERS: Make arc-elf obsolete.
2983 * arc-tdep.c: Make file obsolete.
2984 * config/arc/arc.mt: Ditto.
2985 * config/arc/tm-arc.h: Ditto.
2986
2987 2002-08-05 Theodore A. Roth <troth@verinet.com>
2988
2989 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2990
2991 2002-08-05 Andrew Cagney <ac131313@redhat.com>
2992
2993 * mcore-tdep.c (mcore_gdbarch_init): Use
2994 generic_unwind_get_saved_register instead of
2995 generic_get_saved_register.
2996 * v850-tdep.c (v850_gdbarch_init): Ditto.
2997 * frv-tdep.c (frv_gdbarch_init): Ditto.
2998 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2999 * s390-tdep.c (s390_gdbarch_init): Ditto.
3000 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3001 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3002 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3003
3004 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3005
3006 * objfiles.h: Add missing #include "symfile.h"
3007
3008 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3009
3010 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3011
3012 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3013 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3014 of FIELD_BITSIZE.
3015
3016 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3017
3018 * NEWS: Cleanup and nitpick.
3019
3020 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3021
3022 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3023
3024 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3025
3026 * Makefile.in (gdbtk-bp.o): Update dependencies.
3027 (gdbtk-register.o): Ditto.
3028 (gdbtk-varobj.o): Ditto.
3029
3030 2002-08-03 Andrew Cagney <cagney@redhat.com>
3031
3032 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3033 m68hc11_fetch_pseudo_register.
3034 (m68hc11_pseudo_register_write): Replace
3035 m68hc11_store_pseudo_register.
3036 (m68hc11_gdbarch_init): Update.
3037
3038 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3039
3040 * gdbarch.sh: Include "gdb_string.h".
3041 * gdbarch.c: Regenerate.
3042
3043 * regcache.c: Include "gdb_string.h".
3044 * ax-general.c: Ditto.
3045 * varobj.c: Ditto.
3046 * std-regs.c: Ditto.
3047 * fbsd-proc.c: Ditto.
3048 * thread.c: Ditto.
3049
3050 * Makefile.in (regcache.o): Update dependencies.
3051 (thread.o, gdbarch.o): Ditto.
3052 (ax-general.o, gdbarch.o): Ditto.
3053 (varobj.o, std-regs.o): Ditto.
3054 (fbsd-proc.o): Specify dependencies.
3055
3056 2002-08-02 Andrew Cagney <cagney@redhat.com>
3057
3058 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3059 regnum.
3060 (regcache_cooked_write): Ditto.
3061
3062 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3063
3064 * regcache.c (regcache_cooked_read): New function.
3065 (regcache_cooked_write): New function.
3066 (read_register_gen): Rewrite using regcache_cooked_read.
3067 (write_register_gen): Rewrite using regcache_cooked_write.
3068
3069 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3070 Declare.
3071
3072 2002-08-02 Andrew Cagney <cagney@redhat.com>
3073
3074 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3075 Replace the architecture methods register_read and register_write.
3076 * gdbarch.h, gdbarch.c: Regenerate.
3077 * regcache.c (init_regcache_descr): Update.
3078 (read_register_gen): Update.
3079 (write_register_gen): Update.
3080 (supply_register): Update comment.
3081
3082 * sh-tdep.c (sh_gdbarch_init): Update.
3083 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3084 `regcache' and `gdbarch' parameters. Make `buffer' a void
3085 pointer. Update code.
3086 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3087 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3088 void pointer. Update code.
3089 (sh64_register_write): Delete.
3090 (sh4_register_read): Delete.
3091 (sh64_register_read): Delete.
3092 (sh4_register_write): Delete.
3093 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3094 void pointer, `to' parameter a void pointer.
3095 (sh_sh64_register_convert_to_raw): Ditto.
3096
3097 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3098
3099 * mips-tdep.c (mips_register_virtual_type): Use architecture
3100 invariant return values.
3101
3102 2002-08-01 Andrew Cagney <cagney@redhat.com>
3103
3104 * linux-proc.c: Include "gdb_string.h".
3105 * Makefile.in (linux-proc.o): Update dependency list.
3106
3107 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3108
3109 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3110 comment.
3111
3112 2002-08-01 Grace Sainsbury <graces@redhat.com>
3113
3114 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3115 to_insert_watchpoint, to_remove_watchpoint,
3116 to_stopped_by_watchpoint, to_stopped_data_address,
3117 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3118 target vecctor. Define their corresponding macros so they call
3119 them.
3120
3121 * target.c: Add default and debug versions of for
3122 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3123 to_insert_watchpoint, to_remove_watchpoint,
3124 to_stopped_by_watchpoint, to_stopped_data_address,
3125 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3126
3127 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3128
3129 * mips-tdep.c (mips_register_virtual_type): New function.
3130 (mips_gdbarch_init): Register mips_register_virtual_type()
3131 with gdbarch machinery.
3132 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3133 this file instead of tm-bigmips.h.
3134 (MIPS_REGSIZE): Delete this macro.
3135 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3136 multiarch version in mips-tdep.c will be found.
3137
3138 2002-08-01 Andrew Cagney <cagney@redhat.com>
3139
3140 * NEWS: Menion that CHILL has been made obsolete.
3141
3142 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3143 * stabsread.c (read_range_type): Ditto.
3144 * gdbtypes.h: Ditto.
3145 * language.c (binop_type_check): Ditto.
3146 (binop_result_type): Ditto.
3147 (integral_type): Ditto.
3148 (character_type): Ditto.
3149 (string_type): Ditto.
3150 (boolean_type): Ditto.
3151 (structured_type): Ditto.
3152 (lang_bool_type): Ditto.
3153 (binop_type_check): Ditto.
3154 * language.h (_LANG_chill): Ditto.
3155 * dwarfread.c (set_cu_language): Ditto.
3156 * dwarfread.c (CHILL_PRODUCER): Ditto.
3157 * dwarfread.c (handle_producer): Ditto.
3158 * expression.h (enum exp_opcode): Ditto.
3159 * eval.c: Ditto for comments.
3160 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3161 * expprint.c (print_subexp): Ditto.
3162 (print_subexp): Ditto.
3163 * valops.c (value_cast): Ditto.
3164 (search_struct_field): Ditto.
3165 * value.h (COERCE_VARYING_ARRAY): Ditto.
3166 * symfile.c (init_filename_language_table): Ditto.
3167 (add_psymbol_with_dem_name_to_list): Ditto.
3168 * valarith.c (value_binop): Ditto.
3169 (value_neg): Ditto.
3170 * valops.c (value_slice): Ditto.
3171 * symtab.h (union language_specific): Ditto.
3172 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3173 (SYMBOL_DEMANGLED_NAME): Ditto.
3174 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3175 * defs.h (enum language): Ditto.
3176 * symtab.c (got_symtab): Ditto.
3177 * utils.c (fprintf_symbol_filtered): Ditto.
3178
3179 * ch-typeprint.c: Make file obsolete.
3180 * ch-valprint.c: Make file obsolete.
3181 * ch-lang.h: Make file obsolete.
3182 * ch-exp.c: Make file obsolete.
3183 * ch-lang.c: Make file obsolete.
3184
3185 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3186 CHILL_LIB.
3187 (TARGET_FLAGS_TO_PASS): Ditto.
3188 (CHILLFLAGS): Obsolete.
3189 (CHILL): Obsolete.
3190 (CHILL_FOR_TARGET): Obsolete.
3191 (CHILL_LIB): Obsolete.
3192 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3193 ch-valprint.c.
3194 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3195 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3196 ch-lang.o.
3197 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3198 targets.
3199
3200 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3201
3202 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3203 This does not change anything at the moment, but will be helpful
3204 later when full Ada support is integrated.
3205
3206 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3207
3208 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3209 help message.
3210
3211 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3212
3213 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3214 and save it in a local variable. Use variable in later test.
3215
3216 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3217
3218 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3219 test. (Thanks to Daniel Jacobowitz.)
3220
3221 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3222
3223 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3224 (mips_abi_strings): Add "n64".
3225 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3226
3227 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3228
3229 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3230 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3231
3232 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3233
3234 * utils.c (host_pointer_to_address, address_to_host_pointer):
3235 Use gdb_assert() instead of explicit call to internal_error().
3236
3237 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3238
3239 * Makefile.in (rs6000-nat.o): Update dependencies.
3240
3241 From Nicholas Duffek:
3242 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3243 (aix-thread.o): New rule.
3244 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3245 * config/powerpc/aix432.mh: New file.
3246
3247 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3248
3249 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3250 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3251 (fetch_core_registers, ppc_linux_supply_gregset)
3252 (ppc_linux_supply_fpregset): New functions.
3253 (ppc_linux_regset_core_fns): New.
3254 (_initialize_ppc_linux_tdep): Call add_core_fns.
3255 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3256 and ppc_linux_supply_gregset.
3257 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3258 (supply_fpregset): Call ppc_linux_supply_fpregset.
3259 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3260 corelow.o.
3261 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3262
3263 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3264
3265 * symtab.c (lookup_symbol): Demangle before lowercasing.
3266
3267 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3268
3269 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3270 declaration.
3271 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3272 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3273 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3274 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3275 "gdb_string.h".
3276 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3277 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3278 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3279 (avr-tdep.o, mon960-rom.o): Ditto.
3280 (aout_stabs_gnu_h): Define.
3281 (symtab_h): Remove $(gdb_obstack_h).
3282
3283 2002-07-30 Jim Blandy <jimb@redhat.com>
3284
3285 Patch from David Carlton <carlton@math.stanford.edu>:
3286 * gdbinit.in: Move the `dir' commands that add GDB's own source
3287 directory to the search path to the end, so that the `gdb' source
3288 directory will be searched first.
3289
3290 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3291
3292 * gdb_obstack.h: New file.
3293 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3294 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3295 * objfiles.h: Include "gdb_obstack.h".
3296 * Makefile.in (gdb_obstack_h): Define.
3297 (symtab_h): Add $(gdb_obstack_h).
3298 (objfiles_h): Add $(gdb_obstack_h).
3299
3300 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3301 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3302 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3303 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3304 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3305 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3306 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3307 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3308
3309 * Makefile.in (bcache.o): Update dependencies.
3310 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3311 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3312 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3313 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3314 (stabsread.o, symfile.o, symmisc.o): Ditto.
3315 (symtab.o, typeprint.o, macroexp.o): Ditto.
3316 (macrotab.o, mdebugread.o): Ditto.
3317 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3318 (coff_ecoff_h, aout_aout64_h): Define.
3319 (aout_stabs_gnu_h, libaout_h): Define.
3320
3321 2002-07-29 Andrew Cagney <cagney@redhat.com>
3322
3323 * regcache.c (struct regcache_descr): Rename nr_registers to
3324 nr_cooked_registers. Revise comments describing the structure
3325 member fields.
3326 (init_regcache_descr): Update.
3327 (init_legacy_regcache_descr): Update.
3328 (read_register_gen, write_register_gen): When a cooked register in
3329 the raw register range, directly access the value from the raw
3330 register cache.
3331
3332 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3333
3334 * z8k-tdep.c: Do not include "obstack.h".
3335 * h8300-tdep.c, h8500-tdep.c: Ditto.
3336 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3337 * valprint.c, v850-tdep.c: Ditto.
3338 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3339 * mn10200-tdep.c: Ditto.
3340
3341 * Makefile.in (z8k-tdep.o): Update dependencies.
3342 (m68hc11-tdep.o, valprint.o): Ditto.
3343 (v850-tdep.o, d10v-tdep.o): Ditto.
3344 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3345 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3346 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3347 (sh_opc_h, gdb_sim_sh_h): Define.
3348 (elf_sh_h, elf_bfd_h): Define.
3349 (opcode_m68hc11_h): Define.
3350 (OPCODES_SRC, OPCODES_DIR): define.
3351 (OPCODES): Use $(OPCODES_DIR).
3352 (gdb_sim_d10v_h): Rename sim_d10v_h.
3353 (gdb_sim_arm_h): Rename sim_arm_h.
3354
3355 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3356
3357 * utils.c (host_pointer_to_address, address_to_host_pointer):
3358 Change internal_error() message to indicate function responsible
3359 for the error.
3360
3361 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3362
3363 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3364 calls to local_hex_string_custom().
3365
3366 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3367
3368 * irix5-nat.c: Move IRIX shared library support from here...
3369 * solib-irix.c: ...to here. Revised substantially to work with
3370 generic solib framework.
3371
3372 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3373 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3374 * mips-irix-tdep.c: New file.
3375
3376 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3377 (mips-irix-tdep.o, solib-irix.o): New rules.
3378 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3379 solib-irix.o.
3380 * config/mips/irix6.mt (TDEPFILES): Likewise.
3381 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3382
3383 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3384
3385 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3386 disabled (via ``#if 0'') includes.
3387
3388 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3389
3390 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3391 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3392 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3393 Add support for the fpscr register.
3394 * rs6000-nat.c (regmap, fetch_inferior_registers)
3395 (store_inferior_registers, fetch_core_registers): Likewise.
3396
3397 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3398
3399 * rs6000-nat.c (language.h): Include.
3400 (special_regs): Delete this array.
3401 (regmap): New function.
3402 (fetch_register, store_register): Use regmap() to map gdb
3403 register numbers to ptrace register numbers. Also, use
3404 outputs from regmap() to make decisions regarding type of
3405 ptrace() call to make. In particular, don't compare against
3406 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3407 (fetch_inferior_registers, store_inferior_registers): Where
3408 possible, obtain register numbers from tdep struct. Don't
3409 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3410 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3411 (LAST_UISA_SP_REGNUM): Delete.
3412
3413 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3414
3415 * rs6000-nat.c (ppc-tdep.h): Include.
3416 (fetch_registers, store_register, fetch_core_registers): Don't
3417 access registers[] directly. Instead, use supply_register() or
3418 regcache_collect() as appropriate.
3419 (find_toc_address): Format hex address with local_hex_string().
3420
3421 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3422
3423 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3424 bfd/elf32-frv.c.
3425
3426 2002-07-24 Tom Tromey <tromey@redhat.com>
3427
3428 * jv-exp.y: Marked all strings with _().
3429 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3430 internal_error.
3431 (MethodInvocation, CastExpression, parse_number, yyerror,
3432 java_type_from_name, push_expression_name, yylex): Typo fixes.
3433
3434 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3435
3436 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3437 (tee_file_flush, tee_file_write, tee_file_fputs)
3438 (tee_file_isatty): New.
3439 * ui-file.h (tee_file_new): Add prototype.
3440
3441 2002-07-24 Aidan Skinner <aidan@velvet.net>
3442
3443 * ada-lang.c: Change k&r style function definitions to prototyped
3444 form.
3445 * ada-typeprint.c: Change k&r style function definitions to prototyped
3446 form.
3447 * ada-valprint.c: Change k&r style function definitions to prototyped
3448 form.
3449
3450 2002-07-24 Andrew Cagney <cagney@redhat.com>
3451
3452 * README: Remove reference to remote-bug.
3453 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3454 remote-bug.c.
3455 (m88k-nat.o): Delete rule.
3456 (m88k-tdep.o): Delete rule.
3457 (remote-bug.o): Delete rule.
3458 * MAINTAINERS: Mark as obsolete.
3459 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3460 * m88k-tdep.c: Make file obsolete.
3461 * config/m88k/m88k.mh: Ditto.
3462 * config/m88k/delta88v4.mh: Ditto.
3463 * config/m88k/delta88v4.mt: Ditto.
3464 * config/m88k/delta88.mt: Ditto.
3465 * config/m88k/delta88.mh: Ditto.
3466 * remote-bug.c: Ditto.
3467 * config/m88k/tm-delta88.h: Ditto.
3468 * config/m88k/nm-delta88v4.h: Ditto.
3469 * config/m88k/xm-delta88.h: Ditto.
3470 * config/m88k/xm-dgux.h: Ditto.
3471 * config/m88k/tm-m88k.h: Ditto.
3472 * config/m88k/nm-m88k.h: Ditto.
3473 * config/m88k/tm-delta88v4.h: Ditto.
3474 * m88k-nat.c: Ditto.
3475 * cxux-nat.c: Ditto.
3476 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3477 and m88*-*-* obsolete.
3478 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3479 m88*-*-* obsolete.
3480
3481 2002-07-24 Andrew Cagney <cagney@redhat.com>
3482
3483 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3484 constant. Same for local pointer variables.
3485 (extract_signed_integer): Ditto.
3486 * defs.h (extract_unsigned_integer): Update.
3487 (extract_signed_integer): Update.
3488
3489 2002-07-24 Andrew Cagney <cagney@redhat.com>
3490
3491 * regcache.c (regcache_raw_write): Change buf parameter to a
3492 constant void pointer.
3493 (regcache_raw_read): Change buf parameter to a void pointer.
3494 (legacy_write_register_gen): Change myaddr parameter a constant
3495 void pointer.
3496 (supply_register): Change val parameter to a const void pointer.
3497 * regcache.h (regcache_raw_write): Update declaration.
3498 (regcache_raw_read): Update declaration.
3499 (supply_register): Update declaration.
3500
3501 2002-07-24 Tom Tromey <tromey@redhat.com>
3502
3503 * defs.h (gdb_readline_wrapper): Declare.
3504 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3505 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3506 * top.c (gdb_readline_wrapper): New function.
3507 (command_line_input): Use it.
3508
3509 2002-07-24 Andrew Cagney <cagney@redhat.com>
3510
3511 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3512 regcache_read and regcache_write.
3513 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3514 * regcache.c: Update.
3515 * sh-tdep.c (sh64_push_arguments): Update comment.
3516 (sh_pseudo_register_read): Update.
3517 (sh_pseudo_register_write): Update.
3518 (sh4_register_read): Update.
3519 (sh4_register_write): Update.
3520 (sh64_pseudo_register_read): Update.
3521 (sh64_pseudo_register_write): Update.
3522 (sh64_register_read): Update.
3523 (sh64_register_write): Update.
3524 * i386-tdep.c (i386_extract_return_value): Update.
3525 (i386_extract_struct_value_address): Update.
3526 (i386_extract_return_value): Update.
3527 * blockframe.c (generic_read_register_dummy): Update.
3528 (generic_call_dummy_register_unwind): Update
3529 * infrun.c (write_inferior_status_register): Update.
3530
3531 2002-07-23 Jim Blandy <jimb@redhat.com>
3532
3533 * parser-defs.h (expression_context_pc): Make this extern.
3534 (Thanks to Michael Snyder.)
3535
3536 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3537
3538 GDB 5.2.1 released from 5.2 branch.
3539 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3540 * README: Update to mention 5.2.1.
3541
3542 2002-07-23 Mark Salter <msalter@redhat.com>
3543
3544 * remote.c (remote_read_bytes): Fix check for error.
3545
3546 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3547
3548 * aix-thread.c (language.h): Include.
3549 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3550 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3551 Print newlines at end of debug messages.
3552 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3553 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3554
3555 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3556
3557 * aix-thread.c (ppc-tdep.h): Include.
3558 (special_register_p): New function.
3559 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3560 (store_regs_user_thread): Use register number information from
3561 gdbarch_tdep struct instead of hardcoded offsets relative to
3562 FIRST_UISA_SP_REGNUM.
3563 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3564 special_register_p() instead of using FPLAST_REGNUM and
3565 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3566 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3567 will be MQ's register number.
3568
3569 2002-07-22 Michael Snyder <msnyder@redhat.com>
3570
3571 * aix-thread.c (ops): Rename to aix_thread_ops.
3572 (base_ops): Rename to base_target.
3573 (ops_attach): Rename to aix_thread_attach.
3574 (ops_detach): Rename to aix_thread_detach.
3575 (ops_resume): Rename to aix_thread_detach.
3576 (ops_wait): Rename to aix_thread_wait.
3577 (ops_kill): Rename to aix_thread_kill.
3578 (init_ops): Rename to init_aix_thread_ops.
3579 (ops_fetch_register): Rename to aix_thread_fetch_register.
3580 (ops_store_register): Rename to aix_thread_store_register.
3581 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3582 (ops_thread_alive): Rename to aix_thread_thread_alive.
3583 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3584 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3585 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3586 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3587 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3588 (store_regs_lib): Rename to store_regs_user_thread.
3589 (store_regs_kern): Rename to store_regs_kernel_thread.
3590
3591 2002-07-22 Michael Snyder <msnyder@redhat.com>
3592
3593 * aix-thread.c (ops_prepare_to_store): Eliminate.
3594 (init_ops): Don't initialize ops.prepare_to_store.
3595 (store_regs_kern): Pre-fetch register buffers from child,
3596 because some registers may not be in the cache. Copy
3597 regs from register cache only if they are cached.
3598 (store_regs_lib): Copy regs from register cache only
3599 if they are cached.
3600 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3601 fill_gprs64): Ditto.
3602
3603 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3604
3605 * aix-thread.c (gdb_assert.h): Include.
3606 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3607 register sizes (from register cache) match size of buffer holding
3608 register data.
3609 (fill_sprs32): Change parameter types to match those in the ptrace()
3610 buffer.
3611 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3612 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3613
3614 2002-07-22 Michael Snyder <msnyder@redhat.com>
3615
3616 * aix-thread.c (supply_sprs64): Cosmetic change.
3617 (supply_sprs32): Cosmetic change.
3618 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3619 (fill_sprs64): Use regcache_collect instead of read_register.
3620 (store_regs_lib): Use regcache_collect instead of
3621 read_register. Use fill_sprs32 instead of fill_sprs64,
3622 if debugging a 32-bit architecture.
3623 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3624 out of the register cache, instead of passing a pointer into
3625 the register cache directly to ptrace. Use regcache_collect
3626 insteaad of read_register.
3627 (ops_prepare_to_store): Use target_read_registers instead
3628 of read_register_bytes.
3629
3630 2002-07-20 Aidan Skinner <aidan@velvet.net>
3631
3632 * MAINTAINERS: Add self under write after approval.
3633
3634 2002-07-20 Aidan Skinner <aidan@velvet.net>
3635
3636 * ada-tasks.c: Change k&r style function definitions to prototyped
3637 form.
3638
3639 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3640
3641 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3642 * x86-64-tdep.c: Include "objfiles.h".
3643 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3644 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3645
3646 2002-07-17 Michal Ludvig <michal@suse.cz>
3647
3648 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3649 (update_context): Initialise cfa variable.
3650
3651 2002-07-17 Michael Snyder <msnyder@redhat.com>
3652
3653 * aix-thread.c: Shorten some long lines.
3654 Bring comments into line with code spec.
3655
3656 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3657
3658 * infrun.c: Re-indent using gdb_indent.sh.
3659
3660 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3661
3662 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3663 Leave the indentation temporarily untouched, to minimize the diffs.
3664
3665 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3666
3667 * stabsread.c: Make os9k sections of the code obsolete,
3668 for real this time.
3669 * stabsread.h: Make os9k sections of the code obsolete.
3670
3671 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3672
3673 * linux-low.c (regsets_store_inferior_registers): Add free()
3674 at the end of a loop to prevent memory leak.
3675 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3676 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3677 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3678 line a comment.
3679 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3680
3681 2002-07-17 Jim Blandy <jimb@redhat.com>
3682
3683 * macrocmd.c (info_macro_command): Remove newline from error
3684 message.
3685
3686 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3687
3688 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3689 (sh_gdbarch_init): Use it for sh-dsp.
3690
3691 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3692
3693 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3694 64-bit DWARF2 format.
3695
3696 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3697
3698 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3699 <sys/proc.h> when not available.
3700
3701 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3702
3703 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3704 * stabsread.c: Make os9k sections of the code obsolete.
3705 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3706 * config/i386/i386os9k.mt: Make file obsolete.
3707 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3708 (COMMON_OBS): Remove os9kread.o
3709 (SFILES): Remove os9kread.c.
3710 (os9kread.o, remote-os9k.o): Make target obsolete.
3711 * remote-os9k.c: Make file obsolete.
3712 * os9kread.c: Make file obsolete.
3713 * Makefile.in
3714
3715 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3716
3717 * NEWS: Mention that the FR30 has been made obsolete.
3718 * fr30-tdep.c: Make file obsolete.
3719 * config/fr30/tm-fr30.h: Ditto.
3720 * config/fr30/fr30.mt: Ditto.
3721 * configure.tgt: Make fr30-*-elf obsolete.
3722 * MAINTAINERS: Make fr30-elf obsolete.
3723
3724 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3725
3726 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3727 found is not inside a section.
3728
3729 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3730
3731 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3732 strerror().
3733 (pdc_realloc): Use xrealloc() instead of realloc().
3734
3735 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3736
3737 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3738 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3739 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3740 macros.
3741
3742 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3743
3744 * aix-thread.c (ptrace_check): Eliminate goto.
3745 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3746 problem.
3747
3748 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3749
3750 * aix-thread.c (gdbcmd.h): Include.
3751 (DEBUG, DBG, DBG2, dbg): Eliminate.
3752 (debug_aix_thread): New static global.
3753 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3754 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3755 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3756 invocations to DBG and DBG2 macros to test against
3757 ``debug_aix_thread'' and call fprintf_unfiltered().
3758 (_initialize_aix_thread): Add new command "set debug aix-thread".
3759
3760 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3761
3762 From Gerhard Tonn <TON@de.ibm.com>:
3763 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3764 instead of supply_register.
3765
3766 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3767
3768 * dwarf2cfi.c: Include "gdb_assert.h".
3769 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3770 non-NULL.
3771 (update_context): Do not use __func__. Add missing ``break''.
3772 (update_context): Do not use __func__.
3773
3774 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3775
3776 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3777 and its setting. Set gdbarch instruction printing functions
3778 directly. For non-rs6000 case use new function
3779 gdb_print_insn_powerpc.
3780 (gdb_print_insn_powerpc): New function.
3781
3782 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3783
3784 * NEWS: Mention that the d30v has been marked obsolete.
3785 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3786 * configure.tgt: Mark d30v-*-* as obsolete.
3787 * d30v-tdep.c: Mark file as obsolete.
3788 * config/d30v/d30v.mt: Ditto.
3789 * config/d30v/tm-d30v.h: Ditto.
3790
3791 2002-07-13 Aidan Skinner <aidan@velvet.net>
3792
3793 * ada-tasks.c (add_task_entry): replace calls to
3794 malloc() with xmalloc
3795 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3796
3797 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3798 ada_finish_decode_line_1, all_sals_for_line
3799 ada_breakpoint_rewrite): replace calls to free() with xfree()
3800
3801 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3802
3803 From Nicholas Duffek (with minor changes by Martin Hunt,
3804 Louis Hamilton, and Kevin Buettner):
3805 * aix-thread.c: New file.
3806
3807 2002-07-12 Petr Sorfa <petrs@caldera.com>
3808
3809 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3810 complaint for invalid attribute class or form.
3811 (read_func_scope): DW_AT_frame_base
3812 better handling of DW_AT_block*.
3813 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3814 better handling of DW_AT_block*.
3815 (read_common_block): DW_AT_location
3816 better handling of DW_AT_block*.
3817 (read_partial_die): DW_AT_location better handling
3818 of DW_AT_block*.
3819 (new_symbol): DW_AT_external better handling of
3820 DW_AT_block*. Proper initialization of variable
3821 "addr".
3822 (attr_form_is_block): New function that returns true
3823 if the attribute's form is of DW_FORM_block*.
3824
3825 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3826
3827 * valops.c (find_method_list): Remove comment about
3828 removed STATIC_MEMFUNCP argument.
3829 (value_find_oload_method_list): Likewise.
3830
3831 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3832
3833 From Nicholas Duffek:
3834 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3835 target_new_objfile_hook.
3836
3837 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3838
3839 From Nicholas Duffek:
3840 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3841 csect.
3842
3843 2002-07-12 Andrew Cagney <cagney@redhat.com>
3844
3845 * MAINTAINERS: Mention --enable-sim-build-warnings.
3846 (m68hc11-elf): Disable sim build warnings.
3847 (m32r-elf): Mark as broken obsolete candidate.
3848 (x86_64-linux-gnu): Mark as buildable with -Werror.
3849 (arm-elf): Change -w to ``,'' which enables warnings but not
3850 -Werror.
3851
3852 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3853
3854 * bcache.h: Update copyright.
3855 (struct bstring, struct bcache): Move definition to "bcache.c".
3856 Replaced by opaque declaration.
3857 (bcache_xfree): Replace free_bcache.
3858 (bcache_xmalloc, bcache_memory_used): Declare.
3859
3860 * bcache.c: Update copyright.
3861 (struct bstring, struct bcache): Moved to here from "bcache.h".
3862 Update comments.
3863 (bcache_xmalloc, bcache_memory_used): New functions.
3864 (bcache_xfree): Replace function free_bcache.
3865
3866 * Makefile.in (objfiles.o): Add $(bcache_h).
3867 (objfiles_h): Remove $(bcache_h).
3868 (symfile.o): Add $(bcache_h).
3869
3870 * symmisc.c: Update copyright.
3871 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3872 (print_objfile_statistics): Use bcache_memory_used.
3873
3874 * symfile.c: Include "bcache.h".
3875 (reread_symbols): Use bcache_xfree.
3876 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3877 (add_psymbol_to_list): Pass psymbol_cache by value.
3878 (add_psymbol_with_dem_name_to_list): Ditto.
3879
3880 * objfiles.h: Update copyright.
3881 (struct bcache): Declare opaque. Do not include "bcache.h".
3882 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3883 bcache'' pointers.
3884 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3885
3886 * objfiles.c: Include "bcache.h". Update copyright.
3887 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3888 macro_cache.
3889 (free_objfile): Use bcache_xfree.
3890
3891 2002-07-11 Grace Sainsbury <graces@redhat.com>
3892
3893 * monitor.c (monitor_fetch_register): Make name a constant.
3894 (monitor_store_register): Same.
3895
3896 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3897
3898 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3899 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3900 (finish_block) For non-function blocks, hash the symbol table. For
3901 function blocks, mark the symbol table as unhashed.
3902 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3903 (msymbol_hash_iw): Likewise.
3904 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3905 value.
3906 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3907 (lookup_minimal_symbol): Likewise for both.
3908 * symtab.h (struct block): Add `hashtable' flag. Comment the
3909 hashtable.
3910 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3911 (ALL_BLOCK_SYMBOLS): Update.
3912 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3913 (struct symbol): Add `hash_next' pointer.
3914 * symtab.c (lookup_block_symbol): Search using the hash table when
3915 possible.
3916 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3917 (search_symbols, find_addr_symbol): Likewise.
3918
3919 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3920 (read_dst_symtab): Likewise.
3921 * jv-lang.c (get_java_class_symtab): Likewise.
3922 * mdebugread.c: Include "gdb_assert.h".
3923 (shrink_block): Assert that the block being modified is not hashed.
3924 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3925 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3926 symbols.
3927 (dump_symtab): Recognize hashed blocks.
3928 * printcmd.c (print_frame_args): Assert that function blocks do not
3929 have hashed symbol tables.
3930 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3931 (fill_in_ada_prototype, debug_print_block): Likewise.
3932 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3933
3934 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3935
3936 * stack.c (print_frame): Use result of frame_address_in_block()
3937 instead of fi->pc when evaluating symbols.
3938 (backtrace_command_1): Ditto.
3939
3940 2002-07-11 Andrew Cagney <cagney@redhat.com>
3941
3942 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3943 Make static.
3944
3945 * arm-tdep.c (arm_register_name): Make return type constant.
3946
3947 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3948
3949 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3950 prototype.
3951 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3952 * s390-tdep.c (s390_fp_regnum): Ditto.
3953 (s390_read_fp): Ditto.
3954 (s390_pop_frame): Ditto.
3955 (_initialize_s390_tdep): Ditto.
3956 * remote.c (get_remote_state): Ditto.
3957 * procfs.c (mappingflags): Ditto.
3958 * memattr.c (_initialize_mem): Ditto.
3959 * mcore-tdep.c (mcore_pop_frame): Ditto.
3960 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3961 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3962 * language.c (set_case_str): Ditto.
3963 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3964 * frv-tdep.c (new_variant): Ditto.
3965 (frv_stopped_data_address): Ditto.
3966 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3967 (context_alloc): Ditto.
3968 (frame_state_alloc): Ditto.
3969 (unwind_tmp_obstack_init): Ditto.
3970 (unwind_tmp_obstack_free): Ditto.
3971 (cfi_read_fp): Ditto.
3972 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3973 (cris_pop_frame): Ditto.
3974 * c-lang.c (scanning_macro_expansion): Ditto.
3975 (finished_macro_expansion): Ditto.
3976 (c_preprocess_and_parse): Ditto.
3977 * gdbarch.sh: Ditto.
3978 * gdbarch.h, gdbarch.c: Regenerate.
3979 * config/mn10200/tm-mn10200.h: Adjust indentation.
3980 * target.c: Adjust indentation.
3981 * symtab.h: Adjust indentation.
3982 * stabsread.h: Adjust indentation.
3983 * remote-es.c: Adjust indentation.
3984 * os9kread.c: Adjust indentation.
3985
3986 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3987
3988 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3989 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3990
3991 2002-07-10 Grace Sainsbury <graces@redhat.com>
3992
3993 * NEWS: Mention m68k, mcore multi-arching.
3994 * MAINTAINERS: Change status of m68k, mcore to reflect
3995 multi-arching.
3996
3997 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
3998
3999 * valops.c (find_overload_match): Free oload_syms.
4000
4001 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4002
4003 Define HAVE_SYS_PROC_H if sys/proc.h exists
4004 * configure.in: Add check for sys/proc.h
4005 * config.in: Regenerate.
4006 * configure: Regenerate.
4007
4008 2002-07-09 Grace Sainsbury <graces@redhat.com>
4009
4010 * config/m68k/tm-m68k.h: Remove macros wrapped in
4011 #if !GDB_MULTI_ARCH.
4012
4013 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4014
4015 * config.in, configure: Regenerate.
4016
4017 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4018
4019 * dwarf2cfi.c: Include "gcore.h".
4020 (execute_stack_op): Fix implementation of the
4021 DW_OP_deref and DW_OP_deref_size operators by letting do their
4022 lookup in the target.
4023
4024 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4025
4026 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4027 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4028 tdep->sc_sp_offset.
4029
4030 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4031
4032 Fix PR gdb/595, gdb/602
4033 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4034 Don't call value_cast, just read the vtable pointer; update comments
4035 to match.
4036
4037 2002-07-05 Grace Sainsbury <graces@redhat.com>
4038
4039 * config/mcore/tm-mcore.h: Remove file.
4040 * config/mcore/mcore.mt: Remove definition of TM_FILE
4041 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4042
4043 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4044
4045 * i386bsd-tdep.c: Include "gdb_string.h".
4046
4047 2002-07-04 Grace Sainsbury <graces@redhat.com>
4048
4049 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4050 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4051 mcore-tdep.
4052 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4053 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4054 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4055 (RETVAL_REGNUM): Move macros from tm-mcore.h
4056 (mcore_reg_struct_has_addr): New function.
4057 (mcore_gdbarch_init): Added initializations for the macros removed
4058 from tm-mcore.h.
4059
4060 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4061
4062 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4063 traditonal string branding within the ELF header.
4064
4065 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4066
4067 * symtab.c (remove_params): New function.
4068 (make_symbol_overload_list): Use it instead of cplus_demangle.
4069 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4070
4071 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4072
4073 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4074
4075 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4076 New variables.
4077 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4078 and tdep->sigtramp_end.
4079 * i386obsd-nat.c: New file.
4080 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4081
4082 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4083 Don't call get_current_frame().
4084
4085 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4086
4087 * i386-nat.c (child_post_startup_inferior): New function
4088 calling i386_cleanup_dregs if
4089 I386_USE_GENERIC_WATCHPOINTS is defined.
4090 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4091 conditional to acknowledge that i386-nat.c has its
4092 own child_post_startup_inferior function.
4093
4094 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4095
4096 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4097 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4098 instead of MAX_REGISTER_RAW_SIZE.
4099 (i386_extract_return_value, i386_extract_struct_value_address):
4100 Convert to use regcache.
4101 (i386_gdbarch_init): Set max_register_raw_size and
4102 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4103 Set extract_return_value and extract_struct_value_address instead
4104 of their deprecated variants.
4105
4106 Convert i386 target to generic dummy frames.
4107 * i386-tdep.c: Include "symfile.h".
4108 (i386_frameless_signal_p): Consider a function to be frameless if
4109 the pc points at the first instruction of the function.
4110 (i386_frame_chain): Handle (generic) call dummies.
4111 (i386_frame_saved_pc): Likewise.
4112 (i386_frame_init_saved_regs): Remove code dealing with call
4113 dummies on the stack.
4114 (i386_push_dummy_frame): Removed.
4115 (i386_call_dummy_words): Removed.
4116 (i386_fix_call_dummy): Removed.
4117 (i386_push_return_address): New function.
4118 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4119 parameter, and don't call get_current_frame.
4120 (i386_pop_frame): New function.
4121 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4122 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4123 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4124 call_dummy_length to 0, set call_dummy_words to NULL, set
4125 sizeof_call_dummy_words to 0, set fix_call_dummy to
4126 generic_fix_call_dummy, set pc_in_call_dummy to
4127 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4128 generic_push_dummy_frame, set push_return_address to
4129 i386_push_return_address and set frame_chain_valid to
4130 generic_file_frame_chain_valid.
4131
4132 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4133
4134 * gdbarch.sh (struct regcache): Add opaque declaration.
4135 (EXTRACT_RETURN_VALUE): New architecture method.
4136 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4137 * gdbarch.h, gdbarch.c: Regenerate.
4138 * arch-utils.c (legacy_extract_return_value): New function.
4139 * arch-utils.h (legacy_extract_return_value): Declare.
4140 * values.c (value_being_returned): Re-enable code handling
4141 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4142 deprecated_grub_regcache_for_registers call to block handling
4143 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4144 (EXTRACT_RETURN_VALUE): Do not define.
4145
4146 2002-07-03 Grace Sainsbury <graces@redhat.com>
4147
4148 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4149 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4150 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4151 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4152 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4153 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4154 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4155 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4156 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4157 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4158 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4159 argument so the function fits the prototype in the architecture
4160 vector.
4161 (mcore_pop_frame): Remove argument so the function fits the
4162 prototype. Use get_current_frame instead of the argument.
4163 (mcore_push_arguments): Change type of struct_return so the
4164 function can be used in the architecture vector.
4165 (mcore_store_struct_return): Add.
4166 (mcore_frame_init_saved_regs): Add.
4167 (mcore_gdbarch_init): Add function calls to replace the macros
4168 removed from tm-mcore.h
4169
4170 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4171
4172 * infcmd.c (print_return_value): Remove compatibility code calling
4173 deprecated_grub_regcache_for_registers.
4174
4175 * values.c: Include "regcache.h".
4176 (value_being_returned): Update. Use
4177 deprecated_grub_regcache_for_registers to extract the register
4178 buffer address.
4179 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4180 ``struct regcache''.
4181 * Makefile.in (values.o): Add dependency on $(regcache_h).
4182
4183 * inferior.h (run_stack_dummy): Change type of second parameter to
4184 a ``struct regcache''.
4185 * valops.c (hand_function_call): Change type of retbuf to ``struct
4186 regcache''. Allocate using regcache_xmalloc, clean using
4187 make_cleanup_regcache_xfree.
4188 * infcmd.c (run_stack_dummy): Update. Use
4189 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4190
4191 * regcache.c (do_regcache_xfree): New function.
4192 (make_cleanup_regcache_xfree): New function.
4193 * regcache.h (make_cleanup_regcache_xfree): Declare.
4194
4195 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4196
4197 * event-top.c (command_line_handler): Don't read past
4198 beginning of buffer.
4199
4200 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4201
4202 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4203 struct frame_id.
4204 (varobj_create): Store frame_id for root.
4205 (varobj_gen_name): Use xasprintf.
4206 (varobj_update): Save and restore frame using get_frame_id() and
4207 frame_find_by_id().
4208 (create_child): Use xasprintf.
4209 (new_root_variable): Initialize frame_id.
4210 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4211 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4212 to prevent memory leak.
4213
4214 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4215
4216 * valops.c (hand_function_call): Move declaration of retbuf to
4217 start of function, allocate using malloc, add a cleanup but before
4218 the inf_status cleanup, cleanup the buffer. Rename local variable
4219 old_chain to inf_status_cleanup.
4220
4221 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4222
4223 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4224
4225 * cli/cli-decode.c (cmd_func_p): New function.
4226 (cmd_func): New function.
4227
4228 * command.h: Add cmd_func() and cmd_func_p().
4229
4230 2002-07-03 Grace Sainsbury <graces@redhat.com>
4231
4232 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4233 (REGISTER_SIZE): Remove.
4234 (MAX_REGISTER_RAW_SIZE): Remove.
4235 (REGISTER_VIRTUAL_TYPE): Remove.
4236 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4237 (REGISTER_NAME): Remove.
4238 (USE_GENERIC_DUMMY_FRAMES): Remove.
4239 (CALL_DUMMY): Remove.
4240 (CALL_DUMMY_START_OFFSET): Remove.
4241 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4242 (CALL_DUMMY_LOCATION): Remove.
4243 (FIX_CALL_DUMMY): Remove.
4244 (CALL_DUMMY_ADDRESS): Remove.
4245 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4246 (SAVE_DUMMY_FRAME_TOS): Remove.
4247 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4248 (mcore_register_virtual_type): New function.
4249 (mcore_register_byte): New function.
4250 (mcore_register_size): New function.
4251 (mcore_register_name): New function.
4252 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4253 macros removed from tm-mcore.h.
4254 (mcore_dump_tdep): Add.
4255 (_initialize_mcore_tdep): Add gdbarch_register call.
4256
4257 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4258
4259 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4260 frameless_look_for_prologue, such that we actually call this
4261 function.
4262
4263 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4264
4265 * frame.h (frame_address_in_block): New function.
4266
4267 * blockframe.c (frame_address_in_block): New function extracted
4268 from get_frame_block().
4269 (get_frame_block): Use frame_address_in_block().
4270 (block_innermost_frame): Use frame_address_in_block() to match
4271 the frame pc address against the block boundaries rather than
4272 the frame pc directly. This prevents a failure when a frame pc
4273 is actually a return-address pointing immediately after the end
4274 of the given block.
4275
4276 2002-07-02 Grace Sainsbury <graces@redhat.com>
4277
4278 * MAINTAINERS: Add self under write after approval.
4279
4280 2002-07-02 Grace Sainsbury <graces@redhat.com>
4281
4282 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4283 used in architecture vector. The default is
4284 m68k_local_breakpoint_from_pc.
4285 (m68k_local_breakpoint_from_pc): Add.
4286 (enum): Add register numbers from tm-m68k.h.
4287 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4288 vector.
4289 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4290 GDB_MULTI_ARCH_PARTIAL.
4291 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4292 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4293 m68k-tdep.c.
4294 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4295 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4296 to enum in m68k-tdep.c
4297
4298 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4299
4300 * solib-osf.c (open_map): Compute the list of shared libraries
4301 loaded by the inferior, rather than the list of libraries loaded
4302 by GDB itself. Otherwise, GDB ends up reading the symbols from
4303 the wrong shared libraries...
4304
4305 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4306
4307 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4308 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4309 macros.
4310 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4311 Remove functions.
4312 (FRAMELESS_SIGNAL): Remove function.
4313 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4314 i386_linux_saved_pc_after_call): Removed.
4315 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4316 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4317 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4318
4319 * i386-tdep.c (i386_frameless_signal_p): New function.
4320 (i386_frame_chain): Deal with frameless signals.
4321 (i386_sigtramp_saved_sp): New function.
4322 (i386_frame_saved_pc): Deal with frameless signals.
4323 (i386_saved_pc_after_call): Make sure the correct value is
4324 returned just after entry into a sigtramp.
4325 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4326 i386fbsd4_sc_sp_offset): New variables.
4327 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4328 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4329 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4330 similiar to what we already did for sc_pc_offset.
4331 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4332 tdep->sc_sp_offset.
4333
4334 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4335
4336 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4337
4338 * config/i386/tm-x86-64linux.h: New.
4339 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4340 definitions.
4341 * config/i386/nm-x86-64.h: Rename to ...
4342 * config/i386/nm-x86-64linux.h: ... this one.
4343 * config/i386/x86-64linux.mh: Reflect the above change.
4344
4345 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4346
4347 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4348 with sigcontext_addr. Add sc_sp_offset.
4349 (i386bsd_sigtramp_saved_pc): Remove prototype.
4350 (i386bsd_sicontext_addr): Add prototype.
4351 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4352 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4353 (i386_svr4_sigtramp_saved_pc): Removed.
4354 (i386_svr4_sigcontext_addr): New function.
4355 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4356 Initialize tdep->sigcontext_addr instead. Initialize
4357 tdep->sc_pc_offset and tdep->sc_sp_offset.
4358 (i386_gdbarch_init): Likewise.
4359 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4360 any more.
4361 (i386bsd_sigtramp_saved_pc): Remove function.
4362 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4363 Initialize tdep->sigcontext_addr instead. Initialize
4364 tdep->sc_pc_offset.
4365 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4366 of tdep->sigtramp_saved_pc.
4367 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4368 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4369 instead.
4370
4371 * i386-tdep.c (i386_frameless_function_invocation,
4372 i386_frame_num_args, i386_frame_init_saved_regs,
4373 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4374 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4375 i386_extract_return_value, i386_store_return_value,
4376 i386_extract_struct_value_address, i386_register_virtual_type,
4377 i386_register_convertible, i386_register_convert_to_virtual,
4378 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4379 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4380 static.
4381
4382 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4383
4384 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4385
4386 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4387 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4388 this macro. Include "value.h".
4389
4390 2002-06-30 Aidan Skinner <aidan@velvet.net>
4391
4392 * ada-exp.tab.c: remove as it's a generated file
4393 * ada-lex.c: remove as it's a generated file
4394
4395 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4396
4397 * config/i386/tm-i386.h (struct frame_info, struct
4398 frame_saved_regs, struct value, struct type): Remove forward
4399 declarations.
4400
4401 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4402 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4403 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4404 (FILL_FPXREGSET): Define.
4405
4406 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4407
4408 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4409 i[3456]86-*-netbsd* case.
4410 * config/i386/tm-obsd.h: Removed.
4411 * config/i386/obsd.mt: Removed.
4412 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4413 core-aout.o.
4414 (MH_CFLAGS): Add -DYYDEBUG=0.
4415
4416 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4417 i386nbsd_sc_pc_offset on OpenBSD too.
4418
4419 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4420 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4421 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4422 define.
4423 * i386bsd-tdep.c: Include "arch-utils.h".
4424 (i386bsd_aout_in_solib_call_trampoline): New function.
4425 (i386bsd_init_abi): Set in_solib_call_trampoline to
4426 i386bsd_aout_in_solib_call_trampoline.
4427 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4428 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4429
4430 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4431
4432 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4433 (struct obstack, struct bcache): Add opaque declarations.
4434 * Makefile.in (macrotab_h): Update
4435
4436 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4437
4438 * blockframe.c (generic_find_dummy_frame): Change return type to
4439 ``struct regcache''.
4440 (struct dummy_frame): Replace field ``registers'' with regcache, a
4441 struct regcache object.
4442 (generic_find_dummy_frame): Update.
4443 (generic_push_dummy_frame): Update. Use regcache_xfree,
4444 regcache_xmalloc and regcache_cpy.
4445 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4446 regcache_xfree.
4447 (deprecated_generic_find_dummy_frame): Update.
4448 (generic_read_register_dummy): Update. Use
4449 regcache_read_as_address.
4450 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4451 (generic_get_saved_register): Update. Use regcache_read.
4452
4453 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4454
4455 * Makefile.in (objfiles_h): Add $(bcache_h).
4456 * objfiles.h: Include "bcache.h".
4457
4458 * Makefile.in (symtab_h): Remove $(bcache_h).
4459 * symtab.h: Do not include "bcache.h".
4460
4461 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4462
4463 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4464 generic_func_frame_chain_valid.
4465
4466 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4467
4468 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4469 * config/i386/tm-fbsd.h: Likewise.
4470
4471 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4472
4473 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4474 generic_unwind_get_saved_register.
4475
4476 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4477
4478 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4479 * regcache.c (supply_register): Add missing argument to
4480 register_buffer call.
4481
4482 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4483
4484 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4485 Solaris /bin/grep does not not like it. From Peter Schauer.
4486
4487 2002-06-26 Tom Tromey <tromey@redhat.com>
4488
4489 * command.h (add_setshow_cmd): Declare.
4490 (add_setshow_cmd_full): Declare.
4491 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4492 returns void. Use add_setshow_cmd_full.
4493 (add_setshow_cmd_full): New function.
4494 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4495 (add_setshow_boolean_cmd): Likewise.
4496
4497 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4498
4499 * config/vax/tm-vax.h: Protect from multiple inclusion.
4500 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4501 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4502 * config/vax/tm-vaxbsd.h: ...here. New file.
4503 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4504
4505 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4506
4507 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4508 (BELIEVE_PCC_PROMOTION): Remove.
4509 (AP_REGNUM): Move to...
4510 * config/vax/nm-vax.h: ...here.
4511 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4512 (vax_breakpoint_from_pc): New function.
4513 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4514 and gdbarch_believe_pcc_promotion.
4515
4516 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4517
4518 * Makefile.in (vax_tdep_h): Define.
4519 (vax-tdep.o): Use $(vax_tdep_h).
4520 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4521 (vax_dump_tdep): New function.
4522 (_initialize_vax_tdep): Register vax_dump_tdep.
4523 * vax-tdep.h: Include osabi.h.
4524 (struct gdbarch_tdep): New.
4525
4526 2002-06-26 Andrew Cagney <cagney@redhat.com>
4527
4528 * frame.h (deprecated_generic_find_dummy_frame): Rename
4529 generic_find_dummy_frame.
4530 * blockframe.c (generic_find_dummy_frame): Make static.
4531 (deprecated_generic_find_dummy_frame): New function.
4532 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4533 generic_find_dummy_frame with deprecated_find_dummy_frame.
4534 (sh64_nofp_frame_init_saved_regs): Ditto.
4535 (sh_fp_frame_init_saved_regs): Ditto.
4536 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4537 (s390_frame_chain): Ditto.
4538 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4539
4540 2002-06-26 Grace Sainsbury <graces@redhat.com>
4541
4542 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4543 gdbarch vector are at the top.
4544 (NUM_REGS): Remove.
4545 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4546 (FRAME_ARGS_ADDRESS): Remove.
4547 (FRAME_LOCALS_ADDRESS): Remove.
4548 (FRAME_NUM_ARGS): Remove.
4549 (FRAME_ARGS_SKIP): Remove.
4550 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4551 (m68k_gdbarch_init): Add gdbarch initializations for macros
4552 undefined in tm-m68k.h
4553
4554 2002-06-26 Grace Sainsbury <graces@redhat.com>
4555
4556 * monitor.h: Add the function regname to monitor_ops
4557 structure. This way NUM_REGS does not have to be a constant.
4558 * monitor.c (monitor_fetch_register): Added support for regname
4559 function. The function is called if the array regnames is NULL.
4560 (monitor_store_register): Same.
4561 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4562 regnames array.
4563 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4564 cpu32bug_cmds.regname to point to new function.
4565 * abug-rom.c (abug_regname): Same as above.
4566 (init_abug_cmds): Same.
4567 * dbug-rom.c (dbug_regname): Same as above.
4568 (init_dbug_cmds): Same.
4569 * remote-est.c (est_regname): Same.
4570 (init_est_cmds): Same.
4571 * rom68k-rom.c (rom68k_regname): Same.
4572 (init_rom68k_cmds): Same.
4573
4574 2002-06-25 Tom Tromey <tromey@redhat.com>
4575
4576 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4577
4578 2002-06-25 Andrew Cagney <cagney@redhat.com>
4579
4580 * infrun.c (stop_registers): Change variable's type to ``struct
4581 regcache'''.
4582 (xmalloc_inferior_status): Delete function.
4583 (free_inferior_status): Delete function.
4584 (normal_stop): Use regcache_cpy.
4585 (struct inferior_status): Change type of fields ``stop_registers''
4586 and ``registers'' to ``struct regcache''.
4587 (write_inferior_status_register): Use regcache_write.
4588 (save_inferior_status): Instead of calling
4589 xmalloc_inferior_status, allocate the inf_status buffer directly.
4590 Use regcache_dup_no_passthrough and regcache_dup to save the
4591 buffers.
4592 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4593 Replace the stop_registers regcache instead of overriding it. Use
4594 regcache_xfree. Instead of calling free_inferior_status, xfree
4595 the buffer directly.
4596 (discard_inferior_status): Use regcache_xfree. Instead of calling
4597 free_inferior_status, xfree the buffer directly.
4598 (build_infrun): Use regcache_xmalloc.
4599 (_initialize_infrun): Delete redundant call to build_infrun.
4600
4601 * Makefile.in (infcmd.o): Add $(regcache_h).
4602
4603 * infcmd.c: Include "regcache.h".
4604 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4605 obtain the address of `stop_registers' register buffer.
4606 (print_return_value): Ditto.
4607
4608 * inferior.h (struct regcache): Add opaque declaration.
4609 (stop_registers): Change variable's declared type to ``struct
4610 regcache''.
4611
4612 2002-06-24 Tom Tromey <tromey@redhat.com>
4613
4614 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4615 * target.c (initialize_targets): Fixed typo in
4616 trust-readonly-sections `show' documentation.
4617
4618 * main.c: Marked all strings with _().
4619
4620 2002-06-24 Don Howard <dhoward@redhat.com>
4621
4622 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4623 that means max CORE_ADDR+1.
4624 (lookup_mem_region): Ditto.
4625 (mem_info_command): Ditto.
4626
4627 2002-06-24 Grace Sainsbury <graces@redhat.com>
4628
4629 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4630 (REGISTER_BYTES_OK): Remove.
4631 (REGISTER_BYTES): Remove.
4632 (STORE_STRUCT_RETURN): Remove.
4633 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4634 (STORE_RETURN_VALUE): Remove.
4635 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4636 (FRAME_CHAIN): Remove.
4637 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4638 (FRAME_SAVED_PC): Remove.
4639 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4640 (m68k_store_struct_return): Add.
4641 (m68k_deprecated_extract_return_value): Add.
4642 (m68k_deprecated_extract_struct_value_address): Add.
4643 (m68k_store_return_value): Add.
4644 (m68k_frame_chain): Add.
4645 (m68k_frameless_function_invocation): Add.
4646 (m68k_frame_saved_pc): Add.
4647 (m68k_gdbarch_init): added set_gdbarch calls for new
4648 functions and deleted macros.
4649
4650 2002-06-23 Tom Tromey <tromey@redhat.com>
4651
4652 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4653 (ALLDEPFILES): Likewise.
4654 (udiheaders): Removed.
4655 (udip2soc.o): Likewise.
4656 (udi2go32.o): Likewise.
4657 (udr.o): Likewise.
4658 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4659
4660 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4661
4662 * infrun.c (_initialize_infrun): Delete unnecessary call to
4663 build_infrun.
4664
4665 * regcache.h: Update comments describing the regcache_cpy family
4666 of functions.
4667 (regcache_save, regcache_restore): Delete declaration.
4668 (regcache_save_no_passthrough): Delete declaration.
4669 (regcache_restore_no_passthrough): Delete declaration.
4670 * regcache.c (regcache_save): Delete function.
4671 (regcache_save_no_passthrough): Delete function.
4672 (regcache_restore): Delete function.
4673 (regcache_restore_no_passthrough): Delete function.
4674
4675 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4676
4677 * config/m68k/tm-m68k.h: Fix typo.
4678 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4679 (m68k_frame_init_saved_regs): Declare.
4680
4681 2002-06-21 Jim Blandy <jimb@redhat.com>
4682
4683 Remove some vestiges of Harris 88k support.
4684 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4685 register numbering quirk.
4686 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4687 odd symbols occurring in Harris 88k ELF targets.
4688
4689 2002-06-21 Tom Tromey <tromey@redhat.com>
4690
4691 * gdb_locale.h: New file.
4692 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4693 (defs_h): Added gdb_locale.h.
4694 * configure, config.in: Rebuilt.
4695 * configure.in (PACKAGE): Define.
4696 * defs.h: Include gdb_locale.h.
4697 * main.c (captured_main): Call setlocale, bindtextdomain,
4698 textdomain.
4699
4700 2002-06-21 Dave Brolley <brolley@redhat.com>
4701
4702 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4703 * config/frv/frv.mt: New file.
4704 * config/frv/tm-frv.h: New file.
4705 * configure.tgt: Support frv-*-*.
4706 * Makefile.in (frv-tdep.o): New target.
4707 * frv-tdep.c: New file.
4708 * NEWS: Mention frv.
4709
4710 2002-06-21 Dave Brolley <brolley@redhat.com>
4711
4712 * MAINTAINERS: Add self to "Write After Approval" list.
4713
4714 2002-06-21 Grace Sainsbury <graces@redhat.com>
4715
4716 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4717 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4718 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4719 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4720 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4721
4722 * m68k-tdep.c: Include arch-utils.h
4723 (m68k_register_raw_size): Add.
4724 (m68k_register_virtual_size): Add.
4725 (m68k_register_virtual_type): Add.
4726 (m68k_register_name): Add.
4727 (m68k_stack_align): Add.
4728 (m68k_register_byte): Add.
4729 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4730 tm-m68k.h.
4731
4732 2002-06-21 Grace Sainsbury <graces@redhat.com>
4733
4734 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4735 m68k_find_saved_regs.
4736 (m68k_pop_frame): Removed saved_regs structure, and replaced
4737 references to it with frame->saved_regs.
4738 (m68k_gdbarch_init): Added function calls to initialize the
4739 gdbarch structure.
4740 (m68k_fix_call_dummy): Add.
4741 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4742 (CALL_DUMMY): Remove.
4743 (CALL_DUMMY_LENGTH): Remove.
4744 (CALL_DUMMY_START_OFFSET): Remove.
4745 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4746 (FIX_CALL_DUMMY): Remove.
4747 (PUSH_DUMMY_FRAME): Remove.
4748 (POP_FRAME): Remove.
4749
4750 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4751
4752 * parse.c (parse_fprintf): New function used to avoid calls to
4753 fprintf in bison parser generated debug code.
4754 * parser-defs.h: Declaration of new parse_fprintf function.
4755 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4756 Set YYDEBUG to 1 by default.
4757 Set YYFPRINTF as parse_fprintf.
4758
4759 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4760
4761 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4762 encoding anymore.
4763 (pointer_encoding, enum ptr_encoding): New.
4764 (execute_cfa_program): Take care about pointer encoding.
4765 (dwarf2_build_frame_info): Only call parse_frame_info for
4766 .debug_frame and .eh_frame.
4767 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4768 fixed augmentation handling, added relative addressing,
4769 ignore duplicate FDEs. Added comments.
4770 * dwarf2cfi.c: Reindented.
4771
4772 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4773
4774 * event-top.c (command_handler): Don't use space_at_cmd_start
4775 unless there is sbrk() on the host. Assign time and space data
4776 to union fields of the appropriate length.
4777
4778 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4779
4780 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4781 x86_64_register_name. Return type changed to 'const char *'.
4782 (x86_64_register_name2nr): Rename to x86_64_register_number.
4783 (x86_64_gdbarch_init): Update to reflect the change.
4784 * x86-64-tdep.h: Ditto.
4785 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4786 (supply_fpregset): Ditto.
4787
4788 2002-06-19 Andrew Cagney <cagney@redhat.com>
4789
4790 * regcache.h: Update copyright.
4791 (struct regcache, struct gdbarch): Add opaque declarations.
4792 (current_regcache): Declare global variable.
4793 (regcache_read, regcache_write): Add gdbarch parameter.
4794 (regcache_save, regcache_save_no_passthrough)
4795 (regcache_restore, regcache_restore_no_passthrough)
4796 (regcache_dup, regcache_dup_no_passthrough)
4797 (regcache_cpy, regcache_cpy_no_passthrough)
4798 (deprecated_grub_regcache_for_registers)
4799 (deprecated_grub_regcache_for_register_valid)
4800 (regcache_valid_p): Add function declarations.
4801
4802 * regcache.c: Update copyright.
4803 (regcache_descr_handle): New global variable.
4804 (struct regcache_descr): Define.
4805 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4806 (regcache_descr, xfree_regcache_descr): New functions.
4807 (struct regcache): Define.
4808 (regcache_xmalloc, regcache_xfree): New functions.
4809 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4810 (regcache_dup, regcache_dup_no_passthrough): New functions.
4811 (regcache_valid_p, regcache_read_as_address): New functions.
4812 (deprecated_grub_regcache_for_registers): New function.
4813 (deprecated_grub_regcache_for_register_valid): New function.
4814 (current_regcache): New global variable.
4815 (register_buffer): Add regcache parameter. Update calls.
4816 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4817 (read_register_gen, write_register_gen): Update register_buffer
4818 call. Test for legacy_p instead of gdbarch_register_read_p or
4819 gdbarch_register_write_p.
4820 (regcache_collect): Update register_buffer call.
4821 (build_regcache): Rewrite. Use deprecated grub functions.
4822 (regcache_save, regcache_save_no_passthrough): New functions.
4823 (regcache_restore, regcache_restore_no_passthrough): New
4824 functions.
4825 (_initialize_regcache): Create the regcache_data_handle. Swap
4826 current_regcache global variable.
4827
4828 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4829 parameter to regcache_read and regcache_write calls.
4830 (sh4_register_read): Ditto.
4831 (sh64_pseudo_register_read): Ditto.
4832 (sh64_register_read): Ditto.
4833 (sh_pseudo_register_write): Ditto.
4834 (sh4_register_write): Ditto.
4835 (sh64_pseudo_register_write): Ditto.
4836 (sh64_register_write): Ditto.
4837
4838 * defs.h (XCALLOC): Define.
4839
4840 2002-06-19 Grace Sainsbury <graces@redhat.com>
4841
4842 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4843 * m68k-tdep.c (m68k_gdbarch_init): Added.
4844 (m68k_dump_tdep): Added.
4845
4846 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4847
4848 * ada-lang.c (fill_in_ada_prototype): Update comment.
4849
4850 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4851
4852 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4853 MIPS_ABI_LAST.
4854 (mips_abi_string, mips_abi_strings): New.
4855 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4856 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4857 tdep->mips_abi_string. Honor mips_abi_string. Default to
4858 O32 if no ABI is found.
4859 (mips_dump_tdep): Use mips_abi_strings.
4860 (mips_abi_update): New function.
4861 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4862 ``set mips abi'' and ``show mips abi''. Check the size of
4863 mips_abi_strings.
4864
4865 2002-06-19 Andrew Cagney <cagney@redhat.com>
4866
4867 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4868 constant.
4869
4870 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4871
4872 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4873 current frame using only the first stack size adjustment. All
4874 subsequent size adjustments are not considered to be part of
4875 the "static" part of the current frame.
4876 Compute the address of the saved registers relative to the
4877 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4878 in use in this frame.
4879
4880 2002-06-18 Don Howard <dhoward@redhat.com>
4881
4882 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4883 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4884 suggesting this solution.
4885
4886 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4887
4888 * config/romp/xm-rtbsd.h: Delete file.
4889 * config/romp/rtbsd.mh: Delete file.
4890
4891 2002-06-18 Keith Seitz <keiths@redhat.com>
4892
4893 * breakpoint.c (condition_command): Post breakpoint_modify
4894 when a condition is added to an existing breakpoint.
4895 (commands_command): Likewise for commands.
4896 (set_ignore_count): Likewise for ignore counts.
4897 If no tty, do not simply return, still need to send event
4898 notification.
4899 (ignore_command): Only print a newline if the command came
4900 from a tty.
4901 Don't call breakpoints_changed, since this is now properly
4902 handled by set_ignore_count.
4903
4904 2002-06-18 Andrew Cagney <cagney@redhat.com>
4905
4906 * MAINTAINERS: Note that cris-elf target can be compiled with
4907 -Werror.
4908 * cris-tdep.c (cris_register_name): Make return type constant.
4909 (cris_breakpoint_from_pc): Ditto.
4910
4911 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4912
4913 * frame.h (struct frame_info): Change type of context to
4914 'struct context'.
4915
4916 2002-06-17 Andrew Cagney <cagney@redhat.com>
4917
4918 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4919 pointer.
4920 * gdbarch.h, gdbarch.c: Regenerate.
4921 * config/mips/tm-mips.h (mips_register_name): Update.
4922 * i386-tdep.h (i386_register_name): Update.
4923 * mips-tdep.c (mips_register_name): Update
4924 * alpha-tdep.c (alpha_register_name): Update.
4925 * arch-utils.c (legacy_register_name): Update.
4926 * arch-utils.h (legacy_register_name): Update.
4927 * avr-tdep.c (avr_register_name): Update.
4928 * ia64-tdep.c (ia64_register_name): Update.
4929 * i386-tdep.c (i386_register_name): Update.
4930 * sparc-tdep.c (sparc32_register_name): Update.
4931 (sparc64_register_name): Update.
4932 (sparclite_register_name): Update.
4933 (sparclet_register_name): Update.
4934 * sh-tdep.c (sh_generic_register_name): Update.
4935 (sh_sh_register_name): Update.
4936 (sh_sh3_register_name): Update.
4937 (sh_sh3e_register_name): Update.
4938 (sh_sh_dsp_register_name): Update.
4939 (sh_sh3_dsp_register_name): Update.
4940 (sh_sh4_register_name): Update.
4941 (sh_sh64_register_name): Update.
4942 * s390-tdep.c (s390_register_name): Update.
4943 * rs6000-tdep.c (rs6000_register_name): Update.
4944 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4945 (ns32k_register_name_32382): Update.
4946 * d10v-tdep.c (d10v_ts2_register_name): Update.
4947 (d10v_ts3_register_name): Update.
4948 * xstormy16-tdep.c (xstormy16_register_name): Update.
4949 * vax-tdep.c (vax_register_name): Update.
4950 * v850-tdep.c (v850_register_name): Update.
4951 * m68hc11-tdep.c (m68hc11_register_name): Update.
4952 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4953 (am33_register_name): Update.
4954
4955 2002-06-17 Grace Sainsbury <graces@redhat.com>
4956
4957 * m68k-tdep.c: Reindented.
4958
4959 2002-06-17 Andrew Cagney <ac131313@redhat.com>
4960
4961 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4962 list of predefined types.
4963
4964 2002-06-16 Mark Kettenis <kettenis@gnu.org>
4965
4966 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4967 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4968 REGISTER_CONVERT_TO_RAW): Remove defines.
4969 (i386_register_virtual_type, i386_register_convertible,
4970 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4971 Remove prototypes.
4972 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4973 macros mentioned above.
4974
4975 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4976 (i386lynx_saved_pc_after_call): Remove prototype.
4977 * i386ly-tdep.c: Include "i386-tdep.h".
4978 (i386lynx_saved_pc_after_call): Make static. Use
4979 read_memory_nobpt instead of read_memory. Use
4980 read_memory_unsigned_integer instead of read_memory_integer.
4981 (i386lynx_init_abi): New function.
4982 (i386lynx_coff_osabi_sniffer): New function.
4983 (_initialize_i386bsd_tdep): New function.
4984
4985 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4986 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4987 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4988 (i386_fix_call_dummy): Remove prototype.
4989 * i386-tdep.c (i386_call_dummy_words): New variable.
4990 (i386_gdbarch_init): Adjust for removal of the
4991 macros mentioned above.
4992
4993 2002-06-15 Andrew Cagney <ac131313@redhat.com>
4994
4995 * command.h (add_setshow_auto_boolean_cmd): Replace
4996 add_set_auto_boolean_cmd.
4997 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4998 add_set_auto_boolean_cmd.
4999 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5000 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5001 mask-address'' command.
5002 (show_mask_address): Add cmd parameter.
5003 * remote.c (add_packet_config_cmd): Update. Change type of
5004 set_func and show_func to cmd_sfunc_ftype.
5005 (_initialize_remote): Update `set remote Z-packet'
5006 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5007 (show_remote_protocol_e_packet_cmd): Ditto.
5008 (show_remote_protocol_E_packet_cmd): Ditto.
5009 (show_remote_protocol_P_packet_cmd): Ditto.
5010 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5011 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5012 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5013 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5014 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5015 (show_remote_protocol_Z_packet_cmd): Ditto.
5016 (show_remote_protocol_binary_download_cmd): Ditto.
5017 (show_remote_cmd): Pass NULL to all of above.
5018
5019 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5020
5021 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5022 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5023 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5024 POP_FRAME): Remove defines.
5025 (i386_push_arguments, i386_store_struct_return,
5026 i386_extract_return_value, i386_store_return_value,
5027 i386_extract_struct_value_address, i386_push_dummy_frame,
5028 i386_pop_frame): Renove prototypes.
5029 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5030 macros mentioned above.
5031
5032 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5033
5034 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5035 add_set_boolean_cmd.
5036 (add_setshow_cmd): New function.
5037 * command.h (add_setshow_boolean_cmd): Replace
5038 add_set_boolean_cmd.
5039 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5040 and ``set rdiromatzero''.
5041 * maint.c (_initialize_maint_cmds): Update commented out code.
5042 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5043 * target.c (initialize_targets): Update `set
5044 trust-readonly-sections'.
5045 * remote.c (_initialize_remote): Update `set remotebreak'.
5046
5047 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5048
5049 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5050 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5051 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5052 fit into multi-arch framework.
5053 (i386_breakpoint_from_pc): New function.
5054 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5055 above.
5056
5057 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5058 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5059 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5060 (i386_frameless_function_invocation, i386_frame_num_args,
5061 i386_frame_init_saved_regs): Remove prototypes.
5062 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5063 macros mentioned above.
5064
5065 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5066
5067 * cli/cli-decode.c (set_cmd_cfunc): Update.
5068 (set_cmd_sfunc): Update.
5069 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5070 (set_cmd_sfunc, set_cmd_cfunc): Update.
5071 * cli/cli-decode.h: Update.
5072
5073 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5074
5075 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5076 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5077
5078 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5079
5080 * defs.h (auto_boolean): Declare enum.
5081 * command.h (cmd_auto_boolean): Delete enum.
5082 * mips-tdep.c (mask_address_var): Update.
5083 (mips_mask_address_p): Update.
5084 (show_mask_address): Update.
5085 * remote.c (struct packet_config): Update.
5086 (update_packet_config): Update.
5087 (show_packet_config_cmd): Update.
5088 (packet_ok): Update.
5089 (add_packet_config_cmd): Update.
5090 (_initialize_remote):
5091 * command.h: Update.
5092 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5093 (do_setshow_command): Update.
5094 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5095 * cli/cli-decode.h: Update.
5096
5097 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5098
5099 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5100 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5101 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5102 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5103 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5104 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5105
5106 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5107 list of DJGPP COFF targets.
5108
5109 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5110 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5111 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5112 (FP0_REGNUM): Remove define.
5113 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5114 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5115 (i386_register_virtual_size): Remove protoype.
5116 * i386-tdep.c (i386_register_virtual_size): Removed.
5117 (i386_extract_return_value, i386_store_return_value): Use
5118 FP0_REGNUM instead of NUM_FREGS to determine whether the
5119 floating-point registers are available.
5120 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5121 Adjust for removal of macros mentioned above.
5122
5123 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5124
5125 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5126 comments.
5127 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5128 Remove prototypes.
5129 (supply_gregset, fill_gregset): Remove use of register keyword and
5130 remove declaration for regmap. Use I386_NUM_GREGS instead of
5131 NUM_REGS and NUM_FREGS.
5132 (FPREGSET_FSAVE_OFFSET): Remove.
5133 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5134 NUM_FREGS to determine whether the floating-point registers are
5135 available.
5136
5137 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5138 gnu_store_registers): Replace usage of NUM_GREGS with
5139 I386_NUM_GREGS.
5140
5141 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5142 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5143 usage of NUM_GREGS with I386_NUM_GREGS.
5144
5145 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5146
5147 * i386bsd-nat.c: Include "i386-tdep.h".
5148 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5149 I386_NUM_GREGS.
5150
5151 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5152 and associated comment. They no longer make any sense, since we
5153 don't use this file anymore on Linux.
5154
5155 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5156 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5157 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5158 elements in these arrays.
5159 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5160 MAX_NUM_REGS.
5161
5162 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5163
5164 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5165 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5166
5167 2002-06-14 Andrew Cagney <cagney@redhat.com>
5168
5169 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5170 EXTRACT_RETURN_VALUE.
5171 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5172 EXTRACT_STRUCT_VALUE_ADDRESS.
5173 * gdbarch.h, gdbarch.c: Regenerate.
5174
5175 * values.c (value_being_returned): Handle
5176 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5177 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5178
5179 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5180 * arm-tdep.c (arm_gdbarch_init): Update.
5181 * avr-tdep.c (avr_gdbarch_init): Update.
5182 * cris-tdep.c (cris_gdbarch_init): Update.
5183 * d10v-tdep.c (d10v_gdbarch_init): Update.
5184 * ia64-tdep.c (ia64_gdbarch_init): Update.
5185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5186 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5187 * s390-tdep.c (s390_gdbarch_init): Update.
5188 * sh-tdep.c (sh_gdbarch_init): Update.
5189 * s390-tdep.c (s390_gdbarch_init): Update.
5190 * sparc-tdep.c (sparc_gdbarch_init): Update.
5191 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5192 * v850-tdep.c (v850_gdbarch_init): Update.
5193 * vax-tdep.c (vax_gdbarch_init): Update.
5194 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5195 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5196
5197 * config/arc/tm-arc.h: Update.
5198 * config/d30v/tm-d30v.h: Update.
5199 * config/fr30/tm-fr30.h: Update.
5200 * config/h8300/tm-h8300.h: Update.
5201 * config/h8500/tm-h8500.h: Update.
5202 * config/i386/tm-i386.h: Update.
5203 * config/i386/tm-ptx.h: Update.
5204 * config/i386/tm-symmetry.h: Update.
5205 * config/i960/tm-i960.h: Update.
5206 * config/m32r/tm-m32r.h: Update.
5207 * config/m68k/tm-delta68.h: Update.
5208 * config/m68k/tm-linux.h: Update.
5209 * config/m68k/tm-m68k.h: Update.
5210 * config/m88k/tm-m88k.h: Update.
5211 * config/mcore/tm-mcore.h: Update.
5212 * config/mips/tm-mips.h: Update.
5213 * config/mn10200/tm-mn10200.h: Update.
5214 * config/pa/tm-hppa.h: Update.
5215 * config/pa/tm-hppa64.h: Update.
5216 * config/sparc/tm-sp64.h: Update.
5217 * config/sparc/tm-sparc.h: Update.
5218 * config/sparc/tm-sparclet.h: Update.
5219 * config/z8k/tm-z8k.h: Update.
5220
5221 2002-06-14 Andrew Cagney <cagney@redhat.com>
5222
5223 * Makefile.in (i386_linux_tdep_h): Define.
5224 (i386_tdep_h, i387_tdep_h): Define.
5225 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5226 $(i386_tdep_h) and $(i387_tdep_h).
5227 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5228
5229 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5230
5231 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5232 Already covered by the default.
5233
5234 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5235 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5236 (i386_gdbarch_init): Initialize long_double_format and long_double
5237 bit.
5238
5239 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5240 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5241 Move these to ...
5242 * config/i386/i386sol2.mh: ... here.
5243 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5244 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5245 (SIGCONTEXT_PC_OFFSET): Remove define.
5246 (IN_SIGTRAMP): Remove define.
5247 * i386-sol2-tdep.c: New file.
5248
5249 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5250 * config/i386/tm-i386nw.h: Removed.
5251
5252 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5253 USE_STRUCT_CONVENTION): Remove defines.
5254 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5255 (get_longjmp_target): Remove prototype.
5256 (IN_SIGTRAMP): Remove define.
5257 (i386bsd_in_sigtramp): Remove prototype.
5258 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5259 function. Update comment accordingly
5260 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5261 (FRAME_SAVED_PC): Remove define.
5262 (i386bsd_frame_saved_pc): Remove prototype.
5263 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5264 GET_LONGJMP_TARGET): Remove defines.
5265 (get_longjmp_target): Remove prototype.
5266 (IN_SIGTRAMP): Remove define.
5267 (i386bsd_in_sigtramp): Remove prototype.
5268 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5269 function. Update comment accordingly
5270 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5271 (FRAME_SAVED_PC): Remove define.
5272 (i386bsd_frame_saved_pc): Remove prototype.
5273 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5274 Remove prototype.
5275 (USE_STRUCT_CONVENTION): Remove prototype.
5276 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5277 declaration.
5278 (_initialize_i386bsd_nat): Revise logic to determine some
5279 constants at compile time when compiling a native GDB. Warn if
5280 things don't match up with what we expect.
5281 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5282 Remove variables.
5283 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5284 to use date stored in `struct gdbarch_tdep'.
5285 (i386bsd_sigcontext_offset): Remove varaible.
5286 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5287 stored in `struct gdbarch_tdep'.
5288 (i386bsd_frame_saved_pc): Make static.
5289 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5290 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5291 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5292 i386fbsd4_sc_pc_offset): New variables.
5293 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5294 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5295 functions.
5296 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5297 functions.
5298 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5299 Modify the value of i386fbsd_sigtramp_start and
5300 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5301 i386fbsd_sigtramp_end.
5302 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5303 function.
5304
5305 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5306 define to i386-linux-tdep.h.
5307 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5308 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5309 defines.
5310 (i386_linux_register_name, i386_linux_register_byte,
5311 i386_linux_register_raw_size): Remove prototypes.
5312 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5313 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5314 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5315 TARGET_WRITE_PC): Remove defines.
5316 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5317 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5318 i386_linux_write_pc): Remove prototypes.
5319 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5320 (get_longjmp_target): Remove prototype.
5321 * i386-linux-tdep.h: New file.
5322 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5323 * i386-linux-tdep.c: Include "i386-tdep.h" and
5324 "i386-linux-tdep.h".
5325 (i386_linux_register_name, i386_linux_register_byte,
5326 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5327 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5328 Make static.
5329 (i386_linux_init_abi): New function.
5330 (_initialize_i386_linux_tdep): New function.
5331
5332 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5333 (i386_saved_pc_after_call): Remove prototype.
5334 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5335 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5336 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5337 (i386_register_name, i386_stab_reg_to_regnum,
5338 i386_dwarf_reg_to_regnum): Remove prototypes.
5339 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5340 SIZEOF_SSE_REGS): Remove defines.
5341 (REGISTER_BYTES): Remove define.
5342 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5343 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5344 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5345 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5346 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5347 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5348 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5349 (get_longjmp_target): Remove prototype.
5350 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5351 (sigtramp_saved_pc): Remove define.
5352 (i386v4_sigtramp_saved_pc): Remove prototype.
5353 * config/i386/tm-go32.h (FRAME_CHAIN,
5354 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5355 (i386go32_frame_saved_pc): Remove prototype.
5356 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5357 (get_longjmp_target): Remove prototype.
5358 * i386-tdep.h: Include "osabi.h".
5359 (enum i386_abi): Removed.
5360 (enum struct_return): New enum.
5361 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5362 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5363 sc_pc_offset members.
5364 (i386_gdbarch_register_os_abi): Remove prototype.
5365 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5366 I386_SSE_NUM_REGS): New defines.
5367 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5368 I386_SSE_SIZEOF_REGS): New defines.
5369 (i386_register_name, i386_register_byte, i386_register_raw_size):
5370 New prototypes.
5371 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5372 (i386bsd_sigtramp_saved_pc): New prototype.
5373 * i386-tdep.c: Don't include "elf-bfd.h".
5374 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5375 i386_frame_chain, i386_saved_pc_after_call): Make static.
5376 (i386_frame_saved_pc): Rewrite to call architecture dependent
5377 function to deal with signal handlers. Make static.
5378 (i386go32_frame_saved_pc): Removed.
5379 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5380 Removed.
5381 (i386_get_longjmp_target): New function.
5382 (default_struct_convention, pcc_struct_convention,
5383 reg_struct_convention, valid_conventions, struct_convention): New
5384 variables.
5385 (i386_use_struct_convention): New function.
5386 (i386v4_sigtramp_saved_pc): Renamed to
5387 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5388 (i386_pc_in_sigtramp): New function.
5389 (i386_abi_names): Removed.
5390 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5391 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5392 Removed.
5393 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5394 i386_gdbarch_register_os_abi): Removed.
5395 (struct i386_abi_handler): Removed.
5396 (i386_abi_handler_list): Removed.
5397 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5398 functions.
5399 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5400 i386_nw_init_abi): New functions.
5401 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5402 Use set_gdbarch_xxx() calls instead of relying on macros for a
5403 number of calls.
5404 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5405 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5406 Register the various architecture variants defined in this file.
5407
5408 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5409
5410 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5411 (struct main_type): Remove arg_types member. Update comments for
5412 struct field.
5413 (TYPE_ARG_TYPES): Remove.
5414 (TYPE_FN_FIELD_ARGS): Update.
5415 (smash_to_method_type): Update prototype.
5416
5417 * c-typeprint.c (cp_type_print_method_args): Take method type
5418 instead of argument list. Use new argument layout. Simplify.
5419 (c_type_print_args): Use new argument layout. Simplify.
5420 (c_type_print_base): Update call to cp_type_print_method_args.
5421 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5422 argument; use die->type instead. Update call to
5423 smash_to_method_type.
5424 (read_structure_scope): Update call to dwarf2_add_member_fn.
5425 * gdbtypes.c (allocate_stub_method): Update comment.
5426 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5427 Use new argument layout.
5428 (check_stub_method): Use new argument layout. Don't count
5429 void as an argument.
5430 (print_arg_types): Update comments. Use new argument layout.
5431 (recursive_dump_type): Don't print arg_types member.
5432 * hpread.c (hpread_read_struct_type): Use new argument layout.
5433 (fixup_class_method_type): Likewise.
5434 (hpread_type_lookup): Likewise.
5435 * stabsread.c (read_type): Update calls to read_args and
5436 smash_to_method_type.
5437 (read_args): Use new argument layout. Simplify.
5438 * valops.c (typecmp): Use new argument layout. Update parameters
5439 and comments. Simplify.
5440 (hand_function_call): Use new argument layout.
5441 (search_struct_method): Update call to typecmp.
5442 (find_overload_match): Use new argument layout.
5443
5444 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5445
5446 * NEWS: Mention multithreaded debug support for gdbserver.
5447
5448 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5449
5450 * MAINTAINERS: Mention NEWS.
5451
5452 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5453
5454 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5455 (struct mips_objfile_private, compare_pdr_entries): New.
5456 (non_heuristic_proc_desc): Read the ".pdr" section if it
5457 is present.
5458
5459 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5460
5461 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5462 (arm_debug): New static variable.
5463 (_initialize_arm_tdep): Add ``set debug arm'' command.
5464
5465 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5466
5467 * Makefile.in (sim_arm_h): Define.
5468 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5469 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5470 (arm_register_sim_regno): New function, map an internal REGNUM
5471 onto a simulator register number.
5472 (arm_gdbarch_init): Set register_sim_regno.
5473
5474 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5475
5476 * MAINTAINERS: Add self.
5477
5478 2002-06-11 Jim Blandy <jimb@redhat.com>
5479
5480 * source.c (source_info): Mention whether the symtab has
5481 information about preprocessor macros.
5482
5483 Call the command `info macro', not `show macro'.
5484 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5485 Fix error message.
5486 (_initialize_macrocmd): Register `info_macro_command' in
5487 `infolist', not `showlist'.
5488
5489 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5490
5491 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5492 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5493 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5494 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5495 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5496 unconditionally.
5497 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5498 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5499 (_initialize_mips_tdep): Remove dead code.
5500 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5501 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5502 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5503 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5504 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5505 MIPS_LAST_FP_ARG_REGNUM): Remove.
5506
5507 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5508
5509 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5510 (unwind_tmp_obstack_free, parse_frame_info)
5511 (update_context, cfi_read_fp, cfi_write_fp)
5512 (cfi_frame_chain, cfi_init_extra_frame_info)
5513 (cfi_virtual_frame_pointer): Use the above function.
5514 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5515
5516 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5517
5518 * v850-tdep.c (v850_type_is_scalar): New function.
5519 (v850_use_struct_convention): Match current gcc implementation
5520 as close as possible.
5521 (v850_push_arguments): Fix stack_offset handling. Don't write
5522 struct_addr into register. This is done by v850_store_struct_return.
5523 (v850_extract_return_value): Care for structs.
5524 (v850_store_return_value): Ditto.
5525 (v850_store_struct_return): Actually write address.
5526
5527 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5528
5529 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5530 without debug information too.
5531
5532 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5533
5534 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5535 Make multi-arch pure.
5536 * gdbarch.h, gdbarch.c: Re-generate.
5537 * arm-tdep.c (arm_print_float_info): Update.
5538 * arch-utils.h (default_print_float_info): Update.
5539 * arch-utils.c (default_print_float_info): Update.
5540 * infcmd.c (float_info): Update call.
5541
5542 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5543
5544 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5545 the front of the initialize list.
5546
5547 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5548
5549 * infrun.c (struct inferior_status): Replace fields
5550 selected_frame_address and selected_level with field
5551 selected_frame_id.
5552 (save_inferior_status): Update. Use get_frame_id.
5553 (struct restore_selected_frame_args): Delete.
5554 (restore_selected_frame): Update. Use frame_find_by_id.
5555 (restore_inferior_status): Update.
5556
5557 * breakpoint.h (struct breakpoint): Change type of
5558 watchpoint_frame to frame_id.
5559 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5560 call to get_current_frame.
5561 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5562 get_current_frame.
5563 (watchpoint_check): Use frame_find_by_id.
5564
5565 * frame.h (record_selected_frame): Delete declaration.
5566 * stack.c (record_selected_frame): Delete function.
5567
5568 * frame.h (struct frame_id): Define.
5569 (get_frame_id): Declare.
5570 (frame_find_by_id): Declare.
5571 * frame.c (frame_find_by_id): New function.
5572 (get_frame_id): New function.
5573
5574 2002-06-10 Andrey Volkov <avolkov@transas.com>
5575
5576 * ser-e7kpc.c: Fix duplicated define and call of
5577 _initialize_ser_e7000pc
5578
5579 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5580
5581 * signals/signals.c (target_signal_from_host): Fix #ifdef
5582 SIGRTMIN case.
5583 (do_target_signal_to_host): Likewise.
5584
5585 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * mips-tdep.c (mips_find_abi_section): New function.
5588 (mips_gdbarch_init): Call it.
5589
5590 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5591
5592 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5593 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5594 after Andrew's 2002-06-08 gdbarch change.
5595
5596 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5597
5598 * i386-linux-nat.c (suppy_gregset): Don't supply
5599 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5600 register cache.
5601 (fill_gregset): Don't fetch it under the same circumstances.
5602
5603 2002-06-09 Andrew Cagney <cagney@redhat.com>
5604
5605 * Makefile.in (callback_h): Define.
5606 (remote_sim_h): Update path to remote-sim.h.
5607 (remote-rdp.o): Add $(callback_h).
5608 (remote-sim.o): Use $(callback_h).
5609 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5610 * remote-rdp.c: Include "gdb/callback.h".
5611
5612 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5613
5614 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5615 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5616
5617 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5618
5619 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5620 * rdi-share/serpardr.c: Ditto.
5621 * rdi-share/unixcomm.c: Ditto.
5622 * rdi-share/serdrv.c: Ditto.
5623 * rdi-share/hostchan.h: Ditto.
5624 * rdi-share/hostchan.c: Ditto.
5625 * rdi-share/host.h: Ditto.
5626 * rdi-share/devsw.c: Ditto.
5627
5628 * objfiles.h: Change type of obj_private to void pointer.
5629 * pa64solib.c: Update copyright. Don't include "assert.h", use
5630 strcmp instead of STREQ, use LONGEST, do not use PTR
5631 * somsolib.c: Ditto.
5632
5633 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5634 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5635 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5636
5637 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5638
5639 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5640 (default_get_saved_register): Delete function.
5641 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5642 generic_unwind_get_saved_register.
5643 * gdbarch.h, gdbarch.c: Re-generate.
5644
5645 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5646
5647 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5648 generic_func_frame_chain_valid.
5649 * gdbarch.h, gdbarch.c: Re-generate.
5650 * blockframe.c (generic_func_frame_chain_valid): Only check
5651 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5652 passing FP to PC_IN_CALL_DUMMY.
5653 Fix PR gdb/360.
5654
5655 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5656
5657 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5658 (register_gdbarch_data): Initialize init_p.
5659 (gdbarch_data): Initialize data pointer using the init function.
5660 (init_gdbarch_data): Delete function.
5661 (gdbarch_update_p): Update.
5662 (initialize_non_multiarch): Update.
5663 (struct gdbarch): Add field initialized_p.
5664 * gdbarch.h, gdbarch.c: Re-generate.
5665
5666 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5667
5668 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5669 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5670 better do the things actually here.
5671 * x86-64-tdep.c (x86_64_register_name2nr): New.
5672 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5673 (x86_64_gdbarch_init): Respect the above change.
5674 * x86-64-tdep.h (x86_64_register_name2nr)
5675 (x86_64_register_nr2name): Add prototypes.
5676 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5677
5678 2002-06-06 Michael Snyder <msnyder@redhat.com>
5679
5680 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5681 Delete extra braces and re-indent.
5682 (d10v_store_return_value): Char return values
5683 must be shifted over by one byte in R0.
5684 (d10v_extract_return_value): Delete extra braces, re-indent.
5685
5686 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5687
5688 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5689 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5690 (d10v_integer_to_address): Rewrite.
5691 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5692 the d10v specific functions which take care of converting to the
5693 correct space.
5694
5695 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5696
5697 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5698 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5699
5700 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5701
5702 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5703 includes.
5704 * config/tm-linux.h: Ditto.
5705 * config/alpha/tm-alphalinux.h: Ditto.
5706 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5707 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5708 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5709 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5710 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5711 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5712 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5713 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5714 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5715 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5716 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5717 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5718 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5719 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5720 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5721 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5722 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5723 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5724 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5725 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5726 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5727 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5728 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5729 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5730 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5731 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5732 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5733 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5734 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5735 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5736 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5737 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5738 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5739 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5740 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5741 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5742 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5743
5744 2002-05-04 Aidan Skinner <aidan@velvet.net>
5745
5746 * ada-exp.tab.c: New file
5747 * ada-exp.y: New file
5748 * ada-lang.c: New file
5749 * ada-lang.h: New file
5750 * ada-lex.c: New file
5751 * ada-lex.l: New file
5752 * ada-tasks.c: New file
5753 * ada-typeprint.c: New file
5754 * ada-valprint.c: New file
5755
5756 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5757
5758 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5759 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5760
5761 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5762
5763 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5764 insetead of ppc-linux-tdep.o.
5765 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5766 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5767
5768 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5769
5770 2002-05-07 Christian Groessler <chris@groessler.org>
5771 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5772 bit register contents for little endian hosts.
5773
5774 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5775
5776 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5777 any maintainer.
5778
5779 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5780
5781 * gdbarch.h: Regenerate.
5782
5783 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5784
5785 * MAINTAINERS: Add everyone to write-after-approval list.
5786
5787 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5788
5789 * stack.c (frame_info): Use frame_register_unwind instead of
5790 saved_regs. Mention when the SP is on the stack or in a register.
5791
5792 * frame.h (frame_register_unwind_ftype): Define. Document.
5793 (struct frame_info): Add field register_unwind and
5794 register_unwind_cache.
5795 (frame_register_unwind): Declare.
5796 (generic_unwind_get_saved_register): Declare.
5797
5798 * frame.c (frame_register_unwind): New function.
5799 (generic_unwind_get_saved_register): New function.
5800
5801 * blockframe.c (generic_call_dummy_register_unwind): New function.
5802 (frame_saved_regs_register_unwind): New function.
5803 (set_unwind_by_pc): New function.
5804 (create_new_frame): New function.
5805 (get_prev_frame): New function.
5806
5807 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5808
5809 * a29k-share/: Delete directory.
5810 * remote-vx29k.c: Delete file.
5811
5812 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5813
5814 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5815 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5816
5817 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5818
5819 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5820 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5821 (sparc64nbsd-nat.o)
5822 (sparcnbsd-nat.o)
5823 (sparcnbsd-tdep.o): New dependency lists.
5824 * NEWS: Note new UltraSPARC NetBSD native configuration.
5825 * configure.host (sparc64-*-netbsd*): New host.
5826 * configure.tgt (sparc-*-netbsdelf*)
5827 (sparc-*-netbsd*): Set gdb_target to nbsd.
5828 (sparc64-*-netbsd*): New target.
5829 * sparc64nbsd-nat.c: New file.
5830 * sparcnbsd-nat.c: New file.
5831 * sparcnbsd-tdep.c: New file.
5832 * sparcnbsd-tdep.h: New file.
5833 * config/sparc/nbsd.mt: New file.
5834 * config/sparc/nbsd64.mh: New file.
5835 * config/sparc/nbsd64.mt: New file.
5836 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5837 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5838 (HOST_IPC): Remove.
5839 * config/sparc/nbsdaout.mt: Remove.
5840 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5841 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5842 (HOST_IPC): Remove.
5843 * config/sparc/nbsdelf.mt: Remove.
5844 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5845 sparc-nat.c compatiblity defines.
5846 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5847 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5848 * config/sparc/tm-nbsd64.h: New file.
5849 * config/sparc/tm-nbsdaout.h: Remove.
5850 * config/sparc/xm-nbsd.h: Remove.
5851
5852 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5853
5854 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5855 * sparc-tdep.c: Include osabi.h.
5856 (gdbarch_tdep): Add osabi member.
5857 (_initialize_sparc_tdep): Use gdbarch_register.
5858 (sparc_gdbarch_init): Use generic OS ABI framework.
5859 (sparc_dump_tdep): New function.
5860
5861 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5862
5863 * corefile.c (do_captured_read_memory_integer): Return non-zero
5864 result.
5865 (safe_read_memory_integer): Copy result of memory read when
5866 status is non-zero. Also, add comments.
5867
5868 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5869
5870 * Makefile.in (ppc_tdep_h): Define.
5871 (ppc-linux-nat.o)
5872 (ppc-linux-tdep.o)
5873 (rs6000-tdep.o): Use $(ppc_tdep_h).
5874 (ppc-sysv-tdep.o)
5875 (ppcnbsd-nat.o)
5876 (ppcnbsd-tdep.o): New dependency lists.
5877 * ppc-tdep.h: Use generic OS ABI framework.
5878 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5879 (ppc_linux_init_abi): New functions.
5880 (ppc_sysv_abi_broken_use_struct_convention)
5881 (ppc_sysv_abi_use_struct_convention)
5882 (ppc_sysv_abi_push_arguments): Move to...
5883 * ppc-sysv-tdep.c: ...here.
5884 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5885 * rs6000-tdep.c (process_note_abi_tag_sections)
5886 (get_elfosabi): Remove.
5887 (rs6000_gdbarch_init): Use generic OS ABI framework.
5888 (rs6000_dump_tdep): New function.
5889 (_initialize_rs6000_tdep): Use gdbarch_register.
5890 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5891 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5892 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5893 of ppc-linux-tdep.o.
5894 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5895 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5896 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5897 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5898 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5899 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5900
5901 2002-05-29 Jim Blandy <jimb@redhat.com>
5902
5903 * macroscope.c (default_macro_scope): Put `void' in empty argument
5904 list.
5905
5906 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5907
5908 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5909 * arch-utils.c: Include "sim-regno.h".
5910 * gdbarch.sh: Don't include "sim-regno.h".
5911 * gdbarch.h, gdbarch.c: Regenerate.
5912 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5913 here.
5914 * arch-utils.h (legacy_register_sim_regno): To here.
5915 * remote-sim.c (legacy_register_sim_regno): Move function from
5916 here.
5917 * arch-utils.c (legacy_register_sim_regno): To here.
5918
5919 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5920
5921 * sim-regno.h: New file.
5922 * Makefile.in (sim_regno_h): Define.
5923 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5924 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5925 (legacy_register_sim_regno): New function.
5926 (one2one_register_sim_regno): New function.
5927 (gdbsim_fetch_register): Rewrite.
5928 (gdbsim_store_register): Only store a register when
5929 REGISTER_SIM_REGNO is valid.
5930 * d10v-tdep.c: Include "sim-regno.h".
5931 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5932 (d10v_ts3_register_sim_regno): Ditto.
5933 * gdbarch.sh: Include "sim-regno.h".
5934 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5935 * gdbarch.h, gdbarch.c: Regenerate.
5936 * arch-utils.h (default_register_sim_regno): Delete declaration.
5937 * arch-utils.c (default_register_sim_regno): Delete function.
5938
5939 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5940
5941 * ppcnbsd-nat.c: Rewrite.
5942 * ppcnbsd-tdep.c: New file.
5943 * ppcnbsd-tdep.h: New file.
5944 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5945 solib.o, and solib-svr4.o.
5946 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5947 nbsd-tdep.o, and corelow.o.
5948
5949 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5950
5951 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5952 `tr' and `sed'. Mention that `broken' targets are not expected to
5953 build.
5954
5955 2002-05-27 Michal Ludvig <mludvig@suse.cz>
5956
5957 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5958 Let PC point right after the prologue before looking up symbols.
5959
5960 2002-05-27 Martin M. Hunt <hunt@redhat.com>
5961
5962 * i386-tdep.c (i386_register_virtual_type): Return
5963 builtin_type_vec128i for SSE registers.
5964
5965 * gdbtypes.h (builtin_type_vec128i): Declare.
5966
5967 * gdbtypes.c (build_builtin_type_vec128i): New function.
5968 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5969 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5970 (build_gdbtypes): Initialize new builtin vector types.
5971 (_initialize_gdbtypes): Register new vector types with gdbarch.
5972
5973 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5974
5975 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5976 since it has been multi-arch'd.
5977 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5978 Move Alpha and VAX multi-arch news entries to same section
5979 as other multi-arch news.
5980
5981 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5982
5983 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5984 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5985 static. Rename some register numbers to put them in ns32k-tdep
5986 private namespace.
5987 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5988 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5989 functions.
5990 (_initialize_ns32k_tdep): Use gdbarch_register.
5991 * ns32k-tdep.h: New file.
5992 * ns32knbsd-tdep.c: New file.
5993 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5994 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5995 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5996 REGISTER_BYTES, REGISTER_BYTE): Remove.
5997 * config/ns32k/tm-ns32k.h: New file.
5998 * config/ns32k/tm-umax.h: Remove.
5999
6000 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6001
6002 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6003 ns32k_store_struct_return, ns32k_extract_return_value,
6004 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6005 functions.
6006 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6007 ns32k_saved_pc_after_call.
6008 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6009 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6010 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6011 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6012 ns32k_extract_struct_value_address.
6013
6014 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6015
6016 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6017 ns32k_fix_call_dummy): New.
6018 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6019 ns32k_call_dummy_words.
6020 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6021 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6022 CALL_DUMMY_NARGS): Remove.
6023 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6024
6025 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6026
6027 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6028 ns32k_frame_saved_pc, ns32k_frame_args_address,
6029 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6030 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6031 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6032 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6033 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6034 (BREAKPOINT): Remove..
6035 (FRAME_CHAIN): Define as ns32k_frame_chain.
6036 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6037 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6038 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6039 (FRAME_FIND_SAVED_REGS): Remove.
6040 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6041 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6042 (POP_FRAME): Define as ns32k_pop_frame.
6043
6044 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6045
6046 * ns32k-tdep.c (ns32k_register_byte_32082,
6047 ns32k_register_byte_32382, ns32k_register_raw_size,
6048 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6049 functions.
6050 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6051 ns32k_register_byte_32382.
6052 * config/ns32k/tm-umax.h: Update copyright years.
6053 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6054 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6055 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6056 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6057 (ns32k_get_enter_addr): Fix prototype.
6058
6059 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6060
6061 * ns32k-tdep.c: Update copyright years.
6062 (ns32k_register_name_32082): New function.
6063 (ns32k_register_name_32382): Ditto.
6064 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6065 (REGISTER_NAME): Define as ns32k_register_name_32382.
6066 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6067 (REGISTER_NAME): Define as ns32k_register_name_32082.
6068
6069 2002-05-24 Jim Blandy <jimb@redhat.com>
6070
6071 * dwarf2read.c (free_line_header): Use xfree, not free.
6072
6073 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6074
6075 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6076 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6077
6078 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6079
6080 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6081
6082 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6083
6084 From Ross Alexander at NEC Europe:
6085 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6086
6087 2002-05-23 Michael Snyder <msnyder@redhat.com>
6088
6089 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6090 for input, rather than parse_and_eval_address.
6091
6092 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6093
6094 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6095 * Makefile.in (sim_d10v_h): Update definition.
6096
6097 2002-05-24 Andrew Cagney <cagney@redhat.com>
6098
6099 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6100 change `2002-05-22 Michael Snyder' below.
6101 (d10v_push_arguments): Ditto.
6102 (d10v_extract_return_value): Ditto.
6103
6104 2002-05-23 Jim Blandy <jimb@redhat.com>
6105
6106 * macrotab.c (check_for_redefinition): Don't complain if the new
6107 definition is the same as the previous one. Take more arguments
6108 to allow the comparison.
6109 (macro_define_object, macro_define_function): Pass more arguments
6110 to check_for_redefinition.
6111
6112 2002-05-22 Michael Snyder <msnyder@redhat.com>
6113
6114 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6115 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6116 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6117 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6118 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6119 Add a temp variable to save a call (and a memory read).
6120 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6121 if possible (so that PC_IN_CALL_DUMMY will work).
6122
6123 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6124
6125 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6126
6127 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6128
6129 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6130 fde->cie_ptr.
6131 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6132 (dwarf2_build_frame_info): Add offset to fde->initial_location
6133 so that frames of shared libraries are mapped correctly.
6134 (execute_stack_op): Change type of 'result' from ULONGEST to
6135 CORE_ADDR.
6136
6137 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6138
6139 * config/alpha/tm-nbsd.h: Include solib.h.
6140
6141 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6142
6143 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6144 assumptions about the host's byte order.
6145
6146 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6147
6148 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6149 to dependency list.
6150 * alphanbsd-tdep.c: Include solib-svr4.h.
6151 * shnbsd-tdep.c: Ditto.
6152
6153 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6154
6155 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6156 nbsd-tdep.h to dependency list.
6157 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6158 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6159 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6160 nbsdaout.mh and nbsdelf.mh consistently.
6161 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6162 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6163 nbsdaout.mt and nbsdelf.mh consistently.
6164 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6165 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6166 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6167 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6168 a.out shared library stuff from here...
6169 * config/nm-nbsdaout.h: ...to here.
6170 * config/tm-nbsd.h: Remove.
6171 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6172 * config/arm/nbsd.mh: Remove.
6173 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6174 nbsd-tdep.o.
6175 * config/arm/nbsdaout.mh: New file.
6176 * config/arm/nbsdelf.mh: New file.
6177 * config/arm/nm-nbsdaout.h: New file.
6178 * config/i386/nbsd.mh: Remove.
6179 * config/i386/nbsd.mt: Remove.
6180 * config/i386/nbsdaout.mh: New file.
6181 * config/i386/nbsdaout.mt: New file.
6182 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6183 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6184 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6185 i386_register_u_addr): Remove.
6186 * config/i386/nm-nbsdaout.h: New file.
6187 * config/i386/nm-nbsdelf.h: Remove.
6188 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6189 (USE_STRUCT_CONVENTION): Remove.
6190 * config/i386/tm-nbsdaout.h: New file.
6191 * config/i386/tm-nbsdelf.h: Remove.
6192 * config/m68k/nbsd.mh: Remove.
6193 * config/m68k/nbsd.mt: Remove.
6194 * config/m68k/nbsdaout.mh: New file.
6195 * config/m68k/nbsdaout.mt: New file.
6196 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6197 * config/m68k/nm-nbsdaout.h: New file.
6198 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6199 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6200 * config/ns32k/nbsd.mh: Remove.
6201 * config/ns32k/nbsd.mt: Remove.
6202 * config/ns32k/nbsdaout.mh: New file.
6203 * config/ns32k/nbsdaout.mt: New file.
6204 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6205 * config/ns32k/nm-nbsdaout.h: New file.
6206 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6207 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6208 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6209 (SVR4_SHARED_LIBS): Remove.
6210 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6211 * config/sparc/nbsd.mh: Remove.
6212 * config/sparc/nbsd.mt: Remove.
6213 * config/sparc/nbsdaout.mh: New file.
6214 * config/sparc/nbsdaout.mt: New file.
6215 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6216 * config/sparc/nbsdelf.mt: New file.
6217 * config/sparc/nm-nbsdaout.h: New file.
6218 * config/sparc/nm-nbsdelf.h: Remove.
6219 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6220 * config/sparc/tm-nbsdaout.h: New file.
6221
6222 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6223
6224 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6225 mipsnbsd-tdep.c
6226 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6227
6228 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6229
6230 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6231 shnbsd-nat.c.
6232 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6233
6234 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6235
6236 * NEWS: Note new MIPS NetBSD native configuration.
6237 * configure.host (mips*-*-netbsd*): New host.
6238 * configure.tgt (mips*-*-netbsd*): New target.
6239 * mipsnbsd-nat.c: New file.
6240 * mipsnbsd-tdep.c: New file.
6241 * mipsnbsd-tdep.h: New file.
6242 * config/mips/nbsd.mh: New file.
6243 * config/mips/nbsd.mt: New file.
6244 * config/mips/nm-nbsd.h: New file.
6245 * config/mips/tm-nbsd.h: New file.
6246
6247 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6248
6249 * Makefile.in (SFILES): Add osabi.c.
6250 (COMMON_OBS): Add osabi.o.
6251 (osabi.o): New dependency list.
6252 * osabi.c: New file.
6253 * osabi.h: New file.
6254 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6255
6256 * Makefile.in (alpha_tdep_h): Define and use instead of
6257 alpha-tdep.h.
6258 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6259 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6260 Remove.
6261 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6262 * alpha-tdep.h: Include osabi.h.
6263 (alpha_abi): Remove.
6264 (gdbarch_tdep): Use generic OS ABI framework.
6265 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6266 gdbarch_register_osabi.
6267 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6268 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6269 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6270
6271 * Makefile.in (sh_tdep_h): Add osabi.h.
6272 * sh-tdep.h (sh_osabi): Remove.
6273 (gdbarch_tdep): Use generic OS ABI framework.
6274 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6275 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6276 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6277 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6278
6279 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6280 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6281 gdbarch_register_osabi.
6282 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6283 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6284 (get_elfosabi): Rename to...
6285 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6286 ABI framework support routines.
6287 (arm_gdbarch_init): Use generic OS ABI framework.
6288 (arm_dump_tdep): Likewise.
6289 (_initialize_arm_tdep): Likewise.
6290 * arm-tdep.h: Include osabi.h.
6291 (arm_abi): Remove.
6292 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6293 osabi member.
6294 (arm_gdbarch_register_os_abi): Remove prototype.
6295 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6296 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6297
6298 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6299 * mips-tdep.c: Include osabi.h.
6300 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6301 OS ABI framework.
6302
6303 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6304
6305 * h8300-tdep.c: Fix formatting.
6306
6307 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6308
6309 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6310 printing vector registers.
6311
6312 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6313
6314 From Fernando Nasser:
6315 * remote.c (remote_async_open_1): Re-throw the exception when the
6316 connection fails.
6317 (remote_cisco_open): Ditto.
6318 (remote_open_1): Ditto.
6319
6320 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6321
6322 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6323 (remote_start_remote): Add uiout parameter. Pass through to
6324 remote_start_remote_dummy.
6325 (remote_open_1): Use catch_exception instead of catch_errors.
6326 (remote_async_open_1): Ditto.
6327 (remote_cisco_open): Ditto.
6328
6329 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6330
6331 * remote.c (remote_start_remote): Replace PTR with void pointer.
6332 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6333 static.
6334
6335 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6336
6337 * gdb_indent.sh: Allow the script to be run in the sim directory.
6338
6339 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6340
6341 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6342 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6343
6344 * corelow.c (core_open): Only call set_gdbarch_from_file if
6345 exec_bfd is NULL.
6346
6347 2002-05-17 Andrey Volkov <avolkov@transas.com>
6348
6349 * h8300-tdep.c: Add support of EXR register
6350 * config/h8300/tm-h8300.h: Ditto.
6351
6352 2002-05-17 Andrey Volkov <avolkov@transas.com>
6353
6354 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6355
6356 2002-05-17 Andrey Volkov <avolkov@transas.com>
6357
6358 * h8300-tdep.c: Change literal regnums to REGNO.
6359
6360 2002-05-17 Jim Blandy <jimb@redhat.com>
6361
6362 * NEWS: Note addition of macro support.
6363
6364 Expand preprocessor macros in C expressions.
6365 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6366 (scan_macro_expansion, scanning_macro_expansion,
6367 finished_macro_expansion): New function declarations.
6368 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6369 variable declarations.
6370 * parser-defs.h (expression_context_pc): New declaration.
6371 * parse.c (expression_context_pc): New variable.
6372 (parse_exp_1): Set expression_context_pc, as well as
6373 expression_context_block.
6374 * c-exp.y (yylex): If we're not already reading the result of a
6375 macro expansion, try to macro-expand the next token. When we're
6376 done scanning a macro expansion, switch back to the mainline text.
6377 Commas and `if's in a macro's expansion don't terminate the input.
6378 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6379 (macro_original_text, macro_expanded_text,
6380 expression_macro_lookup_func, expression_macro_lookup_baton): New
6381 variables.
6382 (scan_macro_expansion, scanning_macro_expansion,
6383 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6384 c_preprocess_and_parse): New functions.
6385 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6386 c_preprocess_and_parse, instead of c_parse.
6387 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6388 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6389
6390 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6391
6392 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6393 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6394 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6395
6396 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6397
6398 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6399
6400 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6401
6402 * Makefile.in (sh_tdep_h): Define and use.
6403 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6404 register enum): Move to...
6405 * * sh-tdep.h: ...here.
6406 * sh-tdep.c: Include sh-tdep.h.
6407 * sh3-rom.c: Likewise.
6408 * shnbsd-tdep.c: Likewise.
6409
6410 2002-05-16 Michael Snyder <msnyder@redhat.com>
6411
6412 * arm-tdep.c: Spelling fix in comment.
6413
6414 2002-05-16 Jim Blandy <jimb@redhat.com>
6415
6416 Add commands for manually expanding macros and showing their
6417 definitions.
6418 * macrocmd.c, macroscope.c, macroscope.h: New files.
6419 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6420 (macroscope_h): New variable.
6421 (HFILES_NO_SRCDIR): Add macroscope.h.
6422 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6423 (macroscope.o, macrocmd.o): New rules.
6424
6425 Teach the Dwarf 2 reader to read macro information.
6426 * dwarf2read.c: #include "macrotab.h".
6427 (dwarf_macinfo_buffer): New variable.
6428 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6429 dwarf_macinfo_size.
6430 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6431 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6432 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6433 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6434 dwarf2_macro_spaces_in_definition): New complaints.
6435 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6436 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6437 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6438 the partial symbol table.
6439 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6440 from what's recorded in the partial symbol table.
6441 (read_file_scope): If the compilation unit has a
6442 `DW_AT_macro_info' attribute, read its macro information.
6443 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6444
6445 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6446
6447 Fix PR gdb/546
6448 * ser-tcp.c: Don't include <netinet/udp.h>.
6449
6450 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6451
6452 * MAINTAINERS: Update my email address.
6453
6454 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6455
6456 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6457 include file of the same name.
6458
6459 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6460
6461 * configure.tgt: Mark v850 as multi-arched.
6462 * config/v850/tm-v850.h: Remove file.
6463 * config/v850/v850.mt: Eliminate TM_FILE.
6464
6465 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6466
6467 * v850-tdep.c: Full multi-arch.
6468 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6469 Define GDB_MULTI_ARCH to 2.
6470
6471 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6472
6473 * p-exp.y (current_type): New static variable.
6474 Carries the type of the expression at the position that is parsed.
6475 (push_current_type, pop_current_type): Two new functions. Used
6476 to store/restore current_type in expression on specific tokens.
6477 (search_field): New static variable. Set to one after parsing a point
6478 as at that point only a FIELDNAME token should be searched.
6479 (FIELDNAME): New token. After a point only a token belonging to
6480 current_type type definition is allowed.
6481 (all over token rules): reset and change current_type according
6482 to rules.
6483 (exp '[' rule): insert implicit array index field if
6484 exp is a pascal string type.
6485
6486 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6487
6488 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6489 frame info. Use frame_info's saved_regs instead of matching member
6490 in extra_frame_info throughout.
6491 (v850_frame_init_saved_regs): New function.
6492 (v850_init_extra_frame_info): Move most functionality into
6493 v850_frame_init_saved_regs().
6494 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6495 (v850_frame_find_saved_regs): Remove declaration.
6496 (FRAME_FIND_SAVED_REGS): Remove definition.
6497 (v850_frame_init_saved_regs): Add declaration.
6498 (FRAME_INIT_SAVED_REGS): Add definition.
6499
6500 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6501
6502 * v850-tdep.c: Begin multi-arch'ing v850.
6503 (v850_target_architecture_hook): Remove function.
6504 (v850_gdbarch_init): New function. Add code previously in
6505 v850_target_architecture_hook().
6506 (_initialize_v850_tdep): Don't set target_architecture_hook.
6507 Call register_gdbarch_init() instead.
6508
6509 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6510
6511 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6512 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6513 (fixup_class_method_type): Likewise.
6514
6515 2002-05-15 Jim Blandy <jimb@redhat.com>
6516
6517 Add macro structures to GDB's symbol tables. Nobody puts anything
6518 in them yet.
6519 * symtab.h (struct symtab): New member: `macro_table'.
6520 * buildsym.h (pending_macros): New global variable.
6521 * buildsym.c: #include "macrotab.h".
6522 (buildsym_init): Initialize `pending_macros'.
6523 (end_symtab): If we found macro information while reading a CU's
6524 debugging info, do build a symtab structure for it. Make the
6525 symtab point to the macro information, and clear the
6526 `pending_macros' pointer which held it while we were reading the
6527 debug info.
6528 (really_free_pendings): Free any pending macro table.
6529 * objfiles.h (struct objfile): New member: `macro_cache'.
6530 * objfiles.c (allocate_objfile): Set allocate and free functions
6531 for the macro cache's objstack.
6532 (free_objfile): Empty the macro cache's obstack.
6533 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6534 set new allocate and free functions for it.
6535 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6536 free functions for the macro cache's objstack. (Why is this
6537 function building its own objfile?)
6538 * symmisc.c (print_objfile_statistics): Print statistics on the
6539 macro bcache.
6540 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6541
6542 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6543
6544 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6545 (REGISTER_U_ADDR): Delete definition.
6546 (arm_register_u_addr): Delete declaration.
6547
6548 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6549
6550 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6551 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6552
6553 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6554
6555 * regcache.c (register_valid): Revise comments refering to "Not
6556 available" and "unavailable".
6557 * frame.c (frame_register_read): Ditto.
6558 * findvar.c (value_of_register): Ditto.
6559
6560 2002-05-15 Andrew Cagney <cagney@redhat.com>
6561
6562 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6563 (remote-sim.o): Update dependencies.
6564 (d10v-tdep.o): Specify dependencies.
6565 (sim_d10v_h): Define.
6566
6567 2002-05-14 Jim Blandy <jimb@redhat.com>
6568
6569 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6570 * macrotab.c (macro_lookup_inclusion, find_definition,
6571 new_macro_table): Same.
6572
6573 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6574 not `! strcmp ()'. This is a dubious improvement.
6575 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6576
6577 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6578 although it's not necessary, to avoid a warning.
6579
6580 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6581
6582 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6583 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6584 TYPE_INSTANCE_FLAGS.
6585 (struct main_type): New.
6586 (struct type): Move most members to struct main_type. Change
6587 cv_type and as_type to new type_chain member. Add instance_flags.
6588 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6589 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6590 (finish_cv_type): Remove prototype.
6591 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6592 Set TYPE_CHAIN.
6593 (alloc_type_instance): New function.
6594 (smash_type): New function.
6595 (make_pointer_type, make_reference_type, make_function_type)
6596 (smash_to_member_type, smash_to_method_type): Call smash_type.
6597 (make_qualified_type): New function.
6598 (make_type_with_address_space): Call make_qualified_type.
6599 (make_cv_type): Likewise.
6600 (finish_cv_type): Remove unnecessary function.
6601 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6602 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6603 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6604 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6605 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6606 * hpread.c (hpread_read_struct_type): Likewise.
6607 * stabsread.c (read_struct_type): Likewise.
6608
6609 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6610
6611 * configure.tgt: Add a catch all sh* target, for cases like
6612 sh[2,3,4]-elf and sh-hms.
6613
6614 2002-05-14 Keith Seitz <keiths@redhat.com>
6615
6616 * event-loop.c (create_file_handler): Don't do anything but
6617 update data when we are given a fd which we are already
6618 monitoring.
6619
6620 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6621
6622 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6623 (update_context): Use __func__ in warnings.
6624
6625 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6626
6627 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6628 and tcp_close to net_open and net_close.
6629 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6630 using UDP if requested. Don't try to disable Nagle on UDP
6631 sockets.
6632 * remote.c (remote_serial_open): New function. Warn about UDP.
6633 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6634
6635 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6636
6637 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6638
6639 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6640
6641 * configure.tgt: Remove sh-hms target.
6642 * MAINTAINERS: Don't list sh-hms as a separate target.
6643
6644 2002-05-13 Jim Blandy <jimb@redhat.com>
6645
6646 Add first preprocessor macro-expansion files.
6647 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6648 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6649 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6650 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6651 (COMMON_OBS): Add macrotab.o, macroexp.o.
6652 (macroexp.o, macrotab.o): New rules.
6653
6654 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6655
6656 * config/m88k/tm-m88k.h: Update copyright.
6657 (m88k_target_write_pc): Declare
6658 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6659 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6660 (SHIFT_INST_REGS): Update definition.
6661 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6662 using old definition of TARGET_WRITE_PC.
6663 * regcache.c (generic_target_write_pc): Delete code handling
6664 NNPC_REGNUM.
6665 * gdbarch.sh (NNPC_REGNUM): Delete.
6666 * gdbarch.h, gdbarch.c: Regenerate.
6667
6668 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6669
6670 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6671 builtin reg number.
6672
6673 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6674
6675 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6676 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6677 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6678 access macros.
6679 * c-typeprint.c (cp_type_print_method_args): Likewise.
6680 (c_type_print_args): Likewise.
6681 * d10v-tdep.c (d10v_push_arguments): Likewise.
6682 (d10v_extract_return_value): Likewise.
6683 * expprint.c (print_subexp): Likewise.
6684 * gdbtypes.c (lookup_primitive_typename): Likewise.
6685 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6686 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6687 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6688 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6689 (TYPE_VECTOR): Likewise.
6690 * hpread.c (hpread_read_struct_type)
6691 (fix_static_member_physnames, fixup_class_method_type)
6692 (hpread_type_lookup): Likewise.
6693 * mdebugread.c (parse_symbol, parse_type): Likewise.
6694 * p-lang.c (is_pascal_string_type): Likewise.
6695 * valops.c (hand_function_call): Likewise.
6696 * x86-64-tdep.c (classify_argument): Likewise.
6697
6698 * hpread.c (hpread_read_function_type)
6699 (hpread_read_doc_function_type): Call replace_type.
6700 * dstread.c (create_new_type): Delete.
6701 (decode_dst_structure, process_dst_function): Call alloc_type.
6702 Use type access macros.
6703
6704 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6705
6706 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6707 the're not supported by the current architecture.
6708 (i387_fill_fxsave): Likewise.
6709
6710 2002-05-12 Fred Fish <fnf@redhat.com>
6711
6712 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6713 sect_index_xxx members to index the first slot in section_offsets
6714 if all of the section_offsets are zero.
6715
6716 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6717
6718 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6719 checked in with last change.
6720
6721 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6722
6723 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6724 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6725 config.sub.
6726
6727 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6728
6729 * Makefile.in: Update dependencies.
6730
6731 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6732
6733 * language.c (local_hex_string_custom): Simplify. Do not depend
6734 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6735
6736 * memattr.c (mem_info_command): Replace calls to
6737 longest_local_hex_string and longest_local_hex_string_custom.
6738 * buildsym.c (make_blockvector): Ditto.
6739 * solib.c (info_sharedlibrary_command): Ditto.
6740 * tracepoint.c (tracepoints_info): Ditto.
6741 * symtab.c (print_msymbol_info): Ditto.
6742
6743 * language.c (local_hex_string): Delete.
6744 (local_hex_string_custom): Delete.
6745 (longest_local_hex_string): Rename to local_hex_string.
6746 (longest_local_hex_string_custom): Rename to
6747 local_hex_string_custom.
6748 * language.h (local_hex_string): Change parameter type to LONGEST.
6749 (local_hex_string_custom): Ditto.
6750 (longest_local_hex_string): Delete declaration.
6751 (longest_local_hex_string_custom): Ditto.
6752
6753 * solib.c: Update copyright.
6754 * memattr.c: Update copyright.
6755
6756 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6757
6758 * arch-utils.h (legacy_register_to_value): Declare.
6759 (legacy_value_to_register): Declare.
6760 (legacy_convert_register_p): Declare.
6761 * arch-utils.c (legacy_register_to_value): New function.
6762 (legacy_value_to_register): New function.
6763 (legacy_convert_register_p): New function.
6764
6765 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6766 (VALUE_TO_REGISTER): Define.
6767 (CONVERT_REGISTER_P): Define.
6768 * gdbarch.h, gdbarch.c: Regenerate.
6769
6770 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6771 VALUE_TO_REGISTER.
6772 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6773 CONVERT_REGISTER_P.
6774
6775 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6776 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6777
6778 * Makefile.in: Update dependencies for valops.c.
6779 * valops.c: Include "gdb_assert.h".
6780 (typecmp): Skip THIS parameter to methods.
6781 (find_method_list): Remove static_memfuncp argument,
6782 update callers. Check for stub methods.
6783 (find_value_oload_method_list): Don't set *static_memfuncp.
6784 (find_overload_match): Don't check for stub methods. Assert
6785 that methods are not stubbed. Handle static methods.
6786 (value_find_oload_method_list): Remove static_memfuncp argument.
6787 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6788 to the argument list for static stub methods.
6789 * value.h (value_find_oload_method_list): Update prototype.
6790
6791 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6792
6793 * arch-utils.h (generic_register_size): Declare.
6794 (generic_register_raw_size, generic_register_virtual_size): Delete
6795 declarations.
6796 * arch-utils.c (generic_register_raw_size): Delete.
6797 (generic_register_size): New function.
6798 (generic_register_virtual_size): Delete.
6799
6800 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6801 default generic_register_size.
6802 * gdbarch.h, gdbarch.c: Re-generate.
6803
6804 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6805 register_virtual_size.
6806 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6807 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6808
6809 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6810
6811 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6812 * gdbarch.h, gdbarch.c: Regenerate.
6813 * gnu-v3-abi.c: Update copyright.
6814 (vtable_address_point_offset): Update.
6815 (gnuv3_rtti_type): Update.
6816 (gnuv3_baseclass_offset): Update.
6817 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6818 (init_fetch_link_map_offsets): Update.
6819 * remote.c (get_remote_state): Update.
6820
6821 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6822
6823 * TODO: Remove value_headof/value_from_vtable_info comment.
6824 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6825 * values.c (value_headof, value_from_vtable_info): Delete.
6826 * value.h (value_from_vtable_info): Delete prototype.
6827
6828 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6829
6830 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6831 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6832 $(gdb_regex_h).
6833 (gdb_assert_h): Define.
6834 (gdb_wait_h): Define.
6835 (gdb_regex_h): Define.
6836
6837 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6838
6839 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6840 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6841
6842 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6843
6844 * nbsd-tdep.c: Fix comment.
6845
6846 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6847
6848 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6849 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6850 (nbsd-tdep.o): New dependency list.
6851 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6852 nbsd-tdep.h.
6853 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6854 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6855 * nbsd-tdep.c: New file.
6856 * nbsd-tdep.h: New file.
6857 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6858 nbsd-tdep.h.
6859 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6860 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6861 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6862 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6863
6864 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6865
6866 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6867 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6868 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6869 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6870 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6871 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6872
6873 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6874
6875 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6876 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6877 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6878 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6879 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6880 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6881 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6882
6883 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6884
6885 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6886 fetch_elfcore_registers to...
6887 * i386nbsd-tdep.c: ...here.
6888 (i386nbsd_use_struct_convention): Rename to...
6889 (i386nbsd_aout_use_struct_convention): ...this.
6890 (i386nbsd_supply_reg): New function.
6891 (i386nbsd_fill_reg): New function.
6892 (fetch_core_registers): Use i386nbsd_supply_reg.
6893 (fetch_elfcore_registers): Likewise.
6894 (_initialize_i386nbsd_tdep): New function.
6895 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6896 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6897 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6898 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6899 (i386nbsd_aout_use_struct_convention): ...this.
6900
6901 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6902
6903 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6904 (store_inferior_registers): Use shnbsd_fill_reg.
6905 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6906 sh_nbsd_supply_register): Collapse into...
6907 (shnbsd_supply_reg): ...this.
6908 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6909 (shnbsd_fill_reg): ...this.
6910 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6911 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6912 (fetch_core_registers): Use shnbsd_supply_reg.
6913 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6914 (sh_nbsd_core_fns): Rename to...
6915 (shnbsd_core_fns): ...this.
6916 (sh_nbsd_elfcore_fns): Rename to...
6917 (shnbsd_elfcore_fns): ...this.
6918 (sh_nbsd_init_abi): Rename to...
6919 (shnbsd_init_abi): ...this.
6920 (_initialize_sh_nbsd_tdep): Rename to...
6921 (_initialize_shnbsd_tdep): ...this.
6922 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6923 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6924 sh_nbsd_fill_register): Remove prototypes.
6925 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6926
6927 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6928
6929 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6930 (i387-nat.o): Delete dependency list.
6931 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6932 (x86-64-linux-nat.o): Likewise.
6933 * i387-nat.c: Delete file, moving contents to...
6934 * i387-tdep.c: ...here.
6935 * i387-nat.h: Rename...
6936 * i387-tdep.h: ...to this.
6937 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6938 * i386-linux-nat.c: Likewise.
6939 * i386bsd-nat.c: Likewise.
6940 * i386gnu-nat.c: Likewise.
6941 * i386nbsd-nat.c: Likewise.
6942 * i386v4-nat.c: Likewise.
6943 * x86-64-linux-nat.c: Likewise.
6944 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6945 * config/i386/go32.mh (NATDEPFILES): Likewise.
6946 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6947 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6948 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6949 * config/i386/linux.mh (NATDEPFILES): Likewise.
6950 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6951 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6952 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6953 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6954
6955 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6956
6957 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6958 (alphanbsd-nat.o): Remove dependency list.
6959 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6960 * alphanbsd-nat.c: Delete. Contents moved to...
6961 * alphanbsd-tdep.c: ...here.
6962 (_initialize_alphanbsd_tdep): Register core functions.
6963 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6964
6965 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6966
6967 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6968 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6969 (alphanbsd-nat.o): Likewise.
6970 (alphabsd-tdep.o): New dependency list.
6971 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6972 (fill_gregset): Use alphabsd_fill_reg.
6973 (supply_fpregset): Use alphabsd_supply_fpreg.
6974 (fill_fpregset): Use alphabsd_fill_fpreg.
6975 (fetch_inferior_registers): Use struct reg and struct fpreg
6976 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6977 and alphabsd_supply_fpreg.
6978 (store_inferior_registers): Use struct reg and struct fpreg
6979 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6980 and alphabsd_fill_fpreg.
6981 * alphabsd-tdep.c: New file.
6982 * alphabsd-tdep.h: New file.
6983 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6984 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6985 alphabsd_supply_fpreg.
6986 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6987 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6988
6989 2002-05-11 Eric Christopher <echristo@redhat.com>
6990
6991 * mips-tdep.c (mips_double_register_type): Fix thinko.
6992 (mips_single_register_type): Ditto.
6993 * MAINTAINERS: Add self.
6994
6995 2002-05-11 Mark Kettenis <kettenis@gnu.org>
6996
6997 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6998 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6999 right thing on architectures with different endianness and/or
7000 integer sizes.
7001
7002 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7003
7004 From Christian Limpach <chris@Pin.LU>
7005 * configure.in: Change sed expression which comments out
7006 NATDEPFILES to also comment out continuation lines.
7007 * configure: Regenerate.
7008
7009 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7010
7011 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7012 big patch.
7013
7014 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7015
7016 * sh-tdep.c: Include correct file.
7017
7018 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7019
7020 New support for sh64-elf (sh5) target.
7021
7022 * configure.tgt: For sh64-elf target, default to sh-elf.
7023
7024 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7025 (struct gdbarch_tdep): Add new fields for new registers and ABI
7026 info.
7027
7028 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7029 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7030 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7031 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7032 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7033 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7034 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7035 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7036 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7037 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7038 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7039 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7040 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7041 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7042 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7043 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7044 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7045 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7046 sign_extend, sh64_nofp_frame_init_saved_regs,
7047 sh64_init_extra_frame_info, sh64_get_saved_register,
7048 sh64_extract_struct_value_address, sh64_pop_frame,
7049 sh64_push_arguments, sh64_extract_return_value,
7050 sh64_store_return_value, sh64_show_media_regs,
7051 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7052 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7053 sh_sh64_register_virtual_type,
7054 sh_sh64_register_convert_to_virtual,
7055 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7056 sh64_register_read, sh64_pseudo_register_write,
7057 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7058 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7059 sh64_do_pseudo_register, sh_compact_do_registers_info,
7060 sh64_do_registers_info, sh_gdbarch_init): New functions.
7061
7062 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7063
7064 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7065
7066 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7067
7068 * linespec.c (decode_line_1): Check for a double quote after
7069 a filename correctly.
7070
7071 2002-05-10 Jim Blandy <jimb@redhat.com>
7072
7073 Properly track the size of the current objfile's .debug_line section.
7074 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7075 (DWARF_LINE_SIZE): New macro.
7076 (dwarf2_build_psymtabs_hard): Record the line section's size in
7077 the partial symbol table.
7078 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7079 symbol table.
7080
7081 2002-05-10 Petr Sorfa <petrs@caldera.com>
7082
7083 * ia64-tdep.c: Handle breakpoints on L instruction type
7084 in MLX instruction bundle by moving the breakpoint to
7085 the third slot (X instruction type) as L holds only data.
7086
7087 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7088
7089 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7090 (process_one_symbol): Complain about discarding local symbols
7091 due to a misplaced N_LBRAC entry.
7092
7093 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7094
7095 From Daniel Berlin <dan@cgsoftware.com>
7096 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7097 decrease the depth we are at, in the case of templates.
7098
7099 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7100
7101 * mips-tdep.c (mips_float_register_type): New function.
7102 (mips_double_register_type): New function.
7103 (mips_print_register): Use them.
7104 (do_fp_register_row): Likewise.
7105
7106 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7107
7108 * signals/signals.c (signals): Remove conditional compilation around
7109 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7110 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7111
7112 2002-05-09 Michael Snyder <msnyder@redhat.com>
7113
7114 * remote-rdp.c (remote_rdp_can_run): Remove.
7115
7116 2002-05-09 Tom Tromey <tromey@redhat.com>
7117
7118 * jv-valprint.c (java_val_print): Handle `char' as a special case
7119 of TYPE_CODE_INT.
7120
7121 2002-05-09 Michael Snyder <msnyder@redhat.com>
7122
7123 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7124 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7125 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7126 str r(0123),[sp,#nn].
7127 (arm_skip_prologue): Ditto. Also make disassembly
7128 order-independent by placing it in a loop.
7129
7130 2002-05-06 Michael Snyder <msnyder@redhat.com>
7131
7132 * stabsread.c (read_type): Add recognition for new attribute:
7133 "@V;" means that an array type is actually a vector.
7134 This is analogous to the vector flag that's been added to dwarf2.
7135
7136 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7137
7138 * i386-tdep.h (i386_abi): New enum.
7139 (struct gdbarch_tdep): Replace os_ident member with abi.
7140 (i386_gdbarch_register_os_abi): New prototype.
7141 * i386-tdep.c (i386_abi_names): New array.
7142 (process_note_abi_tag_sections): Removed.
7143 (process_note_sections): New function.
7144 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7145 (struct i386_abi_handler): New struct.
7146 (i386_abi_handler_list): New variable.
7147 (i386_gdbarch_register_os_abi): New function.
7148 (i386_gdbarch_init): Adapt for the changes given above.
7149
7150 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7151
7152 * gregset.h: Say "GNU/Linux".
7153
7154 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7155
7156 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7157 (build_gdbtypes): Build builtin_type_v2_float.
7158 (_initialize_gdbtypes): Register new builtin type.
7159
7160 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7161
7162 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7163 (clear_gdbarch_swap): New function.
7164 (initialize_non_multiarch): Call.
7165 (gdbarch_update_p): Before calling init(), swap out and clear the
7166 existing architecture.
7167 * gdbarch.c: Regenerate.
7168
7169 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7170
7171 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7172 alphanbsd-tdep.c.
7173
7174 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7175
7176 * sh-nbsd-nat.c: Rename to...
7177 * shnbsd-nat.c: ...this.
7178 * sh-nbsd-tdep.c: Rename to...
7179 * shnbsd-tdep.c: ...this.
7180 * sh-nbsd-tdep.h: Rename to...
7181 * shnbsd-tdep.h: ...this.
7182 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7183 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7184
7185 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7186
7187 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7188 concatenation for command help messages.
7189
7190 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7191
7192 * NEWS: Note new sh*-*-netbsdelf* configuration.
7193 * configure.host: Set gdb_host_cpu to sh for all sh*.
7194 (sh*-*-netbsdelf*): New host.
7195 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7196 (sh*-*-netbsdelf*): New target.
7197 * sh-nbsd-nat.c: New file.
7198 * sh-nbsd-tdep.c: New file.
7199 * sh-nbsd-tdep.h: New file.
7200 * config/sh/nbsd.mh: New file.
7201 * config/sh/nbsd.mt: New file.
7202 * config/sh/nm-nbsd.h: New file.
7203 * config/sh/tm-nbsd.h: New file.
7204
7205 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7206
7207 * sh-tdep.c (sh_osabi_names): Declare.
7208 (process_note_abi_tag_sections): New function.
7209 (get_elfosabi): Ditto.
7210 (sh_gdbarch_register_os_abi): Ditto.
7211 (sh_dump_tdep): Ditto.
7212 _initialize_sh_tdep): Use gdbarch_register to register
7213 sh_gdbarch_init and sh_dump_tdep.
7214 * config/sh/tm-sh.h (sh_osabi): Declare.
7215 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7216
7217 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7218
7219 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7220 (thumb_scan_prologue): Ditto.
7221 (arm_find_callers_reg): Ditto.
7222 (arm_frame_chain): Ditto.
7223 (arm_init_extra_frame_info): Ditto.
7224 (arm_frame_saved_pc): Ditto.
7225 (arm_pop_frame): Ditto.
7226 (arm_push_return_address): New function.
7227 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7228 call_dummy_location, call_dummy_breakpoint_offset_p,
7229 call_dummy_breakpoint_offset, call_dummy_p,
7230 call_dummy_stack_adjust_p, call_dummy_words,
7231 sizeof_call_dummy_words, call_dummy_start_offset,
7232 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7233 call_dummy_address, push_return_address and push_dummy_frame for
7234 generic dummy frames.
7235
7236 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7237
7238 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7239 size computation for alloca.
7240 (sh_fp_frame_init_saved_regs): Likewise.
7241
7242 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7243
7244 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7245 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7246 * arm-tdep.c (arm_store_return_value): Use them.
7247 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7248 * remote-rdp.c (remote_rdp_fetch_register): Use
7249 ARM_MAX_REGISTER_RAW_SIZE.
7250 (remote_rdp_store_register): Likewise.
7251
7252 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7253
7254 * dwarf2cfi.c: Code cleanup, removed unused variables,
7255 added default labels to switch {} statements.
7256 * x86-64-tdep.c: Ditto.
7257 * x86-64-linux-nat.c: Ditto.
7258
7259 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7260
7261 * solib.h: Protect against multiple inclusion.
7262
7263 2002-05-06 Jim Blandy <jimb@redhat.com>
7264
7265 Add first preprocessor macro-expansion files.
7266 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7267 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7268 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7269 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7270 (COMMON_OBS): Add macrotab.o, macroexp.o.
7271 (macroexp.o, macrotab.o): New rules.
7272
7273 Separate the job of reading the line number info statement program
7274 header (...expialidocious) out into its own function.
7275 * dwarf2read.c (struct line_head, struct filenames, struct
7276 directories): Replace with...
7277 (struct line_header): New structure, containing the full
7278 contents of the statement program header, including the
7279 include directory and file name tables.
7280 (read_file_scope): If we have line number info, instead of just
7281 calling dwarf_decode_lines to do all the work, call
7282 dwarf_decode_line_header first to get a `struct line_header'
7283 containing the data in the statement program header, and then
7284 pass that to dwarf_decode_lines, which will pick up where that
7285 left off. Be sure to clean up the `struct line_header' object.
7286 (dwarf_decode_line_header, free_line_header, add_include_dir,
7287 add_file_name): New functions.
7288 (dwarf_decode_lines): Move all the code to read the statement
7289 program header into dwarf_decode_line_header. Take the line
7290 header it built as the first argument, instead of the offset to
7291 the compilation unit's line number info. Use the new `struct
7292 line_header' type instead of the old structures. No need to do
7293 cleanups here now, since we don't allocate anything.
7294 (dwarf2_statement_list_fits_in_line_number_section,
7295 dwarf2_line_header_too_long): New complaints.
7296
7297 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7298
7299 * gdbtypes.c (init_vector_type): New function.
7300 (build_builtin_type_vec128): Simplify the representation of SIMD
7301 registers.
7302 (build_gdbtypes): Initialize new builtin vector types.
7303 (_initialize_gdbtypes): Register new vector types with gdbarch.
7304 (builtin_type_v4_float, builtin_type_v4_int32,
7305 builtin_type_v8_int16, builtin_type_v16_int8,
7306 builtin_type_v2_int32, builtin_type_v4_int16,
7307 builtin_type_v8_int8): New (renamed) SIMD types.
7308
7309 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7310
7311 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7312 (i387_fill_fxsave): Likewise.
7313
7314 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7315
7316 * alpha-tdep.c (alpha_extract_return_value): Don't use
7317 non-constant array size in prototype.
7318
7319 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7320
7321 From Brian Taylor <briant at model dot com>:
7322 * ui-out.c (ui_out_field_core_addr): Use the function
7323 longest_local_hex_string_custom'to format addresses > 32 bits
7324 wide.
7325
7326 * ui-out.c (ui_out_field_core_addr): Update comment.
7327
7328 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7329
7330 * stack.c (select_and_print_frame): Make static. Delete the
7331 parameter `level'.
7332 (func_command): Update call.
7333 (select_frame_command): Delete code computing the frame level.
7334 * frame.h (select_and_print_frame): Delete declaration.
7335
7336 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7337
7338 * sparc-tdep.c (sparc_get_saved_register): Comment why
7339 get_prev_frame call is safe.
7340
7341 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7342
7343 * frame.h (select_frame): Delete level parameter.
7344 * stack.c (select_frame): Update. Use frame_relative_level to
7345 obtain the frame's level.
7346 (select_and_print_frame): Update call.
7347 (select_frame_command): Ditto.
7348 (up_silently_base): Ditto.
7349 (down_silently_base): Ditto.
7350 * ocd.c (ocd_start_remote): Ditto.
7351 * remote-rdp.c (remote_rdp_open): Ditto.
7352 * remote-mips.c (mips_initialize): Ditto.
7353 (common_open): Ditto.
7354 * remote-e7000.c (e7000_start_remote): Ditto.
7355 * m3-nat.c (select_thread): Ditto.
7356 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7357 (child_get_current_exception_event): Ditto.
7358 * varobj.c (varobj_create): Ditto.
7359 (varobj_update): Ditto.
7360 (c_value_of_root): Ditto.
7361 * tracepoint.c (finish_tfind_command): Ditto.
7362 * corelow.c (core_open): Ditto.
7363 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7364 * thread.c (info_threads_command): Ditto.
7365 (switch_to_thread): Ditto.
7366 * infrun.c (normal_stop): Ditto.
7367 (restore_selected_frame): Ditto.
7368 (restore_inferior_status): Ditto.
7369 * breakpoint.c (insert_breakpoints): Ditto.
7370 (watchpoint_check): Ditto.
7371 (bpstat_stop_status): Ditto.
7372 (do_enable_breakpoint): Ditto.
7373 * blockframe.c (flush_cached_frames): Ditto.
7374 (reinit_frame_cache): Ditto.
7375
7376 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7377
7378 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7379 maintainer.
7380
7381 2002-05-04 Jim Blandy <jimb@redhat.com>
7382
7383 * gdbtypes.c (replace_type): Doc fix.
7384
7385 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7386
7387 * valprint.c (strcat_longest): Delete commented out function.
7388 Update copyright.
7389
7390 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7391
7392 * MAINTAINERS: Mark a29k as deleted.
7393 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7394 Move new configurations to the top.
7395 * configure.tgt: Remove a29k.
7396 * config/a29k/tm-vx29k.h: Delete.
7397 * config/a29k/vx29k.mt: Delete.
7398 * config/a29k/tm-a29k.h: Delete.
7399 * config/a29k/a29k-udi.mt: Delete.
7400 * config/a29k/a29k.mt: Delete.
7401 * a29k-tdep.c: Delete.
7402 * remote-udi.c: Delete.
7403 * remote-mm.c: Delete.
7404 * remote-eb.c: Delete.
7405 * remote-adapt.c: Delete.
7406 * Makefile.in: Remove obsolete code.
7407 * config/s390/s390x.mt: Ditto.
7408 * config/s390/s390.mt: Ditto.
7409 * config/sparc/sparclynx.mh: Ditto.
7410 * config/sparc/linux.mh: Ditto.
7411 * config/pa/hppaosf.mh: Ditto.
7412 * config/pa/hppabsd.mh: Ditto.
7413 * config/ns32k/nbsd.mt: Ditto.
7414 * config/mips/vr5000.mt: Ditto.
7415 * config/m68k/sun3os4.mh: Ditto.
7416 * config/m68k/nbsd.mt: Ditto.
7417 * config/m68k/m68klynx.mh: Ditto.
7418 * config/m32r/m32r.mt: Ditto.
7419 * config/i386/x86-64linux.mt: Ditto.
7420 * config/i386/nbsdelf.mt: Ditto.
7421 * config/i386/nbsd.mt: Ditto.
7422 * config/i386/i386lynx.mh: Ditto.
7423
7424 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7425
7426 * target.c (debug_print_register): New function. Handle oversize
7427 registers.
7428 (debug_to_fetch_registers): Call.
7429 (debug_to_store_registers): Call.
7430
7431 2002-05-03 Jim Blandy <jimb@redhat.com>
7432
7433 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7434 (read_type): Doc fix.
7435 * gdbtypes.c (replace_type): Doc fix.
7436
7437 * stabsread.c (multiply_defined_struct): New complaint.
7438 (read_struct_type): If the type we were passed isn't empty, or
7439 incomplete, don't read the new struct type into it; complain,
7440 and return the original type unchanged. Take a new `type_code'
7441 argument, which is the type code for the new type.
7442 (read_type): Rather than storing the type's type code here, pass
7443 it as an argument to read_struct_type, and let that take care of
7444 storing it. That way, we don't overwrite the original type code,
7445 so read_struct_type can use it to decide whether we're overwriting
7446 something we shouldn't.
7447 (complain_about_struct_wipeout): New function.
7448
7449 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7450
7451 * gdbarch.sh: Assert that gdbarch is non-NULL.
7452 * gdbarch.c: Regenerate.
7453
7454 2002-05-03 Jason Merrill <jason@redhat.com>
7455
7456 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7457 and return NULL.
7458
7459 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7460
7461 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7462 (x86_64_dwarf2gdb_regno_map_length),
7463 (x86_64_dwarf2_reg_to_regnum): Added.
7464 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7465 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7466 (_initialize_x86_64_tdep): Synced with the change above.
7467 (x86_64_skip_prologue): Reformulated message.
7468
7469 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7470
7471 * f-exp.y: Also use new prev_lexptr variable
7472 to improve error reporting. Based on Michael Snyder
7473 2002-04-24 dated patch to c-exp.y.
7474 * jv-exp.y: Likewise.
7475 * m2-exp.y: Likewise.
7476
7477 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7478
7479 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7480 we are dealing with vectors.
7481
7482 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7483
7484 * config/m68k/tm-nbsd.h: Obvious fix,
7485 correct machine name.
7486
7487 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7488
7489 * p-typeprint.c (pascal_type_print_base): Add support
7490 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7491
7492 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7493
7494 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7495 for fondamental pascal 'char' type.
7496
7497 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7498
7499 * p-lang.h (is_pascal_string_type): Declaration changed,
7500 new sixth argument of type char ** added.
7501 * p-lang.c (is_pascal_string_type): Implementation
7502 changed. Args length_pos, length_size, string_pos, char_size
7503 can now be NULL. New argument arrayname set to the field
7504 name of the char array. Return value set to char array
7505 field index plus one.
7506 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7507 is_pascal_string_type function.
7508
7509 2002-05-02 Andrew Cagney <cagney@redhat.com>
7510
7511 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7512 <cagney@redhat.com> change.
7513 * gdbarch.c: Regenerate.
7514
7515 2002-05-02 Andrew Cagney <cagney@redhat.com>
7516
7517 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7518 before probing for a new one. Detect errorenous gdbarch_init
7519 functions.
7520 * gdbarch.c: Regenerate.
7521
7522 2002-05-01 Andrew Cagney <cagney@redhat.com>
7523
7524 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7525 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7526 * config/v850/tm-v850.h: Ditto. Update copyright.
7527
7528 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7529
7530 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7531 current_gdbarch.
7532
7533 2002-04-30 Michael Snyder <msnyder@redhat.com>
7534
7535 * arm-tdep.c: Whitespace clean-ups.
7536 (arm_skip_prologue): Fix thinko; two lines
7537 should have been removed as part of 4/24 change.
7538
7539 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7540
7541 * rs6000-tdep.c: Added comment describing how fpscr register
7542 numbers were chosen.
7543
7544 2002-04-30 Michael Snyder <msnyder@redhat.com>
7545
7546 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7547
7548 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7549
7550 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7551 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7552 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7553
7554 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7555
7556 From Louis Hamilton <hamilton@redhat.com>:
7557 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7558 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7559 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7560 not bfd-private xcoff data, to determine wordsize.
7561 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7562
7563 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7564
7565 GDB 5.2 released from 5.2 branch.
7566
7567 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7568
7569 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7570 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7571 (x86_64_register_info_table): Added comments with register numbers.
7572
7573 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7574
7575 * rs6000-tdep.c (rs6000_extract_return_value,
7576 rs6000_store_return_value): Handle returning vectors.
7577 (rs6000_gdbarch_init): Use
7578 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7579 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7580 New function.
7581 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7582 vectors.
7583 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7584 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7585
7586 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7587
7588 * hpread.c (hpread_psymtab_to_symtab_1,
7589 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7590 with fprintf_unfiltered (gdb_stderr,...).
7591
7592 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7593
7594 * remote-array.c (printf_monitor, write_monitor,
7595 array_insert_breakpoint, array_remove_breakpoint ):
7596 Replace fprintf (stderr,...
7597 with fprintf_unfiltered (gdb_stderr,....
7598 * remote-es.c: Likewise.
7599 * remote-os9k.c: Likewise.
7600 * remote-st.c: Likewise.
7601
7602 2002-04-28 Andreas Schwab <schwab@suse.de>
7603
7604 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7605 linux-proc.o and gcore.o.
7606
7607 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7608
7609 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7610 code without frame pointers.
7611
7612 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7613
7614 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7615 ON_STACK is needed.
7616
7617 2002-04-26 Ben Elliston <bje@redhat.com>
7618
7619 * target.c (do_xfer_memory): Correct reference to the new option
7620 "trust-readonly-sections".
7621
7622 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7623
7624 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7625 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7626 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7627 vectors.
7628 (read_array_type): Record the fact that this array type is really a
7629 vector (i.e. are passed in by value).
7630
7631 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7632
7633 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7634 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7635 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7636 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7637 * alpha-linux-tdep.c: Include frame.h.
7638 (alpha_linux_sigcontext_addr): New function.
7639 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7640 alpha_linux_sigcontext_addr.
7641 * alpha-osf1-tdep.c: Include gdbcore.h.
7642 (alpha_osf1_sigcontext_addr): New function.
7643 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7644 alpha_osf1_sigcontext_addr.
7645 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7646 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7647
7648 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7649
7650 * stack.c (selected_frame_level):
7651 (select_frame): Do not set selected_frame_level.
7652 * frame.h (selected_frame_level): Delete declaration.
7653
7654 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7655
7656 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7657 convert_from_func_ptr-addr when AIX / PowerOpen.
7658
7659 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7660
7661 * valops.c (hand_function_call): Call
7662 generic_save_call_dummy_addr.
7663 * frame.h (generic_save_call_dummy_addr): Declare.
7664 * blockframe.c (struct dummy_frame): Add fields call_lo and
7665 call_hi.
7666 (generic_find_dummy_frame): Check for PC in range call_lo to
7667 call_hi instead of entry_point_address.
7668 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7669 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7670 (generic_save_call_dummy_addr): New function.
7671
7672 2002-04-24 David S. Miller <davem@redhat.com>
7673
7674 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7675 sparc_skip_prologue.
7676 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7677 information to find prologue when possible.
7678 (sparc_prologue_frameless_p): Call examine_prologue directly.
7679 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7680 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7681 second argument.
7682 (SKIP_PROLOGUE): Likewise.
7683
7684 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7685
7686 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7687 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7688 indicate that the condition it was testing is always true.
7689 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7690 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7691 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7692
7693 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7694
7695 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7696 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7697 tdep->jb_pc and tdep->jb_elt_size.
7698 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7699 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7700 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7701 * alpha-nat.c (get_longjmp_target): Remove.
7702 (JB_ELEMENT_SIZE): Ditto.
7703 (JB_PC): Ditto.
7704 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7705 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7706 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7707 to alpha_get_longjmp_target.
7708 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7709 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7710 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7711
7712 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7713
7714 * README: Update to GDB 5.2.
7715
7716 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7717
7718 * gdbarch.sh (LC_ALL): Set to `c'.
7719
7720 2002-04-25 Theodore A. Roth <troth@verinet.com>
7721
7722 * avr-tdep.c: Ran through gdb_indent.sh.
7723
7724 2002-04-25 Theodore A. Roth <troth@verinet.com>
7725
7726 * MAINTAINERS: Add myself as AVR maintainer.
7727 * NEWS: Note new target avr.
7728
7729 2002-04-25 Theodore A. Roth <troth@verinet.com>
7730
7731 * Makefile.in: Add support for AVR target.
7732 * configure.tgt: Add support for AVR target.
7733 * avr-tdep.c: New file
7734 * config/avr/avr.mt: New file.
7735
7736 2002-04-25 Theodore A. Roth <troth@verinet.com>
7737
7738 * MAINTAINERS: Add myself to write-after-approval.
7739
7740 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7741
7742 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7743 with fprintf_unfiltered (gdb_stderr,....
7744
7745 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7746
7747 Fix PR gdb/508.
7748 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7749
7750 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7751
7752 * p-exp.y: Also use new prev_lexptr variable
7753 to improve error reporting. Based on Michael Snyder
7754 2002-04-24 dated patch to c-exp.y.
7755
7756 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7757
7758 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7759 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7760 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7761 to 0.
7762 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7763 and struct value.
7764 (FUNCTION_START_OFFSET): Remove.
7765 (BREAKPOINT): Ditto.
7766
7767 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7768
7769 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7770 * NEWS: Ditto.
7771
7772 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7773
7774 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7775 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7776 alpha_linux_pc_in_sigtramp.
7777 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7778 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7779 alpha_osf1_pc_in_sigtramp.
7780 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7781 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7782 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7783 alphafbsd_pc_in_sigtramp.
7784 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7785 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7786 alphanbsd_pc_in_sigtramp.
7787 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7788 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7789
7790 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7791
7792 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7793
7794 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7795
7796 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7797 alphanbsd-tdep.c.
7798 (alphanbsd-nat.o): New dependency list.
7799 (alphanbsd-tdep.o): Ditto.
7800 * NEWS: Note new native NetBSD/alpha configuration.
7801 * alphanbsd-nat.c: New file.
7802 * alphanbsd-tdep.c: Ditto.
7803 * configure.host (alpha*-*-netbsd*): New host.
7804 * configure.tgt (alpha*-*-netbsd*): New target.
7805 * config/alpha/nbsd.mh: New file.
7806 * config/alpha/nbsd.mt: Ditto.
7807 * config/alpha/nm-nbsd.h: Ditto.
7808 * config/alpha/tm-nbsd.h: Ditto.
7809
7810 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7811
7812 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7813 (alpha-osf1-tdep.o): New dependency list.
7814 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7815 and skip_sigtramp_frame members.
7816 * alpha-linux-tdep.c: Include gdbcore.h.
7817 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7818 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7819 * alpha-osf1-tdep.c: New file.
7820 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7821 alpha-osf1-dep.c.
7822 (alpha_frame_past_sigtramp_frame): New function.
7823 (alpha_dynamic_sigtramp_offset): Ditto.
7824 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7825 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7826 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7827 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7828 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7829 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7830 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7831 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7832 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7833 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7834 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7835 to find_solib_trampoline_target.
7836 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7837 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7838 (SKIP_TRAMPOLINE_CODE): Remove.
7839 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7840 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7841 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7842 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7843 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7844 (PROC_SIGTRAMP_MAGIC): Ditto.
7845 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7846 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7847 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7848 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7849 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7850
7851 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7852
7853 * NEWS: Note that Alpha targets are now multi-arch.
7854
7855 2002-04-24 Michael Snyder <msnyder@redhat.com>
7856
7857 * parser-defs.h (prev_lexptr): New external variable.
7858 * parse.c (parse_exp_1): Set prev_lexptr to null before
7859 calling the language-specific parser.
7860 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7861 (yyerror): Use prev_lexptr in error reporting.
7862
7863 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7864
7865 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7866 * gregset.h: If FILL_FPXREGSET is defined, provide
7867 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7868 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7869 is defined, call fill_fpxregset.
7870
7871 2002-04-24 Roland McGrath <roland@frob.com>
7872
7873 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7874 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7875 (supply_gregset, supply_fpregset): New functions.
7876
7877 * gnu-nat.c (gnu_find_memory_regions): New function.
7878 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7879 (gnu_xfer_memory): Add a cast.
7880
7881 2002-04-24 Michael Snyder <msnyder@redhat.com>
7882
7883 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7884 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7885 of argument regs ("str r(0123), [r11, #-nn"]).
7886 (arm_skip_prologue): Better handling for frameless functions.
7887 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7888 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7889
7890 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7891
7892 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7893 NUM_PSEUDO_REGS can be used.
7894
7895 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7896
7897 * arch-utils.h: Update copyright.
7898
7899 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7900 * gdbarch.h, gdbarch.c: Re-generate.
7901
7902 * inferior.h (IN_SIGTRAMP): Delete definition.
7903 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7904 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7905
7906 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7907 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7908 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7909 (find_proc_framesize): Ditto.
7910 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7911 (alpha_init_extra_frame_info): Ditto.
7912 * infrun.c (handle_inferior_event): Ditto.
7913 (handle_inferior_event): Ditto.
7914 (check_sigtramp2): Ditto.
7915 * blockframe.c (create_new_frame): Ditto.
7916 (get_prev_frame): Ditto.
7917 * ppc-linux-tdep.c: Update comments.
7918 * i386-linux-tdep.c: Update comments.
7919 * breakpoint.c (bpstat_what): Update comment.
7920
7921 2002-04-24 David S. Miller <davem@redhat.com>
7922
7923 * i960-tdep.c (register_in_window_p): New function.
7924 (i960_find_saved_register): Use it instead of
7925 REGISTER_IN_WINDOW_P.
7926 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7927
7928 * symtab.h (find_stab_function_addr): Kill extern.
7929 * minsyms.c (find_stab_function_addr): Remove from here...
7930 * dbxread.c: ... to here, and mark it static.
7931
7932 2002-04-20 David S. Miller <davem@redhat.com>
7933
7934 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7935 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7936
7937 2002-04-21 David S. Miller <davem@redhat.com>
7938
7939 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7940 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7941 (vx_write_register): Likewise.
7942
7943 2002-04-23 J. Brobecker <brobecker@gnat.com>
7944
7945 * source.c (is_regular_file): New function.
7946 (openp): Check wether file to open is a regular file
7947 to avoid opening directories.
7948
7949 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7950
7951 * findvar.c (extract_signed_integer): Cast printf argument
7952 to suppress format warning.
7953 (extract_unsigned_integer): Likewise.
7954 * infcmd.c (registers_info): Likewise.
7955 * top.c (get_prompt_1): Likewise.
7956 * valops.c (value_assign): Likewise.
7957 * valprint.c (print_decimal): Likewise.
7958
7959 2002-04-22 H.J. Lu (hjl@gnu.org)
7960
7961 * c-exp.y (typebase): Support
7962
7963 [long|long long|short] [signed|unsigned] [int|]
7964
7965 and
7966
7967 signed [long|long long|short] int
7968
7969 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7970
7971 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7972 and vax-tdep.h.
7973 * vax-tdep.h: New file.
7974 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7975 Make several routines static.
7976 (vax_get_saved_register): New function.
7977 (vax_gdbarch_init): New function.
7978 (_initialize_vax_tdep): Register vax_gdbarch_init.
7979 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7980 Remove macros now under the control of gdbarch.
7981
7982 2002-04-22 Michael Snyder <msnyder@redhat.com>
7983
7984 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7985 Some whitespace and coding standards tweaks.
7986
7987 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7988
7989 * vax-tdep.c: Include regcache.h.
7990 (vax_call_dummy_words): New.
7991 (sizeof_vax_call_dummy_words): New.
7992 (vax_fix_call_dummy): New function.
7993 (vax_saved_pc_after_call): Ditto.
7994 * config/vax/tm-vax.h: Don't include regcache.h.
7995 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7996 (CALL_DUMMY): Remove.
7997 (CALL_DUMMY_WORDS): Define.
7998 (SIZEOF_CALL_DUMMY_WORDS): Define.
7999 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8000
8001 2002-04-18 Michael Snyder <msnyder@redhat.com>
8002
8003 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8004
8005 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8006
8007 * vax-tdep.c (vax_frame_chain): New function.
8008 (vax_push_dummy_frame): Ditto.
8009 (vax_pop_frame): Ditto.
8010 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8011 (FRAMELESS_FUNCTION_INVOCATION): Use
8012 generic_frameless_function_invocation_not.
8013 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8014 (POP_FRAME): Use vax_pop_frame.
8015
8016 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8017
8018 * vax-tdep.c (vax_store_struct_return): New function.
8019 (vax_extract_return_value): Ditto.
8020 (vax_store_return_value): Ditto.
8021 (vax_extract_struct_value_address): Ditto.
8022 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8023 vax_store_struct_return.
8024 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8025 (STORE_RETURN_VALUE): Use vax_store_return_value.
8026 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8027
8028 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8029
8030 * vax-tdep.c (vax_frame_saved_pc): New function.
8031 (vax_frame_args_address_correct): Ditto.
8032 (vax_frame_args_address): Ditto.
8033 (vax_frame_locals_address): Ditto.
8034 (vax_frame_num_args): Move code to be in proximity to
8035 other frame-related functions.
8036 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8037 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8038 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8039 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8040 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8041
8042 2002-04-22 H.J. Lu (hjl@gnu.org)
8043
8044 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8045 includedir.
8046
8047 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8048
8049 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8050 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8051 (FRAME_INIT_SAVED_REGS): New macro.
8052
8053 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8054
8055 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8056
8057 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8058
8059 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8060 where needed.
8061 (fetch_osf_core_registers): Likewise.
8062 (supply_gregset): Likewise.
8063
8064 2002-04-22 J. Brobecker <brobecker@gnat.com>
8065
8066 * symfile.h (get_section_index): Define.
8067 * symfile.c (get_section_index): New function.
8068 * mdebugread.c (SC_IS_SBSS): New macro.
8069 (SC_IS_BSS): Return true for the scBss storage class only, as
8070 the scSBss storage class refers to the .sbss section.
8071 (parse_partial_symbols): Discard the symbols which associated
8072 section does not exist.
8073 Make sure to use the .sbss section index for symbols which
8074 storage class is scBss, rather than using the .bss section index.
8075
8076 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8077
8078 * vax-tdep.c: Update copyright years.
8079 (vax_register_name): New function.
8080 (vax_register_byte): Ditto.
8081 (vax_register_raw_size): Ditto.
8082 (vax_register_virtual_size): Ditto.
8083 (vax_register_virtual_type): Ditto.
8084 * config/vax/tm-vax.h: Update copyright years.
8085 (REGISTER_NAMES): Remove.
8086 (REGISTER_NAME): Define.
8087 (REGISTER_BYTE): Use vax_register_byte.
8088 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8089 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8090 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8091
8092 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8093
8094 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8095 declaration
8096 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8097
8098 2002-04-21 David S. Miller <davem@redhat.com>
8099
8100 * arch-utils.c (generic_prologue_frameless_p): Kill
8101 SKIP_PROLOGUE_FRAMELESS_P code.
8102 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8103 references.
8104 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8105 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8106 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8107 references.
8108 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8109 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8110 (sparc_gdbarch_init): Pass it to
8111 set_gdbarch_prologue_frameless_p.
8112
8113 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8114
8115 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8116 (alphabsd-nat.o): New dependency list.
8117
8118 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8119
8120 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8121 alphafbsd-tdep.c.
8122 (alpha-linux-tdep.o): New dependency list.
8123 (alphafbsd-tdep.o): Likewise.
8124
8125 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8126
8127 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8128 to here...
8129 * alpha-tdep.c: ...from here.
8130 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8131
8132 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8133
8134 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8135 prototype from here...
8136 * alpha-tdep.h: ...to here.
8137
8138 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8139
8140 * frame.h (selected_frame_level): Document as deprecated.
8141 (frame_relative_level): Declare.
8142 * stack.c (frame_relative_level): New function.
8143 (selected_frame_level): Document as deprecated.
8144 (select_frame): Do not set the selected_frame_level.
8145
8146 * stack.c (frame_info, record_selected_frame): Update.
8147 (frame_command, current_frame_command): Update.
8148 (up_silently_base, up_command, down_silently_base): Update.
8149 (down_command): Update.
8150 * inflow.c (kill_command): Update.
8151 * tracepoint.c (finish_tfind_command): Update.
8152 * corelow.c (core_open): Update.
8153 * thread.c (info_threads_command): Update.
8154 (do_captured_thread_select): Update.
8155 * infcmd.c (finish_command): Update.
8156 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8157
8158 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8159
8160 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8161
8162 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8163
8164 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8165 type const.
8166
8167 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8168
8169 * alphafbsd-tdep.c: Update copyright years. Include
8170 alpha-tdep.h.
8171 (alphafbsd_use_struct_convention): Make static.
8172 (alphafbsd_init_abi): New function.
8173 (_initialize_alphafbsd_tdep): New function.
8174 * config/alpha/tm-fbsd.h: Update copyright years.
8175 (USE_STRUCT_CONVENTION): Remove.
8176
8177 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8178
8179 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8180 an Alpha ABI variant.
8181 (alpha_abi_handler_list): Declare.
8182 (alpha_gdbarch_register_os_abi): New function.
8183 (alpha_gdbarch_init): Give registered ABI variant handlers a
8184 chance to tweak the gdbarch once we have set up defaults.
8185 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8186
8187 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8188
8189 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8190 to standard_coerce_float_to_double.
8191 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8192
8193 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8194
8195 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8196 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8197 from gdbarch_tdep rather than a constant.
8198 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8199 the default text address for all Alpha Unix ABIs.
8200 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8201 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8202
8203 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8204
8205 * alpha-tdep.h: New file. Includes several Alpha target constants
8206 taken from...
8207 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8208 let gdbarch deal with.
8209 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8210 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8211 to dependency list.
8212 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8213 Alpha target register names.
8214 * alphabsd-nat.c: Likewise.
8215 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8216 Alpha target register names. Make serveral routines static.
8217 (alpha_get_saved_register): New function.
8218 (alpha_abi_names): New.
8219 (process_note_abi_tag_sections): New function.
8220 (get_elfosabi): New function.
8221 (alpha_gdbarch_init): New function.
8222 (alpha_dump_tdep): New function.
8223 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8224
8225 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8226
8227 * frame.c (find_saved_register): Delete #ifdef
8228 HAVE_REGISTER_WINDOWS code.
8229 * config/sparc/tm-sparc.h: Update comments.
8230 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8231
8232 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8233
8234 * i960-tdep.c (i960_find_saved_register): New function.
8235 (i960_get_saved_register): New function.
8236 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8237 (i960_get_saved_register): Declare.
8238 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8239
8240 2002-04-20 David S. Miller <davem@redhat.com>
8241
8242 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8243
8244 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8245
8246 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8247 instead of NUM_PSEUDO_REGS.
8248
8249 2002-04-20 David S. Miller <davem@redhat.com>
8250
8251 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8252 GDB_MULTI_ARCH_PARTIAL
8253 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8254 define, let tm-sp64.h do it.
8255
8256 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8257
8258 * frame.c (find_saved_register): Avoid a NULL pointer
8259 dereference and actually walk the frame list.
8260
8261 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8262
8263 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8264 sorted in most most-recent-used order. Document.
8265 * gdbarch.h, gdbarch.c: Regenerate.
8266
8267 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8268
8269 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8270 instead of ->prev.
8271 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8272 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8273 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8274 instead of ->prev.
8275
8276 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8277
8278 Fix PR gdb/471.
8279 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8280 (build_builtin_type_vec128): Ditto.
8281 (append_composite_type_field): Fix calculation of type length in
8282 union case.
8283
8284 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8285
8286 * config/djgpp/README: Update.
8287
8288 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8289 compiler warnings.
8290
8291 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8292
8293 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8294 (alpha_setup_arbitrary_frame): ...to this.
8295 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8296 for alpha_setup_arbitrary_frame.
8297
8298 2002-04-18 Andrew Cagney <cagney@redhat.com>
8299
8300 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8301 * gdbarch.h, gdbarch.c: Regenerate.
8302
8303 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8304 * target.h (memory_breakpoint_from_pc): Update declaration.
8305 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8306
8307 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8308 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8309 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8310 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8311 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8312 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8313 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8314 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8315 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8316 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8317 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8318 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8319
8320 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8321 const pointer.
8322 * monitor.c (monitor_insert_breakpoint): Ditto.
8323 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8324
8325 * config/mcore/tm-mcore.h: Update copyright.
8326 * mem-break.c: Ditto.
8327 * xstormy16-tdep.c: Ditto.
8328
8329 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8330
8331 * p-exp.y: Add precedence rule for '^' token.
8332 This removes the shift/reduce conflicts.
8333 Remove the comment concerning these shift/reduce conflicts.
8334
8335 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8336
8337 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8338 (registers_powerpc_nofp): New register set for processors
8339 without floating point unit.
8340
8341 2002-04-18 David S. Miller <davem@redhat.com>
8342
8343 * MAINTAINERS: Add myself to write-after-approval.
8344
8345 2002-04-17 Michael Snyder <msnyder@redhat.com>
8346
8347 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8348
8349 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8350
8351 * rs6000-tdep.c (frame_initial_stack_address): Use
8352 frame_register_read to read the alloca_reg.
8353
8354 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8355
8356 * frame.c (find_saved_register): Find saved registers in the next
8357 not prev frame.
8358 Fix PR gdb/365.
8359
8360 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8361
8362 * gdbarch.sh (LANG): Set to ``c''.
8363
8364 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8365
8366 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8367
8368 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8369
8370 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8371 Update copyright.
8372
8373 * hpread.c (hpread_get_lntt): Add declaration.
8374 Also fix PR gdb/391.
8375
8376 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8377
8378 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8379 * aclocal.m4, configure: Re-generate.
8380 Fix PR gdb/391.
8381
8382 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8383
8384 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8385 instead of tm_print_insn.
8386
8387 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8388
8389 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8390
8391 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8392
8393 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8394 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8395 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8396
8397 2002-04-12 Don Howard <dhoward@redhat.com>
8398
8399 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8400 max_user_call_depth.
8401 (init_cmd_lists): Initialize the new value;
8402 * cli/cli-script.c (execute_user_command): Limit the call depth of
8403 user defined commands. This avoids a core-dump when user commands
8404 are infinitly recursive.
8405
8406 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8407
8408 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8409 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8410 from tdep struct instead of DEFAULT_LR_SAVE.
8411 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8412 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8413 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8414
8415 2002-04-12 Michael Snyder <msnyder@redhat.com>
8416
8417 * Remote.c: Spelling fix.
8418 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8419 If no symbol found for "sbrk", try "_sbrk".
8420 (make_output_phdrs): Use bfd_section_name.
8421 (gcore_copy_callback): Use bfd_section_name.
8422 * eval.c: Indentation fix-ups.
8423 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8424 in case it gets applied to an address that is already
8425 in the instruction space.
8426 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8427 * symfile.c: Fix indentation, long lines.
8428 * source.c: White space fix-up.
8429
8430 2002-04-12 Andrew Cagney <cagney@redhat.com>
8431
8432 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8433 * frame.c (frame_register_read): New function. Return non-zero on
8434 success.
8435 (read_relative_register_raw_bytes_for_frame): Delete.
8436 (read_relative_register_raw_bytes): Delete.
8437 * frame.h (frame_register_read): Declare.
8438 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8439 * sh-tdep.c: Ditto.
8440 * infcmd.c (do_registers_info): Ditto.
8441 * hppa-tdep.c: Ditto.
8442 * rs6000-tdep.c: Ditto.
8443 * h8500-tdep.c: Ditto.
8444 * mips-tdep.c: Ditto.
8445 * h8300-tdep.c: Ditto.
8446 * z8k-tdep.c: Ditto.
8447
8448 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8449
8450 From Jimi X <jimix@watson.ibm.com>:
8451 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8452 64-bit SysV ABI.
8453
8454 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8455
8456 From Jimi X <jimix@watson.ibm.com>:
8457 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8458 bfd info.
8459
8460 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8461
8462 From Jimi X <jimix@watson.ibm.com>:
8463 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8464 register sets for these processor variants.
8465
8466 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8467
8468 * regformats/reg-ppc.dat: Support FPSCR.
8469
8470 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8471
8472 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8473 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8474 Add fpscr as an invalid/unfetchable register.
8475 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8476 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8477 (fill_fpregset): Add support for register fpscr.
8478 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8479 (fill_gregset): Account for the fact that register ``mq'' might
8480 not exist.
8481 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8482 (registers_power): Add fpscr to register set at slot 71.
8483 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8484 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8485
8486 2002-04-11 Michael Snyder <msnyder@redhat.com>
8487
8488 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8489 * configure: Regenerate.
8490 * config.in: Regenerate.
8491 * acconfig.h: Add define for _SYSCALL32.
8492 * core-sol2.c: Remove #define _SYSCALL32.
8493 * solib-legacy.c: Remove #define _SYSCALL32.
8494
8495 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8496
8497 * stack.c (select_frame): Cleanup internal error message, do not
8498 use %p.
8499
8500 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8501
8502 * stack.c (select_frame): Check that selected_frame and the
8503 specified level are as expected.
8504 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8505 Update copyright.
8506 * frame.h (struct frame_info): Add field `level'. Update
8507 copyright.
8508 Work-in-progress PR gdb/464.
8509
8510 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8511
8512 * maint.c (maint_print_section_info): Rename print_section_info.
8513 (print_bfd_section_info, print_objfile_section_info): Update.
8514 * inferior.h (struct gdbarch): Add opaque declaration.
8515 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8516 * gdbarch.h: Regenerate.
8517
8518 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8519
8520 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8521 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8522 (kernel_u_size): Added.
8523 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8524 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8525
8526 2002-04-04 Jim Ingham <jingham@apple.com>
8527
8528 * valarith.c (find_size_for_pointer_math): New function, either returns
8529 the size for a pointer's target, returns 1 for void *, or errors for
8530 incomplete types.
8531 (value_add, value_sub): use find_size_for_pointer_math.
8532
8533 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8534
8535 * linux-low.c (linux_look_up_symbols): New hook.
8536 (linux_target_ops): Add linux_look_up_symbols.
8537 * remote-utils.c (decode_address): New function.
8538 (look_up_one_symbol): New function.
8539 * server.c (handle_query): Call target look_up_symbols hook.
8540 * server.h (look_up_one_symbol): Add prototype.
8541 * target.h (struct target_ops): Add look_up_symbols hook.
8542
8543 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8544
8545 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8546 override FP_REGNUM with frame->fp. Update copyright.
8547 * parse.c (num_std_regs, std_regs): Delete.
8548 (target_map_name_to_register): Do not search std_regs. Update
8549 function description.
8550 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8551 declarations. Update copyright.
8552 Fix PR gdb/251.
8553
8554 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8555
8556 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8557 after the last symbol in a block.
8558
8559 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8560
8561 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8562 is non zero as a found symbol.
8563
8564 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8565
8566 * findvar.c: Include "builtin-regs.h".
8567 (value_of_register): Call value_of_builtin_reg when applicable.
8568 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8569 (target_map_name_to_register): Call
8570 builtin_reg_map_name_to_regnum.
8571 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8572 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8573 (builtin_regs_h): Define.
8574 (builtin-regs.o): New target.
8575 (findvar.o): Add $(builtin_regs_h).
8576 * builtin-regs.c, builtin-regs.h: New files.
8577 * std-regs.c: New file.
8578 Partial fix for PR gdb/251.
8579
8580 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8581
8582 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8583 it's no longer required.
8584
8585 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8586
8587 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8588
8589 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8590
8591 From Jimi X <jimix@watson.ibm.com>:
8592 * rs6000-tdep.c (rs6000_software_single_step): Use
8593 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8594 and size. Use target_insert_breakpoint() and
8595 target_remove_breakpoint() to insert and remove breakpoints
8596 instead of explicit memory reads and writes.
8597
8598 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8599
8600 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8601 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8602 ELF_OBJECT_FORMAT ifdef.
8603
8604 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8605
8606 From Jimi X <jimix@watson.ibm.com>:
8607 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8608
8609 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8610
8611 From Jimi X <jimix@watson.ibm.com>:
8612 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8613 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8614
8615 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8616
8617 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8618 s/asprintf/xasprintf/.
8619 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8620
8621 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8622
8623 I believe Jeff Law denies responsability for this one:
8624 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8625 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8626 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8627 Work-around for PR gdb/366.
8628
8629 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8630
8631 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8632 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8633 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8634
8635 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8636
8637 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8638 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8639 information.
8640
8641 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8642
8643 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8644 maintainer.
8645
8646 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8647
8648 * README (Reporting Bugs in GDB): Document the bug web page as the
8649 prefered way of submitting bugs.
8650 Fix PR gdb/402.
8651
8652 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8653
8654 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8655 -1. Update comment.
8656 * gdbarch.h, gdbarch.c: Re-generate.
8657
8658 2002-04-07 Andreas Schwab <schwab@suse.de>
8659
8660 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8661 buffer to regcache_collect.
8662
8663 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8664
8665 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8666 * gdbarch.c, gdbarch.h: Re-generate.
8667
8668 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8669
8670 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8671 declaration. Fix -Werror.
8672
8673 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8674
8675 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8676 * gdbarch.c: Regenerate.
8677
8678 2002-04-05 Michael Snyder <msnyder@redhat.com>
8679
8680 * breakpoint.c (clear_command): Rewrite middle section to
8681 combine two loops with identical control conditions.
8682 Add a cleanup to eliminate a memory leak.
8683 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8684
8685 2002-04-05 H.J. Lu (hjl@gnu.org)
8686
8687 * solib-svr4.c (bkpt_names): Add "__start".
8688
8689 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8690
8691 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8692 as test for 64 bit target.
8693
8694 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8695
8696 * h8500-tdep.c (h8500_write_fp): Delete function.
8697 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8698 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8699 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8700 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8701 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8702 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8703 (s390_write_fp):
8704 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8705 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8706 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8707 (d10v_write_fp): Delete function.
8708 * inferior.h (write_fp, generic_target_write_fp): Delete
8709 declarations.
8710 * regcache.c (generic_target_write_fp): Delete function.
8711 (write_fp): Delete function.
8712 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8713 * gdbarch.h, gdbarch.c: Regenerate.
8714 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8715 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8716 (sparc64_write_fp): Delete declaration.
8717 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8718 (h8500_write_fp): Delete declaration.
8719
8720 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8721
8722 * sparc-tdep.c (sparc64_write_fp): Delete.
8723 (sparc_push_dummy_frame): Replace write_fp call with code to store
8724 the FP directly.
8725 (sparc_gdbarch_init): Do not initialize write_fp.
8726
8727 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8728
8729 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8730 clause.
8731
8732 2002-03-29 Jim Blandy <jimb@redhat.com>
8733
8734 * stack.c (get_selected_block): Add new argument `addr_in_block',
8735 used to return the exact code address we used to select the block,
8736 not just the block.
8737 * blockframe.c (get_frame_block, get_current_block): Same.
8738 * frame.h (get_frame_block, get_current_block,
8739 get_selected_block): Update declarations.
8740 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8741 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8742
8743 2002-04-05 Michael Snyder <msnyder@redhat.com>
8744
8745 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8746 warning message.
8747
8748 2002-04-05 J. Brobecker <brobecker@gnat.com>
8749
8750 * utils.c (xfullpath): New function.
8751 * defs.h (xfullpath): Add declaration.
8752 * source.c (openp): Use xfullpath in place of gdb_realpath to
8753 avoid resolving the basename part of filenames when the
8754 associated file is a symbolic link. This fixes a potential
8755 inconsistency between the filenames known to GDB and the
8756 filenames it prints in the annotations.
8757 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8758 to be able to match a filename with either the real filename, or
8759 the name of any symbolic link to this file.
8760 (lookup_partial_symtab): Ditto.
8761
8762 2002-04-04 Michael Snyder <msnyder@redhat.com>
8763
8764 * breakpoint.c: Add support for hardware breakpoints in overlays.
8765 (overlay_events_enabled): New state variable.
8766 (insert_breakpoints): Use overlay_events_enabled to decide
8767 whether to attempt to set a breakpoint at the overlay load addr.
8768 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8769 (remove_breakpoint): Use overlay_events_enabled to decide
8770 whether breakpoints need to be removed from overlay load addr.
8771 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8772 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8773 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8774 disable_overlay_breakpoints): Update overlay_events_enabled.
8775
8776 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8777
8778 * dwarf2read.c (struct function_range): New.
8779 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8780 (check_cu_functions): New.
8781 (read_file_scope): Initialize global function lists.
8782 Call dwarf_decode_line after processing children.
8783 (read_func_scope): Add to global function list.
8784 (dwarf_decode_lines): Call check_cu_functions everywhere
8785 record_line is called. Call record_line with a linenumber
8786 of 0 to mark sequence ends.
8787
8788 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8789
8790 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8791 change sync with glibc.
8792
8793 2002-04-03 Jim Blandy <jimb@redhat.com>
8794
8795 * configure.in: Call AC_C_INLINE.
8796 * configure: Regenerated.
8797
8798 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8799
8800 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8801 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8802
8803 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8804
8805 * NEWS: Mention gcore support on FreeBSD/i386.
8806
8807 * fbsd-proc.c: New file.
8808 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8809 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8810
8811 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8812 while statement.
8813
8814 2002-03-29 Jim Blandy <jimb@redhat.com>
8815
8816 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8817 unescaped newlines in string literals, but newer ones don't. So
8818 escape them.
8819
8820 2002-03-26 Michael Snyder <msnyder@redhat.com>
8821 Andrew Cagney <cagney@redhat.com>
8822
8823 * cli/cli-dump.c: New file. Dump memory to file,
8824 restore file to memory.
8825 * cli/cli-dump.h: New file.
8826 * Makefile.in: Add rules, dependencies for cli-dump.o.
8827 * NEWS: Mention new commands.
8828
8829 2002-03-28 Michael Snyder <msnyder@redhat.com>
8830
8831 * symfile.c (symbol_file_add): Move test for null symbols to later.
8832
8833 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8834
8835 From veksler at il.ibm.com:
8836 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8837 the xstrduped original path.
8838 Fix PR gdb/417.
8839
8840 2002-03-27 Michael Snyder <msnyder@redhat.com>
8841
8842 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8843 * infcmd.c (_initialize_infcmd): Ditto.
8844 * language.c (_initialize_language): Ditto.
8845 * symfile.c (_initialize_symfile): Ditto.
8846 * top.c (_init_main): Ditto.
8847 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8848
8849 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8850
8851 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8852 vector registers handling.
8853 (skip_prologue): Handle new AltiVec instructions. Fill in new
8854 fields of frame data.
8855 (frame_get_saved_regs): Fill in information for AltiVec registers.
8856
8857 2002-03-27 Jim Blandy <jimb@redhat.com>
8858
8859 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8860 a function; leave this macro here to invoke that function.
8861 (symbol_init_mangled_name): Declaration for that function.
8862 * symtab.c (symbol_init_mangled_name): New function.
8863
8864 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8865
8866 * valarith.c: Replace strerror with safe_strerror.
8867 * tracepoint.c: Ditto.
8868 * lin-lwp.c: Ditto.
8869 * go32-nat.c: Ditto.
8870 * inflow.c: Ditto.
8871 * gnu-nat.c: Ditto.
8872
8873 2002-03-27 Andreas Schwab <schwab@suse.de>
8874
8875 * event-top.c (command_line_handler): Remove useless if.
8876
8877 2002-03-27 Andreas Jaeger <aj@suse.de>
8878
8879 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8880 comment.
8881
8882 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8883
8884 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8885 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8886 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8887 (x86_64_linux_dr_get_status, supply_gregset),
8888 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8889 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8890 (x86_64_register_info_table): Add.
8891 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8892 (x86_64_register_raw_size, x86_64_register_virtual_type),
8893 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8894 general x86_64_register_info_table.
8895 (i386_gdbarch_init): gdbarch_register_bytes is now set
8896 dynamicaly during initialization.
8897 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8898 * gdbserver/linux-x86-64-low.c: Ditto.
8899
8900 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8901
8902 * gdbserver/server.c (main): Call target_signal_to_host_p
8903 and target_signal_to_host on signals received from the remote.
8904 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8905 target_signal_from_host on signals sent to the remote.
8906 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8907 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8908
8909 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8910
8911 * signals/signals.c: Include "server.h" in gdbserver build.
8912 (target_signal_from_name): Don't use STREQ.
8913 (_initialize_signals): Likewise. Don't include function in
8914 gdbserver build.
8915
8916 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8917
8918 * signals.c: Moved to...
8919 * signals/signals.c: Here.
8920 * Makefile (signals.o): Update.
8921
8922 2002-03-26 Jeff Law (law@redhat.com)
8923
8924 * somread.c (som_symtab_read): Remove some commented out code and
8925 updated related comments. Do not set the minimal symbol table to
8926 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8927 in a dynamic executable.
8928 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8929 where we are unable to find the minimal symbol for the given
8930 PC value.
8931
8932 2002-03-25 Jeff Law (law@redhat.com)
8933
8934 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8935
8936 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8937
8938 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8939
8940 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8941
8942 * command.h: Update copyright.
8943 (struct cmd_list_element): Replace definition with opaque
8944 declaration.
8945 (enum cmd_types): Document that it will eventually be moved to
8946 cli/cli-decode.h
8947 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8948 (MALLOCED_REPLACEMENT): Delete macro.
8949 * Makefile.in (cli_decode_h): Add $(command_h).
8950 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8951 * top.c: Include "cli/cli-decode.h".
8952 * completer.c: Include "cli/cli-decode.h".
8953 * maint.c: Include "cli/cli-decode.h".
8954 * cli/cli-decode.h: Include "command.h".
8955 (enum command_class): Delete.
8956 (enum cmd_types): Comment out.
8957 (enum cmd_auto_boolean): Delete.
8958 (enum var_types): Delete.
8959
8960 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8961
8962 * cli/cli-decode.c: Include "gdb_assert.h".
8963 (add_set_or_show_cmd): New static function.
8964 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8965 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8966 all fields, such as func, from the set command.
8967
8968 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8969
8970 * MAINTAINERS (sh-elf): Change warning flag to -w.
8971
8972 2002-03-23 Andrew Cagney <cagney@redhat.com>
8973
8974 * defs.h (error): Add printf format attribute.
8975 * thread-db.c (thread_from_lwp): Fix error format string.
8976 * stack.c (parse_frame_specification): Ditto.
8977 * cli/cli-decode.c (undef_cmd_error): Ditto.
8978 * scm-lang.c (scm_lookup_name): Ditto.
8979 * tracepoint.c (trace_error): Ditto.
8980 * remote-utils.c (usage): Ditto.
8981 * remote.c (compare_sections_command): Ditto.
8982 Fix PR gdb/328.
8983
8984 2002-03-22 Andrew Cagney <ac131313@redhat.com>
8985
8986 * gdbtypes.c (append_composite_type_field): New function.
8987 (init_composite_type): New function.
8988 * gdbtypes.h (append_composite_type_field): Declare.
8989 (init_composite_type): Ditto.
8990
8991 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
8992
8993 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
8994 function.
8995 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8996 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8997 structure returning convention for SYSV ABI case, but not
8998 for GNU/Linux, FreeBSD, or NetBSD.
8999
9000 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9001
9002 * symtab.h (lookup_block_symbol): Add mangled_name argument
9003 to prototype.
9004
9005 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9006 with new mangled_name argument.
9007 * linespec.c (decode_line_1): Likewise.
9008 * valops (value_of_this): Likewise.
9009 * symtab.c (lookup_transparent_type): Likewise.
9010 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9011 (lookup_symbol): If we are given a mangled name, pass it down
9012 to lookup_symbol_aux.
9013 (lookup_block_symbol): If we are given a mangled name to check
9014 against, only return symbols which match it.
9015
9016 2002-03-22 Christopher Faylor <cgf@redhat.com>
9017
9018 * win32-nat.c (child_create_inferior): Check for proper shell to use
9019 here, in case the user changes it on the fly.
9020 (_initialize_inftarg): Remove shell path considerations.
9021
9022 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9023
9024 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9025 for gdbarch_max_register_raw_size and max_register_virtual_size.
9026 Adjust copyright year.
9027
9028 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9029
9030 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9031 in a function to cover the entire beginning of the function
9032 as well if it does not already.
9033
9034 2002-03-21 Tom Rix <trix@redhat.com>
9035
9036 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9037 (rs6000_ptrace64): Renamed from ptrace64.
9038
9039 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9040
9041 * gdbserver/remote-utils.c (remote_open): Don't call
9042 getprotobyname, we're all using TCP here so just use
9043 IPPROTO_TCP.
9044 * gdbserver/gdbreplay.c (remote_open): Ditto.
9045
9046 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9047
9048 * regcache.c (_initialize_regcache): No need to call
9049 build_regcache() at this time; it gets called whenever
9050 the gdbarch changes.
9051
9052 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9053
9054 * sparc-nat.c: Include sys/param.h where possible.
9055
9056 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9057
9058 Fix PR gdb/422.
9059 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9060 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9061 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9062 complex types.
9063 * stabsread.c (rs6000_builtin_type): Likewise.
9064 (read_sun_floating_type): Likewise.
9065
9066 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9067
9068 * stabsread.c (read_member_functions): Remove skip code for duplicate
9069 constructor/destructor methods. Use standard parsing for these
9070 methods and just do not chain them to the list of methods after
9071 parsing.
9072
9073 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9074
9075 * coffread.c: Remove redundant static declarations. Replace
9076 occurrences of `PTR' with `void *'.
9077 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9078 * top.h (quit_cover): Likewise.
9079 * defs.h (catch_errors): Likewise.
9080
9081 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9082
9083 * defs.h (XMALLOC): Define.
9084 * gdb-events.sh (XMALLOC): Delete macro.
9085 * gdb-events.c, gdb-events.h: Regenerate.
9086 * gdbarch.sh (XMALLOC): Delete macro.
9087 * gdbarch.c: Regenerate.
9088 * serial.c (XMALLOC): Delete macro.
9089 * ui-file.c (XMALLOC): Ditto.
9090 * ser-unix.h (XMALLOC): Ditto.
9091 * sh-tdep.c (XMALLOC): Ditto.
9092 * ui-out.c (XMALLOC): Ditto.
9093 * utils.c (XMALLOC): Ditto.
9094 * i386-tdep.c (XMALLOC): Ditto.
9095 * gdb-events.c (XMALLOC): Ditto.
9096 * d10v-tdep.c (XMALLOC): Ditto.
9097 * cli-out.c (XMALLOC): Ditto.
9098
9099 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9100 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9101 * ui-file.c, ui-out.c: Ditto.
9102
9103 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9104
9105 * command.h (struct cmd_list_element): Add field context.
9106 (set_cmd_context, get_cmd_context): Declare.
9107 * cli/cli-decode.h: Ditto.
9108 * cli/cli-decode.c (get_cmd_context): New function.
9109 (set_cmd_context): New function.
9110 (add_cmd): Initialize context.
9111 Part of fixing PR gdb/145 and PR gdb/146.
9112
9113 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9114
9115 * cli/cli-decode.c (cmd_type): New function.
9116 * command.h (cmd_type): Declare.
9117 * infrun.c (set_schedlock_func): Call function cmd_type.
9118 * kod.c (kod_set_os): Call cmd_type.
9119 * cris-tdep.c (cris_version_update): Use function cmd_type.
9120 (cris_mode_update, cris_abi_update): Ditto.
9121
9122 * command.h: (execute_cmd_post_hook): Declare.
9123 (execute_cmd_pre_hook): Declare.
9124 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9125 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9126 functions. Execute pre/post hook while ensuring that afterwords
9127 hook_in is cleared.
9128 * top.c (execute_command): Use execute_cmd_post_hook, and
9129 execute_cmd_pre_hook to execute pre/post commands.
9130 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9131 hook_stop_stub.
9132 (hook_stop_stub): Call execute_cmd_pre_hook.
9133
9134 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9135
9136 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9137 set'' and this leads to a core dump. Move xstrdup of
9138 operating_system to after check that it is not NULL.
9139
9140 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9141
9142 * kod.c (kod_set_os): Remove unnecessary check that
9143 ``command->type'' is set_cmd.
9144
9145 * valprint.c (set_input_radix): Use input_radix.
9146 (set_output_radix): Use output_radix.
9147 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9148 isn't reverted.
9149
9150 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9151
9152 * value.h (struct value): Delete field ``substring_addr''. Change
9153 aligner fields to force_doublest_align, force_longest_align,
9154 force_core_addr_align and force_pointer_aligh.
9155
9156 * value.h (struct value): Fix typo in above change.
9157
9158 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9159
9160 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9161 to fix internal_error from ``maintenance print architecture''.
9162
9163 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9164
9165 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9166 for gcc versions after gcc-2.8.1.
9167
9168 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9169
9170 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9171 for method resolution. Restore adjustment of ``this'' pointer after
9172 calling value_struct_elt, which was accidentally removed during the
9173 HP merge.
9174
9175 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9176
9177 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9178 value_of_register.
9179 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9180 get_saved_register.
9181 * value.h (value_of_register): Update.
9182
9183 2002-03-14 Richard Henderson <rth@redhat.com>
9184
9185 * configure.in: Detect declaration for canonicalize_file_name.
9186 * utils.c (canonicalize_file_name): Declare, if needed.
9187 (gdb_realpath): Prefer realpath if available and usable.
9188 * config.in, configure: Rebuild.
9189
9190 2002-03-14 Richard Henderson <rth@redhat.com>
9191
9192 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9193 a constant array bound.
9194
9195 * MAINTAINERS: Add myself to write-after-approval.
9196
9197 2002-03-14 Michael Snyder <msnyder@redhat.com>
9198
9199 * symfile.c (syms_from_objfile): Return immediately if no syms.
9200 (symbol_file_add): Return immediately if no syms.
9201 (find_sym_fns): Return immediately if no syms.
9202
9203 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9204
9205 * gdbserver/remote-util.c (remote_open): Print remote-side's
9206 IP address when remote debugging over the network.
9207
9208 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9209
9210 * config/sparc/fbsd.mh: Fix copyright.
9211 * config/sparc/fbsd.mt: Likewise.
9212
9213 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9214
9215 * MAINTAINERS: Fix typo in name of gdb warnings option.
9216 (x86-64): Fix formating so that this can be parsed by awk.
9217
9218 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9219
9220 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9221 * defs.h: Include "gdb/signals.h".
9222 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9223
9224 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9225
9226 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9227 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9228 from x86-64-tdep.h
9229
9230 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9231 Don Howard <dhoward@redhat.com>
9232
9233 * mips-tdep.c (ST0_FR): Define.
9234 (mips2_fp_compat): New function, temporarily disabled.
9235 (mips_read_fp_register_single): New function.
9236 (mips_read_fp_register_double): New function.
9237 (mips_print_register): Use them.
9238 (do_fp_register_row): Likewise.
9239
9240 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9241
9242 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9243 approval''.
9244
9245 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9246
9247 * stabsread.c (read_member_functions): Fix is_stub test for
9248 static member functions, improve comment.
9249
9250 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9251
9252 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9253 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9254 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9255 commands that set boolean values.
9256 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9257 (arm_rdi_resume): Always initialize PC.
9258 (arm_rdi_open): Don't use rslt as a boolean.
9259 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9260 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9261 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9262 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9263
9264 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9265
9266 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9267 * configure: Rebuilt.
9268
9269 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9270
9271 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9272 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9273
9274 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9275
9276 * cli/cli-decode.c (set_cmd_completer): New function.
9277 * command.h (set_cmd_completer): Declare.
9278 * cli/cli-decode.h (set_cmd_completer): Ditto.
9279
9280 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9281 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9282 * win32-nat.c (_initialize_inftarg): Ditto.
9283 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9284 * proc-api.c (_initialize_proc_api): Ditto.
9285 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9286 * source.c (_initialize_source): Ditto.
9287 * exec.c (_initialize_exec): Ditto.
9288 * solib.c (_initialize_solib): Ditto.
9289 * top.c (init_main): Ditto.
9290 * tracepoint.c (_initialize_tracepoint): Ditto.
9291 * symfile.c (_initialize_symfile): Ditto.
9292 * printcmd.c (_initialize_printcmd): Ditto.
9293 * infcmd.c (_initialize_infcmd): Ditto.
9294 * corefile.c (_initialize_core): Ditto.
9295
9296 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9297
9298 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9299
9300 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9301
9302 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9303
9304 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9305
9306 * NEWS: Update headings, 5.2 has branched.
9307
9308 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9309
9310 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9311 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9312 (register_addr, REGISTER_RAW_SIZE): Likewise.
9313 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9314 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9315
9316 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9317
9318 * MAINTAINERS (x86-64): Add myself.
9319 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9320 changed value_ptr -> struct value *
9321
9322 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9323
9324 * configure.host (sparc64-*-freebsd): Add.
9325 * configure.tgt: Likewise.
9326 * config/sparc/fbsd.mh: New file.
9327 * config/sparc/fbsd.mt: Likewise.
9328 * config/sparc/nm-fbsd.h: Likewise.
9329 * config/sparc/tm-fbsd.h: Likewise.
9330
9331 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9332
9333 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9334 regformats/reg-s390x.dat.
9335
9336 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9337
9338 * utils.c: Add FIXME explaining true/false problem.
9339
9340 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9341
9342 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9343
9344 2002-02-28 Michael Chastain <mec@shout.net>
9345
9346 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9347
9348 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9349
9350 * gdbserver/linux-s390-low.c: New file.
9351 * regformats/reg-s390.dat: New file.
9352 * regformats/reg-s390x.dat: New file.
9353 * gdbserver/configure.srv: Add S/390.
9354 * gdbserver/Makefile.in: Add S/390.
9355 * configure.tgt: Enable gdbserver for S/390.
9356
9357 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9358
9359 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9360 first line of the doc string for "info dos", except at the end of
9361 the sentence, since the short help stops at the first period.
9362
9363 2002-02-28 Jason Merrill <jason@redhat.com>
9364
9365 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9366
9367 2002-02-27 Fred Fish <fnf@redhat.com>
9368
9369 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9370 comment (dumy -> dummy).
9371
9372 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9373
9374 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9375
9376 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9377
9378 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9379
9380 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9381
9382 * gdbserver/acconfig.h: New file.
9383 * gdbserver/i387-fp.c: New file.
9384 * gdbserver/i387-fp.h: New file.
9385 * gdbserver/linux-x86-64.c: New file.
9386 * regformats/reg-x86-64.dat: New file.
9387 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9388 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9389 * gdbserver/configure.in: Add support for regsets.
9390 * gdbserver/config.in: Regenerate.
9391 * gdbserver/configure: Regenerate.
9392 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9393 * gdbserver/linux-low.h: New file.
9394 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9395 for regsets.
9396 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9397 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9398 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9399 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9400 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9401 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9402 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9403 "i387-fp.h". Add PTRACE_GETREGS and friends.
9404 * gdbserver/regcache.c (supply_register): New function.
9405 (supply_register_by_name): New function.
9406 (collect_register): New function.
9407 (collect_register_by_name): New function.
9408
9409 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9412 (config.status): Add configure.srv dependency.
9413 (server_h): Add config.h dependency.
9414
9415 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9418 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9419 * gdbserver/configure.srv: Change i386-*-linux* to use
9420 reg-i386-linux.o.
9421
9422 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9423
9424 * x86-64-tdep.c: Re-indent. Update copyright date.
9425
9426 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9427
9428 From Michal Ludvig <mludvig@suse.cz>:
9429 * x86-64-tdep.c (value.h): Delete.
9430 (gdb_assert.h): Include.
9431 (x86_64_register_convert_to_virtual,
9432 x86_64_register_convert_to_raw ): Add check which lets only
9433 floating-point values to be converted.
9434 (value_push): Delete.
9435 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9436 (i386_gdbarch_init): Number of register_bytes fixed.
9437
9438 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9439
9440 * MAINTAINERS: Add x86-64 target.
9441
9442 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9443
9444 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9445 * osfsolib.c (solib_map_sections): Ditto.
9446 * irix5-nat.c (solib_map_sections): Ditto.
9447 * corelow.c (gdb_check_format): Ditto.
9448 * symfile.c (symfile_bfd_open): Ditto.
9449 * solib.c (solib_map_sections): Ditto.
9450 Fix PR gdb/354.
9451
9452 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9453
9454 * remote.c (_initialize_remote): By default, disable ``e'' and
9455 ``E'' step out-of-range packets.
9456
9457 2002-02-26 Andreas Schwab <schwab@suse.de>
9458
9459 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9460 m68k_linux_frame_saved_pc.
9461 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9462 in_sigtramp.
9463 (SIGCONTEXT_PC_OFFSET): Remove.
9464 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9465 m68k_linux_sigtramp_saved_pc): New functions.
9466 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9467 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9468 (UCONTEXT_PC_OFFSET): Define.
9469 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9470 non-RT and RT signal trampolines.
9471
9472 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9473
9474 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9475 (TARGET_NBPG, STACK_END_ADDR): Delete
9476 (VARIABLES_INSIDE_BLOCK): Delete.
9477
9478 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9479
9480 * utils.c (perror_with_name): Make string parameter constant.
9481 (print_sys_errmsg): Ditto.
9482 (query): Ditto.
9483 * defs.h (perror_with_name): Update.
9484 (print_sys_errmsg): Update.
9485 (query): Update.
9486
9487 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9488
9489 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9490 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9491
9492 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9493
9494 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9495 if it already matches the current architecture from the exec file.
9496 Include arch-utils.h for gdbarch_info_init prototype.
9497 * Makefile.in (rs6000-nat.o): Update dependencies.
9498
9499 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9500
9501 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9502 list of exported variables.
9503
9504 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9505
9506 * gdbserver/configure.srv: New file.
9507 * gdbserver/configure.in: Use configure.srv instead
9508 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9509 from it.
9510 * gdbserver/configure: Regenerated.
9511 * gdbserver/terminal.h: New file.
9512 * gdbserver/Makefile.in: Update for configure changes. Remove
9513 more unneeded include paths.
9514
9515 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9516
9517 From wiz at danbala:
9518 * config/sparc/tm-sp64.h: Fix grammar and typos.
9519 Fix PR gdb/287.
9520
9521 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9522
9523 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9524 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9525 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9526 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9527 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9528 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9529 * s390-tdep.c: Ditto.
9530 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9531 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9532 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9533 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9534 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9535 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9536 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9537 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9538 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9539 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9540 Fix PR gdb/378.
9541
9542 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9543
9544 * lin-thread.c: Delete file.
9545 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9546 to gdb_proc_service.h.
9547 * configure: Re-generate.
9548
9549 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9550 * serial.c (serial_open): Delete check for "ocd".
9551 Fix PR gdb/349.
9552
9553 * Makefile.in (linux-thread.o): Delete target.
9554 * linux-thread.c: Delete file.
9555
9556 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9557 renamed SH files to be consistent.
9558
9559 * symtab.c (sort_search_symbols): Use xfree.
9560
9561 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9562
9563 * arm-linux-tdep.c (arm_linux_init_abi): Register
9564 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9565 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9566 definition with undef, since we don't want the sysvr4 definition.
9567 (SKIP_TRAMPOLINE_CODE): Likewise.
9568
9569 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9570
9571 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9572
9573 * configure.in: (AC_CHECK_FUNCS) Added test for
9574 canonicalize_file_name Regenerated.
9575 * config.in, configure: Regenerated.
9576 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9577 defined use canonicalize_file_name.
9578
9579 2002-02-23 Michael Chastain <mec@shout.net>
9580
9581 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9582
9583 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9584
9585 * README: Remove references to cygnus.com.
9586 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9587 dot com'' form. Remove references to cygnus.com and sourceware.
9588
9589 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9590
9591 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9592 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9593 1003.1-2001 no longer allows "head -1".
9594 * gdb/Makefile.in (version.c): Likewise.
9595 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9596 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9597 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9598
9599 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9600
9601 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9602 * command.h (cmd_cfunc_eq): Declare.
9603 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9604
9605 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9606 ``struct cmd_list_element *''.
9607 * cli/cli-cmds.c (is_complete_command): Update. Use
9608 cmd_cfunc_eq.
9609 * top.c (execute_command): Pass the command to
9610 is_complete_command.
9611 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9612
9613 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9614
9615 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9616 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9617 architecture defines.
9618 * s390-tdep.c (s390_gdbarch_init): Likewise.
9619
9620 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9621
9622 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9623 (arm_linux_push_arguments): Likewise.
9624 (arm_linux_init_abi): Register them. Also register linux-specific
9625 call_dummy_words.
9626 (find_minsym_and_objfile): Use strcmp, not STREQ.
9627 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9628 (arm_linux_call_dummy_words): Delete declaration.
9629 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9630 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9631 declarations.
9632 (LOWEST_PC): Delete.
9633
9634 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9635
9636 * maint.c (print_section_info): Do not prepend `0x' to filepos
9637 output, it will be handled by local_hex_string_custom.
9638
9639 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9640
9641 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9642 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9643 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9644
9645 2002-02-22 Jim Blandy <jimb@redhat.com>
9646
9647 Indicate that the bcache functions don't change the strings
9648 they're passed.
9649 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9650 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9651
9652 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9653
9654 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9655
9656 2002-02-21 Christopher Faylor <cgf@redhat.com>
9657
9658 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9659 find the complete path to a loaded DLL.
9660
9661 2002-02-21 Fred Fish <fnf@redhat.com>
9662
9663 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9664 that marks the end of the range of a function, enter a line number
9665 entry that has a line number of zero and a PC offset that matches
9666 the end of the function. This starts a range of PC's for which no
9667 line number information is known.
9668 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9669 PC's for which no line number info is found (line number is zero)
9670 then we didn't find any valid line information.
9671 * symtab.h: Document use of zero line number entry.
9672
9673 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9674
9675 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9676 (have_ptrace_getvrregs): Define for run time checks.
9677 (gdb_vrregset_t): New type for Altivec register handling.
9678 (fetch_register, store_register): Fetch/store altivec register
9679 when needed.
9680 (fetch_altivec_register, store_altivec_register): New functions.
9681 (supply_vrregset, fill_vrregset): New functions.
9682 (fetch_altivec_registers, store_altivec_registers): New functions.
9683 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9684 registers as well.
9685
9686 2002-02-21 Jiri Smid <smid@suse.cz>
9687
9688 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9689
9690 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9691
9692 * Makefile.in (armnbsd-nat.o): Update dependencies.
9693 * armnbsd-nat.c (supply_gregset): New function. Common code to
9694 supply the integer register set.
9695 (supply_fparegset): New function. Similar for FPA registers.
9696 (fetch_regs, fetch_fp_regs): Use them.
9697 (fetch_core_registers): Likewise.
9698 (fetch_elfcore_registers): New function.
9699 (arm_netbsd_elfcore_fns): New core-file type specification.
9700 (_initialize_arm_netbsd_nat): Register it.
9701
9702 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9703
9704 * armnbsd-nat.c: Include gdbcore.h.
9705 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9706 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9707 'void' to declaration, to shut up ARI.
9708 (fetch_core_registers): Make static. Rewrite using supply_register.
9709 (arm_netbsd_core_fns): New core-file type specification.
9710 (_initialize_arm_netbsd_nat): New function.
9711
9712 2002-02-21 Christopher Faylor <cgf@redhat.com>
9713
9714 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9715 value.
9716
9717 2002-02-20 Christopher Faylor <cgf@redhat.com>
9718
9719 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9720 fails.
9721
9722 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9723
9724 * jv-exp.y (parse_number): Change type of implicit longs
9725 to builtin_type_uint64.
9726
9727 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9728
9729 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9730 to be an integer instead of a `union wait'.
9731
9732 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9733
9734 * mips-linux-nat.c: Call the operating system GNU/Linux.
9735 * mips-linux-tdep.c: Likewise.
9736 * mips-tdep.c: Likewise.
9737
9738 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9739
9740 Fix PR gdb/265.
9741 * jv-exp.y (parse_number): Handle 64-bit integers.
9742
9743 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9744
9745 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9746 AC_STDC_HEADERS to AC_HEADER_STDC.
9747 * gdbserver/configure: Regenerated.
9748
9749 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9750
9751 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9752 is defined.
9753 * sparc-tdep.c (get_longjmp_target): Likewise.
9754
9755 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9756
9757 * News: Add news about ARM and Multi-arch. Mention the new target
9758 arm*-*-netbsd*.
9759
9760 2002-02-19 Jim Blandy <jimb@redhat.com>
9761
9762 * stabsread.c (error_type_complaint): Improve error message.
9763
9764 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * gdbserver/README: Update documentation.
9767 * gdbserver/configure.in: Update configury to match documentation.
9768 * gdbserver/Makefile.in: Likewise.
9769 * gdbserver/configure: Regenerated.
9770 * gdbserver/aclocal.m4: New file, generated by aclocal.
9771 * gdbserver/config.in: New file, generated by autoheader.
9772
9773 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9774
9775 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9776 armnbsd-nat.c.
9777
9778 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9779
9780 * arm-tdep.h (enum arm_float_model): New enum.
9781 (struct gdbarch_tdep): Add fp_model.
9782 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9783 up floating-point conversions until we know the floating-point model
9784 in use by the inferior. Don't complain about being unable to
9785 determine the ABI of the inferior when we don't have one.
9786 (arm_extract_return_value): Support different floating-point models.
9787 (arm_store_return_value): Likewise.
9788 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9789 ARM_FLOAT_SOFT.
9790 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9791
9792 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9793
9794 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9795 of ``current_gdbarch''.
9796
9797 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9798
9799 * armnbsd-nat.c : ANSIfy all function declarations.
9800 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9801 (fetch_inferior_registers): Re-implement in terms of above.
9802 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9803 (store_inferior_registers): Re-implement in terms of above.
9804
9805 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9806
9807 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9808 kernel.
9809 * arm-linux-tdep.c: Likewise.
9810 * config/arm/tm-linux.h: Likewise.
9811
9812 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9813
9814 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9815 * config/arm/nbsd.mt (TM_FILE): Delete.
9816 * config/arm/tm-nbsd.h: Delete.
9817
9818 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9819
9820 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9821 Initialize CALL_DUMMY_LENGTH.
9822
9823 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9824
9825 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9826 function.
9827 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9828 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9829 defines one thing and that is incorrect for this port.
9830 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9831
9832 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9833
9834 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9835
9836 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9837
9838 * win32-nat.c (display_selector): New function. Displays information
9839 about the information returned by GetThreadSelectorEntry API function.
9840 (display_selectors): New function. Displays the infomation of
9841 the selector given as argument, or of CS, DS ans FS selectors
9842 if no argument is given.
9843 ( _initialize_inftarg): Add "w32" as info prefix command.
9844 Add "info w32 selector" as command calling display_selectors.
9845
9846 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9847
9848 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9849 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9850 if not defined.
9851
9852 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9853
9854 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9855
9856 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9857
9858 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9859 (arm_fix_call_dummy): Call it.
9860 (arm_call_dummy_breakpoint_offset): Delete.
9861 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9862 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9863
9864 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9865
9866 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9867 Default to func_frame_chain_valid.
9868 * gdbarch.h, gdbarch.c: Re-generate.
9869 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9870
9871 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9872
9873 * ppc-linux-nat.c: Update copyright.
9874 (fetch_register, store_register): Add tid parameter, don't compute
9875 tid here.
9876 (fetch_ppc_registers, store_ppc_registers): Add tid
9877 parameter. Pass it along to callees.
9878 (fetch_inferior_registers, store_inferior_registers): Compute tid
9879 here, and pass it to calleed functions.
9880 (fill_gregset, supply_fpregset): Clean up formatting.
9881
9882 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9883
9884 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9885 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9886
9887 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9888
9889 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9890 * gdbarch.c gdbarch.h: Regenerate.
9891 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9892 function.
9893 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9894 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9895 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9896
9897 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9898 * arm-tdep.c (arm_get_longjmp_target): New function.
9899 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9900 this to a positive value register arm_get_longjmp_target as the
9901 longjmp handler.
9902 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9903 (arm_linux_init_abi): Set up longjmp description in tdep.
9904 * armnbsd-nat.c (get_longjmp_target): Delete.
9905 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9906 description in tdep.
9907 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9908 (get_longjmp_target): Delete declaration.
9909 (GET_LONGJMP_TARGET): Delete.
9910 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9911 (GET_LONGJMP_TARGET): Delete.
9912
9913 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9914
9915 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9916 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9917 of ``current_gdbarch''.
9918
9919 2002-02-17 Tom Tromey <tromey@redhat.com>
9920
9921 * cli/cli-cmds.c (compare_strings): New function.
9922 (complete_command): Only print each unique item once.
9923 * completer.h (complete_line): Declare.
9924 * completer.c (complete_line): New function.
9925 (line_completion_function): Use it.
9926
9927 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9928
9929 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9930 * gdbarch.h, gdbarch.c: Re-generate.
9931
9932 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9933
9934 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9935
9936 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9937
9938 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9939 * valops.c (value_arg_coerce): Don't take the address of a reference
9940 to convert an argument to a reference.
9941
9942 2002-02-15 Christopher Faylor <cgf@redhat.com>
9943
9944 * win32-nat.c (get_image_name): New function.
9945 (handle_load_dll): Use get_image_name function.
9946 (get_child_debug_event): Avoid registering debug events until possibly
9947 execed process is started.
9948 (child_create_inferior): Allow invocation via shell so that command
9949 line redirection, etc. works ok.
9950 (_initialize_inftarg): Add new command: "set shell" to control whether
9951 a shell is used to start a process.
9952
9953 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9954
9955 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9956 instead of find_register_by_number.
9957 (cannot_store_register): Likewise.
9958
9959 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9960
9961 * dwarf2read.c: Replace fprintf (stderr, ...) by
9962 fprintf_unfiltered (gdb_stderr, ...).
9963
9964 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9965
9966 * gdbserver/gdbserver.1: Document --attach.
9967
9968 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9969
9970 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9971 descriptions.
9972 * arm-tdep.c (arm_default_arm_le_breakpoint)
9973 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9974 (arm_default_thumb_be_breakpoint): New. Initialize them from
9975 traditional breakpoint defines.
9976 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9977 (arm_gdbarch_init): Initialize new breakpoint variables.
9978 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9979 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9980 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9981 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9982 code out to ...
9983 (arm_netbsd_init_abi_common): ... here; new function.
9984 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9985 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9986 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9987 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9988
9989 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
9990
9991 * arm-tdep.h (enum arm_abi): New enum.
9992 (struct gdbarch_tdep): New structure.
9993 (LOWEST_PC): Provide a default.
9994 (arm_gdbarch_register_os_abi): Declare new function.
9995 * arm-tdep.c (arm_abi_names): New array.
9996 (process_note_abi_tag_sections): New function.
9997 (get_elfosabi): New function.
9998 (arm_gdbarch_register_os_abi): New function.
9999 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10000 support for that ABI has been built in, then call the appropriate
10001 configuration routine. Use gdbarch_num_regs() to get the number
10002 of registers.
10003 (arm_dump_tdep): New function.
10004 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10005 place-holder functions.
10006 (_initialize_arm_tdep): Register them.
10007 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10008
10009 * armnbsd-tdep.c: New file.
10010 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10011 * config/arm/nbsd.mt (TDEPFILES): Add it.
10012 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10013
10014 * armnbsd-nat.c: Include regcache.h.
10015 * Makefile.in (armnbsd-nat.o): Update dependency list.
10016
10017 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10018
10019 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10020
10021 * gdbserver/Makefile.in: Fix typos in target rules.
10022
10023 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10024
10025 Fix part of PR gdb/267.
10026 * linespec.c (find_methods): Handle constructors specially for now.
10027
10028 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10029
10030 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10031 handling.
10032 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10033 standard_coerce_float_to_double().
10034
10035 2002-02-14 Christopher Faylor <cgf@redhat.com>
10036
10037 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10038 GDBINIT_FILENAME.
10039
10040 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10041
10042 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10043 find_variant_by_name, because it confuses the multiarch
10044 framework. Return NULL if there isn't an architecture with the
10045 user supplied name, instead of forcing a different one without
10046 recording the change with the multiarch machinery.
10047 (find_variant_by_name): Delete.
10048
10049 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10050
10051 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10052 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10053
10054 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10055
10056 * stack.c (print_frame_info_base): When calling
10057 print_frame_info_listing_hook, set current_source_symtab.
10058
10059 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10062 and remove unused $(INCLUDE_DIR).
10063 Add regcache.c to OBS.
10064 Add generated register protocol files to clean target.
10065 Update dependencies for new objects, obsolete old target code.
10066
10067 * gdbserver/linux-low.c: Remove all platform-specific code to
10068 new files. Remove various dead code. Update to use regcache
10069 functionality.
10070 * gdbserver/remote-utils.c (fromhex): Add return statement
10071 to quiet warning.
10072 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10073 constant.
10074 (input_interrupt): Add integer parameter to match prototype
10075 of a signal handler.
10076 (outreg): Use register_data ().
10077 (prepare_resume_reply): Use gdbserver_expedite_regs.
10078 * gdbserver/server.c (main): Dynamically allocate own_buf because
10079 PBUFSIZ is no longer constant. Use registers_to_string () and
10080 registers_from_string ().
10081 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10082 for error (), fatal (), and warning (). Update definition of
10083 PBUFSIZ to use regcache functionality. Add include guard.
10084 * gdbserver/utils.c (fatal): Add missing ``const''.
10085 (warning): New function.
10086
10087 * regformats/regdat.sh: Include "regcache.h" in generated files.
10088 Provide init_registers () function.
10089 * regformats/regdef.h: Add prototype for set_register_cache ().
10090 Add include guard.
10091
10092 * gdbserver/linux-arm-low.c: New file.
10093 * gdbserver/linux-i386-low.c: New file.
10094 * gdbserver/linux-ia64-low.c: New file.
10095 * gdbserver/linux-m68k-low.c: New file.
10096 * gdbserver/linux-mips-low.c: New file.
10097 * gdbserver/linux-ppc-low.c: New file.
10098 * gdbserver/linux-sh-low.c: New file.
10099
10100 * gdbserver/regcache.c: New file.
10101 * gdbserver/regcache.h: New file.
10102
10103 * gdbserver/low-linux.c: Removed obsolete file.
10104
10105 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10106
10107 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10108 * config/i386/linux.mt: Likewise.
10109 * config/ia64/linux.mt: Likewise.
10110 * config/m68k/linux.mh: Likewise.
10111 * config/powerpc/linux.mh: Likewise.
10112 * config/mips/linux.mt: Likewise.
10113
10114 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10115
10116 * config/i386/i386lynx.mh: Mark gdbserver variables
10117 as (currently) obsolete for this target.
10118 * config/i386/nbsd.mt: Likewise.
10119 * config/i386/nbsdelf.mt: Likewise.
10120 * config/m32r/m32r.mt: Likewise.
10121 * config/m68k/m68klynx.mh: Likewise.
10122 * config/m68k/nbsd.mt: Likewise.
10123 * config/m68k/sun3os4.mh: Likewise.
10124 * config/mips/vr5000.mt: Likewise.
10125 * config/ns32k/nbsd.mt: Likewise.
10126 * config/pa/hppabsd.mh: Likewise.
10127 * config/pa/hppaosf.mh: Likewise.
10128 * config/powerpc/nbsd.mt: Likewise.
10129 * config/rs6000/rs6000lynx.mh: Likewise.
10130 * config/s390/s390.mt: Likewise.
10131 * config/s390/s390x.mt: Likewise.
10132 * config/sparc/sparclynx.mh: Likewise.
10133 * config/sparc/sun4os4.mh: Likewise.
10134 * config/i386/x86-64linux.mt: Likewise.
10135 * config/sparc/linux.mh: Likewise.
10136
10137 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10138
10139 * configure.tgt: Configure gdbserver only for known working
10140 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10141 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10142 SUBDIRS if it is configured. Update comment for ${nativefile}.
10143 * configure: Regenerated.
10144
10145 2002-02-13 Michael Snyder <msnyder@redhat.com>
10146
10147 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10148
10149 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10150 (default_gcore_mach): Just return 0, work around a problem in bfd.
10151 (default_gcore_target): OK to return NULL if exec_bfd is null.
10152 (make_mem_sec): Use a cast, avoid a warning.
10153
10154 * procfs.c (find_memory_regions_callback): Use a cast instead of
10155 calling host_pointer_to_address (which complains if
10156 sizeof (host pointer) != sizeof (target pointer)).
10157 (procfs_make_note_section): Avoid overflow in psargs string.
10158
10159 * procfs.c (procfs_make_note_section): Make the default
10160 implementation return an error.
10161
10162 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10163
10164 * procfs.c (procfs_make_note_section): Provide a default definition
10165 (for alpha-dec-osf4.0f). Fix typos.
10166
10167 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10168
10169 * linux-proc.c: Add include of regcache.h.
10170 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10171
10172 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10173
10174 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10175 * memattr.c (create_mem_region): Disallow useless empty region.
10176 Regions are half-open intervals, so allow [A..B) [B..C) as
10177 non-overlapping.
10178
10179 2002-02-13 Michael Chastain <mec@shout.net>
10180
10181 * defs.h: Kill CONST_PTR.
10182 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10183 * c-lang.c (c_builtin_types): Likewise.
10184 * ch-lang.c (ch_builtin_types): Likewise.
10185 * f-lang.c (f_builtin_types): Likewise.
10186 * language.c (unknown_builtin_types): Likewise.
10187 * m2-lang.c (m2_builtin_types): Likewise.
10188 * p-lang.c (pascal_builtin_types): Likewise.
10189 * scm-lang.c (c_builtin_types): Likewise.
10190
10191 2002-02-13 Keith Seitz <keiths@redhat.com>
10192
10193 * arm-tdep.h (arm_get_next_pc): Add declaration.
10194
10195 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10196
10197 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10198 with other related struct-returning functions.
10199 (arm_extract_struct_value_address): New function.
10200 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10201 initialize float_format, double_format and long_double_format as
10202 appropriate to the endianness of the target.
10203 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10204 (arm_use_struct_convention): Delete declaration.
10205 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10206
10207 2002-02-13 Keith Seitz <keiths@redhat.com>
10208
10209 * defs.h (core_addr_to_string_nz): New function.
10210
10211 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10212
10213 Apply missing bits of 2002-01-15 patch.
10214 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10215 (fill_fpregset): Use i387_fill_fsave.
10216
10217 2002-02-12 Keith Seitz <keiths@redhat.com>
10218
10219 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10220 (core_addr_to_string_nz): New function.
10221
10222 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10223
10224 * arm-linux-nat.c: Really include arm-tdep.h.
10225 * config/arm/tm-linux.h (struct type, struct value): Declare.
10226
10227 2002-02-11 Michael Snyder <msnyder@redhat.com>
10228
10229 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10230 (gcore section): Ifdef for Solaris and Unixware only.
10231 (procfs_do_thread_registers): Unixware needs one lwpstatus
10232 per thread (not one prstatus or pstatus).
10233 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10234 not over all gdb threads. For unixware, call elfcore_write_pstatus
10235 once before iterating over threads.
10236
10237 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10238
10239 * arm-tdep.h: New file.
10240 * arm-tdep.c: Include arm-tdep.h.
10241 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10242 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10243 (arm_print_float_info, arm_register_type, convert_to_extended)
10244 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10245 (arm_extract_return_value, arm_register_name): Make static.
10246 (arm_software_single_step): Similarly. Fix types in declaration.
10247 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10248 (arm_store_return_value, arm_store_struct_return): New functions.
10249 (arm_gdbarch_init): Register the above functions. Also register
10250 call_dummy_start_offset, sizeof_call_dummy_words,
10251 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10252 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10253 max_register_virtual_size, register_size. Set up
10254 prologue_cache.saved_regs here, rather than ...
10255 (_initialize_arm_tdep): ... here.
10256 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10257 declarations.
10258 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10259 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10260 (arm_print_float_info, arm_register_type, convert_to_extended)
10261 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10262 (arm_extract_return_value, arm_register_name): Delete declarations.
10263 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10264 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10265 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10266 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10267 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10268 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10269 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10270 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10271 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10272 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10273 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10274 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10275 interface.
10276 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10277 * remote-rdi.c remote-rdp.c: Likewise.
10278 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10279 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10280 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10281 definition.
10282
10283 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10284 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10285 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10286 from non-ARM_ prefixed definitions.
10287 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10288 all uses of above.
10289 * remote-rdi.c remote-rdp.c: Likewise.
10290 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10291
10292 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10293
10294 * arm-tdep.c (arm_frameless_function_invocation)
10295 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10296 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10297 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10298 (arm_pop_frame, arm_get_next_pc): Make static.
10299 (arm_gdbarch_init): Register above in gdbarch structure.
10300 (arm_read_fp): Renamed from arm_target_read_fp.
10301 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10302 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10303 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10304 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10305 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10306 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10307 (arm_pc_is_thumb_dummy): Delete declarations.
10308 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10309 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10310 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10311 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10312
10313 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * symtab.c (compare_search_syms): New function.
10316 (sort_search_symbols): New function.
10317 (search_symbols): Sort symbols after searching rather than
10318 before.
10319
10320 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10321
10322 * NEWS: Linux -> GNU/Linux.
10323
10324 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10325
10326 * gdbarch.sh: For for level one methods, disallow a definition
10327 when partially multi-arched. Add comments explaining rationale.
10328 * gdbarch.h: Re-generate.
10329
10330 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10333 multi-arch partial.
10334
10335 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10336
10337 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10338 field. Use diff -u.
10339 * gdbarch.c: Re-generate.
10340
10341 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10342
10343 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10344 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10345 partial.
10346
10347 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10348
10349 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10350 multi-arch partial.
10351 (PUSH_ARGUMENTS): Switch to using predefault.
10352 * gdbarch.c: Regenerate.
10353
10354 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10355
10356 * valops.c (PUSH_ARGUMENTS): Delete definition.
10357 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10358 partial. Default to default_push_arguments.
10359 * gdbarch.h, gdbarch.c: Regenerate.
10360
10361 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10362
10363 * defs.h (throw_exception): Rename return_to_top_level. Update
10364 comments.
10365 * utils.c (error_stream, internal_verror, quit): Ditto.
10366 * top.c (throw_exception, catcher): Ditto.
10367 * sparclet-rom.c (sparclet_load): Ditto.
10368 * remote.c (interrupt_query, minitelnet): Ditto.
10369 * remote-sds.c (interrupt_query): Ditto.
10370 * remote-mips.c (mips_error, mips_kill): Ditto.
10371 * ocd.c (interrupt_query): Ditto.
10372 * monitor.c (monitor_interrupt_query): Ditto.
10373 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10374 * target.h: Update comment.
10375
10376 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10377
10378 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10379
10380 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10381 default_double_format.
10382 * gdbarch.h, gdbarch.c: Re-generate.
10383 * findvar.c (floatformat_unknown): Delete variable definition.
10384 * doublest.h (floatformat_unknown): Delete variable declaration.
10385
10386 2002-02-09 Jim Blandy <jimb@redhat.com>
10387
10388 * stabsread.c (read_type): Add code to parse Sun's syntax for
10389 prototyped function types.
10390
10391 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10392
10393 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10394 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10395
10396 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10397
10398 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10399 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10400 now _initialize_xcoffsolib gets called again and overrides the
10401 commands from solib.c in a native configuration.
10402
10403 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10404
10405 * doublest.c (store_typed_floating): Don't try to return a value.
10406 Fixes PR gdb/290.
10407
10408 2002-02-08 Jim Blandy <jimb@redhat.com>
10409
10410 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10411 is prototyped and has no arguments, print its argument list as
10412 `(void)'.
10413
10414 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10415
10416 * MAINTAINERS (write-after-approval): Add myself.
10417 (paper-trail): I've escaped!
10418
10419 2002-02-08 Christopher Faylor <cgf@redhat.com>
10420
10421 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10422 changes.
10423 (_initialize_check_for_gdb_ini): Ditto.
10424
10425 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10426
10427 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10428 xaprintf -> xasprintf.
10429
10430 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10431
10432 * win32-nat.c: Remove use of printf and sprintf functions.
10433
10434 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10435
10436 * arm-tdep.c (arm_frame_chain_valid): Make static.
10437 (arm_push_arguments): Likewise.
10438 (arm_gdbarch_init): New function.
10439 (_initialize_arm_tdep): Call it.
10440 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10441 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10442 (FRAME_CHAIN_VALID): Delete.
10443 (arm_frame_chain_valid): Delete declaration.
10444 (PUSH_ARGUMENTS): Delete.
10445 (arm_push_arguments): Delete declaration.
10446 (CALL_DUMMY_P): Delete.
10447
10448 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10449 Corinna Vinschen <vinschen@redhat.com>
10450
10451 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10452 on builtin float types.
10453
10454 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * utils.c: Include <curses.h> before "bfd.h".
10457 * tui/tui-hooks.c: Likewise.
10458 * tui/tui.c: Likewise.
10459 * tui/tuiCommand.c: Likewise.
10460 * tui/tuiData.c: Likewise.
10461 * tui/tuiDataWin.c: Likewise.
10462 * tui/tuiDisassem.c: Likewise.
10463 * tui/tuiGeneralWin.c: Likewise.
10464 * tui/tuiIO.c: Likewise.
10465 * tui/tuiLayout.c: Likewise.
10466 * tui/tuiRegs.c: Likewise.
10467 * tui/tuiSource.c: Likewise.
10468 * tui/tuiSourceWin.c: Likewise.
10469 * tui/tuiStack.c: Likewise.
10470 * tui/tuiWin.c: Likewise.
10471
10472 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10473
10474 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10475 to include space for pseudoregs as well. Update loops accordingly.
10476 (sh_fp_frame_init_saved_regs): Ditto.
10477 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10478
10479 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10480
10481 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10482 Add Richard Earnshaw to Arm maintainers.
10483
10484 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10485
10486 * defs.h (warning_begin): Delete declaration.
10487
10488 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10489 Delete macro.
10490
10491 2002-02-07 Michael Snyder <msnyder@redhat.com>
10492
10493 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10494 Logic bug, remove misplaced else.
10495
10496 2002-02-07 Klee Dienes <klee@apple.com>
10497
10498 * fork-inferior.c (fork_inferior): Add '!' to the list of
10499 characters that need to be quoted when building a string for the
10500 shell. Quote '!' specifically with a backslash, since CSH chokes
10501 when trying to evaluate "str!str".
10502
10503 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10504
10505 * rdi-share/host.h: Only provide a typedef for bool if it is not
10506 defined.
10507
10508 2002-02-04 Michael Snyder <msnyder@redhat.com>
10509
10510 * breakpoint.h (enum bptype): Add new overlay event bp type.
10511 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10512
10513 * breakpoint.c (create_internal_breakpoint): New function.
10514 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10515 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10516 (create_thread_event_breakpoint): Ditto.
10517 (create_solib_event_breakpoint): Ditto.
10518 (create_overlay_event_breakpoint): New function.
10519 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10520 (update_breakpoints_after_exec): Delete and re-initialize
10521 overlay event breakpoints after an exec. Add FIXME comment
10522 about longjmp breakpoint.
10523 (print_it_typical): Ignore overlay event breakpoints.
10524 (print_one_breakpoint): Ditto.
10525 (mention): Ditto.
10526 (bpstat_what): Do not stop for overlay event breakpoints.
10527 (delete_breakpoint): Don't delete overlay event breakpoints.
10528 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10529 (breakpoint_re_set): Re-create overlay event breakpoint.
10530
10531 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10532 (overlay_manual_command): Disable overlay breakpoints.
10533 (overlay_off_command): Disable overlay breakpoints.
10534
10535 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10536
10537 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10538 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10539 to here from config/tm-arm.h.
10540 (coff_sym_is_thumb): Make static.
10541 (arm_elf_make_msymbol_special): New function.
10542 (arm_coff_make_msymbol_special): New function.
10543 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10544 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10545 (coff_sym_is_thumb): Delete declaration.
10546 (arm_elf_make_msymbol_special): Declare.
10547 (arm_coff_make_msymbol_special): Declare.
10548 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10549 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10550
10551 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10552
10553 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10554
10555 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10556
10557 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10558 * gdbarch.c gdbarch.h: Regenerate.
10559 * arch-utils.c (default_print_float_info): New function.
10560 * arch-utils.h (default_print_float_info): Prototype it.
10561 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10562 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10563 (PRINT_FLOAT_INFO): Document it.
10564
10565 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10566 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10567 (PRINT_FLOAT_INFO): Define.
10568
10569 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10570
10571 * win32-nat.c (_initialize_check_for_gdb_ini):
10572 Add typecast to sprintf argument to suppress a warning.
10573
10574 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10575
10576 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10577 to allow easier handling of pass state.
10578 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10579 that gives exception name and address.
10580 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10581 and set last_sig value to ourstatus->value.sig. Some missing
10582 exceptions added.
10583 (child_continue): Correctly report continue_status.
10584 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10585 TARGET_SIGNAL_0 (new default value).
10586 (child_resume): consider sig argument passed to decide if
10587 the exception should be passed to debuggee or not.
10588
10589 2002-02-05 Michael Snyder <msnyder@redhat.com>
10590
10591 * regcache.c (fetch_register): Call target_fetch_register
10592 only if we don't call FETCH_PSEUDO_REGISTER.
10593 (store_register): Call target_store_register only if we
10594 don't call STORE_PSEUDO_REGISTER.
10595
10596 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10597
10598 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10599 ELF_MAKE_MSYMBOL_SPECIAL.
10600 * gdbarch.c, gdbarch.h: Regenerate.
10601 * arch-utils.c (default_make_msymbol_special): New function.
10602 * arch-utils.h (default_make_msymbol_special): Export.
10603 * elfread.c (elf_symtab_read): Compile use of
10604 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10605 multiarched.
10606 * coffread.c (coff_symtab_read): Ditto, for
10607 COFF_MAKE_MSYMBOL_SPECIAL.
10608
10609 2002-02-05 Jim Blandy <jimb@redhat.com>
10610
10611 * solib-svr4.c (svr4_truncate_ptr): New function.
10612 (svr4_relocate_section_addresses): Do the address arithmetic with
10613 the appropriate truncation for target addresses, even when
10614 CORE_ADDR is larger than a target address.
10615
10616 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10617
10618 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10619 to (int *).
10620
10621 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10622
10623 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10624 code.
10625
10626 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10627
10628 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10629
10630 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10631
10632 * gdbserver/linux-low.c: Remove unused include files.
10633
10634 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10635
10636 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10637 (read_inferior_memory): Use it.
10638 (write_inferior_memory): Likewise.
10639
10640 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10641
10642 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10643 grubbing through sys_errlist.
10644
10645 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10646
10647 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10648
10649 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10650 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10651
10652 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10653
10654 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10655 (do_sfunc, set_cmd_sfunc): New functions.
10656
10657 * command.h (struct cmd_list_element): Add field func.
10658 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10659 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10660 * cli/cli-decode.h: Ditto.
10661
10662 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10663 (help_all, help_cmd_list): Ditto.
10664 (find_cmd, complete_on_cmdlist): Ditto.
10665 * top.c (execute_command): Ditto.
10666
10667 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10668 function.sfunc.
10669
10670 * infcmd.c (notice_args_read): Fix function signature.
10671
10672 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10673 * cli/cli-decode.c (add_set_cmd): Ditto.
10674 * utils.c (initialize_utils): Ditto.
10675 * maint.c (_initialize_maint_cmds): Ditto.
10676 * infrun.c (_initialize_infrun): Ditto.
10677 * demangle.c (_initialize_demangler): Ditto.
10678 * remote.c (add_packet_config_cmd): Ditto.
10679 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10680 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10681 * proc-api.c (_initialize_proc_api): Ditto.
10682 * kod.c (_initialize_kod): Ditto.
10683 * valprint.c (_initialize_valprint): Ditto.
10684 * top.c (init_main): Ditto.
10685 * infcmd.c (_initialize_infcmd): Ditto.
10686 * corefile.c (_initialize_core): Ditto.
10687 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10688 * arch-utils.c (initialize_current_architecture): Ditto.
10689 (_initialize_gdbarch_utils): Ditto.
10690 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10691
10692 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10693 * wince.c (_initialize_inftarg): Ditto.
10694 * symfile.c (_initialize_symfile): Ditto.
10695 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10696 * language.c (_initialize_language): Ditto.
10697 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10698
10699 2002-02-04 Michael Snyder <msnyder@redhat.com>
10700
10701 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10702
10703 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10704
10705 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10706 Add rules for building the register data files.
10707
10708 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10709
10710 * regformats/regdat.sh: Add braces to the definition of
10711 expedite_regs_${arch}.
10712
10713 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10714
10715 * regformats/regdef.h (struct reg): Add comment describing the
10716 requirements for offset and size fields.
10717
10718 2002-02-04 Andreas Schwab <schwab@suse.de>
10719
10720 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10721 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10722
10723 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10724
10725 * gdbarch.sh (copyright): Update years in generated header.
10726 (SMASH_TEXT_ADDRESS): Add rule.
10727 * gdbarch.h, gdbarch.c: Re-generate.
10728 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10729 * dbxread.c: Likewise.
10730 * dwarfread.c: Likewise.
10731 * elfread.c: Likewise.
10732 * somread.c: Likewise.
10733
10734 * arm-tdep.c (arm_smash_text_address): New function.
10735 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10736
10737 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10738
10739 Add support for hardware watchpoints on win32 native.
10740 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10741 CONTEXT_DEBUG_REGISTERS.
10742 (dr variable): New variable. Static array containing a local copy
10743 of debug registers.
10744 (debug_registers_changed): New variable. Reflects when debug registers
10745 are changed and need to be written to inferior.
10746 (debug_registers_used): New variable. Reflects when any debug register
10747 was set, used when new threads are created.
10748 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10749 i386-nat code.
10750 (thread_rec): Set dr array if id is the thread of current_event .
10751 (child_continue, child_resume): Change the debug registers for all
10752 threads if debug_registers_changed.
10753 (child_add_thread): Change the debug registers if debug_registers_used.
10754 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10755 Link nm.h to new nm-cygwin.h file.
10756 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10757 of hardware registers.
10758
10759 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10760
10761 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10762 Restore behavour broken by 2002-01-20 Andrew Cagney
10763 <ac131313@redhat.com> IEEE_FLOAT removal.
10764
10765 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10766
10767 * c-valprint.c (c_val_print): Pass a proper valaddr to
10768 cp_print_class_method.
10769 * valops.c (search_struct_method): If there is only one method
10770 and args is NULL, return that method.
10771
10772 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10773
10774 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10775 accessing tag_name directly.
10776
10777 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10778
10779 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10780 of accessing tag_name directly.
10781
10782 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10783
10784 PR gdb/280
10785 * gdbtypes.c (replace_type): New function.
10786 * gdbtypes.h (replace_type): Add prototype.
10787 * stabsread.c (read_type): Use replace_type.
10788
10789 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10790
10791 * Makefile.in (memattr.o): Add missing dependencies rule.
10792
10793 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10794
10795 * breakpoint.c (break_at_finish_command): Really export.
10796 (break_at_finish_at_depth_command): Ditto.
10797 (tbreak_at_finish_command): Ditto.
10798 * hppa-tdep.c: Include completer.h.
10799 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10800 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10801
10802 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10803
10804 * utils.c (do_write): New function.
10805 (error_stream): Rewrite combining the code from error_begin and
10806 verror.
10807 (verror): Rewrite using error_stream.
10808 (error_begin): Delete function.
10809
10810 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10811
10812 * utils.c (error_begin): Make static.
10813 * defs.h (error_begin): Delete declaration.
10814
10815 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10816 (decode_line_1): Use cplusplus_error instead of error_begin,
10817 cplusplus_hint and return_to_top_level.
10818 * coffread.c (coff_symfile_read): Use error instead of error_begin
10819 and return_to_top_level.
10820 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10821
10822 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10823
10824 * language.h (type_error, range_error): Make string parameter
10825 constant.
10826 * language.c (warning_pre_print): Delete extern declaration.
10827 * dwarfread.c (warning_pre_print): Ditto.
10828 * language.c (type_error, range_error): Rewrite to use verror and
10829 vwarning instead of warning_begin.
10830
10831 2002-02-01 Michael Snyder <msnyder@redhat.com>
10832
10833 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10834 (set_ignore_count): Move misplaced comment back where it belongs.
10835
10836 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10837
10838 * command.h (NO_FUNCTION): Delete macro.
10839 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10840 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10841 * tracepoint.c (_initialize_tracepoint): Ditto.
10842 * cli/cli-decode.c (add_set_cmd): Ditto.
10843 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10844
10845 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10846
10847 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10848 Update ``this'' pointer when calling virtual functions.
10849
10850 2002-02-01 Michael Snyder <msnyder@redhat.com>
10851
10852 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10853 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10854
10855 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10856
10857 * regformats/reg-arm.dat: New file.
10858 * regformats/reg-i386.dat: New file.
10859 * regformats/reg-ia64.dat: New file.
10860 * regformats/reg-m68k.dat: New file.
10861 * regformats/reg-mips.dat: New file.
10862 * regformats/reg-ppc.dat: New file.
10863 * regformats/reg-sh.dat: New file.
10864 * regformats/regdef.h: New file.
10865 * regformats/regdat.sh: New file.
10866
10867 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10868
10869 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10870 (arm_frame_args_address, arm_frame_locals_address): New functions.
10871 (arm_frame_num_args): New function.
10872 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10873 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10874 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10875
10876 2002-01-31 Michael Snyder <msnyder@redhat.com>
10877
10878 * breakpoint.c (break_at_finish_command): Export.
10879 (break_at_finish_at_depth_command): Export.
10880 (tbreak_at_finish_command): Export.
10881 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10882 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10883 "txbreak" commands, which are HPPA specific.
10884
10885 * printcmd.c (disassemble_command): Remove an ancient
10886 artifact of an old merge.
10887
10888 * symfile.h (enum overlay_debugging_state):
10889 Define enum constant values for overlay mode.
10890 * symfile.c (overlay_debugging): Use enums instead of literals.
10891 (overlay_is_mapped, overlay_auto_command,
10892 overlay_manual_command): Ditto.
10893
10894 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10895 breakpoint_here_p, breakpoint_inserted_here_p,
10896 breakpoint_thread_match, bpstat_stop_status,
10897 describe_other_breakpoints, check_duplicates, clear_command):
10898 Coding standard fixes.
10899
10900 * target.c (target_xfer_memory): Add spaces, coding standard.
10901 (do_xfer_memory): Add missing line to trust-readonly
10902 code: check bfd SEC_READONLY flag for section.
10903
10904 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10905
10906 * PROBLEMS: Fix typo, 5.1->5.1.1.
10907
10908 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10909
10910 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10911 data symbols, since we search based on textlow and texthigh.
10912 (find_pc_sect_symtab): Likewise.
10913
10914 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10915
10916 * defs.h (vwarning): Declare.
10917 * utils.c (vwarning): New function.
10918 (warning): Call vwarning.
10919 (warning_begin): Delete function.
10920
10921 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10922 the warning message.
10923 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10924 warning_begin.
10925
10926 2002-01-30 Michael Snyder <msnyder@redhat.com>
10927
10928 * NEWS: Mention "set trust-readonly-sections" command.
10929 Mention generate-core-file command.
10930
10931 2002-01-15 Michael Snyder <msnyder@redhat.com>
10932
10933 * target.c: New command, "set trust-readonly-sections on".
10934 (do_xfer_memory): Honor the suggestion to trust readonly sections
10935 by reading them from the object file instead of from the target.
10936 (initialize_targets): Register command "set trust-readonly-sections".
10937
10938 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10939
10940 * parse.c (target_map_name_to_register): Simplify, search regs and
10941 pseudo-regs using a single loop.
10942
10943 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10944
10945 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10946
10947 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10948
10949 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10950 * config/i386/i386v42mp.mh: Add i387-nat.o .
10951 * i386v4-nat.c: Include i387-nat.h.
10952 (supply_fpregset): Use i387_supply_fsave.
10953 (fill_fpregset): Use i387_fill_fsave.
10954
10955 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
10956
10957 * arm-tdep.c (arm_call_dummy_words): Define.
10958 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10959 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10960 (CALL_DUMMY_WORDS): Define.
10961 (arm_call_dummy_words): Declare.
10962 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10963 (arm_linux_call_dummy_words): Declare.
10964
10965 2002-01-30 Andreas Schwab <schwab@suse.de>
10966
10967 * m68klinux-nat.c: Fix last change to use regcache_collect
10968 instead of referencing registers[] directly.
10969
10970 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10971
10972 * parse.c (target_map_name_to_register): Delete code wrapped in
10973 #ifdef REGISTER_NAME_ALIAS_HOOK.
10974
10975 2002-01-28 Michael Snyder <msnyder@redhat.com>
10976
10977 * regcache.c (legacy_read_register_gen): Need to be able to
10978 read pseudo-register as well as real register.
10979 (legacy_write_register_gen): Ditto.
10980
10981 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10982
10983 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10984 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10985 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10986 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10987 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10988 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10989 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10990 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10991 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10992 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10993 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10994 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10995 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10996 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10997 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10998 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10999 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11000 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11001 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11002 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11003
11004 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11005
11006 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11007 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11008 (initialize_current_architecture): Update target_byte_order using
11009 information from BFD.
11010 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11011 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11012
11013 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11014
11015 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11016 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11017
11018 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11019 #ifdef INVALID_FLOAT.
11020 * infcmd.c (do_registers_info): Ditto.
11021 * values.c (unpack_double): Ditto. Add comment.
11022
11023 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11024 already commented out.
11025
11026 2002-01-26 Andreas Schwab <schwab@suse.de>
11027
11028 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11029 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11030 registers and add support for PTRACE_GETREGS.
11031
11032 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11033
11034 GDB 5.1.1 released from 5.1 branch.
11035 * NEWS: Add 5.1.1 news.
11036 * README: Sync with 5.1 branch.
11037
11038 2002-01-23 Fred Fish <fnf@redhat.com>
11039
11040 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11041 stabstring on initial malloc. Reallocing will copy it for us,
11042 if necessary.
11043
11044 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11045
11046 * Makefile.in (hpread_h): Delete.
11047 (HFILES_NO_SRCDIR): Remove hpread.h.
11048 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11049 (hpread.o): Update dependencies.
11050 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11051
11052 * hp-psymtab-read.c: Remove file.
11053 * hp-symtab-read.c: Remove file.
11054 * hpread.h: Remove file.
11055
11056 * hpread.c: Merge all contents of hp-psymtab-read.c,
11057 hp-symtab-read.c and hpread.h into this file, as it was prior to
11058 January 1999.
11059
11060 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11061 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11062 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11063 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11064
11065 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11066
11067 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11068 fill_gregset): Call gdbarch_tdep() just once, assign result to
11069 variable and use that, instead of calling the function several
11070 times.
11071
11072 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11073
11074 * configure.host: Accept sparcv9 as alias for sparc64.
11075 * configure.tgt: Likewise.
11076
11077 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11078
11079 * solib-aix5.c (build_so_list_from_mapfile)
11080 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11081 arguments is not reversed.
11082 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11083 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11084
11085 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11086
11087 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11088 modified version of obsolete sh_fetch_pseudo_register.
11089 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11090 (sh4_register_read): New function.
11091 (sh_pseudo_register_write): New function. Renamed and modified
11092 version of obsolete sh_store_pseudo_register.
11093 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11094 (sh4_register_write): New function.
11095 (sh_gdbarch_init): Remove setting of gdbarch function
11096 fetch_pseudo_register and store_pseudo_register. Remove setting of
11097 register_convert_to_raw, register_convert_to_virtual,
11098 register_convertible.
11099 (sh_sh4_register_convertible): Delete. No longer needed. All is
11100 taken care by architecture specific functions
11101 register_read/register_write.
11102 (sh_sh4_register_convert_to_virtual): Make static.
11103 (sh_sh4_register_convert_to_raw): Ditto.
11104
11105 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11106
11107 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11108 (floatformat_is_nan, floatformat_mantissa): Ditto.
11109
11110 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11111 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11112 builtin_type_ieee_double_little,
11113 builtin_type_ieee_double_littlebyte_bigword,
11114 builtin_type_m68881_ext, builtin_type_i960_ext,
11115 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11116 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11117 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11118 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11119
11120 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11121
11122 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11123 parameter. Set frameless flag if it exists and depended of
11124 whether the scanned function is frameless or not.
11125 (xstormy16_skip_prologue): If function is frameless, return
11126 result of xstormy16_scan_prologue().
11127 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11128 call.
11129
11130 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11131
11132 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11133 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11134 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11135 sh_sh4_register_byte, sh_sh4_register_raw_size,
11136 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11137 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11138 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11139 sh_store_pseudo_register, sh_do_pseudo_register): Call
11140 gdbarch_tdep() just once, assign result to variable and use that,
11141 instead of calling the function several times.
11142
11143 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11144
11145 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11146 macros instead of LAST_FPU_CTRL_REGNUM.
11147 (store_register): Likewise.
11148
11149 2002-01-21 Jim Blandy <jimb@redhat.com>
11150
11151 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11152 is up-to-date before running the program, not just when a program
11153 exits.
11154
11155 2002-01-21 Fred Fish <fnf@redhat.com>
11156
11157 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11158 when we have found all instructions we are looking for.
11159
11160 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11161
11162 * arm-tdep.c (arm_register_name): New function.
11163 (arm_registers_names): Make static.
11164 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11165 (arm_register_name): Declare.
11166 (REGISTER_NAME): Use it.
11167
11168 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11169 Kevin Buettner <kevinb@redhat.com>
11170
11171 Convert arm targets to new FRAME interface.
11172 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11173 (arm_frame_find_save_regs): Delete.
11174 (arm_frame_init_saved_regs): New.
11175 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11176 Allocate extra_info as required. Convert all uses of fsr.regs
11177 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11178 to use extra_info.
11179 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11180 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11181 (check_prologue_cache, save_prologue_cache): Likewise.
11182 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11183 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11184 (FRAME_FIND_SAVED_REGS): Delete.
11185 (arm_frame_find_saved_regs): Delete prototype.
11186 (arm_frame_init_saved_regs): New prototype.
11187 (FRAME_INIT_SAVED_REGS): Define.
11188
11189 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11190
11191 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11192
11193 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11194
11195 From Jeff Law <law@redhat.com>:
11196 * infttrace.c: Include <sys/pstat.h>.
11197 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11198 exec file if the ttrace equivalent fails.
11199
11200 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11201
11202 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11203 (closeLogFile): Ditto.
11204
11205 2002-01-20 Michael Chastain <mec@shout.net>
11206
11207 * top.c (print_gdb_version): Bump copyright year to 2002.
11208
11209 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11210
11211 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11212 Zannoni and Eli Zaretskii.
11213
11214 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11215
11216 * buildsym.c: Update copyright years.
11217 * c-typeprint.c: Likewise.
11218 * dwarf2read.c: Likewise.
11219 * f-typeprint.c: Likewise.
11220 * gdbtypes.c: Likewise.
11221 * gdbtypes.h: Likewise.
11222 * hp-symtab-read.c: Likewise.
11223 * hpread.c: Likewise.
11224 * mdebugread.c: Likewise.
11225 * p-typeprint.c: Likewise.
11226
11227 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11228
11229 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11230 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11231 byte-order selectable.
11232 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11233 * arch-utils.c: Ditto.
11234 (set_endian): Ditto.
11235 (set_endian_from_file): Ditto.
11236 * gdbserver/low-sim.c (create_inferior): Ditto.
11237 * gdbarch.sh: Ditto.
11238 * gdbarch.h: Re-generate.
11239 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11240 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11241 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11242 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11243 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11244 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11245 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11246 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11247 macro definition.
11248 * config/mips/tm-wince.h: Remove #undef of macro
11249 TARGET_BYTE_ORDER_SELECTABLE.
11250 * config/sh/tm-wince.h: Ditto.
11251
11252 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11253
11254 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11255 member function fields. Add accessor macro
11256 TYPE_FN_FIELD_ARTIFICIAL.
11257 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11258 * c-typeprint.c (c_type_print_base): Skip artificial member
11259 functions.
11260
11261 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11262
11263 * f-typeprint.c: Delete unused function f_type_print_args.
11264 * p-typeprint.c: Delete unused function pascal_type_print_args.
11265
11266 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11267
11268 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11269 comment. Add ``artificial'' to ``union field_location''.
11270
11271 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11272
11273 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11274 * mdebugread.c (parse_symbol): Likewise.
11275 * stabsread.c (define_symbol): Likewise.
11276 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11277 initializing TYPE_FIELD_BITPOS to n (obsolete).
11278 (hpread_doc_function_type): Likewise.
11279 * hpread.c (hpread_function_type): Likewise.
11280
11281 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11282
11283 * configure.in (host_makefile_frag): Only require a host makefile
11284 fragment when a native build.
11285 * configure: Re-generate.
11286
11287 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11288
11289 * doublest.h (floatformat_from_type): Declare.
11290 * doublest.c (floatformat_from_type): New function.
11291 (convert_typed_floating): Use.
11292
11293 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11294 call to function floatformat_from_type.
11295
11296 * gdbarch.sh (IEEE_FLOAT): Delete.
11297 * gdbarch.h, gdbarch.c: Re-generate.
11298 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11299 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11300 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11301 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11302 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11303 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11304 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11305 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11306 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11307 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11308 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11309 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11310
11311 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11312 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11313 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11314 * sh-tdep.c (sh_gdbarch_init): Ditto.
11315 * mips-tdep.c (mips_gdbarch_init): Ditto.
11316 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11317 * cris-tdep.c (cris_gdbarch_init): Ditto.
11318
11319 2002-01-20 Jiri Smid <smid@suse.cz>
11320
11321 * configure.host, configure.tgt: Support x86-64.
11322 * NEWS: Note new target x86-64.
11323
11324 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11325 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11326 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11327 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11328 x86-64-linux-nat.o): Fix dependencies.
11329
11330 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11331
11332 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11333 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11334 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11335 * config/sparc/xm-sun4os4.h: Delete file.
11336 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11337
11338 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11339
11340 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11341 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11342 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11343 * config/i386/i386lynx.mh (XM_FILE): Delete.
11344 * config/rs6000/xm-rs6000ly.h: Delete file.
11345 * config/sparc/xm-sparclynx.h: Delete file.
11346 * config/m68k/xm-m68klynx.h: Delete file.
11347 * config/i386/xm-i386lynx.h: Delete file.
11348 * config/xm-lynx.h: Delete file.
11349 * config/djgpp/fnchange.lst: Update.
11350
11351 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11352
11353 * alpha-tdep.c (alpha_register_byte): New function.
11354 (alpha_register_raw_size): Ditto.
11355 (alpha_register_virtual_size): Ditto.
11356 (alpha_skip_prologue_internal): Renamed from
11357 alpha_skip_prologue.
11358 (alpha_skip_prologue): New version that calls
11359 alpha_skip_prologue_internal.
11360 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11361 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11362 second argument from alpha_skip_prologue.
11363 (REGISTER_BYTE): Use alpha_register_byte.
11364 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11365 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11366 (FRAMELESS_FUNCTION_INVOCATION): Use
11367 generic_frameless_function_invocation_not.
11368 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11369 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11370
11371 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11372
11373 * config/mips/xm-news-mips.h: Delete file.
11374 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11375
11376 * config/m88k/xm-m88k.h: Delete file.
11377 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11378 * config/m88k/xm-delta88v4.h: Ditto.
11379 * config/m88k/xm-delta88.h: Ditto.
11380
11381 * config/alpha/xm-fbsd.h: Delete file.
11382 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11383
11384 * config/sparc/xm-sparc.h: Delete file.
11385 * Makefile.in (xm-sun4os4.h): Delete dependency.
11386 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11387 * config/sparc/xm-sun4os4.h: Ditto.
11388 * config/sparc/xm-linux.h: Ditto.
11389
11390 * config/i386/xm-windows.h: Delete file.
11391
11392 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11393
11394 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11395 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11396
11397 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11398
11399 * alpha-tdep.c (alpha_call_dummy_words): New.
11400 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11401 (CALL_DUMMY_P): Define.
11402 (CALL_DUMMY_WORDS): Define.
11403 (SIZEOF_CALL_DUMMY_WORDS): Define.
11404
11405 2002-01-19 Per Bothner <per@bothner.com>
11406
11407 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11408 isn't NULL, which can happen with some gcj-3.x-produced code.
11409
11410 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11411
11412 * alpha-tdep.c (alpha_register_virtual_type): New function.
11413 (alpha_init_frame_pc_first): Ditto.
11414 (alpha_fix_call_dummy): Ditto.
11415 (alpha_store_struct_return): Ditto.
11416 (alpha_extract_struct_value_address): Ditto.
11417 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11418 alpha_register_virtual_type.
11419 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11420 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11421 alpha_extract_struct_value_address.
11422 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11423 (INIT_FRAME_PC): Use init_frame_pc_noop.
11424 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11425
11426 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11427
11428 * i386gnu-nat.c: Include "i386-tdep.h".
11429 (fetch_fpregs): Simplify code dealing with uninitialized floating
11430 point states such that it doesn't require FP7_REGNUM.
11431
11432 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11433
11434 * alpha-tdep.c (frame_extra_info): New.
11435 (alpha_find_saved_regs): Make static. Use
11436 frame->extra_info.
11437 (alpha_frame_init_saved_regs): New function.
11438 (alpha_frame_saved_pc): Use frame->extra_info.
11439 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11440 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11441 (init_extra_frame_info): Rename to...
11442 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11443 (alpha_print_extra_frame_info): New function.
11444 (alpha_frame_locals_address): Ditto.
11445 (alpha_frame_args_address): Ditto.
11446 (alpha_pop_frame): Use frame->extra_info.
11447 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11448 alpha_frame_args_address.
11449 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11450 (alpha_find_saved_regs): Remove prototype.
11451 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11452 (EXTRA_FRAME_INFO): Remove.
11453 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11454 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11455
11456 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11457
11458 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11459 (alpha_cannot_fetch_register): Ditto.
11460 (alpha_cannot_store_register): Ditto.
11461 (alpha_register_convertible): Ditto.
11462 (alpha_use_struct_convention): Ditto.
11463 * config/alpha/tm-alpha.h: Update copyright years.
11464 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11465 (INNER_THAN): Use core_addr_lessthan.
11466 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11467 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11468 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11469 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11470 (FRAME_CHAIN): Remove unnecessary cast.
11471
11472 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11473
11474 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11475 obsolete.
11476
11477 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11478
11479 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11480 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11481 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11482 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11483 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11484 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11485 * x86-64-linux-nat.c: Ditto.
11486
11487 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11488
11489 * alpha-tdep.c (alpha_register_name): New function.
11490 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11491 (REGISTER_NAME): Define.
11492
11493 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11494
11495 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11496
11497 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11498
11499 * alpha-tdep.c: Update copyright years.
11500 (alpha_next_pc): New function.
11501 (alpha_software_single_step): Ditto.
11502 * config/alpha/tm-alpha.h: Add prototype for
11503 alpha_software_single_step.
11504
11505 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11506
11507 * alphabsd-nat.c: Update copyright years.
11508 (fill_gregset): Use regcache_collect.
11509 (fill_fpregset): Likewise.
11510 (fetch_inferior_registers): Only fetch integer registers
11511 if requested to do so.
11512 (store_inferior_registers): Only store integer registers
11513 if requested to do so.
11514
11515 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11516
11517 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11518 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11519 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11520 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11521 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11522 * config/arm/linux.mh (XDEPFILES): Delete.
11523 * config/arm/nbsd.mh (XDEPFILES): Delete.
11524 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11525 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11526 * config/i386/i386m3.mh (XDEPFILES): Delete.
11527 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11528 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11529 * config/i386/fbsd.mh (XDEPFILES): Delete.
11530 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11531 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11532 * config/i386/i386v4.mh (XDEPFILES): Delete.
11533 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11534 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11535 * config/i386/i386aix.mh (XDEPFILES): Delete.
11536 * config/i386/go32.mh (XDEPFILES): Delete.
11537 * config/i386/cygwin.mh (XDEPFILES): Delete.
11538 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11539 * config/i386/i386mach.mh (XDEPFILES): Delete.
11540 * config/i386/i386v32.mh (XDEPFILES): Delete.
11541 * config/i386/linux.mh (XDEPFILES): Delete.
11542 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11543 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11544 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11545 * config/i386/i386sco.mh (XDEPFILES): Delete.
11546 * config/i386/i386v.mh (XDEPFILES): Delete.
11547 * config/i386/nbsd.mh (XDEPFILES): Delete.
11548 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11549 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11550 * config/i386/symmetry.mh (XDEPFILES): Delete.
11551 * config/i386/obsd.mh (XDEPFILES): Delete.
11552 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11553 * config/ia64/linux.mh (XDEPFILES): Delete.
11554 * config/ia64/aix.mh (XDEPFILES): Delete.
11555 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11556 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11557 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11558 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11559 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11560 * config/m68k/linux.mh (XDEPFILES): Delete.
11561 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11562 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11563 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11564 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11565 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11566 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11567 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11568 * config/m88k/delta88.mh (XDEPFILES): Delete.
11569 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11570 * config/m88k/m88k.mh (XDEPFILES): Delete.
11571 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11572 * config/mips/linux.mh (XDEPFILES): Delete.
11573 * config/mips/irix6.mh (XDEPFILES): Delete.
11574 * config/mips/irix5.mh (XDEPFILES): Delete.
11575 * config/mips/irix4.mh (XDEPFILES): Delete.
11576 * config/mips/irix3.mh (XDEPFILES): Delete.
11577 * config/mips/decstation.mh (XDEPFILES): Delete.
11578 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11579 (NATDEPFILES): Move core-aout.o to here.
11580 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11581 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11582 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11583 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11584 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11585 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11586 * config/pa/hpux11.mh (XDEPFILES): Delete.
11587 * config/powerpc/aix.mh (XDEPFILES): Delete.
11588 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11589 * config/powerpc/linux.mh (XDEPFILES): Delete.
11590 * config/romp/rtbsd.mh: Rename XDEPFILES.
11591 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11592 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11593 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11594 * config/s390/s390.mh (XDEPFILES): Delete.
11595 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11596 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11597 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11598 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11599 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11600 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11601 * config/sparc/linux.mh (XDEPFILES): Delete.
11602 * config/vax/vaxult.mh (XDEPFILES): Delete.
11603 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11604 * Makefile.in (DEPFILES): Remove XDEPFILES.
11605
11606 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11607
11608 * utils.c (internal_verror): Fix comments, default is yes not no.
11609 Update queries to match. Default to quit and dump core.
11610
11611 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11612
11613 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11614 copyright.
11615 * defs.h, event-top.c, gdbcmd.h: Ditto.
11616 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11617 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11618 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11619 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11620 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11621 * mi/mi-main.c:Ditto.
11622
11623 * stack.c, symfile.c: Update copyright.
11624
11625 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11626
11627 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11628 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11629 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11630 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11631
11632 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11633
11634 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11635 * gdbserver/low-lynx.c (myattach): Likewise.
11636 * gdbserver/low-nbsd.c (myattach): Likewise.
11637 * gdbserver/low-sim.c (myattach): Likewise.
11638 * gdbserver/low-sparc.c (myattach): Likewise.
11639 * gdbserver/low-sun3.c (myattach): Likewise.
11640
11641 * gdbserver/low-linux.c (myattach): New function.
11642
11643 * gdbserver/server.c (attach_inferior): New function.
11644 (main): Handle "--attach".
11645
11646 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11647
11648 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11649 maintainer.
11650
11651 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11652
11653 * c-typeprint.c (is_type_conversion_operator): Add additional
11654 check for non-conversion operators.
11655
11656 2002-01-15 Michael Snyder <msnyder@redhat.com>
11657
11658 * linux-proc.c: Add "info proc" command, a la procfs.c.
11659 (read_mapping): New function, abstract and re-use code.
11660 (linux_find_memory_regions): Use new func read_mapping.
11661 (linux_info_proc_cmd): New function, implement "info proc".
11662 (_initialize_linux_proc): Add new command "info proc".
11663
11664 2002-01-15 Michael Snyder <msnyder@redhat.com>
11665
11666 * symfile.c (generic_load): Use bfd_map_over_sections method
11667 instead of manipulating bfd structure members directly.
11668 (add_section_size_callback): New function, bfd sections callback
11669 used by generic_load.
11670 (load_sections_callback): New function, bfd sections callback
11671 used by generic_load.
11672
11673 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11674
11675 [Based on work by Jim Blandy]
11676 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11677 (builtin_type_vec128): Export.
11678 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11679 types.
11680 (builtin_type_vec128): New builtin type for 128 bit vector
11681 registers.
11682 (build_gdbtypes): Initialize builtin_type_v16qi and
11683 builtin_type_v8hi. Create the vec128 register builtin type
11684 structure.
11685 (build_builtin_type_vec128): New function.
11686 (_initialize_gdbtypes): Register builtin_type_v16qi and
11687 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11688 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11689 AltiVec register to new builtin type.
11690
11691 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11692
11693 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11694 to make_cv_type.
11695
11696 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11697
11698 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11699 CLEAN_UP_REGISTER_VALUE.
11700 * regcache.c (supply_register): Update only call.
11701
11702 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11703
11704 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11705 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11706 a29k-*-vxworks* targets as obsolete.
11707
11708 2002-01-14 Michael Snyder <msnyder@redhat.com>
11709
11710 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11711 until we can resolve portability issues.
11712 * gregset.h: Remove references to fpxregs.
11713 * gcore.c (gcore_command): Initialize note_sec to NULL.
11714
11715 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11716
11717 * signals.c (target_signal_to_name): Rewrite. Only use
11718 signals[].name when in bounds and non-NULL.
11719
11720 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11721
11722 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11723 * signals.c (target_signal_to_name): Verify that SIG is within the
11724 bounds of the signals array.
11725
11726 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11727
11728 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11729
11730 2002-01-13 Keith Seitz <keiths@redhat.com>
11731
11732 * stack.c (print_frame_info_base): Print the frame's pc
11733 only if when print_frame_info_listing_hook is not defined.
11734
11735 2002-01-13 Keith Seitz <keiths@redhat.com>
11736
11737 * varobj.c (varobj_set_value): Make sure that there were no
11738 errors evaluating the object before attempting to set its
11739 value.
11740 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11741 so this offset adjustment is no longer necessary.
11742 (create_child): Don't set the error flag if the child is
11743 a CPLUS_FAKE_CHILD.
11744 (value_of_child): If value_fetch_lazy fails, return NULL
11745 so that callers will be notified that an error occurred.
11746 (c_value_of_variable): Delay check of variable's validity
11747 until later. We actually want all structs and unions to have
11748 the value "{...}".
11749 Do not return "???" for variables which could not be evaluated.
11750 This error condition must be returned to the caller so that it
11751 can get the error condition from gdb.
11752 (cplus_name_of_child): Adjust index for vptr before figuring
11753 out the name of the child.
11754 (cplus_value_of_child): If a child's (real) parent is not valid,
11755 don't even bother trying to give a value for it. Just return
11756 an error. Change all instances in this function.
11757 (cplus_type_of_child): If our parent is one of the "fake"
11758 parents, we need to get at the type of the real parent, and
11759 derive the child's true type using this information.
11760
11761 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11762
11763 From 2002-01-09 John Marshall <johnm@falch.net>:
11764 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11765 sources.redhat.com, and tweak some related URLs which had
11766 suffered from linkrot.
11767
11768 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11769
11770 From Jeff law:
11771 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11772 structures passed in registers.
11773
11774 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11775
11776 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11777 white space which prevented compilation. Reported by DSK
11778 <dsk@student.unsw.edu.au>.
11779
11780 2002-01-11 Michael Snyder <msnyder@redhat.com>
11781
11782 * symfile.c (build_section_addr_info_from_section_tab):
11783 Use bfd access method instead of manipulating bfd directly.
11784 (syms_from_objfile): Ditto.
11785 (simple_overlay_update_1): Ditto.
11786 (simple_overlay_update): Ditto.
11787 (generic_load): Ditto.
11788 (overlay_unmapped_address): FIXME comment, bfd access methods.
11789 (sections_overlap): FIXME comment, bfd access methods.
11790 (pc_in_mapped_range): FIXME comment, bfd access methods.
11791 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11792 (section_is_mapped): FIXME comment, bfd access methods.
11793 (section_is_overlay): FIXME comment, bfd access methods.
11794
11795 * symfile.c (generic_load): Whitespace and long line cleanups.
11796 Remove duplicate variable, change several local variables to
11797 more appropriate data types.
11798 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11799
11800 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11801
11802 From Peter Schauer:
11803 * language.c (longest_local_hex_string_custom): Use phex_nz to
11804 convert NUM to a hex string.
11805
11806 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11807
11808 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11809 the function.
11810 Update Copyright year.
11811
11812 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11813
11814 * language.c (longest_raw_hex_string): Delete unused function.
11815
11816 2002-01-11 Petr Sorfa <petrs@caldera.com>
11817
11818 * MAINTAINERS (write-after-approval): Add myself.
11819 * dwarf2read.c (read_tag_string_type): Handling of
11820 DW_AT_byte_size.
11821 (read_tag_string_type): FORTRAN fix to prevent propagation of
11822 first string size.
11823 (set_cu_language): Handling of DW_LANG_Fortran95
11824
11825 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11826
11827 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11828 GETPID(inferior_ptid).
11829 (store_inferior_registers): Likewise.
11830
11831 2002-01-10 Jason Merrill <jason@redhat.com>
11832
11833 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11834 Fix DW_OP_minus.
11835
11836 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11837
11838 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11839 and bfd/elf32-sh-nbsd.c.
11840
11841 2002-01-10 Michael Snyder <msnyder@redhat.com>
11842
11843 * NEWS: Mention --pid and corefile/proc-id behavior change.
11844
11845 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11846 * gcore.c: Include cli/cli-decode.h instead of command.h.
11847
11848 * main.c (captured_main): Add new command line option "--pid".
11849 If the second command line argument (following the symbol-file)
11850 begins with a digit, try to attach to it before trying to open
11851 it as a corefile.
11852 (print_gdb_help): Document the "--pid" argument.
11853
11854 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11855
11856 * completer.c (command_completer): New function.
11857
11858 * completer.h <command_completer>: Add prototype.
11859
11860 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11861 completer for the "help" command.
11862
11863 2002-01-09 Jason Merrill <jason@redhat.com>
11864
11865 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11866
11867 2002-01-09 Michael Snyder <msnyder@redhat.com>
11868
11869 * i386-linux-nat.c (fill_fpxregset): Make global.
11870 (store_fpxregset): Ditto.
11871
11872 * gregset.h (gdb_fpxregset_t): Define.
11873 (supply_fpxregset): Prototype.
11874 (fill_fpxregset): Prototype.
11875
11876 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11877
11878 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11879
11880 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11881 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11882 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11883
11884 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11885
11886 * MAINTAINERS: Update target maintainer rules so that any
11887 Maintainer can approve a tested patch for a maintenance-only
11888 target.
11889
11890 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11891
11892 * MAINTAINERS (write-after-approval): Add myself.
11893
11894 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11895 IN_SIGTRAMP.
11896
11897 2002-01-08 Michael Snyder <msnyder@redhat.com>
11898
11899 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11900 real name of the executable, rather than the /proc name.
11901
11902 2002-01-03 Michael Snyder <msnyder@redhat.com>
11903
11904 Implement a "generate-core-file" command in gdb, save target state.
11905 * gcore.c: New file. Implement new command 'generate-core-file'.
11906 Save a corefile image of the current state of the inferior.
11907 * linux-proc.c: Add linux-specific code for saving corefiles.
11908 * target.h (struct target_ops): Add new target vectors for saving
11909 corefiles; to_find_memory_regions and to_make_corefile_notes.
11910 (target_find_memory_regions): New macro.
11911 (target_make_corefile_notes): New macro.
11912 * target.c (update_current_target): Inherit new target methods.
11913 (dummy_find_memory_regions): New place-holder method.
11914 (dummy_make_corefile_notes): New place-holder method.
11915 (init_dummy_target): Initialize new dummy target vectors.
11916 * exec.c (exec_set_find_memory_regions): New function.
11917 Allow the exec_ops vector for memory regions to be taken over.
11918 (exec_make_note_section): New function, target vector method.
11919 * defs.h (exec_set_find_memory_regions): Export prototype.
11920 * procfs.c (proc_find_memory_regions): New function, corefile method.
11921 (procfs_make_note_section): New function, corefile method.
11922 (init_procfs_ops): Set new target vector pointers.
11923 (find_memory_regions_callback): New function.
11924 (procfs_do_thread_registers): New function.
11925 (procfs_corefile_thread_callback): New function.
11926 * sol-thread.c (sol_find_memory_regions): New function.
11927 (sol_make_note_section): New function.
11928 (init_sol_thread_ops): Initialize new target vectors.
11929 * inftarg.c (inftarg_set_find_memory_regions): New function.
11930 Allow to_find_memory_regions vector to be taken over.
11931 (inftarg_set_make_corefile_notes): New function.
11932 Allow to_make_corefile_notes vector to be taken over.
11933 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11934 interface layer if not target_has_execution (may be a corefile).
11935 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11936 * config/sparc/sun4sol2.mh: Ditto.
11937 * config/alpha/alpha-linux.mh: Ditto.
11938 * config/arm/linux.mh: Ditto.
11939 * config/i386/x86-64linux.mh: Ditto.
11940 * config/ia64/linux.mh: Ditto.
11941 * config/m68k/linux.mh: Ditto.
11942 * config/mips/linux.mh: Ditto.
11943 * config/powerpc/linux.mh: Ditto.
11944 * config/sparc/linux.mh: Ditto.
11945
11946 2002-01-07 Michael Snyder <msnyder@redhat.com>
11947
11948 * arm-linux-nat.c: Remove references to regcache.c internal data
11949 (registers[] and register_valid[]).
11950
11951 2002-01-07 Michael Snyder <msnyder@redhat.com>
11952
11953 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11954 so that attaching to a pid will automatically read the process's
11955 symbol file and shlibs.
11956 * Makefile.in: Add rule for linux-proc.o.
11957 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11958 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11959 * config/arm/linux.mh: Ditto.
11960 * config/i386/linux.mh: Ditto.
11961 * config/i386/x86-64linux.mh: Ditto.
11962 * config/ia64/linux.mh: Ditto.
11963 * config/m68k/linux.mh: Ditto.
11964 * config/mips/linux.mh: Ditto.
11965 * config/powerpc/linux.mh: Ditto.
11966 * config/sparc/linux.mh: Ditto.
11967
11968 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11969
11970 * win32-nat.c: Add i386-tdep.h dependency.
11971
11972 2002-01-07 Michael Snyder <msnyder@redhat.com>
11973
11974 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11975 instead of bfd_get_arch_size. Don't bail out just because
11976 there's no exec_bfd.
11977
11978 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11979 * p-valprint.c (pascal_object_print_value): Ditto.
11980 * somread.c (som_symtab_read): Ditto.
11981 * symfile.c (simple_free_overlay_region_table): Ditto.
11982 * valops.c (value_assign): Ditto.
11983
11984 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11985 use tilde_expand and strerror for opening save-tracepoints file.
11986
11987 * thread-db.c (thread_db_new_objfile): Indendation fix.
11988
11989 * infptrace.c (GDB_MAX_ALLOCA): New define.
11990 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
11991 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
11992 can be overridden with whatever value is appropriate to the host).
11993 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11994 alloca to allocate potentially large buffer.
11995 * rs6000-nat.c (child_xfer_memory): Ditto.
11996 * symm-nat.c (child_xfer_memory): Ditto.
11997 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11998
11999 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12000
12001 From Nick Clifton <nickc@redhat.com>
12002 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12003
12004 2002-01-07 Michael Snyder <msnyder@redhat.com>
12005
12006 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12007 Don't use exec_bfd if it's NULL.
12008
12009 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12010
12011 * valops.c (value_arg_coerce): Fix formatting.
12012
12013 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12014
12015 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12016 * gnu-nat.c: Ditto.
12017
12018 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12019
12020 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12021 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12022 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12023 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12024 z8k-coff have not been multi-arched. Update z8k-coff build
12025 status.
12026
12027 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12028
12029 * MAINTAINERS: Mark a29k target as obsolete.
12030 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12031 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12032 comments.
12033 * NEWS: Note that a29k targets are obsolete.
12034 * a29k-tdep.c: Mark as obsolete.
12035 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12036 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12037 a29k-*-vxworks* targets as obsolete.
12038 * remote-adapt.c: Obsolete.
12039 * remote-eb.c: Obsolete.
12040 * remote-mm.c: Obsolete.
12041 * remote-udi.c: Obsolete.
12042 * config/a29k/a29k-udi.mt: Obsolete.
12043 * config/a29k/a29k.mt: Obsolete.
12044 * config/a29k/tm-a29k.h: Obsolete.
12045 * config/a29k/tm-vx29k.h: Obsolete.
12046 * config/a29k/vx29k.mt: Obsolete.
12047
12048 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12049
12050 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12051 with BFD_ENDIAN_BIG.
12052
12053 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12054
12055 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12056 * configure, config.in: Re-generate.
12057 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12058 * defs.h: Do not include <endian.h>.
12059
12060 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12061
12062 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12063 * config.in: Regenerate.
12064 * configure.in: Update copyright years.
12065 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12066 * configure: Regenerate.
12067 * i386bsd-nat.c: Update copyright years.
12068 (fill_gregset): Use regcache_collect.
12069 (fetch_inferior_registers): Only fetch integer registers
12070 if requested to do so. Add support for XMM registers
12071 using PT_GETXMMREGS.
12072 (store_inferior_registers): Only store integer registers
12073 if requested to do so. Add support for XMM registers
12074 using PT_SETXMMREGS.
12075 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12076 (store_inferior_registers): Remove.
12077 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12078 (fetch_elfcore_registers): New function.
12079 (i386nbsd_elfcore_fns): New.
12080 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12081 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12082 i386bsd-nat.o.
12083 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12084 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12085 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12086 * config/i386/tm-nbsd.h: Update copyright years.
12087 (HAVE_SSE_REGS): Define.
12088 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12089 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12090 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12091 (SIGCONTEXT_PC_OFFSET): Remove.
12092 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12093
12094 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12095
12096 * configure.tgt: Remove powerpc-*-macos* target.
12097 * config/m68k/xm-mpw.h: Delete file.
12098 * config/xm-mpw.h: Delete file.
12099 * ser-mac.c: Delete file.
12100 * mpw-make.sed: Delete file.
12101 * mpw-config.in: Delete file.
12102 * mac-xdep.c: Delete file.
12103 * mac-gdb.r: Delete file.
12104 * mac-defs.h: Delete file.
12105 * mac-nat.c: Delete file.
12106 * config/powerpc/macos.mh: Delete file.
12107 * config/powerpc/macos.mt: Delete file.
12108 * config/powerpc/nm-macos.h: Delete file.
12109 * config/powerpc/tm-macos.h: Delete file.
12110 * source.c (openp, open_source_file): Remove obsolete code.
12111 * top.c (gdb_readline): Ditto.
12112 * utils.c (query): Ditto.
12113 * event-top.c (display_gdb_prompt): Ditto.
12114 * Makefile.in (ser-mac.o): Delete obsolete target.
12115 * NEWS: Update.
12116
12117 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12118
12119 * defs.h (BIG_ENDIAN): Delete macro definition.
12120 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12121 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12122 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12123 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12124 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12125 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12126 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12127 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12128 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12129 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12130 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12131 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12132 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12133 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12134 * gdbarch.c: Re-generate.
12135
12136 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12137
12138 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12139 for core files.
12140
12141 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12142
12143 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12144
12145 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12146
12147 * value.h (value_ptr): Delete typedef.
12148
12149 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12150
12151 * i386nbsd-nat.c: Update copyright years.
12152 Include i386-tdep.h.
12153
12154 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12155
12156 * stabsread.c: Update copyright years.
12157
12158 From Debashis Mahata <debashis.mahata@wipro.com>:
12159 (read_struct_fields): Deal with Sun C compiler erroneous stab
12160 output for structs and unions.
12161 Fix PR gdb/269.
12162
12163 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12164
12165 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12166 prototype.
12167
12168 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12169
12170 * cp-abi.c: Fix whitespace.
12171 (baseclass_offset): New wrapper function.
12172 * cp-abi.h (baseclass_offset): Add prototype.
12173 (struct cp_abi_ops): Add baseclass_offset pointer.
12174
12175 * valops.c (vb_match): Move to...
12176 * gnu-v2-abi.c (vb_match): here.
12177 * valops.c (baseclass_offset): Move to...
12178 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12179
12180 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12181
12182 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12183 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12184 * hpacc-abi.c (init_hpacc_ops): Likewise.
12185
12186 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12187
12188 * valops.c (find_overload_match): Accept obj as a
12189 reference parameter. Update it before returning.
12190 * value.h (find_overload_match): Update prototype.
12191 * eval.c (evaluate_subexp_standard): Pass object to
12192 find_overload_match by reference.
12193
12194 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12195
12196 * valarith.c: Replace value_ptr with struct value pointer. Remove
12197 register attribute from value declarations.
12198 * valops.c: Ditto.
12199 * value.h: Ditto.
12200 * scm-lang.c (scm_lookup_name): Ditto.
12201
12202 2002-01-03 Michael Snyder <msnyder@redhat.com>
12203
12204 Abstract the functionality of iterating over mapped memory
12205 regions into a general purpose iterator function.
12206 * procfs.c (iterate_over_mappings): New function, general purpose
12207 iterator for memory sections.
12208 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12209 (solib_mappings_callback): New function, callback for above.
12210 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12211 (info_mappings_callback): New function, callback for above.
12212
12213 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12214
12215 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12216
12217 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12218 * i386-tdep.c: Include "elf-bfd.h".
12219 (process_note_abi_tag_sections): New function.
12220 (i386_gdbarch_init): Add code to recognize various OS/ABI
12221 combinations.
12222
12223 * maint.c (_initialize_maint_cmds): Add missing \ in
12224 string-literal.
12225
12226 For older changes see ChangeLog-2001
12227 \f
12228 Local Variables:
12229 mode: change-log
12230 left-margin: 8
12231 fill-column: 74
12232 version-control: never
12233 End: