* hppa-tdep.c (find_function_in_inferior): Remove this extern,
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-30 Joel Brobecker <brobecker@gnat.com>
2
3 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
4 as this is already provided by value.h, and was actually causing
5 a compilation error because of a conflict in parameter type
6 declaration due to a missing const keyword.
7 (low_text_segment_addres): Fix a compilation warning.
8
9 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
10
11 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
12 registers without a name.
13 (mips_linux_cannot_store_register): Don't store registers without
14 a name.
15
16 2002-10-28 David Carlton <carlton@math.stanford.edu>
17
18 * symtab.c (find_addr_symbol): Delete. (It was already commented
19 out.)
20 * symtab.h: Delete prototype for find_addr_symbol.
21
22 2002-10-26 Andrew Cagney <cagney@redhat.com>
23
24 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
25 DO_REGISTERS_INFO.
26 gdbarch.h, gdbarch.c: Re-generate.
27 * infcmd.c (default_print_registers_info): Update reference.
28 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
29 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
30 * sh-tdep.c (sh_gdbarch_init): Ditto.
31 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
32 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
33
34 2002-10-26 Mark Kettenis <kettenis@gnu.org>
35
36 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
37 cfi_init_extra_frame_info.
38 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
39 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
40
41 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
42 target where necessary. Add more comments and remove the ones
43 that don't provide any useful information.
44
45 * i386-tdep.c (i386_frame_saved_pc): Replace call to
46 deprecated_read_register_dummy with
47 frame_unwind_unsigned_register.
48
49 * i386-tdep.c (i386_extract_struct_value_address): Use
50 regcache_raw_read_unsigned instead of
51 regcache_cooked_read_unsigned since we know that the register
52 we're reading isn't a pseudo register. Rename variable 'val' into
53 the more descriptive 'addr'.
54
55 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
56 (x86_64_push_return_address): Add comment.
57 (x86_64_pop_frame): Make static.
58 (examine_argument): Clarify comment.
59 (x86_64_skip_prologue): Make prolog_expact variable static.
60
61 * dwarf2cfi.c: Fix some formatting problems.
62 (context_cpy, read_encoded_pointer): Clarify comments.
63
64 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
65 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
66 i386 target back into x86_64_gdbarch_init. Add some comments and
67 remove meaningless ones.
68
69 2002-10-25 Andrew Cagney <cagney@redhat.com>
70
71 * complaints.h (struct deprecated_complaint): Rename `struct
72 complaint'.
73 * complaints.c (complain): Update.
74 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
75 incorrect comment indicating that "symfile.h" was being included
76 for the `struct complaint' definition.
77 * remote-vx.c: Update.
78 * objc-lang.c: Update.
79 * xcoffread.c: Update.
80 * hpread.c: Update.
81 * mdebugread.c: Update.
82 * stabsread.c: Update.
83 * dwarf2read.c: Update.
84 * dwarfread.c: Update.
85 * elfread.c: Update.
86 * coffread.c: Update.
87 * stabsread.h: Update.
88 * dbxread.c: Update.
89 * buildsym.c: Update.
90 * gdbtypes.c: Update.
91 * macrotab.c: Update.
92
93 2002-10-25 Mark Kettenis <kettenis@gnu.org>
94
95 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
96 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
97 (x86_64_init_abi): ...new function.
98
99 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
100 * i386v-nat.c: Include "i386-tdep.h".
101
102 2002-10-25 Andrew Cagney <cagney@redhat.com>
103
104 * gdbtypes.c (address_space_name_to_int): Update.
105 (address_space_int_to_name): Update.
106 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
107 multi-arch predicate.
108 (address_class_name_to_type_flags): Ditto.
109 * gdbarch.h, gdbarch.c: Re-generate.
110
111 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
112
113 2002-10-24 Martin M. Hunt <hunt@redhat.com>
114
115 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
116
117 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
118
119 * symtab.h (INIT_SAL): Delete macro.
120 (init_sal): Export.
121 * symtab.c (init_sal): New function.
122
123 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
124 to init_sal function call.
125 (find_sal_from_funcs_and_line): Ditto.
126 (all_sals_for_line): Ditto.
127 * breakpoint.c (create_internal_breakpoint): Ditto.
128 (create_fork_vfork_event_catchpoint): Ditto.
129 (create_exec_event_catchpoint): Ditto.
130 (parse_breakpoint_sals): Ditto.
131 (watch_command_1): Ditto.
132 (handle_gnu_4_16_catch_command): Ditto.
133 (clear_command): Ditto.
134 * hppa-tdep.c (child_enable_exception_callback): Ditto.
135 * infcmd.c (run_stack_dummy): Ditto.
136 * infrun.c (process_event_stop_test): Ditto.
137 (check_sigtramp2): Ditto.
138 (step_over_function): Ditto.
139 * linespec.c (decode_line_2): Ditto.
140 (decode_line_1): Ditto.
141 * source.c (line_info): Ditto.
142 * symtab.c (find_pc_sect_line): Ditto.
143
144 2002-10-24 Michal Ludvig <mludvig@suse.cz>
145
146 * dwarf2cfi.c (struct context)
147 (struct context_reg): Moved to dwarf2cfi.h
148 (context_alloc, frame_state_alloc, context_cpy):
149 Made extern instead of static, removed prototypes.
150 * dwarf2cfi.h (struct context)
151 (struct context_reg): New, moved from dwarf2cfi.c
152 (context_alloc, frame_state_alloc, context_cpy):
153 New prototypes.
154 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
155 Changed from static to extern.
156 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
157 (LINUX_SIGCONTEXT_FP_OFFSET)
158 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
159 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
160 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
161 * x86-64-tdep.c (x86_64_gdbarch_init): Several
162 set_gdbarch_*() calls now use x86-64 specific functions
163 instead of DWARF2 CFI ones.
164 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
165 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
166 (x86_64_init_extra_frame_info): New prototypes.
167
168 2002-10-23 David Carlton <carlton@math.stanford.edu>
169
170 * linespec.c: #include "parser-defs.h".
171 Delete prototype for find_template_name_end.
172 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
173
174 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
175
176 * NEWS: add recent mi fixes.
177 * varobj.c (struct varobj): Add new "updated" flag.
178 (new_variable): Default "updated" flag to 0.
179 (varobj_set_value): Set "updated" flag to 1 if value
180 changes.
181 (varobj_update): Check varobj "updated" flag before
182 comparing old and refreshed values. Fix for
183 PR gdb/702.
184
185 2002-10-23 David Carlton <carlton@math.stanford.edu>
186
187 * parse.c (parse_exp_1): Use BLOCK_START.
188 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
189 SYMBOL_BLOCK_VALUE.
190 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
191
192 2002-10-23 David Carlton <carlton@math.stanford.edu>
193
194 * symtab.c: Delete cplusplus_hint.
195 Delete prototype for find_template_name_end.
196
197 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
198
199 * symtab.h: Update comment.
200
201 2002-10-23 Michael Snyder <msnyder@redhat.com>
202
203 * printcmd.c (address_info): Restore quotes in output.
204 * valops.c (value_of_local): Restore quotes in error message.
205
206 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
207
208 * symtab.c (symbol_demangled_name): New function.
209 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
210 turning most of it into a function.
211 (symbol_demangled_name): Export.
212
213 2002-10-23 Michael Snyder <msnyder@redhat.com>
214
215 * valops.c (value_of_local): Restore quotes in error message.
216
217 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
218
219 * symtab.c (symbol_init_language_specific): New function.
220 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
221 turning most of it into a function.
222 (symbol_init_language_specific): Export.
223
224 2002-10-23 David Carlton <carlton@math.stanford.edu>
225
226 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
227 (dwarf_attr_name): Ditto.
228 (dwarf_type_encoding_name): Ditto.
229 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
230 (process_die): Handle DW_TAG_namespace,
231 DW_TAG_imported_declaration, DW_TAG_imported_module.
232 (read_namespace): New function.
233
234 2002-10-22 Joel Brobecker <brobecker@gnat.com>
235
236 * configure.in: Define NEW_PROC_API on Interix too.
237 * configure: Regenerate.
238
239 2002-10-21 Joel Brobecker <brobecker@gnat.com>
240
241 * configure: Regenerate using the proper version of autoconf.
242
243 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
244
245 * findvar.c (read_var_value): Temporarily disable TLS code, until
246 complete TLS support is added.
247
248 2002-10-21 Jim Blandy <jimb@redhat.com>
249 Elena Zannoni <ezannoni@redhat.com>
250
251 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
252 for thread local storage locations.
253 (struct symbol): Add objfile field.
254 (SYMBOL_OBJFILE): Define.
255 * dwarf2read.c (is_thread_local): New static variable.
256 (new_symbol): If variable is in thread local fill in address class
257 and objfile appropriately.
258 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
259 stack operation.
260 * printcmd.c (address_info): Print the information for thread
261 local storage variable.
262 * findvar.c (read_var_value): In case of thread local variable,
263 defer to the target vector code to compute address.
264
265 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
266
267 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
268 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
269
270 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
271
272 * symtab.h (address_class): Rename
273 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
274 * hpread.c (hpread_process_one_debug_symbol): Ditto.
275 * printcmd.c (address_info): Ditto.
276 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
277
278 2002-10-20 Mark Kettenis <kettenis@gnu.org>
279
280 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
281 DBREG_DRX macro to acces debug registers.
282
283 * Makefile.in (i386obsd-tdep.o): New target.
284
285 * solib-sunos.c: Include "bcache.h" and "regcache.h".
286 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
287
288 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
289 * config/i386/obsd.mt: New file.
290 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
291 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
292 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
293 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
294 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
295 * i386obsd-tdep.c: New file.
296
297 2002-10-19 Adam Fedor <fedor@gnu.org>
298
299 * objc-exp.y (name_not_typename): Fix invalid comment.
300
301 2002-10-20 Mark Kettenis <kettenis@gnu.org>
302
303 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
304 to allocate partial syms and macro byte caches.
305
306 2002-10-18 David Carlton <carlton@math.stanford.edu>
307
308 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
309
310 2002-10-18 Adam Fedor <fedor@gnu.org>
311
312 * stabsread.c (find_name_end): New function.
313 (define_symbol): Use it.
314
315 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
316
317 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
318 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
319 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
320 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
321
322 2002-10-17 David Carlton <carlton@math.stanford.edu>
323
324 * symfile.h: Add opaque declaration for struct obstack.
325 Declare obsavestring to take a const char *.
326 * symfile.c (obsavestring): Make first argument a const char *.
327
328 2002-10-16 Adam Fedor <fedor@gnu.org>
329
330 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
331 names when matching breakpoints in current file.
332
333 2002-10-16 Kevin Buettner <kevinb@redhat.com>
334
335 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
336 (read_tag_pointer_type): Add address class support.
337 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
338 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
339 New methods.
340 * gdbarch.h, gdbarch.c: Regenerate.
341 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
342 (make_type_with_address_space, recursive_type_dump): Add address
343 class support.
344 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
345 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
346 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
347
348 2002-10-16 Klee Dienes <kdienes@apple.com>
349
350 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
351 to get the last character of a char[] buffer, not
352 name[sizeof(vptr_name)-1].
353
354 2002-10-14 Adam Fedor <fedor@gnu.org>
355
356 * symtab.h: New objc_specific struct.
357 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
358 (SYMBOL_DEMANGLED_NAME): Likewise.
359
360 2002-10-14 Adam Fedor <fedor@gnu.org>
361
362 * symfile.c (init_filename_language_table): Add ObjC file extension.
363
364 2002-10-14 Adam Fedor <fedor@gnu.org>
365
366 * utils.c (puts_filtered_tabular): New function.
367 (fprintf_symbol_filtered): Get ObjC demangled name.
368 * defs.h (puts_filtered_tabular): Declared.
369
370 2002-10-14 Kevin Buettner <kevinb@redhat.com>
371
372 * c-lang.h (c_type_print_varspec_prefix): Delete.
373 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
374 ``need_post_space'' parameter. Adjust all callers.
375
376 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
377
378 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
379 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
380 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
381 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
382
383 2002-10-13 Adam Fedor <fedor@gnu.org>
384
385 * source.c (print_source_lines): Update comments.
386
387 2002-10-13 Adam Fedor <fedor@gnu.org>
388
389 * valops.c (value_of_local): New function.
390 (value_of_this): Use it.
391 * value.h (value_of_local): Declared.
392
393 2002-10-13 Adam Fedor <fedor@gnu.org>
394
395 * parse.c: (length_of_subexp, prefixify_subexp): Handle
396 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
397
398 2002-10-12 Adam Fedor <fedor@gnu.org>
399
400 * language.c (binop_result_type): Add language_objc to case.
401 (integral_type): Likewise.
402 (character_type): Likewise.
403 (string_type): Likewise.
404 (boolean_type): Likewise.
405 (structured_type): Likewise.
406 (binop_type_check): Likewise.
407
408 2002-10-11 Adam Fedor <fedor@gnu.org>
409
410 * printcmd.c (address_info): Print 'self' for ObjC.
411
412 2002-10-11 Adam Fedor <fedor@gnu.org>
413
414 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
415 OP_SELF.
416
417 2002-10-11 Adam Fedor <fedor@gnu.org>
418
419 * language.h (CAST_IS_CONVERSION): Add language_objc.
420
421 2002-10-11 Adam Fedor <fedor@gnu.org>
422
423 * defs.h (enum language): Add language_objc.
424
425 2002-10-11 Klee Dienes <kdienes@apple.com>
426
427 * findvar.c (read_memory_typed_address): New function.
428 * gdbcore.h (read_memory_typed_address): Add prototype.
429 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
430 to read a value destined for a CORE_ADDR, not read_memory_integer.
431 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
432 (f77_get_dynamic_lowerbound): Ditto.
433
434 2002-10-11 Martin M. Hunt <hunt@redhat.com>
435
436 * utils.c (string_to_core_addr): After turning string into
437 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
438 which will do necessary sign-extension, etc.
439
440 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
441
442 * c-exp.y (THIS): Delete token and grammar rule.
443 (yylex): Don't return THIS.
444 * cp-valprint.c (vtbl_ptr_name_old): Delete.
445 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
446 * demangle.c (cplus_markers): Update comment. Put '$'
447 first. Remove CPLUS_MARKER.
448 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
449 * jv-exp.y (THIS): Delete token and grammar rule.
450 (yylex): Don't return THIS.
451 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
452 * objc-exp.y (THIS): Delete token and grammar rule.
453 (yylex): Don't return THIS.
454 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
455 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
456 (read_member_functions): Likewise for opname.
457 (read_tilde_fields): Use is_cplus_marker.
458
459 * defs.h (CPLUS_MARKER): Don't define.
460 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
461 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
462 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
463 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
464 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
465
466 * config/i386/tm-i386v4.h: Delete file.
467 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
468 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
469 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
470 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
471 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
472 * config/i386/i386sco5.mt (TM_FILE): Likewise.
473 * config/i386/i386v4.mt (TM_FILE): Likewise.
474 * config/i386/ncr3000.mt (TM_FILE): Likewise.
475
476 2002-10-10 Marko Mlinar <markom@opencores.org>
477
478 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
479 accidentially not commited 2002-10-09
480 * gdbarch.h, gdbarch.c: Re-generate.
481
482 2002-10-09 Marko Mlinar <markom@opencores.org>
483
484 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
485 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
486 * gdbarch.h, gdbarch.c: Re-generate.
487
488 2002-10-08 Petr Sorfa <petrs@caldera.com>
489
490 Revised and re-submitted by John Wolfe <jlw@caldera.com>
491
492 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
493 so we can work on more than one compilation unit at a time. This
494 helps prepare GDB to handle inter-CU die references.
495 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
496 the code to be defined before struct comp_unit_head.
497 (comp_unit_head): Added new members - offset, cu_head,
498 begin_die, next and dwarf2_abbrevs.
499 (dwarf2_abbrevs): Removed single static var; now member of
500 struct comp_unit_head.
501 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
502 members.
503 (psymtab_to_symtab_1): Changed to work with the new
504 struct comp_unit_head.
505 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
506 constructs the dwarf2_abbrevs[] inside the cu_header.
507 (dwarf2_empty_abbrev_table): Now expects a ptr to a
508 dwarf2_abbrev table to clean up.
509 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
510 handling of dwarf2_abbrevs inside the cu_header.
511 (read_partial_die): Now supports the call to the new
512 dwarf2_lookup_abbrev.
513 (read_full_die): Now supports the call to the new
514 dwarf2_lookup_abbrev.
515
516 2002-10-06 Christopher Faylor <cgf@redhat.com>
517
518 * Makefile.in (install-gdbtk): Add missing continuation backslash to
519 insure that shell variables, such as "transformed_name" are propagated
520 to later shell statements in rule.
521
522 2002-10-06 Mark Kettenis <kettenis@gnu.org>
523
524 * config/i386/nm-i386sco.h: Add protection against
525 multiple-inclusion. Include "i386/nm-i386v.h".
526 (REGISTER_U_ADDR): Remove define.
527 (i386_register_u_addr): Remove prototype.
528
529 2002-10-04 Michael Snyder <msnyder@redhat.com>
530
531 * m32r-stub.c (handle_exception): Make sure exception is "trap"
532 before treating it as a single-step event.
533
534 2002-10-03 Adam Fedor <fedor@gnu.org>
535
536 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
537 (objc_demangle): Remove assignment in if statements, Replace
538 free with xfree.
539 (add_msglist): Likewise.
540 (end_msglist): Likewise.
541 (complare_selectors): Likewise.
542 (selectors_info): Likewise.
543 (compare_classes): Likewise.
544 (classes_info): Likewise.
545 (print_object_command): Likewise.
546 (find_objc_msgcall_submethod): Replace PTR with void *.
547 * objc-lang.h: Remove check for __STDC__.
548
549 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
550
551 * ui-out.h (ui_out_field_fmt_int): New prototype.
552 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
553 of field width and alignment.
554 * stack.c (print_frame_info_base): When printing frame level, use
555 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
556 PR gdb/192
557
558 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
559
560 * MAINTAINERS: Add self to Write After Approval list.
561
562 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
563
564 * infcmd.c (interrupt_target_command_wrapper): Delete.
565 (interrupt_target_command): Make non static.
566 (nofp_registers_info): Make static.
567 * stack.c (return_command_wrapper): Delete.
568 (return_command): Make non static.
569
570 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
571
572 * event-top.c (gdb_setup_readline): New function. Code moved from
573 _initialize_event_loop().
574 (_initialize_event_loop): Call gdb_setup_readline().
575
576 2002-10-02 Andrew Cagney <ac131313@redhat.com>
577
578 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
579 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
580 * gdbarch.h, gdbarch.c: Re-generate.
581
582 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
583
584 Fix PR gdb/778
585 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
586 before recursing.
587 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
588 of fill_in_vptr_fieldno.
589
590 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
591
592 * inferior.h (registers_info, stepi_command, nexti_command,
593 continue_command, interrupt_target_command): Export from infcmd.c.
594 * frame.h (args_info, selected_frame_level_changed_hook,
595 return_command): Export from stack.c.
596 * v850ice.c (stepi_command, nexti_command, continue_command): use
597 prototypes from inferior.h.
598 * tracepoint.c (registers_info, args_info, locals_info): Use
599 prototypes from frame.h and inferior.h.
600 * Makefile.in (mi-main.o): Add dependency on frame.h.
601
602 2002-10-02 Andrew Cagney <ac131313@redhat.com>
603
604 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
605 value in register 3 adjusted by ppc_gp0_regnum.
606
607 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
608
609 2002-10-02 Marko Mlinar <markom@opencores.org>
610
611 * MAINTAINERS: Add myself to the Write After Approval list.
612
613 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
614
615 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
616 of the section for the N64 ABI, fixed.
617
618 * config/mips/tm-irix6.h: Include solib.h.
619
620 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
621
622 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
623 GNU operators.
624
625 2002-10-01 Andrew Cagney <ac131313@redhat.com>
626
627 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
628 and that "mi0" syntax has been removed.
629
630 2002-09-30 David Carlton <carlton@math.stanford.edu>
631
632 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
633 * ppc-sysv-tdep.c: #include "gdb_string.h".
634 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
635 pacify GCC.
636
637 2002-10-01 Andrew Cagney <ac131313@redhat.com>
638
639 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
640 "vrsave"'s register number.
641
642 2002-09-30 Andrew Cagney <ac131313@redhat.com>
643
644 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
645 use frame_unwind_signed_register to obtain the PC.
646 (mips_frame_chain): Handle a generic dummy frame.
647 (mips_init_extra_frame_info): When a generic dummy frame, don't
648 re-compute the frame base.
649 (mips_pop_frame): Handle generic dummy frames.
650 (mips_gdbarch_init): When generic dummy frames, set
651 use_generic_dummy_frames, push_dummy_frame to
652 generic_push_dummy_frame, pc_in_call_dummy to
653 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
654 generic_save_dummy_frame_tos.
655
656 2002-09-30 Andrew Cagney <ac131313@redhat.com>
657
658 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
659 against TOP when TOP was explictly set.
660 (generic_push_dummy_frame): Set TOP to zero.
661
662 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
663
664 * event-loop.c (start_event_loop): Rename variable 'result' to
665 'gdb_result', to avoid conflicts with upcoming intepreters changes.
666
667 2002-09-30 Keith Seitz <keiths@redhat.com>
668
669 * gdb-events.sh (selected_thread_changed): New event.
670 * gdb-events.c: Regenerated.
671 * gdb-events.h: Regenerated.
672
673 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
674
675 * MAINTAINERS: Add self to Write After Approval list.
676
677 2002-09-30 Fernando Nasser <fnasser@redhat.com>
678
679 * disasm.c: New file.
680 * disasm.h: New file.
681 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
682 (compare_lines): Ditto.
683 (dump_insns): Ditto.
684 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
685 argument.
686 (do_assembly_only): Ditto.
687 (do_disassembly): Renamed to gdb_disassembly and moved to
688 disasm.c. Sdded uiout argument.
689 * Makefile.in: Add new files. Reorder SFILES list. Update
690 dependencies. Include libgdb.a later in the insight executable.
691
692 2002-09-29 Andrew Cagney <ac131313@redhat.com>
693
694 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
695 bfd/elf64-alpha-fbsd.c.
696
697 2002-09-29 Andrew Cagney <ac131313@redhat.com>
698
699 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
700 i386gnu-tdep.c.
701
702 2002-09-29 Andrew Cagney <ac131313@redhat.com>
703
704 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
705 __FUNCTION__.
706 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
707 function name.
708 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
709 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
710 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
711 (S_msg_sig_post_reply): Ditto.
712
713 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
714
715 * sh-tdep.c (sh_use_struct_convention): Use definition according
716 to ABI.
717 (sh_push_arguments): Store in register with correct endianess.
718 (sh_default_store_return_value): Ditto.
719 (sh_gdbarch_init): Set sizeof long double to 8.
720
721 2002-09-27 Mark Kettenis <kettenis@gnu.org>
722
723 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
724 Fix some whitespace problems.
725
726 2002-09-27 David Carlton <carlton@math.stanford.edu>
727
728 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
729 (mcore-tdep.o): Ditto.
730 (ns32k-tdep.o): Ditto.
731 (ns32knbsd-tdep.o): Ditto.
732 (sh3-rom.o): Ditto.
733 (vax-tdep.o): Ditto.
734 * cris-tdep.c: #include "gdb_string.h"
735 * mcore-tdep.c: Ditto.
736 * ns32k-tdep.c: Ditto.
737 * ns32knbsd-tdep.c: Ditto.
738 * sh3-rom.c: Ditto.
739 * vax-tdep.c: Ditto.
740
741 2002-09-27 David Carlton <carlton@math.stanford.edu>
742
743 * config/djgpp/fnchange.lst: Add entries for
744 gdb/testsuite/gdb.c++/m-static files.
745
746 2002-09-27 Jim Wilson <wilson@redhat.com>
747
748 * MAINTAINERS: Add myself to the Write After Approval list.
749
750 2002-09-26 Martin M. Hunt <hunt@redhat.com>
751
752 * mips-tdep.c (find_proc_desc): Initialize startaddr.
753
754
755 2002-09-26 Andrew Cagney <ac131313@redhat.com>
756
757 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
758 frame.
759
760 2002-09-26 Andrew Cagney <ac131313@redhat.com>
761
762 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
763 (rs6000_struct_return_address): Delete variable.
764 (rs6000_store_struct_return): Update.
765 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
766 deprecated_extract_struct_value_address.
767 (rs6000_frame_align): New function.
768 (rs6000_gdbarch_init): Set frame_align.
769
770 2002-09-26 Andrew Cagney <ac131313@redhat.com>
771
772 From Grace Sainsbury <graces@redhat.com>:
773 * Makefile.in (gdbtk-main.o): New target.
774 (gdb.o): New target.
775 (main_h): Define.
776 (main.o): Update dependencies.
777 (gdb$(EXEEXT)): Add gdb.o.
778 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
779 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
780 (SUBDIR_GDBTK_CLEAN): Set.
781 (install-gdbtk): Install the insight binary.
782 (uninstall-gdbtk): New target.
783 (all-gdbtk, clean-gdbtk): New rule.
784 * top.c (use_windows): Default to zero.
785 * main.c: Include "main.h".
786 (main): Delete.
787 (struct captured_main_args): Delete.
788 (gdb_main): New function.
789 * main.h: New file.
790 * gdb.c: New File.
791
792 2002-09-25 Andrew Cagney <cagney@redhat.com>
793
794 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
795 (frame_map_regnum_to_name): New function.
796 (frame_map_name_to_regnum): New function.
797 * frame.h (frame_map_name_to_regnum): Declare.
798 (frame_map_regnum_to_name): Declare.
799 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
800 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
801 * parse.c: Do not include "builtin-regs.h".
802 (target_map_name_to_register): Delete function.
803 (write_dollar_variable): Use frame_map_name_to_regnum.
804 * parser-defs.h (target_map_name_to_register): Delete declaration.
805 * expprint.c: Include "frame.h".
806 (print_subexp): Use frame_map_regnum_to_name.
807 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
808 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
809
810 2002-09-25 Andrew Cagney <ac131313@redhat.com>
811
812 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
813 wasn't saved, and the next innermost frame is a dummy, return the
814 dummy frame's link register.
815
816 2002-09-24 Jim Blandy <jimb@redhat.com>
817
818 Fix from Paul Breed:
819 * main.c (captured_main): Add a `break' after the case for 'b'.
820
821 2002-09-24 Keith Seitz <keiths@redhat.com>
822
823 * varobj.c (c_type_of_child): Use get_target_type instead
824 of TYPE_TARGET_TYPE.
825
826 2002-09-22 Fernando Nasser <fnasser@redhat.com>
827
828 * source.c (get_current_or_default_source_symtab_and_line): Remove
829 function.
830 (set_default_source_symtab_and_line): New function. Attempts to
831 determine a source file to list lines from if one is not currently
832 defined.
833 (get_current_source_symtab_and_line): Initialize sal.pc and
834 sal.end fields.
835 (set_current_source_symtab_and_line): Mark argument as const.
836 * source.h: Update declarations and comments.
837 * linespec.c (decode_line_1): Replace call to removed routine above.
838 * stack.c (print_frame_info_base): Ditto.
839 * cli/cli-cmds.c (edit_command): Ditto.
840 (list_command): Ditto.
841
842 2002-09-22 Fernando Nasser <fnasser@redhat.com>
843
844 * source.c (get_current_or_default_source_symtab_and_line): Initialize
845 sal.pc and sal.end fields.
846 (get_current_or_default_source_symtab_and_line): Ditto.
847 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
848 so we do not cause a new source symtab to be searched for (reverting an
849 unintentional change from the 2002-09-20 patch).
850 * scm-lang.c (scm_unpac): Ditto.
851
852 2002-09-21 Andrew Cagney <cagney@redhat.com>
853
854 * complaints.c (symfile_explanations): Remove new-line from
855 ``isolated_message''.
856 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
857 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
858
859 2002-09-20 Nick Clifton <nickc@redhat.com>
860
861 * NEWS: Announce that V850EA ISA is no longer supported.
862 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
863
864 2002-09-20 David Carlton <carlton@math.stanford.edu>
865
866 * Makefile.in (c-lang.o): Correct dependencies.
867 (utils.o): Gather dependencies.
868 (charset.o): Move.
869 * c-lang.c: #include "gdb_string.h"
870
871 2002-09-20 Fernando Nasser <fnasser@redhat.com>
872
873 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
874 * cli/cli-cmds.c (list_command): New function. Implements the new
875 cli edit command.
876 (_init_cli_cmds): Add new command definition.
877 * gdb.1: Document edit command.
878 * doc/gdb.texinfo: Document edit command.
879
880 2002-09-20 Fernando Nasser <fnasser@redhat.com>
881
882 * source.c: Make global variables current_source_symtab and
883 current_source_line static.
884 (list_command): Moved to cli/cli-cmds.c.
885 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
886 (get_first_line_listed): New accessor function.
887 (get_lines_to_list): New accessor function.
888 (get_current_source_symtab_and_line): New function. Retrieves the
889 position in the source code that we consider current.
890 (get_current_or_default_source_symtab_and_line): New function.
891 Like the above but attempts to determine a default position if one
892 is not currently defined.
893 (set_current_source_symtab_and_line): New function. Sets the source
894 code position considered current and returns the previously set one.
895 (clear_current_source_symtab_and_line): Reset stored information about
896 a current source line.
897 (_initialize_source): Remove registration for the "list" command and
898 its alias.
899 * source.h: Add declarations for the new functions above.
900 * symtab.h: Remove declarations for the global variables mentioned
901 above.
902 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
903 obtain current source line.
904 * linespec.c (decode_line_1): Ditto.
905 * macroscope.c (default_macro_scope): Ditto.
906 * scm-lang.c (scm_unpac): Ditto.
907 * stack.c (print_frame_info_base): Ditto.
908 * symfile.c (clear_symtab_users): Ditto.
909 * symtab.c (decode_line_spec): Ditto.
910 * cli/cli-cmds.c (list_command): Moved here from source.c.
911 (ambiguous_line_spec): Moved here from source.c.
912 (_init_cli_cmds): Add definition for "list" and its alias.
913 * Makefile.in: Update dependencies.
914
915 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
916
917 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
918 with what gcc thinks is correct.
919
920 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
921
922 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
923 multiple register push instruction.
924
925 2002-09-19 Jim Blandy <jimb@redhat.com>
926
927 Add support for distinct host and target character sets.
928 * charset.c, charset.h: New files.
929 * c-exp.y: #include "charset.h".
930 (yylex): Convert character and string literals to the target
931 character set, before returning them as the semantic value of the
932 token.
933 * c-lang.c: #include "charset.h".
934 (c_emit_char): Use charset-specific methods to recognize
935 characters with backslash escape forms, to decide which characters
936 to print literally and which to print using numeric escape
937 sequences, and to convert target characters to host characters
938 before printing.
939 * utils.c: #include "charset.h".
940 (no_control_char_error): New function.
941 (parse_escape): Use charset-specific methods to recognize
942 backslash escapes, parse `control character' notation, and convert
943 characters from the host character set to the target character set.
944 * configure.in: Set the default host character set.
945 Check where to find iconv, and what its argument types might be.
946 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
947 * Makefile.in (SFILES): List charset.c.
948 (COMMON_OBS): List charset.o.
949 (charset.o): New rule.
950 (charset_h): New header dependency variable.
951 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
952 (LIBICONV): New variable, set by configure.
953 (CLIBS): Include $(LIBICONV) here.
954 * aclocal.m4, config.in, configure: Regenerated.
955
956 2002-09-19 Joel Brobecker <brobecker@gnat.com>
957
958 * ada-exp.y: Add missing semicolons to end rules. Fixes a
959 bison 1.35 warning.
960
961 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
962
963 * gdb_mbuild.sh: New file.
964
965 2002-09-19 Andrew Cagney <ac131313@redhat.com>
966
967 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
968
969 2002-09-18 Andrew Cagney <ac131313@redhat.com>
970
971 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
972 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
973 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
974 valops.c, value.h: Revert previous change.
975
976 2002-09-18 Michael Snyder <msnyder@redhat.com>
977
978 Preliminary support for Objective-C:
979 * defs.h (language_objc): New enum value.
980 (puts_filtered_tabular): Declaration only, exported from utils.c.
981 (skip_quoted): Delete, declared in completer.h.
982 * c-exp.y: Include completer.h.
983 * p-exp.y: Ditto.
984 * jv-exp.y: Ditto.
985 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
986 New operator enum values.
987 * language.h (CAST_IS_CONVERSION): Test for language_objc.
988 * language.c (binop_result_type): Handle language_objc case.
989 (integral_type, character_type, string_type, boolean_type,
990 structured_type, binop_type_check): Ditto.
991 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
992 (struct objc_specific): Add to general_symbol_info.
993 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
994 (SYMBOL_DEMANGLED_NAME): Handle objc case.
995 * parser-defs.h (struct objc_class_str): New struct type.
996 (start_msglist, end_msglist, add_msglist): Declaration only,
997 exported from objc-lang.c.
998 * value.h (value_of_local, value_nsstring,
999 call_function_by_hand_expecting_type): Exported from valops.c.
1000 * valops.c (find_function_addr): Export.
1001 (call_function_by_hand_expecting_type): New function.
1002 (value_of_local): New function.
1003 * symfile.c (init_filename_language_table): Add ".m" extension
1004 for Objective-C.
1005 * utils.c (puts_filtered_tabular): New function.
1006 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1007 (set/show demangle): Extend help-string to refer to ObjC.
1008 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1009 * stabsread.c (symbol_reference_defined): Objective-C symbols
1010 may contain colons: make allowances when scanning stabs strings
1011 for colons.
1012 (objc_find_colon): New function.
1013 * printcmd.c (address_info): If language == objc then print
1014 "self" instead of "this".
1015 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1016 OP_NSSTRING, and OP_SELF.
1017 (prefixify_subexp): Ditto.
1018 * source.c (print_source_lines): Mention objc in comment.
1019 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1020 method names.
1021
1022 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1023
1024 * complaints.h: Update copyright.
1025 (struct complaints): Declare.
1026 (struct complaint): Make `message' constant.
1027 (internal_complaint): Declare.
1028 (complaint): Declare.
1029 (complaint_root): Delete declaration.
1030 (symfile_complaints): Delete declaration.
1031 (struct complaints): Add opaque declaration.
1032 (clear_complaints): Add a complaints parameter.
1033 * complaints.c: Update copyright.
1034 (enum complaint_series): Define.
1035 (complaint_root): Delete.
1036 (struct complaints): Define.
1037 (complaint_sentinel, symfile_complaint_book): New variables.
1038 (symfile_explanations, symfile_complaints): New variables.
1039 New variables.
1040 (get_complaints): New function.
1041 (vcomplaint): New function.
1042 (complaint): New function.
1043 (internal_complaint): New function.
1044 (complain): Call vcomplain with symfile_complaint.
1045 (clear_complaints): Rewrite.
1046 (_initialize_complaints): Use add_setshow_command.
1047 * Makefile.in (complaints.o): Update dependencies.
1048 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1049 to call to clear_complaints.
1050 (new_symfile_objfile, reread_symbols): Ditto.
1051 (oldsyms_complaint): Delete.
1052 (empty_symtab_complaint, unknown_option_complaint): Delete.
1053 (free_named_symtabs): Use complaint instead of complain.
1054
1055 2002-09-18 Michael Snyder <msnyder@redhat.com>
1056
1057 Contributed by Apple Computer, Inc. Merged with current sources
1058 by Adam Fedor <fedor@doc.com> [cagney].
1059
1060 * objc-lang.c: First clean-up round: comments, indentation.
1061 * objc-lang.h: Ditto.
1062 * objc-lang.y: Ditto.
1063
1064 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1065
1066 * maint.c (maintenance_internal_error): Print the parameter as the
1067 error message.
1068 (maintenance_internal_warning): New function.
1069 (_initialize_maint_cmds): Add command `maint internal-warning'.
1070
1071 * defs.h (internal_warning, internal_vwarning): Declare.
1072 * utils.c (struct internal_problem): Define.
1073 (internal_vproblem): New function.
1074 (internal_warning): New function.
1075 (internal_vwarning): New function.
1076 (internal_warning_problem, internal_error_problem): New variables.
1077 (internal_verror): Just call internal_vproblem.
1078
1079 2002-09-18 Michael Snyder <msnyder@redhat.com>
1080
1081 * objc-lang.c: New file, support for Objective-C.
1082 Preliminary check-in, not yet integrated into gdb.
1083 * objc-lang.h: New file.
1084 * objc-exp.y: New file.
1085
1086 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1087
1088 * infrun.c (signal_stop_update): Convert definition to ISO C.
1089 (signal_print_update): Ditto.
1090 (signal_pass_update): Ditto.
1091 * inflow.c (terminal_save_ours): Ditto.
1092
1093 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1094 comments.
1095
1096 * config/djgpp/fnchange.lst: Handle name clashes between
1097 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1098 bfd/coff-tic80.c.
1099
1100 * i386-linux-tdep.h: Fix tipo.
1101
1102 2002-09-18 Adam Fedor <fedor@gnu.org>
1103
1104 * MAINTAINERS: Add myself to the Write After Approval list.
1105
1106 2002-09-18 Jim Blandy <jimb@redhat.com>
1107
1108 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1109 texthigh and textlow to reader-specific structs caused
1110 objfile_relocate to miss them. This is fixable, but the work that
1111 the change was supposed to prepare GDB for never got done anyway.
1112
1113 2002-09-18 David Carlton <carlton@math.stanford.edu>
1114
1115 * MAINTAINERS: Alphabetize Write After Approval list.
1116
1117 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1118
1119 Fix PR gdb/709
1120 * values.c (value_static_field): Call read_var_value.
1121
1122 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1123
1124 * valops.c (hand_function_call): Align the initial stack pointer
1125 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1126 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1127 return value.
1128 * mips-tdep.c (mips_frame_align): New function.
1129 (mips_gdbarch_init): Set frame_align.
1130 * gdbarch.sh (FRAME_ALIGN): New method.
1131 * gdbarch.h, gdbarch.c: Re-generate.
1132
1133 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1134
1135 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1136 registers.
1137
1138 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1139
1140 * NEWS: Mention that MIPS $fp behavior changed.
1141 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1142 reference to FP_REGNUM.
1143 (mipsnbsd_cannot_store_register): Ditto.
1144 * mips-linux-nat.c: Update copyright.
1145 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1146 (mips_linux_cannot_store_register): Ditto.
1147 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1148 * config/mips/tm-mips.h: Update copyright.
1149 (FP_REGNUM): Delete macro.
1150 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1151 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1152 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1153 (mips_r3041_reg_names, mips_r3051_reg_names)
1154 (mips_r3081_reg_names): Replace "fp" with "".
1155 Fix PR gdb/480.
1156
1157 2002-09-17 Theodore A. Roth <troth@verinet.com>
1158
1159 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1160 generic_read_register_dummy() (PR gdb/703).
1161 (avr_push_return_address): #if 0 out unused vars.
1162 (avr_gdbarch_init): Enable use of avr_push_return_address().
1163
1164 2002-09-17 Michael Snyder <msnyder@redhat.com>
1165
1166 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1167 RTE will take care of it.
1168
1169 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1170
1171 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1172 invalid, return SP_REGNUM.
1173
1174 2002-09-17 Michael Snyder <msnyder@redhat.com>
1175
1176 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1177 point registers without sign extension.
1178
1179 2002-09-17 Andrew Cagney <cagney@redhat.com>
1180
1181 * blockframe.c (deprecated_read_register_dummy): Rename
1182 generic_read_register_dummy.
1183 * frame.c (frame_unwind_signed_register): New function.
1184 (frame_unwind_unsigned_register): New function.
1185 * frame.h (frame_unwind_signed_register): Declare.
1186 (frame_unwind_unsigned_register): Declare.
1187 (deprecated_read_register_dummy): Rename
1188 generic_read_register_dummy.
1189
1190 * h8300-tdep.c (h8300_frame_chain): Update.
1191 (h8300_frame_saved_pc): Update.
1192 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1193 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1194 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1195 (s390_frame_chain): Update.
1196 * v850-tdep.c (v850_find_callers_reg): Update.
1197 (v850_frame_saved_pc): Update.
1198 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1199 (m32r_find_callers_reg): Update.
1200 (m32r_frame_saved_pc): Update.
1201 * sh-tdep.c (sh_find_callers_reg): Update.
1202 (sh64_get_saved_pr): Update.
1203 (sh_init_extra_frame_info): Update.
1204 (sh_init_extra_frame_info): Update.
1205 (sh64_init_extra_frame_info): Update.
1206 (sh64_init_extra_frame_info): Update.
1207 * mcore-tdep.c (mcore_find_callers_reg): Update.
1208 (mcore_frame_saved_pc): Update.
1209 (mcore_init_extra_frame_info): Update.
1210 * i386-tdep.c (i386_frame_saved_pc): Update.
1211 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1212 (ia64_init_extra_frame_info): Update.
1213 (ia64_init_extra_frame_info): Update.
1214 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1215 * cris-tdep.c (cris_init_extra_frame_info): Update.
1216 * avr-tdep.c (avr_frame_chain): Update.
1217 (avr_init_extra_frame_info): Update.
1218 (avr_frame_saved_pc): Update.
1219 * arm-tdep.c (arm_find_callers_reg): Update.
1220 (arm_init_extra_frame_info): Update.
1221 (arm_frame_saved_pc): Update.
1222
1223 2002-09-17 Tom Tromey <tromey@redhat.com>
1224
1225 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1226 is "'".
1227
1228 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1229
1230 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1231 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1232 NEXT_PROLOGUE_INSN.
1233 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1234 NEXT_PROLOGUE_INSN.
1235
1236 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1237
1238 * osfsolib.c: Remove file, replaced by solib-osf.c.
1239 * Makefile.in: Remove compilation rules for osfsolib.c.
1240
1241 2002-09-16 David Carlton <carlton@math.stanford.edu>
1242
1243 * cp-valprint.c (cp_print_class_method): Correct args to
1244 check_stub_method_group.
1245
1246 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1247
1248 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1249 `set architecture'. Unify naming convention of functions.
1250 (h8300_skip_prologue): Improve prologue analysis.
1251 (h8300_push_arguments): Rewritten to more closely match GCC's
1252 bizarre argument-passing behavior, along with the comment describing
1253 said behavior.
1254 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1255 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1256 sim, remote-e7000.c, remote-hms.c and remote.c
1257
1258 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1259
1260 * i386-tdep.c (gdb_print_insn_i386): Removed.
1261 (i386_print_insn): New function.
1262 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1263 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1264 tm_print_insn_info.
1265
1266 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1267
1268 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1269 zero.
1270
1271 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1272
1273 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1274 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1275 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1276
1277 2002-09-13 Christopher Faylor <cgf@redhat.com>
1278
1279 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1280
1281 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1282
1283 * gdbtypes.c (check_stub_method): Make static.
1284 (check_stub_method_group): New function.
1285 * gdbtypes.h: Update prototypes.
1286 * cp-support.c: New file.
1287 * cp-support.h: New file.
1288
1289 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1290 (update_method_name_from_physname): New function.
1291 (read_member_functions): Correct method names for operators
1292 and v3 constructors/destructors. Separate v2 constructors and
1293 destructors.
1294 * Makefile.in (stabsread.o): Update dependencies.
1295 (SFILES): Add cp-support.c.
1296 (COMMON_OBS): Add cp-support.o.
1297 (cp_support_h, cp-support.o): Add.
1298
1299 * cp-valprint.c (cp_print_class_method): Call
1300 check_stub_method_group instead of check_stub_method. Remove
1301 extraneous QUITs.
1302 * p-valprint.c (pascal_object_print_class_method): Likewise.
1303 * valops.c (search_struct_method): Likewise.
1304 (find_method_list, value_struct_elt_for_reference): Likewise.
1305
1306 2002-09-13 Andrew Cagney <cagney@redhat.com>
1307
1308 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1309 * gdbarch.h, gdbarch.c: Regenerate.
1310
1311 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1312
1313 * frame.c (find_saved_register): Delete function.
1314 * frame.h (find_saved_register): Delete declaration.
1315 Fix PR gdb/631.
1316
1317 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1318
1319 * mips-tdep.c (read_next_frame_reg): Re-hack using
1320 frame_register_unwind.
1321
1322 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1323
1324 * mips-tdep.c (mips_get_saved_register): Re-hack using
1325 frame_register_unwind.
1326
1327 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1328
1329 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1330 vector. Will be useful for Interix.
1331 * gdbarch.h, gdbarch.c: Regenerate.
1332
1333 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1334 name of the malloc function by NAME_OF_MALLOC.
1335
1336 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1337
1338 * value.h (find_function_in_inferior): Add const keyword to
1339 one of the parameters. Allows us to invoke this function with
1340 a const char *.
1341 * valops.c (find_function_in_inferior): Likewise.
1342
1343 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1344
1345 * exec.c (xfer_memory): Fix compilation warning with old versions
1346 of GCC.
1347 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1348
1349 2002-09-12 David Carlton <carlton@math.stanford.edu>
1350
1351 * symtab.h: Run through gdb_indent.h.
1352 Add 2002 to Copyright year list.
1353
1354 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1355
1356 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1357 mach constants.
1358 * MAINTAINERS: Add myself to write after approval list.
1359
1360 2002-09-11 J. Brobecker <brobecker@gnat.com>
1361
1362 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1363
1364 2002-09-11 J. Brobecker <brobecker@gnat.com>
1365
1366 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1367 Interix.
1368
1369 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1370
1371 * procfs.c (do_detach): Clear current signal, not just fault.
1372 Corrects problem with breakpoint trap signal leaking to detached
1373 process on Tru64.
1374
1375 2002-09-10 Michael Snyder <msnyder@redhat.com>
1376
1377 * buildsym.c (finish_block): Protect against null pointer.
1378
1379 2002-09-10 Andrew Cagney <cagney@redhat.com>
1380
1381 * infcmd.c (default_print_registers_info): Send all output to
1382 ``file'' instead of ``gdb_stdout''.
1383
1384 2002-09-10 Michael Snyder <msnyder@redhat.com>
1385
1386 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1387 LONGEST, and use signed register read (addresses are sign-
1388 extended for mips).
1389
1390 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1391
1392 * event-loop.c (gdb_do_one_event): Make public.
1393 * event-loop.h (gdb_do_one_event): Declare.
1394
1395 2002-09-10 Jeff Law <law@redhat.com>
1396
1397 * infttrace.c (child_resume): Simplify and rework to avoid
1398 TT_PROC_CONTINUE.
1399
1400 2002-09-09 Fred Fish <fnf@intrinsity.com>
1401
1402 * printcmd.c (print_scalar_formatted): "len" is the number of
1403 target bytes, NOT the number of target bits.
1404
1405 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1406
1407 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1408 * top.c (init_main): Set rl_terminal_name.
1409
1410 2002-09-08 Aidan Skinner <aidan@velvet.net>
1411
1412 * ada-lang.c (ada_array_bound, ada_type_match,
1413 _initialize_ada_language): Fix K&R definitions.
1414 * ada-tasks.c (get_current_task): Fix K&R definitions.
1415 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1416
1417 2002-09-07 Christopher Faylor <cgf@redhat.com>
1418
1419 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1420 Add XP.
1421
1422 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1423
1424 * i386-tdep.c (i386_register_virtual_type,
1425 i386_register_convertible, i386_register_convert_to_virtual,
1426 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1427 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1428 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1429 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1430 Don't set push_arguments twice.
1431
1432 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1433 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1434 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1435 sigtramp_end to NULL.
1436 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1437 defines.
1438 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1439
1440 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1441 whitespace.
1442
1443 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1444 * gdbarch.h, gdbarch.c: Re-generate.
1445 * blockframe.c (find_pc_sect_partial_function): Convert to use
1446 SIGTRAMP_START_P predicate.
1447
1448 2002-09-05 Michael Snyder <msnyder@redhat.com>
1449
1450 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1451 generic_dummy_frame method and old method. Also distinguish
1452 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1453 (arm_extract_return_value): Use new regcache method.
1454
1455 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1456 adjustment that doesn't conform to the ABI.
1457 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1458 saved regcache, not from current regcache.
1459
1460 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1461
1462 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1463 * README: Update.
1464
1465 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1466
1467 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1468 if arm_apcs_32 is false.
1469
1470 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1471
1472 GDB 5.3 branch created.
1473
1474 2002-09-03 Theodore A. Roth <troth@verinet.com>
1475
1476 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1477 generic_unwind_get_saved_register.
1478
1479 2002-09-03 David Carlton <carlton@math.stanford.edu>
1480
1481 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1482 argument (PR gdb/653). Update call to smash_to_method_type.
1483 (read_structure_scope): Update call to dwarf2_add_member_fn.
1484
1485 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1486
1487 * x86-64-linux-tdep.c: Include gdb_string.h
1488 * x86-64-linux-nat.c: Ditto.
1489
1490 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1491
1492 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1493 when YYDEBUG is set to 1.
1494 * c-exp.y: Likewise.
1495 * f-exp.y: Likewise.
1496 * jv-exp.y: Likewise.
1497 * m2-exp.y: Likewise.
1498 * p-exp.y: Likewise.
1499
1500 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1501
1502 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1503 dependency list.
1504 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1505 solib_svr4_fetch_link_map_offsets to
1506 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1507 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1508 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1509 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1510 solib-svr4.o, and solib-legacy.o.
1511 * config/i386/tm-nbsd.h: Include solib.h.
1512
1513 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1514
1515 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1516 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1517 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1518 comment noting that this needs its own target configuration.
1519 * config/i386/nbsd.mt: New file.
1520 * config/i386/nbsdaout.mt: Remove.
1521 * config/i386/nbsdelf.mt: Ditto.
1522 * config/i386/tm-nbsdaout.h: Ditto.
1523
1524 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1525
1526 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1527 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1528 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1529 tdep->sigtramp_end.
1530 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1531 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1532 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1533
1534 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1535
1536 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1537 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1538 * i386-tdep.h (i386bsd_init_abi): New prototype.
1539 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1540 function declaration.
1541 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1542 for NetBSD-a.out or NetBSD-ELF.
1543 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1544 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1545 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1546 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1547 and nbsd-tdep.h.
1548 (i386nbsd_pc_in_sigtramp): New function.
1549 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1550 i386nbsd_pc_in_sigtramp.
1551 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1552 and i386nbsdelf_init_abi OS ABI handlers.
1553 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1554 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1555
1556 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1557
1558 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1559 registers if the target really has them.
1560
1561 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1562
1563 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1564 than nbsd-tdep.h.
1565
1566 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1567
1568 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1569 list.
1570 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1571 (alphanbsd_skip_sigtramp_frame): New functions.
1572 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1573 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1574 to alphanbsd_sigcontext_addr.
1575
1576 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1577
1578 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1579 list.
1580 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1581 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1582 nbsd_pc_in_sigtramp.
1583 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1584 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1585 * nbsd-tdep.c: Include gdb_string.h.
1586 (nbsd_pc_in_sigtramp): New function.
1587 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1588 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1589 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1590 ppcnbsd_pc_in_sigtramp.
1591 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1592 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1593 shnbsd_pc_in_sigtramp.
1594 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1595 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1596 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1597
1598 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1599
1600 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1601 watchpoints to NULL.
1602 (insert_breakpoints): set val field of watchpoints if NULL.
1603
1604
1605 2002-08-29 Jim Blandy <jimb@redhat.com>
1606
1607 * symtab.c (lookup_symbol_aux): In the cases where we find a
1608 minimal symbol of an appropriate name and use its address to
1609 select a symtab to read and search, use `name' (as passed to us)
1610 as the demangled name when searching the symtab's global and
1611 static blocks, not the minsym's name.
1612
1613 2002-08-29 Keith Seitz <keiths@redhat.com>
1614
1615 * stack.c (print_frame_info_base): Always set current_source_symtab
1616 and current_source_line.
1617
1618 2002-08-29 Donn Terry <donnte@microsoft.com>
1619
1620 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1621
1622 2002-08-28 Keith Seitz <keiths@redhat.com>
1623
1624 * stack.c (select_frame): Add FIXME concerning selected-frame
1625 events.
1626 (select_frame_command): Send selected-frame-level-changed
1627 event notification, but only if the level actually changed.
1628 (up_silently_base): Add selected-frame-level-changed event
1629 notification.
1630 (down_silently_base): Likewise.
1631
1632 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1633
1634 * Makefile.in: Update dependencies for all gdb/*.c files.
1635
1636 2002-08-27 Tom Tromey <tromey@redhat.com>
1637
1638 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1639 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1640 Update dependencies.
1641 * i387-tdep.c: Include gdb_string.h.
1642 * osabi.c: Likewise.
1643 * i386-linux-nat.c: Likewise.
1644 * lin-lwp.c: Likewise.
1645 * ax-gdb.c: Likewise.
1646 * signals/signals.c: Likewise.
1647 * jv-valprint.c: Likewise.
1648 * p-lang.c: Likewise.
1649 * c-valprint.c: Likewise.
1650 * cp-abi.c: Likewise.
1651
1652 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1653
1654 * cli/cli-script.h (copy_command_lines): Export.
1655 * breakpoint.c: Include cli/cli-script.h.
1656 * Makefile.in (breakpoint.o): Update dependencies.
1657
1658 2002-08-26 Michael Snyder <msnyder@redhat.com>
1659
1660 * breakpoint.c (insert_breakpoints): Protect all references
1661 to 'process_warning'. Shorten long lines.
1662
1663 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1664
1665 * cli/cli-script.c (copy_command_lines): New function.
1666 * defs.h (copy_command_lines): Export.
1667 * testsuite/gdb.base/commands.exp: New tests for commands
1668 attached to a temporary breakpoint, and for commands that
1669 delete the breakpoint they are attached to.
1670
1671 2002-08-26 Michael Snyder <msnyder@redhat.com>
1672
1673 * breakpoint.c (bpstat_stop_status): Instead of copying the
1674 pointer to the breakpoint commands struct, make a new copy
1675 of the struct and point to that.
1676 (bpstat_clear): Free the commands struct.
1677 (bpstat_clear_actions): Free the commands struct.
1678 (bpstat_do_actions): Free the command actions. Also execute
1679 the local cleanups, instead of deleting them.
1680 (delete_breakpoint): Leave the commands field of the bpstat
1681 chain alone -- it will be freed later.
1682
1683 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1684
1685 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1686 deleted in 2002-08-20 commit. This function is still used by
1687 ppc-linux-nat.c.
1688
1689 2002-08-26 Keith Seitz <keiths@redhat.com>
1690
1691 * gdb-events.sh: Add selected-frame-level-changed event.
1692 * gdb-events.c: Regenerated.
1693 * gdb-events.h: Regenerated.
1694
1695 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1696
1697 Fix PR gdb/393:
1698 * inflow.c (terminal_save_ours): New function to save terminal
1699 settings.
1700 * inferior.h (terminal_save_ours): Declare.
1701 * target.c (debug_to_terminal_save_ours): New function.
1702 (cleanup_target): Defaults to_terminal_save_ours.
1703 (update_current_target): Inherit to_terminal_save_ours.
1704 (setup_target_debug): Set to_terminal_save_ours.
1705 * target.h (target_terminal_save_ours): New to save terminal settings.
1706 (target_ops): New member to_terminal_save_ours.
1707 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1708 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1709 * inftarg.c (init_child_ops): Likewise.
1710 * m3-nat.c (init_m3_ops): Likewise.
1711 * procfs.c (init_procfs_ops): Likewise.
1712 * wince.c (init_child_ops): Likewise.
1713 * win32-nat.c (init_child_ops): Likewise.
1714 * sol-thread.c (init_sol_thread_ops): Likewise.
1715
1716 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1717
1718 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1719 use regcache_* functions.
1720 (i386_gdbarch_init): Set store_return_value instead of
1721 deprecated_store_return_value.
1722
1723 * regcache.c (regcache_raw_write_signed,
1724 regcache_raw_write_unsigned): New functions.
1725 * regcache.h (regcache_raw_write_signed,
1726 regcache_raw_write_unsigned): New prototypes.
1727
1728 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1729
1730 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1731 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1732 source file dependencies. Cleanup corresponding generator rules.
1733
1734 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1735
1736 * regcache.h (register_offset_hack): Declare.
1737 (regcache_cooked_read_using_offset_hack): Declare.
1738 (regcache_cooked_write_using_offset_hack): Declare.
1739
1740 * regcache.c (register_offset_hack): New function.
1741 (regcache_cooked_read_using_offset_hack): New function.
1742 (regcache_cooked_write_using_offset_hack): New function.
1743 (regcache_dump): Check that the registers, according to their
1744 offset, are packed hard against each other.
1745 (cooked_xfer_using_offset_hack): New function.
1746
1747 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1748
1749 * regcache.c (struct regcache_descr): Add field register_type.
1750 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1751 in as a parameter
1752 (init_regcache_descr): Initialize register_type. Pass the descr
1753 to init_legacy_regcache_descr. Use register_type instead of
1754 REGISTER_VIRTUAL_TYPE.
1755 (register_type): New function.
1756 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1757 * regcache.h (register_type): Declare.
1758
1759 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1760
1761 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1762 instead of deprecated_store_return_value. Fix fallout from
1763 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1764
1765 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1766
1767 * regcache.c (max_register_size): New function.
1768 (init_legacy_regcache_descr): Ensure that max_register_size is
1769 large enough for REGISTER_VIRTUAL_SIZE.
1770 * regcache.h (max_register_size): Declare.
1771
1772 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1773
1774 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1775 store_return_value.
1776 (e500_extract_return_value): Change type of valbuf pointer to
1777 void.
1778
1779 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1780
1781 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1782 workaround.
1783
1784 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1785 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1786 long long) to prevent compiler warning on 64-bit systems.
1787
1788 2002-08-23 Andrew Cagney <cagney@redhat.com>
1789
1790 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1791 (DEPRECATED_STORE_RETURN_VALUE): New method.
1792 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1793 * gdbarch.h, gdbarch.c: Re-generate.
1794
1795 * values.c (set_return_value): Pass current_regcache to
1796 STORE_RETURN_VALUE.
1797 * arch-utils.h (legacy_store_return_value): Declare.
1798 * arch-utils.c (legacy_store_return_value): New function.
1799 (legacy_extract_return_value): Update parameters.
1800
1801 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1802 STORE_RETURN_VALUE.
1803 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1804 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1805 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1806 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1807 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1808 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1809 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1810 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1811 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1812 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1813
1814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1815 * i386-tdep.c (i386_extract_return_value): Update.
1816 * arch-utils.c (legacy_extract_return_value): Update.
1817 * frv-tdep.c (frv_gdbarch_init): Update.
1818 * cris-tdep.c (cris_gdbarch_init): Update.
1819 * d10v-tdep.c (d10v_gdbarch_init): Update.
1820 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1821 * m68k-tdep.c (m68k_gdbarch_init): Update.
1822 * mcore-tdep.c (mcore_gdbarch_init): Update.
1823 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1824 * s390-tdep.c (s390_gdbarch_init): Update.
1825 * sparc-tdep.c (sparc_gdbarch_init): Update.
1826 * sh-tdep.c (sh_gdbarch_init): Update.
1827 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1828 * v850-tdep.c (v850_gdbarch_init): Update.
1829 * avr-tdep.c (avr_gdbarch_init): Update.
1830 * ia64-tdep.c (ia64_gdbarch_init): Update.
1831 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1832 * vax-tdep.c (vax_gdbarch_init): Update.
1833 * alpha-tdep.c (alpha_gdbarch_init): Update.
1834 * arm-tdep.c (arm_gdbarch_init): Update.
1835 * mips-tdep.c (mips_gdbarch_init): Update.
1836 * i386-tdep.c (i386_gdbarch_init): Update.
1837
1838 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1839
1840 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1841 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1842
1843 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1844
1845 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1846 problems.
1847
1848 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1849
1850 * infrun.c (handle_inferior_event): Move a comment outside of a
1851 function call, in order to avoid indent reformatting this part
1852 of the code in an unreadable way.
1853
1854 2002-08-23 Grace Sainsbury <graces@redhat.com>
1855
1856 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1857 when breakpoints fail. Move general breakpoint error messages to
1858 insert_breakpoints.
1859 * breakpoint.c (insert_breakpoints): Change warnings when
1860 breakpoints are nto inserted to specify the type. Remove call to
1861 memory_error when hardware breakpoints can't be inserted. Remove
1862 multiple calls to warning so all messages are sent to the user at
1863 once.
1864 (delete_breakpoints): Make insert error messsages more explicit.
1865
1866 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1867
1868 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1869 gdbserver/ChangeLog.
1870
1871 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1872
1873 * i386-tdep.c: Include "objfiles.h".
1874 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1875 skip_trampoline_code.
1876 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1877 (CPLUS_MARKER): Define to '.'.
1878
1879 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1880 member.
1881 (linux_corefile_thread_callback): Increase args->num_notes.
1882 (linux_make_note_section): Initialize thread_args.num_notes, and
1883 use it to determine whether notes for any threads were created.
1884
1885 2002-08-23 Donn Terry <donnte@microsoft.com>
1886
1887 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1888 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1889 and PCUNKILL.
1890 (write_with_trace): Conditionalize out the switch branch handling
1891 PCSHOLD if the corresponding macro is not defined. Likewise for
1892 PRSABORT and PRSTOP.
1893 This change will be needed by the Interix port.
1894
1895 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1896
1897 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1898 write_register wherever possible instead of manipulating the
1899 register bytes directly.
1900 Assign VALUE_CONTENTS to a variable and use that.
1901 The GPR numbers are now dependent on the architecture.
1902
1903 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1904
1905 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1906 ev_offset fields.
1907 (skip_prologue): Add support for BookE/e500 instructions.
1908 (e500_extract_return_value): New function.
1909 (frame_get_saved_regs): Add support for saving ev registers and
1910 pseudo gpr's.
1911 (e500_store_return_value): New function.
1912 (rs6000_gdbarch_init): Move up default intializations of
1913 deprecated_extract_return_value and store_return_value. Overwrite
1914 init of store_return_value with e500 specific version.
1915 Set extract_return_value for e500.
1916
1917 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1918
1919 * blockframe.c (generic_call_dummy_register_unwind): Use
1920 regcache_cooked_read to catch cases in which the variable is
1921 stored in a pseudo register.
1922
1923 2002-08-22 Andrew Cagney <cagney@redhat.com>
1924
1925 * NEWS: Mention that the i960 has been made obsolete.
1926 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1927 i960-tdep.c
1928 (remote-nrom.o): Obsolete target.
1929 (remote-nindy.o, i960-tdep.o): Ditto.
1930 * remote-nrom.c: Make file obsolete.
1931 * remote-nindy.c, remote-vx960.c: Ditto.
1932 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1933 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1934 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1935 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1936 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1937 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1938 i960-*-vxworks* obsolete.
1939 * MAINTAINERS: Note that the i960 is obsolete.
1940
1941 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1942
1943 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1944 detach to allow reinitialization.
1945
1946 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1947
1948 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1949 attempt).
1950
1951 2002-08-22 Jim Blandy <jimb@redhat.com>
1952
1953 * coffread.c (coff_symfile_read): Don't try to read the line
1954 number table from disk if the image file doesn't have a symbol
1955 table; we'll never actually look at the info anyway, and Windows
1956 ships DLL's with bogus file offsets for the line number data.
1957
1958 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1959
1960 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1961 an e500 executable.
1962
1963 2002-08-21 Michael Snyder <msnyder@redhat.com>
1964
1965 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1966 (MSYMBOL_SIZE): Replace macro with function.
1967 (DEFAULT_MIPS_TYPE): Delete unused macro.
1968 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1969 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1970
1971 2002-08-21 Jim Blandy <jimb@redhat.com>
1972
1973 * valops.c (value_cast): Simplify and correct logic for doing a
1974 static cast from a pointer to a base class to a pointer to a
1975 derived class.
1976
1977 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1978
1979 * infcmd.c (default_print_registers_info): Replace
1980 do_registers_info.
1981 (registers_info): Use gdbarch_print_registers_info instead of
1982 DO_REGISTERS_INFO.
1983 * inferior.h (default_print_registers_info): Replace
1984 do_registers_info.
1985 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1986 (DO_REGISTERS_INFO): Change to a predicate function.
1987 * gdbarch.h, gdbarch.c: Regenerate.
1988
1989 2002-08-21 Keith Seitz <keiths@redhat.com>
1990
1991 * gdb-events.sh: Add target-changed event.
1992 * gdb-events.c: Regenerated.
1993 * gdb-events.c: Regenerated.
1994 * valops.c (value_assign): Add target-changed event notification
1995 to inlval_register, lval_memory, and lval_reg_frame_relative.
1996
1997 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1998
1999 * NEWS: Add an entry regarding the improvement of the next/step
2000 operation on Alpha Tru64 multi-processor machines.
2001
2002 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2003
2004 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2005 directores.
2006 * Makefile.in: Update all _h macro definitions.
2007 * Makefile.in (install-gdbtk): Move to install section.
2008 (rdi-share/libangsd.a): Move to end of file.
2009
2010 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2011
2012 * frame.c (frame_register_unwind): When a register, set addrp to
2013 the register's byte.
2014
2015 2002-08-20 Michael Snyder <msnyder@redhat.com>
2016
2017 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2018 used locally, so move them from the target machine header to here.
2019 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2020 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2021 Make static.
2022 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2023
2024 2002-08-20 Andrew Cagney <cagney@redhat.com>
2025
2026 * NEWS: Mention that the Apollo line was made obsolete.
2027 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2028 m68*-hp-hpux* obsolete.
2029 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2030 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2031 * buildsym.c (make_blockvector): Make static.
2032 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2033 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2034 (ALLDEPFILES): Remove dstread.c.
2035 (dstread.o): Obsolete make rule.
2036 * dstread.c: Makefile obsolete.
2037 * dst.h: Ditto.
2038 * config/m68k/hp300hpux.mt: Ditto.
2039 * config/m68k/hp300hpux.mh: Ditto.
2040 * config/m68k/hp300bsd.mt: Ditto.
2041 * config/m68k/hp300bsd.mh: Ditto.
2042 * config/m68k/apollo68b.mt: Ditto.
2043 * config/m68k/apollo68v.mh: Ditto.
2044 * config/m68k/apollo68b.mh: Ditto.
2045
2046 2002-08-20 Michael Snyder <msnyder@redhat.com>
2047
2048 * mips-tdep.c (mips_in_return_stub): Make static.
2049 (mips_gdbarch_init): Set in_solib_return_trampoline.
2050 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2051
2052 2002-08-20 Michael Snyder <msnyder@redhat.com>
2053
2054 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2055 * gdbarch.c, gdbarch.h: Regenerate.
2056 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2057 Add.
2058 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2059
2060 2002-08-20 Michael Snyder <msnyder@redhat.com>
2061
2062 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2063 (mips_gdbarch_init): Set skip_trampoline_code,
2064 in_solib_call_trampoline.
2065 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2066 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2067
2068 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2069
2070 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2071
2072 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2073 vector type for ev registers.
2074 (e500_pseudo_register_read): New function.
2075 (e500_pseudo_register_write): New function.
2076 (e500_dwarf2_reg_to_regnum): New function.
2077 (PPC_UISA_NOFP_SPRS): New macro.
2078 (PPC_EV_REGS): New macro.
2079 (PPC_GPRS_PSEUDO_REGS): New macro.
2080 (registers_e500): New register set for e500.
2081 (variants): Add e500 variant.
2082 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2083 before setting architectural dependent variations. Initialize ev
2084 registers numbers. Add case for e500 architecture. Set the
2085 number of pseudo registers.
2086
2087 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2088
2089 * rs6000-tdep.c: Clean up comments.
2090
2091 2002-08-20 Andrew Cagney <cagney@redhat.com>
2092
2093 * h8300-tdep.c: Re-indent file.
2094
2095 2002-08-20 Jim Blandy <jimb@redhat.com>
2096
2097 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2098 default for this.
2099
2100 2002-08-20 Keith Seitz <keiths@redhat.com>
2101
2102 * breakpoints.c (watch_command_1): Use internal breakpoint
2103 when setting a watchpoint_scope breakpoint.
2104
2105 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2106
2107 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2108 (build_builtin_type_vec64i): Ditto.
2109 (build_builtin_type_vec128): Ditto.
2110 (build_builtin_type_vec128i): Ditto.
2111
2112 2002-08-19 Michael Snyder <msnyder@redhat.com>
2113
2114 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2115 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2116 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2117 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2118 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2119 CALL_DUMMY_ADDRESS): Delete.
2120 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2121 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2122 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2123 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2124 push_return_address.
2125 (mips_register_raw_size, mips_eabi_use_struct_convention,
2126 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2127 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2128 mips_init_extra_frame_info, mips_eabi_push_arguments,
2129 mips_n32n64_push_arguments, mips_push_return_address,
2130 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2131 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2132
2133 2002-08-19 Michael Snyder <msnyder@redhat.com>
2134
2135 * mips-tdep.c (mips_frame_num_args): New function.
2136 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2137 frame_saved_pc, frame_args_address, frame_locals_address,
2138 frame_num_args, and frame_args_skip.
2139 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2140 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2141 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2142 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2143
2144 2002-08-20 Michael Snyder <msnyder@redhat.com>
2145
2146 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2147 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2148 * mips-tdep.c (mips_store_struct_return): New function.
2149 (mips_extract_struct_value_address): New function.
2150 (mips_gdbarch_init): Set store_struct_return and
2151 extract_struct_value_address.
2152
2153 2002-08-20 David Carlton <carlton@math.stanford.edu>
2154
2155 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2156 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2157 (read_file_scope): Check that line_header is nonzero before
2158 decoding macro information.
2159
2160 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2161
2162 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2163 flag the general-purpose registers as floating-point on targets
2164 that don't support the floating-point registers.
2165
2166 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2167
2168 * rs6000-tdep.c (altivec_register_p): Delete.
2169 (rs6000_do_altivec_registers): Delete.
2170 (rs6000_altivec_registers_info): Delete.
2171 (rs6000_do_registers_info): Delete.
2172 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2173 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2174
2175 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2176
2177 * infcmd.c (do_registers_info): Print vector registers in hex
2178 format only.
2179 (print_vector_info): Check that printing registers
2180 makes sense.
2181 (print_float_info): Ditto.
2182
2183 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2184
2185 * mips-tdep.c (mips_gdbarch_init): Update.
2186 (mips_o32_extract_return_value): Rewrite.
2187 (mips_o32_store_return_value): Rewrite.
2188 (mips_o32_xfer_return_value): New function.
2189 (mips_xfer_register): Tweak debug print message. Allow for
2190 buf_offset when dumping the value transfered.
2191
2192 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2193
2194 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2195 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2196 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2197 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2198 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2199
2200 2002-08-14 Michael Snyder <msnyder@redhat.com>
2201
2202 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2203
2204 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2205
2206 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2207 register.
2208 (P): New macro to define a register as a pseudo register.
2209 (R, R4, R8, R16, FR32, R64, R0): Updated.
2210 (struct variant): Add new fields for number of pseudo registers
2211 and number of total registers.
2212 (tot_num_registers): New macro replacing....
2213 (num_registers): ...deleted macro.
2214 (num_registers): New function.
2215 (num_pseudo_registers): New function.
2216 (variants): Update all variants to intialize new fields correctly.
2217 Postpone initialization of number of pseudo regs and real regs.
2218 (init_variants): New function.
2219 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2220 registers offsets.
2221
2222 2002-08-19 David Carlton <carlton@math.stanford.edu>
2223
2224 * valops.c (search_struct_field): Change error message to treat
2225 return value of 0 from value_static_field as meaning that field is
2226 optimized out.
2227 (value_struct_elt_for_reference): Ditto.
2228 * values.c (value_static_field): Treat an unresolved location the
2229 same as a nonexistent symbol. Fix PR gdb/635.
2230 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2231 enclosed. Fix PR gdb/574.
2232 * MAINTAINERS: Add self to Write After Approval list.
2233
2234 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2235
2236 * mips-tdep.c (mips_xfer_register): New function.
2237 (mips_n32n64_extract_return_value): Rewrite.
2238 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2239 instead of deprecated_extract_return_value.
2240
2241 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2242
2243 * rs6000-tdep.c (TDEP): Delete macro.
2244 (branch_dest): Replace use of TDEP macro with its body.
2245 (rs6000_pop_frame): Ditto.
2246 (rs6000_push_arguments): Ditto.
2247 (rs6000_skip_trampoline_code): Ditto.
2248 (rs6000_frame_saved_pc): Ditto.
2249 (rs6000_frame_chain): Ditto.
2250 (rs6000_register_name): Ditto.
2251 (rs6000_register_byte): Ditto.
2252 (rs6000_register_raw_size): Ditto.
2253 (rs6000_register_virtual_type): Ditto.
2254 (rs6000_register_convertible): Ditto.
2255 (rs6000_convert_from_func_ptr_addr): Ditto.
2256
2257 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2258
2259 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2260 conditionally.
2261 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2262 MIPS_LINUX_JB_ELEMENT_SIZE.
2263 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2264 for MAX_REGISTER_RAW_SIZE arrays.
2265 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2266 MIPS_LINUX_JB_ELEMENT_SIZE.
2267
2268 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2269
2270 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2271
2272 2002-08-19 Aidan Skinner <aidan@velvet.net>
2273
2274 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2275 ada-valprint.c ada-tasks.c.
2276 (YYFILES): Add ada-exp.y.
2277 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2278 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2279 (ada-exp.tab.o): New target.
2280
2281 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2282
2283 * regcache.c (regcache_xfer_part): New function.
2284 (regcache_raw_read_part): New function.
2285 (regcache_raw_write_part): New function.
2286 (regcache_cooked_read_part): New function.
2287 (regcache_cooked_write_part): New function.
2288 * regcache.h (regcache_raw_read_part): Declare.
2289 (regcache_raw_write_part): Declare.
2290 (regcache_cooked_read_part): Declare.
2291 (regcache_cooked_write_part): Declare.
2292
2293 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2294
2295 * remote.c (remote_open_1): Add async_p.
2296 (remote_async_open_1): Delete.
2297 (open_remote_target): Delete.
2298 (remote_open, extended_remote_open): Update calls to remote_open_1.
2299 (remote_async_open, extended_remote_async_open): Call
2300 remote_open_1 instead of remote_async_open_1.
2301
2302 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2303
2304 * blockframe.c: Fix a few coding standard violations.
2305
2306 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2307
2308 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2309 here from ...
2310 * config/i386/tm-i386sco5.h: ... here. File removed.
2311 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2312
2313 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2314 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2315 (TM_FILE): Set to tm-i386.h.
2316 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2317 * config/i386/tm-i386v.h: Remove file.
2318 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2319 instead of "i386/tm-i386v.h".
2320 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2321 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2322 "i386/tm-i386v.h".
2323 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2324 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2325 "i386/tm-i386.h".
2326
2327 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2328
2329 * config/i386/nm-i386v.h: Add protection against
2330 multiple-inclusion.
2331 (i386_register_u_addr): Remove prototype.
2332 (register_u_addr): New prototype.
2333 (REGISTER_U_ADDR): Redefine accordingly.
2334 * i386v-nat.c: Improve several comments.
2335 (i386_register_u_addr): Change signature and rename to
2336 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2337 ubase variable.
2338
2339 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2340
2341 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2342 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2343 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2344 deprecated_extract_return_value.
2345 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2346 rename mips_o32o64_push_arguments.
2347 (mips_gdbarch_init): Update.
2348 (mips_extract_return_value): Delete.
2349 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2350 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2351 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2352 (mips_n32n64_extract_return_value): Clone
2353 mips_extract_return_value.
2354 (mips_store_return_value): Delete.
2355 (mips_o32_store_return_value): Clone mips_store_return_value.
2356 (mips_o64_store_return_value): Clone mips_store_return_value.
2357 (mips_eabi_store_return_value): Clone mips_store_return_value.
2358 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2359
2360 2002-08-18 Aidan Skinner <aidan@velvet.net>
2361
2362 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2363 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2364
2365 2002-08-18 Aidan Skinner <aidan@velvet.net>
2366
2367 * ada-lang.c: Run through gdb_indent.sh.
2368 * ada-lang.h: Run through gdb_indent.sh.
2369 * ada-tasks.c: Run through gdb_indent.sh.
2370 * ada-typeprint.c: Run through gdb_indent.sh.
2371 * ada-valprint.c: Run through gdb_indent.sh.
2372
2373 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2374
2375 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2376 ABI.
2377
2378 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2379
2380 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2381
2382 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2383 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2384
2385 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2386 write_register_gen instead of write_register_bytes.
2387
2388 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2389 i[3456]-*-osf1mk* configurations have been made obsolete.
2390 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2391 i[3456]86-*-osf1mk* hosts obsolete.
2392 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2393 targets obsolete.
2394 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2395 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2396 config/i386/i386m3.mt, config/i386/nm-m3.h,
2397 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2398 config/i386/i386mk.mh, config/i386/i386mk.mt,
2399 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2400 obsolete.
2401 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2402 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2403 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2404
2405 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2406
2407 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2408 (hppa_value_returned_from_stack): Declare.
2409 (hppa_extract_return_value): Declare.
2410 * config/pa/hppa.mt: New file.
2411 * configure.tgt: Recognize hppa*-*-*.
2412 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2413
2414 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2415
2416 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2417 comment.
2418
2419 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2420
2421 * top.c (gdb_rl_operate_and_get_next): Make sure
2422 operate-and-get-next functions correctly even when the history
2423 list is completely filled.
2424
2425 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2426
2427 * MAINTAINERS (Target Instruction Set Architectures): Rename
2428 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2429 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2430 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2431 already listed under Host/Native.
2432
2433 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2434 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2435 mips*-*-*.
2436
2437 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2438
2439 * config/ia64/ia64.mt: New file.
2440 * config/alpha/alpha.mt: New file.
2441 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2442 ia64-linux-gnu. Mention that ia64-elf is broken.
2443 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2444
2445 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2446
2447 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2448 generic_func_frame_valid instead of func_frame_valid.
2449
2450 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2451
2452 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2453 procfs appears to be broken when debugging on multi-processor
2454 machines. So enable software single stepping in order to avoid
2455 using the procfs interface to do next/step operations, using
2456 internal breakpoints instead.
2457
2458 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2459 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2460 make this pc address equal to the value it would have if the
2461 system stepping capability was used. Also set a new flag used
2462 to ensure that we don't readjust the PC one more time later.
2463
2464 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2465 address by DECR_PC_AFTER_BREAK when software single step is
2466 in use for this architecture, as this has already been taken
2467 care of in handle_inferior_event().
2468
2469 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2470
2471 * infrun.c (handle_inferior_event): Minor reformatting, to make
2472 a rather long condition expression easier to read.
2473
2474 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2475
2476 * Makefile.in (gdbtk.o): Move to end of file.
2477 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2478 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2479 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2480 (gdbtk-wrapper.o, gdbres.o): Ditto.
2481
2482 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2483
2484 * Makefile.in (copying.o): Separate out compile rule.
2485 (hpux-thread.o, procfs.o, signals.o): Ditto.
2486 (v850ice.o, z8k-tdep.o): Ditto.
2487 (tui-file.o): Move to TUI section.
2488 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2489 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2490
2491 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2492
2493 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2494 skip_trampoline_code, for better namespace-proofing.
2495
2496 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2497
2498 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2499
2500 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2501
2502 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2503
2504 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2505 signal, check whether we hit a breakpoint before checking for a
2506 single step breakpoint. Otherwise, GDB fails to notice that a
2507 breakpoint has been hit when stepping onto a breakpoint.
2508
2509 2002-08-16 Keith Seitz <keiths@redhat.com>
2510
2511 * gdb-events.sh (clear_gdb_event_hooks): New function.
2512 * gdb-events.c: Regenerate.
2513 * gdb-events.h: Regenerate.
2514
2515 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2516
2517 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2518 not_a_sw_breakpoint.
2519 * breakpoint.h (bpstat_stop_status): Add parameter names.
2520
2521 2002-08-16 Grace Sainsbury <graces@redhat.com>
2522
2523 * remote.c (remote_insert_hw_breakpoint)
2524 (remote_remove_hw_breakpoint): Fix calculation of length field
2525 for Z-packet.
2526
2527 2002-08-15 Michael Snyder <msnyder@redhat.com>
2528
2529 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2530 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2531 (supply_fpregset): Ditto.
2532
2533 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2534 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2535 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2536 (TARGET_READ_SP): Delete.
2537 (DO_REGISTERS_INFO): Delete.
2538 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2539 Delete.
2540 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2541 from macros to functions.
2542
2543 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2544 (mips_register_convertible, mips_register_convert_to_virtual,
2545 mips_register_convert_to_raw): Make static.
2546 (mips_read_sp): New function.
2547 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2548 (mips_do_registers_info): Make static.
2549 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2550 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2551 (mips_register_convert_from_type, mips_register_convert_to_type):
2552 New functions.
2553 (mips_gdbarch_init): Set up function_start_offset,
2554 register_virtual_size, pc_in_sigtramp.
2555
2556 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2557
2558 * infcmd.c (vector_info): New function.
2559 (_initialize_infcmd): Add command "info vector".
2560 (print_vector_info): New function.
2561
2562 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2563 * gdbarch.h, gdbarch.c: Regenerate.
2564
2565 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2566
2567 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2568 ``print_all''. Only print vector registers when ``print_all''.
2569
2570 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2571
2572 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2573 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2574
2575 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2576 Add `args' parameter.
2577 * gdbarch.h, gdbarch.c: Regenerate.
2578
2579 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2580
2581 * infcmd.c (float_info): Call print_float_info.
2582 (print_float_info): New function. By default, print the
2583 floating-point registers.
2584
2585 * arch-utils.h (default_print_float_info): Delete declaration.
2586 * arch-utils.c (default_print_float_info): Delete function.
2587
2588 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2589
2590 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2591 out define.
2592
2593 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2594 FRAME.
2595
2596 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2597 * configure.host: Make i[3456]86-*-aix host obsolete.
2598 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2599 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2600 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2601 config/i386/xm-i386aix.h: Make files obsolete.
2602 * i386aix-nat.c: Make file obsolete.
2603 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2604 (i386aix-nat.o): Make target obsolete.
2605
2606 * config/i386/nm-gnu.h: Removed.
2607 * config/i386/nm-i386gnu.h: New file.
2608 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2609 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2610 Moved here from ...
2611 * config/i386/tm-i386gnu.h: ... here. Removed.
2612 * config/i386/xm-i386gnu.h: Removed.
2613 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2614 (NAT_FILE): Set to nm-i386gnu.h.
2615 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2616 * i386-tdep.c: New file.
2617 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2618 (i386gnu-tdep.o): Specify dependencies.
2619
2620 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2621
2622 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2623 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2624 Adjust a few comments to reflect reality a bit closer.
2625 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2626 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2627 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2628 target_insert_watchpoint, target_remove_watchpoint):
2629 Move defines to ...
2630 * config/i386/nm-i386sco5.h: ... here.
2631 (kernel_u_size): Add prototype. Improve a few comments and add
2632 protection against multiple inclusion.
2633
2634 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2635 out define.
2636
2637 * uw-thread.c (SP_ARG0): Define if not already defined.
2638 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2639
2640 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2641
2642 * config/i386/tm-i386.h: Don't include "regcache.h".
2643
2644 * i387-tdep.h (i387_print_float_info): New prototype.
2645 * i387-tdep.c (print_i387_value, print_i387_ext,
2646 print_i387_status_word, print_i387_control_word): Add `struct
2647 ui_file *' argument and use it for output.
2648 (i387_print_float_info): Renamed from i387_float_info. Add
2649 `struct gdbarch *' and `struct ui_file *' arguments and use the
2650 latter for output.
2651 * i386-tdep.c: Include "i387-tdep.h".
2652 (i386_gdbarch_init): Set print_float_info.
2653 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2654 (FLOAT_INFO): Remove define.
2655
2656 2002-08-13 Michael Snyder <msnyder@redhat.com>
2657
2658 * mips-tdep.c (mips_push_arguments): Rename to
2659 mips_eabi_push_arguments, and tune for EABI.
2660 (MIPS_REGS_HAVE_HOME_P): Delete.
2661 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2662 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2663 Delete references to mips_regs_have_home_p.
2664
2665 2002-08-14 Keith Seitz <keiths@redhat.com>
2666
2667 * Makefile.in (install-gdbtk): Create insight plugin directory.
2668 Install plugins.tcl file.
2669
2670 2002-08-14 Keith Seitz <keiths@redhat.com>
2671
2672 * configure.in: Move SUBDIRS to near top of the file so that
2673 --enable options may add things to it.
2674 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2675 * configure: Regenerate.
2676
2677 2002-08-13 Michael Snyder <msnyder@redhat.com>
2678
2679 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2680 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2681 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2682
2683 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2684
2685 * vax-tdep.c (vax_get_saved_register): Delete function.
2686 (vax_gdbarch_init): Update.
2687 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2688 (ns32k_gdbarch_init): Update.
2689 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2690 (alpha_gdbarch_init): Update.
2691
2692 2002-08-13 Andrew Cagney <cagney@redhat.com>
2693
2694 * regcache.c (init_regcache_descr): Overallocate the
2695 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2696 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2697 nr_raw_registers.
2698 (set_register_cached): Add range checking assertions. Use
2699 current_regcache.
2700
2701 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2702
2703 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2704 numbers for MMX registers.
2705
2706 2002-08-13 Andrew Cagney <cagney@redhat.com>
2707
2708 * i386-tdep.c (i386_gdbarch_init): Use
2709 generic_unwind_get_saved_register.
2710
2711 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2712
2713 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2714 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2715 target vector.
2716 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2717 Delete. Add comment regarding this now-deleted target method.
2718
2719 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2720
2721 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2722 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2723 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2724 real PC and the page number (if it's within the memory bank window).
2725 (m68hc11_pseudo_register_write): Likewise when saving.
2726 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2727 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2728 (m68hc11_register_raw_size): And use 32-bit for it.
2729 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2730 16K memory bank is used by the prog; also use the virtual pc.
2731
2732 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2733
2734 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2735 (m68hc11_gdbarch_init): Install it in gdbarch.
2736 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2737 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2738 (MSYMBOL_SIZE): New for documentation.
2739 (insn_return_kind): Enum to specify how a function returns.
2740 (frame_extra_info): Cleanup and record the return mode.
2741 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2742 register in address computation.
2743 (m68hc11_get_return_insn): New to obtain the return instruction used
2744 by the function.
2745 (m68hc11_frame_init_saved_regs): Take into account the return
2746 instruction used by the function for far and interrupt functions.
2747 (m68hc11_init_extra_frame_info): Take into account page register.
2748 (m68hc11_frame_args_address): Adjust according to the return mode.
2749 (show_regs): Print page register only when it's used.
2750
2751 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2752
2753 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2754 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2755 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2756 registers.
2757 (m68hc11_register_raw_size): Likewise.
2758
2759 2002-08-13 Andrew Cagney <cagney@redhat.com>
2760
2761 * i386-tdep.c (i386_register_name): Handle mmx registers.
2762 (mmx_regnum_p): New function.
2763 (i386_mmx_names): New array.
2764 (mmx_num_regs): New variable.
2765 (i386_pseudo_register_read): New function.
2766 (i386_pseudo_register_write): New function.
2767 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2768
2769 * regcache.c (regcache_raw_read_unsigned): New function.
2770 (regcache_raw_read_signed): New function.
2771 * regcache.h (regcache_raw_read_unsigned): Declare.
2772 (regcache_raw_read_signed): Declare.
2773
2774 2002-08-13 Andrew Cagney <cagney@redhat.com>
2775
2776 * regcache.c (regcache_raw_read_as_address): Delete function.
2777 (regcache_cooked_read_signed): New function.
2778 (regcache_cooked_read_unsigned): New function.
2779 * regcache.h (regcache_cooked_read_signed): Declare.
2780 (regcache_cooked_read_unsigned): Declare.
2781 (regcache_raw_read_as_address): Delete declaration.
2782
2783 * blockframe.c (generic_read_register_dummy): Use
2784 regcache_cooked_read_unsigned.
2785 * i386-tdep.c (i386_extract_struct_value_address): Use
2786 regcache_cooked_read_unsigned.
2787
2788 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2789
2790 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2791 double sizes according to ELF ABI flags.
2792 (gdbarch_tdep): Record elf_flags.
2793
2794 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2795
2796 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2797 (m6812_prolog): They can appear in 68HC12 function prologue.
2798 (m68hc11_frame_chain): Cleanup.
2799
2800 2002-08-12 Andrew Cagney <cagney@redhat.com>
2801
2802 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2803 declarations.
2804 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2805 (i386_linux_register_raw_size): Delete function.
2806 (i386_linux_init_abi): Update.
2807 * i386-tdep.c (i386_register_raw_size): Delete function.
2808 (i386_register_byte): Delete function.
2809 (i386_gdbarch_init): Update.
2810 (i386_register_size): Delete array.
2811 (i386_register_offset): Delete array.
2812
2813 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2814 (REGISTER_RAW_SIZE): Delete macro.
2815 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2816 (REGISTER_BYTE): Delete macro.
2817
2818 2002-08-11 Aidan Skinner <aidan@velvet.net>
2819
2820 * ada-lang.c (ada_lookup_partial_symbol)
2821 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2822 prototype names so that grep ^func works properly.
2823
2824 * ada-lang.c (ada_array_element_type)
2825 (ada_lookup_partial_symbol): Fix typos in parameter list.
2826
2827 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2828 Fix prototype names so that grep ^func works properly.
2829
2830 2002-08-10 Andrew Cagney <cagney@redhat.com>
2831 Elena Zannoni <ezannoni@redhat.com>
2832 Martin M. Hunt <hunt@redhat.com>
2833
2834 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2835 (build_builtin_type_vec128i): Set the vector bit.
2836 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2837 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2838 (build_builtin_type_vec64): New function.
2839 (build_builtin_type_vec64i): New function.
2840 (build_gdbtypes): Initialize builtin_type_vec64 and
2841 builtin_type_vec64i.
2842
2843 2002-08-09 Andrew Cagney <cagney@redhat.com>
2844
2845 * regcache.c (regcache_dump): Compare the register offset
2846 with REGISTER_BYTE.
2847 * arch-utils.c (generic_register_byte): New function.
2848 * arch-utils.h (generic_register_byte): Declare.
2849 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2850 * gdbarch.h, gdbarch.c: Regenerate.
2851
2852 2002-08-09 Andrew Cagney <cagney@redhat.com>
2853
2854 * regcache.c: Include "gdbcmd.h"
2855 (_initialize_regcache): Add commands "maintenance print
2856 registers", "maintenance print raw-registers" and "maintenance
2857 print cooked-registers".
2858 (enum regcache_dump_what): Define.
2859 (dump_endian_bytes): New function.
2860 (regcache_dump): New function.
2861 (regcache_print): New function.
2862 (maintenance_print_registers): New function.
2863 (maintenance_print_raw_registers): New function.
2864 (maintenance_print_cooked_registers): New function.
2865 * Makefile.in (regcache.o): Update dependencies.
2866
2867 2002-08-09 Michael Snyder <msnyder@redhat.com>
2868
2869 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2870 (mips_push_arguments): Correct some comments. Use paddr_nz
2871 for printing addresses in debug output. Replace static
2872 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2873 (mips_n32n64_push_arguments): New function, cloned from
2874 mips_push_arguments and tuned for the n32/n64 ABI.
2875 (mips_push_register): Buffer needs dynamic allocation.
2876 (mips_print_register): Ditto.
2877 (do_gp_register_row): Ditto.
2878 (mips_store_return_value): Ditto.
2879 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2880
2881 2002-08-09 Don Howard <dhoward@redhat.com>
2882
2883 * memattr.c (mem_info_command): Print special case of upper bound
2884 as max CORE_ADDR + 1.
2885
2886 2002-08-08 Michael Snyder <msnyder@redhat.com>
2887
2888 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2889 returns structs by ref if they're too big to fit in two registers.
2890
2891 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2892
2893 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2894 saved regs value.
2895 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2896 mips_find_saved_regs().
2897 (mips_pop_frame): Likewise.
2898
2899 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2900
2901 * blockframe.c (frame_saved_regs_register_unwind): Revise
2902 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2903 frames are in use.
2904
2905 2002-08-09 Grace Sainsbury <graces@redhat.com>
2906
2907 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2908 T-packets; the 'a' is not taken as a register number.
2909 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2910 (remote_stopped_data_address): New functions; add to target
2911 vector.
2912 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2913 prototypes to match other implementations of this
2914 function. replace integer argument with pointer -- the length
2915 field in the Z-packet is the length of what is pointed to or 1 if
2916 pointer is null. Add to target vector.
2917 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2918 target vector.
2919
2920 From Mark Salter:
2921 * remote.c (remote_wait): Add support to extract optional
2922 watchpoint information from T-packet. Ignore unrecognized
2923 optional info in T-packet.
2924 (remote_async_wait): Ditto.
2925
2926 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2927
2928 * cli/cli-dump.c: Change fopen modes to use binary open modes
2929 as defined in include/fopen-bin.h throughout.
2930
2931 2002-08-08 Michael Snyder <msnyder@redhat.com>
2932
2933 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2934
2935 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2936
2937 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2938 assertion failure by returning early after a warning.
2939
2940 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2941
2942 * mips-tdep.c (mips_find_saved_regs): Make static.
2943 (mips_frame_init_saved_regs): New function.
2944 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2945 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2946 (mips_find_saved_regs): Delete declaration.
2947
2948 2002-08-08 Grace Sainsbury <graces@redhat.com>
2949
2950 * remote.c (remote_wait, remote_async_wait): Change
2951 thread_num from int to ULONGEST.
2952 (unpack_varlen_hex): Change result parameter from
2953 int * to ULONGEST *.
2954
2955 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2956
2957 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2958 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2959 powerpc*-*-*.
2960 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2961
2962 2002-08-08 Andrew Cagney <cagney@redhat.com>
2963
2964 * gcore.c (override_derive_stack_segment): Delete variable.
2965 (preempt_derive_stack_segment): Delete function.
2966 (derive_stack_segment): Delete function.
2967 (default_derive_stack_segment): Renamed to derive_stack_segment.
2968 (override_derive_heap_segment): Delete variable.
2969 (preempt_derive_heap_segment): Delete function.
2970 (derive_heap_segment): Delete function.
2971 (default_derive_heap_segment): Rename to derive_heap_segment.
2972
2973 2002-08-06 Michael Snyder <msnyder@redhat.com>
2974
2975 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2976 * mips-tdep.c (mips_EABI_use_struct_convention,
2977 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2978 New functions. (mips_use_struct_convention): Delete.
2979 (mips_gdbarch_init): set use_gdbarch_convention.
2980
2981 2002-08-06 Michael Snyder <msnyder@redhat.com>
2982
2983 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2984 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2985 mips_o32_reg_struct_has_addr): New functions.
2986 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2987
2988 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2989
2990 * regcache.c (pseudo_register): Delete function.
2991 (fetch_register): Delete function.
2992 (store_register): Delete function.
2993 (regcache_raw_read, legacy_read_register_gen): Use
2994 target_fetch_registers instead of fetch_register.
2995 (legacy_write_register_gen, regcache_raw_write): Use
2996 target_store_register instead of store_register.
2997 (write_register_bytes): Ditto.
2998
2999 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3000 (STORE_PSEUDO_REGISTER): Delete.
3001 * gdbarch.h, gdbarch.c: Regenerate.
3002
3003 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3004
3005 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3006 write dump file binary.
3007
3008 2002-08-05 Michael Snyder <msnyder@redhat.com>
3009
3010 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3011 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3012 (mips_gdbarch_init): Set N32 target to be mips64.
3013
3014 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3015
3016 * frame.c (find_saved_register): Break out of loop once saved
3017 register address is found. Don't mention sparc in loop comment
3018 anymore.
3019
3020 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3021
3022 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3023 mips_default_saved_regsize to 8.
3024
3025 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3026
3027 * gcore.c: Do not include <sys/procfs.h>.
3028 * Makefile.in (gcore.o): Update dependencies.
3029
3030 2002-08-06 Andrew Cagney <cagney@redhat.com>
3031
3032 * configure.tgt: Make arc-*-* obsolete.
3033 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3034 * MAINTAINERS: Make arc-elf obsolete.
3035 * arc-tdep.c: Make file obsolete.
3036 * config/arc/arc.mt: Ditto.
3037 * config/arc/tm-arc.h: Ditto.
3038
3039 2002-08-05 Theodore A. Roth <troth@verinet.com>
3040
3041 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3042
3043 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3044
3045 * mcore-tdep.c (mcore_gdbarch_init): Use
3046 generic_unwind_get_saved_register instead of
3047 generic_get_saved_register.
3048 * v850-tdep.c (v850_gdbarch_init): Ditto.
3049 * frv-tdep.c (frv_gdbarch_init): Ditto.
3050 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3051 * s390-tdep.c (s390_gdbarch_init): Ditto.
3052 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3053 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3054 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3055
3056 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3057
3058 * objfiles.h: Add missing #include "symfile.h"
3059
3060 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3061
3062 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3063
3064 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3065 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3066 of FIELD_BITSIZE.
3067
3068 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3069
3070 * NEWS: Cleanup and nitpick.
3071
3072 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3073
3074 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3075
3076 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3077
3078 * Makefile.in (gdbtk-bp.o): Update dependencies.
3079 (gdbtk-register.o): Ditto.
3080 (gdbtk-varobj.o): Ditto.
3081
3082 2002-08-03 Andrew Cagney <cagney@redhat.com>
3083
3084 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3085 m68hc11_fetch_pseudo_register.
3086 (m68hc11_pseudo_register_write): Replace
3087 m68hc11_store_pseudo_register.
3088 (m68hc11_gdbarch_init): Update.
3089
3090 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3091
3092 * gdbarch.sh: Include "gdb_string.h".
3093 * gdbarch.c: Regenerate.
3094
3095 * regcache.c: Include "gdb_string.h".
3096 * ax-general.c: Ditto.
3097 * varobj.c: Ditto.
3098 * std-regs.c: Ditto.
3099 * fbsd-proc.c: Ditto.
3100 * thread.c: Ditto.
3101
3102 * Makefile.in (regcache.o): Update dependencies.
3103 (thread.o, gdbarch.o): Ditto.
3104 (ax-general.o, gdbarch.o): Ditto.
3105 (varobj.o, std-regs.o): Ditto.
3106 (fbsd-proc.o): Specify dependencies.
3107
3108 2002-08-02 Andrew Cagney <cagney@redhat.com>
3109
3110 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3111 regnum.
3112 (regcache_cooked_write): Ditto.
3113
3114 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3115
3116 * regcache.c (regcache_cooked_read): New function.
3117 (regcache_cooked_write): New function.
3118 (read_register_gen): Rewrite using regcache_cooked_read.
3119 (write_register_gen): Rewrite using regcache_cooked_write.
3120
3121 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3122 Declare.
3123
3124 2002-08-02 Andrew Cagney <cagney@redhat.com>
3125
3126 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3127 Replace the architecture methods register_read and register_write.
3128 * gdbarch.h, gdbarch.c: Regenerate.
3129 * regcache.c (init_regcache_descr): Update.
3130 (read_register_gen): Update.
3131 (write_register_gen): Update.
3132 (supply_register): Update comment.
3133
3134 * sh-tdep.c (sh_gdbarch_init): Update.
3135 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3136 `regcache' and `gdbarch' parameters. Make `buffer' a void
3137 pointer. Update code.
3138 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3139 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3140 void pointer. Update code.
3141 (sh64_register_write): Delete.
3142 (sh4_register_read): Delete.
3143 (sh64_register_read): Delete.
3144 (sh4_register_write): Delete.
3145 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3146 void pointer, `to' parameter a void pointer.
3147 (sh_sh64_register_convert_to_raw): Ditto.
3148
3149 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3150
3151 * mips-tdep.c (mips_register_virtual_type): Use architecture
3152 invariant return values.
3153
3154 2002-08-01 Andrew Cagney <cagney@redhat.com>
3155
3156 * linux-proc.c: Include "gdb_string.h".
3157 * Makefile.in (linux-proc.o): Update dependency list.
3158
3159 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3160
3161 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3162 comment.
3163
3164 2002-08-01 Grace Sainsbury <graces@redhat.com>
3165
3166 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3167 to_insert_watchpoint, to_remove_watchpoint,
3168 to_stopped_by_watchpoint, to_stopped_data_address,
3169 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3170 target vecctor. Define their corresponding macros so they call
3171 them.
3172
3173 * target.c: Add default and debug versions of for
3174 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3175 to_insert_watchpoint, to_remove_watchpoint,
3176 to_stopped_by_watchpoint, to_stopped_data_address,
3177 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3178
3179 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3180
3181 * mips-tdep.c (mips_register_virtual_type): New function.
3182 (mips_gdbarch_init): Register mips_register_virtual_type()
3183 with gdbarch machinery.
3184 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3185 this file instead of tm-bigmips.h.
3186 (MIPS_REGSIZE): Delete this macro.
3187 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3188 multiarch version in mips-tdep.c will be found.
3189
3190 2002-08-01 Andrew Cagney <cagney@redhat.com>
3191
3192 * NEWS: Menion that CHILL has been made obsolete.
3193
3194 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3195 * stabsread.c (read_range_type): Ditto.
3196 * gdbtypes.h: Ditto.
3197 * language.c (binop_type_check): Ditto.
3198 (binop_result_type): Ditto.
3199 (integral_type): Ditto.
3200 (character_type): Ditto.
3201 (string_type): Ditto.
3202 (boolean_type): Ditto.
3203 (structured_type): Ditto.
3204 (lang_bool_type): Ditto.
3205 (binop_type_check): Ditto.
3206 * language.h (_LANG_chill): Ditto.
3207 * dwarfread.c (set_cu_language): Ditto.
3208 * dwarfread.c (CHILL_PRODUCER): Ditto.
3209 * dwarfread.c (handle_producer): Ditto.
3210 * expression.h (enum exp_opcode): Ditto.
3211 * eval.c: Ditto for comments.
3212 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3213 * expprint.c (print_subexp): Ditto.
3214 (print_subexp): Ditto.
3215 * valops.c (value_cast): Ditto.
3216 (search_struct_field): Ditto.
3217 * value.h (COERCE_VARYING_ARRAY): Ditto.
3218 * symfile.c (init_filename_language_table): Ditto.
3219 (add_psymbol_with_dem_name_to_list): Ditto.
3220 * valarith.c (value_binop): Ditto.
3221 (value_neg): Ditto.
3222 * valops.c (value_slice): Ditto.
3223 * symtab.h (union language_specific): Ditto.
3224 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3225 (SYMBOL_DEMANGLED_NAME): Ditto.
3226 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3227 * defs.h (enum language): Ditto.
3228 * symtab.c (got_symtab): Ditto.
3229 * utils.c (fprintf_symbol_filtered): Ditto.
3230
3231 * ch-typeprint.c: Make file obsolete.
3232 * ch-valprint.c: Make file obsolete.
3233 * ch-lang.h: Make file obsolete.
3234 * ch-exp.c: Make file obsolete.
3235 * ch-lang.c: Make file obsolete.
3236
3237 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3238 CHILL_LIB.
3239 (TARGET_FLAGS_TO_PASS): Ditto.
3240 (CHILLFLAGS): Obsolete.
3241 (CHILL): Obsolete.
3242 (CHILL_FOR_TARGET): Obsolete.
3243 (CHILL_LIB): Obsolete.
3244 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3245 ch-valprint.c.
3246 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3247 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3248 ch-lang.o.
3249 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3250 targets.
3251
3252 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3253
3254 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3255 This does not change anything at the moment, but will be helpful
3256 later when full Ada support is integrated.
3257
3258 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3259
3260 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3261 help message.
3262
3263 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3264
3265 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3266 and save it in a local variable. Use variable in later test.
3267
3268 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3269
3270 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3271 test. (Thanks to Daniel Jacobowitz.)
3272
3273 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3274
3275 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3276 (mips_abi_strings): Add "n64".
3277 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3278
3279 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3280
3281 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3282 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3283
3284 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3285
3286 * utils.c (host_pointer_to_address, address_to_host_pointer):
3287 Use gdb_assert() instead of explicit call to internal_error().
3288
3289 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3290
3291 * Makefile.in (rs6000-nat.o): Update dependencies.
3292
3293 From Nicholas Duffek:
3294 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3295 (aix-thread.o): New rule.
3296 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3297 * config/powerpc/aix432.mh: New file.
3298
3299 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3300
3301 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3302 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3303 (fetch_core_registers, ppc_linux_supply_gregset)
3304 (ppc_linux_supply_fpregset): New functions.
3305 (ppc_linux_regset_core_fns): New.
3306 (_initialize_ppc_linux_tdep): Call add_core_fns.
3307 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3308 and ppc_linux_supply_gregset.
3309 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3310 (supply_fpregset): Call ppc_linux_supply_fpregset.
3311 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3312 corelow.o.
3313 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3314
3315 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3316
3317 * symtab.c (lookup_symbol): Demangle before lowercasing.
3318
3319 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3320
3321 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3322 declaration.
3323 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3324 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3325 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3326 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3327 "gdb_string.h".
3328 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3329 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3330 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3331 (avr-tdep.o, mon960-rom.o): Ditto.
3332 (aout_stabs_gnu_h): Define.
3333 (symtab_h): Remove $(gdb_obstack_h).
3334
3335 2002-07-30 Jim Blandy <jimb@redhat.com>
3336
3337 Patch from David Carlton <carlton@math.stanford.edu>:
3338 * gdbinit.in: Move the `dir' commands that add GDB's own source
3339 directory to the search path to the end, so that the `gdb' source
3340 directory will be searched first.
3341
3342 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3343
3344 * gdb_obstack.h: New file.
3345 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3346 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3347 * objfiles.h: Include "gdb_obstack.h".
3348 * Makefile.in (gdb_obstack_h): Define.
3349 (symtab_h): Add $(gdb_obstack_h).
3350 (objfiles_h): Add $(gdb_obstack_h).
3351
3352 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3353 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3354 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3355 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3356 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3357 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3358 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3359 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3360
3361 * Makefile.in (bcache.o): Update dependencies.
3362 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3363 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3364 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3365 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3366 (stabsread.o, symfile.o, symmisc.o): Ditto.
3367 (symtab.o, typeprint.o, macroexp.o): Ditto.
3368 (macrotab.o, mdebugread.o): Ditto.
3369 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3370 (coff_ecoff_h, aout_aout64_h): Define.
3371 (aout_stabs_gnu_h, libaout_h): Define.
3372
3373 2002-07-29 Andrew Cagney <cagney@redhat.com>
3374
3375 * regcache.c (struct regcache_descr): Rename nr_registers to
3376 nr_cooked_registers. Revise comments describing the structure
3377 member fields.
3378 (init_regcache_descr): Update.
3379 (init_legacy_regcache_descr): Update.
3380 (read_register_gen, write_register_gen): When a cooked register in
3381 the raw register range, directly access the value from the raw
3382 register cache.
3383
3384 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3385
3386 * z8k-tdep.c: Do not include "obstack.h".
3387 * h8300-tdep.c, h8500-tdep.c: Ditto.
3388 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3389 * valprint.c, v850-tdep.c: Ditto.
3390 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3391 * mn10200-tdep.c: Ditto.
3392
3393 * Makefile.in (z8k-tdep.o): Update dependencies.
3394 (m68hc11-tdep.o, valprint.o): Ditto.
3395 (v850-tdep.o, d10v-tdep.o): Ditto.
3396 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3397 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3398 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3399 (sh_opc_h, gdb_sim_sh_h): Define.
3400 (elf_sh_h, elf_bfd_h): Define.
3401 (opcode_m68hc11_h): Define.
3402 (OPCODES_SRC, OPCODES_DIR): define.
3403 (OPCODES): Use $(OPCODES_DIR).
3404 (gdb_sim_d10v_h): Rename sim_d10v_h.
3405 (gdb_sim_arm_h): Rename sim_arm_h.
3406
3407 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3408
3409 * utils.c (host_pointer_to_address, address_to_host_pointer):
3410 Change internal_error() message to indicate function responsible
3411 for the error.
3412
3413 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3414
3415 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3416 calls to local_hex_string_custom().
3417
3418 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3419
3420 * irix5-nat.c: Move IRIX shared library support from here...
3421 * solib-irix.c: ...to here. Revised substantially to work with
3422 generic solib framework.
3423
3424 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3425 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3426 * mips-irix-tdep.c: New file.
3427
3428 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3429 (mips-irix-tdep.o, solib-irix.o): New rules.
3430 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3431 solib-irix.o.
3432 * config/mips/irix6.mt (TDEPFILES): Likewise.
3433 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3434
3435 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3436
3437 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3438 disabled (via ``#if 0'') includes.
3439
3440 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3441
3442 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3443 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3444 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3445 Add support for the fpscr register.
3446 * rs6000-nat.c (regmap, fetch_inferior_registers)
3447 (store_inferior_registers, fetch_core_registers): Likewise.
3448
3449 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3450
3451 * rs6000-nat.c (language.h): Include.
3452 (special_regs): Delete this array.
3453 (regmap): New function.
3454 (fetch_register, store_register): Use regmap() to map gdb
3455 register numbers to ptrace register numbers. Also, use
3456 outputs from regmap() to make decisions regarding type of
3457 ptrace() call to make. In particular, don't compare against
3458 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3459 (fetch_inferior_registers, store_inferior_registers): Where
3460 possible, obtain register numbers from tdep struct. Don't
3461 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3462 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3463 (LAST_UISA_SP_REGNUM): Delete.
3464
3465 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3466
3467 * rs6000-nat.c (ppc-tdep.h): Include.
3468 (fetch_registers, store_register, fetch_core_registers): Don't
3469 access registers[] directly. Instead, use supply_register() or
3470 regcache_collect() as appropriate.
3471 (find_toc_address): Format hex address with local_hex_string().
3472
3473 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3474
3475 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3476 bfd/elf32-frv.c.
3477
3478 2002-07-24 Tom Tromey <tromey@redhat.com>
3479
3480 * jv-exp.y: Marked all strings with _().
3481 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3482 internal_error.
3483 (MethodInvocation, CastExpression, parse_number, yyerror,
3484 java_type_from_name, push_expression_name, yylex): Typo fixes.
3485
3486 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3487
3488 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3489 (tee_file_flush, tee_file_write, tee_file_fputs)
3490 (tee_file_isatty): New.
3491 * ui-file.h (tee_file_new): Add prototype.
3492
3493 2002-07-24 Aidan Skinner <aidan@velvet.net>
3494
3495 * ada-lang.c: Change k&r style function definitions to prototyped
3496 form.
3497 * ada-typeprint.c: Change k&r style function definitions to prototyped
3498 form.
3499 * ada-valprint.c: Change k&r style function definitions to prototyped
3500 form.
3501
3502 2002-07-24 Andrew Cagney <cagney@redhat.com>
3503
3504 * README: Remove reference to remote-bug.
3505 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3506 remote-bug.c.
3507 (m88k-nat.o): Delete rule.
3508 (m88k-tdep.o): Delete rule.
3509 (remote-bug.o): Delete rule.
3510 * MAINTAINERS: Mark as obsolete.
3511 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3512 * m88k-tdep.c: Make file obsolete.
3513 * config/m88k/m88k.mh: Ditto.
3514 * config/m88k/delta88v4.mh: Ditto.
3515 * config/m88k/delta88v4.mt: Ditto.
3516 * config/m88k/delta88.mt: Ditto.
3517 * config/m88k/delta88.mh: Ditto.
3518 * remote-bug.c: Ditto.
3519 * config/m88k/tm-delta88.h: Ditto.
3520 * config/m88k/nm-delta88v4.h: Ditto.
3521 * config/m88k/xm-delta88.h: Ditto.
3522 * config/m88k/xm-dgux.h: Ditto.
3523 * config/m88k/tm-m88k.h: Ditto.
3524 * config/m88k/nm-m88k.h: Ditto.
3525 * config/m88k/tm-delta88v4.h: Ditto.
3526 * m88k-nat.c: Ditto.
3527 * cxux-nat.c: Ditto.
3528 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3529 and m88*-*-* obsolete.
3530 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3531 m88*-*-* obsolete.
3532
3533 2002-07-24 Andrew Cagney <cagney@redhat.com>
3534
3535 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3536 constant. Same for local pointer variables.
3537 (extract_signed_integer): Ditto.
3538 * defs.h (extract_unsigned_integer): Update.
3539 (extract_signed_integer): Update.
3540
3541 2002-07-24 Andrew Cagney <cagney@redhat.com>
3542
3543 * regcache.c (regcache_raw_write): Change buf parameter to a
3544 constant void pointer.
3545 (regcache_raw_read): Change buf parameter to a void pointer.
3546 (legacy_write_register_gen): Change myaddr parameter a constant
3547 void pointer.
3548 (supply_register): Change val parameter to a const void pointer.
3549 * regcache.h (regcache_raw_write): Update declaration.
3550 (regcache_raw_read): Update declaration.
3551 (supply_register): Update declaration.
3552
3553 2002-07-24 Tom Tromey <tromey@redhat.com>
3554
3555 * defs.h (gdb_readline_wrapper): Declare.
3556 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3557 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3558 * top.c (gdb_readline_wrapper): New function.
3559 (command_line_input): Use it.
3560
3561 2002-07-24 Andrew Cagney <cagney@redhat.com>
3562
3563 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3564 regcache_read and regcache_write.
3565 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3566 * regcache.c: Update.
3567 * sh-tdep.c (sh64_push_arguments): Update comment.
3568 (sh_pseudo_register_read): Update.
3569 (sh_pseudo_register_write): Update.
3570 (sh4_register_read): Update.
3571 (sh4_register_write): Update.
3572 (sh64_pseudo_register_read): Update.
3573 (sh64_pseudo_register_write): Update.
3574 (sh64_register_read): Update.
3575 (sh64_register_write): Update.
3576 * i386-tdep.c (i386_extract_return_value): Update.
3577 (i386_extract_struct_value_address): Update.
3578 (i386_extract_return_value): Update.
3579 * blockframe.c (generic_read_register_dummy): Update.
3580 (generic_call_dummy_register_unwind): Update
3581 * infrun.c (write_inferior_status_register): Update.
3582
3583 2002-07-23 Jim Blandy <jimb@redhat.com>
3584
3585 * parser-defs.h (expression_context_pc): Make this extern.
3586 (Thanks to Michael Snyder.)
3587
3588 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3589
3590 GDB 5.2.1 released from 5.2 branch.
3591 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3592 * README: Update to mention 5.2.1.
3593
3594 2002-07-23 Mark Salter <msalter@redhat.com>
3595
3596 * remote.c (remote_read_bytes): Fix check for error.
3597
3598 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3599
3600 * aix-thread.c (language.h): Include.
3601 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3602 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3603 Print newlines at end of debug messages.
3604 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3605 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3606
3607 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3608
3609 * aix-thread.c (ppc-tdep.h): Include.
3610 (special_register_p): New function.
3611 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3612 (store_regs_user_thread): Use register number information from
3613 gdbarch_tdep struct instead of hardcoded offsets relative to
3614 FIRST_UISA_SP_REGNUM.
3615 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3616 special_register_p() instead of using FPLAST_REGNUM and
3617 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3618 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3619 will be MQ's register number.
3620
3621 2002-07-22 Michael Snyder <msnyder@redhat.com>
3622
3623 * aix-thread.c (ops): Rename to aix_thread_ops.
3624 (base_ops): Rename to base_target.
3625 (ops_attach): Rename to aix_thread_attach.
3626 (ops_detach): Rename to aix_thread_detach.
3627 (ops_resume): Rename to aix_thread_detach.
3628 (ops_wait): Rename to aix_thread_wait.
3629 (ops_kill): Rename to aix_thread_kill.
3630 (init_ops): Rename to init_aix_thread_ops.
3631 (ops_fetch_register): Rename to aix_thread_fetch_register.
3632 (ops_store_register): Rename to aix_thread_store_register.
3633 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3634 (ops_thread_alive): Rename to aix_thread_thread_alive.
3635 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3636 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3637 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3638 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3639 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3640 (store_regs_lib): Rename to store_regs_user_thread.
3641 (store_regs_kern): Rename to store_regs_kernel_thread.
3642
3643 2002-07-22 Michael Snyder <msnyder@redhat.com>
3644
3645 * aix-thread.c (ops_prepare_to_store): Eliminate.
3646 (init_ops): Don't initialize ops.prepare_to_store.
3647 (store_regs_kern): Pre-fetch register buffers from child,
3648 because some registers may not be in the cache. Copy
3649 regs from register cache only if they are cached.
3650 (store_regs_lib): Copy regs from register cache only
3651 if they are cached.
3652 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3653 fill_gprs64): Ditto.
3654
3655 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3656
3657 * aix-thread.c (gdb_assert.h): Include.
3658 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3659 register sizes (from register cache) match size of buffer holding
3660 register data.
3661 (fill_sprs32): Change parameter types to match those in the ptrace()
3662 buffer.
3663 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3664 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3665
3666 2002-07-22 Michael Snyder <msnyder@redhat.com>
3667
3668 * aix-thread.c (supply_sprs64): Cosmetic change.
3669 (supply_sprs32): Cosmetic change.
3670 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3671 (fill_sprs64): Use regcache_collect instead of read_register.
3672 (store_regs_lib): Use regcache_collect instead of
3673 read_register. Use fill_sprs32 instead of fill_sprs64,
3674 if debugging a 32-bit architecture.
3675 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3676 out of the register cache, instead of passing a pointer into
3677 the register cache directly to ptrace. Use regcache_collect
3678 insteaad of read_register.
3679 (ops_prepare_to_store): Use target_read_registers instead
3680 of read_register_bytes.
3681
3682 2002-07-20 Aidan Skinner <aidan@velvet.net>
3683
3684 * MAINTAINERS: Add self under write after approval.
3685
3686 2002-07-20 Aidan Skinner <aidan@velvet.net>
3687
3688 * ada-tasks.c: Change k&r style function definitions to prototyped
3689 form.
3690
3691 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3692
3693 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3694 * x86-64-tdep.c: Include "objfiles.h".
3695 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3696 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3697
3698 2002-07-17 Michal Ludvig <michal@suse.cz>
3699
3700 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3701 (update_context): Initialise cfa variable.
3702
3703 2002-07-17 Michael Snyder <msnyder@redhat.com>
3704
3705 * aix-thread.c: Shorten some long lines.
3706 Bring comments into line with code spec.
3707
3708 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3709
3710 * infrun.c: Re-indent using gdb_indent.sh.
3711
3712 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3713
3714 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3715 Leave the indentation temporarily untouched, to minimize the diffs.
3716
3717 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3718
3719 * stabsread.c: Make os9k sections of the code obsolete,
3720 for real this time.
3721 * stabsread.h: Make os9k sections of the code obsolete.
3722
3723 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3724
3725 * linux-low.c (regsets_store_inferior_registers): Add free()
3726 at the end of a loop to prevent memory leak.
3727 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3728 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3729 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3730 line a comment.
3731 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3732
3733 2002-07-17 Jim Blandy <jimb@redhat.com>
3734
3735 * macrocmd.c (info_macro_command): Remove newline from error
3736 message.
3737
3738 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3739
3740 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3741 (sh_gdbarch_init): Use it for sh-dsp.
3742
3743 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3744
3745 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3746 64-bit DWARF2 format.
3747
3748 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3749
3750 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3751 <sys/proc.h> when not available.
3752
3753 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3754
3755 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3756 * stabsread.c: Make os9k sections of the code obsolete.
3757 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3758 * config/i386/i386os9k.mt: Make file obsolete.
3759 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3760 (COMMON_OBS): Remove os9kread.o
3761 (SFILES): Remove os9kread.c.
3762 (os9kread.o, remote-os9k.o): Make target obsolete.
3763 * remote-os9k.c: Make file obsolete.
3764 * os9kread.c: Make file obsolete.
3765 * Makefile.in
3766
3767 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3768
3769 * NEWS: Mention that the FR30 has been made obsolete.
3770 * fr30-tdep.c: Make file obsolete.
3771 * config/fr30/tm-fr30.h: Ditto.
3772 * config/fr30/fr30.mt: Ditto.
3773 * configure.tgt: Make fr30-*-elf obsolete.
3774 * MAINTAINERS: Make fr30-elf obsolete.
3775
3776 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3777
3778 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3779 found is not inside a section.
3780
3781 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3782
3783 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3784 strerror().
3785 (pdc_realloc): Use xrealloc() instead of realloc().
3786
3787 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3788
3789 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3790 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3791 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3792 macros.
3793
3794 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3795
3796 * aix-thread.c (ptrace_check): Eliminate goto.
3797 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3798 problem.
3799
3800 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3801
3802 * aix-thread.c (gdbcmd.h): Include.
3803 (DEBUG, DBG, DBG2, dbg): Eliminate.
3804 (debug_aix_thread): New static global.
3805 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3806 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3807 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3808 invocations to DBG and DBG2 macros to test against
3809 ``debug_aix_thread'' and call fprintf_unfiltered().
3810 (_initialize_aix_thread): Add new command "set debug aix-thread".
3811
3812 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3813
3814 From Gerhard Tonn <TON@de.ibm.com>:
3815 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3816 instead of supply_register.
3817
3818 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3819
3820 * dwarf2cfi.c: Include "gdb_assert.h".
3821 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3822 non-NULL.
3823 (update_context): Do not use __func__. Add missing ``break''.
3824 (update_context): Do not use __func__.
3825
3826 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3827
3828 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3829 and its setting. Set gdbarch instruction printing functions
3830 directly. For non-rs6000 case use new function
3831 gdb_print_insn_powerpc.
3832 (gdb_print_insn_powerpc): New function.
3833
3834 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3835
3836 * NEWS: Mention that the d30v has been marked obsolete.
3837 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3838 * configure.tgt: Mark d30v-*-* as obsolete.
3839 * d30v-tdep.c: Mark file as obsolete.
3840 * config/d30v/d30v.mt: Ditto.
3841 * config/d30v/tm-d30v.h: Ditto.
3842
3843 2002-07-13 Aidan Skinner <aidan@velvet.net>
3844
3845 * ada-tasks.c (add_task_entry): replace calls to
3846 malloc() with xmalloc
3847 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3848
3849 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3850 ada_finish_decode_line_1, all_sals_for_line
3851 ada_breakpoint_rewrite): replace calls to free() with xfree()
3852
3853 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3854
3855 From Nicholas Duffek (with minor changes by Martin Hunt,
3856 Louis Hamilton, and Kevin Buettner):
3857 * aix-thread.c: New file.
3858
3859 2002-07-12 Petr Sorfa <petrs@caldera.com>
3860
3861 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3862 complaint for invalid attribute class or form.
3863 (read_func_scope): DW_AT_frame_base
3864 better handling of DW_AT_block*.
3865 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3866 better handling of DW_AT_block*.
3867 (read_common_block): DW_AT_location
3868 better handling of DW_AT_block*.
3869 (read_partial_die): DW_AT_location better handling
3870 of DW_AT_block*.
3871 (new_symbol): DW_AT_external better handling of
3872 DW_AT_block*. Proper initialization of variable
3873 "addr".
3874 (attr_form_is_block): New function that returns true
3875 if the attribute's form is of DW_FORM_block*.
3876
3877 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3878
3879 * valops.c (find_method_list): Remove comment about
3880 removed STATIC_MEMFUNCP argument.
3881 (value_find_oload_method_list): Likewise.
3882
3883 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3884
3885 From Nicholas Duffek:
3886 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3887 target_new_objfile_hook.
3888
3889 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3890
3891 From Nicholas Duffek:
3892 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3893 csect.
3894
3895 2002-07-12 Andrew Cagney <cagney@redhat.com>
3896
3897 * MAINTAINERS: Mention --enable-sim-build-warnings.
3898 (m68hc11-elf): Disable sim build warnings.
3899 (m32r-elf): Mark as broken obsolete candidate.
3900 (x86_64-linux-gnu): Mark as buildable with -Werror.
3901 (arm-elf): Change -w to ``,'' which enables warnings but not
3902 -Werror.
3903
3904 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3905
3906 * bcache.h: Update copyright.
3907 (struct bstring, struct bcache): Move definition to "bcache.c".
3908 Replaced by opaque declaration.
3909 (bcache_xfree): Replace free_bcache.
3910 (bcache_xmalloc, bcache_memory_used): Declare.
3911
3912 * bcache.c: Update copyright.
3913 (struct bstring, struct bcache): Moved to here from "bcache.h".
3914 Update comments.
3915 (bcache_xmalloc, bcache_memory_used): New functions.
3916 (bcache_xfree): Replace function free_bcache.
3917
3918 * Makefile.in (objfiles.o): Add $(bcache_h).
3919 (objfiles_h): Remove $(bcache_h).
3920 (symfile.o): Add $(bcache_h).
3921
3922 * symmisc.c: Update copyright.
3923 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3924 (print_objfile_statistics): Use bcache_memory_used.
3925
3926 * symfile.c: Include "bcache.h".
3927 (reread_symbols): Use bcache_xfree.
3928 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3929 (add_psymbol_to_list): Pass psymbol_cache by value.
3930 (add_psymbol_with_dem_name_to_list): Ditto.
3931
3932 * objfiles.h: Update copyright.
3933 (struct bcache): Declare opaque. Do not include "bcache.h".
3934 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3935 bcache'' pointers.
3936 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3937
3938 * objfiles.c: Include "bcache.h". Update copyright.
3939 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3940 macro_cache.
3941 (free_objfile): Use bcache_xfree.
3942
3943 2002-07-11 Grace Sainsbury <graces@redhat.com>
3944
3945 * monitor.c (monitor_fetch_register): Make name a constant.
3946 (monitor_store_register): Same.
3947
3948 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3949
3950 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3951 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3952 (finish_block) For non-function blocks, hash the symbol table. For
3953 function blocks, mark the symbol table as unhashed.
3954 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3955 (msymbol_hash_iw): Likewise.
3956 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3957 value.
3958 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3959 (lookup_minimal_symbol): Likewise for both.
3960 * symtab.h (struct block): Add `hashtable' flag. Comment the
3961 hashtable.
3962 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3963 (ALL_BLOCK_SYMBOLS): Update.
3964 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3965 (struct symbol): Add `hash_next' pointer.
3966 * symtab.c (lookup_block_symbol): Search using the hash table when
3967 possible.
3968 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3969 (search_symbols, find_addr_symbol): Likewise.
3970
3971 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3972 (read_dst_symtab): Likewise.
3973 * jv-lang.c (get_java_class_symtab): Likewise.
3974 * mdebugread.c: Include "gdb_assert.h".
3975 (shrink_block): Assert that the block being modified is not hashed.
3976 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3977 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3978 symbols.
3979 (dump_symtab): Recognize hashed blocks.
3980 * printcmd.c (print_frame_args): Assert that function blocks do not
3981 have hashed symbol tables.
3982 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3983 (fill_in_ada_prototype, debug_print_block): Likewise.
3984 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3985
3986 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3987
3988 * stack.c (print_frame): Use result of frame_address_in_block()
3989 instead of fi->pc when evaluating symbols.
3990 (backtrace_command_1): Ditto.
3991
3992 2002-07-11 Andrew Cagney <cagney@redhat.com>
3993
3994 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3995 Make static.
3996
3997 * arm-tdep.c (arm_register_name): Make return type constant.
3998
3999 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4000
4001 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4002 prototype.
4003 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4004 * s390-tdep.c (s390_fp_regnum): Ditto.
4005 (s390_read_fp): Ditto.
4006 (s390_pop_frame): Ditto.
4007 (_initialize_s390_tdep): Ditto.
4008 * remote.c (get_remote_state): Ditto.
4009 * procfs.c (mappingflags): Ditto.
4010 * memattr.c (_initialize_mem): Ditto.
4011 * mcore-tdep.c (mcore_pop_frame): Ditto.
4012 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4013 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4014 * language.c (set_case_str): Ditto.
4015 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4016 * frv-tdep.c (new_variant): Ditto.
4017 (frv_stopped_data_address): Ditto.
4018 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4019 (context_alloc): Ditto.
4020 (frame_state_alloc): Ditto.
4021 (unwind_tmp_obstack_init): Ditto.
4022 (unwind_tmp_obstack_free): Ditto.
4023 (cfi_read_fp): Ditto.
4024 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4025 (cris_pop_frame): Ditto.
4026 * c-lang.c (scanning_macro_expansion): Ditto.
4027 (finished_macro_expansion): Ditto.
4028 (c_preprocess_and_parse): Ditto.
4029 * gdbarch.sh: Ditto.
4030 * gdbarch.h, gdbarch.c: Regenerate.
4031 * config/mn10200/tm-mn10200.h: Adjust indentation.
4032 * target.c: Adjust indentation.
4033 * symtab.h: Adjust indentation.
4034 * stabsread.h: Adjust indentation.
4035 * remote-es.c: Adjust indentation.
4036 * os9kread.c: Adjust indentation.
4037
4038 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4039
4040 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4041 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4042
4043 2002-07-10 Grace Sainsbury <graces@redhat.com>
4044
4045 * NEWS: Mention m68k, mcore multi-arching.
4046 * MAINTAINERS: Change status of m68k, mcore to reflect
4047 multi-arching.
4048
4049 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4050
4051 * valops.c (find_overload_match): Free oload_syms.
4052
4053 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4054
4055 Define HAVE_SYS_PROC_H if sys/proc.h exists
4056 * configure.in: Add check for sys/proc.h
4057 * config.in: Regenerate.
4058 * configure: Regenerate.
4059
4060 2002-07-09 Grace Sainsbury <graces@redhat.com>
4061
4062 * config/m68k/tm-m68k.h: Remove macros wrapped in
4063 #if !GDB_MULTI_ARCH.
4064
4065 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4066
4067 * config.in, configure: Regenerate.
4068
4069 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4070
4071 * dwarf2cfi.c: Include "gcore.h".
4072 (execute_stack_op): Fix implementation of the
4073 DW_OP_deref and DW_OP_deref_size operators by letting do their
4074 lookup in the target.
4075
4076 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4077
4078 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4079 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4080 tdep->sc_sp_offset.
4081
4082 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4083
4084 Fix PR gdb/595, gdb/602
4085 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4086 Don't call value_cast, just read the vtable pointer; update comments
4087 to match.
4088
4089 2002-07-05 Grace Sainsbury <graces@redhat.com>
4090
4091 * config/mcore/tm-mcore.h: Remove file.
4092 * config/mcore/mcore.mt: Remove definition of TM_FILE
4093 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4094
4095 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4096
4097 * i386bsd-tdep.c: Include "gdb_string.h".
4098
4099 2002-07-04 Grace Sainsbury <graces@redhat.com>
4100
4101 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4102 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4103 mcore-tdep.
4104 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4105 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4106 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4107 (RETVAL_REGNUM): Move macros from tm-mcore.h
4108 (mcore_reg_struct_has_addr): New function.
4109 (mcore_gdbarch_init): Added initializations for the macros removed
4110 from tm-mcore.h.
4111
4112 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4113
4114 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4115 traditonal string branding within the ELF header.
4116
4117 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4118
4119 * symtab.c (remove_params): New function.
4120 (make_symbol_overload_list): Use it instead of cplus_demangle.
4121 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4122
4123 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4124
4125 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4126
4127 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4128 New variables.
4129 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4130 and tdep->sigtramp_end.
4131 * i386obsd-nat.c: New file.
4132 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4133
4134 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4135 Don't call get_current_frame().
4136
4137 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4138
4139 * i386-nat.c (child_post_startup_inferior): New function
4140 calling i386_cleanup_dregs if
4141 I386_USE_GENERIC_WATCHPOINTS is defined.
4142 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4143 conditional to acknowledge that i386-nat.c has its
4144 own child_post_startup_inferior function.
4145
4146 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4147
4148 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4149 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4150 instead of MAX_REGISTER_RAW_SIZE.
4151 (i386_extract_return_value, i386_extract_struct_value_address):
4152 Convert to use regcache.
4153 (i386_gdbarch_init): Set max_register_raw_size and
4154 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4155 Set extract_return_value and extract_struct_value_address instead
4156 of their deprecated variants.
4157
4158 Convert i386 target to generic dummy frames.
4159 * i386-tdep.c: Include "symfile.h".
4160 (i386_frameless_signal_p): Consider a function to be frameless if
4161 the pc points at the first instruction of the function.
4162 (i386_frame_chain): Handle (generic) call dummies.
4163 (i386_frame_saved_pc): Likewise.
4164 (i386_frame_init_saved_regs): Remove code dealing with call
4165 dummies on the stack.
4166 (i386_push_dummy_frame): Removed.
4167 (i386_call_dummy_words): Removed.
4168 (i386_fix_call_dummy): Removed.
4169 (i386_push_return_address): New function.
4170 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4171 parameter, and don't call get_current_frame.
4172 (i386_pop_frame): New function.
4173 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4174 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4175 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4176 call_dummy_length to 0, set call_dummy_words to NULL, set
4177 sizeof_call_dummy_words to 0, set fix_call_dummy to
4178 generic_fix_call_dummy, set pc_in_call_dummy to
4179 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4180 generic_push_dummy_frame, set push_return_address to
4181 i386_push_return_address and set frame_chain_valid to
4182 generic_file_frame_chain_valid.
4183
4184 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4185
4186 * gdbarch.sh (struct regcache): Add opaque declaration.
4187 (EXTRACT_RETURN_VALUE): New architecture method.
4188 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4189 * gdbarch.h, gdbarch.c: Regenerate.
4190 * arch-utils.c (legacy_extract_return_value): New function.
4191 * arch-utils.h (legacy_extract_return_value): Declare.
4192 * values.c (value_being_returned): Re-enable code handling
4193 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4194 deprecated_grub_regcache_for_registers call to block handling
4195 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4196 (EXTRACT_RETURN_VALUE): Do not define.
4197
4198 2002-07-03 Grace Sainsbury <graces@redhat.com>
4199
4200 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4201 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4202 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4203 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4204 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4205 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4206 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4207 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4208 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4209 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4210 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4211 argument so the function fits the prototype in the architecture
4212 vector.
4213 (mcore_pop_frame): Remove argument so the function fits the
4214 prototype. Use get_current_frame instead of the argument.
4215 (mcore_push_arguments): Change type of struct_return so the
4216 function can be used in the architecture vector.
4217 (mcore_store_struct_return): Add.
4218 (mcore_frame_init_saved_regs): Add.
4219 (mcore_gdbarch_init): Add function calls to replace the macros
4220 removed from tm-mcore.h
4221
4222 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4223
4224 * infcmd.c (print_return_value): Remove compatibility code calling
4225 deprecated_grub_regcache_for_registers.
4226
4227 * values.c: Include "regcache.h".
4228 (value_being_returned): Update. Use
4229 deprecated_grub_regcache_for_registers to extract the register
4230 buffer address.
4231 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4232 ``struct regcache''.
4233 * Makefile.in (values.o): Add dependency on $(regcache_h).
4234
4235 * inferior.h (run_stack_dummy): Change type of second parameter to
4236 a ``struct regcache''.
4237 * valops.c (hand_function_call): Change type of retbuf to ``struct
4238 regcache''. Allocate using regcache_xmalloc, clean using
4239 make_cleanup_regcache_xfree.
4240 * infcmd.c (run_stack_dummy): Update. Use
4241 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4242
4243 * regcache.c (do_regcache_xfree): New function.
4244 (make_cleanup_regcache_xfree): New function.
4245 * regcache.h (make_cleanup_regcache_xfree): Declare.
4246
4247 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4248
4249 * event-top.c (command_line_handler): Don't read past
4250 beginning of buffer.
4251
4252 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4253
4254 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4255 struct frame_id.
4256 (varobj_create): Store frame_id for root.
4257 (varobj_gen_name): Use xasprintf.
4258 (varobj_update): Save and restore frame using get_frame_id() and
4259 frame_find_by_id().
4260 (create_child): Use xasprintf.
4261 (new_root_variable): Initialize frame_id.
4262 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4263 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4264 to prevent memory leak.
4265
4266 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4267
4268 * valops.c (hand_function_call): Move declaration of retbuf to
4269 start of function, allocate using malloc, add a cleanup but before
4270 the inf_status cleanup, cleanup the buffer. Rename local variable
4271 old_chain to inf_status_cleanup.
4272
4273 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4274
4275 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4276
4277 * cli/cli-decode.c (cmd_func_p): New function.
4278 (cmd_func): New function.
4279
4280 * command.h: Add cmd_func() and cmd_func_p().
4281
4282 2002-07-03 Grace Sainsbury <graces@redhat.com>
4283
4284 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4285 (REGISTER_SIZE): Remove.
4286 (MAX_REGISTER_RAW_SIZE): Remove.
4287 (REGISTER_VIRTUAL_TYPE): Remove.
4288 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4289 (REGISTER_NAME): Remove.
4290 (USE_GENERIC_DUMMY_FRAMES): Remove.
4291 (CALL_DUMMY): Remove.
4292 (CALL_DUMMY_START_OFFSET): Remove.
4293 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4294 (CALL_DUMMY_LOCATION): Remove.
4295 (FIX_CALL_DUMMY): Remove.
4296 (CALL_DUMMY_ADDRESS): Remove.
4297 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4298 (SAVE_DUMMY_FRAME_TOS): Remove.
4299 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4300 (mcore_register_virtual_type): New function.
4301 (mcore_register_byte): New function.
4302 (mcore_register_size): New function.
4303 (mcore_register_name): New function.
4304 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4305 macros removed from tm-mcore.h.
4306 (mcore_dump_tdep): Add.
4307 (_initialize_mcore_tdep): Add gdbarch_register call.
4308
4309 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4310
4311 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4312 frameless_look_for_prologue, such that we actually call this
4313 function.
4314
4315 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4316
4317 * frame.h (frame_address_in_block): New function.
4318
4319 * blockframe.c (frame_address_in_block): New function extracted
4320 from get_frame_block().
4321 (get_frame_block): Use frame_address_in_block().
4322 (block_innermost_frame): Use frame_address_in_block() to match
4323 the frame pc address against the block boundaries rather than
4324 the frame pc directly. This prevents a failure when a frame pc
4325 is actually a return-address pointing immediately after the end
4326 of the given block.
4327
4328 2002-07-02 Grace Sainsbury <graces@redhat.com>
4329
4330 * MAINTAINERS: Add self under write after approval.
4331
4332 2002-07-02 Grace Sainsbury <graces@redhat.com>
4333
4334 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4335 used in architecture vector. The default is
4336 m68k_local_breakpoint_from_pc.
4337 (m68k_local_breakpoint_from_pc): Add.
4338 (enum): Add register numbers from tm-m68k.h.
4339 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4340 vector.
4341 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4342 GDB_MULTI_ARCH_PARTIAL.
4343 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4344 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4345 m68k-tdep.c.
4346 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4347 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4348 to enum in m68k-tdep.c
4349
4350 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4351
4352 * solib-osf.c (open_map): Compute the list of shared libraries
4353 loaded by the inferior, rather than the list of libraries loaded
4354 by GDB itself. Otherwise, GDB ends up reading the symbols from
4355 the wrong shared libraries...
4356
4357 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4358
4359 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4360 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4361 macros.
4362 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4363 Remove functions.
4364 (FRAMELESS_SIGNAL): Remove function.
4365 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4366 i386_linux_saved_pc_after_call): Removed.
4367 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4368 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4369 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4370
4371 * i386-tdep.c (i386_frameless_signal_p): New function.
4372 (i386_frame_chain): Deal with frameless signals.
4373 (i386_sigtramp_saved_sp): New function.
4374 (i386_frame_saved_pc): Deal with frameless signals.
4375 (i386_saved_pc_after_call): Make sure the correct value is
4376 returned just after entry into a sigtramp.
4377 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4378 i386fbsd4_sc_sp_offset): New variables.
4379 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4380 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4381 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4382 similiar to what we already did for sc_pc_offset.
4383 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4384 tdep->sc_sp_offset.
4385
4386 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4387
4388 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4389
4390 * config/i386/tm-x86-64linux.h: New.
4391 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4392 definitions.
4393 * config/i386/nm-x86-64.h: Rename to ...
4394 * config/i386/nm-x86-64linux.h: ... this one.
4395 * config/i386/x86-64linux.mh: Reflect the above change.
4396
4397 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4398
4399 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4400 with sigcontext_addr. Add sc_sp_offset.
4401 (i386bsd_sigtramp_saved_pc): Remove prototype.
4402 (i386bsd_sicontext_addr): Add prototype.
4403 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4404 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4405 (i386_svr4_sigtramp_saved_pc): Removed.
4406 (i386_svr4_sigcontext_addr): New function.
4407 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4408 Initialize tdep->sigcontext_addr instead. Initialize
4409 tdep->sc_pc_offset and tdep->sc_sp_offset.
4410 (i386_gdbarch_init): Likewise.
4411 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4412 any more.
4413 (i386bsd_sigtramp_saved_pc): Remove function.
4414 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4415 Initialize tdep->sigcontext_addr instead. Initialize
4416 tdep->sc_pc_offset.
4417 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4418 of tdep->sigtramp_saved_pc.
4419 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4420 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4421 instead.
4422
4423 * i386-tdep.c (i386_frameless_function_invocation,
4424 i386_frame_num_args, i386_frame_init_saved_regs,
4425 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4426 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4427 i386_extract_return_value, i386_store_return_value,
4428 i386_extract_struct_value_address, i386_register_virtual_type,
4429 i386_register_convertible, i386_register_convert_to_virtual,
4430 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4431 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4432 static.
4433
4434 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4435
4436 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4437
4438 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4439 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4440 this macro. Include "value.h".
4441
4442 2002-06-30 Aidan Skinner <aidan@velvet.net>
4443
4444 * ada-exp.tab.c: remove as it's a generated file
4445 * ada-lex.c: remove as it's a generated file
4446
4447 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4448
4449 * config/i386/tm-i386.h (struct frame_info, struct
4450 frame_saved_regs, struct value, struct type): Remove forward
4451 declarations.
4452
4453 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4454 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4455 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4456 (FILL_FPXREGSET): Define.
4457
4458 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4459
4460 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4461 i[3456]86-*-netbsd* case.
4462 * config/i386/tm-obsd.h: Removed.
4463 * config/i386/obsd.mt: Removed.
4464 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4465 core-aout.o.
4466 (MH_CFLAGS): Add -DYYDEBUG=0.
4467
4468 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4469 i386nbsd_sc_pc_offset on OpenBSD too.
4470
4471 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4472 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4473 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4474 define.
4475 * i386bsd-tdep.c: Include "arch-utils.h".
4476 (i386bsd_aout_in_solib_call_trampoline): New function.
4477 (i386bsd_init_abi): Set in_solib_call_trampoline to
4478 i386bsd_aout_in_solib_call_trampoline.
4479 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4480 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4481
4482 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4483
4484 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4485 (struct obstack, struct bcache): Add opaque declarations.
4486 * Makefile.in (macrotab_h): Update
4487
4488 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4489
4490 * blockframe.c (generic_find_dummy_frame): Change return type to
4491 ``struct regcache''.
4492 (struct dummy_frame): Replace field ``registers'' with regcache, a
4493 struct regcache object.
4494 (generic_find_dummy_frame): Update.
4495 (generic_push_dummy_frame): Update. Use regcache_xfree,
4496 regcache_xmalloc and regcache_cpy.
4497 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4498 regcache_xfree.
4499 (deprecated_generic_find_dummy_frame): Update.
4500 (generic_read_register_dummy): Update. Use
4501 regcache_read_as_address.
4502 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4503 (generic_get_saved_register): Update. Use regcache_read.
4504
4505 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4506
4507 * Makefile.in (objfiles_h): Add $(bcache_h).
4508 * objfiles.h: Include "bcache.h".
4509
4510 * Makefile.in (symtab_h): Remove $(bcache_h).
4511 * symtab.h: Do not include "bcache.h".
4512
4513 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4514
4515 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4516 generic_func_frame_chain_valid.
4517
4518 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4519
4520 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4521 * config/i386/tm-fbsd.h: Likewise.
4522
4523 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4524
4525 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4526 generic_unwind_get_saved_register.
4527
4528 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4529
4530 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4531 * regcache.c (supply_register): Add missing argument to
4532 register_buffer call.
4533
4534 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4535
4536 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4537 Solaris /bin/grep does not not like it. From Peter Schauer.
4538
4539 2002-06-26 Tom Tromey <tromey@redhat.com>
4540
4541 * command.h (add_setshow_cmd): Declare.
4542 (add_setshow_cmd_full): Declare.
4543 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4544 returns void. Use add_setshow_cmd_full.
4545 (add_setshow_cmd_full): New function.
4546 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4547 (add_setshow_boolean_cmd): Likewise.
4548
4549 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4550
4551 * config/vax/tm-vax.h: Protect from multiple inclusion.
4552 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4553 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4554 * config/vax/tm-vaxbsd.h: ...here. New file.
4555 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4556
4557 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4558
4559 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4560 (BELIEVE_PCC_PROMOTION): Remove.
4561 (AP_REGNUM): Move to...
4562 * config/vax/nm-vax.h: ...here.
4563 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4564 (vax_breakpoint_from_pc): New function.
4565 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4566 and gdbarch_believe_pcc_promotion.
4567
4568 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4569
4570 * Makefile.in (vax_tdep_h): Define.
4571 (vax-tdep.o): Use $(vax_tdep_h).
4572 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4573 (vax_dump_tdep): New function.
4574 (_initialize_vax_tdep): Register vax_dump_tdep.
4575 * vax-tdep.h: Include osabi.h.
4576 (struct gdbarch_tdep): New.
4577
4578 2002-06-26 Andrew Cagney <cagney@redhat.com>
4579
4580 * frame.h (deprecated_generic_find_dummy_frame): Rename
4581 generic_find_dummy_frame.
4582 * blockframe.c (generic_find_dummy_frame): Make static.
4583 (deprecated_generic_find_dummy_frame): New function.
4584 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4585 generic_find_dummy_frame with deprecated_find_dummy_frame.
4586 (sh64_nofp_frame_init_saved_regs): Ditto.
4587 (sh_fp_frame_init_saved_regs): Ditto.
4588 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4589 (s390_frame_chain): Ditto.
4590 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4591
4592 2002-06-26 Grace Sainsbury <graces@redhat.com>
4593
4594 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4595 gdbarch vector are at the top.
4596 (NUM_REGS): Remove.
4597 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4598 (FRAME_ARGS_ADDRESS): Remove.
4599 (FRAME_LOCALS_ADDRESS): Remove.
4600 (FRAME_NUM_ARGS): Remove.
4601 (FRAME_ARGS_SKIP): Remove.
4602 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4603 (m68k_gdbarch_init): Add gdbarch initializations for macros
4604 undefined in tm-m68k.h
4605
4606 2002-06-26 Grace Sainsbury <graces@redhat.com>
4607
4608 * monitor.h: Add the function regname to monitor_ops
4609 structure. This way NUM_REGS does not have to be a constant.
4610 * monitor.c (monitor_fetch_register): Added support for regname
4611 function. The function is called if the array regnames is NULL.
4612 (monitor_store_register): Same.
4613 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4614 regnames array.
4615 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4616 cpu32bug_cmds.regname to point to new function.
4617 * abug-rom.c (abug_regname): Same as above.
4618 (init_abug_cmds): Same.
4619 * dbug-rom.c (dbug_regname): Same as above.
4620 (init_dbug_cmds): Same.
4621 * remote-est.c (est_regname): Same.
4622 (init_est_cmds): Same.
4623 * rom68k-rom.c (rom68k_regname): Same.
4624 (init_rom68k_cmds): Same.
4625
4626 2002-06-25 Tom Tromey <tromey@redhat.com>
4627
4628 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4629
4630 2002-06-25 Andrew Cagney <cagney@redhat.com>
4631
4632 * infrun.c (stop_registers): Change variable's type to ``struct
4633 regcache'''.
4634 (xmalloc_inferior_status): Delete function.
4635 (free_inferior_status): Delete function.
4636 (normal_stop): Use regcache_cpy.
4637 (struct inferior_status): Change type of fields ``stop_registers''
4638 and ``registers'' to ``struct regcache''.
4639 (write_inferior_status_register): Use regcache_write.
4640 (save_inferior_status): Instead of calling
4641 xmalloc_inferior_status, allocate the inf_status buffer directly.
4642 Use regcache_dup_no_passthrough and regcache_dup to save the
4643 buffers.
4644 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4645 Replace the stop_registers regcache instead of overriding it. Use
4646 regcache_xfree. Instead of calling free_inferior_status, xfree
4647 the buffer directly.
4648 (discard_inferior_status): Use regcache_xfree. Instead of calling
4649 free_inferior_status, xfree the buffer directly.
4650 (build_infrun): Use regcache_xmalloc.
4651 (_initialize_infrun): Delete redundant call to build_infrun.
4652
4653 * Makefile.in (infcmd.o): Add $(regcache_h).
4654
4655 * infcmd.c: Include "regcache.h".
4656 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4657 obtain the address of `stop_registers' register buffer.
4658 (print_return_value): Ditto.
4659
4660 * inferior.h (struct regcache): Add opaque declaration.
4661 (stop_registers): Change variable's declared type to ``struct
4662 regcache''.
4663
4664 2002-06-24 Tom Tromey <tromey@redhat.com>
4665
4666 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4667 * target.c (initialize_targets): Fixed typo in
4668 trust-readonly-sections `show' documentation.
4669
4670 * main.c: Marked all strings with _().
4671
4672 2002-06-24 Don Howard <dhoward@redhat.com>
4673
4674 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4675 that means max CORE_ADDR+1.
4676 (lookup_mem_region): Ditto.
4677 (mem_info_command): Ditto.
4678
4679 2002-06-24 Grace Sainsbury <graces@redhat.com>
4680
4681 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4682 (REGISTER_BYTES_OK): Remove.
4683 (REGISTER_BYTES): Remove.
4684 (STORE_STRUCT_RETURN): Remove.
4685 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4686 (STORE_RETURN_VALUE): Remove.
4687 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4688 (FRAME_CHAIN): Remove.
4689 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4690 (FRAME_SAVED_PC): Remove.
4691 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4692 (m68k_store_struct_return): Add.
4693 (m68k_deprecated_extract_return_value): Add.
4694 (m68k_deprecated_extract_struct_value_address): Add.
4695 (m68k_store_return_value): Add.
4696 (m68k_frame_chain): Add.
4697 (m68k_frameless_function_invocation): Add.
4698 (m68k_frame_saved_pc): Add.
4699 (m68k_gdbarch_init): added set_gdbarch calls for new
4700 functions and deleted macros.
4701
4702 2002-06-23 Tom Tromey <tromey@redhat.com>
4703
4704 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4705 (ALLDEPFILES): Likewise.
4706 (udiheaders): Removed.
4707 (udip2soc.o): Likewise.
4708 (udi2go32.o): Likewise.
4709 (udr.o): Likewise.
4710 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4711
4712 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4713
4714 * infrun.c (_initialize_infrun): Delete unnecessary call to
4715 build_infrun.
4716
4717 * regcache.h: Update comments describing the regcache_cpy family
4718 of functions.
4719 (regcache_save, regcache_restore): Delete declaration.
4720 (regcache_save_no_passthrough): Delete declaration.
4721 (regcache_restore_no_passthrough): Delete declaration.
4722 * regcache.c (regcache_save): Delete function.
4723 (regcache_save_no_passthrough): Delete function.
4724 (regcache_restore): Delete function.
4725 (regcache_restore_no_passthrough): Delete function.
4726
4727 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4728
4729 * config/m68k/tm-m68k.h: Fix typo.
4730 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4731 (m68k_frame_init_saved_regs): Declare.
4732
4733 2002-06-21 Jim Blandy <jimb@redhat.com>
4734
4735 Remove some vestiges of Harris 88k support.
4736 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4737 register numbering quirk.
4738 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4739 odd symbols occurring in Harris 88k ELF targets.
4740
4741 2002-06-21 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb_locale.h: New file.
4744 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4745 (defs_h): Added gdb_locale.h.
4746 * configure, config.in: Rebuilt.
4747 * configure.in (PACKAGE): Define.
4748 * defs.h: Include gdb_locale.h.
4749 * main.c (captured_main): Call setlocale, bindtextdomain,
4750 textdomain.
4751
4752 2002-06-21 Dave Brolley <brolley@redhat.com>
4753
4754 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4755 * config/frv/frv.mt: New file.
4756 * config/frv/tm-frv.h: New file.
4757 * configure.tgt: Support frv-*-*.
4758 * Makefile.in (frv-tdep.o): New target.
4759 * frv-tdep.c: New file.
4760 * NEWS: Mention frv.
4761
4762 2002-06-21 Dave Brolley <brolley@redhat.com>
4763
4764 * MAINTAINERS: Add self to "Write After Approval" list.
4765
4766 2002-06-21 Grace Sainsbury <graces@redhat.com>
4767
4768 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4769 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4770 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4771 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4772 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4773
4774 * m68k-tdep.c: Include arch-utils.h
4775 (m68k_register_raw_size): Add.
4776 (m68k_register_virtual_size): Add.
4777 (m68k_register_virtual_type): Add.
4778 (m68k_register_name): Add.
4779 (m68k_stack_align): Add.
4780 (m68k_register_byte): Add.
4781 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4782 tm-m68k.h.
4783
4784 2002-06-21 Grace Sainsbury <graces@redhat.com>
4785
4786 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4787 m68k_find_saved_regs.
4788 (m68k_pop_frame): Removed saved_regs structure, and replaced
4789 references to it with frame->saved_regs.
4790 (m68k_gdbarch_init): Added function calls to initialize the
4791 gdbarch structure.
4792 (m68k_fix_call_dummy): Add.
4793 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4794 (CALL_DUMMY): Remove.
4795 (CALL_DUMMY_LENGTH): Remove.
4796 (CALL_DUMMY_START_OFFSET): Remove.
4797 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4798 (FIX_CALL_DUMMY): Remove.
4799 (PUSH_DUMMY_FRAME): Remove.
4800 (POP_FRAME): Remove.
4801
4802 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4803
4804 * parse.c (parse_fprintf): New function used to avoid calls to
4805 fprintf in bison parser generated debug code.
4806 * parser-defs.h: Declaration of new parse_fprintf function.
4807 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4808 Set YYDEBUG to 1 by default.
4809 Set YYFPRINTF as parse_fprintf.
4810
4811 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4812
4813 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4814 encoding anymore.
4815 (pointer_encoding, enum ptr_encoding): New.
4816 (execute_cfa_program): Take care about pointer encoding.
4817 (dwarf2_build_frame_info): Only call parse_frame_info for
4818 .debug_frame and .eh_frame.
4819 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4820 fixed augmentation handling, added relative addressing,
4821 ignore duplicate FDEs. Added comments.
4822 * dwarf2cfi.c: Reindented.
4823
4824 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4825
4826 * event-top.c (command_handler): Don't use space_at_cmd_start
4827 unless there is sbrk() on the host. Assign time and space data
4828 to union fields of the appropriate length.
4829
4830 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4831
4832 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4833 x86_64_register_name. Return type changed to 'const char *'.
4834 (x86_64_register_name2nr): Rename to x86_64_register_number.
4835 (x86_64_gdbarch_init): Update to reflect the change.
4836 * x86-64-tdep.h: Ditto.
4837 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4838 (supply_fpregset): Ditto.
4839
4840 2002-06-19 Andrew Cagney <cagney@redhat.com>
4841
4842 * regcache.h: Update copyright.
4843 (struct regcache, struct gdbarch): Add opaque declarations.
4844 (current_regcache): Declare global variable.
4845 (regcache_read, regcache_write): Add gdbarch parameter.
4846 (regcache_save, regcache_save_no_passthrough)
4847 (regcache_restore, regcache_restore_no_passthrough)
4848 (regcache_dup, regcache_dup_no_passthrough)
4849 (regcache_cpy, regcache_cpy_no_passthrough)
4850 (deprecated_grub_regcache_for_registers)
4851 (deprecated_grub_regcache_for_register_valid)
4852 (regcache_valid_p): Add function declarations.
4853
4854 * regcache.c: Update copyright.
4855 (regcache_descr_handle): New global variable.
4856 (struct regcache_descr): Define.
4857 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4858 (regcache_descr, xfree_regcache_descr): New functions.
4859 (struct regcache): Define.
4860 (regcache_xmalloc, regcache_xfree): New functions.
4861 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4862 (regcache_dup, regcache_dup_no_passthrough): New functions.
4863 (regcache_valid_p, regcache_read_as_address): New functions.
4864 (deprecated_grub_regcache_for_registers): New function.
4865 (deprecated_grub_regcache_for_register_valid): New function.
4866 (current_regcache): New global variable.
4867 (register_buffer): Add regcache parameter. Update calls.
4868 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4869 (read_register_gen, write_register_gen): Update register_buffer
4870 call. Test for legacy_p instead of gdbarch_register_read_p or
4871 gdbarch_register_write_p.
4872 (regcache_collect): Update register_buffer call.
4873 (build_regcache): Rewrite. Use deprecated grub functions.
4874 (regcache_save, regcache_save_no_passthrough): New functions.
4875 (regcache_restore, regcache_restore_no_passthrough): New
4876 functions.
4877 (_initialize_regcache): Create the regcache_data_handle. Swap
4878 current_regcache global variable.
4879
4880 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4881 parameter to regcache_read and regcache_write calls.
4882 (sh4_register_read): Ditto.
4883 (sh64_pseudo_register_read): Ditto.
4884 (sh64_register_read): Ditto.
4885 (sh_pseudo_register_write): Ditto.
4886 (sh4_register_write): Ditto.
4887 (sh64_pseudo_register_write): Ditto.
4888 (sh64_register_write): Ditto.
4889
4890 * defs.h (XCALLOC): Define.
4891
4892 2002-06-19 Grace Sainsbury <graces@redhat.com>
4893
4894 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4895 * m68k-tdep.c (m68k_gdbarch_init): Added.
4896 (m68k_dump_tdep): Added.
4897
4898 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4899
4900 * ada-lang.c (fill_in_ada_prototype): Update comment.
4901
4902 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4903
4904 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4905 MIPS_ABI_LAST.
4906 (mips_abi_string, mips_abi_strings): New.
4907 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4908 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4909 tdep->mips_abi_string. Honor mips_abi_string. Default to
4910 O32 if no ABI is found.
4911 (mips_dump_tdep): Use mips_abi_strings.
4912 (mips_abi_update): New function.
4913 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4914 ``set mips abi'' and ``show mips abi''. Check the size of
4915 mips_abi_strings.
4916
4917 2002-06-19 Andrew Cagney <cagney@redhat.com>
4918
4919 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4920 constant.
4921
4922 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4923
4924 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4925 current frame using only the first stack size adjustment. All
4926 subsequent size adjustments are not considered to be part of
4927 the "static" part of the current frame.
4928 Compute the address of the saved registers relative to the
4929 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4930 in use in this frame.
4931
4932 2002-06-18 Don Howard <dhoward@redhat.com>
4933
4934 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4935 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4936 suggesting this solution.
4937
4938 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4939
4940 * config/romp/xm-rtbsd.h: Delete file.
4941 * config/romp/rtbsd.mh: Delete file.
4942
4943 2002-06-18 Keith Seitz <keiths@redhat.com>
4944
4945 * breakpoint.c (condition_command): Post breakpoint_modify
4946 when a condition is added to an existing breakpoint.
4947 (commands_command): Likewise for commands.
4948 (set_ignore_count): Likewise for ignore counts.
4949 If no tty, do not simply return, still need to send event
4950 notification.
4951 (ignore_command): Only print a newline if the command came
4952 from a tty.
4953 Don't call breakpoints_changed, since this is now properly
4954 handled by set_ignore_count.
4955
4956 2002-06-18 Andrew Cagney <cagney@redhat.com>
4957
4958 * MAINTAINERS: Note that cris-elf target can be compiled with
4959 -Werror.
4960 * cris-tdep.c (cris_register_name): Make return type constant.
4961 (cris_breakpoint_from_pc): Ditto.
4962
4963 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4964
4965 * frame.h (struct frame_info): Change type of context to
4966 'struct context'.
4967
4968 2002-06-17 Andrew Cagney <cagney@redhat.com>
4969
4970 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4971 pointer.
4972 * gdbarch.h, gdbarch.c: Regenerate.
4973 * config/mips/tm-mips.h (mips_register_name): Update.
4974 * i386-tdep.h (i386_register_name): Update.
4975 * mips-tdep.c (mips_register_name): Update
4976 * alpha-tdep.c (alpha_register_name): Update.
4977 * arch-utils.c (legacy_register_name): Update.
4978 * arch-utils.h (legacy_register_name): Update.
4979 * avr-tdep.c (avr_register_name): Update.
4980 * ia64-tdep.c (ia64_register_name): Update.
4981 * i386-tdep.c (i386_register_name): Update.
4982 * sparc-tdep.c (sparc32_register_name): Update.
4983 (sparc64_register_name): Update.
4984 (sparclite_register_name): Update.
4985 (sparclet_register_name): Update.
4986 * sh-tdep.c (sh_generic_register_name): Update.
4987 (sh_sh_register_name): Update.
4988 (sh_sh3_register_name): Update.
4989 (sh_sh3e_register_name): Update.
4990 (sh_sh_dsp_register_name): Update.
4991 (sh_sh3_dsp_register_name): Update.
4992 (sh_sh4_register_name): Update.
4993 (sh_sh64_register_name): Update.
4994 * s390-tdep.c (s390_register_name): Update.
4995 * rs6000-tdep.c (rs6000_register_name): Update.
4996 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4997 (ns32k_register_name_32382): Update.
4998 * d10v-tdep.c (d10v_ts2_register_name): Update.
4999 (d10v_ts3_register_name): Update.
5000 * xstormy16-tdep.c (xstormy16_register_name): Update.
5001 * vax-tdep.c (vax_register_name): Update.
5002 * v850-tdep.c (v850_register_name): Update.
5003 * m68hc11-tdep.c (m68hc11_register_name): Update.
5004 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5005 (am33_register_name): Update.
5006
5007 2002-06-17 Grace Sainsbury <graces@redhat.com>
5008
5009 * m68k-tdep.c: Reindented.
5010
5011 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5012
5013 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5014 list of predefined types.
5015
5016 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5017
5018 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5019 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5020 REGISTER_CONVERT_TO_RAW): Remove defines.
5021 (i386_register_virtual_type, i386_register_convertible,
5022 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5023 Remove prototypes.
5024 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5025 macros mentioned above.
5026
5027 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5028 (i386lynx_saved_pc_after_call): Remove prototype.
5029 * i386ly-tdep.c: Include "i386-tdep.h".
5030 (i386lynx_saved_pc_after_call): Make static. Use
5031 read_memory_nobpt instead of read_memory. Use
5032 read_memory_unsigned_integer instead of read_memory_integer.
5033 (i386lynx_init_abi): New function.
5034 (i386lynx_coff_osabi_sniffer): New function.
5035 (_initialize_i386bsd_tdep): New function.
5036
5037 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5038 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5039 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5040 (i386_fix_call_dummy): Remove prototype.
5041 * i386-tdep.c (i386_call_dummy_words): New variable.
5042 (i386_gdbarch_init): Adjust for removal of the
5043 macros mentioned above.
5044
5045 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5046
5047 * command.h (add_setshow_auto_boolean_cmd): Replace
5048 add_set_auto_boolean_cmd.
5049 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5050 add_set_auto_boolean_cmd.
5051 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5052 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5053 mask-address'' command.
5054 (show_mask_address): Add cmd parameter.
5055 * remote.c (add_packet_config_cmd): Update. Change type of
5056 set_func and show_func to cmd_sfunc_ftype.
5057 (_initialize_remote): Update `set remote Z-packet'
5058 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5059 (show_remote_protocol_e_packet_cmd): Ditto.
5060 (show_remote_protocol_E_packet_cmd): Ditto.
5061 (show_remote_protocol_P_packet_cmd): Ditto.
5062 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5063 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5064 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5065 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5066 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5067 (show_remote_protocol_Z_packet_cmd): Ditto.
5068 (show_remote_protocol_binary_download_cmd): Ditto.
5069 (show_remote_cmd): Pass NULL to all of above.
5070
5071 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5072
5073 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5074 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5075 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5076 POP_FRAME): Remove defines.
5077 (i386_push_arguments, i386_store_struct_return,
5078 i386_extract_return_value, i386_store_return_value,
5079 i386_extract_struct_value_address, i386_push_dummy_frame,
5080 i386_pop_frame): Renove prototypes.
5081 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5082 macros mentioned above.
5083
5084 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5085
5086 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5087 add_set_boolean_cmd.
5088 (add_setshow_cmd): New function.
5089 * command.h (add_setshow_boolean_cmd): Replace
5090 add_set_boolean_cmd.
5091 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5092 and ``set rdiromatzero''.
5093 * maint.c (_initialize_maint_cmds): Update commented out code.
5094 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5095 * target.c (initialize_targets): Update `set
5096 trust-readonly-sections'.
5097 * remote.c (_initialize_remote): Update `set remotebreak'.
5098
5099 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5100
5101 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5102 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5103 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5104 fit into multi-arch framework.
5105 (i386_breakpoint_from_pc): New function.
5106 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5107 above.
5108
5109 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5110 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5111 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5112 (i386_frameless_function_invocation, i386_frame_num_args,
5113 i386_frame_init_saved_regs): Remove prototypes.
5114 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5115 macros mentioned above.
5116
5117 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5118
5119 * cli/cli-decode.c (set_cmd_cfunc): Update.
5120 (set_cmd_sfunc): Update.
5121 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5122 (set_cmd_sfunc, set_cmd_cfunc): Update.
5123 * cli/cli-decode.h: Update.
5124
5125 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5126
5127 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5128 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5129
5130 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5131
5132 * defs.h (auto_boolean): Declare enum.
5133 * command.h (cmd_auto_boolean): Delete enum.
5134 * mips-tdep.c (mask_address_var): Update.
5135 (mips_mask_address_p): Update.
5136 (show_mask_address): Update.
5137 * remote.c (struct packet_config): Update.
5138 (update_packet_config): Update.
5139 (show_packet_config_cmd): Update.
5140 (packet_ok): Update.
5141 (add_packet_config_cmd): Update.
5142 (_initialize_remote):
5143 * command.h: Update.
5144 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5145 (do_setshow_command): Update.
5146 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5147 * cli/cli-decode.h: Update.
5148
5149 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5150
5151 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5152 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5153 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5154 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5155 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5156 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5157
5158 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5159 list of DJGPP COFF targets.
5160
5161 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5162 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5163 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5164 (FP0_REGNUM): Remove define.
5165 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5166 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5167 (i386_register_virtual_size): Remove protoype.
5168 * i386-tdep.c (i386_register_virtual_size): Removed.
5169 (i386_extract_return_value, i386_store_return_value): Use
5170 FP0_REGNUM instead of NUM_FREGS to determine whether the
5171 floating-point registers are available.
5172 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5173 Adjust for removal of macros mentioned above.
5174
5175 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5176
5177 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5178 comments.
5179 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5180 Remove prototypes.
5181 (supply_gregset, fill_gregset): Remove use of register keyword and
5182 remove declaration for regmap. Use I386_NUM_GREGS instead of
5183 NUM_REGS and NUM_FREGS.
5184 (FPREGSET_FSAVE_OFFSET): Remove.
5185 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5186 NUM_FREGS to determine whether the floating-point registers are
5187 available.
5188
5189 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5190 gnu_store_registers): Replace usage of NUM_GREGS with
5191 I386_NUM_GREGS.
5192
5193 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5194 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5195 usage of NUM_GREGS with I386_NUM_GREGS.
5196
5197 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5198
5199 * i386bsd-nat.c: Include "i386-tdep.h".
5200 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5201 I386_NUM_GREGS.
5202
5203 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5204 and associated comment. They no longer make any sense, since we
5205 don't use this file anymore on Linux.
5206
5207 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5208 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5209 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5210 elements in these arrays.
5211 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5212 MAX_NUM_REGS.
5213
5214 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5215
5216 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5217 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5218
5219 2002-06-14 Andrew Cagney <cagney@redhat.com>
5220
5221 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5222 EXTRACT_RETURN_VALUE.
5223 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5224 EXTRACT_STRUCT_VALUE_ADDRESS.
5225 * gdbarch.h, gdbarch.c: Regenerate.
5226
5227 * values.c (value_being_returned): Handle
5228 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5229 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5230
5231 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5232 * arm-tdep.c (arm_gdbarch_init): Update.
5233 * avr-tdep.c (avr_gdbarch_init): Update.
5234 * cris-tdep.c (cris_gdbarch_init): Update.
5235 * d10v-tdep.c (d10v_gdbarch_init): Update.
5236 * ia64-tdep.c (ia64_gdbarch_init): Update.
5237 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5238 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5239 * s390-tdep.c (s390_gdbarch_init): Update.
5240 * sh-tdep.c (sh_gdbarch_init): Update.
5241 * s390-tdep.c (s390_gdbarch_init): Update.
5242 * sparc-tdep.c (sparc_gdbarch_init): Update.
5243 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5244 * v850-tdep.c (v850_gdbarch_init): Update.
5245 * vax-tdep.c (vax_gdbarch_init): Update.
5246 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5247 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5248
5249 * config/arc/tm-arc.h: Update.
5250 * config/d30v/tm-d30v.h: Update.
5251 * config/fr30/tm-fr30.h: Update.
5252 * config/h8300/tm-h8300.h: Update.
5253 * config/h8500/tm-h8500.h: Update.
5254 * config/i386/tm-i386.h: Update.
5255 * config/i386/tm-ptx.h: Update.
5256 * config/i386/tm-symmetry.h: Update.
5257 * config/i960/tm-i960.h: Update.
5258 * config/m32r/tm-m32r.h: Update.
5259 * config/m68k/tm-delta68.h: Update.
5260 * config/m68k/tm-linux.h: Update.
5261 * config/m68k/tm-m68k.h: Update.
5262 * config/m88k/tm-m88k.h: Update.
5263 * config/mcore/tm-mcore.h: Update.
5264 * config/mips/tm-mips.h: Update.
5265 * config/mn10200/tm-mn10200.h: Update.
5266 * config/pa/tm-hppa.h: Update.
5267 * config/pa/tm-hppa64.h: Update.
5268 * config/sparc/tm-sp64.h: Update.
5269 * config/sparc/tm-sparc.h: Update.
5270 * config/sparc/tm-sparclet.h: Update.
5271 * config/z8k/tm-z8k.h: Update.
5272
5273 2002-06-14 Andrew Cagney <cagney@redhat.com>
5274
5275 * Makefile.in (i386_linux_tdep_h): Define.
5276 (i386_tdep_h, i387_tdep_h): Define.
5277 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5278 $(i386_tdep_h) and $(i387_tdep_h).
5279 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5280
5281 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5282
5283 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5284 Already covered by the default.
5285
5286 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5287 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5288 (i386_gdbarch_init): Initialize long_double_format and long_double
5289 bit.
5290
5291 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5292 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5293 Move these to ...
5294 * config/i386/i386sol2.mh: ... here.
5295 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5296 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5297 (SIGCONTEXT_PC_OFFSET): Remove define.
5298 (IN_SIGTRAMP): Remove define.
5299 * i386-sol2-tdep.c: New file.
5300
5301 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5302 * config/i386/tm-i386nw.h: Removed.
5303
5304 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5305 USE_STRUCT_CONVENTION): Remove defines.
5306 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5307 (get_longjmp_target): Remove prototype.
5308 (IN_SIGTRAMP): Remove define.
5309 (i386bsd_in_sigtramp): Remove prototype.
5310 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5311 function. Update comment accordingly
5312 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5313 (FRAME_SAVED_PC): Remove define.
5314 (i386bsd_frame_saved_pc): Remove prototype.
5315 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5316 GET_LONGJMP_TARGET): Remove defines.
5317 (get_longjmp_target): Remove prototype.
5318 (IN_SIGTRAMP): Remove define.
5319 (i386bsd_in_sigtramp): Remove prototype.
5320 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5321 function. Update comment accordingly
5322 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5323 (FRAME_SAVED_PC): Remove define.
5324 (i386bsd_frame_saved_pc): Remove prototype.
5325 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5326 Remove prototype.
5327 (USE_STRUCT_CONVENTION): Remove prototype.
5328 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5329 declaration.
5330 (_initialize_i386bsd_nat): Revise logic to determine some
5331 constants at compile time when compiling a native GDB. Warn if
5332 things don't match up with what we expect.
5333 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5334 Remove variables.
5335 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5336 to use date stored in `struct gdbarch_tdep'.
5337 (i386bsd_sigcontext_offset): Remove varaible.
5338 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5339 stored in `struct gdbarch_tdep'.
5340 (i386bsd_frame_saved_pc): Make static.
5341 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5342 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5343 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5344 i386fbsd4_sc_pc_offset): New variables.
5345 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5346 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5347 functions.
5348 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5349 functions.
5350 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5351 Modify the value of i386fbsd_sigtramp_start and
5352 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5353 i386fbsd_sigtramp_end.
5354 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5355 function.
5356
5357 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5358 define to i386-linux-tdep.h.
5359 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5360 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5361 defines.
5362 (i386_linux_register_name, i386_linux_register_byte,
5363 i386_linux_register_raw_size): Remove prototypes.
5364 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5365 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5366 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5367 TARGET_WRITE_PC): Remove defines.
5368 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5369 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5370 i386_linux_write_pc): Remove prototypes.
5371 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5372 (get_longjmp_target): Remove prototype.
5373 * i386-linux-tdep.h: New file.
5374 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5375 * i386-linux-tdep.c: Include "i386-tdep.h" and
5376 "i386-linux-tdep.h".
5377 (i386_linux_register_name, i386_linux_register_byte,
5378 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5379 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5380 Make static.
5381 (i386_linux_init_abi): New function.
5382 (_initialize_i386_linux_tdep): New function.
5383
5384 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5385 (i386_saved_pc_after_call): Remove prototype.
5386 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5387 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5388 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5389 (i386_register_name, i386_stab_reg_to_regnum,
5390 i386_dwarf_reg_to_regnum): Remove prototypes.
5391 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5392 SIZEOF_SSE_REGS): Remove defines.
5393 (REGISTER_BYTES): Remove define.
5394 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5395 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5396 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5397 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5398 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5399 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5400 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5401 (get_longjmp_target): Remove prototype.
5402 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5403 (sigtramp_saved_pc): Remove define.
5404 (i386v4_sigtramp_saved_pc): Remove prototype.
5405 * config/i386/tm-go32.h (FRAME_CHAIN,
5406 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5407 (i386go32_frame_saved_pc): Remove prototype.
5408 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5409 (get_longjmp_target): Remove prototype.
5410 * i386-tdep.h: Include "osabi.h".
5411 (enum i386_abi): Removed.
5412 (enum struct_return): New enum.
5413 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5414 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5415 sc_pc_offset members.
5416 (i386_gdbarch_register_os_abi): Remove prototype.
5417 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5418 I386_SSE_NUM_REGS): New defines.
5419 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5420 I386_SSE_SIZEOF_REGS): New defines.
5421 (i386_register_name, i386_register_byte, i386_register_raw_size):
5422 New prototypes.
5423 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5424 (i386bsd_sigtramp_saved_pc): New prototype.
5425 * i386-tdep.c: Don't include "elf-bfd.h".
5426 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5427 i386_frame_chain, i386_saved_pc_after_call): Make static.
5428 (i386_frame_saved_pc): Rewrite to call architecture dependent
5429 function to deal with signal handlers. Make static.
5430 (i386go32_frame_saved_pc): Removed.
5431 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5432 Removed.
5433 (i386_get_longjmp_target): New function.
5434 (default_struct_convention, pcc_struct_convention,
5435 reg_struct_convention, valid_conventions, struct_convention): New
5436 variables.
5437 (i386_use_struct_convention): New function.
5438 (i386v4_sigtramp_saved_pc): Renamed to
5439 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5440 (i386_pc_in_sigtramp): New function.
5441 (i386_abi_names): Removed.
5442 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5443 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5444 Removed.
5445 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5446 i386_gdbarch_register_os_abi): Removed.
5447 (struct i386_abi_handler): Removed.
5448 (i386_abi_handler_list): Removed.
5449 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5450 functions.
5451 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5452 i386_nw_init_abi): New functions.
5453 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5454 Use set_gdbarch_xxx() calls instead of relying on macros for a
5455 number of calls.
5456 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5457 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5458 Register the various architecture variants defined in this file.
5459
5460 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5461
5462 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5463 (struct main_type): Remove arg_types member. Update comments for
5464 struct field.
5465 (TYPE_ARG_TYPES): Remove.
5466 (TYPE_FN_FIELD_ARGS): Update.
5467 (smash_to_method_type): Update prototype.
5468
5469 * c-typeprint.c (cp_type_print_method_args): Take method type
5470 instead of argument list. Use new argument layout. Simplify.
5471 (c_type_print_args): Use new argument layout. Simplify.
5472 (c_type_print_base): Update call to cp_type_print_method_args.
5473 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5474 argument; use die->type instead. Update call to
5475 smash_to_method_type.
5476 (read_structure_scope): Update call to dwarf2_add_member_fn.
5477 * gdbtypes.c (allocate_stub_method): Update comment.
5478 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5479 Use new argument layout.
5480 (check_stub_method): Use new argument layout. Don't count
5481 void as an argument.
5482 (print_arg_types): Update comments. Use new argument layout.
5483 (recursive_dump_type): Don't print arg_types member.
5484 * hpread.c (hpread_read_struct_type): Use new argument layout.
5485 (fixup_class_method_type): Likewise.
5486 (hpread_type_lookup): Likewise.
5487 * stabsread.c (read_type): Update calls to read_args and
5488 smash_to_method_type.
5489 (read_args): Use new argument layout. Simplify.
5490 * valops.c (typecmp): Use new argument layout. Update parameters
5491 and comments. Simplify.
5492 (hand_function_call): Use new argument layout.
5493 (search_struct_method): Update call to typecmp.
5494 (find_overload_match): Use new argument layout.
5495
5496 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5497
5498 * NEWS: Mention multithreaded debug support for gdbserver.
5499
5500 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5501
5502 * MAINTAINERS: Mention NEWS.
5503
5504 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5505
5506 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5507 (struct mips_objfile_private, compare_pdr_entries): New.
5508 (non_heuristic_proc_desc): Read the ".pdr" section if it
5509 is present.
5510
5511 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5512
5513 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5514 (arm_debug): New static variable.
5515 (_initialize_arm_tdep): Add ``set debug arm'' command.
5516
5517 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5518
5519 * Makefile.in (sim_arm_h): Define.
5520 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5521 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5522 (arm_register_sim_regno): New function, map an internal REGNUM
5523 onto a simulator register number.
5524 (arm_gdbarch_init): Set register_sim_regno.
5525
5526 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5527
5528 * MAINTAINERS: Add self.
5529
5530 2002-06-11 Jim Blandy <jimb@redhat.com>
5531
5532 * source.c (source_info): Mention whether the symtab has
5533 information about preprocessor macros.
5534
5535 Call the command `info macro', not `show macro'.
5536 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5537 Fix error message.
5538 (_initialize_macrocmd): Register `info_macro_command' in
5539 `infolist', not `showlist'.
5540
5541 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5542
5543 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5544 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5545 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5546 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5547 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5548 unconditionally.
5549 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5550 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5551 (_initialize_mips_tdep): Remove dead code.
5552 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5553 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5554 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5555 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5556 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5557 MIPS_LAST_FP_ARG_REGNUM): Remove.
5558
5559 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5560
5561 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5562 (unwind_tmp_obstack_free, parse_frame_info)
5563 (update_context, cfi_read_fp, cfi_write_fp)
5564 (cfi_frame_chain, cfi_init_extra_frame_info)
5565 (cfi_virtual_frame_pointer): Use the above function.
5566 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5567
5568 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5569
5570 * v850-tdep.c (v850_type_is_scalar): New function.
5571 (v850_use_struct_convention): Match current gcc implementation
5572 as close as possible.
5573 (v850_push_arguments): Fix stack_offset handling. Don't write
5574 struct_addr into register. This is done by v850_store_struct_return.
5575 (v850_extract_return_value): Care for structs.
5576 (v850_store_return_value): Ditto.
5577 (v850_store_struct_return): Actually write address.
5578
5579 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5580
5581 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5582 without debug information too.
5583
5584 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5585
5586 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5587 Make multi-arch pure.
5588 * gdbarch.h, gdbarch.c: Re-generate.
5589 * arm-tdep.c (arm_print_float_info): Update.
5590 * arch-utils.h (default_print_float_info): Update.
5591 * arch-utils.c (default_print_float_info): Update.
5592 * infcmd.c (float_info): Update call.
5593
5594 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5595
5596 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5597 the front of the initialize list.
5598
5599 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5600
5601 * infrun.c (struct inferior_status): Replace fields
5602 selected_frame_address and selected_level with field
5603 selected_frame_id.
5604 (save_inferior_status): Update. Use get_frame_id.
5605 (struct restore_selected_frame_args): Delete.
5606 (restore_selected_frame): Update. Use frame_find_by_id.
5607 (restore_inferior_status): Update.
5608
5609 * breakpoint.h (struct breakpoint): Change type of
5610 watchpoint_frame to frame_id.
5611 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5612 call to get_current_frame.
5613 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5614 get_current_frame.
5615 (watchpoint_check): Use frame_find_by_id.
5616
5617 * frame.h (record_selected_frame): Delete declaration.
5618 * stack.c (record_selected_frame): Delete function.
5619
5620 * frame.h (struct frame_id): Define.
5621 (get_frame_id): Declare.
5622 (frame_find_by_id): Declare.
5623 * frame.c (frame_find_by_id): New function.
5624 (get_frame_id): New function.
5625
5626 2002-06-10 Andrey Volkov <avolkov@transas.com>
5627
5628 * ser-e7kpc.c: Fix duplicated define and call of
5629 _initialize_ser_e7000pc
5630
5631 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5632
5633 * signals/signals.c (target_signal_from_host): Fix #ifdef
5634 SIGRTMIN case.
5635 (do_target_signal_to_host): Likewise.
5636
5637 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5638
5639 * mips-tdep.c (mips_find_abi_section): New function.
5640 (mips_gdbarch_init): Call it.
5641
5642 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5643
5644 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5645 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5646 after Andrew's 2002-06-08 gdbarch change.
5647
5648 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5649
5650 * i386-linux-nat.c (suppy_gregset): Don't supply
5651 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5652 register cache.
5653 (fill_gregset): Don't fetch it under the same circumstances.
5654
5655 2002-06-09 Andrew Cagney <cagney@redhat.com>
5656
5657 * Makefile.in (callback_h): Define.
5658 (remote_sim_h): Update path to remote-sim.h.
5659 (remote-rdp.o): Add $(callback_h).
5660 (remote-sim.o): Use $(callback_h).
5661 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5662 * remote-rdp.c: Include "gdb/callback.h".
5663
5664 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5665
5666 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5667 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5668
5669 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5670
5671 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5672 * rdi-share/serpardr.c: Ditto.
5673 * rdi-share/unixcomm.c: Ditto.
5674 * rdi-share/serdrv.c: Ditto.
5675 * rdi-share/hostchan.h: Ditto.
5676 * rdi-share/hostchan.c: Ditto.
5677 * rdi-share/host.h: Ditto.
5678 * rdi-share/devsw.c: Ditto.
5679
5680 * objfiles.h: Change type of obj_private to void pointer.
5681 * pa64solib.c: Update copyright. Don't include "assert.h", use
5682 strcmp instead of STREQ, use LONGEST, do not use PTR
5683 * somsolib.c: Ditto.
5684
5685 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5686 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5687 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5688
5689 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5690
5691 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5692 (default_get_saved_register): Delete function.
5693 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5694 generic_unwind_get_saved_register.
5695 * gdbarch.h, gdbarch.c: Re-generate.
5696
5697 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5698
5699 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5700 generic_func_frame_chain_valid.
5701 * gdbarch.h, gdbarch.c: Re-generate.
5702 * blockframe.c (generic_func_frame_chain_valid): Only check
5703 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5704 passing FP to PC_IN_CALL_DUMMY.
5705 Fix PR gdb/360.
5706
5707 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5708
5709 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5710 (register_gdbarch_data): Initialize init_p.
5711 (gdbarch_data): Initialize data pointer using the init function.
5712 (init_gdbarch_data): Delete function.
5713 (gdbarch_update_p): Update.
5714 (initialize_non_multiarch): Update.
5715 (struct gdbarch): Add field initialized_p.
5716 * gdbarch.h, gdbarch.c: Re-generate.
5717
5718 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5719
5720 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5721 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5722 better do the things actually here.
5723 * x86-64-tdep.c (x86_64_register_name2nr): New.
5724 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5725 (x86_64_gdbarch_init): Respect the above change.
5726 * x86-64-tdep.h (x86_64_register_name2nr)
5727 (x86_64_register_nr2name): Add prototypes.
5728 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5729
5730 2002-06-06 Michael Snyder <msnyder@redhat.com>
5731
5732 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5733 Delete extra braces and re-indent.
5734 (d10v_store_return_value): Char return values
5735 must be shifted over by one byte in R0.
5736 (d10v_extract_return_value): Delete extra braces, re-indent.
5737
5738 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5739
5740 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5741 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5742 (d10v_integer_to_address): Rewrite.
5743 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5744 the d10v specific functions which take care of converting to the
5745 correct space.
5746
5747 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5748
5749 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5750 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5751
5752 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5753
5754 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5755 includes.
5756 * config/tm-linux.h: Ditto.
5757 * config/alpha/tm-alphalinux.h: Ditto.
5758 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5759 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5760 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5761 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5762 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5763 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5764 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5765 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5766 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5767 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5768 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5769 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5770 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5771 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5772 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5773 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5774 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5775 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5776 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5777 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5778 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5779 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5780 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5781 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5782 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5783 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5784 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5785 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5786 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5787 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5788 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5789 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5790 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5791 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5792 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5793 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5794 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5795
5796 2002-05-04 Aidan Skinner <aidan@velvet.net>
5797
5798 * ada-exp.tab.c: New file
5799 * ada-exp.y: New file
5800 * ada-lang.c: New file
5801 * ada-lang.h: New file
5802 * ada-lex.c: New file
5803 * ada-lex.l: New file
5804 * ada-tasks.c: New file
5805 * ada-typeprint.c: New file
5806 * ada-valprint.c: New file
5807
5808 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5809
5810 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5811 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5812
5813 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5814
5815 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5816 insetead of ppc-linux-tdep.o.
5817 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5818 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5819
5820 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5821
5822 2002-05-07 Christian Groessler <chris@groessler.org>
5823 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5824 bit register contents for little endian hosts.
5825
5826 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5827
5828 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5829 any maintainer.
5830
5831 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5832
5833 * gdbarch.h: Regenerate.
5834
5835 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5836
5837 * MAINTAINERS: Add everyone to write-after-approval list.
5838
5839 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5840
5841 * stack.c (frame_info): Use frame_register_unwind instead of
5842 saved_regs. Mention when the SP is on the stack or in a register.
5843
5844 * frame.h (frame_register_unwind_ftype): Define. Document.
5845 (struct frame_info): Add field register_unwind and
5846 register_unwind_cache.
5847 (frame_register_unwind): Declare.
5848 (generic_unwind_get_saved_register): Declare.
5849
5850 * frame.c (frame_register_unwind): New function.
5851 (generic_unwind_get_saved_register): New function.
5852
5853 * blockframe.c (generic_call_dummy_register_unwind): New function.
5854 (frame_saved_regs_register_unwind): New function.
5855 (set_unwind_by_pc): New function.
5856 (create_new_frame): New function.
5857 (get_prev_frame): New function.
5858
5859 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5860
5861 * a29k-share/: Delete directory.
5862 * remote-vx29k.c: Delete file.
5863
5864 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5865
5866 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5867 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5868
5869 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5870
5871 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5872 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5873 (sparc64nbsd-nat.o)
5874 (sparcnbsd-nat.o)
5875 (sparcnbsd-tdep.o): New dependency lists.
5876 * NEWS: Note new UltraSPARC NetBSD native configuration.
5877 * configure.host (sparc64-*-netbsd*): New host.
5878 * configure.tgt (sparc-*-netbsdelf*)
5879 (sparc-*-netbsd*): Set gdb_target to nbsd.
5880 (sparc64-*-netbsd*): New target.
5881 * sparc64nbsd-nat.c: New file.
5882 * sparcnbsd-nat.c: New file.
5883 * sparcnbsd-tdep.c: New file.
5884 * sparcnbsd-tdep.h: New file.
5885 * config/sparc/nbsd.mt: New file.
5886 * config/sparc/nbsd64.mh: New file.
5887 * config/sparc/nbsd64.mt: New file.
5888 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5889 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5890 (HOST_IPC): Remove.
5891 * config/sparc/nbsdaout.mt: Remove.
5892 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5893 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5894 (HOST_IPC): Remove.
5895 * config/sparc/nbsdelf.mt: Remove.
5896 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5897 sparc-nat.c compatiblity defines.
5898 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5899 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5900 * config/sparc/tm-nbsd64.h: New file.
5901 * config/sparc/tm-nbsdaout.h: Remove.
5902 * config/sparc/xm-nbsd.h: Remove.
5903
5904 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5905
5906 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5907 * sparc-tdep.c: Include osabi.h.
5908 (gdbarch_tdep): Add osabi member.
5909 (_initialize_sparc_tdep): Use gdbarch_register.
5910 (sparc_gdbarch_init): Use generic OS ABI framework.
5911 (sparc_dump_tdep): New function.
5912
5913 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5914
5915 * corefile.c (do_captured_read_memory_integer): Return non-zero
5916 result.
5917 (safe_read_memory_integer): Copy result of memory read when
5918 status is non-zero. Also, add comments.
5919
5920 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5921
5922 * Makefile.in (ppc_tdep_h): Define.
5923 (ppc-linux-nat.o)
5924 (ppc-linux-tdep.o)
5925 (rs6000-tdep.o): Use $(ppc_tdep_h).
5926 (ppc-sysv-tdep.o)
5927 (ppcnbsd-nat.o)
5928 (ppcnbsd-tdep.o): New dependency lists.
5929 * ppc-tdep.h: Use generic OS ABI framework.
5930 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5931 (ppc_linux_init_abi): New functions.
5932 (ppc_sysv_abi_broken_use_struct_convention)
5933 (ppc_sysv_abi_use_struct_convention)
5934 (ppc_sysv_abi_push_arguments): Move to...
5935 * ppc-sysv-tdep.c: ...here.
5936 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5937 * rs6000-tdep.c (process_note_abi_tag_sections)
5938 (get_elfosabi): Remove.
5939 (rs6000_gdbarch_init): Use generic OS ABI framework.
5940 (rs6000_dump_tdep): New function.
5941 (_initialize_rs6000_tdep): Use gdbarch_register.
5942 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5943 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5944 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5945 of ppc-linux-tdep.o.
5946 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5947 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5948 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5949 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5950 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5951 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5952
5953 2002-05-29 Jim Blandy <jimb@redhat.com>
5954
5955 * macroscope.c (default_macro_scope): Put `void' in empty argument
5956 list.
5957
5958 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5959
5960 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5961 * arch-utils.c: Include "sim-regno.h".
5962 * gdbarch.sh: Don't include "sim-regno.h".
5963 * gdbarch.h, gdbarch.c: Regenerate.
5964 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5965 here.
5966 * arch-utils.h (legacy_register_sim_regno): To here.
5967 * remote-sim.c (legacy_register_sim_regno): Move function from
5968 here.
5969 * arch-utils.c (legacy_register_sim_regno): To here.
5970
5971 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5972
5973 * sim-regno.h: New file.
5974 * Makefile.in (sim_regno_h): Define.
5975 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5976 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5977 (legacy_register_sim_regno): New function.
5978 (one2one_register_sim_regno): New function.
5979 (gdbsim_fetch_register): Rewrite.
5980 (gdbsim_store_register): Only store a register when
5981 REGISTER_SIM_REGNO is valid.
5982 * d10v-tdep.c: Include "sim-regno.h".
5983 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5984 (d10v_ts3_register_sim_regno): Ditto.
5985 * gdbarch.sh: Include "sim-regno.h".
5986 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5987 * gdbarch.h, gdbarch.c: Regenerate.
5988 * arch-utils.h (default_register_sim_regno): Delete declaration.
5989 * arch-utils.c (default_register_sim_regno): Delete function.
5990
5991 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5992
5993 * ppcnbsd-nat.c: Rewrite.
5994 * ppcnbsd-tdep.c: New file.
5995 * ppcnbsd-tdep.h: New file.
5996 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5997 solib.o, and solib-svr4.o.
5998 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5999 nbsd-tdep.o, and corelow.o.
6000
6001 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6002
6003 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6004 `tr' and `sed'. Mention that `broken' targets are not expected to
6005 build.
6006
6007 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6008
6009 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6010 Let PC point right after the prologue before looking up symbols.
6011
6012 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6013
6014 * i386-tdep.c (i386_register_virtual_type): Return
6015 builtin_type_vec128i for SSE registers.
6016
6017 * gdbtypes.h (builtin_type_vec128i): Declare.
6018
6019 * gdbtypes.c (build_builtin_type_vec128i): New function.
6020 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6021 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6022 (build_gdbtypes): Initialize new builtin vector types.
6023 (_initialize_gdbtypes): Register new vector types with gdbarch.
6024
6025 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6026
6027 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6028 since it has been multi-arch'd.
6029 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6030 Move Alpha and VAX multi-arch news entries to same section
6031 as other multi-arch news.
6032
6033 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6034
6035 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6036 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6037 static. Rename some register numbers to put them in ns32k-tdep
6038 private namespace.
6039 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6040 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6041 functions.
6042 (_initialize_ns32k_tdep): Use gdbarch_register.
6043 * ns32k-tdep.h: New file.
6044 * ns32knbsd-tdep.c: New file.
6045 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6046 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6047 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6048 REGISTER_BYTES, REGISTER_BYTE): Remove.
6049 * config/ns32k/tm-ns32k.h: New file.
6050 * config/ns32k/tm-umax.h: Remove.
6051
6052 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6053
6054 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6055 ns32k_store_struct_return, ns32k_extract_return_value,
6056 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6057 functions.
6058 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6059 ns32k_saved_pc_after_call.
6060 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6061 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6062 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6063 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6064 ns32k_extract_struct_value_address.
6065
6066 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6067
6068 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6069 ns32k_fix_call_dummy): New.
6070 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6071 ns32k_call_dummy_words.
6072 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6073 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6074 CALL_DUMMY_NARGS): Remove.
6075 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6076
6077 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6078
6079 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6080 ns32k_frame_saved_pc, ns32k_frame_args_address,
6081 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6082 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6083 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6084 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6085 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6086 (BREAKPOINT): Remove..
6087 (FRAME_CHAIN): Define as ns32k_frame_chain.
6088 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6089 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6090 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6091 (FRAME_FIND_SAVED_REGS): Remove.
6092 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6093 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6094 (POP_FRAME): Define as ns32k_pop_frame.
6095
6096 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6097
6098 * ns32k-tdep.c (ns32k_register_byte_32082,
6099 ns32k_register_byte_32382, ns32k_register_raw_size,
6100 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6101 functions.
6102 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6103 ns32k_register_byte_32382.
6104 * config/ns32k/tm-umax.h: Update copyright years.
6105 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6106 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6107 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6108 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6109 (ns32k_get_enter_addr): Fix prototype.
6110
6111 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6112
6113 * ns32k-tdep.c: Update copyright years.
6114 (ns32k_register_name_32082): New function.
6115 (ns32k_register_name_32382): Ditto.
6116 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6117 (REGISTER_NAME): Define as ns32k_register_name_32382.
6118 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6119 (REGISTER_NAME): Define as ns32k_register_name_32082.
6120
6121 2002-05-24 Jim Blandy <jimb@redhat.com>
6122
6123 * dwarf2read.c (free_line_header): Use xfree, not free.
6124
6125 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6126
6127 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6128 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6129
6130 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6131
6132 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6133
6134 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6135
6136 From Ross Alexander at NEC Europe:
6137 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6138
6139 2002-05-23 Michael Snyder <msnyder@redhat.com>
6140
6141 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6142 for input, rather than parse_and_eval_address.
6143
6144 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6145
6146 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6147 * Makefile.in (sim_d10v_h): Update definition.
6148
6149 2002-05-24 Andrew Cagney <cagney@redhat.com>
6150
6151 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6152 change `2002-05-22 Michael Snyder' below.
6153 (d10v_push_arguments): Ditto.
6154 (d10v_extract_return_value): Ditto.
6155
6156 2002-05-23 Jim Blandy <jimb@redhat.com>
6157
6158 * macrotab.c (check_for_redefinition): Don't complain if the new
6159 definition is the same as the previous one. Take more arguments
6160 to allow the comparison.
6161 (macro_define_object, macro_define_function): Pass more arguments
6162 to check_for_redefinition.
6163
6164 2002-05-22 Michael Snyder <msnyder@redhat.com>
6165
6166 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6167 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6168 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6169 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6170 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6171 Add a temp variable to save a call (and a memory read).
6172 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6173 if possible (so that PC_IN_CALL_DUMMY will work).
6174
6175 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6176
6177 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6178
6179 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6180
6181 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6182 fde->cie_ptr.
6183 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6184 (dwarf2_build_frame_info): Add offset to fde->initial_location
6185 so that frames of shared libraries are mapped correctly.
6186 (execute_stack_op): Change type of 'result' from ULONGEST to
6187 CORE_ADDR.
6188
6189 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6190
6191 * config/alpha/tm-nbsd.h: Include solib.h.
6192
6193 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6194
6195 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6196 assumptions about the host's byte order.
6197
6198 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6199
6200 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6201 to dependency list.
6202 * alphanbsd-tdep.c: Include solib-svr4.h.
6203 * shnbsd-tdep.c: Ditto.
6204
6205 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6206
6207 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6208 nbsd-tdep.h to dependency list.
6209 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6210 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6211 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6212 nbsdaout.mh and nbsdelf.mh consistently.
6213 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6214 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6215 nbsdaout.mt and nbsdelf.mh consistently.
6216 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6217 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6218 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6219 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6220 a.out shared library stuff from here...
6221 * config/nm-nbsdaout.h: ...to here.
6222 * config/tm-nbsd.h: Remove.
6223 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6224 * config/arm/nbsd.mh: Remove.
6225 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6226 nbsd-tdep.o.
6227 * config/arm/nbsdaout.mh: New file.
6228 * config/arm/nbsdelf.mh: New file.
6229 * config/arm/nm-nbsdaout.h: New file.
6230 * config/i386/nbsd.mh: Remove.
6231 * config/i386/nbsd.mt: Remove.
6232 * config/i386/nbsdaout.mh: New file.
6233 * config/i386/nbsdaout.mt: New file.
6234 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6235 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6236 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6237 i386_register_u_addr): Remove.
6238 * config/i386/nm-nbsdaout.h: New file.
6239 * config/i386/nm-nbsdelf.h: Remove.
6240 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6241 (USE_STRUCT_CONVENTION): Remove.
6242 * config/i386/tm-nbsdaout.h: New file.
6243 * config/i386/tm-nbsdelf.h: Remove.
6244 * config/m68k/nbsd.mh: Remove.
6245 * config/m68k/nbsd.mt: Remove.
6246 * config/m68k/nbsdaout.mh: New file.
6247 * config/m68k/nbsdaout.mt: New file.
6248 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6249 * config/m68k/nm-nbsdaout.h: New file.
6250 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6251 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6252 * config/ns32k/nbsd.mh: Remove.
6253 * config/ns32k/nbsd.mt: Remove.
6254 * config/ns32k/nbsdaout.mh: New file.
6255 * config/ns32k/nbsdaout.mt: New file.
6256 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6257 * config/ns32k/nm-nbsdaout.h: New file.
6258 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6259 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6260 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6261 (SVR4_SHARED_LIBS): Remove.
6262 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6263 * config/sparc/nbsd.mh: Remove.
6264 * config/sparc/nbsd.mt: Remove.
6265 * config/sparc/nbsdaout.mh: New file.
6266 * config/sparc/nbsdaout.mt: New file.
6267 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6268 * config/sparc/nbsdelf.mt: New file.
6269 * config/sparc/nm-nbsdaout.h: New file.
6270 * config/sparc/nm-nbsdelf.h: Remove.
6271 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6272 * config/sparc/tm-nbsdaout.h: New file.
6273
6274 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6275
6276 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6277 mipsnbsd-tdep.c
6278 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6279
6280 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6281
6282 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6283 shnbsd-nat.c.
6284 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6285
6286 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6287
6288 * NEWS: Note new MIPS NetBSD native configuration.
6289 * configure.host (mips*-*-netbsd*): New host.
6290 * configure.tgt (mips*-*-netbsd*): New target.
6291 * mipsnbsd-nat.c: New file.
6292 * mipsnbsd-tdep.c: New file.
6293 * mipsnbsd-tdep.h: New file.
6294 * config/mips/nbsd.mh: New file.
6295 * config/mips/nbsd.mt: New file.
6296 * config/mips/nm-nbsd.h: New file.
6297 * config/mips/tm-nbsd.h: New file.
6298
6299 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6300
6301 * Makefile.in (SFILES): Add osabi.c.
6302 (COMMON_OBS): Add osabi.o.
6303 (osabi.o): New dependency list.
6304 * osabi.c: New file.
6305 * osabi.h: New file.
6306 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6307
6308 * Makefile.in (alpha_tdep_h): Define and use instead of
6309 alpha-tdep.h.
6310 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6311 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6312 Remove.
6313 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6314 * alpha-tdep.h: Include osabi.h.
6315 (alpha_abi): Remove.
6316 (gdbarch_tdep): Use generic OS ABI framework.
6317 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6318 gdbarch_register_osabi.
6319 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6320 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6321 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6322
6323 * Makefile.in (sh_tdep_h): Add osabi.h.
6324 * sh-tdep.h (sh_osabi): Remove.
6325 (gdbarch_tdep): Use generic OS ABI framework.
6326 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6327 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6328 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6329 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6330
6331 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6332 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6333 gdbarch_register_osabi.
6334 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6335 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6336 (get_elfosabi): Rename to...
6337 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6338 ABI framework support routines.
6339 (arm_gdbarch_init): Use generic OS ABI framework.
6340 (arm_dump_tdep): Likewise.
6341 (_initialize_arm_tdep): Likewise.
6342 * arm-tdep.h: Include osabi.h.
6343 (arm_abi): Remove.
6344 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6345 osabi member.
6346 (arm_gdbarch_register_os_abi): Remove prototype.
6347 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6348 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6349
6350 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6351 * mips-tdep.c: Include osabi.h.
6352 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6353 OS ABI framework.
6354
6355 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6356
6357 * h8300-tdep.c: Fix formatting.
6358
6359 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6360
6361 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6362 printing vector registers.
6363
6364 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6365
6366 From Fernando Nasser:
6367 * remote.c (remote_async_open_1): Re-throw the exception when the
6368 connection fails.
6369 (remote_cisco_open): Ditto.
6370 (remote_open_1): Ditto.
6371
6372 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6373
6374 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6375 (remote_start_remote): Add uiout parameter. Pass through to
6376 remote_start_remote_dummy.
6377 (remote_open_1): Use catch_exception instead of catch_errors.
6378 (remote_async_open_1): Ditto.
6379 (remote_cisco_open): Ditto.
6380
6381 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6382
6383 * remote.c (remote_start_remote): Replace PTR with void pointer.
6384 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6385 static.
6386
6387 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6388
6389 * gdb_indent.sh: Allow the script to be run in the sim directory.
6390
6391 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6392
6393 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6394 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6395
6396 * corelow.c (core_open): Only call set_gdbarch_from_file if
6397 exec_bfd is NULL.
6398
6399 2002-05-17 Andrey Volkov <avolkov@transas.com>
6400
6401 * h8300-tdep.c: Add support of EXR register
6402 * config/h8300/tm-h8300.h: Ditto.
6403
6404 2002-05-17 Andrey Volkov <avolkov@transas.com>
6405
6406 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6407
6408 2002-05-17 Andrey Volkov <avolkov@transas.com>
6409
6410 * h8300-tdep.c: Change literal regnums to REGNO.
6411
6412 2002-05-17 Jim Blandy <jimb@redhat.com>
6413
6414 * NEWS: Note addition of macro support.
6415
6416 Expand preprocessor macros in C expressions.
6417 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6418 (scan_macro_expansion, scanning_macro_expansion,
6419 finished_macro_expansion): New function declarations.
6420 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6421 variable declarations.
6422 * parser-defs.h (expression_context_pc): New declaration.
6423 * parse.c (expression_context_pc): New variable.
6424 (parse_exp_1): Set expression_context_pc, as well as
6425 expression_context_block.
6426 * c-exp.y (yylex): If we're not already reading the result of a
6427 macro expansion, try to macro-expand the next token. When we're
6428 done scanning a macro expansion, switch back to the mainline text.
6429 Commas and `if's in a macro's expansion don't terminate the input.
6430 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6431 (macro_original_text, macro_expanded_text,
6432 expression_macro_lookup_func, expression_macro_lookup_baton): New
6433 variables.
6434 (scan_macro_expansion, scanning_macro_expansion,
6435 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6436 c_preprocess_and_parse): New functions.
6437 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6438 c_preprocess_and_parse, instead of c_parse.
6439 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6440 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6441
6442 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6443
6444 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6445 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6446 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6447
6448 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6449
6450 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6451
6452 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6453
6454 * Makefile.in (sh_tdep_h): Define and use.
6455 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6456 register enum): Move to...
6457 * * sh-tdep.h: ...here.
6458 * sh-tdep.c: Include sh-tdep.h.
6459 * sh3-rom.c: Likewise.
6460 * shnbsd-tdep.c: Likewise.
6461
6462 2002-05-16 Michael Snyder <msnyder@redhat.com>
6463
6464 * arm-tdep.c: Spelling fix in comment.
6465
6466 2002-05-16 Jim Blandy <jimb@redhat.com>
6467
6468 Add commands for manually expanding macros and showing their
6469 definitions.
6470 * macrocmd.c, macroscope.c, macroscope.h: New files.
6471 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6472 (macroscope_h): New variable.
6473 (HFILES_NO_SRCDIR): Add macroscope.h.
6474 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6475 (macroscope.o, macrocmd.o): New rules.
6476
6477 Teach the Dwarf 2 reader to read macro information.
6478 * dwarf2read.c: #include "macrotab.h".
6479 (dwarf_macinfo_buffer): New variable.
6480 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6481 dwarf_macinfo_size.
6482 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6483 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6484 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6485 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6486 dwarf2_macro_spaces_in_definition): New complaints.
6487 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6488 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6489 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6490 the partial symbol table.
6491 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6492 from what's recorded in the partial symbol table.
6493 (read_file_scope): If the compilation unit has a
6494 `DW_AT_macro_info' attribute, read its macro information.
6495 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6496
6497 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6498
6499 Fix PR gdb/546
6500 * ser-tcp.c: Don't include <netinet/udp.h>.
6501
6502 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6503
6504 * MAINTAINERS: Update my email address.
6505
6506 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6507
6508 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6509 include file of the same name.
6510
6511 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6512
6513 * configure.tgt: Mark v850 as multi-arched.
6514 * config/v850/tm-v850.h: Remove file.
6515 * config/v850/v850.mt: Eliminate TM_FILE.
6516
6517 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6518
6519 * v850-tdep.c: Full multi-arch.
6520 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6521 Define GDB_MULTI_ARCH to 2.
6522
6523 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6524
6525 * p-exp.y (current_type): New static variable.
6526 Carries the type of the expression at the position that is parsed.
6527 (push_current_type, pop_current_type): Two new functions. Used
6528 to store/restore current_type in expression on specific tokens.
6529 (search_field): New static variable. Set to one after parsing a point
6530 as at that point only a FIELDNAME token should be searched.
6531 (FIELDNAME): New token. After a point only a token belonging to
6532 current_type type definition is allowed.
6533 (all over token rules): reset and change current_type according
6534 to rules.
6535 (exp '[' rule): insert implicit array index field if
6536 exp is a pascal string type.
6537
6538 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6539
6540 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6541 frame info. Use frame_info's saved_regs instead of matching member
6542 in extra_frame_info throughout.
6543 (v850_frame_init_saved_regs): New function.
6544 (v850_init_extra_frame_info): Move most functionality into
6545 v850_frame_init_saved_regs().
6546 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6547 (v850_frame_find_saved_regs): Remove declaration.
6548 (FRAME_FIND_SAVED_REGS): Remove definition.
6549 (v850_frame_init_saved_regs): Add declaration.
6550 (FRAME_INIT_SAVED_REGS): Add definition.
6551
6552 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6553
6554 * v850-tdep.c: Begin multi-arch'ing v850.
6555 (v850_target_architecture_hook): Remove function.
6556 (v850_gdbarch_init): New function. Add code previously in
6557 v850_target_architecture_hook().
6558 (_initialize_v850_tdep): Don't set target_architecture_hook.
6559 Call register_gdbarch_init() instead.
6560
6561 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6562
6563 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6564 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6565 (fixup_class_method_type): Likewise.
6566
6567 2002-05-15 Jim Blandy <jimb@redhat.com>
6568
6569 Add macro structures to GDB's symbol tables. Nobody puts anything
6570 in them yet.
6571 * symtab.h (struct symtab): New member: `macro_table'.
6572 * buildsym.h (pending_macros): New global variable.
6573 * buildsym.c: #include "macrotab.h".
6574 (buildsym_init): Initialize `pending_macros'.
6575 (end_symtab): If we found macro information while reading a CU's
6576 debugging info, do build a symtab structure for it. Make the
6577 symtab point to the macro information, and clear the
6578 `pending_macros' pointer which held it while we were reading the
6579 debug info.
6580 (really_free_pendings): Free any pending macro table.
6581 * objfiles.h (struct objfile): New member: `macro_cache'.
6582 * objfiles.c (allocate_objfile): Set allocate and free functions
6583 for the macro cache's objstack.
6584 (free_objfile): Empty the macro cache's obstack.
6585 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6586 set new allocate and free functions for it.
6587 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6588 free functions for the macro cache's objstack. (Why is this
6589 function building its own objfile?)
6590 * symmisc.c (print_objfile_statistics): Print statistics on the
6591 macro bcache.
6592 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6593
6594 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6595
6596 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6597 (REGISTER_U_ADDR): Delete definition.
6598 (arm_register_u_addr): Delete declaration.
6599
6600 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6601
6602 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6603 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6604
6605 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6606
6607 * regcache.c (register_valid): Revise comments refering to "Not
6608 available" and "unavailable".
6609 * frame.c (frame_register_read): Ditto.
6610 * findvar.c (value_of_register): Ditto.
6611
6612 2002-05-15 Andrew Cagney <cagney@redhat.com>
6613
6614 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6615 (remote-sim.o): Update dependencies.
6616 (d10v-tdep.o): Specify dependencies.
6617 (sim_d10v_h): Define.
6618
6619 2002-05-14 Jim Blandy <jimb@redhat.com>
6620
6621 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6622 * macrotab.c (macro_lookup_inclusion, find_definition,
6623 new_macro_table): Same.
6624
6625 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6626 not `! strcmp ()'. This is a dubious improvement.
6627 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6628
6629 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6630 although it's not necessary, to avoid a warning.
6631
6632 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6633
6634 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6635 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6636 TYPE_INSTANCE_FLAGS.
6637 (struct main_type): New.
6638 (struct type): Move most members to struct main_type. Change
6639 cv_type and as_type to new type_chain member. Add instance_flags.
6640 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6641 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6642 (finish_cv_type): Remove prototype.
6643 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6644 Set TYPE_CHAIN.
6645 (alloc_type_instance): New function.
6646 (smash_type): New function.
6647 (make_pointer_type, make_reference_type, make_function_type)
6648 (smash_to_member_type, smash_to_method_type): Call smash_type.
6649 (make_qualified_type): New function.
6650 (make_type_with_address_space): Call make_qualified_type.
6651 (make_cv_type): Likewise.
6652 (finish_cv_type): Remove unnecessary function.
6653 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6654 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6655 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6656 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6657 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6658 * hpread.c (hpread_read_struct_type): Likewise.
6659 * stabsread.c (read_struct_type): Likewise.
6660
6661 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6662
6663 * configure.tgt: Add a catch all sh* target, for cases like
6664 sh[2,3,4]-elf and sh-hms.
6665
6666 2002-05-14 Keith Seitz <keiths@redhat.com>
6667
6668 * event-loop.c (create_file_handler): Don't do anything but
6669 update data when we are given a fd which we are already
6670 monitoring.
6671
6672 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6673
6674 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6675 (update_context): Use __func__ in warnings.
6676
6677 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6678
6679 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6680 and tcp_close to net_open and net_close.
6681 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6682 using UDP if requested. Don't try to disable Nagle on UDP
6683 sockets.
6684 * remote.c (remote_serial_open): New function. Warn about UDP.
6685 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6686
6687 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6688
6689 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6690
6691 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6692
6693 * configure.tgt: Remove sh-hms target.
6694 * MAINTAINERS: Don't list sh-hms as a separate target.
6695
6696 2002-05-13 Jim Blandy <jimb@redhat.com>
6697
6698 Add first preprocessor macro-expansion files.
6699 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6700 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6701 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6702 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6703 (COMMON_OBS): Add macrotab.o, macroexp.o.
6704 (macroexp.o, macrotab.o): New rules.
6705
6706 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6707
6708 * config/m88k/tm-m88k.h: Update copyright.
6709 (m88k_target_write_pc): Declare
6710 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6711 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6712 (SHIFT_INST_REGS): Update definition.
6713 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6714 using old definition of TARGET_WRITE_PC.
6715 * regcache.c (generic_target_write_pc): Delete code handling
6716 NNPC_REGNUM.
6717 * gdbarch.sh (NNPC_REGNUM): Delete.
6718 * gdbarch.h, gdbarch.c: Regenerate.
6719
6720 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6721
6722 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6723 builtin reg number.
6724
6725 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6726
6727 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6728 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6729 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6730 access macros.
6731 * c-typeprint.c (cp_type_print_method_args): Likewise.
6732 (c_type_print_args): Likewise.
6733 * d10v-tdep.c (d10v_push_arguments): Likewise.
6734 (d10v_extract_return_value): Likewise.
6735 * expprint.c (print_subexp): Likewise.
6736 * gdbtypes.c (lookup_primitive_typename): Likewise.
6737 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6738 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6739 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6740 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6741 (TYPE_VECTOR): Likewise.
6742 * hpread.c (hpread_read_struct_type)
6743 (fix_static_member_physnames, fixup_class_method_type)
6744 (hpread_type_lookup): Likewise.
6745 * mdebugread.c (parse_symbol, parse_type): Likewise.
6746 * p-lang.c (is_pascal_string_type): Likewise.
6747 * valops.c (hand_function_call): Likewise.
6748 * x86-64-tdep.c (classify_argument): Likewise.
6749
6750 * hpread.c (hpread_read_function_type)
6751 (hpread_read_doc_function_type): Call replace_type.
6752 * dstread.c (create_new_type): Delete.
6753 (decode_dst_structure, process_dst_function): Call alloc_type.
6754 Use type access macros.
6755
6756 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6757
6758 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6759 the're not supported by the current architecture.
6760 (i387_fill_fxsave): Likewise.
6761
6762 2002-05-12 Fred Fish <fnf@redhat.com>
6763
6764 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6765 sect_index_xxx members to index the first slot in section_offsets
6766 if all of the section_offsets are zero.
6767
6768 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6769
6770 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6771 checked in with last change.
6772
6773 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6774
6775 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6776 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6777 config.sub.
6778
6779 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6780
6781 * Makefile.in: Update dependencies.
6782
6783 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6784
6785 * language.c (local_hex_string_custom): Simplify. Do not depend
6786 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6787
6788 * memattr.c (mem_info_command): Replace calls to
6789 longest_local_hex_string and longest_local_hex_string_custom.
6790 * buildsym.c (make_blockvector): Ditto.
6791 * solib.c (info_sharedlibrary_command): Ditto.
6792 * tracepoint.c (tracepoints_info): Ditto.
6793 * symtab.c (print_msymbol_info): Ditto.
6794
6795 * language.c (local_hex_string): Delete.
6796 (local_hex_string_custom): Delete.
6797 (longest_local_hex_string): Rename to local_hex_string.
6798 (longest_local_hex_string_custom): Rename to
6799 local_hex_string_custom.
6800 * language.h (local_hex_string): Change parameter type to LONGEST.
6801 (local_hex_string_custom): Ditto.
6802 (longest_local_hex_string): Delete declaration.
6803 (longest_local_hex_string_custom): Ditto.
6804
6805 * solib.c: Update copyright.
6806 * memattr.c: Update copyright.
6807
6808 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6809
6810 * arch-utils.h (legacy_register_to_value): Declare.
6811 (legacy_value_to_register): Declare.
6812 (legacy_convert_register_p): Declare.
6813 * arch-utils.c (legacy_register_to_value): New function.
6814 (legacy_value_to_register): New function.
6815 (legacy_convert_register_p): New function.
6816
6817 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6818 (VALUE_TO_REGISTER): Define.
6819 (CONVERT_REGISTER_P): Define.
6820 * gdbarch.h, gdbarch.c: Regenerate.
6821
6822 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6823 VALUE_TO_REGISTER.
6824 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6825 CONVERT_REGISTER_P.
6826
6827 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6828 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6829
6830 * Makefile.in: Update dependencies for valops.c.
6831 * valops.c: Include "gdb_assert.h".
6832 (typecmp): Skip THIS parameter to methods.
6833 (find_method_list): Remove static_memfuncp argument,
6834 update callers. Check for stub methods.
6835 (find_value_oload_method_list): Don't set *static_memfuncp.
6836 (find_overload_match): Don't check for stub methods. Assert
6837 that methods are not stubbed. Handle static methods.
6838 (value_find_oload_method_list): Remove static_memfuncp argument.
6839 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6840 to the argument list for static stub methods.
6841 * value.h (value_find_oload_method_list): Update prototype.
6842
6843 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6844
6845 * arch-utils.h (generic_register_size): Declare.
6846 (generic_register_raw_size, generic_register_virtual_size): Delete
6847 declarations.
6848 * arch-utils.c (generic_register_raw_size): Delete.
6849 (generic_register_size): New function.
6850 (generic_register_virtual_size): Delete.
6851
6852 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6853 default generic_register_size.
6854 * gdbarch.h, gdbarch.c: Re-generate.
6855
6856 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6857 register_virtual_size.
6858 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6859 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6860
6861 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6862
6863 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6864 * gdbarch.h, gdbarch.c: Regenerate.
6865 * gnu-v3-abi.c: Update copyright.
6866 (vtable_address_point_offset): Update.
6867 (gnuv3_rtti_type): Update.
6868 (gnuv3_baseclass_offset): Update.
6869 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6870 (init_fetch_link_map_offsets): Update.
6871 * remote.c (get_remote_state): Update.
6872
6873 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6874
6875 * TODO: Remove value_headof/value_from_vtable_info comment.
6876 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6877 * values.c (value_headof, value_from_vtable_info): Delete.
6878 * value.h (value_from_vtable_info): Delete prototype.
6879
6880 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6881
6882 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6883 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6884 $(gdb_regex_h).
6885 (gdb_assert_h): Define.
6886 (gdb_wait_h): Define.
6887 (gdb_regex_h): Define.
6888
6889 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6890
6891 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6892 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6893
6894 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6895
6896 * nbsd-tdep.c: Fix comment.
6897
6898 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6899
6900 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6901 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6902 (nbsd-tdep.o): New dependency list.
6903 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6904 nbsd-tdep.h.
6905 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6906 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6907 * nbsd-tdep.c: New file.
6908 * nbsd-tdep.h: New file.
6909 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6910 nbsd-tdep.h.
6911 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6912 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6913 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6914 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6915
6916 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6917
6918 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6919 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6920 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6921 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6922 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6923 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6924
6925 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6926
6927 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6928 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6929 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6930 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6931 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6932 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6933 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6934
6935 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6936
6937 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6938 fetch_elfcore_registers to...
6939 * i386nbsd-tdep.c: ...here.
6940 (i386nbsd_use_struct_convention): Rename to...
6941 (i386nbsd_aout_use_struct_convention): ...this.
6942 (i386nbsd_supply_reg): New function.
6943 (i386nbsd_fill_reg): New function.
6944 (fetch_core_registers): Use i386nbsd_supply_reg.
6945 (fetch_elfcore_registers): Likewise.
6946 (_initialize_i386nbsd_tdep): New function.
6947 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6948 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6949 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6950 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6951 (i386nbsd_aout_use_struct_convention): ...this.
6952
6953 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6954
6955 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6956 (store_inferior_registers): Use shnbsd_fill_reg.
6957 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6958 sh_nbsd_supply_register): Collapse into...
6959 (shnbsd_supply_reg): ...this.
6960 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6961 (shnbsd_fill_reg): ...this.
6962 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6963 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6964 (fetch_core_registers): Use shnbsd_supply_reg.
6965 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6966 (sh_nbsd_core_fns): Rename to...
6967 (shnbsd_core_fns): ...this.
6968 (sh_nbsd_elfcore_fns): Rename to...
6969 (shnbsd_elfcore_fns): ...this.
6970 (sh_nbsd_init_abi): Rename to...
6971 (shnbsd_init_abi): ...this.
6972 (_initialize_sh_nbsd_tdep): Rename to...
6973 (_initialize_shnbsd_tdep): ...this.
6974 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6975 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6976 sh_nbsd_fill_register): Remove prototypes.
6977 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6978
6979 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6980
6981 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6982 (i387-nat.o): Delete dependency list.
6983 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6984 (x86-64-linux-nat.o): Likewise.
6985 * i387-nat.c: Delete file, moving contents to...
6986 * i387-tdep.c: ...here.
6987 * i387-nat.h: Rename...
6988 * i387-tdep.h: ...to this.
6989 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6990 * i386-linux-nat.c: Likewise.
6991 * i386bsd-nat.c: Likewise.
6992 * i386gnu-nat.c: Likewise.
6993 * i386nbsd-nat.c: Likewise.
6994 * i386v4-nat.c: Likewise.
6995 * x86-64-linux-nat.c: Likewise.
6996 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6997 * config/i386/go32.mh (NATDEPFILES): Likewise.
6998 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6999 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7000 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7001 * config/i386/linux.mh (NATDEPFILES): Likewise.
7002 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7003 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7004 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7005 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7006
7007 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7008
7009 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7010 (alphanbsd-nat.o): Remove dependency list.
7011 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7012 * alphanbsd-nat.c: Delete. Contents moved to...
7013 * alphanbsd-tdep.c: ...here.
7014 (_initialize_alphanbsd_tdep): Register core functions.
7015 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7016
7017 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7018
7019 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7020 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7021 (alphanbsd-nat.o): Likewise.
7022 (alphabsd-tdep.o): New dependency list.
7023 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7024 (fill_gregset): Use alphabsd_fill_reg.
7025 (supply_fpregset): Use alphabsd_supply_fpreg.
7026 (fill_fpregset): Use alphabsd_fill_fpreg.
7027 (fetch_inferior_registers): Use struct reg and struct fpreg
7028 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7029 and alphabsd_supply_fpreg.
7030 (store_inferior_registers): Use struct reg and struct fpreg
7031 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7032 and alphabsd_fill_fpreg.
7033 * alphabsd-tdep.c: New file.
7034 * alphabsd-tdep.h: New file.
7035 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7036 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7037 alphabsd_supply_fpreg.
7038 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7039 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7040
7041 2002-05-11 Eric Christopher <echristo@redhat.com>
7042
7043 * mips-tdep.c (mips_double_register_type): Fix thinko.
7044 (mips_single_register_type): Ditto.
7045 * MAINTAINERS: Add self.
7046
7047 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7048
7049 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7050 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7051 right thing on architectures with different endianness and/or
7052 integer sizes.
7053
7054 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7055
7056 From Christian Limpach <chris@Pin.LU>
7057 * configure.in: Change sed expression which comments out
7058 NATDEPFILES to also comment out continuation lines.
7059 * configure: Regenerate.
7060
7061 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7062
7063 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7064 big patch.
7065
7066 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7067
7068 * sh-tdep.c: Include correct file.
7069
7070 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7071
7072 New support for sh64-elf (sh5) target.
7073
7074 * configure.tgt: For sh64-elf target, default to sh-elf.
7075
7076 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7077 (struct gdbarch_tdep): Add new fields for new registers and ABI
7078 info.
7079
7080 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7081 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7082 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7083 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7084 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7085 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7086 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7087 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7088 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7089 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7090 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7091 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7092 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7093 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7094 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7095 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7096 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7097 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7098 sign_extend, sh64_nofp_frame_init_saved_regs,
7099 sh64_init_extra_frame_info, sh64_get_saved_register,
7100 sh64_extract_struct_value_address, sh64_pop_frame,
7101 sh64_push_arguments, sh64_extract_return_value,
7102 sh64_store_return_value, sh64_show_media_regs,
7103 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7104 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7105 sh_sh64_register_virtual_type,
7106 sh_sh64_register_convert_to_virtual,
7107 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7108 sh64_register_read, sh64_pseudo_register_write,
7109 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7110 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7111 sh64_do_pseudo_register, sh_compact_do_registers_info,
7112 sh64_do_registers_info, sh_gdbarch_init): New functions.
7113
7114 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7115
7116 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7117
7118 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7119
7120 * linespec.c (decode_line_1): Check for a double quote after
7121 a filename correctly.
7122
7123 2002-05-10 Jim Blandy <jimb@redhat.com>
7124
7125 Properly track the size of the current objfile's .debug_line section.
7126 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7127 (DWARF_LINE_SIZE): New macro.
7128 (dwarf2_build_psymtabs_hard): Record the line section's size in
7129 the partial symbol table.
7130 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7131 symbol table.
7132
7133 2002-05-10 Petr Sorfa <petrs@caldera.com>
7134
7135 * ia64-tdep.c: Handle breakpoints on L instruction type
7136 in MLX instruction bundle by moving the breakpoint to
7137 the third slot (X instruction type) as L holds only data.
7138
7139 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7140
7141 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7142 (process_one_symbol): Complain about discarding local symbols
7143 due to a misplaced N_LBRAC entry.
7144
7145 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7146
7147 From Daniel Berlin <dan@cgsoftware.com>
7148 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7149 decrease the depth we are at, in the case of templates.
7150
7151 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7152
7153 * mips-tdep.c (mips_float_register_type): New function.
7154 (mips_double_register_type): New function.
7155 (mips_print_register): Use them.
7156 (do_fp_register_row): Likewise.
7157
7158 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7159
7160 * signals/signals.c (signals): Remove conditional compilation around
7161 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7162 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7163
7164 2002-05-09 Michael Snyder <msnyder@redhat.com>
7165
7166 * remote-rdp.c (remote_rdp_can_run): Remove.
7167
7168 2002-05-09 Tom Tromey <tromey@redhat.com>
7169
7170 * jv-valprint.c (java_val_print): Handle `char' as a special case
7171 of TYPE_CODE_INT.
7172
7173 2002-05-09 Michael Snyder <msnyder@redhat.com>
7174
7175 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7176 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7177 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7178 str r(0123),[sp,#nn].
7179 (arm_skip_prologue): Ditto. Also make disassembly
7180 order-independent by placing it in a loop.
7181
7182 2002-05-06 Michael Snyder <msnyder@redhat.com>
7183
7184 * stabsread.c (read_type): Add recognition for new attribute:
7185 "@V;" means that an array type is actually a vector.
7186 This is analogous to the vector flag that's been added to dwarf2.
7187
7188 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7189
7190 * i386-tdep.h (i386_abi): New enum.
7191 (struct gdbarch_tdep): Replace os_ident member with abi.
7192 (i386_gdbarch_register_os_abi): New prototype.
7193 * i386-tdep.c (i386_abi_names): New array.
7194 (process_note_abi_tag_sections): Removed.
7195 (process_note_sections): New function.
7196 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7197 (struct i386_abi_handler): New struct.
7198 (i386_abi_handler_list): New variable.
7199 (i386_gdbarch_register_os_abi): New function.
7200 (i386_gdbarch_init): Adapt for the changes given above.
7201
7202 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7203
7204 * gregset.h: Say "GNU/Linux".
7205
7206 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7207
7208 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7209 (build_gdbtypes): Build builtin_type_v2_float.
7210 (_initialize_gdbtypes): Register new builtin type.
7211
7212 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7213
7214 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7215 (clear_gdbarch_swap): New function.
7216 (initialize_non_multiarch): Call.
7217 (gdbarch_update_p): Before calling init(), swap out and clear the
7218 existing architecture.
7219 * gdbarch.c: Regenerate.
7220
7221 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7222
7223 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7224 alphanbsd-tdep.c.
7225
7226 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7227
7228 * sh-nbsd-nat.c: Rename to...
7229 * shnbsd-nat.c: ...this.
7230 * sh-nbsd-tdep.c: Rename to...
7231 * shnbsd-tdep.c: ...this.
7232 * sh-nbsd-tdep.h: Rename to...
7233 * shnbsd-tdep.h: ...this.
7234 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7235 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7236
7237 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7238
7239 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7240 concatenation for command help messages.
7241
7242 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7243
7244 * NEWS: Note new sh*-*-netbsdelf* configuration.
7245 * configure.host: Set gdb_host_cpu to sh for all sh*.
7246 (sh*-*-netbsdelf*): New host.
7247 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7248 (sh*-*-netbsdelf*): New target.
7249 * sh-nbsd-nat.c: New file.
7250 * sh-nbsd-tdep.c: New file.
7251 * sh-nbsd-tdep.h: New file.
7252 * config/sh/nbsd.mh: New file.
7253 * config/sh/nbsd.mt: New file.
7254 * config/sh/nm-nbsd.h: New file.
7255 * config/sh/tm-nbsd.h: New file.
7256
7257 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7258
7259 * sh-tdep.c (sh_osabi_names): Declare.
7260 (process_note_abi_tag_sections): New function.
7261 (get_elfosabi): Ditto.
7262 (sh_gdbarch_register_os_abi): Ditto.
7263 (sh_dump_tdep): Ditto.
7264 _initialize_sh_tdep): Use gdbarch_register to register
7265 sh_gdbarch_init and sh_dump_tdep.
7266 * config/sh/tm-sh.h (sh_osabi): Declare.
7267 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7268
7269 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7270
7271 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7272 (thumb_scan_prologue): Ditto.
7273 (arm_find_callers_reg): Ditto.
7274 (arm_frame_chain): Ditto.
7275 (arm_init_extra_frame_info): Ditto.
7276 (arm_frame_saved_pc): Ditto.
7277 (arm_pop_frame): Ditto.
7278 (arm_push_return_address): New function.
7279 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7280 call_dummy_location, call_dummy_breakpoint_offset_p,
7281 call_dummy_breakpoint_offset, call_dummy_p,
7282 call_dummy_stack_adjust_p, call_dummy_words,
7283 sizeof_call_dummy_words, call_dummy_start_offset,
7284 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7285 call_dummy_address, push_return_address and push_dummy_frame for
7286 generic dummy frames.
7287
7288 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7289
7290 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7291 size computation for alloca.
7292 (sh_fp_frame_init_saved_regs): Likewise.
7293
7294 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7295
7296 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7297 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7298 * arm-tdep.c (arm_store_return_value): Use them.
7299 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7300 * remote-rdp.c (remote_rdp_fetch_register): Use
7301 ARM_MAX_REGISTER_RAW_SIZE.
7302 (remote_rdp_store_register): Likewise.
7303
7304 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7305
7306 * dwarf2cfi.c: Code cleanup, removed unused variables,
7307 added default labels to switch {} statements.
7308 * x86-64-tdep.c: Ditto.
7309 * x86-64-linux-nat.c: Ditto.
7310
7311 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7312
7313 * solib.h: Protect against multiple inclusion.
7314
7315 2002-05-06 Jim Blandy <jimb@redhat.com>
7316
7317 Add first preprocessor macro-expansion files.
7318 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7319 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7320 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7321 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7322 (COMMON_OBS): Add macrotab.o, macroexp.o.
7323 (macroexp.o, macrotab.o): New rules.
7324
7325 Separate the job of reading the line number info statement program
7326 header (...expialidocious) out into its own function.
7327 * dwarf2read.c (struct line_head, struct filenames, struct
7328 directories): Replace with...
7329 (struct line_header): New structure, containing the full
7330 contents of the statement program header, including the
7331 include directory and file name tables.
7332 (read_file_scope): If we have line number info, instead of just
7333 calling dwarf_decode_lines to do all the work, call
7334 dwarf_decode_line_header first to get a `struct line_header'
7335 containing the data in the statement program header, and then
7336 pass that to dwarf_decode_lines, which will pick up where that
7337 left off. Be sure to clean up the `struct line_header' object.
7338 (dwarf_decode_line_header, free_line_header, add_include_dir,
7339 add_file_name): New functions.
7340 (dwarf_decode_lines): Move all the code to read the statement
7341 program header into dwarf_decode_line_header. Take the line
7342 header it built as the first argument, instead of the offset to
7343 the compilation unit's line number info. Use the new `struct
7344 line_header' type instead of the old structures. No need to do
7345 cleanups here now, since we don't allocate anything.
7346 (dwarf2_statement_list_fits_in_line_number_section,
7347 dwarf2_line_header_too_long): New complaints.
7348
7349 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7350
7351 * gdbtypes.c (init_vector_type): New function.
7352 (build_builtin_type_vec128): Simplify the representation of SIMD
7353 registers.
7354 (build_gdbtypes): Initialize new builtin vector types.
7355 (_initialize_gdbtypes): Register new vector types with gdbarch.
7356 (builtin_type_v4_float, builtin_type_v4_int32,
7357 builtin_type_v8_int16, builtin_type_v16_int8,
7358 builtin_type_v2_int32, builtin_type_v4_int16,
7359 builtin_type_v8_int8): New (renamed) SIMD types.
7360
7361 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7362
7363 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7364 (i387_fill_fxsave): Likewise.
7365
7366 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7367
7368 * alpha-tdep.c (alpha_extract_return_value): Don't use
7369 non-constant array size in prototype.
7370
7371 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7372
7373 From Brian Taylor <briant at model dot com>:
7374 * ui-out.c (ui_out_field_core_addr): Use the function
7375 longest_local_hex_string_custom'to format addresses > 32 bits
7376 wide.
7377
7378 * ui-out.c (ui_out_field_core_addr): Update comment.
7379
7380 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7381
7382 * stack.c (select_and_print_frame): Make static. Delete the
7383 parameter `level'.
7384 (func_command): Update call.
7385 (select_frame_command): Delete code computing the frame level.
7386 * frame.h (select_and_print_frame): Delete declaration.
7387
7388 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7389
7390 * sparc-tdep.c (sparc_get_saved_register): Comment why
7391 get_prev_frame call is safe.
7392
7393 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7394
7395 * frame.h (select_frame): Delete level parameter.
7396 * stack.c (select_frame): Update. Use frame_relative_level to
7397 obtain the frame's level.
7398 (select_and_print_frame): Update call.
7399 (select_frame_command): Ditto.
7400 (up_silently_base): Ditto.
7401 (down_silently_base): Ditto.
7402 * ocd.c (ocd_start_remote): Ditto.
7403 * remote-rdp.c (remote_rdp_open): Ditto.
7404 * remote-mips.c (mips_initialize): Ditto.
7405 (common_open): Ditto.
7406 * remote-e7000.c (e7000_start_remote): Ditto.
7407 * m3-nat.c (select_thread): Ditto.
7408 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7409 (child_get_current_exception_event): Ditto.
7410 * varobj.c (varobj_create): Ditto.
7411 (varobj_update): Ditto.
7412 (c_value_of_root): Ditto.
7413 * tracepoint.c (finish_tfind_command): Ditto.
7414 * corelow.c (core_open): Ditto.
7415 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7416 * thread.c (info_threads_command): Ditto.
7417 (switch_to_thread): Ditto.
7418 * infrun.c (normal_stop): Ditto.
7419 (restore_selected_frame): Ditto.
7420 (restore_inferior_status): Ditto.
7421 * breakpoint.c (insert_breakpoints): Ditto.
7422 (watchpoint_check): Ditto.
7423 (bpstat_stop_status): Ditto.
7424 (do_enable_breakpoint): Ditto.
7425 * blockframe.c (flush_cached_frames): Ditto.
7426 (reinit_frame_cache): Ditto.
7427
7428 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7429
7430 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7431 maintainer.
7432
7433 2002-05-04 Jim Blandy <jimb@redhat.com>
7434
7435 * gdbtypes.c (replace_type): Doc fix.
7436
7437 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7438
7439 * valprint.c (strcat_longest): Delete commented out function.
7440 Update copyright.
7441
7442 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7443
7444 * MAINTAINERS: Mark a29k as deleted.
7445 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7446 Move new configurations to the top.
7447 * configure.tgt: Remove a29k.
7448 * config/a29k/tm-vx29k.h: Delete.
7449 * config/a29k/vx29k.mt: Delete.
7450 * config/a29k/tm-a29k.h: Delete.
7451 * config/a29k/a29k-udi.mt: Delete.
7452 * config/a29k/a29k.mt: Delete.
7453 * a29k-tdep.c: Delete.
7454 * remote-udi.c: Delete.
7455 * remote-mm.c: Delete.
7456 * remote-eb.c: Delete.
7457 * remote-adapt.c: Delete.
7458 * Makefile.in: Remove obsolete code.
7459 * config/s390/s390x.mt: Ditto.
7460 * config/s390/s390.mt: Ditto.
7461 * config/sparc/sparclynx.mh: Ditto.
7462 * config/sparc/linux.mh: Ditto.
7463 * config/pa/hppaosf.mh: Ditto.
7464 * config/pa/hppabsd.mh: Ditto.
7465 * config/ns32k/nbsd.mt: Ditto.
7466 * config/mips/vr5000.mt: Ditto.
7467 * config/m68k/sun3os4.mh: Ditto.
7468 * config/m68k/nbsd.mt: Ditto.
7469 * config/m68k/m68klynx.mh: Ditto.
7470 * config/m32r/m32r.mt: Ditto.
7471 * config/i386/x86-64linux.mt: Ditto.
7472 * config/i386/nbsdelf.mt: Ditto.
7473 * config/i386/nbsd.mt: Ditto.
7474 * config/i386/i386lynx.mh: Ditto.
7475
7476 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7477
7478 * target.c (debug_print_register): New function. Handle oversize
7479 registers.
7480 (debug_to_fetch_registers): Call.
7481 (debug_to_store_registers): Call.
7482
7483 2002-05-03 Jim Blandy <jimb@redhat.com>
7484
7485 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7486 (read_type): Doc fix.
7487 * gdbtypes.c (replace_type): Doc fix.
7488
7489 * stabsread.c (multiply_defined_struct): New complaint.
7490 (read_struct_type): If the type we were passed isn't empty, or
7491 incomplete, don't read the new struct type into it; complain,
7492 and return the original type unchanged. Take a new `type_code'
7493 argument, which is the type code for the new type.
7494 (read_type): Rather than storing the type's type code here, pass
7495 it as an argument to read_struct_type, and let that take care of
7496 storing it. That way, we don't overwrite the original type code,
7497 so read_struct_type can use it to decide whether we're overwriting
7498 something we shouldn't.
7499 (complain_about_struct_wipeout): New function.
7500
7501 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7502
7503 * gdbarch.sh: Assert that gdbarch is non-NULL.
7504 * gdbarch.c: Regenerate.
7505
7506 2002-05-03 Jason Merrill <jason@redhat.com>
7507
7508 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7509 and return NULL.
7510
7511 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7512
7513 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7514 (x86_64_dwarf2gdb_regno_map_length),
7515 (x86_64_dwarf2_reg_to_regnum): Added.
7516 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7517 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7518 (_initialize_x86_64_tdep): Synced with the change above.
7519 (x86_64_skip_prologue): Reformulated message.
7520
7521 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7522
7523 * f-exp.y: Also use new prev_lexptr variable
7524 to improve error reporting. Based on Michael Snyder
7525 2002-04-24 dated patch to c-exp.y.
7526 * jv-exp.y: Likewise.
7527 * m2-exp.y: Likewise.
7528
7529 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7530
7531 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7532 we are dealing with vectors.
7533
7534 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7535
7536 * config/m68k/tm-nbsd.h: Obvious fix,
7537 correct machine name.
7538
7539 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7540
7541 * p-typeprint.c (pascal_type_print_base): Add support
7542 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7543
7544 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7545
7546 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7547 for fondamental pascal 'char' type.
7548
7549 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7550
7551 * p-lang.h (is_pascal_string_type): Declaration changed,
7552 new sixth argument of type char ** added.
7553 * p-lang.c (is_pascal_string_type): Implementation
7554 changed. Args length_pos, length_size, string_pos, char_size
7555 can now be NULL. New argument arrayname set to the field
7556 name of the char array. Return value set to char array
7557 field index plus one.
7558 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7559 is_pascal_string_type function.
7560
7561 2002-05-02 Andrew Cagney <cagney@redhat.com>
7562
7563 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7564 <cagney@redhat.com> change.
7565 * gdbarch.c: Regenerate.
7566
7567 2002-05-02 Andrew Cagney <cagney@redhat.com>
7568
7569 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7570 before probing for a new one. Detect errorenous gdbarch_init
7571 functions.
7572 * gdbarch.c: Regenerate.
7573
7574 2002-05-01 Andrew Cagney <cagney@redhat.com>
7575
7576 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7577 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7578 * config/v850/tm-v850.h: Ditto. Update copyright.
7579
7580 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7581
7582 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7583 current_gdbarch.
7584
7585 2002-04-30 Michael Snyder <msnyder@redhat.com>
7586
7587 * arm-tdep.c: Whitespace clean-ups.
7588 (arm_skip_prologue): Fix thinko; two lines
7589 should have been removed as part of 4/24 change.
7590
7591 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7592
7593 * rs6000-tdep.c: Added comment describing how fpscr register
7594 numbers were chosen.
7595
7596 2002-04-30 Michael Snyder <msnyder@redhat.com>
7597
7598 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7599
7600 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7601
7602 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7603 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7604 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7605
7606 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7607
7608 From Louis Hamilton <hamilton@redhat.com>:
7609 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7610 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7611 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7612 not bfd-private xcoff data, to determine wordsize.
7613 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7614
7615 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7616
7617 GDB 5.2 released from 5.2 branch.
7618
7619 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7620
7621 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7622 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7623 (x86_64_register_info_table): Added comments with register numbers.
7624
7625 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7626
7627 * rs6000-tdep.c (rs6000_extract_return_value,
7628 rs6000_store_return_value): Handle returning vectors.
7629 (rs6000_gdbarch_init): Use
7630 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7631 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7632 New function.
7633 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7634 vectors.
7635 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7636 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7637
7638 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7639
7640 * hpread.c (hpread_psymtab_to_symtab_1,
7641 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7642 with fprintf_unfiltered (gdb_stderr,...).
7643
7644 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7645
7646 * remote-array.c (printf_monitor, write_monitor,
7647 array_insert_breakpoint, array_remove_breakpoint ):
7648 Replace fprintf (stderr,...
7649 with fprintf_unfiltered (gdb_stderr,....
7650 * remote-es.c: Likewise.
7651 * remote-os9k.c: Likewise.
7652 * remote-st.c: Likewise.
7653
7654 2002-04-28 Andreas Schwab <schwab@suse.de>
7655
7656 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7657 linux-proc.o and gcore.o.
7658
7659 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7660
7661 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7662 code without frame pointers.
7663
7664 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7665
7666 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7667 ON_STACK is needed.
7668
7669 2002-04-26 Ben Elliston <bje@redhat.com>
7670
7671 * target.c (do_xfer_memory): Correct reference to the new option
7672 "trust-readonly-sections".
7673
7674 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7675
7676 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7677 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7678 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7679 vectors.
7680 (read_array_type): Record the fact that this array type is really a
7681 vector (i.e. are passed in by value).
7682
7683 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7684
7685 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7686 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7687 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7688 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7689 * alpha-linux-tdep.c: Include frame.h.
7690 (alpha_linux_sigcontext_addr): New function.
7691 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7692 alpha_linux_sigcontext_addr.
7693 * alpha-osf1-tdep.c: Include gdbcore.h.
7694 (alpha_osf1_sigcontext_addr): New function.
7695 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7696 alpha_osf1_sigcontext_addr.
7697 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7698 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7699
7700 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7701
7702 * stack.c (selected_frame_level):
7703 (select_frame): Do not set selected_frame_level.
7704 * frame.h (selected_frame_level): Delete declaration.
7705
7706 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7707
7708 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7709 convert_from_func_ptr-addr when AIX / PowerOpen.
7710
7711 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7712
7713 * valops.c (hand_function_call): Call
7714 generic_save_call_dummy_addr.
7715 * frame.h (generic_save_call_dummy_addr): Declare.
7716 * blockframe.c (struct dummy_frame): Add fields call_lo and
7717 call_hi.
7718 (generic_find_dummy_frame): Check for PC in range call_lo to
7719 call_hi instead of entry_point_address.
7720 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7721 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7722 (generic_save_call_dummy_addr): New function.
7723
7724 2002-04-24 David S. Miller <davem@redhat.com>
7725
7726 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7727 sparc_skip_prologue.
7728 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7729 information to find prologue when possible.
7730 (sparc_prologue_frameless_p): Call examine_prologue directly.
7731 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7732 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7733 second argument.
7734 (SKIP_PROLOGUE): Likewise.
7735
7736 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7737
7738 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7739 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7740 indicate that the condition it was testing is always true.
7741 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7742 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7743 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7744
7745 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7746
7747 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7748 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7749 tdep->jb_pc and tdep->jb_elt_size.
7750 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7751 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7752 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7753 * alpha-nat.c (get_longjmp_target): Remove.
7754 (JB_ELEMENT_SIZE): Ditto.
7755 (JB_PC): Ditto.
7756 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7757 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7758 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7759 to alpha_get_longjmp_target.
7760 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7761 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7762 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7763
7764 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7765
7766 * README: Update to GDB 5.2.
7767
7768 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7769
7770 * gdbarch.sh (LC_ALL): Set to `c'.
7771
7772 2002-04-25 Theodore A. Roth <troth@verinet.com>
7773
7774 * avr-tdep.c: Ran through gdb_indent.sh.
7775
7776 2002-04-25 Theodore A. Roth <troth@verinet.com>
7777
7778 * MAINTAINERS: Add myself as AVR maintainer.
7779 * NEWS: Note new target avr.
7780
7781 2002-04-25 Theodore A. Roth <troth@verinet.com>
7782
7783 * Makefile.in: Add support for AVR target.
7784 * configure.tgt: Add support for AVR target.
7785 * avr-tdep.c: New file
7786 * config/avr/avr.mt: New file.
7787
7788 2002-04-25 Theodore A. Roth <troth@verinet.com>
7789
7790 * MAINTAINERS: Add myself to write-after-approval.
7791
7792 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7793
7794 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7795 with fprintf_unfiltered (gdb_stderr,....
7796
7797 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7798
7799 Fix PR gdb/508.
7800 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7801
7802 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7803
7804 * p-exp.y: Also use new prev_lexptr variable
7805 to improve error reporting. Based on Michael Snyder
7806 2002-04-24 dated patch to c-exp.y.
7807
7808 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7809
7810 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7811 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7812 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7813 to 0.
7814 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7815 and struct value.
7816 (FUNCTION_START_OFFSET): Remove.
7817 (BREAKPOINT): Ditto.
7818
7819 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7820
7821 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7822 * NEWS: Ditto.
7823
7824 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7825
7826 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7827 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7828 alpha_linux_pc_in_sigtramp.
7829 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7830 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7831 alpha_osf1_pc_in_sigtramp.
7832 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7833 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7834 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7835 alphafbsd_pc_in_sigtramp.
7836 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7837 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7838 alphanbsd_pc_in_sigtramp.
7839 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7840 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7841
7842 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7843
7844 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7845
7846 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7847
7848 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7849 alphanbsd-tdep.c.
7850 (alphanbsd-nat.o): New dependency list.
7851 (alphanbsd-tdep.o): Ditto.
7852 * NEWS: Note new native NetBSD/alpha configuration.
7853 * alphanbsd-nat.c: New file.
7854 * alphanbsd-tdep.c: Ditto.
7855 * configure.host (alpha*-*-netbsd*): New host.
7856 * configure.tgt (alpha*-*-netbsd*): New target.
7857 * config/alpha/nbsd.mh: New file.
7858 * config/alpha/nbsd.mt: Ditto.
7859 * config/alpha/nm-nbsd.h: Ditto.
7860 * config/alpha/tm-nbsd.h: Ditto.
7861
7862 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7863
7864 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7865 (alpha-osf1-tdep.o): New dependency list.
7866 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7867 and skip_sigtramp_frame members.
7868 * alpha-linux-tdep.c: Include gdbcore.h.
7869 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7870 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7871 * alpha-osf1-tdep.c: New file.
7872 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7873 alpha-osf1-dep.c.
7874 (alpha_frame_past_sigtramp_frame): New function.
7875 (alpha_dynamic_sigtramp_offset): Ditto.
7876 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7877 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7878 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7879 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7880 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7881 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7882 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7883 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7884 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7885 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7886 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7887 to find_solib_trampoline_target.
7888 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7889 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7890 (SKIP_TRAMPOLINE_CODE): Remove.
7891 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7892 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7893 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7894 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7895 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7896 (PROC_SIGTRAMP_MAGIC): Ditto.
7897 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7898 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7899 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7900 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7901 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7902
7903 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7904
7905 * NEWS: Note that Alpha targets are now multi-arch.
7906
7907 2002-04-24 Michael Snyder <msnyder@redhat.com>
7908
7909 * parser-defs.h (prev_lexptr): New external variable.
7910 * parse.c (parse_exp_1): Set prev_lexptr to null before
7911 calling the language-specific parser.
7912 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7913 (yyerror): Use prev_lexptr in error reporting.
7914
7915 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7918 * gregset.h: If FILL_FPXREGSET is defined, provide
7919 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7920 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7921 is defined, call fill_fpxregset.
7922
7923 2002-04-24 Roland McGrath <roland@frob.com>
7924
7925 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7926 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7927 (supply_gregset, supply_fpregset): New functions.
7928
7929 * gnu-nat.c (gnu_find_memory_regions): New function.
7930 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7931 (gnu_xfer_memory): Add a cast.
7932
7933 2002-04-24 Michael Snyder <msnyder@redhat.com>
7934
7935 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7936 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7937 of argument regs ("str r(0123), [r11, #-nn"]).
7938 (arm_skip_prologue): Better handling for frameless functions.
7939 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7940 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7941
7942 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7943
7944 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7945 NUM_PSEUDO_REGS can be used.
7946
7947 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7948
7949 * arch-utils.h: Update copyright.
7950
7951 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7952 * gdbarch.h, gdbarch.c: Re-generate.
7953
7954 * inferior.h (IN_SIGTRAMP): Delete definition.
7955 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7956 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7957
7958 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7959 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7960 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7961 (find_proc_framesize): Ditto.
7962 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7963 (alpha_init_extra_frame_info): Ditto.
7964 * infrun.c (handle_inferior_event): Ditto.
7965 (handle_inferior_event): Ditto.
7966 (check_sigtramp2): Ditto.
7967 * blockframe.c (create_new_frame): Ditto.
7968 (get_prev_frame): Ditto.
7969 * ppc-linux-tdep.c: Update comments.
7970 * i386-linux-tdep.c: Update comments.
7971 * breakpoint.c (bpstat_what): Update comment.
7972
7973 2002-04-24 David S. Miller <davem@redhat.com>
7974
7975 * i960-tdep.c (register_in_window_p): New function.
7976 (i960_find_saved_register): Use it instead of
7977 REGISTER_IN_WINDOW_P.
7978 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7979
7980 * symtab.h (find_stab_function_addr): Kill extern.
7981 * minsyms.c (find_stab_function_addr): Remove from here...
7982 * dbxread.c: ... to here, and mark it static.
7983
7984 2002-04-20 David S. Miller <davem@redhat.com>
7985
7986 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7987 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7988
7989 2002-04-21 David S. Miller <davem@redhat.com>
7990
7991 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7992 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7993 (vx_write_register): Likewise.
7994
7995 2002-04-23 J. Brobecker <brobecker@gnat.com>
7996
7997 * source.c (is_regular_file): New function.
7998 (openp): Check wether file to open is a regular file
7999 to avoid opening directories.
8000
8001 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8002
8003 * findvar.c (extract_signed_integer): Cast printf argument
8004 to suppress format warning.
8005 (extract_unsigned_integer): Likewise.
8006 * infcmd.c (registers_info): Likewise.
8007 * top.c (get_prompt_1): Likewise.
8008 * valops.c (value_assign): Likewise.
8009 * valprint.c (print_decimal): Likewise.
8010
8011 2002-04-22 H.J. Lu (hjl@gnu.org)
8012
8013 * c-exp.y (typebase): Support
8014
8015 [long|long long|short] [signed|unsigned] [int|]
8016
8017 and
8018
8019 signed [long|long long|short] int
8020
8021 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8022
8023 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8024 and vax-tdep.h.
8025 * vax-tdep.h: New file.
8026 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8027 Make several routines static.
8028 (vax_get_saved_register): New function.
8029 (vax_gdbarch_init): New function.
8030 (_initialize_vax_tdep): Register vax_gdbarch_init.
8031 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8032 Remove macros now under the control of gdbarch.
8033
8034 2002-04-22 Michael Snyder <msnyder@redhat.com>
8035
8036 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8037 Some whitespace and coding standards tweaks.
8038
8039 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8040
8041 * vax-tdep.c: Include regcache.h.
8042 (vax_call_dummy_words): New.
8043 (sizeof_vax_call_dummy_words): New.
8044 (vax_fix_call_dummy): New function.
8045 (vax_saved_pc_after_call): Ditto.
8046 * config/vax/tm-vax.h: Don't include regcache.h.
8047 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8048 (CALL_DUMMY): Remove.
8049 (CALL_DUMMY_WORDS): Define.
8050 (SIZEOF_CALL_DUMMY_WORDS): Define.
8051 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8052
8053 2002-04-18 Michael Snyder <msnyder@redhat.com>
8054
8055 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8056
8057 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8058
8059 * vax-tdep.c (vax_frame_chain): New function.
8060 (vax_push_dummy_frame): Ditto.
8061 (vax_pop_frame): Ditto.
8062 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8063 (FRAMELESS_FUNCTION_INVOCATION): Use
8064 generic_frameless_function_invocation_not.
8065 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8066 (POP_FRAME): Use vax_pop_frame.
8067
8068 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8069
8070 * vax-tdep.c (vax_store_struct_return): New function.
8071 (vax_extract_return_value): Ditto.
8072 (vax_store_return_value): Ditto.
8073 (vax_extract_struct_value_address): Ditto.
8074 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8075 vax_store_struct_return.
8076 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8077 (STORE_RETURN_VALUE): Use vax_store_return_value.
8078 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8079
8080 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8081
8082 * vax-tdep.c (vax_frame_saved_pc): New function.
8083 (vax_frame_args_address_correct): Ditto.
8084 (vax_frame_args_address): Ditto.
8085 (vax_frame_locals_address): Ditto.
8086 (vax_frame_num_args): Move code to be in proximity to
8087 other frame-related functions.
8088 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8089 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8090 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8091 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8092 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8093
8094 2002-04-22 H.J. Lu (hjl@gnu.org)
8095
8096 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8097 includedir.
8098
8099 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8100
8101 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8102 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8103 (FRAME_INIT_SAVED_REGS): New macro.
8104
8105 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8106
8107 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8108
8109 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8110
8111 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8112 where needed.
8113 (fetch_osf_core_registers): Likewise.
8114 (supply_gregset): Likewise.
8115
8116 2002-04-22 J. Brobecker <brobecker@gnat.com>
8117
8118 * symfile.h (get_section_index): Define.
8119 * symfile.c (get_section_index): New function.
8120 * mdebugread.c (SC_IS_SBSS): New macro.
8121 (SC_IS_BSS): Return true for the scBss storage class only, as
8122 the scSBss storage class refers to the .sbss section.
8123 (parse_partial_symbols): Discard the symbols which associated
8124 section does not exist.
8125 Make sure to use the .sbss section index for symbols which
8126 storage class is scBss, rather than using the .bss section index.
8127
8128 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8129
8130 * vax-tdep.c: Update copyright years.
8131 (vax_register_name): New function.
8132 (vax_register_byte): Ditto.
8133 (vax_register_raw_size): Ditto.
8134 (vax_register_virtual_size): Ditto.
8135 (vax_register_virtual_type): Ditto.
8136 * config/vax/tm-vax.h: Update copyright years.
8137 (REGISTER_NAMES): Remove.
8138 (REGISTER_NAME): Define.
8139 (REGISTER_BYTE): Use vax_register_byte.
8140 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8141 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8142 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8143
8144 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8145
8146 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8147 declaration
8148 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8149
8150 2002-04-21 David S. Miller <davem@redhat.com>
8151
8152 * arch-utils.c (generic_prologue_frameless_p): Kill
8153 SKIP_PROLOGUE_FRAMELESS_P code.
8154 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8155 references.
8156 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8157 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8158 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8159 references.
8160 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8161 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8162 (sparc_gdbarch_init): Pass it to
8163 set_gdbarch_prologue_frameless_p.
8164
8165 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8166
8167 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8168 (alphabsd-nat.o): New dependency list.
8169
8170 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8171
8172 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8173 alphafbsd-tdep.c.
8174 (alpha-linux-tdep.o): New dependency list.
8175 (alphafbsd-tdep.o): Likewise.
8176
8177 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8178
8179 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8180 to here...
8181 * alpha-tdep.c: ...from here.
8182 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8183
8184 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8185
8186 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8187 prototype from here...
8188 * alpha-tdep.h: ...to here.
8189
8190 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8191
8192 * frame.h (selected_frame_level): Document as deprecated.
8193 (frame_relative_level): Declare.
8194 * stack.c (frame_relative_level): New function.
8195 (selected_frame_level): Document as deprecated.
8196 (select_frame): Do not set the selected_frame_level.
8197
8198 * stack.c (frame_info, record_selected_frame): Update.
8199 (frame_command, current_frame_command): Update.
8200 (up_silently_base, up_command, down_silently_base): Update.
8201 (down_command): Update.
8202 * inflow.c (kill_command): Update.
8203 * tracepoint.c (finish_tfind_command): Update.
8204 * corelow.c (core_open): Update.
8205 * thread.c (info_threads_command): Update.
8206 (do_captured_thread_select): Update.
8207 * infcmd.c (finish_command): Update.
8208 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8209
8210 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8211
8212 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8213
8214 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8215
8216 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8217 type const.
8218
8219 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8220
8221 * alphafbsd-tdep.c: Update copyright years. Include
8222 alpha-tdep.h.
8223 (alphafbsd_use_struct_convention): Make static.
8224 (alphafbsd_init_abi): New function.
8225 (_initialize_alphafbsd_tdep): New function.
8226 * config/alpha/tm-fbsd.h: Update copyright years.
8227 (USE_STRUCT_CONVENTION): Remove.
8228
8229 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8230
8231 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8232 an Alpha ABI variant.
8233 (alpha_abi_handler_list): Declare.
8234 (alpha_gdbarch_register_os_abi): New function.
8235 (alpha_gdbarch_init): Give registered ABI variant handlers a
8236 chance to tweak the gdbarch once we have set up defaults.
8237 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8238
8239 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8240
8241 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8242 to standard_coerce_float_to_double.
8243 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8244
8245 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8246
8247 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8248 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8249 from gdbarch_tdep rather than a constant.
8250 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8251 the default text address for all Alpha Unix ABIs.
8252 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8253 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8254
8255 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8256
8257 * alpha-tdep.h: New file. Includes several Alpha target constants
8258 taken from...
8259 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8260 let gdbarch deal with.
8261 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8262 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8263 to dependency list.
8264 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8265 Alpha target register names.
8266 * alphabsd-nat.c: Likewise.
8267 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8268 Alpha target register names. Make serveral routines static.
8269 (alpha_get_saved_register): New function.
8270 (alpha_abi_names): New.
8271 (process_note_abi_tag_sections): New function.
8272 (get_elfosabi): New function.
8273 (alpha_gdbarch_init): New function.
8274 (alpha_dump_tdep): New function.
8275 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8276
8277 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8278
8279 * frame.c (find_saved_register): Delete #ifdef
8280 HAVE_REGISTER_WINDOWS code.
8281 * config/sparc/tm-sparc.h: Update comments.
8282 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8283
8284 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8285
8286 * i960-tdep.c (i960_find_saved_register): New function.
8287 (i960_get_saved_register): New function.
8288 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8289 (i960_get_saved_register): Declare.
8290 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8291
8292 2002-04-20 David S. Miller <davem@redhat.com>
8293
8294 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8295
8296 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8297
8298 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8299 instead of NUM_PSEUDO_REGS.
8300
8301 2002-04-20 David S. Miller <davem@redhat.com>
8302
8303 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8304 GDB_MULTI_ARCH_PARTIAL
8305 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8306 define, let tm-sp64.h do it.
8307
8308 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8309
8310 * frame.c (find_saved_register): Avoid a NULL pointer
8311 dereference and actually walk the frame list.
8312
8313 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8314
8315 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8316 sorted in most most-recent-used order. Document.
8317 * gdbarch.h, gdbarch.c: Regenerate.
8318
8319 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8320
8321 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8322 instead of ->prev.
8323 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8324 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8325 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8326 instead of ->prev.
8327
8328 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8329
8330 Fix PR gdb/471.
8331 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8332 (build_builtin_type_vec128): Ditto.
8333 (append_composite_type_field): Fix calculation of type length in
8334 union case.
8335
8336 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8337
8338 * config/djgpp/README: Update.
8339
8340 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8341 compiler warnings.
8342
8343 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8344
8345 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8346 (alpha_setup_arbitrary_frame): ...to this.
8347 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8348 for alpha_setup_arbitrary_frame.
8349
8350 2002-04-18 Andrew Cagney <cagney@redhat.com>
8351
8352 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8353 * gdbarch.h, gdbarch.c: Regenerate.
8354
8355 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8356 * target.h (memory_breakpoint_from_pc): Update declaration.
8357 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8358
8359 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8360 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8361 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8362 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8363 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8364 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8365 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8366 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8367 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8368 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8369 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8370 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8371
8372 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8373 const pointer.
8374 * monitor.c (monitor_insert_breakpoint): Ditto.
8375 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8376
8377 * config/mcore/tm-mcore.h: Update copyright.
8378 * mem-break.c: Ditto.
8379 * xstormy16-tdep.c: Ditto.
8380
8381 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8382
8383 * p-exp.y: Add precedence rule for '^' token.
8384 This removes the shift/reduce conflicts.
8385 Remove the comment concerning these shift/reduce conflicts.
8386
8387 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8388
8389 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8390 (registers_powerpc_nofp): New register set for processors
8391 without floating point unit.
8392
8393 2002-04-18 David S. Miller <davem@redhat.com>
8394
8395 * MAINTAINERS: Add myself to write-after-approval.
8396
8397 2002-04-17 Michael Snyder <msnyder@redhat.com>
8398
8399 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8400
8401 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8402
8403 * rs6000-tdep.c (frame_initial_stack_address): Use
8404 frame_register_read to read the alloca_reg.
8405
8406 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8407
8408 * frame.c (find_saved_register): Find saved registers in the next
8409 not prev frame.
8410 Fix PR gdb/365.
8411
8412 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8413
8414 * gdbarch.sh (LANG): Set to ``c''.
8415
8416 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8417
8418 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8419
8420 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8421
8422 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8423 Update copyright.
8424
8425 * hpread.c (hpread_get_lntt): Add declaration.
8426 Also fix PR gdb/391.
8427
8428 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8429
8430 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8431 * aclocal.m4, configure: Re-generate.
8432 Fix PR gdb/391.
8433
8434 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8435
8436 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8437 instead of tm_print_insn.
8438
8439 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8440
8441 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8442
8443 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8444
8445 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8446 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8447 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8448
8449 2002-04-12 Don Howard <dhoward@redhat.com>
8450
8451 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8452 max_user_call_depth.
8453 (init_cmd_lists): Initialize the new value;
8454 * cli/cli-script.c (execute_user_command): Limit the call depth of
8455 user defined commands. This avoids a core-dump when user commands
8456 are infinitly recursive.
8457
8458 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8459
8460 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8461 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8462 from tdep struct instead of DEFAULT_LR_SAVE.
8463 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8464 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8465 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8466
8467 2002-04-12 Michael Snyder <msnyder@redhat.com>
8468
8469 * Remote.c: Spelling fix.
8470 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8471 If no symbol found for "sbrk", try "_sbrk".
8472 (make_output_phdrs): Use bfd_section_name.
8473 (gcore_copy_callback): Use bfd_section_name.
8474 * eval.c: Indentation fix-ups.
8475 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8476 in case it gets applied to an address that is already
8477 in the instruction space.
8478 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8479 * symfile.c: Fix indentation, long lines.
8480 * source.c: White space fix-up.
8481
8482 2002-04-12 Andrew Cagney <cagney@redhat.com>
8483
8484 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8485 * frame.c (frame_register_read): New function. Return non-zero on
8486 success.
8487 (read_relative_register_raw_bytes_for_frame): Delete.
8488 (read_relative_register_raw_bytes): Delete.
8489 * frame.h (frame_register_read): Declare.
8490 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8491 * sh-tdep.c: Ditto.
8492 * infcmd.c (do_registers_info): Ditto.
8493 * hppa-tdep.c: Ditto.
8494 * rs6000-tdep.c: Ditto.
8495 * h8500-tdep.c: Ditto.
8496 * mips-tdep.c: Ditto.
8497 * h8300-tdep.c: Ditto.
8498 * z8k-tdep.c: Ditto.
8499
8500 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8501
8502 From Jimi X <jimix@watson.ibm.com>:
8503 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8504 64-bit SysV ABI.
8505
8506 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8507
8508 From Jimi X <jimix@watson.ibm.com>:
8509 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8510 bfd info.
8511
8512 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8513
8514 From Jimi X <jimix@watson.ibm.com>:
8515 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8516 register sets for these processor variants.
8517
8518 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8519
8520 * regformats/reg-ppc.dat: Support FPSCR.
8521
8522 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8523
8524 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8525 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8526 Add fpscr as an invalid/unfetchable register.
8527 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8528 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8529 (fill_fpregset): Add support for register fpscr.
8530 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8531 (fill_gregset): Account for the fact that register ``mq'' might
8532 not exist.
8533 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8534 (registers_power): Add fpscr to register set at slot 71.
8535 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8536 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8537
8538 2002-04-11 Michael Snyder <msnyder@redhat.com>
8539
8540 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8541 * configure: Regenerate.
8542 * config.in: Regenerate.
8543 * acconfig.h: Add define for _SYSCALL32.
8544 * core-sol2.c: Remove #define _SYSCALL32.
8545 * solib-legacy.c: Remove #define _SYSCALL32.
8546
8547 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8548
8549 * stack.c (select_frame): Cleanup internal error message, do not
8550 use %p.
8551
8552 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8553
8554 * stack.c (select_frame): Check that selected_frame and the
8555 specified level are as expected.
8556 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8557 Update copyright.
8558 * frame.h (struct frame_info): Add field `level'. Update
8559 copyright.
8560 Work-in-progress PR gdb/464.
8561
8562 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8563
8564 * maint.c (maint_print_section_info): Rename print_section_info.
8565 (print_bfd_section_info, print_objfile_section_info): Update.
8566 * inferior.h (struct gdbarch): Add opaque declaration.
8567 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8568 * gdbarch.h: Regenerate.
8569
8570 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8571
8572 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8573 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8574 (kernel_u_size): Added.
8575 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8576 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8577
8578 2002-04-04 Jim Ingham <jingham@apple.com>
8579
8580 * valarith.c (find_size_for_pointer_math): New function, either returns
8581 the size for a pointer's target, returns 1 for void *, or errors for
8582 incomplete types.
8583 (value_add, value_sub): use find_size_for_pointer_math.
8584
8585 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8586
8587 * linux-low.c (linux_look_up_symbols): New hook.
8588 (linux_target_ops): Add linux_look_up_symbols.
8589 * remote-utils.c (decode_address): New function.
8590 (look_up_one_symbol): New function.
8591 * server.c (handle_query): Call target look_up_symbols hook.
8592 * server.h (look_up_one_symbol): Add prototype.
8593 * target.h (struct target_ops): Add look_up_symbols hook.
8594
8595 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8596
8597 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8598 override FP_REGNUM with frame->fp. Update copyright.
8599 * parse.c (num_std_regs, std_regs): Delete.
8600 (target_map_name_to_register): Do not search std_regs. Update
8601 function description.
8602 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8603 declarations. Update copyright.
8604 Fix PR gdb/251.
8605
8606 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8607
8608 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8609 after the last symbol in a block.
8610
8611 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8612
8613 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8614 is non zero as a found symbol.
8615
8616 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8617
8618 * findvar.c: Include "builtin-regs.h".
8619 (value_of_register): Call value_of_builtin_reg when applicable.
8620 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8621 (target_map_name_to_register): Call
8622 builtin_reg_map_name_to_regnum.
8623 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8624 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8625 (builtin_regs_h): Define.
8626 (builtin-regs.o): New target.
8627 (findvar.o): Add $(builtin_regs_h).
8628 * builtin-regs.c, builtin-regs.h: New files.
8629 * std-regs.c: New file.
8630 Partial fix for PR gdb/251.
8631
8632 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8633
8634 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8635 it's no longer required.
8636
8637 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8638
8639 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8640
8641 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8642
8643 From Jimi X <jimix@watson.ibm.com>:
8644 * rs6000-tdep.c (rs6000_software_single_step): Use
8645 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8646 and size. Use target_insert_breakpoint() and
8647 target_remove_breakpoint() to insert and remove breakpoints
8648 instead of explicit memory reads and writes.
8649
8650 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8651
8652 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8653 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8654 ELF_OBJECT_FORMAT ifdef.
8655
8656 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8657
8658 From Jimi X <jimix@watson.ibm.com>:
8659 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8660
8661 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8662
8663 From Jimi X <jimix@watson.ibm.com>:
8664 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8665 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8666
8667 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8668
8669 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8670 s/asprintf/xasprintf/.
8671 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8672
8673 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8674
8675 I believe Jeff Law denies responsability for this one:
8676 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8677 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8678 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8679 Work-around for PR gdb/366.
8680
8681 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8682
8683 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8684 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8685 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8686
8687 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8688
8689 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8690 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8691 information.
8692
8693 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8694
8695 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8696 maintainer.
8697
8698 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8699
8700 * README (Reporting Bugs in GDB): Document the bug web page as the
8701 prefered way of submitting bugs.
8702 Fix PR gdb/402.
8703
8704 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8705
8706 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8707 -1. Update comment.
8708 * gdbarch.h, gdbarch.c: Re-generate.
8709
8710 2002-04-07 Andreas Schwab <schwab@suse.de>
8711
8712 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8713 buffer to regcache_collect.
8714
8715 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8716
8717 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8718 * gdbarch.c, gdbarch.h: Re-generate.
8719
8720 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8721
8722 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8723 declaration. Fix -Werror.
8724
8725 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8726
8727 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8728 * gdbarch.c: Regenerate.
8729
8730 2002-04-05 Michael Snyder <msnyder@redhat.com>
8731
8732 * breakpoint.c (clear_command): Rewrite middle section to
8733 combine two loops with identical control conditions.
8734 Add a cleanup to eliminate a memory leak.
8735 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8736
8737 2002-04-05 H.J. Lu (hjl@gnu.org)
8738
8739 * solib-svr4.c (bkpt_names): Add "__start".
8740
8741 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8742
8743 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8744 as test for 64 bit target.
8745
8746 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8747
8748 * h8500-tdep.c (h8500_write_fp): Delete function.
8749 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8750 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8751 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8752 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8753 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8754 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8755 (s390_write_fp):
8756 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8757 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8758 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8759 (d10v_write_fp): Delete function.
8760 * inferior.h (write_fp, generic_target_write_fp): Delete
8761 declarations.
8762 * regcache.c (generic_target_write_fp): Delete function.
8763 (write_fp): Delete function.
8764 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8765 * gdbarch.h, gdbarch.c: Regenerate.
8766 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8767 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8768 (sparc64_write_fp): Delete declaration.
8769 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8770 (h8500_write_fp): Delete declaration.
8771
8772 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8773
8774 * sparc-tdep.c (sparc64_write_fp): Delete.
8775 (sparc_push_dummy_frame): Replace write_fp call with code to store
8776 the FP directly.
8777 (sparc_gdbarch_init): Do not initialize write_fp.
8778
8779 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8780
8781 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8782 clause.
8783
8784 2002-03-29 Jim Blandy <jimb@redhat.com>
8785
8786 * stack.c (get_selected_block): Add new argument `addr_in_block',
8787 used to return the exact code address we used to select the block,
8788 not just the block.
8789 * blockframe.c (get_frame_block, get_current_block): Same.
8790 * frame.h (get_frame_block, get_current_block,
8791 get_selected_block): Update declarations.
8792 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8793 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8794
8795 2002-04-05 Michael Snyder <msnyder@redhat.com>
8796
8797 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8798 warning message.
8799
8800 2002-04-05 J. Brobecker <brobecker@gnat.com>
8801
8802 * utils.c (xfullpath): New function.
8803 * defs.h (xfullpath): Add declaration.
8804 * source.c (openp): Use xfullpath in place of gdb_realpath to
8805 avoid resolving the basename part of filenames when the
8806 associated file is a symbolic link. This fixes a potential
8807 inconsistency between the filenames known to GDB and the
8808 filenames it prints in the annotations.
8809 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8810 to be able to match a filename with either the real filename, or
8811 the name of any symbolic link to this file.
8812 (lookup_partial_symtab): Ditto.
8813
8814 2002-04-04 Michael Snyder <msnyder@redhat.com>
8815
8816 * breakpoint.c: Add support for hardware breakpoints in overlays.
8817 (overlay_events_enabled): New state variable.
8818 (insert_breakpoints): Use overlay_events_enabled to decide
8819 whether to attempt to set a breakpoint at the overlay load addr.
8820 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8821 (remove_breakpoint): Use overlay_events_enabled to decide
8822 whether breakpoints need to be removed from overlay load addr.
8823 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8824 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8825 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8826 disable_overlay_breakpoints): Update overlay_events_enabled.
8827
8828 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8829
8830 * dwarf2read.c (struct function_range): New.
8831 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8832 (check_cu_functions): New.
8833 (read_file_scope): Initialize global function lists.
8834 Call dwarf_decode_line after processing children.
8835 (read_func_scope): Add to global function list.
8836 (dwarf_decode_lines): Call check_cu_functions everywhere
8837 record_line is called. Call record_line with a linenumber
8838 of 0 to mark sequence ends.
8839
8840 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8841
8842 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8843 change sync with glibc.
8844
8845 2002-04-03 Jim Blandy <jimb@redhat.com>
8846
8847 * configure.in: Call AC_C_INLINE.
8848 * configure: Regenerated.
8849
8850 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8851
8852 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8853 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8854
8855 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8856
8857 * NEWS: Mention gcore support on FreeBSD/i386.
8858
8859 * fbsd-proc.c: New file.
8860 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8861 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8862
8863 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8864 while statement.
8865
8866 2002-03-29 Jim Blandy <jimb@redhat.com>
8867
8868 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8869 unescaped newlines in string literals, but newer ones don't. So
8870 escape them.
8871
8872 2002-03-26 Michael Snyder <msnyder@redhat.com>
8873 Andrew Cagney <cagney@redhat.com>
8874
8875 * cli/cli-dump.c: New file. Dump memory to file,
8876 restore file to memory.
8877 * cli/cli-dump.h: New file.
8878 * Makefile.in: Add rules, dependencies for cli-dump.o.
8879 * NEWS: Mention new commands.
8880
8881 2002-03-28 Michael Snyder <msnyder@redhat.com>
8882
8883 * symfile.c (symbol_file_add): Move test for null symbols to later.
8884
8885 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8886
8887 From veksler at il.ibm.com:
8888 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8889 the xstrduped original path.
8890 Fix PR gdb/417.
8891
8892 2002-03-27 Michael Snyder <msnyder@redhat.com>
8893
8894 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8895 * infcmd.c (_initialize_infcmd): Ditto.
8896 * language.c (_initialize_language): Ditto.
8897 * symfile.c (_initialize_symfile): Ditto.
8898 * top.c (_init_main): Ditto.
8899 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8900
8901 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8902
8903 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8904 vector registers handling.
8905 (skip_prologue): Handle new AltiVec instructions. Fill in new
8906 fields of frame data.
8907 (frame_get_saved_regs): Fill in information for AltiVec registers.
8908
8909 2002-03-27 Jim Blandy <jimb@redhat.com>
8910
8911 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8912 a function; leave this macro here to invoke that function.
8913 (symbol_init_mangled_name): Declaration for that function.
8914 * symtab.c (symbol_init_mangled_name): New function.
8915
8916 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8917
8918 * valarith.c: Replace strerror with safe_strerror.
8919 * tracepoint.c: Ditto.
8920 * lin-lwp.c: Ditto.
8921 * go32-nat.c: Ditto.
8922 * inflow.c: Ditto.
8923 * gnu-nat.c: Ditto.
8924
8925 2002-03-27 Andreas Schwab <schwab@suse.de>
8926
8927 * event-top.c (command_line_handler): Remove useless if.
8928
8929 2002-03-27 Andreas Jaeger <aj@suse.de>
8930
8931 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8932 comment.
8933
8934 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8935
8936 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8937 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8938 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8939 (x86_64_linux_dr_get_status, supply_gregset),
8940 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8941 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8942 (x86_64_register_info_table): Add.
8943 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8944 (x86_64_register_raw_size, x86_64_register_virtual_type),
8945 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8946 general x86_64_register_info_table.
8947 (i386_gdbarch_init): gdbarch_register_bytes is now set
8948 dynamicaly during initialization.
8949 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8950 * gdbserver/linux-x86-64-low.c: Ditto.
8951
8952 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8953
8954 * gdbserver/server.c (main): Call target_signal_to_host_p
8955 and target_signal_to_host on signals received from the remote.
8956 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8957 target_signal_from_host on signals sent to the remote.
8958 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8959 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8960
8961 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8962
8963 * signals/signals.c: Include "server.h" in gdbserver build.
8964 (target_signal_from_name): Don't use STREQ.
8965 (_initialize_signals): Likewise. Don't include function in
8966 gdbserver build.
8967
8968 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8969
8970 * signals.c: Moved to...
8971 * signals/signals.c: Here.
8972 * Makefile (signals.o): Update.
8973
8974 2002-03-26 Jeff Law (law@redhat.com)
8975
8976 * somread.c (som_symtab_read): Remove some commented out code and
8977 updated related comments. Do not set the minimal symbol table to
8978 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8979 in a dynamic executable.
8980 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8981 where we are unable to find the minimal symbol for the given
8982 PC value.
8983
8984 2002-03-25 Jeff Law (law@redhat.com)
8985
8986 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8987
8988 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8989
8990 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8991
8992 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8993
8994 * command.h: Update copyright.
8995 (struct cmd_list_element): Replace definition with opaque
8996 declaration.
8997 (enum cmd_types): Document that it will eventually be moved to
8998 cli/cli-decode.h
8999 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9000 (MALLOCED_REPLACEMENT): Delete macro.
9001 * Makefile.in (cli_decode_h): Add $(command_h).
9002 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9003 * top.c: Include "cli/cli-decode.h".
9004 * completer.c: Include "cli/cli-decode.h".
9005 * maint.c: Include "cli/cli-decode.h".
9006 * cli/cli-decode.h: Include "command.h".
9007 (enum command_class): Delete.
9008 (enum cmd_types): Comment out.
9009 (enum cmd_auto_boolean): Delete.
9010 (enum var_types): Delete.
9011
9012 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9013
9014 * cli/cli-decode.c: Include "gdb_assert.h".
9015 (add_set_or_show_cmd): New static function.
9016 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9017 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9018 all fields, such as func, from the set command.
9019
9020 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9021
9022 * MAINTAINERS (sh-elf): Change warning flag to -w.
9023
9024 2002-03-23 Andrew Cagney <cagney@redhat.com>
9025
9026 * defs.h (error): Add printf format attribute.
9027 * thread-db.c (thread_from_lwp): Fix error format string.
9028 * stack.c (parse_frame_specification): Ditto.
9029 * cli/cli-decode.c (undef_cmd_error): Ditto.
9030 * scm-lang.c (scm_lookup_name): Ditto.
9031 * tracepoint.c (trace_error): Ditto.
9032 * remote-utils.c (usage): Ditto.
9033 * remote.c (compare_sections_command): Ditto.
9034 Fix PR gdb/328.
9035
9036 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9037
9038 * gdbtypes.c (append_composite_type_field): New function.
9039 (init_composite_type): New function.
9040 * gdbtypes.h (append_composite_type_field): Declare.
9041 (init_composite_type): Ditto.
9042
9043 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9044
9045 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9046 function.
9047 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9048 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9049 structure returning convention for SYSV ABI case, but not
9050 for GNU/Linux, FreeBSD, or NetBSD.
9051
9052 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9053
9054 * symtab.h (lookup_block_symbol): Add mangled_name argument
9055 to prototype.
9056
9057 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9058 with new mangled_name argument.
9059 * linespec.c (decode_line_1): Likewise.
9060 * valops (value_of_this): Likewise.
9061 * symtab.c (lookup_transparent_type): Likewise.
9062 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9063 (lookup_symbol): If we are given a mangled name, pass it down
9064 to lookup_symbol_aux.
9065 (lookup_block_symbol): If we are given a mangled name to check
9066 against, only return symbols which match it.
9067
9068 2002-03-22 Christopher Faylor <cgf@redhat.com>
9069
9070 * win32-nat.c (child_create_inferior): Check for proper shell to use
9071 here, in case the user changes it on the fly.
9072 (_initialize_inftarg): Remove shell path considerations.
9073
9074 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9075
9076 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9077 for gdbarch_max_register_raw_size and max_register_virtual_size.
9078 Adjust copyright year.
9079
9080 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9081
9082 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9083 in a function to cover the entire beginning of the function
9084 as well if it does not already.
9085
9086 2002-03-21 Tom Rix <trix@redhat.com>
9087
9088 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9089 (rs6000_ptrace64): Renamed from ptrace64.
9090
9091 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9092
9093 * gdbserver/remote-utils.c (remote_open): Don't call
9094 getprotobyname, we're all using TCP here so just use
9095 IPPROTO_TCP.
9096 * gdbserver/gdbreplay.c (remote_open): Ditto.
9097
9098 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9099
9100 * regcache.c (_initialize_regcache): No need to call
9101 build_regcache() at this time; it gets called whenever
9102 the gdbarch changes.
9103
9104 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9105
9106 * sparc-nat.c: Include sys/param.h where possible.
9107
9108 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9109
9110 Fix PR gdb/422.
9111 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9112 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9113 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9114 complex types.
9115 * stabsread.c (rs6000_builtin_type): Likewise.
9116 (read_sun_floating_type): Likewise.
9117
9118 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9119
9120 * stabsread.c (read_member_functions): Remove skip code for duplicate
9121 constructor/destructor methods. Use standard parsing for these
9122 methods and just do not chain them to the list of methods after
9123 parsing.
9124
9125 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9126
9127 * coffread.c: Remove redundant static declarations. Replace
9128 occurrences of `PTR' with `void *'.
9129 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9130 * top.h (quit_cover): Likewise.
9131 * defs.h (catch_errors): Likewise.
9132
9133 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9134
9135 * defs.h (XMALLOC): Define.
9136 * gdb-events.sh (XMALLOC): Delete macro.
9137 * gdb-events.c, gdb-events.h: Regenerate.
9138 * gdbarch.sh (XMALLOC): Delete macro.
9139 * gdbarch.c: Regenerate.
9140 * serial.c (XMALLOC): Delete macro.
9141 * ui-file.c (XMALLOC): Ditto.
9142 * ser-unix.h (XMALLOC): Ditto.
9143 * sh-tdep.c (XMALLOC): Ditto.
9144 * ui-out.c (XMALLOC): Ditto.
9145 * utils.c (XMALLOC): Ditto.
9146 * i386-tdep.c (XMALLOC): Ditto.
9147 * gdb-events.c (XMALLOC): Ditto.
9148 * d10v-tdep.c (XMALLOC): Ditto.
9149 * cli-out.c (XMALLOC): Ditto.
9150
9151 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9152 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9153 * ui-file.c, ui-out.c: Ditto.
9154
9155 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9156
9157 * command.h (struct cmd_list_element): Add field context.
9158 (set_cmd_context, get_cmd_context): Declare.
9159 * cli/cli-decode.h: Ditto.
9160 * cli/cli-decode.c (get_cmd_context): New function.
9161 (set_cmd_context): New function.
9162 (add_cmd): Initialize context.
9163 Part of fixing PR gdb/145 and PR gdb/146.
9164
9165 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9166
9167 * cli/cli-decode.c (cmd_type): New function.
9168 * command.h (cmd_type): Declare.
9169 * infrun.c (set_schedlock_func): Call function cmd_type.
9170 * kod.c (kod_set_os): Call cmd_type.
9171 * cris-tdep.c (cris_version_update): Use function cmd_type.
9172 (cris_mode_update, cris_abi_update): Ditto.
9173
9174 * command.h: (execute_cmd_post_hook): Declare.
9175 (execute_cmd_pre_hook): Declare.
9176 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9177 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9178 functions. Execute pre/post hook while ensuring that afterwords
9179 hook_in is cleared.
9180 * top.c (execute_command): Use execute_cmd_post_hook, and
9181 execute_cmd_pre_hook to execute pre/post commands.
9182 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9183 hook_stop_stub.
9184 (hook_stop_stub): Call execute_cmd_pre_hook.
9185
9186 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9187
9188 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9189 set'' and this leads to a core dump. Move xstrdup of
9190 operating_system to after check that it is not NULL.
9191
9192 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9193
9194 * kod.c (kod_set_os): Remove unnecessary check that
9195 ``command->type'' is set_cmd.
9196
9197 * valprint.c (set_input_radix): Use input_radix.
9198 (set_output_radix): Use output_radix.
9199 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9200 isn't reverted.
9201
9202 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9203
9204 * value.h (struct value): Delete field ``substring_addr''. Change
9205 aligner fields to force_doublest_align, force_longest_align,
9206 force_core_addr_align and force_pointer_aligh.
9207
9208 * value.h (struct value): Fix typo in above change.
9209
9210 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9211
9212 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9213 to fix internal_error from ``maintenance print architecture''.
9214
9215 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9216
9217 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9218 for gcc versions after gcc-2.8.1.
9219
9220 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9221
9222 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9223 for method resolution. Restore adjustment of ``this'' pointer after
9224 calling value_struct_elt, which was accidentally removed during the
9225 HP merge.
9226
9227 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9228
9229 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9230 value_of_register.
9231 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9232 get_saved_register.
9233 * value.h (value_of_register): Update.
9234
9235 2002-03-14 Richard Henderson <rth@redhat.com>
9236
9237 * configure.in: Detect declaration for canonicalize_file_name.
9238 * utils.c (canonicalize_file_name): Declare, if needed.
9239 (gdb_realpath): Prefer realpath if available and usable.
9240 * config.in, configure: Rebuild.
9241
9242 2002-03-14 Richard Henderson <rth@redhat.com>
9243
9244 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9245 a constant array bound.
9246
9247 * MAINTAINERS: Add myself to write-after-approval.
9248
9249 2002-03-14 Michael Snyder <msnyder@redhat.com>
9250
9251 * symfile.c (syms_from_objfile): Return immediately if no syms.
9252 (symbol_file_add): Return immediately if no syms.
9253 (find_sym_fns): Return immediately if no syms.
9254
9255 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9256
9257 * gdbserver/remote-util.c (remote_open): Print remote-side's
9258 IP address when remote debugging over the network.
9259
9260 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9261
9262 * config/sparc/fbsd.mh: Fix copyright.
9263 * config/sparc/fbsd.mt: Likewise.
9264
9265 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9266
9267 * MAINTAINERS: Fix typo in name of gdb warnings option.
9268 (x86-64): Fix formating so that this can be parsed by awk.
9269
9270 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9271
9272 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9273 * defs.h: Include "gdb/signals.h".
9274 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9275
9276 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9277
9278 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9279 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9280 from x86-64-tdep.h
9281
9282 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9283 Don Howard <dhoward@redhat.com>
9284
9285 * mips-tdep.c (ST0_FR): Define.
9286 (mips2_fp_compat): New function, temporarily disabled.
9287 (mips_read_fp_register_single): New function.
9288 (mips_read_fp_register_double): New function.
9289 (mips_print_register): Use them.
9290 (do_fp_register_row): Likewise.
9291
9292 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9293
9294 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9295 approval''.
9296
9297 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9298
9299 * stabsread.c (read_member_functions): Fix is_stub test for
9300 static member functions, improve comment.
9301
9302 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9303
9304 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9305 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9306 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9307 commands that set boolean values.
9308 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9309 (arm_rdi_resume): Always initialize PC.
9310 (arm_rdi_open): Don't use rslt as a boolean.
9311 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9312 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9313 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9314 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9315
9316 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9317
9318 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9319 * configure: Rebuilt.
9320
9321 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9322
9323 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9324 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9325
9326 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9327
9328 * cli/cli-decode.c (set_cmd_completer): New function.
9329 * command.h (set_cmd_completer): Declare.
9330 * cli/cli-decode.h (set_cmd_completer): Ditto.
9331
9332 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9333 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9334 * win32-nat.c (_initialize_inftarg): Ditto.
9335 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9336 * proc-api.c (_initialize_proc_api): Ditto.
9337 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9338 * source.c (_initialize_source): Ditto.
9339 * exec.c (_initialize_exec): Ditto.
9340 * solib.c (_initialize_solib): Ditto.
9341 * top.c (init_main): Ditto.
9342 * tracepoint.c (_initialize_tracepoint): Ditto.
9343 * symfile.c (_initialize_symfile): Ditto.
9344 * printcmd.c (_initialize_printcmd): Ditto.
9345 * infcmd.c (_initialize_infcmd): Ditto.
9346 * corefile.c (_initialize_core): Ditto.
9347
9348 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9349
9350 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9351
9352 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9353
9354 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9355
9356 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9357
9358 * NEWS: Update headings, 5.2 has branched.
9359
9360 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9361
9362 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9363 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9364 (register_addr, REGISTER_RAW_SIZE): Likewise.
9365 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9366 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9367
9368 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9369
9370 * MAINTAINERS (x86-64): Add myself.
9371 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9372 changed value_ptr -> struct value *
9373
9374 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9375
9376 * configure.host (sparc64-*-freebsd): Add.
9377 * configure.tgt: Likewise.
9378 * config/sparc/fbsd.mh: New file.
9379 * config/sparc/fbsd.mt: Likewise.
9380 * config/sparc/nm-fbsd.h: Likewise.
9381 * config/sparc/tm-fbsd.h: Likewise.
9382
9383 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9384
9385 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9386 regformats/reg-s390x.dat.
9387
9388 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9389
9390 * utils.c: Add FIXME explaining true/false problem.
9391
9392 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9393
9394 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9395
9396 2002-02-28 Michael Chastain <mec@shout.net>
9397
9398 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9399
9400 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9401
9402 * gdbserver/linux-s390-low.c: New file.
9403 * regformats/reg-s390.dat: New file.
9404 * regformats/reg-s390x.dat: New file.
9405 * gdbserver/configure.srv: Add S/390.
9406 * gdbserver/Makefile.in: Add S/390.
9407 * configure.tgt: Enable gdbserver for S/390.
9408
9409 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9410
9411 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9412 first line of the doc string for "info dos", except at the end of
9413 the sentence, since the short help stops at the first period.
9414
9415 2002-02-28 Jason Merrill <jason@redhat.com>
9416
9417 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9418
9419 2002-02-27 Fred Fish <fnf@redhat.com>
9420
9421 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9422 comment (dumy -> dummy).
9423
9424 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9425
9426 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9427
9428 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9429
9430 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9431
9432 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9433
9434 * gdbserver/acconfig.h: New file.
9435 * gdbserver/i387-fp.c: New file.
9436 * gdbserver/i387-fp.h: New file.
9437 * gdbserver/linux-x86-64.c: New file.
9438 * regformats/reg-x86-64.dat: New file.
9439 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9440 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9441 * gdbserver/configure.in: Add support for regsets.
9442 * gdbserver/config.in: Regenerate.
9443 * gdbserver/configure: Regenerate.
9444 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9445 * gdbserver/linux-low.h: New file.
9446 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9447 for regsets.
9448 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9449 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9450 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9451 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9452 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9453 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9454 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9455 "i387-fp.h". Add PTRACE_GETREGS and friends.
9456 * gdbserver/regcache.c (supply_register): New function.
9457 (supply_register_by_name): New function.
9458 (collect_register): New function.
9459 (collect_register_by_name): New function.
9460
9461 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9464 (config.status): Add configure.srv dependency.
9465 (server_h): Add config.h dependency.
9466
9467 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9468
9469 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9470 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9471 * gdbserver/configure.srv: Change i386-*-linux* to use
9472 reg-i386-linux.o.
9473
9474 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9475
9476 * x86-64-tdep.c: Re-indent. Update copyright date.
9477
9478 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9479
9480 From Michal Ludvig <mludvig@suse.cz>:
9481 * x86-64-tdep.c (value.h): Delete.
9482 (gdb_assert.h): Include.
9483 (x86_64_register_convert_to_virtual,
9484 x86_64_register_convert_to_raw ): Add check which lets only
9485 floating-point values to be converted.
9486 (value_push): Delete.
9487 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9488 (i386_gdbarch_init): Number of register_bytes fixed.
9489
9490 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9491
9492 * MAINTAINERS: Add x86-64 target.
9493
9494 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9495
9496 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9497 * osfsolib.c (solib_map_sections): Ditto.
9498 * irix5-nat.c (solib_map_sections): Ditto.
9499 * corelow.c (gdb_check_format): Ditto.
9500 * symfile.c (symfile_bfd_open): Ditto.
9501 * solib.c (solib_map_sections): Ditto.
9502 Fix PR gdb/354.
9503
9504 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9505
9506 * remote.c (_initialize_remote): By default, disable ``e'' and
9507 ``E'' step out-of-range packets.
9508
9509 2002-02-26 Andreas Schwab <schwab@suse.de>
9510
9511 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9512 m68k_linux_frame_saved_pc.
9513 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9514 in_sigtramp.
9515 (SIGCONTEXT_PC_OFFSET): Remove.
9516 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9517 m68k_linux_sigtramp_saved_pc): New functions.
9518 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9519 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9520 (UCONTEXT_PC_OFFSET): Define.
9521 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9522 non-RT and RT signal trampolines.
9523
9524 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9525
9526 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9527 (TARGET_NBPG, STACK_END_ADDR): Delete
9528 (VARIABLES_INSIDE_BLOCK): Delete.
9529
9530 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9531
9532 * utils.c (perror_with_name): Make string parameter constant.
9533 (print_sys_errmsg): Ditto.
9534 (query): Ditto.
9535 * defs.h (perror_with_name): Update.
9536 (print_sys_errmsg): Update.
9537 (query): Update.
9538
9539 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9540
9541 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9542 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9543
9544 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9545
9546 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9547 if it already matches the current architecture from the exec file.
9548 Include arch-utils.h for gdbarch_info_init prototype.
9549 * Makefile.in (rs6000-nat.o): Update dependencies.
9550
9551 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9552
9553 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9554 list of exported variables.
9555
9556 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9557
9558 * gdbserver/configure.srv: New file.
9559 * gdbserver/configure.in: Use configure.srv instead
9560 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9561 from it.
9562 * gdbserver/configure: Regenerated.
9563 * gdbserver/terminal.h: New file.
9564 * gdbserver/Makefile.in: Update for configure changes. Remove
9565 more unneeded include paths.
9566
9567 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9568
9569 From wiz at danbala:
9570 * config/sparc/tm-sp64.h: Fix grammar and typos.
9571 Fix PR gdb/287.
9572
9573 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9574
9575 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9576 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9577 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9578 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9579 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9580 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9581 * s390-tdep.c: Ditto.
9582 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9583 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9584 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9585 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9586 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9587 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9588 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9589 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9590 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9591 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9592 Fix PR gdb/378.
9593
9594 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9595
9596 * lin-thread.c: Delete file.
9597 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9598 to gdb_proc_service.h.
9599 * configure: Re-generate.
9600
9601 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9602 * serial.c (serial_open): Delete check for "ocd".
9603 Fix PR gdb/349.
9604
9605 * Makefile.in (linux-thread.o): Delete target.
9606 * linux-thread.c: Delete file.
9607
9608 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9609 renamed SH files to be consistent.
9610
9611 * symtab.c (sort_search_symbols): Use xfree.
9612
9613 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9614
9615 * arm-linux-tdep.c (arm_linux_init_abi): Register
9616 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9617 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9618 definition with undef, since we don't want the sysvr4 definition.
9619 (SKIP_TRAMPOLINE_CODE): Likewise.
9620
9621 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9622
9623 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9624
9625 * configure.in: (AC_CHECK_FUNCS) Added test for
9626 canonicalize_file_name Regenerated.
9627 * config.in, configure: Regenerated.
9628 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9629 defined use canonicalize_file_name.
9630
9631 2002-02-23 Michael Chastain <mec@shout.net>
9632
9633 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9634
9635 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9636
9637 * README: Remove references to cygnus.com.
9638 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9639 dot com'' form. Remove references to cygnus.com and sourceware.
9640
9641 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9642
9643 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9644 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9645 1003.1-2001 no longer allows "head -1".
9646 * gdb/Makefile.in (version.c): Likewise.
9647 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9648 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9649 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9650
9651 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9652
9653 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9654 * command.h (cmd_cfunc_eq): Declare.
9655 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9656
9657 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9658 ``struct cmd_list_element *''.
9659 * cli/cli-cmds.c (is_complete_command): Update. Use
9660 cmd_cfunc_eq.
9661 * top.c (execute_command): Pass the command to
9662 is_complete_command.
9663 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9664
9665 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9666
9667 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9668 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9669 architecture defines.
9670 * s390-tdep.c (s390_gdbarch_init): Likewise.
9671
9672 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9673
9674 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9675 (arm_linux_push_arguments): Likewise.
9676 (arm_linux_init_abi): Register them. Also register linux-specific
9677 call_dummy_words.
9678 (find_minsym_and_objfile): Use strcmp, not STREQ.
9679 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9680 (arm_linux_call_dummy_words): Delete declaration.
9681 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9682 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9683 declarations.
9684 (LOWEST_PC): Delete.
9685
9686 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9687
9688 * maint.c (print_section_info): Do not prepend `0x' to filepos
9689 output, it will be handled by local_hex_string_custom.
9690
9691 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9692
9693 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9694 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9695 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9696
9697 2002-02-22 Jim Blandy <jimb@redhat.com>
9698
9699 Indicate that the bcache functions don't change the strings
9700 they're passed.
9701 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9702 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9703
9704 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9705
9706 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9707
9708 2002-02-21 Christopher Faylor <cgf@redhat.com>
9709
9710 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9711 find the complete path to a loaded DLL.
9712
9713 2002-02-21 Fred Fish <fnf@redhat.com>
9714
9715 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9716 that marks the end of the range of a function, enter a line number
9717 entry that has a line number of zero and a PC offset that matches
9718 the end of the function. This starts a range of PC's for which no
9719 line number information is known.
9720 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9721 PC's for which no line number info is found (line number is zero)
9722 then we didn't find any valid line information.
9723 * symtab.h: Document use of zero line number entry.
9724
9725 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9726
9727 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9728 (have_ptrace_getvrregs): Define for run time checks.
9729 (gdb_vrregset_t): New type for Altivec register handling.
9730 (fetch_register, store_register): Fetch/store altivec register
9731 when needed.
9732 (fetch_altivec_register, store_altivec_register): New functions.
9733 (supply_vrregset, fill_vrregset): New functions.
9734 (fetch_altivec_registers, store_altivec_registers): New functions.
9735 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9736 registers as well.
9737
9738 2002-02-21 Jiri Smid <smid@suse.cz>
9739
9740 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9741
9742 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9743
9744 * Makefile.in (armnbsd-nat.o): Update dependencies.
9745 * armnbsd-nat.c (supply_gregset): New function. Common code to
9746 supply the integer register set.
9747 (supply_fparegset): New function. Similar for FPA registers.
9748 (fetch_regs, fetch_fp_regs): Use them.
9749 (fetch_core_registers): Likewise.
9750 (fetch_elfcore_registers): New function.
9751 (arm_netbsd_elfcore_fns): New core-file type specification.
9752 (_initialize_arm_netbsd_nat): Register it.
9753
9754 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9755
9756 * armnbsd-nat.c: Include gdbcore.h.
9757 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9758 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9759 'void' to declaration, to shut up ARI.
9760 (fetch_core_registers): Make static. Rewrite using supply_register.
9761 (arm_netbsd_core_fns): New core-file type specification.
9762 (_initialize_arm_netbsd_nat): New function.
9763
9764 2002-02-21 Christopher Faylor <cgf@redhat.com>
9765
9766 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9767 value.
9768
9769 2002-02-20 Christopher Faylor <cgf@redhat.com>
9770
9771 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9772 fails.
9773
9774 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9775
9776 * jv-exp.y (parse_number): Change type of implicit longs
9777 to builtin_type_uint64.
9778
9779 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9780
9781 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9782 to be an integer instead of a `union wait'.
9783
9784 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9785
9786 * mips-linux-nat.c: Call the operating system GNU/Linux.
9787 * mips-linux-tdep.c: Likewise.
9788 * mips-tdep.c: Likewise.
9789
9790 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9791
9792 Fix PR gdb/265.
9793 * jv-exp.y (parse_number): Handle 64-bit integers.
9794
9795 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9796
9797 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9798 AC_STDC_HEADERS to AC_HEADER_STDC.
9799 * gdbserver/configure: Regenerated.
9800
9801 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9802
9803 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9804 is defined.
9805 * sparc-tdep.c (get_longjmp_target): Likewise.
9806
9807 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9808
9809 * News: Add news about ARM and Multi-arch. Mention the new target
9810 arm*-*-netbsd*.
9811
9812 2002-02-19 Jim Blandy <jimb@redhat.com>
9813
9814 * stabsread.c (error_type_complaint): Improve error message.
9815
9816 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9817
9818 * gdbserver/README: Update documentation.
9819 * gdbserver/configure.in: Update configury to match documentation.
9820 * gdbserver/Makefile.in: Likewise.
9821 * gdbserver/configure: Regenerated.
9822 * gdbserver/aclocal.m4: New file, generated by aclocal.
9823 * gdbserver/config.in: New file, generated by autoheader.
9824
9825 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9826
9827 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9828 armnbsd-nat.c.
9829
9830 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9831
9832 * arm-tdep.h (enum arm_float_model): New enum.
9833 (struct gdbarch_tdep): Add fp_model.
9834 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9835 up floating-point conversions until we know the floating-point model
9836 in use by the inferior. Don't complain about being unable to
9837 determine the ABI of the inferior when we don't have one.
9838 (arm_extract_return_value): Support different floating-point models.
9839 (arm_store_return_value): Likewise.
9840 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9841 ARM_FLOAT_SOFT.
9842 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9843
9844 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9845
9846 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9847 of ``current_gdbarch''.
9848
9849 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9850
9851 * armnbsd-nat.c : ANSIfy all function declarations.
9852 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9853 (fetch_inferior_registers): Re-implement in terms of above.
9854 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9855 (store_inferior_registers): Re-implement in terms of above.
9856
9857 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9858
9859 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9860 kernel.
9861 * arm-linux-tdep.c: Likewise.
9862 * config/arm/tm-linux.h: Likewise.
9863
9864 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9865
9866 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9867 * config/arm/nbsd.mt (TM_FILE): Delete.
9868 * config/arm/tm-nbsd.h: Delete.
9869
9870 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9871
9872 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9873 Initialize CALL_DUMMY_LENGTH.
9874
9875 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9876
9877 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9878 function.
9879 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9880 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9881 defines one thing and that is incorrect for this port.
9882 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9883
9884 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9885
9886 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9887
9888 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9889
9890 * win32-nat.c (display_selector): New function. Displays information
9891 about the information returned by GetThreadSelectorEntry API function.
9892 (display_selectors): New function. Displays the infomation of
9893 the selector given as argument, or of CS, DS ans FS selectors
9894 if no argument is given.
9895 ( _initialize_inftarg): Add "w32" as info prefix command.
9896 Add "info w32 selector" as command calling display_selectors.
9897
9898 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9899
9900 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9901 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9902 if not defined.
9903
9904 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9905
9906 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9907
9908 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9909
9910 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9911 (arm_fix_call_dummy): Call it.
9912 (arm_call_dummy_breakpoint_offset): Delete.
9913 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9914 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9915
9916 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9917
9918 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9919 Default to func_frame_chain_valid.
9920 * gdbarch.h, gdbarch.c: Re-generate.
9921 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9922
9923 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9924
9925 * ppc-linux-nat.c: Update copyright.
9926 (fetch_register, store_register): Add tid parameter, don't compute
9927 tid here.
9928 (fetch_ppc_registers, store_ppc_registers): Add tid
9929 parameter. Pass it along to callees.
9930 (fetch_inferior_registers, store_inferior_registers): Compute tid
9931 here, and pass it to calleed functions.
9932 (fill_gregset, supply_fpregset): Clean up formatting.
9933
9934 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9935
9936 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9937 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9938
9939 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9940
9941 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9942 * gdbarch.c gdbarch.h: Regenerate.
9943 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9944 function.
9945 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9946 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9947 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9948
9949 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9950 * arm-tdep.c (arm_get_longjmp_target): New function.
9951 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9952 this to a positive value register arm_get_longjmp_target as the
9953 longjmp handler.
9954 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9955 (arm_linux_init_abi): Set up longjmp description in tdep.
9956 * armnbsd-nat.c (get_longjmp_target): Delete.
9957 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9958 description in tdep.
9959 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9960 (get_longjmp_target): Delete declaration.
9961 (GET_LONGJMP_TARGET): Delete.
9962 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9963 (GET_LONGJMP_TARGET): Delete.
9964
9965 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9966
9967 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9968 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9969 of ``current_gdbarch''.
9970
9971 2002-02-17 Tom Tromey <tromey@redhat.com>
9972
9973 * cli/cli-cmds.c (compare_strings): New function.
9974 (complete_command): Only print each unique item once.
9975 * completer.h (complete_line): Declare.
9976 * completer.c (complete_line): New function.
9977 (line_completion_function): Use it.
9978
9979 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9980
9981 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9982 * gdbarch.h, gdbarch.c: Re-generate.
9983
9984 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9985
9986 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9987
9988 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9989
9990 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9991 * valops.c (value_arg_coerce): Don't take the address of a reference
9992 to convert an argument to a reference.
9993
9994 2002-02-15 Christopher Faylor <cgf@redhat.com>
9995
9996 * win32-nat.c (get_image_name): New function.
9997 (handle_load_dll): Use get_image_name function.
9998 (get_child_debug_event): Avoid registering debug events until possibly
9999 execed process is started.
10000 (child_create_inferior): Allow invocation via shell so that command
10001 line redirection, etc. works ok.
10002 (_initialize_inftarg): Add new command: "set shell" to control whether
10003 a shell is used to start a process.
10004
10005 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10006
10007 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10008 instead of find_register_by_number.
10009 (cannot_store_register): Likewise.
10010
10011 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10012
10013 * dwarf2read.c: Replace fprintf (stderr, ...) by
10014 fprintf_unfiltered (gdb_stderr, ...).
10015
10016 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10017
10018 * gdbserver/gdbserver.1: Document --attach.
10019
10020 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10021
10022 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10023 descriptions.
10024 * arm-tdep.c (arm_default_arm_le_breakpoint)
10025 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10026 (arm_default_thumb_be_breakpoint): New. Initialize them from
10027 traditional breakpoint defines.
10028 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10029 (arm_gdbarch_init): Initialize new breakpoint variables.
10030 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10031 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10032 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10033 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10034 code out to ...
10035 (arm_netbsd_init_abi_common): ... here; new function.
10036 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10037 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10038 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10039 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10040
10041 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10042
10043 * arm-tdep.h (enum arm_abi): New enum.
10044 (struct gdbarch_tdep): New structure.
10045 (LOWEST_PC): Provide a default.
10046 (arm_gdbarch_register_os_abi): Declare new function.
10047 * arm-tdep.c (arm_abi_names): New array.
10048 (process_note_abi_tag_sections): New function.
10049 (get_elfosabi): New function.
10050 (arm_gdbarch_register_os_abi): New function.
10051 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10052 support for that ABI has been built in, then call the appropriate
10053 configuration routine. Use gdbarch_num_regs() to get the number
10054 of registers.
10055 (arm_dump_tdep): New function.
10056 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10057 place-holder functions.
10058 (_initialize_arm_tdep): Register them.
10059 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10060
10061 * armnbsd-tdep.c: New file.
10062 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10063 * config/arm/nbsd.mt (TDEPFILES): Add it.
10064 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10065
10066 * armnbsd-nat.c: Include regcache.h.
10067 * Makefile.in (armnbsd-nat.o): Update dependency list.
10068
10069 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10070
10071 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * gdbserver/Makefile.in: Fix typos in target rules.
10074
10075 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10076
10077 Fix part of PR gdb/267.
10078 * linespec.c (find_methods): Handle constructors specially for now.
10079
10080 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10081
10082 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10083 handling.
10084 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10085 standard_coerce_float_to_double().
10086
10087 2002-02-14 Christopher Faylor <cgf@redhat.com>
10088
10089 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10090 GDBINIT_FILENAME.
10091
10092 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10093
10094 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10095 find_variant_by_name, because it confuses the multiarch
10096 framework. Return NULL if there isn't an architecture with the
10097 user supplied name, instead of forcing a different one without
10098 recording the change with the multiarch machinery.
10099 (find_variant_by_name): Delete.
10100
10101 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10102
10103 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10104 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10105
10106 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10107
10108 * stack.c (print_frame_info_base): When calling
10109 print_frame_info_listing_hook, set current_source_symtab.
10110
10111 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10112
10113 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10114 and remove unused $(INCLUDE_DIR).
10115 Add regcache.c to OBS.
10116 Add generated register protocol files to clean target.
10117 Update dependencies for new objects, obsolete old target code.
10118
10119 * gdbserver/linux-low.c: Remove all platform-specific code to
10120 new files. Remove various dead code. Update to use regcache
10121 functionality.
10122 * gdbserver/remote-utils.c (fromhex): Add return statement
10123 to quiet warning.
10124 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10125 constant.
10126 (input_interrupt): Add integer parameter to match prototype
10127 of a signal handler.
10128 (outreg): Use register_data ().
10129 (prepare_resume_reply): Use gdbserver_expedite_regs.
10130 * gdbserver/server.c (main): Dynamically allocate own_buf because
10131 PBUFSIZ is no longer constant. Use registers_to_string () and
10132 registers_from_string ().
10133 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10134 for error (), fatal (), and warning (). Update definition of
10135 PBUFSIZ to use regcache functionality. Add include guard.
10136 * gdbserver/utils.c (fatal): Add missing ``const''.
10137 (warning): New function.
10138
10139 * regformats/regdat.sh: Include "regcache.h" in generated files.
10140 Provide init_registers () function.
10141 * regformats/regdef.h: Add prototype for set_register_cache ().
10142 Add include guard.
10143
10144 * gdbserver/linux-arm-low.c: New file.
10145 * gdbserver/linux-i386-low.c: New file.
10146 * gdbserver/linux-ia64-low.c: New file.
10147 * gdbserver/linux-m68k-low.c: New file.
10148 * gdbserver/linux-mips-low.c: New file.
10149 * gdbserver/linux-ppc-low.c: New file.
10150 * gdbserver/linux-sh-low.c: New file.
10151
10152 * gdbserver/regcache.c: New file.
10153 * gdbserver/regcache.h: New file.
10154
10155 * gdbserver/low-linux.c: Removed obsolete file.
10156
10157 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10160 * config/i386/linux.mt: Likewise.
10161 * config/ia64/linux.mt: Likewise.
10162 * config/m68k/linux.mh: Likewise.
10163 * config/powerpc/linux.mh: Likewise.
10164 * config/mips/linux.mt: Likewise.
10165
10166 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10167
10168 * config/i386/i386lynx.mh: Mark gdbserver variables
10169 as (currently) obsolete for this target.
10170 * config/i386/nbsd.mt: Likewise.
10171 * config/i386/nbsdelf.mt: Likewise.
10172 * config/m32r/m32r.mt: Likewise.
10173 * config/m68k/m68klynx.mh: Likewise.
10174 * config/m68k/nbsd.mt: Likewise.
10175 * config/m68k/sun3os4.mh: Likewise.
10176 * config/mips/vr5000.mt: Likewise.
10177 * config/ns32k/nbsd.mt: Likewise.
10178 * config/pa/hppabsd.mh: Likewise.
10179 * config/pa/hppaosf.mh: Likewise.
10180 * config/powerpc/nbsd.mt: Likewise.
10181 * config/rs6000/rs6000lynx.mh: Likewise.
10182 * config/s390/s390.mt: Likewise.
10183 * config/s390/s390x.mt: Likewise.
10184 * config/sparc/sparclynx.mh: Likewise.
10185 * config/sparc/sun4os4.mh: Likewise.
10186 * config/i386/x86-64linux.mt: Likewise.
10187 * config/sparc/linux.mh: Likewise.
10188
10189 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10190
10191 * configure.tgt: Configure gdbserver only for known working
10192 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10193 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10194 SUBDIRS if it is configured. Update comment for ${nativefile}.
10195 * configure: Regenerated.
10196
10197 2002-02-13 Michael Snyder <msnyder@redhat.com>
10198
10199 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10200
10201 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10202 (default_gcore_mach): Just return 0, work around a problem in bfd.
10203 (default_gcore_target): OK to return NULL if exec_bfd is null.
10204 (make_mem_sec): Use a cast, avoid a warning.
10205
10206 * procfs.c (find_memory_regions_callback): Use a cast instead of
10207 calling host_pointer_to_address (which complains if
10208 sizeof (host pointer) != sizeof (target pointer)).
10209 (procfs_make_note_section): Avoid overflow in psargs string.
10210
10211 * procfs.c (procfs_make_note_section): Make the default
10212 implementation return an error.
10213
10214 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10215
10216 * procfs.c (procfs_make_note_section): Provide a default definition
10217 (for alpha-dec-osf4.0f). Fix typos.
10218
10219 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10220
10221 * linux-proc.c: Add include of regcache.h.
10222 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10223
10224 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10225
10226 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10227 * memattr.c (create_mem_region): Disallow useless empty region.
10228 Regions are half-open intervals, so allow [A..B) [B..C) as
10229 non-overlapping.
10230
10231 2002-02-13 Michael Chastain <mec@shout.net>
10232
10233 * defs.h: Kill CONST_PTR.
10234 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10235 * c-lang.c (c_builtin_types): Likewise.
10236 * ch-lang.c (ch_builtin_types): Likewise.
10237 * f-lang.c (f_builtin_types): Likewise.
10238 * language.c (unknown_builtin_types): Likewise.
10239 * m2-lang.c (m2_builtin_types): Likewise.
10240 * p-lang.c (pascal_builtin_types): Likewise.
10241 * scm-lang.c (c_builtin_types): Likewise.
10242
10243 2002-02-13 Keith Seitz <keiths@redhat.com>
10244
10245 * arm-tdep.h (arm_get_next_pc): Add declaration.
10246
10247 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10248
10249 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10250 with other related struct-returning functions.
10251 (arm_extract_struct_value_address): New function.
10252 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10253 initialize float_format, double_format and long_double_format as
10254 appropriate to the endianness of the target.
10255 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10256 (arm_use_struct_convention): Delete declaration.
10257 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10258
10259 2002-02-13 Keith Seitz <keiths@redhat.com>
10260
10261 * defs.h (core_addr_to_string_nz): New function.
10262
10263 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10264
10265 Apply missing bits of 2002-01-15 patch.
10266 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10267 (fill_fpregset): Use i387_fill_fsave.
10268
10269 2002-02-12 Keith Seitz <keiths@redhat.com>
10270
10271 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10272 (core_addr_to_string_nz): New function.
10273
10274 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10275
10276 * arm-linux-nat.c: Really include arm-tdep.h.
10277 * config/arm/tm-linux.h (struct type, struct value): Declare.
10278
10279 2002-02-11 Michael Snyder <msnyder@redhat.com>
10280
10281 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10282 (gcore section): Ifdef for Solaris and Unixware only.
10283 (procfs_do_thread_registers): Unixware needs one lwpstatus
10284 per thread (not one prstatus or pstatus).
10285 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10286 not over all gdb threads. For unixware, call elfcore_write_pstatus
10287 once before iterating over threads.
10288
10289 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10290
10291 * arm-tdep.h: New file.
10292 * arm-tdep.c: Include arm-tdep.h.
10293 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10294 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10295 (arm_print_float_info, arm_register_type, convert_to_extended)
10296 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10297 (arm_extract_return_value, arm_register_name): Make static.
10298 (arm_software_single_step): Similarly. Fix types in declaration.
10299 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10300 (arm_store_return_value, arm_store_struct_return): New functions.
10301 (arm_gdbarch_init): Register the above functions. Also register
10302 call_dummy_start_offset, sizeof_call_dummy_words,
10303 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10304 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10305 max_register_virtual_size, register_size. Set up
10306 prologue_cache.saved_regs here, rather than ...
10307 (_initialize_arm_tdep): ... here.
10308 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10309 declarations.
10310 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10311 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10312 (arm_print_float_info, arm_register_type, convert_to_extended)
10313 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10314 (arm_extract_return_value, arm_register_name): Delete declarations.
10315 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10316 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10317 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10318 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10319 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10320 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10321 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10322 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10323 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10324 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10325 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10326 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10327 interface.
10328 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10329 * remote-rdi.c remote-rdp.c: Likewise.
10330 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10331 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10332 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10333 definition.
10334
10335 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10336 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10337 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10338 from non-ARM_ prefixed definitions.
10339 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10340 all uses of above.
10341 * remote-rdi.c remote-rdp.c: Likewise.
10342 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10343
10344 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10345
10346 * arm-tdep.c (arm_frameless_function_invocation)
10347 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10348 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10349 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10350 (arm_pop_frame, arm_get_next_pc): Make static.
10351 (arm_gdbarch_init): Register above in gdbarch structure.
10352 (arm_read_fp): Renamed from arm_target_read_fp.
10353 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10354 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10355 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10356 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10357 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10358 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10359 (arm_pc_is_thumb_dummy): Delete declarations.
10360 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10361 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10362 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10363 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10364
10365 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10366
10367 * symtab.c (compare_search_syms): New function.
10368 (sort_search_symbols): New function.
10369 (search_symbols): Sort symbols after searching rather than
10370 before.
10371
10372 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10373
10374 * NEWS: Linux -> GNU/Linux.
10375
10376 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10377
10378 * gdbarch.sh: For for level one methods, disallow a definition
10379 when partially multi-arched. Add comments explaining rationale.
10380 * gdbarch.h: Re-generate.
10381
10382 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10383
10384 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10385 multi-arch partial.
10386
10387 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10388
10389 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10390 field. Use diff -u.
10391 * gdbarch.c: Re-generate.
10392
10393 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10394
10395 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10396 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10397 partial.
10398
10399 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10400
10401 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10402 multi-arch partial.
10403 (PUSH_ARGUMENTS): Switch to using predefault.
10404 * gdbarch.c: Regenerate.
10405
10406 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10407
10408 * valops.c (PUSH_ARGUMENTS): Delete definition.
10409 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10410 partial. Default to default_push_arguments.
10411 * gdbarch.h, gdbarch.c: Regenerate.
10412
10413 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10414
10415 * defs.h (throw_exception): Rename return_to_top_level. Update
10416 comments.
10417 * utils.c (error_stream, internal_verror, quit): Ditto.
10418 * top.c (throw_exception, catcher): Ditto.
10419 * sparclet-rom.c (sparclet_load): Ditto.
10420 * remote.c (interrupt_query, minitelnet): Ditto.
10421 * remote-sds.c (interrupt_query): Ditto.
10422 * remote-mips.c (mips_error, mips_kill): Ditto.
10423 * ocd.c (interrupt_query): Ditto.
10424 * monitor.c (monitor_interrupt_query): Ditto.
10425 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10426 * target.h: Update comment.
10427
10428 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10429
10430 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10431
10432 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10433 default_double_format.
10434 * gdbarch.h, gdbarch.c: Re-generate.
10435 * findvar.c (floatformat_unknown): Delete variable definition.
10436 * doublest.h (floatformat_unknown): Delete variable declaration.
10437
10438 2002-02-09 Jim Blandy <jimb@redhat.com>
10439
10440 * stabsread.c (read_type): Add code to parse Sun's syntax for
10441 prototyped function types.
10442
10443 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10444
10445 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10446 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10447
10448 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10449
10450 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10451 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10452 now _initialize_xcoffsolib gets called again and overrides the
10453 commands from solib.c in a native configuration.
10454
10455 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10456
10457 * doublest.c (store_typed_floating): Don't try to return a value.
10458 Fixes PR gdb/290.
10459
10460 2002-02-08 Jim Blandy <jimb@redhat.com>
10461
10462 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10463 is prototyped and has no arguments, print its argument list as
10464 `(void)'.
10465
10466 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10467
10468 * MAINTAINERS (write-after-approval): Add myself.
10469 (paper-trail): I've escaped!
10470
10471 2002-02-08 Christopher Faylor <cgf@redhat.com>
10472
10473 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10474 changes.
10475 (_initialize_check_for_gdb_ini): Ditto.
10476
10477 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10478
10479 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10480 xaprintf -> xasprintf.
10481
10482 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10483
10484 * win32-nat.c: Remove use of printf and sprintf functions.
10485
10486 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10487
10488 * arm-tdep.c (arm_frame_chain_valid): Make static.
10489 (arm_push_arguments): Likewise.
10490 (arm_gdbarch_init): New function.
10491 (_initialize_arm_tdep): Call it.
10492 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10493 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10494 (FRAME_CHAIN_VALID): Delete.
10495 (arm_frame_chain_valid): Delete declaration.
10496 (PUSH_ARGUMENTS): Delete.
10497 (arm_push_arguments): Delete declaration.
10498 (CALL_DUMMY_P): Delete.
10499
10500 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10501 Corinna Vinschen <vinschen@redhat.com>
10502
10503 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10504 on builtin float types.
10505
10506 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10507
10508 * utils.c: Include <curses.h> before "bfd.h".
10509 * tui/tui-hooks.c: Likewise.
10510 * tui/tui.c: Likewise.
10511 * tui/tuiCommand.c: Likewise.
10512 * tui/tuiData.c: Likewise.
10513 * tui/tuiDataWin.c: Likewise.
10514 * tui/tuiDisassem.c: Likewise.
10515 * tui/tuiGeneralWin.c: Likewise.
10516 * tui/tuiIO.c: Likewise.
10517 * tui/tuiLayout.c: Likewise.
10518 * tui/tuiRegs.c: Likewise.
10519 * tui/tuiSource.c: Likewise.
10520 * tui/tuiSourceWin.c: Likewise.
10521 * tui/tuiStack.c: Likewise.
10522 * tui/tuiWin.c: Likewise.
10523
10524 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10525
10526 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10527 to include space for pseudoregs as well. Update loops accordingly.
10528 (sh_fp_frame_init_saved_regs): Ditto.
10529 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10530
10531 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10532
10533 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10534 Add Richard Earnshaw to Arm maintainers.
10535
10536 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10537
10538 * defs.h (warning_begin): Delete declaration.
10539
10540 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10541 Delete macro.
10542
10543 2002-02-07 Michael Snyder <msnyder@redhat.com>
10544
10545 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10546 Logic bug, remove misplaced else.
10547
10548 2002-02-07 Klee Dienes <klee@apple.com>
10549
10550 * fork-inferior.c (fork_inferior): Add '!' to the list of
10551 characters that need to be quoted when building a string for the
10552 shell. Quote '!' specifically with a backslash, since CSH chokes
10553 when trying to evaluate "str!str".
10554
10555 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10556
10557 * rdi-share/host.h: Only provide a typedef for bool if it is not
10558 defined.
10559
10560 2002-02-04 Michael Snyder <msnyder@redhat.com>
10561
10562 * breakpoint.h (enum bptype): Add new overlay event bp type.
10563 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10564
10565 * breakpoint.c (create_internal_breakpoint): New function.
10566 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10567 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10568 (create_thread_event_breakpoint): Ditto.
10569 (create_solib_event_breakpoint): Ditto.
10570 (create_overlay_event_breakpoint): New function.
10571 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10572 (update_breakpoints_after_exec): Delete and re-initialize
10573 overlay event breakpoints after an exec. Add FIXME comment
10574 about longjmp breakpoint.
10575 (print_it_typical): Ignore overlay event breakpoints.
10576 (print_one_breakpoint): Ditto.
10577 (mention): Ditto.
10578 (bpstat_what): Do not stop for overlay event breakpoints.
10579 (delete_breakpoint): Don't delete overlay event breakpoints.
10580 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10581 (breakpoint_re_set): Re-create overlay event breakpoint.
10582
10583 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10584 (overlay_manual_command): Disable overlay breakpoints.
10585 (overlay_off_command): Disable overlay breakpoints.
10586
10587 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10590 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10591 to here from config/tm-arm.h.
10592 (coff_sym_is_thumb): Make static.
10593 (arm_elf_make_msymbol_special): New function.
10594 (arm_coff_make_msymbol_special): New function.
10595 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10596 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10597 (coff_sym_is_thumb): Delete declaration.
10598 (arm_elf_make_msymbol_special): Declare.
10599 (arm_coff_make_msymbol_special): Declare.
10600 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10601 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10602
10603 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10604
10605 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10606
10607 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10608
10609 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10610 * gdbarch.c gdbarch.h: Regenerate.
10611 * arch-utils.c (default_print_float_info): New function.
10612 * arch-utils.h (default_print_float_info): Prototype it.
10613 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10614 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10615 (PRINT_FLOAT_INFO): Document it.
10616
10617 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10618 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10619 (PRINT_FLOAT_INFO): Define.
10620
10621 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10622
10623 * win32-nat.c (_initialize_check_for_gdb_ini):
10624 Add typecast to sprintf argument to suppress a warning.
10625
10626 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10627
10628 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10629 to allow easier handling of pass state.
10630 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10631 that gives exception name and address.
10632 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10633 and set last_sig value to ourstatus->value.sig. Some missing
10634 exceptions added.
10635 (child_continue): Correctly report continue_status.
10636 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10637 TARGET_SIGNAL_0 (new default value).
10638 (child_resume): consider sig argument passed to decide if
10639 the exception should be passed to debuggee or not.
10640
10641 2002-02-05 Michael Snyder <msnyder@redhat.com>
10642
10643 * regcache.c (fetch_register): Call target_fetch_register
10644 only if we don't call FETCH_PSEUDO_REGISTER.
10645 (store_register): Call target_store_register only if we
10646 don't call STORE_PSEUDO_REGISTER.
10647
10648 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10649
10650 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10651 ELF_MAKE_MSYMBOL_SPECIAL.
10652 * gdbarch.c, gdbarch.h: Regenerate.
10653 * arch-utils.c (default_make_msymbol_special): New function.
10654 * arch-utils.h (default_make_msymbol_special): Export.
10655 * elfread.c (elf_symtab_read): Compile use of
10656 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10657 multiarched.
10658 * coffread.c (coff_symtab_read): Ditto, for
10659 COFF_MAKE_MSYMBOL_SPECIAL.
10660
10661 2002-02-05 Jim Blandy <jimb@redhat.com>
10662
10663 * solib-svr4.c (svr4_truncate_ptr): New function.
10664 (svr4_relocate_section_addresses): Do the address arithmetic with
10665 the appropriate truncation for target addresses, even when
10666 CORE_ADDR is larger than a target address.
10667
10668 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10669
10670 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10671 to (int *).
10672
10673 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10674
10675 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10676 code.
10677
10678 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10679
10680 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10681
10682 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * gdbserver/linux-low.c: Remove unused include files.
10685
10686 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10687
10688 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10689 (read_inferior_memory): Use it.
10690 (write_inferior_memory): Likewise.
10691
10692 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10693
10694 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10695 grubbing through sys_errlist.
10696
10697 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10698
10699 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10700
10701 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10702 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10703
10704 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10705
10706 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10707 (do_sfunc, set_cmd_sfunc): New functions.
10708
10709 * command.h (struct cmd_list_element): Add field func.
10710 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10711 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10712 * cli/cli-decode.h: Ditto.
10713
10714 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10715 (help_all, help_cmd_list): Ditto.
10716 (find_cmd, complete_on_cmdlist): Ditto.
10717 * top.c (execute_command): Ditto.
10718
10719 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10720 function.sfunc.
10721
10722 * infcmd.c (notice_args_read): Fix function signature.
10723
10724 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10725 * cli/cli-decode.c (add_set_cmd): Ditto.
10726 * utils.c (initialize_utils): Ditto.
10727 * maint.c (_initialize_maint_cmds): Ditto.
10728 * infrun.c (_initialize_infrun): Ditto.
10729 * demangle.c (_initialize_demangler): Ditto.
10730 * remote.c (add_packet_config_cmd): Ditto.
10731 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10732 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10733 * proc-api.c (_initialize_proc_api): Ditto.
10734 * kod.c (_initialize_kod): Ditto.
10735 * valprint.c (_initialize_valprint): Ditto.
10736 * top.c (init_main): Ditto.
10737 * infcmd.c (_initialize_infcmd): Ditto.
10738 * corefile.c (_initialize_core): Ditto.
10739 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10740 * arch-utils.c (initialize_current_architecture): Ditto.
10741 (_initialize_gdbarch_utils): Ditto.
10742 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10743
10744 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10745 * wince.c (_initialize_inftarg): Ditto.
10746 * symfile.c (_initialize_symfile): Ditto.
10747 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10748 * language.c (_initialize_language): Ditto.
10749 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10750
10751 2002-02-04 Michael Snyder <msnyder@redhat.com>
10752
10753 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10754
10755 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10756
10757 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10758 Add rules for building the register data files.
10759
10760 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * regformats/regdat.sh: Add braces to the definition of
10763 expedite_regs_${arch}.
10764
10765 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10766
10767 * regformats/regdef.h (struct reg): Add comment describing the
10768 requirements for offset and size fields.
10769
10770 2002-02-04 Andreas Schwab <schwab@suse.de>
10771
10772 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10773 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10774
10775 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10776
10777 * gdbarch.sh (copyright): Update years in generated header.
10778 (SMASH_TEXT_ADDRESS): Add rule.
10779 * gdbarch.h, gdbarch.c: Re-generate.
10780 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10781 * dbxread.c: Likewise.
10782 * dwarfread.c: Likewise.
10783 * elfread.c: Likewise.
10784 * somread.c: Likewise.
10785
10786 * arm-tdep.c (arm_smash_text_address): New function.
10787 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10788
10789 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10790
10791 Add support for hardware watchpoints on win32 native.
10792 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10793 CONTEXT_DEBUG_REGISTERS.
10794 (dr variable): New variable. Static array containing a local copy
10795 of debug registers.
10796 (debug_registers_changed): New variable. Reflects when debug registers
10797 are changed and need to be written to inferior.
10798 (debug_registers_used): New variable. Reflects when any debug register
10799 was set, used when new threads are created.
10800 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10801 i386-nat code.
10802 (thread_rec): Set dr array if id is the thread of current_event .
10803 (child_continue, child_resume): Change the debug registers for all
10804 threads if debug_registers_changed.
10805 (child_add_thread): Change the debug registers if debug_registers_used.
10806 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10807 Link nm.h to new nm-cygwin.h file.
10808 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10809 of hardware registers.
10810
10811 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10812
10813 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10814 Restore behavour broken by 2002-01-20 Andrew Cagney
10815 <ac131313@redhat.com> IEEE_FLOAT removal.
10816
10817 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10818
10819 * c-valprint.c (c_val_print): Pass a proper valaddr to
10820 cp_print_class_method.
10821 * valops.c (search_struct_method): If there is only one method
10822 and args is NULL, return that method.
10823
10824 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10825
10826 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10827 accessing tag_name directly.
10828
10829 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10830
10831 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10832 of accessing tag_name directly.
10833
10834 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10835
10836 PR gdb/280
10837 * gdbtypes.c (replace_type): New function.
10838 * gdbtypes.h (replace_type): Add prototype.
10839 * stabsread.c (read_type): Use replace_type.
10840
10841 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10842
10843 * Makefile.in (memattr.o): Add missing dependencies rule.
10844
10845 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10846
10847 * breakpoint.c (break_at_finish_command): Really export.
10848 (break_at_finish_at_depth_command): Ditto.
10849 (tbreak_at_finish_command): Ditto.
10850 * hppa-tdep.c: Include completer.h.
10851 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10852 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10853
10854 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10855
10856 * utils.c (do_write): New function.
10857 (error_stream): Rewrite combining the code from error_begin and
10858 verror.
10859 (verror): Rewrite using error_stream.
10860 (error_begin): Delete function.
10861
10862 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10863
10864 * utils.c (error_begin): Make static.
10865 * defs.h (error_begin): Delete declaration.
10866
10867 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10868 (decode_line_1): Use cplusplus_error instead of error_begin,
10869 cplusplus_hint and return_to_top_level.
10870 * coffread.c (coff_symfile_read): Use error instead of error_begin
10871 and return_to_top_level.
10872 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10873
10874 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10875
10876 * language.h (type_error, range_error): Make string parameter
10877 constant.
10878 * language.c (warning_pre_print): Delete extern declaration.
10879 * dwarfread.c (warning_pre_print): Ditto.
10880 * language.c (type_error, range_error): Rewrite to use verror and
10881 vwarning instead of warning_begin.
10882
10883 2002-02-01 Michael Snyder <msnyder@redhat.com>
10884
10885 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10886 (set_ignore_count): Move misplaced comment back where it belongs.
10887
10888 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10889
10890 * command.h (NO_FUNCTION): Delete macro.
10891 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10892 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10893 * tracepoint.c (_initialize_tracepoint): Ditto.
10894 * cli/cli-decode.c (add_set_cmd): Ditto.
10895 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10896
10897 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10898
10899 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10900 Update ``this'' pointer when calling virtual functions.
10901
10902 2002-02-01 Michael Snyder <msnyder@redhat.com>
10903
10904 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10905 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10906
10907 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10908
10909 * regformats/reg-arm.dat: New file.
10910 * regformats/reg-i386.dat: New file.
10911 * regformats/reg-ia64.dat: New file.
10912 * regformats/reg-m68k.dat: New file.
10913 * regformats/reg-mips.dat: New file.
10914 * regformats/reg-ppc.dat: New file.
10915 * regformats/reg-sh.dat: New file.
10916 * regformats/regdef.h: New file.
10917 * regformats/regdat.sh: New file.
10918
10919 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10920
10921 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10922 (arm_frame_args_address, arm_frame_locals_address): New functions.
10923 (arm_frame_num_args): New function.
10924 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10925 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10926 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10927
10928 2002-01-31 Michael Snyder <msnyder@redhat.com>
10929
10930 * breakpoint.c (break_at_finish_command): Export.
10931 (break_at_finish_at_depth_command): Export.
10932 (tbreak_at_finish_command): Export.
10933 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10934 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10935 "txbreak" commands, which are HPPA specific.
10936
10937 * printcmd.c (disassemble_command): Remove an ancient
10938 artifact of an old merge.
10939
10940 * symfile.h (enum overlay_debugging_state):
10941 Define enum constant values for overlay mode.
10942 * symfile.c (overlay_debugging): Use enums instead of literals.
10943 (overlay_is_mapped, overlay_auto_command,
10944 overlay_manual_command): Ditto.
10945
10946 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10947 breakpoint_here_p, breakpoint_inserted_here_p,
10948 breakpoint_thread_match, bpstat_stop_status,
10949 describe_other_breakpoints, check_duplicates, clear_command):
10950 Coding standard fixes.
10951
10952 * target.c (target_xfer_memory): Add spaces, coding standard.
10953 (do_xfer_memory): Add missing line to trust-readonly
10954 code: check bfd SEC_READONLY flag for section.
10955
10956 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10957
10958 * PROBLEMS: Fix typo, 5.1->5.1.1.
10959
10960 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10961
10962 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10963 data symbols, since we search based on textlow and texthigh.
10964 (find_pc_sect_symtab): Likewise.
10965
10966 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10967
10968 * defs.h (vwarning): Declare.
10969 * utils.c (vwarning): New function.
10970 (warning): Call vwarning.
10971 (warning_begin): Delete function.
10972
10973 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10974 the warning message.
10975 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10976 warning_begin.
10977
10978 2002-01-30 Michael Snyder <msnyder@redhat.com>
10979
10980 * NEWS: Mention "set trust-readonly-sections" command.
10981 Mention generate-core-file command.
10982
10983 2002-01-15 Michael Snyder <msnyder@redhat.com>
10984
10985 * target.c: New command, "set trust-readonly-sections on".
10986 (do_xfer_memory): Honor the suggestion to trust readonly sections
10987 by reading them from the object file instead of from the target.
10988 (initialize_targets): Register command "set trust-readonly-sections".
10989
10990 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10991
10992 * parse.c (target_map_name_to_register): Simplify, search regs and
10993 pseudo-regs using a single loop.
10994
10995 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10996
10997 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10998
10999 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11000
11001 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11002 * config/i386/i386v42mp.mh: Add i387-nat.o .
11003 * i386v4-nat.c: Include i387-nat.h.
11004 (supply_fpregset): Use i387_supply_fsave.
11005 (fill_fpregset): Use i387_fill_fsave.
11006
11007 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11008
11009 * arm-tdep.c (arm_call_dummy_words): Define.
11010 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11011 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11012 (CALL_DUMMY_WORDS): Define.
11013 (arm_call_dummy_words): Declare.
11014 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11015 (arm_linux_call_dummy_words): Declare.
11016
11017 2002-01-30 Andreas Schwab <schwab@suse.de>
11018
11019 * m68klinux-nat.c: Fix last change to use regcache_collect
11020 instead of referencing registers[] directly.
11021
11022 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11023
11024 * parse.c (target_map_name_to_register): Delete code wrapped in
11025 #ifdef REGISTER_NAME_ALIAS_HOOK.
11026
11027 2002-01-28 Michael Snyder <msnyder@redhat.com>
11028
11029 * regcache.c (legacy_read_register_gen): Need to be able to
11030 read pseudo-register as well as real register.
11031 (legacy_write_register_gen): Ditto.
11032
11033 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11034
11035 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11036 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11037 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11038 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11039 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11040 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11041 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11042 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11043 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11044 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11045 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11046 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11047 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11048 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11049 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11050 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11051 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11052 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11053 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11054 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11055
11056 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11057
11058 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11059 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11060 (initialize_current_architecture): Update target_byte_order using
11061 information from BFD.
11062 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11063 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11064
11065 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11066
11067 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11068 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11069
11070 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11071 #ifdef INVALID_FLOAT.
11072 * infcmd.c (do_registers_info): Ditto.
11073 * values.c (unpack_double): Ditto. Add comment.
11074
11075 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11076 already commented out.
11077
11078 2002-01-26 Andreas Schwab <schwab@suse.de>
11079
11080 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11081 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11082 registers and add support for PTRACE_GETREGS.
11083
11084 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11085
11086 GDB 5.1.1 released from 5.1 branch.
11087 * NEWS: Add 5.1.1 news.
11088 * README: Sync with 5.1 branch.
11089
11090 2002-01-23 Fred Fish <fnf@redhat.com>
11091
11092 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11093 stabstring on initial malloc. Reallocing will copy it for us,
11094 if necessary.
11095
11096 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11097
11098 * Makefile.in (hpread_h): Delete.
11099 (HFILES_NO_SRCDIR): Remove hpread.h.
11100 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11101 (hpread.o): Update dependencies.
11102 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11103
11104 * hp-psymtab-read.c: Remove file.
11105 * hp-symtab-read.c: Remove file.
11106 * hpread.h: Remove file.
11107
11108 * hpread.c: Merge all contents of hp-psymtab-read.c,
11109 hp-symtab-read.c and hpread.h into this file, as it was prior to
11110 January 1999.
11111
11112 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11113 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11114 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11115 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11116
11117 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11118
11119 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11120 fill_gregset): Call gdbarch_tdep() just once, assign result to
11121 variable and use that, instead of calling the function several
11122 times.
11123
11124 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11125
11126 * configure.host: Accept sparcv9 as alias for sparc64.
11127 * configure.tgt: Likewise.
11128
11129 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11130
11131 * solib-aix5.c (build_so_list_from_mapfile)
11132 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11133 arguments is not reversed.
11134 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11135 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11136
11137 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11138
11139 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11140 modified version of obsolete sh_fetch_pseudo_register.
11141 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11142 (sh4_register_read): New function.
11143 (sh_pseudo_register_write): New function. Renamed and modified
11144 version of obsolete sh_store_pseudo_register.
11145 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11146 (sh4_register_write): New function.
11147 (sh_gdbarch_init): Remove setting of gdbarch function
11148 fetch_pseudo_register and store_pseudo_register. Remove setting of
11149 register_convert_to_raw, register_convert_to_virtual,
11150 register_convertible.
11151 (sh_sh4_register_convertible): Delete. No longer needed. All is
11152 taken care by architecture specific functions
11153 register_read/register_write.
11154 (sh_sh4_register_convert_to_virtual): Make static.
11155 (sh_sh4_register_convert_to_raw): Ditto.
11156
11157 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11158
11159 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11160 (floatformat_is_nan, floatformat_mantissa): Ditto.
11161
11162 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11163 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11164 builtin_type_ieee_double_little,
11165 builtin_type_ieee_double_littlebyte_bigword,
11166 builtin_type_m68881_ext, builtin_type_i960_ext,
11167 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11168 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11169 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11170 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11171
11172 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11173
11174 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11175 parameter. Set frameless flag if it exists and depended of
11176 whether the scanned function is frameless or not.
11177 (xstormy16_skip_prologue): If function is frameless, return
11178 result of xstormy16_scan_prologue().
11179 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11180 call.
11181
11182 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11183
11184 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11185 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11186 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11187 sh_sh4_register_byte, sh_sh4_register_raw_size,
11188 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11189 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11190 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11191 sh_store_pseudo_register, sh_do_pseudo_register): Call
11192 gdbarch_tdep() just once, assign result to variable and use that,
11193 instead of calling the function several times.
11194
11195 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11196
11197 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11198 macros instead of LAST_FPU_CTRL_REGNUM.
11199 (store_register): Likewise.
11200
11201 2002-01-21 Jim Blandy <jimb@redhat.com>
11202
11203 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11204 is up-to-date before running the program, not just when a program
11205 exits.
11206
11207 2002-01-21 Fred Fish <fnf@redhat.com>
11208
11209 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11210 when we have found all instructions we are looking for.
11211
11212 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11213
11214 * arm-tdep.c (arm_register_name): New function.
11215 (arm_registers_names): Make static.
11216 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11217 (arm_register_name): Declare.
11218 (REGISTER_NAME): Use it.
11219
11220 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11221 Kevin Buettner <kevinb@redhat.com>
11222
11223 Convert arm targets to new FRAME interface.
11224 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11225 (arm_frame_find_save_regs): Delete.
11226 (arm_frame_init_saved_regs): New.
11227 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11228 Allocate extra_info as required. Convert all uses of fsr.regs
11229 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11230 to use extra_info.
11231 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11232 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11233 (check_prologue_cache, save_prologue_cache): Likewise.
11234 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11235 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11236 (FRAME_FIND_SAVED_REGS): Delete.
11237 (arm_frame_find_saved_regs): Delete prototype.
11238 (arm_frame_init_saved_regs): New prototype.
11239 (FRAME_INIT_SAVED_REGS): Define.
11240
11241 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11242
11243 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11244
11245 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11246
11247 From Jeff Law <law@redhat.com>:
11248 * infttrace.c: Include <sys/pstat.h>.
11249 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11250 exec file if the ttrace equivalent fails.
11251
11252 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11253
11254 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11255 (closeLogFile): Ditto.
11256
11257 2002-01-20 Michael Chastain <mec@shout.net>
11258
11259 * top.c (print_gdb_version): Bump copyright year to 2002.
11260
11261 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11262
11263 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11264 Zannoni and Eli Zaretskii.
11265
11266 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11267
11268 * buildsym.c: Update copyright years.
11269 * c-typeprint.c: Likewise.
11270 * dwarf2read.c: Likewise.
11271 * f-typeprint.c: Likewise.
11272 * gdbtypes.c: Likewise.
11273 * gdbtypes.h: Likewise.
11274 * hp-symtab-read.c: Likewise.
11275 * hpread.c: Likewise.
11276 * mdebugread.c: Likewise.
11277 * p-typeprint.c: Likewise.
11278
11279 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11280
11281 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11282 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11283 byte-order selectable.
11284 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11285 * arch-utils.c: Ditto.
11286 (set_endian): Ditto.
11287 (set_endian_from_file): Ditto.
11288 * gdbserver/low-sim.c (create_inferior): Ditto.
11289 * gdbarch.sh: Ditto.
11290 * gdbarch.h: Re-generate.
11291 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11292 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11293 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11294 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11295 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11296 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11297 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11298 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11299 macro definition.
11300 * config/mips/tm-wince.h: Remove #undef of macro
11301 TARGET_BYTE_ORDER_SELECTABLE.
11302 * config/sh/tm-wince.h: Ditto.
11303
11304 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11305
11306 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11307 member function fields. Add accessor macro
11308 TYPE_FN_FIELD_ARTIFICIAL.
11309 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11310 * c-typeprint.c (c_type_print_base): Skip artificial member
11311 functions.
11312
11313 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11314
11315 * f-typeprint.c: Delete unused function f_type_print_args.
11316 * p-typeprint.c: Delete unused function pascal_type_print_args.
11317
11318 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11319
11320 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11321 comment. Add ``artificial'' to ``union field_location''.
11322
11323 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11324
11325 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11326 * mdebugread.c (parse_symbol): Likewise.
11327 * stabsread.c (define_symbol): Likewise.
11328 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11329 initializing TYPE_FIELD_BITPOS to n (obsolete).
11330 (hpread_doc_function_type): Likewise.
11331 * hpread.c (hpread_function_type): Likewise.
11332
11333 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11334
11335 * configure.in (host_makefile_frag): Only require a host makefile
11336 fragment when a native build.
11337 * configure: Re-generate.
11338
11339 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11340
11341 * doublest.h (floatformat_from_type): Declare.
11342 * doublest.c (floatformat_from_type): New function.
11343 (convert_typed_floating): Use.
11344
11345 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11346 call to function floatformat_from_type.
11347
11348 * gdbarch.sh (IEEE_FLOAT): Delete.
11349 * gdbarch.h, gdbarch.c: Re-generate.
11350 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11351 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11352 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11353 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11354 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11355 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11356 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11357 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11358 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11359 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11360 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11361 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11362
11363 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11364 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11365 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11366 * sh-tdep.c (sh_gdbarch_init): Ditto.
11367 * mips-tdep.c (mips_gdbarch_init): Ditto.
11368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11369 * cris-tdep.c (cris_gdbarch_init): Ditto.
11370
11371 2002-01-20 Jiri Smid <smid@suse.cz>
11372
11373 * configure.host, configure.tgt: Support x86-64.
11374 * NEWS: Note new target x86-64.
11375
11376 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11377 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11378 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11379 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11380 x86-64-linux-nat.o): Fix dependencies.
11381
11382 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11383
11384 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11385 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11386 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11387 * config/sparc/xm-sun4os4.h: Delete file.
11388 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11389
11390 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11391
11392 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11393 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11394 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11395 * config/i386/i386lynx.mh (XM_FILE): Delete.
11396 * config/rs6000/xm-rs6000ly.h: Delete file.
11397 * config/sparc/xm-sparclynx.h: Delete file.
11398 * config/m68k/xm-m68klynx.h: Delete file.
11399 * config/i386/xm-i386lynx.h: Delete file.
11400 * config/xm-lynx.h: Delete file.
11401 * config/djgpp/fnchange.lst: Update.
11402
11403 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11404
11405 * alpha-tdep.c (alpha_register_byte): New function.
11406 (alpha_register_raw_size): Ditto.
11407 (alpha_register_virtual_size): Ditto.
11408 (alpha_skip_prologue_internal): Renamed from
11409 alpha_skip_prologue.
11410 (alpha_skip_prologue): New version that calls
11411 alpha_skip_prologue_internal.
11412 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11413 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11414 second argument from alpha_skip_prologue.
11415 (REGISTER_BYTE): Use alpha_register_byte.
11416 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11417 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11418 (FRAMELESS_FUNCTION_INVOCATION): Use
11419 generic_frameless_function_invocation_not.
11420 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11421 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11422
11423 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11424
11425 * config/mips/xm-news-mips.h: Delete file.
11426 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11427
11428 * config/m88k/xm-m88k.h: Delete file.
11429 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11430 * config/m88k/xm-delta88v4.h: Ditto.
11431 * config/m88k/xm-delta88.h: Ditto.
11432
11433 * config/alpha/xm-fbsd.h: Delete file.
11434 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11435
11436 * config/sparc/xm-sparc.h: Delete file.
11437 * Makefile.in (xm-sun4os4.h): Delete dependency.
11438 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11439 * config/sparc/xm-sun4os4.h: Ditto.
11440 * config/sparc/xm-linux.h: Ditto.
11441
11442 * config/i386/xm-windows.h: Delete file.
11443
11444 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11445
11446 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11447 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11448
11449 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11450
11451 * alpha-tdep.c (alpha_call_dummy_words): New.
11452 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11453 (CALL_DUMMY_P): Define.
11454 (CALL_DUMMY_WORDS): Define.
11455 (SIZEOF_CALL_DUMMY_WORDS): Define.
11456
11457 2002-01-19 Per Bothner <per@bothner.com>
11458
11459 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11460 isn't NULL, which can happen with some gcj-3.x-produced code.
11461
11462 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11463
11464 * alpha-tdep.c (alpha_register_virtual_type): New function.
11465 (alpha_init_frame_pc_first): Ditto.
11466 (alpha_fix_call_dummy): Ditto.
11467 (alpha_store_struct_return): Ditto.
11468 (alpha_extract_struct_value_address): Ditto.
11469 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11470 alpha_register_virtual_type.
11471 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11472 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11473 alpha_extract_struct_value_address.
11474 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11475 (INIT_FRAME_PC): Use init_frame_pc_noop.
11476 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11477
11478 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11479
11480 * i386gnu-nat.c: Include "i386-tdep.h".
11481 (fetch_fpregs): Simplify code dealing with uninitialized floating
11482 point states such that it doesn't require FP7_REGNUM.
11483
11484 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11485
11486 * alpha-tdep.c (frame_extra_info): New.
11487 (alpha_find_saved_regs): Make static. Use
11488 frame->extra_info.
11489 (alpha_frame_init_saved_regs): New function.
11490 (alpha_frame_saved_pc): Use frame->extra_info.
11491 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11492 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11493 (init_extra_frame_info): Rename to...
11494 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11495 (alpha_print_extra_frame_info): New function.
11496 (alpha_frame_locals_address): Ditto.
11497 (alpha_frame_args_address): Ditto.
11498 (alpha_pop_frame): Use frame->extra_info.
11499 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11500 alpha_frame_args_address.
11501 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11502 (alpha_find_saved_regs): Remove prototype.
11503 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11504 (EXTRA_FRAME_INFO): Remove.
11505 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11506 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11507
11508 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11509
11510 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11511 (alpha_cannot_fetch_register): Ditto.
11512 (alpha_cannot_store_register): Ditto.
11513 (alpha_register_convertible): Ditto.
11514 (alpha_use_struct_convention): Ditto.
11515 * config/alpha/tm-alpha.h: Update copyright years.
11516 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11517 (INNER_THAN): Use core_addr_lessthan.
11518 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11519 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11520 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11521 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11522 (FRAME_CHAIN): Remove unnecessary cast.
11523
11524 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11525
11526 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11527 obsolete.
11528
11529 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11530
11531 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11532 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11533 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11534 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11535 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11536 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11537 * x86-64-linux-nat.c: Ditto.
11538
11539 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11540
11541 * alpha-tdep.c (alpha_register_name): New function.
11542 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11543 (REGISTER_NAME): Define.
11544
11545 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11546
11547 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11548
11549 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11550
11551 * alpha-tdep.c: Update copyright years.
11552 (alpha_next_pc): New function.
11553 (alpha_software_single_step): Ditto.
11554 * config/alpha/tm-alpha.h: Add prototype for
11555 alpha_software_single_step.
11556
11557 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11558
11559 * alphabsd-nat.c: Update copyright years.
11560 (fill_gregset): Use regcache_collect.
11561 (fill_fpregset): Likewise.
11562 (fetch_inferior_registers): Only fetch integer registers
11563 if requested to do so.
11564 (store_inferior_registers): Only store integer registers
11565 if requested to do so.
11566
11567 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11568
11569 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11570 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11571 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11572 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11573 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11574 * config/arm/linux.mh (XDEPFILES): Delete.
11575 * config/arm/nbsd.mh (XDEPFILES): Delete.
11576 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11577 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11578 * config/i386/i386m3.mh (XDEPFILES): Delete.
11579 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11580 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11581 * config/i386/fbsd.mh (XDEPFILES): Delete.
11582 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11583 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11584 * config/i386/i386v4.mh (XDEPFILES): Delete.
11585 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11586 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11587 * config/i386/i386aix.mh (XDEPFILES): Delete.
11588 * config/i386/go32.mh (XDEPFILES): Delete.
11589 * config/i386/cygwin.mh (XDEPFILES): Delete.
11590 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11591 * config/i386/i386mach.mh (XDEPFILES): Delete.
11592 * config/i386/i386v32.mh (XDEPFILES): Delete.
11593 * config/i386/linux.mh (XDEPFILES): Delete.
11594 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11595 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11596 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11597 * config/i386/i386sco.mh (XDEPFILES): Delete.
11598 * config/i386/i386v.mh (XDEPFILES): Delete.
11599 * config/i386/nbsd.mh (XDEPFILES): Delete.
11600 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11601 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11602 * config/i386/symmetry.mh (XDEPFILES): Delete.
11603 * config/i386/obsd.mh (XDEPFILES): Delete.
11604 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11605 * config/ia64/linux.mh (XDEPFILES): Delete.
11606 * config/ia64/aix.mh (XDEPFILES): Delete.
11607 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11608 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11609 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11610 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11611 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11612 * config/m68k/linux.mh (XDEPFILES): Delete.
11613 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11614 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11615 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11616 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11617 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11618 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11619 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11620 * config/m88k/delta88.mh (XDEPFILES): Delete.
11621 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11622 * config/m88k/m88k.mh (XDEPFILES): Delete.
11623 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11624 * config/mips/linux.mh (XDEPFILES): Delete.
11625 * config/mips/irix6.mh (XDEPFILES): Delete.
11626 * config/mips/irix5.mh (XDEPFILES): Delete.
11627 * config/mips/irix4.mh (XDEPFILES): Delete.
11628 * config/mips/irix3.mh (XDEPFILES): Delete.
11629 * config/mips/decstation.mh (XDEPFILES): Delete.
11630 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11631 (NATDEPFILES): Move core-aout.o to here.
11632 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11633 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11634 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11635 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11636 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11637 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11638 * config/pa/hpux11.mh (XDEPFILES): Delete.
11639 * config/powerpc/aix.mh (XDEPFILES): Delete.
11640 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11641 * config/powerpc/linux.mh (XDEPFILES): Delete.
11642 * config/romp/rtbsd.mh: Rename XDEPFILES.
11643 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11644 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11645 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11646 * config/s390/s390.mh (XDEPFILES): Delete.
11647 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11648 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11649 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11650 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11651 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11652 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11653 * config/sparc/linux.mh (XDEPFILES): Delete.
11654 * config/vax/vaxult.mh (XDEPFILES): Delete.
11655 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11656 * Makefile.in (DEPFILES): Remove XDEPFILES.
11657
11658 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11659
11660 * utils.c (internal_verror): Fix comments, default is yes not no.
11661 Update queries to match. Default to quit and dump core.
11662
11663 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11664
11665 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11666 copyright.
11667 * defs.h, event-top.c, gdbcmd.h: Ditto.
11668 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11669 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11670 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11671 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11672 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11673 * mi/mi-main.c:Ditto.
11674
11675 * stack.c, symfile.c: Update copyright.
11676
11677 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11678
11679 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11680 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11681 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11682 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11683
11684 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11685
11686 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11687 * gdbserver/low-lynx.c (myattach): Likewise.
11688 * gdbserver/low-nbsd.c (myattach): Likewise.
11689 * gdbserver/low-sim.c (myattach): Likewise.
11690 * gdbserver/low-sparc.c (myattach): Likewise.
11691 * gdbserver/low-sun3.c (myattach): Likewise.
11692
11693 * gdbserver/low-linux.c (myattach): New function.
11694
11695 * gdbserver/server.c (attach_inferior): New function.
11696 (main): Handle "--attach".
11697
11698 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11699
11700 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11701 maintainer.
11702
11703 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11704
11705 * c-typeprint.c (is_type_conversion_operator): Add additional
11706 check for non-conversion operators.
11707
11708 2002-01-15 Michael Snyder <msnyder@redhat.com>
11709
11710 * linux-proc.c: Add "info proc" command, a la procfs.c.
11711 (read_mapping): New function, abstract and re-use code.
11712 (linux_find_memory_regions): Use new func read_mapping.
11713 (linux_info_proc_cmd): New function, implement "info proc".
11714 (_initialize_linux_proc): Add new command "info proc".
11715
11716 2002-01-15 Michael Snyder <msnyder@redhat.com>
11717
11718 * symfile.c (generic_load): Use bfd_map_over_sections method
11719 instead of manipulating bfd structure members directly.
11720 (add_section_size_callback): New function, bfd sections callback
11721 used by generic_load.
11722 (load_sections_callback): New function, bfd sections callback
11723 used by generic_load.
11724
11725 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11726
11727 [Based on work by Jim Blandy]
11728 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11729 (builtin_type_vec128): Export.
11730 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11731 types.
11732 (builtin_type_vec128): New builtin type for 128 bit vector
11733 registers.
11734 (build_gdbtypes): Initialize builtin_type_v16qi and
11735 builtin_type_v8hi. Create the vec128 register builtin type
11736 structure.
11737 (build_builtin_type_vec128): New function.
11738 (_initialize_gdbtypes): Register builtin_type_v16qi and
11739 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11740 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11741 AltiVec register to new builtin type.
11742
11743 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11744
11745 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11746 to make_cv_type.
11747
11748 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11749
11750 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11751 CLEAN_UP_REGISTER_VALUE.
11752 * regcache.c (supply_register): Update only call.
11753
11754 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11755
11756 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11757 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11758 a29k-*-vxworks* targets as obsolete.
11759
11760 2002-01-14 Michael Snyder <msnyder@redhat.com>
11761
11762 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11763 until we can resolve portability issues.
11764 * gregset.h: Remove references to fpxregs.
11765 * gcore.c (gcore_command): Initialize note_sec to NULL.
11766
11767 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11768
11769 * signals.c (target_signal_to_name): Rewrite. Only use
11770 signals[].name when in bounds and non-NULL.
11771
11772 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11773
11774 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11775 * signals.c (target_signal_to_name): Verify that SIG is within the
11776 bounds of the signals array.
11777
11778 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11779
11780 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11781
11782 2002-01-13 Keith Seitz <keiths@redhat.com>
11783
11784 * stack.c (print_frame_info_base): Print the frame's pc
11785 only if when print_frame_info_listing_hook is not defined.
11786
11787 2002-01-13 Keith Seitz <keiths@redhat.com>
11788
11789 * varobj.c (varobj_set_value): Make sure that there were no
11790 errors evaluating the object before attempting to set its
11791 value.
11792 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11793 so this offset adjustment is no longer necessary.
11794 (create_child): Don't set the error flag if the child is
11795 a CPLUS_FAKE_CHILD.
11796 (value_of_child): If value_fetch_lazy fails, return NULL
11797 so that callers will be notified that an error occurred.
11798 (c_value_of_variable): Delay check of variable's validity
11799 until later. We actually want all structs and unions to have
11800 the value "{...}".
11801 Do not return "???" for variables which could not be evaluated.
11802 This error condition must be returned to the caller so that it
11803 can get the error condition from gdb.
11804 (cplus_name_of_child): Adjust index for vptr before figuring
11805 out the name of the child.
11806 (cplus_value_of_child): If a child's (real) parent is not valid,
11807 don't even bother trying to give a value for it. Just return
11808 an error. Change all instances in this function.
11809 (cplus_type_of_child): If our parent is one of the "fake"
11810 parents, we need to get at the type of the real parent, and
11811 derive the child's true type using this information.
11812
11813 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11814
11815 From 2002-01-09 John Marshall <johnm@falch.net>:
11816 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11817 sources.redhat.com, and tweak some related URLs which had
11818 suffered from linkrot.
11819
11820 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11821
11822 From Jeff law:
11823 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11824 structures passed in registers.
11825
11826 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11827
11828 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11829 white space which prevented compilation. Reported by DSK
11830 <dsk@student.unsw.edu.au>.
11831
11832 2002-01-11 Michael Snyder <msnyder@redhat.com>
11833
11834 * symfile.c (build_section_addr_info_from_section_tab):
11835 Use bfd access method instead of manipulating bfd directly.
11836 (syms_from_objfile): Ditto.
11837 (simple_overlay_update_1): Ditto.
11838 (simple_overlay_update): Ditto.
11839 (generic_load): Ditto.
11840 (overlay_unmapped_address): FIXME comment, bfd access methods.
11841 (sections_overlap): FIXME comment, bfd access methods.
11842 (pc_in_mapped_range): FIXME comment, bfd access methods.
11843 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11844 (section_is_mapped): FIXME comment, bfd access methods.
11845 (section_is_overlay): FIXME comment, bfd access methods.
11846
11847 * symfile.c (generic_load): Whitespace and long line cleanups.
11848 Remove duplicate variable, change several local variables to
11849 more appropriate data types.
11850 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11851
11852 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11853
11854 From Peter Schauer:
11855 * language.c (longest_local_hex_string_custom): Use phex_nz to
11856 convert NUM to a hex string.
11857
11858 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11859
11860 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11861 the function.
11862 Update Copyright year.
11863
11864 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11865
11866 * language.c (longest_raw_hex_string): Delete unused function.
11867
11868 2002-01-11 Petr Sorfa <petrs@caldera.com>
11869
11870 * MAINTAINERS (write-after-approval): Add myself.
11871 * dwarf2read.c (read_tag_string_type): Handling of
11872 DW_AT_byte_size.
11873 (read_tag_string_type): FORTRAN fix to prevent propagation of
11874 first string size.
11875 (set_cu_language): Handling of DW_LANG_Fortran95
11876
11877 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11878
11879 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11880 GETPID(inferior_ptid).
11881 (store_inferior_registers): Likewise.
11882
11883 2002-01-10 Jason Merrill <jason@redhat.com>
11884
11885 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11886 Fix DW_OP_minus.
11887
11888 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11889
11890 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11891 and bfd/elf32-sh-nbsd.c.
11892
11893 2002-01-10 Michael Snyder <msnyder@redhat.com>
11894
11895 * NEWS: Mention --pid and corefile/proc-id behavior change.
11896
11897 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11898 * gcore.c: Include cli/cli-decode.h instead of command.h.
11899
11900 * main.c (captured_main): Add new command line option "--pid".
11901 If the second command line argument (following the symbol-file)
11902 begins with a digit, try to attach to it before trying to open
11903 it as a corefile.
11904 (print_gdb_help): Document the "--pid" argument.
11905
11906 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11907
11908 * completer.c (command_completer): New function.
11909
11910 * completer.h <command_completer>: Add prototype.
11911
11912 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11913 completer for the "help" command.
11914
11915 2002-01-09 Jason Merrill <jason@redhat.com>
11916
11917 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11918
11919 2002-01-09 Michael Snyder <msnyder@redhat.com>
11920
11921 * i386-linux-nat.c (fill_fpxregset): Make global.
11922 (store_fpxregset): Ditto.
11923
11924 * gregset.h (gdb_fpxregset_t): Define.
11925 (supply_fpxregset): Prototype.
11926 (fill_fpxregset): Prototype.
11927
11928 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11929
11930 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11931
11932 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11933 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11934 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11935
11936 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11937
11938 * MAINTAINERS: Update target maintainer rules so that any
11939 Maintainer can approve a tested patch for a maintenance-only
11940 target.
11941
11942 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11943
11944 * MAINTAINERS (write-after-approval): Add myself.
11945
11946 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11947 IN_SIGTRAMP.
11948
11949 2002-01-08 Michael Snyder <msnyder@redhat.com>
11950
11951 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11952 real name of the executable, rather than the /proc name.
11953
11954 2002-01-03 Michael Snyder <msnyder@redhat.com>
11955
11956 Implement a "generate-core-file" command in gdb, save target state.
11957 * gcore.c: New file. Implement new command 'generate-core-file'.
11958 Save a corefile image of the current state of the inferior.
11959 * linux-proc.c: Add linux-specific code for saving corefiles.
11960 * target.h (struct target_ops): Add new target vectors for saving
11961 corefiles; to_find_memory_regions and to_make_corefile_notes.
11962 (target_find_memory_regions): New macro.
11963 (target_make_corefile_notes): New macro.
11964 * target.c (update_current_target): Inherit new target methods.
11965 (dummy_find_memory_regions): New place-holder method.
11966 (dummy_make_corefile_notes): New place-holder method.
11967 (init_dummy_target): Initialize new dummy target vectors.
11968 * exec.c (exec_set_find_memory_regions): New function.
11969 Allow the exec_ops vector for memory regions to be taken over.
11970 (exec_make_note_section): New function, target vector method.
11971 * defs.h (exec_set_find_memory_regions): Export prototype.
11972 * procfs.c (proc_find_memory_regions): New function, corefile method.
11973 (procfs_make_note_section): New function, corefile method.
11974 (init_procfs_ops): Set new target vector pointers.
11975 (find_memory_regions_callback): New function.
11976 (procfs_do_thread_registers): New function.
11977 (procfs_corefile_thread_callback): New function.
11978 * sol-thread.c (sol_find_memory_regions): New function.
11979 (sol_make_note_section): New function.
11980 (init_sol_thread_ops): Initialize new target vectors.
11981 * inftarg.c (inftarg_set_find_memory_regions): New function.
11982 Allow to_find_memory_regions vector to be taken over.
11983 (inftarg_set_make_corefile_notes): New function.
11984 Allow to_make_corefile_notes vector to be taken over.
11985 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11986 interface layer if not target_has_execution (may be a corefile).
11987 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11988 * config/sparc/sun4sol2.mh: Ditto.
11989 * config/alpha/alpha-linux.mh: Ditto.
11990 * config/arm/linux.mh: Ditto.
11991 * config/i386/x86-64linux.mh: Ditto.
11992 * config/ia64/linux.mh: Ditto.
11993 * config/m68k/linux.mh: Ditto.
11994 * config/mips/linux.mh: Ditto.
11995 * config/powerpc/linux.mh: Ditto.
11996 * config/sparc/linux.mh: Ditto.
11997
11998 2002-01-07 Michael Snyder <msnyder@redhat.com>
11999
12000 * arm-linux-nat.c: Remove references to regcache.c internal data
12001 (registers[] and register_valid[]).
12002
12003 2002-01-07 Michael Snyder <msnyder@redhat.com>
12004
12005 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12006 so that attaching to a pid will automatically read the process's
12007 symbol file and shlibs.
12008 * Makefile.in: Add rule for linux-proc.o.
12009 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12010 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12011 * config/arm/linux.mh: Ditto.
12012 * config/i386/linux.mh: Ditto.
12013 * config/i386/x86-64linux.mh: Ditto.
12014 * config/ia64/linux.mh: Ditto.
12015 * config/m68k/linux.mh: Ditto.
12016 * config/mips/linux.mh: Ditto.
12017 * config/powerpc/linux.mh: Ditto.
12018 * config/sparc/linux.mh: Ditto.
12019
12020 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12021
12022 * win32-nat.c: Add i386-tdep.h dependency.
12023
12024 2002-01-07 Michael Snyder <msnyder@redhat.com>
12025
12026 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12027 instead of bfd_get_arch_size. Don't bail out just because
12028 there's no exec_bfd.
12029
12030 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12031 * p-valprint.c (pascal_object_print_value): Ditto.
12032 * somread.c (som_symtab_read): Ditto.
12033 * symfile.c (simple_free_overlay_region_table): Ditto.
12034 * valops.c (value_assign): Ditto.
12035
12036 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12037 use tilde_expand and strerror for opening save-tracepoints file.
12038
12039 * thread-db.c (thread_db_new_objfile): Indendation fix.
12040
12041 * infptrace.c (GDB_MAX_ALLOCA): New define.
12042 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12043 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12044 can be overridden with whatever value is appropriate to the host).
12045 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12046 alloca to allocate potentially large buffer.
12047 * rs6000-nat.c (child_xfer_memory): Ditto.
12048 * symm-nat.c (child_xfer_memory): Ditto.
12049 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12050
12051 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12052
12053 From Nick Clifton <nickc@redhat.com>
12054 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12055
12056 2002-01-07 Michael Snyder <msnyder@redhat.com>
12057
12058 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12059 Don't use exec_bfd if it's NULL.
12060
12061 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12062
12063 * valops.c (value_arg_coerce): Fix formatting.
12064
12065 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12066
12067 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12068 * gnu-nat.c: Ditto.
12069
12070 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12071
12072 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12073 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12074 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12075 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12076 z8k-coff have not been multi-arched. Update z8k-coff build
12077 status.
12078
12079 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12080
12081 * MAINTAINERS: Mark a29k target as obsolete.
12082 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12083 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12084 comments.
12085 * NEWS: Note that a29k targets are obsolete.
12086 * a29k-tdep.c: Mark as obsolete.
12087 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12088 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12089 a29k-*-vxworks* targets as obsolete.
12090 * remote-adapt.c: Obsolete.
12091 * remote-eb.c: Obsolete.
12092 * remote-mm.c: Obsolete.
12093 * remote-udi.c: Obsolete.
12094 * config/a29k/a29k-udi.mt: Obsolete.
12095 * config/a29k/a29k.mt: Obsolete.
12096 * config/a29k/tm-a29k.h: Obsolete.
12097 * config/a29k/tm-vx29k.h: Obsolete.
12098 * config/a29k/vx29k.mt: Obsolete.
12099
12100 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12101
12102 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12103 with BFD_ENDIAN_BIG.
12104
12105 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12106
12107 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12108 * configure, config.in: Re-generate.
12109 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12110 * defs.h: Do not include <endian.h>.
12111
12112 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12113
12114 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12115 * config.in: Regenerate.
12116 * configure.in: Update copyright years.
12117 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12118 * configure: Regenerate.
12119 * i386bsd-nat.c: Update copyright years.
12120 (fill_gregset): Use regcache_collect.
12121 (fetch_inferior_registers): Only fetch integer registers
12122 if requested to do so. Add support for XMM registers
12123 using PT_GETXMMREGS.
12124 (store_inferior_registers): Only store integer registers
12125 if requested to do so. Add support for XMM registers
12126 using PT_SETXMMREGS.
12127 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12128 (store_inferior_registers): Remove.
12129 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12130 (fetch_elfcore_registers): New function.
12131 (i386nbsd_elfcore_fns): New.
12132 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12133 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12134 i386bsd-nat.o.
12135 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12136 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12137 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12138 * config/i386/tm-nbsd.h: Update copyright years.
12139 (HAVE_SSE_REGS): Define.
12140 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12141 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12142 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12143 (SIGCONTEXT_PC_OFFSET): Remove.
12144 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12145
12146 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12147
12148 * configure.tgt: Remove powerpc-*-macos* target.
12149 * config/m68k/xm-mpw.h: Delete file.
12150 * config/xm-mpw.h: Delete file.
12151 * ser-mac.c: Delete file.
12152 * mpw-make.sed: Delete file.
12153 * mpw-config.in: Delete file.
12154 * mac-xdep.c: Delete file.
12155 * mac-gdb.r: Delete file.
12156 * mac-defs.h: Delete file.
12157 * mac-nat.c: Delete file.
12158 * config/powerpc/macos.mh: Delete file.
12159 * config/powerpc/macos.mt: Delete file.
12160 * config/powerpc/nm-macos.h: Delete file.
12161 * config/powerpc/tm-macos.h: Delete file.
12162 * source.c (openp, open_source_file): Remove obsolete code.
12163 * top.c (gdb_readline): Ditto.
12164 * utils.c (query): Ditto.
12165 * event-top.c (display_gdb_prompt): Ditto.
12166 * Makefile.in (ser-mac.o): Delete obsolete target.
12167 * NEWS: Update.
12168
12169 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12170
12171 * defs.h (BIG_ENDIAN): Delete macro definition.
12172 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12173 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12174 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12175 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12176 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12177 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12178 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12179 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12180 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12181 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12182 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12183 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12184 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12185 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12186 * gdbarch.c: Re-generate.
12187
12188 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12189
12190 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12191 for core files.
12192
12193 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12194
12195 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12196
12197 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12198
12199 * value.h (value_ptr): Delete typedef.
12200
12201 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12202
12203 * i386nbsd-nat.c: Update copyright years.
12204 Include i386-tdep.h.
12205
12206 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12207
12208 * stabsread.c: Update copyright years.
12209
12210 From Debashis Mahata <debashis.mahata@wipro.com>:
12211 (read_struct_fields): Deal with Sun C compiler erroneous stab
12212 output for structs and unions.
12213 Fix PR gdb/269.
12214
12215 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12216
12217 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12218 prototype.
12219
12220 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12221
12222 * cp-abi.c: Fix whitespace.
12223 (baseclass_offset): New wrapper function.
12224 * cp-abi.h (baseclass_offset): Add prototype.
12225 (struct cp_abi_ops): Add baseclass_offset pointer.
12226
12227 * valops.c (vb_match): Move to...
12228 * gnu-v2-abi.c (vb_match): here.
12229 * valops.c (baseclass_offset): Move to...
12230 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12231
12232 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12233
12234 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12235 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12236 * hpacc-abi.c (init_hpacc_ops): Likewise.
12237
12238 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12239
12240 * valops.c (find_overload_match): Accept obj as a
12241 reference parameter. Update it before returning.
12242 * value.h (find_overload_match): Update prototype.
12243 * eval.c (evaluate_subexp_standard): Pass object to
12244 find_overload_match by reference.
12245
12246 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12247
12248 * valarith.c: Replace value_ptr with struct value pointer. Remove
12249 register attribute from value declarations.
12250 * valops.c: Ditto.
12251 * value.h: Ditto.
12252 * scm-lang.c (scm_lookup_name): Ditto.
12253
12254 2002-01-03 Michael Snyder <msnyder@redhat.com>
12255
12256 Abstract the functionality of iterating over mapped memory
12257 regions into a general purpose iterator function.
12258 * procfs.c (iterate_over_mappings): New function, general purpose
12259 iterator for memory sections.
12260 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12261 (solib_mappings_callback): New function, callback for above.
12262 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12263 (info_mappings_callback): New function, callback for above.
12264
12265 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12266
12267 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12268
12269 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12270 * i386-tdep.c: Include "elf-bfd.h".
12271 (process_note_abi_tag_sections): New function.
12272 (i386_gdbarch_init): Add code to recognize various OS/ABI
12273 combinations.
12274
12275 * maint.c (_initialize_maint_cmds): Add missing \ in
12276 string-literal.
12277
12278 For older changes see ChangeLog-2001
12279 \f
12280 Local Variables:
12281 mode: change-log
12282 left-margin: 8
12283 fill-column: 74
12284 version-control: never
12285 End: