2002-10-31 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-31 Andrew Cagney <cagney@redhat.com>
2
3 * z8k-tdep.c (z8k_print_register_hook): Make static.
4 (z8k_print_registers_info): New static function, clone of
5 infcmd.c's default_print_registers_info.
6 (z8k_do_registers_info): New function. Wrap
7 z8k_print_registers_info.
8 * config/z8k/tm-z8k.h: Update copyright.
9 (PRINT_REGISTER_HOOK): Delete macro.
10 (z8k_print_register_hook): Delete declaration.
11 (DEPRECATED_DO_REGISTERS_INFO): Define.
12 (z8k_do_registers_info): Declare.
13
14 2002-10-30 Joel Brobecker <brobecker@gnat.com>
15
16 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
17 as this is already provided by value.h, and was actually causing
18 a compilation error because of a conflict in parameter type
19 declaration due to a missing const keyword.
20 (low_text_segment_addres): Fix a compilation warning.
21
22 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
23
24 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
25 registers without a name.
26 (mips_linux_cannot_store_register): Don't store registers without
27 a name.
28
29 2002-10-28 David Carlton <carlton@math.stanford.edu>
30
31 * symtab.c (find_addr_symbol): Delete. (It was already commented
32 out.)
33 * symtab.h: Delete prototype for find_addr_symbol.
34
35 2002-10-26 Andrew Cagney <cagney@redhat.com>
36
37 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
38 DO_REGISTERS_INFO.
39 gdbarch.h, gdbarch.c: Re-generate.
40 * infcmd.c (default_print_registers_info): Update reference.
41 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
42 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
43 * sh-tdep.c (sh_gdbarch_init): Ditto.
44 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
45 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
46
47 2002-10-26 Mark Kettenis <kettenis@gnu.org>
48
49 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
50 cfi_init_extra_frame_info.
51 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
52 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
53
54 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
55 target where necessary. Add more comments and remove the ones
56 that don't provide any useful information.
57
58 * i386-tdep.c (i386_frame_saved_pc): Replace call to
59 deprecated_read_register_dummy with
60 frame_unwind_unsigned_register.
61
62 * i386-tdep.c (i386_extract_struct_value_address): Use
63 regcache_raw_read_unsigned instead of
64 regcache_cooked_read_unsigned since we know that the register
65 we're reading isn't a pseudo register. Rename variable 'val' into
66 the more descriptive 'addr'.
67
68 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
69 (x86_64_push_return_address): Add comment.
70 (x86_64_pop_frame): Make static.
71 (examine_argument): Clarify comment.
72 (x86_64_skip_prologue): Make prolog_expact variable static.
73
74 * dwarf2cfi.c: Fix some formatting problems.
75 (context_cpy, read_encoded_pointer): Clarify comments.
76
77 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
78 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
79 i386 target back into x86_64_gdbarch_init. Add some comments and
80 remove meaningless ones.
81
82 2002-10-25 Andrew Cagney <cagney@redhat.com>
83
84 * complaints.h (struct deprecated_complaint): Rename `struct
85 complaint'.
86 * complaints.c (complain): Update.
87 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
88 incorrect comment indicating that "symfile.h" was being included
89 for the `struct complaint' definition.
90 * remote-vx.c: Update.
91 * objc-lang.c: Update.
92 * xcoffread.c: Update.
93 * hpread.c: Update.
94 * mdebugread.c: Update.
95 * stabsread.c: Update.
96 * dwarf2read.c: Update.
97 * dwarfread.c: Update.
98 * elfread.c: Update.
99 * coffread.c: Update.
100 * stabsread.h: Update.
101 * dbxread.c: Update.
102 * buildsym.c: Update.
103 * gdbtypes.c: Update.
104 * macrotab.c: Update.
105
106 2002-10-25 Mark Kettenis <kettenis@gnu.org>
107
108 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
109 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
110 (x86_64_init_abi): ...new function.
111
112 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
113 * i386v-nat.c: Include "i386-tdep.h".
114
115 2002-10-25 Andrew Cagney <cagney@redhat.com>
116
117 * gdbtypes.c (address_space_name_to_int): Update.
118 (address_space_int_to_name): Update.
119 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
120 multi-arch predicate.
121 (address_class_name_to_type_flags): Ditto.
122 * gdbarch.h, gdbarch.c: Re-generate.
123
124 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
125
126 2002-10-24 Martin M. Hunt <hunt@redhat.com>
127
128 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
129
130 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
131
132 * symtab.h (INIT_SAL): Delete macro.
133 (init_sal): Export.
134 * symtab.c (init_sal): New function.
135
136 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
137 to init_sal function call.
138 (find_sal_from_funcs_and_line): Ditto.
139 (all_sals_for_line): Ditto.
140 * breakpoint.c (create_internal_breakpoint): Ditto.
141 (create_fork_vfork_event_catchpoint): Ditto.
142 (create_exec_event_catchpoint): Ditto.
143 (parse_breakpoint_sals): Ditto.
144 (watch_command_1): Ditto.
145 (handle_gnu_4_16_catch_command): Ditto.
146 (clear_command): Ditto.
147 * hppa-tdep.c (child_enable_exception_callback): Ditto.
148 * infcmd.c (run_stack_dummy): Ditto.
149 * infrun.c (process_event_stop_test): Ditto.
150 (check_sigtramp2): Ditto.
151 (step_over_function): Ditto.
152 * linespec.c (decode_line_2): Ditto.
153 (decode_line_1): Ditto.
154 * source.c (line_info): Ditto.
155 * symtab.c (find_pc_sect_line): Ditto.
156
157 2002-10-24 Michal Ludvig <mludvig@suse.cz>
158
159 * dwarf2cfi.c (struct context)
160 (struct context_reg): Moved to dwarf2cfi.h
161 (context_alloc, frame_state_alloc, context_cpy):
162 Made extern instead of static, removed prototypes.
163 * dwarf2cfi.h (struct context)
164 (struct context_reg): New, moved from dwarf2cfi.c
165 (context_alloc, frame_state_alloc, context_cpy):
166 New prototypes.
167 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
168 Changed from static to extern.
169 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
170 (LINUX_SIGCONTEXT_FP_OFFSET)
171 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
172 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
173 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
174 * x86-64-tdep.c (x86_64_gdbarch_init): Several
175 set_gdbarch_*() calls now use x86-64 specific functions
176 instead of DWARF2 CFI ones.
177 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
178 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
179 (x86_64_init_extra_frame_info): New prototypes.
180
181 2002-10-23 David Carlton <carlton@math.stanford.edu>
182
183 * linespec.c: #include "parser-defs.h".
184 Delete prototype for find_template_name_end.
185 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
186
187 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
188
189 * NEWS: add recent mi fixes.
190 * varobj.c (struct varobj): Add new "updated" flag.
191 (new_variable): Default "updated" flag to 0.
192 (varobj_set_value): Set "updated" flag to 1 if value
193 changes.
194 (varobj_update): Check varobj "updated" flag before
195 comparing old and refreshed values. Fix for
196 PR gdb/702.
197
198 2002-10-23 David Carlton <carlton@math.stanford.edu>
199
200 * parse.c (parse_exp_1): Use BLOCK_START.
201 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
202 SYMBOL_BLOCK_VALUE.
203 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
204
205 2002-10-23 David Carlton <carlton@math.stanford.edu>
206
207 * symtab.c: Delete cplusplus_hint.
208 Delete prototype for find_template_name_end.
209
210 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
211
212 * symtab.h: Update comment.
213
214 2002-10-23 Michael Snyder <msnyder@redhat.com>
215
216 * printcmd.c (address_info): Restore quotes in output.
217 * valops.c (value_of_local): Restore quotes in error message.
218
219 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
220
221 * symtab.c (symbol_demangled_name): New function.
222 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
223 turning most of it into a function.
224 (symbol_demangled_name): Export.
225
226 2002-10-23 Michael Snyder <msnyder@redhat.com>
227
228 * valops.c (value_of_local): Restore quotes in error message.
229
230 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
231
232 * symtab.c (symbol_init_language_specific): New function.
233 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
234 turning most of it into a function.
235 (symbol_init_language_specific): Export.
236
237 2002-10-23 David Carlton <carlton@math.stanford.edu>
238
239 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
240 (dwarf_attr_name): Ditto.
241 (dwarf_type_encoding_name): Ditto.
242 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
243 (process_die): Handle DW_TAG_namespace,
244 DW_TAG_imported_declaration, DW_TAG_imported_module.
245 (read_namespace): New function.
246
247 2002-10-22 Joel Brobecker <brobecker@gnat.com>
248
249 * configure.in: Define NEW_PROC_API on Interix too.
250 * configure: Regenerate.
251
252 2002-10-21 Joel Brobecker <brobecker@gnat.com>
253
254 * configure: Regenerate using the proper version of autoconf.
255
256 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
257
258 * findvar.c (read_var_value): Temporarily disable TLS code, until
259 complete TLS support is added.
260
261 2002-10-21 Jim Blandy <jimb@redhat.com>
262 Elena Zannoni <ezannoni@redhat.com>
263
264 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
265 for thread local storage locations.
266 (struct symbol): Add objfile field.
267 (SYMBOL_OBJFILE): Define.
268 * dwarf2read.c (is_thread_local): New static variable.
269 (new_symbol): If variable is in thread local fill in address class
270 and objfile appropriately.
271 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
272 stack operation.
273 * printcmd.c (address_info): Print the information for thread
274 local storage variable.
275 * findvar.c (read_var_value): In case of thread local variable,
276 defer to the target vector code to compute address.
277
278 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
279
280 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
281 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
282
283 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
284
285 * symtab.h (address_class): Rename
286 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
287 * hpread.c (hpread_process_one_debug_symbol): Ditto.
288 * printcmd.c (address_info): Ditto.
289 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
290
291 2002-10-20 Mark Kettenis <kettenis@gnu.org>
292
293 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
294 DBREG_DRX macro to acces debug registers.
295
296 * Makefile.in (i386obsd-tdep.o): New target.
297
298 * solib-sunos.c: Include "bcache.h" and "regcache.h".
299 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
300
301 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
302 * config/i386/obsd.mt: New file.
303 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
304 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
305 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
306 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
307 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
308 * i386obsd-tdep.c: New file.
309
310 2002-10-19 Adam Fedor <fedor@gnu.org>
311
312 * objc-exp.y (name_not_typename): Fix invalid comment.
313
314 2002-10-20 Mark Kettenis <kettenis@gnu.org>
315
316 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
317 to allocate partial syms and macro byte caches.
318
319 2002-10-18 David Carlton <carlton@math.stanford.edu>
320
321 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
322
323 2002-10-18 Adam Fedor <fedor@gnu.org>
324
325 * stabsread.c (find_name_end): New function.
326 (define_symbol): Use it.
327
328 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
329
330 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
331 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
332 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
333 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
334
335 2002-10-17 David Carlton <carlton@math.stanford.edu>
336
337 * symfile.h: Add opaque declaration for struct obstack.
338 Declare obsavestring to take a const char *.
339 * symfile.c (obsavestring): Make first argument a const char *.
340
341 2002-10-16 Adam Fedor <fedor@gnu.org>
342
343 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
344 names when matching breakpoints in current file.
345
346 2002-10-16 Kevin Buettner <kevinb@redhat.com>
347
348 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
349 (read_tag_pointer_type): Add address class support.
350 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
351 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
352 New methods.
353 * gdbarch.h, gdbarch.c: Regenerate.
354 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
355 (make_type_with_address_space, recursive_type_dump): Add address
356 class support.
357 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
358 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
359 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
360
361 2002-10-16 Klee Dienes <kdienes@apple.com>
362
363 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
364 to get the last character of a char[] buffer, not
365 name[sizeof(vptr_name)-1].
366
367 2002-10-14 Adam Fedor <fedor@gnu.org>
368
369 * symtab.h: New objc_specific struct.
370 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
371 (SYMBOL_DEMANGLED_NAME): Likewise.
372
373 2002-10-14 Adam Fedor <fedor@gnu.org>
374
375 * symfile.c (init_filename_language_table): Add ObjC file extension.
376
377 2002-10-14 Adam Fedor <fedor@gnu.org>
378
379 * utils.c (puts_filtered_tabular): New function.
380 (fprintf_symbol_filtered): Get ObjC demangled name.
381 * defs.h (puts_filtered_tabular): Declared.
382
383 2002-10-14 Kevin Buettner <kevinb@redhat.com>
384
385 * c-lang.h (c_type_print_varspec_prefix): Delete.
386 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
387 ``need_post_space'' parameter. Adjust all callers.
388
389 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
390
391 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
392 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
393 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
394 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
395
396 2002-10-13 Adam Fedor <fedor@gnu.org>
397
398 * source.c (print_source_lines): Update comments.
399
400 2002-10-13 Adam Fedor <fedor@gnu.org>
401
402 * valops.c (value_of_local): New function.
403 (value_of_this): Use it.
404 * value.h (value_of_local): Declared.
405
406 2002-10-13 Adam Fedor <fedor@gnu.org>
407
408 * parse.c: (length_of_subexp, prefixify_subexp): Handle
409 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
410
411 2002-10-12 Adam Fedor <fedor@gnu.org>
412
413 * language.c (binop_result_type): Add language_objc to case.
414 (integral_type): Likewise.
415 (character_type): Likewise.
416 (string_type): Likewise.
417 (boolean_type): Likewise.
418 (structured_type): Likewise.
419 (binop_type_check): Likewise.
420
421 2002-10-11 Adam Fedor <fedor@gnu.org>
422
423 * printcmd.c (address_info): Print 'self' for ObjC.
424
425 2002-10-11 Adam Fedor <fedor@gnu.org>
426
427 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
428 OP_SELF.
429
430 2002-10-11 Adam Fedor <fedor@gnu.org>
431
432 * language.h (CAST_IS_CONVERSION): Add language_objc.
433
434 2002-10-11 Adam Fedor <fedor@gnu.org>
435
436 * defs.h (enum language): Add language_objc.
437
438 2002-10-11 Klee Dienes <kdienes@apple.com>
439
440 * findvar.c (read_memory_typed_address): New function.
441 * gdbcore.h (read_memory_typed_address): Add prototype.
442 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
443 to read a value destined for a CORE_ADDR, not read_memory_integer.
444 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
445 (f77_get_dynamic_lowerbound): Ditto.
446
447 2002-10-11 Martin M. Hunt <hunt@redhat.com>
448
449 * utils.c (string_to_core_addr): After turning string into
450 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
451 which will do necessary sign-extension, etc.
452
453 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
454
455 * c-exp.y (THIS): Delete token and grammar rule.
456 (yylex): Don't return THIS.
457 * cp-valprint.c (vtbl_ptr_name_old): Delete.
458 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
459 * demangle.c (cplus_markers): Update comment. Put '$'
460 first. Remove CPLUS_MARKER.
461 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
462 * jv-exp.y (THIS): Delete token and grammar rule.
463 (yylex): Don't return THIS.
464 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
465 * objc-exp.y (THIS): Delete token and grammar rule.
466 (yylex): Don't return THIS.
467 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
468 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
469 (read_member_functions): Likewise for opname.
470 (read_tilde_fields): Use is_cplus_marker.
471
472 * defs.h (CPLUS_MARKER): Don't define.
473 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
474 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
475 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
476 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
477 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
478
479 * config/i386/tm-i386v4.h: Delete file.
480 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
481 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
482 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
483 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
484 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
485 * config/i386/i386sco5.mt (TM_FILE): Likewise.
486 * config/i386/i386v4.mt (TM_FILE): Likewise.
487 * config/i386/ncr3000.mt (TM_FILE): Likewise.
488
489 2002-10-10 Marko Mlinar <markom@opencores.org>
490
491 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
492 accidentially not commited 2002-10-09
493 * gdbarch.h, gdbarch.c: Re-generate.
494
495 2002-10-09 Marko Mlinar <markom@opencores.org>
496
497 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
498 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
499 * gdbarch.h, gdbarch.c: Re-generate.
500
501 2002-10-08 Petr Sorfa <petrs@caldera.com>
502
503 Revised and re-submitted by John Wolfe <jlw@caldera.com>
504
505 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
506 so we can work on more than one compilation unit at a time. This
507 helps prepare GDB to handle inter-CU die references.
508 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
509 the code to be defined before struct comp_unit_head.
510 (comp_unit_head): Added new members - offset, cu_head,
511 begin_die, next and dwarf2_abbrevs.
512 (dwarf2_abbrevs): Removed single static var; now member of
513 struct comp_unit_head.
514 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
515 members.
516 (psymtab_to_symtab_1): Changed to work with the new
517 struct comp_unit_head.
518 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
519 constructs the dwarf2_abbrevs[] inside the cu_header.
520 (dwarf2_empty_abbrev_table): Now expects a ptr to a
521 dwarf2_abbrev table to clean up.
522 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
523 handling of dwarf2_abbrevs inside the cu_header.
524 (read_partial_die): Now supports the call to the new
525 dwarf2_lookup_abbrev.
526 (read_full_die): Now supports the call to the new
527 dwarf2_lookup_abbrev.
528
529 2002-10-06 Christopher Faylor <cgf@redhat.com>
530
531 * Makefile.in (install-gdbtk): Add missing continuation backslash to
532 insure that shell variables, such as "transformed_name" are propagated
533 to later shell statements in rule.
534
535 2002-10-06 Mark Kettenis <kettenis@gnu.org>
536
537 * config/i386/nm-i386sco.h: Add protection against
538 multiple-inclusion. Include "i386/nm-i386v.h".
539 (REGISTER_U_ADDR): Remove define.
540 (i386_register_u_addr): Remove prototype.
541
542 2002-10-04 Michael Snyder <msnyder@redhat.com>
543
544 * m32r-stub.c (handle_exception): Make sure exception is "trap"
545 before treating it as a single-step event.
546
547 2002-10-03 Adam Fedor <fedor@gnu.org>
548
549 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
550 (objc_demangle): Remove assignment in if statements, Replace
551 free with xfree.
552 (add_msglist): Likewise.
553 (end_msglist): Likewise.
554 (complare_selectors): Likewise.
555 (selectors_info): Likewise.
556 (compare_classes): Likewise.
557 (classes_info): Likewise.
558 (print_object_command): Likewise.
559 (find_objc_msgcall_submethod): Replace PTR with void *.
560 * objc-lang.h: Remove check for __STDC__.
561
562 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
563
564 * ui-out.h (ui_out_field_fmt_int): New prototype.
565 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
566 of field width and alignment.
567 * stack.c (print_frame_info_base): When printing frame level, use
568 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
569 PR gdb/192
570
571 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
572
573 * MAINTAINERS: Add self to Write After Approval list.
574
575 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
576
577 * infcmd.c (interrupt_target_command_wrapper): Delete.
578 (interrupt_target_command): Make non static.
579 (nofp_registers_info): Make static.
580 * stack.c (return_command_wrapper): Delete.
581 (return_command): Make non static.
582
583 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
584
585 * event-top.c (gdb_setup_readline): New function. Code moved from
586 _initialize_event_loop().
587 (_initialize_event_loop): Call gdb_setup_readline().
588
589 2002-10-02 Andrew Cagney <ac131313@redhat.com>
590
591 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
592 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
593 * gdbarch.h, gdbarch.c: Re-generate.
594
595 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
596
597 Fix PR gdb/778
598 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
599 before recursing.
600 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
601 of fill_in_vptr_fieldno.
602
603 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
604
605 * inferior.h (registers_info, stepi_command, nexti_command,
606 continue_command, interrupt_target_command): Export from infcmd.c.
607 * frame.h (args_info, selected_frame_level_changed_hook,
608 return_command): Export from stack.c.
609 * v850ice.c (stepi_command, nexti_command, continue_command): use
610 prototypes from inferior.h.
611 * tracepoint.c (registers_info, args_info, locals_info): Use
612 prototypes from frame.h and inferior.h.
613 * Makefile.in (mi-main.o): Add dependency on frame.h.
614
615 2002-10-02 Andrew Cagney <ac131313@redhat.com>
616
617 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
618 value in register 3 adjusted by ppc_gp0_regnum.
619
620 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
621
622 2002-10-02 Marko Mlinar <markom@opencores.org>
623
624 * MAINTAINERS: Add myself to the Write After Approval list.
625
626 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
627
628 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
629 of the section for the N64 ABI, fixed.
630
631 * config/mips/tm-irix6.h: Include solib.h.
632
633 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
634
635 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
636 GNU operators.
637
638 2002-10-01 Andrew Cagney <ac131313@redhat.com>
639
640 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
641 and that "mi0" syntax has been removed.
642
643 2002-09-30 David Carlton <carlton@math.stanford.edu>
644
645 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
646 * ppc-sysv-tdep.c: #include "gdb_string.h".
647 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
648 pacify GCC.
649
650 2002-10-01 Andrew Cagney <ac131313@redhat.com>
651
652 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
653 "vrsave"'s register number.
654
655 2002-09-30 Andrew Cagney <ac131313@redhat.com>
656
657 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
658 use frame_unwind_signed_register to obtain the PC.
659 (mips_frame_chain): Handle a generic dummy frame.
660 (mips_init_extra_frame_info): When a generic dummy frame, don't
661 re-compute the frame base.
662 (mips_pop_frame): Handle generic dummy frames.
663 (mips_gdbarch_init): When generic dummy frames, set
664 use_generic_dummy_frames, push_dummy_frame to
665 generic_push_dummy_frame, pc_in_call_dummy to
666 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
667 generic_save_dummy_frame_tos.
668
669 2002-09-30 Andrew Cagney <ac131313@redhat.com>
670
671 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
672 against TOP when TOP was explictly set.
673 (generic_push_dummy_frame): Set TOP to zero.
674
675 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
676
677 * event-loop.c (start_event_loop): Rename variable 'result' to
678 'gdb_result', to avoid conflicts with upcoming intepreters changes.
679
680 2002-09-30 Keith Seitz <keiths@redhat.com>
681
682 * gdb-events.sh (selected_thread_changed): New event.
683 * gdb-events.c: Regenerated.
684 * gdb-events.h: Regenerated.
685
686 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
687
688 * MAINTAINERS: Add self to Write After Approval list.
689
690 2002-09-30 Fernando Nasser <fnasser@redhat.com>
691
692 * disasm.c: New file.
693 * disasm.h: New file.
694 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
695 (compare_lines): Ditto.
696 (dump_insns): Ditto.
697 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
698 argument.
699 (do_assembly_only): Ditto.
700 (do_disassembly): Renamed to gdb_disassembly and moved to
701 disasm.c. Sdded uiout argument.
702 * Makefile.in: Add new files. Reorder SFILES list. Update
703 dependencies. Include libgdb.a later in the insight executable.
704
705 2002-09-29 Andrew Cagney <ac131313@redhat.com>
706
707 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
708 bfd/elf64-alpha-fbsd.c.
709
710 2002-09-29 Andrew Cagney <ac131313@redhat.com>
711
712 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
713 i386gnu-tdep.c.
714
715 2002-09-29 Andrew Cagney <ac131313@redhat.com>
716
717 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
718 __FUNCTION__.
719 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
720 function name.
721 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
722 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
723 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
724 (S_msg_sig_post_reply): Ditto.
725
726 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
727
728 * sh-tdep.c (sh_use_struct_convention): Use definition according
729 to ABI.
730 (sh_push_arguments): Store in register with correct endianess.
731 (sh_default_store_return_value): Ditto.
732 (sh_gdbarch_init): Set sizeof long double to 8.
733
734 2002-09-27 Mark Kettenis <kettenis@gnu.org>
735
736 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
737 Fix some whitespace problems.
738
739 2002-09-27 David Carlton <carlton@math.stanford.edu>
740
741 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
742 (mcore-tdep.o): Ditto.
743 (ns32k-tdep.o): Ditto.
744 (ns32knbsd-tdep.o): Ditto.
745 (sh3-rom.o): Ditto.
746 (vax-tdep.o): Ditto.
747 * cris-tdep.c: #include "gdb_string.h"
748 * mcore-tdep.c: Ditto.
749 * ns32k-tdep.c: Ditto.
750 * ns32knbsd-tdep.c: Ditto.
751 * sh3-rom.c: Ditto.
752 * vax-tdep.c: Ditto.
753
754 2002-09-27 David Carlton <carlton@math.stanford.edu>
755
756 * config/djgpp/fnchange.lst: Add entries for
757 gdb/testsuite/gdb.c++/m-static files.
758
759 2002-09-27 Jim Wilson <wilson@redhat.com>
760
761 * MAINTAINERS: Add myself to the Write After Approval list.
762
763 2002-09-26 Martin M. Hunt <hunt@redhat.com>
764
765 * mips-tdep.c (find_proc_desc): Initialize startaddr.
766
767
768 2002-09-26 Andrew Cagney <ac131313@redhat.com>
769
770 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
771 frame.
772
773 2002-09-26 Andrew Cagney <ac131313@redhat.com>
774
775 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
776 (rs6000_struct_return_address): Delete variable.
777 (rs6000_store_struct_return): Update.
778 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
779 deprecated_extract_struct_value_address.
780 (rs6000_frame_align): New function.
781 (rs6000_gdbarch_init): Set frame_align.
782
783 2002-09-26 Andrew Cagney <ac131313@redhat.com>
784
785 From Grace Sainsbury <graces@redhat.com>:
786 * Makefile.in (gdbtk-main.o): New target.
787 (gdb.o): New target.
788 (main_h): Define.
789 (main.o): Update dependencies.
790 (gdb$(EXEEXT)): Add gdb.o.
791 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
792 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
793 (SUBDIR_GDBTK_CLEAN): Set.
794 (install-gdbtk): Install the insight binary.
795 (uninstall-gdbtk): New target.
796 (all-gdbtk, clean-gdbtk): New rule.
797 * top.c (use_windows): Default to zero.
798 * main.c: Include "main.h".
799 (main): Delete.
800 (struct captured_main_args): Delete.
801 (gdb_main): New function.
802 * main.h: New file.
803 * gdb.c: New File.
804
805 2002-09-25 Andrew Cagney <cagney@redhat.com>
806
807 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
808 (frame_map_regnum_to_name): New function.
809 (frame_map_name_to_regnum): New function.
810 * frame.h (frame_map_name_to_regnum): Declare.
811 (frame_map_regnum_to_name): Declare.
812 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
813 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
814 * parse.c: Do not include "builtin-regs.h".
815 (target_map_name_to_register): Delete function.
816 (write_dollar_variable): Use frame_map_name_to_regnum.
817 * parser-defs.h (target_map_name_to_register): Delete declaration.
818 * expprint.c: Include "frame.h".
819 (print_subexp): Use frame_map_regnum_to_name.
820 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
821 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
822
823 2002-09-25 Andrew Cagney <ac131313@redhat.com>
824
825 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
826 wasn't saved, and the next innermost frame is a dummy, return the
827 dummy frame's link register.
828
829 2002-09-24 Jim Blandy <jimb@redhat.com>
830
831 Fix from Paul Breed:
832 * main.c (captured_main): Add a `break' after the case for 'b'.
833
834 2002-09-24 Keith Seitz <keiths@redhat.com>
835
836 * varobj.c (c_type_of_child): Use get_target_type instead
837 of TYPE_TARGET_TYPE.
838
839 2002-09-22 Fernando Nasser <fnasser@redhat.com>
840
841 * source.c (get_current_or_default_source_symtab_and_line): Remove
842 function.
843 (set_default_source_symtab_and_line): New function. Attempts to
844 determine a source file to list lines from if one is not currently
845 defined.
846 (get_current_source_symtab_and_line): Initialize sal.pc and
847 sal.end fields.
848 (set_current_source_symtab_and_line): Mark argument as const.
849 * source.h: Update declarations and comments.
850 * linespec.c (decode_line_1): Replace call to removed routine above.
851 * stack.c (print_frame_info_base): Ditto.
852 * cli/cli-cmds.c (edit_command): Ditto.
853 (list_command): Ditto.
854
855 2002-09-22 Fernando Nasser <fnasser@redhat.com>
856
857 * source.c (get_current_or_default_source_symtab_and_line): Initialize
858 sal.pc and sal.end fields.
859 (get_current_or_default_source_symtab_and_line): Ditto.
860 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
861 so we do not cause a new source symtab to be searched for (reverting an
862 unintentional change from the 2002-09-20 patch).
863 * scm-lang.c (scm_unpac): Ditto.
864
865 2002-09-21 Andrew Cagney <cagney@redhat.com>
866
867 * complaints.c (symfile_explanations): Remove new-line from
868 ``isolated_message''.
869 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
870 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
871
872 2002-09-20 Nick Clifton <nickc@redhat.com>
873
874 * NEWS: Announce that V850EA ISA is no longer supported.
875 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
876
877 2002-09-20 David Carlton <carlton@math.stanford.edu>
878
879 * Makefile.in (c-lang.o): Correct dependencies.
880 (utils.o): Gather dependencies.
881 (charset.o): Move.
882 * c-lang.c: #include "gdb_string.h"
883
884 2002-09-20 Fernando Nasser <fnasser@redhat.com>
885
886 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
887 * cli/cli-cmds.c (list_command): New function. Implements the new
888 cli edit command.
889 (_init_cli_cmds): Add new command definition.
890 * gdb.1: Document edit command.
891 * doc/gdb.texinfo: Document edit command.
892
893 2002-09-20 Fernando Nasser <fnasser@redhat.com>
894
895 * source.c: Make global variables current_source_symtab and
896 current_source_line static.
897 (list_command): Moved to cli/cli-cmds.c.
898 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
899 (get_first_line_listed): New accessor function.
900 (get_lines_to_list): New accessor function.
901 (get_current_source_symtab_and_line): New function. Retrieves the
902 position in the source code that we consider current.
903 (get_current_or_default_source_symtab_and_line): New function.
904 Like the above but attempts to determine a default position if one
905 is not currently defined.
906 (set_current_source_symtab_and_line): New function. Sets the source
907 code position considered current and returns the previously set one.
908 (clear_current_source_symtab_and_line): Reset stored information about
909 a current source line.
910 (_initialize_source): Remove registration for the "list" command and
911 its alias.
912 * source.h: Add declarations for the new functions above.
913 * symtab.h: Remove declarations for the global variables mentioned
914 above.
915 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
916 obtain current source line.
917 * linespec.c (decode_line_1): Ditto.
918 * macroscope.c (default_macro_scope): Ditto.
919 * scm-lang.c (scm_unpac): Ditto.
920 * stack.c (print_frame_info_base): Ditto.
921 * symfile.c (clear_symtab_users): Ditto.
922 * symtab.c (decode_line_spec): Ditto.
923 * cli/cli-cmds.c (list_command): Moved here from source.c.
924 (ambiguous_line_spec): Moved here from source.c.
925 (_init_cli_cmds): Add definition for "list" and its alias.
926 * Makefile.in: Update dependencies.
927
928 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
929
930 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
931 with what gcc thinks is correct.
932
933 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
934
935 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
936 multiple register push instruction.
937
938 2002-09-19 Jim Blandy <jimb@redhat.com>
939
940 Add support for distinct host and target character sets.
941 * charset.c, charset.h: New files.
942 * c-exp.y: #include "charset.h".
943 (yylex): Convert character and string literals to the target
944 character set, before returning them as the semantic value of the
945 token.
946 * c-lang.c: #include "charset.h".
947 (c_emit_char): Use charset-specific methods to recognize
948 characters with backslash escape forms, to decide which characters
949 to print literally and which to print using numeric escape
950 sequences, and to convert target characters to host characters
951 before printing.
952 * utils.c: #include "charset.h".
953 (no_control_char_error): New function.
954 (parse_escape): Use charset-specific methods to recognize
955 backslash escapes, parse `control character' notation, and convert
956 characters from the host character set to the target character set.
957 * configure.in: Set the default host character set.
958 Check where to find iconv, and what its argument types might be.
959 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
960 * Makefile.in (SFILES): List charset.c.
961 (COMMON_OBS): List charset.o.
962 (charset.o): New rule.
963 (charset_h): New header dependency variable.
964 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
965 (LIBICONV): New variable, set by configure.
966 (CLIBS): Include $(LIBICONV) here.
967 * aclocal.m4, config.in, configure: Regenerated.
968
969 2002-09-19 Joel Brobecker <brobecker@gnat.com>
970
971 * ada-exp.y: Add missing semicolons to end rules. Fixes a
972 bison 1.35 warning.
973
974 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
975
976 * gdb_mbuild.sh: New file.
977
978 2002-09-19 Andrew Cagney <ac131313@redhat.com>
979
980 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
981
982 2002-09-18 Andrew Cagney <ac131313@redhat.com>
983
984 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
985 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
986 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
987 valops.c, value.h: Revert previous change.
988
989 2002-09-18 Michael Snyder <msnyder@redhat.com>
990
991 Preliminary support for Objective-C:
992 * defs.h (language_objc): New enum value.
993 (puts_filtered_tabular): Declaration only, exported from utils.c.
994 (skip_quoted): Delete, declared in completer.h.
995 * c-exp.y: Include completer.h.
996 * p-exp.y: Ditto.
997 * jv-exp.y: Ditto.
998 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
999 New operator enum values.
1000 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1001 * language.c (binop_result_type): Handle language_objc case.
1002 (integral_type, character_type, string_type, boolean_type,
1003 structured_type, binop_type_check): Ditto.
1004 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1005 (struct objc_specific): Add to general_symbol_info.
1006 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1007 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1008 * parser-defs.h (struct objc_class_str): New struct type.
1009 (start_msglist, end_msglist, add_msglist): Declaration only,
1010 exported from objc-lang.c.
1011 * value.h (value_of_local, value_nsstring,
1012 call_function_by_hand_expecting_type): Exported from valops.c.
1013 * valops.c (find_function_addr): Export.
1014 (call_function_by_hand_expecting_type): New function.
1015 (value_of_local): New function.
1016 * symfile.c (init_filename_language_table): Add ".m" extension
1017 for Objective-C.
1018 * utils.c (puts_filtered_tabular): New function.
1019 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1020 (set/show demangle): Extend help-string to refer to ObjC.
1021 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1022 * stabsread.c (symbol_reference_defined): Objective-C symbols
1023 may contain colons: make allowances when scanning stabs strings
1024 for colons.
1025 (objc_find_colon): New function.
1026 * printcmd.c (address_info): If language == objc then print
1027 "self" instead of "this".
1028 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1029 OP_NSSTRING, and OP_SELF.
1030 (prefixify_subexp): Ditto.
1031 * source.c (print_source_lines): Mention objc in comment.
1032 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1033 method names.
1034
1035 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1036
1037 * complaints.h: Update copyright.
1038 (struct complaints): Declare.
1039 (struct complaint): Make `message' constant.
1040 (internal_complaint): Declare.
1041 (complaint): Declare.
1042 (complaint_root): Delete declaration.
1043 (symfile_complaints): Delete declaration.
1044 (struct complaints): Add opaque declaration.
1045 (clear_complaints): Add a complaints parameter.
1046 * complaints.c: Update copyright.
1047 (enum complaint_series): Define.
1048 (complaint_root): Delete.
1049 (struct complaints): Define.
1050 (complaint_sentinel, symfile_complaint_book): New variables.
1051 (symfile_explanations, symfile_complaints): New variables.
1052 New variables.
1053 (get_complaints): New function.
1054 (vcomplaint): New function.
1055 (complaint): New function.
1056 (internal_complaint): New function.
1057 (complain): Call vcomplain with symfile_complaint.
1058 (clear_complaints): Rewrite.
1059 (_initialize_complaints): Use add_setshow_command.
1060 * Makefile.in (complaints.o): Update dependencies.
1061 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1062 to call to clear_complaints.
1063 (new_symfile_objfile, reread_symbols): Ditto.
1064 (oldsyms_complaint): Delete.
1065 (empty_symtab_complaint, unknown_option_complaint): Delete.
1066 (free_named_symtabs): Use complaint instead of complain.
1067
1068 2002-09-18 Michael Snyder <msnyder@redhat.com>
1069
1070 Contributed by Apple Computer, Inc. Merged with current sources
1071 by Adam Fedor <fedor@doc.com> [cagney].
1072
1073 * objc-lang.c: First clean-up round: comments, indentation.
1074 * objc-lang.h: Ditto.
1075 * objc-lang.y: Ditto.
1076
1077 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1078
1079 * maint.c (maintenance_internal_error): Print the parameter as the
1080 error message.
1081 (maintenance_internal_warning): New function.
1082 (_initialize_maint_cmds): Add command `maint internal-warning'.
1083
1084 * defs.h (internal_warning, internal_vwarning): Declare.
1085 * utils.c (struct internal_problem): Define.
1086 (internal_vproblem): New function.
1087 (internal_warning): New function.
1088 (internal_vwarning): New function.
1089 (internal_warning_problem, internal_error_problem): New variables.
1090 (internal_verror): Just call internal_vproblem.
1091
1092 2002-09-18 Michael Snyder <msnyder@redhat.com>
1093
1094 * objc-lang.c: New file, support for Objective-C.
1095 Preliminary check-in, not yet integrated into gdb.
1096 * objc-lang.h: New file.
1097 * objc-exp.y: New file.
1098
1099 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1100
1101 * infrun.c (signal_stop_update): Convert definition to ISO C.
1102 (signal_print_update): Ditto.
1103 (signal_pass_update): Ditto.
1104 * inflow.c (terminal_save_ours): Ditto.
1105
1106 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1107 comments.
1108
1109 * config/djgpp/fnchange.lst: Handle name clashes between
1110 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1111 bfd/coff-tic80.c.
1112
1113 * i386-linux-tdep.h: Fix tipo.
1114
1115 2002-09-18 Adam Fedor <fedor@gnu.org>
1116
1117 * MAINTAINERS: Add myself to the Write After Approval list.
1118
1119 2002-09-18 Jim Blandy <jimb@redhat.com>
1120
1121 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1122 texthigh and textlow to reader-specific structs caused
1123 objfile_relocate to miss them. This is fixable, but the work that
1124 the change was supposed to prepare GDB for never got done anyway.
1125
1126 2002-09-18 David Carlton <carlton@math.stanford.edu>
1127
1128 * MAINTAINERS: Alphabetize Write After Approval list.
1129
1130 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1131
1132 Fix PR gdb/709
1133 * values.c (value_static_field): Call read_var_value.
1134
1135 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1136
1137 * valops.c (hand_function_call): Align the initial stack pointer
1138 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1139 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1140 return value.
1141 * mips-tdep.c (mips_frame_align): New function.
1142 (mips_gdbarch_init): Set frame_align.
1143 * gdbarch.sh (FRAME_ALIGN): New method.
1144 * gdbarch.h, gdbarch.c: Re-generate.
1145
1146 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1147
1148 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1149 registers.
1150
1151 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1152
1153 * NEWS: Mention that MIPS $fp behavior changed.
1154 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1155 reference to FP_REGNUM.
1156 (mipsnbsd_cannot_store_register): Ditto.
1157 * mips-linux-nat.c: Update copyright.
1158 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1159 (mips_linux_cannot_store_register): Ditto.
1160 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1161 * config/mips/tm-mips.h: Update copyright.
1162 (FP_REGNUM): Delete macro.
1163 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1164 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1165 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1166 (mips_r3041_reg_names, mips_r3051_reg_names)
1167 (mips_r3081_reg_names): Replace "fp" with "".
1168 Fix PR gdb/480.
1169
1170 2002-09-17 Theodore A. Roth <troth@verinet.com>
1171
1172 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1173 generic_read_register_dummy() (PR gdb/703).
1174 (avr_push_return_address): #if 0 out unused vars.
1175 (avr_gdbarch_init): Enable use of avr_push_return_address().
1176
1177 2002-09-17 Michael Snyder <msnyder@redhat.com>
1178
1179 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1180 RTE will take care of it.
1181
1182 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1183
1184 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1185 invalid, return SP_REGNUM.
1186
1187 2002-09-17 Michael Snyder <msnyder@redhat.com>
1188
1189 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1190 point registers without sign extension.
1191
1192 2002-09-17 Andrew Cagney <cagney@redhat.com>
1193
1194 * blockframe.c (deprecated_read_register_dummy): Rename
1195 generic_read_register_dummy.
1196 * frame.c (frame_unwind_signed_register): New function.
1197 (frame_unwind_unsigned_register): New function.
1198 * frame.h (frame_unwind_signed_register): Declare.
1199 (frame_unwind_unsigned_register): Declare.
1200 (deprecated_read_register_dummy): Rename
1201 generic_read_register_dummy.
1202
1203 * h8300-tdep.c (h8300_frame_chain): Update.
1204 (h8300_frame_saved_pc): Update.
1205 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1206 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1207 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1208 (s390_frame_chain): Update.
1209 * v850-tdep.c (v850_find_callers_reg): Update.
1210 (v850_frame_saved_pc): Update.
1211 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1212 (m32r_find_callers_reg): Update.
1213 (m32r_frame_saved_pc): Update.
1214 * sh-tdep.c (sh_find_callers_reg): Update.
1215 (sh64_get_saved_pr): Update.
1216 (sh_init_extra_frame_info): Update.
1217 (sh_init_extra_frame_info): Update.
1218 (sh64_init_extra_frame_info): Update.
1219 (sh64_init_extra_frame_info): Update.
1220 * mcore-tdep.c (mcore_find_callers_reg): Update.
1221 (mcore_frame_saved_pc): Update.
1222 (mcore_init_extra_frame_info): Update.
1223 * i386-tdep.c (i386_frame_saved_pc): Update.
1224 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1225 (ia64_init_extra_frame_info): Update.
1226 (ia64_init_extra_frame_info): Update.
1227 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1228 * cris-tdep.c (cris_init_extra_frame_info): Update.
1229 * avr-tdep.c (avr_frame_chain): Update.
1230 (avr_init_extra_frame_info): Update.
1231 (avr_frame_saved_pc): Update.
1232 * arm-tdep.c (arm_find_callers_reg): Update.
1233 (arm_init_extra_frame_info): Update.
1234 (arm_frame_saved_pc): Update.
1235
1236 2002-09-17 Tom Tromey <tromey@redhat.com>
1237
1238 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1239 is "'".
1240
1241 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1242
1243 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1244 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1245 NEXT_PROLOGUE_INSN.
1246 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1247 NEXT_PROLOGUE_INSN.
1248
1249 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1250
1251 * osfsolib.c: Remove file, replaced by solib-osf.c.
1252 * Makefile.in: Remove compilation rules for osfsolib.c.
1253
1254 2002-09-16 David Carlton <carlton@math.stanford.edu>
1255
1256 * cp-valprint.c (cp_print_class_method): Correct args to
1257 check_stub_method_group.
1258
1259 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1260
1261 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1262 `set architecture'. Unify naming convention of functions.
1263 (h8300_skip_prologue): Improve prologue analysis.
1264 (h8300_push_arguments): Rewritten to more closely match GCC's
1265 bizarre argument-passing behavior, along with the comment describing
1266 said behavior.
1267 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1268 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1269 sim, remote-e7000.c, remote-hms.c and remote.c
1270
1271 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1272
1273 * i386-tdep.c (gdb_print_insn_i386): Removed.
1274 (i386_print_insn): New function.
1275 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1276 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1277 tm_print_insn_info.
1278
1279 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1280
1281 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1282 zero.
1283
1284 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1285
1286 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1287 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1288 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1289
1290 2002-09-13 Christopher Faylor <cgf@redhat.com>
1291
1292 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1293
1294 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1295
1296 * gdbtypes.c (check_stub_method): Make static.
1297 (check_stub_method_group): New function.
1298 * gdbtypes.h: Update prototypes.
1299 * cp-support.c: New file.
1300 * cp-support.h: New file.
1301
1302 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1303 (update_method_name_from_physname): New function.
1304 (read_member_functions): Correct method names for operators
1305 and v3 constructors/destructors. Separate v2 constructors and
1306 destructors.
1307 * Makefile.in (stabsread.o): Update dependencies.
1308 (SFILES): Add cp-support.c.
1309 (COMMON_OBS): Add cp-support.o.
1310 (cp_support_h, cp-support.o): Add.
1311
1312 * cp-valprint.c (cp_print_class_method): Call
1313 check_stub_method_group instead of check_stub_method. Remove
1314 extraneous QUITs.
1315 * p-valprint.c (pascal_object_print_class_method): Likewise.
1316 * valops.c (search_struct_method): Likewise.
1317 (find_method_list, value_struct_elt_for_reference): Likewise.
1318
1319 2002-09-13 Andrew Cagney <cagney@redhat.com>
1320
1321 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1322 * gdbarch.h, gdbarch.c: Regenerate.
1323
1324 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1325
1326 * frame.c (find_saved_register): Delete function.
1327 * frame.h (find_saved_register): Delete declaration.
1328 Fix PR gdb/631.
1329
1330 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1331
1332 * mips-tdep.c (read_next_frame_reg): Re-hack using
1333 frame_register_unwind.
1334
1335 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1336
1337 * mips-tdep.c (mips_get_saved_register): Re-hack using
1338 frame_register_unwind.
1339
1340 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1341
1342 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1343 vector. Will be useful for Interix.
1344 * gdbarch.h, gdbarch.c: Regenerate.
1345
1346 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1347 name of the malloc function by NAME_OF_MALLOC.
1348
1349 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1350
1351 * value.h (find_function_in_inferior): Add const keyword to
1352 one of the parameters. Allows us to invoke this function with
1353 a const char *.
1354 * valops.c (find_function_in_inferior): Likewise.
1355
1356 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1357
1358 * exec.c (xfer_memory): Fix compilation warning with old versions
1359 of GCC.
1360 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1361
1362 2002-09-12 David Carlton <carlton@math.stanford.edu>
1363
1364 * symtab.h: Run through gdb_indent.h.
1365 Add 2002 to Copyright year list.
1366
1367 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1368
1369 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1370 mach constants.
1371 * MAINTAINERS: Add myself to write after approval list.
1372
1373 2002-09-11 J. Brobecker <brobecker@gnat.com>
1374
1375 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1376
1377 2002-09-11 J. Brobecker <brobecker@gnat.com>
1378
1379 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1380 Interix.
1381
1382 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1383
1384 * procfs.c (do_detach): Clear current signal, not just fault.
1385 Corrects problem with breakpoint trap signal leaking to detached
1386 process on Tru64.
1387
1388 2002-09-10 Michael Snyder <msnyder@redhat.com>
1389
1390 * buildsym.c (finish_block): Protect against null pointer.
1391
1392 2002-09-10 Andrew Cagney <cagney@redhat.com>
1393
1394 * infcmd.c (default_print_registers_info): Send all output to
1395 ``file'' instead of ``gdb_stdout''.
1396
1397 2002-09-10 Michael Snyder <msnyder@redhat.com>
1398
1399 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1400 LONGEST, and use signed register read (addresses are sign-
1401 extended for mips).
1402
1403 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1404
1405 * event-loop.c (gdb_do_one_event): Make public.
1406 * event-loop.h (gdb_do_one_event): Declare.
1407
1408 2002-09-10 Jeff Law <law@redhat.com>
1409
1410 * infttrace.c (child_resume): Simplify and rework to avoid
1411 TT_PROC_CONTINUE.
1412
1413 2002-09-09 Fred Fish <fnf@intrinsity.com>
1414
1415 * printcmd.c (print_scalar_formatted): "len" is the number of
1416 target bytes, NOT the number of target bits.
1417
1418 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1419
1420 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1421 * top.c (init_main): Set rl_terminal_name.
1422
1423 2002-09-08 Aidan Skinner <aidan@velvet.net>
1424
1425 * ada-lang.c (ada_array_bound, ada_type_match,
1426 _initialize_ada_language): Fix K&R definitions.
1427 * ada-tasks.c (get_current_task): Fix K&R definitions.
1428 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1429
1430 2002-09-07 Christopher Faylor <cgf@redhat.com>
1431
1432 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1433 Add XP.
1434
1435 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1436
1437 * i386-tdep.c (i386_register_virtual_type,
1438 i386_register_convertible, i386_register_convert_to_virtual,
1439 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1440 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1441 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1442 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1443 Don't set push_arguments twice.
1444
1445 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1446 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1447 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1448 sigtramp_end to NULL.
1449 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1450 defines.
1451 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1452
1453 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1454 whitespace.
1455
1456 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1457 * gdbarch.h, gdbarch.c: Re-generate.
1458 * blockframe.c (find_pc_sect_partial_function): Convert to use
1459 SIGTRAMP_START_P predicate.
1460
1461 2002-09-05 Michael Snyder <msnyder@redhat.com>
1462
1463 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1464 generic_dummy_frame method and old method. Also distinguish
1465 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1466 (arm_extract_return_value): Use new regcache method.
1467
1468 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1469 adjustment that doesn't conform to the ABI.
1470 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1471 saved regcache, not from current regcache.
1472
1473 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1474
1475 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1476 * README: Update.
1477
1478 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1479
1480 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1481 if arm_apcs_32 is false.
1482
1483 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1484
1485 GDB 5.3 branch created.
1486
1487 2002-09-03 Theodore A. Roth <troth@verinet.com>
1488
1489 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1490 generic_unwind_get_saved_register.
1491
1492 2002-09-03 David Carlton <carlton@math.stanford.edu>
1493
1494 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1495 argument (PR gdb/653). Update call to smash_to_method_type.
1496 (read_structure_scope): Update call to dwarf2_add_member_fn.
1497
1498 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1499
1500 * x86-64-linux-tdep.c: Include gdb_string.h
1501 * x86-64-linux-nat.c: Ditto.
1502
1503 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1504
1505 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1506 when YYDEBUG is set to 1.
1507 * c-exp.y: Likewise.
1508 * f-exp.y: Likewise.
1509 * jv-exp.y: Likewise.
1510 * m2-exp.y: Likewise.
1511 * p-exp.y: Likewise.
1512
1513 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1514
1515 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1516 dependency list.
1517 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1518 solib_svr4_fetch_link_map_offsets to
1519 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1520 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1521 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1522 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1523 solib-svr4.o, and solib-legacy.o.
1524 * config/i386/tm-nbsd.h: Include solib.h.
1525
1526 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1527
1528 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1529 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1530 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1531 comment noting that this needs its own target configuration.
1532 * config/i386/nbsd.mt: New file.
1533 * config/i386/nbsdaout.mt: Remove.
1534 * config/i386/nbsdelf.mt: Ditto.
1535 * config/i386/tm-nbsdaout.h: Ditto.
1536
1537 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1538
1539 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1540 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1541 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1542 tdep->sigtramp_end.
1543 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1544 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1545 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1546
1547 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1548
1549 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1550 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1551 * i386-tdep.h (i386bsd_init_abi): New prototype.
1552 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1553 function declaration.
1554 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1555 for NetBSD-a.out or NetBSD-ELF.
1556 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1557 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1558 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1559 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1560 and nbsd-tdep.h.
1561 (i386nbsd_pc_in_sigtramp): New function.
1562 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1563 i386nbsd_pc_in_sigtramp.
1564 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1565 and i386nbsdelf_init_abi OS ABI handlers.
1566 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1567 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1568
1569 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1570
1571 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1572 registers if the target really has them.
1573
1574 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1575
1576 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1577 than nbsd-tdep.h.
1578
1579 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1580
1581 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1582 list.
1583 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1584 (alphanbsd_skip_sigtramp_frame): New functions.
1585 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1586 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1587 to alphanbsd_sigcontext_addr.
1588
1589 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1590
1591 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1592 list.
1593 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1594 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1595 nbsd_pc_in_sigtramp.
1596 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1597 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1598 * nbsd-tdep.c: Include gdb_string.h.
1599 (nbsd_pc_in_sigtramp): New function.
1600 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1601 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1602 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1603 ppcnbsd_pc_in_sigtramp.
1604 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1605 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1606 shnbsd_pc_in_sigtramp.
1607 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1608 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1609 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1610
1611 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1612
1613 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1614 watchpoints to NULL.
1615 (insert_breakpoints): set val field of watchpoints if NULL.
1616
1617
1618 2002-08-29 Jim Blandy <jimb@redhat.com>
1619
1620 * symtab.c (lookup_symbol_aux): In the cases where we find a
1621 minimal symbol of an appropriate name and use its address to
1622 select a symtab to read and search, use `name' (as passed to us)
1623 as the demangled name when searching the symtab's global and
1624 static blocks, not the minsym's name.
1625
1626 2002-08-29 Keith Seitz <keiths@redhat.com>
1627
1628 * stack.c (print_frame_info_base): Always set current_source_symtab
1629 and current_source_line.
1630
1631 2002-08-29 Donn Terry <donnte@microsoft.com>
1632
1633 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1634
1635 2002-08-28 Keith Seitz <keiths@redhat.com>
1636
1637 * stack.c (select_frame): Add FIXME concerning selected-frame
1638 events.
1639 (select_frame_command): Send selected-frame-level-changed
1640 event notification, but only if the level actually changed.
1641 (up_silently_base): Add selected-frame-level-changed event
1642 notification.
1643 (down_silently_base): Likewise.
1644
1645 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1646
1647 * Makefile.in: Update dependencies for all gdb/*.c files.
1648
1649 2002-08-27 Tom Tromey <tromey@redhat.com>
1650
1651 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1652 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1653 Update dependencies.
1654 * i387-tdep.c: Include gdb_string.h.
1655 * osabi.c: Likewise.
1656 * i386-linux-nat.c: Likewise.
1657 * lin-lwp.c: Likewise.
1658 * ax-gdb.c: Likewise.
1659 * signals/signals.c: Likewise.
1660 * jv-valprint.c: Likewise.
1661 * p-lang.c: Likewise.
1662 * c-valprint.c: Likewise.
1663 * cp-abi.c: Likewise.
1664
1665 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1666
1667 * cli/cli-script.h (copy_command_lines): Export.
1668 * breakpoint.c: Include cli/cli-script.h.
1669 * Makefile.in (breakpoint.o): Update dependencies.
1670
1671 2002-08-26 Michael Snyder <msnyder@redhat.com>
1672
1673 * breakpoint.c (insert_breakpoints): Protect all references
1674 to 'process_warning'. Shorten long lines.
1675
1676 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1677
1678 * cli/cli-script.c (copy_command_lines): New function.
1679 * defs.h (copy_command_lines): Export.
1680 * testsuite/gdb.base/commands.exp: New tests for commands
1681 attached to a temporary breakpoint, and for commands that
1682 delete the breakpoint they are attached to.
1683
1684 2002-08-26 Michael Snyder <msnyder@redhat.com>
1685
1686 * breakpoint.c (bpstat_stop_status): Instead of copying the
1687 pointer to the breakpoint commands struct, make a new copy
1688 of the struct and point to that.
1689 (bpstat_clear): Free the commands struct.
1690 (bpstat_clear_actions): Free the commands struct.
1691 (bpstat_do_actions): Free the command actions. Also execute
1692 the local cleanups, instead of deleting them.
1693 (delete_breakpoint): Leave the commands field of the bpstat
1694 chain alone -- it will be freed later.
1695
1696 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1697
1698 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1699 deleted in 2002-08-20 commit. This function is still used by
1700 ppc-linux-nat.c.
1701
1702 2002-08-26 Keith Seitz <keiths@redhat.com>
1703
1704 * gdb-events.sh: Add selected-frame-level-changed event.
1705 * gdb-events.c: Regenerated.
1706 * gdb-events.h: Regenerated.
1707
1708 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1709
1710 Fix PR gdb/393:
1711 * inflow.c (terminal_save_ours): New function to save terminal
1712 settings.
1713 * inferior.h (terminal_save_ours): Declare.
1714 * target.c (debug_to_terminal_save_ours): New function.
1715 (cleanup_target): Defaults to_terminal_save_ours.
1716 (update_current_target): Inherit to_terminal_save_ours.
1717 (setup_target_debug): Set to_terminal_save_ours.
1718 * target.h (target_terminal_save_ours): New to save terminal settings.
1719 (target_ops): New member to_terminal_save_ours.
1720 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1721 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1722 * inftarg.c (init_child_ops): Likewise.
1723 * m3-nat.c (init_m3_ops): Likewise.
1724 * procfs.c (init_procfs_ops): Likewise.
1725 * wince.c (init_child_ops): Likewise.
1726 * win32-nat.c (init_child_ops): Likewise.
1727 * sol-thread.c (init_sol_thread_ops): Likewise.
1728
1729 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1730
1731 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1732 use regcache_* functions.
1733 (i386_gdbarch_init): Set store_return_value instead of
1734 deprecated_store_return_value.
1735
1736 * regcache.c (regcache_raw_write_signed,
1737 regcache_raw_write_unsigned): New functions.
1738 * regcache.h (regcache_raw_write_signed,
1739 regcache_raw_write_unsigned): New prototypes.
1740
1741 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1742
1743 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1744 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1745 source file dependencies. Cleanup corresponding generator rules.
1746
1747 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1748
1749 * regcache.h (register_offset_hack): Declare.
1750 (regcache_cooked_read_using_offset_hack): Declare.
1751 (regcache_cooked_write_using_offset_hack): Declare.
1752
1753 * regcache.c (register_offset_hack): New function.
1754 (regcache_cooked_read_using_offset_hack): New function.
1755 (regcache_cooked_write_using_offset_hack): New function.
1756 (regcache_dump): Check that the registers, according to their
1757 offset, are packed hard against each other.
1758 (cooked_xfer_using_offset_hack): New function.
1759
1760 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1761
1762 * regcache.c (struct regcache_descr): Add field register_type.
1763 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1764 in as a parameter
1765 (init_regcache_descr): Initialize register_type. Pass the descr
1766 to init_legacy_regcache_descr. Use register_type instead of
1767 REGISTER_VIRTUAL_TYPE.
1768 (register_type): New function.
1769 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1770 * regcache.h (register_type): Declare.
1771
1772 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1773
1774 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1775 instead of deprecated_store_return_value. Fix fallout from
1776 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1777
1778 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1779
1780 * regcache.c (max_register_size): New function.
1781 (init_legacy_regcache_descr): Ensure that max_register_size is
1782 large enough for REGISTER_VIRTUAL_SIZE.
1783 * regcache.h (max_register_size): Declare.
1784
1785 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1786
1787 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1788 store_return_value.
1789 (e500_extract_return_value): Change type of valbuf pointer to
1790 void.
1791
1792 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1793
1794 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1795 workaround.
1796
1797 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1798 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1799 long long) to prevent compiler warning on 64-bit systems.
1800
1801 2002-08-23 Andrew Cagney <cagney@redhat.com>
1802
1803 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1804 (DEPRECATED_STORE_RETURN_VALUE): New method.
1805 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1806 * gdbarch.h, gdbarch.c: Re-generate.
1807
1808 * values.c (set_return_value): Pass current_regcache to
1809 STORE_RETURN_VALUE.
1810 * arch-utils.h (legacy_store_return_value): Declare.
1811 * arch-utils.c (legacy_store_return_value): New function.
1812 (legacy_extract_return_value): Update parameters.
1813
1814 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1815 STORE_RETURN_VALUE.
1816 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1817 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1818 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1819 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1820 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1821 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1822 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1823 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1824 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1825 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1826
1827 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1828 * i386-tdep.c (i386_extract_return_value): Update.
1829 * arch-utils.c (legacy_extract_return_value): Update.
1830 * frv-tdep.c (frv_gdbarch_init): Update.
1831 * cris-tdep.c (cris_gdbarch_init): Update.
1832 * d10v-tdep.c (d10v_gdbarch_init): Update.
1833 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1834 * m68k-tdep.c (m68k_gdbarch_init): Update.
1835 * mcore-tdep.c (mcore_gdbarch_init): Update.
1836 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1837 * s390-tdep.c (s390_gdbarch_init): Update.
1838 * sparc-tdep.c (sparc_gdbarch_init): Update.
1839 * sh-tdep.c (sh_gdbarch_init): Update.
1840 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1841 * v850-tdep.c (v850_gdbarch_init): Update.
1842 * avr-tdep.c (avr_gdbarch_init): Update.
1843 * ia64-tdep.c (ia64_gdbarch_init): Update.
1844 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1845 * vax-tdep.c (vax_gdbarch_init): Update.
1846 * alpha-tdep.c (alpha_gdbarch_init): Update.
1847 * arm-tdep.c (arm_gdbarch_init): Update.
1848 * mips-tdep.c (mips_gdbarch_init): Update.
1849 * i386-tdep.c (i386_gdbarch_init): Update.
1850
1851 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1852
1853 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1854 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1855
1856 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1857
1858 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1859 problems.
1860
1861 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1862
1863 * infrun.c (handle_inferior_event): Move a comment outside of a
1864 function call, in order to avoid indent reformatting this part
1865 of the code in an unreadable way.
1866
1867 2002-08-23 Grace Sainsbury <graces@redhat.com>
1868
1869 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1870 when breakpoints fail. Move general breakpoint error messages to
1871 insert_breakpoints.
1872 * breakpoint.c (insert_breakpoints): Change warnings when
1873 breakpoints are nto inserted to specify the type. Remove call to
1874 memory_error when hardware breakpoints can't be inserted. Remove
1875 multiple calls to warning so all messages are sent to the user at
1876 once.
1877 (delete_breakpoints): Make insert error messsages more explicit.
1878
1879 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1880
1881 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1882 gdbserver/ChangeLog.
1883
1884 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1885
1886 * i386-tdep.c: Include "objfiles.h".
1887 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1888 skip_trampoline_code.
1889 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1890 (CPLUS_MARKER): Define to '.'.
1891
1892 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1893 member.
1894 (linux_corefile_thread_callback): Increase args->num_notes.
1895 (linux_make_note_section): Initialize thread_args.num_notes, and
1896 use it to determine whether notes for any threads were created.
1897
1898 2002-08-23 Donn Terry <donnte@microsoft.com>
1899
1900 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1901 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1902 and PCUNKILL.
1903 (write_with_trace): Conditionalize out the switch branch handling
1904 PCSHOLD if the corresponding macro is not defined. Likewise for
1905 PRSABORT and PRSTOP.
1906 This change will be needed by the Interix port.
1907
1908 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1909
1910 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1911 write_register wherever possible instead of manipulating the
1912 register bytes directly.
1913 Assign VALUE_CONTENTS to a variable and use that.
1914 The GPR numbers are now dependent on the architecture.
1915
1916 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1917
1918 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1919 ev_offset fields.
1920 (skip_prologue): Add support for BookE/e500 instructions.
1921 (e500_extract_return_value): New function.
1922 (frame_get_saved_regs): Add support for saving ev registers and
1923 pseudo gpr's.
1924 (e500_store_return_value): New function.
1925 (rs6000_gdbarch_init): Move up default intializations of
1926 deprecated_extract_return_value and store_return_value. Overwrite
1927 init of store_return_value with e500 specific version.
1928 Set extract_return_value for e500.
1929
1930 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1931
1932 * blockframe.c (generic_call_dummy_register_unwind): Use
1933 regcache_cooked_read to catch cases in which the variable is
1934 stored in a pseudo register.
1935
1936 2002-08-22 Andrew Cagney <cagney@redhat.com>
1937
1938 * NEWS: Mention that the i960 has been made obsolete.
1939 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1940 i960-tdep.c
1941 (remote-nrom.o): Obsolete target.
1942 (remote-nindy.o, i960-tdep.o): Ditto.
1943 * remote-nrom.c: Make file obsolete.
1944 * remote-nindy.c, remote-vx960.c: Ditto.
1945 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1946 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1947 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1948 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1949 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1950 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1951 i960-*-vxworks* obsolete.
1952 * MAINTAINERS: Note that the i960 is obsolete.
1953
1954 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1955
1956 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1957 detach to allow reinitialization.
1958
1959 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1960
1961 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1962 attempt).
1963
1964 2002-08-22 Jim Blandy <jimb@redhat.com>
1965
1966 * coffread.c (coff_symfile_read): Don't try to read the line
1967 number table from disk if the image file doesn't have a symbol
1968 table; we'll never actually look at the info anyway, and Windows
1969 ships DLL's with bogus file offsets for the line number data.
1970
1971 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1972
1973 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1974 an e500 executable.
1975
1976 2002-08-21 Michael Snyder <msnyder@redhat.com>
1977
1978 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1979 (MSYMBOL_SIZE): Replace macro with function.
1980 (DEFAULT_MIPS_TYPE): Delete unused macro.
1981 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1982 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1983
1984 2002-08-21 Jim Blandy <jimb@redhat.com>
1985
1986 * valops.c (value_cast): Simplify and correct logic for doing a
1987 static cast from a pointer to a base class to a pointer to a
1988 derived class.
1989
1990 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1991
1992 * infcmd.c (default_print_registers_info): Replace
1993 do_registers_info.
1994 (registers_info): Use gdbarch_print_registers_info instead of
1995 DO_REGISTERS_INFO.
1996 * inferior.h (default_print_registers_info): Replace
1997 do_registers_info.
1998 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1999 (DO_REGISTERS_INFO): Change to a predicate function.
2000 * gdbarch.h, gdbarch.c: Regenerate.
2001
2002 2002-08-21 Keith Seitz <keiths@redhat.com>
2003
2004 * gdb-events.sh: Add target-changed event.
2005 * gdb-events.c: Regenerated.
2006 * gdb-events.c: Regenerated.
2007 * valops.c (value_assign): Add target-changed event notification
2008 to inlval_register, lval_memory, and lval_reg_frame_relative.
2009
2010 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2011
2012 * NEWS: Add an entry regarding the improvement of the next/step
2013 operation on Alpha Tru64 multi-processor machines.
2014
2015 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2016
2017 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2018 directores.
2019 * Makefile.in: Update all _h macro definitions.
2020 * Makefile.in (install-gdbtk): Move to install section.
2021 (rdi-share/libangsd.a): Move to end of file.
2022
2023 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2024
2025 * frame.c (frame_register_unwind): When a register, set addrp to
2026 the register's byte.
2027
2028 2002-08-20 Michael Snyder <msnyder@redhat.com>
2029
2030 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2031 used locally, so move them from the target machine header to here.
2032 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2033 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2034 Make static.
2035 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2036
2037 2002-08-20 Andrew Cagney <cagney@redhat.com>
2038
2039 * NEWS: Mention that the Apollo line was made obsolete.
2040 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2041 m68*-hp-hpux* obsolete.
2042 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2043 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2044 * buildsym.c (make_blockvector): Make static.
2045 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2046 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2047 (ALLDEPFILES): Remove dstread.c.
2048 (dstread.o): Obsolete make rule.
2049 * dstread.c: Makefile obsolete.
2050 * dst.h: Ditto.
2051 * config/m68k/hp300hpux.mt: Ditto.
2052 * config/m68k/hp300hpux.mh: Ditto.
2053 * config/m68k/hp300bsd.mt: Ditto.
2054 * config/m68k/hp300bsd.mh: Ditto.
2055 * config/m68k/apollo68b.mt: Ditto.
2056 * config/m68k/apollo68v.mh: Ditto.
2057 * config/m68k/apollo68b.mh: Ditto.
2058
2059 2002-08-20 Michael Snyder <msnyder@redhat.com>
2060
2061 * mips-tdep.c (mips_in_return_stub): Make static.
2062 (mips_gdbarch_init): Set in_solib_return_trampoline.
2063 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2064
2065 2002-08-20 Michael Snyder <msnyder@redhat.com>
2066
2067 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2068 * gdbarch.c, gdbarch.h: Regenerate.
2069 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2070 Add.
2071 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2072
2073 2002-08-20 Michael Snyder <msnyder@redhat.com>
2074
2075 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2076 (mips_gdbarch_init): Set skip_trampoline_code,
2077 in_solib_call_trampoline.
2078 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2079 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2080
2081 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2082
2083 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2084
2085 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2086 vector type for ev registers.
2087 (e500_pseudo_register_read): New function.
2088 (e500_pseudo_register_write): New function.
2089 (e500_dwarf2_reg_to_regnum): New function.
2090 (PPC_UISA_NOFP_SPRS): New macro.
2091 (PPC_EV_REGS): New macro.
2092 (PPC_GPRS_PSEUDO_REGS): New macro.
2093 (registers_e500): New register set for e500.
2094 (variants): Add e500 variant.
2095 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2096 before setting architectural dependent variations. Initialize ev
2097 registers numbers. Add case for e500 architecture. Set the
2098 number of pseudo registers.
2099
2100 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2101
2102 * rs6000-tdep.c: Clean up comments.
2103
2104 2002-08-20 Andrew Cagney <cagney@redhat.com>
2105
2106 * h8300-tdep.c: Re-indent file.
2107
2108 2002-08-20 Jim Blandy <jimb@redhat.com>
2109
2110 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2111 default for this.
2112
2113 2002-08-20 Keith Seitz <keiths@redhat.com>
2114
2115 * breakpoints.c (watch_command_1): Use internal breakpoint
2116 when setting a watchpoint_scope breakpoint.
2117
2118 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2119
2120 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2121 (build_builtin_type_vec64i): Ditto.
2122 (build_builtin_type_vec128): Ditto.
2123 (build_builtin_type_vec128i): Ditto.
2124
2125 2002-08-19 Michael Snyder <msnyder@redhat.com>
2126
2127 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2128 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2129 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2130 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2131 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2132 CALL_DUMMY_ADDRESS): Delete.
2133 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2134 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2135 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2136 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2137 push_return_address.
2138 (mips_register_raw_size, mips_eabi_use_struct_convention,
2139 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2140 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2141 mips_init_extra_frame_info, mips_eabi_push_arguments,
2142 mips_n32n64_push_arguments, mips_push_return_address,
2143 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2144 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2145
2146 2002-08-19 Michael Snyder <msnyder@redhat.com>
2147
2148 * mips-tdep.c (mips_frame_num_args): New function.
2149 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2150 frame_saved_pc, frame_args_address, frame_locals_address,
2151 frame_num_args, and frame_args_skip.
2152 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2153 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2154 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2155 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2156
2157 2002-08-20 Michael Snyder <msnyder@redhat.com>
2158
2159 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2160 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2161 * mips-tdep.c (mips_store_struct_return): New function.
2162 (mips_extract_struct_value_address): New function.
2163 (mips_gdbarch_init): Set store_struct_return and
2164 extract_struct_value_address.
2165
2166 2002-08-20 David Carlton <carlton@math.stanford.edu>
2167
2168 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2169 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2170 (read_file_scope): Check that line_header is nonzero before
2171 decoding macro information.
2172
2173 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2174
2175 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2176 flag the general-purpose registers as floating-point on targets
2177 that don't support the floating-point registers.
2178
2179 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2180
2181 * rs6000-tdep.c (altivec_register_p): Delete.
2182 (rs6000_do_altivec_registers): Delete.
2183 (rs6000_altivec_registers_info): Delete.
2184 (rs6000_do_registers_info): Delete.
2185 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2186 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2187
2188 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2189
2190 * infcmd.c (do_registers_info): Print vector registers in hex
2191 format only.
2192 (print_vector_info): Check that printing registers
2193 makes sense.
2194 (print_float_info): Ditto.
2195
2196 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2197
2198 * mips-tdep.c (mips_gdbarch_init): Update.
2199 (mips_o32_extract_return_value): Rewrite.
2200 (mips_o32_store_return_value): Rewrite.
2201 (mips_o32_xfer_return_value): New function.
2202 (mips_xfer_register): Tweak debug print message. Allow for
2203 buf_offset when dumping the value transfered.
2204
2205 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2206
2207 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2208 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2209 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2210 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2211 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2212
2213 2002-08-14 Michael Snyder <msnyder@redhat.com>
2214
2215 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2216
2217 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2218
2219 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2220 register.
2221 (P): New macro to define a register as a pseudo register.
2222 (R, R4, R8, R16, FR32, R64, R0): Updated.
2223 (struct variant): Add new fields for number of pseudo registers
2224 and number of total registers.
2225 (tot_num_registers): New macro replacing....
2226 (num_registers): ...deleted macro.
2227 (num_registers): New function.
2228 (num_pseudo_registers): New function.
2229 (variants): Update all variants to intialize new fields correctly.
2230 Postpone initialization of number of pseudo regs and real regs.
2231 (init_variants): New function.
2232 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2233 registers offsets.
2234
2235 2002-08-19 David Carlton <carlton@math.stanford.edu>
2236
2237 * valops.c (search_struct_field): Change error message to treat
2238 return value of 0 from value_static_field as meaning that field is
2239 optimized out.
2240 (value_struct_elt_for_reference): Ditto.
2241 * values.c (value_static_field): Treat an unresolved location the
2242 same as a nonexistent symbol. Fix PR gdb/635.
2243 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2244 enclosed. Fix PR gdb/574.
2245 * MAINTAINERS: Add self to Write After Approval list.
2246
2247 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2248
2249 * mips-tdep.c (mips_xfer_register): New function.
2250 (mips_n32n64_extract_return_value): Rewrite.
2251 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2252 instead of deprecated_extract_return_value.
2253
2254 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2255
2256 * rs6000-tdep.c (TDEP): Delete macro.
2257 (branch_dest): Replace use of TDEP macro with its body.
2258 (rs6000_pop_frame): Ditto.
2259 (rs6000_push_arguments): Ditto.
2260 (rs6000_skip_trampoline_code): Ditto.
2261 (rs6000_frame_saved_pc): Ditto.
2262 (rs6000_frame_chain): Ditto.
2263 (rs6000_register_name): Ditto.
2264 (rs6000_register_byte): Ditto.
2265 (rs6000_register_raw_size): Ditto.
2266 (rs6000_register_virtual_type): Ditto.
2267 (rs6000_register_convertible): Ditto.
2268 (rs6000_convert_from_func_ptr_addr): Ditto.
2269
2270 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2271
2272 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2273 conditionally.
2274 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2275 MIPS_LINUX_JB_ELEMENT_SIZE.
2276 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2277 for MAX_REGISTER_RAW_SIZE arrays.
2278 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2279 MIPS_LINUX_JB_ELEMENT_SIZE.
2280
2281 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2282
2283 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2284
2285 2002-08-19 Aidan Skinner <aidan@velvet.net>
2286
2287 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2288 ada-valprint.c ada-tasks.c.
2289 (YYFILES): Add ada-exp.y.
2290 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2291 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2292 (ada-exp.tab.o): New target.
2293
2294 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2295
2296 * regcache.c (regcache_xfer_part): New function.
2297 (regcache_raw_read_part): New function.
2298 (regcache_raw_write_part): New function.
2299 (regcache_cooked_read_part): New function.
2300 (regcache_cooked_write_part): New function.
2301 * regcache.h (regcache_raw_read_part): Declare.
2302 (regcache_raw_write_part): Declare.
2303 (regcache_cooked_read_part): Declare.
2304 (regcache_cooked_write_part): Declare.
2305
2306 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2307
2308 * remote.c (remote_open_1): Add async_p.
2309 (remote_async_open_1): Delete.
2310 (open_remote_target): Delete.
2311 (remote_open, extended_remote_open): Update calls to remote_open_1.
2312 (remote_async_open, extended_remote_async_open): Call
2313 remote_open_1 instead of remote_async_open_1.
2314
2315 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2316
2317 * blockframe.c: Fix a few coding standard violations.
2318
2319 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2320
2321 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2322 here from ...
2323 * config/i386/tm-i386sco5.h: ... here. File removed.
2324 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2325
2326 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2327 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2328 (TM_FILE): Set to tm-i386.h.
2329 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2330 * config/i386/tm-i386v.h: Remove file.
2331 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2332 instead of "i386/tm-i386v.h".
2333 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2334 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2335 "i386/tm-i386v.h".
2336 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2337 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2338 "i386/tm-i386.h".
2339
2340 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2341
2342 * config/i386/nm-i386v.h: Add protection against
2343 multiple-inclusion.
2344 (i386_register_u_addr): Remove prototype.
2345 (register_u_addr): New prototype.
2346 (REGISTER_U_ADDR): Redefine accordingly.
2347 * i386v-nat.c: Improve several comments.
2348 (i386_register_u_addr): Change signature and rename to
2349 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2350 ubase variable.
2351
2352 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2353
2354 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2355 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2356 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2357 deprecated_extract_return_value.
2358 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2359 rename mips_o32o64_push_arguments.
2360 (mips_gdbarch_init): Update.
2361 (mips_extract_return_value): Delete.
2362 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2363 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2364 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2365 (mips_n32n64_extract_return_value): Clone
2366 mips_extract_return_value.
2367 (mips_store_return_value): Delete.
2368 (mips_o32_store_return_value): Clone mips_store_return_value.
2369 (mips_o64_store_return_value): Clone mips_store_return_value.
2370 (mips_eabi_store_return_value): Clone mips_store_return_value.
2371 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2372
2373 2002-08-18 Aidan Skinner <aidan@velvet.net>
2374
2375 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2376 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2377
2378 2002-08-18 Aidan Skinner <aidan@velvet.net>
2379
2380 * ada-lang.c: Run through gdb_indent.sh.
2381 * ada-lang.h: Run through gdb_indent.sh.
2382 * ada-tasks.c: Run through gdb_indent.sh.
2383 * ada-typeprint.c: Run through gdb_indent.sh.
2384 * ada-valprint.c: Run through gdb_indent.sh.
2385
2386 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2387
2388 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2389 ABI.
2390
2391 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2392
2393 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2394
2395 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2396 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2397
2398 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2399 write_register_gen instead of write_register_bytes.
2400
2401 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2402 i[3456]-*-osf1mk* configurations have been made obsolete.
2403 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2404 i[3456]86-*-osf1mk* hosts obsolete.
2405 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2406 targets obsolete.
2407 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2408 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2409 config/i386/i386m3.mt, config/i386/nm-m3.h,
2410 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2411 config/i386/i386mk.mh, config/i386/i386mk.mt,
2412 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2413 obsolete.
2414 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2415 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2416 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2417
2418 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2419
2420 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2421 (hppa_value_returned_from_stack): Declare.
2422 (hppa_extract_return_value): Declare.
2423 * config/pa/hppa.mt: New file.
2424 * configure.tgt: Recognize hppa*-*-*.
2425 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2426
2427 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2428
2429 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2430 comment.
2431
2432 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2433
2434 * top.c (gdb_rl_operate_and_get_next): Make sure
2435 operate-and-get-next functions correctly even when the history
2436 list is completely filled.
2437
2438 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2439
2440 * MAINTAINERS (Target Instruction Set Architectures): Rename
2441 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2442 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2443 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2444 already listed under Host/Native.
2445
2446 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2447 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2448 mips*-*-*.
2449
2450 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2451
2452 * config/ia64/ia64.mt: New file.
2453 * config/alpha/alpha.mt: New file.
2454 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2455 ia64-linux-gnu. Mention that ia64-elf is broken.
2456 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2457
2458 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2459
2460 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2461 generic_func_frame_valid instead of func_frame_valid.
2462
2463 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2464
2465 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2466 procfs appears to be broken when debugging on multi-processor
2467 machines. So enable software single stepping in order to avoid
2468 using the procfs interface to do next/step operations, using
2469 internal breakpoints instead.
2470
2471 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2472 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2473 make this pc address equal to the value it would have if the
2474 system stepping capability was used. Also set a new flag used
2475 to ensure that we don't readjust the PC one more time later.
2476
2477 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2478 address by DECR_PC_AFTER_BREAK when software single step is
2479 in use for this architecture, as this has already been taken
2480 care of in handle_inferior_event().
2481
2482 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2483
2484 * infrun.c (handle_inferior_event): Minor reformatting, to make
2485 a rather long condition expression easier to read.
2486
2487 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2488
2489 * Makefile.in (gdbtk.o): Move to end of file.
2490 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2491 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2492 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2493 (gdbtk-wrapper.o, gdbres.o): Ditto.
2494
2495 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2496
2497 * Makefile.in (copying.o): Separate out compile rule.
2498 (hpux-thread.o, procfs.o, signals.o): Ditto.
2499 (v850ice.o, z8k-tdep.o): Ditto.
2500 (tui-file.o): Move to TUI section.
2501 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2502 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2503
2504 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2505
2506 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2507 skip_trampoline_code, for better namespace-proofing.
2508
2509 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2510
2511 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2512
2513 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2514
2515 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2516
2517 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2518 signal, check whether we hit a breakpoint before checking for a
2519 single step breakpoint. Otherwise, GDB fails to notice that a
2520 breakpoint has been hit when stepping onto a breakpoint.
2521
2522 2002-08-16 Keith Seitz <keiths@redhat.com>
2523
2524 * gdb-events.sh (clear_gdb_event_hooks): New function.
2525 * gdb-events.c: Regenerate.
2526 * gdb-events.h: Regenerate.
2527
2528 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2529
2530 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2531 not_a_sw_breakpoint.
2532 * breakpoint.h (bpstat_stop_status): Add parameter names.
2533
2534 2002-08-16 Grace Sainsbury <graces@redhat.com>
2535
2536 * remote.c (remote_insert_hw_breakpoint)
2537 (remote_remove_hw_breakpoint): Fix calculation of length field
2538 for Z-packet.
2539
2540 2002-08-15 Michael Snyder <msnyder@redhat.com>
2541
2542 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2543 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2544 (supply_fpregset): Ditto.
2545
2546 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2547 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2548 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2549 (TARGET_READ_SP): Delete.
2550 (DO_REGISTERS_INFO): Delete.
2551 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2552 Delete.
2553 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2554 from macros to functions.
2555
2556 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2557 (mips_register_convertible, mips_register_convert_to_virtual,
2558 mips_register_convert_to_raw): Make static.
2559 (mips_read_sp): New function.
2560 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2561 (mips_do_registers_info): Make static.
2562 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2563 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2564 (mips_register_convert_from_type, mips_register_convert_to_type):
2565 New functions.
2566 (mips_gdbarch_init): Set up function_start_offset,
2567 register_virtual_size, pc_in_sigtramp.
2568
2569 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2570
2571 * infcmd.c (vector_info): New function.
2572 (_initialize_infcmd): Add command "info vector".
2573 (print_vector_info): New function.
2574
2575 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2576 * gdbarch.h, gdbarch.c: Regenerate.
2577
2578 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2579
2580 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2581 ``print_all''. Only print vector registers when ``print_all''.
2582
2583 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2584
2585 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2586 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2587
2588 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2589 Add `args' parameter.
2590 * gdbarch.h, gdbarch.c: Regenerate.
2591
2592 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2593
2594 * infcmd.c (float_info): Call print_float_info.
2595 (print_float_info): New function. By default, print the
2596 floating-point registers.
2597
2598 * arch-utils.h (default_print_float_info): Delete declaration.
2599 * arch-utils.c (default_print_float_info): Delete function.
2600
2601 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2602
2603 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2604 out define.
2605
2606 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2607 FRAME.
2608
2609 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2610 * configure.host: Make i[3456]86-*-aix host obsolete.
2611 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2612 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2613 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2614 config/i386/xm-i386aix.h: Make files obsolete.
2615 * i386aix-nat.c: Make file obsolete.
2616 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2617 (i386aix-nat.o): Make target obsolete.
2618
2619 * config/i386/nm-gnu.h: Removed.
2620 * config/i386/nm-i386gnu.h: New file.
2621 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2622 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2623 Moved here from ...
2624 * config/i386/tm-i386gnu.h: ... here. Removed.
2625 * config/i386/xm-i386gnu.h: Removed.
2626 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2627 (NAT_FILE): Set to nm-i386gnu.h.
2628 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2629 * i386-tdep.c: New file.
2630 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2631 (i386gnu-tdep.o): Specify dependencies.
2632
2633 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2634
2635 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2636 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2637 Adjust a few comments to reflect reality a bit closer.
2638 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2639 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2640 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2641 target_insert_watchpoint, target_remove_watchpoint):
2642 Move defines to ...
2643 * config/i386/nm-i386sco5.h: ... here.
2644 (kernel_u_size): Add prototype. Improve a few comments and add
2645 protection against multiple inclusion.
2646
2647 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2648 out define.
2649
2650 * uw-thread.c (SP_ARG0): Define if not already defined.
2651 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2652
2653 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2654
2655 * config/i386/tm-i386.h: Don't include "regcache.h".
2656
2657 * i387-tdep.h (i387_print_float_info): New prototype.
2658 * i387-tdep.c (print_i387_value, print_i387_ext,
2659 print_i387_status_word, print_i387_control_word): Add `struct
2660 ui_file *' argument and use it for output.
2661 (i387_print_float_info): Renamed from i387_float_info. Add
2662 `struct gdbarch *' and `struct ui_file *' arguments and use the
2663 latter for output.
2664 * i386-tdep.c: Include "i387-tdep.h".
2665 (i386_gdbarch_init): Set print_float_info.
2666 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2667 (FLOAT_INFO): Remove define.
2668
2669 2002-08-13 Michael Snyder <msnyder@redhat.com>
2670
2671 * mips-tdep.c (mips_push_arguments): Rename to
2672 mips_eabi_push_arguments, and tune for EABI.
2673 (MIPS_REGS_HAVE_HOME_P): Delete.
2674 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2675 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2676 Delete references to mips_regs_have_home_p.
2677
2678 2002-08-14 Keith Seitz <keiths@redhat.com>
2679
2680 * Makefile.in (install-gdbtk): Create insight plugin directory.
2681 Install plugins.tcl file.
2682
2683 2002-08-14 Keith Seitz <keiths@redhat.com>
2684
2685 * configure.in: Move SUBDIRS to near top of the file so that
2686 --enable options may add things to it.
2687 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2688 * configure: Regenerate.
2689
2690 2002-08-13 Michael Snyder <msnyder@redhat.com>
2691
2692 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2693 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2694 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2695
2696 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2697
2698 * vax-tdep.c (vax_get_saved_register): Delete function.
2699 (vax_gdbarch_init): Update.
2700 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2701 (ns32k_gdbarch_init): Update.
2702 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2703 (alpha_gdbarch_init): Update.
2704
2705 2002-08-13 Andrew Cagney <cagney@redhat.com>
2706
2707 * regcache.c (init_regcache_descr): Overallocate the
2708 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2709 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2710 nr_raw_registers.
2711 (set_register_cached): Add range checking assertions. Use
2712 current_regcache.
2713
2714 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2715
2716 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2717 numbers for MMX registers.
2718
2719 2002-08-13 Andrew Cagney <cagney@redhat.com>
2720
2721 * i386-tdep.c (i386_gdbarch_init): Use
2722 generic_unwind_get_saved_register.
2723
2724 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2725
2726 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2727 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2728 target vector.
2729 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2730 Delete. Add comment regarding this now-deleted target method.
2731
2732 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2733
2734 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2735 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2736 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2737 real PC and the page number (if it's within the memory bank window).
2738 (m68hc11_pseudo_register_write): Likewise when saving.
2739 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2740 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2741 (m68hc11_register_raw_size): And use 32-bit for it.
2742 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2743 16K memory bank is used by the prog; also use the virtual pc.
2744
2745 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2746
2747 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2748 (m68hc11_gdbarch_init): Install it in gdbarch.
2749 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2750 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2751 (MSYMBOL_SIZE): New for documentation.
2752 (insn_return_kind): Enum to specify how a function returns.
2753 (frame_extra_info): Cleanup and record the return mode.
2754 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2755 register in address computation.
2756 (m68hc11_get_return_insn): New to obtain the return instruction used
2757 by the function.
2758 (m68hc11_frame_init_saved_regs): Take into account the return
2759 instruction used by the function for far and interrupt functions.
2760 (m68hc11_init_extra_frame_info): Take into account page register.
2761 (m68hc11_frame_args_address): Adjust according to the return mode.
2762 (show_regs): Print page register only when it's used.
2763
2764 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2765
2766 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2767 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2768 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2769 registers.
2770 (m68hc11_register_raw_size): Likewise.
2771
2772 2002-08-13 Andrew Cagney <cagney@redhat.com>
2773
2774 * i386-tdep.c (i386_register_name): Handle mmx registers.
2775 (mmx_regnum_p): New function.
2776 (i386_mmx_names): New array.
2777 (mmx_num_regs): New variable.
2778 (i386_pseudo_register_read): New function.
2779 (i386_pseudo_register_write): New function.
2780 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2781
2782 * regcache.c (regcache_raw_read_unsigned): New function.
2783 (regcache_raw_read_signed): New function.
2784 * regcache.h (regcache_raw_read_unsigned): Declare.
2785 (regcache_raw_read_signed): Declare.
2786
2787 2002-08-13 Andrew Cagney <cagney@redhat.com>
2788
2789 * regcache.c (regcache_raw_read_as_address): Delete function.
2790 (regcache_cooked_read_signed): New function.
2791 (regcache_cooked_read_unsigned): New function.
2792 * regcache.h (regcache_cooked_read_signed): Declare.
2793 (regcache_cooked_read_unsigned): Declare.
2794 (regcache_raw_read_as_address): Delete declaration.
2795
2796 * blockframe.c (generic_read_register_dummy): Use
2797 regcache_cooked_read_unsigned.
2798 * i386-tdep.c (i386_extract_struct_value_address): Use
2799 regcache_cooked_read_unsigned.
2800
2801 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2802
2803 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2804 double sizes according to ELF ABI flags.
2805 (gdbarch_tdep): Record elf_flags.
2806
2807 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2808
2809 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2810 (m6812_prolog): They can appear in 68HC12 function prologue.
2811 (m68hc11_frame_chain): Cleanup.
2812
2813 2002-08-12 Andrew Cagney <cagney@redhat.com>
2814
2815 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2816 declarations.
2817 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2818 (i386_linux_register_raw_size): Delete function.
2819 (i386_linux_init_abi): Update.
2820 * i386-tdep.c (i386_register_raw_size): Delete function.
2821 (i386_register_byte): Delete function.
2822 (i386_gdbarch_init): Update.
2823 (i386_register_size): Delete array.
2824 (i386_register_offset): Delete array.
2825
2826 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2827 (REGISTER_RAW_SIZE): Delete macro.
2828 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2829 (REGISTER_BYTE): Delete macro.
2830
2831 2002-08-11 Aidan Skinner <aidan@velvet.net>
2832
2833 * ada-lang.c (ada_lookup_partial_symbol)
2834 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2835 prototype names so that grep ^func works properly.
2836
2837 * ada-lang.c (ada_array_element_type)
2838 (ada_lookup_partial_symbol): Fix typos in parameter list.
2839
2840 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2841 Fix prototype names so that grep ^func works properly.
2842
2843 2002-08-10 Andrew Cagney <cagney@redhat.com>
2844 Elena Zannoni <ezannoni@redhat.com>
2845 Martin M. Hunt <hunt@redhat.com>
2846
2847 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2848 (build_builtin_type_vec128i): Set the vector bit.
2849 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2850 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2851 (build_builtin_type_vec64): New function.
2852 (build_builtin_type_vec64i): New function.
2853 (build_gdbtypes): Initialize builtin_type_vec64 and
2854 builtin_type_vec64i.
2855
2856 2002-08-09 Andrew Cagney <cagney@redhat.com>
2857
2858 * regcache.c (regcache_dump): Compare the register offset
2859 with REGISTER_BYTE.
2860 * arch-utils.c (generic_register_byte): New function.
2861 * arch-utils.h (generic_register_byte): Declare.
2862 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2863 * gdbarch.h, gdbarch.c: Regenerate.
2864
2865 2002-08-09 Andrew Cagney <cagney@redhat.com>
2866
2867 * regcache.c: Include "gdbcmd.h"
2868 (_initialize_regcache): Add commands "maintenance print
2869 registers", "maintenance print raw-registers" and "maintenance
2870 print cooked-registers".
2871 (enum regcache_dump_what): Define.
2872 (dump_endian_bytes): New function.
2873 (regcache_dump): New function.
2874 (regcache_print): New function.
2875 (maintenance_print_registers): New function.
2876 (maintenance_print_raw_registers): New function.
2877 (maintenance_print_cooked_registers): New function.
2878 * Makefile.in (regcache.o): Update dependencies.
2879
2880 2002-08-09 Michael Snyder <msnyder@redhat.com>
2881
2882 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2883 (mips_push_arguments): Correct some comments. Use paddr_nz
2884 for printing addresses in debug output. Replace static
2885 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2886 (mips_n32n64_push_arguments): New function, cloned from
2887 mips_push_arguments and tuned for the n32/n64 ABI.
2888 (mips_push_register): Buffer needs dynamic allocation.
2889 (mips_print_register): Ditto.
2890 (do_gp_register_row): Ditto.
2891 (mips_store_return_value): Ditto.
2892 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2893
2894 2002-08-09 Don Howard <dhoward@redhat.com>
2895
2896 * memattr.c (mem_info_command): Print special case of upper bound
2897 as max CORE_ADDR + 1.
2898
2899 2002-08-08 Michael Snyder <msnyder@redhat.com>
2900
2901 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2902 returns structs by ref if they're too big to fit in two registers.
2903
2904 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2905
2906 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2907 saved regs value.
2908 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2909 mips_find_saved_regs().
2910 (mips_pop_frame): Likewise.
2911
2912 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2913
2914 * blockframe.c (frame_saved_regs_register_unwind): Revise
2915 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2916 frames are in use.
2917
2918 2002-08-09 Grace Sainsbury <graces@redhat.com>
2919
2920 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2921 T-packets; the 'a' is not taken as a register number.
2922 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2923 (remote_stopped_data_address): New functions; add to target
2924 vector.
2925 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2926 prototypes to match other implementations of this
2927 function. replace integer argument with pointer -- the length
2928 field in the Z-packet is the length of what is pointed to or 1 if
2929 pointer is null. Add to target vector.
2930 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2931 target vector.
2932
2933 From Mark Salter:
2934 * remote.c (remote_wait): Add support to extract optional
2935 watchpoint information from T-packet. Ignore unrecognized
2936 optional info in T-packet.
2937 (remote_async_wait): Ditto.
2938
2939 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2940
2941 * cli/cli-dump.c: Change fopen modes to use binary open modes
2942 as defined in include/fopen-bin.h throughout.
2943
2944 2002-08-08 Michael Snyder <msnyder@redhat.com>
2945
2946 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2947
2948 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2949
2950 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2951 assertion failure by returning early after a warning.
2952
2953 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2954
2955 * mips-tdep.c (mips_find_saved_regs): Make static.
2956 (mips_frame_init_saved_regs): New function.
2957 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2958 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2959 (mips_find_saved_regs): Delete declaration.
2960
2961 2002-08-08 Grace Sainsbury <graces@redhat.com>
2962
2963 * remote.c (remote_wait, remote_async_wait): Change
2964 thread_num from int to ULONGEST.
2965 (unpack_varlen_hex): Change result parameter from
2966 int * to ULONGEST *.
2967
2968 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2969
2970 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2971 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2972 powerpc*-*-*.
2973 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2974
2975 2002-08-08 Andrew Cagney <cagney@redhat.com>
2976
2977 * gcore.c (override_derive_stack_segment): Delete variable.
2978 (preempt_derive_stack_segment): Delete function.
2979 (derive_stack_segment): Delete function.
2980 (default_derive_stack_segment): Renamed to derive_stack_segment.
2981 (override_derive_heap_segment): Delete variable.
2982 (preempt_derive_heap_segment): Delete function.
2983 (derive_heap_segment): Delete function.
2984 (default_derive_heap_segment): Rename to derive_heap_segment.
2985
2986 2002-08-06 Michael Snyder <msnyder@redhat.com>
2987
2988 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2989 * mips-tdep.c (mips_EABI_use_struct_convention,
2990 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2991 New functions. (mips_use_struct_convention): Delete.
2992 (mips_gdbarch_init): set use_gdbarch_convention.
2993
2994 2002-08-06 Michael Snyder <msnyder@redhat.com>
2995
2996 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2997 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2998 mips_o32_reg_struct_has_addr): New functions.
2999 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3000
3001 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3002
3003 * regcache.c (pseudo_register): Delete function.
3004 (fetch_register): Delete function.
3005 (store_register): Delete function.
3006 (regcache_raw_read, legacy_read_register_gen): Use
3007 target_fetch_registers instead of fetch_register.
3008 (legacy_write_register_gen, regcache_raw_write): Use
3009 target_store_register instead of store_register.
3010 (write_register_bytes): Ditto.
3011
3012 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3013 (STORE_PSEUDO_REGISTER): Delete.
3014 * gdbarch.h, gdbarch.c: Regenerate.
3015
3016 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3017
3018 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3019 write dump file binary.
3020
3021 2002-08-05 Michael Snyder <msnyder@redhat.com>
3022
3023 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3024 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3025 (mips_gdbarch_init): Set N32 target to be mips64.
3026
3027 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3028
3029 * frame.c (find_saved_register): Break out of loop once saved
3030 register address is found. Don't mention sparc in loop comment
3031 anymore.
3032
3033 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3034
3035 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3036 mips_default_saved_regsize to 8.
3037
3038 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3039
3040 * gcore.c: Do not include <sys/procfs.h>.
3041 * Makefile.in (gcore.o): Update dependencies.
3042
3043 2002-08-06 Andrew Cagney <cagney@redhat.com>
3044
3045 * configure.tgt: Make arc-*-* obsolete.
3046 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3047 * MAINTAINERS: Make arc-elf obsolete.
3048 * arc-tdep.c: Make file obsolete.
3049 * config/arc/arc.mt: Ditto.
3050 * config/arc/tm-arc.h: Ditto.
3051
3052 2002-08-05 Theodore A. Roth <troth@verinet.com>
3053
3054 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3055
3056 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3057
3058 * mcore-tdep.c (mcore_gdbarch_init): Use
3059 generic_unwind_get_saved_register instead of
3060 generic_get_saved_register.
3061 * v850-tdep.c (v850_gdbarch_init): Ditto.
3062 * frv-tdep.c (frv_gdbarch_init): Ditto.
3063 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3064 * s390-tdep.c (s390_gdbarch_init): Ditto.
3065 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3066 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3067 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3068
3069 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3070
3071 * objfiles.h: Add missing #include "symfile.h"
3072
3073 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3074
3075 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3076
3077 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3078 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3079 of FIELD_BITSIZE.
3080
3081 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3082
3083 * NEWS: Cleanup and nitpick.
3084
3085 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3086
3087 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3088
3089 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3090
3091 * Makefile.in (gdbtk-bp.o): Update dependencies.
3092 (gdbtk-register.o): Ditto.
3093 (gdbtk-varobj.o): Ditto.
3094
3095 2002-08-03 Andrew Cagney <cagney@redhat.com>
3096
3097 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3098 m68hc11_fetch_pseudo_register.
3099 (m68hc11_pseudo_register_write): Replace
3100 m68hc11_store_pseudo_register.
3101 (m68hc11_gdbarch_init): Update.
3102
3103 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3104
3105 * gdbarch.sh: Include "gdb_string.h".
3106 * gdbarch.c: Regenerate.
3107
3108 * regcache.c: Include "gdb_string.h".
3109 * ax-general.c: Ditto.
3110 * varobj.c: Ditto.
3111 * std-regs.c: Ditto.
3112 * fbsd-proc.c: Ditto.
3113 * thread.c: Ditto.
3114
3115 * Makefile.in (regcache.o): Update dependencies.
3116 (thread.o, gdbarch.o): Ditto.
3117 (ax-general.o, gdbarch.o): Ditto.
3118 (varobj.o, std-regs.o): Ditto.
3119 (fbsd-proc.o): Specify dependencies.
3120
3121 2002-08-02 Andrew Cagney <cagney@redhat.com>
3122
3123 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3124 regnum.
3125 (regcache_cooked_write): Ditto.
3126
3127 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3128
3129 * regcache.c (regcache_cooked_read): New function.
3130 (regcache_cooked_write): New function.
3131 (read_register_gen): Rewrite using regcache_cooked_read.
3132 (write_register_gen): Rewrite using regcache_cooked_write.
3133
3134 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3135 Declare.
3136
3137 2002-08-02 Andrew Cagney <cagney@redhat.com>
3138
3139 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3140 Replace the architecture methods register_read and register_write.
3141 * gdbarch.h, gdbarch.c: Regenerate.
3142 * regcache.c (init_regcache_descr): Update.
3143 (read_register_gen): Update.
3144 (write_register_gen): Update.
3145 (supply_register): Update comment.
3146
3147 * sh-tdep.c (sh_gdbarch_init): Update.
3148 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3149 `regcache' and `gdbarch' parameters. Make `buffer' a void
3150 pointer. Update code.
3151 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3152 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3153 void pointer. Update code.
3154 (sh64_register_write): Delete.
3155 (sh4_register_read): Delete.
3156 (sh64_register_read): Delete.
3157 (sh4_register_write): Delete.
3158 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3159 void pointer, `to' parameter a void pointer.
3160 (sh_sh64_register_convert_to_raw): Ditto.
3161
3162 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3163
3164 * mips-tdep.c (mips_register_virtual_type): Use architecture
3165 invariant return values.
3166
3167 2002-08-01 Andrew Cagney <cagney@redhat.com>
3168
3169 * linux-proc.c: Include "gdb_string.h".
3170 * Makefile.in (linux-proc.o): Update dependency list.
3171
3172 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3173
3174 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3175 comment.
3176
3177 2002-08-01 Grace Sainsbury <graces@redhat.com>
3178
3179 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3180 to_insert_watchpoint, to_remove_watchpoint,
3181 to_stopped_by_watchpoint, to_stopped_data_address,
3182 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3183 target vecctor. Define their corresponding macros so they call
3184 them.
3185
3186 * target.c: Add default and debug versions of for
3187 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3188 to_insert_watchpoint, to_remove_watchpoint,
3189 to_stopped_by_watchpoint, to_stopped_data_address,
3190 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3191
3192 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3193
3194 * mips-tdep.c (mips_register_virtual_type): New function.
3195 (mips_gdbarch_init): Register mips_register_virtual_type()
3196 with gdbarch machinery.
3197 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3198 this file instead of tm-bigmips.h.
3199 (MIPS_REGSIZE): Delete this macro.
3200 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3201 multiarch version in mips-tdep.c will be found.
3202
3203 2002-08-01 Andrew Cagney <cagney@redhat.com>
3204
3205 * NEWS: Menion that CHILL has been made obsolete.
3206
3207 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3208 * stabsread.c (read_range_type): Ditto.
3209 * gdbtypes.h: Ditto.
3210 * language.c (binop_type_check): Ditto.
3211 (binop_result_type): Ditto.
3212 (integral_type): Ditto.
3213 (character_type): Ditto.
3214 (string_type): Ditto.
3215 (boolean_type): Ditto.
3216 (structured_type): Ditto.
3217 (lang_bool_type): Ditto.
3218 (binop_type_check): Ditto.
3219 * language.h (_LANG_chill): Ditto.
3220 * dwarfread.c (set_cu_language): Ditto.
3221 * dwarfread.c (CHILL_PRODUCER): Ditto.
3222 * dwarfread.c (handle_producer): Ditto.
3223 * expression.h (enum exp_opcode): Ditto.
3224 * eval.c: Ditto for comments.
3225 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3226 * expprint.c (print_subexp): Ditto.
3227 (print_subexp): Ditto.
3228 * valops.c (value_cast): Ditto.
3229 (search_struct_field): Ditto.
3230 * value.h (COERCE_VARYING_ARRAY): Ditto.
3231 * symfile.c (init_filename_language_table): Ditto.
3232 (add_psymbol_with_dem_name_to_list): Ditto.
3233 * valarith.c (value_binop): Ditto.
3234 (value_neg): Ditto.
3235 * valops.c (value_slice): Ditto.
3236 * symtab.h (union language_specific): Ditto.
3237 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3238 (SYMBOL_DEMANGLED_NAME): Ditto.
3239 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3240 * defs.h (enum language): Ditto.
3241 * symtab.c (got_symtab): Ditto.
3242 * utils.c (fprintf_symbol_filtered): Ditto.
3243
3244 * ch-typeprint.c: Make file obsolete.
3245 * ch-valprint.c: Make file obsolete.
3246 * ch-lang.h: Make file obsolete.
3247 * ch-exp.c: Make file obsolete.
3248 * ch-lang.c: Make file obsolete.
3249
3250 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3251 CHILL_LIB.
3252 (TARGET_FLAGS_TO_PASS): Ditto.
3253 (CHILLFLAGS): Obsolete.
3254 (CHILL): Obsolete.
3255 (CHILL_FOR_TARGET): Obsolete.
3256 (CHILL_LIB): Obsolete.
3257 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3258 ch-valprint.c.
3259 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3260 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3261 ch-lang.o.
3262 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3263 targets.
3264
3265 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3266
3267 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3268 This does not change anything at the moment, but will be helpful
3269 later when full Ada support is integrated.
3270
3271 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3272
3273 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3274 help message.
3275
3276 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3277
3278 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3279 and save it in a local variable. Use variable in later test.
3280
3281 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3282
3283 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3284 test. (Thanks to Daniel Jacobowitz.)
3285
3286 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3287
3288 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3289 (mips_abi_strings): Add "n64".
3290 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3291
3292 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3293
3294 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3295 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3296
3297 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3298
3299 * utils.c (host_pointer_to_address, address_to_host_pointer):
3300 Use gdb_assert() instead of explicit call to internal_error().
3301
3302 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3303
3304 * Makefile.in (rs6000-nat.o): Update dependencies.
3305
3306 From Nicholas Duffek:
3307 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3308 (aix-thread.o): New rule.
3309 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3310 * config/powerpc/aix432.mh: New file.
3311
3312 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3313
3314 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3315 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3316 (fetch_core_registers, ppc_linux_supply_gregset)
3317 (ppc_linux_supply_fpregset): New functions.
3318 (ppc_linux_regset_core_fns): New.
3319 (_initialize_ppc_linux_tdep): Call add_core_fns.
3320 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3321 and ppc_linux_supply_gregset.
3322 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3323 (supply_fpregset): Call ppc_linux_supply_fpregset.
3324 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3325 corelow.o.
3326 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3327
3328 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3329
3330 * symtab.c (lookup_symbol): Demangle before lowercasing.
3331
3332 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3333
3334 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3335 declaration.
3336 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3337 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3338 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3339 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3340 "gdb_string.h".
3341 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3342 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3343 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3344 (avr-tdep.o, mon960-rom.o): Ditto.
3345 (aout_stabs_gnu_h): Define.
3346 (symtab_h): Remove $(gdb_obstack_h).
3347
3348 2002-07-30 Jim Blandy <jimb@redhat.com>
3349
3350 Patch from David Carlton <carlton@math.stanford.edu>:
3351 * gdbinit.in: Move the `dir' commands that add GDB's own source
3352 directory to the search path to the end, so that the `gdb' source
3353 directory will be searched first.
3354
3355 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3356
3357 * gdb_obstack.h: New file.
3358 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3359 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3360 * objfiles.h: Include "gdb_obstack.h".
3361 * Makefile.in (gdb_obstack_h): Define.
3362 (symtab_h): Add $(gdb_obstack_h).
3363 (objfiles_h): Add $(gdb_obstack_h).
3364
3365 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3366 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3367 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3368 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3369 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3370 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3371 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3372 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3373
3374 * Makefile.in (bcache.o): Update dependencies.
3375 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3376 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3377 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3378 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3379 (stabsread.o, symfile.o, symmisc.o): Ditto.
3380 (symtab.o, typeprint.o, macroexp.o): Ditto.
3381 (macrotab.o, mdebugread.o): Ditto.
3382 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3383 (coff_ecoff_h, aout_aout64_h): Define.
3384 (aout_stabs_gnu_h, libaout_h): Define.
3385
3386 2002-07-29 Andrew Cagney <cagney@redhat.com>
3387
3388 * regcache.c (struct regcache_descr): Rename nr_registers to
3389 nr_cooked_registers. Revise comments describing the structure
3390 member fields.
3391 (init_regcache_descr): Update.
3392 (init_legacy_regcache_descr): Update.
3393 (read_register_gen, write_register_gen): When a cooked register in
3394 the raw register range, directly access the value from the raw
3395 register cache.
3396
3397 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3398
3399 * z8k-tdep.c: Do not include "obstack.h".
3400 * h8300-tdep.c, h8500-tdep.c: Ditto.
3401 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3402 * valprint.c, v850-tdep.c: Ditto.
3403 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3404 * mn10200-tdep.c: Ditto.
3405
3406 * Makefile.in (z8k-tdep.o): Update dependencies.
3407 (m68hc11-tdep.o, valprint.o): Ditto.
3408 (v850-tdep.o, d10v-tdep.o): Ditto.
3409 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3410 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3411 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3412 (sh_opc_h, gdb_sim_sh_h): Define.
3413 (elf_sh_h, elf_bfd_h): Define.
3414 (opcode_m68hc11_h): Define.
3415 (OPCODES_SRC, OPCODES_DIR): define.
3416 (OPCODES): Use $(OPCODES_DIR).
3417 (gdb_sim_d10v_h): Rename sim_d10v_h.
3418 (gdb_sim_arm_h): Rename sim_arm_h.
3419
3420 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3421
3422 * utils.c (host_pointer_to_address, address_to_host_pointer):
3423 Change internal_error() message to indicate function responsible
3424 for the error.
3425
3426 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3427
3428 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3429 calls to local_hex_string_custom().
3430
3431 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3432
3433 * irix5-nat.c: Move IRIX shared library support from here...
3434 * solib-irix.c: ...to here. Revised substantially to work with
3435 generic solib framework.
3436
3437 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3438 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3439 * mips-irix-tdep.c: New file.
3440
3441 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3442 (mips-irix-tdep.o, solib-irix.o): New rules.
3443 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3444 solib-irix.o.
3445 * config/mips/irix6.mt (TDEPFILES): Likewise.
3446 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3447
3448 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3449
3450 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3451 disabled (via ``#if 0'') includes.
3452
3453 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3454
3455 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3456 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3457 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3458 Add support for the fpscr register.
3459 * rs6000-nat.c (regmap, fetch_inferior_registers)
3460 (store_inferior_registers, fetch_core_registers): Likewise.
3461
3462 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3463
3464 * rs6000-nat.c (language.h): Include.
3465 (special_regs): Delete this array.
3466 (regmap): New function.
3467 (fetch_register, store_register): Use regmap() to map gdb
3468 register numbers to ptrace register numbers. Also, use
3469 outputs from regmap() to make decisions regarding type of
3470 ptrace() call to make. In particular, don't compare against
3471 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3472 (fetch_inferior_registers, store_inferior_registers): Where
3473 possible, obtain register numbers from tdep struct. Don't
3474 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3475 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3476 (LAST_UISA_SP_REGNUM): Delete.
3477
3478 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3479
3480 * rs6000-nat.c (ppc-tdep.h): Include.
3481 (fetch_registers, store_register, fetch_core_registers): Don't
3482 access registers[] directly. Instead, use supply_register() or
3483 regcache_collect() as appropriate.
3484 (find_toc_address): Format hex address with local_hex_string().
3485
3486 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3487
3488 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3489 bfd/elf32-frv.c.
3490
3491 2002-07-24 Tom Tromey <tromey@redhat.com>
3492
3493 * jv-exp.y: Marked all strings with _().
3494 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3495 internal_error.
3496 (MethodInvocation, CastExpression, parse_number, yyerror,
3497 java_type_from_name, push_expression_name, yylex): Typo fixes.
3498
3499 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3500
3501 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3502 (tee_file_flush, tee_file_write, tee_file_fputs)
3503 (tee_file_isatty): New.
3504 * ui-file.h (tee_file_new): Add prototype.
3505
3506 2002-07-24 Aidan Skinner <aidan@velvet.net>
3507
3508 * ada-lang.c: Change k&r style function definitions to prototyped
3509 form.
3510 * ada-typeprint.c: Change k&r style function definitions to prototyped
3511 form.
3512 * ada-valprint.c: Change k&r style function definitions to prototyped
3513 form.
3514
3515 2002-07-24 Andrew Cagney <cagney@redhat.com>
3516
3517 * README: Remove reference to remote-bug.
3518 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3519 remote-bug.c.
3520 (m88k-nat.o): Delete rule.
3521 (m88k-tdep.o): Delete rule.
3522 (remote-bug.o): Delete rule.
3523 * MAINTAINERS: Mark as obsolete.
3524 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3525 * m88k-tdep.c: Make file obsolete.
3526 * config/m88k/m88k.mh: Ditto.
3527 * config/m88k/delta88v4.mh: Ditto.
3528 * config/m88k/delta88v4.mt: Ditto.
3529 * config/m88k/delta88.mt: Ditto.
3530 * config/m88k/delta88.mh: Ditto.
3531 * remote-bug.c: Ditto.
3532 * config/m88k/tm-delta88.h: Ditto.
3533 * config/m88k/nm-delta88v4.h: Ditto.
3534 * config/m88k/xm-delta88.h: Ditto.
3535 * config/m88k/xm-dgux.h: Ditto.
3536 * config/m88k/tm-m88k.h: Ditto.
3537 * config/m88k/nm-m88k.h: Ditto.
3538 * config/m88k/tm-delta88v4.h: Ditto.
3539 * m88k-nat.c: Ditto.
3540 * cxux-nat.c: Ditto.
3541 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3542 and m88*-*-* obsolete.
3543 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3544 m88*-*-* obsolete.
3545
3546 2002-07-24 Andrew Cagney <cagney@redhat.com>
3547
3548 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3549 constant. Same for local pointer variables.
3550 (extract_signed_integer): Ditto.
3551 * defs.h (extract_unsigned_integer): Update.
3552 (extract_signed_integer): Update.
3553
3554 2002-07-24 Andrew Cagney <cagney@redhat.com>
3555
3556 * regcache.c (regcache_raw_write): Change buf parameter to a
3557 constant void pointer.
3558 (regcache_raw_read): Change buf parameter to a void pointer.
3559 (legacy_write_register_gen): Change myaddr parameter a constant
3560 void pointer.
3561 (supply_register): Change val parameter to a const void pointer.
3562 * regcache.h (regcache_raw_write): Update declaration.
3563 (regcache_raw_read): Update declaration.
3564 (supply_register): Update declaration.
3565
3566 2002-07-24 Tom Tromey <tromey@redhat.com>
3567
3568 * defs.h (gdb_readline_wrapper): Declare.
3569 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3570 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3571 * top.c (gdb_readline_wrapper): New function.
3572 (command_line_input): Use it.
3573
3574 2002-07-24 Andrew Cagney <cagney@redhat.com>
3575
3576 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3577 regcache_read and regcache_write.
3578 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3579 * regcache.c: Update.
3580 * sh-tdep.c (sh64_push_arguments): Update comment.
3581 (sh_pseudo_register_read): Update.
3582 (sh_pseudo_register_write): Update.
3583 (sh4_register_read): Update.
3584 (sh4_register_write): Update.
3585 (sh64_pseudo_register_read): Update.
3586 (sh64_pseudo_register_write): Update.
3587 (sh64_register_read): Update.
3588 (sh64_register_write): Update.
3589 * i386-tdep.c (i386_extract_return_value): Update.
3590 (i386_extract_struct_value_address): Update.
3591 (i386_extract_return_value): Update.
3592 * blockframe.c (generic_read_register_dummy): Update.
3593 (generic_call_dummy_register_unwind): Update
3594 * infrun.c (write_inferior_status_register): Update.
3595
3596 2002-07-23 Jim Blandy <jimb@redhat.com>
3597
3598 * parser-defs.h (expression_context_pc): Make this extern.
3599 (Thanks to Michael Snyder.)
3600
3601 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3602
3603 GDB 5.2.1 released from 5.2 branch.
3604 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3605 * README: Update to mention 5.2.1.
3606
3607 2002-07-23 Mark Salter <msalter@redhat.com>
3608
3609 * remote.c (remote_read_bytes): Fix check for error.
3610
3611 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3612
3613 * aix-thread.c (language.h): Include.
3614 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3615 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3616 Print newlines at end of debug messages.
3617 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3618 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3619
3620 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3621
3622 * aix-thread.c (ppc-tdep.h): Include.
3623 (special_register_p): New function.
3624 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3625 (store_regs_user_thread): Use register number information from
3626 gdbarch_tdep struct instead of hardcoded offsets relative to
3627 FIRST_UISA_SP_REGNUM.
3628 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3629 special_register_p() instead of using FPLAST_REGNUM and
3630 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3631 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3632 will be MQ's register number.
3633
3634 2002-07-22 Michael Snyder <msnyder@redhat.com>
3635
3636 * aix-thread.c (ops): Rename to aix_thread_ops.
3637 (base_ops): Rename to base_target.
3638 (ops_attach): Rename to aix_thread_attach.
3639 (ops_detach): Rename to aix_thread_detach.
3640 (ops_resume): Rename to aix_thread_detach.
3641 (ops_wait): Rename to aix_thread_wait.
3642 (ops_kill): Rename to aix_thread_kill.
3643 (init_ops): Rename to init_aix_thread_ops.
3644 (ops_fetch_register): Rename to aix_thread_fetch_register.
3645 (ops_store_register): Rename to aix_thread_store_register.
3646 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3647 (ops_thread_alive): Rename to aix_thread_thread_alive.
3648 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3649 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3650 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3651 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3652 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3653 (store_regs_lib): Rename to store_regs_user_thread.
3654 (store_regs_kern): Rename to store_regs_kernel_thread.
3655
3656 2002-07-22 Michael Snyder <msnyder@redhat.com>
3657
3658 * aix-thread.c (ops_prepare_to_store): Eliminate.
3659 (init_ops): Don't initialize ops.prepare_to_store.
3660 (store_regs_kern): Pre-fetch register buffers from child,
3661 because some registers may not be in the cache. Copy
3662 regs from register cache only if they are cached.
3663 (store_regs_lib): Copy regs from register cache only
3664 if they are cached.
3665 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3666 fill_gprs64): Ditto.
3667
3668 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3669
3670 * aix-thread.c (gdb_assert.h): Include.
3671 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3672 register sizes (from register cache) match size of buffer holding
3673 register data.
3674 (fill_sprs32): Change parameter types to match those in the ptrace()
3675 buffer.
3676 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3677 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3678
3679 2002-07-22 Michael Snyder <msnyder@redhat.com>
3680
3681 * aix-thread.c (supply_sprs64): Cosmetic change.
3682 (supply_sprs32): Cosmetic change.
3683 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3684 (fill_sprs64): Use regcache_collect instead of read_register.
3685 (store_regs_lib): Use regcache_collect instead of
3686 read_register. Use fill_sprs32 instead of fill_sprs64,
3687 if debugging a 32-bit architecture.
3688 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3689 out of the register cache, instead of passing a pointer into
3690 the register cache directly to ptrace. Use regcache_collect
3691 insteaad of read_register.
3692 (ops_prepare_to_store): Use target_read_registers instead
3693 of read_register_bytes.
3694
3695 2002-07-20 Aidan Skinner <aidan@velvet.net>
3696
3697 * MAINTAINERS: Add self under write after approval.
3698
3699 2002-07-20 Aidan Skinner <aidan@velvet.net>
3700
3701 * ada-tasks.c: Change k&r style function definitions to prototyped
3702 form.
3703
3704 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3705
3706 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3707 * x86-64-tdep.c: Include "objfiles.h".
3708 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3709 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3710
3711 2002-07-17 Michal Ludvig <michal@suse.cz>
3712
3713 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3714 (update_context): Initialise cfa variable.
3715
3716 2002-07-17 Michael Snyder <msnyder@redhat.com>
3717
3718 * aix-thread.c: Shorten some long lines.
3719 Bring comments into line with code spec.
3720
3721 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3722
3723 * infrun.c: Re-indent using gdb_indent.sh.
3724
3725 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3726
3727 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3728 Leave the indentation temporarily untouched, to minimize the diffs.
3729
3730 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3731
3732 * stabsread.c: Make os9k sections of the code obsolete,
3733 for real this time.
3734 * stabsread.h: Make os9k sections of the code obsolete.
3735
3736 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3737
3738 * linux-low.c (regsets_store_inferior_registers): Add free()
3739 at the end of a loop to prevent memory leak.
3740 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3741 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3742 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3743 line a comment.
3744 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3745
3746 2002-07-17 Jim Blandy <jimb@redhat.com>
3747
3748 * macrocmd.c (info_macro_command): Remove newline from error
3749 message.
3750
3751 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3752
3753 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3754 (sh_gdbarch_init): Use it for sh-dsp.
3755
3756 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3757
3758 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3759 64-bit DWARF2 format.
3760
3761 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3762
3763 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3764 <sys/proc.h> when not available.
3765
3766 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3767
3768 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3769 * stabsread.c: Make os9k sections of the code obsolete.
3770 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3771 * config/i386/i386os9k.mt: Make file obsolete.
3772 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3773 (COMMON_OBS): Remove os9kread.o
3774 (SFILES): Remove os9kread.c.
3775 (os9kread.o, remote-os9k.o): Make target obsolete.
3776 * remote-os9k.c: Make file obsolete.
3777 * os9kread.c: Make file obsolete.
3778 * Makefile.in
3779
3780 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3781
3782 * NEWS: Mention that the FR30 has been made obsolete.
3783 * fr30-tdep.c: Make file obsolete.
3784 * config/fr30/tm-fr30.h: Ditto.
3785 * config/fr30/fr30.mt: Ditto.
3786 * configure.tgt: Make fr30-*-elf obsolete.
3787 * MAINTAINERS: Make fr30-elf obsolete.
3788
3789 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3790
3791 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3792 found is not inside a section.
3793
3794 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3795
3796 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3797 strerror().
3798 (pdc_realloc): Use xrealloc() instead of realloc().
3799
3800 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3801
3802 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3803 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3804 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3805 macros.
3806
3807 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3808
3809 * aix-thread.c (ptrace_check): Eliminate goto.
3810 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3811 problem.
3812
3813 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3814
3815 * aix-thread.c (gdbcmd.h): Include.
3816 (DEBUG, DBG, DBG2, dbg): Eliminate.
3817 (debug_aix_thread): New static global.
3818 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3819 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3820 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3821 invocations to DBG and DBG2 macros to test against
3822 ``debug_aix_thread'' and call fprintf_unfiltered().
3823 (_initialize_aix_thread): Add new command "set debug aix-thread".
3824
3825 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3826
3827 From Gerhard Tonn <TON@de.ibm.com>:
3828 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3829 instead of supply_register.
3830
3831 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3832
3833 * dwarf2cfi.c: Include "gdb_assert.h".
3834 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3835 non-NULL.
3836 (update_context): Do not use __func__. Add missing ``break''.
3837 (update_context): Do not use __func__.
3838
3839 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3840
3841 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3842 and its setting. Set gdbarch instruction printing functions
3843 directly. For non-rs6000 case use new function
3844 gdb_print_insn_powerpc.
3845 (gdb_print_insn_powerpc): New function.
3846
3847 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3848
3849 * NEWS: Mention that the d30v has been marked obsolete.
3850 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3851 * configure.tgt: Mark d30v-*-* as obsolete.
3852 * d30v-tdep.c: Mark file as obsolete.
3853 * config/d30v/d30v.mt: Ditto.
3854 * config/d30v/tm-d30v.h: Ditto.
3855
3856 2002-07-13 Aidan Skinner <aidan@velvet.net>
3857
3858 * ada-tasks.c (add_task_entry): replace calls to
3859 malloc() with xmalloc
3860 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3861
3862 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3863 ada_finish_decode_line_1, all_sals_for_line
3864 ada_breakpoint_rewrite): replace calls to free() with xfree()
3865
3866 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3867
3868 From Nicholas Duffek (with minor changes by Martin Hunt,
3869 Louis Hamilton, and Kevin Buettner):
3870 * aix-thread.c: New file.
3871
3872 2002-07-12 Petr Sorfa <petrs@caldera.com>
3873
3874 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3875 complaint for invalid attribute class or form.
3876 (read_func_scope): DW_AT_frame_base
3877 better handling of DW_AT_block*.
3878 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3879 better handling of DW_AT_block*.
3880 (read_common_block): DW_AT_location
3881 better handling of DW_AT_block*.
3882 (read_partial_die): DW_AT_location better handling
3883 of DW_AT_block*.
3884 (new_symbol): DW_AT_external better handling of
3885 DW_AT_block*. Proper initialization of variable
3886 "addr".
3887 (attr_form_is_block): New function that returns true
3888 if the attribute's form is of DW_FORM_block*.
3889
3890 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3891
3892 * valops.c (find_method_list): Remove comment about
3893 removed STATIC_MEMFUNCP argument.
3894 (value_find_oload_method_list): Likewise.
3895
3896 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3897
3898 From Nicholas Duffek:
3899 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3900 target_new_objfile_hook.
3901
3902 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3903
3904 From Nicholas Duffek:
3905 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3906 csect.
3907
3908 2002-07-12 Andrew Cagney <cagney@redhat.com>
3909
3910 * MAINTAINERS: Mention --enable-sim-build-warnings.
3911 (m68hc11-elf): Disable sim build warnings.
3912 (m32r-elf): Mark as broken obsolete candidate.
3913 (x86_64-linux-gnu): Mark as buildable with -Werror.
3914 (arm-elf): Change -w to ``,'' which enables warnings but not
3915 -Werror.
3916
3917 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3918
3919 * bcache.h: Update copyright.
3920 (struct bstring, struct bcache): Move definition to "bcache.c".
3921 Replaced by opaque declaration.
3922 (bcache_xfree): Replace free_bcache.
3923 (bcache_xmalloc, bcache_memory_used): Declare.
3924
3925 * bcache.c: Update copyright.
3926 (struct bstring, struct bcache): Moved to here from "bcache.h".
3927 Update comments.
3928 (bcache_xmalloc, bcache_memory_used): New functions.
3929 (bcache_xfree): Replace function free_bcache.
3930
3931 * Makefile.in (objfiles.o): Add $(bcache_h).
3932 (objfiles_h): Remove $(bcache_h).
3933 (symfile.o): Add $(bcache_h).
3934
3935 * symmisc.c: Update copyright.
3936 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3937 (print_objfile_statistics): Use bcache_memory_used.
3938
3939 * symfile.c: Include "bcache.h".
3940 (reread_symbols): Use bcache_xfree.
3941 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3942 (add_psymbol_to_list): Pass psymbol_cache by value.
3943 (add_psymbol_with_dem_name_to_list): Ditto.
3944
3945 * objfiles.h: Update copyright.
3946 (struct bcache): Declare opaque. Do not include "bcache.h".
3947 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3948 bcache'' pointers.
3949 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3950
3951 * objfiles.c: Include "bcache.h". Update copyright.
3952 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3953 macro_cache.
3954 (free_objfile): Use bcache_xfree.
3955
3956 2002-07-11 Grace Sainsbury <graces@redhat.com>
3957
3958 * monitor.c (monitor_fetch_register): Make name a constant.
3959 (monitor_store_register): Same.
3960
3961 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3962
3963 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3964 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3965 (finish_block) For non-function blocks, hash the symbol table. For
3966 function blocks, mark the symbol table as unhashed.
3967 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3968 (msymbol_hash_iw): Likewise.
3969 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3970 value.
3971 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3972 (lookup_minimal_symbol): Likewise for both.
3973 * symtab.h (struct block): Add `hashtable' flag. Comment the
3974 hashtable.
3975 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3976 (ALL_BLOCK_SYMBOLS): Update.
3977 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3978 (struct symbol): Add `hash_next' pointer.
3979 * symtab.c (lookup_block_symbol): Search using the hash table when
3980 possible.
3981 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3982 (search_symbols, find_addr_symbol): Likewise.
3983
3984 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3985 (read_dst_symtab): Likewise.
3986 * jv-lang.c (get_java_class_symtab): Likewise.
3987 * mdebugread.c: Include "gdb_assert.h".
3988 (shrink_block): Assert that the block being modified is not hashed.
3989 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3990 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3991 symbols.
3992 (dump_symtab): Recognize hashed blocks.
3993 * printcmd.c (print_frame_args): Assert that function blocks do not
3994 have hashed symbol tables.
3995 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3996 (fill_in_ada_prototype, debug_print_block): Likewise.
3997 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3998
3999 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4000
4001 * stack.c (print_frame): Use result of frame_address_in_block()
4002 instead of fi->pc when evaluating symbols.
4003 (backtrace_command_1): Ditto.
4004
4005 2002-07-11 Andrew Cagney <cagney@redhat.com>
4006
4007 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4008 Make static.
4009
4010 * arm-tdep.c (arm_register_name): Make return type constant.
4011
4012 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4013
4014 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4015 prototype.
4016 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4017 * s390-tdep.c (s390_fp_regnum): Ditto.
4018 (s390_read_fp): Ditto.
4019 (s390_pop_frame): Ditto.
4020 (_initialize_s390_tdep): Ditto.
4021 * remote.c (get_remote_state): Ditto.
4022 * procfs.c (mappingflags): Ditto.
4023 * memattr.c (_initialize_mem): Ditto.
4024 * mcore-tdep.c (mcore_pop_frame): Ditto.
4025 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4026 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4027 * language.c (set_case_str): Ditto.
4028 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4029 * frv-tdep.c (new_variant): Ditto.
4030 (frv_stopped_data_address): Ditto.
4031 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4032 (context_alloc): Ditto.
4033 (frame_state_alloc): Ditto.
4034 (unwind_tmp_obstack_init): Ditto.
4035 (unwind_tmp_obstack_free): Ditto.
4036 (cfi_read_fp): Ditto.
4037 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4038 (cris_pop_frame): Ditto.
4039 * c-lang.c (scanning_macro_expansion): Ditto.
4040 (finished_macro_expansion): Ditto.
4041 (c_preprocess_and_parse): Ditto.
4042 * gdbarch.sh: Ditto.
4043 * gdbarch.h, gdbarch.c: Regenerate.
4044 * config/mn10200/tm-mn10200.h: Adjust indentation.
4045 * target.c: Adjust indentation.
4046 * symtab.h: Adjust indentation.
4047 * stabsread.h: Adjust indentation.
4048 * remote-es.c: Adjust indentation.
4049 * os9kread.c: Adjust indentation.
4050
4051 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4052
4053 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4054 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4055
4056 2002-07-10 Grace Sainsbury <graces@redhat.com>
4057
4058 * NEWS: Mention m68k, mcore multi-arching.
4059 * MAINTAINERS: Change status of m68k, mcore to reflect
4060 multi-arching.
4061
4062 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4063
4064 * valops.c (find_overload_match): Free oload_syms.
4065
4066 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4067
4068 Define HAVE_SYS_PROC_H if sys/proc.h exists
4069 * configure.in: Add check for sys/proc.h
4070 * config.in: Regenerate.
4071 * configure: Regenerate.
4072
4073 2002-07-09 Grace Sainsbury <graces@redhat.com>
4074
4075 * config/m68k/tm-m68k.h: Remove macros wrapped in
4076 #if !GDB_MULTI_ARCH.
4077
4078 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4079
4080 * config.in, configure: Regenerate.
4081
4082 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4083
4084 * dwarf2cfi.c: Include "gcore.h".
4085 (execute_stack_op): Fix implementation of the
4086 DW_OP_deref and DW_OP_deref_size operators by letting do their
4087 lookup in the target.
4088
4089 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4090
4091 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4092 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4093 tdep->sc_sp_offset.
4094
4095 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4096
4097 Fix PR gdb/595, gdb/602
4098 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4099 Don't call value_cast, just read the vtable pointer; update comments
4100 to match.
4101
4102 2002-07-05 Grace Sainsbury <graces@redhat.com>
4103
4104 * config/mcore/tm-mcore.h: Remove file.
4105 * config/mcore/mcore.mt: Remove definition of TM_FILE
4106 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4107
4108 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4109
4110 * i386bsd-tdep.c: Include "gdb_string.h".
4111
4112 2002-07-04 Grace Sainsbury <graces@redhat.com>
4113
4114 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4115 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4116 mcore-tdep.
4117 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4118 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4119 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4120 (RETVAL_REGNUM): Move macros from tm-mcore.h
4121 (mcore_reg_struct_has_addr): New function.
4122 (mcore_gdbarch_init): Added initializations for the macros removed
4123 from tm-mcore.h.
4124
4125 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4126
4127 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4128 traditonal string branding within the ELF header.
4129
4130 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4131
4132 * symtab.c (remove_params): New function.
4133 (make_symbol_overload_list): Use it instead of cplus_demangle.
4134 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4135
4136 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4137
4138 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4139
4140 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4141 New variables.
4142 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4143 and tdep->sigtramp_end.
4144 * i386obsd-nat.c: New file.
4145 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4146
4147 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4148 Don't call get_current_frame().
4149
4150 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4151
4152 * i386-nat.c (child_post_startup_inferior): New function
4153 calling i386_cleanup_dregs if
4154 I386_USE_GENERIC_WATCHPOINTS is defined.
4155 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4156 conditional to acknowledge that i386-nat.c has its
4157 own child_post_startup_inferior function.
4158
4159 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4160
4161 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4162 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4163 instead of MAX_REGISTER_RAW_SIZE.
4164 (i386_extract_return_value, i386_extract_struct_value_address):
4165 Convert to use regcache.
4166 (i386_gdbarch_init): Set max_register_raw_size and
4167 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4168 Set extract_return_value and extract_struct_value_address instead
4169 of their deprecated variants.
4170
4171 Convert i386 target to generic dummy frames.
4172 * i386-tdep.c: Include "symfile.h".
4173 (i386_frameless_signal_p): Consider a function to be frameless if
4174 the pc points at the first instruction of the function.
4175 (i386_frame_chain): Handle (generic) call dummies.
4176 (i386_frame_saved_pc): Likewise.
4177 (i386_frame_init_saved_regs): Remove code dealing with call
4178 dummies on the stack.
4179 (i386_push_dummy_frame): Removed.
4180 (i386_call_dummy_words): Removed.
4181 (i386_fix_call_dummy): Removed.
4182 (i386_push_return_address): New function.
4183 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4184 parameter, and don't call get_current_frame.
4185 (i386_pop_frame): New function.
4186 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4187 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4188 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4189 call_dummy_length to 0, set call_dummy_words to NULL, set
4190 sizeof_call_dummy_words to 0, set fix_call_dummy to
4191 generic_fix_call_dummy, set pc_in_call_dummy to
4192 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4193 generic_push_dummy_frame, set push_return_address to
4194 i386_push_return_address and set frame_chain_valid to
4195 generic_file_frame_chain_valid.
4196
4197 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4198
4199 * gdbarch.sh (struct regcache): Add opaque declaration.
4200 (EXTRACT_RETURN_VALUE): New architecture method.
4201 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4202 * gdbarch.h, gdbarch.c: Regenerate.
4203 * arch-utils.c (legacy_extract_return_value): New function.
4204 * arch-utils.h (legacy_extract_return_value): Declare.
4205 * values.c (value_being_returned): Re-enable code handling
4206 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4207 deprecated_grub_regcache_for_registers call to block handling
4208 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4209 (EXTRACT_RETURN_VALUE): Do not define.
4210
4211 2002-07-03 Grace Sainsbury <graces@redhat.com>
4212
4213 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4214 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4215 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4216 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4217 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4218 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4219 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4220 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4221 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4222 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4223 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4224 argument so the function fits the prototype in the architecture
4225 vector.
4226 (mcore_pop_frame): Remove argument so the function fits the
4227 prototype. Use get_current_frame instead of the argument.
4228 (mcore_push_arguments): Change type of struct_return so the
4229 function can be used in the architecture vector.
4230 (mcore_store_struct_return): Add.
4231 (mcore_frame_init_saved_regs): Add.
4232 (mcore_gdbarch_init): Add function calls to replace the macros
4233 removed from tm-mcore.h
4234
4235 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4236
4237 * infcmd.c (print_return_value): Remove compatibility code calling
4238 deprecated_grub_regcache_for_registers.
4239
4240 * values.c: Include "regcache.h".
4241 (value_being_returned): Update. Use
4242 deprecated_grub_regcache_for_registers to extract the register
4243 buffer address.
4244 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4245 ``struct regcache''.
4246 * Makefile.in (values.o): Add dependency on $(regcache_h).
4247
4248 * inferior.h (run_stack_dummy): Change type of second parameter to
4249 a ``struct regcache''.
4250 * valops.c (hand_function_call): Change type of retbuf to ``struct
4251 regcache''. Allocate using regcache_xmalloc, clean using
4252 make_cleanup_regcache_xfree.
4253 * infcmd.c (run_stack_dummy): Update. Use
4254 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4255
4256 * regcache.c (do_regcache_xfree): New function.
4257 (make_cleanup_regcache_xfree): New function.
4258 * regcache.h (make_cleanup_regcache_xfree): Declare.
4259
4260 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4261
4262 * event-top.c (command_line_handler): Don't read past
4263 beginning of buffer.
4264
4265 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4266
4267 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4268 struct frame_id.
4269 (varobj_create): Store frame_id for root.
4270 (varobj_gen_name): Use xasprintf.
4271 (varobj_update): Save and restore frame using get_frame_id() and
4272 frame_find_by_id().
4273 (create_child): Use xasprintf.
4274 (new_root_variable): Initialize frame_id.
4275 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4276 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4277 to prevent memory leak.
4278
4279 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4280
4281 * valops.c (hand_function_call): Move declaration of retbuf to
4282 start of function, allocate using malloc, add a cleanup but before
4283 the inf_status cleanup, cleanup the buffer. Rename local variable
4284 old_chain to inf_status_cleanup.
4285
4286 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4287
4288 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4289
4290 * cli/cli-decode.c (cmd_func_p): New function.
4291 (cmd_func): New function.
4292
4293 * command.h: Add cmd_func() and cmd_func_p().
4294
4295 2002-07-03 Grace Sainsbury <graces@redhat.com>
4296
4297 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4298 (REGISTER_SIZE): Remove.
4299 (MAX_REGISTER_RAW_SIZE): Remove.
4300 (REGISTER_VIRTUAL_TYPE): Remove.
4301 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4302 (REGISTER_NAME): Remove.
4303 (USE_GENERIC_DUMMY_FRAMES): Remove.
4304 (CALL_DUMMY): Remove.
4305 (CALL_DUMMY_START_OFFSET): Remove.
4306 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4307 (CALL_DUMMY_LOCATION): Remove.
4308 (FIX_CALL_DUMMY): Remove.
4309 (CALL_DUMMY_ADDRESS): Remove.
4310 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4311 (SAVE_DUMMY_FRAME_TOS): Remove.
4312 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4313 (mcore_register_virtual_type): New function.
4314 (mcore_register_byte): New function.
4315 (mcore_register_size): New function.
4316 (mcore_register_name): New function.
4317 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4318 macros removed from tm-mcore.h.
4319 (mcore_dump_tdep): Add.
4320 (_initialize_mcore_tdep): Add gdbarch_register call.
4321
4322 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4323
4324 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4325 frameless_look_for_prologue, such that we actually call this
4326 function.
4327
4328 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4329
4330 * frame.h (frame_address_in_block): New function.
4331
4332 * blockframe.c (frame_address_in_block): New function extracted
4333 from get_frame_block().
4334 (get_frame_block): Use frame_address_in_block().
4335 (block_innermost_frame): Use frame_address_in_block() to match
4336 the frame pc address against the block boundaries rather than
4337 the frame pc directly. This prevents a failure when a frame pc
4338 is actually a return-address pointing immediately after the end
4339 of the given block.
4340
4341 2002-07-02 Grace Sainsbury <graces@redhat.com>
4342
4343 * MAINTAINERS: Add self under write after approval.
4344
4345 2002-07-02 Grace Sainsbury <graces@redhat.com>
4346
4347 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4348 used in architecture vector. The default is
4349 m68k_local_breakpoint_from_pc.
4350 (m68k_local_breakpoint_from_pc): Add.
4351 (enum): Add register numbers from tm-m68k.h.
4352 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4353 vector.
4354 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4355 GDB_MULTI_ARCH_PARTIAL.
4356 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4357 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4358 m68k-tdep.c.
4359 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4360 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4361 to enum in m68k-tdep.c
4362
4363 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4364
4365 * solib-osf.c (open_map): Compute the list of shared libraries
4366 loaded by the inferior, rather than the list of libraries loaded
4367 by GDB itself. Otherwise, GDB ends up reading the symbols from
4368 the wrong shared libraries...
4369
4370 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4371
4372 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4373 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4374 macros.
4375 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4376 Remove functions.
4377 (FRAMELESS_SIGNAL): Remove function.
4378 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4379 i386_linux_saved_pc_after_call): Removed.
4380 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4381 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4382 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4383
4384 * i386-tdep.c (i386_frameless_signal_p): New function.
4385 (i386_frame_chain): Deal with frameless signals.
4386 (i386_sigtramp_saved_sp): New function.
4387 (i386_frame_saved_pc): Deal with frameless signals.
4388 (i386_saved_pc_after_call): Make sure the correct value is
4389 returned just after entry into a sigtramp.
4390 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4391 i386fbsd4_sc_sp_offset): New variables.
4392 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4393 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4394 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4395 similiar to what we already did for sc_pc_offset.
4396 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4397 tdep->sc_sp_offset.
4398
4399 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4400
4401 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4402
4403 * config/i386/tm-x86-64linux.h: New.
4404 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4405 definitions.
4406 * config/i386/nm-x86-64.h: Rename to ...
4407 * config/i386/nm-x86-64linux.h: ... this one.
4408 * config/i386/x86-64linux.mh: Reflect the above change.
4409
4410 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4411
4412 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4413 with sigcontext_addr. Add sc_sp_offset.
4414 (i386bsd_sigtramp_saved_pc): Remove prototype.
4415 (i386bsd_sicontext_addr): Add prototype.
4416 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4417 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4418 (i386_svr4_sigtramp_saved_pc): Removed.
4419 (i386_svr4_sigcontext_addr): New function.
4420 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4421 Initialize tdep->sigcontext_addr instead. Initialize
4422 tdep->sc_pc_offset and tdep->sc_sp_offset.
4423 (i386_gdbarch_init): Likewise.
4424 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4425 any more.
4426 (i386bsd_sigtramp_saved_pc): Remove function.
4427 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4428 Initialize tdep->sigcontext_addr instead. Initialize
4429 tdep->sc_pc_offset.
4430 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4431 of tdep->sigtramp_saved_pc.
4432 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4433 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4434 instead.
4435
4436 * i386-tdep.c (i386_frameless_function_invocation,
4437 i386_frame_num_args, i386_frame_init_saved_regs,
4438 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4439 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4440 i386_extract_return_value, i386_store_return_value,
4441 i386_extract_struct_value_address, i386_register_virtual_type,
4442 i386_register_convertible, i386_register_convert_to_virtual,
4443 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4444 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4445 static.
4446
4447 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4448
4449 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4450
4451 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4452 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4453 this macro. Include "value.h".
4454
4455 2002-06-30 Aidan Skinner <aidan@velvet.net>
4456
4457 * ada-exp.tab.c: remove as it's a generated file
4458 * ada-lex.c: remove as it's a generated file
4459
4460 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4461
4462 * config/i386/tm-i386.h (struct frame_info, struct
4463 frame_saved_regs, struct value, struct type): Remove forward
4464 declarations.
4465
4466 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4467 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4468 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4469 (FILL_FPXREGSET): Define.
4470
4471 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4472
4473 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4474 i[3456]86-*-netbsd* case.
4475 * config/i386/tm-obsd.h: Removed.
4476 * config/i386/obsd.mt: Removed.
4477 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4478 core-aout.o.
4479 (MH_CFLAGS): Add -DYYDEBUG=0.
4480
4481 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4482 i386nbsd_sc_pc_offset on OpenBSD too.
4483
4484 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4485 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4486 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4487 define.
4488 * i386bsd-tdep.c: Include "arch-utils.h".
4489 (i386bsd_aout_in_solib_call_trampoline): New function.
4490 (i386bsd_init_abi): Set in_solib_call_trampoline to
4491 i386bsd_aout_in_solib_call_trampoline.
4492 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4493 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4494
4495 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4496
4497 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4498 (struct obstack, struct bcache): Add opaque declarations.
4499 * Makefile.in (macrotab_h): Update
4500
4501 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4502
4503 * blockframe.c (generic_find_dummy_frame): Change return type to
4504 ``struct regcache''.
4505 (struct dummy_frame): Replace field ``registers'' with regcache, a
4506 struct regcache object.
4507 (generic_find_dummy_frame): Update.
4508 (generic_push_dummy_frame): Update. Use regcache_xfree,
4509 regcache_xmalloc and regcache_cpy.
4510 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4511 regcache_xfree.
4512 (deprecated_generic_find_dummy_frame): Update.
4513 (generic_read_register_dummy): Update. Use
4514 regcache_read_as_address.
4515 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4516 (generic_get_saved_register): Update. Use regcache_read.
4517
4518 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4519
4520 * Makefile.in (objfiles_h): Add $(bcache_h).
4521 * objfiles.h: Include "bcache.h".
4522
4523 * Makefile.in (symtab_h): Remove $(bcache_h).
4524 * symtab.h: Do not include "bcache.h".
4525
4526 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4527
4528 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4529 generic_func_frame_chain_valid.
4530
4531 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4532
4533 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4534 * config/i386/tm-fbsd.h: Likewise.
4535
4536 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4537
4538 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4539 generic_unwind_get_saved_register.
4540
4541 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4542
4543 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4544 * regcache.c (supply_register): Add missing argument to
4545 register_buffer call.
4546
4547 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4548
4549 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4550 Solaris /bin/grep does not not like it. From Peter Schauer.
4551
4552 2002-06-26 Tom Tromey <tromey@redhat.com>
4553
4554 * command.h (add_setshow_cmd): Declare.
4555 (add_setshow_cmd_full): Declare.
4556 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4557 returns void. Use add_setshow_cmd_full.
4558 (add_setshow_cmd_full): New function.
4559 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4560 (add_setshow_boolean_cmd): Likewise.
4561
4562 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4563
4564 * config/vax/tm-vax.h: Protect from multiple inclusion.
4565 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4566 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4567 * config/vax/tm-vaxbsd.h: ...here. New file.
4568 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4569
4570 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4571
4572 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4573 (BELIEVE_PCC_PROMOTION): Remove.
4574 (AP_REGNUM): Move to...
4575 * config/vax/nm-vax.h: ...here.
4576 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4577 (vax_breakpoint_from_pc): New function.
4578 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4579 and gdbarch_believe_pcc_promotion.
4580
4581 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4582
4583 * Makefile.in (vax_tdep_h): Define.
4584 (vax-tdep.o): Use $(vax_tdep_h).
4585 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4586 (vax_dump_tdep): New function.
4587 (_initialize_vax_tdep): Register vax_dump_tdep.
4588 * vax-tdep.h: Include osabi.h.
4589 (struct gdbarch_tdep): New.
4590
4591 2002-06-26 Andrew Cagney <cagney@redhat.com>
4592
4593 * frame.h (deprecated_generic_find_dummy_frame): Rename
4594 generic_find_dummy_frame.
4595 * blockframe.c (generic_find_dummy_frame): Make static.
4596 (deprecated_generic_find_dummy_frame): New function.
4597 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4598 generic_find_dummy_frame with deprecated_find_dummy_frame.
4599 (sh64_nofp_frame_init_saved_regs): Ditto.
4600 (sh_fp_frame_init_saved_regs): Ditto.
4601 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4602 (s390_frame_chain): Ditto.
4603 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4604
4605 2002-06-26 Grace Sainsbury <graces@redhat.com>
4606
4607 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4608 gdbarch vector are at the top.
4609 (NUM_REGS): Remove.
4610 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4611 (FRAME_ARGS_ADDRESS): Remove.
4612 (FRAME_LOCALS_ADDRESS): Remove.
4613 (FRAME_NUM_ARGS): Remove.
4614 (FRAME_ARGS_SKIP): Remove.
4615 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4616 (m68k_gdbarch_init): Add gdbarch initializations for macros
4617 undefined in tm-m68k.h
4618
4619 2002-06-26 Grace Sainsbury <graces@redhat.com>
4620
4621 * monitor.h: Add the function regname to monitor_ops
4622 structure. This way NUM_REGS does not have to be a constant.
4623 * monitor.c (monitor_fetch_register): Added support for regname
4624 function. The function is called if the array regnames is NULL.
4625 (monitor_store_register): Same.
4626 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4627 regnames array.
4628 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4629 cpu32bug_cmds.regname to point to new function.
4630 * abug-rom.c (abug_regname): Same as above.
4631 (init_abug_cmds): Same.
4632 * dbug-rom.c (dbug_regname): Same as above.
4633 (init_dbug_cmds): Same.
4634 * remote-est.c (est_regname): Same.
4635 (init_est_cmds): Same.
4636 * rom68k-rom.c (rom68k_regname): Same.
4637 (init_rom68k_cmds): Same.
4638
4639 2002-06-25 Tom Tromey <tromey@redhat.com>
4640
4641 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4642
4643 2002-06-25 Andrew Cagney <cagney@redhat.com>
4644
4645 * infrun.c (stop_registers): Change variable's type to ``struct
4646 regcache'''.
4647 (xmalloc_inferior_status): Delete function.
4648 (free_inferior_status): Delete function.
4649 (normal_stop): Use regcache_cpy.
4650 (struct inferior_status): Change type of fields ``stop_registers''
4651 and ``registers'' to ``struct regcache''.
4652 (write_inferior_status_register): Use regcache_write.
4653 (save_inferior_status): Instead of calling
4654 xmalloc_inferior_status, allocate the inf_status buffer directly.
4655 Use regcache_dup_no_passthrough and regcache_dup to save the
4656 buffers.
4657 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4658 Replace the stop_registers regcache instead of overriding it. Use
4659 regcache_xfree. Instead of calling free_inferior_status, xfree
4660 the buffer directly.
4661 (discard_inferior_status): Use regcache_xfree. Instead of calling
4662 free_inferior_status, xfree the buffer directly.
4663 (build_infrun): Use regcache_xmalloc.
4664 (_initialize_infrun): Delete redundant call to build_infrun.
4665
4666 * Makefile.in (infcmd.o): Add $(regcache_h).
4667
4668 * infcmd.c: Include "regcache.h".
4669 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4670 obtain the address of `stop_registers' register buffer.
4671 (print_return_value): Ditto.
4672
4673 * inferior.h (struct regcache): Add opaque declaration.
4674 (stop_registers): Change variable's declared type to ``struct
4675 regcache''.
4676
4677 2002-06-24 Tom Tromey <tromey@redhat.com>
4678
4679 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4680 * target.c (initialize_targets): Fixed typo in
4681 trust-readonly-sections `show' documentation.
4682
4683 * main.c: Marked all strings with _().
4684
4685 2002-06-24 Don Howard <dhoward@redhat.com>
4686
4687 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4688 that means max CORE_ADDR+1.
4689 (lookup_mem_region): Ditto.
4690 (mem_info_command): Ditto.
4691
4692 2002-06-24 Grace Sainsbury <graces@redhat.com>
4693
4694 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4695 (REGISTER_BYTES_OK): Remove.
4696 (REGISTER_BYTES): Remove.
4697 (STORE_STRUCT_RETURN): Remove.
4698 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4699 (STORE_RETURN_VALUE): Remove.
4700 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4701 (FRAME_CHAIN): Remove.
4702 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4703 (FRAME_SAVED_PC): Remove.
4704 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4705 (m68k_store_struct_return): Add.
4706 (m68k_deprecated_extract_return_value): Add.
4707 (m68k_deprecated_extract_struct_value_address): Add.
4708 (m68k_store_return_value): Add.
4709 (m68k_frame_chain): Add.
4710 (m68k_frameless_function_invocation): Add.
4711 (m68k_frame_saved_pc): Add.
4712 (m68k_gdbarch_init): added set_gdbarch calls for new
4713 functions and deleted macros.
4714
4715 2002-06-23 Tom Tromey <tromey@redhat.com>
4716
4717 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4718 (ALLDEPFILES): Likewise.
4719 (udiheaders): Removed.
4720 (udip2soc.o): Likewise.
4721 (udi2go32.o): Likewise.
4722 (udr.o): Likewise.
4723 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4724
4725 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4726
4727 * infrun.c (_initialize_infrun): Delete unnecessary call to
4728 build_infrun.
4729
4730 * regcache.h: Update comments describing the regcache_cpy family
4731 of functions.
4732 (regcache_save, regcache_restore): Delete declaration.
4733 (regcache_save_no_passthrough): Delete declaration.
4734 (regcache_restore_no_passthrough): Delete declaration.
4735 * regcache.c (regcache_save): Delete function.
4736 (regcache_save_no_passthrough): Delete function.
4737 (regcache_restore): Delete function.
4738 (regcache_restore_no_passthrough): Delete function.
4739
4740 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4741
4742 * config/m68k/tm-m68k.h: Fix typo.
4743 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4744 (m68k_frame_init_saved_regs): Declare.
4745
4746 2002-06-21 Jim Blandy <jimb@redhat.com>
4747
4748 Remove some vestiges of Harris 88k support.
4749 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4750 register numbering quirk.
4751 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4752 odd symbols occurring in Harris 88k ELF targets.
4753
4754 2002-06-21 Tom Tromey <tromey@redhat.com>
4755
4756 * gdb_locale.h: New file.
4757 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4758 (defs_h): Added gdb_locale.h.
4759 * configure, config.in: Rebuilt.
4760 * configure.in (PACKAGE): Define.
4761 * defs.h: Include gdb_locale.h.
4762 * main.c (captured_main): Call setlocale, bindtextdomain,
4763 textdomain.
4764
4765 2002-06-21 Dave Brolley <brolley@redhat.com>
4766
4767 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4768 * config/frv/frv.mt: New file.
4769 * config/frv/tm-frv.h: New file.
4770 * configure.tgt: Support frv-*-*.
4771 * Makefile.in (frv-tdep.o): New target.
4772 * frv-tdep.c: New file.
4773 * NEWS: Mention frv.
4774
4775 2002-06-21 Dave Brolley <brolley@redhat.com>
4776
4777 * MAINTAINERS: Add self to "Write After Approval" list.
4778
4779 2002-06-21 Grace Sainsbury <graces@redhat.com>
4780
4781 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4782 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4783 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4784 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4785 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4786
4787 * m68k-tdep.c: Include arch-utils.h
4788 (m68k_register_raw_size): Add.
4789 (m68k_register_virtual_size): Add.
4790 (m68k_register_virtual_type): Add.
4791 (m68k_register_name): Add.
4792 (m68k_stack_align): Add.
4793 (m68k_register_byte): Add.
4794 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4795 tm-m68k.h.
4796
4797 2002-06-21 Grace Sainsbury <graces@redhat.com>
4798
4799 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4800 m68k_find_saved_regs.
4801 (m68k_pop_frame): Removed saved_regs structure, and replaced
4802 references to it with frame->saved_regs.
4803 (m68k_gdbarch_init): Added function calls to initialize the
4804 gdbarch structure.
4805 (m68k_fix_call_dummy): Add.
4806 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4807 (CALL_DUMMY): Remove.
4808 (CALL_DUMMY_LENGTH): Remove.
4809 (CALL_DUMMY_START_OFFSET): Remove.
4810 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4811 (FIX_CALL_DUMMY): Remove.
4812 (PUSH_DUMMY_FRAME): Remove.
4813 (POP_FRAME): Remove.
4814
4815 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4816
4817 * parse.c (parse_fprintf): New function used to avoid calls to
4818 fprintf in bison parser generated debug code.
4819 * parser-defs.h: Declaration of new parse_fprintf function.
4820 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4821 Set YYDEBUG to 1 by default.
4822 Set YYFPRINTF as parse_fprintf.
4823
4824 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4825
4826 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4827 encoding anymore.
4828 (pointer_encoding, enum ptr_encoding): New.
4829 (execute_cfa_program): Take care about pointer encoding.
4830 (dwarf2_build_frame_info): Only call parse_frame_info for
4831 .debug_frame and .eh_frame.
4832 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4833 fixed augmentation handling, added relative addressing,
4834 ignore duplicate FDEs. Added comments.
4835 * dwarf2cfi.c: Reindented.
4836
4837 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4838
4839 * event-top.c (command_handler): Don't use space_at_cmd_start
4840 unless there is sbrk() on the host. Assign time and space data
4841 to union fields of the appropriate length.
4842
4843 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4844
4845 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4846 x86_64_register_name. Return type changed to 'const char *'.
4847 (x86_64_register_name2nr): Rename to x86_64_register_number.
4848 (x86_64_gdbarch_init): Update to reflect the change.
4849 * x86-64-tdep.h: Ditto.
4850 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4851 (supply_fpregset): Ditto.
4852
4853 2002-06-19 Andrew Cagney <cagney@redhat.com>
4854
4855 * regcache.h: Update copyright.
4856 (struct regcache, struct gdbarch): Add opaque declarations.
4857 (current_regcache): Declare global variable.
4858 (regcache_read, regcache_write): Add gdbarch parameter.
4859 (regcache_save, regcache_save_no_passthrough)
4860 (regcache_restore, regcache_restore_no_passthrough)
4861 (regcache_dup, regcache_dup_no_passthrough)
4862 (regcache_cpy, regcache_cpy_no_passthrough)
4863 (deprecated_grub_regcache_for_registers)
4864 (deprecated_grub_regcache_for_register_valid)
4865 (regcache_valid_p): Add function declarations.
4866
4867 * regcache.c: Update copyright.
4868 (regcache_descr_handle): New global variable.
4869 (struct regcache_descr): Define.
4870 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4871 (regcache_descr, xfree_regcache_descr): New functions.
4872 (struct regcache): Define.
4873 (regcache_xmalloc, regcache_xfree): New functions.
4874 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4875 (regcache_dup, regcache_dup_no_passthrough): New functions.
4876 (regcache_valid_p, regcache_read_as_address): New functions.
4877 (deprecated_grub_regcache_for_registers): New function.
4878 (deprecated_grub_regcache_for_register_valid): New function.
4879 (current_regcache): New global variable.
4880 (register_buffer): Add regcache parameter. Update calls.
4881 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4882 (read_register_gen, write_register_gen): Update register_buffer
4883 call. Test for legacy_p instead of gdbarch_register_read_p or
4884 gdbarch_register_write_p.
4885 (regcache_collect): Update register_buffer call.
4886 (build_regcache): Rewrite. Use deprecated grub functions.
4887 (regcache_save, regcache_save_no_passthrough): New functions.
4888 (regcache_restore, regcache_restore_no_passthrough): New
4889 functions.
4890 (_initialize_regcache): Create the regcache_data_handle. Swap
4891 current_regcache global variable.
4892
4893 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4894 parameter to regcache_read and regcache_write calls.
4895 (sh4_register_read): Ditto.
4896 (sh64_pseudo_register_read): Ditto.
4897 (sh64_register_read): Ditto.
4898 (sh_pseudo_register_write): Ditto.
4899 (sh4_register_write): Ditto.
4900 (sh64_pseudo_register_write): Ditto.
4901 (sh64_register_write): Ditto.
4902
4903 * defs.h (XCALLOC): Define.
4904
4905 2002-06-19 Grace Sainsbury <graces@redhat.com>
4906
4907 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4908 * m68k-tdep.c (m68k_gdbarch_init): Added.
4909 (m68k_dump_tdep): Added.
4910
4911 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4912
4913 * ada-lang.c (fill_in_ada_prototype): Update comment.
4914
4915 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4916
4917 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4918 MIPS_ABI_LAST.
4919 (mips_abi_string, mips_abi_strings): New.
4920 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4921 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4922 tdep->mips_abi_string. Honor mips_abi_string. Default to
4923 O32 if no ABI is found.
4924 (mips_dump_tdep): Use mips_abi_strings.
4925 (mips_abi_update): New function.
4926 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4927 ``set mips abi'' and ``show mips abi''. Check the size of
4928 mips_abi_strings.
4929
4930 2002-06-19 Andrew Cagney <cagney@redhat.com>
4931
4932 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4933 constant.
4934
4935 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4936
4937 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4938 current frame using only the first stack size adjustment. All
4939 subsequent size adjustments are not considered to be part of
4940 the "static" part of the current frame.
4941 Compute the address of the saved registers relative to the
4942 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4943 in use in this frame.
4944
4945 2002-06-18 Don Howard <dhoward@redhat.com>
4946
4947 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4948 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4949 suggesting this solution.
4950
4951 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4952
4953 * config/romp/xm-rtbsd.h: Delete file.
4954 * config/romp/rtbsd.mh: Delete file.
4955
4956 2002-06-18 Keith Seitz <keiths@redhat.com>
4957
4958 * breakpoint.c (condition_command): Post breakpoint_modify
4959 when a condition is added to an existing breakpoint.
4960 (commands_command): Likewise for commands.
4961 (set_ignore_count): Likewise for ignore counts.
4962 If no tty, do not simply return, still need to send event
4963 notification.
4964 (ignore_command): Only print a newline if the command came
4965 from a tty.
4966 Don't call breakpoints_changed, since this is now properly
4967 handled by set_ignore_count.
4968
4969 2002-06-18 Andrew Cagney <cagney@redhat.com>
4970
4971 * MAINTAINERS: Note that cris-elf target can be compiled with
4972 -Werror.
4973 * cris-tdep.c (cris_register_name): Make return type constant.
4974 (cris_breakpoint_from_pc): Ditto.
4975
4976 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4977
4978 * frame.h (struct frame_info): Change type of context to
4979 'struct context'.
4980
4981 2002-06-17 Andrew Cagney <cagney@redhat.com>
4982
4983 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4984 pointer.
4985 * gdbarch.h, gdbarch.c: Regenerate.
4986 * config/mips/tm-mips.h (mips_register_name): Update.
4987 * i386-tdep.h (i386_register_name): Update.
4988 * mips-tdep.c (mips_register_name): Update
4989 * alpha-tdep.c (alpha_register_name): Update.
4990 * arch-utils.c (legacy_register_name): Update.
4991 * arch-utils.h (legacy_register_name): Update.
4992 * avr-tdep.c (avr_register_name): Update.
4993 * ia64-tdep.c (ia64_register_name): Update.
4994 * i386-tdep.c (i386_register_name): Update.
4995 * sparc-tdep.c (sparc32_register_name): Update.
4996 (sparc64_register_name): Update.
4997 (sparclite_register_name): Update.
4998 (sparclet_register_name): Update.
4999 * sh-tdep.c (sh_generic_register_name): Update.
5000 (sh_sh_register_name): Update.
5001 (sh_sh3_register_name): Update.
5002 (sh_sh3e_register_name): Update.
5003 (sh_sh_dsp_register_name): Update.
5004 (sh_sh3_dsp_register_name): Update.
5005 (sh_sh4_register_name): Update.
5006 (sh_sh64_register_name): Update.
5007 * s390-tdep.c (s390_register_name): Update.
5008 * rs6000-tdep.c (rs6000_register_name): Update.
5009 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5010 (ns32k_register_name_32382): Update.
5011 * d10v-tdep.c (d10v_ts2_register_name): Update.
5012 (d10v_ts3_register_name): Update.
5013 * xstormy16-tdep.c (xstormy16_register_name): Update.
5014 * vax-tdep.c (vax_register_name): Update.
5015 * v850-tdep.c (v850_register_name): Update.
5016 * m68hc11-tdep.c (m68hc11_register_name): Update.
5017 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5018 (am33_register_name): Update.
5019
5020 2002-06-17 Grace Sainsbury <graces@redhat.com>
5021
5022 * m68k-tdep.c: Reindented.
5023
5024 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5025
5026 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5027 list of predefined types.
5028
5029 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5030
5031 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5032 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5033 REGISTER_CONVERT_TO_RAW): Remove defines.
5034 (i386_register_virtual_type, i386_register_convertible,
5035 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5036 Remove prototypes.
5037 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5038 macros mentioned above.
5039
5040 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5041 (i386lynx_saved_pc_after_call): Remove prototype.
5042 * i386ly-tdep.c: Include "i386-tdep.h".
5043 (i386lynx_saved_pc_after_call): Make static. Use
5044 read_memory_nobpt instead of read_memory. Use
5045 read_memory_unsigned_integer instead of read_memory_integer.
5046 (i386lynx_init_abi): New function.
5047 (i386lynx_coff_osabi_sniffer): New function.
5048 (_initialize_i386bsd_tdep): New function.
5049
5050 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5051 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5052 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5053 (i386_fix_call_dummy): Remove prototype.
5054 * i386-tdep.c (i386_call_dummy_words): New variable.
5055 (i386_gdbarch_init): Adjust for removal of the
5056 macros mentioned above.
5057
5058 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5059
5060 * command.h (add_setshow_auto_boolean_cmd): Replace
5061 add_set_auto_boolean_cmd.
5062 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5063 add_set_auto_boolean_cmd.
5064 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5065 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5066 mask-address'' command.
5067 (show_mask_address): Add cmd parameter.
5068 * remote.c (add_packet_config_cmd): Update. Change type of
5069 set_func and show_func to cmd_sfunc_ftype.
5070 (_initialize_remote): Update `set remote Z-packet'
5071 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5072 (show_remote_protocol_e_packet_cmd): Ditto.
5073 (show_remote_protocol_E_packet_cmd): Ditto.
5074 (show_remote_protocol_P_packet_cmd): Ditto.
5075 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5076 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5077 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5078 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5079 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5080 (show_remote_protocol_Z_packet_cmd): Ditto.
5081 (show_remote_protocol_binary_download_cmd): Ditto.
5082 (show_remote_cmd): Pass NULL to all of above.
5083
5084 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5085
5086 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5087 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5088 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5089 POP_FRAME): Remove defines.
5090 (i386_push_arguments, i386_store_struct_return,
5091 i386_extract_return_value, i386_store_return_value,
5092 i386_extract_struct_value_address, i386_push_dummy_frame,
5093 i386_pop_frame): Renove prototypes.
5094 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5095 macros mentioned above.
5096
5097 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5098
5099 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5100 add_set_boolean_cmd.
5101 (add_setshow_cmd): New function.
5102 * command.h (add_setshow_boolean_cmd): Replace
5103 add_set_boolean_cmd.
5104 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5105 and ``set rdiromatzero''.
5106 * maint.c (_initialize_maint_cmds): Update commented out code.
5107 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5108 * target.c (initialize_targets): Update `set
5109 trust-readonly-sections'.
5110 * remote.c (_initialize_remote): Update `set remotebreak'.
5111
5112 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5113
5114 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5115 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5116 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5117 fit into multi-arch framework.
5118 (i386_breakpoint_from_pc): New function.
5119 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5120 above.
5121
5122 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5123 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5124 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5125 (i386_frameless_function_invocation, i386_frame_num_args,
5126 i386_frame_init_saved_regs): Remove prototypes.
5127 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5128 macros mentioned above.
5129
5130 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5131
5132 * cli/cli-decode.c (set_cmd_cfunc): Update.
5133 (set_cmd_sfunc): Update.
5134 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5135 (set_cmd_sfunc, set_cmd_cfunc): Update.
5136 * cli/cli-decode.h: Update.
5137
5138 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5139
5140 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5141 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5142
5143 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5144
5145 * defs.h (auto_boolean): Declare enum.
5146 * command.h (cmd_auto_boolean): Delete enum.
5147 * mips-tdep.c (mask_address_var): Update.
5148 (mips_mask_address_p): Update.
5149 (show_mask_address): Update.
5150 * remote.c (struct packet_config): Update.
5151 (update_packet_config): Update.
5152 (show_packet_config_cmd): Update.
5153 (packet_ok): Update.
5154 (add_packet_config_cmd): Update.
5155 (_initialize_remote):
5156 * command.h: Update.
5157 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5158 (do_setshow_command): Update.
5159 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5160 * cli/cli-decode.h: Update.
5161
5162 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5163
5164 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5165 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5166 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5167 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5168 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5169 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5170
5171 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5172 list of DJGPP COFF targets.
5173
5174 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5175 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5176 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5177 (FP0_REGNUM): Remove define.
5178 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5179 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5180 (i386_register_virtual_size): Remove protoype.
5181 * i386-tdep.c (i386_register_virtual_size): Removed.
5182 (i386_extract_return_value, i386_store_return_value): Use
5183 FP0_REGNUM instead of NUM_FREGS to determine whether the
5184 floating-point registers are available.
5185 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5186 Adjust for removal of macros mentioned above.
5187
5188 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5189
5190 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5191 comments.
5192 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5193 Remove prototypes.
5194 (supply_gregset, fill_gregset): Remove use of register keyword and
5195 remove declaration for regmap. Use I386_NUM_GREGS instead of
5196 NUM_REGS and NUM_FREGS.
5197 (FPREGSET_FSAVE_OFFSET): Remove.
5198 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5199 NUM_FREGS to determine whether the floating-point registers are
5200 available.
5201
5202 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5203 gnu_store_registers): Replace usage of NUM_GREGS with
5204 I386_NUM_GREGS.
5205
5206 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5207 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5208 usage of NUM_GREGS with I386_NUM_GREGS.
5209
5210 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5211
5212 * i386bsd-nat.c: Include "i386-tdep.h".
5213 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5214 I386_NUM_GREGS.
5215
5216 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5217 and associated comment. They no longer make any sense, since we
5218 don't use this file anymore on Linux.
5219
5220 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5221 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5222 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5223 elements in these arrays.
5224 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5225 MAX_NUM_REGS.
5226
5227 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5228
5229 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5230 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5231
5232 2002-06-14 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5235 EXTRACT_RETURN_VALUE.
5236 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5237 EXTRACT_STRUCT_VALUE_ADDRESS.
5238 * gdbarch.h, gdbarch.c: Regenerate.
5239
5240 * values.c (value_being_returned): Handle
5241 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5242 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5243
5244 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5245 * arm-tdep.c (arm_gdbarch_init): Update.
5246 * avr-tdep.c (avr_gdbarch_init): Update.
5247 * cris-tdep.c (cris_gdbarch_init): Update.
5248 * d10v-tdep.c (d10v_gdbarch_init): Update.
5249 * ia64-tdep.c (ia64_gdbarch_init): Update.
5250 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5251 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5252 * s390-tdep.c (s390_gdbarch_init): Update.
5253 * sh-tdep.c (sh_gdbarch_init): Update.
5254 * s390-tdep.c (s390_gdbarch_init): Update.
5255 * sparc-tdep.c (sparc_gdbarch_init): Update.
5256 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5257 * v850-tdep.c (v850_gdbarch_init): Update.
5258 * vax-tdep.c (vax_gdbarch_init): Update.
5259 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5260 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5261
5262 * config/arc/tm-arc.h: Update.
5263 * config/d30v/tm-d30v.h: Update.
5264 * config/fr30/tm-fr30.h: Update.
5265 * config/h8300/tm-h8300.h: Update.
5266 * config/h8500/tm-h8500.h: Update.
5267 * config/i386/tm-i386.h: Update.
5268 * config/i386/tm-ptx.h: Update.
5269 * config/i386/tm-symmetry.h: Update.
5270 * config/i960/tm-i960.h: Update.
5271 * config/m32r/tm-m32r.h: Update.
5272 * config/m68k/tm-delta68.h: Update.
5273 * config/m68k/tm-linux.h: Update.
5274 * config/m68k/tm-m68k.h: Update.
5275 * config/m88k/tm-m88k.h: Update.
5276 * config/mcore/tm-mcore.h: Update.
5277 * config/mips/tm-mips.h: Update.
5278 * config/mn10200/tm-mn10200.h: Update.
5279 * config/pa/tm-hppa.h: Update.
5280 * config/pa/tm-hppa64.h: Update.
5281 * config/sparc/tm-sp64.h: Update.
5282 * config/sparc/tm-sparc.h: Update.
5283 * config/sparc/tm-sparclet.h: Update.
5284 * config/z8k/tm-z8k.h: Update.
5285
5286 2002-06-14 Andrew Cagney <cagney@redhat.com>
5287
5288 * Makefile.in (i386_linux_tdep_h): Define.
5289 (i386_tdep_h, i387_tdep_h): Define.
5290 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5291 $(i386_tdep_h) and $(i387_tdep_h).
5292 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5293
5294 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5295
5296 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5297 Already covered by the default.
5298
5299 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5300 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5301 (i386_gdbarch_init): Initialize long_double_format and long_double
5302 bit.
5303
5304 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5305 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5306 Move these to ...
5307 * config/i386/i386sol2.mh: ... here.
5308 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5309 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5310 (SIGCONTEXT_PC_OFFSET): Remove define.
5311 (IN_SIGTRAMP): Remove define.
5312 * i386-sol2-tdep.c: New file.
5313
5314 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5315 * config/i386/tm-i386nw.h: Removed.
5316
5317 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5318 USE_STRUCT_CONVENTION): Remove defines.
5319 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5320 (get_longjmp_target): Remove prototype.
5321 (IN_SIGTRAMP): Remove define.
5322 (i386bsd_in_sigtramp): Remove prototype.
5323 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5324 function. Update comment accordingly
5325 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5326 (FRAME_SAVED_PC): Remove define.
5327 (i386bsd_frame_saved_pc): Remove prototype.
5328 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5329 GET_LONGJMP_TARGET): Remove defines.
5330 (get_longjmp_target): Remove prototype.
5331 (IN_SIGTRAMP): Remove define.
5332 (i386bsd_in_sigtramp): Remove prototype.
5333 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5334 function. Update comment accordingly
5335 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5336 (FRAME_SAVED_PC): Remove define.
5337 (i386bsd_frame_saved_pc): Remove prototype.
5338 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5339 Remove prototype.
5340 (USE_STRUCT_CONVENTION): Remove prototype.
5341 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5342 declaration.
5343 (_initialize_i386bsd_nat): Revise logic to determine some
5344 constants at compile time when compiling a native GDB. Warn if
5345 things don't match up with what we expect.
5346 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5347 Remove variables.
5348 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5349 to use date stored in `struct gdbarch_tdep'.
5350 (i386bsd_sigcontext_offset): Remove varaible.
5351 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5352 stored in `struct gdbarch_tdep'.
5353 (i386bsd_frame_saved_pc): Make static.
5354 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5355 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5356 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5357 i386fbsd4_sc_pc_offset): New variables.
5358 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5359 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5360 functions.
5361 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5362 functions.
5363 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5364 Modify the value of i386fbsd_sigtramp_start and
5365 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5366 i386fbsd_sigtramp_end.
5367 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5368 function.
5369
5370 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5371 define to i386-linux-tdep.h.
5372 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5373 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5374 defines.
5375 (i386_linux_register_name, i386_linux_register_byte,
5376 i386_linux_register_raw_size): Remove prototypes.
5377 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5378 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5379 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5380 TARGET_WRITE_PC): Remove defines.
5381 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5382 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5383 i386_linux_write_pc): Remove prototypes.
5384 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5385 (get_longjmp_target): Remove prototype.
5386 * i386-linux-tdep.h: New file.
5387 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5388 * i386-linux-tdep.c: Include "i386-tdep.h" and
5389 "i386-linux-tdep.h".
5390 (i386_linux_register_name, i386_linux_register_byte,
5391 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5392 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5393 Make static.
5394 (i386_linux_init_abi): New function.
5395 (_initialize_i386_linux_tdep): New function.
5396
5397 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5398 (i386_saved_pc_after_call): Remove prototype.
5399 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5400 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5401 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5402 (i386_register_name, i386_stab_reg_to_regnum,
5403 i386_dwarf_reg_to_regnum): Remove prototypes.
5404 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5405 SIZEOF_SSE_REGS): Remove defines.
5406 (REGISTER_BYTES): Remove define.
5407 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5408 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5409 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5410 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5411 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5412 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5413 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5414 (get_longjmp_target): Remove prototype.
5415 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5416 (sigtramp_saved_pc): Remove define.
5417 (i386v4_sigtramp_saved_pc): Remove prototype.
5418 * config/i386/tm-go32.h (FRAME_CHAIN,
5419 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5420 (i386go32_frame_saved_pc): Remove prototype.
5421 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5422 (get_longjmp_target): Remove prototype.
5423 * i386-tdep.h: Include "osabi.h".
5424 (enum i386_abi): Removed.
5425 (enum struct_return): New enum.
5426 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5427 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5428 sc_pc_offset members.
5429 (i386_gdbarch_register_os_abi): Remove prototype.
5430 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5431 I386_SSE_NUM_REGS): New defines.
5432 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5433 I386_SSE_SIZEOF_REGS): New defines.
5434 (i386_register_name, i386_register_byte, i386_register_raw_size):
5435 New prototypes.
5436 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5437 (i386bsd_sigtramp_saved_pc): New prototype.
5438 * i386-tdep.c: Don't include "elf-bfd.h".
5439 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5440 i386_frame_chain, i386_saved_pc_after_call): Make static.
5441 (i386_frame_saved_pc): Rewrite to call architecture dependent
5442 function to deal with signal handlers. Make static.
5443 (i386go32_frame_saved_pc): Removed.
5444 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5445 Removed.
5446 (i386_get_longjmp_target): New function.
5447 (default_struct_convention, pcc_struct_convention,
5448 reg_struct_convention, valid_conventions, struct_convention): New
5449 variables.
5450 (i386_use_struct_convention): New function.
5451 (i386v4_sigtramp_saved_pc): Renamed to
5452 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5453 (i386_pc_in_sigtramp): New function.
5454 (i386_abi_names): Removed.
5455 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5456 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5457 Removed.
5458 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5459 i386_gdbarch_register_os_abi): Removed.
5460 (struct i386_abi_handler): Removed.
5461 (i386_abi_handler_list): Removed.
5462 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5463 functions.
5464 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5465 i386_nw_init_abi): New functions.
5466 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5467 Use set_gdbarch_xxx() calls instead of relying on macros for a
5468 number of calls.
5469 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5470 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5471 Register the various architecture variants defined in this file.
5472
5473 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5474
5475 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5476 (struct main_type): Remove arg_types member. Update comments for
5477 struct field.
5478 (TYPE_ARG_TYPES): Remove.
5479 (TYPE_FN_FIELD_ARGS): Update.
5480 (smash_to_method_type): Update prototype.
5481
5482 * c-typeprint.c (cp_type_print_method_args): Take method type
5483 instead of argument list. Use new argument layout. Simplify.
5484 (c_type_print_args): Use new argument layout. Simplify.
5485 (c_type_print_base): Update call to cp_type_print_method_args.
5486 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5487 argument; use die->type instead. Update call to
5488 smash_to_method_type.
5489 (read_structure_scope): Update call to dwarf2_add_member_fn.
5490 * gdbtypes.c (allocate_stub_method): Update comment.
5491 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5492 Use new argument layout.
5493 (check_stub_method): Use new argument layout. Don't count
5494 void as an argument.
5495 (print_arg_types): Update comments. Use new argument layout.
5496 (recursive_dump_type): Don't print arg_types member.
5497 * hpread.c (hpread_read_struct_type): Use new argument layout.
5498 (fixup_class_method_type): Likewise.
5499 (hpread_type_lookup): Likewise.
5500 * stabsread.c (read_type): Update calls to read_args and
5501 smash_to_method_type.
5502 (read_args): Use new argument layout. Simplify.
5503 * valops.c (typecmp): Use new argument layout. Update parameters
5504 and comments. Simplify.
5505 (hand_function_call): Use new argument layout.
5506 (search_struct_method): Update call to typecmp.
5507 (find_overload_match): Use new argument layout.
5508
5509 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5510
5511 * NEWS: Mention multithreaded debug support for gdbserver.
5512
5513 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5514
5515 * MAINTAINERS: Mention NEWS.
5516
5517 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5518
5519 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5520 (struct mips_objfile_private, compare_pdr_entries): New.
5521 (non_heuristic_proc_desc): Read the ".pdr" section if it
5522 is present.
5523
5524 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5525
5526 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5527 (arm_debug): New static variable.
5528 (_initialize_arm_tdep): Add ``set debug arm'' command.
5529
5530 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5531
5532 * Makefile.in (sim_arm_h): Define.
5533 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5534 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5535 (arm_register_sim_regno): New function, map an internal REGNUM
5536 onto a simulator register number.
5537 (arm_gdbarch_init): Set register_sim_regno.
5538
5539 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5540
5541 * MAINTAINERS: Add self.
5542
5543 2002-06-11 Jim Blandy <jimb@redhat.com>
5544
5545 * source.c (source_info): Mention whether the symtab has
5546 information about preprocessor macros.
5547
5548 Call the command `info macro', not `show macro'.
5549 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5550 Fix error message.
5551 (_initialize_macrocmd): Register `info_macro_command' in
5552 `infolist', not `showlist'.
5553
5554 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5555
5556 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5557 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5558 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5559 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5560 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5561 unconditionally.
5562 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5563 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5564 (_initialize_mips_tdep): Remove dead code.
5565 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5566 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5567 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5568 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5569 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5570 MIPS_LAST_FP_ARG_REGNUM): Remove.
5571
5572 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5573
5574 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5575 (unwind_tmp_obstack_free, parse_frame_info)
5576 (update_context, cfi_read_fp, cfi_write_fp)
5577 (cfi_frame_chain, cfi_init_extra_frame_info)
5578 (cfi_virtual_frame_pointer): Use the above function.
5579 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5580
5581 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5582
5583 * v850-tdep.c (v850_type_is_scalar): New function.
5584 (v850_use_struct_convention): Match current gcc implementation
5585 as close as possible.
5586 (v850_push_arguments): Fix stack_offset handling. Don't write
5587 struct_addr into register. This is done by v850_store_struct_return.
5588 (v850_extract_return_value): Care for structs.
5589 (v850_store_return_value): Ditto.
5590 (v850_store_struct_return): Actually write address.
5591
5592 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5593
5594 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5595 without debug information too.
5596
5597 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5598
5599 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5600 Make multi-arch pure.
5601 * gdbarch.h, gdbarch.c: Re-generate.
5602 * arm-tdep.c (arm_print_float_info): Update.
5603 * arch-utils.h (default_print_float_info): Update.
5604 * arch-utils.c (default_print_float_info): Update.
5605 * infcmd.c (float_info): Update call.
5606
5607 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5608
5609 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5610 the front of the initialize list.
5611
5612 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5613
5614 * infrun.c (struct inferior_status): Replace fields
5615 selected_frame_address and selected_level with field
5616 selected_frame_id.
5617 (save_inferior_status): Update. Use get_frame_id.
5618 (struct restore_selected_frame_args): Delete.
5619 (restore_selected_frame): Update. Use frame_find_by_id.
5620 (restore_inferior_status): Update.
5621
5622 * breakpoint.h (struct breakpoint): Change type of
5623 watchpoint_frame to frame_id.
5624 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5625 call to get_current_frame.
5626 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5627 get_current_frame.
5628 (watchpoint_check): Use frame_find_by_id.
5629
5630 * frame.h (record_selected_frame): Delete declaration.
5631 * stack.c (record_selected_frame): Delete function.
5632
5633 * frame.h (struct frame_id): Define.
5634 (get_frame_id): Declare.
5635 (frame_find_by_id): Declare.
5636 * frame.c (frame_find_by_id): New function.
5637 (get_frame_id): New function.
5638
5639 2002-06-10 Andrey Volkov <avolkov@transas.com>
5640
5641 * ser-e7kpc.c: Fix duplicated define and call of
5642 _initialize_ser_e7000pc
5643
5644 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5645
5646 * signals/signals.c (target_signal_from_host): Fix #ifdef
5647 SIGRTMIN case.
5648 (do_target_signal_to_host): Likewise.
5649
5650 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5651
5652 * mips-tdep.c (mips_find_abi_section): New function.
5653 (mips_gdbarch_init): Call it.
5654
5655 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5656
5657 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5658 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5659 after Andrew's 2002-06-08 gdbarch change.
5660
5661 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5662
5663 * i386-linux-nat.c (suppy_gregset): Don't supply
5664 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5665 register cache.
5666 (fill_gregset): Don't fetch it under the same circumstances.
5667
5668 2002-06-09 Andrew Cagney <cagney@redhat.com>
5669
5670 * Makefile.in (callback_h): Define.
5671 (remote_sim_h): Update path to remote-sim.h.
5672 (remote-rdp.o): Add $(callback_h).
5673 (remote-sim.o): Use $(callback_h).
5674 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5675 * remote-rdp.c: Include "gdb/callback.h".
5676
5677 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5678
5679 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5680 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5681
5682 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5683
5684 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5685 * rdi-share/serpardr.c: Ditto.
5686 * rdi-share/unixcomm.c: Ditto.
5687 * rdi-share/serdrv.c: Ditto.
5688 * rdi-share/hostchan.h: Ditto.
5689 * rdi-share/hostchan.c: Ditto.
5690 * rdi-share/host.h: Ditto.
5691 * rdi-share/devsw.c: Ditto.
5692
5693 * objfiles.h: Change type of obj_private to void pointer.
5694 * pa64solib.c: Update copyright. Don't include "assert.h", use
5695 strcmp instead of STREQ, use LONGEST, do not use PTR
5696 * somsolib.c: Ditto.
5697
5698 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5699 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5700 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5701
5702 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5703
5704 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5705 (default_get_saved_register): Delete function.
5706 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5707 generic_unwind_get_saved_register.
5708 * gdbarch.h, gdbarch.c: Re-generate.
5709
5710 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5711
5712 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5713 generic_func_frame_chain_valid.
5714 * gdbarch.h, gdbarch.c: Re-generate.
5715 * blockframe.c (generic_func_frame_chain_valid): Only check
5716 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5717 passing FP to PC_IN_CALL_DUMMY.
5718 Fix PR gdb/360.
5719
5720 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5721
5722 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5723 (register_gdbarch_data): Initialize init_p.
5724 (gdbarch_data): Initialize data pointer using the init function.
5725 (init_gdbarch_data): Delete function.
5726 (gdbarch_update_p): Update.
5727 (initialize_non_multiarch): Update.
5728 (struct gdbarch): Add field initialized_p.
5729 * gdbarch.h, gdbarch.c: Re-generate.
5730
5731 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5732
5733 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5734 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5735 better do the things actually here.
5736 * x86-64-tdep.c (x86_64_register_name2nr): New.
5737 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5738 (x86_64_gdbarch_init): Respect the above change.
5739 * x86-64-tdep.h (x86_64_register_name2nr)
5740 (x86_64_register_nr2name): Add prototypes.
5741 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5742
5743 2002-06-06 Michael Snyder <msnyder@redhat.com>
5744
5745 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5746 Delete extra braces and re-indent.
5747 (d10v_store_return_value): Char return values
5748 must be shifted over by one byte in R0.
5749 (d10v_extract_return_value): Delete extra braces, re-indent.
5750
5751 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5752
5753 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5754 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5755 (d10v_integer_to_address): Rewrite.
5756 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5757 the d10v specific functions which take care of converting to the
5758 correct space.
5759
5760 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5761
5762 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5763 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5764
5765 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5766
5767 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5768 includes.
5769 * config/tm-linux.h: Ditto.
5770 * config/alpha/tm-alphalinux.h: Ditto.
5771 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5772 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5773 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5774 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5775 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5776 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5777 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5778 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5779 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5780 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5781 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5782 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5783 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5784 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5785 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5786 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5787 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5788 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5789 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5790 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5791 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5792 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5793 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5794 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5795 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5796 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5797 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5798 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5799 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5800 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5801 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5802 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5803 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5804 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5805 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5806 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5807 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5808
5809 2002-05-04 Aidan Skinner <aidan@velvet.net>
5810
5811 * ada-exp.tab.c: New file
5812 * ada-exp.y: New file
5813 * ada-lang.c: New file
5814 * ada-lang.h: New file
5815 * ada-lex.c: New file
5816 * ada-lex.l: New file
5817 * ada-tasks.c: New file
5818 * ada-typeprint.c: New file
5819 * ada-valprint.c: New file
5820
5821 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5822
5823 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5824 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5825
5826 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5827
5828 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5829 insetead of ppc-linux-tdep.o.
5830 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5831 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5832
5833 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5834
5835 2002-05-07 Christian Groessler <chris@groessler.org>
5836 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5837 bit register contents for little endian hosts.
5838
5839 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5840
5841 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5842 any maintainer.
5843
5844 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5845
5846 * gdbarch.h: Regenerate.
5847
5848 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5849
5850 * MAINTAINERS: Add everyone to write-after-approval list.
5851
5852 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5853
5854 * stack.c (frame_info): Use frame_register_unwind instead of
5855 saved_regs. Mention when the SP is on the stack or in a register.
5856
5857 * frame.h (frame_register_unwind_ftype): Define. Document.
5858 (struct frame_info): Add field register_unwind and
5859 register_unwind_cache.
5860 (frame_register_unwind): Declare.
5861 (generic_unwind_get_saved_register): Declare.
5862
5863 * frame.c (frame_register_unwind): New function.
5864 (generic_unwind_get_saved_register): New function.
5865
5866 * blockframe.c (generic_call_dummy_register_unwind): New function.
5867 (frame_saved_regs_register_unwind): New function.
5868 (set_unwind_by_pc): New function.
5869 (create_new_frame): New function.
5870 (get_prev_frame): New function.
5871
5872 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5873
5874 * a29k-share/: Delete directory.
5875 * remote-vx29k.c: Delete file.
5876
5877 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5878
5879 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5880 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5881
5882 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5883
5884 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5885 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5886 (sparc64nbsd-nat.o)
5887 (sparcnbsd-nat.o)
5888 (sparcnbsd-tdep.o): New dependency lists.
5889 * NEWS: Note new UltraSPARC NetBSD native configuration.
5890 * configure.host (sparc64-*-netbsd*): New host.
5891 * configure.tgt (sparc-*-netbsdelf*)
5892 (sparc-*-netbsd*): Set gdb_target to nbsd.
5893 (sparc64-*-netbsd*): New target.
5894 * sparc64nbsd-nat.c: New file.
5895 * sparcnbsd-nat.c: New file.
5896 * sparcnbsd-tdep.c: New file.
5897 * sparcnbsd-tdep.h: New file.
5898 * config/sparc/nbsd.mt: New file.
5899 * config/sparc/nbsd64.mh: New file.
5900 * config/sparc/nbsd64.mt: New file.
5901 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5902 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5903 (HOST_IPC): Remove.
5904 * config/sparc/nbsdaout.mt: Remove.
5905 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5906 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5907 (HOST_IPC): Remove.
5908 * config/sparc/nbsdelf.mt: Remove.
5909 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5910 sparc-nat.c compatiblity defines.
5911 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5912 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5913 * config/sparc/tm-nbsd64.h: New file.
5914 * config/sparc/tm-nbsdaout.h: Remove.
5915 * config/sparc/xm-nbsd.h: Remove.
5916
5917 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5918
5919 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5920 * sparc-tdep.c: Include osabi.h.
5921 (gdbarch_tdep): Add osabi member.
5922 (_initialize_sparc_tdep): Use gdbarch_register.
5923 (sparc_gdbarch_init): Use generic OS ABI framework.
5924 (sparc_dump_tdep): New function.
5925
5926 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5927
5928 * corefile.c (do_captured_read_memory_integer): Return non-zero
5929 result.
5930 (safe_read_memory_integer): Copy result of memory read when
5931 status is non-zero. Also, add comments.
5932
5933 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5934
5935 * Makefile.in (ppc_tdep_h): Define.
5936 (ppc-linux-nat.o)
5937 (ppc-linux-tdep.o)
5938 (rs6000-tdep.o): Use $(ppc_tdep_h).
5939 (ppc-sysv-tdep.o)
5940 (ppcnbsd-nat.o)
5941 (ppcnbsd-tdep.o): New dependency lists.
5942 * ppc-tdep.h: Use generic OS ABI framework.
5943 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5944 (ppc_linux_init_abi): New functions.
5945 (ppc_sysv_abi_broken_use_struct_convention)
5946 (ppc_sysv_abi_use_struct_convention)
5947 (ppc_sysv_abi_push_arguments): Move to...
5948 * ppc-sysv-tdep.c: ...here.
5949 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5950 * rs6000-tdep.c (process_note_abi_tag_sections)
5951 (get_elfosabi): Remove.
5952 (rs6000_gdbarch_init): Use generic OS ABI framework.
5953 (rs6000_dump_tdep): New function.
5954 (_initialize_rs6000_tdep): Use gdbarch_register.
5955 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5956 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5957 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5958 of ppc-linux-tdep.o.
5959 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5960 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5961 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5962 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5963 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5964 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5965
5966 2002-05-29 Jim Blandy <jimb@redhat.com>
5967
5968 * macroscope.c (default_macro_scope): Put `void' in empty argument
5969 list.
5970
5971 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5972
5973 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5974 * arch-utils.c: Include "sim-regno.h".
5975 * gdbarch.sh: Don't include "sim-regno.h".
5976 * gdbarch.h, gdbarch.c: Regenerate.
5977 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5978 here.
5979 * arch-utils.h (legacy_register_sim_regno): To here.
5980 * remote-sim.c (legacy_register_sim_regno): Move function from
5981 here.
5982 * arch-utils.c (legacy_register_sim_regno): To here.
5983
5984 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5985
5986 * sim-regno.h: New file.
5987 * Makefile.in (sim_regno_h): Define.
5988 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5989 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5990 (legacy_register_sim_regno): New function.
5991 (one2one_register_sim_regno): New function.
5992 (gdbsim_fetch_register): Rewrite.
5993 (gdbsim_store_register): Only store a register when
5994 REGISTER_SIM_REGNO is valid.
5995 * d10v-tdep.c: Include "sim-regno.h".
5996 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5997 (d10v_ts3_register_sim_regno): Ditto.
5998 * gdbarch.sh: Include "sim-regno.h".
5999 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6000 * gdbarch.h, gdbarch.c: Regenerate.
6001 * arch-utils.h (default_register_sim_regno): Delete declaration.
6002 * arch-utils.c (default_register_sim_regno): Delete function.
6003
6004 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6005
6006 * ppcnbsd-nat.c: Rewrite.
6007 * ppcnbsd-tdep.c: New file.
6008 * ppcnbsd-tdep.h: New file.
6009 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6010 solib.o, and solib-svr4.o.
6011 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6012 nbsd-tdep.o, and corelow.o.
6013
6014 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6015
6016 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6017 `tr' and `sed'. Mention that `broken' targets are not expected to
6018 build.
6019
6020 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6021
6022 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6023 Let PC point right after the prologue before looking up symbols.
6024
6025 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6026
6027 * i386-tdep.c (i386_register_virtual_type): Return
6028 builtin_type_vec128i for SSE registers.
6029
6030 * gdbtypes.h (builtin_type_vec128i): Declare.
6031
6032 * gdbtypes.c (build_builtin_type_vec128i): New function.
6033 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6034 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6035 (build_gdbtypes): Initialize new builtin vector types.
6036 (_initialize_gdbtypes): Register new vector types with gdbarch.
6037
6038 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6039
6040 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6041 since it has been multi-arch'd.
6042 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6043 Move Alpha and VAX multi-arch news entries to same section
6044 as other multi-arch news.
6045
6046 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6047
6048 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6049 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6050 static. Rename some register numbers to put them in ns32k-tdep
6051 private namespace.
6052 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6053 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6054 functions.
6055 (_initialize_ns32k_tdep): Use gdbarch_register.
6056 * ns32k-tdep.h: New file.
6057 * ns32knbsd-tdep.c: New file.
6058 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6059 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6060 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6061 REGISTER_BYTES, REGISTER_BYTE): Remove.
6062 * config/ns32k/tm-ns32k.h: New file.
6063 * config/ns32k/tm-umax.h: Remove.
6064
6065 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6066
6067 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6068 ns32k_store_struct_return, ns32k_extract_return_value,
6069 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6070 functions.
6071 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6072 ns32k_saved_pc_after_call.
6073 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6074 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6075 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6076 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6077 ns32k_extract_struct_value_address.
6078
6079 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6080
6081 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6082 ns32k_fix_call_dummy): New.
6083 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6084 ns32k_call_dummy_words.
6085 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6086 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6087 CALL_DUMMY_NARGS): Remove.
6088 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6089
6090 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6091
6092 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6093 ns32k_frame_saved_pc, ns32k_frame_args_address,
6094 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6095 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6096 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6097 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6098 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6099 (BREAKPOINT): Remove..
6100 (FRAME_CHAIN): Define as ns32k_frame_chain.
6101 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6102 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6103 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6104 (FRAME_FIND_SAVED_REGS): Remove.
6105 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6106 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6107 (POP_FRAME): Define as ns32k_pop_frame.
6108
6109 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6110
6111 * ns32k-tdep.c (ns32k_register_byte_32082,
6112 ns32k_register_byte_32382, ns32k_register_raw_size,
6113 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6114 functions.
6115 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6116 ns32k_register_byte_32382.
6117 * config/ns32k/tm-umax.h: Update copyright years.
6118 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6119 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6120 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6121 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6122 (ns32k_get_enter_addr): Fix prototype.
6123
6124 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6125
6126 * ns32k-tdep.c: Update copyright years.
6127 (ns32k_register_name_32082): New function.
6128 (ns32k_register_name_32382): Ditto.
6129 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6130 (REGISTER_NAME): Define as ns32k_register_name_32382.
6131 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6132 (REGISTER_NAME): Define as ns32k_register_name_32082.
6133
6134 2002-05-24 Jim Blandy <jimb@redhat.com>
6135
6136 * dwarf2read.c (free_line_header): Use xfree, not free.
6137
6138 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6139
6140 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6141 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6142
6143 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6144
6145 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6146
6147 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6148
6149 From Ross Alexander at NEC Europe:
6150 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6151
6152 2002-05-23 Michael Snyder <msnyder@redhat.com>
6153
6154 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6155 for input, rather than parse_and_eval_address.
6156
6157 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6158
6159 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6160 * Makefile.in (sim_d10v_h): Update definition.
6161
6162 2002-05-24 Andrew Cagney <cagney@redhat.com>
6163
6164 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6165 change `2002-05-22 Michael Snyder' below.
6166 (d10v_push_arguments): Ditto.
6167 (d10v_extract_return_value): Ditto.
6168
6169 2002-05-23 Jim Blandy <jimb@redhat.com>
6170
6171 * macrotab.c (check_for_redefinition): Don't complain if the new
6172 definition is the same as the previous one. Take more arguments
6173 to allow the comparison.
6174 (macro_define_object, macro_define_function): Pass more arguments
6175 to check_for_redefinition.
6176
6177 2002-05-22 Michael Snyder <msnyder@redhat.com>
6178
6179 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6180 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6181 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6182 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6183 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6184 Add a temp variable to save a call (and a memory read).
6185 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6186 if possible (so that PC_IN_CALL_DUMMY will work).
6187
6188 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6189
6190 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6191
6192 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6193
6194 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6195 fde->cie_ptr.
6196 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6197 (dwarf2_build_frame_info): Add offset to fde->initial_location
6198 so that frames of shared libraries are mapped correctly.
6199 (execute_stack_op): Change type of 'result' from ULONGEST to
6200 CORE_ADDR.
6201
6202 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6203
6204 * config/alpha/tm-nbsd.h: Include solib.h.
6205
6206 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6207
6208 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6209 assumptions about the host's byte order.
6210
6211 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6212
6213 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6214 to dependency list.
6215 * alphanbsd-tdep.c: Include solib-svr4.h.
6216 * shnbsd-tdep.c: Ditto.
6217
6218 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6219
6220 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6221 nbsd-tdep.h to dependency list.
6222 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6223 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6224 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6225 nbsdaout.mh and nbsdelf.mh consistently.
6226 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6227 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6228 nbsdaout.mt and nbsdelf.mh consistently.
6229 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6230 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6231 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6232 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6233 a.out shared library stuff from here...
6234 * config/nm-nbsdaout.h: ...to here.
6235 * config/tm-nbsd.h: Remove.
6236 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6237 * config/arm/nbsd.mh: Remove.
6238 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6239 nbsd-tdep.o.
6240 * config/arm/nbsdaout.mh: New file.
6241 * config/arm/nbsdelf.mh: New file.
6242 * config/arm/nm-nbsdaout.h: New file.
6243 * config/i386/nbsd.mh: Remove.
6244 * config/i386/nbsd.mt: Remove.
6245 * config/i386/nbsdaout.mh: New file.
6246 * config/i386/nbsdaout.mt: New file.
6247 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6248 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6249 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6250 i386_register_u_addr): Remove.
6251 * config/i386/nm-nbsdaout.h: New file.
6252 * config/i386/nm-nbsdelf.h: Remove.
6253 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6254 (USE_STRUCT_CONVENTION): Remove.
6255 * config/i386/tm-nbsdaout.h: New file.
6256 * config/i386/tm-nbsdelf.h: Remove.
6257 * config/m68k/nbsd.mh: Remove.
6258 * config/m68k/nbsd.mt: Remove.
6259 * config/m68k/nbsdaout.mh: New file.
6260 * config/m68k/nbsdaout.mt: New file.
6261 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6262 * config/m68k/nm-nbsdaout.h: New file.
6263 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6264 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6265 * config/ns32k/nbsd.mh: Remove.
6266 * config/ns32k/nbsd.mt: Remove.
6267 * config/ns32k/nbsdaout.mh: New file.
6268 * config/ns32k/nbsdaout.mt: New file.
6269 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6270 * config/ns32k/nm-nbsdaout.h: New file.
6271 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6272 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6273 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6274 (SVR4_SHARED_LIBS): Remove.
6275 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6276 * config/sparc/nbsd.mh: Remove.
6277 * config/sparc/nbsd.mt: Remove.
6278 * config/sparc/nbsdaout.mh: New file.
6279 * config/sparc/nbsdaout.mt: New file.
6280 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6281 * config/sparc/nbsdelf.mt: New file.
6282 * config/sparc/nm-nbsdaout.h: New file.
6283 * config/sparc/nm-nbsdelf.h: Remove.
6284 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6285 * config/sparc/tm-nbsdaout.h: New file.
6286
6287 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6288
6289 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6290 mipsnbsd-tdep.c
6291 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6292
6293 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6294
6295 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6296 shnbsd-nat.c.
6297 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6298
6299 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6300
6301 * NEWS: Note new MIPS NetBSD native configuration.
6302 * configure.host (mips*-*-netbsd*): New host.
6303 * configure.tgt (mips*-*-netbsd*): New target.
6304 * mipsnbsd-nat.c: New file.
6305 * mipsnbsd-tdep.c: New file.
6306 * mipsnbsd-tdep.h: New file.
6307 * config/mips/nbsd.mh: New file.
6308 * config/mips/nbsd.mt: New file.
6309 * config/mips/nm-nbsd.h: New file.
6310 * config/mips/tm-nbsd.h: New file.
6311
6312 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6313
6314 * Makefile.in (SFILES): Add osabi.c.
6315 (COMMON_OBS): Add osabi.o.
6316 (osabi.o): New dependency list.
6317 * osabi.c: New file.
6318 * osabi.h: New file.
6319 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6320
6321 * Makefile.in (alpha_tdep_h): Define and use instead of
6322 alpha-tdep.h.
6323 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6324 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6325 Remove.
6326 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6327 * alpha-tdep.h: Include osabi.h.
6328 (alpha_abi): Remove.
6329 (gdbarch_tdep): Use generic OS ABI framework.
6330 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6331 gdbarch_register_osabi.
6332 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6333 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6334 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6335
6336 * Makefile.in (sh_tdep_h): Add osabi.h.
6337 * sh-tdep.h (sh_osabi): Remove.
6338 (gdbarch_tdep): Use generic OS ABI framework.
6339 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6340 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6341 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6342 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6343
6344 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6345 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6346 gdbarch_register_osabi.
6347 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6348 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6349 (get_elfosabi): Rename to...
6350 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6351 ABI framework support routines.
6352 (arm_gdbarch_init): Use generic OS ABI framework.
6353 (arm_dump_tdep): Likewise.
6354 (_initialize_arm_tdep): Likewise.
6355 * arm-tdep.h: Include osabi.h.
6356 (arm_abi): Remove.
6357 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6358 osabi member.
6359 (arm_gdbarch_register_os_abi): Remove prototype.
6360 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6361 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6362
6363 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6364 * mips-tdep.c: Include osabi.h.
6365 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6366 OS ABI framework.
6367
6368 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6369
6370 * h8300-tdep.c: Fix formatting.
6371
6372 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6373
6374 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6375 printing vector registers.
6376
6377 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6378
6379 From Fernando Nasser:
6380 * remote.c (remote_async_open_1): Re-throw the exception when the
6381 connection fails.
6382 (remote_cisco_open): Ditto.
6383 (remote_open_1): Ditto.
6384
6385 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6386
6387 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6388 (remote_start_remote): Add uiout parameter. Pass through to
6389 remote_start_remote_dummy.
6390 (remote_open_1): Use catch_exception instead of catch_errors.
6391 (remote_async_open_1): Ditto.
6392 (remote_cisco_open): Ditto.
6393
6394 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6395
6396 * remote.c (remote_start_remote): Replace PTR with void pointer.
6397 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6398 static.
6399
6400 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6401
6402 * gdb_indent.sh: Allow the script to be run in the sim directory.
6403
6404 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6405
6406 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6407 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6408
6409 * corelow.c (core_open): Only call set_gdbarch_from_file if
6410 exec_bfd is NULL.
6411
6412 2002-05-17 Andrey Volkov <avolkov@transas.com>
6413
6414 * h8300-tdep.c: Add support of EXR register
6415 * config/h8300/tm-h8300.h: Ditto.
6416
6417 2002-05-17 Andrey Volkov <avolkov@transas.com>
6418
6419 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6420
6421 2002-05-17 Andrey Volkov <avolkov@transas.com>
6422
6423 * h8300-tdep.c: Change literal regnums to REGNO.
6424
6425 2002-05-17 Jim Blandy <jimb@redhat.com>
6426
6427 * NEWS: Note addition of macro support.
6428
6429 Expand preprocessor macros in C expressions.
6430 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6431 (scan_macro_expansion, scanning_macro_expansion,
6432 finished_macro_expansion): New function declarations.
6433 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6434 variable declarations.
6435 * parser-defs.h (expression_context_pc): New declaration.
6436 * parse.c (expression_context_pc): New variable.
6437 (parse_exp_1): Set expression_context_pc, as well as
6438 expression_context_block.
6439 * c-exp.y (yylex): If we're not already reading the result of a
6440 macro expansion, try to macro-expand the next token. When we're
6441 done scanning a macro expansion, switch back to the mainline text.
6442 Commas and `if's in a macro's expansion don't terminate the input.
6443 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6444 (macro_original_text, macro_expanded_text,
6445 expression_macro_lookup_func, expression_macro_lookup_baton): New
6446 variables.
6447 (scan_macro_expansion, scanning_macro_expansion,
6448 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6449 c_preprocess_and_parse): New functions.
6450 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6451 c_preprocess_and_parse, instead of c_parse.
6452 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6453 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6454
6455 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6456
6457 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6458 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6459 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6460
6461 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6462
6463 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6464
6465 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6466
6467 * Makefile.in (sh_tdep_h): Define and use.
6468 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6469 register enum): Move to...
6470 * * sh-tdep.h: ...here.
6471 * sh-tdep.c: Include sh-tdep.h.
6472 * sh3-rom.c: Likewise.
6473 * shnbsd-tdep.c: Likewise.
6474
6475 2002-05-16 Michael Snyder <msnyder@redhat.com>
6476
6477 * arm-tdep.c: Spelling fix in comment.
6478
6479 2002-05-16 Jim Blandy <jimb@redhat.com>
6480
6481 Add commands for manually expanding macros and showing their
6482 definitions.
6483 * macrocmd.c, macroscope.c, macroscope.h: New files.
6484 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6485 (macroscope_h): New variable.
6486 (HFILES_NO_SRCDIR): Add macroscope.h.
6487 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6488 (macroscope.o, macrocmd.o): New rules.
6489
6490 Teach the Dwarf 2 reader to read macro information.
6491 * dwarf2read.c: #include "macrotab.h".
6492 (dwarf_macinfo_buffer): New variable.
6493 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6494 dwarf_macinfo_size.
6495 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6496 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6497 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6498 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6499 dwarf2_macro_spaces_in_definition): New complaints.
6500 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6501 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6502 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6503 the partial symbol table.
6504 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6505 from what's recorded in the partial symbol table.
6506 (read_file_scope): If the compilation unit has a
6507 `DW_AT_macro_info' attribute, read its macro information.
6508 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6509
6510 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6511
6512 Fix PR gdb/546
6513 * ser-tcp.c: Don't include <netinet/udp.h>.
6514
6515 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6516
6517 * MAINTAINERS: Update my email address.
6518
6519 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6520
6521 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6522 include file of the same name.
6523
6524 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6525
6526 * configure.tgt: Mark v850 as multi-arched.
6527 * config/v850/tm-v850.h: Remove file.
6528 * config/v850/v850.mt: Eliminate TM_FILE.
6529
6530 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6531
6532 * v850-tdep.c: Full multi-arch.
6533 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6534 Define GDB_MULTI_ARCH to 2.
6535
6536 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6537
6538 * p-exp.y (current_type): New static variable.
6539 Carries the type of the expression at the position that is parsed.
6540 (push_current_type, pop_current_type): Two new functions. Used
6541 to store/restore current_type in expression on specific tokens.
6542 (search_field): New static variable. Set to one after parsing a point
6543 as at that point only a FIELDNAME token should be searched.
6544 (FIELDNAME): New token. After a point only a token belonging to
6545 current_type type definition is allowed.
6546 (all over token rules): reset and change current_type according
6547 to rules.
6548 (exp '[' rule): insert implicit array index field if
6549 exp is a pascal string type.
6550
6551 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6552
6553 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6554 frame info. Use frame_info's saved_regs instead of matching member
6555 in extra_frame_info throughout.
6556 (v850_frame_init_saved_regs): New function.
6557 (v850_init_extra_frame_info): Move most functionality into
6558 v850_frame_init_saved_regs().
6559 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6560 (v850_frame_find_saved_regs): Remove declaration.
6561 (FRAME_FIND_SAVED_REGS): Remove definition.
6562 (v850_frame_init_saved_regs): Add declaration.
6563 (FRAME_INIT_SAVED_REGS): Add definition.
6564
6565 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6566
6567 * v850-tdep.c: Begin multi-arch'ing v850.
6568 (v850_target_architecture_hook): Remove function.
6569 (v850_gdbarch_init): New function. Add code previously in
6570 v850_target_architecture_hook().
6571 (_initialize_v850_tdep): Don't set target_architecture_hook.
6572 Call register_gdbarch_init() instead.
6573
6574 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6575
6576 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6577 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6578 (fixup_class_method_type): Likewise.
6579
6580 2002-05-15 Jim Blandy <jimb@redhat.com>
6581
6582 Add macro structures to GDB's symbol tables. Nobody puts anything
6583 in them yet.
6584 * symtab.h (struct symtab): New member: `macro_table'.
6585 * buildsym.h (pending_macros): New global variable.
6586 * buildsym.c: #include "macrotab.h".
6587 (buildsym_init): Initialize `pending_macros'.
6588 (end_symtab): If we found macro information while reading a CU's
6589 debugging info, do build a symtab structure for it. Make the
6590 symtab point to the macro information, and clear the
6591 `pending_macros' pointer which held it while we were reading the
6592 debug info.
6593 (really_free_pendings): Free any pending macro table.
6594 * objfiles.h (struct objfile): New member: `macro_cache'.
6595 * objfiles.c (allocate_objfile): Set allocate and free functions
6596 for the macro cache's objstack.
6597 (free_objfile): Empty the macro cache's obstack.
6598 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6599 set new allocate and free functions for it.
6600 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6601 free functions for the macro cache's objstack. (Why is this
6602 function building its own objfile?)
6603 * symmisc.c (print_objfile_statistics): Print statistics on the
6604 macro bcache.
6605 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6606
6607 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6608
6609 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6610 (REGISTER_U_ADDR): Delete definition.
6611 (arm_register_u_addr): Delete declaration.
6612
6613 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6614
6615 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6616 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6617
6618 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6619
6620 * regcache.c (register_valid): Revise comments refering to "Not
6621 available" and "unavailable".
6622 * frame.c (frame_register_read): Ditto.
6623 * findvar.c (value_of_register): Ditto.
6624
6625 2002-05-15 Andrew Cagney <cagney@redhat.com>
6626
6627 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6628 (remote-sim.o): Update dependencies.
6629 (d10v-tdep.o): Specify dependencies.
6630 (sim_d10v_h): Define.
6631
6632 2002-05-14 Jim Blandy <jimb@redhat.com>
6633
6634 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6635 * macrotab.c (macro_lookup_inclusion, find_definition,
6636 new_macro_table): Same.
6637
6638 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6639 not `! strcmp ()'. This is a dubious improvement.
6640 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6641
6642 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6643 although it's not necessary, to avoid a warning.
6644
6645 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6646
6647 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6648 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6649 TYPE_INSTANCE_FLAGS.
6650 (struct main_type): New.
6651 (struct type): Move most members to struct main_type. Change
6652 cv_type and as_type to new type_chain member. Add instance_flags.
6653 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6654 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6655 (finish_cv_type): Remove prototype.
6656 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6657 Set TYPE_CHAIN.
6658 (alloc_type_instance): New function.
6659 (smash_type): New function.
6660 (make_pointer_type, make_reference_type, make_function_type)
6661 (smash_to_member_type, smash_to_method_type): Call smash_type.
6662 (make_qualified_type): New function.
6663 (make_type_with_address_space): Call make_qualified_type.
6664 (make_cv_type): Likewise.
6665 (finish_cv_type): Remove unnecessary function.
6666 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6667 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6668 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6669 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6670 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6671 * hpread.c (hpread_read_struct_type): Likewise.
6672 * stabsread.c (read_struct_type): Likewise.
6673
6674 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6675
6676 * configure.tgt: Add a catch all sh* target, for cases like
6677 sh[2,3,4]-elf and sh-hms.
6678
6679 2002-05-14 Keith Seitz <keiths@redhat.com>
6680
6681 * event-loop.c (create_file_handler): Don't do anything but
6682 update data when we are given a fd which we are already
6683 monitoring.
6684
6685 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6686
6687 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6688 (update_context): Use __func__ in warnings.
6689
6690 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6691
6692 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6693 and tcp_close to net_open and net_close.
6694 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6695 using UDP if requested. Don't try to disable Nagle on UDP
6696 sockets.
6697 * remote.c (remote_serial_open): New function. Warn about UDP.
6698 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6699
6700 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6701
6702 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6703
6704 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6705
6706 * configure.tgt: Remove sh-hms target.
6707 * MAINTAINERS: Don't list sh-hms as a separate target.
6708
6709 2002-05-13 Jim Blandy <jimb@redhat.com>
6710
6711 Add first preprocessor macro-expansion files.
6712 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6713 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6714 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6715 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6716 (COMMON_OBS): Add macrotab.o, macroexp.o.
6717 (macroexp.o, macrotab.o): New rules.
6718
6719 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6720
6721 * config/m88k/tm-m88k.h: Update copyright.
6722 (m88k_target_write_pc): Declare
6723 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6724 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6725 (SHIFT_INST_REGS): Update definition.
6726 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6727 using old definition of TARGET_WRITE_PC.
6728 * regcache.c (generic_target_write_pc): Delete code handling
6729 NNPC_REGNUM.
6730 * gdbarch.sh (NNPC_REGNUM): Delete.
6731 * gdbarch.h, gdbarch.c: Regenerate.
6732
6733 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6734
6735 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6736 builtin reg number.
6737
6738 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6739
6740 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6741 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6742 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6743 access macros.
6744 * c-typeprint.c (cp_type_print_method_args): Likewise.
6745 (c_type_print_args): Likewise.
6746 * d10v-tdep.c (d10v_push_arguments): Likewise.
6747 (d10v_extract_return_value): Likewise.
6748 * expprint.c (print_subexp): Likewise.
6749 * gdbtypes.c (lookup_primitive_typename): Likewise.
6750 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6751 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6752 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6753 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6754 (TYPE_VECTOR): Likewise.
6755 * hpread.c (hpread_read_struct_type)
6756 (fix_static_member_physnames, fixup_class_method_type)
6757 (hpread_type_lookup): Likewise.
6758 * mdebugread.c (parse_symbol, parse_type): Likewise.
6759 * p-lang.c (is_pascal_string_type): Likewise.
6760 * valops.c (hand_function_call): Likewise.
6761 * x86-64-tdep.c (classify_argument): Likewise.
6762
6763 * hpread.c (hpread_read_function_type)
6764 (hpread_read_doc_function_type): Call replace_type.
6765 * dstread.c (create_new_type): Delete.
6766 (decode_dst_structure, process_dst_function): Call alloc_type.
6767 Use type access macros.
6768
6769 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6770
6771 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6772 the're not supported by the current architecture.
6773 (i387_fill_fxsave): Likewise.
6774
6775 2002-05-12 Fred Fish <fnf@redhat.com>
6776
6777 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6778 sect_index_xxx members to index the first slot in section_offsets
6779 if all of the section_offsets are zero.
6780
6781 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6782
6783 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6784 checked in with last change.
6785
6786 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6787
6788 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6789 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6790 config.sub.
6791
6792 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6793
6794 * Makefile.in: Update dependencies.
6795
6796 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6797
6798 * language.c (local_hex_string_custom): Simplify. Do not depend
6799 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6800
6801 * memattr.c (mem_info_command): Replace calls to
6802 longest_local_hex_string and longest_local_hex_string_custom.
6803 * buildsym.c (make_blockvector): Ditto.
6804 * solib.c (info_sharedlibrary_command): Ditto.
6805 * tracepoint.c (tracepoints_info): Ditto.
6806 * symtab.c (print_msymbol_info): Ditto.
6807
6808 * language.c (local_hex_string): Delete.
6809 (local_hex_string_custom): Delete.
6810 (longest_local_hex_string): Rename to local_hex_string.
6811 (longest_local_hex_string_custom): Rename to
6812 local_hex_string_custom.
6813 * language.h (local_hex_string): Change parameter type to LONGEST.
6814 (local_hex_string_custom): Ditto.
6815 (longest_local_hex_string): Delete declaration.
6816 (longest_local_hex_string_custom): Ditto.
6817
6818 * solib.c: Update copyright.
6819 * memattr.c: Update copyright.
6820
6821 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6822
6823 * arch-utils.h (legacy_register_to_value): Declare.
6824 (legacy_value_to_register): Declare.
6825 (legacy_convert_register_p): Declare.
6826 * arch-utils.c (legacy_register_to_value): New function.
6827 (legacy_value_to_register): New function.
6828 (legacy_convert_register_p): New function.
6829
6830 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6831 (VALUE_TO_REGISTER): Define.
6832 (CONVERT_REGISTER_P): Define.
6833 * gdbarch.h, gdbarch.c: Regenerate.
6834
6835 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6836 VALUE_TO_REGISTER.
6837 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6838 CONVERT_REGISTER_P.
6839
6840 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6841 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6842
6843 * Makefile.in: Update dependencies for valops.c.
6844 * valops.c: Include "gdb_assert.h".
6845 (typecmp): Skip THIS parameter to methods.
6846 (find_method_list): Remove static_memfuncp argument,
6847 update callers. Check for stub methods.
6848 (find_value_oload_method_list): Don't set *static_memfuncp.
6849 (find_overload_match): Don't check for stub methods. Assert
6850 that methods are not stubbed. Handle static methods.
6851 (value_find_oload_method_list): Remove static_memfuncp argument.
6852 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6853 to the argument list for static stub methods.
6854 * value.h (value_find_oload_method_list): Update prototype.
6855
6856 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6857
6858 * arch-utils.h (generic_register_size): Declare.
6859 (generic_register_raw_size, generic_register_virtual_size): Delete
6860 declarations.
6861 * arch-utils.c (generic_register_raw_size): Delete.
6862 (generic_register_size): New function.
6863 (generic_register_virtual_size): Delete.
6864
6865 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6866 default generic_register_size.
6867 * gdbarch.h, gdbarch.c: Re-generate.
6868
6869 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6870 register_virtual_size.
6871 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6872 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6873
6874 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6875
6876 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6877 * gdbarch.h, gdbarch.c: Regenerate.
6878 * gnu-v3-abi.c: Update copyright.
6879 (vtable_address_point_offset): Update.
6880 (gnuv3_rtti_type): Update.
6881 (gnuv3_baseclass_offset): Update.
6882 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6883 (init_fetch_link_map_offsets): Update.
6884 * remote.c (get_remote_state): Update.
6885
6886 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6887
6888 * TODO: Remove value_headof/value_from_vtable_info comment.
6889 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6890 * values.c (value_headof, value_from_vtable_info): Delete.
6891 * value.h (value_from_vtable_info): Delete prototype.
6892
6893 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6894
6895 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6896 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6897 $(gdb_regex_h).
6898 (gdb_assert_h): Define.
6899 (gdb_wait_h): Define.
6900 (gdb_regex_h): Define.
6901
6902 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6903
6904 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6905 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6906
6907 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6908
6909 * nbsd-tdep.c: Fix comment.
6910
6911 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6912
6913 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6914 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6915 (nbsd-tdep.o): New dependency list.
6916 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6917 nbsd-tdep.h.
6918 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6919 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6920 * nbsd-tdep.c: New file.
6921 * nbsd-tdep.h: New file.
6922 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6923 nbsd-tdep.h.
6924 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6925 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6926 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6927 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6928
6929 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6930
6931 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6932 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6933 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6934 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6935 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6936 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6937
6938 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6939
6940 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6941 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6942 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6943 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6944 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6945 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6946 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6947
6948 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6949
6950 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6951 fetch_elfcore_registers to...
6952 * i386nbsd-tdep.c: ...here.
6953 (i386nbsd_use_struct_convention): Rename to...
6954 (i386nbsd_aout_use_struct_convention): ...this.
6955 (i386nbsd_supply_reg): New function.
6956 (i386nbsd_fill_reg): New function.
6957 (fetch_core_registers): Use i386nbsd_supply_reg.
6958 (fetch_elfcore_registers): Likewise.
6959 (_initialize_i386nbsd_tdep): New function.
6960 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6961 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6962 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6963 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6964 (i386nbsd_aout_use_struct_convention): ...this.
6965
6966 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6967
6968 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6969 (store_inferior_registers): Use shnbsd_fill_reg.
6970 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6971 sh_nbsd_supply_register): Collapse into...
6972 (shnbsd_supply_reg): ...this.
6973 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6974 (shnbsd_fill_reg): ...this.
6975 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6976 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6977 (fetch_core_registers): Use shnbsd_supply_reg.
6978 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6979 (sh_nbsd_core_fns): Rename to...
6980 (shnbsd_core_fns): ...this.
6981 (sh_nbsd_elfcore_fns): Rename to...
6982 (shnbsd_elfcore_fns): ...this.
6983 (sh_nbsd_init_abi): Rename to...
6984 (shnbsd_init_abi): ...this.
6985 (_initialize_sh_nbsd_tdep): Rename to...
6986 (_initialize_shnbsd_tdep): ...this.
6987 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6988 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6989 sh_nbsd_fill_register): Remove prototypes.
6990 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6991
6992 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6993
6994 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6995 (i387-nat.o): Delete dependency list.
6996 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6997 (x86-64-linux-nat.o): Likewise.
6998 * i387-nat.c: Delete file, moving contents to...
6999 * i387-tdep.c: ...here.
7000 * i387-nat.h: Rename...
7001 * i387-tdep.h: ...to this.
7002 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7003 * i386-linux-nat.c: Likewise.
7004 * i386bsd-nat.c: Likewise.
7005 * i386gnu-nat.c: Likewise.
7006 * i386nbsd-nat.c: Likewise.
7007 * i386v4-nat.c: Likewise.
7008 * x86-64-linux-nat.c: Likewise.
7009 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7010 * config/i386/go32.mh (NATDEPFILES): Likewise.
7011 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7012 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7013 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7014 * config/i386/linux.mh (NATDEPFILES): Likewise.
7015 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7016 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7017 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7018 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7019
7020 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7021
7022 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7023 (alphanbsd-nat.o): Remove dependency list.
7024 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7025 * alphanbsd-nat.c: Delete. Contents moved to...
7026 * alphanbsd-tdep.c: ...here.
7027 (_initialize_alphanbsd_tdep): Register core functions.
7028 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7029
7030 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7031
7032 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7033 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7034 (alphanbsd-nat.o): Likewise.
7035 (alphabsd-tdep.o): New dependency list.
7036 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7037 (fill_gregset): Use alphabsd_fill_reg.
7038 (supply_fpregset): Use alphabsd_supply_fpreg.
7039 (fill_fpregset): Use alphabsd_fill_fpreg.
7040 (fetch_inferior_registers): Use struct reg and struct fpreg
7041 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7042 and alphabsd_supply_fpreg.
7043 (store_inferior_registers): Use struct reg and struct fpreg
7044 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7045 and alphabsd_fill_fpreg.
7046 * alphabsd-tdep.c: New file.
7047 * alphabsd-tdep.h: New file.
7048 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7049 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7050 alphabsd_supply_fpreg.
7051 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7052 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7053
7054 2002-05-11 Eric Christopher <echristo@redhat.com>
7055
7056 * mips-tdep.c (mips_double_register_type): Fix thinko.
7057 (mips_single_register_type): Ditto.
7058 * MAINTAINERS: Add self.
7059
7060 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7061
7062 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7063 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7064 right thing on architectures with different endianness and/or
7065 integer sizes.
7066
7067 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7068
7069 From Christian Limpach <chris@Pin.LU>
7070 * configure.in: Change sed expression which comments out
7071 NATDEPFILES to also comment out continuation lines.
7072 * configure: Regenerate.
7073
7074 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7075
7076 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7077 big patch.
7078
7079 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7080
7081 * sh-tdep.c: Include correct file.
7082
7083 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7084
7085 New support for sh64-elf (sh5) target.
7086
7087 * configure.tgt: For sh64-elf target, default to sh-elf.
7088
7089 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7090 (struct gdbarch_tdep): Add new fields for new registers and ABI
7091 info.
7092
7093 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7094 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7095 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7096 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7097 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7098 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7099 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7100 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7101 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7102 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7103 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7104 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7105 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7106 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7107 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7108 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7109 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7110 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7111 sign_extend, sh64_nofp_frame_init_saved_regs,
7112 sh64_init_extra_frame_info, sh64_get_saved_register,
7113 sh64_extract_struct_value_address, sh64_pop_frame,
7114 sh64_push_arguments, sh64_extract_return_value,
7115 sh64_store_return_value, sh64_show_media_regs,
7116 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7117 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7118 sh_sh64_register_virtual_type,
7119 sh_sh64_register_convert_to_virtual,
7120 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7121 sh64_register_read, sh64_pseudo_register_write,
7122 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7123 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7124 sh64_do_pseudo_register, sh_compact_do_registers_info,
7125 sh64_do_registers_info, sh_gdbarch_init): New functions.
7126
7127 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7128
7129 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7130
7131 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7132
7133 * linespec.c (decode_line_1): Check for a double quote after
7134 a filename correctly.
7135
7136 2002-05-10 Jim Blandy <jimb@redhat.com>
7137
7138 Properly track the size of the current objfile's .debug_line section.
7139 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7140 (DWARF_LINE_SIZE): New macro.
7141 (dwarf2_build_psymtabs_hard): Record the line section's size in
7142 the partial symbol table.
7143 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7144 symbol table.
7145
7146 2002-05-10 Petr Sorfa <petrs@caldera.com>
7147
7148 * ia64-tdep.c: Handle breakpoints on L instruction type
7149 in MLX instruction bundle by moving the breakpoint to
7150 the third slot (X instruction type) as L holds only data.
7151
7152 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7153
7154 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7155 (process_one_symbol): Complain about discarding local symbols
7156 due to a misplaced N_LBRAC entry.
7157
7158 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7159
7160 From Daniel Berlin <dan@cgsoftware.com>
7161 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7162 decrease the depth we are at, in the case of templates.
7163
7164 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7165
7166 * mips-tdep.c (mips_float_register_type): New function.
7167 (mips_double_register_type): New function.
7168 (mips_print_register): Use them.
7169 (do_fp_register_row): Likewise.
7170
7171 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7172
7173 * signals/signals.c (signals): Remove conditional compilation around
7174 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7175 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7176
7177 2002-05-09 Michael Snyder <msnyder@redhat.com>
7178
7179 * remote-rdp.c (remote_rdp_can_run): Remove.
7180
7181 2002-05-09 Tom Tromey <tromey@redhat.com>
7182
7183 * jv-valprint.c (java_val_print): Handle `char' as a special case
7184 of TYPE_CODE_INT.
7185
7186 2002-05-09 Michael Snyder <msnyder@redhat.com>
7187
7188 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7189 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7190 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7191 str r(0123),[sp,#nn].
7192 (arm_skip_prologue): Ditto. Also make disassembly
7193 order-independent by placing it in a loop.
7194
7195 2002-05-06 Michael Snyder <msnyder@redhat.com>
7196
7197 * stabsread.c (read_type): Add recognition for new attribute:
7198 "@V;" means that an array type is actually a vector.
7199 This is analogous to the vector flag that's been added to dwarf2.
7200
7201 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7202
7203 * i386-tdep.h (i386_abi): New enum.
7204 (struct gdbarch_tdep): Replace os_ident member with abi.
7205 (i386_gdbarch_register_os_abi): New prototype.
7206 * i386-tdep.c (i386_abi_names): New array.
7207 (process_note_abi_tag_sections): Removed.
7208 (process_note_sections): New function.
7209 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7210 (struct i386_abi_handler): New struct.
7211 (i386_abi_handler_list): New variable.
7212 (i386_gdbarch_register_os_abi): New function.
7213 (i386_gdbarch_init): Adapt for the changes given above.
7214
7215 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7216
7217 * gregset.h: Say "GNU/Linux".
7218
7219 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7220
7221 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7222 (build_gdbtypes): Build builtin_type_v2_float.
7223 (_initialize_gdbtypes): Register new builtin type.
7224
7225 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7226
7227 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7228 (clear_gdbarch_swap): New function.
7229 (initialize_non_multiarch): Call.
7230 (gdbarch_update_p): Before calling init(), swap out and clear the
7231 existing architecture.
7232 * gdbarch.c: Regenerate.
7233
7234 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7235
7236 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7237 alphanbsd-tdep.c.
7238
7239 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7240
7241 * sh-nbsd-nat.c: Rename to...
7242 * shnbsd-nat.c: ...this.
7243 * sh-nbsd-tdep.c: Rename to...
7244 * shnbsd-tdep.c: ...this.
7245 * sh-nbsd-tdep.h: Rename to...
7246 * shnbsd-tdep.h: ...this.
7247 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7248 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7249
7250 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7251
7252 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7253 concatenation for command help messages.
7254
7255 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7256
7257 * NEWS: Note new sh*-*-netbsdelf* configuration.
7258 * configure.host: Set gdb_host_cpu to sh for all sh*.
7259 (sh*-*-netbsdelf*): New host.
7260 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7261 (sh*-*-netbsdelf*): New target.
7262 * sh-nbsd-nat.c: New file.
7263 * sh-nbsd-tdep.c: New file.
7264 * sh-nbsd-tdep.h: New file.
7265 * config/sh/nbsd.mh: New file.
7266 * config/sh/nbsd.mt: New file.
7267 * config/sh/nm-nbsd.h: New file.
7268 * config/sh/tm-nbsd.h: New file.
7269
7270 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7271
7272 * sh-tdep.c (sh_osabi_names): Declare.
7273 (process_note_abi_tag_sections): New function.
7274 (get_elfosabi): Ditto.
7275 (sh_gdbarch_register_os_abi): Ditto.
7276 (sh_dump_tdep): Ditto.
7277 _initialize_sh_tdep): Use gdbarch_register to register
7278 sh_gdbarch_init and sh_dump_tdep.
7279 * config/sh/tm-sh.h (sh_osabi): Declare.
7280 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7281
7282 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7283
7284 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7285 (thumb_scan_prologue): Ditto.
7286 (arm_find_callers_reg): Ditto.
7287 (arm_frame_chain): Ditto.
7288 (arm_init_extra_frame_info): Ditto.
7289 (arm_frame_saved_pc): Ditto.
7290 (arm_pop_frame): Ditto.
7291 (arm_push_return_address): New function.
7292 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7293 call_dummy_location, call_dummy_breakpoint_offset_p,
7294 call_dummy_breakpoint_offset, call_dummy_p,
7295 call_dummy_stack_adjust_p, call_dummy_words,
7296 sizeof_call_dummy_words, call_dummy_start_offset,
7297 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7298 call_dummy_address, push_return_address and push_dummy_frame for
7299 generic dummy frames.
7300
7301 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7302
7303 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7304 size computation for alloca.
7305 (sh_fp_frame_init_saved_regs): Likewise.
7306
7307 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7308
7309 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7310 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7311 * arm-tdep.c (arm_store_return_value): Use them.
7312 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7313 * remote-rdp.c (remote_rdp_fetch_register): Use
7314 ARM_MAX_REGISTER_RAW_SIZE.
7315 (remote_rdp_store_register): Likewise.
7316
7317 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7318
7319 * dwarf2cfi.c: Code cleanup, removed unused variables,
7320 added default labels to switch {} statements.
7321 * x86-64-tdep.c: Ditto.
7322 * x86-64-linux-nat.c: Ditto.
7323
7324 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7325
7326 * solib.h: Protect against multiple inclusion.
7327
7328 2002-05-06 Jim Blandy <jimb@redhat.com>
7329
7330 Add first preprocessor macro-expansion files.
7331 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7332 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7333 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7334 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7335 (COMMON_OBS): Add macrotab.o, macroexp.o.
7336 (macroexp.o, macrotab.o): New rules.
7337
7338 Separate the job of reading the line number info statement program
7339 header (...expialidocious) out into its own function.
7340 * dwarf2read.c (struct line_head, struct filenames, struct
7341 directories): Replace with...
7342 (struct line_header): New structure, containing the full
7343 contents of the statement program header, including the
7344 include directory and file name tables.
7345 (read_file_scope): If we have line number info, instead of just
7346 calling dwarf_decode_lines to do all the work, call
7347 dwarf_decode_line_header first to get a `struct line_header'
7348 containing the data in the statement program header, and then
7349 pass that to dwarf_decode_lines, which will pick up where that
7350 left off. Be sure to clean up the `struct line_header' object.
7351 (dwarf_decode_line_header, free_line_header, add_include_dir,
7352 add_file_name): New functions.
7353 (dwarf_decode_lines): Move all the code to read the statement
7354 program header into dwarf_decode_line_header. Take the line
7355 header it built as the first argument, instead of the offset to
7356 the compilation unit's line number info. Use the new `struct
7357 line_header' type instead of the old structures. No need to do
7358 cleanups here now, since we don't allocate anything.
7359 (dwarf2_statement_list_fits_in_line_number_section,
7360 dwarf2_line_header_too_long): New complaints.
7361
7362 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7363
7364 * gdbtypes.c (init_vector_type): New function.
7365 (build_builtin_type_vec128): Simplify the representation of SIMD
7366 registers.
7367 (build_gdbtypes): Initialize new builtin vector types.
7368 (_initialize_gdbtypes): Register new vector types with gdbarch.
7369 (builtin_type_v4_float, builtin_type_v4_int32,
7370 builtin_type_v8_int16, builtin_type_v16_int8,
7371 builtin_type_v2_int32, builtin_type_v4_int16,
7372 builtin_type_v8_int8): New (renamed) SIMD types.
7373
7374 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7375
7376 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7377 (i387_fill_fxsave): Likewise.
7378
7379 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7380
7381 * alpha-tdep.c (alpha_extract_return_value): Don't use
7382 non-constant array size in prototype.
7383
7384 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7385
7386 From Brian Taylor <briant at model dot com>:
7387 * ui-out.c (ui_out_field_core_addr): Use the function
7388 longest_local_hex_string_custom'to format addresses > 32 bits
7389 wide.
7390
7391 * ui-out.c (ui_out_field_core_addr): Update comment.
7392
7393 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7394
7395 * stack.c (select_and_print_frame): Make static. Delete the
7396 parameter `level'.
7397 (func_command): Update call.
7398 (select_frame_command): Delete code computing the frame level.
7399 * frame.h (select_and_print_frame): Delete declaration.
7400
7401 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7402
7403 * sparc-tdep.c (sparc_get_saved_register): Comment why
7404 get_prev_frame call is safe.
7405
7406 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7407
7408 * frame.h (select_frame): Delete level parameter.
7409 * stack.c (select_frame): Update. Use frame_relative_level to
7410 obtain the frame's level.
7411 (select_and_print_frame): Update call.
7412 (select_frame_command): Ditto.
7413 (up_silently_base): Ditto.
7414 (down_silently_base): Ditto.
7415 * ocd.c (ocd_start_remote): Ditto.
7416 * remote-rdp.c (remote_rdp_open): Ditto.
7417 * remote-mips.c (mips_initialize): Ditto.
7418 (common_open): Ditto.
7419 * remote-e7000.c (e7000_start_remote): Ditto.
7420 * m3-nat.c (select_thread): Ditto.
7421 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7422 (child_get_current_exception_event): Ditto.
7423 * varobj.c (varobj_create): Ditto.
7424 (varobj_update): Ditto.
7425 (c_value_of_root): Ditto.
7426 * tracepoint.c (finish_tfind_command): Ditto.
7427 * corelow.c (core_open): Ditto.
7428 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7429 * thread.c (info_threads_command): Ditto.
7430 (switch_to_thread): Ditto.
7431 * infrun.c (normal_stop): Ditto.
7432 (restore_selected_frame): Ditto.
7433 (restore_inferior_status): Ditto.
7434 * breakpoint.c (insert_breakpoints): Ditto.
7435 (watchpoint_check): Ditto.
7436 (bpstat_stop_status): Ditto.
7437 (do_enable_breakpoint): Ditto.
7438 * blockframe.c (flush_cached_frames): Ditto.
7439 (reinit_frame_cache): Ditto.
7440
7441 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7442
7443 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7444 maintainer.
7445
7446 2002-05-04 Jim Blandy <jimb@redhat.com>
7447
7448 * gdbtypes.c (replace_type): Doc fix.
7449
7450 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7451
7452 * valprint.c (strcat_longest): Delete commented out function.
7453 Update copyright.
7454
7455 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7456
7457 * MAINTAINERS: Mark a29k as deleted.
7458 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7459 Move new configurations to the top.
7460 * configure.tgt: Remove a29k.
7461 * config/a29k/tm-vx29k.h: Delete.
7462 * config/a29k/vx29k.mt: Delete.
7463 * config/a29k/tm-a29k.h: Delete.
7464 * config/a29k/a29k-udi.mt: Delete.
7465 * config/a29k/a29k.mt: Delete.
7466 * a29k-tdep.c: Delete.
7467 * remote-udi.c: Delete.
7468 * remote-mm.c: Delete.
7469 * remote-eb.c: Delete.
7470 * remote-adapt.c: Delete.
7471 * Makefile.in: Remove obsolete code.
7472 * config/s390/s390x.mt: Ditto.
7473 * config/s390/s390.mt: Ditto.
7474 * config/sparc/sparclynx.mh: Ditto.
7475 * config/sparc/linux.mh: Ditto.
7476 * config/pa/hppaosf.mh: Ditto.
7477 * config/pa/hppabsd.mh: Ditto.
7478 * config/ns32k/nbsd.mt: Ditto.
7479 * config/mips/vr5000.mt: Ditto.
7480 * config/m68k/sun3os4.mh: Ditto.
7481 * config/m68k/nbsd.mt: Ditto.
7482 * config/m68k/m68klynx.mh: Ditto.
7483 * config/m32r/m32r.mt: Ditto.
7484 * config/i386/x86-64linux.mt: Ditto.
7485 * config/i386/nbsdelf.mt: Ditto.
7486 * config/i386/nbsd.mt: Ditto.
7487 * config/i386/i386lynx.mh: Ditto.
7488
7489 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7490
7491 * target.c (debug_print_register): New function. Handle oversize
7492 registers.
7493 (debug_to_fetch_registers): Call.
7494 (debug_to_store_registers): Call.
7495
7496 2002-05-03 Jim Blandy <jimb@redhat.com>
7497
7498 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7499 (read_type): Doc fix.
7500 * gdbtypes.c (replace_type): Doc fix.
7501
7502 * stabsread.c (multiply_defined_struct): New complaint.
7503 (read_struct_type): If the type we were passed isn't empty, or
7504 incomplete, don't read the new struct type into it; complain,
7505 and return the original type unchanged. Take a new `type_code'
7506 argument, which is the type code for the new type.
7507 (read_type): Rather than storing the type's type code here, pass
7508 it as an argument to read_struct_type, and let that take care of
7509 storing it. That way, we don't overwrite the original type code,
7510 so read_struct_type can use it to decide whether we're overwriting
7511 something we shouldn't.
7512 (complain_about_struct_wipeout): New function.
7513
7514 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7515
7516 * gdbarch.sh: Assert that gdbarch is non-NULL.
7517 * gdbarch.c: Regenerate.
7518
7519 2002-05-03 Jason Merrill <jason@redhat.com>
7520
7521 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7522 and return NULL.
7523
7524 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7525
7526 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7527 (x86_64_dwarf2gdb_regno_map_length),
7528 (x86_64_dwarf2_reg_to_regnum): Added.
7529 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7530 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7531 (_initialize_x86_64_tdep): Synced with the change above.
7532 (x86_64_skip_prologue): Reformulated message.
7533
7534 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7535
7536 * f-exp.y: Also use new prev_lexptr variable
7537 to improve error reporting. Based on Michael Snyder
7538 2002-04-24 dated patch to c-exp.y.
7539 * jv-exp.y: Likewise.
7540 * m2-exp.y: Likewise.
7541
7542 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7543
7544 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7545 we are dealing with vectors.
7546
7547 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7548
7549 * config/m68k/tm-nbsd.h: Obvious fix,
7550 correct machine name.
7551
7552 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7553
7554 * p-typeprint.c (pascal_type_print_base): Add support
7555 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7556
7557 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7558
7559 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7560 for fondamental pascal 'char' type.
7561
7562 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7563
7564 * p-lang.h (is_pascal_string_type): Declaration changed,
7565 new sixth argument of type char ** added.
7566 * p-lang.c (is_pascal_string_type): Implementation
7567 changed. Args length_pos, length_size, string_pos, char_size
7568 can now be NULL. New argument arrayname set to the field
7569 name of the char array. Return value set to char array
7570 field index plus one.
7571 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7572 is_pascal_string_type function.
7573
7574 2002-05-02 Andrew Cagney <cagney@redhat.com>
7575
7576 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7577 <cagney@redhat.com> change.
7578 * gdbarch.c: Regenerate.
7579
7580 2002-05-02 Andrew Cagney <cagney@redhat.com>
7581
7582 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7583 before probing for a new one. Detect errorenous gdbarch_init
7584 functions.
7585 * gdbarch.c: Regenerate.
7586
7587 2002-05-01 Andrew Cagney <cagney@redhat.com>
7588
7589 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7590 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7591 * config/v850/tm-v850.h: Ditto. Update copyright.
7592
7593 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7594
7595 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7596 current_gdbarch.
7597
7598 2002-04-30 Michael Snyder <msnyder@redhat.com>
7599
7600 * arm-tdep.c: Whitespace clean-ups.
7601 (arm_skip_prologue): Fix thinko; two lines
7602 should have been removed as part of 4/24 change.
7603
7604 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7605
7606 * rs6000-tdep.c: Added comment describing how fpscr register
7607 numbers were chosen.
7608
7609 2002-04-30 Michael Snyder <msnyder@redhat.com>
7610
7611 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7612
7613 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7614
7615 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7616 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7617 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7618
7619 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7620
7621 From Louis Hamilton <hamilton@redhat.com>:
7622 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7623 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7624 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7625 not bfd-private xcoff data, to determine wordsize.
7626 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7627
7628 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7629
7630 GDB 5.2 released from 5.2 branch.
7631
7632 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7633
7634 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7635 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7636 (x86_64_register_info_table): Added comments with register numbers.
7637
7638 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7639
7640 * rs6000-tdep.c (rs6000_extract_return_value,
7641 rs6000_store_return_value): Handle returning vectors.
7642 (rs6000_gdbarch_init): Use
7643 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7644 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7645 New function.
7646 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7647 vectors.
7648 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7649 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7650
7651 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7652
7653 * hpread.c (hpread_psymtab_to_symtab_1,
7654 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7655 with fprintf_unfiltered (gdb_stderr,...).
7656
7657 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7658
7659 * remote-array.c (printf_monitor, write_monitor,
7660 array_insert_breakpoint, array_remove_breakpoint ):
7661 Replace fprintf (stderr,...
7662 with fprintf_unfiltered (gdb_stderr,....
7663 * remote-es.c: Likewise.
7664 * remote-os9k.c: Likewise.
7665 * remote-st.c: Likewise.
7666
7667 2002-04-28 Andreas Schwab <schwab@suse.de>
7668
7669 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7670 linux-proc.o and gcore.o.
7671
7672 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7673
7674 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7675 code without frame pointers.
7676
7677 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7678
7679 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7680 ON_STACK is needed.
7681
7682 2002-04-26 Ben Elliston <bje@redhat.com>
7683
7684 * target.c (do_xfer_memory): Correct reference to the new option
7685 "trust-readonly-sections".
7686
7687 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7688
7689 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7690 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7691 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7692 vectors.
7693 (read_array_type): Record the fact that this array type is really a
7694 vector (i.e. are passed in by value).
7695
7696 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7697
7698 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7699 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7700 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7701 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7702 * alpha-linux-tdep.c: Include frame.h.
7703 (alpha_linux_sigcontext_addr): New function.
7704 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7705 alpha_linux_sigcontext_addr.
7706 * alpha-osf1-tdep.c: Include gdbcore.h.
7707 (alpha_osf1_sigcontext_addr): New function.
7708 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7709 alpha_osf1_sigcontext_addr.
7710 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7711 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7712
7713 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7714
7715 * stack.c (selected_frame_level):
7716 (select_frame): Do not set selected_frame_level.
7717 * frame.h (selected_frame_level): Delete declaration.
7718
7719 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7720
7721 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7722 convert_from_func_ptr-addr when AIX / PowerOpen.
7723
7724 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7725
7726 * valops.c (hand_function_call): Call
7727 generic_save_call_dummy_addr.
7728 * frame.h (generic_save_call_dummy_addr): Declare.
7729 * blockframe.c (struct dummy_frame): Add fields call_lo and
7730 call_hi.
7731 (generic_find_dummy_frame): Check for PC in range call_lo to
7732 call_hi instead of entry_point_address.
7733 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7734 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7735 (generic_save_call_dummy_addr): New function.
7736
7737 2002-04-24 David S. Miller <davem@redhat.com>
7738
7739 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7740 sparc_skip_prologue.
7741 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7742 information to find prologue when possible.
7743 (sparc_prologue_frameless_p): Call examine_prologue directly.
7744 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7745 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7746 second argument.
7747 (SKIP_PROLOGUE): Likewise.
7748
7749 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7750
7751 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7752 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7753 indicate that the condition it was testing is always true.
7754 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7755 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7756 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7757
7758 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7759
7760 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7761 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7762 tdep->jb_pc and tdep->jb_elt_size.
7763 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7764 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7765 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7766 * alpha-nat.c (get_longjmp_target): Remove.
7767 (JB_ELEMENT_SIZE): Ditto.
7768 (JB_PC): Ditto.
7769 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7770 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7771 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7772 to alpha_get_longjmp_target.
7773 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7774 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7775 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7776
7777 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7778
7779 * README: Update to GDB 5.2.
7780
7781 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7782
7783 * gdbarch.sh (LC_ALL): Set to `c'.
7784
7785 2002-04-25 Theodore A. Roth <troth@verinet.com>
7786
7787 * avr-tdep.c: Ran through gdb_indent.sh.
7788
7789 2002-04-25 Theodore A. Roth <troth@verinet.com>
7790
7791 * MAINTAINERS: Add myself as AVR maintainer.
7792 * NEWS: Note new target avr.
7793
7794 2002-04-25 Theodore A. Roth <troth@verinet.com>
7795
7796 * Makefile.in: Add support for AVR target.
7797 * configure.tgt: Add support for AVR target.
7798 * avr-tdep.c: New file
7799 * config/avr/avr.mt: New file.
7800
7801 2002-04-25 Theodore A. Roth <troth@verinet.com>
7802
7803 * MAINTAINERS: Add myself to write-after-approval.
7804
7805 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7806
7807 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7808 with fprintf_unfiltered (gdb_stderr,....
7809
7810 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7811
7812 Fix PR gdb/508.
7813 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7814
7815 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7816
7817 * p-exp.y: Also use new prev_lexptr variable
7818 to improve error reporting. Based on Michael Snyder
7819 2002-04-24 dated patch to c-exp.y.
7820
7821 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7822
7823 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7824 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7825 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7826 to 0.
7827 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7828 and struct value.
7829 (FUNCTION_START_OFFSET): Remove.
7830 (BREAKPOINT): Ditto.
7831
7832 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7833
7834 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7835 * NEWS: Ditto.
7836
7837 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7838
7839 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7840 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7841 alpha_linux_pc_in_sigtramp.
7842 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7843 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7844 alpha_osf1_pc_in_sigtramp.
7845 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7846 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7847 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7848 alphafbsd_pc_in_sigtramp.
7849 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7850 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7851 alphanbsd_pc_in_sigtramp.
7852 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7853 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7854
7855 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7856
7857 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7858
7859 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7860
7861 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7862 alphanbsd-tdep.c.
7863 (alphanbsd-nat.o): New dependency list.
7864 (alphanbsd-tdep.o): Ditto.
7865 * NEWS: Note new native NetBSD/alpha configuration.
7866 * alphanbsd-nat.c: New file.
7867 * alphanbsd-tdep.c: Ditto.
7868 * configure.host (alpha*-*-netbsd*): New host.
7869 * configure.tgt (alpha*-*-netbsd*): New target.
7870 * config/alpha/nbsd.mh: New file.
7871 * config/alpha/nbsd.mt: Ditto.
7872 * config/alpha/nm-nbsd.h: Ditto.
7873 * config/alpha/tm-nbsd.h: Ditto.
7874
7875 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7876
7877 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7878 (alpha-osf1-tdep.o): New dependency list.
7879 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7880 and skip_sigtramp_frame members.
7881 * alpha-linux-tdep.c: Include gdbcore.h.
7882 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7883 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7884 * alpha-osf1-tdep.c: New file.
7885 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7886 alpha-osf1-dep.c.
7887 (alpha_frame_past_sigtramp_frame): New function.
7888 (alpha_dynamic_sigtramp_offset): Ditto.
7889 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7890 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7891 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7892 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7893 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7894 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7895 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7896 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7897 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7898 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7899 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7900 to find_solib_trampoline_target.
7901 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7902 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7903 (SKIP_TRAMPOLINE_CODE): Remove.
7904 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7905 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7906 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7907 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7908 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7909 (PROC_SIGTRAMP_MAGIC): Ditto.
7910 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7911 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7912 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7913 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7914 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7915
7916 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7917
7918 * NEWS: Note that Alpha targets are now multi-arch.
7919
7920 2002-04-24 Michael Snyder <msnyder@redhat.com>
7921
7922 * parser-defs.h (prev_lexptr): New external variable.
7923 * parse.c (parse_exp_1): Set prev_lexptr to null before
7924 calling the language-specific parser.
7925 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7926 (yyerror): Use prev_lexptr in error reporting.
7927
7928 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7929
7930 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7931 * gregset.h: If FILL_FPXREGSET is defined, provide
7932 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7933 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7934 is defined, call fill_fpxregset.
7935
7936 2002-04-24 Roland McGrath <roland@frob.com>
7937
7938 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7939 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7940 (supply_gregset, supply_fpregset): New functions.
7941
7942 * gnu-nat.c (gnu_find_memory_regions): New function.
7943 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7944 (gnu_xfer_memory): Add a cast.
7945
7946 2002-04-24 Michael Snyder <msnyder@redhat.com>
7947
7948 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7949 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7950 of argument regs ("str r(0123), [r11, #-nn"]).
7951 (arm_skip_prologue): Better handling for frameless functions.
7952 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7953 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7954
7955 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7956
7957 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7958 NUM_PSEUDO_REGS can be used.
7959
7960 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7961
7962 * arch-utils.h: Update copyright.
7963
7964 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7965 * gdbarch.h, gdbarch.c: Re-generate.
7966
7967 * inferior.h (IN_SIGTRAMP): Delete definition.
7968 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7969 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7970
7971 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7972 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7973 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7974 (find_proc_framesize): Ditto.
7975 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7976 (alpha_init_extra_frame_info): Ditto.
7977 * infrun.c (handle_inferior_event): Ditto.
7978 (handle_inferior_event): Ditto.
7979 (check_sigtramp2): Ditto.
7980 * blockframe.c (create_new_frame): Ditto.
7981 (get_prev_frame): Ditto.
7982 * ppc-linux-tdep.c: Update comments.
7983 * i386-linux-tdep.c: Update comments.
7984 * breakpoint.c (bpstat_what): Update comment.
7985
7986 2002-04-24 David S. Miller <davem@redhat.com>
7987
7988 * i960-tdep.c (register_in_window_p): New function.
7989 (i960_find_saved_register): Use it instead of
7990 REGISTER_IN_WINDOW_P.
7991 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7992
7993 * symtab.h (find_stab_function_addr): Kill extern.
7994 * minsyms.c (find_stab_function_addr): Remove from here...
7995 * dbxread.c: ... to here, and mark it static.
7996
7997 2002-04-20 David S. Miller <davem@redhat.com>
7998
7999 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8000 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8001
8002 2002-04-21 David S. Miller <davem@redhat.com>
8003
8004 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8005 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8006 (vx_write_register): Likewise.
8007
8008 2002-04-23 J. Brobecker <brobecker@gnat.com>
8009
8010 * source.c (is_regular_file): New function.
8011 (openp): Check wether file to open is a regular file
8012 to avoid opening directories.
8013
8014 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8015
8016 * findvar.c (extract_signed_integer): Cast printf argument
8017 to suppress format warning.
8018 (extract_unsigned_integer): Likewise.
8019 * infcmd.c (registers_info): Likewise.
8020 * top.c (get_prompt_1): Likewise.
8021 * valops.c (value_assign): Likewise.
8022 * valprint.c (print_decimal): Likewise.
8023
8024 2002-04-22 H.J. Lu (hjl@gnu.org)
8025
8026 * c-exp.y (typebase): Support
8027
8028 [long|long long|short] [signed|unsigned] [int|]
8029
8030 and
8031
8032 signed [long|long long|short] int
8033
8034 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8035
8036 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8037 and vax-tdep.h.
8038 * vax-tdep.h: New file.
8039 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8040 Make several routines static.
8041 (vax_get_saved_register): New function.
8042 (vax_gdbarch_init): New function.
8043 (_initialize_vax_tdep): Register vax_gdbarch_init.
8044 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8045 Remove macros now under the control of gdbarch.
8046
8047 2002-04-22 Michael Snyder <msnyder@redhat.com>
8048
8049 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8050 Some whitespace and coding standards tweaks.
8051
8052 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8053
8054 * vax-tdep.c: Include regcache.h.
8055 (vax_call_dummy_words): New.
8056 (sizeof_vax_call_dummy_words): New.
8057 (vax_fix_call_dummy): New function.
8058 (vax_saved_pc_after_call): Ditto.
8059 * config/vax/tm-vax.h: Don't include regcache.h.
8060 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8061 (CALL_DUMMY): Remove.
8062 (CALL_DUMMY_WORDS): Define.
8063 (SIZEOF_CALL_DUMMY_WORDS): Define.
8064 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8065
8066 2002-04-18 Michael Snyder <msnyder@redhat.com>
8067
8068 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8069
8070 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8071
8072 * vax-tdep.c (vax_frame_chain): New function.
8073 (vax_push_dummy_frame): Ditto.
8074 (vax_pop_frame): Ditto.
8075 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8076 (FRAMELESS_FUNCTION_INVOCATION): Use
8077 generic_frameless_function_invocation_not.
8078 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8079 (POP_FRAME): Use vax_pop_frame.
8080
8081 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8082
8083 * vax-tdep.c (vax_store_struct_return): New function.
8084 (vax_extract_return_value): Ditto.
8085 (vax_store_return_value): Ditto.
8086 (vax_extract_struct_value_address): Ditto.
8087 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8088 vax_store_struct_return.
8089 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8090 (STORE_RETURN_VALUE): Use vax_store_return_value.
8091 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8092
8093 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8094
8095 * vax-tdep.c (vax_frame_saved_pc): New function.
8096 (vax_frame_args_address_correct): Ditto.
8097 (vax_frame_args_address): Ditto.
8098 (vax_frame_locals_address): Ditto.
8099 (vax_frame_num_args): Move code to be in proximity to
8100 other frame-related functions.
8101 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8102 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8103 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8104 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8105 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8106
8107 2002-04-22 H.J. Lu (hjl@gnu.org)
8108
8109 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8110 includedir.
8111
8112 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8115 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8116 (FRAME_INIT_SAVED_REGS): New macro.
8117
8118 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8119
8120 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8121
8122 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8123
8124 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8125 where needed.
8126 (fetch_osf_core_registers): Likewise.
8127 (supply_gregset): Likewise.
8128
8129 2002-04-22 J. Brobecker <brobecker@gnat.com>
8130
8131 * symfile.h (get_section_index): Define.
8132 * symfile.c (get_section_index): New function.
8133 * mdebugread.c (SC_IS_SBSS): New macro.
8134 (SC_IS_BSS): Return true for the scBss storage class only, as
8135 the scSBss storage class refers to the .sbss section.
8136 (parse_partial_symbols): Discard the symbols which associated
8137 section does not exist.
8138 Make sure to use the .sbss section index for symbols which
8139 storage class is scBss, rather than using the .bss section index.
8140
8141 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8142
8143 * vax-tdep.c: Update copyright years.
8144 (vax_register_name): New function.
8145 (vax_register_byte): Ditto.
8146 (vax_register_raw_size): Ditto.
8147 (vax_register_virtual_size): Ditto.
8148 (vax_register_virtual_type): Ditto.
8149 * config/vax/tm-vax.h: Update copyright years.
8150 (REGISTER_NAMES): Remove.
8151 (REGISTER_NAME): Define.
8152 (REGISTER_BYTE): Use vax_register_byte.
8153 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8154 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8155 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8156
8157 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8158
8159 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8160 declaration
8161 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8162
8163 2002-04-21 David S. Miller <davem@redhat.com>
8164
8165 * arch-utils.c (generic_prologue_frameless_p): Kill
8166 SKIP_PROLOGUE_FRAMELESS_P code.
8167 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8168 references.
8169 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8170 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8171 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8172 references.
8173 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8174 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8175 (sparc_gdbarch_init): Pass it to
8176 set_gdbarch_prologue_frameless_p.
8177
8178 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8179
8180 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8181 (alphabsd-nat.o): New dependency list.
8182
8183 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8184
8185 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8186 alphafbsd-tdep.c.
8187 (alpha-linux-tdep.o): New dependency list.
8188 (alphafbsd-tdep.o): Likewise.
8189
8190 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8191
8192 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8193 to here...
8194 * alpha-tdep.c: ...from here.
8195 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8196
8197 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8198
8199 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8200 prototype from here...
8201 * alpha-tdep.h: ...to here.
8202
8203 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8204
8205 * frame.h (selected_frame_level): Document as deprecated.
8206 (frame_relative_level): Declare.
8207 * stack.c (frame_relative_level): New function.
8208 (selected_frame_level): Document as deprecated.
8209 (select_frame): Do not set the selected_frame_level.
8210
8211 * stack.c (frame_info, record_selected_frame): Update.
8212 (frame_command, current_frame_command): Update.
8213 (up_silently_base, up_command, down_silently_base): Update.
8214 (down_command): Update.
8215 * inflow.c (kill_command): Update.
8216 * tracepoint.c (finish_tfind_command): Update.
8217 * corelow.c (core_open): Update.
8218 * thread.c (info_threads_command): Update.
8219 (do_captured_thread_select): Update.
8220 * infcmd.c (finish_command): Update.
8221 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8222
8223 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8224
8225 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8226
8227 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8228
8229 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8230 type const.
8231
8232 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8233
8234 * alphafbsd-tdep.c: Update copyright years. Include
8235 alpha-tdep.h.
8236 (alphafbsd_use_struct_convention): Make static.
8237 (alphafbsd_init_abi): New function.
8238 (_initialize_alphafbsd_tdep): New function.
8239 * config/alpha/tm-fbsd.h: Update copyright years.
8240 (USE_STRUCT_CONVENTION): Remove.
8241
8242 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8243
8244 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8245 an Alpha ABI variant.
8246 (alpha_abi_handler_list): Declare.
8247 (alpha_gdbarch_register_os_abi): New function.
8248 (alpha_gdbarch_init): Give registered ABI variant handlers a
8249 chance to tweak the gdbarch once we have set up defaults.
8250 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8251
8252 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8253
8254 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8255 to standard_coerce_float_to_double.
8256 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8257
8258 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8259
8260 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8261 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8262 from gdbarch_tdep rather than a constant.
8263 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8264 the default text address for all Alpha Unix ABIs.
8265 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8266 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8267
8268 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8269
8270 * alpha-tdep.h: New file. Includes several Alpha target constants
8271 taken from...
8272 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8273 let gdbarch deal with.
8274 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8275 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8276 to dependency list.
8277 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8278 Alpha target register names.
8279 * alphabsd-nat.c: Likewise.
8280 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8281 Alpha target register names. Make serveral routines static.
8282 (alpha_get_saved_register): New function.
8283 (alpha_abi_names): New.
8284 (process_note_abi_tag_sections): New function.
8285 (get_elfosabi): New function.
8286 (alpha_gdbarch_init): New function.
8287 (alpha_dump_tdep): New function.
8288 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8289
8290 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8291
8292 * frame.c (find_saved_register): Delete #ifdef
8293 HAVE_REGISTER_WINDOWS code.
8294 * config/sparc/tm-sparc.h: Update comments.
8295 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8296
8297 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8298
8299 * i960-tdep.c (i960_find_saved_register): New function.
8300 (i960_get_saved_register): New function.
8301 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8302 (i960_get_saved_register): Declare.
8303 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8304
8305 2002-04-20 David S. Miller <davem@redhat.com>
8306
8307 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8308
8309 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8310
8311 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8312 instead of NUM_PSEUDO_REGS.
8313
8314 2002-04-20 David S. Miller <davem@redhat.com>
8315
8316 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8317 GDB_MULTI_ARCH_PARTIAL
8318 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8319 define, let tm-sp64.h do it.
8320
8321 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8322
8323 * frame.c (find_saved_register): Avoid a NULL pointer
8324 dereference and actually walk the frame list.
8325
8326 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8327
8328 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8329 sorted in most most-recent-used order. Document.
8330 * gdbarch.h, gdbarch.c: Regenerate.
8331
8332 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8333
8334 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8335 instead of ->prev.
8336 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8337 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8338 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8339 instead of ->prev.
8340
8341 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8342
8343 Fix PR gdb/471.
8344 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8345 (build_builtin_type_vec128): Ditto.
8346 (append_composite_type_field): Fix calculation of type length in
8347 union case.
8348
8349 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8350
8351 * config/djgpp/README: Update.
8352
8353 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8354 compiler warnings.
8355
8356 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8357
8358 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8359 (alpha_setup_arbitrary_frame): ...to this.
8360 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8361 for alpha_setup_arbitrary_frame.
8362
8363 2002-04-18 Andrew Cagney <cagney@redhat.com>
8364
8365 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8366 * gdbarch.h, gdbarch.c: Regenerate.
8367
8368 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8369 * target.h (memory_breakpoint_from_pc): Update declaration.
8370 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8371
8372 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8373 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8374 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8375 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8376 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8377 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8378 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8379 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8380 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8381 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8382 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8383 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8384
8385 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8386 const pointer.
8387 * monitor.c (monitor_insert_breakpoint): Ditto.
8388 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8389
8390 * config/mcore/tm-mcore.h: Update copyright.
8391 * mem-break.c: Ditto.
8392 * xstormy16-tdep.c: Ditto.
8393
8394 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8395
8396 * p-exp.y: Add precedence rule for '^' token.
8397 This removes the shift/reduce conflicts.
8398 Remove the comment concerning these shift/reduce conflicts.
8399
8400 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8401
8402 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8403 (registers_powerpc_nofp): New register set for processors
8404 without floating point unit.
8405
8406 2002-04-18 David S. Miller <davem@redhat.com>
8407
8408 * MAINTAINERS: Add myself to write-after-approval.
8409
8410 2002-04-17 Michael Snyder <msnyder@redhat.com>
8411
8412 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8413
8414 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8415
8416 * rs6000-tdep.c (frame_initial_stack_address): Use
8417 frame_register_read to read the alloca_reg.
8418
8419 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8420
8421 * frame.c (find_saved_register): Find saved registers in the next
8422 not prev frame.
8423 Fix PR gdb/365.
8424
8425 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8426
8427 * gdbarch.sh (LANG): Set to ``c''.
8428
8429 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8430
8431 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8432
8433 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8434
8435 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8436 Update copyright.
8437
8438 * hpread.c (hpread_get_lntt): Add declaration.
8439 Also fix PR gdb/391.
8440
8441 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8442
8443 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8444 * aclocal.m4, configure: Re-generate.
8445 Fix PR gdb/391.
8446
8447 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8448
8449 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8450 instead of tm_print_insn.
8451
8452 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8453
8454 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8455
8456 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8457
8458 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8459 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8460 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8461
8462 2002-04-12 Don Howard <dhoward@redhat.com>
8463
8464 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8465 max_user_call_depth.
8466 (init_cmd_lists): Initialize the new value;
8467 * cli/cli-script.c (execute_user_command): Limit the call depth of
8468 user defined commands. This avoids a core-dump when user commands
8469 are infinitly recursive.
8470
8471 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8472
8473 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8474 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8475 from tdep struct instead of DEFAULT_LR_SAVE.
8476 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8477 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8478 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8479
8480 2002-04-12 Michael Snyder <msnyder@redhat.com>
8481
8482 * Remote.c: Spelling fix.
8483 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8484 If no symbol found for "sbrk", try "_sbrk".
8485 (make_output_phdrs): Use bfd_section_name.
8486 (gcore_copy_callback): Use bfd_section_name.
8487 * eval.c: Indentation fix-ups.
8488 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8489 in case it gets applied to an address that is already
8490 in the instruction space.
8491 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8492 * symfile.c: Fix indentation, long lines.
8493 * source.c: White space fix-up.
8494
8495 2002-04-12 Andrew Cagney <cagney@redhat.com>
8496
8497 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8498 * frame.c (frame_register_read): New function. Return non-zero on
8499 success.
8500 (read_relative_register_raw_bytes_for_frame): Delete.
8501 (read_relative_register_raw_bytes): Delete.
8502 * frame.h (frame_register_read): Declare.
8503 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8504 * sh-tdep.c: Ditto.
8505 * infcmd.c (do_registers_info): Ditto.
8506 * hppa-tdep.c: Ditto.
8507 * rs6000-tdep.c: Ditto.
8508 * h8500-tdep.c: Ditto.
8509 * mips-tdep.c: Ditto.
8510 * h8300-tdep.c: Ditto.
8511 * z8k-tdep.c: Ditto.
8512
8513 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8514
8515 From Jimi X <jimix@watson.ibm.com>:
8516 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8517 64-bit SysV ABI.
8518
8519 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8520
8521 From Jimi X <jimix@watson.ibm.com>:
8522 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8523 bfd info.
8524
8525 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8526
8527 From Jimi X <jimix@watson.ibm.com>:
8528 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8529 register sets for these processor variants.
8530
8531 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8532
8533 * regformats/reg-ppc.dat: Support FPSCR.
8534
8535 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8536
8537 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8538 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8539 Add fpscr as an invalid/unfetchable register.
8540 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8541 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8542 (fill_fpregset): Add support for register fpscr.
8543 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8544 (fill_gregset): Account for the fact that register ``mq'' might
8545 not exist.
8546 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8547 (registers_power): Add fpscr to register set at slot 71.
8548 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8549 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8550
8551 2002-04-11 Michael Snyder <msnyder@redhat.com>
8552
8553 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8554 * configure: Regenerate.
8555 * config.in: Regenerate.
8556 * acconfig.h: Add define for _SYSCALL32.
8557 * core-sol2.c: Remove #define _SYSCALL32.
8558 * solib-legacy.c: Remove #define _SYSCALL32.
8559
8560 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8561
8562 * stack.c (select_frame): Cleanup internal error message, do not
8563 use %p.
8564
8565 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8566
8567 * stack.c (select_frame): Check that selected_frame and the
8568 specified level are as expected.
8569 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8570 Update copyright.
8571 * frame.h (struct frame_info): Add field `level'. Update
8572 copyright.
8573 Work-in-progress PR gdb/464.
8574
8575 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8576
8577 * maint.c (maint_print_section_info): Rename print_section_info.
8578 (print_bfd_section_info, print_objfile_section_info): Update.
8579 * inferior.h (struct gdbarch): Add opaque declaration.
8580 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8581 * gdbarch.h: Regenerate.
8582
8583 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8584
8585 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8586 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8587 (kernel_u_size): Added.
8588 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8589 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8590
8591 2002-04-04 Jim Ingham <jingham@apple.com>
8592
8593 * valarith.c (find_size_for_pointer_math): New function, either returns
8594 the size for a pointer's target, returns 1 for void *, or errors for
8595 incomplete types.
8596 (value_add, value_sub): use find_size_for_pointer_math.
8597
8598 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * linux-low.c (linux_look_up_symbols): New hook.
8601 (linux_target_ops): Add linux_look_up_symbols.
8602 * remote-utils.c (decode_address): New function.
8603 (look_up_one_symbol): New function.
8604 * server.c (handle_query): Call target look_up_symbols hook.
8605 * server.h (look_up_one_symbol): Add prototype.
8606 * target.h (struct target_ops): Add look_up_symbols hook.
8607
8608 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8609
8610 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8611 override FP_REGNUM with frame->fp. Update copyright.
8612 * parse.c (num_std_regs, std_regs): Delete.
8613 (target_map_name_to_register): Do not search std_regs. Update
8614 function description.
8615 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8616 declarations. Update copyright.
8617 Fix PR gdb/251.
8618
8619 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8622 after the last symbol in a block.
8623
8624 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8625
8626 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8627 is non zero as a found symbol.
8628
8629 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8630
8631 * findvar.c: Include "builtin-regs.h".
8632 (value_of_register): Call value_of_builtin_reg when applicable.
8633 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8634 (target_map_name_to_register): Call
8635 builtin_reg_map_name_to_regnum.
8636 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8637 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8638 (builtin_regs_h): Define.
8639 (builtin-regs.o): New target.
8640 (findvar.o): Add $(builtin_regs_h).
8641 * builtin-regs.c, builtin-regs.h: New files.
8642 * std-regs.c: New file.
8643 Partial fix for PR gdb/251.
8644
8645 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8646
8647 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8648 it's no longer required.
8649
8650 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8651
8652 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8653
8654 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8655
8656 From Jimi X <jimix@watson.ibm.com>:
8657 * rs6000-tdep.c (rs6000_software_single_step): Use
8658 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8659 and size. Use target_insert_breakpoint() and
8660 target_remove_breakpoint() to insert and remove breakpoints
8661 instead of explicit memory reads and writes.
8662
8663 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8664
8665 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8666 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8667 ELF_OBJECT_FORMAT ifdef.
8668
8669 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8670
8671 From Jimi X <jimix@watson.ibm.com>:
8672 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8673
8674 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8675
8676 From Jimi X <jimix@watson.ibm.com>:
8677 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8678 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8679
8680 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8681
8682 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8683 s/asprintf/xasprintf/.
8684 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8685
8686 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8687
8688 I believe Jeff Law denies responsability for this one:
8689 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8690 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8691 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8692 Work-around for PR gdb/366.
8693
8694 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8695
8696 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8697 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8698 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8699
8700 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8701
8702 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8703 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8704 information.
8705
8706 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8707
8708 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8709 maintainer.
8710
8711 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8712
8713 * README (Reporting Bugs in GDB): Document the bug web page as the
8714 prefered way of submitting bugs.
8715 Fix PR gdb/402.
8716
8717 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8718
8719 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8720 -1. Update comment.
8721 * gdbarch.h, gdbarch.c: Re-generate.
8722
8723 2002-04-07 Andreas Schwab <schwab@suse.de>
8724
8725 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8726 buffer to regcache_collect.
8727
8728 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8729
8730 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8731 * gdbarch.c, gdbarch.h: Re-generate.
8732
8733 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8734
8735 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8736 declaration. Fix -Werror.
8737
8738 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8739
8740 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8741 * gdbarch.c: Regenerate.
8742
8743 2002-04-05 Michael Snyder <msnyder@redhat.com>
8744
8745 * breakpoint.c (clear_command): Rewrite middle section to
8746 combine two loops with identical control conditions.
8747 Add a cleanup to eliminate a memory leak.
8748 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8749
8750 2002-04-05 H.J. Lu (hjl@gnu.org)
8751
8752 * solib-svr4.c (bkpt_names): Add "__start".
8753
8754 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8755
8756 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8757 as test for 64 bit target.
8758
8759 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8760
8761 * h8500-tdep.c (h8500_write_fp): Delete function.
8762 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8763 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8764 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8765 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8766 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8767 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8768 (s390_write_fp):
8769 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8770 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8771 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8772 (d10v_write_fp): Delete function.
8773 * inferior.h (write_fp, generic_target_write_fp): Delete
8774 declarations.
8775 * regcache.c (generic_target_write_fp): Delete function.
8776 (write_fp): Delete function.
8777 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8778 * gdbarch.h, gdbarch.c: Regenerate.
8779 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8780 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8781 (sparc64_write_fp): Delete declaration.
8782 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8783 (h8500_write_fp): Delete declaration.
8784
8785 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8786
8787 * sparc-tdep.c (sparc64_write_fp): Delete.
8788 (sparc_push_dummy_frame): Replace write_fp call with code to store
8789 the FP directly.
8790 (sparc_gdbarch_init): Do not initialize write_fp.
8791
8792 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8793
8794 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8795 clause.
8796
8797 2002-03-29 Jim Blandy <jimb@redhat.com>
8798
8799 * stack.c (get_selected_block): Add new argument `addr_in_block',
8800 used to return the exact code address we used to select the block,
8801 not just the block.
8802 * blockframe.c (get_frame_block, get_current_block): Same.
8803 * frame.h (get_frame_block, get_current_block,
8804 get_selected_block): Update declarations.
8805 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8806 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8807
8808 2002-04-05 Michael Snyder <msnyder@redhat.com>
8809
8810 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8811 warning message.
8812
8813 2002-04-05 J. Brobecker <brobecker@gnat.com>
8814
8815 * utils.c (xfullpath): New function.
8816 * defs.h (xfullpath): Add declaration.
8817 * source.c (openp): Use xfullpath in place of gdb_realpath to
8818 avoid resolving the basename part of filenames when the
8819 associated file is a symbolic link. This fixes a potential
8820 inconsistency between the filenames known to GDB and the
8821 filenames it prints in the annotations.
8822 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8823 to be able to match a filename with either the real filename, or
8824 the name of any symbolic link to this file.
8825 (lookup_partial_symtab): Ditto.
8826
8827 2002-04-04 Michael Snyder <msnyder@redhat.com>
8828
8829 * breakpoint.c: Add support for hardware breakpoints in overlays.
8830 (overlay_events_enabled): New state variable.
8831 (insert_breakpoints): Use overlay_events_enabled to decide
8832 whether to attempt to set a breakpoint at the overlay load addr.
8833 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8834 (remove_breakpoint): Use overlay_events_enabled to decide
8835 whether breakpoints need to be removed from overlay load addr.
8836 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8837 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8838 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8839 disable_overlay_breakpoints): Update overlay_events_enabled.
8840
8841 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8842
8843 * dwarf2read.c (struct function_range): New.
8844 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8845 (check_cu_functions): New.
8846 (read_file_scope): Initialize global function lists.
8847 Call dwarf_decode_line after processing children.
8848 (read_func_scope): Add to global function list.
8849 (dwarf_decode_lines): Call check_cu_functions everywhere
8850 record_line is called. Call record_line with a linenumber
8851 of 0 to mark sequence ends.
8852
8853 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8854
8855 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8856 change sync with glibc.
8857
8858 2002-04-03 Jim Blandy <jimb@redhat.com>
8859
8860 * configure.in: Call AC_C_INLINE.
8861 * configure: Regenerated.
8862
8863 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8864
8865 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8866 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8867
8868 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8869
8870 * NEWS: Mention gcore support on FreeBSD/i386.
8871
8872 * fbsd-proc.c: New file.
8873 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8874 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8875
8876 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8877 while statement.
8878
8879 2002-03-29 Jim Blandy <jimb@redhat.com>
8880
8881 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8882 unescaped newlines in string literals, but newer ones don't. So
8883 escape them.
8884
8885 2002-03-26 Michael Snyder <msnyder@redhat.com>
8886 Andrew Cagney <cagney@redhat.com>
8887
8888 * cli/cli-dump.c: New file. Dump memory to file,
8889 restore file to memory.
8890 * cli/cli-dump.h: New file.
8891 * Makefile.in: Add rules, dependencies for cli-dump.o.
8892 * NEWS: Mention new commands.
8893
8894 2002-03-28 Michael Snyder <msnyder@redhat.com>
8895
8896 * symfile.c (symbol_file_add): Move test for null symbols to later.
8897
8898 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8899
8900 From veksler at il.ibm.com:
8901 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8902 the xstrduped original path.
8903 Fix PR gdb/417.
8904
8905 2002-03-27 Michael Snyder <msnyder@redhat.com>
8906
8907 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8908 * infcmd.c (_initialize_infcmd): Ditto.
8909 * language.c (_initialize_language): Ditto.
8910 * symfile.c (_initialize_symfile): Ditto.
8911 * top.c (_init_main): Ditto.
8912 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8913
8914 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8915
8916 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8917 vector registers handling.
8918 (skip_prologue): Handle new AltiVec instructions. Fill in new
8919 fields of frame data.
8920 (frame_get_saved_regs): Fill in information for AltiVec registers.
8921
8922 2002-03-27 Jim Blandy <jimb@redhat.com>
8923
8924 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8925 a function; leave this macro here to invoke that function.
8926 (symbol_init_mangled_name): Declaration for that function.
8927 * symtab.c (symbol_init_mangled_name): New function.
8928
8929 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8930
8931 * valarith.c: Replace strerror with safe_strerror.
8932 * tracepoint.c: Ditto.
8933 * lin-lwp.c: Ditto.
8934 * go32-nat.c: Ditto.
8935 * inflow.c: Ditto.
8936 * gnu-nat.c: Ditto.
8937
8938 2002-03-27 Andreas Schwab <schwab@suse.de>
8939
8940 * event-top.c (command_line_handler): Remove useless if.
8941
8942 2002-03-27 Andreas Jaeger <aj@suse.de>
8943
8944 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8945 comment.
8946
8947 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8948
8949 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8950 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8951 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8952 (x86_64_linux_dr_get_status, supply_gregset),
8953 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8954 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8955 (x86_64_register_info_table): Add.
8956 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8957 (x86_64_register_raw_size, x86_64_register_virtual_type),
8958 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8959 general x86_64_register_info_table.
8960 (i386_gdbarch_init): gdbarch_register_bytes is now set
8961 dynamicaly during initialization.
8962 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8963 * gdbserver/linux-x86-64-low.c: Ditto.
8964
8965 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8966
8967 * gdbserver/server.c (main): Call target_signal_to_host_p
8968 and target_signal_to_host on signals received from the remote.
8969 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8970 target_signal_from_host on signals sent to the remote.
8971 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8972 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8973
8974 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8975
8976 * signals/signals.c: Include "server.h" in gdbserver build.
8977 (target_signal_from_name): Don't use STREQ.
8978 (_initialize_signals): Likewise. Don't include function in
8979 gdbserver build.
8980
8981 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8982
8983 * signals.c: Moved to...
8984 * signals/signals.c: Here.
8985 * Makefile (signals.o): Update.
8986
8987 2002-03-26 Jeff Law (law@redhat.com)
8988
8989 * somread.c (som_symtab_read): Remove some commented out code and
8990 updated related comments. Do not set the minimal symbol table to
8991 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8992 in a dynamic executable.
8993 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8994 where we are unable to find the minimal symbol for the given
8995 PC value.
8996
8997 2002-03-25 Jeff Law (law@redhat.com)
8998
8999 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9000
9001 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9002
9003 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9004
9005 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9006
9007 * command.h: Update copyright.
9008 (struct cmd_list_element): Replace definition with opaque
9009 declaration.
9010 (enum cmd_types): Document that it will eventually be moved to
9011 cli/cli-decode.h
9012 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9013 (MALLOCED_REPLACEMENT): Delete macro.
9014 * Makefile.in (cli_decode_h): Add $(command_h).
9015 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9016 * top.c: Include "cli/cli-decode.h".
9017 * completer.c: Include "cli/cli-decode.h".
9018 * maint.c: Include "cli/cli-decode.h".
9019 * cli/cli-decode.h: Include "command.h".
9020 (enum command_class): Delete.
9021 (enum cmd_types): Comment out.
9022 (enum cmd_auto_boolean): Delete.
9023 (enum var_types): Delete.
9024
9025 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9026
9027 * cli/cli-decode.c: Include "gdb_assert.h".
9028 (add_set_or_show_cmd): New static function.
9029 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9030 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9031 all fields, such as func, from the set command.
9032
9033 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9034
9035 * MAINTAINERS (sh-elf): Change warning flag to -w.
9036
9037 2002-03-23 Andrew Cagney <cagney@redhat.com>
9038
9039 * defs.h (error): Add printf format attribute.
9040 * thread-db.c (thread_from_lwp): Fix error format string.
9041 * stack.c (parse_frame_specification): Ditto.
9042 * cli/cli-decode.c (undef_cmd_error): Ditto.
9043 * scm-lang.c (scm_lookup_name): Ditto.
9044 * tracepoint.c (trace_error): Ditto.
9045 * remote-utils.c (usage): Ditto.
9046 * remote.c (compare_sections_command): Ditto.
9047 Fix PR gdb/328.
9048
9049 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9050
9051 * gdbtypes.c (append_composite_type_field): New function.
9052 (init_composite_type): New function.
9053 * gdbtypes.h (append_composite_type_field): Declare.
9054 (init_composite_type): Ditto.
9055
9056 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9057
9058 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9059 function.
9060 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9061 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9062 structure returning convention for SYSV ABI case, but not
9063 for GNU/Linux, FreeBSD, or NetBSD.
9064
9065 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9066
9067 * symtab.h (lookup_block_symbol): Add mangled_name argument
9068 to prototype.
9069
9070 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9071 with new mangled_name argument.
9072 * linespec.c (decode_line_1): Likewise.
9073 * valops (value_of_this): Likewise.
9074 * symtab.c (lookup_transparent_type): Likewise.
9075 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9076 (lookup_symbol): If we are given a mangled name, pass it down
9077 to lookup_symbol_aux.
9078 (lookup_block_symbol): If we are given a mangled name to check
9079 against, only return symbols which match it.
9080
9081 2002-03-22 Christopher Faylor <cgf@redhat.com>
9082
9083 * win32-nat.c (child_create_inferior): Check for proper shell to use
9084 here, in case the user changes it on the fly.
9085 (_initialize_inftarg): Remove shell path considerations.
9086
9087 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9088
9089 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9090 for gdbarch_max_register_raw_size and max_register_virtual_size.
9091 Adjust copyright year.
9092
9093 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9094
9095 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9096 in a function to cover the entire beginning of the function
9097 as well if it does not already.
9098
9099 2002-03-21 Tom Rix <trix@redhat.com>
9100
9101 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9102 (rs6000_ptrace64): Renamed from ptrace64.
9103
9104 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9105
9106 * gdbserver/remote-utils.c (remote_open): Don't call
9107 getprotobyname, we're all using TCP here so just use
9108 IPPROTO_TCP.
9109 * gdbserver/gdbreplay.c (remote_open): Ditto.
9110
9111 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9112
9113 * regcache.c (_initialize_regcache): No need to call
9114 build_regcache() at this time; it gets called whenever
9115 the gdbarch changes.
9116
9117 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9118
9119 * sparc-nat.c: Include sys/param.h where possible.
9120
9121 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9122
9123 Fix PR gdb/422.
9124 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9125 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9126 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9127 complex types.
9128 * stabsread.c (rs6000_builtin_type): Likewise.
9129 (read_sun_floating_type): Likewise.
9130
9131 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9132
9133 * stabsread.c (read_member_functions): Remove skip code for duplicate
9134 constructor/destructor methods. Use standard parsing for these
9135 methods and just do not chain them to the list of methods after
9136 parsing.
9137
9138 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9139
9140 * coffread.c: Remove redundant static declarations. Replace
9141 occurrences of `PTR' with `void *'.
9142 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9143 * top.h (quit_cover): Likewise.
9144 * defs.h (catch_errors): Likewise.
9145
9146 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9147
9148 * defs.h (XMALLOC): Define.
9149 * gdb-events.sh (XMALLOC): Delete macro.
9150 * gdb-events.c, gdb-events.h: Regenerate.
9151 * gdbarch.sh (XMALLOC): Delete macro.
9152 * gdbarch.c: Regenerate.
9153 * serial.c (XMALLOC): Delete macro.
9154 * ui-file.c (XMALLOC): Ditto.
9155 * ser-unix.h (XMALLOC): Ditto.
9156 * sh-tdep.c (XMALLOC): Ditto.
9157 * ui-out.c (XMALLOC): Ditto.
9158 * utils.c (XMALLOC): Ditto.
9159 * i386-tdep.c (XMALLOC): Ditto.
9160 * gdb-events.c (XMALLOC): Ditto.
9161 * d10v-tdep.c (XMALLOC): Ditto.
9162 * cli-out.c (XMALLOC): Ditto.
9163
9164 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9165 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9166 * ui-file.c, ui-out.c: Ditto.
9167
9168 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9169
9170 * command.h (struct cmd_list_element): Add field context.
9171 (set_cmd_context, get_cmd_context): Declare.
9172 * cli/cli-decode.h: Ditto.
9173 * cli/cli-decode.c (get_cmd_context): New function.
9174 (set_cmd_context): New function.
9175 (add_cmd): Initialize context.
9176 Part of fixing PR gdb/145 and PR gdb/146.
9177
9178 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9179
9180 * cli/cli-decode.c (cmd_type): New function.
9181 * command.h (cmd_type): Declare.
9182 * infrun.c (set_schedlock_func): Call function cmd_type.
9183 * kod.c (kod_set_os): Call cmd_type.
9184 * cris-tdep.c (cris_version_update): Use function cmd_type.
9185 (cris_mode_update, cris_abi_update): Ditto.
9186
9187 * command.h: (execute_cmd_post_hook): Declare.
9188 (execute_cmd_pre_hook): Declare.
9189 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9190 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9191 functions. Execute pre/post hook while ensuring that afterwords
9192 hook_in is cleared.
9193 * top.c (execute_command): Use execute_cmd_post_hook, and
9194 execute_cmd_pre_hook to execute pre/post commands.
9195 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9196 hook_stop_stub.
9197 (hook_stop_stub): Call execute_cmd_pre_hook.
9198
9199 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9200
9201 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9202 set'' and this leads to a core dump. Move xstrdup of
9203 operating_system to after check that it is not NULL.
9204
9205 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9206
9207 * kod.c (kod_set_os): Remove unnecessary check that
9208 ``command->type'' is set_cmd.
9209
9210 * valprint.c (set_input_radix): Use input_radix.
9211 (set_output_radix): Use output_radix.
9212 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9213 isn't reverted.
9214
9215 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9216
9217 * value.h (struct value): Delete field ``substring_addr''. Change
9218 aligner fields to force_doublest_align, force_longest_align,
9219 force_core_addr_align and force_pointer_aligh.
9220
9221 * value.h (struct value): Fix typo in above change.
9222
9223 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9224
9225 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9226 to fix internal_error from ``maintenance print architecture''.
9227
9228 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9229
9230 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9231 for gcc versions after gcc-2.8.1.
9232
9233 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9234
9235 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9236 for method resolution. Restore adjustment of ``this'' pointer after
9237 calling value_struct_elt, which was accidentally removed during the
9238 HP merge.
9239
9240 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9241
9242 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9243 value_of_register.
9244 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9245 get_saved_register.
9246 * value.h (value_of_register): Update.
9247
9248 2002-03-14 Richard Henderson <rth@redhat.com>
9249
9250 * configure.in: Detect declaration for canonicalize_file_name.
9251 * utils.c (canonicalize_file_name): Declare, if needed.
9252 (gdb_realpath): Prefer realpath if available and usable.
9253 * config.in, configure: Rebuild.
9254
9255 2002-03-14 Richard Henderson <rth@redhat.com>
9256
9257 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9258 a constant array bound.
9259
9260 * MAINTAINERS: Add myself to write-after-approval.
9261
9262 2002-03-14 Michael Snyder <msnyder@redhat.com>
9263
9264 * symfile.c (syms_from_objfile): Return immediately if no syms.
9265 (symbol_file_add): Return immediately if no syms.
9266 (find_sym_fns): Return immediately if no syms.
9267
9268 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9269
9270 * gdbserver/remote-util.c (remote_open): Print remote-side's
9271 IP address when remote debugging over the network.
9272
9273 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9274
9275 * config/sparc/fbsd.mh: Fix copyright.
9276 * config/sparc/fbsd.mt: Likewise.
9277
9278 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9279
9280 * MAINTAINERS: Fix typo in name of gdb warnings option.
9281 (x86-64): Fix formating so that this can be parsed by awk.
9282
9283 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9284
9285 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9286 * defs.h: Include "gdb/signals.h".
9287 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9288
9289 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9290
9291 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9292 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9293 from x86-64-tdep.h
9294
9295 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9296 Don Howard <dhoward@redhat.com>
9297
9298 * mips-tdep.c (ST0_FR): Define.
9299 (mips2_fp_compat): New function, temporarily disabled.
9300 (mips_read_fp_register_single): New function.
9301 (mips_read_fp_register_double): New function.
9302 (mips_print_register): Use them.
9303 (do_fp_register_row): Likewise.
9304
9305 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9306
9307 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9308 approval''.
9309
9310 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9311
9312 * stabsread.c (read_member_functions): Fix is_stub test for
9313 static member functions, improve comment.
9314
9315 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9316
9317 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9318 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9319 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9320 commands that set boolean values.
9321 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9322 (arm_rdi_resume): Always initialize PC.
9323 (arm_rdi_open): Don't use rslt as a boolean.
9324 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9325 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9326 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9327 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9328
9329 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9330
9331 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9332 * configure: Rebuilt.
9333
9334 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9335
9336 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9337 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9338
9339 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9340
9341 * cli/cli-decode.c (set_cmd_completer): New function.
9342 * command.h (set_cmd_completer): Declare.
9343 * cli/cli-decode.h (set_cmd_completer): Ditto.
9344
9345 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9346 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9347 * win32-nat.c (_initialize_inftarg): Ditto.
9348 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9349 * proc-api.c (_initialize_proc_api): Ditto.
9350 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9351 * source.c (_initialize_source): Ditto.
9352 * exec.c (_initialize_exec): Ditto.
9353 * solib.c (_initialize_solib): Ditto.
9354 * top.c (init_main): Ditto.
9355 * tracepoint.c (_initialize_tracepoint): Ditto.
9356 * symfile.c (_initialize_symfile): Ditto.
9357 * printcmd.c (_initialize_printcmd): Ditto.
9358 * infcmd.c (_initialize_infcmd): Ditto.
9359 * corefile.c (_initialize_core): Ditto.
9360
9361 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9362
9363 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9364
9365 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9366
9367 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9368
9369 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9370
9371 * NEWS: Update headings, 5.2 has branched.
9372
9373 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9374
9375 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9376 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9377 (register_addr, REGISTER_RAW_SIZE): Likewise.
9378 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9379 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9380
9381 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9382
9383 * MAINTAINERS (x86-64): Add myself.
9384 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9385 changed value_ptr -> struct value *
9386
9387 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9388
9389 * configure.host (sparc64-*-freebsd): Add.
9390 * configure.tgt: Likewise.
9391 * config/sparc/fbsd.mh: New file.
9392 * config/sparc/fbsd.mt: Likewise.
9393 * config/sparc/nm-fbsd.h: Likewise.
9394 * config/sparc/tm-fbsd.h: Likewise.
9395
9396 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9397
9398 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9399 regformats/reg-s390x.dat.
9400
9401 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9402
9403 * utils.c: Add FIXME explaining true/false problem.
9404
9405 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9406
9407 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9408
9409 2002-02-28 Michael Chastain <mec@shout.net>
9410
9411 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9412
9413 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * gdbserver/linux-s390-low.c: New file.
9416 * regformats/reg-s390.dat: New file.
9417 * regformats/reg-s390x.dat: New file.
9418 * gdbserver/configure.srv: Add S/390.
9419 * gdbserver/Makefile.in: Add S/390.
9420 * configure.tgt: Enable gdbserver for S/390.
9421
9422 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9425 first line of the doc string for "info dos", except at the end of
9426 the sentence, since the short help stops at the first period.
9427
9428 2002-02-28 Jason Merrill <jason@redhat.com>
9429
9430 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9431
9432 2002-02-27 Fred Fish <fnf@redhat.com>
9433
9434 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9435 comment (dumy -> dummy).
9436
9437 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9438
9439 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9440
9441 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9442
9443 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9444
9445 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9446
9447 * gdbserver/acconfig.h: New file.
9448 * gdbserver/i387-fp.c: New file.
9449 * gdbserver/i387-fp.h: New file.
9450 * gdbserver/linux-x86-64.c: New file.
9451 * regformats/reg-x86-64.dat: New file.
9452 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9453 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9454 * gdbserver/configure.in: Add support for regsets.
9455 * gdbserver/config.in: Regenerate.
9456 * gdbserver/configure: Regenerate.
9457 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9458 * gdbserver/linux-low.h: New file.
9459 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9460 for regsets.
9461 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9462 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9463 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9464 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9465 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9466 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9467 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9468 "i387-fp.h". Add PTRACE_GETREGS and friends.
9469 * gdbserver/regcache.c (supply_register): New function.
9470 (supply_register_by_name): New function.
9471 (collect_register): New function.
9472 (collect_register_by_name): New function.
9473
9474 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9475
9476 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9477 (config.status): Add configure.srv dependency.
9478 (server_h): Add config.h dependency.
9479
9480 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9481
9482 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9483 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9484 * gdbserver/configure.srv: Change i386-*-linux* to use
9485 reg-i386-linux.o.
9486
9487 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9488
9489 * x86-64-tdep.c: Re-indent. Update copyright date.
9490
9491 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9492
9493 From Michal Ludvig <mludvig@suse.cz>:
9494 * x86-64-tdep.c (value.h): Delete.
9495 (gdb_assert.h): Include.
9496 (x86_64_register_convert_to_virtual,
9497 x86_64_register_convert_to_raw ): Add check which lets only
9498 floating-point values to be converted.
9499 (value_push): Delete.
9500 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9501 (i386_gdbarch_init): Number of register_bytes fixed.
9502
9503 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9504
9505 * MAINTAINERS: Add x86-64 target.
9506
9507 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9508
9509 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9510 * osfsolib.c (solib_map_sections): Ditto.
9511 * irix5-nat.c (solib_map_sections): Ditto.
9512 * corelow.c (gdb_check_format): Ditto.
9513 * symfile.c (symfile_bfd_open): Ditto.
9514 * solib.c (solib_map_sections): Ditto.
9515 Fix PR gdb/354.
9516
9517 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9518
9519 * remote.c (_initialize_remote): By default, disable ``e'' and
9520 ``E'' step out-of-range packets.
9521
9522 2002-02-26 Andreas Schwab <schwab@suse.de>
9523
9524 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9525 m68k_linux_frame_saved_pc.
9526 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9527 in_sigtramp.
9528 (SIGCONTEXT_PC_OFFSET): Remove.
9529 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9530 m68k_linux_sigtramp_saved_pc): New functions.
9531 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9532 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9533 (UCONTEXT_PC_OFFSET): Define.
9534 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9535 non-RT and RT signal trampolines.
9536
9537 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9538
9539 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9540 (TARGET_NBPG, STACK_END_ADDR): Delete
9541 (VARIABLES_INSIDE_BLOCK): Delete.
9542
9543 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9544
9545 * utils.c (perror_with_name): Make string parameter constant.
9546 (print_sys_errmsg): Ditto.
9547 (query): Ditto.
9548 * defs.h (perror_with_name): Update.
9549 (print_sys_errmsg): Update.
9550 (query): Update.
9551
9552 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9553
9554 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9555 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9556
9557 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9558
9559 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9560 if it already matches the current architecture from the exec file.
9561 Include arch-utils.h for gdbarch_info_init prototype.
9562 * Makefile.in (rs6000-nat.o): Update dependencies.
9563
9564 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9565
9566 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9567 list of exported variables.
9568
9569 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9570
9571 * gdbserver/configure.srv: New file.
9572 * gdbserver/configure.in: Use configure.srv instead
9573 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9574 from it.
9575 * gdbserver/configure: Regenerated.
9576 * gdbserver/terminal.h: New file.
9577 * gdbserver/Makefile.in: Update for configure changes. Remove
9578 more unneeded include paths.
9579
9580 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9581
9582 From wiz at danbala:
9583 * config/sparc/tm-sp64.h: Fix grammar and typos.
9584 Fix PR gdb/287.
9585
9586 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9587
9588 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9589 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9590 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9591 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9592 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9593 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9594 * s390-tdep.c: Ditto.
9595 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9596 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9597 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9598 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9599 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9600 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9601 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9602 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9603 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9604 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9605 Fix PR gdb/378.
9606
9607 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9608
9609 * lin-thread.c: Delete file.
9610 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9611 to gdb_proc_service.h.
9612 * configure: Re-generate.
9613
9614 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9615 * serial.c (serial_open): Delete check for "ocd".
9616 Fix PR gdb/349.
9617
9618 * Makefile.in (linux-thread.o): Delete target.
9619 * linux-thread.c: Delete file.
9620
9621 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9622 renamed SH files to be consistent.
9623
9624 * symtab.c (sort_search_symbols): Use xfree.
9625
9626 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9627
9628 * arm-linux-tdep.c (arm_linux_init_abi): Register
9629 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9630 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9631 definition with undef, since we don't want the sysvr4 definition.
9632 (SKIP_TRAMPOLINE_CODE): Likewise.
9633
9634 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9635
9636 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9637
9638 * configure.in: (AC_CHECK_FUNCS) Added test for
9639 canonicalize_file_name Regenerated.
9640 * config.in, configure: Regenerated.
9641 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9642 defined use canonicalize_file_name.
9643
9644 2002-02-23 Michael Chastain <mec@shout.net>
9645
9646 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9647
9648 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9649
9650 * README: Remove references to cygnus.com.
9651 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9652 dot com'' form. Remove references to cygnus.com and sourceware.
9653
9654 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9655
9656 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9657 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9658 1003.1-2001 no longer allows "head -1".
9659 * gdb/Makefile.in (version.c): Likewise.
9660 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9661 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9662 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9663
9664 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9665
9666 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9667 * command.h (cmd_cfunc_eq): Declare.
9668 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9669
9670 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9671 ``struct cmd_list_element *''.
9672 * cli/cli-cmds.c (is_complete_command): Update. Use
9673 cmd_cfunc_eq.
9674 * top.c (execute_command): Pass the command to
9675 is_complete_command.
9676 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9677
9678 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9679
9680 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9681 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9682 architecture defines.
9683 * s390-tdep.c (s390_gdbarch_init): Likewise.
9684
9685 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9686
9687 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9688 (arm_linux_push_arguments): Likewise.
9689 (arm_linux_init_abi): Register them. Also register linux-specific
9690 call_dummy_words.
9691 (find_minsym_and_objfile): Use strcmp, not STREQ.
9692 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9693 (arm_linux_call_dummy_words): Delete declaration.
9694 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9695 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9696 declarations.
9697 (LOWEST_PC): Delete.
9698
9699 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9700
9701 * maint.c (print_section_info): Do not prepend `0x' to filepos
9702 output, it will be handled by local_hex_string_custom.
9703
9704 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9705
9706 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9707 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9708 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9709
9710 2002-02-22 Jim Blandy <jimb@redhat.com>
9711
9712 Indicate that the bcache functions don't change the strings
9713 they're passed.
9714 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9715 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9716
9717 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9718
9719 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9720
9721 2002-02-21 Christopher Faylor <cgf@redhat.com>
9722
9723 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9724 find the complete path to a loaded DLL.
9725
9726 2002-02-21 Fred Fish <fnf@redhat.com>
9727
9728 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9729 that marks the end of the range of a function, enter a line number
9730 entry that has a line number of zero and a PC offset that matches
9731 the end of the function. This starts a range of PC's for which no
9732 line number information is known.
9733 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9734 PC's for which no line number info is found (line number is zero)
9735 then we didn't find any valid line information.
9736 * symtab.h: Document use of zero line number entry.
9737
9738 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9739
9740 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9741 (have_ptrace_getvrregs): Define for run time checks.
9742 (gdb_vrregset_t): New type for Altivec register handling.
9743 (fetch_register, store_register): Fetch/store altivec register
9744 when needed.
9745 (fetch_altivec_register, store_altivec_register): New functions.
9746 (supply_vrregset, fill_vrregset): New functions.
9747 (fetch_altivec_registers, store_altivec_registers): New functions.
9748 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9749 registers as well.
9750
9751 2002-02-21 Jiri Smid <smid@suse.cz>
9752
9753 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9754
9755 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9756
9757 * Makefile.in (armnbsd-nat.o): Update dependencies.
9758 * armnbsd-nat.c (supply_gregset): New function. Common code to
9759 supply the integer register set.
9760 (supply_fparegset): New function. Similar for FPA registers.
9761 (fetch_regs, fetch_fp_regs): Use them.
9762 (fetch_core_registers): Likewise.
9763 (fetch_elfcore_registers): New function.
9764 (arm_netbsd_elfcore_fns): New core-file type specification.
9765 (_initialize_arm_netbsd_nat): Register it.
9766
9767 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9768
9769 * armnbsd-nat.c: Include gdbcore.h.
9770 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9771 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9772 'void' to declaration, to shut up ARI.
9773 (fetch_core_registers): Make static. Rewrite using supply_register.
9774 (arm_netbsd_core_fns): New core-file type specification.
9775 (_initialize_arm_netbsd_nat): New function.
9776
9777 2002-02-21 Christopher Faylor <cgf@redhat.com>
9778
9779 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9780 value.
9781
9782 2002-02-20 Christopher Faylor <cgf@redhat.com>
9783
9784 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9785 fails.
9786
9787 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9788
9789 * jv-exp.y (parse_number): Change type of implicit longs
9790 to builtin_type_uint64.
9791
9792 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9795 to be an integer instead of a `union wait'.
9796
9797 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9798
9799 * mips-linux-nat.c: Call the operating system GNU/Linux.
9800 * mips-linux-tdep.c: Likewise.
9801 * mips-tdep.c: Likewise.
9802
9803 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9804
9805 Fix PR gdb/265.
9806 * jv-exp.y (parse_number): Handle 64-bit integers.
9807
9808 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9811 AC_STDC_HEADERS to AC_HEADER_STDC.
9812 * gdbserver/configure: Regenerated.
9813
9814 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9815
9816 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9817 is defined.
9818 * sparc-tdep.c (get_longjmp_target): Likewise.
9819
9820 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9821
9822 * News: Add news about ARM and Multi-arch. Mention the new target
9823 arm*-*-netbsd*.
9824
9825 2002-02-19 Jim Blandy <jimb@redhat.com>
9826
9827 * stabsread.c (error_type_complaint): Improve error message.
9828
9829 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9830
9831 * gdbserver/README: Update documentation.
9832 * gdbserver/configure.in: Update configury to match documentation.
9833 * gdbserver/Makefile.in: Likewise.
9834 * gdbserver/configure: Regenerated.
9835 * gdbserver/aclocal.m4: New file, generated by aclocal.
9836 * gdbserver/config.in: New file, generated by autoheader.
9837
9838 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9839
9840 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9841 armnbsd-nat.c.
9842
9843 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9844
9845 * arm-tdep.h (enum arm_float_model): New enum.
9846 (struct gdbarch_tdep): Add fp_model.
9847 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9848 up floating-point conversions until we know the floating-point model
9849 in use by the inferior. Don't complain about being unable to
9850 determine the ABI of the inferior when we don't have one.
9851 (arm_extract_return_value): Support different floating-point models.
9852 (arm_store_return_value): Likewise.
9853 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9854 ARM_FLOAT_SOFT.
9855 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9856
9857 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9858
9859 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9860 of ``current_gdbarch''.
9861
9862 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9863
9864 * armnbsd-nat.c : ANSIfy all function declarations.
9865 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9866 (fetch_inferior_registers): Re-implement in terms of above.
9867 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9868 (store_inferior_registers): Re-implement in terms of above.
9869
9870 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9871
9872 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9873 kernel.
9874 * arm-linux-tdep.c: Likewise.
9875 * config/arm/tm-linux.h: Likewise.
9876
9877 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9878
9879 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9880 * config/arm/nbsd.mt (TM_FILE): Delete.
9881 * config/arm/tm-nbsd.h: Delete.
9882
9883 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9884
9885 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9886 Initialize CALL_DUMMY_LENGTH.
9887
9888 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9889
9890 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9891 function.
9892 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9893 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9894 defines one thing and that is incorrect for this port.
9895 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9896
9897 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9898
9899 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9900
9901 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9902
9903 * win32-nat.c (display_selector): New function. Displays information
9904 about the information returned by GetThreadSelectorEntry API function.
9905 (display_selectors): New function. Displays the infomation of
9906 the selector given as argument, or of CS, DS ans FS selectors
9907 if no argument is given.
9908 ( _initialize_inftarg): Add "w32" as info prefix command.
9909 Add "info w32 selector" as command calling display_selectors.
9910
9911 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9912
9913 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9914 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9915 if not defined.
9916
9917 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9918
9919 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9920
9921 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9922
9923 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9924 (arm_fix_call_dummy): Call it.
9925 (arm_call_dummy_breakpoint_offset): Delete.
9926 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9927 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9928
9929 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9930
9931 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9932 Default to func_frame_chain_valid.
9933 * gdbarch.h, gdbarch.c: Re-generate.
9934 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9935
9936 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9937
9938 * ppc-linux-nat.c: Update copyright.
9939 (fetch_register, store_register): Add tid parameter, don't compute
9940 tid here.
9941 (fetch_ppc_registers, store_ppc_registers): Add tid
9942 parameter. Pass it along to callees.
9943 (fetch_inferior_registers, store_inferior_registers): Compute tid
9944 here, and pass it to calleed functions.
9945 (fill_gregset, supply_fpregset): Clean up formatting.
9946
9947 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9948
9949 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9950 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9951
9952 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9953
9954 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9955 * gdbarch.c gdbarch.h: Regenerate.
9956 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9957 function.
9958 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9959 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9960 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9961
9962 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9963 * arm-tdep.c (arm_get_longjmp_target): New function.
9964 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9965 this to a positive value register arm_get_longjmp_target as the
9966 longjmp handler.
9967 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9968 (arm_linux_init_abi): Set up longjmp description in tdep.
9969 * armnbsd-nat.c (get_longjmp_target): Delete.
9970 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9971 description in tdep.
9972 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9973 (get_longjmp_target): Delete declaration.
9974 (GET_LONGJMP_TARGET): Delete.
9975 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9976 (GET_LONGJMP_TARGET): Delete.
9977
9978 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9979
9980 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9981 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9982 of ``current_gdbarch''.
9983
9984 2002-02-17 Tom Tromey <tromey@redhat.com>
9985
9986 * cli/cli-cmds.c (compare_strings): New function.
9987 (complete_command): Only print each unique item once.
9988 * completer.h (complete_line): Declare.
9989 * completer.c (complete_line): New function.
9990 (line_completion_function): Use it.
9991
9992 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9993
9994 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9995 * gdbarch.h, gdbarch.c: Re-generate.
9996
9997 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9998
9999 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10000
10001 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10002
10003 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10004 * valops.c (value_arg_coerce): Don't take the address of a reference
10005 to convert an argument to a reference.
10006
10007 2002-02-15 Christopher Faylor <cgf@redhat.com>
10008
10009 * win32-nat.c (get_image_name): New function.
10010 (handle_load_dll): Use get_image_name function.
10011 (get_child_debug_event): Avoid registering debug events until possibly
10012 execed process is started.
10013 (child_create_inferior): Allow invocation via shell so that command
10014 line redirection, etc. works ok.
10015 (_initialize_inftarg): Add new command: "set shell" to control whether
10016 a shell is used to start a process.
10017
10018 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10019
10020 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10021 instead of find_register_by_number.
10022 (cannot_store_register): Likewise.
10023
10024 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10025
10026 * dwarf2read.c: Replace fprintf (stderr, ...) by
10027 fprintf_unfiltered (gdb_stderr, ...).
10028
10029 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10030
10031 * gdbserver/gdbserver.1: Document --attach.
10032
10033 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10034
10035 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10036 descriptions.
10037 * arm-tdep.c (arm_default_arm_le_breakpoint)
10038 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10039 (arm_default_thumb_be_breakpoint): New. Initialize them from
10040 traditional breakpoint defines.
10041 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10042 (arm_gdbarch_init): Initialize new breakpoint variables.
10043 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10044 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10045 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10046 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10047 code out to ...
10048 (arm_netbsd_init_abi_common): ... here; new function.
10049 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10050 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10051 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10052 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10053
10054 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10055
10056 * arm-tdep.h (enum arm_abi): New enum.
10057 (struct gdbarch_tdep): New structure.
10058 (LOWEST_PC): Provide a default.
10059 (arm_gdbarch_register_os_abi): Declare new function.
10060 * arm-tdep.c (arm_abi_names): New array.
10061 (process_note_abi_tag_sections): New function.
10062 (get_elfosabi): New function.
10063 (arm_gdbarch_register_os_abi): New function.
10064 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10065 support for that ABI has been built in, then call the appropriate
10066 configuration routine. Use gdbarch_num_regs() to get the number
10067 of registers.
10068 (arm_dump_tdep): New function.
10069 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10070 place-holder functions.
10071 (_initialize_arm_tdep): Register them.
10072 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10073
10074 * armnbsd-tdep.c: New file.
10075 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10076 * config/arm/nbsd.mt (TDEPFILES): Add it.
10077 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10078
10079 * armnbsd-nat.c: Include regcache.h.
10080 * Makefile.in (armnbsd-nat.o): Update dependency list.
10081
10082 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10083
10084 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10085
10086 * gdbserver/Makefile.in: Fix typos in target rules.
10087
10088 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10089
10090 Fix part of PR gdb/267.
10091 * linespec.c (find_methods): Handle constructors specially for now.
10092
10093 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10094
10095 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10096 handling.
10097 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10098 standard_coerce_float_to_double().
10099
10100 2002-02-14 Christopher Faylor <cgf@redhat.com>
10101
10102 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10103 GDBINIT_FILENAME.
10104
10105 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10106
10107 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10108 find_variant_by_name, because it confuses the multiarch
10109 framework. Return NULL if there isn't an architecture with the
10110 user supplied name, instead of forcing a different one without
10111 recording the change with the multiarch machinery.
10112 (find_variant_by_name): Delete.
10113
10114 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10115
10116 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10117 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10118
10119 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10120
10121 * stack.c (print_frame_info_base): When calling
10122 print_frame_info_listing_hook, set current_source_symtab.
10123
10124 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10125
10126 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10127 and remove unused $(INCLUDE_DIR).
10128 Add regcache.c to OBS.
10129 Add generated register protocol files to clean target.
10130 Update dependencies for new objects, obsolete old target code.
10131
10132 * gdbserver/linux-low.c: Remove all platform-specific code to
10133 new files. Remove various dead code. Update to use regcache
10134 functionality.
10135 * gdbserver/remote-utils.c (fromhex): Add return statement
10136 to quiet warning.
10137 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10138 constant.
10139 (input_interrupt): Add integer parameter to match prototype
10140 of a signal handler.
10141 (outreg): Use register_data ().
10142 (prepare_resume_reply): Use gdbserver_expedite_regs.
10143 * gdbserver/server.c (main): Dynamically allocate own_buf because
10144 PBUFSIZ is no longer constant. Use registers_to_string () and
10145 registers_from_string ().
10146 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10147 for error (), fatal (), and warning (). Update definition of
10148 PBUFSIZ to use regcache functionality. Add include guard.
10149 * gdbserver/utils.c (fatal): Add missing ``const''.
10150 (warning): New function.
10151
10152 * regformats/regdat.sh: Include "regcache.h" in generated files.
10153 Provide init_registers () function.
10154 * regformats/regdef.h: Add prototype for set_register_cache ().
10155 Add include guard.
10156
10157 * gdbserver/linux-arm-low.c: New file.
10158 * gdbserver/linux-i386-low.c: New file.
10159 * gdbserver/linux-ia64-low.c: New file.
10160 * gdbserver/linux-m68k-low.c: New file.
10161 * gdbserver/linux-mips-low.c: New file.
10162 * gdbserver/linux-ppc-low.c: New file.
10163 * gdbserver/linux-sh-low.c: New file.
10164
10165 * gdbserver/regcache.c: New file.
10166 * gdbserver/regcache.h: New file.
10167
10168 * gdbserver/low-linux.c: Removed obsolete file.
10169
10170 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10171
10172 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10173 * config/i386/linux.mt: Likewise.
10174 * config/ia64/linux.mt: Likewise.
10175 * config/m68k/linux.mh: Likewise.
10176 * config/powerpc/linux.mh: Likewise.
10177 * config/mips/linux.mt: Likewise.
10178
10179 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10180
10181 * config/i386/i386lynx.mh: Mark gdbserver variables
10182 as (currently) obsolete for this target.
10183 * config/i386/nbsd.mt: Likewise.
10184 * config/i386/nbsdelf.mt: Likewise.
10185 * config/m32r/m32r.mt: Likewise.
10186 * config/m68k/m68klynx.mh: Likewise.
10187 * config/m68k/nbsd.mt: Likewise.
10188 * config/m68k/sun3os4.mh: Likewise.
10189 * config/mips/vr5000.mt: Likewise.
10190 * config/ns32k/nbsd.mt: Likewise.
10191 * config/pa/hppabsd.mh: Likewise.
10192 * config/pa/hppaosf.mh: Likewise.
10193 * config/powerpc/nbsd.mt: Likewise.
10194 * config/rs6000/rs6000lynx.mh: Likewise.
10195 * config/s390/s390.mt: Likewise.
10196 * config/s390/s390x.mt: Likewise.
10197 * config/sparc/sparclynx.mh: Likewise.
10198 * config/sparc/sun4os4.mh: Likewise.
10199 * config/i386/x86-64linux.mt: Likewise.
10200 * config/sparc/linux.mh: Likewise.
10201
10202 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10203
10204 * configure.tgt: Configure gdbserver only for known working
10205 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10206 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10207 SUBDIRS if it is configured. Update comment for ${nativefile}.
10208 * configure: Regenerated.
10209
10210 2002-02-13 Michael Snyder <msnyder@redhat.com>
10211
10212 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10213
10214 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10215 (default_gcore_mach): Just return 0, work around a problem in bfd.
10216 (default_gcore_target): OK to return NULL if exec_bfd is null.
10217 (make_mem_sec): Use a cast, avoid a warning.
10218
10219 * procfs.c (find_memory_regions_callback): Use a cast instead of
10220 calling host_pointer_to_address (which complains if
10221 sizeof (host pointer) != sizeof (target pointer)).
10222 (procfs_make_note_section): Avoid overflow in psargs string.
10223
10224 * procfs.c (procfs_make_note_section): Make the default
10225 implementation return an error.
10226
10227 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10228
10229 * procfs.c (procfs_make_note_section): Provide a default definition
10230 (for alpha-dec-osf4.0f). Fix typos.
10231
10232 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10233
10234 * linux-proc.c: Add include of regcache.h.
10235 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10236
10237 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10238
10239 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10240 * memattr.c (create_mem_region): Disallow useless empty region.
10241 Regions are half-open intervals, so allow [A..B) [B..C) as
10242 non-overlapping.
10243
10244 2002-02-13 Michael Chastain <mec@shout.net>
10245
10246 * defs.h: Kill CONST_PTR.
10247 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10248 * c-lang.c (c_builtin_types): Likewise.
10249 * ch-lang.c (ch_builtin_types): Likewise.
10250 * f-lang.c (f_builtin_types): Likewise.
10251 * language.c (unknown_builtin_types): Likewise.
10252 * m2-lang.c (m2_builtin_types): Likewise.
10253 * p-lang.c (pascal_builtin_types): Likewise.
10254 * scm-lang.c (c_builtin_types): Likewise.
10255
10256 2002-02-13 Keith Seitz <keiths@redhat.com>
10257
10258 * arm-tdep.h (arm_get_next_pc): Add declaration.
10259
10260 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10261
10262 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10263 with other related struct-returning functions.
10264 (arm_extract_struct_value_address): New function.
10265 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10266 initialize float_format, double_format and long_double_format as
10267 appropriate to the endianness of the target.
10268 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10269 (arm_use_struct_convention): Delete declaration.
10270 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10271
10272 2002-02-13 Keith Seitz <keiths@redhat.com>
10273
10274 * defs.h (core_addr_to_string_nz): New function.
10275
10276 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10277
10278 Apply missing bits of 2002-01-15 patch.
10279 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10280 (fill_fpregset): Use i387_fill_fsave.
10281
10282 2002-02-12 Keith Seitz <keiths@redhat.com>
10283
10284 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10285 (core_addr_to_string_nz): New function.
10286
10287 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10288
10289 * arm-linux-nat.c: Really include arm-tdep.h.
10290 * config/arm/tm-linux.h (struct type, struct value): Declare.
10291
10292 2002-02-11 Michael Snyder <msnyder@redhat.com>
10293
10294 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10295 (gcore section): Ifdef for Solaris and Unixware only.
10296 (procfs_do_thread_registers): Unixware needs one lwpstatus
10297 per thread (not one prstatus or pstatus).
10298 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10299 not over all gdb threads. For unixware, call elfcore_write_pstatus
10300 once before iterating over threads.
10301
10302 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10303
10304 * arm-tdep.h: New file.
10305 * arm-tdep.c: Include arm-tdep.h.
10306 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10307 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10308 (arm_print_float_info, arm_register_type, convert_to_extended)
10309 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10310 (arm_extract_return_value, arm_register_name): Make static.
10311 (arm_software_single_step): Similarly. Fix types in declaration.
10312 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10313 (arm_store_return_value, arm_store_struct_return): New functions.
10314 (arm_gdbarch_init): Register the above functions. Also register
10315 call_dummy_start_offset, sizeof_call_dummy_words,
10316 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10317 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10318 max_register_virtual_size, register_size. Set up
10319 prologue_cache.saved_regs here, rather than ...
10320 (_initialize_arm_tdep): ... here.
10321 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10322 declarations.
10323 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10324 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10325 (arm_print_float_info, arm_register_type, convert_to_extended)
10326 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10327 (arm_extract_return_value, arm_register_name): Delete declarations.
10328 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10329 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10330 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10331 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10332 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10333 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10334 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10335 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10336 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10337 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10338 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10339 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10340 interface.
10341 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10342 * remote-rdi.c remote-rdp.c: Likewise.
10343 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10344 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10345 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10346 definition.
10347
10348 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10349 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10350 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10351 from non-ARM_ prefixed definitions.
10352 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10353 all uses of above.
10354 * remote-rdi.c remote-rdp.c: Likewise.
10355 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10356
10357 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10358
10359 * arm-tdep.c (arm_frameless_function_invocation)
10360 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10361 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10362 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10363 (arm_pop_frame, arm_get_next_pc): Make static.
10364 (arm_gdbarch_init): Register above in gdbarch structure.
10365 (arm_read_fp): Renamed from arm_target_read_fp.
10366 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10367 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10368 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10369 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10370 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10371 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10372 (arm_pc_is_thumb_dummy): Delete declarations.
10373 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10374 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10375 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10376 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10377
10378 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10379
10380 * symtab.c (compare_search_syms): New function.
10381 (sort_search_symbols): New function.
10382 (search_symbols): Sort symbols after searching rather than
10383 before.
10384
10385 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10386
10387 * NEWS: Linux -> GNU/Linux.
10388
10389 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10390
10391 * gdbarch.sh: For for level one methods, disallow a definition
10392 when partially multi-arched. Add comments explaining rationale.
10393 * gdbarch.h: Re-generate.
10394
10395 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10396
10397 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10398 multi-arch partial.
10399
10400 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10401
10402 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10403 field. Use diff -u.
10404 * gdbarch.c: Re-generate.
10405
10406 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10407
10408 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10409 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10410 partial.
10411
10412 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10413
10414 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10415 multi-arch partial.
10416 (PUSH_ARGUMENTS): Switch to using predefault.
10417 * gdbarch.c: Regenerate.
10418
10419 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10420
10421 * valops.c (PUSH_ARGUMENTS): Delete definition.
10422 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10423 partial. Default to default_push_arguments.
10424 * gdbarch.h, gdbarch.c: Regenerate.
10425
10426 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10427
10428 * defs.h (throw_exception): Rename return_to_top_level. Update
10429 comments.
10430 * utils.c (error_stream, internal_verror, quit): Ditto.
10431 * top.c (throw_exception, catcher): Ditto.
10432 * sparclet-rom.c (sparclet_load): Ditto.
10433 * remote.c (interrupt_query, minitelnet): Ditto.
10434 * remote-sds.c (interrupt_query): Ditto.
10435 * remote-mips.c (mips_error, mips_kill): Ditto.
10436 * ocd.c (interrupt_query): Ditto.
10437 * monitor.c (monitor_interrupt_query): Ditto.
10438 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10439 * target.h: Update comment.
10440
10441 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10442
10443 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10444
10445 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10446 default_double_format.
10447 * gdbarch.h, gdbarch.c: Re-generate.
10448 * findvar.c (floatformat_unknown): Delete variable definition.
10449 * doublest.h (floatformat_unknown): Delete variable declaration.
10450
10451 2002-02-09 Jim Blandy <jimb@redhat.com>
10452
10453 * stabsread.c (read_type): Add code to parse Sun's syntax for
10454 prototyped function types.
10455
10456 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10457
10458 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10459 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10460
10461 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10462
10463 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10464 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10465 now _initialize_xcoffsolib gets called again and overrides the
10466 commands from solib.c in a native configuration.
10467
10468 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10469
10470 * doublest.c (store_typed_floating): Don't try to return a value.
10471 Fixes PR gdb/290.
10472
10473 2002-02-08 Jim Blandy <jimb@redhat.com>
10474
10475 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10476 is prototyped and has no arguments, print its argument list as
10477 `(void)'.
10478
10479 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10480
10481 * MAINTAINERS (write-after-approval): Add myself.
10482 (paper-trail): I've escaped!
10483
10484 2002-02-08 Christopher Faylor <cgf@redhat.com>
10485
10486 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10487 changes.
10488 (_initialize_check_for_gdb_ini): Ditto.
10489
10490 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10491
10492 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10493 xaprintf -> xasprintf.
10494
10495 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10496
10497 * win32-nat.c: Remove use of printf and sprintf functions.
10498
10499 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10500
10501 * arm-tdep.c (arm_frame_chain_valid): Make static.
10502 (arm_push_arguments): Likewise.
10503 (arm_gdbarch_init): New function.
10504 (_initialize_arm_tdep): Call it.
10505 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10506 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10507 (FRAME_CHAIN_VALID): Delete.
10508 (arm_frame_chain_valid): Delete declaration.
10509 (PUSH_ARGUMENTS): Delete.
10510 (arm_push_arguments): Delete declaration.
10511 (CALL_DUMMY_P): Delete.
10512
10513 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10514 Corinna Vinschen <vinschen@redhat.com>
10515
10516 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10517 on builtin float types.
10518
10519 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10520
10521 * utils.c: Include <curses.h> before "bfd.h".
10522 * tui/tui-hooks.c: Likewise.
10523 * tui/tui.c: Likewise.
10524 * tui/tuiCommand.c: Likewise.
10525 * tui/tuiData.c: Likewise.
10526 * tui/tuiDataWin.c: Likewise.
10527 * tui/tuiDisassem.c: Likewise.
10528 * tui/tuiGeneralWin.c: Likewise.
10529 * tui/tuiIO.c: Likewise.
10530 * tui/tuiLayout.c: Likewise.
10531 * tui/tuiRegs.c: Likewise.
10532 * tui/tuiSource.c: Likewise.
10533 * tui/tuiSourceWin.c: Likewise.
10534 * tui/tuiStack.c: Likewise.
10535 * tui/tuiWin.c: Likewise.
10536
10537 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10538
10539 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10540 to include space for pseudoregs as well. Update loops accordingly.
10541 (sh_fp_frame_init_saved_regs): Ditto.
10542 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10543
10544 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10545
10546 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10547 Add Richard Earnshaw to Arm maintainers.
10548
10549 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10550
10551 * defs.h (warning_begin): Delete declaration.
10552
10553 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10554 Delete macro.
10555
10556 2002-02-07 Michael Snyder <msnyder@redhat.com>
10557
10558 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10559 Logic bug, remove misplaced else.
10560
10561 2002-02-07 Klee Dienes <klee@apple.com>
10562
10563 * fork-inferior.c (fork_inferior): Add '!' to the list of
10564 characters that need to be quoted when building a string for the
10565 shell. Quote '!' specifically with a backslash, since CSH chokes
10566 when trying to evaluate "str!str".
10567
10568 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10569
10570 * rdi-share/host.h: Only provide a typedef for bool if it is not
10571 defined.
10572
10573 2002-02-04 Michael Snyder <msnyder@redhat.com>
10574
10575 * breakpoint.h (enum bptype): Add new overlay event bp type.
10576 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10577
10578 * breakpoint.c (create_internal_breakpoint): New function.
10579 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10580 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10581 (create_thread_event_breakpoint): Ditto.
10582 (create_solib_event_breakpoint): Ditto.
10583 (create_overlay_event_breakpoint): New function.
10584 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10585 (update_breakpoints_after_exec): Delete and re-initialize
10586 overlay event breakpoints after an exec. Add FIXME comment
10587 about longjmp breakpoint.
10588 (print_it_typical): Ignore overlay event breakpoints.
10589 (print_one_breakpoint): Ditto.
10590 (mention): Ditto.
10591 (bpstat_what): Do not stop for overlay event breakpoints.
10592 (delete_breakpoint): Don't delete overlay event breakpoints.
10593 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10594 (breakpoint_re_set): Re-create overlay event breakpoint.
10595
10596 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10597 (overlay_manual_command): Disable overlay breakpoints.
10598 (overlay_off_command): Disable overlay breakpoints.
10599
10600 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10601
10602 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10603 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10604 to here from config/tm-arm.h.
10605 (coff_sym_is_thumb): Make static.
10606 (arm_elf_make_msymbol_special): New function.
10607 (arm_coff_make_msymbol_special): New function.
10608 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10609 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10610 (coff_sym_is_thumb): Delete declaration.
10611 (arm_elf_make_msymbol_special): Declare.
10612 (arm_coff_make_msymbol_special): Declare.
10613 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10614 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10615
10616 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10617
10618 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10619
10620 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10621
10622 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10623 * gdbarch.c gdbarch.h: Regenerate.
10624 * arch-utils.c (default_print_float_info): New function.
10625 * arch-utils.h (default_print_float_info): Prototype it.
10626 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10627 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10628 (PRINT_FLOAT_INFO): Document it.
10629
10630 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10631 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10632 (PRINT_FLOAT_INFO): Define.
10633
10634 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10635
10636 * win32-nat.c (_initialize_check_for_gdb_ini):
10637 Add typecast to sprintf argument to suppress a warning.
10638
10639 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10640
10641 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10642 to allow easier handling of pass state.
10643 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10644 that gives exception name and address.
10645 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10646 and set last_sig value to ourstatus->value.sig. Some missing
10647 exceptions added.
10648 (child_continue): Correctly report continue_status.
10649 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10650 TARGET_SIGNAL_0 (new default value).
10651 (child_resume): consider sig argument passed to decide if
10652 the exception should be passed to debuggee or not.
10653
10654 2002-02-05 Michael Snyder <msnyder@redhat.com>
10655
10656 * regcache.c (fetch_register): Call target_fetch_register
10657 only if we don't call FETCH_PSEUDO_REGISTER.
10658 (store_register): Call target_store_register only if we
10659 don't call STORE_PSEUDO_REGISTER.
10660
10661 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10662
10663 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10664 ELF_MAKE_MSYMBOL_SPECIAL.
10665 * gdbarch.c, gdbarch.h: Regenerate.
10666 * arch-utils.c (default_make_msymbol_special): New function.
10667 * arch-utils.h (default_make_msymbol_special): Export.
10668 * elfread.c (elf_symtab_read): Compile use of
10669 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10670 multiarched.
10671 * coffread.c (coff_symtab_read): Ditto, for
10672 COFF_MAKE_MSYMBOL_SPECIAL.
10673
10674 2002-02-05 Jim Blandy <jimb@redhat.com>
10675
10676 * solib-svr4.c (svr4_truncate_ptr): New function.
10677 (svr4_relocate_section_addresses): Do the address arithmetic with
10678 the appropriate truncation for target addresses, even when
10679 CORE_ADDR is larger than a target address.
10680
10681 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10682
10683 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10684 to (int *).
10685
10686 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10687
10688 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10689 code.
10690
10691 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10692
10693 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10694
10695 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10696
10697 * gdbserver/linux-low.c: Remove unused include files.
10698
10699 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10700
10701 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10702 (read_inferior_memory): Use it.
10703 (write_inferior_memory): Likewise.
10704
10705 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10706
10707 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10708 grubbing through sys_errlist.
10709
10710 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10711
10712 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10713
10714 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10715 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10716
10717 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10718
10719 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10720 (do_sfunc, set_cmd_sfunc): New functions.
10721
10722 * command.h (struct cmd_list_element): Add field func.
10723 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10724 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10725 * cli/cli-decode.h: Ditto.
10726
10727 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10728 (help_all, help_cmd_list): Ditto.
10729 (find_cmd, complete_on_cmdlist): Ditto.
10730 * top.c (execute_command): Ditto.
10731
10732 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10733 function.sfunc.
10734
10735 * infcmd.c (notice_args_read): Fix function signature.
10736
10737 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10738 * cli/cli-decode.c (add_set_cmd): Ditto.
10739 * utils.c (initialize_utils): Ditto.
10740 * maint.c (_initialize_maint_cmds): Ditto.
10741 * infrun.c (_initialize_infrun): Ditto.
10742 * demangle.c (_initialize_demangler): Ditto.
10743 * remote.c (add_packet_config_cmd): Ditto.
10744 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10745 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10746 * proc-api.c (_initialize_proc_api): Ditto.
10747 * kod.c (_initialize_kod): Ditto.
10748 * valprint.c (_initialize_valprint): Ditto.
10749 * top.c (init_main): Ditto.
10750 * infcmd.c (_initialize_infcmd): Ditto.
10751 * corefile.c (_initialize_core): Ditto.
10752 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10753 * arch-utils.c (initialize_current_architecture): Ditto.
10754 (_initialize_gdbarch_utils): Ditto.
10755 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10756
10757 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10758 * wince.c (_initialize_inftarg): Ditto.
10759 * symfile.c (_initialize_symfile): Ditto.
10760 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10761 * language.c (_initialize_language): Ditto.
10762 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10763
10764 2002-02-04 Michael Snyder <msnyder@redhat.com>
10765
10766 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10767
10768 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10769
10770 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10771 Add rules for building the register data files.
10772
10773 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10774
10775 * regformats/regdat.sh: Add braces to the definition of
10776 expedite_regs_${arch}.
10777
10778 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10779
10780 * regformats/regdef.h (struct reg): Add comment describing the
10781 requirements for offset and size fields.
10782
10783 2002-02-04 Andreas Schwab <schwab@suse.de>
10784
10785 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10786 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10787
10788 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10789
10790 * gdbarch.sh (copyright): Update years in generated header.
10791 (SMASH_TEXT_ADDRESS): Add rule.
10792 * gdbarch.h, gdbarch.c: Re-generate.
10793 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10794 * dbxread.c: Likewise.
10795 * dwarfread.c: Likewise.
10796 * elfread.c: Likewise.
10797 * somread.c: Likewise.
10798
10799 * arm-tdep.c (arm_smash_text_address): New function.
10800 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10801
10802 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10803
10804 Add support for hardware watchpoints on win32 native.
10805 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10806 CONTEXT_DEBUG_REGISTERS.
10807 (dr variable): New variable. Static array containing a local copy
10808 of debug registers.
10809 (debug_registers_changed): New variable. Reflects when debug registers
10810 are changed and need to be written to inferior.
10811 (debug_registers_used): New variable. Reflects when any debug register
10812 was set, used when new threads are created.
10813 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10814 i386-nat code.
10815 (thread_rec): Set dr array if id is the thread of current_event .
10816 (child_continue, child_resume): Change the debug registers for all
10817 threads if debug_registers_changed.
10818 (child_add_thread): Change the debug registers if debug_registers_used.
10819 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10820 Link nm.h to new nm-cygwin.h file.
10821 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10822 of hardware registers.
10823
10824 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10825
10826 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10827 Restore behavour broken by 2002-01-20 Andrew Cagney
10828 <ac131313@redhat.com> IEEE_FLOAT removal.
10829
10830 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10831
10832 * c-valprint.c (c_val_print): Pass a proper valaddr to
10833 cp_print_class_method.
10834 * valops.c (search_struct_method): If there is only one method
10835 and args is NULL, return that method.
10836
10837 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10838
10839 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10840 accessing tag_name directly.
10841
10842 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10843
10844 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10845 of accessing tag_name directly.
10846
10847 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10848
10849 PR gdb/280
10850 * gdbtypes.c (replace_type): New function.
10851 * gdbtypes.h (replace_type): Add prototype.
10852 * stabsread.c (read_type): Use replace_type.
10853
10854 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10855
10856 * Makefile.in (memattr.o): Add missing dependencies rule.
10857
10858 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10859
10860 * breakpoint.c (break_at_finish_command): Really export.
10861 (break_at_finish_at_depth_command): Ditto.
10862 (tbreak_at_finish_command): Ditto.
10863 * hppa-tdep.c: Include completer.h.
10864 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10865 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10866
10867 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10868
10869 * utils.c (do_write): New function.
10870 (error_stream): Rewrite combining the code from error_begin and
10871 verror.
10872 (verror): Rewrite using error_stream.
10873 (error_begin): Delete function.
10874
10875 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10876
10877 * utils.c (error_begin): Make static.
10878 * defs.h (error_begin): Delete declaration.
10879
10880 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10881 (decode_line_1): Use cplusplus_error instead of error_begin,
10882 cplusplus_hint and return_to_top_level.
10883 * coffread.c (coff_symfile_read): Use error instead of error_begin
10884 and return_to_top_level.
10885 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10886
10887 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10888
10889 * language.h (type_error, range_error): Make string parameter
10890 constant.
10891 * language.c (warning_pre_print): Delete extern declaration.
10892 * dwarfread.c (warning_pre_print): Ditto.
10893 * language.c (type_error, range_error): Rewrite to use verror and
10894 vwarning instead of warning_begin.
10895
10896 2002-02-01 Michael Snyder <msnyder@redhat.com>
10897
10898 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10899 (set_ignore_count): Move misplaced comment back where it belongs.
10900
10901 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10902
10903 * command.h (NO_FUNCTION): Delete macro.
10904 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10905 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10906 * tracepoint.c (_initialize_tracepoint): Ditto.
10907 * cli/cli-decode.c (add_set_cmd): Ditto.
10908 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10909
10910 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10911
10912 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10913 Update ``this'' pointer when calling virtual functions.
10914
10915 2002-02-01 Michael Snyder <msnyder@redhat.com>
10916
10917 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10918 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10919
10920 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10921
10922 * regformats/reg-arm.dat: New file.
10923 * regformats/reg-i386.dat: New file.
10924 * regformats/reg-ia64.dat: New file.
10925 * regformats/reg-m68k.dat: New file.
10926 * regformats/reg-mips.dat: New file.
10927 * regformats/reg-ppc.dat: New file.
10928 * regformats/reg-sh.dat: New file.
10929 * regformats/regdef.h: New file.
10930 * regformats/regdat.sh: New file.
10931
10932 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10933
10934 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10935 (arm_frame_args_address, arm_frame_locals_address): New functions.
10936 (arm_frame_num_args): New function.
10937 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10938 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10939 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10940
10941 2002-01-31 Michael Snyder <msnyder@redhat.com>
10942
10943 * breakpoint.c (break_at_finish_command): Export.
10944 (break_at_finish_at_depth_command): Export.
10945 (tbreak_at_finish_command): Export.
10946 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10947 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10948 "txbreak" commands, which are HPPA specific.
10949
10950 * printcmd.c (disassemble_command): Remove an ancient
10951 artifact of an old merge.
10952
10953 * symfile.h (enum overlay_debugging_state):
10954 Define enum constant values for overlay mode.
10955 * symfile.c (overlay_debugging): Use enums instead of literals.
10956 (overlay_is_mapped, overlay_auto_command,
10957 overlay_manual_command): Ditto.
10958
10959 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10960 breakpoint_here_p, breakpoint_inserted_here_p,
10961 breakpoint_thread_match, bpstat_stop_status,
10962 describe_other_breakpoints, check_duplicates, clear_command):
10963 Coding standard fixes.
10964
10965 * target.c (target_xfer_memory): Add spaces, coding standard.
10966 (do_xfer_memory): Add missing line to trust-readonly
10967 code: check bfd SEC_READONLY flag for section.
10968
10969 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10970
10971 * PROBLEMS: Fix typo, 5.1->5.1.1.
10972
10973 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10974
10975 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10976 data symbols, since we search based on textlow and texthigh.
10977 (find_pc_sect_symtab): Likewise.
10978
10979 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10980
10981 * defs.h (vwarning): Declare.
10982 * utils.c (vwarning): New function.
10983 (warning): Call vwarning.
10984 (warning_begin): Delete function.
10985
10986 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10987 the warning message.
10988 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10989 warning_begin.
10990
10991 2002-01-30 Michael Snyder <msnyder@redhat.com>
10992
10993 * NEWS: Mention "set trust-readonly-sections" command.
10994 Mention generate-core-file command.
10995
10996 2002-01-15 Michael Snyder <msnyder@redhat.com>
10997
10998 * target.c: New command, "set trust-readonly-sections on".
10999 (do_xfer_memory): Honor the suggestion to trust readonly sections
11000 by reading them from the object file instead of from the target.
11001 (initialize_targets): Register command "set trust-readonly-sections".
11002
11003 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11004
11005 * parse.c (target_map_name_to_register): Simplify, search regs and
11006 pseudo-regs using a single loop.
11007
11008 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11009
11010 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11011
11012 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11013
11014 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11015 * config/i386/i386v42mp.mh: Add i387-nat.o .
11016 * i386v4-nat.c: Include i387-nat.h.
11017 (supply_fpregset): Use i387_supply_fsave.
11018 (fill_fpregset): Use i387_fill_fsave.
11019
11020 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11021
11022 * arm-tdep.c (arm_call_dummy_words): Define.
11023 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11024 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11025 (CALL_DUMMY_WORDS): Define.
11026 (arm_call_dummy_words): Declare.
11027 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11028 (arm_linux_call_dummy_words): Declare.
11029
11030 2002-01-30 Andreas Schwab <schwab@suse.de>
11031
11032 * m68klinux-nat.c: Fix last change to use regcache_collect
11033 instead of referencing registers[] directly.
11034
11035 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11036
11037 * parse.c (target_map_name_to_register): Delete code wrapped in
11038 #ifdef REGISTER_NAME_ALIAS_HOOK.
11039
11040 2002-01-28 Michael Snyder <msnyder@redhat.com>
11041
11042 * regcache.c (legacy_read_register_gen): Need to be able to
11043 read pseudo-register as well as real register.
11044 (legacy_write_register_gen): Ditto.
11045
11046 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11047
11048 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11049 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11050 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11051 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11052 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11053 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11054 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11055 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11056 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11057 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11058 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11059 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11060 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11061 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11062 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11063 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11064 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11065 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11066 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11067 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11068
11069 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11070
11071 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11072 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11073 (initialize_current_architecture): Update target_byte_order using
11074 information from BFD.
11075 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11076 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11077
11078 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11079
11080 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11081 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11082
11083 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11084 #ifdef INVALID_FLOAT.
11085 * infcmd.c (do_registers_info): Ditto.
11086 * values.c (unpack_double): Ditto. Add comment.
11087
11088 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11089 already commented out.
11090
11091 2002-01-26 Andreas Schwab <schwab@suse.de>
11092
11093 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11094 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11095 registers and add support for PTRACE_GETREGS.
11096
11097 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11098
11099 GDB 5.1.1 released from 5.1 branch.
11100 * NEWS: Add 5.1.1 news.
11101 * README: Sync with 5.1 branch.
11102
11103 2002-01-23 Fred Fish <fnf@redhat.com>
11104
11105 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11106 stabstring on initial malloc. Reallocing will copy it for us,
11107 if necessary.
11108
11109 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11110
11111 * Makefile.in (hpread_h): Delete.
11112 (HFILES_NO_SRCDIR): Remove hpread.h.
11113 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11114 (hpread.o): Update dependencies.
11115 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11116
11117 * hp-psymtab-read.c: Remove file.
11118 * hp-symtab-read.c: Remove file.
11119 * hpread.h: Remove file.
11120
11121 * hpread.c: Merge all contents of hp-psymtab-read.c,
11122 hp-symtab-read.c and hpread.h into this file, as it was prior to
11123 January 1999.
11124
11125 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11126 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11127 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11128 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11129
11130 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11131
11132 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11133 fill_gregset): Call gdbarch_tdep() just once, assign result to
11134 variable and use that, instead of calling the function several
11135 times.
11136
11137 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11138
11139 * configure.host: Accept sparcv9 as alias for sparc64.
11140 * configure.tgt: Likewise.
11141
11142 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11143
11144 * solib-aix5.c (build_so_list_from_mapfile)
11145 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11146 arguments is not reversed.
11147 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11148 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11149
11150 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11151
11152 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11153 modified version of obsolete sh_fetch_pseudo_register.
11154 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11155 (sh4_register_read): New function.
11156 (sh_pseudo_register_write): New function. Renamed and modified
11157 version of obsolete sh_store_pseudo_register.
11158 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11159 (sh4_register_write): New function.
11160 (sh_gdbarch_init): Remove setting of gdbarch function
11161 fetch_pseudo_register and store_pseudo_register. Remove setting of
11162 register_convert_to_raw, register_convert_to_virtual,
11163 register_convertible.
11164 (sh_sh4_register_convertible): Delete. No longer needed. All is
11165 taken care by architecture specific functions
11166 register_read/register_write.
11167 (sh_sh4_register_convert_to_virtual): Make static.
11168 (sh_sh4_register_convert_to_raw): Ditto.
11169
11170 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11171
11172 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11173 (floatformat_is_nan, floatformat_mantissa): Ditto.
11174
11175 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11176 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11177 builtin_type_ieee_double_little,
11178 builtin_type_ieee_double_littlebyte_bigword,
11179 builtin_type_m68881_ext, builtin_type_i960_ext,
11180 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11181 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11182 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11183 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11184
11185 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11186
11187 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11188 parameter. Set frameless flag if it exists and depended of
11189 whether the scanned function is frameless or not.
11190 (xstormy16_skip_prologue): If function is frameless, return
11191 result of xstormy16_scan_prologue().
11192 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11193 call.
11194
11195 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11196
11197 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11198 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11199 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11200 sh_sh4_register_byte, sh_sh4_register_raw_size,
11201 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11202 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11203 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11204 sh_store_pseudo_register, sh_do_pseudo_register): Call
11205 gdbarch_tdep() just once, assign result to variable and use that,
11206 instead of calling the function several times.
11207
11208 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11209
11210 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11211 macros instead of LAST_FPU_CTRL_REGNUM.
11212 (store_register): Likewise.
11213
11214 2002-01-21 Jim Blandy <jimb@redhat.com>
11215
11216 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11217 is up-to-date before running the program, not just when a program
11218 exits.
11219
11220 2002-01-21 Fred Fish <fnf@redhat.com>
11221
11222 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11223 when we have found all instructions we are looking for.
11224
11225 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11226
11227 * arm-tdep.c (arm_register_name): New function.
11228 (arm_registers_names): Make static.
11229 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11230 (arm_register_name): Declare.
11231 (REGISTER_NAME): Use it.
11232
11233 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11234 Kevin Buettner <kevinb@redhat.com>
11235
11236 Convert arm targets to new FRAME interface.
11237 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11238 (arm_frame_find_save_regs): Delete.
11239 (arm_frame_init_saved_regs): New.
11240 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11241 Allocate extra_info as required. Convert all uses of fsr.regs
11242 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11243 to use extra_info.
11244 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11245 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11246 (check_prologue_cache, save_prologue_cache): Likewise.
11247 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11248 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11249 (FRAME_FIND_SAVED_REGS): Delete.
11250 (arm_frame_find_saved_regs): Delete prototype.
11251 (arm_frame_init_saved_regs): New prototype.
11252 (FRAME_INIT_SAVED_REGS): Define.
11253
11254 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11255
11256 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11257
11258 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11259
11260 From Jeff Law <law@redhat.com>:
11261 * infttrace.c: Include <sys/pstat.h>.
11262 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11263 exec file if the ttrace equivalent fails.
11264
11265 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11266
11267 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11268 (closeLogFile): Ditto.
11269
11270 2002-01-20 Michael Chastain <mec@shout.net>
11271
11272 * top.c (print_gdb_version): Bump copyright year to 2002.
11273
11274 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11275
11276 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11277 Zannoni and Eli Zaretskii.
11278
11279 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11280
11281 * buildsym.c: Update copyright years.
11282 * c-typeprint.c: Likewise.
11283 * dwarf2read.c: Likewise.
11284 * f-typeprint.c: Likewise.
11285 * gdbtypes.c: Likewise.
11286 * gdbtypes.h: Likewise.
11287 * hp-symtab-read.c: Likewise.
11288 * hpread.c: Likewise.
11289 * mdebugread.c: Likewise.
11290 * p-typeprint.c: Likewise.
11291
11292 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11293
11294 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11295 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11296 byte-order selectable.
11297 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11298 * arch-utils.c: Ditto.
11299 (set_endian): Ditto.
11300 (set_endian_from_file): Ditto.
11301 * gdbserver/low-sim.c (create_inferior): Ditto.
11302 * gdbarch.sh: Ditto.
11303 * gdbarch.h: Re-generate.
11304 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11305 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11306 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11307 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11308 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11309 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11310 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11311 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11312 macro definition.
11313 * config/mips/tm-wince.h: Remove #undef of macro
11314 TARGET_BYTE_ORDER_SELECTABLE.
11315 * config/sh/tm-wince.h: Ditto.
11316
11317 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11318
11319 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11320 member function fields. Add accessor macro
11321 TYPE_FN_FIELD_ARTIFICIAL.
11322 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11323 * c-typeprint.c (c_type_print_base): Skip artificial member
11324 functions.
11325
11326 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11327
11328 * f-typeprint.c: Delete unused function f_type_print_args.
11329 * p-typeprint.c: Delete unused function pascal_type_print_args.
11330
11331 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11332
11333 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11334 comment. Add ``artificial'' to ``union field_location''.
11335
11336 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11337
11338 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11339 * mdebugread.c (parse_symbol): Likewise.
11340 * stabsread.c (define_symbol): Likewise.
11341 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11342 initializing TYPE_FIELD_BITPOS to n (obsolete).
11343 (hpread_doc_function_type): Likewise.
11344 * hpread.c (hpread_function_type): Likewise.
11345
11346 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11347
11348 * configure.in (host_makefile_frag): Only require a host makefile
11349 fragment when a native build.
11350 * configure: Re-generate.
11351
11352 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11353
11354 * doublest.h (floatformat_from_type): Declare.
11355 * doublest.c (floatformat_from_type): New function.
11356 (convert_typed_floating): Use.
11357
11358 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11359 call to function floatformat_from_type.
11360
11361 * gdbarch.sh (IEEE_FLOAT): Delete.
11362 * gdbarch.h, gdbarch.c: Re-generate.
11363 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11364 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11365 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11366 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11367 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11368 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11369 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11370 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11371 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11372 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11373 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11374 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11375
11376 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11377 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11378 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11379 * sh-tdep.c (sh_gdbarch_init): Ditto.
11380 * mips-tdep.c (mips_gdbarch_init): Ditto.
11381 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11382 * cris-tdep.c (cris_gdbarch_init): Ditto.
11383
11384 2002-01-20 Jiri Smid <smid@suse.cz>
11385
11386 * configure.host, configure.tgt: Support x86-64.
11387 * NEWS: Note new target x86-64.
11388
11389 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11390 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11391 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11392 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11393 x86-64-linux-nat.o): Fix dependencies.
11394
11395 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11396
11397 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11398 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11399 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11400 * config/sparc/xm-sun4os4.h: Delete file.
11401 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11402
11403 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11404
11405 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11406 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11407 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11408 * config/i386/i386lynx.mh (XM_FILE): Delete.
11409 * config/rs6000/xm-rs6000ly.h: Delete file.
11410 * config/sparc/xm-sparclynx.h: Delete file.
11411 * config/m68k/xm-m68klynx.h: Delete file.
11412 * config/i386/xm-i386lynx.h: Delete file.
11413 * config/xm-lynx.h: Delete file.
11414 * config/djgpp/fnchange.lst: Update.
11415
11416 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11417
11418 * alpha-tdep.c (alpha_register_byte): New function.
11419 (alpha_register_raw_size): Ditto.
11420 (alpha_register_virtual_size): Ditto.
11421 (alpha_skip_prologue_internal): Renamed from
11422 alpha_skip_prologue.
11423 (alpha_skip_prologue): New version that calls
11424 alpha_skip_prologue_internal.
11425 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11426 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11427 second argument from alpha_skip_prologue.
11428 (REGISTER_BYTE): Use alpha_register_byte.
11429 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11430 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11431 (FRAMELESS_FUNCTION_INVOCATION): Use
11432 generic_frameless_function_invocation_not.
11433 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11434 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11435
11436 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11437
11438 * config/mips/xm-news-mips.h: Delete file.
11439 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11440
11441 * config/m88k/xm-m88k.h: Delete file.
11442 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11443 * config/m88k/xm-delta88v4.h: Ditto.
11444 * config/m88k/xm-delta88.h: Ditto.
11445
11446 * config/alpha/xm-fbsd.h: Delete file.
11447 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11448
11449 * config/sparc/xm-sparc.h: Delete file.
11450 * Makefile.in (xm-sun4os4.h): Delete dependency.
11451 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11452 * config/sparc/xm-sun4os4.h: Ditto.
11453 * config/sparc/xm-linux.h: Ditto.
11454
11455 * config/i386/xm-windows.h: Delete file.
11456
11457 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11458
11459 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11460 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11461
11462 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11463
11464 * alpha-tdep.c (alpha_call_dummy_words): New.
11465 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11466 (CALL_DUMMY_P): Define.
11467 (CALL_DUMMY_WORDS): Define.
11468 (SIZEOF_CALL_DUMMY_WORDS): Define.
11469
11470 2002-01-19 Per Bothner <per@bothner.com>
11471
11472 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11473 isn't NULL, which can happen with some gcj-3.x-produced code.
11474
11475 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11476
11477 * alpha-tdep.c (alpha_register_virtual_type): New function.
11478 (alpha_init_frame_pc_first): Ditto.
11479 (alpha_fix_call_dummy): Ditto.
11480 (alpha_store_struct_return): Ditto.
11481 (alpha_extract_struct_value_address): Ditto.
11482 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11483 alpha_register_virtual_type.
11484 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11485 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11486 alpha_extract_struct_value_address.
11487 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11488 (INIT_FRAME_PC): Use init_frame_pc_noop.
11489 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11490
11491 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11492
11493 * i386gnu-nat.c: Include "i386-tdep.h".
11494 (fetch_fpregs): Simplify code dealing with uninitialized floating
11495 point states such that it doesn't require FP7_REGNUM.
11496
11497 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11498
11499 * alpha-tdep.c (frame_extra_info): New.
11500 (alpha_find_saved_regs): Make static. Use
11501 frame->extra_info.
11502 (alpha_frame_init_saved_regs): New function.
11503 (alpha_frame_saved_pc): Use frame->extra_info.
11504 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11505 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11506 (init_extra_frame_info): Rename to...
11507 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11508 (alpha_print_extra_frame_info): New function.
11509 (alpha_frame_locals_address): Ditto.
11510 (alpha_frame_args_address): Ditto.
11511 (alpha_pop_frame): Use frame->extra_info.
11512 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11513 alpha_frame_args_address.
11514 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11515 (alpha_find_saved_regs): Remove prototype.
11516 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11517 (EXTRA_FRAME_INFO): Remove.
11518 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11519 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11520
11521 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11522
11523 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11524 (alpha_cannot_fetch_register): Ditto.
11525 (alpha_cannot_store_register): Ditto.
11526 (alpha_register_convertible): Ditto.
11527 (alpha_use_struct_convention): Ditto.
11528 * config/alpha/tm-alpha.h: Update copyright years.
11529 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11530 (INNER_THAN): Use core_addr_lessthan.
11531 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11532 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11533 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11534 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11535 (FRAME_CHAIN): Remove unnecessary cast.
11536
11537 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11538
11539 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11540 obsolete.
11541
11542 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11543
11544 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11545 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11546 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11547 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11548 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11549 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11550 * x86-64-linux-nat.c: Ditto.
11551
11552 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11553
11554 * alpha-tdep.c (alpha_register_name): New function.
11555 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11556 (REGISTER_NAME): Define.
11557
11558 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11559
11560 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11561
11562 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11563
11564 * alpha-tdep.c: Update copyright years.
11565 (alpha_next_pc): New function.
11566 (alpha_software_single_step): Ditto.
11567 * config/alpha/tm-alpha.h: Add prototype for
11568 alpha_software_single_step.
11569
11570 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11571
11572 * alphabsd-nat.c: Update copyright years.
11573 (fill_gregset): Use regcache_collect.
11574 (fill_fpregset): Likewise.
11575 (fetch_inferior_registers): Only fetch integer registers
11576 if requested to do so.
11577 (store_inferior_registers): Only store integer registers
11578 if requested to do so.
11579
11580 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11581
11582 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11583 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11584 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11585 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11586 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11587 * config/arm/linux.mh (XDEPFILES): Delete.
11588 * config/arm/nbsd.mh (XDEPFILES): Delete.
11589 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11590 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11591 * config/i386/i386m3.mh (XDEPFILES): Delete.
11592 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11593 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11594 * config/i386/fbsd.mh (XDEPFILES): Delete.
11595 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11596 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11597 * config/i386/i386v4.mh (XDEPFILES): Delete.
11598 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11599 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11600 * config/i386/i386aix.mh (XDEPFILES): Delete.
11601 * config/i386/go32.mh (XDEPFILES): Delete.
11602 * config/i386/cygwin.mh (XDEPFILES): Delete.
11603 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11604 * config/i386/i386mach.mh (XDEPFILES): Delete.
11605 * config/i386/i386v32.mh (XDEPFILES): Delete.
11606 * config/i386/linux.mh (XDEPFILES): Delete.
11607 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11608 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11609 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11610 * config/i386/i386sco.mh (XDEPFILES): Delete.
11611 * config/i386/i386v.mh (XDEPFILES): Delete.
11612 * config/i386/nbsd.mh (XDEPFILES): Delete.
11613 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11614 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11615 * config/i386/symmetry.mh (XDEPFILES): Delete.
11616 * config/i386/obsd.mh (XDEPFILES): Delete.
11617 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11618 * config/ia64/linux.mh (XDEPFILES): Delete.
11619 * config/ia64/aix.mh (XDEPFILES): Delete.
11620 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11621 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11622 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11623 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11624 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11625 * config/m68k/linux.mh (XDEPFILES): Delete.
11626 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11627 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11628 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11629 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11630 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11631 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11632 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11633 * config/m88k/delta88.mh (XDEPFILES): Delete.
11634 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11635 * config/m88k/m88k.mh (XDEPFILES): Delete.
11636 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11637 * config/mips/linux.mh (XDEPFILES): Delete.
11638 * config/mips/irix6.mh (XDEPFILES): Delete.
11639 * config/mips/irix5.mh (XDEPFILES): Delete.
11640 * config/mips/irix4.mh (XDEPFILES): Delete.
11641 * config/mips/irix3.mh (XDEPFILES): Delete.
11642 * config/mips/decstation.mh (XDEPFILES): Delete.
11643 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11644 (NATDEPFILES): Move core-aout.o to here.
11645 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11646 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11647 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11648 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11649 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11650 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11651 * config/pa/hpux11.mh (XDEPFILES): Delete.
11652 * config/powerpc/aix.mh (XDEPFILES): Delete.
11653 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11654 * config/powerpc/linux.mh (XDEPFILES): Delete.
11655 * config/romp/rtbsd.mh: Rename XDEPFILES.
11656 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11657 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11658 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11659 * config/s390/s390.mh (XDEPFILES): Delete.
11660 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11661 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11662 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11663 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11664 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11665 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11666 * config/sparc/linux.mh (XDEPFILES): Delete.
11667 * config/vax/vaxult.mh (XDEPFILES): Delete.
11668 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11669 * Makefile.in (DEPFILES): Remove XDEPFILES.
11670
11671 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11672
11673 * utils.c (internal_verror): Fix comments, default is yes not no.
11674 Update queries to match. Default to quit and dump core.
11675
11676 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11677
11678 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11679 copyright.
11680 * defs.h, event-top.c, gdbcmd.h: Ditto.
11681 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11682 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11683 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11684 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11685 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11686 * mi/mi-main.c:Ditto.
11687
11688 * stack.c, symfile.c: Update copyright.
11689
11690 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11691
11692 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11693 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11694 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11695 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11696
11697 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11698
11699 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11700 * gdbserver/low-lynx.c (myattach): Likewise.
11701 * gdbserver/low-nbsd.c (myattach): Likewise.
11702 * gdbserver/low-sim.c (myattach): Likewise.
11703 * gdbserver/low-sparc.c (myattach): Likewise.
11704 * gdbserver/low-sun3.c (myattach): Likewise.
11705
11706 * gdbserver/low-linux.c (myattach): New function.
11707
11708 * gdbserver/server.c (attach_inferior): New function.
11709 (main): Handle "--attach".
11710
11711 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11712
11713 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11714 maintainer.
11715
11716 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11717
11718 * c-typeprint.c (is_type_conversion_operator): Add additional
11719 check for non-conversion operators.
11720
11721 2002-01-15 Michael Snyder <msnyder@redhat.com>
11722
11723 * linux-proc.c: Add "info proc" command, a la procfs.c.
11724 (read_mapping): New function, abstract and re-use code.
11725 (linux_find_memory_regions): Use new func read_mapping.
11726 (linux_info_proc_cmd): New function, implement "info proc".
11727 (_initialize_linux_proc): Add new command "info proc".
11728
11729 2002-01-15 Michael Snyder <msnyder@redhat.com>
11730
11731 * symfile.c (generic_load): Use bfd_map_over_sections method
11732 instead of manipulating bfd structure members directly.
11733 (add_section_size_callback): New function, bfd sections callback
11734 used by generic_load.
11735 (load_sections_callback): New function, bfd sections callback
11736 used by generic_load.
11737
11738 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11739
11740 [Based on work by Jim Blandy]
11741 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11742 (builtin_type_vec128): Export.
11743 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11744 types.
11745 (builtin_type_vec128): New builtin type for 128 bit vector
11746 registers.
11747 (build_gdbtypes): Initialize builtin_type_v16qi and
11748 builtin_type_v8hi. Create the vec128 register builtin type
11749 structure.
11750 (build_builtin_type_vec128): New function.
11751 (_initialize_gdbtypes): Register builtin_type_v16qi and
11752 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11753 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11754 AltiVec register to new builtin type.
11755
11756 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11757
11758 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11759 to make_cv_type.
11760
11761 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11762
11763 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11764 CLEAN_UP_REGISTER_VALUE.
11765 * regcache.c (supply_register): Update only call.
11766
11767 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11768
11769 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11770 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11771 a29k-*-vxworks* targets as obsolete.
11772
11773 2002-01-14 Michael Snyder <msnyder@redhat.com>
11774
11775 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11776 until we can resolve portability issues.
11777 * gregset.h: Remove references to fpxregs.
11778 * gcore.c (gcore_command): Initialize note_sec to NULL.
11779
11780 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11781
11782 * signals.c (target_signal_to_name): Rewrite. Only use
11783 signals[].name when in bounds and non-NULL.
11784
11785 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11786
11787 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11788 * signals.c (target_signal_to_name): Verify that SIG is within the
11789 bounds of the signals array.
11790
11791 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11792
11793 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11794
11795 2002-01-13 Keith Seitz <keiths@redhat.com>
11796
11797 * stack.c (print_frame_info_base): Print the frame's pc
11798 only if when print_frame_info_listing_hook is not defined.
11799
11800 2002-01-13 Keith Seitz <keiths@redhat.com>
11801
11802 * varobj.c (varobj_set_value): Make sure that there were no
11803 errors evaluating the object before attempting to set its
11804 value.
11805 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11806 so this offset adjustment is no longer necessary.
11807 (create_child): Don't set the error flag if the child is
11808 a CPLUS_FAKE_CHILD.
11809 (value_of_child): If value_fetch_lazy fails, return NULL
11810 so that callers will be notified that an error occurred.
11811 (c_value_of_variable): Delay check of variable's validity
11812 until later. We actually want all structs and unions to have
11813 the value "{...}".
11814 Do not return "???" for variables which could not be evaluated.
11815 This error condition must be returned to the caller so that it
11816 can get the error condition from gdb.
11817 (cplus_name_of_child): Adjust index for vptr before figuring
11818 out the name of the child.
11819 (cplus_value_of_child): If a child's (real) parent is not valid,
11820 don't even bother trying to give a value for it. Just return
11821 an error. Change all instances in this function.
11822 (cplus_type_of_child): If our parent is one of the "fake"
11823 parents, we need to get at the type of the real parent, and
11824 derive the child's true type using this information.
11825
11826 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11827
11828 From 2002-01-09 John Marshall <johnm@falch.net>:
11829 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11830 sources.redhat.com, and tweak some related URLs which had
11831 suffered from linkrot.
11832
11833 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11834
11835 From Jeff law:
11836 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11837 structures passed in registers.
11838
11839 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11840
11841 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11842 white space which prevented compilation. Reported by DSK
11843 <dsk@student.unsw.edu.au>.
11844
11845 2002-01-11 Michael Snyder <msnyder@redhat.com>
11846
11847 * symfile.c (build_section_addr_info_from_section_tab):
11848 Use bfd access method instead of manipulating bfd directly.
11849 (syms_from_objfile): Ditto.
11850 (simple_overlay_update_1): Ditto.
11851 (simple_overlay_update): Ditto.
11852 (generic_load): Ditto.
11853 (overlay_unmapped_address): FIXME comment, bfd access methods.
11854 (sections_overlap): FIXME comment, bfd access methods.
11855 (pc_in_mapped_range): FIXME comment, bfd access methods.
11856 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11857 (section_is_mapped): FIXME comment, bfd access methods.
11858 (section_is_overlay): FIXME comment, bfd access methods.
11859
11860 * symfile.c (generic_load): Whitespace and long line cleanups.
11861 Remove duplicate variable, change several local variables to
11862 more appropriate data types.
11863 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11864
11865 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11866
11867 From Peter Schauer:
11868 * language.c (longest_local_hex_string_custom): Use phex_nz to
11869 convert NUM to a hex string.
11870
11871 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11872
11873 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11874 the function.
11875 Update Copyright year.
11876
11877 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11878
11879 * language.c (longest_raw_hex_string): Delete unused function.
11880
11881 2002-01-11 Petr Sorfa <petrs@caldera.com>
11882
11883 * MAINTAINERS (write-after-approval): Add myself.
11884 * dwarf2read.c (read_tag_string_type): Handling of
11885 DW_AT_byte_size.
11886 (read_tag_string_type): FORTRAN fix to prevent propagation of
11887 first string size.
11888 (set_cu_language): Handling of DW_LANG_Fortran95
11889
11890 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11891
11892 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11893 GETPID(inferior_ptid).
11894 (store_inferior_registers): Likewise.
11895
11896 2002-01-10 Jason Merrill <jason@redhat.com>
11897
11898 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11899 Fix DW_OP_minus.
11900
11901 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11902
11903 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11904 and bfd/elf32-sh-nbsd.c.
11905
11906 2002-01-10 Michael Snyder <msnyder@redhat.com>
11907
11908 * NEWS: Mention --pid and corefile/proc-id behavior change.
11909
11910 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11911 * gcore.c: Include cli/cli-decode.h instead of command.h.
11912
11913 * main.c (captured_main): Add new command line option "--pid".
11914 If the second command line argument (following the symbol-file)
11915 begins with a digit, try to attach to it before trying to open
11916 it as a corefile.
11917 (print_gdb_help): Document the "--pid" argument.
11918
11919 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11920
11921 * completer.c (command_completer): New function.
11922
11923 * completer.h <command_completer>: Add prototype.
11924
11925 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11926 completer for the "help" command.
11927
11928 2002-01-09 Jason Merrill <jason@redhat.com>
11929
11930 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11931
11932 2002-01-09 Michael Snyder <msnyder@redhat.com>
11933
11934 * i386-linux-nat.c (fill_fpxregset): Make global.
11935 (store_fpxregset): Ditto.
11936
11937 * gregset.h (gdb_fpxregset_t): Define.
11938 (supply_fpxregset): Prototype.
11939 (fill_fpxregset): Prototype.
11940
11941 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11942
11943 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11944
11945 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11946 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11947 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11948
11949 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11950
11951 * MAINTAINERS: Update target maintainer rules so that any
11952 Maintainer can approve a tested patch for a maintenance-only
11953 target.
11954
11955 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11956
11957 * MAINTAINERS (write-after-approval): Add myself.
11958
11959 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11960 IN_SIGTRAMP.
11961
11962 2002-01-08 Michael Snyder <msnyder@redhat.com>
11963
11964 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11965 real name of the executable, rather than the /proc name.
11966
11967 2002-01-03 Michael Snyder <msnyder@redhat.com>
11968
11969 Implement a "generate-core-file" command in gdb, save target state.
11970 * gcore.c: New file. Implement new command 'generate-core-file'.
11971 Save a corefile image of the current state of the inferior.
11972 * linux-proc.c: Add linux-specific code for saving corefiles.
11973 * target.h (struct target_ops): Add new target vectors for saving
11974 corefiles; to_find_memory_regions and to_make_corefile_notes.
11975 (target_find_memory_regions): New macro.
11976 (target_make_corefile_notes): New macro.
11977 * target.c (update_current_target): Inherit new target methods.
11978 (dummy_find_memory_regions): New place-holder method.
11979 (dummy_make_corefile_notes): New place-holder method.
11980 (init_dummy_target): Initialize new dummy target vectors.
11981 * exec.c (exec_set_find_memory_regions): New function.
11982 Allow the exec_ops vector for memory regions to be taken over.
11983 (exec_make_note_section): New function, target vector method.
11984 * defs.h (exec_set_find_memory_regions): Export prototype.
11985 * procfs.c (proc_find_memory_regions): New function, corefile method.
11986 (procfs_make_note_section): New function, corefile method.
11987 (init_procfs_ops): Set new target vector pointers.
11988 (find_memory_regions_callback): New function.
11989 (procfs_do_thread_registers): New function.
11990 (procfs_corefile_thread_callback): New function.
11991 * sol-thread.c (sol_find_memory_regions): New function.
11992 (sol_make_note_section): New function.
11993 (init_sol_thread_ops): Initialize new target vectors.
11994 * inftarg.c (inftarg_set_find_memory_regions): New function.
11995 Allow to_find_memory_regions vector to be taken over.
11996 (inftarg_set_make_corefile_notes): New function.
11997 Allow to_make_corefile_notes vector to be taken over.
11998 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11999 interface layer if not target_has_execution (may be a corefile).
12000 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12001 * config/sparc/sun4sol2.mh: Ditto.
12002 * config/alpha/alpha-linux.mh: Ditto.
12003 * config/arm/linux.mh: Ditto.
12004 * config/i386/x86-64linux.mh: Ditto.
12005 * config/ia64/linux.mh: Ditto.
12006 * config/m68k/linux.mh: Ditto.
12007 * config/mips/linux.mh: Ditto.
12008 * config/powerpc/linux.mh: Ditto.
12009 * config/sparc/linux.mh: Ditto.
12010
12011 2002-01-07 Michael Snyder <msnyder@redhat.com>
12012
12013 * arm-linux-nat.c: Remove references to regcache.c internal data
12014 (registers[] and register_valid[]).
12015
12016 2002-01-07 Michael Snyder <msnyder@redhat.com>
12017
12018 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12019 so that attaching to a pid will automatically read the process's
12020 symbol file and shlibs.
12021 * Makefile.in: Add rule for linux-proc.o.
12022 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12023 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12024 * config/arm/linux.mh: Ditto.
12025 * config/i386/linux.mh: Ditto.
12026 * config/i386/x86-64linux.mh: Ditto.
12027 * config/ia64/linux.mh: Ditto.
12028 * config/m68k/linux.mh: Ditto.
12029 * config/mips/linux.mh: Ditto.
12030 * config/powerpc/linux.mh: Ditto.
12031 * config/sparc/linux.mh: Ditto.
12032
12033 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12034
12035 * win32-nat.c: Add i386-tdep.h dependency.
12036
12037 2002-01-07 Michael Snyder <msnyder@redhat.com>
12038
12039 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12040 instead of bfd_get_arch_size. Don't bail out just because
12041 there's no exec_bfd.
12042
12043 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12044 * p-valprint.c (pascal_object_print_value): Ditto.
12045 * somread.c (som_symtab_read): Ditto.
12046 * symfile.c (simple_free_overlay_region_table): Ditto.
12047 * valops.c (value_assign): Ditto.
12048
12049 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12050 use tilde_expand and strerror for opening save-tracepoints file.
12051
12052 * thread-db.c (thread_db_new_objfile): Indendation fix.
12053
12054 * infptrace.c (GDB_MAX_ALLOCA): New define.
12055 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12056 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12057 can be overridden with whatever value is appropriate to the host).
12058 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12059 alloca to allocate potentially large buffer.
12060 * rs6000-nat.c (child_xfer_memory): Ditto.
12061 * symm-nat.c (child_xfer_memory): Ditto.
12062 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12063
12064 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12065
12066 From Nick Clifton <nickc@redhat.com>
12067 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12068
12069 2002-01-07 Michael Snyder <msnyder@redhat.com>
12070
12071 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12072 Don't use exec_bfd if it's NULL.
12073
12074 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12075
12076 * valops.c (value_arg_coerce): Fix formatting.
12077
12078 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12079
12080 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12081 * gnu-nat.c: Ditto.
12082
12083 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12084
12085 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12086 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12087 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12088 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12089 z8k-coff have not been multi-arched. Update z8k-coff build
12090 status.
12091
12092 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12093
12094 * MAINTAINERS: Mark a29k target as obsolete.
12095 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12096 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12097 comments.
12098 * NEWS: Note that a29k targets are obsolete.
12099 * a29k-tdep.c: Mark as obsolete.
12100 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12101 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12102 a29k-*-vxworks* targets as obsolete.
12103 * remote-adapt.c: Obsolete.
12104 * remote-eb.c: Obsolete.
12105 * remote-mm.c: Obsolete.
12106 * remote-udi.c: Obsolete.
12107 * config/a29k/a29k-udi.mt: Obsolete.
12108 * config/a29k/a29k.mt: Obsolete.
12109 * config/a29k/tm-a29k.h: Obsolete.
12110 * config/a29k/tm-vx29k.h: Obsolete.
12111 * config/a29k/vx29k.mt: Obsolete.
12112
12113 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12114
12115 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12116 with BFD_ENDIAN_BIG.
12117
12118 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12119
12120 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12121 * configure, config.in: Re-generate.
12122 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12123 * defs.h: Do not include <endian.h>.
12124
12125 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12126
12127 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12128 * config.in: Regenerate.
12129 * configure.in: Update copyright years.
12130 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12131 * configure: Regenerate.
12132 * i386bsd-nat.c: Update copyright years.
12133 (fill_gregset): Use regcache_collect.
12134 (fetch_inferior_registers): Only fetch integer registers
12135 if requested to do so. Add support for XMM registers
12136 using PT_GETXMMREGS.
12137 (store_inferior_registers): Only store integer registers
12138 if requested to do so. Add support for XMM registers
12139 using PT_SETXMMREGS.
12140 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12141 (store_inferior_registers): Remove.
12142 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12143 (fetch_elfcore_registers): New function.
12144 (i386nbsd_elfcore_fns): New.
12145 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12146 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12147 i386bsd-nat.o.
12148 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12149 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12150 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12151 * config/i386/tm-nbsd.h: Update copyright years.
12152 (HAVE_SSE_REGS): Define.
12153 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12154 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12155 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12156 (SIGCONTEXT_PC_OFFSET): Remove.
12157 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12158
12159 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12160
12161 * configure.tgt: Remove powerpc-*-macos* target.
12162 * config/m68k/xm-mpw.h: Delete file.
12163 * config/xm-mpw.h: Delete file.
12164 * ser-mac.c: Delete file.
12165 * mpw-make.sed: Delete file.
12166 * mpw-config.in: Delete file.
12167 * mac-xdep.c: Delete file.
12168 * mac-gdb.r: Delete file.
12169 * mac-defs.h: Delete file.
12170 * mac-nat.c: Delete file.
12171 * config/powerpc/macos.mh: Delete file.
12172 * config/powerpc/macos.mt: Delete file.
12173 * config/powerpc/nm-macos.h: Delete file.
12174 * config/powerpc/tm-macos.h: Delete file.
12175 * source.c (openp, open_source_file): Remove obsolete code.
12176 * top.c (gdb_readline): Ditto.
12177 * utils.c (query): Ditto.
12178 * event-top.c (display_gdb_prompt): Ditto.
12179 * Makefile.in (ser-mac.o): Delete obsolete target.
12180 * NEWS: Update.
12181
12182 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12183
12184 * defs.h (BIG_ENDIAN): Delete macro definition.
12185 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12186 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12187 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12188 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12189 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12190 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12191 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12192 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12193 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12194 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12195 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12196 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12197 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12198 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12199 * gdbarch.c: Re-generate.
12200
12201 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12202
12203 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12204 for core files.
12205
12206 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12207
12208 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12209
12210 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12211
12212 * value.h (value_ptr): Delete typedef.
12213
12214 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12215
12216 * i386nbsd-nat.c: Update copyright years.
12217 Include i386-tdep.h.
12218
12219 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12220
12221 * stabsread.c: Update copyright years.
12222
12223 From Debashis Mahata <debashis.mahata@wipro.com>:
12224 (read_struct_fields): Deal with Sun C compiler erroneous stab
12225 output for structs and unions.
12226 Fix PR gdb/269.
12227
12228 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12229
12230 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12231 prototype.
12232
12233 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12234
12235 * cp-abi.c: Fix whitespace.
12236 (baseclass_offset): New wrapper function.
12237 * cp-abi.h (baseclass_offset): Add prototype.
12238 (struct cp_abi_ops): Add baseclass_offset pointer.
12239
12240 * valops.c (vb_match): Move to...
12241 * gnu-v2-abi.c (vb_match): here.
12242 * valops.c (baseclass_offset): Move to...
12243 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12244
12245 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12246
12247 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12248 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12249 * hpacc-abi.c (init_hpacc_ops): Likewise.
12250
12251 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12252
12253 * valops.c (find_overload_match): Accept obj as a
12254 reference parameter. Update it before returning.
12255 * value.h (find_overload_match): Update prototype.
12256 * eval.c (evaluate_subexp_standard): Pass object to
12257 find_overload_match by reference.
12258
12259 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12260
12261 * valarith.c: Replace value_ptr with struct value pointer. Remove
12262 register attribute from value declarations.
12263 * valops.c: Ditto.
12264 * value.h: Ditto.
12265 * scm-lang.c (scm_lookup_name): Ditto.
12266
12267 2002-01-03 Michael Snyder <msnyder@redhat.com>
12268
12269 Abstract the functionality of iterating over mapped memory
12270 regions into a general purpose iterator function.
12271 * procfs.c (iterate_over_mappings): New function, general purpose
12272 iterator for memory sections.
12273 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12274 (solib_mappings_callback): New function, callback for above.
12275 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12276 (info_mappings_callback): New function, callback for above.
12277
12278 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12279
12280 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12281
12282 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12283 * i386-tdep.c: Include "elf-bfd.h".
12284 (process_note_abi_tag_sections): New function.
12285 (i386_gdbarch_init): Add code to recognize various OS/ABI
12286 combinations.
12287
12288 * maint.c (_initialize_maint_cmds): Add missing \ in
12289 string-literal.
12290
12291 For older changes see ChangeLog-2001
12292 \f
12293 Local Variables:
12294 mode: change-log
12295 left-margin: 8
12296 fill-column: 74
12297 version-control: never
12298 End: