* mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
2
3 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
4 registers without a name.
5 (mips_linux_cannot_store_register): Don't store registers without
6 a name.
7
8 2002-10-28 David Carlton <carlton@math.stanford.edu>
9
10 * symtab.c (find_addr_symbol): Delete. (It was already commented
11 out.)
12 * symtab.h: Delete prototype for find_addr_symbol.
13
14 2002-10-26 Andrew Cagney <cagney@redhat.com>
15
16 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
17 DO_REGISTERS_INFO.
18 gdbarch.h, gdbarch.c: Re-generate.
19 * infcmd.c (default_print_registers_info): Update reference.
20 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
21 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
22 * sh-tdep.c (sh_gdbarch_init): Ditto.
23 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
24 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
25
26 2002-10-26 Mark Kettenis <kettenis@gnu.org>
27
28 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
29 cfi_init_extra_frame_info.
30 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
31 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
32
33 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
34 target where necessary. Add more comments and remove the ones
35 that don't provide any useful information.
36
37 * i386-tdep.c (i386_frame_saved_pc): Replace call to
38 deprecated_read_register_dummy with
39 frame_unwind_unsigned_register.
40
41 * i386-tdep.c (i386_extract_struct_value_address): Use
42 regcache_raw_read_unsigned instead of
43 regcache_cooked_read_unsigned since we know that the register
44 we're reading isn't a pseudo register. Rename variable 'val' into
45 the more descriptive 'addr'.
46
47 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
48 (x86_64_push_return_address): Add comment.
49 (x86_64_pop_frame): Make static.
50 (examine_argument): Clarify comment.
51 (x86_64_skip_prologue): Make prolog_expact variable static.
52
53 * dwarf2cfi.c: Fix some formatting problems.
54 (context_cpy, read_encoded_pointer): Clarify comments.
55
56 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
57 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
58 i386 target back into x86_64_gdbarch_init. Add some comments and
59 remove meaningless ones.
60
61 2002-10-25 Andrew Cagney <cagney@redhat.com>
62
63 * complaints.h (struct deprecated_complaint): Rename `struct
64 complaint'.
65 * complaints.c (complain): Update.
66 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
67 incorrect comment indicating that "symfile.h" was being included
68 for the `struct complaint' definition.
69 * remote-vx.c: Update.
70 * objc-lang.c: Update.
71 * xcoffread.c: Update.
72 * hpread.c: Update.
73 * mdebugread.c: Update.
74 * stabsread.c: Update.
75 * dwarf2read.c: Update.
76 * dwarfread.c: Update.
77 * elfread.c: Update.
78 * coffread.c: Update.
79 * stabsread.h: Update.
80 * dbxread.c: Update.
81 * buildsym.c: Update.
82 * gdbtypes.c: Update.
83 * macrotab.c: Update.
84
85 2002-10-25 Mark Kettenis <kettenis@gnu.org>
86
87 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
88 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
89 (x86_64_init_abi): ...new function.
90
91 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
92 * i386v-nat.c: Include "i386-tdep.h".
93
94 2002-10-25 Andrew Cagney <cagney@redhat.com>
95
96 * gdbtypes.c (address_space_name_to_int): Update.
97 (address_space_int_to_name): Update.
98 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
99 multi-arch predicate.
100 (address_class_name_to_type_flags): Ditto.
101 * gdbarch.h, gdbarch.c: Re-generate.
102
103 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
104
105 2002-10-24 Martin M. Hunt <hunt@redhat.com>
106
107 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
108
109 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
110
111 * symtab.h (INIT_SAL): Delete macro.
112 (init_sal): Export.
113 * symtab.c (init_sal): New function.
114
115 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
116 to init_sal function call.
117 (find_sal_from_funcs_and_line): Ditto.
118 (all_sals_for_line): Ditto.
119 * breakpoint.c (create_internal_breakpoint): Ditto.
120 (create_fork_vfork_event_catchpoint): Ditto.
121 (create_exec_event_catchpoint): Ditto.
122 (parse_breakpoint_sals): Ditto.
123 (watch_command_1): Ditto.
124 (handle_gnu_4_16_catch_command): Ditto.
125 (clear_command): Ditto.
126 * hppa-tdep.c (child_enable_exception_callback): Ditto.
127 * infcmd.c (run_stack_dummy): Ditto.
128 * infrun.c (process_event_stop_test): Ditto.
129 (check_sigtramp2): Ditto.
130 (step_over_function): Ditto.
131 * linespec.c (decode_line_2): Ditto.
132 (decode_line_1): Ditto.
133 * source.c (line_info): Ditto.
134 * symtab.c (find_pc_sect_line): Ditto.
135
136 2002-10-24 Michal Ludvig <mludvig@suse.cz>
137
138 * dwarf2cfi.c (struct context)
139 (struct context_reg): Moved to dwarf2cfi.h
140 (context_alloc, frame_state_alloc, context_cpy):
141 Made extern instead of static, removed prototypes.
142 * dwarf2cfi.h (struct context)
143 (struct context_reg): New, moved from dwarf2cfi.c
144 (context_alloc, frame_state_alloc, context_cpy):
145 New prototypes.
146 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
147 Changed from static to extern.
148 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
149 (LINUX_SIGCONTEXT_FP_OFFSET)
150 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
151 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
152 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
153 * x86-64-tdep.c (x86_64_gdbarch_init): Several
154 set_gdbarch_*() calls now use x86-64 specific functions
155 instead of DWARF2 CFI ones.
156 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
157 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
158 (x86_64_init_extra_frame_info): New prototypes.
159
160 2002-10-23 David Carlton <carlton@math.stanford.edu>
161
162 * linespec.c: #include "parser-defs.h".
163 Delete prototype for find_template_name_end.
164 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
165
166 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
167
168 * NEWS: add recent mi fixes.
169 * varobj.c (struct varobj): Add new "updated" flag.
170 (new_variable): Default "updated" flag to 0.
171 (varobj_set_value): Set "updated" flag to 1 if value
172 changes.
173 (varobj_update): Check varobj "updated" flag before
174 comparing old and refreshed values. Fix for
175 PR gdb/702.
176
177 2002-10-23 David Carlton <carlton@math.stanford.edu>
178
179 * parse.c (parse_exp_1): Use BLOCK_START.
180 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
181 SYMBOL_BLOCK_VALUE.
182 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
183
184 2002-10-23 David Carlton <carlton@math.stanford.edu>
185
186 * symtab.c: Delete cplusplus_hint.
187 Delete prototype for find_template_name_end.
188
189 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
190
191 * symtab.h: Update comment.
192
193 2002-10-23 Michael Snyder <msnyder@redhat.com>
194
195 * printcmd.c (address_info): Restore quotes in output.
196 * valops.c (value_of_local): Restore quotes in error message.
197
198 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
199
200 * symtab.c (symbol_demangled_name): New function.
201 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
202 turning most of it into a function.
203 (symbol_demangled_name): Export.
204
205 2002-10-23 Michael Snyder <msnyder@redhat.com>
206
207 * valops.c (value_of_local): Restore quotes in error message.
208
209 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
210
211 * symtab.c (symbol_init_language_specific): New function.
212 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
213 turning most of it into a function.
214 (symbol_init_language_specific): Export.
215
216 2002-10-23 David Carlton <carlton@math.stanford.edu>
217
218 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
219 (dwarf_attr_name): Ditto.
220 (dwarf_type_encoding_name): Ditto.
221 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
222 (process_die): Handle DW_TAG_namespace,
223 DW_TAG_imported_declaration, DW_TAG_imported_module.
224 (read_namespace): New function.
225
226 2002-10-22 Joel Brobecker <brobecker@gnat.com>
227
228 * configure.in: Define NEW_PROC_API on Interix too.
229 * configure: Regenerate.
230
231 2002-10-21 Joel Brobecker <brobecker@gnat.com>
232
233 * configure: Regenerate using the proper version of autoconf.
234
235 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
236
237 * findvar.c (read_var_value): Temporarily disable TLS code, until
238 complete TLS support is added.
239
240 2002-10-21 Jim Blandy <jimb@redhat.com>
241 Elena Zannoni <ezannoni@redhat.com>
242
243 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
244 for thread local storage locations.
245 (struct symbol): Add objfile field.
246 (SYMBOL_OBJFILE): Define.
247 * dwarf2read.c (is_thread_local): New static variable.
248 (new_symbol): If variable is in thread local fill in address class
249 and objfile appropriately.
250 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
251 stack operation.
252 * printcmd.c (address_info): Print the information for thread
253 local storage variable.
254 * findvar.c (read_var_value): In case of thread local variable,
255 defer to the target vector code to compute address.
256
257 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
258
259 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
260 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
261
262 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
263
264 * symtab.h (address_class): Rename
265 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
266 * hpread.c (hpread_process_one_debug_symbol): Ditto.
267 * printcmd.c (address_info): Ditto.
268 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
269
270 2002-10-20 Mark Kettenis <kettenis@gnu.org>
271
272 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
273 DBREG_DRX macro to acces debug registers.
274
275 * Makefile.in (i386obsd-tdep.o): New target.
276
277 * solib-sunos.c: Include "bcache.h" and "regcache.h".
278 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
279
280 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
281 * config/i386/obsd.mt: New file.
282 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
283 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
284 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
285 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
286 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
287 * i386obsd-tdep.c: New file.
288
289 2002-10-19 Adam Fedor <fedor@gnu.org>
290
291 * objc-exp.y (name_not_typename): Fix invalid comment.
292
293 2002-10-20 Mark Kettenis <kettenis@gnu.org>
294
295 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
296 to allocate partial syms and macro byte caches.
297
298 2002-10-18 David Carlton <carlton@math.stanford.edu>
299
300 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
301
302 2002-10-18 Adam Fedor <fedor@gnu.org>
303
304 * stabsread.c (find_name_end): New function.
305 (define_symbol): Use it.
306
307 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
308
309 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
310 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
311 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
312 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
313
314 2002-10-17 David Carlton <carlton@math.stanford.edu>
315
316 * symfile.h: Add opaque declaration for struct obstack.
317 Declare obsavestring to take a const char *.
318 * symfile.c (obsavestring): Make first argument a const char *.
319
320 2002-10-16 Adam Fedor <fedor@gnu.org>
321
322 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
323 names when matching breakpoints in current file.
324
325 2002-10-16 Kevin Buettner <kevinb@redhat.com>
326
327 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
328 (read_tag_pointer_type): Add address class support.
329 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
330 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
331 New methods.
332 * gdbarch.h, gdbarch.c: Regenerate.
333 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
334 (make_type_with_address_space, recursive_type_dump): Add address
335 class support.
336 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
337 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
338 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
339
340 2002-10-16 Klee Dienes <kdienes@apple.com>
341
342 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
343 to get the last character of a char[] buffer, not
344 name[sizeof(vptr_name)-1].
345
346 2002-10-14 Adam Fedor <fedor@gnu.org>
347
348 * symtab.h: New objc_specific struct.
349 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
350 (SYMBOL_DEMANGLED_NAME): Likewise.
351
352 2002-10-14 Adam Fedor <fedor@gnu.org>
353
354 * symfile.c (init_filename_language_table): Add ObjC file extension.
355
356 2002-10-14 Adam Fedor <fedor@gnu.org>
357
358 * utils.c (puts_filtered_tabular): New function.
359 (fprintf_symbol_filtered): Get ObjC demangled name.
360 * defs.h (puts_filtered_tabular): Declared.
361
362 2002-10-14 Kevin Buettner <kevinb@redhat.com>
363
364 * c-lang.h (c_type_print_varspec_prefix): Delete.
365 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
366 ``need_post_space'' parameter. Adjust all callers.
367
368 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
369
370 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
371 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
372 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
373 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
374
375 2002-10-13 Adam Fedor <fedor@gnu.org>
376
377 * source.c (print_source_lines): Update comments.
378
379 2002-10-13 Adam Fedor <fedor@gnu.org>
380
381 * valops.c (value_of_local): New function.
382 (value_of_this): Use it.
383 * value.h (value_of_local): Declared.
384
385 2002-10-13 Adam Fedor <fedor@gnu.org>
386
387 * parse.c: (length_of_subexp, prefixify_subexp): Handle
388 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
389
390 2002-10-12 Adam Fedor <fedor@gnu.org>
391
392 * language.c (binop_result_type): Add language_objc to case.
393 (integral_type): Likewise.
394 (character_type): Likewise.
395 (string_type): Likewise.
396 (boolean_type): Likewise.
397 (structured_type): Likewise.
398 (binop_type_check): Likewise.
399
400 2002-10-11 Adam Fedor <fedor@gnu.org>
401
402 * printcmd.c (address_info): Print 'self' for ObjC.
403
404 2002-10-11 Adam Fedor <fedor@gnu.org>
405
406 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
407 OP_SELF.
408
409 2002-10-11 Adam Fedor <fedor@gnu.org>
410
411 * language.h (CAST_IS_CONVERSION): Add language_objc.
412
413 2002-10-11 Adam Fedor <fedor@gnu.org>
414
415 * defs.h (enum language): Add language_objc.
416
417 2002-10-11 Klee Dienes <kdienes@apple.com>
418
419 * findvar.c (read_memory_typed_address): New function.
420 * gdbcore.h (read_memory_typed_address): Add prototype.
421 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
422 to read a value destined for a CORE_ADDR, not read_memory_integer.
423 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
424 (f77_get_dynamic_lowerbound): Ditto.
425
426 2002-10-11 Martin M. Hunt <hunt@redhat.com>
427
428 * utils.c (string_to_core_addr): After turning string into
429 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
430 which will do necessary sign-extension, etc.
431
432 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
433
434 * c-exp.y (THIS): Delete token and grammar rule.
435 (yylex): Don't return THIS.
436 * cp-valprint.c (vtbl_ptr_name_old): Delete.
437 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
438 * demangle.c (cplus_markers): Update comment. Put '$'
439 first. Remove CPLUS_MARKER.
440 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
441 * jv-exp.y (THIS): Delete token and grammar rule.
442 (yylex): Don't return THIS.
443 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
444 * objc-exp.y (THIS): Delete token and grammar rule.
445 (yylex): Don't return THIS.
446 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
447 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
448 (read_member_functions): Likewise for opname.
449 (read_tilde_fields): Use is_cplus_marker.
450
451 * defs.h (CPLUS_MARKER): Don't define.
452 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
453 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
454 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
455 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
456 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
457
458 * config/i386/tm-i386v4.h: Delete file.
459 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
460 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
461 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
462 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
463 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
464 * config/i386/i386sco5.mt (TM_FILE): Likewise.
465 * config/i386/i386v4.mt (TM_FILE): Likewise.
466 * config/i386/ncr3000.mt (TM_FILE): Likewise.
467
468 2002-10-10 Marko Mlinar <markom@opencores.org>
469
470 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
471 accidentially not commited 2002-10-09
472 * gdbarch.h, gdbarch.c: Re-generate.
473
474 2002-10-09 Marko Mlinar <markom@opencores.org>
475
476 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
477 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
478 * gdbarch.h, gdbarch.c: Re-generate.
479
480 2002-10-08 Petr Sorfa <petrs@caldera.com>
481
482 Revised and re-submitted by John Wolfe <jlw@caldera.com>
483
484 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
485 so we can work on more than one compilation unit at a time. This
486 helps prepare GDB to handle inter-CU die references.
487 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
488 the code to be defined before struct comp_unit_head.
489 (comp_unit_head): Added new members - offset, cu_head,
490 begin_die, next and dwarf2_abbrevs.
491 (dwarf2_abbrevs): Removed single static var; now member of
492 struct comp_unit_head.
493 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
494 members.
495 (psymtab_to_symtab_1): Changed to work with the new
496 struct comp_unit_head.
497 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
498 constructs the dwarf2_abbrevs[] inside the cu_header.
499 (dwarf2_empty_abbrev_table): Now expects a ptr to a
500 dwarf2_abbrev table to clean up.
501 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
502 handling of dwarf2_abbrevs inside the cu_header.
503 (read_partial_die): Now supports the call to the new
504 dwarf2_lookup_abbrev.
505 (read_full_die): Now supports the call to the new
506 dwarf2_lookup_abbrev.
507
508 2002-10-06 Christopher Faylor <cgf@redhat.com>
509
510 * Makefile.in (install-gdbtk): Add missing continuation backslash to
511 insure that shell variables, such as "transformed_name" are propagated
512 to later shell statements in rule.
513
514 2002-10-06 Mark Kettenis <kettenis@gnu.org>
515
516 * config/i386/nm-i386sco.h: Add protection against
517 multiple-inclusion. Include "i386/nm-i386v.h".
518 (REGISTER_U_ADDR): Remove define.
519 (i386_register_u_addr): Remove prototype.
520
521 2002-10-04 Michael Snyder <msnyder@redhat.com>
522
523 * m32r-stub.c (handle_exception): Make sure exception is "trap"
524 before treating it as a single-step event.
525
526 2002-10-03 Adam Fedor <fedor@gnu.org>
527
528 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
529 (objc_demangle): Remove assignment in if statements, Replace
530 free with xfree.
531 (add_msglist): Likewise.
532 (end_msglist): Likewise.
533 (complare_selectors): Likewise.
534 (selectors_info): Likewise.
535 (compare_classes): Likewise.
536 (classes_info): Likewise.
537 (print_object_command): Likewise.
538 (find_objc_msgcall_submethod): Replace PTR with void *.
539 * objc-lang.h: Remove check for __STDC__.
540
541 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
542
543 * ui-out.h (ui_out_field_fmt_int): New prototype.
544 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
545 of field width and alignment.
546 * stack.c (print_frame_info_base): When printing frame level, use
547 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
548 PR gdb/192
549
550 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
551
552 * MAINTAINERS: Add self to Write After Approval list.
553
554 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
555
556 * infcmd.c (interrupt_target_command_wrapper): Delete.
557 (interrupt_target_command): Make non static.
558 (nofp_registers_info): Make static.
559 * stack.c (return_command_wrapper): Delete.
560 (return_command): Make non static.
561
562 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
563
564 * event-top.c (gdb_setup_readline): New function. Code moved from
565 _initialize_event_loop().
566 (_initialize_event_loop): Call gdb_setup_readline().
567
568 2002-10-02 Andrew Cagney <ac131313@redhat.com>
569
570 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
571 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
572 * gdbarch.h, gdbarch.c: Re-generate.
573
574 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
575
576 Fix PR gdb/778
577 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
578 before recursing.
579 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
580 of fill_in_vptr_fieldno.
581
582 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
583
584 * inferior.h (registers_info, stepi_command, nexti_command,
585 continue_command, interrupt_target_command): Export from infcmd.c.
586 * frame.h (args_info, selected_frame_level_changed_hook,
587 return_command): Export from stack.c.
588 * v850ice.c (stepi_command, nexti_command, continue_command): use
589 prototypes from inferior.h.
590 * tracepoint.c (registers_info, args_info, locals_info): Use
591 prototypes from frame.h and inferior.h.
592 * Makefile.in (mi-main.o): Add dependency on frame.h.
593
594 2002-10-02 Andrew Cagney <ac131313@redhat.com>
595
596 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
597 value in register 3 adjusted by ppc_gp0_regnum.
598
599 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
600
601 2002-10-02 Marko Mlinar <markom@opencores.org>
602
603 * MAINTAINERS: Add myself to the Write After Approval list.
604
605 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
606
607 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
608 of the section for the N64 ABI, fixed.
609
610 * config/mips/tm-irix6.h: Include solib.h.
611
612 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
613
614 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
615 GNU operators.
616
617 2002-10-01 Andrew Cagney <ac131313@redhat.com>
618
619 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
620 and that "mi0" syntax has been removed.
621
622 2002-09-30 David Carlton <carlton@math.stanford.edu>
623
624 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
625 * ppc-sysv-tdep.c: #include "gdb_string.h".
626 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
627 pacify GCC.
628
629 2002-10-01 Andrew Cagney <ac131313@redhat.com>
630
631 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
632 "vrsave"'s register number.
633
634 2002-09-30 Andrew Cagney <ac131313@redhat.com>
635
636 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
637 use frame_unwind_signed_register to obtain the PC.
638 (mips_frame_chain): Handle a generic dummy frame.
639 (mips_init_extra_frame_info): When a generic dummy frame, don't
640 re-compute the frame base.
641 (mips_pop_frame): Handle generic dummy frames.
642 (mips_gdbarch_init): When generic dummy frames, set
643 use_generic_dummy_frames, push_dummy_frame to
644 generic_push_dummy_frame, pc_in_call_dummy to
645 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
646 generic_save_dummy_frame_tos.
647
648 2002-09-30 Andrew Cagney <ac131313@redhat.com>
649
650 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
651 against TOP when TOP was explictly set.
652 (generic_push_dummy_frame): Set TOP to zero.
653
654 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
655
656 * event-loop.c (start_event_loop): Rename variable 'result' to
657 'gdb_result', to avoid conflicts with upcoming intepreters changes.
658
659 2002-09-30 Keith Seitz <keiths@redhat.com>
660
661 * gdb-events.sh (selected_thread_changed): New event.
662 * gdb-events.c: Regenerated.
663 * gdb-events.h: Regenerated.
664
665 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
666
667 * MAINTAINERS: Add self to Write After Approval list.
668
669 2002-09-30 Fernando Nasser <fnasser@redhat.com>
670
671 * disasm.c: New file.
672 * disasm.h: New file.
673 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
674 (compare_lines): Ditto.
675 (dump_insns): Ditto.
676 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
677 argument.
678 (do_assembly_only): Ditto.
679 (do_disassembly): Renamed to gdb_disassembly and moved to
680 disasm.c. Sdded uiout argument.
681 * Makefile.in: Add new files. Reorder SFILES list. Update
682 dependencies. Include libgdb.a later in the insight executable.
683
684 2002-09-29 Andrew Cagney <ac131313@redhat.com>
685
686 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
687 bfd/elf64-alpha-fbsd.c.
688
689 2002-09-29 Andrew Cagney <ac131313@redhat.com>
690
691 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
692 i386gnu-tdep.c.
693
694 2002-09-29 Andrew Cagney <ac131313@redhat.com>
695
696 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
697 __FUNCTION__.
698 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
699 function name.
700 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
701 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
702 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
703 (S_msg_sig_post_reply): Ditto.
704
705 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
706
707 * sh-tdep.c (sh_use_struct_convention): Use definition according
708 to ABI.
709 (sh_push_arguments): Store in register with correct endianess.
710 (sh_default_store_return_value): Ditto.
711 (sh_gdbarch_init): Set sizeof long double to 8.
712
713 2002-09-27 Mark Kettenis <kettenis@gnu.org>
714
715 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
716 Fix some whitespace problems.
717
718 2002-09-27 David Carlton <carlton@math.stanford.edu>
719
720 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
721 (mcore-tdep.o): Ditto.
722 (ns32k-tdep.o): Ditto.
723 (ns32knbsd-tdep.o): Ditto.
724 (sh3-rom.o): Ditto.
725 (vax-tdep.o): Ditto.
726 * cris-tdep.c: #include "gdb_string.h"
727 * mcore-tdep.c: Ditto.
728 * ns32k-tdep.c: Ditto.
729 * ns32knbsd-tdep.c: Ditto.
730 * sh3-rom.c: Ditto.
731 * vax-tdep.c: Ditto.
732
733 2002-09-27 David Carlton <carlton@math.stanford.edu>
734
735 * config/djgpp/fnchange.lst: Add entries for
736 gdb/testsuite/gdb.c++/m-static files.
737
738 2002-09-27 Jim Wilson <wilson@redhat.com>
739
740 * MAINTAINERS: Add myself to the Write After Approval list.
741
742 2002-09-26 Martin M. Hunt <hunt@redhat.com>
743
744 * mips-tdep.c (find_proc_desc): Initialize startaddr.
745
746
747 2002-09-26 Andrew Cagney <ac131313@redhat.com>
748
749 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
750 frame.
751
752 2002-09-26 Andrew Cagney <ac131313@redhat.com>
753
754 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
755 (rs6000_struct_return_address): Delete variable.
756 (rs6000_store_struct_return): Update.
757 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
758 deprecated_extract_struct_value_address.
759 (rs6000_frame_align): New function.
760 (rs6000_gdbarch_init): Set frame_align.
761
762 2002-09-26 Andrew Cagney <ac131313@redhat.com>
763
764 From Grace Sainsbury <graces@redhat.com>:
765 * Makefile.in (gdbtk-main.o): New target.
766 (gdb.o): New target.
767 (main_h): Define.
768 (main.o): Update dependencies.
769 (gdb$(EXEEXT)): Add gdb.o.
770 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
771 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
772 (SUBDIR_GDBTK_CLEAN): Set.
773 (install-gdbtk): Install the insight binary.
774 (uninstall-gdbtk): New target.
775 (all-gdbtk, clean-gdbtk): New rule.
776 * top.c (use_windows): Default to zero.
777 * main.c: Include "main.h".
778 (main): Delete.
779 (struct captured_main_args): Delete.
780 (gdb_main): New function.
781 * main.h: New file.
782 * gdb.c: New File.
783
784 2002-09-25 Andrew Cagney <cagney@redhat.com>
785
786 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
787 (frame_map_regnum_to_name): New function.
788 (frame_map_name_to_regnum): New function.
789 * frame.h (frame_map_name_to_regnum): Declare.
790 (frame_map_regnum_to_name): Declare.
791 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
792 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
793 * parse.c: Do not include "builtin-regs.h".
794 (target_map_name_to_register): Delete function.
795 (write_dollar_variable): Use frame_map_name_to_regnum.
796 * parser-defs.h (target_map_name_to_register): Delete declaration.
797 * expprint.c: Include "frame.h".
798 (print_subexp): Use frame_map_regnum_to_name.
799 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
800 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
801
802 2002-09-25 Andrew Cagney <ac131313@redhat.com>
803
804 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
805 wasn't saved, and the next innermost frame is a dummy, return the
806 dummy frame's link register.
807
808 2002-09-24 Jim Blandy <jimb@redhat.com>
809
810 Fix from Paul Breed:
811 * main.c (captured_main): Add a `break' after the case for 'b'.
812
813 2002-09-24 Keith Seitz <keiths@redhat.com>
814
815 * varobj.c (c_type_of_child): Use get_target_type instead
816 of TYPE_TARGET_TYPE.
817
818 2002-09-22 Fernando Nasser <fnasser@redhat.com>
819
820 * source.c (get_current_or_default_source_symtab_and_line): Remove
821 function.
822 (set_default_source_symtab_and_line): New function. Attempts to
823 determine a source file to list lines from if one is not currently
824 defined.
825 (get_current_source_symtab_and_line): Initialize sal.pc and
826 sal.end fields.
827 (set_current_source_symtab_and_line): Mark argument as const.
828 * source.h: Update declarations and comments.
829 * linespec.c (decode_line_1): Replace call to removed routine above.
830 * stack.c (print_frame_info_base): Ditto.
831 * cli/cli-cmds.c (edit_command): Ditto.
832 (list_command): Ditto.
833
834 2002-09-22 Fernando Nasser <fnasser@redhat.com>
835
836 * source.c (get_current_or_default_source_symtab_and_line): Initialize
837 sal.pc and sal.end fields.
838 (get_current_or_default_source_symtab_and_line): Ditto.
839 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
840 so we do not cause a new source symtab to be searched for (reverting an
841 unintentional change from the 2002-09-20 patch).
842 * scm-lang.c (scm_unpac): Ditto.
843
844 2002-09-21 Andrew Cagney <cagney@redhat.com>
845
846 * complaints.c (symfile_explanations): Remove new-line from
847 ``isolated_message''.
848 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
849 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
850
851 2002-09-20 Nick Clifton <nickc@redhat.com>
852
853 * NEWS: Announce that V850EA ISA is no longer supported.
854 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
855
856 2002-09-20 David Carlton <carlton@math.stanford.edu>
857
858 * Makefile.in (c-lang.o): Correct dependencies.
859 (utils.o): Gather dependencies.
860 (charset.o): Move.
861 * c-lang.c: #include "gdb_string.h"
862
863 2002-09-20 Fernando Nasser <fnasser@redhat.com>
864
865 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
866 * cli/cli-cmds.c (list_command): New function. Implements the new
867 cli edit command.
868 (_init_cli_cmds): Add new command definition.
869 * gdb.1: Document edit command.
870 * doc/gdb.texinfo: Document edit command.
871
872 2002-09-20 Fernando Nasser <fnasser@redhat.com>
873
874 * source.c: Make global variables current_source_symtab and
875 current_source_line static.
876 (list_command): Moved to cli/cli-cmds.c.
877 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
878 (get_first_line_listed): New accessor function.
879 (get_lines_to_list): New accessor function.
880 (get_current_source_symtab_and_line): New function. Retrieves the
881 position in the source code that we consider current.
882 (get_current_or_default_source_symtab_and_line): New function.
883 Like the above but attempts to determine a default position if one
884 is not currently defined.
885 (set_current_source_symtab_and_line): New function. Sets the source
886 code position considered current and returns the previously set one.
887 (clear_current_source_symtab_and_line): Reset stored information about
888 a current source line.
889 (_initialize_source): Remove registration for the "list" command and
890 its alias.
891 * source.h: Add declarations for the new functions above.
892 * symtab.h: Remove declarations for the global variables mentioned
893 above.
894 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
895 obtain current source line.
896 * linespec.c (decode_line_1): Ditto.
897 * macroscope.c (default_macro_scope): Ditto.
898 * scm-lang.c (scm_unpac): Ditto.
899 * stack.c (print_frame_info_base): Ditto.
900 * symfile.c (clear_symtab_users): Ditto.
901 * symtab.c (decode_line_spec): Ditto.
902 * cli/cli-cmds.c (list_command): Moved here from source.c.
903 (ambiguous_line_spec): Moved here from source.c.
904 (_init_cli_cmds): Add definition for "list" and its alias.
905 * Makefile.in: Update dependencies.
906
907 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
908
909 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
910 with what gcc thinks is correct.
911
912 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
913
914 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
915 multiple register push instruction.
916
917 2002-09-19 Jim Blandy <jimb@redhat.com>
918
919 Add support for distinct host and target character sets.
920 * charset.c, charset.h: New files.
921 * c-exp.y: #include "charset.h".
922 (yylex): Convert character and string literals to the target
923 character set, before returning them as the semantic value of the
924 token.
925 * c-lang.c: #include "charset.h".
926 (c_emit_char): Use charset-specific methods to recognize
927 characters with backslash escape forms, to decide which characters
928 to print literally and which to print using numeric escape
929 sequences, and to convert target characters to host characters
930 before printing.
931 * utils.c: #include "charset.h".
932 (no_control_char_error): New function.
933 (parse_escape): Use charset-specific methods to recognize
934 backslash escapes, parse `control character' notation, and convert
935 characters from the host character set to the target character set.
936 * configure.in: Set the default host character set.
937 Check where to find iconv, and what its argument types might be.
938 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
939 * Makefile.in (SFILES): List charset.c.
940 (COMMON_OBS): List charset.o.
941 (charset.o): New rule.
942 (charset_h): New header dependency variable.
943 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
944 (LIBICONV): New variable, set by configure.
945 (CLIBS): Include $(LIBICONV) here.
946 * aclocal.m4, config.in, configure: Regenerated.
947
948 2002-09-19 Joel Brobecker <brobecker@gnat.com>
949
950 * ada-exp.y: Add missing semicolons to end rules. Fixes a
951 bison 1.35 warning.
952
953 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
954
955 * gdb_mbuild.sh: New file.
956
957 2002-09-19 Andrew Cagney <ac131313@redhat.com>
958
959 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
960
961 2002-09-18 Andrew Cagney <ac131313@redhat.com>
962
963 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
964 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
965 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
966 valops.c, value.h: Revert previous change.
967
968 2002-09-18 Michael Snyder <msnyder@redhat.com>
969
970 Preliminary support for Objective-C:
971 * defs.h (language_objc): New enum value.
972 (puts_filtered_tabular): Declaration only, exported from utils.c.
973 (skip_quoted): Delete, declared in completer.h.
974 * c-exp.y: Include completer.h.
975 * p-exp.y: Ditto.
976 * jv-exp.y: Ditto.
977 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
978 New operator enum values.
979 * language.h (CAST_IS_CONVERSION): Test for language_objc.
980 * language.c (binop_result_type): Handle language_objc case.
981 (integral_type, character_type, string_type, boolean_type,
982 structured_type, binop_type_check): Ditto.
983 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
984 (struct objc_specific): Add to general_symbol_info.
985 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
986 (SYMBOL_DEMANGLED_NAME): Handle objc case.
987 * parser-defs.h (struct objc_class_str): New struct type.
988 (start_msglist, end_msglist, add_msglist): Declaration only,
989 exported from objc-lang.c.
990 * value.h (value_of_local, value_nsstring,
991 call_function_by_hand_expecting_type): Exported from valops.c.
992 * valops.c (find_function_addr): Export.
993 (call_function_by_hand_expecting_type): New function.
994 (value_of_local): New function.
995 * symfile.c (init_filename_language_table): Add ".m" extension
996 for Objective-C.
997 * utils.c (puts_filtered_tabular): New function.
998 (fprintf_symbol_filtered): Add objc demangling support (disabled).
999 (set/show demangle): Extend help-string to refer to ObjC.
1000 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1001 * stabsread.c (symbol_reference_defined): Objective-C symbols
1002 may contain colons: make allowances when scanning stabs strings
1003 for colons.
1004 (objc_find_colon): New function.
1005 * printcmd.c (address_info): If language == objc then print
1006 "self" instead of "this".
1007 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1008 OP_NSSTRING, and OP_SELF.
1009 (prefixify_subexp): Ditto.
1010 * source.c (print_source_lines): Mention objc in comment.
1011 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1012 method names.
1013
1014 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1015
1016 * complaints.h: Update copyright.
1017 (struct complaints): Declare.
1018 (struct complaint): Make `message' constant.
1019 (internal_complaint): Declare.
1020 (complaint): Declare.
1021 (complaint_root): Delete declaration.
1022 (symfile_complaints): Delete declaration.
1023 (struct complaints): Add opaque declaration.
1024 (clear_complaints): Add a complaints parameter.
1025 * complaints.c: Update copyright.
1026 (enum complaint_series): Define.
1027 (complaint_root): Delete.
1028 (struct complaints): Define.
1029 (complaint_sentinel, symfile_complaint_book): New variables.
1030 (symfile_explanations, symfile_complaints): New variables.
1031 New variables.
1032 (get_complaints): New function.
1033 (vcomplaint): New function.
1034 (complaint): New function.
1035 (internal_complaint): New function.
1036 (complain): Call vcomplain with symfile_complaint.
1037 (clear_complaints): Rewrite.
1038 (_initialize_complaints): Use add_setshow_command.
1039 * Makefile.in (complaints.o): Update dependencies.
1040 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1041 to call to clear_complaints.
1042 (new_symfile_objfile, reread_symbols): Ditto.
1043 (oldsyms_complaint): Delete.
1044 (empty_symtab_complaint, unknown_option_complaint): Delete.
1045 (free_named_symtabs): Use complaint instead of complain.
1046
1047 2002-09-18 Michael Snyder <msnyder@redhat.com>
1048
1049 Contributed by Apple Computer, Inc. Merged with current sources
1050 by Adam Fedor <fedor@doc.com> [cagney].
1051
1052 * objc-lang.c: First clean-up round: comments, indentation.
1053 * objc-lang.h: Ditto.
1054 * objc-lang.y: Ditto.
1055
1056 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1057
1058 * maint.c (maintenance_internal_error): Print the parameter as the
1059 error message.
1060 (maintenance_internal_warning): New function.
1061 (_initialize_maint_cmds): Add command `maint internal-warning'.
1062
1063 * defs.h (internal_warning, internal_vwarning): Declare.
1064 * utils.c (struct internal_problem): Define.
1065 (internal_vproblem): New function.
1066 (internal_warning): New function.
1067 (internal_vwarning): New function.
1068 (internal_warning_problem, internal_error_problem): New variables.
1069 (internal_verror): Just call internal_vproblem.
1070
1071 2002-09-18 Michael Snyder <msnyder@redhat.com>
1072
1073 * objc-lang.c: New file, support for Objective-C.
1074 Preliminary check-in, not yet integrated into gdb.
1075 * objc-lang.h: New file.
1076 * objc-exp.y: New file.
1077
1078 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1079
1080 * infrun.c (signal_stop_update): Convert definition to ISO C.
1081 (signal_print_update): Ditto.
1082 (signal_pass_update): Ditto.
1083 * inflow.c (terminal_save_ours): Ditto.
1084
1085 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1086 comments.
1087
1088 * config/djgpp/fnchange.lst: Handle name clashes between
1089 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1090 bfd/coff-tic80.c.
1091
1092 * i386-linux-tdep.h: Fix tipo.
1093
1094 2002-09-18 Adam Fedor <fedor@gnu.org>
1095
1096 * MAINTAINERS: Add myself to the Write After Approval list.
1097
1098 2002-09-18 Jim Blandy <jimb@redhat.com>
1099
1100 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1101 texthigh and textlow to reader-specific structs caused
1102 objfile_relocate to miss them. This is fixable, but the work that
1103 the change was supposed to prepare GDB for never got done anyway.
1104
1105 2002-09-18 David Carlton <carlton@math.stanford.edu>
1106
1107 * MAINTAINERS: Alphabetize Write After Approval list.
1108
1109 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1110
1111 Fix PR gdb/709
1112 * values.c (value_static_field): Call read_var_value.
1113
1114 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1115
1116 * valops.c (hand_function_call): Align the initial stack pointer
1117 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1118 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1119 return value.
1120 * mips-tdep.c (mips_frame_align): New function.
1121 (mips_gdbarch_init): Set frame_align.
1122 * gdbarch.sh (FRAME_ALIGN): New method.
1123 * gdbarch.h, gdbarch.c: Re-generate.
1124
1125 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1126
1127 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1128 registers.
1129
1130 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1131
1132 * NEWS: Mention that MIPS $fp behavior changed.
1133 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1134 reference to FP_REGNUM.
1135 (mipsnbsd_cannot_store_register): Ditto.
1136 * mips-linux-nat.c: Update copyright.
1137 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1138 (mips_linux_cannot_store_register): Ditto.
1139 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1140 * config/mips/tm-mips.h: Update copyright.
1141 (FP_REGNUM): Delete macro.
1142 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1143 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1144 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1145 (mips_r3041_reg_names, mips_r3051_reg_names)
1146 (mips_r3081_reg_names): Replace "fp" with "".
1147 Fix PR gdb/480.
1148
1149 2002-09-17 Theodore A. Roth <troth@verinet.com>
1150
1151 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1152 generic_read_register_dummy() (PR gdb/703).
1153 (avr_push_return_address): #if 0 out unused vars.
1154 (avr_gdbarch_init): Enable use of avr_push_return_address().
1155
1156 2002-09-17 Michael Snyder <msnyder@redhat.com>
1157
1158 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1159 RTE will take care of it.
1160
1161 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1162
1163 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1164 invalid, return SP_REGNUM.
1165
1166 2002-09-17 Michael Snyder <msnyder@redhat.com>
1167
1168 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1169 point registers without sign extension.
1170
1171 2002-09-17 Andrew Cagney <cagney@redhat.com>
1172
1173 * blockframe.c (deprecated_read_register_dummy): Rename
1174 generic_read_register_dummy.
1175 * frame.c (frame_unwind_signed_register): New function.
1176 (frame_unwind_unsigned_register): New function.
1177 * frame.h (frame_unwind_signed_register): Declare.
1178 (frame_unwind_unsigned_register): Declare.
1179 (deprecated_read_register_dummy): Rename
1180 generic_read_register_dummy.
1181
1182 * h8300-tdep.c (h8300_frame_chain): Update.
1183 (h8300_frame_saved_pc): Update.
1184 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1185 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1186 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1187 (s390_frame_chain): Update.
1188 * v850-tdep.c (v850_find_callers_reg): Update.
1189 (v850_frame_saved_pc): Update.
1190 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1191 (m32r_find_callers_reg): Update.
1192 (m32r_frame_saved_pc): Update.
1193 * sh-tdep.c (sh_find_callers_reg): Update.
1194 (sh64_get_saved_pr): Update.
1195 (sh_init_extra_frame_info): Update.
1196 (sh_init_extra_frame_info): Update.
1197 (sh64_init_extra_frame_info): Update.
1198 (sh64_init_extra_frame_info): Update.
1199 * mcore-tdep.c (mcore_find_callers_reg): Update.
1200 (mcore_frame_saved_pc): Update.
1201 (mcore_init_extra_frame_info): Update.
1202 * i386-tdep.c (i386_frame_saved_pc): Update.
1203 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1204 (ia64_init_extra_frame_info): Update.
1205 (ia64_init_extra_frame_info): Update.
1206 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1207 * cris-tdep.c (cris_init_extra_frame_info): Update.
1208 * avr-tdep.c (avr_frame_chain): Update.
1209 (avr_init_extra_frame_info): Update.
1210 (avr_frame_saved_pc): Update.
1211 * arm-tdep.c (arm_find_callers_reg): Update.
1212 (arm_init_extra_frame_info): Update.
1213 (arm_frame_saved_pc): Update.
1214
1215 2002-09-17 Tom Tromey <tromey@redhat.com>
1216
1217 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1218 is "'".
1219
1220 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1221
1222 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1223 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1224 NEXT_PROLOGUE_INSN.
1225 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1226 NEXT_PROLOGUE_INSN.
1227
1228 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1229
1230 * osfsolib.c: Remove file, replaced by solib-osf.c.
1231 * Makefile.in: Remove compilation rules for osfsolib.c.
1232
1233 2002-09-16 David Carlton <carlton@math.stanford.edu>
1234
1235 * cp-valprint.c (cp_print_class_method): Correct args to
1236 check_stub_method_group.
1237
1238 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1239
1240 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1241 `set architecture'. Unify naming convention of functions.
1242 (h8300_skip_prologue): Improve prologue analysis.
1243 (h8300_push_arguments): Rewritten to more closely match GCC's
1244 bizarre argument-passing behavior, along with the comment describing
1245 said behavior.
1246 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1247 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1248 sim, remote-e7000.c, remote-hms.c and remote.c
1249
1250 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1251
1252 * i386-tdep.c (gdb_print_insn_i386): Removed.
1253 (i386_print_insn): New function.
1254 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1255 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1256 tm_print_insn_info.
1257
1258 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1259
1260 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1261 zero.
1262
1263 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1264
1265 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1266 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1267 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1268
1269 2002-09-13 Christopher Faylor <cgf@redhat.com>
1270
1271 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1272
1273 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1274
1275 * gdbtypes.c (check_stub_method): Make static.
1276 (check_stub_method_group): New function.
1277 * gdbtypes.h: Update prototypes.
1278 * cp-support.c: New file.
1279 * cp-support.h: New file.
1280
1281 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1282 (update_method_name_from_physname): New function.
1283 (read_member_functions): Correct method names for operators
1284 and v3 constructors/destructors. Separate v2 constructors and
1285 destructors.
1286 * Makefile.in (stabsread.o): Update dependencies.
1287 (SFILES): Add cp-support.c.
1288 (COMMON_OBS): Add cp-support.o.
1289 (cp_support_h, cp-support.o): Add.
1290
1291 * cp-valprint.c (cp_print_class_method): Call
1292 check_stub_method_group instead of check_stub_method. Remove
1293 extraneous QUITs.
1294 * p-valprint.c (pascal_object_print_class_method): Likewise.
1295 * valops.c (search_struct_method): Likewise.
1296 (find_method_list, value_struct_elt_for_reference): Likewise.
1297
1298 2002-09-13 Andrew Cagney <cagney@redhat.com>
1299
1300 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1301 * gdbarch.h, gdbarch.c: Regenerate.
1302
1303 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1304
1305 * frame.c (find_saved_register): Delete function.
1306 * frame.h (find_saved_register): Delete declaration.
1307 Fix PR gdb/631.
1308
1309 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1310
1311 * mips-tdep.c (read_next_frame_reg): Re-hack using
1312 frame_register_unwind.
1313
1314 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1315
1316 * mips-tdep.c (mips_get_saved_register): Re-hack using
1317 frame_register_unwind.
1318
1319 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1320
1321 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1322 vector. Will be useful for Interix.
1323 * gdbarch.h, gdbarch.c: Regenerate.
1324
1325 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1326 name of the malloc function by NAME_OF_MALLOC.
1327
1328 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1329
1330 * value.h (find_function_in_inferior): Add const keyword to
1331 one of the parameters. Allows us to invoke this function with
1332 a const char *.
1333 * valops.c (find_function_in_inferior): Likewise.
1334
1335 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1336
1337 * exec.c (xfer_memory): Fix compilation warning with old versions
1338 of GCC.
1339 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1340
1341 2002-09-12 David Carlton <carlton@math.stanford.edu>
1342
1343 * symtab.h: Run through gdb_indent.h.
1344 Add 2002 to Copyright year list.
1345
1346 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1347
1348 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1349 mach constants.
1350 * MAINTAINERS: Add myself to write after approval list.
1351
1352 2002-09-11 J. Brobecker <brobecker@gnat.com>
1353
1354 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1355
1356 2002-09-11 J. Brobecker <brobecker@gnat.com>
1357
1358 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1359 Interix.
1360
1361 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1362
1363 * procfs.c (do_detach): Clear current signal, not just fault.
1364 Corrects problem with breakpoint trap signal leaking to detached
1365 process on Tru64.
1366
1367 2002-09-10 Michael Snyder <msnyder@redhat.com>
1368
1369 * buildsym.c (finish_block): Protect against null pointer.
1370
1371 2002-09-10 Andrew Cagney <cagney@redhat.com>
1372
1373 * infcmd.c (default_print_registers_info): Send all output to
1374 ``file'' instead of ``gdb_stdout''.
1375
1376 2002-09-10 Michael Snyder <msnyder@redhat.com>
1377
1378 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1379 LONGEST, and use signed register read (addresses are sign-
1380 extended for mips).
1381
1382 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1383
1384 * event-loop.c (gdb_do_one_event): Make public.
1385 * event-loop.h (gdb_do_one_event): Declare.
1386
1387 2002-09-10 Jeff Law <law@redhat.com>
1388
1389 * infttrace.c (child_resume): Simplify and rework to avoid
1390 TT_PROC_CONTINUE.
1391
1392 2002-09-09 Fred Fish <fnf@intrinsity.com>
1393
1394 * printcmd.c (print_scalar_formatted): "len" is the number of
1395 target bytes, NOT the number of target bits.
1396
1397 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1398
1399 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1400 * top.c (init_main): Set rl_terminal_name.
1401
1402 2002-09-08 Aidan Skinner <aidan@velvet.net>
1403
1404 * ada-lang.c (ada_array_bound, ada_type_match,
1405 _initialize_ada_language): Fix K&R definitions.
1406 * ada-tasks.c (get_current_task): Fix K&R definitions.
1407 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1408
1409 2002-09-07 Christopher Faylor <cgf@redhat.com>
1410
1411 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1412 Add XP.
1413
1414 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1415
1416 * i386-tdep.c (i386_register_virtual_type,
1417 i386_register_convertible, i386_register_convert_to_virtual,
1418 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1419 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1420 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1421 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1422 Don't set push_arguments twice.
1423
1424 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1425 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1426 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1427 sigtramp_end to NULL.
1428 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1429 defines.
1430 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1431
1432 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1433 whitespace.
1434
1435 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1436 * gdbarch.h, gdbarch.c: Re-generate.
1437 * blockframe.c (find_pc_sect_partial_function): Convert to use
1438 SIGTRAMP_START_P predicate.
1439
1440 2002-09-05 Michael Snyder <msnyder@redhat.com>
1441
1442 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1443 generic_dummy_frame method and old method. Also distinguish
1444 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1445 (arm_extract_return_value): Use new regcache method.
1446
1447 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1448 adjustment that doesn't conform to the ABI.
1449 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1450 saved regcache, not from current regcache.
1451
1452 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1453
1454 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1455 * README: Update.
1456
1457 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1458
1459 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1460 if arm_apcs_32 is false.
1461
1462 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1463
1464 GDB 5.3 branch created.
1465
1466 2002-09-03 Theodore A. Roth <troth@verinet.com>
1467
1468 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1469 generic_unwind_get_saved_register.
1470
1471 2002-09-03 David Carlton <carlton@math.stanford.edu>
1472
1473 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1474 argument (PR gdb/653). Update call to smash_to_method_type.
1475 (read_structure_scope): Update call to dwarf2_add_member_fn.
1476
1477 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1478
1479 * x86-64-linux-tdep.c: Include gdb_string.h
1480 * x86-64-linux-nat.c: Ditto.
1481
1482 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1483
1484 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1485 when YYDEBUG is set to 1.
1486 * c-exp.y: Likewise.
1487 * f-exp.y: Likewise.
1488 * jv-exp.y: Likewise.
1489 * m2-exp.y: Likewise.
1490 * p-exp.y: Likewise.
1491
1492 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1493
1494 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1495 dependency list.
1496 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1497 solib_svr4_fetch_link_map_offsets to
1498 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1499 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1500 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1501 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1502 solib-svr4.o, and solib-legacy.o.
1503 * config/i386/tm-nbsd.h: Include solib.h.
1504
1505 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1506
1507 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1508 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1509 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1510 comment noting that this needs its own target configuration.
1511 * config/i386/nbsd.mt: New file.
1512 * config/i386/nbsdaout.mt: Remove.
1513 * config/i386/nbsdelf.mt: Ditto.
1514 * config/i386/tm-nbsdaout.h: Ditto.
1515
1516 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1517
1518 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1519 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1520 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1521 tdep->sigtramp_end.
1522 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1523 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1524 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1525
1526 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1527
1528 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1529 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1530 * i386-tdep.h (i386bsd_init_abi): New prototype.
1531 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1532 function declaration.
1533 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1534 for NetBSD-a.out or NetBSD-ELF.
1535 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1536 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1537 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1538 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1539 and nbsd-tdep.h.
1540 (i386nbsd_pc_in_sigtramp): New function.
1541 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1542 i386nbsd_pc_in_sigtramp.
1543 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1544 and i386nbsdelf_init_abi OS ABI handlers.
1545 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1546 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1547
1548 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1549
1550 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1551 registers if the target really has them.
1552
1553 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1554
1555 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1556 than nbsd-tdep.h.
1557
1558 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1559
1560 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1561 list.
1562 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1563 (alphanbsd_skip_sigtramp_frame): New functions.
1564 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1565 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1566 to alphanbsd_sigcontext_addr.
1567
1568 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1569
1570 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1571 list.
1572 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1573 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1574 nbsd_pc_in_sigtramp.
1575 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1576 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1577 * nbsd-tdep.c: Include gdb_string.h.
1578 (nbsd_pc_in_sigtramp): New function.
1579 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1580 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1581 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1582 ppcnbsd_pc_in_sigtramp.
1583 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1584 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1585 shnbsd_pc_in_sigtramp.
1586 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1587 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1588 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1589
1590 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1591
1592 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1593 watchpoints to NULL.
1594 (insert_breakpoints): set val field of watchpoints if NULL.
1595
1596
1597 2002-08-29 Jim Blandy <jimb@redhat.com>
1598
1599 * symtab.c (lookup_symbol_aux): In the cases where we find a
1600 minimal symbol of an appropriate name and use its address to
1601 select a symtab to read and search, use `name' (as passed to us)
1602 as the demangled name when searching the symtab's global and
1603 static blocks, not the minsym's name.
1604
1605 2002-08-29 Keith Seitz <keiths@redhat.com>
1606
1607 * stack.c (print_frame_info_base): Always set current_source_symtab
1608 and current_source_line.
1609
1610 2002-08-29 Donn Terry <donnte@microsoft.com>
1611
1612 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1613
1614 2002-08-28 Keith Seitz <keiths@redhat.com>
1615
1616 * stack.c (select_frame): Add FIXME concerning selected-frame
1617 events.
1618 (select_frame_command): Send selected-frame-level-changed
1619 event notification, but only if the level actually changed.
1620 (up_silently_base): Add selected-frame-level-changed event
1621 notification.
1622 (down_silently_base): Likewise.
1623
1624 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1625
1626 * Makefile.in: Update dependencies for all gdb/*.c files.
1627
1628 2002-08-27 Tom Tromey <tromey@redhat.com>
1629
1630 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1631 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1632 Update dependencies.
1633 * i387-tdep.c: Include gdb_string.h.
1634 * osabi.c: Likewise.
1635 * i386-linux-nat.c: Likewise.
1636 * lin-lwp.c: Likewise.
1637 * ax-gdb.c: Likewise.
1638 * signals/signals.c: Likewise.
1639 * jv-valprint.c: Likewise.
1640 * p-lang.c: Likewise.
1641 * c-valprint.c: Likewise.
1642 * cp-abi.c: Likewise.
1643
1644 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1645
1646 * cli/cli-script.h (copy_command_lines): Export.
1647 * breakpoint.c: Include cli/cli-script.h.
1648 * Makefile.in (breakpoint.o): Update dependencies.
1649
1650 2002-08-26 Michael Snyder <msnyder@redhat.com>
1651
1652 * breakpoint.c (insert_breakpoints): Protect all references
1653 to 'process_warning'. Shorten long lines.
1654
1655 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1656
1657 * cli/cli-script.c (copy_command_lines): New function.
1658 * defs.h (copy_command_lines): Export.
1659 * testsuite/gdb.base/commands.exp: New tests for commands
1660 attached to a temporary breakpoint, and for commands that
1661 delete the breakpoint they are attached to.
1662
1663 2002-08-26 Michael Snyder <msnyder@redhat.com>
1664
1665 * breakpoint.c (bpstat_stop_status): Instead of copying the
1666 pointer to the breakpoint commands struct, make a new copy
1667 of the struct and point to that.
1668 (bpstat_clear): Free the commands struct.
1669 (bpstat_clear_actions): Free the commands struct.
1670 (bpstat_do_actions): Free the command actions. Also execute
1671 the local cleanups, instead of deleting them.
1672 (delete_breakpoint): Leave the commands field of the bpstat
1673 chain alone -- it will be freed later.
1674
1675 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1676
1677 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1678 deleted in 2002-08-20 commit. This function is still used by
1679 ppc-linux-nat.c.
1680
1681 2002-08-26 Keith Seitz <keiths@redhat.com>
1682
1683 * gdb-events.sh: Add selected-frame-level-changed event.
1684 * gdb-events.c: Regenerated.
1685 * gdb-events.h: Regenerated.
1686
1687 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1688
1689 Fix PR gdb/393:
1690 * inflow.c (terminal_save_ours): New function to save terminal
1691 settings.
1692 * inferior.h (terminal_save_ours): Declare.
1693 * target.c (debug_to_terminal_save_ours): New function.
1694 (cleanup_target): Defaults to_terminal_save_ours.
1695 (update_current_target): Inherit to_terminal_save_ours.
1696 (setup_target_debug): Set to_terminal_save_ours.
1697 * target.h (target_terminal_save_ours): New to save terminal settings.
1698 (target_ops): New member to_terminal_save_ours.
1699 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1700 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1701 * inftarg.c (init_child_ops): Likewise.
1702 * m3-nat.c (init_m3_ops): Likewise.
1703 * procfs.c (init_procfs_ops): Likewise.
1704 * wince.c (init_child_ops): Likewise.
1705 * win32-nat.c (init_child_ops): Likewise.
1706 * sol-thread.c (init_sol_thread_ops): Likewise.
1707
1708 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1709
1710 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1711 use regcache_* functions.
1712 (i386_gdbarch_init): Set store_return_value instead of
1713 deprecated_store_return_value.
1714
1715 * regcache.c (regcache_raw_write_signed,
1716 regcache_raw_write_unsigned): New functions.
1717 * regcache.h (regcache_raw_write_signed,
1718 regcache_raw_write_unsigned): New prototypes.
1719
1720 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1721
1722 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1723 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1724 source file dependencies. Cleanup corresponding generator rules.
1725
1726 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1727
1728 * regcache.h (register_offset_hack): Declare.
1729 (regcache_cooked_read_using_offset_hack): Declare.
1730 (regcache_cooked_write_using_offset_hack): Declare.
1731
1732 * regcache.c (register_offset_hack): New function.
1733 (regcache_cooked_read_using_offset_hack): New function.
1734 (regcache_cooked_write_using_offset_hack): New function.
1735 (regcache_dump): Check that the registers, according to their
1736 offset, are packed hard against each other.
1737 (cooked_xfer_using_offset_hack): New function.
1738
1739 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1740
1741 * regcache.c (struct regcache_descr): Add field register_type.
1742 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1743 in as a parameter
1744 (init_regcache_descr): Initialize register_type. Pass the descr
1745 to init_legacy_regcache_descr. Use register_type instead of
1746 REGISTER_VIRTUAL_TYPE.
1747 (register_type): New function.
1748 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1749 * regcache.h (register_type): Declare.
1750
1751 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1752
1753 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1754 instead of deprecated_store_return_value. Fix fallout from
1755 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1756
1757 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1758
1759 * regcache.c (max_register_size): New function.
1760 (init_legacy_regcache_descr): Ensure that max_register_size is
1761 large enough for REGISTER_VIRTUAL_SIZE.
1762 * regcache.h (max_register_size): Declare.
1763
1764 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1765
1766 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1767 store_return_value.
1768 (e500_extract_return_value): Change type of valbuf pointer to
1769 void.
1770
1771 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1772
1773 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1774 workaround.
1775
1776 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1777 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1778 long long) to prevent compiler warning on 64-bit systems.
1779
1780 2002-08-23 Andrew Cagney <cagney@redhat.com>
1781
1782 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1783 (DEPRECATED_STORE_RETURN_VALUE): New method.
1784 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1785 * gdbarch.h, gdbarch.c: Re-generate.
1786
1787 * values.c (set_return_value): Pass current_regcache to
1788 STORE_RETURN_VALUE.
1789 * arch-utils.h (legacy_store_return_value): Declare.
1790 * arch-utils.c (legacy_store_return_value): New function.
1791 (legacy_extract_return_value): Update parameters.
1792
1793 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1794 STORE_RETURN_VALUE.
1795 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1796 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1797 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1798 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1799 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1800 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1801 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1802 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1803 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1804 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1805
1806 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1807 * i386-tdep.c (i386_extract_return_value): Update.
1808 * arch-utils.c (legacy_extract_return_value): Update.
1809 * frv-tdep.c (frv_gdbarch_init): Update.
1810 * cris-tdep.c (cris_gdbarch_init): Update.
1811 * d10v-tdep.c (d10v_gdbarch_init): Update.
1812 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1813 * m68k-tdep.c (m68k_gdbarch_init): Update.
1814 * mcore-tdep.c (mcore_gdbarch_init): Update.
1815 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1816 * s390-tdep.c (s390_gdbarch_init): Update.
1817 * sparc-tdep.c (sparc_gdbarch_init): Update.
1818 * sh-tdep.c (sh_gdbarch_init): Update.
1819 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1820 * v850-tdep.c (v850_gdbarch_init): Update.
1821 * avr-tdep.c (avr_gdbarch_init): Update.
1822 * ia64-tdep.c (ia64_gdbarch_init): Update.
1823 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1824 * vax-tdep.c (vax_gdbarch_init): Update.
1825 * alpha-tdep.c (alpha_gdbarch_init): Update.
1826 * arm-tdep.c (arm_gdbarch_init): Update.
1827 * mips-tdep.c (mips_gdbarch_init): Update.
1828 * i386-tdep.c (i386_gdbarch_init): Update.
1829
1830 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1831
1832 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1833 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1834
1835 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1836
1837 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1838 problems.
1839
1840 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1841
1842 * infrun.c (handle_inferior_event): Move a comment outside of a
1843 function call, in order to avoid indent reformatting this part
1844 of the code in an unreadable way.
1845
1846 2002-08-23 Grace Sainsbury <graces@redhat.com>
1847
1848 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1849 when breakpoints fail. Move general breakpoint error messages to
1850 insert_breakpoints.
1851 * breakpoint.c (insert_breakpoints): Change warnings when
1852 breakpoints are nto inserted to specify the type. Remove call to
1853 memory_error when hardware breakpoints can't be inserted. Remove
1854 multiple calls to warning so all messages are sent to the user at
1855 once.
1856 (delete_breakpoints): Make insert error messsages more explicit.
1857
1858 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1859
1860 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1861 gdbserver/ChangeLog.
1862
1863 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1864
1865 * i386-tdep.c: Include "objfiles.h".
1866 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1867 skip_trampoline_code.
1868 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1869 (CPLUS_MARKER): Define to '.'.
1870
1871 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1872 member.
1873 (linux_corefile_thread_callback): Increase args->num_notes.
1874 (linux_make_note_section): Initialize thread_args.num_notes, and
1875 use it to determine whether notes for any threads were created.
1876
1877 2002-08-23 Donn Terry <donnte@microsoft.com>
1878
1879 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1880 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1881 and PCUNKILL.
1882 (write_with_trace): Conditionalize out the switch branch handling
1883 PCSHOLD if the corresponding macro is not defined. Likewise for
1884 PRSABORT and PRSTOP.
1885 This change will be needed by the Interix port.
1886
1887 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1888
1889 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1890 write_register wherever possible instead of manipulating the
1891 register bytes directly.
1892 Assign VALUE_CONTENTS to a variable and use that.
1893 The GPR numbers are now dependent on the architecture.
1894
1895 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1896
1897 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1898 ev_offset fields.
1899 (skip_prologue): Add support for BookE/e500 instructions.
1900 (e500_extract_return_value): New function.
1901 (frame_get_saved_regs): Add support for saving ev registers and
1902 pseudo gpr's.
1903 (e500_store_return_value): New function.
1904 (rs6000_gdbarch_init): Move up default intializations of
1905 deprecated_extract_return_value and store_return_value. Overwrite
1906 init of store_return_value with e500 specific version.
1907 Set extract_return_value for e500.
1908
1909 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1910
1911 * blockframe.c (generic_call_dummy_register_unwind): Use
1912 regcache_cooked_read to catch cases in which the variable is
1913 stored in a pseudo register.
1914
1915 2002-08-22 Andrew Cagney <cagney@redhat.com>
1916
1917 * NEWS: Mention that the i960 has been made obsolete.
1918 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1919 i960-tdep.c
1920 (remote-nrom.o): Obsolete target.
1921 (remote-nindy.o, i960-tdep.o): Ditto.
1922 * remote-nrom.c: Make file obsolete.
1923 * remote-nindy.c, remote-vx960.c: Ditto.
1924 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1925 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1926 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1927 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1928 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1929 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1930 i960-*-vxworks* obsolete.
1931 * MAINTAINERS: Note that the i960 is obsolete.
1932
1933 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1934
1935 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1936 detach to allow reinitialization.
1937
1938 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1939
1940 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1941 attempt).
1942
1943 2002-08-22 Jim Blandy <jimb@redhat.com>
1944
1945 * coffread.c (coff_symfile_read): Don't try to read the line
1946 number table from disk if the image file doesn't have a symbol
1947 table; we'll never actually look at the info anyway, and Windows
1948 ships DLL's with bogus file offsets for the line number data.
1949
1950 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1951
1952 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1953 an e500 executable.
1954
1955 2002-08-21 Michael Snyder <msnyder@redhat.com>
1956
1957 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1958 (MSYMBOL_SIZE): Replace macro with function.
1959 (DEFAULT_MIPS_TYPE): Delete unused macro.
1960 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1961 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1962
1963 2002-08-21 Jim Blandy <jimb@redhat.com>
1964
1965 * valops.c (value_cast): Simplify and correct logic for doing a
1966 static cast from a pointer to a base class to a pointer to a
1967 derived class.
1968
1969 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1970
1971 * infcmd.c (default_print_registers_info): Replace
1972 do_registers_info.
1973 (registers_info): Use gdbarch_print_registers_info instead of
1974 DO_REGISTERS_INFO.
1975 * inferior.h (default_print_registers_info): Replace
1976 do_registers_info.
1977 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1978 (DO_REGISTERS_INFO): Change to a predicate function.
1979 * gdbarch.h, gdbarch.c: Regenerate.
1980
1981 2002-08-21 Keith Seitz <keiths@redhat.com>
1982
1983 * gdb-events.sh: Add target-changed event.
1984 * gdb-events.c: Regenerated.
1985 * gdb-events.c: Regenerated.
1986 * valops.c (value_assign): Add target-changed event notification
1987 to inlval_register, lval_memory, and lval_reg_frame_relative.
1988
1989 2002-08-21 Joel Brobecker <brobecker@gnat.com>
1990
1991 * NEWS: Add an entry regarding the improvement of the next/step
1992 operation on Alpha Tru64 multi-processor machines.
1993
1994 2002-08-21 Andrew Cagney <ac131313@redhat.com>
1995
1996 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1997 directores.
1998 * Makefile.in: Update all _h macro definitions.
1999 * Makefile.in (install-gdbtk): Move to install section.
2000 (rdi-share/libangsd.a): Move to end of file.
2001
2002 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2003
2004 * frame.c (frame_register_unwind): When a register, set addrp to
2005 the register's byte.
2006
2007 2002-08-20 Michael Snyder <msnyder@redhat.com>
2008
2009 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2010 used locally, so move them from the target machine header to here.
2011 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2012 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2013 Make static.
2014 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2015
2016 2002-08-20 Andrew Cagney <cagney@redhat.com>
2017
2018 * NEWS: Mention that the Apollo line was made obsolete.
2019 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2020 m68*-hp-hpux* obsolete.
2021 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2022 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2023 * buildsym.c (make_blockvector): Make static.
2024 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2025 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2026 (ALLDEPFILES): Remove dstread.c.
2027 (dstread.o): Obsolete make rule.
2028 * dstread.c: Makefile obsolete.
2029 * dst.h: Ditto.
2030 * config/m68k/hp300hpux.mt: Ditto.
2031 * config/m68k/hp300hpux.mh: Ditto.
2032 * config/m68k/hp300bsd.mt: Ditto.
2033 * config/m68k/hp300bsd.mh: Ditto.
2034 * config/m68k/apollo68b.mt: Ditto.
2035 * config/m68k/apollo68v.mh: Ditto.
2036 * config/m68k/apollo68b.mh: Ditto.
2037
2038 2002-08-20 Michael Snyder <msnyder@redhat.com>
2039
2040 * mips-tdep.c (mips_in_return_stub): Make static.
2041 (mips_gdbarch_init): Set in_solib_return_trampoline.
2042 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2043
2044 2002-08-20 Michael Snyder <msnyder@redhat.com>
2045
2046 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2047 * gdbarch.c, gdbarch.h: Regenerate.
2048 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2049 Add.
2050 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2051
2052 2002-08-20 Michael Snyder <msnyder@redhat.com>
2053
2054 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2055 (mips_gdbarch_init): Set skip_trampoline_code,
2056 in_solib_call_trampoline.
2057 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2058 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2059
2060 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2061
2062 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2063
2064 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2065 vector type for ev registers.
2066 (e500_pseudo_register_read): New function.
2067 (e500_pseudo_register_write): New function.
2068 (e500_dwarf2_reg_to_regnum): New function.
2069 (PPC_UISA_NOFP_SPRS): New macro.
2070 (PPC_EV_REGS): New macro.
2071 (PPC_GPRS_PSEUDO_REGS): New macro.
2072 (registers_e500): New register set for e500.
2073 (variants): Add e500 variant.
2074 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2075 before setting architectural dependent variations. Initialize ev
2076 registers numbers. Add case for e500 architecture. Set the
2077 number of pseudo registers.
2078
2079 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2080
2081 * rs6000-tdep.c: Clean up comments.
2082
2083 2002-08-20 Andrew Cagney <cagney@redhat.com>
2084
2085 * h8300-tdep.c: Re-indent file.
2086
2087 2002-08-20 Jim Blandy <jimb@redhat.com>
2088
2089 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2090 default for this.
2091
2092 2002-08-20 Keith Seitz <keiths@redhat.com>
2093
2094 * breakpoints.c (watch_command_1): Use internal breakpoint
2095 when setting a watchpoint_scope breakpoint.
2096
2097 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2098
2099 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2100 (build_builtin_type_vec64i): Ditto.
2101 (build_builtin_type_vec128): Ditto.
2102 (build_builtin_type_vec128i): Ditto.
2103
2104 2002-08-19 Michael Snyder <msnyder@redhat.com>
2105
2106 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2107 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2108 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2109 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2110 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2111 CALL_DUMMY_ADDRESS): Delete.
2112 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2113 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2114 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2115 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2116 push_return_address.
2117 (mips_register_raw_size, mips_eabi_use_struct_convention,
2118 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2119 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2120 mips_init_extra_frame_info, mips_eabi_push_arguments,
2121 mips_n32n64_push_arguments, mips_push_return_address,
2122 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2123 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2124
2125 2002-08-19 Michael Snyder <msnyder@redhat.com>
2126
2127 * mips-tdep.c (mips_frame_num_args): New function.
2128 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2129 frame_saved_pc, frame_args_address, frame_locals_address,
2130 frame_num_args, and frame_args_skip.
2131 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2132 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2133 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2134 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2135
2136 2002-08-20 Michael Snyder <msnyder@redhat.com>
2137
2138 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2139 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2140 * mips-tdep.c (mips_store_struct_return): New function.
2141 (mips_extract_struct_value_address): New function.
2142 (mips_gdbarch_init): Set store_struct_return and
2143 extract_struct_value_address.
2144
2145 2002-08-20 David Carlton <carlton@math.stanford.edu>
2146
2147 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2148 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2149 (read_file_scope): Check that line_header is nonzero before
2150 decoding macro information.
2151
2152 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2153
2154 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2155 flag the general-purpose registers as floating-point on targets
2156 that don't support the floating-point registers.
2157
2158 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2159
2160 * rs6000-tdep.c (altivec_register_p): Delete.
2161 (rs6000_do_altivec_registers): Delete.
2162 (rs6000_altivec_registers_info): Delete.
2163 (rs6000_do_registers_info): Delete.
2164 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2165 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2166
2167 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2168
2169 * infcmd.c (do_registers_info): Print vector registers in hex
2170 format only.
2171 (print_vector_info): Check that printing registers
2172 makes sense.
2173 (print_float_info): Ditto.
2174
2175 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2176
2177 * mips-tdep.c (mips_gdbarch_init): Update.
2178 (mips_o32_extract_return_value): Rewrite.
2179 (mips_o32_store_return_value): Rewrite.
2180 (mips_o32_xfer_return_value): New function.
2181 (mips_xfer_register): Tweak debug print message. Allow for
2182 buf_offset when dumping the value transfered.
2183
2184 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2185
2186 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2187 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2188 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2189 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2190 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2191
2192 2002-08-14 Michael Snyder <msnyder@redhat.com>
2193
2194 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2195
2196 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2197
2198 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2199 register.
2200 (P): New macro to define a register as a pseudo register.
2201 (R, R4, R8, R16, FR32, R64, R0): Updated.
2202 (struct variant): Add new fields for number of pseudo registers
2203 and number of total registers.
2204 (tot_num_registers): New macro replacing....
2205 (num_registers): ...deleted macro.
2206 (num_registers): New function.
2207 (num_pseudo_registers): New function.
2208 (variants): Update all variants to intialize new fields correctly.
2209 Postpone initialization of number of pseudo regs and real regs.
2210 (init_variants): New function.
2211 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2212 registers offsets.
2213
2214 2002-08-19 David Carlton <carlton@math.stanford.edu>
2215
2216 * valops.c (search_struct_field): Change error message to treat
2217 return value of 0 from value_static_field as meaning that field is
2218 optimized out.
2219 (value_struct_elt_for_reference): Ditto.
2220 * values.c (value_static_field): Treat an unresolved location the
2221 same as a nonexistent symbol. Fix PR gdb/635.
2222 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2223 enclosed. Fix PR gdb/574.
2224 * MAINTAINERS: Add self to Write After Approval list.
2225
2226 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2227
2228 * mips-tdep.c (mips_xfer_register): New function.
2229 (mips_n32n64_extract_return_value): Rewrite.
2230 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2231 instead of deprecated_extract_return_value.
2232
2233 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2234
2235 * rs6000-tdep.c (TDEP): Delete macro.
2236 (branch_dest): Replace use of TDEP macro with its body.
2237 (rs6000_pop_frame): Ditto.
2238 (rs6000_push_arguments): Ditto.
2239 (rs6000_skip_trampoline_code): Ditto.
2240 (rs6000_frame_saved_pc): Ditto.
2241 (rs6000_frame_chain): Ditto.
2242 (rs6000_register_name): Ditto.
2243 (rs6000_register_byte): Ditto.
2244 (rs6000_register_raw_size): Ditto.
2245 (rs6000_register_virtual_type): Ditto.
2246 (rs6000_register_convertible): Ditto.
2247 (rs6000_convert_from_func_ptr_addr): Ditto.
2248
2249 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2250
2251 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2252 conditionally.
2253 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2254 MIPS_LINUX_JB_ELEMENT_SIZE.
2255 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2256 for MAX_REGISTER_RAW_SIZE arrays.
2257 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2258 MIPS_LINUX_JB_ELEMENT_SIZE.
2259
2260 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2261
2262 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2263
2264 2002-08-19 Aidan Skinner <aidan@velvet.net>
2265
2266 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2267 ada-valprint.c ada-tasks.c.
2268 (YYFILES): Add ada-exp.y.
2269 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2270 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2271 (ada-exp.tab.o): New target.
2272
2273 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2274
2275 * regcache.c (regcache_xfer_part): New function.
2276 (regcache_raw_read_part): New function.
2277 (regcache_raw_write_part): New function.
2278 (regcache_cooked_read_part): New function.
2279 (regcache_cooked_write_part): New function.
2280 * regcache.h (regcache_raw_read_part): Declare.
2281 (regcache_raw_write_part): Declare.
2282 (regcache_cooked_read_part): Declare.
2283 (regcache_cooked_write_part): Declare.
2284
2285 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2286
2287 * remote.c (remote_open_1): Add async_p.
2288 (remote_async_open_1): Delete.
2289 (open_remote_target): Delete.
2290 (remote_open, extended_remote_open): Update calls to remote_open_1.
2291 (remote_async_open, extended_remote_async_open): Call
2292 remote_open_1 instead of remote_async_open_1.
2293
2294 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2295
2296 * blockframe.c: Fix a few coding standard violations.
2297
2298 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2299
2300 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2301 here from ...
2302 * config/i386/tm-i386sco5.h: ... here. File removed.
2303 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2304
2305 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2306 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2307 (TM_FILE): Set to tm-i386.h.
2308 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2309 * config/i386/tm-i386v.h: Remove file.
2310 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2311 instead of "i386/tm-i386v.h".
2312 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2313 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2314 "i386/tm-i386v.h".
2315 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2316 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2317 "i386/tm-i386.h".
2318
2319 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2320
2321 * config/i386/nm-i386v.h: Add protection against
2322 multiple-inclusion.
2323 (i386_register_u_addr): Remove prototype.
2324 (register_u_addr): New prototype.
2325 (REGISTER_U_ADDR): Redefine accordingly.
2326 * i386v-nat.c: Improve several comments.
2327 (i386_register_u_addr): Change signature and rename to
2328 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2329 ubase variable.
2330
2331 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2332
2333 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2334 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2335 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2336 deprecated_extract_return_value.
2337 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2338 rename mips_o32o64_push_arguments.
2339 (mips_gdbarch_init): Update.
2340 (mips_extract_return_value): Delete.
2341 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2342 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2343 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2344 (mips_n32n64_extract_return_value): Clone
2345 mips_extract_return_value.
2346 (mips_store_return_value): Delete.
2347 (mips_o32_store_return_value): Clone mips_store_return_value.
2348 (mips_o64_store_return_value): Clone mips_store_return_value.
2349 (mips_eabi_store_return_value): Clone mips_store_return_value.
2350 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2351
2352 2002-08-18 Aidan Skinner <aidan@velvet.net>
2353
2354 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2355 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2356
2357 2002-08-18 Aidan Skinner <aidan@velvet.net>
2358
2359 * ada-lang.c: Run through gdb_indent.sh.
2360 * ada-lang.h: Run through gdb_indent.sh.
2361 * ada-tasks.c: Run through gdb_indent.sh.
2362 * ada-typeprint.c: Run through gdb_indent.sh.
2363 * ada-valprint.c: Run through gdb_indent.sh.
2364
2365 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2366
2367 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2368 ABI.
2369
2370 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2371
2372 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2373
2374 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2375 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2376
2377 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2378 write_register_gen instead of write_register_bytes.
2379
2380 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2381 i[3456]-*-osf1mk* configurations have been made obsolete.
2382 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2383 i[3456]86-*-osf1mk* hosts obsolete.
2384 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2385 targets obsolete.
2386 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2387 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2388 config/i386/i386m3.mt, config/i386/nm-m3.h,
2389 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2390 config/i386/i386mk.mh, config/i386/i386mk.mt,
2391 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2392 obsolete.
2393 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2394 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2395 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2396
2397 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2398
2399 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2400 (hppa_value_returned_from_stack): Declare.
2401 (hppa_extract_return_value): Declare.
2402 * config/pa/hppa.mt: New file.
2403 * configure.tgt: Recognize hppa*-*-*.
2404 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2405
2406 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2407
2408 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2409 comment.
2410
2411 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2412
2413 * top.c (gdb_rl_operate_and_get_next): Make sure
2414 operate-and-get-next functions correctly even when the history
2415 list is completely filled.
2416
2417 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2418
2419 * MAINTAINERS (Target Instruction Set Architectures): Rename
2420 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2421 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2422 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2423 already listed under Host/Native.
2424
2425 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2426 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2427 mips*-*-*.
2428
2429 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2430
2431 * config/ia64/ia64.mt: New file.
2432 * config/alpha/alpha.mt: New file.
2433 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2434 ia64-linux-gnu. Mention that ia64-elf is broken.
2435 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2436
2437 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2438
2439 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2440 generic_func_frame_valid instead of func_frame_valid.
2441
2442 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2443
2444 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2445 procfs appears to be broken when debugging on multi-processor
2446 machines. So enable software single stepping in order to avoid
2447 using the procfs interface to do next/step operations, using
2448 internal breakpoints instead.
2449
2450 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2451 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2452 make this pc address equal to the value it would have if the
2453 system stepping capability was used. Also set a new flag used
2454 to ensure that we don't readjust the PC one more time later.
2455
2456 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2457 address by DECR_PC_AFTER_BREAK when software single step is
2458 in use for this architecture, as this has already been taken
2459 care of in handle_inferior_event().
2460
2461 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2462
2463 * infrun.c (handle_inferior_event): Minor reformatting, to make
2464 a rather long condition expression easier to read.
2465
2466 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2467
2468 * Makefile.in (gdbtk.o): Move to end of file.
2469 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2470 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2471 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2472 (gdbtk-wrapper.o, gdbres.o): Ditto.
2473
2474 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2475
2476 * Makefile.in (copying.o): Separate out compile rule.
2477 (hpux-thread.o, procfs.o, signals.o): Ditto.
2478 (v850ice.o, z8k-tdep.o): Ditto.
2479 (tui-file.o): Move to TUI section.
2480 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2481 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2482
2483 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2484
2485 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2486 skip_trampoline_code, for better namespace-proofing.
2487
2488 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2489
2490 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2491
2492 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2493
2494 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2495
2496 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2497 signal, check whether we hit a breakpoint before checking for a
2498 single step breakpoint. Otherwise, GDB fails to notice that a
2499 breakpoint has been hit when stepping onto a breakpoint.
2500
2501 2002-08-16 Keith Seitz <keiths@redhat.com>
2502
2503 * gdb-events.sh (clear_gdb_event_hooks): New function.
2504 * gdb-events.c: Regenerate.
2505 * gdb-events.h: Regenerate.
2506
2507 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2508
2509 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2510 not_a_sw_breakpoint.
2511 * breakpoint.h (bpstat_stop_status): Add parameter names.
2512
2513 2002-08-16 Grace Sainsbury <graces@redhat.com>
2514
2515 * remote.c (remote_insert_hw_breakpoint)
2516 (remote_remove_hw_breakpoint): Fix calculation of length field
2517 for Z-packet.
2518
2519 2002-08-15 Michael Snyder <msnyder@redhat.com>
2520
2521 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2522 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2523 (supply_fpregset): Ditto.
2524
2525 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2526 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2527 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2528 (TARGET_READ_SP): Delete.
2529 (DO_REGISTERS_INFO): Delete.
2530 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2531 Delete.
2532 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2533 from macros to functions.
2534
2535 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2536 (mips_register_convertible, mips_register_convert_to_virtual,
2537 mips_register_convert_to_raw): Make static.
2538 (mips_read_sp): New function.
2539 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2540 (mips_do_registers_info): Make static.
2541 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2542 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2543 (mips_register_convert_from_type, mips_register_convert_to_type):
2544 New functions.
2545 (mips_gdbarch_init): Set up function_start_offset,
2546 register_virtual_size, pc_in_sigtramp.
2547
2548 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2549
2550 * infcmd.c (vector_info): New function.
2551 (_initialize_infcmd): Add command "info vector".
2552 (print_vector_info): New function.
2553
2554 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2555 * gdbarch.h, gdbarch.c: Regenerate.
2556
2557 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2558
2559 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2560 ``print_all''. Only print vector registers when ``print_all''.
2561
2562 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2563
2564 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2565 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2566
2567 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2568 Add `args' parameter.
2569 * gdbarch.h, gdbarch.c: Regenerate.
2570
2571 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2572
2573 * infcmd.c (float_info): Call print_float_info.
2574 (print_float_info): New function. By default, print the
2575 floating-point registers.
2576
2577 * arch-utils.h (default_print_float_info): Delete declaration.
2578 * arch-utils.c (default_print_float_info): Delete function.
2579
2580 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2581
2582 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2583 out define.
2584
2585 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2586 FRAME.
2587
2588 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2589 * configure.host: Make i[3456]86-*-aix host obsolete.
2590 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2591 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2592 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2593 config/i386/xm-i386aix.h: Make files obsolete.
2594 * i386aix-nat.c: Make file obsolete.
2595 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2596 (i386aix-nat.o): Make target obsolete.
2597
2598 * config/i386/nm-gnu.h: Removed.
2599 * config/i386/nm-i386gnu.h: New file.
2600 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2601 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2602 Moved here from ...
2603 * config/i386/tm-i386gnu.h: ... here. Removed.
2604 * config/i386/xm-i386gnu.h: Removed.
2605 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2606 (NAT_FILE): Set to nm-i386gnu.h.
2607 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2608 * i386-tdep.c: New file.
2609 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2610 (i386gnu-tdep.o): Specify dependencies.
2611
2612 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2613
2614 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2615 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2616 Adjust a few comments to reflect reality a bit closer.
2617 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2618 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2619 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2620 target_insert_watchpoint, target_remove_watchpoint):
2621 Move defines to ...
2622 * config/i386/nm-i386sco5.h: ... here.
2623 (kernel_u_size): Add prototype. Improve a few comments and add
2624 protection against multiple inclusion.
2625
2626 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2627 out define.
2628
2629 * uw-thread.c (SP_ARG0): Define if not already defined.
2630 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2631
2632 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2633
2634 * config/i386/tm-i386.h: Don't include "regcache.h".
2635
2636 * i387-tdep.h (i387_print_float_info): New prototype.
2637 * i387-tdep.c (print_i387_value, print_i387_ext,
2638 print_i387_status_word, print_i387_control_word): Add `struct
2639 ui_file *' argument and use it for output.
2640 (i387_print_float_info): Renamed from i387_float_info. Add
2641 `struct gdbarch *' and `struct ui_file *' arguments and use the
2642 latter for output.
2643 * i386-tdep.c: Include "i387-tdep.h".
2644 (i386_gdbarch_init): Set print_float_info.
2645 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2646 (FLOAT_INFO): Remove define.
2647
2648 2002-08-13 Michael Snyder <msnyder@redhat.com>
2649
2650 * mips-tdep.c (mips_push_arguments): Rename to
2651 mips_eabi_push_arguments, and tune for EABI.
2652 (MIPS_REGS_HAVE_HOME_P): Delete.
2653 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2654 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2655 Delete references to mips_regs_have_home_p.
2656
2657 2002-08-14 Keith Seitz <keiths@redhat.com>
2658
2659 * Makefile.in (install-gdbtk): Create insight plugin directory.
2660 Install plugins.tcl file.
2661
2662 2002-08-14 Keith Seitz <keiths@redhat.com>
2663
2664 * configure.in: Move SUBDIRS to near top of the file so that
2665 --enable options may add things to it.
2666 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2667 * configure: Regenerate.
2668
2669 2002-08-13 Michael Snyder <msnyder@redhat.com>
2670
2671 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2672 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2673 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2674
2675 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2676
2677 * vax-tdep.c (vax_get_saved_register): Delete function.
2678 (vax_gdbarch_init): Update.
2679 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2680 (ns32k_gdbarch_init): Update.
2681 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2682 (alpha_gdbarch_init): Update.
2683
2684 2002-08-13 Andrew Cagney <cagney@redhat.com>
2685
2686 * regcache.c (init_regcache_descr): Overallocate the
2687 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2688 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2689 nr_raw_registers.
2690 (set_register_cached): Add range checking assertions. Use
2691 current_regcache.
2692
2693 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2694
2695 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2696 numbers for MMX registers.
2697
2698 2002-08-13 Andrew Cagney <cagney@redhat.com>
2699
2700 * i386-tdep.c (i386_gdbarch_init): Use
2701 generic_unwind_get_saved_register.
2702
2703 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2704
2705 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2706 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2707 target vector.
2708 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2709 Delete. Add comment regarding this now-deleted target method.
2710
2711 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2712
2713 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2714 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2715 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2716 real PC and the page number (if it's within the memory bank window).
2717 (m68hc11_pseudo_register_write): Likewise when saving.
2718 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2719 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2720 (m68hc11_register_raw_size): And use 32-bit for it.
2721 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2722 16K memory bank is used by the prog; also use the virtual pc.
2723
2724 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2725
2726 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2727 (m68hc11_gdbarch_init): Install it in gdbarch.
2728 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2729 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2730 (MSYMBOL_SIZE): New for documentation.
2731 (insn_return_kind): Enum to specify how a function returns.
2732 (frame_extra_info): Cleanup and record the return mode.
2733 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2734 register in address computation.
2735 (m68hc11_get_return_insn): New to obtain the return instruction used
2736 by the function.
2737 (m68hc11_frame_init_saved_regs): Take into account the return
2738 instruction used by the function for far and interrupt functions.
2739 (m68hc11_init_extra_frame_info): Take into account page register.
2740 (m68hc11_frame_args_address): Adjust according to the return mode.
2741 (show_regs): Print page register only when it's used.
2742
2743 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2744
2745 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2746 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2747 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2748 registers.
2749 (m68hc11_register_raw_size): Likewise.
2750
2751 2002-08-13 Andrew Cagney <cagney@redhat.com>
2752
2753 * i386-tdep.c (i386_register_name): Handle mmx registers.
2754 (mmx_regnum_p): New function.
2755 (i386_mmx_names): New array.
2756 (mmx_num_regs): New variable.
2757 (i386_pseudo_register_read): New function.
2758 (i386_pseudo_register_write): New function.
2759 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2760
2761 * regcache.c (regcache_raw_read_unsigned): New function.
2762 (regcache_raw_read_signed): New function.
2763 * regcache.h (regcache_raw_read_unsigned): Declare.
2764 (regcache_raw_read_signed): Declare.
2765
2766 2002-08-13 Andrew Cagney <cagney@redhat.com>
2767
2768 * regcache.c (regcache_raw_read_as_address): Delete function.
2769 (regcache_cooked_read_signed): New function.
2770 (regcache_cooked_read_unsigned): New function.
2771 * regcache.h (regcache_cooked_read_signed): Declare.
2772 (regcache_cooked_read_unsigned): Declare.
2773 (regcache_raw_read_as_address): Delete declaration.
2774
2775 * blockframe.c (generic_read_register_dummy): Use
2776 regcache_cooked_read_unsigned.
2777 * i386-tdep.c (i386_extract_struct_value_address): Use
2778 regcache_cooked_read_unsigned.
2779
2780 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2781
2782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2783 double sizes according to ELF ABI flags.
2784 (gdbarch_tdep): Record elf_flags.
2785
2786 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2787
2788 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2789 (m6812_prolog): They can appear in 68HC12 function prologue.
2790 (m68hc11_frame_chain): Cleanup.
2791
2792 2002-08-12 Andrew Cagney <cagney@redhat.com>
2793
2794 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2795 declarations.
2796 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2797 (i386_linux_register_raw_size): Delete function.
2798 (i386_linux_init_abi): Update.
2799 * i386-tdep.c (i386_register_raw_size): Delete function.
2800 (i386_register_byte): Delete function.
2801 (i386_gdbarch_init): Update.
2802 (i386_register_size): Delete array.
2803 (i386_register_offset): Delete array.
2804
2805 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2806 (REGISTER_RAW_SIZE): Delete macro.
2807 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2808 (REGISTER_BYTE): Delete macro.
2809
2810 2002-08-11 Aidan Skinner <aidan@velvet.net>
2811
2812 * ada-lang.c (ada_lookup_partial_symbol)
2813 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2814 prototype names so that grep ^func works properly.
2815
2816 * ada-lang.c (ada_array_element_type)
2817 (ada_lookup_partial_symbol): Fix typos in parameter list.
2818
2819 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2820 Fix prototype names so that grep ^func works properly.
2821
2822 2002-08-10 Andrew Cagney <cagney@redhat.com>
2823 Elena Zannoni <ezannoni@redhat.com>
2824 Martin M. Hunt <hunt@redhat.com>
2825
2826 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2827 (build_builtin_type_vec128i): Set the vector bit.
2828 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2829 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2830 (build_builtin_type_vec64): New function.
2831 (build_builtin_type_vec64i): New function.
2832 (build_gdbtypes): Initialize builtin_type_vec64 and
2833 builtin_type_vec64i.
2834
2835 2002-08-09 Andrew Cagney <cagney@redhat.com>
2836
2837 * regcache.c (regcache_dump): Compare the register offset
2838 with REGISTER_BYTE.
2839 * arch-utils.c (generic_register_byte): New function.
2840 * arch-utils.h (generic_register_byte): Declare.
2841 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2842 * gdbarch.h, gdbarch.c: Regenerate.
2843
2844 2002-08-09 Andrew Cagney <cagney@redhat.com>
2845
2846 * regcache.c: Include "gdbcmd.h"
2847 (_initialize_regcache): Add commands "maintenance print
2848 registers", "maintenance print raw-registers" and "maintenance
2849 print cooked-registers".
2850 (enum regcache_dump_what): Define.
2851 (dump_endian_bytes): New function.
2852 (regcache_dump): New function.
2853 (regcache_print): New function.
2854 (maintenance_print_registers): New function.
2855 (maintenance_print_raw_registers): New function.
2856 (maintenance_print_cooked_registers): New function.
2857 * Makefile.in (regcache.o): Update dependencies.
2858
2859 2002-08-09 Michael Snyder <msnyder@redhat.com>
2860
2861 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2862 (mips_push_arguments): Correct some comments. Use paddr_nz
2863 for printing addresses in debug output. Replace static
2864 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2865 (mips_n32n64_push_arguments): New function, cloned from
2866 mips_push_arguments and tuned for the n32/n64 ABI.
2867 (mips_push_register): Buffer needs dynamic allocation.
2868 (mips_print_register): Ditto.
2869 (do_gp_register_row): Ditto.
2870 (mips_store_return_value): Ditto.
2871 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2872
2873 2002-08-09 Don Howard <dhoward@redhat.com>
2874
2875 * memattr.c (mem_info_command): Print special case of upper bound
2876 as max CORE_ADDR + 1.
2877
2878 2002-08-08 Michael Snyder <msnyder@redhat.com>
2879
2880 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2881 returns structs by ref if they're too big to fit in two registers.
2882
2883 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2884
2885 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2886 saved regs value.
2887 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2888 mips_find_saved_regs().
2889 (mips_pop_frame): Likewise.
2890
2891 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2892
2893 * blockframe.c (frame_saved_regs_register_unwind): Revise
2894 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2895 frames are in use.
2896
2897 2002-08-09 Grace Sainsbury <graces@redhat.com>
2898
2899 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2900 T-packets; the 'a' is not taken as a register number.
2901 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2902 (remote_stopped_data_address): New functions; add to target
2903 vector.
2904 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2905 prototypes to match other implementations of this
2906 function. replace integer argument with pointer -- the length
2907 field in the Z-packet is the length of what is pointed to or 1 if
2908 pointer is null. Add to target vector.
2909 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2910 target vector.
2911
2912 From Mark Salter:
2913 * remote.c (remote_wait): Add support to extract optional
2914 watchpoint information from T-packet. Ignore unrecognized
2915 optional info in T-packet.
2916 (remote_async_wait): Ditto.
2917
2918 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2919
2920 * cli/cli-dump.c: Change fopen modes to use binary open modes
2921 as defined in include/fopen-bin.h throughout.
2922
2923 2002-08-08 Michael Snyder <msnyder@redhat.com>
2924
2925 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2926
2927 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2928
2929 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2930 assertion failure by returning early after a warning.
2931
2932 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2933
2934 * mips-tdep.c (mips_find_saved_regs): Make static.
2935 (mips_frame_init_saved_regs): New function.
2936 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2937 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2938 (mips_find_saved_regs): Delete declaration.
2939
2940 2002-08-08 Grace Sainsbury <graces@redhat.com>
2941
2942 * remote.c (remote_wait, remote_async_wait): Change
2943 thread_num from int to ULONGEST.
2944 (unpack_varlen_hex): Change result parameter from
2945 int * to ULONGEST *.
2946
2947 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2948
2949 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2950 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2951 powerpc*-*-*.
2952 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2953
2954 2002-08-08 Andrew Cagney <cagney@redhat.com>
2955
2956 * gcore.c (override_derive_stack_segment): Delete variable.
2957 (preempt_derive_stack_segment): Delete function.
2958 (derive_stack_segment): Delete function.
2959 (default_derive_stack_segment): Renamed to derive_stack_segment.
2960 (override_derive_heap_segment): Delete variable.
2961 (preempt_derive_heap_segment): Delete function.
2962 (derive_heap_segment): Delete function.
2963 (default_derive_heap_segment): Rename to derive_heap_segment.
2964
2965 2002-08-06 Michael Snyder <msnyder@redhat.com>
2966
2967 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2968 * mips-tdep.c (mips_EABI_use_struct_convention,
2969 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2970 New functions. (mips_use_struct_convention): Delete.
2971 (mips_gdbarch_init): set use_gdbarch_convention.
2972
2973 2002-08-06 Michael Snyder <msnyder@redhat.com>
2974
2975 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2976 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2977 mips_o32_reg_struct_has_addr): New functions.
2978 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2979
2980 2002-08-07 Andrew Cagney <ac131313@redhat.com>
2981
2982 * regcache.c (pseudo_register): Delete function.
2983 (fetch_register): Delete function.
2984 (store_register): Delete function.
2985 (regcache_raw_read, legacy_read_register_gen): Use
2986 target_fetch_registers instead of fetch_register.
2987 (legacy_write_register_gen, regcache_raw_write): Use
2988 target_store_register instead of store_register.
2989 (write_register_bytes): Ditto.
2990
2991 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2992 (STORE_PSEUDO_REGISTER): Delete.
2993 * gdbarch.h, gdbarch.c: Regenerate.
2994
2995 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
2996
2997 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2998 write dump file binary.
2999
3000 2002-08-05 Michael Snyder <msnyder@redhat.com>
3001
3002 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3003 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3004 (mips_gdbarch_init): Set N32 target to be mips64.
3005
3006 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3007
3008 * frame.c (find_saved_register): Break out of loop once saved
3009 register address is found. Don't mention sparc in loop comment
3010 anymore.
3011
3012 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3013
3014 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3015 mips_default_saved_regsize to 8.
3016
3017 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3018
3019 * gcore.c: Do not include <sys/procfs.h>.
3020 * Makefile.in (gcore.o): Update dependencies.
3021
3022 2002-08-06 Andrew Cagney <cagney@redhat.com>
3023
3024 * configure.tgt: Make arc-*-* obsolete.
3025 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3026 * MAINTAINERS: Make arc-elf obsolete.
3027 * arc-tdep.c: Make file obsolete.
3028 * config/arc/arc.mt: Ditto.
3029 * config/arc/tm-arc.h: Ditto.
3030
3031 2002-08-05 Theodore A. Roth <troth@verinet.com>
3032
3033 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3034
3035 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3036
3037 * mcore-tdep.c (mcore_gdbarch_init): Use
3038 generic_unwind_get_saved_register instead of
3039 generic_get_saved_register.
3040 * v850-tdep.c (v850_gdbarch_init): Ditto.
3041 * frv-tdep.c (frv_gdbarch_init): Ditto.
3042 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3043 * s390-tdep.c (s390_gdbarch_init): Ditto.
3044 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3045 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3046 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3047
3048 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3049
3050 * objfiles.h: Add missing #include "symfile.h"
3051
3052 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3053
3054 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3055
3056 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3057 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3058 of FIELD_BITSIZE.
3059
3060 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3061
3062 * NEWS: Cleanup and nitpick.
3063
3064 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3065
3066 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3067
3068 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3069
3070 * Makefile.in (gdbtk-bp.o): Update dependencies.
3071 (gdbtk-register.o): Ditto.
3072 (gdbtk-varobj.o): Ditto.
3073
3074 2002-08-03 Andrew Cagney <cagney@redhat.com>
3075
3076 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3077 m68hc11_fetch_pseudo_register.
3078 (m68hc11_pseudo_register_write): Replace
3079 m68hc11_store_pseudo_register.
3080 (m68hc11_gdbarch_init): Update.
3081
3082 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3083
3084 * gdbarch.sh: Include "gdb_string.h".
3085 * gdbarch.c: Regenerate.
3086
3087 * regcache.c: Include "gdb_string.h".
3088 * ax-general.c: Ditto.
3089 * varobj.c: Ditto.
3090 * std-regs.c: Ditto.
3091 * fbsd-proc.c: Ditto.
3092 * thread.c: Ditto.
3093
3094 * Makefile.in (regcache.o): Update dependencies.
3095 (thread.o, gdbarch.o): Ditto.
3096 (ax-general.o, gdbarch.o): Ditto.
3097 (varobj.o, std-regs.o): Ditto.
3098 (fbsd-proc.o): Specify dependencies.
3099
3100 2002-08-02 Andrew Cagney <cagney@redhat.com>
3101
3102 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3103 regnum.
3104 (regcache_cooked_write): Ditto.
3105
3106 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3107
3108 * regcache.c (regcache_cooked_read): New function.
3109 (regcache_cooked_write): New function.
3110 (read_register_gen): Rewrite using regcache_cooked_read.
3111 (write_register_gen): Rewrite using regcache_cooked_write.
3112
3113 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3114 Declare.
3115
3116 2002-08-02 Andrew Cagney <cagney@redhat.com>
3117
3118 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3119 Replace the architecture methods register_read and register_write.
3120 * gdbarch.h, gdbarch.c: Regenerate.
3121 * regcache.c (init_regcache_descr): Update.
3122 (read_register_gen): Update.
3123 (write_register_gen): Update.
3124 (supply_register): Update comment.
3125
3126 * sh-tdep.c (sh_gdbarch_init): Update.
3127 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3128 `regcache' and `gdbarch' parameters. Make `buffer' a void
3129 pointer. Update code.
3130 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3131 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3132 void pointer. Update code.
3133 (sh64_register_write): Delete.
3134 (sh4_register_read): Delete.
3135 (sh64_register_read): Delete.
3136 (sh4_register_write): Delete.
3137 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3138 void pointer, `to' parameter a void pointer.
3139 (sh_sh64_register_convert_to_raw): Ditto.
3140
3141 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3142
3143 * mips-tdep.c (mips_register_virtual_type): Use architecture
3144 invariant return values.
3145
3146 2002-08-01 Andrew Cagney <cagney@redhat.com>
3147
3148 * linux-proc.c: Include "gdb_string.h".
3149 * Makefile.in (linux-proc.o): Update dependency list.
3150
3151 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3152
3153 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3154 comment.
3155
3156 2002-08-01 Grace Sainsbury <graces@redhat.com>
3157
3158 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3159 to_insert_watchpoint, to_remove_watchpoint,
3160 to_stopped_by_watchpoint, to_stopped_data_address,
3161 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3162 target vecctor. Define their corresponding macros so they call
3163 them.
3164
3165 * target.c: Add default and debug versions of for
3166 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.
3170
3171 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3172
3173 * mips-tdep.c (mips_register_virtual_type): New function.
3174 (mips_gdbarch_init): Register mips_register_virtual_type()
3175 with gdbarch machinery.
3176 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3177 this file instead of tm-bigmips.h.
3178 (MIPS_REGSIZE): Delete this macro.
3179 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3180 multiarch version in mips-tdep.c will be found.
3181
3182 2002-08-01 Andrew Cagney <cagney@redhat.com>
3183
3184 * NEWS: Menion that CHILL has been made obsolete.
3185
3186 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3187 * stabsread.c (read_range_type): Ditto.
3188 * gdbtypes.h: Ditto.
3189 * language.c (binop_type_check): Ditto.
3190 (binop_result_type): Ditto.
3191 (integral_type): Ditto.
3192 (character_type): Ditto.
3193 (string_type): Ditto.
3194 (boolean_type): Ditto.
3195 (structured_type): Ditto.
3196 (lang_bool_type): Ditto.
3197 (binop_type_check): Ditto.
3198 * language.h (_LANG_chill): Ditto.
3199 * dwarfread.c (set_cu_language): Ditto.
3200 * dwarfread.c (CHILL_PRODUCER): Ditto.
3201 * dwarfread.c (handle_producer): Ditto.
3202 * expression.h (enum exp_opcode): Ditto.
3203 * eval.c: Ditto for comments.
3204 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3205 * expprint.c (print_subexp): Ditto.
3206 (print_subexp): Ditto.
3207 * valops.c (value_cast): Ditto.
3208 (search_struct_field): Ditto.
3209 * value.h (COERCE_VARYING_ARRAY): Ditto.
3210 * symfile.c (init_filename_language_table): Ditto.
3211 (add_psymbol_with_dem_name_to_list): Ditto.
3212 * valarith.c (value_binop): Ditto.
3213 (value_neg): Ditto.
3214 * valops.c (value_slice): Ditto.
3215 * symtab.h (union language_specific): Ditto.
3216 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3217 (SYMBOL_DEMANGLED_NAME): Ditto.
3218 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3219 * defs.h (enum language): Ditto.
3220 * symtab.c (got_symtab): Ditto.
3221 * utils.c (fprintf_symbol_filtered): Ditto.
3222
3223 * ch-typeprint.c: Make file obsolete.
3224 * ch-valprint.c: Make file obsolete.
3225 * ch-lang.h: Make file obsolete.
3226 * ch-exp.c: Make file obsolete.
3227 * ch-lang.c: Make file obsolete.
3228
3229 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3230 CHILL_LIB.
3231 (TARGET_FLAGS_TO_PASS): Ditto.
3232 (CHILLFLAGS): Obsolete.
3233 (CHILL): Obsolete.
3234 (CHILL_FOR_TARGET): Obsolete.
3235 (CHILL_LIB): Obsolete.
3236 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3237 ch-valprint.c.
3238 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3239 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3240 ch-lang.o.
3241 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3242 targets.
3243
3244 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3245
3246 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3247 This does not change anything at the moment, but will be helpful
3248 later when full Ada support is integrated.
3249
3250 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3251
3252 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3253 help message.
3254
3255 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3256
3257 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3258 and save it in a local variable. Use variable in later test.
3259
3260 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3261
3262 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3263 test. (Thanks to Daniel Jacobowitz.)
3264
3265 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3266
3267 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3268 (mips_abi_strings): Add "n64".
3269 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3270
3271 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3272
3273 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3274 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3275
3276 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3277
3278 * utils.c (host_pointer_to_address, address_to_host_pointer):
3279 Use gdb_assert() instead of explicit call to internal_error().
3280
3281 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3282
3283 * Makefile.in (rs6000-nat.o): Update dependencies.
3284
3285 From Nicholas Duffek:
3286 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3287 (aix-thread.o): New rule.
3288 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3289 * config/powerpc/aix432.mh: New file.
3290
3291 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3292
3293 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3294 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3295 (fetch_core_registers, ppc_linux_supply_gregset)
3296 (ppc_linux_supply_fpregset): New functions.
3297 (ppc_linux_regset_core_fns): New.
3298 (_initialize_ppc_linux_tdep): Call add_core_fns.
3299 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3300 and ppc_linux_supply_gregset.
3301 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3302 (supply_fpregset): Call ppc_linux_supply_fpregset.
3303 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3304 corelow.o.
3305 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3306
3307 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3308
3309 * symtab.c (lookup_symbol): Demangle before lowercasing.
3310
3311 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3312
3313 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3314 declaration.
3315 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3316 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3317 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3318 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3319 "gdb_string.h".
3320 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3321 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3322 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3323 (avr-tdep.o, mon960-rom.o): Ditto.
3324 (aout_stabs_gnu_h): Define.
3325 (symtab_h): Remove $(gdb_obstack_h).
3326
3327 2002-07-30 Jim Blandy <jimb@redhat.com>
3328
3329 Patch from David Carlton <carlton@math.stanford.edu>:
3330 * gdbinit.in: Move the `dir' commands that add GDB's own source
3331 directory to the search path to the end, so that the `gdb' source
3332 directory will be searched first.
3333
3334 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3335
3336 * gdb_obstack.h: New file.
3337 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3338 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3339 * objfiles.h: Include "gdb_obstack.h".
3340 * Makefile.in (gdb_obstack_h): Define.
3341 (symtab_h): Add $(gdb_obstack_h).
3342 (objfiles_h): Add $(gdb_obstack_h).
3343
3344 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3345 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3346 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3347 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3348 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3349 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3350 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3351 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3352
3353 * Makefile.in (bcache.o): Update dependencies.
3354 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3355 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3356 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3357 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3358 (stabsread.o, symfile.o, symmisc.o): Ditto.
3359 (symtab.o, typeprint.o, macroexp.o): Ditto.
3360 (macrotab.o, mdebugread.o): Ditto.
3361 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3362 (coff_ecoff_h, aout_aout64_h): Define.
3363 (aout_stabs_gnu_h, libaout_h): Define.
3364
3365 2002-07-29 Andrew Cagney <cagney@redhat.com>
3366
3367 * regcache.c (struct regcache_descr): Rename nr_registers to
3368 nr_cooked_registers. Revise comments describing the structure
3369 member fields.
3370 (init_regcache_descr): Update.
3371 (init_legacy_regcache_descr): Update.
3372 (read_register_gen, write_register_gen): When a cooked register in
3373 the raw register range, directly access the value from the raw
3374 register cache.
3375
3376 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3377
3378 * z8k-tdep.c: Do not include "obstack.h".
3379 * h8300-tdep.c, h8500-tdep.c: Ditto.
3380 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3381 * valprint.c, v850-tdep.c: Ditto.
3382 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3383 * mn10200-tdep.c: Ditto.
3384
3385 * Makefile.in (z8k-tdep.o): Update dependencies.
3386 (m68hc11-tdep.o, valprint.o): Ditto.
3387 (v850-tdep.o, d10v-tdep.o): Ditto.
3388 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3389 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3390 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3391 (sh_opc_h, gdb_sim_sh_h): Define.
3392 (elf_sh_h, elf_bfd_h): Define.
3393 (opcode_m68hc11_h): Define.
3394 (OPCODES_SRC, OPCODES_DIR): define.
3395 (OPCODES): Use $(OPCODES_DIR).
3396 (gdb_sim_d10v_h): Rename sim_d10v_h.
3397 (gdb_sim_arm_h): Rename sim_arm_h.
3398
3399 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3400
3401 * utils.c (host_pointer_to_address, address_to_host_pointer):
3402 Change internal_error() message to indicate function responsible
3403 for the error.
3404
3405 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3406
3407 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3408 calls to local_hex_string_custom().
3409
3410 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3411
3412 * irix5-nat.c: Move IRIX shared library support from here...
3413 * solib-irix.c: ...to here. Revised substantially to work with
3414 generic solib framework.
3415
3416 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3417 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3418 * mips-irix-tdep.c: New file.
3419
3420 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3421 (mips-irix-tdep.o, solib-irix.o): New rules.
3422 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3423 solib-irix.o.
3424 * config/mips/irix6.mt (TDEPFILES): Likewise.
3425 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3426
3427 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3428
3429 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3430 disabled (via ``#if 0'') includes.
3431
3432 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3433
3434 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3435 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3436 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3437 Add support for the fpscr register.
3438 * rs6000-nat.c (regmap, fetch_inferior_registers)
3439 (store_inferior_registers, fetch_core_registers): Likewise.
3440
3441 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3442
3443 * rs6000-nat.c (language.h): Include.
3444 (special_regs): Delete this array.
3445 (regmap): New function.
3446 (fetch_register, store_register): Use regmap() to map gdb
3447 register numbers to ptrace register numbers. Also, use
3448 outputs from regmap() to make decisions regarding type of
3449 ptrace() call to make. In particular, don't compare against
3450 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3451 (fetch_inferior_registers, store_inferior_registers): Where
3452 possible, obtain register numbers from tdep struct. Don't
3453 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3454 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3455 (LAST_UISA_SP_REGNUM): Delete.
3456
3457 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3458
3459 * rs6000-nat.c (ppc-tdep.h): Include.
3460 (fetch_registers, store_register, fetch_core_registers): Don't
3461 access registers[] directly. Instead, use supply_register() or
3462 regcache_collect() as appropriate.
3463 (find_toc_address): Format hex address with local_hex_string().
3464
3465 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3466
3467 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3468 bfd/elf32-frv.c.
3469
3470 2002-07-24 Tom Tromey <tromey@redhat.com>
3471
3472 * jv-exp.y: Marked all strings with _().
3473 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3474 internal_error.
3475 (MethodInvocation, CastExpression, parse_number, yyerror,
3476 java_type_from_name, push_expression_name, yylex): Typo fixes.
3477
3478 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3479
3480 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3481 (tee_file_flush, tee_file_write, tee_file_fputs)
3482 (tee_file_isatty): New.
3483 * ui-file.h (tee_file_new): Add prototype.
3484
3485 2002-07-24 Aidan Skinner <aidan@velvet.net>
3486
3487 * ada-lang.c: Change k&r style function definitions to prototyped
3488 form.
3489 * ada-typeprint.c: Change k&r style function definitions to prototyped
3490 form.
3491 * ada-valprint.c: Change k&r style function definitions to prototyped
3492 form.
3493
3494 2002-07-24 Andrew Cagney <cagney@redhat.com>
3495
3496 * README: Remove reference to remote-bug.
3497 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3498 remote-bug.c.
3499 (m88k-nat.o): Delete rule.
3500 (m88k-tdep.o): Delete rule.
3501 (remote-bug.o): Delete rule.
3502 * MAINTAINERS: Mark as obsolete.
3503 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3504 * m88k-tdep.c: Make file obsolete.
3505 * config/m88k/m88k.mh: Ditto.
3506 * config/m88k/delta88v4.mh: Ditto.
3507 * config/m88k/delta88v4.mt: Ditto.
3508 * config/m88k/delta88.mt: Ditto.
3509 * config/m88k/delta88.mh: Ditto.
3510 * remote-bug.c: Ditto.
3511 * config/m88k/tm-delta88.h: Ditto.
3512 * config/m88k/nm-delta88v4.h: Ditto.
3513 * config/m88k/xm-delta88.h: Ditto.
3514 * config/m88k/xm-dgux.h: Ditto.
3515 * config/m88k/tm-m88k.h: Ditto.
3516 * config/m88k/nm-m88k.h: Ditto.
3517 * config/m88k/tm-delta88v4.h: Ditto.
3518 * m88k-nat.c: Ditto.
3519 * cxux-nat.c: Ditto.
3520 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3521 and m88*-*-* obsolete.
3522 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3523 m88*-*-* obsolete.
3524
3525 2002-07-24 Andrew Cagney <cagney@redhat.com>
3526
3527 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3528 constant. Same for local pointer variables.
3529 (extract_signed_integer): Ditto.
3530 * defs.h (extract_unsigned_integer): Update.
3531 (extract_signed_integer): Update.
3532
3533 2002-07-24 Andrew Cagney <cagney@redhat.com>
3534
3535 * regcache.c (regcache_raw_write): Change buf parameter to a
3536 constant void pointer.
3537 (regcache_raw_read): Change buf parameter to a void pointer.
3538 (legacy_write_register_gen): Change myaddr parameter a constant
3539 void pointer.
3540 (supply_register): Change val parameter to a const void pointer.
3541 * regcache.h (regcache_raw_write): Update declaration.
3542 (regcache_raw_read): Update declaration.
3543 (supply_register): Update declaration.
3544
3545 2002-07-24 Tom Tromey <tromey@redhat.com>
3546
3547 * defs.h (gdb_readline_wrapper): Declare.
3548 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3549 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3550 * top.c (gdb_readline_wrapper): New function.
3551 (command_line_input): Use it.
3552
3553 2002-07-24 Andrew Cagney <cagney@redhat.com>
3554
3555 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3556 regcache_read and regcache_write.
3557 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3558 * regcache.c: Update.
3559 * sh-tdep.c (sh64_push_arguments): Update comment.
3560 (sh_pseudo_register_read): Update.
3561 (sh_pseudo_register_write): Update.
3562 (sh4_register_read): Update.
3563 (sh4_register_write): Update.
3564 (sh64_pseudo_register_read): Update.
3565 (sh64_pseudo_register_write): Update.
3566 (sh64_register_read): Update.
3567 (sh64_register_write): Update.
3568 * i386-tdep.c (i386_extract_return_value): Update.
3569 (i386_extract_struct_value_address): Update.
3570 (i386_extract_return_value): Update.
3571 * blockframe.c (generic_read_register_dummy): Update.
3572 (generic_call_dummy_register_unwind): Update
3573 * infrun.c (write_inferior_status_register): Update.
3574
3575 2002-07-23 Jim Blandy <jimb@redhat.com>
3576
3577 * parser-defs.h (expression_context_pc): Make this extern.
3578 (Thanks to Michael Snyder.)
3579
3580 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3581
3582 GDB 5.2.1 released from 5.2 branch.
3583 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3584 * README: Update to mention 5.2.1.
3585
3586 2002-07-23 Mark Salter <msalter@redhat.com>
3587
3588 * remote.c (remote_read_bytes): Fix check for error.
3589
3590 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3591
3592 * aix-thread.c (language.h): Include.
3593 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3594 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3595 Print newlines at end of debug messages.
3596 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3597 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3598
3599 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3600
3601 * aix-thread.c (ppc-tdep.h): Include.
3602 (special_register_p): New function.
3603 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3604 (store_regs_user_thread): Use register number information from
3605 gdbarch_tdep struct instead of hardcoded offsets relative to
3606 FIRST_UISA_SP_REGNUM.
3607 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3608 special_register_p() instead of using FPLAST_REGNUM and
3609 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3610 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3611 will be MQ's register number.
3612
3613 2002-07-22 Michael Snyder <msnyder@redhat.com>
3614
3615 * aix-thread.c (ops): Rename to aix_thread_ops.
3616 (base_ops): Rename to base_target.
3617 (ops_attach): Rename to aix_thread_attach.
3618 (ops_detach): Rename to aix_thread_detach.
3619 (ops_resume): Rename to aix_thread_detach.
3620 (ops_wait): Rename to aix_thread_wait.
3621 (ops_kill): Rename to aix_thread_kill.
3622 (init_ops): Rename to init_aix_thread_ops.
3623 (ops_fetch_register): Rename to aix_thread_fetch_register.
3624 (ops_store_register): Rename to aix_thread_store_register.
3625 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3626 (ops_thread_alive): Rename to aix_thread_thread_alive.
3627 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3628 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3629 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3630 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3631 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3632 (store_regs_lib): Rename to store_regs_user_thread.
3633 (store_regs_kern): Rename to store_regs_kernel_thread.
3634
3635 2002-07-22 Michael Snyder <msnyder@redhat.com>
3636
3637 * aix-thread.c (ops_prepare_to_store): Eliminate.
3638 (init_ops): Don't initialize ops.prepare_to_store.
3639 (store_regs_kern): Pre-fetch register buffers from child,
3640 because some registers may not be in the cache. Copy
3641 regs from register cache only if they are cached.
3642 (store_regs_lib): Copy regs from register cache only
3643 if they are cached.
3644 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3645 fill_gprs64): Ditto.
3646
3647 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3648
3649 * aix-thread.c (gdb_assert.h): Include.
3650 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3651 register sizes (from register cache) match size of buffer holding
3652 register data.
3653 (fill_sprs32): Change parameter types to match those in the ptrace()
3654 buffer.
3655 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3656 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3657
3658 2002-07-22 Michael Snyder <msnyder@redhat.com>
3659
3660 * aix-thread.c (supply_sprs64): Cosmetic change.
3661 (supply_sprs32): Cosmetic change.
3662 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3663 (fill_sprs64): Use regcache_collect instead of read_register.
3664 (store_regs_lib): Use regcache_collect instead of
3665 read_register. Use fill_sprs32 instead of fill_sprs64,
3666 if debugging a 32-bit architecture.
3667 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3668 out of the register cache, instead of passing a pointer into
3669 the register cache directly to ptrace. Use regcache_collect
3670 insteaad of read_register.
3671 (ops_prepare_to_store): Use target_read_registers instead
3672 of read_register_bytes.
3673
3674 2002-07-20 Aidan Skinner <aidan@velvet.net>
3675
3676 * MAINTAINERS: Add self under write after approval.
3677
3678 2002-07-20 Aidan Skinner <aidan@velvet.net>
3679
3680 * ada-tasks.c: Change k&r style function definitions to prototyped
3681 form.
3682
3683 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3684
3685 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3686 * x86-64-tdep.c: Include "objfiles.h".
3687 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3688 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3689
3690 2002-07-17 Michal Ludvig <michal@suse.cz>
3691
3692 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3693 (update_context): Initialise cfa variable.
3694
3695 2002-07-17 Michael Snyder <msnyder@redhat.com>
3696
3697 * aix-thread.c: Shorten some long lines.
3698 Bring comments into line with code spec.
3699
3700 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3701
3702 * infrun.c: Re-indent using gdb_indent.sh.
3703
3704 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3705
3706 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3707 Leave the indentation temporarily untouched, to minimize the diffs.
3708
3709 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3710
3711 * stabsread.c: Make os9k sections of the code obsolete,
3712 for real this time.
3713 * stabsread.h: Make os9k sections of the code obsolete.
3714
3715 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3716
3717 * linux-low.c (regsets_store_inferior_registers): Add free()
3718 at the end of a loop to prevent memory leak.
3719 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3720 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3721 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3722 line a comment.
3723 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3724
3725 2002-07-17 Jim Blandy <jimb@redhat.com>
3726
3727 * macrocmd.c (info_macro_command): Remove newline from error
3728 message.
3729
3730 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3731
3732 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3733 (sh_gdbarch_init): Use it for sh-dsp.
3734
3735 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3736
3737 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3738 64-bit DWARF2 format.
3739
3740 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3741
3742 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3743 <sys/proc.h> when not available.
3744
3745 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3746
3747 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3748 * stabsread.c: Make os9k sections of the code obsolete.
3749 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3750 * config/i386/i386os9k.mt: Make file obsolete.
3751 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3752 (COMMON_OBS): Remove os9kread.o
3753 (SFILES): Remove os9kread.c.
3754 (os9kread.o, remote-os9k.o): Make target obsolete.
3755 * remote-os9k.c: Make file obsolete.
3756 * os9kread.c: Make file obsolete.
3757 * Makefile.in
3758
3759 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3760
3761 * NEWS: Mention that the FR30 has been made obsolete.
3762 * fr30-tdep.c: Make file obsolete.
3763 * config/fr30/tm-fr30.h: Ditto.
3764 * config/fr30/fr30.mt: Ditto.
3765 * configure.tgt: Make fr30-*-elf obsolete.
3766 * MAINTAINERS: Make fr30-elf obsolete.
3767
3768 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3769
3770 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3771 found is not inside a section.
3772
3773 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3774
3775 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3776 strerror().
3777 (pdc_realloc): Use xrealloc() instead of realloc().
3778
3779 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3780
3781 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3782 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3783 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3784 macros.
3785
3786 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3787
3788 * aix-thread.c (ptrace_check): Eliminate goto.
3789 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3790 problem.
3791
3792 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3793
3794 * aix-thread.c (gdbcmd.h): Include.
3795 (DEBUG, DBG, DBG2, dbg): Eliminate.
3796 (debug_aix_thread): New static global.
3797 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3798 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3799 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3800 invocations to DBG and DBG2 macros to test against
3801 ``debug_aix_thread'' and call fprintf_unfiltered().
3802 (_initialize_aix_thread): Add new command "set debug aix-thread".
3803
3804 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3805
3806 From Gerhard Tonn <TON@de.ibm.com>:
3807 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3808 instead of supply_register.
3809
3810 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3811
3812 * dwarf2cfi.c: Include "gdb_assert.h".
3813 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3814 non-NULL.
3815 (update_context): Do not use __func__. Add missing ``break''.
3816 (update_context): Do not use __func__.
3817
3818 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3819
3820 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3821 and its setting. Set gdbarch instruction printing functions
3822 directly. For non-rs6000 case use new function
3823 gdb_print_insn_powerpc.
3824 (gdb_print_insn_powerpc): New function.
3825
3826 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3827
3828 * NEWS: Mention that the d30v has been marked obsolete.
3829 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3830 * configure.tgt: Mark d30v-*-* as obsolete.
3831 * d30v-tdep.c: Mark file as obsolete.
3832 * config/d30v/d30v.mt: Ditto.
3833 * config/d30v/tm-d30v.h: Ditto.
3834
3835 2002-07-13 Aidan Skinner <aidan@velvet.net>
3836
3837 * ada-tasks.c (add_task_entry): replace calls to
3838 malloc() with xmalloc
3839 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3840
3841 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3842 ada_finish_decode_line_1, all_sals_for_line
3843 ada_breakpoint_rewrite): replace calls to free() with xfree()
3844
3845 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3846
3847 From Nicholas Duffek (with minor changes by Martin Hunt,
3848 Louis Hamilton, and Kevin Buettner):
3849 * aix-thread.c: New file.
3850
3851 2002-07-12 Petr Sorfa <petrs@caldera.com>
3852
3853 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3854 complaint for invalid attribute class or form.
3855 (read_func_scope): DW_AT_frame_base
3856 better handling of DW_AT_block*.
3857 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3858 better handling of DW_AT_block*.
3859 (read_common_block): DW_AT_location
3860 better handling of DW_AT_block*.
3861 (read_partial_die): DW_AT_location better handling
3862 of DW_AT_block*.
3863 (new_symbol): DW_AT_external better handling of
3864 DW_AT_block*. Proper initialization of variable
3865 "addr".
3866 (attr_form_is_block): New function that returns true
3867 if the attribute's form is of DW_FORM_block*.
3868
3869 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3870
3871 * valops.c (find_method_list): Remove comment about
3872 removed STATIC_MEMFUNCP argument.
3873 (value_find_oload_method_list): Likewise.
3874
3875 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3876
3877 From Nicholas Duffek:
3878 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3879 target_new_objfile_hook.
3880
3881 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3882
3883 From Nicholas Duffek:
3884 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3885 csect.
3886
3887 2002-07-12 Andrew Cagney <cagney@redhat.com>
3888
3889 * MAINTAINERS: Mention --enable-sim-build-warnings.
3890 (m68hc11-elf): Disable sim build warnings.
3891 (m32r-elf): Mark as broken obsolete candidate.
3892 (x86_64-linux-gnu): Mark as buildable with -Werror.
3893 (arm-elf): Change -w to ``,'' which enables warnings but not
3894 -Werror.
3895
3896 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3897
3898 * bcache.h: Update copyright.
3899 (struct bstring, struct bcache): Move definition to "bcache.c".
3900 Replaced by opaque declaration.
3901 (bcache_xfree): Replace free_bcache.
3902 (bcache_xmalloc, bcache_memory_used): Declare.
3903
3904 * bcache.c: Update copyright.
3905 (struct bstring, struct bcache): Moved to here from "bcache.h".
3906 Update comments.
3907 (bcache_xmalloc, bcache_memory_used): New functions.
3908 (bcache_xfree): Replace function free_bcache.
3909
3910 * Makefile.in (objfiles.o): Add $(bcache_h).
3911 (objfiles_h): Remove $(bcache_h).
3912 (symfile.o): Add $(bcache_h).
3913
3914 * symmisc.c: Update copyright.
3915 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3916 (print_objfile_statistics): Use bcache_memory_used.
3917
3918 * symfile.c: Include "bcache.h".
3919 (reread_symbols): Use bcache_xfree.
3920 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3921 (add_psymbol_to_list): Pass psymbol_cache by value.
3922 (add_psymbol_with_dem_name_to_list): Ditto.
3923
3924 * objfiles.h: Update copyright.
3925 (struct bcache): Declare opaque. Do not include "bcache.h".
3926 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3927 bcache'' pointers.
3928 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3929
3930 * objfiles.c: Include "bcache.h". Update copyright.
3931 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3932 macro_cache.
3933 (free_objfile): Use bcache_xfree.
3934
3935 2002-07-11 Grace Sainsbury <graces@redhat.com>
3936
3937 * monitor.c (monitor_fetch_register): Make name a constant.
3938 (monitor_store_register): Same.
3939
3940 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3941
3942 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3943 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3944 (finish_block) For non-function blocks, hash the symbol table. For
3945 function blocks, mark the symbol table as unhashed.
3946 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3947 (msymbol_hash_iw): Likewise.
3948 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3949 value.
3950 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3951 (lookup_minimal_symbol): Likewise for both.
3952 * symtab.h (struct block): Add `hashtable' flag. Comment the
3953 hashtable.
3954 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3955 (ALL_BLOCK_SYMBOLS): Update.
3956 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3957 (struct symbol): Add `hash_next' pointer.
3958 * symtab.c (lookup_block_symbol): Search using the hash table when
3959 possible.
3960 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3961 (search_symbols, find_addr_symbol): Likewise.
3962
3963 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3964 (read_dst_symtab): Likewise.
3965 * jv-lang.c (get_java_class_symtab): Likewise.
3966 * mdebugread.c: Include "gdb_assert.h".
3967 (shrink_block): Assert that the block being modified is not hashed.
3968 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3969 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3970 symbols.
3971 (dump_symtab): Recognize hashed blocks.
3972 * printcmd.c (print_frame_args): Assert that function blocks do not
3973 have hashed symbol tables.
3974 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3975 (fill_in_ada_prototype, debug_print_block): Likewise.
3976 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3977
3978 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
3979
3980 * stack.c (print_frame): Use result of frame_address_in_block()
3981 instead of fi->pc when evaluating symbols.
3982 (backtrace_command_1): Ditto.
3983
3984 2002-07-11 Andrew Cagney <cagney@redhat.com>
3985
3986 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3987 Make static.
3988
3989 * arm-tdep.c (arm_register_name): Make return type constant.
3990
3991 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3992
3993 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3994 prototype.
3995 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3996 * s390-tdep.c (s390_fp_regnum): Ditto.
3997 (s390_read_fp): Ditto.
3998 (s390_pop_frame): Ditto.
3999 (_initialize_s390_tdep): Ditto.
4000 * remote.c (get_remote_state): Ditto.
4001 * procfs.c (mappingflags): Ditto.
4002 * memattr.c (_initialize_mem): Ditto.
4003 * mcore-tdep.c (mcore_pop_frame): Ditto.
4004 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4005 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4006 * language.c (set_case_str): Ditto.
4007 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4008 * frv-tdep.c (new_variant): Ditto.
4009 (frv_stopped_data_address): Ditto.
4010 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4011 (context_alloc): Ditto.
4012 (frame_state_alloc): Ditto.
4013 (unwind_tmp_obstack_init): Ditto.
4014 (unwind_tmp_obstack_free): Ditto.
4015 (cfi_read_fp): Ditto.
4016 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4017 (cris_pop_frame): Ditto.
4018 * c-lang.c (scanning_macro_expansion): Ditto.
4019 (finished_macro_expansion): Ditto.
4020 (c_preprocess_and_parse): Ditto.
4021 * gdbarch.sh: Ditto.
4022 * gdbarch.h, gdbarch.c: Regenerate.
4023 * config/mn10200/tm-mn10200.h: Adjust indentation.
4024 * target.c: Adjust indentation.
4025 * symtab.h: Adjust indentation.
4026 * stabsread.h: Adjust indentation.
4027 * remote-es.c: Adjust indentation.
4028 * os9kread.c: Adjust indentation.
4029
4030 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4031
4032 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4033 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4034
4035 2002-07-10 Grace Sainsbury <graces@redhat.com>
4036
4037 * NEWS: Mention m68k, mcore multi-arching.
4038 * MAINTAINERS: Change status of m68k, mcore to reflect
4039 multi-arching.
4040
4041 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4042
4043 * valops.c (find_overload_match): Free oload_syms.
4044
4045 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4046
4047 Define HAVE_SYS_PROC_H if sys/proc.h exists
4048 * configure.in: Add check for sys/proc.h
4049 * config.in: Regenerate.
4050 * configure: Regenerate.
4051
4052 2002-07-09 Grace Sainsbury <graces@redhat.com>
4053
4054 * config/m68k/tm-m68k.h: Remove macros wrapped in
4055 #if !GDB_MULTI_ARCH.
4056
4057 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4058
4059 * config.in, configure: Regenerate.
4060
4061 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4062
4063 * dwarf2cfi.c: Include "gcore.h".
4064 (execute_stack_op): Fix implementation of the
4065 DW_OP_deref and DW_OP_deref_size operators by letting do their
4066 lookup in the target.
4067
4068 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4069
4070 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4071 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4072 tdep->sc_sp_offset.
4073
4074 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4075
4076 Fix PR gdb/595, gdb/602
4077 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4078 Don't call value_cast, just read the vtable pointer; update comments
4079 to match.
4080
4081 2002-07-05 Grace Sainsbury <graces@redhat.com>
4082
4083 * config/mcore/tm-mcore.h: Remove file.
4084 * config/mcore/mcore.mt: Remove definition of TM_FILE
4085 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4086
4087 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4088
4089 * i386bsd-tdep.c: Include "gdb_string.h".
4090
4091 2002-07-04 Grace Sainsbury <graces@redhat.com>
4092
4093 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4094 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4095 mcore-tdep.
4096 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4097 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4098 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4099 (RETVAL_REGNUM): Move macros from tm-mcore.h
4100 (mcore_reg_struct_has_addr): New function.
4101 (mcore_gdbarch_init): Added initializations for the macros removed
4102 from tm-mcore.h.
4103
4104 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4105
4106 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4107 traditonal string branding within the ELF header.
4108
4109 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4110
4111 * symtab.c (remove_params): New function.
4112 (make_symbol_overload_list): Use it instead of cplus_demangle.
4113 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4114
4115 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4116
4117 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4118
4119 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4120 New variables.
4121 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4122 and tdep->sigtramp_end.
4123 * i386obsd-nat.c: New file.
4124 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4125
4126 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4127 Don't call get_current_frame().
4128
4129 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4130
4131 * i386-nat.c (child_post_startup_inferior): New function
4132 calling i386_cleanup_dregs if
4133 I386_USE_GENERIC_WATCHPOINTS is defined.
4134 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4135 conditional to acknowledge that i386-nat.c has its
4136 own child_post_startup_inferior function.
4137
4138 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4139
4140 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4141 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4142 instead of MAX_REGISTER_RAW_SIZE.
4143 (i386_extract_return_value, i386_extract_struct_value_address):
4144 Convert to use regcache.
4145 (i386_gdbarch_init): Set max_register_raw_size and
4146 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4147 Set extract_return_value and extract_struct_value_address instead
4148 of their deprecated variants.
4149
4150 Convert i386 target to generic dummy frames.
4151 * i386-tdep.c: Include "symfile.h".
4152 (i386_frameless_signal_p): Consider a function to be frameless if
4153 the pc points at the first instruction of the function.
4154 (i386_frame_chain): Handle (generic) call dummies.
4155 (i386_frame_saved_pc): Likewise.
4156 (i386_frame_init_saved_regs): Remove code dealing with call
4157 dummies on the stack.
4158 (i386_push_dummy_frame): Removed.
4159 (i386_call_dummy_words): Removed.
4160 (i386_fix_call_dummy): Removed.
4161 (i386_push_return_address): New function.
4162 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4163 parameter, and don't call get_current_frame.
4164 (i386_pop_frame): New function.
4165 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4166 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4167 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4168 call_dummy_length to 0, set call_dummy_words to NULL, set
4169 sizeof_call_dummy_words to 0, set fix_call_dummy to
4170 generic_fix_call_dummy, set pc_in_call_dummy to
4171 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4172 generic_push_dummy_frame, set push_return_address to
4173 i386_push_return_address and set frame_chain_valid to
4174 generic_file_frame_chain_valid.
4175
4176 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4177
4178 * gdbarch.sh (struct regcache): Add opaque declaration.
4179 (EXTRACT_RETURN_VALUE): New architecture method.
4180 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4181 * gdbarch.h, gdbarch.c: Regenerate.
4182 * arch-utils.c (legacy_extract_return_value): New function.
4183 * arch-utils.h (legacy_extract_return_value): Declare.
4184 * values.c (value_being_returned): Re-enable code handling
4185 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4186 deprecated_grub_regcache_for_registers call to block handling
4187 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4188 (EXTRACT_RETURN_VALUE): Do not define.
4189
4190 2002-07-03 Grace Sainsbury <graces@redhat.com>
4191
4192 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4193 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4194 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4195 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4196 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4197 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4198 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4199 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4200 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4201 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4202 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4203 argument so the function fits the prototype in the architecture
4204 vector.
4205 (mcore_pop_frame): Remove argument so the function fits the
4206 prototype. Use get_current_frame instead of the argument.
4207 (mcore_push_arguments): Change type of struct_return so the
4208 function can be used in the architecture vector.
4209 (mcore_store_struct_return): Add.
4210 (mcore_frame_init_saved_regs): Add.
4211 (mcore_gdbarch_init): Add function calls to replace the macros
4212 removed from tm-mcore.h
4213
4214 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4215
4216 * infcmd.c (print_return_value): Remove compatibility code calling
4217 deprecated_grub_regcache_for_registers.
4218
4219 * values.c: Include "regcache.h".
4220 (value_being_returned): Update. Use
4221 deprecated_grub_regcache_for_registers to extract the register
4222 buffer address.
4223 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4224 ``struct regcache''.
4225 * Makefile.in (values.o): Add dependency on $(regcache_h).
4226
4227 * inferior.h (run_stack_dummy): Change type of second parameter to
4228 a ``struct regcache''.
4229 * valops.c (hand_function_call): Change type of retbuf to ``struct
4230 regcache''. Allocate using regcache_xmalloc, clean using
4231 make_cleanup_regcache_xfree.
4232 * infcmd.c (run_stack_dummy): Update. Use
4233 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4234
4235 * regcache.c (do_regcache_xfree): New function.
4236 (make_cleanup_regcache_xfree): New function.
4237 * regcache.h (make_cleanup_regcache_xfree): Declare.
4238
4239 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4240
4241 * event-top.c (command_line_handler): Don't read past
4242 beginning of buffer.
4243
4244 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4245
4246 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4247 struct frame_id.
4248 (varobj_create): Store frame_id for root.
4249 (varobj_gen_name): Use xasprintf.
4250 (varobj_update): Save and restore frame using get_frame_id() and
4251 frame_find_by_id().
4252 (create_child): Use xasprintf.
4253 (new_root_variable): Initialize frame_id.
4254 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4255 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4256 to prevent memory leak.
4257
4258 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4259
4260 * valops.c (hand_function_call): Move declaration of retbuf to
4261 start of function, allocate using malloc, add a cleanup but before
4262 the inf_status cleanup, cleanup the buffer. Rename local variable
4263 old_chain to inf_status_cleanup.
4264
4265 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4266
4267 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4268
4269 * cli/cli-decode.c (cmd_func_p): New function.
4270 (cmd_func): New function.
4271
4272 * command.h: Add cmd_func() and cmd_func_p().
4273
4274 2002-07-03 Grace Sainsbury <graces@redhat.com>
4275
4276 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4277 (REGISTER_SIZE): Remove.
4278 (MAX_REGISTER_RAW_SIZE): Remove.
4279 (REGISTER_VIRTUAL_TYPE): Remove.
4280 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4281 (REGISTER_NAME): Remove.
4282 (USE_GENERIC_DUMMY_FRAMES): Remove.
4283 (CALL_DUMMY): Remove.
4284 (CALL_DUMMY_START_OFFSET): Remove.
4285 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4286 (CALL_DUMMY_LOCATION): Remove.
4287 (FIX_CALL_DUMMY): Remove.
4288 (CALL_DUMMY_ADDRESS): Remove.
4289 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4290 (SAVE_DUMMY_FRAME_TOS): Remove.
4291 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4292 (mcore_register_virtual_type): New function.
4293 (mcore_register_byte): New function.
4294 (mcore_register_size): New function.
4295 (mcore_register_name): New function.
4296 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4297 macros removed from tm-mcore.h.
4298 (mcore_dump_tdep): Add.
4299 (_initialize_mcore_tdep): Add gdbarch_register call.
4300
4301 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4302
4303 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4304 frameless_look_for_prologue, such that we actually call this
4305 function.
4306
4307 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4308
4309 * frame.h (frame_address_in_block): New function.
4310
4311 * blockframe.c (frame_address_in_block): New function extracted
4312 from get_frame_block().
4313 (get_frame_block): Use frame_address_in_block().
4314 (block_innermost_frame): Use frame_address_in_block() to match
4315 the frame pc address against the block boundaries rather than
4316 the frame pc directly. This prevents a failure when a frame pc
4317 is actually a return-address pointing immediately after the end
4318 of the given block.
4319
4320 2002-07-02 Grace Sainsbury <graces@redhat.com>
4321
4322 * MAINTAINERS: Add self under write after approval.
4323
4324 2002-07-02 Grace Sainsbury <graces@redhat.com>
4325
4326 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4327 used in architecture vector. The default is
4328 m68k_local_breakpoint_from_pc.
4329 (m68k_local_breakpoint_from_pc): Add.
4330 (enum): Add register numbers from tm-m68k.h.
4331 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4332 vector.
4333 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4334 GDB_MULTI_ARCH_PARTIAL.
4335 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4336 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4337 m68k-tdep.c.
4338 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4339 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4340 to enum in m68k-tdep.c
4341
4342 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4343
4344 * solib-osf.c (open_map): Compute the list of shared libraries
4345 loaded by the inferior, rather than the list of libraries loaded
4346 by GDB itself. Otherwise, GDB ends up reading the symbols from
4347 the wrong shared libraries...
4348
4349 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4350
4351 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4352 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4353 macros.
4354 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4355 Remove functions.
4356 (FRAMELESS_SIGNAL): Remove function.
4357 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4358 i386_linux_saved_pc_after_call): Removed.
4359 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4360 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4361 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4362
4363 * i386-tdep.c (i386_frameless_signal_p): New function.
4364 (i386_frame_chain): Deal with frameless signals.
4365 (i386_sigtramp_saved_sp): New function.
4366 (i386_frame_saved_pc): Deal with frameless signals.
4367 (i386_saved_pc_after_call): Make sure the correct value is
4368 returned just after entry into a sigtramp.
4369 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4370 i386fbsd4_sc_sp_offset): New variables.
4371 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4372 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4373 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4374 similiar to what we already did for sc_pc_offset.
4375 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4376 tdep->sc_sp_offset.
4377
4378 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4379
4380 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4381
4382 * config/i386/tm-x86-64linux.h: New.
4383 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4384 definitions.
4385 * config/i386/nm-x86-64.h: Rename to ...
4386 * config/i386/nm-x86-64linux.h: ... this one.
4387 * config/i386/x86-64linux.mh: Reflect the above change.
4388
4389 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4390
4391 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4392 with sigcontext_addr. Add sc_sp_offset.
4393 (i386bsd_sigtramp_saved_pc): Remove prototype.
4394 (i386bsd_sicontext_addr): Add prototype.
4395 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4396 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4397 (i386_svr4_sigtramp_saved_pc): Removed.
4398 (i386_svr4_sigcontext_addr): New function.
4399 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4400 Initialize tdep->sigcontext_addr instead. Initialize
4401 tdep->sc_pc_offset and tdep->sc_sp_offset.
4402 (i386_gdbarch_init): Likewise.
4403 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4404 any more.
4405 (i386bsd_sigtramp_saved_pc): Remove function.
4406 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4407 Initialize tdep->sigcontext_addr instead. Initialize
4408 tdep->sc_pc_offset.
4409 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4410 of tdep->sigtramp_saved_pc.
4411 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4412 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4413 instead.
4414
4415 * i386-tdep.c (i386_frameless_function_invocation,
4416 i386_frame_num_args, i386_frame_init_saved_regs,
4417 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4418 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4419 i386_extract_return_value, i386_store_return_value,
4420 i386_extract_struct_value_address, i386_register_virtual_type,
4421 i386_register_convertible, i386_register_convert_to_virtual,
4422 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4423 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4424 static.
4425
4426 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4427
4428 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4429
4430 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4431 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4432 this macro. Include "value.h".
4433
4434 2002-06-30 Aidan Skinner <aidan@velvet.net>
4435
4436 * ada-exp.tab.c: remove as it's a generated file
4437 * ada-lex.c: remove as it's a generated file
4438
4439 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4440
4441 * config/i386/tm-i386.h (struct frame_info, struct
4442 frame_saved_regs, struct value, struct type): Remove forward
4443 declarations.
4444
4445 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4446 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4447 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4448 (FILL_FPXREGSET): Define.
4449
4450 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4451
4452 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4453 i[3456]86-*-netbsd* case.
4454 * config/i386/tm-obsd.h: Removed.
4455 * config/i386/obsd.mt: Removed.
4456 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4457 core-aout.o.
4458 (MH_CFLAGS): Add -DYYDEBUG=0.
4459
4460 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4461 i386nbsd_sc_pc_offset on OpenBSD too.
4462
4463 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4464 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4465 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4466 define.
4467 * i386bsd-tdep.c: Include "arch-utils.h".
4468 (i386bsd_aout_in_solib_call_trampoline): New function.
4469 (i386bsd_init_abi): Set in_solib_call_trampoline to
4470 i386bsd_aout_in_solib_call_trampoline.
4471 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4472 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4473
4474 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4475
4476 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4477 (struct obstack, struct bcache): Add opaque declarations.
4478 * Makefile.in (macrotab_h): Update
4479
4480 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4481
4482 * blockframe.c (generic_find_dummy_frame): Change return type to
4483 ``struct regcache''.
4484 (struct dummy_frame): Replace field ``registers'' with regcache, a
4485 struct regcache object.
4486 (generic_find_dummy_frame): Update.
4487 (generic_push_dummy_frame): Update. Use regcache_xfree,
4488 regcache_xmalloc and regcache_cpy.
4489 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4490 regcache_xfree.
4491 (deprecated_generic_find_dummy_frame): Update.
4492 (generic_read_register_dummy): Update. Use
4493 regcache_read_as_address.
4494 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4495 (generic_get_saved_register): Update. Use regcache_read.
4496
4497 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4498
4499 * Makefile.in (objfiles_h): Add $(bcache_h).
4500 * objfiles.h: Include "bcache.h".
4501
4502 * Makefile.in (symtab_h): Remove $(bcache_h).
4503 * symtab.h: Do not include "bcache.h".
4504
4505 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4506
4507 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4508 generic_func_frame_chain_valid.
4509
4510 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4511
4512 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4513 * config/i386/tm-fbsd.h: Likewise.
4514
4515 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4516
4517 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4518 generic_unwind_get_saved_register.
4519
4520 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4521
4522 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4523 * regcache.c (supply_register): Add missing argument to
4524 register_buffer call.
4525
4526 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4527
4528 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4529 Solaris /bin/grep does not not like it. From Peter Schauer.
4530
4531 2002-06-26 Tom Tromey <tromey@redhat.com>
4532
4533 * command.h (add_setshow_cmd): Declare.
4534 (add_setshow_cmd_full): Declare.
4535 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4536 returns void. Use add_setshow_cmd_full.
4537 (add_setshow_cmd_full): New function.
4538 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4539 (add_setshow_boolean_cmd): Likewise.
4540
4541 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4542
4543 * config/vax/tm-vax.h: Protect from multiple inclusion.
4544 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4545 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4546 * config/vax/tm-vaxbsd.h: ...here. New file.
4547 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4548
4549 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4550
4551 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4552 (BELIEVE_PCC_PROMOTION): Remove.
4553 (AP_REGNUM): Move to...
4554 * config/vax/nm-vax.h: ...here.
4555 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4556 (vax_breakpoint_from_pc): New function.
4557 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4558 and gdbarch_believe_pcc_promotion.
4559
4560 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4561
4562 * Makefile.in (vax_tdep_h): Define.
4563 (vax-tdep.o): Use $(vax_tdep_h).
4564 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4565 (vax_dump_tdep): New function.
4566 (_initialize_vax_tdep): Register vax_dump_tdep.
4567 * vax-tdep.h: Include osabi.h.
4568 (struct gdbarch_tdep): New.
4569
4570 2002-06-26 Andrew Cagney <cagney@redhat.com>
4571
4572 * frame.h (deprecated_generic_find_dummy_frame): Rename
4573 generic_find_dummy_frame.
4574 * blockframe.c (generic_find_dummy_frame): Make static.
4575 (deprecated_generic_find_dummy_frame): New function.
4576 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4577 generic_find_dummy_frame with deprecated_find_dummy_frame.
4578 (sh64_nofp_frame_init_saved_regs): Ditto.
4579 (sh_fp_frame_init_saved_regs): Ditto.
4580 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4581 (s390_frame_chain): Ditto.
4582 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4583
4584 2002-06-26 Grace Sainsbury <graces@redhat.com>
4585
4586 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4587 gdbarch vector are at the top.
4588 (NUM_REGS): Remove.
4589 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4590 (FRAME_ARGS_ADDRESS): Remove.
4591 (FRAME_LOCALS_ADDRESS): Remove.
4592 (FRAME_NUM_ARGS): Remove.
4593 (FRAME_ARGS_SKIP): Remove.
4594 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4595 (m68k_gdbarch_init): Add gdbarch initializations for macros
4596 undefined in tm-m68k.h
4597
4598 2002-06-26 Grace Sainsbury <graces@redhat.com>
4599
4600 * monitor.h: Add the function regname to monitor_ops
4601 structure. This way NUM_REGS does not have to be a constant.
4602 * monitor.c (monitor_fetch_register): Added support for regname
4603 function. The function is called if the array regnames is NULL.
4604 (monitor_store_register): Same.
4605 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4606 regnames array.
4607 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4608 cpu32bug_cmds.regname to point to new function.
4609 * abug-rom.c (abug_regname): Same as above.
4610 (init_abug_cmds): Same.
4611 * dbug-rom.c (dbug_regname): Same as above.
4612 (init_dbug_cmds): Same.
4613 * remote-est.c (est_regname): Same.
4614 (init_est_cmds): Same.
4615 * rom68k-rom.c (rom68k_regname): Same.
4616 (init_rom68k_cmds): Same.
4617
4618 2002-06-25 Tom Tromey <tromey@redhat.com>
4619
4620 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4621
4622 2002-06-25 Andrew Cagney <cagney@redhat.com>
4623
4624 * infrun.c (stop_registers): Change variable's type to ``struct
4625 regcache'''.
4626 (xmalloc_inferior_status): Delete function.
4627 (free_inferior_status): Delete function.
4628 (normal_stop): Use regcache_cpy.
4629 (struct inferior_status): Change type of fields ``stop_registers''
4630 and ``registers'' to ``struct regcache''.
4631 (write_inferior_status_register): Use regcache_write.
4632 (save_inferior_status): Instead of calling
4633 xmalloc_inferior_status, allocate the inf_status buffer directly.
4634 Use regcache_dup_no_passthrough and regcache_dup to save the
4635 buffers.
4636 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4637 Replace the stop_registers regcache instead of overriding it. Use
4638 regcache_xfree. Instead of calling free_inferior_status, xfree
4639 the buffer directly.
4640 (discard_inferior_status): Use regcache_xfree. Instead of calling
4641 free_inferior_status, xfree the buffer directly.
4642 (build_infrun): Use regcache_xmalloc.
4643 (_initialize_infrun): Delete redundant call to build_infrun.
4644
4645 * Makefile.in (infcmd.o): Add $(regcache_h).
4646
4647 * infcmd.c: Include "regcache.h".
4648 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4649 obtain the address of `stop_registers' register buffer.
4650 (print_return_value): Ditto.
4651
4652 * inferior.h (struct regcache): Add opaque declaration.
4653 (stop_registers): Change variable's declared type to ``struct
4654 regcache''.
4655
4656 2002-06-24 Tom Tromey <tromey@redhat.com>
4657
4658 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4659 * target.c (initialize_targets): Fixed typo in
4660 trust-readonly-sections `show' documentation.
4661
4662 * main.c: Marked all strings with _().
4663
4664 2002-06-24 Don Howard <dhoward@redhat.com>
4665
4666 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4667 that means max CORE_ADDR+1.
4668 (lookup_mem_region): Ditto.
4669 (mem_info_command): Ditto.
4670
4671 2002-06-24 Grace Sainsbury <graces@redhat.com>
4672
4673 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4674 (REGISTER_BYTES_OK): Remove.
4675 (REGISTER_BYTES): Remove.
4676 (STORE_STRUCT_RETURN): Remove.
4677 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4678 (STORE_RETURN_VALUE): Remove.
4679 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4680 (FRAME_CHAIN): Remove.
4681 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4682 (FRAME_SAVED_PC): Remove.
4683 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4684 (m68k_store_struct_return): Add.
4685 (m68k_deprecated_extract_return_value): Add.
4686 (m68k_deprecated_extract_struct_value_address): Add.
4687 (m68k_store_return_value): Add.
4688 (m68k_frame_chain): Add.
4689 (m68k_frameless_function_invocation): Add.
4690 (m68k_frame_saved_pc): Add.
4691 (m68k_gdbarch_init): added set_gdbarch calls for new
4692 functions and deleted macros.
4693
4694 2002-06-23 Tom Tromey <tromey@redhat.com>
4695
4696 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4697 (ALLDEPFILES): Likewise.
4698 (udiheaders): Removed.
4699 (udip2soc.o): Likewise.
4700 (udi2go32.o): Likewise.
4701 (udr.o): Likewise.
4702 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4703
4704 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4705
4706 * infrun.c (_initialize_infrun): Delete unnecessary call to
4707 build_infrun.
4708
4709 * regcache.h: Update comments describing the regcache_cpy family
4710 of functions.
4711 (regcache_save, regcache_restore): Delete declaration.
4712 (regcache_save_no_passthrough): Delete declaration.
4713 (regcache_restore_no_passthrough): Delete declaration.
4714 * regcache.c (regcache_save): Delete function.
4715 (regcache_save_no_passthrough): Delete function.
4716 (regcache_restore): Delete function.
4717 (regcache_restore_no_passthrough): Delete function.
4718
4719 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4720
4721 * config/m68k/tm-m68k.h: Fix typo.
4722 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4723 (m68k_frame_init_saved_regs): Declare.
4724
4725 2002-06-21 Jim Blandy <jimb@redhat.com>
4726
4727 Remove some vestiges of Harris 88k support.
4728 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4729 register numbering quirk.
4730 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4731 odd symbols occurring in Harris 88k ELF targets.
4732
4733 2002-06-21 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb_locale.h: New file.
4736 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4737 (defs_h): Added gdb_locale.h.
4738 * configure, config.in: Rebuilt.
4739 * configure.in (PACKAGE): Define.
4740 * defs.h: Include gdb_locale.h.
4741 * main.c (captured_main): Call setlocale, bindtextdomain,
4742 textdomain.
4743
4744 2002-06-21 Dave Brolley <brolley@redhat.com>
4745
4746 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4747 * config/frv/frv.mt: New file.
4748 * config/frv/tm-frv.h: New file.
4749 * configure.tgt: Support frv-*-*.
4750 * Makefile.in (frv-tdep.o): New target.
4751 * frv-tdep.c: New file.
4752 * NEWS: Mention frv.
4753
4754 2002-06-21 Dave Brolley <brolley@redhat.com>
4755
4756 * MAINTAINERS: Add self to "Write After Approval" list.
4757
4758 2002-06-21 Grace Sainsbury <graces@redhat.com>
4759
4760 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4761 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4762 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4763 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4764 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4765
4766 * m68k-tdep.c: Include arch-utils.h
4767 (m68k_register_raw_size): Add.
4768 (m68k_register_virtual_size): Add.
4769 (m68k_register_virtual_type): Add.
4770 (m68k_register_name): Add.
4771 (m68k_stack_align): Add.
4772 (m68k_register_byte): Add.
4773 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4774 tm-m68k.h.
4775
4776 2002-06-21 Grace Sainsbury <graces@redhat.com>
4777
4778 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4779 m68k_find_saved_regs.
4780 (m68k_pop_frame): Removed saved_regs structure, and replaced
4781 references to it with frame->saved_regs.
4782 (m68k_gdbarch_init): Added function calls to initialize the
4783 gdbarch structure.
4784 (m68k_fix_call_dummy): Add.
4785 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4786 (CALL_DUMMY): Remove.
4787 (CALL_DUMMY_LENGTH): Remove.
4788 (CALL_DUMMY_START_OFFSET): Remove.
4789 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4790 (FIX_CALL_DUMMY): Remove.
4791 (PUSH_DUMMY_FRAME): Remove.
4792 (POP_FRAME): Remove.
4793
4794 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4795
4796 * parse.c (parse_fprintf): New function used to avoid calls to
4797 fprintf in bison parser generated debug code.
4798 * parser-defs.h: Declaration of new parse_fprintf function.
4799 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4800 Set YYDEBUG to 1 by default.
4801 Set YYFPRINTF as parse_fprintf.
4802
4803 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4804
4805 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4806 encoding anymore.
4807 (pointer_encoding, enum ptr_encoding): New.
4808 (execute_cfa_program): Take care about pointer encoding.
4809 (dwarf2_build_frame_info): Only call parse_frame_info for
4810 .debug_frame and .eh_frame.
4811 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4812 fixed augmentation handling, added relative addressing,
4813 ignore duplicate FDEs. Added comments.
4814 * dwarf2cfi.c: Reindented.
4815
4816 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4817
4818 * event-top.c (command_handler): Don't use space_at_cmd_start
4819 unless there is sbrk() on the host. Assign time and space data
4820 to union fields of the appropriate length.
4821
4822 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4823
4824 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4825 x86_64_register_name. Return type changed to 'const char *'.
4826 (x86_64_register_name2nr): Rename to x86_64_register_number.
4827 (x86_64_gdbarch_init): Update to reflect the change.
4828 * x86-64-tdep.h: Ditto.
4829 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4830 (supply_fpregset): Ditto.
4831
4832 2002-06-19 Andrew Cagney <cagney@redhat.com>
4833
4834 * regcache.h: Update copyright.
4835 (struct regcache, struct gdbarch): Add opaque declarations.
4836 (current_regcache): Declare global variable.
4837 (regcache_read, regcache_write): Add gdbarch parameter.
4838 (regcache_save, regcache_save_no_passthrough)
4839 (regcache_restore, regcache_restore_no_passthrough)
4840 (regcache_dup, regcache_dup_no_passthrough)
4841 (regcache_cpy, regcache_cpy_no_passthrough)
4842 (deprecated_grub_regcache_for_registers)
4843 (deprecated_grub_regcache_for_register_valid)
4844 (regcache_valid_p): Add function declarations.
4845
4846 * regcache.c: Update copyright.
4847 (regcache_descr_handle): New global variable.
4848 (struct regcache_descr): Define.
4849 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4850 (regcache_descr, xfree_regcache_descr): New functions.
4851 (struct regcache): Define.
4852 (regcache_xmalloc, regcache_xfree): New functions.
4853 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4854 (regcache_dup, regcache_dup_no_passthrough): New functions.
4855 (regcache_valid_p, regcache_read_as_address): New functions.
4856 (deprecated_grub_regcache_for_registers): New function.
4857 (deprecated_grub_regcache_for_register_valid): New function.
4858 (current_regcache): New global variable.
4859 (register_buffer): Add regcache parameter. Update calls.
4860 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4861 (read_register_gen, write_register_gen): Update register_buffer
4862 call. Test for legacy_p instead of gdbarch_register_read_p or
4863 gdbarch_register_write_p.
4864 (regcache_collect): Update register_buffer call.
4865 (build_regcache): Rewrite. Use deprecated grub functions.
4866 (regcache_save, regcache_save_no_passthrough): New functions.
4867 (regcache_restore, regcache_restore_no_passthrough): New
4868 functions.
4869 (_initialize_regcache): Create the regcache_data_handle. Swap
4870 current_regcache global variable.
4871
4872 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4873 parameter to regcache_read and regcache_write calls.
4874 (sh4_register_read): Ditto.
4875 (sh64_pseudo_register_read): Ditto.
4876 (sh64_register_read): Ditto.
4877 (sh_pseudo_register_write): Ditto.
4878 (sh4_register_write): Ditto.
4879 (sh64_pseudo_register_write): Ditto.
4880 (sh64_register_write): Ditto.
4881
4882 * defs.h (XCALLOC): Define.
4883
4884 2002-06-19 Grace Sainsbury <graces@redhat.com>
4885
4886 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4887 * m68k-tdep.c (m68k_gdbarch_init): Added.
4888 (m68k_dump_tdep): Added.
4889
4890 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4891
4892 * ada-lang.c (fill_in_ada_prototype): Update comment.
4893
4894 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4895
4896 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4897 MIPS_ABI_LAST.
4898 (mips_abi_string, mips_abi_strings): New.
4899 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4900 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4901 tdep->mips_abi_string. Honor mips_abi_string. Default to
4902 O32 if no ABI is found.
4903 (mips_dump_tdep): Use mips_abi_strings.
4904 (mips_abi_update): New function.
4905 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4906 ``set mips abi'' and ``show mips abi''. Check the size of
4907 mips_abi_strings.
4908
4909 2002-06-19 Andrew Cagney <cagney@redhat.com>
4910
4911 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4912 constant.
4913
4914 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4915
4916 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4917 current frame using only the first stack size adjustment. All
4918 subsequent size adjustments are not considered to be part of
4919 the "static" part of the current frame.
4920 Compute the address of the saved registers relative to the
4921 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4922 in use in this frame.
4923
4924 2002-06-18 Don Howard <dhoward@redhat.com>
4925
4926 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4927 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4928 suggesting this solution.
4929
4930 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4931
4932 * config/romp/xm-rtbsd.h: Delete file.
4933 * config/romp/rtbsd.mh: Delete file.
4934
4935 2002-06-18 Keith Seitz <keiths@redhat.com>
4936
4937 * breakpoint.c (condition_command): Post breakpoint_modify
4938 when a condition is added to an existing breakpoint.
4939 (commands_command): Likewise for commands.
4940 (set_ignore_count): Likewise for ignore counts.
4941 If no tty, do not simply return, still need to send event
4942 notification.
4943 (ignore_command): Only print a newline if the command came
4944 from a tty.
4945 Don't call breakpoints_changed, since this is now properly
4946 handled by set_ignore_count.
4947
4948 2002-06-18 Andrew Cagney <cagney@redhat.com>
4949
4950 * MAINTAINERS: Note that cris-elf target can be compiled with
4951 -Werror.
4952 * cris-tdep.c (cris_register_name): Make return type constant.
4953 (cris_breakpoint_from_pc): Ditto.
4954
4955 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4956
4957 * frame.h (struct frame_info): Change type of context to
4958 'struct context'.
4959
4960 2002-06-17 Andrew Cagney <cagney@redhat.com>
4961
4962 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4963 pointer.
4964 * gdbarch.h, gdbarch.c: Regenerate.
4965 * config/mips/tm-mips.h (mips_register_name): Update.
4966 * i386-tdep.h (i386_register_name): Update.
4967 * mips-tdep.c (mips_register_name): Update
4968 * alpha-tdep.c (alpha_register_name): Update.
4969 * arch-utils.c (legacy_register_name): Update.
4970 * arch-utils.h (legacy_register_name): Update.
4971 * avr-tdep.c (avr_register_name): Update.
4972 * ia64-tdep.c (ia64_register_name): Update.
4973 * i386-tdep.c (i386_register_name): Update.
4974 * sparc-tdep.c (sparc32_register_name): Update.
4975 (sparc64_register_name): Update.
4976 (sparclite_register_name): Update.
4977 (sparclet_register_name): Update.
4978 * sh-tdep.c (sh_generic_register_name): Update.
4979 (sh_sh_register_name): Update.
4980 (sh_sh3_register_name): Update.
4981 (sh_sh3e_register_name): Update.
4982 (sh_sh_dsp_register_name): Update.
4983 (sh_sh3_dsp_register_name): Update.
4984 (sh_sh4_register_name): Update.
4985 (sh_sh64_register_name): Update.
4986 * s390-tdep.c (s390_register_name): Update.
4987 * rs6000-tdep.c (rs6000_register_name): Update.
4988 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4989 (ns32k_register_name_32382): Update.
4990 * d10v-tdep.c (d10v_ts2_register_name): Update.
4991 (d10v_ts3_register_name): Update.
4992 * xstormy16-tdep.c (xstormy16_register_name): Update.
4993 * vax-tdep.c (vax_register_name): Update.
4994 * v850-tdep.c (v850_register_name): Update.
4995 * m68hc11-tdep.c (m68hc11_register_name): Update.
4996 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4997 (am33_register_name): Update.
4998
4999 2002-06-17 Grace Sainsbury <graces@redhat.com>
5000
5001 * m68k-tdep.c: Reindented.
5002
5003 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5004
5005 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5006 list of predefined types.
5007
5008 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5009
5010 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5011 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5012 REGISTER_CONVERT_TO_RAW): Remove defines.
5013 (i386_register_virtual_type, i386_register_convertible,
5014 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5015 Remove prototypes.
5016 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5017 macros mentioned above.
5018
5019 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5020 (i386lynx_saved_pc_after_call): Remove prototype.
5021 * i386ly-tdep.c: Include "i386-tdep.h".
5022 (i386lynx_saved_pc_after_call): Make static. Use
5023 read_memory_nobpt instead of read_memory. Use
5024 read_memory_unsigned_integer instead of read_memory_integer.
5025 (i386lynx_init_abi): New function.
5026 (i386lynx_coff_osabi_sniffer): New function.
5027 (_initialize_i386bsd_tdep): New function.
5028
5029 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5030 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5031 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5032 (i386_fix_call_dummy): Remove prototype.
5033 * i386-tdep.c (i386_call_dummy_words): New variable.
5034 (i386_gdbarch_init): Adjust for removal of the
5035 macros mentioned above.
5036
5037 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5038
5039 * command.h (add_setshow_auto_boolean_cmd): Replace
5040 add_set_auto_boolean_cmd.
5041 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5042 add_set_auto_boolean_cmd.
5043 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5044 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5045 mask-address'' command.
5046 (show_mask_address): Add cmd parameter.
5047 * remote.c (add_packet_config_cmd): Update. Change type of
5048 set_func and show_func to cmd_sfunc_ftype.
5049 (_initialize_remote): Update `set remote Z-packet'
5050 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5051 (show_remote_protocol_e_packet_cmd): Ditto.
5052 (show_remote_protocol_E_packet_cmd): Ditto.
5053 (show_remote_protocol_P_packet_cmd): Ditto.
5054 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5055 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5056 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5057 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5058 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5059 (show_remote_protocol_Z_packet_cmd): Ditto.
5060 (show_remote_protocol_binary_download_cmd): Ditto.
5061 (show_remote_cmd): Pass NULL to all of above.
5062
5063 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5064
5065 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5066 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5067 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5068 POP_FRAME): Remove defines.
5069 (i386_push_arguments, i386_store_struct_return,
5070 i386_extract_return_value, i386_store_return_value,
5071 i386_extract_struct_value_address, i386_push_dummy_frame,
5072 i386_pop_frame): Renove prototypes.
5073 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5074 macros mentioned above.
5075
5076 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5077
5078 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5079 add_set_boolean_cmd.
5080 (add_setshow_cmd): New function.
5081 * command.h (add_setshow_boolean_cmd): Replace
5082 add_set_boolean_cmd.
5083 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5084 and ``set rdiromatzero''.
5085 * maint.c (_initialize_maint_cmds): Update commented out code.
5086 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5087 * target.c (initialize_targets): Update `set
5088 trust-readonly-sections'.
5089 * remote.c (_initialize_remote): Update `set remotebreak'.
5090
5091 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5092
5093 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5094 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5095 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5096 fit into multi-arch framework.
5097 (i386_breakpoint_from_pc): New function.
5098 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5099 above.
5100
5101 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5102 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5103 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5104 (i386_frameless_function_invocation, i386_frame_num_args,
5105 i386_frame_init_saved_regs): Remove prototypes.
5106 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5107 macros mentioned above.
5108
5109 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5110
5111 * cli/cli-decode.c (set_cmd_cfunc): Update.
5112 (set_cmd_sfunc): Update.
5113 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5114 (set_cmd_sfunc, set_cmd_cfunc): Update.
5115 * cli/cli-decode.h: Update.
5116
5117 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5118
5119 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5120 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5121
5122 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5123
5124 * defs.h (auto_boolean): Declare enum.
5125 * command.h (cmd_auto_boolean): Delete enum.
5126 * mips-tdep.c (mask_address_var): Update.
5127 (mips_mask_address_p): Update.
5128 (show_mask_address): Update.
5129 * remote.c (struct packet_config): Update.
5130 (update_packet_config): Update.
5131 (show_packet_config_cmd): Update.
5132 (packet_ok): Update.
5133 (add_packet_config_cmd): Update.
5134 (_initialize_remote):
5135 * command.h: Update.
5136 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5137 (do_setshow_command): Update.
5138 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5139 * cli/cli-decode.h: Update.
5140
5141 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5142
5143 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5144 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5145 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5146 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5147 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5148 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5149
5150 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5151 list of DJGPP COFF targets.
5152
5153 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5154 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5155 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5156 (FP0_REGNUM): Remove define.
5157 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5158 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5159 (i386_register_virtual_size): Remove protoype.
5160 * i386-tdep.c (i386_register_virtual_size): Removed.
5161 (i386_extract_return_value, i386_store_return_value): Use
5162 FP0_REGNUM instead of NUM_FREGS to determine whether the
5163 floating-point registers are available.
5164 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5165 Adjust for removal of macros mentioned above.
5166
5167 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5168
5169 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5170 comments.
5171 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5172 Remove prototypes.
5173 (supply_gregset, fill_gregset): Remove use of register keyword and
5174 remove declaration for regmap. Use I386_NUM_GREGS instead of
5175 NUM_REGS and NUM_FREGS.
5176 (FPREGSET_FSAVE_OFFSET): Remove.
5177 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5178 NUM_FREGS to determine whether the floating-point registers are
5179 available.
5180
5181 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5182 gnu_store_registers): Replace usage of NUM_GREGS with
5183 I386_NUM_GREGS.
5184
5185 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5186 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5187 usage of NUM_GREGS with I386_NUM_GREGS.
5188
5189 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5190
5191 * i386bsd-nat.c: Include "i386-tdep.h".
5192 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5193 I386_NUM_GREGS.
5194
5195 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5196 and associated comment. They no longer make any sense, since we
5197 don't use this file anymore on Linux.
5198
5199 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5200 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5201 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5202 elements in these arrays.
5203 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5204 MAX_NUM_REGS.
5205
5206 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5207
5208 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5209 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5210
5211 2002-06-14 Andrew Cagney <cagney@redhat.com>
5212
5213 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5214 EXTRACT_RETURN_VALUE.
5215 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5216 EXTRACT_STRUCT_VALUE_ADDRESS.
5217 * gdbarch.h, gdbarch.c: Regenerate.
5218
5219 * values.c (value_being_returned): Handle
5220 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5221 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5222
5223 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5224 * arm-tdep.c (arm_gdbarch_init): Update.
5225 * avr-tdep.c (avr_gdbarch_init): Update.
5226 * cris-tdep.c (cris_gdbarch_init): Update.
5227 * d10v-tdep.c (d10v_gdbarch_init): Update.
5228 * ia64-tdep.c (ia64_gdbarch_init): Update.
5229 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5230 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5231 * s390-tdep.c (s390_gdbarch_init): Update.
5232 * sh-tdep.c (sh_gdbarch_init): Update.
5233 * s390-tdep.c (s390_gdbarch_init): Update.
5234 * sparc-tdep.c (sparc_gdbarch_init): Update.
5235 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5236 * v850-tdep.c (v850_gdbarch_init): Update.
5237 * vax-tdep.c (vax_gdbarch_init): Update.
5238 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5239 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5240
5241 * config/arc/tm-arc.h: Update.
5242 * config/d30v/tm-d30v.h: Update.
5243 * config/fr30/tm-fr30.h: Update.
5244 * config/h8300/tm-h8300.h: Update.
5245 * config/h8500/tm-h8500.h: Update.
5246 * config/i386/tm-i386.h: Update.
5247 * config/i386/tm-ptx.h: Update.
5248 * config/i386/tm-symmetry.h: Update.
5249 * config/i960/tm-i960.h: Update.
5250 * config/m32r/tm-m32r.h: Update.
5251 * config/m68k/tm-delta68.h: Update.
5252 * config/m68k/tm-linux.h: Update.
5253 * config/m68k/tm-m68k.h: Update.
5254 * config/m88k/tm-m88k.h: Update.
5255 * config/mcore/tm-mcore.h: Update.
5256 * config/mips/tm-mips.h: Update.
5257 * config/mn10200/tm-mn10200.h: Update.
5258 * config/pa/tm-hppa.h: Update.
5259 * config/pa/tm-hppa64.h: Update.
5260 * config/sparc/tm-sp64.h: Update.
5261 * config/sparc/tm-sparc.h: Update.
5262 * config/sparc/tm-sparclet.h: Update.
5263 * config/z8k/tm-z8k.h: Update.
5264
5265 2002-06-14 Andrew Cagney <cagney@redhat.com>
5266
5267 * Makefile.in (i386_linux_tdep_h): Define.
5268 (i386_tdep_h, i387_tdep_h): Define.
5269 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5270 $(i386_tdep_h) and $(i387_tdep_h).
5271 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5272
5273 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5274
5275 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5276 Already covered by the default.
5277
5278 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5279 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5280 (i386_gdbarch_init): Initialize long_double_format and long_double
5281 bit.
5282
5283 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5284 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5285 Move these to ...
5286 * config/i386/i386sol2.mh: ... here.
5287 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5288 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5289 (SIGCONTEXT_PC_OFFSET): Remove define.
5290 (IN_SIGTRAMP): Remove define.
5291 * i386-sol2-tdep.c: New file.
5292
5293 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5294 * config/i386/tm-i386nw.h: Removed.
5295
5296 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5297 USE_STRUCT_CONVENTION): Remove defines.
5298 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5299 (get_longjmp_target): Remove prototype.
5300 (IN_SIGTRAMP): Remove define.
5301 (i386bsd_in_sigtramp): Remove prototype.
5302 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5303 function. Update comment accordingly
5304 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5305 (FRAME_SAVED_PC): Remove define.
5306 (i386bsd_frame_saved_pc): Remove prototype.
5307 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5308 GET_LONGJMP_TARGET): Remove defines.
5309 (get_longjmp_target): Remove prototype.
5310 (IN_SIGTRAMP): Remove define.
5311 (i386bsd_in_sigtramp): Remove prototype.
5312 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5313 function. Update comment accordingly
5314 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5315 (FRAME_SAVED_PC): Remove define.
5316 (i386bsd_frame_saved_pc): Remove prototype.
5317 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5318 Remove prototype.
5319 (USE_STRUCT_CONVENTION): Remove prototype.
5320 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5321 declaration.
5322 (_initialize_i386bsd_nat): Revise logic to determine some
5323 constants at compile time when compiling a native GDB. Warn if
5324 things don't match up with what we expect.
5325 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5326 Remove variables.
5327 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5328 to use date stored in `struct gdbarch_tdep'.
5329 (i386bsd_sigcontext_offset): Remove varaible.
5330 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5331 stored in `struct gdbarch_tdep'.
5332 (i386bsd_frame_saved_pc): Make static.
5333 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5334 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5335 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5336 i386fbsd4_sc_pc_offset): New variables.
5337 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5338 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5339 functions.
5340 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5341 functions.
5342 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5343 Modify the value of i386fbsd_sigtramp_start and
5344 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5345 i386fbsd_sigtramp_end.
5346 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5347 function.
5348
5349 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5350 define to i386-linux-tdep.h.
5351 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5352 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5353 defines.
5354 (i386_linux_register_name, i386_linux_register_byte,
5355 i386_linux_register_raw_size): Remove prototypes.
5356 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5357 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5358 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5359 TARGET_WRITE_PC): Remove defines.
5360 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5361 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5362 i386_linux_write_pc): Remove prototypes.
5363 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5364 (get_longjmp_target): Remove prototype.
5365 * i386-linux-tdep.h: New file.
5366 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5367 * i386-linux-tdep.c: Include "i386-tdep.h" and
5368 "i386-linux-tdep.h".
5369 (i386_linux_register_name, i386_linux_register_byte,
5370 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5371 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5372 Make static.
5373 (i386_linux_init_abi): New function.
5374 (_initialize_i386_linux_tdep): New function.
5375
5376 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5377 (i386_saved_pc_after_call): Remove prototype.
5378 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5379 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5380 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5381 (i386_register_name, i386_stab_reg_to_regnum,
5382 i386_dwarf_reg_to_regnum): Remove prototypes.
5383 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5384 SIZEOF_SSE_REGS): Remove defines.
5385 (REGISTER_BYTES): Remove define.
5386 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5387 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5388 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5389 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5390 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5391 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5392 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5393 (get_longjmp_target): Remove prototype.
5394 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5395 (sigtramp_saved_pc): Remove define.
5396 (i386v4_sigtramp_saved_pc): Remove prototype.
5397 * config/i386/tm-go32.h (FRAME_CHAIN,
5398 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5399 (i386go32_frame_saved_pc): Remove prototype.
5400 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5401 (get_longjmp_target): Remove prototype.
5402 * i386-tdep.h: Include "osabi.h".
5403 (enum i386_abi): Removed.
5404 (enum struct_return): New enum.
5405 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5406 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5407 sc_pc_offset members.
5408 (i386_gdbarch_register_os_abi): Remove prototype.
5409 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5410 I386_SSE_NUM_REGS): New defines.
5411 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5412 I386_SSE_SIZEOF_REGS): New defines.
5413 (i386_register_name, i386_register_byte, i386_register_raw_size):
5414 New prototypes.
5415 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5416 (i386bsd_sigtramp_saved_pc): New prototype.
5417 * i386-tdep.c: Don't include "elf-bfd.h".
5418 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5419 i386_frame_chain, i386_saved_pc_after_call): Make static.
5420 (i386_frame_saved_pc): Rewrite to call architecture dependent
5421 function to deal with signal handlers. Make static.
5422 (i386go32_frame_saved_pc): Removed.
5423 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5424 Removed.
5425 (i386_get_longjmp_target): New function.
5426 (default_struct_convention, pcc_struct_convention,
5427 reg_struct_convention, valid_conventions, struct_convention): New
5428 variables.
5429 (i386_use_struct_convention): New function.
5430 (i386v4_sigtramp_saved_pc): Renamed to
5431 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5432 (i386_pc_in_sigtramp): New function.
5433 (i386_abi_names): Removed.
5434 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5435 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5436 Removed.
5437 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5438 i386_gdbarch_register_os_abi): Removed.
5439 (struct i386_abi_handler): Removed.
5440 (i386_abi_handler_list): Removed.
5441 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5442 functions.
5443 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5444 i386_nw_init_abi): New functions.
5445 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5446 Use set_gdbarch_xxx() calls instead of relying on macros for a
5447 number of calls.
5448 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5449 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5450 Register the various architecture variants defined in this file.
5451
5452 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5453
5454 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5455 (struct main_type): Remove arg_types member. Update comments for
5456 struct field.
5457 (TYPE_ARG_TYPES): Remove.
5458 (TYPE_FN_FIELD_ARGS): Update.
5459 (smash_to_method_type): Update prototype.
5460
5461 * c-typeprint.c (cp_type_print_method_args): Take method type
5462 instead of argument list. Use new argument layout. Simplify.
5463 (c_type_print_args): Use new argument layout. Simplify.
5464 (c_type_print_base): Update call to cp_type_print_method_args.
5465 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5466 argument; use die->type instead. Update call to
5467 smash_to_method_type.
5468 (read_structure_scope): Update call to dwarf2_add_member_fn.
5469 * gdbtypes.c (allocate_stub_method): Update comment.
5470 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5471 Use new argument layout.
5472 (check_stub_method): Use new argument layout. Don't count
5473 void as an argument.
5474 (print_arg_types): Update comments. Use new argument layout.
5475 (recursive_dump_type): Don't print arg_types member.
5476 * hpread.c (hpread_read_struct_type): Use new argument layout.
5477 (fixup_class_method_type): Likewise.
5478 (hpread_type_lookup): Likewise.
5479 * stabsread.c (read_type): Update calls to read_args and
5480 smash_to_method_type.
5481 (read_args): Use new argument layout. Simplify.
5482 * valops.c (typecmp): Use new argument layout. Update parameters
5483 and comments. Simplify.
5484 (hand_function_call): Use new argument layout.
5485 (search_struct_method): Update call to typecmp.
5486 (find_overload_match): Use new argument layout.
5487
5488 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5489
5490 * NEWS: Mention multithreaded debug support for gdbserver.
5491
5492 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5493
5494 * MAINTAINERS: Mention NEWS.
5495
5496 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5497
5498 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5499 (struct mips_objfile_private, compare_pdr_entries): New.
5500 (non_heuristic_proc_desc): Read the ".pdr" section if it
5501 is present.
5502
5503 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5504
5505 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5506 (arm_debug): New static variable.
5507 (_initialize_arm_tdep): Add ``set debug arm'' command.
5508
5509 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5510
5511 * Makefile.in (sim_arm_h): Define.
5512 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5513 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5514 (arm_register_sim_regno): New function, map an internal REGNUM
5515 onto a simulator register number.
5516 (arm_gdbarch_init): Set register_sim_regno.
5517
5518 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5519
5520 * MAINTAINERS: Add self.
5521
5522 2002-06-11 Jim Blandy <jimb@redhat.com>
5523
5524 * source.c (source_info): Mention whether the symtab has
5525 information about preprocessor macros.
5526
5527 Call the command `info macro', not `show macro'.
5528 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5529 Fix error message.
5530 (_initialize_macrocmd): Register `info_macro_command' in
5531 `infolist', not `showlist'.
5532
5533 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5534
5535 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5536 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5537 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5538 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5539 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5540 unconditionally.
5541 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5542 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5543 (_initialize_mips_tdep): Remove dead code.
5544 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5545 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5546 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5547 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5548 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5549 MIPS_LAST_FP_ARG_REGNUM): Remove.
5550
5551 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5552
5553 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5554 (unwind_tmp_obstack_free, parse_frame_info)
5555 (update_context, cfi_read_fp, cfi_write_fp)
5556 (cfi_frame_chain, cfi_init_extra_frame_info)
5557 (cfi_virtual_frame_pointer): Use the above function.
5558 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5559
5560 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5561
5562 * v850-tdep.c (v850_type_is_scalar): New function.
5563 (v850_use_struct_convention): Match current gcc implementation
5564 as close as possible.
5565 (v850_push_arguments): Fix stack_offset handling. Don't write
5566 struct_addr into register. This is done by v850_store_struct_return.
5567 (v850_extract_return_value): Care for structs.
5568 (v850_store_return_value): Ditto.
5569 (v850_store_struct_return): Actually write address.
5570
5571 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5572
5573 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5574 without debug information too.
5575
5576 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5577
5578 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5579 Make multi-arch pure.
5580 * gdbarch.h, gdbarch.c: Re-generate.
5581 * arm-tdep.c (arm_print_float_info): Update.
5582 * arch-utils.h (default_print_float_info): Update.
5583 * arch-utils.c (default_print_float_info): Update.
5584 * infcmd.c (float_info): Update call.
5585
5586 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5587
5588 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5589 the front of the initialize list.
5590
5591 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5592
5593 * infrun.c (struct inferior_status): Replace fields
5594 selected_frame_address and selected_level with field
5595 selected_frame_id.
5596 (save_inferior_status): Update. Use get_frame_id.
5597 (struct restore_selected_frame_args): Delete.
5598 (restore_selected_frame): Update. Use frame_find_by_id.
5599 (restore_inferior_status): Update.
5600
5601 * breakpoint.h (struct breakpoint): Change type of
5602 watchpoint_frame to frame_id.
5603 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5604 call to get_current_frame.
5605 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5606 get_current_frame.
5607 (watchpoint_check): Use frame_find_by_id.
5608
5609 * frame.h (record_selected_frame): Delete declaration.
5610 * stack.c (record_selected_frame): Delete function.
5611
5612 * frame.h (struct frame_id): Define.
5613 (get_frame_id): Declare.
5614 (frame_find_by_id): Declare.
5615 * frame.c (frame_find_by_id): New function.
5616 (get_frame_id): New function.
5617
5618 2002-06-10 Andrey Volkov <avolkov@transas.com>
5619
5620 * ser-e7kpc.c: Fix duplicated define and call of
5621 _initialize_ser_e7000pc
5622
5623 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5624
5625 * signals/signals.c (target_signal_from_host): Fix #ifdef
5626 SIGRTMIN case.
5627 (do_target_signal_to_host): Likewise.
5628
5629 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5630
5631 * mips-tdep.c (mips_find_abi_section): New function.
5632 (mips_gdbarch_init): Call it.
5633
5634 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5635
5636 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5637 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5638 after Andrew's 2002-06-08 gdbarch change.
5639
5640 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5641
5642 * i386-linux-nat.c (suppy_gregset): Don't supply
5643 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5644 register cache.
5645 (fill_gregset): Don't fetch it under the same circumstances.
5646
5647 2002-06-09 Andrew Cagney <cagney@redhat.com>
5648
5649 * Makefile.in (callback_h): Define.
5650 (remote_sim_h): Update path to remote-sim.h.
5651 (remote-rdp.o): Add $(callback_h).
5652 (remote-sim.o): Use $(callback_h).
5653 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5654 * remote-rdp.c: Include "gdb/callback.h".
5655
5656 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5657
5658 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5659 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5660
5661 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5662
5663 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5664 * rdi-share/serpardr.c: Ditto.
5665 * rdi-share/unixcomm.c: Ditto.
5666 * rdi-share/serdrv.c: Ditto.
5667 * rdi-share/hostchan.h: Ditto.
5668 * rdi-share/hostchan.c: Ditto.
5669 * rdi-share/host.h: Ditto.
5670 * rdi-share/devsw.c: Ditto.
5671
5672 * objfiles.h: Change type of obj_private to void pointer.
5673 * pa64solib.c: Update copyright. Don't include "assert.h", use
5674 strcmp instead of STREQ, use LONGEST, do not use PTR
5675 * somsolib.c: Ditto.
5676
5677 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5678 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5679 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5680
5681 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5682
5683 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5684 (default_get_saved_register): Delete function.
5685 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5686 generic_unwind_get_saved_register.
5687 * gdbarch.h, gdbarch.c: Re-generate.
5688
5689 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5690
5691 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5692 generic_func_frame_chain_valid.
5693 * gdbarch.h, gdbarch.c: Re-generate.
5694 * blockframe.c (generic_func_frame_chain_valid): Only check
5695 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5696 passing FP to PC_IN_CALL_DUMMY.
5697 Fix PR gdb/360.
5698
5699 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5700
5701 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5702 (register_gdbarch_data): Initialize init_p.
5703 (gdbarch_data): Initialize data pointer using the init function.
5704 (init_gdbarch_data): Delete function.
5705 (gdbarch_update_p): Update.
5706 (initialize_non_multiarch): Update.
5707 (struct gdbarch): Add field initialized_p.
5708 * gdbarch.h, gdbarch.c: Re-generate.
5709
5710 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5711
5712 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5713 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5714 better do the things actually here.
5715 * x86-64-tdep.c (x86_64_register_name2nr): New.
5716 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5717 (x86_64_gdbarch_init): Respect the above change.
5718 * x86-64-tdep.h (x86_64_register_name2nr)
5719 (x86_64_register_nr2name): Add prototypes.
5720 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5721
5722 2002-06-06 Michael Snyder <msnyder@redhat.com>
5723
5724 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5725 Delete extra braces and re-indent.
5726 (d10v_store_return_value): Char return values
5727 must be shifted over by one byte in R0.
5728 (d10v_extract_return_value): Delete extra braces, re-indent.
5729
5730 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5731
5732 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5733 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5734 (d10v_integer_to_address): Rewrite.
5735 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5736 the d10v specific functions which take care of converting to the
5737 correct space.
5738
5739 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5740
5741 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5742 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5743
5744 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5745
5746 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5747 includes.
5748 * config/tm-linux.h: Ditto.
5749 * config/alpha/tm-alphalinux.h: Ditto.
5750 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5751 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5752 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5753 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5754 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5755 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5756 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5757 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5758 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5759 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5760 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5761 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5762 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5763 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5764 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5765 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5766 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5767 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5768 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5769 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5770 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5771 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5772 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5773 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5774 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5775 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5776 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5777 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5778 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5779 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5780 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5781 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5782 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5783 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5784 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5785 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5786 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5787
5788 2002-05-04 Aidan Skinner <aidan@velvet.net>
5789
5790 * ada-exp.tab.c: New file
5791 * ada-exp.y: New file
5792 * ada-lang.c: New file
5793 * ada-lang.h: New file
5794 * ada-lex.c: New file
5795 * ada-lex.l: New file
5796 * ada-tasks.c: New file
5797 * ada-typeprint.c: New file
5798 * ada-valprint.c: New file
5799
5800 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5801
5802 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5803 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5804
5805 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5808 insetead of ppc-linux-tdep.o.
5809 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5810 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5811
5812 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5813
5814 2002-05-07 Christian Groessler <chris@groessler.org>
5815 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5816 bit register contents for little endian hosts.
5817
5818 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5819
5820 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5821 any maintainer.
5822
5823 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5824
5825 * gdbarch.h: Regenerate.
5826
5827 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5828
5829 * MAINTAINERS: Add everyone to write-after-approval list.
5830
5831 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5832
5833 * stack.c (frame_info): Use frame_register_unwind instead of
5834 saved_regs. Mention when the SP is on the stack or in a register.
5835
5836 * frame.h (frame_register_unwind_ftype): Define. Document.
5837 (struct frame_info): Add field register_unwind and
5838 register_unwind_cache.
5839 (frame_register_unwind): Declare.
5840 (generic_unwind_get_saved_register): Declare.
5841
5842 * frame.c (frame_register_unwind): New function.
5843 (generic_unwind_get_saved_register): New function.
5844
5845 * blockframe.c (generic_call_dummy_register_unwind): New function.
5846 (frame_saved_regs_register_unwind): New function.
5847 (set_unwind_by_pc): New function.
5848 (create_new_frame): New function.
5849 (get_prev_frame): New function.
5850
5851 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5852
5853 * a29k-share/: Delete directory.
5854 * remote-vx29k.c: Delete file.
5855
5856 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5857
5858 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5859 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5860
5861 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5862
5863 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5864 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5865 (sparc64nbsd-nat.o)
5866 (sparcnbsd-nat.o)
5867 (sparcnbsd-tdep.o): New dependency lists.
5868 * NEWS: Note new UltraSPARC NetBSD native configuration.
5869 * configure.host (sparc64-*-netbsd*): New host.
5870 * configure.tgt (sparc-*-netbsdelf*)
5871 (sparc-*-netbsd*): Set gdb_target to nbsd.
5872 (sparc64-*-netbsd*): New target.
5873 * sparc64nbsd-nat.c: New file.
5874 * sparcnbsd-nat.c: New file.
5875 * sparcnbsd-tdep.c: New file.
5876 * sparcnbsd-tdep.h: New file.
5877 * config/sparc/nbsd.mt: New file.
5878 * config/sparc/nbsd64.mh: New file.
5879 * config/sparc/nbsd64.mt: New file.
5880 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5881 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5882 (HOST_IPC): Remove.
5883 * config/sparc/nbsdaout.mt: Remove.
5884 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5885 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5886 (HOST_IPC): Remove.
5887 * config/sparc/nbsdelf.mt: Remove.
5888 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5889 sparc-nat.c compatiblity defines.
5890 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5891 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5892 * config/sparc/tm-nbsd64.h: New file.
5893 * config/sparc/tm-nbsdaout.h: Remove.
5894 * config/sparc/xm-nbsd.h: Remove.
5895
5896 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5897
5898 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5899 * sparc-tdep.c: Include osabi.h.
5900 (gdbarch_tdep): Add osabi member.
5901 (_initialize_sparc_tdep): Use gdbarch_register.
5902 (sparc_gdbarch_init): Use generic OS ABI framework.
5903 (sparc_dump_tdep): New function.
5904
5905 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5906
5907 * corefile.c (do_captured_read_memory_integer): Return non-zero
5908 result.
5909 (safe_read_memory_integer): Copy result of memory read when
5910 status is non-zero. Also, add comments.
5911
5912 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5913
5914 * Makefile.in (ppc_tdep_h): Define.
5915 (ppc-linux-nat.o)
5916 (ppc-linux-tdep.o)
5917 (rs6000-tdep.o): Use $(ppc_tdep_h).
5918 (ppc-sysv-tdep.o)
5919 (ppcnbsd-nat.o)
5920 (ppcnbsd-tdep.o): New dependency lists.
5921 * ppc-tdep.h: Use generic OS ABI framework.
5922 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5923 (ppc_linux_init_abi): New functions.
5924 (ppc_sysv_abi_broken_use_struct_convention)
5925 (ppc_sysv_abi_use_struct_convention)
5926 (ppc_sysv_abi_push_arguments): Move to...
5927 * ppc-sysv-tdep.c: ...here.
5928 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5929 * rs6000-tdep.c (process_note_abi_tag_sections)
5930 (get_elfosabi): Remove.
5931 (rs6000_gdbarch_init): Use generic OS ABI framework.
5932 (rs6000_dump_tdep): New function.
5933 (_initialize_rs6000_tdep): Use gdbarch_register.
5934 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5935 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5936 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5937 of ppc-linux-tdep.o.
5938 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5939 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5940 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5941 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5942 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5943 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5944
5945 2002-05-29 Jim Blandy <jimb@redhat.com>
5946
5947 * macroscope.c (default_macro_scope): Put `void' in empty argument
5948 list.
5949
5950 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5951
5952 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5953 * arch-utils.c: Include "sim-regno.h".
5954 * gdbarch.sh: Don't include "sim-regno.h".
5955 * gdbarch.h, gdbarch.c: Regenerate.
5956 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5957 here.
5958 * arch-utils.h (legacy_register_sim_regno): To here.
5959 * remote-sim.c (legacy_register_sim_regno): Move function from
5960 here.
5961 * arch-utils.c (legacy_register_sim_regno): To here.
5962
5963 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5964
5965 * sim-regno.h: New file.
5966 * Makefile.in (sim_regno_h): Define.
5967 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5968 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5969 (legacy_register_sim_regno): New function.
5970 (one2one_register_sim_regno): New function.
5971 (gdbsim_fetch_register): Rewrite.
5972 (gdbsim_store_register): Only store a register when
5973 REGISTER_SIM_REGNO is valid.
5974 * d10v-tdep.c: Include "sim-regno.h".
5975 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5976 (d10v_ts3_register_sim_regno): Ditto.
5977 * gdbarch.sh: Include "sim-regno.h".
5978 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5979 * gdbarch.h, gdbarch.c: Regenerate.
5980 * arch-utils.h (default_register_sim_regno): Delete declaration.
5981 * arch-utils.c (default_register_sim_regno): Delete function.
5982
5983 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5984
5985 * ppcnbsd-nat.c: Rewrite.
5986 * ppcnbsd-tdep.c: New file.
5987 * ppcnbsd-tdep.h: New file.
5988 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5989 solib.o, and solib-svr4.o.
5990 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5991 nbsd-tdep.o, and corelow.o.
5992
5993 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5994
5995 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5996 `tr' and `sed'. Mention that `broken' targets are not expected to
5997 build.
5998
5999 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6000
6001 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6002 Let PC point right after the prologue before looking up symbols.
6003
6004 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6005
6006 * i386-tdep.c (i386_register_virtual_type): Return
6007 builtin_type_vec128i for SSE registers.
6008
6009 * gdbtypes.h (builtin_type_vec128i): Declare.
6010
6011 * gdbtypes.c (build_builtin_type_vec128i): New function.
6012 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6013 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6014 (build_gdbtypes): Initialize new builtin vector types.
6015 (_initialize_gdbtypes): Register new vector types with gdbarch.
6016
6017 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6018
6019 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6020 since it has been multi-arch'd.
6021 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6022 Move Alpha and VAX multi-arch news entries to same section
6023 as other multi-arch news.
6024
6025 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6026
6027 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6028 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6029 static. Rename some register numbers to put them in ns32k-tdep
6030 private namespace.
6031 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6032 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6033 functions.
6034 (_initialize_ns32k_tdep): Use gdbarch_register.
6035 * ns32k-tdep.h: New file.
6036 * ns32knbsd-tdep.c: New file.
6037 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6038 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6039 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6040 REGISTER_BYTES, REGISTER_BYTE): Remove.
6041 * config/ns32k/tm-ns32k.h: New file.
6042 * config/ns32k/tm-umax.h: Remove.
6043
6044 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6045
6046 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6047 ns32k_store_struct_return, ns32k_extract_return_value,
6048 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6049 functions.
6050 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6051 ns32k_saved_pc_after_call.
6052 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6053 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6054 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6055 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6056 ns32k_extract_struct_value_address.
6057
6058 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6059
6060 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6061 ns32k_fix_call_dummy): New.
6062 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6063 ns32k_call_dummy_words.
6064 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6065 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6066 CALL_DUMMY_NARGS): Remove.
6067 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6068
6069 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6070
6071 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6072 ns32k_frame_saved_pc, ns32k_frame_args_address,
6073 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6074 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6075 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6076 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6077 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6078 (BREAKPOINT): Remove..
6079 (FRAME_CHAIN): Define as ns32k_frame_chain.
6080 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6081 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6082 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6083 (FRAME_FIND_SAVED_REGS): Remove.
6084 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6085 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6086 (POP_FRAME): Define as ns32k_pop_frame.
6087
6088 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6089
6090 * ns32k-tdep.c (ns32k_register_byte_32082,
6091 ns32k_register_byte_32382, ns32k_register_raw_size,
6092 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6093 functions.
6094 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6095 ns32k_register_byte_32382.
6096 * config/ns32k/tm-umax.h: Update copyright years.
6097 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6098 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6099 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6100 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6101 (ns32k_get_enter_addr): Fix prototype.
6102
6103 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6104
6105 * ns32k-tdep.c: Update copyright years.
6106 (ns32k_register_name_32082): New function.
6107 (ns32k_register_name_32382): Ditto.
6108 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6109 (REGISTER_NAME): Define as ns32k_register_name_32382.
6110 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6111 (REGISTER_NAME): Define as ns32k_register_name_32082.
6112
6113 2002-05-24 Jim Blandy <jimb@redhat.com>
6114
6115 * dwarf2read.c (free_line_header): Use xfree, not free.
6116
6117 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6118
6119 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6120 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6121
6122 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6123
6124 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6125
6126 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6127
6128 From Ross Alexander at NEC Europe:
6129 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6130
6131 2002-05-23 Michael Snyder <msnyder@redhat.com>
6132
6133 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6134 for input, rather than parse_and_eval_address.
6135
6136 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6137
6138 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6139 * Makefile.in (sim_d10v_h): Update definition.
6140
6141 2002-05-24 Andrew Cagney <cagney@redhat.com>
6142
6143 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6144 change `2002-05-22 Michael Snyder' below.
6145 (d10v_push_arguments): Ditto.
6146 (d10v_extract_return_value): Ditto.
6147
6148 2002-05-23 Jim Blandy <jimb@redhat.com>
6149
6150 * macrotab.c (check_for_redefinition): Don't complain if the new
6151 definition is the same as the previous one. Take more arguments
6152 to allow the comparison.
6153 (macro_define_object, macro_define_function): Pass more arguments
6154 to check_for_redefinition.
6155
6156 2002-05-22 Michael Snyder <msnyder@redhat.com>
6157
6158 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6159 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6160 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6161 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6162 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6163 Add a temp variable to save a call (and a memory read).
6164 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6165 if possible (so that PC_IN_CALL_DUMMY will work).
6166
6167 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6168
6169 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6170
6171 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6172
6173 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6174 fde->cie_ptr.
6175 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6176 (dwarf2_build_frame_info): Add offset to fde->initial_location
6177 so that frames of shared libraries are mapped correctly.
6178 (execute_stack_op): Change type of 'result' from ULONGEST to
6179 CORE_ADDR.
6180
6181 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6182
6183 * config/alpha/tm-nbsd.h: Include solib.h.
6184
6185 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6186
6187 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6188 assumptions about the host's byte order.
6189
6190 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6191
6192 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6193 to dependency list.
6194 * alphanbsd-tdep.c: Include solib-svr4.h.
6195 * shnbsd-tdep.c: Ditto.
6196
6197 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6198
6199 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6200 nbsd-tdep.h to dependency list.
6201 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6202 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6203 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6204 nbsdaout.mh and nbsdelf.mh consistently.
6205 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6206 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6207 nbsdaout.mt and nbsdelf.mh consistently.
6208 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6209 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6210 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6211 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6212 a.out shared library stuff from here...
6213 * config/nm-nbsdaout.h: ...to here.
6214 * config/tm-nbsd.h: Remove.
6215 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6216 * config/arm/nbsd.mh: Remove.
6217 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6218 nbsd-tdep.o.
6219 * config/arm/nbsdaout.mh: New file.
6220 * config/arm/nbsdelf.mh: New file.
6221 * config/arm/nm-nbsdaout.h: New file.
6222 * config/i386/nbsd.mh: Remove.
6223 * config/i386/nbsd.mt: Remove.
6224 * config/i386/nbsdaout.mh: New file.
6225 * config/i386/nbsdaout.mt: New file.
6226 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6227 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6228 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6229 i386_register_u_addr): Remove.
6230 * config/i386/nm-nbsdaout.h: New file.
6231 * config/i386/nm-nbsdelf.h: Remove.
6232 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6233 (USE_STRUCT_CONVENTION): Remove.
6234 * config/i386/tm-nbsdaout.h: New file.
6235 * config/i386/tm-nbsdelf.h: Remove.
6236 * config/m68k/nbsd.mh: Remove.
6237 * config/m68k/nbsd.mt: Remove.
6238 * config/m68k/nbsdaout.mh: New file.
6239 * config/m68k/nbsdaout.mt: New file.
6240 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6241 * config/m68k/nm-nbsdaout.h: New file.
6242 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6243 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6244 * config/ns32k/nbsd.mh: Remove.
6245 * config/ns32k/nbsd.mt: Remove.
6246 * config/ns32k/nbsdaout.mh: New file.
6247 * config/ns32k/nbsdaout.mt: New file.
6248 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6249 * config/ns32k/nm-nbsdaout.h: New file.
6250 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6251 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6252 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6253 (SVR4_SHARED_LIBS): Remove.
6254 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6255 * config/sparc/nbsd.mh: Remove.
6256 * config/sparc/nbsd.mt: Remove.
6257 * config/sparc/nbsdaout.mh: New file.
6258 * config/sparc/nbsdaout.mt: New file.
6259 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6260 * config/sparc/nbsdelf.mt: New file.
6261 * config/sparc/nm-nbsdaout.h: New file.
6262 * config/sparc/nm-nbsdelf.h: Remove.
6263 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6264 * config/sparc/tm-nbsdaout.h: New file.
6265
6266 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6267
6268 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6269 mipsnbsd-tdep.c
6270 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6271
6272 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6273
6274 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6275 shnbsd-nat.c.
6276 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6277
6278 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6279
6280 * NEWS: Note new MIPS NetBSD native configuration.
6281 * configure.host (mips*-*-netbsd*): New host.
6282 * configure.tgt (mips*-*-netbsd*): New target.
6283 * mipsnbsd-nat.c: New file.
6284 * mipsnbsd-tdep.c: New file.
6285 * mipsnbsd-tdep.h: New file.
6286 * config/mips/nbsd.mh: New file.
6287 * config/mips/nbsd.mt: New file.
6288 * config/mips/nm-nbsd.h: New file.
6289 * config/mips/tm-nbsd.h: New file.
6290
6291 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6292
6293 * Makefile.in (SFILES): Add osabi.c.
6294 (COMMON_OBS): Add osabi.o.
6295 (osabi.o): New dependency list.
6296 * osabi.c: New file.
6297 * osabi.h: New file.
6298 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6299
6300 * Makefile.in (alpha_tdep_h): Define and use instead of
6301 alpha-tdep.h.
6302 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6303 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6304 Remove.
6305 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6306 * alpha-tdep.h: Include osabi.h.
6307 (alpha_abi): Remove.
6308 (gdbarch_tdep): Use generic OS ABI framework.
6309 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6310 gdbarch_register_osabi.
6311 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6312 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6313 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6314
6315 * Makefile.in (sh_tdep_h): Add osabi.h.
6316 * sh-tdep.h (sh_osabi): Remove.
6317 (gdbarch_tdep): Use generic OS ABI framework.
6318 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6319 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6320 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6321 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6322
6323 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6324 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6325 gdbarch_register_osabi.
6326 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6327 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6328 (get_elfosabi): Rename to...
6329 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6330 ABI framework support routines.
6331 (arm_gdbarch_init): Use generic OS ABI framework.
6332 (arm_dump_tdep): Likewise.
6333 (_initialize_arm_tdep): Likewise.
6334 * arm-tdep.h: Include osabi.h.
6335 (arm_abi): Remove.
6336 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6337 osabi member.
6338 (arm_gdbarch_register_os_abi): Remove prototype.
6339 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6340 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6341
6342 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6343 * mips-tdep.c: Include osabi.h.
6344 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6345 OS ABI framework.
6346
6347 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6348
6349 * h8300-tdep.c: Fix formatting.
6350
6351 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6352
6353 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6354 printing vector registers.
6355
6356 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6357
6358 From Fernando Nasser:
6359 * remote.c (remote_async_open_1): Re-throw the exception when the
6360 connection fails.
6361 (remote_cisco_open): Ditto.
6362 (remote_open_1): Ditto.
6363
6364 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6365
6366 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6367 (remote_start_remote): Add uiout parameter. Pass through to
6368 remote_start_remote_dummy.
6369 (remote_open_1): Use catch_exception instead of catch_errors.
6370 (remote_async_open_1): Ditto.
6371 (remote_cisco_open): Ditto.
6372
6373 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6374
6375 * remote.c (remote_start_remote): Replace PTR with void pointer.
6376 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6377 static.
6378
6379 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6380
6381 * gdb_indent.sh: Allow the script to be run in the sim directory.
6382
6383 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6384
6385 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6386 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6387
6388 * corelow.c (core_open): Only call set_gdbarch_from_file if
6389 exec_bfd is NULL.
6390
6391 2002-05-17 Andrey Volkov <avolkov@transas.com>
6392
6393 * h8300-tdep.c: Add support of EXR register
6394 * config/h8300/tm-h8300.h: Ditto.
6395
6396 2002-05-17 Andrey Volkov <avolkov@transas.com>
6397
6398 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6399
6400 2002-05-17 Andrey Volkov <avolkov@transas.com>
6401
6402 * h8300-tdep.c: Change literal regnums to REGNO.
6403
6404 2002-05-17 Jim Blandy <jimb@redhat.com>
6405
6406 * NEWS: Note addition of macro support.
6407
6408 Expand preprocessor macros in C expressions.
6409 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6410 (scan_macro_expansion, scanning_macro_expansion,
6411 finished_macro_expansion): New function declarations.
6412 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6413 variable declarations.
6414 * parser-defs.h (expression_context_pc): New declaration.
6415 * parse.c (expression_context_pc): New variable.
6416 (parse_exp_1): Set expression_context_pc, as well as
6417 expression_context_block.
6418 * c-exp.y (yylex): If we're not already reading the result of a
6419 macro expansion, try to macro-expand the next token. When we're
6420 done scanning a macro expansion, switch back to the mainline text.
6421 Commas and `if's in a macro's expansion don't terminate the input.
6422 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6423 (macro_original_text, macro_expanded_text,
6424 expression_macro_lookup_func, expression_macro_lookup_baton): New
6425 variables.
6426 (scan_macro_expansion, scanning_macro_expansion,
6427 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6428 c_preprocess_and_parse): New functions.
6429 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6430 c_preprocess_and_parse, instead of c_parse.
6431 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6432 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6433
6434 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6435
6436 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6437 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6438 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6439
6440 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6441
6442 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6443
6444 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6445
6446 * Makefile.in (sh_tdep_h): Define and use.
6447 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6448 register enum): Move to...
6449 * * sh-tdep.h: ...here.
6450 * sh-tdep.c: Include sh-tdep.h.
6451 * sh3-rom.c: Likewise.
6452 * shnbsd-tdep.c: Likewise.
6453
6454 2002-05-16 Michael Snyder <msnyder@redhat.com>
6455
6456 * arm-tdep.c: Spelling fix in comment.
6457
6458 2002-05-16 Jim Blandy <jimb@redhat.com>
6459
6460 Add commands for manually expanding macros and showing their
6461 definitions.
6462 * macrocmd.c, macroscope.c, macroscope.h: New files.
6463 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6464 (macroscope_h): New variable.
6465 (HFILES_NO_SRCDIR): Add macroscope.h.
6466 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6467 (macroscope.o, macrocmd.o): New rules.
6468
6469 Teach the Dwarf 2 reader to read macro information.
6470 * dwarf2read.c: #include "macrotab.h".
6471 (dwarf_macinfo_buffer): New variable.
6472 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6473 dwarf_macinfo_size.
6474 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6475 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6476 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6477 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6478 dwarf2_macro_spaces_in_definition): New complaints.
6479 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6480 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6481 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6482 the partial symbol table.
6483 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6484 from what's recorded in the partial symbol table.
6485 (read_file_scope): If the compilation unit has a
6486 `DW_AT_macro_info' attribute, read its macro information.
6487 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6488
6489 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6490
6491 Fix PR gdb/546
6492 * ser-tcp.c: Don't include <netinet/udp.h>.
6493
6494 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6495
6496 * MAINTAINERS: Update my email address.
6497
6498 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6499
6500 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6501 include file of the same name.
6502
6503 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6504
6505 * configure.tgt: Mark v850 as multi-arched.
6506 * config/v850/tm-v850.h: Remove file.
6507 * config/v850/v850.mt: Eliminate TM_FILE.
6508
6509 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6510
6511 * v850-tdep.c: Full multi-arch.
6512 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6513 Define GDB_MULTI_ARCH to 2.
6514
6515 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6516
6517 * p-exp.y (current_type): New static variable.
6518 Carries the type of the expression at the position that is parsed.
6519 (push_current_type, pop_current_type): Two new functions. Used
6520 to store/restore current_type in expression on specific tokens.
6521 (search_field): New static variable. Set to one after parsing a point
6522 as at that point only a FIELDNAME token should be searched.
6523 (FIELDNAME): New token. After a point only a token belonging to
6524 current_type type definition is allowed.
6525 (all over token rules): reset and change current_type according
6526 to rules.
6527 (exp '[' rule): insert implicit array index field if
6528 exp is a pascal string type.
6529
6530 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6531
6532 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6533 frame info. Use frame_info's saved_regs instead of matching member
6534 in extra_frame_info throughout.
6535 (v850_frame_init_saved_regs): New function.
6536 (v850_init_extra_frame_info): Move most functionality into
6537 v850_frame_init_saved_regs().
6538 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6539 (v850_frame_find_saved_regs): Remove declaration.
6540 (FRAME_FIND_SAVED_REGS): Remove definition.
6541 (v850_frame_init_saved_regs): Add declaration.
6542 (FRAME_INIT_SAVED_REGS): Add definition.
6543
6544 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6545
6546 * v850-tdep.c: Begin multi-arch'ing v850.
6547 (v850_target_architecture_hook): Remove function.
6548 (v850_gdbarch_init): New function. Add code previously in
6549 v850_target_architecture_hook().
6550 (_initialize_v850_tdep): Don't set target_architecture_hook.
6551 Call register_gdbarch_init() instead.
6552
6553 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6554
6555 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6556 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6557 (fixup_class_method_type): Likewise.
6558
6559 2002-05-15 Jim Blandy <jimb@redhat.com>
6560
6561 Add macro structures to GDB's symbol tables. Nobody puts anything
6562 in them yet.
6563 * symtab.h (struct symtab): New member: `macro_table'.
6564 * buildsym.h (pending_macros): New global variable.
6565 * buildsym.c: #include "macrotab.h".
6566 (buildsym_init): Initialize `pending_macros'.
6567 (end_symtab): If we found macro information while reading a CU's
6568 debugging info, do build a symtab structure for it. Make the
6569 symtab point to the macro information, and clear the
6570 `pending_macros' pointer which held it while we were reading the
6571 debug info.
6572 (really_free_pendings): Free any pending macro table.
6573 * objfiles.h (struct objfile): New member: `macro_cache'.
6574 * objfiles.c (allocate_objfile): Set allocate and free functions
6575 for the macro cache's objstack.
6576 (free_objfile): Empty the macro cache's obstack.
6577 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6578 set new allocate and free functions for it.
6579 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6580 free functions for the macro cache's objstack. (Why is this
6581 function building its own objfile?)
6582 * symmisc.c (print_objfile_statistics): Print statistics on the
6583 macro bcache.
6584 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6585
6586 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6587
6588 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6589 (REGISTER_U_ADDR): Delete definition.
6590 (arm_register_u_addr): Delete declaration.
6591
6592 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6593
6594 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6595 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6596
6597 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6598
6599 * regcache.c (register_valid): Revise comments refering to "Not
6600 available" and "unavailable".
6601 * frame.c (frame_register_read): Ditto.
6602 * findvar.c (value_of_register): Ditto.
6603
6604 2002-05-15 Andrew Cagney <cagney@redhat.com>
6605
6606 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6607 (remote-sim.o): Update dependencies.
6608 (d10v-tdep.o): Specify dependencies.
6609 (sim_d10v_h): Define.
6610
6611 2002-05-14 Jim Blandy <jimb@redhat.com>
6612
6613 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6614 * macrotab.c (macro_lookup_inclusion, find_definition,
6615 new_macro_table): Same.
6616
6617 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6618 not `! strcmp ()'. This is a dubious improvement.
6619 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6620
6621 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6622 although it's not necessary, to avoid a warning.
6623
6624 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6625
6626 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6627 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6628 TYPE_INSTANCE_FLAGS.
6629 (struct main_type): New.
6630 (struct type): Move most members to struct main_type. Change
6631 cv_type and as_type to new type_chain member. Add instance_flags.
6632 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6633 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6634 (finish_cv_type): Remove prototype.
6635 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6636 Set TYPE_CHAIN.
6637 (alloc_type_instance): New function.
6638 (smash_type): New function.
6639 (make_pointer_type, make_reference_type, make_function_type)
6640 (smash_to_member_type, smash_to_method_type): Call smash_type.
6641 (make_qualified_type): New function.
6642 (make_type_with_address_space): Call make_qualified_type.
6643 (make_cv_type): Likewise.
6644 (finish_cv_type): Remove unnecessary function.
6645 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6646 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6647 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6648 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6649 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6650 * hpread.c (hpread_read_struct_type): Likewise.
6651 * stabsread.c (read_struct_type): Likewise.
6652
6653 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6654
6655 * configure.tgt: Add a catch all sh* target, for cases like
6656 sh[2,3,4]-elf and sh-hms.
6657
6658 2002-05-14 Keith Seitz <keiths@redhat.com>
6659
6660 * event-loop.c (create_file_handler): Don't do anything but
6661 update data when we are given a fd which we are already
6662 monitoring.
6663
6664 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6665
6666 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6667 (update_context): Use __func__ in warnings.
6668
6669 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6670
6671 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6672 and tcp_close to net_open and net_close.
6673 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6674 using UDP if requested. Don't try to disable Nagle on UDP
6675 sockets.
6676 * remote.c (remote_serial_open): New function. Warn about UDP.
6677 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6678
6679 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6680
6681 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6682
6683 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6684
6685 * configure.tgt: Remove sh-hms target.
6686 * MAINTAINERS: Don't list sh-hms as a separate target.
6687
6688 2002-05-13 Jim Blandy <jimb@redhat.com>
6689
6690 Add first preprocessor macro-expansion files.
6691 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6692 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6693 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6694 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6695 (COMMON_OBS): Add macrotab.o, macroexp.o.
6696 (macroexp.o, macrotab.o): New rules.
6697
6698 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6699
6700 * config/m88k/tm-m88k.h: Update copyright.
6701 (m88k_target_write_pc): Declare
6702 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6703 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6704 (SHIFT_INST_REGS): Update definition.
6705 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6706 using old definition of TARGET_WRITE_PC.
6707 * regcache.c (generic_target_write_pc): Delete code handling
6708 NNPC_REGNUM.
6709 * gdbarch.sh (NNPC_REGNUM): Delete.
6710 * gdbarch.h, gdbarch.c: Regenerate.
6711
6712 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6713
6714 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6715 builtin reg number.
6716
6717 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6718
6719 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6720 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6721 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6722 access macros.
6723 * c-typeprint.c (cp_type_print_method_args): Likewise.
6724 (c_type_print_args): Likewise.
6725 * d10v-tdep.c (d10v_push_arguments): Likewise.
6726 (d10v_extract_return_value): Likewise.
6727 * expprint.c (print_subexp): Likewise.
6728 * gdbtypes.c (lookup_primitive_typename): Likewise.
6729 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6730 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6731 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6732 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6733 (TYPE_VECTOR): Likewise.
6734 * hpread.c (hpread_read_struct_type)
6735 (fix_static_member_physnames, fixup_class_method_type)
6736 (hpread_type_lookup): Likewise.
6737 * mdebugread.c (parse_symbol, parse_type): Likewise.
6738 * p-lang.c (is_pascal_string_type): Likewise.
6739 * valops.c (hand_function_call): Likewise.
6740 * x86-64-tdep.c (classify_argument): Likewise.
6741
6742 * hpread.c (hpread_read_function_type)
6743 (hpread_read_doc_function_type): Call replace_type.
6744 * dstread.c (create_new_type): Delete.
6745 (decode_dst_structure, process_dst_function): Call alloc_type.
6746 Use type access macros.
6747
6748 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6749
6750 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6751 the're not supported by the current architecture.
6752 (i387_fill_fxsave): Likewise.
6753
6754 2002-05-12 Fred Fish <fnf@redhat.com>
6755
6756 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6757 sect_index_xxx members to index the first slot in section_offsets
6758 if all of the section_offsets are zero.
6759
6760 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6761
6762 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6763 checked in with last change.
6764
6765 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6766
6767 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6768 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6769 config.sub.
6770
6771 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6772
6773 * Makefile.in: Update dependencies.
6774
6775 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6776
6777 * language.c (local_hex_string_custom): Simplify. Do not depend
6778 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6779
6780 * memattr.c (mem_info_command): Replace calls to
6781 longest_local_hex_string and longest_local_hex_string_custom.
6782 * buildsym.c (make_blockvector): Ditto.
6783 * solib.c (info_sharedlibrary_command): Ditto.
6784 * tracepoint.c (tracepoints_info): Ditto.
6785 * symtab.c (print_msymbol_info): Ditto.
6786
6787 * language.c (local_hex_string): Delete.
6788 (local_hex_string_custom): Delete.
6789 (longest_local_hex_string): Rename to local_hex_string.
6790 (longest_local_hex_string_custom): Rename to
6791 local_hex_string_custom.
6792 * language.h (local_hex_string): Change parameter type to LONGEST.
6793 (local_hex_string_custom): Ditto.
6794 (longest_local_hex_string): Delete declaration.
6795 (longest_local_hex_string_custom): Ditto.
6796
6797 * solib.c: Update copyright.
6798 * memattr.c: Update copyright.
6799
6800 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6801
6802 * arch-utils.h (legacy_register_to_value): Declare.
6803 (legacy_value_to_register): Declare.
6804 (legacy_convert_register_p): Declare.
6805 * arch-utils.c (legacy_register_to_value): New function.
6806 (legacy_value_to_register): New function.
6807 (legacy_convert_register_p): New function.
6808
6809 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6810 (VALUE_TO_REGISTER): Define.
6811 (CONVERT_REGISTER_P): Define.
6812 * gdbarch.h, gdbarch.c: Regenerate.
6813
6814 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6815 VALUE_TO_REGISTER.
6816 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6817 CONVERT_REGISTER_P.
6818
6819 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6820 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6821
6822 * Makefile.in: Update dependencies for valops.c.
6823 * valops.c: Include "gdb_assert.h".
6824 (typecmp): Skip THIS parameter to methods.
6825 (find_method_list): Remove static_memfuncp argument,
6826 update callers. Check for stub methods.
6827 (find_value_oload_method_list): Don't set *static_memfuncp.
6828 (find_overload_match): Don't check for stub methods. Assert
6829 that methods are not stubbed. Handle static methods.
6830 (value_find_oload_method_list): Remove static_memfuncp argument.
6831 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6832 to the argument list for static stub methods.
6833 * value.h (value_find_oload_method_list): Update prototype.
6834
6835 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6836
6837 * arch-utils.h (generic_register_size): Declare.
6838 (generic_register_raw_size, generic_register_virtual_size): Delete
6839 declarations.
6840 * arch-utils.c (generic_register_raw_size): Delete.
6841 (generic_register_size): New function.
6842 (generic_register_virtual_size): Delete.
6843
6844 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6845 default generic_register_size.
6846 * gdbarch.h, gdbarch.c: Re-generate.
6847
6848 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6849 register_virtual_size.
6850 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6851 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6852
6853 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6854
6855 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6856 * gdbarch.h, gdbarch.c: Regenerate.
6857 * gnu-v3-abi.c: Update copyright.
6858 (vtable_address_point_offset): Update.
6859 (gnuv3_rtti_type): Update.
6860 (gnuv3_baseclass_offset): Update.
6861 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6862 (init_fetch_link_map_offsets): Update.
6863 * remote.c (get_remote_state): Update.
6864
6865 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6866
6867 * TODO: Remove value_headof/value_from_vtable_info comment.
6868 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6869 * values.c (value_headof, value_from_vtable_info): Delete.
6870 * value.h (value_from_vtable_info): Delete prototype.
6871
6872 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6873
6874 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6875 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6876 $(gdb_regex_h).
6877 (gdb_assert_h): Define.
6878 (gdb_wait_h): Define.
6879 (gdb_regex_h): Define.
6880
6881 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6882
6883 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6884 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6885
6886 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6887
6888 * nbsd-tdep.c: Fix comment.
6889
6890 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6891
6892 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6893 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6894 (nbsd-tdep.o): New dependency list.
6895 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6896 nbsd-tdep.h.
6897 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6898 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6899 * nbsd-tdep.c: New file.
6900 * nbsd-tdep.h: New file.
6901 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6902 nbsd-tdep.h.
6903 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6904 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6905 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6906 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6907
6908 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6909
6910 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6911 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6912 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6913 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6914 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6915 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6916
6917 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6918
6919 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6920 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6921 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6922 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6923 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6924 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6925 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6926
6927 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6928
6929 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6930 fetch_elfcore_registers to...
6931 * i386nbsd-tdep.c: ...here.
6932 (i386nbsd_use_struct_convention): Rename to...
6933 (i386nbsd_aout_use_struct_convention): ...this.
6934 (i386nbsd_supply_reg): New function.
6935 (i386nbsd_fill_reg): New function.
6936 (fetch_core_registers): Use i386nbsd_supply_reg.
6937 (fetch_elfcore_registers): Likewise.
6938 (_initialize_i386nbsd_tdep): New function.
6939 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6940 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6941 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6942 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6943 (i386nbsd_aout_use_struct_convention): ...this.
6944
6945 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6946
6947 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6948 (store_inferior_registers): Use shnbsd_fill_reg.
6949 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6950 sh_nbsd_supply_register): Collapse into...
6951 (shnbsd_supply_reg): ...this.
6952 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6953 (shnbsd_fill_reg): ...this.
6954 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6955 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6956 (fetch_core_registers): Use shnbsd_supply_reg.
6957 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6958 (sh_nbsd_core_fns): Rename to...
6959 (shnbsd_core_fns): ...this.
6960 (sh_nbsd_elfcore_fns): Rename to...
6961 (shnbsd_elfcore_fns): ...this.
6962 (sh_nbsd_init_abi): Rename to...
6963 (shnbsd_init_abi): ...this.
6964 (_initialize_sh_nbsd_tdep): Rename to...
6965 (_initialize_shnbsd_tdep): ...this.
6966 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6967 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6968 sh_nbsd_fill_register): Remove prototypes.
6969 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6970
6971 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6972
6973 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6974 (i387-nat.o): Delete dependency list.
6975 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6976 (x86-64-linux-nat.o): Likewise.
6977 * i387-nat.c: Delete file, moving contents to...
6978 * i387-tdep.c: ...here.
6979 * i387-nat.h: Rename...
6980 * i387-tdep.h: ...to this.
6981 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6982 * i386-linux-nat.c: Likewise.
6983 * i386bsd-nat.c: Likewise.
6984 * i386gnu-nat.c: Likewise.
6985 * i386nbsd-nat.c: Likewise.
6986 * i386v4-nat.c: Likewise.
6987 * x86-64-linux-nat.c: Likewise.
6988 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6989 * config/i386/go32.mh (NATDEPFILES): Likewise.
6990 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6991 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6992 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6993 * config/i386/linux.mh (NATDEPFILES): Likewise.
6994 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6995 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6996 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6997 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6998
6999 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7000
7001 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7002 (alphanbsd-nat.o): Remove dependency list.
7003 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7004 * alphanbsd-nat.c: Delete. Contents moved to...
7005 * alphanbsd-tdep.c: ...here.
7006 (_initialize_alphanbsd_tdep): Register core functions.
7007 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7008
7009 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7010
7011 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7012 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7013 (alphanbsd-nat.o): Likewise.
7014 (alphabsd-tdep.o): New dependency list.
7015 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7016 (fill_gregset): Use alphabsd_fill_reg.
7017 (supply_fpregset): Use alphabsd_supply_fpreg.
7018 (fill_fpregset): Use alphabsd_fill_fpreg.
7019 (fetch_inferior_registers): Use struct reg and struct fpreg
7020 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7021 and alphabsd_supply_fpreg.
7022 (store_inferior_registers): Use struct reg and struct fpreg
7023 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7024 and alphabsd_fill_fpreg.
7025 * alphabsd-tdep.c: New file.
7026 * alphabsd-tdep.h: New file.
7027 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7028 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7029 alphabsd_supply_fpreg.
7030 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7031 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7032
7033 2002-05-11 Eric Christopher <echristo@redhat.com>
7034
7035 * mips-tdep.c (mips_double_register_type): Fix thinko.
7036 (mips_single_register_type): Ditto.
7037 * MAINTAINERS: Add self.
7038
7039 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7040
7041 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7042 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7043 right thing on architectures with different endianness and/or
7044 integer sizes.
7045
7046 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7047
7048 From Christian Limpach <chris@Pin.LU>
7049 * configure.in: Change sed expression which comments out
7050 NATDEPFILES to also comment out continuation lines.
7051 * configure: Regenerate.
7052
7053 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7054
7055 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7056 big patch.
7057
7058 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7059
7060 * sh-tdep.c: Include correct file.
7061
7062 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7063
7064 New support for sh64-elf (sh5) target.
7065
7066 * configure.tgt: For sh64-elf target, default to sh-elf.
7067
7068 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7069 (struct gdbarch_tdep): Add new fields for new registers and ABI
7070 info.
7071
7072 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7073 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7074 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7075 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7076 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7077 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7078 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7079 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7080 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7081 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7082 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7083 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7084 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7085 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7086 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7087 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7088 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7089 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7090 sign_extend, sh64_nofp_frame_init_saved_regs,
7091 sh64_init_extra_frame_info, sh64_get_saved_register,
7092 sh64_extract_struct_value_address, sh64_pop_frame,
7093 sh64_push_arguments, sh64_extract_return_value,
7094 sh64_store_return_value, sh64_show_media_regs,
7095 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7096 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7097 sh_sh64_register_virtual_type,
7098 sh_sh64_register_convert_to_virtual,
7099 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7100 sh64_register_read, sh64_pseudo_register_write,
7101 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7102 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7103 sh64_do_pseudo_register, sh_compact_do_registers_info,
7104 sh64_do_registers_info, sh_gdbarch_init): New functions.
7105
7106 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7107
7108 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7109
7110 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7111
7112 * linespec.c (decode_line_1): Check for a double quote after
7113 a filename correctly.
7114
7115 2002-05-10 Jim Blandy <jimb@redhat.com>
7116
7117 Properly track the size of the current objfile's .debug_line section.
7118 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7119 (DWARF_LINE_SIZE): New macro.
7120 (dwarf2_build_psymtabs_hard): Record the line section's size in
7121 the partial symbol table.
7122 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7123 symbol table.
7124
7125 2002-05-10 Petr Sorfa <petrs@caldera.com>
7126
7127 * ia64-tdep.c: Handle breakpoints on L instruction type
7128 in MLX instruction bundle by moving the breakpoint to
7129 the third slot (X instruction type) as L holds only data.
7130
7131 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7132
7133 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7134 (process_one_symbol): Complain about discarding local symbols
7135 due to a misplaced N_LBRAC entry.
7136
7137 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7138
7139 From Daniel Berlin <dan@cgsoftware.com>
7140 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7141 decrease the depth we are at, in the case of templates.
7142
7143 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7144
7145 * mips-tdep.c (mips_float_register_type): New function.
7146 (mips_double_register_type): New function.
7147 (mips_print_register): Use them.
7148 (do_fp_register_row): Likewise.
7149
7150 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7151
7152 * signals/signals.c (signals): Remove conditional compilation around
7153 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7154 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7155
7156 2002-05-09 Michael Snyder <msnyder@redhat.com>
7157
7158 * remote-rdp.c (remote_rdp_can_run): Remove.
7159
7160 2002-05-09 Tom Tromey <tromey@redhat.com>
7161
7162 * jv-valprint.c (java_val_print): Handle `char' as a special case
7163 of TYPE_CODE_INT.
7164
7165 2002-05-09 Michael Snyder <msnyder@redhat.com>
7166
7167 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7168 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7169 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7170 str r(0123),[sp,#nn].
7171 (arm_skip_prologue): Ditto. Also make disassembly
7172 order-independent by placing it in a loop.
7173
7174 2002-05-06 Michael Snyder <msnyder@redhat.com>
7175
7176 * stabsread.c (read_type): Add recognition for new attribute:
7177 "@V;" means that an array type is actually a vector.
7178 This is analogous to the vector flag that's been added to dwarf2.
7179
7180 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7181
7182 * i386-tdep.h (i386_abi): New enum.
7183 (struct gdbarch_tdep): Replace os_ident member with abi.
7184 (i386_gdbarch_register_os_abi): New prototype.
7185 * i386-tdep.c (i386_abi_names): New array.
7186 (process_note_abi_tag_sections): Removed.
7187 (process_note_sections): New function.
7188 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7189 (struct i386_abi_handler): New struct.
7190 (i386_abi_handler_list): New variable.
7191 (i386_gdbarch_register_os_abi): New function.
7192 (i386_gdbarch_init): Adapt for the changes given above.
7193
7194 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7195
7196 * gregset.h: Say "GNU/Linux".
7197
7198 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7199
7200 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7201 (build_gdbtypes): Build builtin_type_v2_float.
7202 (_initialize_gdbtypes): Register new builtin type.
7203
7204 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7205
7206 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7207 (clear_gdbarch_swap): New function.
7208 (initialize_non_multiarch): Call.
7209 (gdbarch_update_p): Before calling init(), swap out and clear the
7210 existing architecture.
7211 * gdbarch.c: Regenerate.
7212
7213 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7214
7215 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7216 alphanbsd-tdep.c.
7217
7218 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7219
7220 * sh-nbsd-nat.c: Rename to...
7221 * shnbsd-nat.c: ...this.
7222 * sh-nbsd-tdep.c: Rename to...
7223 * shnbsd-tdep.c: ...this.
7224 * sh-nbsd-tdep.h: Rename to...
7225 * shnbsd-tdep.h: ...this.
7226 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7227 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7228
7229 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7230
7231 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7232 concatenation for command help messages.
7233
7234 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7235
7236 * NEWS: Note new sh*-*-netbsdelf* configuration.
7237 * configure.host: Set gdb_host_cpu to sh for all sh*.
7238 (sh*-*-netbsdelf*): New host.
7239 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7240 (sh*-*-netbsdelf*): New target.
7241 * sh-nbsd-nat.c: New file.
7242 * sh-nbsd-tdep.c: New file.
7243 * sh-nbsd-tdep.h: New file.
7244 * config/sh/nbsd.mh: New file.
7245 * config/sh/nbsd.mt: New file.
7246 * config/sh/nm-nbsd.h: New file.
7247 * config/sh/tm-nbsd.h: New file.
7248
7249 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7250
7251 * sh-tdep.c (sh_osabi_names): Declare.
7252 (process_note_abi_tag_sections): New function.
7253 (get_elfosabi): Ditto.
7254 (sh_gdbarch_register_os_abi): Ditto.
7255 (sh_dump_tdep): Ditto.
7256 _initialize_sh_tdep): Use gdbarch_register to register
7257 sh_gdbarch_init and sh_dump_tdep.
7258 * config/sh/tm-sh.h (sh_osabi): Declare.
7259 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7260
7261 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7262
7263 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7264 (thumb_scan_prologue): Ditto.
7265 (arm_find_callers_reg): Ditto.
7266 (arm_frame_chain): Ditto.
7267 (arm_init_extra_frame_info): Ditto.
7268 (arm_frame_saved_pc): Ditto.
7269 (arm_pop_frame): Ditto.
7270 (arm_push_return_address): New function.
7271 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7272 call_dummy_location, call_dummy_breakpoint_offset_p,
7273 call_dummy_breakpoint_offset, call_dummy_p,
7274 call_dummy_stack_adjust_p, call_dummy_words,
7275 sizeof_call_dummy_words, call_dummy_start_offset,
7276 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7277 call_dummy_address, push_return_address and push_dummy_frame for
7278 generic dummy frames.
7279
7280 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7281
7282 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7283 size computation for alloca.
7284 (sh_fp_frame_init_saved_regs): Likewise.
7285
7286 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7287
7288 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7289 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7290 * arm-tdep.c (arm_store_return_value): Use them.
7291 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7292 * remote-rdp.c (remote_rdp_fetch_register): Use
7293 ARM_MAX_REGISTER_RAW_SIZE.
7294 (remote_rdp_store_register): Likewise.
7295
7296 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7297
7298 * dwarf2cfi.c: Code cleanup, removed unused variables,
7299 added default labels to switch {} statements.
7300 * x86-64-tdep.c: Ditto.
7301 * x86-64-linux-nat.c: Ditto.
7302
7303 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7304
7305 * solib.h: Protect against multiple inclusion.
7306
7307 2002-05-06 Jim Blandy <jimb@redhat.com>
7308
7309 Add first preprocessor macro-expansion files.
7310 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7311 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7312 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7313 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7314 (COMMON_OBS): Add macrotab.o, macroexp.o.
7315 (macroexp.o, macrotab.o): New rules.
7316
7317 Separate the job of reading the line number info statement program
7318 header (...expialidocious) out into its own function.
7319 * dwarf2read.c (struct line_head, struct filenames, struct
7320 directories): Replace with...
7321 (struct line_header): New structure, containing the full
7322 contents of the statement program header, including the
7323 include directory and file name tables.
7324 (read_file_scope): If we have line number info, instead of just
7325 calling dwarf_decode_lines to do all the work, call
7326 dwarf_decode_line_header first to get a `struct line_header'
7327 containing the data in the statement program header, and then
7328 pass that to dwarf_decode_lines, which will pick up where that
7329 left off. Be sure to clean up the `struct line_header' object.
7330 (dwarf_decode_line_header, free_line_header, add_include_dir,
7331 add_file_name): New functions.
7332 (dwarf_decode_lines): Move all the code to read the statement
7333 program header into dwarf_decode_line_header. Take the line
7334 header it built as the first argument, instead of the offset to
7335 the compilation unit's line number info. Use the new `struct
7336 line_header' type instead of the old structures. No need to do
7337 cleanups here now, since we don't allocate anything.
7338 (dwarf2_statement_list_fits_in_line_number_section,
7339 dwarf2_line_header_too_long): New complaints.
7340
7341 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7342
7343 * gdbtypes.c (init_vector_type): New function.
7344 (build_builtin_type_vec128): Simplify the representation of SIMD
7345 registers.
7346 (build_gdbtypes): Initialize new builtin vector types.
7347 (_initialize_gdbtypes): Register new vector types with gdbarch.
7348 (builtin_type_v4_float, builtin_type_v4_int32,
7349 builtin_type_v8_int16, builtin_type_v16_int8,
7350 builtin_type_v2_int32, builtin_type_v4_int16,
7351 builtin_type_v8_int8): New (renamed) SIMD types.
7352
7353 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7354
7355 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7356 (i387_fill_fxsave): Likewise.
7357
7358 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7359
7360 * alpha-tdep.c (alpha_extract_return_value): Don't use
7361 non-constant array size in prototype.
7362
7363 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7364
7365 From Brian Taylor <briant at model dot com>:
7366 * ui-out.c (ui_out_field_core_addr): Use the function
7367 longest_local_hex_string_custom'to format addresses > 32 bits
7368 wide.
7369
7370 * ui-out.c (ui_out_field_core_addr): Update comment.
7371
7372 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7373
7374 * stack.c (select_and_print_frame): Make static. Delete the
7375 parameter `level'.
7376 (func_command): Update call.
7377 (select_frame_command): Delete code computing the frame level.
7378 * frame.h (select_and_print_frame): Delete declaration.
7379
7380 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7381
7382 * sparc-tdep.c (sparc_get_saved_register): Comment why
7383 get_prev_frame call is safe.
7384
7385 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7386
7387 * frame.h (select_frame): Delete level parameter.
7388 * stack.c (select_frame): Update. Use frame_relative_level to
7389 obtain the frame's level.
7390 (select_and_print_frame): Update call.
7391 (select_frame_command): Ditto.
7392 (up_silently_base): Ditto.
7393 (down_silently_base): Ditto.
7394 * ocd.c (ocd_start_remote): Ditto.
7395 * remote-rdp.c (remote_rdp_open): Ditto.
7396 * remote-mips.c (mips_initialize): Ditto.
7397 (common_open): Ditto.
7398 * remote-e7000.c (e7000_start_remote): Ditto.
7399 * m3-nat.c (select_thread): Ditto.
7400 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7401 (child_get_current_exception_event): Ditto.
7402 * varobj.c (varobj_create): Ditto.
7403 (varobj_update): Ditto.
7404 (c_value_of_root): Ditto.
7405 * tracepoint.c (finish_tfind_command): Ditto.
7406 * corelow.c (core_open): Ditto.
7407 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7408 * thread.c (info_threads_command): Ditto.
7409 (switch_to_thread): Ditto.
7410 * infrun.c (normal_stop): Ditto.
7411 (restore_selected_frame): Ditto.
7412 (restore_inferior_status): Ditto.
7413 * breakpoint.c (insert_breakpoints): Ditto.
7414 (watchpoint_check): Ditto.
7415 (bpstat_stop_status): Ditto.
7416 (do_enable_breakpoint): Ditto.
7417 * blockframe.c (flush_cached_frames): Ditto.
7418 (reinit_frame_cache): Ditto.
7419
7420 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7421
7422 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7423 maintainer.
7424
7425 2002-05-04 Jim Blandy <jimb@redhat.com>
7426
7427 * gdbtypes.c (replace_type): Doc fix.
7428
7429 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7430
7431 * valprint.c (strcat_longest): Delete commented out function.
7432 Update copyright.
7433
7434 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7435
7436 * MAINTAINERS: Mark a29k as deleted.
7437 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7438 Move new configurations to the top.
7439 * configure.tgt: Remove a29k.
7440 * config/a29k/tm-vx29k.h: Delete.
7441 * config/a29k/vx29k.mt: Delete.
7442 * config/a29k/tm-a29k.h: Delete.
7443 * config/a29k/a29k-udi.mt: Delete.
7444 * config/a29k/a29k.mt: Delete.
7445 * a29k-tdep.c: Delete.
7446 * remote-udi.c: Delete.
7447 * remote-mm.c: Delete.
7448 * remote-eb.c: Delete.
7449 * remote-adapt.c: Delete.
7450 * Makefile.in: Remove obsolete code.
7451 * config/s390/s390x.mt: Ditto.
7452 * config/s390/s390.mt: Ditto.
7453 * config/sparc/sparclynx.mh: Ditto.
7454 * config/sparc/linux.mh: Ditto.
7455 * config/pa/hppaosf.mh: Ditto.
7456 * config/pa/hppabsd.mh: Ditto.
7457 * config/ns32k/nbsd.mt: Ditto.
7458 * config/mips/vr5000.mt: Ditto.
7459 * config/m68k/sun3os4.mh: Ditto.
7460 * config/m68k/nbsd.mt: Ditto.
7461 * config/m68k/m68klynx.mh: Ditto.
7462 * config/m32r/m32r.mt: Ditto.
7463 * config/i386/x86-64linux.mt: Ditto.
7464 * config/i386/nbsdelf.mt: Ditto.
7465 * config/i386/nbsd.mt: Ditto.
7466 * config/i386/i386lynx.mh: Ditto.
7467
7468 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7469
7470 * target.c (debug_print_register): New function. Handle oversize
7471 registers.
7472 (debug_to_fetch_registers): Call.
7473 (debug_to_store_registers): Call.
7474
7475 2002-05-03 Jim Blandy <jimb@redhat.com>
7476
7477 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7478 (read_type): Doc fix.
7479 * gdbtypes.c (replace_type): Doc fix.
7480
7481 * stabsread.c (multiply_defined_struct): New complaint.
7482 (read_struct_type): If the type we were passed isn't empty, or
7483 incomplete, don't read the new struct type into it; complain,
7484 and return the original type unchanged. Take a new `type_code'
7485 argument, which is the type code for the new type.
7486 (read_type): Rather than storing the type's type code here, pass
7487 it as an argument to read_struct_type, and let that take care of
7488 storing it. That way, we don't overwrite the original type code,
7489 so read_struct_type can use it to decide whether we're overwriting
7490 something we shouldn't.
7491 (complain_about_struct_wipeout): New function.
7492
7493 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7494
7495 * gdbarch.sh: Assert that gdbarch is non-NULL.
7496 * gdbarch.c: Regenerate.
7497
7498 2002-05-03 Jason Merrill <jason@redhat.com>
7499
7500 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7501 and return NULL.
7502
7503 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7504
7505 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7506 (x86_64_dwarf2gdb_regno_map_length),
7507 (x86_64_dwarf2_reg_to_regnum): Added.
7508 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7509 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7510 (_initialize_x86_64_tdep): Synced with the change above.
7511 (x86_64_skip_prologue): Reformulated message.
7512
7513 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7514
7515 * f-exp.y: Also use new prev_lexptr variable
7516 to improve error reporting. Based on Michael Snyder
7517 2002-04-24 dated patch to c-exp.y.
7518 * jv-exp.y: Likewise.
7519 * m2-exp.y: Likewise.
7520
7521 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7522
7523 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7524 we are dealing with vectors.
7525
7526 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7527
7528 * config/m68k/tm-nbsd.h: Obvious fix,
7529 correct machine name.
7530
7531 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7532
7533 * p-typeprint.c (pascal_type_print_base): Add support
7534 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7535
7536 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7537
7538 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7539 for fondamental pascal 'char' type.
7540
7541 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7542
7543 * p-lang.h (is_pascal_string_type): Declaration changed,
7544 new sixth argument of type char ** added.
7545 * p-lang.c (is_pascal_string_type): Implementation
7546 changed. Args length_pos, length_size, string_pos, char_size
7547 can now be NULL. New argument arrayname set to the field
7548 name of the char array. Return value set to char array
7549 field index plus one.
7550 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7551 is_pascal_string_type function.
7552
7553 2002-05-02 Andrew Cagney <cagney@redhat.com>
7554
7555 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7556 <cagney@redhat.com> change.
7557 * gdbarch.c: Regenerate.
7558
7559 2002-05-02 Andrew Cagney <cagney@redhat.com>
7560
7561 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7562 before probing for a new one. Detect errorenous gdbarch_init
7563 functions.
7564 * gdbarch.c: Regenerate.
7565
7566 2002-05-01 Andrew Cagney <cagney@redhat.com>
7567
7568 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7569 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7570 * config/v850/tm-v850.h: Ditto. Update copyright.
7571
7572 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7573
7574 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7575 current_gdbarch.
7576
7577 2002-04-30 Michael Snyder <msnyder@redhat.com>
7578
7579 * arm-tdep.c: Whitespace clean-ups.
7580 (arm_skip_prologue): Fix thinko; two lines
7581 should have been removed as part of 4/24 change.
7582
7583 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7584
7585 * rs6000-tdep.c: Added comment describing how fpscr register
7586 numbers were chosen.
7587
7588 2002-04-30 Michael Snyder <msnyder@redhat.com>
7589
7590 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7591
7592 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7593
7594 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7595 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7596 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7597
7598 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7599
7600 From Louis Hamilton <hamilton@redhat.com>:
7601 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7602 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7603 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7604 not bfd-private xcoff data, to determine wordsize.
7605 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7606
7607 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7608
7609 GDB 5.2 released from 5.2 branch.
7610
7611 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7612
7613 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7614 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7615 (x86_64_register_info_table): Added comments with register numbers.
7616
7617 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7618
7619 * rs6000-tdep.c (rs6000_extract_return_value,
7620 rs6000_store_return_value): Handle returning vectors.
7621 (rs6000_gdbarch_init): Use
7622 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7623 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7624 New function.
7625 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7626 vectors.
7627 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7628 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7629
7630 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7631
7632 * hpread.c (hpread_psymtab_to_symtab_1,
7633 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7634 with fprintf_unfiltered (gdb_stderr,...).
7635
7636 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7637
7638 * remote-array.c (printf_monitor, write_monitor,
7639 array_insert_breakpoint, array_remove_breakpoint ):
7640 Replace fprintf (stderr,...
7641 with fprintf_unfiltered (gdb_stderr,....
7642 * remote-es.c: Likewise.
7643 * remote-os9k.c: Likewise.
7644 * remote-st.c: Likewise.
7645
7646 2002-04-28 Andreas Schwab <schwab@suse.de>
7647
7648 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7649 linux-proc.o and gcore.o.
7650
7651 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7652
7653 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7654 code without frame pointers.
7655
7656 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7657
7658 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7659 ON_STACK is needed.
7660
7661 2002-04-26 Ben Elliston <bje@redhat.com>
7662
7663 * target.c (do_xfer_memory): Correct reference to the new option
7664 "trust-readonly-sections".
7665
7666 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7667
7668 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7669 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7670 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7671 vectors.
7672 (read_array_type): Record the fact that this array type is really a
7673 vector (i.e. are passed in by value).
7674
7675 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7676
7677 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7678 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7679 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7680 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7681 * alpha-linux-tdep.c: Include frame.h.
7682 (alpha_linux_sigcontext_addr): New function.
7683 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7684 alpha_linux_sigcontext_addr.
7685 * alpha-osf1-tdep.c: Include gdbcore.h.
7686 (alpha_osf1_sigcontext_addr): New function.
7687 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7688 alpha_osf1_sigcontext_addr.
7689 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7690 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7691
7692 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7693
7694 * stack.c (selected_frame_level):
7695 (select_frame): Do not set selected_frame_level.
7696 * frame.h (selected_frame_level): Delete declaration.
7697
7698 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7699
7700 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7701 convert_from_func_ptr-addr when AIX / PowerOpen.
7702
7703 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7704
7705 * valops.c (hand_function_call): Call
7706 generic_save_call_dummy_addr.
7707 * frame.h (generic_save_call_dummy_addr): Declare.
7708 * blockframe.c (struct dummy_frame): Add fields call_lo and
7709 call_hi.
7710 (generic_find_dummy_frame): Check for PC in range call_lo to
7711 call_hi instead of entry_point_address.
7712 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7713 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7714 (generic_save_call_dummy_addr): New function.
7715
7716 2002-04-24 David S. Miller <davem@redhat.com>
7717
7718 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7719 sparc_skip_prologue.
7720 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7721 information to find prologue when possible.
7722 (sparc_prologue_frameless_p): Call examine_prologue directly.
7723 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7724 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7725 second argument.
7726 (SKIP_PROLOGUE): Likewise.
7727
7728 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7729
7730 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7731 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7732 indicate that the condition it was testing is always true.
7733 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7734 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7735 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7736
7737 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7738
7739 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7740 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7741 tdep->jb_pc and tdep->jb_elt_size.
7742 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7743 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7744 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7745 * alpha-nat.c (get_longjmp_target): Remove.
7746 (JB_ELEMENT_SIZE): Ditto.
7747 (JB_PC): Ditto.
7748 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7749 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7750 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7751 to alpha_get_longjmp_target.
7752 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7753 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7754 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7755
7756 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7757
7758 * README: Update to GDB 5.2.
7759
7760 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7761
7762 * gdbarch.sh (LC_ALL): Set to `c'.
7763
7764 2002-04-25 Theodore A. Roth <troth@verinet.com>
7765
7766 * avr-tdep.c: Ran through gdb_indent.sh.
7767
7768 2002-04-25 Theodore A. Roth <troth@verinet.com>
7769
7770 * MAINTAINERS: Add myself as AVR maintainer.
7771 * NEWS: Note new target avr.
7772
7773 2002-04-25 Theodore A. Roth <troth@verinet.com>
7774
7775 * Makefile.in: Add support for AVR target.
7776 * configure.tgt: Add support for AVR target.
7777 * avr-tdep.c: New file
7778 * config/avr/avr.mt: New file.
7779
7780 2002-04-25 Theodore A. Roth <troth@verinet.com>
7781
7782 * MAINTAINERS: Add myself to write-after-approval.
7783
7784 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7785
7786 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7787 with fprintf_unfiltered (gdb_stderr,....
7788
7789 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7790
7791 Fix PR gdb/508.
7792 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7793
7794 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7795
7796 * p-exp.y: Also use new prev_lexptr variable
7797 to improve error reporting. Based on Michael Snyder
7798 2002-04-24 dated patch to c-exp.y.
7799
7800 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7801
7802 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7803 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7804 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7805 to 0.
7806 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7807 and struct value.
7808 (FUNCTION_START_OFFSET): Remove.
7809 (BREAKPOINT): Ditto.
7810
7811 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7812
7813 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7814 * NEWS: Ditto.
7815
7816 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7817
7818 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7819 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7820 alpha_linux_pc_in_sigtramp.
7821 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7822 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7823 alpha_osf1_pc_in_sigtramp.
7824 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7825 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7826 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7827 alphafbsd_pc_in_sigtramp.
7828 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7829 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7830 alphanbsd_pc_in_sigtramp.
7831 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7832 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7833
7834 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7835
7836 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7837
7838 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7839
7840 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7841 alphanbsd-tdep.c.
7842 (alphanbsd-nat.o): New dependency list.
7843 (alphanbsd-tdep.o): Ditto.
7844 * NEWS: Note new native NetBSD/alpha configuration.
7845 * alphanbsd-nat.c: New file.
7846 * alphanbsd-tdep.c: Ditto.
7847 * configure.host (alpha*-*-netbsd*): New host.
7848 * configure.tgt (alpha*-*-netbsd*): New target.
7849 * config/alpha/nbsd.mh: New file.
7850 * config/alpha/nbsd.mt: Ditto.
7851 * config/alpha/nm-nbsd.h: Ditto.
7852 * config/alpha/tm-nbsd.h: Ditto.
7853
7854 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7855
7856 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7857 (alpha-osf1-tdep.o): New dependency list.
7858 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7859 and skip_sigtramp_frame members.
7860 * alpha-linux-tdep.c: Include gdbcore.h.
7861 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7862 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7863 * alpha-osf1-tdep.c: New file.
7864 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7865 alpha-osf1-dep.c.
7866 (alpha_frame_past_sigtramp_frame): New function.
7867 (alpha_dynamic_sigtramp_offset): Ditto.
7868 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7869 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7870 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7871 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7872 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7873 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7874 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7875 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7876 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7877 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7878 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7879 to find_solib_trampoline_target.
7880 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7881 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7882 (SKIP_TRAMPOLINE_CODE): Remove.
7883 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7884 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7885 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7886 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7887 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7888 (PROC_SIGTRAMP_MAGIC): Ditto.
7889 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7890 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7891 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7892 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7893 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7894
7895 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7896
7897 * NEWS: Note that Alpha targets are now multi-arch.
7898
7899 2002-04-24 Michael Snyder <msnyder@redhat.com>
7900
7901 * parser-defs.h (prev_lexptr): New external variable.
7902 * parse.c (parse_exp_1): Set prev_lexptr to null before
7903 calling the language-specific parser.
7904 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7905 (yyerror): Use prev_lexptr in error reporting.
7906
7907 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7908
7909 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7910 * gregset.h: If FILL_FPXREGSET is defined, provide
7911 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7912 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7913 is defined, call fill_fpxregset.
7914
7915 2002-04-24 Roland McGrath <roland@frob.com>
7916
7917 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7918 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7919 (supply_gregset, supply_fpregset): New functions.
7920
7921 * gnu-nat.c (gnu_find_memory_regions): New function.
7922 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7923 (gnu_xfer_memory): Add a cast.
7924
7925 2002-04-24 Michael Snyder <msnyder@redhat.com>
7926
7927 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7928 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7929 of argument regs ("str r(0123), [r11, #-nn"]).
7930 (arm_skip_prologue): Better handling for frameless functions.
7931 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7932 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7933
7934 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7935
7936 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7937 NUM_PSEUDO_REGS can be used.
7938
7939 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7940
7941 * arch-utils.h: Update copyright.
7942
7943 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7944 * gdbarch.h, gdbarch.c: Re-generate.
7945
7946 * inferior.h (IN_SIGTRAMP): Delete definition.
7947 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7948 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7949
7950 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7951 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7952 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7953 (find_proc_framesize): Ditto.
7954 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7955 (alpha_init_extra_frame_info): Ditto.
7956 * infrun.c (handle_inferior_event): Ditto.
7957 (handle_inferior_event): Ditto.
7958 (check_sigtramp2): Ditto.
7959 * blockframe.c (create_new_frame): Ditto.
7960 (get_prev_frame): Ditto.
7961 * ppc-linux-tdep.c: Update comments.
7962 * i386-linux-tdep.c: Update comments.
7963 * breakpoint.c (bpstat_what): Update comment.
7964
7965 2002-04-24 David S. Miller <davem@redhat.com>
7966
7967 * i960-tdep.c (register_in_window_p): New function.
7968 (i960_find_saved_register): Use it instead of
7969 REGISTER_IN_WINDOW_P.
7970 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7971
7972 * symtab.h (find_stab_function_addr): Kill extern.
7973 * minsyms.c (find_stab_function_addr): Remove from here...
7974 * dbxread.c: ... to here, and mark it static.
7975
7976 2002-04-20 David S. Miller <davem@redhat.com>
7977
7978 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7979 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7980
7981 2002-04-21 David S. Miller <davem@redhat.com>
7982
7983 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7984 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7985 (vx_write_register): Likewise.
7986
7987 2002-04-23 J. Brobecker <brobecker@gnat.com>
7988
7989 * source.c (is_regular_file): New function.
7990 (openp): Check wether file to open is a regular file
7991 to avoid opening directories.
7992
7993 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7994
7995 * findvar.c (extract_signed_integer): Cast printf argument
7996 to suppress format warning.
7997 (extract_unsigned_integer): Likewise.
7998 * infcmd.c (registers_info): Likewise.
7999 * top.c (get_prompt_1): Likewise.
8000 * valops.c (value_assign): Likewise.
8001 * valprint.c (print_decimal): Likewise.
8002
8003 2002-04-22 H.J. Lu (hjl@gnu.org)
8004
8005 * c-exp.y (typebase): Support
8006
8007 [long|long long|short] [signed|unsigned] [int|]
8008
8009 and
8010
8011 signed [long|long long|short] int
8012
8013 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8014
8015 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8016 and vax-tdep.h.
8017 * vax-tdep.h: New file.
8018 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8019 Make several routines static.
8020 (vax_get_saved_register): New function.
8021 (vax_gdbarch_init): New function.
8022 (_initialize_vax_tdep): Register vax_gdbarch_init.
8023 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8024 Remove macros now under the control of gdbarch.
8025
8026 2002-04-22 Michael Snyder <msnyder@redhat.com>
8027
8028 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8029 Some whitespace and coding standards tweaks.
8030
8031 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8032
8033 * vax-tdep.c: Include regcache.h.
8034 (vax_call_dummy_words): New.
8035 (sizeof_vax_call_dummy_words): New.
8036 (vax_fix_call_dummy): New function.
8037 (vax_saved_pc_after_call): Ditto.
8038 * config/vax/tm-vax.h: Don't include regcache.h.
8039 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8040 (CALL_DUMMY): Remove.
8041 (CALL_DUMMY_WORDS): Define.
8042 (SIZEOF_CALL_DUMMY_WORDS): Define.
8043 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8044
8045 2002-04-18 Michael Snyder <msnyder@redhat.com>
8046
8047 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8048
8049 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8050
8051 * vax-tdep.c (vax_frame_chain): New function.
8052 (vax_push_dummy_frame): Ditto.
8053 (vax_pop_frame): Ditto.
8054 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8055 (FRAMELESS_FUNCTION_INVOCATION): Use
8056 generic_frameless_function_invocation_not.
8057 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8058 (POP_FRAME): Use vax_pop_frame.
8059
8060 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8061
8062 * vax-tdep.c (vax_store_struct_return): New function.
8063 (vax_extract_return_value): Ditto.
8064 (vax_store_return_value): Ditto.
8065 (vax_extract_struct_value_address): Ditto.
8066 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8067 vax_store_struct_return.
8068 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8069 (STORE_RETURN_VALUE): Use vax_store_return_value.
8070 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8071
8072 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8073
8074 * vax-tdep.c (vax_frame_saved_pc): New function.
8075 (vax_frame_args_address_correct): Ditto.
8076 (vax_frame_args_address): Ditto.
8077 (vax_frame_locals_address): Ditto.
8078 (vax_frame_num_args): Move code to be in proximity to
8079 other frame-related functions.
8080 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8081 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8082 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8083 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8084 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8085
8086 2002-04-22 H.J. Lu (hjl@gnu.org)
8087
8088 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8089 includedir.
8090
8091 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8092
8093 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8094 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8095 (FRAME_INIT_SAVED_REGS): New macro.
8096
8097 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8098
8099 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8100
8101 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8102
8103 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8104 where needed.
8105 (fetch_osf_core_registers): Likewise.
8106 (supply_gregset): Likewise.
8107
8108 2002-04-22 J. Brobecker <brobecker@gnat.com>
8109
8110 * symfile.h (get_section_index): Define.
8111 * symfile.c (get_section_index): New function.
8112 * mdebugread.c (SC_IS_SBSS): New macro.
8113 (SC_IS_BSS): Return true for the scBss storage class only, as
8114 the scSBss storage class refers to the .sbss section.
8115 (parse_partial_symbols): Discard the symbols which associated
8116 section does not exist.
8117 Make sure to use the .sbss section index for symbols which
8118 storage class is scBss, rather than using the .bss section index.
8119
8120 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8121
8122 * vax-tdep.c: Update copyright years.
8123 (vax_register_name): New function.
8124 (vax_register_byte): Ditto.
8125 (vax_register_raw_size): Ditto.
8126 (vax_register_virtual_size): Ditto.
8127 (vax_register_virtual_type): Ditto.
8128 * config/vax/tm-vax.h: Update copyright years.
8129 (REGISTER_NAMES): Remove.
8130 (REGISTER_NAME): Define.
8131 (REGISTER_BYTE): Use vax_register_byte.
8132 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8133 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8134 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8135
8136 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8137
8138 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8139 declaration
8140 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8141
8142 2002-04-21 David S. Miller <davem@redhat.com>
8143
8144 * arch-utils.c (generic_prologue_frameless_p): Kill
8145 SKIP_PROLOGUE_FRAMELESS_P code.
8146 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8147 references.
8148 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8149 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8150 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8151 references.
8152 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8153 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8154 (sparc_gdbarch_init): Pass it to
8155 set_gdbarch_prologue_frameless_p.
8156
8157 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8158
8159 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8160 (alphabsd-nat.o): New dependency list.
8161
8162 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8163
8164 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8165 alphafbsd-tdep.c.
8166 (alpha-linux-tdep.o): New dependency list.
8167 (alphafbsd-tdep.o): Likewise.
8168
8169 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8170
8171 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8172 to here...
8173 * alpha-tdep.c: ...from here.
8174 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8175
8176 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8177
8178 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8179 prototype from here...
8180 * alpha-tdep.h: ...to here.
8181
8182 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8183
8184 * frame.h (selected_frame_level): Document as deprecated.
8185 (frame_relative_level): Declare.
8186 * stack.c (frame_relative_level): New function.
8187 (selected_frame_level): Document as deprecated.
8188 (select_frame): Do not set the selected_frame_level.
8189
8190 * stack.c (frame_info, record_selected_frame): Update.
8191 (frame_command, current_frame_command): Update.
8192 (up_silently_base, up_command, down_silently_base): Update.
8193 (down_command): Update.
8194 * inflow.c (kill_command): Update.
8195 * tracepoint.c (finish_tfind_command): Update.
8196 * corelow.c (core_open): Update.
8197 * thread.c (info_threads_command): Update.
8198 (do_captured_thread_select): Update.
8199 * infcmd.c (finish_command): Update.
8200 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8201
8202 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8203
8204 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8205
8206 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8207
8208 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8209 type const.
8210
8211 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8212
8213 * alphafbsd-tdep.c: Update copyright years. Include
8214 alpha-tdep.h.
8215 (alphafbsd_use_struct_convention): Make static.
8216 (alphafbsd_init_abi): New function.
8217 (_initialize_alphafbsd_tdep): New function.
8218 * config/alpha/tm-fbsd.h: Update copyright years.
8219 (USE_STRUCT_CONVENTION): Remove.
8220
8221 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8222
8223 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8224 an Alpha ABI variant.
8225 (alpha_abi_handler_list): Declare.
8226 (alpha_gdbarch_register_os_abi): New function.
8227 (alpha_gdbarch_init): Give registered ABI variant handlers a
8228 chance to tweak the gdbarch once we have set up defaults.
8229 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8230
8231 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8232
8233 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8234 to standard_coerce_float_to_double.
8235 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8236
8237 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8238
8239 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8240 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8241 from gdbarch_tdep rather than a constant.
8242 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8243 the default text address for all Alpha Unix ABIs.
8244 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8245 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8246
8247 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8248
8249 * alpha-tdep.h: New file. Includes several Alpha target constants
8250 taken from...
8251 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8252 let gdbarch deal with.
8253 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8254 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8255 to dependency list.
8256 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8257 Alpha target register names.
8258 * alphabsd-nat.c: Likewise.
8259 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8260 Alpha target register names. Make serveral routines static.
8261 (alpha_get_saved_register): New function.
8262 (alpha_abi_names): New.
8263 (process_note_abi_tag_sections): New function.
8264 (get_elfosabi): New function.
8265 (alpha_gdbarch_init): New function.
8266 (alpha_dump_tdep): New function.
8267 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8268
8269 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8270
8271 * frame.c (find_saved_register): Delete #ifdef
8272 HAVE_REGISTER_WINDOWS code.
8273 * config/sparc/tm-sparc.h: Update comments.
8274 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8275
8276 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8277
8278 * i960-tdep.c (i960_find_saved_register): New function.
8279 (i960_get_saved_register): New function.
8280 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8281 (i960_get_saved_register): Declare.
8282 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8283
8284 2002-04-20 David S. Miller <davem@redhat.com>
8285
8286 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8287
8288 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8289
8290 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8291 instead of NUM_PSEUDO_REGS.
8292
8293 2002-04-20 David S. Miller <davem@redhat.com>
8294
8295 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8296 GDB_MULTI_ARCH_PARTIAL
8297 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8298 define, let tm-sp64.h do it.
8299
8300 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8301
8302 * frame.c (find_saved_register): Avoid a NULL pointer
8303 dereference and actually walk the frame list.
8304
8305 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8306
8307 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8308 sorted in most most-recent-used order. Document.
8309 * gdbarch.h, gdbarch.c: Regenerate.
8310
8311 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8312
8313 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8314 instead of ->prev.
8315 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8316 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8317 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8318 instead of ->prev.
8319
8320 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8321
8322 Fix PR gdb/471.
8323 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8324 (build_builtin_type_vec128): Ditto.
8325 (append_composite_type_field): Fix calculation of type length in
8326 union case.
8327
8328 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8329
8330 * config/djgpp/README: Update.
8331
8332 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8333 compiler warnings.
8334
8335 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8336
8337 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8338 (alpha_setup_arbitrary_frame): ...to this.
8339 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8340 for alpha_setup_arbitrary_frame.
8341
8342 2002-04-18 Andrew Cagney <cagney@redhat.com>
8343
8344 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8345 * gdbarch.h, gdbarch.c: Regenerate.
8346
8347 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8348 * target.h (memory_breakpoint_from_pc): Update declaration.
8349 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8350
8351 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8352 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8353 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8354 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8355 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8356 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8357 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8358 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8359 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8360 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8361 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8362 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8363
8364 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8365 const pointer.
8366 * monitor.c (monitor_insert_breakpoint): Ditto.
8367 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8368
8369 * config/mcore/tm-mcore.h: Update copyright.
8370 * mem-break.c: Ditto.
8371 * xstormy16-tdep.c: Ditto.
8372
8373 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8374
8375 * p-exp.y: Add precedence rule for '^' token.
8376 This removes the shift/reduce conflicts.
8377 Remove the comment concerning these shift/reduce conflicts.
8378
8379 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8380
8381 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8382 (registers_powerpc_nofp): New register set for processors
8383 without floating point unit.
8384
8385 2002-04-18 David S. Miller <davem@redhat.com>
8386
8387 * MAINTAINERS: Add myself to write-after-approval.
8388
8389 2002-04-17 Michael Snyder <msnyder@redhat.com>
8390
8391 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8392
8393 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8394
8395 * rs6000-tdep.c (frame_initial_stack_address): Use
8396 frame_register_read to read the alloca_reg.
8397
8398 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8399
8400 * frame.c (find_saved_register): Find saved registers in the next
8401 not prev frame.
8402 Fix PR gdb/365.
8403
8404 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8405
8406 * gdbarch.sh (LANG): Set to ``c''.
8407
8408 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8409
8410 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8411
8412 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8413
8414 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8415 Update copyright.
8416
8417 * hpread.c (hpread_get_lntt): Add declaration.
8418 Also fix PR gdb/391.
8419
8420 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8421
8422 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8423 * aclocal.m4, configure: Re-generate.
8424 Fix PR gdb/391.
8425
8426 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8427
8428 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8429 instead of tm_print_insn.
8430
8431 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8432
8433 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8434
8435 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8436
8437 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8438 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8439 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8440
8441 2002-04-12 Don Howard <dhoward@redhat.com>
8442
8443 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8444 max_user_call_depth.
8445 (init_cmd_lists): Initialize the new value;
8446 * cli/cli-script.c (execute_user_command): Limit the call depth of
8447 user defined commands. This avoids a core-dump when user commands
8448 are infinitly recursive.
8449
8450 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8451
8452 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8453 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8454 from tdep struct instead of DEFAULT_LR_SAVE.
8455 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8456 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8457 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8458
8459 2002-04-12 Michael Snyder <msnyder@redhat.com>
8460
8461 * Remote.c: Spelling fix.
8462 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8463 If no symbol found for "sbrk", try "_sbrk".
8464 (make_output_phdrs): Use bfd_section_name.
8465 (gcore_copy_callback): Use bfd_section_name.
8466 * eval.c: Indentation fix-ups.
8467 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8468 in case it gets applied to an address that is already
8469 in the instruction space.
8470 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8471 * symfile.c: Fix indentation, long lines.
8472 * source.c: White space fix-up.
8473
8474 2002-04-12 Andrew Cagney <cagney@redhat.com>
8475
8476 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8477 * frame.c (frame_register_read): New function. Return non-zero on
8478 success.
8479 (read_relative_register_raw_bytes_for_frame): Delete.
8480 (read_relative_register_raw_bytes): Delete.
8481 * frame.h (frame_register_read): Declare.
8482 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8483 * sh-tdep.c: Ditto.
8484 * infcmd.c (do_registers_info): Ditto.
8485 * hppa-tdep.c: Ditto.
8486 * rs6000-tdep.c: Ditto.
8487 * h8500-tdep.c: Ditto.
8488 * mips-tdep.c: Ditto.
8489 * h8300-tdep.c: Ditto.
8490 * z8k-tdep.c: Ditto.
8491
8492 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8493
8494 From Jimi X <jimix@watson.ibm.com>:
8495 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8496 64-bit SysV ABI.
8497
8498 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8499
8500 From Jimi X <jimix@watson.ibm.com>:
8501 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8502 bfd info.
8503
8504 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8505
8506 From Jimi X <jimix@watson.ibm.com>:
8507 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8508 register sets for these processor variants.
8509
8510 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8511
8512 * regformats/reg-ppc.dat: Support FPSCR.
8513
8514 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8515
8516 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8517 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8518 Add fpscr as an invalid/unfetchable register.
8519 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8520 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8521 (fill_fpregset): Add support for register fpscr.
8522 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8523 (fill_gregset): Account for the fact that register ``mq'' might
8524 not exist.
8525 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8526 (registers_power): Add fpscr to register set at slot 71.
8527 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8528 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8529
8530 2002-04-11 Michael Snyder <msnyder@redhat.com>
8531
8532 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8533 * configure: Regenerate.
8534 * config.in: Regenerate.
8535 * acconfig.h: Add define for _SYSCALL32.
8536 * core-sol2.c: Remove #define _SYSCALL32.
8537 * solib-legacy.c: Remove #define _SYSCALL32.
8538
8539 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8540
8541 * stack.c (select_frame): Cleanup internal error message, do not
8542 use %p.
8543
8544 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8545
8546 * stack.c (select_frame): Check that selected_frame and the
8547 specified level are as expected.
8548 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8549 Update copyright.
8550 * frame.h (struct frame_info): Add field `level'. Update
8551 copyright.
8552 Work-in-progress PR gdb/464.
8553
8554 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8555
8556 * maint.c (maint_print_section_info): Rename print_section_info.
8557 (print_bfd_section_info, print_objfile_section_info): Update.
8558 * inferior.h (struct gdbarch): Add opaque declaration.
8559 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8560 * gdbarch.h: Regenerate.
8561
8562 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8563
8564 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8565 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8566 (kernel_u_size): Added.
8567 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8568 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8569
8570 2002-04-04 Jim Ingham <jingham@apple.com>
8571
8572 * valarith.c (find_size_for_pointer_math): New function, either returns
8573 the size for a pointer's target, returns 1 for void *, or errors for
8574 incomplete types.
8575 (value_add, value_sub): use find_size_for_pointer_math.
8576
8577 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8578
8579 * linux-low.c (linux_look_up_symbols): New hook.
8580 (linux_target_ops): Add linux_look_up_symbols.
8581 * remote-utils.c (decode_address): New function.
8582 (look_up_one_symbol): New function.
8583 * server.c (handle_query): Call target look_up_symbols hook.
8584 * server.h (look_up_one_symbol): Add prototype.
8585 * target.h (struct target_ops): Add look_up_symbols hook.
8586
8587 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8588
8589 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8590 override FP_REGNUM with frame->fp. Update copyright.
8591 * parse.c (num_std_regs, std_regs): Delete.
8592 (target_map_name_to_register): Do not search std_regs. Update
8593 function description.
8594 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8595 declarations. Update copyright.
8596 Fix PR gdb/251.
8597
8598 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8601 after the last symbol in a block.
8602
8603 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8604
8605 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8606 is non zero as a found symbol.
8607
8608 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8609
8610 * findvar.c: Include "builtin-regs.h".
8611 (value_of_register): Call value_of_builtin_reg when applicable.
8612 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8613 (target_map_name_to_register): Call
8614 builtin_reg_map_name_to_regnum.
8615 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8616 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8617 (builtin_regs_h): Define.
8618 (builtin-regs.o): New target.
8619 (findvar.o): Add $(builtin_regs_h).
8620 * builtin-regs.c, builtin-regs.h: New files.
8621 * std-regs.c: New file.
8622 Partial fix for PR gdb/251.
8623
8624 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8625
8626 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8627 it's no longer required.
8628
8629 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8630
8631 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8632
8633 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8634
8635 From Jimi X <jimix@watson.ibm.com>:
8636 * rs6000-tdep.c (rs6000_software_single_step): Use
8637 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8638 and size. Use target_insert_breakpoint() and
8639 target_remove_breakpoint() to insert and remove breakpoints
8640 instead of explicit memory reads and writes.
8641
8642 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8643
8644 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8645 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8646 ELF_OBJECT_FORMAT ifdef.
8647
8648 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8649
8650 From Jimi X <jimix@watson.ibm.com>:
8651 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8652
8653 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8654
8655 From Jimi X <jimix@watson.ibm.com>:
8656 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8657 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8658
8659 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8660
8661 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8662 s/asprintf/xasprintf/.
8663 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8664
8665 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8666
8667 I believe Jeff Law denies responsability for this one:
8668 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8669 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8670 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8671 Work-around for PR gdb/366.
8672
8673 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8674
8675 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8676 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8677 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8678
8679 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8680
8681 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8682 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8683 information.
8684
8685 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8686
8687 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8688 maintainer.
8689
8690 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8691
8692 * README (Reporting Bugs in GDB): Document the bug web page as the
8693 prefered way of submitting bugs.
8694 Fix PR gdb/402.
8695
8696 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8697
8698 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8699 -1. Update comment.
8700 * gdbarch.h, gdbarch.c: Re-generate.
8701
8702 2002-04-07 Andreas Schwab <schwab@suse.de>
8703
8704 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8705 buffer to regcache_collect.
8706
8707 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8708
8709 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8710 * gdbarch.c, gdbarch.h: Re-generate.
8711
8712 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8713
8714 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8715 declaration. Fix -Werror.
8716
8717 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8718
8719 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8720 * gdbarch.c: Regenerate.
8721
8722 2002-04-05 Michael Snyder <msnyder@redhat.com>
8723
8724 * breakpoint.c (clear_command): Rewrite middle section to
8725 combine two loops with identical control conditions.
8726 Add a cleanup to eliminate a memory leak.
8727 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8728
8729 2002-04-05 H.J. Lu (hjl@gnu.org)
8730
8731 * solib-svr4.c (bkpt_names): Add "__start".
8732
8733 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8734
8735 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8736 as test for 64 bit target.
8737
8738 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8739
8740 * h8500-tdep.c (h8500_write_fp): Delete function.
8741 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8742 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8743 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8744 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8745 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8746 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8747 (s390_write_fp):
8748 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8749 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8750 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8751 (d10v_write_fp): Delete function.
8752 * inferior.h (write_fp, generic_target_write_fp): Delete
8753 declarations.
8754 * regcache.c (generic_target_write_fp): Delete function.
8755 (write_fp): Delete function.
8756 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8757 * gdbarch.h, gdbarch.c: Regenerate.
8758 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8759 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8760 (sparc64_write_fp): Delete declaration.
8761 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8762 (h8500_write_fp): Delete declaration.
8763
8764 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8765
8766 * sparc-tdep.c (sparc64_write_fp): Delete.
8767 (sparc_push_dummy_frame): Replace write_fp call with code to store
8768 the FP directly.
8769 (sparc_gdbarch_init): Do not initialize write_fp.
8770
8771 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8772
8773 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8774 clause.
8775
8776 2002-03-29 Jim Blandy <jimb@redhat.com>
8777
8778 * stack.c (get_selected_block): Add new argument `addr_in_block',
8779 used to return the exact code address we used to select the block,
8780 not just the block.
8781 * blockframe.c (get_frame_block, get_current_block): Same.
8782 * frame.h (get_frame_block, get_current_block,
8783 get_selected_block): Update declarations.
8784 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8785 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8786
8787 2002-04-05 Michael Snyder <msnyder@redhat.com>
8788
8789 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8790 warning message.
8791
8792 2002-04-05 J. Brobecker <brobecker@gnat.com>
8793
8794 * utils.c (xfullpath): New function.
8795 * defs.h (xfullpath): Add declaration.
8796 * source.c (openp): Use xfullpath in place of gdb_realpath to
8797 avoid resolving the basename part of filenames when the
8798 associated file is a symbolic link. This fixes a potential
8799 inconsistency between the filenames known to GDB and the
8800 filenames it prints in the annotations.
8801 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8802 to be able to match a filename with either the real filename, or
8803 the name of any symbolic link to this file.
8804 (lookup_partial_symtab): Ditto.
8805
8806 2002-04-04 Michael Snyder <msnyder@redhat.com>
8807
8808 * breakpoint.c: Add support for hardware breakpoints in overlays.
8809 (overlay_events_enabled): New state variable.
8810 (insert_breakpoints): Use overlay_events_enabled to decide
8811 whether to attempt to set a breakpoint at the overlay load addr.
8812 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8813 (remove_breakpoint): Use overlay_events_enabled to decide
8814 whether breakpoints need to be removed from overlay load addr.
8815 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8816 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8817 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8818 disable_overlay_breakpoints): Update overlay_events_enabled.
8819
8820 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8821
8822 * dwarf2read.c (struct function_range): New.
8823 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8824 (check_cu_functions): New.
8825 (read_file_scope): Initialize global function lists.
8826 Call dwarf_decode_line after processing children.
8827 (read_func_scope): Add to global function list.
8828 (dwarf_decode_lines): Call check_cu_functions everywhere
8829 record_line is called. Call record_line with a linenumber
8830 of 0 to mark sequence ends.
8831
8832 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8833
8834 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8835 change sync with glibc.
8836
8837 2002-04-03 Jim Blandy <jimb@redhat.com>
8838
8839 * configure.in: Call AC_C_INLINE.
8840 * configure: Regenerated.
8841
8842 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8845 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8846
8847 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8848
8849 * NEWS: Mention gcore support on FreeBSD/i386.
8850
8851 * fbsd-proc.c: New file.
8852 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8853 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8854
8855 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8856 while statement.
8857
8858 2002-03-29 Jim Blandy <jimb@redhat.com>
8859
8860 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8861 unescaped newlines in string literals, but newer ones don't. So
8862 escape them.
8863
8864 2002-03-26 Michael Snyder <msnyder@redhat.com>
8865 Andrew Cagney <cagney@redhat.com>
8866
8867 * cli/cli-dump.c: New file. Dump memory to file,
8868 restore file to memory.
8869 * cli/cli-dump.h: New file.
8870 * Makefile.in: Add rules, dependencies for cli-dump.o.
8871 * NEWS: Mention new commands.
8872
8873 2002-03-28 Michael Snyder <msnyder@redhat.com>
8874
8875 * symfile.c (symbol_file_add): Move test for null symbols to later.
8876
8877 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8878
8879 From veksler at il.ibm.com:
8880 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8881 the xstrduped original path.
8882 Fix PR gdb/417.
8883
8884 2002-03-27 Michael Snyder <msnyder@redhat.com>
8885
8886 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8887 * infcmd.c (_initialize_infcmd): Ditto.
8888 * language.c (_initialize_language): Ditto.
8889 * symfile.c (_initialize_symfile): Ditto.
8890 * top.c (_init_main): Ditto.
8891 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8892
8893 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8894
8895 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8896 vector registers handling.
8897 (skip_prologue): Handle new AltiVec instructions. Fill in new
8898 fields of frame data.
8899 (frame_get_saved_regs): Fill in information for AltiVec registers.
8900
8901 2002-03-27 Jim Blandy <jimb@redhat.com>
8902
8903 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8904 a function; leave this macro here to invoke that function.
8905 (symbol_init_mangled_name): Declaration for that function.
8906 * symtab.c (symbol_init_mangled_name): New function.
8907
8908 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8909
8910 * valarith.c: Replace strerror with safe_strerror.
8911 * tracepoint.c: Ditto.
8912 * lin-lwp.c: Ditto.
8913 * go32-nat.c: Ditto.
8914 * inflow.c: Ditto.
8915 * gnu-nat.c: Ditto.
8916
8917 2002-03-27 Andreas Schwab <schwab@suse.de>
8918
8919 * event-top.c (command_line_handler): Remove useless if.
8920
8921 2002-03-27 Andreas Jaeger <aj@suse.de>
8922
8923 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8924 comment.
8925
8926 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8927
8928 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8929 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8930 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8931 (x86_64_linux_dr_get_status, supply_gregset),
8932 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8933 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8934 (x86_64_register_info_table): Add.
8935 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8936 (x86_64_register_raw_size, x86_64_register_virtual_type),
8937 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8938 general x86_64_register_info_table.
8939 (i386_gdbarch_init): gdbarch_register_bytes is now set
8940 dynamicaly during initialization.
8941 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8942 * gdbserver/linux-x86-64-low.c: Ditto.
8943
8944 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8945
8946 * gdbserver/server.c (main): Call target_signal_to_host_p
8947 and target_signal_to_host on signals received from the remote.
8948 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8949 target_signal_from_host on signals sent to the remote.
8950 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8951 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8952
8953 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8954
8955 * signals/signals.c: Include "server.h" in gdbserver build.
8956 (target_signal_from_name): Don't use STREQ.
8957 (_initialize_signals): Likewise. Don't include function in
8958 gdbserver build.
8959
8960 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8961
8962 * signals.c: Moved to...
8963 * signals/signals.c: Here.
8964 * Makefile (signals.o): Update.
8965
8966 2002-03-26 Jeff Law (law@redhat.com)
8967
8968 * somread.c (som_symtab_read): Remove some commented out code and
8969 updated related comments. Do not set the minimal symbol table to
8970 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8971 in a dynamic executable.
8972 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8973 where we are unable to find the minimal symbol for the given
8974 PC value.
8975
8976 2002-03-25 Jeff Law (law@redhat.com)
8977
8978 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8979
8980 2002-03-25 Michal Ludvig <mludvig@suse.cz>
8981
8982 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8983
8984 2002-03-23 Andrew Cagney <ac131313@redhat.com>
8985
8986 * command.h: Update copyright.
8987 (struct cmd_list_element): Replace definition with opaque
8988 declaration.
8989 (enum cmd_types): Document that it will eventually be moved to
8990 cli/cli-decode.h
8991 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8992 (MALLOCED_REPLACEMENT): Delete macro.
8993 * Makefile.in (cli_decode_h): Add $(command_h).
8994 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
8995 * top.c: Include "cli/cli-decode.h".
8996 * completer.c: Include "cli/cli-decode.h".
8997 * maint.c: Include "cli/cli-decode.h".
8998 * cli/cli-decode.h: Include "command.h".
8999 (enum command_class): Delete.
9000 (enum cmd_types): Comment out.
9001 (enum cmd_auto_boolean): Delete.
9002 (enum var_types): Delete.
9003
9004 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9005
9006 * cli/cli-decode.c: Include "gdb_assert.h".
9007 (add_set_or_show_cmd): New static function.
9008 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9009 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9010 all fields, such as func, from the set command.
9011
9012 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9013
9014 * MAINTAINERS (sh-elf): Change warning flag to -w.
9015
9016 2002-03-23 Andrew Cagney <cagney@redhat.com>
9017
9018 * defs.h (error): Add printf format attribute.
9019 * thread-db.c (thread_from_lwp): Fix error format string.
9020 * stack.c (parse_frame_specification): Ditto.
9021 * cli/cli-decode.c (undef_cmd_error): Ditto.
9022 * scm-lang.c (scm_lookup_name): Ditto.
9023 * tracepoint.c (trace_error): Ditto.
9024 * remote-utils.c (usage): Ditto.
9025 * remote.c (compare_sections_command): Ditto.
9026 Fix PR gdb/328.
9027
9028 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9029
9030 * gdbtypes.c (append_composite_type_field): New function.
9031 (init_composite_type): New function.
9032 * gdbtypes.h (append_composite_type_field): Declare.
9033 (init_composite_type): Ditto.
9034
9035 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9036
9037 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9038 function.
9039 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9040 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9041 structure returning convention for SYSV ABI case, but not
9042 for GNU/Linux, FreeBSD, or NetBSD.
9043
9044 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9045
9046 * symtab.h (lookup_block_symbol): Add mangled_name argument
9047 to prototype.
9048
9049 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9050 with new mangled_name argument.
9051 * linespec.c (decode_line_1): Likewise.
9052 * valops (value_of_this): Likewise.
9053 * symtab.c (lookup_transparent_type): Likewise.
9054 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9055 (lookup_symbol): If we are given a mangled name, pass it down
9056 to lookup_symbol_aux.
9057 (lookup_block_symbol): If we are given a mangled name to check
9058 against, only return symbols which match it.
9059
9060 2002-03-22 Christopher Faylor <cgf@redhat.com>
9061
9062 * win32-nat.c (child_create_inferior): Check for proper shell to use
9063 here, in case the user changes it on the fly.
9064 (_initialize_inftarg): Remove shell path considerations.
9065
9066 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9067
9068 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9069 for gdbarch_max_register_raw_size and max_register_virtual_size.
9070 Adjust copyright year.
9071
9072 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9073
9074 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9075 in a function to cover the entire beginning of the function
9076 as well if it does not already.
9077
9078 2002-03-21 Tom Rix <trix@redhat.com>
9079
9080 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9081 (rs6000_ptrace64): Renamed from ptrace64.
9082
9083 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9084
9085 * gdbserver/remote-utils.c (remote_open): Don't call
9086 getprotobyname, we're all using TCP here so just use
9087 IPPROTO_TCP.
9088 * gdbserver/gdbreplay.c (remote_open): Ditto.
9089
9090 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9091
9092 * regcache.c (_initialize_regcache): No need to call
9093 build_regcache() at this time; it gets called whenever
9094 the gdbarch changes.
9095
9096 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9097
9098 * sparc-nat.c: Include sys/param.h where possible.
9099
9100 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9101
9102 Fix PR gdb/422.
9103 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9104 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9105 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9106 complex types.
9107 * stabsread.c (rs6000_builtin_type): Likewise.
9108 (read_sun_floating_type): Likewise.
9109
9110 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9111
9112 * stabsread.c (read_member_functions): Remove skip code for duplicate
9113 constructor/destructor methods. Use standard parsing for these
9114 methods and just do not chain them to the list of methods after
9115 parsing.
9116
9117 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9118
9119 * coffread.c: Remove redundant static declarations. Replace
9120 occurrences of `PTR' with `void *'.
9121 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9122 * top.h (quit_cover): Likewise.
9123 * defs.h (catch_errors): Likewise.
9124
9125 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9126
9127 * defs.h (XMALLOC): Define.
9128 * gdb-events.sh (XMALLOC): Delete macro.
9129 * gdb-events.c, gdb-events.h: Regenerate.
9130 * gdbarch.sh (XMALLOC): Delete macro.
9131 * gdbarch.c: Regenerate.
9132 * serial.c (XMALLOC): Delete macro.
9133 * ui-file.c (XMALLOC): Ditto.
9134 * ser-unix.h (XMALLOC): Ditto.
9135 * sh-tdep.c (XMALLOC): Ditto.
9136 * ui-out.c (XMALLOC): Ditto.
9137 * utils.c (XMALLOC): Ditto.
9138 * i386-tdep.c (XMALLOC): Ditto.
9139 * gdb-events.c (XMALLOC): Ditto.
9140 * d10v-tdep.c (XMALLOC): Ditto.
9141 * cli-out.c (XMALLOC): Ditto.
9142
9143 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9144 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9145 * ui-file.c, ui-out.c: Ditto.
9146
9147 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9148
9149 * command.h (struct cmd_list_element): Add field context.
9150 (set_cmd_context, get_cmd_context): Declare.
9151 * cli/cli-decode.h: Ditto.
9152 * cli/cli-decode.c (get_cmd_context): New function.
9153 (set_cmd_context): New function.
9154 (add_cmd): Initialize context.
9155 Part of fixing PR gdb/145 and PR gdb/146.
9156
9157 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9158
9159 * cli/cli-decode.c (cmd_type): New function.
9160 * command.h (cmd_type): Declare.
9161 * infrun.c (set_schedlock_func): Call function cmd_type.
9162 * kod.c (kod_set_os): Call cmd_type.
9163 * cris-tdep.c (cris_version_update): Use function cmd_type.
9164 (cris_mode_update, cris_abi_update): Ditto.
9165
9166 * command.h: (execute_cmd_post_hook): Declare.
9167 (execute_cmd_pre_hook): Declare.
9168 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9169 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9170 functions. Execute pre/post hook while ensuring that afterwords
9171 hook_in is cleared.
9172 * top.c (execute_command): Use execute_cmd_post_hook, and
9173 execute_cmd_pre_hook to execute pre/post commands.
9174 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9175 hook_stop_stub.
9176 (hook_stop_stub): Call execute_cmd_pre_hook.
9177
9178 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9179
9180 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9181 set'' and this leads to a core dump. Move xstrdup of
9182 operating_system to after check that it is not NULL.
9183
9184 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9185
9186 * kod.c (kod_set_os): Remove unnecessary check that
9187 ``command->type'' is set_cmd.
9188
9189 * valprint.c (set_input_radix): Use input_radix.
9190 (set_output_radix): Use output_radix.
9191 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9192 isn't reverted.
9193
9194 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9195
9196 * value.h (struct value): Delete field ``substring_addr''. Change
9197 aligner fields to force_doublest_align, force_longest_align,
9198 force_core_addr_align and force_pointer_aligh.
9199
9200 * value.h (struct value): Fix typo in above change.
9201
9202 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9203
9204 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9205 to fix internal_error from ``maintenance print architecture''.
9206
9207 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9208
9209 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9210 for gcc versions after gcc-2.8.1.
9211
9212 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9213
9214 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9215 for method resolution. Restore adjustment of ``this'' pointer after
9216 calling value_struct_elt, which was accidentally removed during the
9217 HP merge.
9218
9219 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9220
9221 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9222 value_of_register.
9223 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9224 get_saved_register.
9225 * value.h (value_of_register): Update.
9226
9227 2002-03-14 Richard Henderson <rth@redhat.com>
9228
9229 * configure.in: Detect declaration for canonicalize_file_name.
9230 * utils.c (canonicalize_file_name): Declare, if needed.
9231 (gdb_realpath): Prefer realpath if available and usable.
9232 * config.in, configure: Rebuild.
9233
9234 2002-03-14 Richard Henderson <rth@redhat.com>
9235
9236 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9237 a constant array bound.
9238
9239 * MAINTAINERS: Add myself to write-after-approval.
9240
9241 2002-03-14 Michael Snyder <msnyder@redhat.com>
9242
9243 * symfile.c (syms_from_objfile): Return immediately if no syms.
9244 (symbol_file_add): Return immediately if no syms.
9245 (find_sym_fns): Return immediately if no syms.
9246
9247 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9248
9249 * gdbserver/remote-util.c (remote_open): Print remote-side's
9250 IP address when remote debugging over the network.
9251
9252 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9253
9254 * config/sparc/fbsd.mh: Fix copyright.
9255 * config/sparc/fbsd.mt: Likewise.
9256
9257 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9258
9259 * MAINTAINERS: Fix typo in name of gdb warnings option.
9260 (x86-64): Fix formating so that this can be parsed by awk.
9261
9262 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9263
9264 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9265 * defs.h: Include "gdb/signals.h".
9266 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9267
9268 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9269
9270 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9271 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9272 from x86-64-tdep.h
9273
9274 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9275 Don Howard <dhoward@redhat.com>
9276
9277 * mips-tdep.c (ST0_FR): Define.
9278 (mips2_fp_compat): New function, temporarily disabled.
9279 (mips_read_fp_register_single): New function.
9280 (mips_read_fp_register_double): New function.
9281 (mips_print_register): Use them.
9282 (do_fp_register_row): Likewise.
9283
9284 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9285
9286 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9287 approval''.
9288
9289 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9290
9291 * stabsread.c (read_member_functions): Fix is_stub test for
9292 static member functions, improve comment.
9293
9294 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9295
9296 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9297 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9298 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9299 commands that set boolean values.
9300 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9301 (arm_rdi_resume): Always initialize PC.
9302 (arm_rdi_open): Don't use rslt as a boolean.
9303 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9304 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9305 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9306 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9307
9308 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9309
9310 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9311 * configure: Rebuilt.
9312
9313 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9314
9315 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9316 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9317
9318 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9319
9320 * cli/cli-decode.c (set_cmd_completer): New function.
9321 * command.h (set_cmd_completer): Declare.
9322 * cli/cli-decode.h (set_cmd_completer): Ditto.
9323
9324 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9325 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9326 * win32-nat.c (_initialize_inftarg): Ditto.
9327 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9328 * proc-api.c (_initialize_proc_api): Ditto.
9329 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9330 * source.c (_initialize_source): Ditto.
9331 * exec.c (_initialize_exec): Ditto.
9332 * solib.c (_initialize_solib): Ditto.
9333 * top.c (init_main): Ditto.
9334 * tracepoint.c (_initialize_tracepoint): Ditto.
9335 * symfile.c (_initialize_symfile): Ditto.
9336 * printcmd.c (_initialize_printcmd): Ditto.
9337 * infcmd.c (_initialize_infcmd): Ditto.
9338 * corefile.c (_initialize_core): Ditto.
9339
9340 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9341
9342 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9343
9344 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9345
9346 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9347
9348 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9349
9350 * NEWS: Update headings, 5.2 has branched.
9351
9352 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9353
9354 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9355 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9356 (register_addr, REGISTER_RAW_SIZE): Likewise.
9357 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9358 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9359
9360 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9361
9362 * MAINTAINERS (x86-64): Add myself.
9363 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9364 changed value_ptr -> struct value *
9365
9366 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9367
9368 * configure.host (sparc64-*-freebsd): Add.
9369 * configure.tgt: Likewise.
9370 * config/sparc/fbsd.mh: New file.
9371 * config/sparc/fbsd.mt: Likewise.
9372 * config/sparc/nm-fbsd.h: Likewise.
9373 * config/sparc/tm-fbsd.h: Likewise.
9374
9375 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9376
9377 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9378 regformats/reg-s390x.dat.
9379
9380 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9381
9382 * utils.c: Add FIXME explaining true/false problem.
9383
9384 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9385
9386 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9387
9388 2002-02-28 Michael Chastain <mec@shout.net>
9389
9390 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9391
9392 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * gdbserver/linux-s390-low.c: New file.
9395 * regformats/reg-s390.dat: New file.
9396 * regformats/reg-s390x.dat: New file.
9397 * gdbserver/configure.srv: Add S/390.
9398 * gdbserver/Makefile.in: Add S/390.
9399 * configure.tgt: Enable gdbserver for S/390.
9400
9401 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9402
9403 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9404 first line of the doc string for "info dos", except at the end of
9405 the sentence, since the short help stops at the first period.
9406
9407 2002-02-28 Jason Merrill <jason@redhat.com>
9408
9409 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9410
9411 2002-02-27 Fred Fish <fnf@redhat.com>
9412
9413 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9414 comment (dumy -> dummy).
9415
9416 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9417
9418 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9419
9420 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9421
9422 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9423
9424 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9425
9426 * gdbserver/acconfig.h: New file.
9427 * gdbserver/i387-fp.c: New file.
9428 * gdbserver/i387-fp.h: New file.
9429 * gdbserver/linux-x86-64.c: New file.
9430 * regformats/reg-x86-64.dat: New file.
9431 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9432 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9433 * gdbserver/configure.in: Add support for regsets.
9434 * gdbserver/config.in: Regenerate.
9435 * gdbserver/configure: Regenerate.
9436 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9437 * gdbserver/linux-low.h: New file.
9438 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9439 for regsets.
9440 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9441 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9442 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9443 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9444 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9445 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9446 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9447 "i387-fp.h". Add PTRACE_GETREGS and friends.
9448 * gdbserver/regcache.c (supply_register): New function.
9449 (supply_register_by_name): New function.
9450 (collect_register): New function.
9451 (collect_register_by_name): New function.
9452
9453 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9456 (config.status): Add configure.srv dependency.
9457 (server_h): Add config.h dependency.
9458
9459 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9460
9461 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9462 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9463 * gdbserver/configure.srv: Change i386-*-linux* to use
9464 reg-i386-linux.o.
9465
9466 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9467
9468 * x86-64-tdep.c: Re-indent. Update copyright date.
9469
9470 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9471
9472 From Michal Ludvig <mludvig@suse.cz>:
9473 * x86-64-tdep.c (value.h): Delete.
9474 (gdb_assert.h): Include.
9475 (x86_64_register_convert_to_virtual,
9476 x86_64_register_convert_to_raw ): Add check which lets only
9477 floating-point values to be converted.
9478 (value_push): Delete.
9479 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9480 (i386_gdbarch_init): Number of register_bytes fixed.
9481
9482 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9483
9484 * MAINTAINERS: Add x86-64 target.
9485
9486 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9487
9488 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9489 * osfsolib.c (solib_map_sections): Ditto.
9490 * irix5-nat.c (solib_map_sections): Ditto.
9491 * corelow.c (gdb_check_format): Ditto.
9492 * symfile.c (symfile_bfd_open): Ditto.
9493 * solib.c (solib_map_sections): Ditto.
9494 Fix PR gdb/354.
9495
9496 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9497
9498 * remote.c (_initialize_remote): By default, disable ``e'' and
9499 ``E'' step out-of-range packets.
9500
9501 2002-02-26 Andreas Schwab <schwab@suse.de>
9502
9503 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9504 m68k_linux_frame_saved_pc.
9505 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9506 in_sigtramp.
9507 (SIGCONTEXT_PC_OFFSET): Remove.
9508 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9509 m68k_linux_sigtramp_saved_pc): New functions.
9510 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9511 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9512 (UCONTEXT_PC_OFFSET): Define.
9513 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9514 non-RT and RT signal trampolines.
9515
9516 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9517
9518 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9519 (TARGET_NBPG, STACK_END_ADDR): Delete
9520 (VARIABLES_INSIDE_BLOCK): Delete.
9521
9522 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9523
9524 * utils.c (perror_with_name): Make string parameter constant.
9525 (print_sys_errmsg): Ditto.
9526 (query): Ditto.
9527 * defs.h (perror_with_name): Update.
9528 (print_sys_errmsg): Update.
9529 (query): Update.
9530
9531 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9532
9533 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9534 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9535
9536 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9537
9538 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9539 if it already matches the current architecture from the exec file.
9540 Include arch-utils.h for gdbarch_info_init prototype.
9541 * Makefile.in (rs6000-nat.o): Update dependencies.
9542
9543 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9544
9545 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9546 list of exported variables.
9547
9548 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9549
9550 * gdbserver/configure.srv: New file.
9551 * gdbserver/configure.in: Use configure.srv instead
9552 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9553 from it.
9554 * gdbserver/configure: Regenerated.
9555 * gdbserver/terminal.h: New file.
9556 * gdbserver/Makefile.in: Update for configure changes. Remove
9557 more unneeded include paths.
9558
9559 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9560
9561 From wiz at danbala:
9562 * config/sparc/tm-sp64.h: Fix grammar and typos.
9563 Fix PR gdb/287.
9564
9565 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9566
9567 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9568 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9569 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9570 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9571 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9572 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9573 * s390-tdep.c: Ditto.
9574 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9575 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9576 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9577 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9578 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9579 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9580 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9581 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9582 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9583 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9584 Fix PR gdb/378.
9585
9586 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9587
9588 * lin-thread.c: Delete file.
9589 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9590 to gdb_proc_service.h.
9591 * configure: Re-generate.
9592
9593 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9594 * serial.c (serial_open): Delete check for "ocd".
9595 Fix PR gdb/349.
9596
9597 * Makefile.in (linux-thread.o): Delete target.
9598 * linux-thread.c: Delete file.
9599
9600 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9601 renamed SH files to be consistent.
9602
9603 * symtab.c (sort_search_symbols): Use xfree.
9604
9605 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9606
9607 * arm-linux-tdep.c (arm_linux_init_abi): Register
9608 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9609 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9610 definition with undef, since we don't want the sysvr4 definition.
9611 (SKIP_TRAMPOLINE_CODE): Likewise.
9612
9613 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9614
9615 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9616
9617 * configure.in: (AC_CHECK_FUNCS) Added test for
9618 canonicalize_file_name Regenerated.
9619 * config.in, configure: Regenerated.
9620 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9621 defined use canonicalize_file_name.
9622
9623 2002-02-23 Michael Chastain <mec@shout.net>
9624
9625 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9626
9627 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9628
9629 * README: Remove references to cygnus.com.
9630 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9631 dot com'' form. Remove references to cygnus.com and sourceware.
9632
9633 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9634
9635 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9636 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9637 1003.1-2001 no longer allows "head -1".
9638 * gdb/Makefile.in (version.c): Likewise.
9639 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9640 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9641 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9642
9643 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9644
9645 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9646 * command.h (cmd_cfunc_eq): Declare.
9647 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9648
9649 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9650 ``struct cmd_list_element *''.
9651 * cli/cli-cmds.c (is_complete_command): Update. Use
9652 cmd_cfunc_eq.
9653 * top.c (execute_command): Pass the command to
9654 is_complete_command.
9655 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9656
9657 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9658
9659 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9660 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9661 architecture defines.
9662 * s390-tdep.c (s390_gdbarch_init): Likewise.
9663
9664 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9665
9666 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9667 (arm_linux_push_arguments): Likewise.
9668 (arm_linux_init_abi): Register them. Also register linux-specific
9669 call_dummy_words.
9670 (find_minsym_and_objfile): Use strcmp, not STREQ.
9671 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9672 (arm_linux_call_dummy_words): Delete declaration.
9673 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9674 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9675 declarations.
9676 (LOWEST_PC): Delete.
9677
9678 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9679
9680 * maint.c (print_section_info): Do not prepend `0x' to filepos
9681 output, it will be handled by local_hex_string_custom.
9682
9683 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9684
9685 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9686 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9687 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9688
9689 2002-02-22 Jim Blandy <jimb@redhat.com>
9690
9691 Indicate that the bcache functions don't change the strings
9692 they're passed.
9693 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9694 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9695
9696 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9697
9698 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9699
9700 2002-02-21 Christopher Faylor <cgf@redhat.com>
9701
9702 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9703 find the complete path to a loaded DLL.
9704
9705 2002-02-21 Fred Fish <fnf@redhat.com>
9706
9707 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9708 that marks the end of the range of a function, enter a line number
9709 entry that has a line number of zero and a PC offset that matches
9710 the end of the function. This starts a range of PC's for which no
9711 line number information is known.
9712 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9713 PC's for which no line number info is found (line number is zero)
9714 then we didn't find any valid line information.
9715 * symtab.h: Document use of zero line number entry.
9716
9717 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9718
9719 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9720 (have_ptrace_getvrregs): Define for run time checks.
9721 (gdb_vrregset_t): New type for Altivec register handling.
9722 (fetch_register, store_register): Fetch/store altivec register
9723 when needed.
9724 (fetch_altivec_register, store_altivec_register): New functions.
9725 (supply_vrregset, fill_vrregset): New functions.
9726 (fetch_altivec_registers, store_altivec_registers): New functions.
9727 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9728 registers as well.
9729
9730 2002-02-21 Jiri Smid <smid@suse.cz>
9731
9732 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9733
9734 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9735
9736 * Makefile.in (armnbsd-nat.o): Update dependencies.
9737 * armnbsd-nat.c (supply_gregset): New function. Common code to
9738 supply the integer register set.
9739 (supply_fparegset): New function. Similar for FPA registers.
9740 (fetch_regs, fetch_fp_regs): Use them.
9741 (fetch_core_registers): Likewise.
9742 (fetch_elfcore_registers): New function.
9743 (arm_netbsd_elfcore_fns): New core-file type specification.
9744 (_initialize_arm_netbsd_nat): Register it.
9745
9746 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9747
9748 * armnbsd-nat.c: Include gdbcore.h.
9749 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9750 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9751 'void' to declaration, to shut up ARI.
9752 (fetch_core_registers): Make static. Rewrite using supply_register.
9753 (arm_netbsd_core_fns): New core-file type specification.
9754 (_initialize_arm_netbsd_nat): New function.
9755
9756 2002-02-21 Christopher Faylor <cgf@redhat.com>
9757
9758 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9759 value.
9760
9761 2002-02-20 Christopher Faylor <cgf@redhat.com>
9762
9763 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9764 fails.
9765
9766 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9767
9768 * jv-exp.y (parse_number): Change type of implicit longs
9769 to builtin_type_uint64.
9770
9771 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9772
9773 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9774 to be an integer instead of a `union wait'.
9775
9776 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9777
9778 * mips-linux-nat.c: Call the operating system GNU/Linux.
9779 * mips-linux-tdep.c: Likewise.
9780 * mips-tdep.c: Likewise.
9781
9782 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9783
9784 Fix PR gdb/265.
9785 * jv-exp.y (parse_number): Handle 64-bit integers.
9786
9787 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9788
9789 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9790 AC_STDC_HEADERS to AC_HEADER_STDC.
9791 * gdbserver/configure: Regenerated.
9792
9793 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9794
9795 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9796 is defined.
9797 * sparc-tdep.c (get_longjmp_target): Likewise.
9798
9799 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9800
9801 * News: Add news about ARM and Multi-arch. Mention the new target
9802 arm*-*-netbsd*.
9803
9804 2002-02-19 Jim Blandy <jimb@redhat.com>
9805
9806 * stabsread.c (error_type_complaint): Improve error message.
9807
9808 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * gdbserver/README: Update documentation.
9811 * gdbserver/configure.in: Update configury to match documentation.
9812 * gdbserver/Makefile.in: Likewise.
9813 * gdbserver/configure: Regenerated.
9814 * gdbserver/aclocal.m4: New file, generated by aclocal.
9815 * gdbserver/config.in: New file, generated by autoheader.
9816
9817 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9818
9819 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9820 armnbsd-nat.c.
9821
9822 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9823
9824 * arm-tdep.h (enum arm_float_model): New enum.
9825 (struct gdbarch_tdep): Add fp_model.
9826 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9827 up floating-point conversions until we know the floating-point model
9828 in use by the inferior. Don't complain about being unable to
9829 determine the ABI of the inferior when we don't have one.
9830 (arm_extract_return_value): Support different floating-point models.
9831 (arm_store_return_value): Likewise.
9832 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9833 ARM_FLOAT_SOFT.
9834 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9835
9836 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9837
9838 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9839 of ``current_gdbarch''.
9840
9841 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9842
9843 * armnbsd-nat.c : ANSIfy all function declarations.
9844 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9845 (fetch_inferior_registers): Re-implement in terms of above.
9846 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9847 (store_inferior_registers): Re-implement in terms of above.
9848
9849 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9850
9851 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9852 kernel.
9853 * arm-linux-tdep.c: Likewise.
9854 * config/arm/tm-linux.h: Likewise.
9855
9856 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9857
9858 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9859 * config/arm/nbsd.mt (TM_FILE): Delete.
9860 * config/arm/tm-nbsd.h: Delete.
9861
9862 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9863
9864 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9865 Initialize CALL_DUMMY_LENGTH.
9866
9867 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9868
9869 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9870 function.
9871 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9872 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9873 defines one thing and that is incorrect for this port.
9874 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9875
9876 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9877
9878 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9879
9880 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9881
9882 * win32-nat.c (display_selector): New function. Displays information
9883 about the information returned by GetThreadSelectorEntry API function.
9884 (display_selectors): New function. Displays the infomation of
9885 the selector given as argument, or of CS, DS ans FS selectors
9886 if no argument is given.
9887 ( _initialize_inftarg): Add "w32" as info prefix command.
9888 Add "info w32 selector" as command calling display_selectors.
9889
9890 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9891
9892 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9893 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9894 if not defined.
9895
9896 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9897
9898 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9899
9900 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9901
9902 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9903 (arm_fix_call_dummy): Call it.
9904 (arm_call_dummy_breakpoint_offset): Delete.
9905 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9906 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9907
9908 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9909
9910 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9911 Default to func_frame_chain_valid.
9912 * gdbarch.h, gdbarch.c: Re-generate.
9913 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9914
9915 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9916
9917 * ppc-linux-nat.c: Update copyright.
9918 (fetch_register, store_register): Add tid parameter, don't compute
9919 tid here.
9920 (fetch_ppc_registers, store_ppc_registers): Add tid
9921 parameter. Pass it along to callees.
9922 (fetch_inferior_registers, store_inferior_registers): Compute tid
9923 here, and pass it to calleed functions.
9924 (fill_gregset, supply_fpregset): Clean up formatting.
9925
9926 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9927
9928 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9929 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9930
9931 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9932
9933 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9934 * gdbarch.c gdbarch.h: Regenerate.
9935 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9936 function.
9937 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9938 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9939 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9940
9941 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9942 * arm-tdep.c (arm_get_longjmp_target): New function.
9943 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9944 this to a positive value register arm_get_longjmp_target as the
9945 longjmp handler.
9946 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9947 (arm_linux_init_abi): Set up longjmp description in tdep.
9948 * armnbsd-nat.c (get_longjmp_target): Delete.
9949 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9950 description in tdep.
9951 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9952 (get_longjmp_target): Delete declaration.
9953 (GET_LONGJMP_TARGET): Delete.
9954 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9955 (GET_LONGJMP_TARGET): Delete.
9956
9957 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9958
9959 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9960 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9961 of ``current_gdbarch''.
9962
9963 2002-02-17 Tom Tromey <tromey@redhat.com>
9964
9965 * cli/cli-cmds.c (compare_strings): New function.
9966 (complete_command): Only print each unique item once.
9967 * completer.h (complete_line): Declare.
9968 * completer.c (complete_line): New function.
9969 (line_completion_function): Use it.
9970
9971 2002-02-16 Andrew Cagney <ac131313@redhat.com>
9972
9973 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9974 * gdbarch.h, gdbarch.c: Re-generate.
9975
9976 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9977
9978 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9979
9980 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
9981
9982 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9983 * valops.c (value_arg_coerce): Don't take the address of a reference
9984 to convert an argument to a reference.
9985
9986 2002-02-15 Christopher Faylor <cgf@redhat.com>
9987
9988 * win32-nat.c (get_image_name): New function.
9989 (handle_load_dll): Use get_image_name function.
9990 (get_child_debug_event): Avoid registering debug events until possibly
9991 execed process is started.
9992 (child_create_inferior): Allow invocation via shell so that command
9993 line redirection, etc. works ok.
9994 (_initialize_inftarg): Add new command: "set shell" to control whether
9995 a shell is used to start a process.
9996
9997 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9998
9999 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10000 instead of find_register_by_number.
10001 (cannot_store_register): Likewise.
10002
10003 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10004
10005 * dwarf2read.c: Replace fprintf (stderr, ...) by
10006 fprintf_unfiltered (gdb_stderr, ...).
10007
10008 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10009
10010 * gdbserver/gdbserver.1: Document --attach.
10011
10012 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10013
10014 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10015 descriptions.
10016 * arm-tdep.c (arm_default_arm_le_breakpoint)
10017 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10018 (arm_default_thumb_be_breakpoint): New. Initialize them from
10019 traditional breakpoint defines.
10020 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10021 (arm_gdbarch_init): Initialize new breakpoint variables.
10022 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10023 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10024 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10025 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10026 code out to ...
10027 (arm_netbsd_init_abi_common): ... here; new function.
10028 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10029 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10030 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10031 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10032
10033 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10034
10035 * arm-tdep.h (enum arm_abi): New enum.
10036 (struct gdbarch_tdep): New structure.
10037 (LOWEST_PC): Provide a default.
10038 (arm_gdbarch_register_os_abi): Declare new function.
10039 * arm-tdep.c (arm_abi_names): New array.
10040 (process_note_abi_tag_sections): New function.
10041 (get_elfosabi): New function.
10042 (arm_gdbarch_register_os_abi): New function.
10043 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10044 support for that ABI has been built in, then call the appropriate
10045 configuration routine. Use gdbarch_num_regs() to get the number
10046 of registers.
10047 (arm_dump_tdep): New function.
10048 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10049 place-holder functions.
10050 (_initialize_arm_tdep): Register them.
10051 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10052
10053 * armnbsd-tdep.c: New file.
10054 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10055 * config/arm/nbsd.mt (TDEPFILES): Add it.
10056 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10057
10058 * armnbsd-nat.c: Include regcache.h.
10059 * Makefile.in (armnbsd-nat.o): Update dependency list.
10060
10061 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10062
10063 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * gdbserver/Makefile.in: Fix typos in target rules.
10066
10067 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10068
10069 Fix part of PR gdb/267.
10070 * linespec.c (find_methods): Handle constructors specially for now.
10071
10072 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10073
10074 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10075 handling.
10076 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10077 standard_coerce_float_to_double().
10078
10079 2002-02-14 Christopher Faylor <cgf@redhat.com>
10080
10081 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10082 GDBINIT_FILENAME.
10083
10084 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10085
10086 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10087 find_variant_by_name, because it confuses the multiarch
10088 framework. Return NULL if there isn't an architecture with the
10089 user supplied name, instead of forcing a different one without
10090 recording the change with the multiarch machinery.
10091 (find_variant_by_name): Delete.
10092
10093 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10094
10095 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10096 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10097
10098 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10099
10100 * stack.c (print_frame_info_base): When calling
10101 print_frame_info_listing_hook, set current_source_symtab.
10102
10103 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10106 and remove unused $(INCLUDE_DIR).
10107 Add regcache.c to OBS.
10108 Add generated register protocol files to clean target.
10109 Update dependencies for new objects, obsolete old target code.
10110
10111 * gdbserver/linux-low.c: Remove all platform-specific code to
10112 new files. Remove various dead code. Update to use regcache
10113 functionality.
10114 * gdbserver/remote-utils.c (fromhex): Add return statement
10115 to quiet warning.
10116 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10117 constant.
10118 (input_interrupt): Add integer parameter to match prototype
10119 of a signal handler.
10120 (outreg): Use register_data ().
10121 (prepare_resume_reply): Use gdbserver_expedite_regs.
10122 * gdbserver/server.c (main): Dynamically allocate own_buf because
10123 PBUFSIZ is no longer constant. Use registers_to_string () and
10124 registers_from_string ().
10125 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10126 for error (), fatal (), and warning (). Update definition of
10127 PBUFSIZ to use regcache functionality. Add include guard.
10128 * gdbserver/utils.c (fatal): Add missing ``const''.
10129 (warning): New function.
10130
10131 * regformats/regdat.sh: Include "regcache.h" in generated files.
10132 Provide init_registers () function.
10133 * regformats/regdef.h: Add prototype for set_register_cache ().
10134 Add include guard.
10135
10136 * gdbserver/linux-arm-low.c: New file.
10137 * gdbserver/linux-i386-low.c: New file.
10138 * gdbserver/linux-ia64-low.c: New file.
10139 * gdbserver/linux-m68k-low.c: New file.
10140 * gdbserver/linux-mips-low.c: New file.
10141 * gdbserver/linux-ppc-low.c: New file.
10142 * gdbserver/linux-sh-low.c: New file.
10143
10144 * gdbserver/regcache.c: New file.
10145 * gdbserver/regcache.h: New file.
10146
10147 * gdbserver/low-linux.c: Removed obsolete file.
10148
10149 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10150
10151 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10152 * config/i386/linux.mt: Likewise.
10153 * config/ia64/linux.mt: Likewise.
10154 * config/m68k/linux.mh: Likewise.
10155 * config/powerpc/linux.mh: Likewise.
10156 * config/mips/linux.mt: Likewise.
10157
10158 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10159
10160 * config/i386/i386lynx.mh: Mark gdbserver variables
10161 as (currently) obsolete for this target.
10162 * config/i386/nbsd.mt: Likewise.
10163 * config/i386/nbsdelf.mt: Likewise.
10164 * config/m32r/m32r.mt: Likewise.
10165 * config/m68k/m68klynx.mh: Likewise.
10166 * config/m68k/nbsd.mt: Likewise.
10167 * config/m68k/sun3os4.mh: Likewise.
10168 * config/mips/vr5000.mt: Likewise.
10169 * config/ns32k/nbsd.mt: Likewise.
10170 * config/pa/hppabsd.mh: Likewise.
10171 * config/pa/hppaosf.mh: Likewise.
10172 * config/powerpc/nbsd.mt: Likewise.
10173 * config/rs6000/rs6000lynx.mh: Likewise.
10174 * config/s390/s390.mt: Likewise.
10175 * config/s390/s390x.mt: Likewise.
10176 * config/sparc/sparclynx.mh: Likewise.
10177 * config/sparc/sun4os4.mh: Likewise.
10178 * config/i386/x86-64linux.mt: Likewise.
10179 * config/sparc/linux.mh: Likewise.
10180
10181 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10182
10183 * configure.tgt: Configure gdbserver only for known working
10184 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10185 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10186 SUBDIRS if it is configured. Update comment for ${nativefile}.
10187 * configure: Regenerated.
10188
10189 2002-02-13 Michael Snyder <msnyder@redhat.com>
10190
10191 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10192
10193 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10194 (default_gcore_mach): Just return 0, work around a problem in bfd.
10195 (default_gcore_target): OK to return NULL if exec_bfd is null.
10196 (make_mem_sec): Use a cast, avoid a warning.
10197
10198 * procfs.c (find_memory_regions_callback): Use a cast instead of
10199 calling host_pointer_to_address (which complains if
10200 sizeof (host pointer) != sizeof (target pointer)).
10201 (procfs_make_note_section): Avoid overflow in psargs string.
10202
10203 * procfs.c (procfs_make_note_section): Make the default
10204 implementation return an error.
10205
10206 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10207
10208 * procfs.c (procfs_make_note_section): Provide a default definition
10209 (for alpha-dec-osf4.0f). Fix typos.
10210
10211 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10212
10213 * linux-proc.c: Add include of regcache.h.
10214 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10215
10216 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10217
10218 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10219 * memattr.c (create_mem_region): Disallow useless empty region.
10220 Regions are half-open intervals, so allow [A..B) [B..C) as
10221 non-overlapping.
10222
10223 2002-02-13 Michael Chastain <mec@shout.net>
10224
10225 * defs.h: Kill CONST_PTR.
10226 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10227 * c-lang.c (c_builtin_types): Likewise.
10228 * ch-lang.c (ch_builtin_types): Likewise.
10229 * f-lang.c (f_builtin_types): Likewise.
10230 * language.c (unknown_builtin_types): Likewise.
10231 * m2-lang.c (m2_builtin_types): Likewise.
10232 * p-lang.c (pascal_builtin_types): Likewise.
10233 * scm-lang.c (c_builtin_types): Likewise.
10234
10235 2002-02-13 Keith Seitz <keiths@redhat.com>
10236
10237 * arm-tdep.h (arm_get_next_pc): Add declaration.
10238
10239 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10240
10241 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10242 with other related struct-returning functions.
10243 (arm_extract_struct_value_address): New function.
10244 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10245 initialize float_format, double_format and long_double_format as
10246 appropriate to the endianness of the target.
10247 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10248 (arm_use_struct_convention): Delete declaration.
10249 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10250
10251 2002-02-13 Keith Seitz <keiths@redhat.com>
10252
10253 * defs.h (core_addr_to_string_nz): New function.
10254
10255 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10256
10257 Apply missing bits of 2002-01-15 patch.
10258 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10259 (fill_fpregset): Use i387_fill_fsave.
10260
10261 2002-02-12 Keith Seitz <keiths@redhat.com>
10262
10263 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10264 (core_addr_to_string_nz): New function.
10265
10266 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10267
10268 * arm-linux-nat.c: Really include arm-tdep.h.
10269 * config/arm/tm-linux.h (struct type, struct value): Declare.
10270
10271 2002-02-11 Michael Snyder <msnyder@redhat.com>
10272
10273 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10274 (gcore section): Ifdef for Solaris and Unixware only.
10275 (procfs_do_thread_registers): Unixware needs one lwpstatus
10276 per thread (not one prstatus or pstatus).
10277 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10278 not over all gdb threads. For unixware, call elfcore_write_pstatus
10279 once before iterating over threads.
10280
10281 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10282
10283 * arm-tdep.h: New file.
10284 * arm-tdep.c: Include arm-tdep.h.
10285 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10286 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10287 (arm_print_float_info, arm_register_type, convert_to_extended)
10288 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10289 (arm_extract_return_value, arm_register_name): Make static.
10290 (arm_software_single_step): Similarly. Fix types in declaration.
10291 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10292 (arm_store_return_value, arm_store_struct_return): New functions.
10293 (arm_gdbarch_init): Register the above functions. Also register
10294 call_dummy_start_offset, sizeof_call_dummy_words,
10295 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10296 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10297 max_register_virtual_size, register_size. Set up
10298 prologue_cache.saved_regs here, rather than ...
10299 (_initialize_arm_tdep): ... here.
10300 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10301 declarations.
10302 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10303 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10304 (arm_print_float_info, arm_register_type, convert_to_extended)
10305 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10306 (arm_extract_return_value, arm_register_name): Delete declarations.
10307 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10308 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10309 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10310 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10311 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10312 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10313 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10314 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10315 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10316 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10317 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10318 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10319 interface.
10320 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10321 * remote-rdi.c remote-rdp.c: Likewise.
10322 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10323 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10324 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10325 definition.
10326
10327 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10328 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10329 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10330 from non-ARM_ prefixed definitions.
10331 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10332 all uses of above.
10333 * remote-rdi.c remote-rdp.c: Likewise.
10334 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10335
10336 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10337
10338 * arm-tdep.c (arm_frameless_function_invocation)
10339 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10340 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10341 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10342 (arm_pop_frame, arm_get_next_pc): Make static.
10343 (arm_gdbarch_init): Register above in gdbarch structure.
10344 (arm_read_fp): Renamed from arm_target_read_fp.
10345 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10346 * config/arm/tm-arm.h (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_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10350 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10351 (arm_pc_is_thumb_dummy): Delete declarations.
10352 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10353 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10354 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10355 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10356
10357 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10358
10359 * symtab.c (compare_search_syms): New function.
10360 (sort_search_symbols): New function.
10361 (search_symbols): Sort symbols after searching rather than
10362 before.
10363
10364 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10365
10366 * NEWS: Linux -> GNU/Linux.
10367
10368 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10369
10370 * gdbarch.sh: For for level one methods, disallow a definition
10371 when partially multi-arched. Add comments explaining rationale.
10372 * gdbarch.h: Re-generate.
10373
10374 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10375
10376 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10377 multi-arch partial.
10378
10379 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10380
10381 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10382 field. Use diff -u.
10383 * gdbarch.c: Re-generate.
10384
10385 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10386
10387 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10388 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10389 partial.
10390
10391 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10392
10393 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10394 multi-arch partial.
10395 (PUSH_ARGUMENTS): Switch to using predefault.
10396 * gdbarch.c: Regenerate.
10397
10398 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10399
10400 * valops.c (PUSH_ARGUMENTS): Delete definition.
10401 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10402 partial. Default to default_push_arguments.
10403 * gdbarch.h, gdbarch.c: Regenerate.
10404
10405 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10406
10407 * defs.h (throw_exception): Rename return_to_top_level. Update
10408 comments.
10409 * utils.c (error_stream, internal_verror, quit): Ditto.
10410 * top.c (throw_exception, catcher): Ditto.
10411 * sparclet-rom.c (sparclet_load): Ditto.
10412 * remote.c (interrupt_query, minitelnet): Ditto.
10413 * remote-sds.c (interrupt_query): Ditto.
10414 * remote-mips.c (mips_error, mips_kill): Ditto.
10415 * ocd.c (interrupt_query): Ditto.
10416 * monitor.c (monitor_interrupt_query): Ditto.
10417 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10418 * target.h: Update comment.
10419
10420 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10421
10422 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10423
10424 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10425 default_double_format.
10426 * gdbarch.h, gdbarch.c: Re-generate.
10427 * findvar.c (floatformat_unknown): Delete variable definition.
10428 * doublest.h (floatformat_unknown): Delete variable declaration.
10429
10430 2002-02-09 Jim Blandy <jimb@redhat.com>
10431
10432 * stabsread.c (read_type): Add code to parse Sun's syntax for
10433 prototyped function types.
10434
10435 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10436
10437 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10438 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10439
10440 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10441
10442 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10443 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10444 now _initialize_xcoffsolib gets called again and overrides the
10445 commands from solib.c in a native configuration.
10446
10447 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10448
10449 * doublest.c (store_typed_floating): Don't try to return a value.
10450 Fixes PR gdb/290.
10451
10452 2002-02-08 Jim Blandy <jimb@redhat.com>
10453
10454 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10455 is prototyped and has no arguments, print its argument list as
10456 `(void)'.
10457
10458 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10459
10460 * MAINTAINERS (write-after-approval): Add myself.
10461 (paper-trail): I've escaped!
10462
10463 2002-02-08 Christopher Faylor <cgf@redhat.com>
10464
10465 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10466 changes.
10467 (_initialize_check_for_gdb_ini): Ditto.
10468
10469 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10470
10471 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10472 xaprintf -> xasprintf.
10473
10474 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10475
10476 * win32-nat.c: Remove use of printf and sprintf functions.
10477
10478 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10479
10480 * arm-tdep.c (arm_frame_chain_valid): Make static.
10481 (arm_push_arguments): Likewise.
10482 (arm_gdbarch_init): New function.
10483 (_initialize_arm_tdep): Call it.
10484 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10485 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10486 (FRAME_CHAIN_VALID): Delete.
10487 (arm_frame_chain_valid): Delete declaration.
10488 (PUSH_ARGUMENTS): Delete.
10489 (arm_push_arguments): Delete declaration.
10490 (CALL_DUMMY_P): Delete.
10491
10492 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10493 Corinna Vinschen <vinschen@redhat.com>
10494
10495 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10496 on builtin float types.
10497
10498 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10499
10500 * utils.c: Include <curses.h> before "bfd.h".
10501 * tui/tui-hooks.c: Likewise.
10502 * tui/tui.c: Likewise.
10503 * tui/tuiCommand.c: Likewise.
10504 * tui/tuiData.c: Likewise.
10505 * tui/tuiDataWin.c: Likewise.
10506 * tui/tuiDisassem.c: Likewise.
10507 * tui/tuiGeneralWin.c: Likewise.
10508 * tui/tuiIO.c: Likewise.
10509 * tui/tuiLayout.c: Likewise.
10510 * tui/tuiRegs.c: Likewise.
10511 * tui/tuiSource.c: Likewise.
10512 * tui/tuiSourceWin.c: Likewise.
10513 * tui/tuiStack.c: Likewise.
10514 * tui/tuiWin.c: Likewise.
10515
10516 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10517
10518 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10519 to include space for pseudoregs as well. Update loops accordingly.
10520 (sh_fp_frame_init_saved_regs): Ditto.
10521 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10522
10523 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10524
10525 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10526 Add Richard Earnshaw to Arm maintainers.
10527
10528 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10529
10530 * defs.h (warning_begin): Delete declaration.
10531
10532 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10533 Delete macro.
10534
10535 2002-02-07 Michael Snyder <msnyder@redhat.com>
10536
10537 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10538 Logic bug, remove misplaced else.
10539
10540 2002-02-07 Klee Dienes <klee@apple.com>
10541
10542 * fork-inferior.c (fork_inferior): Add '!' to the list of
10543 characters that need to be quoted when building a string for the
10544 shell. Quote '!' specifically with a backslash, since CSH chokes
10545 when trying to evaluate "str!str".
10546
10547 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10548
10549 * rdi-share/host.h: Only provide a typedef for bool if it is not
10550 defined.
10551
10552 2002-02-04 Michael Snyder <msnyder@redhat.com>
10553
10554 * breakpoint.h (enum bptype): Add new overlay event bp type.
10555 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10556
10557 * breakpoint.c (create_internal_breakpoint): New function.
10558 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10559 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10560 (create_thread_event_breakpoint): Ditto.
10561 (create_solib_event_breakpoint): Ditto.
10562 (create_overlay_event_breakpoint): New function.
10563 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10564 (update_breakpoints_after_exec): Delete and re-initialize
10565 overlay event breakpoints after an exec. Add FIXME comment
10566 about longjmp breakpoint.
10567 (print_it_typical): Ignore overlay event breakpoints.
10568 (print_one_breakpoint): Ditto.
10569 (mention): Ditto.
10570 (bpstat_what): Do not stop for overlay event breakpoints.
10571 (delete_breakpoint): Don't delete overlay event breakpoints.
10572 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10573 (breakpoint_re_set): Re-create overlay event breakpoint.
10574
10575 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10576 (overlay_manual_command): Disable overlay breakpoints.
10577 (overlay_off_command): Disable overlay breakpoints.
10578
10579 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10580
10581 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10582 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10583 to here from config/tm-arm.h.
10584 (coff_sym_is_thumb): Make static.
10585 (arm_elf_make_msymbol_special): New function.
10586 (arm_coff_make_msymbol_special): New function.
10587 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10588 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10589 (coff_sym_is_thumb): Delete declaration.
10590 (arm_elf_make_msymbol_special): Declare.
10591 (arm_coff_make_msymbol_special): Declare.
10592 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10593 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10594
10595 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10596
10597 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10598
10599 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10600
10601 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10602 * gdbarch.c gdbarch.h: Regenerate.
10603 * arch-utils.c (default_print_float_info): New function.
10604 * arch-utils.h (default_print_float_info): Prototype it.
10605 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10606 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10607 (PRINT_FLOAT_INFO): Document it.
10608
10609 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10610 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10611 (PRINT_FLOAT_INFO): Define.
10612
10613 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10614
10615 * win32-nat.c (_initialize_check_for_gdb_ini):
10616 Add typecast to sprintf argument to suppress a warning.
10617
10618 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10619
10620 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10621 to allow easier handling of pass state.
10622 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10623 that gives exception name and address.
10624 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10625 and set last_sig value to ourstatus->value.sig. Some missing
10626 exceptions added.
10627 (child_continue): Correctly report continue_status.
10628 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10629 TARGET_SIGNAL_0 (new default value).
10630 (child_resume): consider sig argument passed to decide if
10631 the exception should be passed to debuggee or not.
10632
10633 2002-02-05 Michael Snyder <msnyder@redhat.com>
10634
10635 * regcache.c (fetch_register): Call target_fetch_register
10636 only if we don't call FETCH_PSEUDO_REGISTER.
10637 (store_register): Call target_store_register only if we
10638 don't call STORE_PSEUDO_REGISTER.
10639
10640 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10641
10642 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10643 ELF_MAKE_MSYMBOL_SPECIAL.
10644 * gdbarch.c, gdbarch.h: Regenerate.
10645 * arch-utils.c (default_make_msymbol_special): New function.
10646 * arch-utils.h (default_make_msymbol_special): Export.
10647 * elfread.c (elf_symtab_read): Compile use of
10648 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10649 multiarched.
10650 * coffread.c (coff_symtab_read): Ditto, for
10651 COFF_MAKE_MSYMBOL_SPECIAL.
10652
10653 2002-02-05 Jim Blandy <jimb@redhat.com>
10654
10655 * solib-svr4.c (svr4_truncate_ptr): New function.
10656 (svr4_relocate_section_addresses): Do the address arithmetic with
10657 the appropriate truncation for target addresses, even when
10658 CORE_ADDR is larger than a target address.
10659
10660 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10661
10662 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10663 to (int *).
10664
10665 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10666
10667 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10668 code.
10669
10670 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10671
10672 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10673
10674 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10675
10676 * gdbserver/linux-low.c: Remove unused include files.
10677
10678 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10679
10680 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10681 (read_inferior_memory): Use it.
10682 (write_inferior_memory): Likewise.
10683
10684 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10685
10686 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10687 grubbing through sys_errlist.
10688
10689 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10690
10691 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10692
10693 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10694 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10695
10696 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10697
10698 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10699 (do_sfunc, set_cmd_sfunc): New functions.
10700
10701 * command.h (struct cmd_list_element): Add field func.
10702 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10703 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10704 * cli/cli-decode.h: Ditto.
10705
10706 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10707 (help_all, help_cmd_list): Ditto.
10708 (find_cmd, complete_on_cmdlist): Ditto.
10709 * top.c (execute_command): Ditto.
10710
10711 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10712 function.sfunc.
10713
10714 * infcmd.c (notice_args_read): Fix function signature.
10715
10716 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10717 * cli/cli-decode.c (add_set_cmd): Ditto.
10718 * utils.c (initialize_utils): Ditto.
10719 * maint.c (_initialize_maint_cmds): Ditto.
10720 * infrun.c (_initialize_infrun): Ditto.
10721 * demangle.c (_initialize_demangler): Ditto.
10722 * remote.c (add_packet_config_cmd): Ditto.
10723 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10724 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10725 * proc-api.c (_initialize_proc_api): Ditto.
10726 * kod.c (_initialize_kod): Ditto.
10727 * valprint.c (_initialize_valprint): Ditto.
10728 * top.c (init_main): Ditto.
10729 * infcmd.c (_initialize_infcmd): Ditto.
10730 * corefile.c (_initialize_core): Ditto.
10731 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10732 * arch-utils.c (initialize_current_architecture): Ditto.
10733 (_initialize_gdbarch_utils): Ditto.
10734 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10735
10736 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10737 * wince.c (_initialize_inftarg): Ditto.
10738 * symfile.c (_initialize_symfile): Ditto.
10739 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10740 * language.c (_initialize_language): Ditto.
10741 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10742
10743 2002-02-04 Michael Snyder <msnyder@redhat.com>
10744
10745 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10746
10747 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10748
10749 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10750 Add rules for building the register data files.
10751
10752 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10753
10754 * regformats/regdat.sh: Add braces to the definition of
10755 expedite_regs_${arch}.
10756
10757 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10758
10759 * regformats/regdef.h (struct reg): Add comment describing the
10760 requirements for offset and size fields.
10761
10762 2002-02-04 Andreas Schwab <schwab@suse.de>
10763
10764 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10765 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10766
10767 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10768
10769 * gdbarch.sh (copyright): Update years in generated header.
10770 (SMASH_TEXT_ADDRESS): Add rule.
10771 * gdbarch.h, gdbarch.c: Re-generate.
10772 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10773 * dbxread.c: Likewise.
10774 * dwarfread.c: Likewise.
10775 * elfread.c: Likewise.
10776 * somread.c: Likewise.
10777
10778 * arm-tdep.c (arm_smash_text_address): New function.
10779 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10780
10781 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10782
10783 Add support for hardware watchpoints on win32 native.
10784 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10785 CONTEXT_DEBUG_REGISTERS.
10786 (dr variable): New variable. Static array containing a local copy
10787 of debug registers.
10788 (debug_registers_changed): New variable. Reflects when debug registers
10789 are changed and need to be written to inferior.
10790 (debug_registers_used): New variable. Reflects when any debug register
10791 was set, used when new threads are created.
10792 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10793 i386-nat code.
10794 (thread_rec): Set dr array if id is the thread of current_event .
10795 (child_continue, child_resume): Change the debug registers for all
10796 threads if debug_registers_changed.
10797 (child_add_thread): Change the debug registers if debug_registers_used.
10798 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10799 Link nm.h to new nm-cygwin.h file.
10800 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10801 of hardware registers.
10802
10803 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10804
10805 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10806 Restore behavour broken by 2002-01-20 Andrew Cagney
10807 <ac131313@redhat.com> IEEE_FLOAT removal.
10808
10809 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10810
10811 * c-valprint.c (c_val_print): Pass a proper valaddr to
10812 cp_print_class_method.
10813 * valops.c (search_struct_method): If there is only one method
10814 and args is NULL, return that method.
10815
10816 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10817
10818 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10819 accessing tag_name directly.
10820
10821 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10822
10823 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10824 of accessing tag_name directly.
10825
10826 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10827
10828 PR gdb/280
10829 * gdbtypes.c (replace_type): New function.
10830 * gdbtypes.h (replace_type): Add prototype.
10831 * stabsread.c (read_type): Use replace_type.
10832
10833 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10834
10835 * Makefile.in (memattr.o): Add missing dependencies rule.
10836
10837 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10838
10839 * breakpoint.c (break_at_finish_command): Really export.
10840 (break_at_finish_at_depth_command): Ditto.
10841 (tbreak_at_finish_command): Ditto.
10842 * hppa-tdep.c: Include completer.h.
10843 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10844 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10845
10846 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10847
10848 * utils.c (do_write): New function.
10849 (error_stream): Rewrite combining the code from error_begin and
10850 verror.
10851 (verror): Rewrite using error_stream.
10852 (error_begin): Delete function.
10853
10854 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10855
10856 * utils.c (error_begin): Make static.
10857 * defs.h (error_begin): Delete declaration.
10858
10859 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10860 (decode_line_1): Use cplusplus_error instead of error_begin,
10861 cplusplus_hint and return_to_top_level.
10862 * coffread.c (coff_symfile_read): Use error instead of error_begin
10863 and return_to_top_level.
10864 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10865
10866 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10867
10868 * language.h (type_error, range_error): Make string parameter
10869 constant.
10870 * language.c (warning_pre_print): Delete extern declaration.
10871 * dwarfread.c (warning_pre_print): Ditto.
10872 * language.c (type_error, range_error): Rewrite to use verror and
10873 vwarning instead of warning_begin.
10874
10875 2002-02-01 Michael Snyder <msnyder@redhat.com>
10876
10877 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10878 (set_ignore_count): Move misplaced comment back where it belongs.
10879
10880 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10881
10882 * command.h (NO_FUNCTION): Delete macro.
10883 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10884 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10885 * tracepoint.c (_initialize_tracepoint): Ditto.
10886 * cli/cli-decode.c (add_set_cmd): Ditto.
10887 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10888
10889 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10892 Update ``this'' pointer when calling virtual functions.
10893
10894 2002-02-01 Michael Snyder <msnyder@redhat.com>
10895
10896 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10897 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10898
10899 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10900
10901 * regformats/reg-arm.dat: New file.
10902 * regformats/reg-i386.dat: New file.
10903 * regformats/reg-ia64.dat: New file.
10904 * regformats/reg-m68k.dat: New file.
10905 * regformats/reg-mips.dat: New file.
10906 * regformats/reg-ppc.dat: New file.
10907 * regformats/reg-sh.dat: New file.
10908 * regformats/regdef.h: New file.
10909 * regformats/regdat.sh: New file.
10910
10911 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10912
10913 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10914 (arm_frame_args_address, arm_frame_locals_address): New functions.
10915 (arm_frame_num_args): New function.
10916 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10917 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10918 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10919
10920 2002-01-31 Michael Snyder <msnyder@redhat.com>
10921
10922 * breakpoint.c (break_at_finish_command): Export.
10923 (break_at_finish_at_depth_command): Export.
10924 (tbreak_at_finish_command): Export.
10925 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10926 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10927 "txbreak" commands, which are HPPA specific.
10928
10929 * printcmd.c (disassemble_command): Remove an ancient
10930 artifact of an old merge.
10931
10932 * symfile.h (enum overlay_debugging_state):
10933 Define enum constant values for overlay mode.
10934 * symfile.c (overlay_debugging): Use enums instead of literals.
10935 (overlay_is_mapped, overlay_auto_command,
10936 overlay_manual_command): Ditto.
10937
10938 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10939 breakpoint_here_p, breakpoint_inserted_here_p,
10940 breakpoint_thread_match, bpstat_stop_status,
10941 describe_other_breakpoints, check_duplicates, clear_command):
10942 Coding standard fixes.
10943
10944 * target.c (target_xfer_memory): Add spaces, coding standard.
10945 (do_xfer_memory): Add missing line to trust-readonly
10946 code: check bfd SEC_READONLY flag for section.
10947
10948 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10949
10950 * PROBLEMS: Fix typo, 5.1->5.1.1.
10951
10952 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10953
10954 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10955 data symbols, since we search based on textlow and texthigh.
10956 (find_pc_sect_symtab): Likewise.
10957
10958 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10959
10960 * defs.h (vwarning): Declare.
10961 * utils.c (vwarning): New function.
10962 (warning): Call vwarning.
10963 (warning_begin): Delete function.
10964
10965 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10966 the warning message.
10967 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10968 warning_begin.
10969
10970 2002-01-30 Michael Snyder <msnyder@redhat.com>
10971
10972 * NEWS: Mention "set trust-readonly-sections" command.
10973 Mention generate-core-file command.
10974
10975 2002-01-15 Michael Snyder <msnyder@redhat.com>
10976
10977 * target.c: New command, "set trust-readonly-sections on".
10978 (do_xfer_memory): Honor the suggestion to trust readonly sections
10979 by reading them from the object file instead of from the target.
10980 (initialize_targets): Register command "set trust-readonly-sections".
10981
10982 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10983
10984 * parse.c (target_map_name_to_register): Simplify, search regs and
10985 pseudo-regs using a single loop.
10986
10987 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10988
10989 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10990
10991 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
10992
10993 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10994 * config/i386/i386v42mp.mh: Add i387-nat.o .
10995 * i386v4-nat.c: Include i387-nat.h.
10996 (supply_fpregset): Use i387_supply_fsave.
10997 (fill_fpregset): Use i387_fill_fsave.
10998
10999 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11000
11001 * arm-tdep.c (arm_call_dummy_words): Define.
11002 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11003 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11004 (CALL_DUMMY_WORDS): Define.
11005 (arm_call_dummy_words): Declare.
11006 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11007 (arm_linux_call_dummy_words): Declare.
11008
11009 2002-01-30 Andreas Schwab <schwab@suse.de>
11010
11011 * m68klinux-nat.c: Fix last change to use regcache_collect
11012 instead of referencing registers[] directly.
11013
11014 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11015
11016 * parse.c (target_map_name_to_register): Delete code wrapped in
11017 #ifdef REGISTER_NAME_ALIAS_HOOK.
11018
11019 2002-01-28 Michael Snyder <msnyder@redhat.com>
11020
11021 * regcache.c (legacy_read_register_gen): Need to be able to
11022 read pseudo-register as well as real register.
11023 (legacy_write_register_gen): Ditto.
11024
11025 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11026
11027 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11028 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11029 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11030 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11031 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11032 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11033 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11034 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11035 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11036 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11037 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11038 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11039 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11040 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11041 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11042 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11043 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11044 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11045 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11046 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11047
11048 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11049
11050 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11051 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11052 (initialize_current_architecture): Update target_byte_order using
11053 information from BFD.
11054 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11055 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11056
11057 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11058
11059 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11060 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11061
11062 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11063 #ifdef INVALID_FLOAT.
11064 * infcmd.c (do_registers_info): Ditto.
11065 * values.c (unpack_double): Ditto. Add comment.
11066
11067 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11068 already commented out.
11069
11070 2002-01-26 Andreas Schwab <schwab@suse.de>
11071
11072 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11073 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11074 registers and add support for PTRACE_GETREGS.
11075
11076 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11077
11078 GDB 5.1.1 released from 5.1 branch.
11079 * NEWS: Add 5.1.1 news.
11080 * README: Sync with 5.1 branch.
11081
11082 2002-01-23 Fred Fish <fnf@redhat.com>
11083
11084 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11085 stabstring on initial malloc. Reallocing will copy it for us,
11086 if necessary.
11087
11088 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11089
11090 * Makefile.in (hpread_h): Delete.
11091 (HFILES_NO_SRCDIR): Remove hpread.h.
11092 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11093 (hpread.o): Update dependencies.
11094 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11095
11096 * hp-psymtab-read.c: Remove file.
11097 * hp-symtab-read.c: Remove file.
11098 * hpread.h: Remove file.
11099
11100 * hpread.c: Merge all contents of hp-psymtab-read.c,
11101 hp-symtab-read.c and hpread.h into this file, as it was prior to
11102 January 1999.
11103
11104 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11105 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11106 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11107 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11108
11109 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11110
11111 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11112 fill_gregset): Call gdbarch_tdep() just once, assign result to
11113 variable and use that, instead of calling the function several
11114 times.
11115
11116 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11117
11118 * configure.host: Accept sparcv9 as alias for sparc64.
11119 * configure.tgt: Likewise.
11120
11121 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11122
11123 * solib-aix5.c (build_so_list_from_mapfile)
11124 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11125 arguments is not reversed.
11126 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11127 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11128
11129 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11130
11131 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11132 modified version of obsolete sh_fetch_pseudo_register.
11133 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11134 (sh4_register_read): New function.
11135 (sh_pseudo_register_write): New function. Renamed and modified
11136 version of obsolete sh_store_pseudo_register.
11137 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11138 (sh4_register_write): New function.
11139 (sh_gdbarch_init): Remove setting of gdbarch function
11140 fetch_pseudo_register and store_pseudo_register. Remove setting of
11141 register_convert_to_raw, register_convert_to_virtual,
11142 register_convertible.
11143 (sh_sh4_register_convertible): Delete. No longer needed. All is
11144 taken care by architecture specific functions
11145 register_read/register_write.
11146 (sh_sh4_register_convert_to_virtual): Make static.
11147 (sh_sh4_register_convert_to_raw): Ditto.
11148
11149 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11150
11151 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11152 (floatformat_is_nan, floatformat_mantissa): Ditto.
11153
11154 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11155 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11156 builtin_type_ieee_double_little,
11157 builtin_type_ieee_double_littlebyte_bigword,
11158 builtin_type_m68881_ext, builtin_type_i960_ext,
11159 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11160 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11161 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11162 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11163
11164 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11165
11166 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11167 parameter. Set frameless flag if it exists and depended of
11168 whether the scanned function is frameless or not.
11169 (xstormy16_skip_prologue): If function is frameless, return
11170 result of xstormy16_scan_prologue().
11171 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11172 call.
11173
11174 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11175
11176 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11177 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11178 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11179 sh_sh4_register_byte, sh_sh4_register_raw_size,
11180 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11181 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11182 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11183 sh_store_pseudo_register, sh_do_pseudo_register): Call
11184 gdbarch_tdep() just once, assign result to variable and use that,
11185 instead of calling the function several times.
11186
11187 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11188
11189 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11190 macros instead of LAST_FPU_CTRL_REGNUM.
11191 (store_register): Likewise.
11192
11193 2002-01-21 Jim Blandy <jimb@redhat.com>
11194
11195 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11196 is up-to-date before running the program, not just when a program
11197 exits.
11198
11199 2002-01-21 Fred Fish <fnf@redhat.com>
11200
11201 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11202 when we have found all instructions we are looking for.
11203
11204 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11205
11206 * arm-tdep.c (arm_register_name): New function.
11207 (arm_registers_names): Make static.
11208 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11209 (arm_register_name): Declare.
11210 (REGISTER_NAME): Use it.
11211
11212 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11213 Kevin Buettner <kevinb@redhat.com>
11214
11215 Convert arm targets to new FRAME interface.
11216 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11217 (arm_frame_find_save_regs): Delete.
11218 (arm_frame_init_saved_regs): New.
11219 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11220 Allocate extra_info as required. Convert all uses of fsr.regs
11221 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11222 to use extra_info.
11223 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11224 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11225 (check_prologue_cache, save_prologue_cache): Likewise.
11226 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11227 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11228 (FRAME_FIND_SAVED_REGS): Delete.
11229 (arm_frame_find_saved_regs): Delete prototype.
11230 (arm_frame_init_saved_regs): New prototype.
11231 (FRAME_INIT_SAVED_REGS): Define.
11232
11233 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11234
11235 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11236
11237 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11238
11239 From Jeff Law <law@redhat.com>:
11240 * infttrace.c: Include <sys/pstat.h>.
11241 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11242 exec file if the ttrace equivalent fails.
11243
11244 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11245
11246 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11247 (closeLogFile): Ditto.
11248
11249 2002-01-20 Michael Chastain <mec@shout.net>
11250
11251 * top.c (print_gdb_version): Bump copyright year to 2002.
11252
11253 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11254
11255 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11256 Zannoni and Eli Zaretskii.
11257
11258 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11259
11260 * buildsym.c: Update copyright years.
11261 * c-typeprint.c: Likewise.
11262 * dwarf2read.c: Likewise.
11263 * f-typeprint.c: Likewise.
11264 * gdbtypes.c: Likewise.
11265 * gdbtypes.h: Likewise.
11266 * hp-symtab-read.c: Likewise.
11267 * hpread.c: Likewise.
11268 * mdebugread.c: Likewise.
11269 * p-typeprint.c: Likewise.
11270
11271 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11272
11273 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11274 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11275 byte-order selectable.
11276 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11277 * arch-utils.c: Ditto.
11278 (set_endian): Ditto.
11279 (set_endian_from_file): Ditto.
11280 * gdbserver/low-sim.c (create_inferior): Ditto.
11281 * gdbarch.sh: Ditto.
11282 * gdbarch.h: Re-generate.
11283 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11284 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11285 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11286 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11287 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11288 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11289 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11290 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11291 macro definition.
11292 * config/mips/tm-wince.h: Remove #undef of macro
11293 TARGET_BYTE_ORDER_SELECTABLE.
11294 * config/sh/tm-wince.h: Ditto.
11295
11296 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11297
11298 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11299 member function fields. Add accessor macro
11300 TYPE_FN_FIELD_ARTIFICIAL.
11301 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11302 * c-typeprint.c (c_type_print_base): Skip artificial member
11303 functions.
11304
11305 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11306
11307 * f-typeprint.c: Delete unused function f_type_print_args.
11308 * p-typeprint.c: Delete unused function pascal_type_print_args.
11309
11310 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11311
11312 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11313 comment. Add ``artificial'' to ``union field_location''.
11314
11315 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11316
11317 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11318 * mdebugread.c (parse_symbol): Likewise.
11319 * stabsread.c (define_symbol): Likewise.
11320 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11321 initializing TYPE_FIELD_BITPOS to n (obsolete).
11322 (hpread_doc_function_type): Likewise.
11323 * hpread.c (hpread_function_type): Likewise.
11324
11325 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11326
11327 * configure.in (host_makefile_frag): Only require a host makefile
11328 fragment when a native build.
11329 * configure: Re-generate.
11330
11331 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11332
11333 * doublest.h (floatformat_from_type): Declare.
11334 * doublest.c (floatformat_from_type): New function.
11335 (convert_typed_floating): Use.
11336
11337 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11338 call to function floatformat_from_type.
11339
11340 * gdbarch.sh (IEEE_FLOAT): Delete.
11341 * gdbarch.h, gdbarch.c: Re-generate.
11342 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11343 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11344 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11345 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11346 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11347 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11348 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11349 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11350 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11351 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11352 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11353 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11354
11355 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11356 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11357 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11358 * sh-tdep.c (sh_gdbarch_init): Ditto.
11359 * mips-tdep.c (mips_gdbarch_init): Ditto.
11360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11361 * cris-tdep.c (cris_gdbarch_init): Ditto.
11362
11363 2002-01-20 Jiri Smid <smid@suse.cz>
11364
11365 * configure.host, configure.tgt: Support x86-64.
11366 * NEWS: Note new target x86-64.
11367
11368 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11369 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11370 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11371 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11372 x86-64-linux-nat.o): Fix dependencies.
11373
11374 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11375
11376 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11377 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11378 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11379 * config/sparc/xm-sun4os4.h: Delete file.
11380 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11381
11382 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11383
11384 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11385 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11386 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11387 * config/i386/i386lynx.mh (XM_FILE): Delete.
11388 * config/rs6000/xm-rs6000ly.h: Delete file.
11389 * config/sparc/xm-sparclynx.h: Delete file.
11390 * config/m68k/xm-m68klynx.h: Delete file.
11391 * config/i386/xm-i386lynx.h: Delete file.
11392 * config/xm-lynx.h: Delete file.
11393 * config/djgpp/fnchange.lst: Update.
11394
11395 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11396
11397 * alpha-tdep.c (alpha_register_byte): New function.
11398 (alpha_register_raw_size): Ditto.
11399 (alpha_register_virtual_size): Ditto.
11400 (alpha_skip_prologue_internal): Renamed from
11401 alpha_skip_prologue.
11402 (alpha_skip_prologue): New version that calls
11403 alpha_skip_prologue_internal.
11404 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11405 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11406 second argument from alpha_skip_prologue.
11407 (REGISTER_BYTE): Use alpha_register_byte.
11408 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11409 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11410 (FRAMELESS_FUNCTION_INVOCATION): Use
11411 generic_frameless_function_invocation_not.
11412 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11413 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11414
11415 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11416
11417 * config/mips/xm-news-mips.h: Delete file.
11418 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11419
11420 * config/m88k/xm-m88k.h: Delete file.
11421 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11422 * config/m88k/xm-delta88v4.h: Ditto.
11423 * config/m88k/xm-delta88.h: Ditto.
11424
11425 * config/alpha/xm-fbsd.h: Delete file.
11426 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11427
11428 * config/sparc/xm-sparc.h: Delete file.
11429 * Makefile.in (xm-sun4os4.h): Delete dependency.
11430 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11431 * config/sparc/xm-sun4os4.h: Ditto.
11432 * config/sparc/xm-linux.h: Ditto.
11433
11434 * config/i386/xm-windows.h: Delete file.
11435
11436 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11437
11438 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11439 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11440
11441 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11442
11443 * alpha-tdep.c (alpha_call_dummy_words): New.
11444 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11445 (CALL_DUMMY_P): Define.
11446 (CALL_DUMMY_WORDS): Define.
11447 (SIZEOF_CALL_DUMMY_WORDS): Define.
11448
11449 2002-01-19 Per Bothner <per@bothner.com>
11450
11451 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11452 isn't NULL, which can happen with some gcj-3.x-produced code.
11453
11454 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11455
11456 * alpha-tdep.c (alpha_register_virtual_type): New function.
11457 (alpha_init_frame_pc_first): Ditto.
11458 (alpha_fix_call_dummy): Ditto.
11459 (alpha_store_struct_return): Ditto.
11460 (alpha_extract_struct_value_address): Ditto.
11461 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11462 alpha_register_virtual_type.
11463 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11464 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11465 alpha_extract_struct_value_address.
11466 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11467 (INIT_FRAME_PC): Use init_frame_pc_noop.
11468 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11469
11470 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11471
11472 * i386gnu-nat.c: Include "i386-tdep.h".
11473 (fetch_fpregs): Simplify code dealing with uninitialized floating
11474 point states such that it doesn't require FP7_REGNUM.
11475
11476 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11477
11478 * alpha-tdep.c (frame_extra_info): New.
11479 (alpha_find_saved_regs): Make static. Use
11480 frame->extra_info.
11481 (alpha_frame_init_saved_regs): New function.
11482 (alpha_frame_saved_pc): Use frame->extra_info.
11483 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11484 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11485 (init_extra_frame_info): Rename to...
11486 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11487 (alpha_print_extra_frame_info): New function.
11488 (alpha_frame_locals_address): Ditto.
11489 (alpha_frame_args_address): Ditto.
11490 (alpha_pop_frame): Use frame->extra_info.
11491 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11492 alpha_frame_args_address.
11493 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11494 (alpha_find_saved_regs): Remove prototype.
11495 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11496 (EXTRA_FRAME_INFO): Remove.
11497 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11498 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11499
11500 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11501
11502 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11503 (alpha_cannot_fetch_register): Ditto.
11504 (alpha_cannot_store_register): Ditto.
11505 (alpha_register_convertible): Ditto.
11506 (alpha_use_struct_convention): Ditto.
11507 * config/alpha/tm-alpha.h: Update copyright years.
11508 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11509 (INNER_THAN): Use core_addr_lessthan.
11510 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11511 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11512 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11513 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11514 (FRAME_CHAIN): Remove unnecessary cast.
11515
11516 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11517
11518 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11519 obsolete.
11520
11521 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11522
11523 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11524 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11525 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11526 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11527 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11528 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11529 * x86-64-linux-nat.c: Ditto.
11530
11531 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11532
11533 * alpha-tdep.c (alpha_register_name): New function.
11534 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11535 (REGISTER_NAME): Define.
11536
11537 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11538
11539 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11540
11541 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11542
11543 * alpha-tdep.c: Update copyright years.
11544 (alpha_next_pc): New function.
11545 (alpha_software_single_step): Ditto.
11546 * config/alpha/tm-alpha.h: Add prototype for
11547 alpha_software_single_step.
11548
11549 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11550
11551 * alphabsd-nat.c: Update copyright years.
11552 (fill_gregset): Use regcache_collect.
11553 (fill_fpregset): Likewise.
11554 (fetch_inferior_registers): Only fetch integer registers
11555 if requested to do so.
11556 (store_inferior_registers): Only store integer registers
11557 if requested to do so.
11558
11559 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11560
11561 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11562 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11563 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11564 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11565 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11566 * config/arm/linux.mh (XDEPFILES): Delete.
11567 * config/arm/nbsd.mh (XDEPFILES): Delete.
11568 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11569 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11570 * config/i386/i386m3.mh (XDEPFILES): Delete.
11571 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11572 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11573 * config/i386/fbsd.mh (XDEPFILES): Delete.
11574 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11575 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11576 * config/i386/i386v4.mh (XDEPFILES): Delete.
11577 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11578 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11579 * config/i386/i386aix.mh (XDEPFILES): Delete.
11580 * config/i386/go32.mh (XDEPFILES): Delete.
11581 * config/i386/cygwin.mh (XDEPFILES): Delete.
11582 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11583 * config/i386/i386mach.mh (XDEPFILES): Delete.
11584 * config/i386/i386v32.mh (XDEPFILES): Delete.
11585 * config/i386/linux.mh (XDEPFILES): Delete.
11586 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11587 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11588 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11589 * config/i386/i386sco.mh (XDEPFILES): Delete.
11590 * config/i386/i386v.mh (XDEPFILES): Delete.
11591 * config/i386/nbsd.mh (XDEPFILES): Delete.
11592 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11593 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11594 * config/i386/symmetry.mh (XDEPFILES): Delete.
11595 * config/i386/obsd.mh (XDEPFILES): Delete.
11596 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11597 * config/ia64/linux.mh (XDEPFILES): Delete.
11598 * config/ia64/aix.mh (XDEPFILES): Delete.
11599 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11600 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11601 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11602 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11603 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11604 * config/m68k/linux.mh (XDEPFILES): Delete.
11605 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11606 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11607 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11608 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11609 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11610 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11611 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11612 * config/m88k/delta88.mh (XDEPFILES): Delete.
11613 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11614 * config/m88k/m88k.mh (XDEPFILES): Delete.
11615 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11616 * config/mips/linux.mh (XDEPFILES): Delete.
11617 * config/mips/irix6.mh (XDEPFILES): Delete.
11618 * config/mips/irix5.mh (XDEPFILES): Delete.
11619 * config/mips/irix4.mh (XDEPFILES): Delete.
11620 * config/mips/irix3.mh (XDEPFILES): Delete.
11621 * config/mips/decstation.mh (XDEPFILES): Delete.
11622 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11623 (NATDEPFILES): Move core-aout.o to here.
11624 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11625 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11626 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11627 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11628 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11629 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11630 * config/pa/hpux11.mh (XDEPFILES): Delete.
11631 * config/powerpc/aix.mh (XDEPFILES): Delete.
11632 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11633 * config/powerpc/linux.mh (XDEPFILES): Delete.
11634 * config/romp/rtbsd.mh: Rename XDEPFILES.
11635 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11636 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11637 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11638 * config/s390/s390.mh (XDEPFILES): Delete.
11639 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11640 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11641 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11642 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11643 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11644 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11645 * config/sparc/linux.mh (XDEPFILES): Delete.
11646 * config/vax/vaxult.mh (XDEPFILES): Delete.
11647 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11648 * Makefile.in (DEPFILES): Remove XDEPFILES.
11649
11650 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11651
11652 * utils.c (internal_verror): Fix comments, default is yes not no.
11653 Update queries to match. Default to quit and dump core.
11654
11655 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11656
11657 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11658 copyright.
11659 * defs.h, event-top.c, gdbcmd.h: Ditto.
11660 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11661 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11662 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11663 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11664 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11665 * mi/mi-main.c:Ditto.
11666
11667 * stack.c, symfile.c: Update copyright.
11668
11669 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11670
11671 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11672 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11673 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11674 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11675
11676 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11677
11678 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11679 * gdbserver/low-lynx.c (myattach): Likewise.
11680 * gdbserver/low-nbsd.c (myattach): Likewise.
11681 * gdbserver/low-sim.c (myattach): Likewise.
11682 * gdbserver/low-sparc.c (myattach): Likewise.
11683 * gdbserver/low-sun3.c (myattach): Likewise.
11684
11685 * gdbserver/low-linux.c (myattach): New function.
11686
11687 * gdbserver/server.c (attach_inferior): New function.
11688 (main): Handle "--attach".
11689
11690 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11691
11692 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11693 maintainer.
11694
11695 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11696
11697 * c-typeprint.c (is_type_conversion_operator): Add additional
11698 check for non-conversion operators.
11699
11700 2002-01-15 Michael Snyder <msnyder@redhat.com>
11701
11702 * linux-proc.c: Add "info proc" command, a la procfs.c.
11703 (read_mapping): New function, abstract and re-use code.
11704 (linux_find_memory_regions): Use new func read_mapping.
11705 (linux_info_proc_cmd): New function, implement "info proc".
11706 (_initialize_linux_proc): Add new command "info proc".
11707
11708 2002-01-15 Michael Snyder <msnyder@redhat.com>
11709
11710 * symfile.c (generic_load): Use bfd_map_over_sections method
11711 instead of manipulating bfd structure members directly.
11712 (add_section_size_callback): New function, bfd sections callback
11713 used by generic_load.
11714 (load_sections_callback): New function, bfd sections callback
11715 used by generic_load.
11716
11717 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11718
11719 [Based on work by Jim Blandy]
11720 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11721 (builtin_type_vec128): Export.
11722 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11723 types.
11724 (builtin_type_vec128): New builtin type for 128 bit vector
11725 registers.
11726 (build_gdbtypes): Initialize builtin_type_v16qi and
11727 builtin_type_v8hi. Create the vec128 register builtin type
11728 structure.
11729 (build_builtin_type_vec128): New function.
11730 (_initialize_gdbtypes): Register builtin_type_v16qi and
11731 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11732 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11733 AltiVec register to new builtin type.
11734
11735 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11736
11737 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11738 to make_cv_type.
11739
11740 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11741
11742 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11743 CLEAN_UP_REGISTER_VALUE.
11744 * regcache.c (supply_register): Update only call.
11745
11746 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11747
11748 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11749 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11750 a29k-*-vxworks* targets as obsolete.
11751
11752 2002-01-14 Michael Snyder <msnyder@redhat.com>
11753
11754 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11755 until we can resolve portability issues.
11756 * gregset.h: Remove references to fpxregs.
11757 * gcore.c (gcore_command): Initialize note_sec to NULL.
11758
11759 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11760
11761 * signals.c (target_signal_to_name): Rewrite. Only use
11762 signals[].name when in bounds and non-NULL.
11763
11764 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11765
11766 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11767 * signals.c (target_signal_to_name): Verify that SIG is within the
11768 bounds of the signals array.
11769
11770 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11771
11772 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11773
11774 2002-01-13 Keith Seitz <keiths@redhat.com>
11775
11776 * stack.c (print_frame_info_base): Print the frame's pc
11777 only if when print_frame_info_listing_hook is not defined.
11778
11779 2002-01-13 Keith Seitz <keiths@redhat.com>
11780
11781 * varobj.c (varobj_set_value): Make sure that there were no
11782 errors evaluating the object before attempting to set its
11783 value.
11784 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11785 so this offset adjustment is no longer necessary.
11786 (create_child): Don't set the error flag if the child is
11787 a CPLUS_FAKE_CHILD.
11788 (value_of_child): If value_fetch_lazy fails, return NULL
11789 so that callers will be notified that an error occurred.
11790 (c_value_of_variable): Delay check of variable's validity
11791 until later. We actually want all structs and unions to have
11792 the value "{...}".
11793 Do not return "???" for variables which could not be evaluated.
11794 This error condition must be returned to the caller so that it
11795 can get the error condition from gdb.
11796 (cplus_name_of_child): Adjust index for vptr before figuring
11797 out the name of the child.
11798 (cplus_value_of_child): If a child's (real) parent is not valid,
11799 don't even bother trying to give a value for it. Just return
11800 an error. Change all instances in this function.
11801 (cplus_type_of_child): If our parent is one of the "fake"
11802 parents, we need to get at the type of the real parent, and
11803 derive the child's true type using this information.
11804
11805 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11806
11807 From 2002-01-09 John Marshall <johnm@falch.net>:
11808 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11809 sources.redhat.com, and tweak some related URLs which had
11810 suffered from linkrot.
11811
11812 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11813
11814 From Jeff law:
11815 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11816 structures passed in registers.
11817
11818 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11819
11820 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11821 white space which prevented compilation. Reported by DSK
11822 <dsk@student.unsw.edu.au>.
11823
11824 2002-01-11 Michael Snyder <msnyder@redhat.com>
11825
11826 * symfile.c (build_section_addr_info_from_section_tab):
11827 Use bfd access method instead of manipulating bfd directly.
11828 (syms_from_objfile): Ditto.
11829 (simple_overlay_update_1): Ditto.
11830 (simple_overlay_update): Ditto.
11831 (generic_load): Ditto.
11832 (overlay_unmapped_address): FIXME comment, bfd access methods.
11833 (sections_overlap): FIXME comment, bfd access methods.
11834 (pc_in_mapped_range): FIXME comment, bfd access methods.
11835 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11836 (section_is_mapped): FIXME comment, bfd access methods.
11837 (section_is_overlay): FIXME comment, bfd access methods.
11838
11839 * symfile.c (generic_load): Whitespace and long line cleanups.
11840 Remove duplicate variable, change several local variables to
11841 more appropriate data types.
11842 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11843
11844 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11845
11846 From Peter Schauer:
11847 * language.c (longest_local_hex_string_custom): Use phex_nz to
11848 convert NUM to a hex string.
11849
11850 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11851
11852 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11853 the function.
11854 Update Copyright year.
11855
11856 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11857
11858 * language.c (longest_raw_hex_string): Delete unused function.
11859
11860 2002-01-11 Petr Sorfa <petrs@caldera.com>
11861
11862 * MAINTAINERS (write-after-approval): Add myself.
11863 * dwarf2read.c (read_tag_string_type): Handling of
11864 DW_AT_byte_size.
11865 (read_tag_string_type): FORTRAN fix to prevent propagation of
11866 first string size.
11867 (set_cu_language): Handling of DW_LANG_Fortran95
11868
11869 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11870
11871 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11872 GETPID(inferior_ptid).
11873 (store_inferior_registers): Likewise.
11874
11875 2002-01-10 Jason Merrill <jason@redhat.com>
11876
11877 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11878 Fix DW_OP_minus.
11879
11880 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11881
11882 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11883 and bfd/elf32-sh-nbsd.c.
11884
11885 2002-01-10 Michael Snyder <msnyder@redhat.com>
11886
11887 * NEWS: Mention --pid and corefile/proc-id behavior change.
11888
11889 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11890 * gcore.c: Include cli/cli-decode.h instead of command.h.
11891
11892 * main.c (captured_main): Add new command line option "--pid".
11893 If the second command line argument (following the symbol-file)
11894 begins with a digit, try to attach to it before trying to open
11895 it as a corefile.
11896 (print_gdb_help): Document the "--pid" argument.
11897
11898 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11899
11900 * completer.c (command_completer): New function.
11901
11902 * completer.h <command_completer>: Add prototype.
11903
11904 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11905 completer for the "help" command.
11906
11907 2002-01-09 Jason Merrill <jason@redhat.com>
11908
11909 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11910
11911 2002-01-09 Michael Snyder <msnyder@redhat.com>
11912
11913 * i386-linux-nat.c (fill_fpxregset): Make global.
11914 (store_fpxregset): Ditto.
11915
11916 * gregset.h (gdb_fpxregset_t): Define.
11917 (supply_fpxregset): Prototype.
11918 (fill_fpxregset): Prototype.
11919
11920 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11921
11922 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11923
11924 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11925 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11926 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11927
11928 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11929
11930 * MAINTAINERS: Update target maintainer rules so that any
11931 Maintainer can approve a tested patch for a maintenance-only
11932 target.
11933
11934 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11935
11936 * MAINTAINERS (write-after-approval): Add myself.
11937
11938 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11939 IN_SIGTRAMP.
11940
11941 2002-01-08 Michael Snyder <msnyder@redhat.com>
11942
11943 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11944 real name of the executable, rather than the /proc name.
11945
11946 2002-01-03 Michael Snyder <msnyder@redhat.com>
11947
11948 Implement a "generate-core-file" command in gdb, save target state.
11949 * gcore.c: New file. Implement new command 'generate-core-file'.
11950 Save a corefile image of the current state of the inferior.
11951 * linux-proc.c: Add linux-specific code for saving corefiles.
11952 * target.h (struct target_ops): Add new target vectors for saving
11953 corefiles; to_find_memory_regions and to_make_corefile_notes.
11954 (target_find_memory_regions): New macro.
11955 (target_make_corefile_notes): New macro.
11956 * target.c (update_current_target): Inherit new target methods.
11957 (dummy_find_memory_regions): New place-holder method.
11958 (dummy_make_corefile_notes): New place-holder method.
11959 (init_dummy_target): Initialize new dummy target vectors.
11960 * exec.c (exec_set_find_memory_regions): New function.
11961 Allow the exec_ops vector for memory regions to be taken over.
11962 (exec_make_note_section): New function, target vector method.
11963 * defs.h (exec_set_find_memory_regions): Export prototype.
11964 * procfs.c (proc_find_memory_regions): New function, corefile method.
11965 (procfs_make_note_section): New function, corefile method.
11966 (init_procfs_ops): Set new target vector pointers.
11967 (find_memory_regions_callback): New function.
11968 (procfs_do_thread_registers): New function.
11969 (procfs_corefile_thread_callback): New function.
11970 * sol-thread.c (sol_find_memory_regions): New function.
11971 (sol_make_note_section): New function.
11972 (init_sol_thread_ops): Initialize new target vectors.
11973 * inftarg.c (inftarg_set_find_memory_regions): New function.
11974 Allow to_find_memory_regions vector to be taken over.
11975 (inftarg_set_make_corefile_notes): New function.
11976 Allow to_make_corefile_notes vector to be taken over.
11977 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11978 interface layer if not target_has_execution (may be a corefile).
11979 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11980 * config/sparc/sun4sol2.mh: Ditto.
11981 * config/alpha/alpha-linux.mh: Ditto.
11982 * config/arm/linux.mh: Ditto.
11983 * config/i386/x86-64linux.mh: Ditto.
11984 * config/ia64/linux.mh: Ditto.
11985 * config/m68k/linux.mh: Ditto.
11986 * config/mips/linux.mh: Ditto.
11987 * config/powerpc/linux.mh: Ditto.
11988 * config/sparc/linux.mh: Ditto.
11989
11990 2002-01-07 Michael Snyder <msnyder@redhat.com>
11991
11992 * arm-linux-nat.c: Remove references to regcache.c internal data
11993 (registers[] and register_valid[]).
11994
11995 2002-01-07 Michael Snyder <msnyder@redhat.com>
11996
11997 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11998 so that attaching to a pid will automatically read the process's
11999 symbol file and shlibs.
12000 * Makefile.in: Add rule for linux-proc.o.
12001 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12002 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12003 * config/arm/linux.mh: Ditto.
12004 * config/i386/linux.mh: Ditto.
12005 * config/i386/x86-64linux.mh: Ditto.
12006 * config/ia64/linux.mh: Ditto.
12007 * config/m68k/linux.mh: Ditto.
12008 * config/mips/linux.mh: Ditto.
12009 * config/powerpc/linux.mh: Ditto.
12010 * config/sparc/linux.mh: Ditto.
12011
12012 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12013
12014 * win32-nat.c: Add i386-tdep.h dependency.
12015
12016 2002-01-07 Michael Snyder <msnyder@redhat.com>
12017
12018 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12019 instead of bfd_get_arch_size. Don't bail out just because
12020 there's no exec_bfd.
12021
12022 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12023 * p-valprint.c (pascal_object_print_value): Ditto.
12024 * somread.c (som_symtab_read): Ditto.
12025 * symfile.c (simple_free_overlay_region_table): Ditto.
12026 * valops.c (value_assign): Ditto.
12027
12028 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12029 use tilde_expand and strerror for opening save-tracepoints file.
12030
12031 * thread-db.c (thread_db_new_objfile): Indendation fix.
12032
12033 * infptrace.c (GDB_MAX_ALLOCA): New define.
12034 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12035 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12036 can be overridden with whatever value is appropriate to the host).
12037 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12038 alloca to allocate potentially large buffer.
12039 * rs6000-nat.c (child_xfer_memory): Ditto.
12040 * symm-nat.c (child_xfer_memory): Ditto.
12041 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12042
12043 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12044
12045 From Nick Clifton <nickc@redhat.com>
12046 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12047
12048 2002-01-07 Michael Snyder <msnyder@redhat.com>
12049
12050 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12051 Don't use exec_bfd if it's NULL.
12052
12053 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12054
12055 * valops.c (value_arg_coerce): Fix formatting.
12056
12057 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12058
12059 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12060 * gnu-nat.c: Ditto.
12061
12062 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12063
12064 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12065 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12066 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12067 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12068 z8k-coff have not been multi-arched. Update z8k-coff build
12069 status.
12070
12071 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12072
12073 * MAINTAINERS: Mark a29k target as obsolete.
12074 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12075 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12076 comments.
12077 * NEWS: Note that a29k targets are obsolete.
12078 * a29k-tdep.c: Mark as obsolete.
12079 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12080 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12081 a29k-*-vxworks* targets as obsolete.
12082 * remote-adapt.c: Obsolete.
12083 * remote-eb.c: Obsolete.
12084 * remote-mm.c: Obsolete.
12085 * remote-udi.c: Obsolete.
12086 * config/a29k/a29k-udi.mt: Obsolete.
12087 * config/a29k/a29k.mt: Obsolete.
12088 * config/a29k/tm-a29k.h: Obsolete.
12089 * config/a29k/tm-vx29k.h: Obsolete.
12090 * config/a29k/vx29k.mt: Obsolete.
12091
12092 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12093
12094 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12095 with BFD_ENDIAN_BIG.
12096
12097 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12098
12099 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12100 * configure, config.in: Re-generate.
12101 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12102 * defs.h: Do not include <endian.h>.
12103
12104 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12105
12106 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12107 * config.in: Regenerate.
12108 * configure.in: Update copyright years.
12109 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12110 * configure: Regenerate.
12111 * i386bsd-nat.c: Update copyright years.
12112 (fill_gregset): Use regcache_collect.
12113 (fetch_inferior_registers): Only fetch integer registers
12114 if requested to do so. Add support for XMM registers
12115 using PT_GETXMMREGS.
12116 (store_inferior_registers): Only store integer registers
12117 if requested to do so. Add support for XMM registers
12118 using PT_SETXMMREGS.
12119 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12120 (store_inferior_registers): Remove.
12121 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12122 (fetch_elfcore_registers): New function.
12123 (i386nbsd_elfcore_fns): New.
12124 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12125 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12126 i386bsd-nat.o.
12127 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12128 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12129 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12130 * config/i386/tm-nbsd.h: Update copyright years.
12131 (HAVE_SSE_REGS): Define.
12132 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12133 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12134 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12135 (SIGCONTEXT_PC_OFFSET): Remove.
12136 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12137
12138 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12139
12140 * configure.tgt: Remove powerpc-*-macos* target.
12141 * config/m68k/xm-mpw.h: Delete file.
12142 * config/xm-mpw.h: Delete file.
12143 * ser-mac.c: Delete file.
12144 * mpw-make.sed: Delete file.
12145 * mpw-config.in: Delete file.
12146 * mac-xdep.c: Delete file.
12147 * mac-gdb.r: Delete file.
12148 * mac-defs.h: Delete file.
12149 * mac-nat.c: Delete file.
12150 * config/powerpc/macos.mh: Delete file.
12151 * config/powerpc/macos.mt: Delete file.
12152 * config/powerpc/nm-macos.h: Delete file.
12153 * config/powerpc/tm-macos.h: Delete file.
12154 * source.c (openp, open_source_file): Remove obsolete code.
12155 * top.c (gdb_readline): Ditto.
12156 * utils.c (query): Ditto.
12157 * event-top.c (display_gdb_prompt): Ditto.
12158 * Makefile.in (ser-mac.o): Delete obsolete target.
12159 * NEWS: Update.
12160
12161 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12162
12163 * defs.h (BIG_ENDIAN): Delete macro definition.
12164 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12165 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12166 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12167 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12168 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12169 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12170 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12171 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12172 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12173 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12174 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12175 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12176 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12177 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12178 * gdbarch.c: Re-generate.
12179
12180 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12181
12182 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12183 for core files.
12184
12185 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12186
12187 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12188
12189 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12190
12191 * value.h (value_ptr): Delete typedef.
12192
12193 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12194
12195 * i386nbsd-nat.c: Update copyright years.
12196 Include i386-tdep.h.
12197
12198 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12199
12200 * stabsread.c: Update copyright years.
12201
12202 From Debashis Mahata <debashis.mahata@wipro.com>:
12203 (read_struct_fields): Deal with Sun C compiler erroneous stab
12204 output for structs and unions.
12205 Fix PR gdb/269.
12206
12207 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12208
12209 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12210 prototype.
12211
12212 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12213
12214 * cp-abi.c: Fix whitespace.
12215 (baseclass_offset): New wrapper function.
12216 * cp-abi.h (baseclass_offset): Add prototype.
12217 (struct cp_abi_ops): Add baseclass_offset pointer.
12218
12219 * valops.c (vb_match): Move to...
12220 * gnu-v2-abi.c (vb_match): here.
12221 * valops.c (baseclass_offset): Move to...
12222 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12223
12224 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12225
12226 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12227 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12228 * hpacc-abi.c (init_hpacc_ops): Likewise.
12229
12230 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12231
12232 * valops.c (find_overload_match): Accept obj as a
12233 reference parameter. Update it before returning.
12234 * value.h (find_overload_match): Update prototype.
12235 * eval.c (evaluate_subexp_standard): Pass object to
12236 find_overload_match by reference.
12237
12238 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12239
12240 * valarith.c: Replace value_ptr with struct value pointer. Remove
12241 register attribute from value declarations.
12242 * valops.c: Ditto.
12243 * value.h: Ditto.
12244 * scm-lang.c (scm_lookup_name): Ditto.
12245
12246 2002-01-03 Michael Snyder <msnyder@redhat.com>
12247
12248 Abstract the functionality of iterating over mapped memory
12249 regions into a general purpose iterator function.
12250 * procfs.c (iterate_over_mappings): New function, general purpose
12251 iterator for memory sections.
12252 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12253 (solib_mappings_callback): New function, callback for above.
12254 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12255 (info_mappings_callback): New function, callback for above.
12256
12257 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12258
12259 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12260
12261 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12262 * i386-tdep.c: Include "elf-bfd.h".
12263 (process_note_abi_tag_sections): New function.
12264 (i386_gdbarch_init): Add code to recognize various OS/ABI
12265 combinations.
12266
12267 * maint.c (_initialize_maint_cmds): Add missing \ in
12268 string-literal.
12269
12270 For older changes see ChangeLog-2001
12271 \f
12272 Local Variables:
12273 mode: change-log
12274 left-margin: 8
12275 fill-column: 74
12276 version-control: never
12277 End: