2002-10-31 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-31 Andrew Cagney <cagney@redhat.com>
2
3 * h8500-tdep.c (h8500_print_registers_info): New static function,
4 clone of infcmd.c's default_print_registers_info.
5 (h8500_do_registers_info): New funtion.
6 (h8500_print_register_hook): Rename print_register_hook, make
7 static.
8
9 * config/h8500/tm-h8500.h: Update copyright.
10 (DEPRECATED_DO_REGISTERS_INFO): Define.
11 (h8500_do_registers_info: Declare.
12 (PRINT_REGISTER_HOOK): Delete macro.
13 (print_register_hook): Delete function.
14
15 2002-10-31 Andrew Cagney <cagney@redhat.com>
16
17 * z8k-tdep.c (z8k_print_register_hook): Make static.
18 (z8k_print_registers_info): New static function, clone of
19 infcmd.c's default_print_registers_info.
20 (z8k_do_registers_info): New function. Wrap
21 z8k_print_registers_info.
22 * config/z8k/tm-z8k.h: Update copyright.
23 (PRINT_REGISTER_HOOK): Delete macro.
24 (z8k_print_register_hook): Delete declaration.
25 (DEPRECATED_DO_REGISTERS_INFO): Define.
26 (z8k_do_registers_info): Declare.
27
28 2002-10-30 Joel Brobecker <brobecker@gnat.com>
29
30 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
31 as this is already provided by value.h, and was actually causing
32 a compilation error because of a conflict in parameter type
33 declaration due to a missing const keyword.
34 (low_text_segment_addres): Fix a compilation warning.
35
36 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
37
38 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
39 registers without a name.
40 (mips_linux_cannot_store_register): Don't store registers without
41 a name.
42
43 2002-10-28 David Carlton <carlton@math.stanford.edu>
44
45 * symtab.c (find_addr_symbol): Delete. (It was already commented
46 out.)
47 * symtab.h: Delete prototype for find_addr_symbol.
48
49 2002-10-26 Andrew Cagney <cagney@redhat.com>
50
51 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
52 DO_REGISTERS_INFO.
53 gdbarch.h, gdbarch.c: Re-generate.
54 * infcmd.c (default_print_registers_info): Update reference.
55 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
56 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
57 * sh-tdep.c (sh_gdbarch_init): Ditto.
58 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
59 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
60
61 2002-10-26 Mark Kettenis <kettenis@gnu.org>
62
63 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
64 cfi_init_extra_frame_info.
65 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
66 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
67
68 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
69 target where necessary. Add more comments and remove the ones
70 that don't provide any useful information.
71
72 * i386-tdep.c (i386_frame_saved_pc): Replace call to
73 deprecated_read_register_dummy with
74 frame_unwind_unsigned_register.
75
76 * i386-tdep.c (i386_extract_struct_value_address): Use
77 regcache_raw_read_unsigned instead of
78 regcache_cooked_read_unsigned since we know that the register
79 we're reading isn't a pseudo register. Rename variable 'val' into
80 the more descriptive 'addr'.
81
82 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
83 (x86_64_push_return_address): Add comment.
84 (x86_64_pop_frame): Make static.
85 (examine_argument): Clarify comment.
86 (x86_64_skip_prologue): Make prolog_expact variable static.
87
88 * dwarf2cfi.c: Fix some formatting problems.
89 (context_cpy, read_encoded_pointer): Clarify comments.
90
91 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
92 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
93 i386 target back into x86_64_gdbarch_init. Add some comments and
94 remove meaningless ones.
95
96 2002-10-25 Andrew Cagney <cagney@redhat.com>
97
98 * complaints.h (struct deprecated_complaint): Rename `struct
99 complaint'.
100 * complaints.c (complain): Update.
101 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
102 incorrect comment indicating that "symfile.h" was being included
103 for the `struct complaint' definition.
104 * remote-vx.c: Update.
105 * objc-lang.c: Update.
106 * xcoffread.c: Update.
107 * hpread.c: Update.
108 * mdebugread.c: Update.
109 * stabsread.c: Update.
110 * dwarf2read.c: Update.
111 * dwarfread.c: Update.
112 * elfread.c: Update.
113 * coffread.c: Update.
114 * stabsread.h: Update.
115 * dbxread.c: Update.
116 * buildsym.c: Update.
117 * gdbtypes.c: Update.
118 * macrotab.c: Update.
119
120 2002-10-25 Mark Kettenis <kettenis@gnu.org>
121
122 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
123 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
124 (x86_64_init_abi): ...new function.
125
126 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
127 * i386v-nat.c: Include "i386-tdep.h".
128
129 2002-10-25 Andrew Cagney <cagney@redhat.com>
130
131 * gdbtypes.c (address_space_name_to_int): Update.
132 (address_space_int_to_name): Update.
133 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
134 multi-arch predicate.
135 (address_class_name_to_type_flags): Ditto.
136 * gdbarch.h, gdbarch.c: Re-generate.
137
138 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
139
140 2002-10-24 Martin M. Hunt <hunt@redhat.com>
141
142 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
143
144 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
145
146 * symtab.h (INIT_SAL): Delete macro.
147 (init_sal): Export.
148 * symtab.c (init_sal): New function.
149
150 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
151 to init_sal function call.
152 (find_sal_from_funcs_and_line): Ditto.
153 (all_sals_for_line): Ditto.
154 * breakpoint.c (create_internal_breakpoint): Ditto.
155 (create_fork_vfork_event_catchpoint): Ditto.
156 (create_exec_event_catchpoint): Ditto.
157 (parse_breakpoint_sals): Ditto.
158 (watch_command_1): Ditto.
159 (handle_gnu_4_16_catch_command): Ditto.
160 (clear_command): Ditto.
161 * hppa-tdep.c (child_enable_exception_callback): Ditto.
162 * infcmd.c (run_stack_dummy): Ditto.
163 * infrun.c (process_event_stop_test): Ditto.
164 (check_sigtramp2): Ditto.
165 (step_over_function): Ditto.
166 * linespec.c (decode_line_2): Ditto.
167 (decode_line_1): Ditto.
168 * source.c (line_info): Ditto.
169 * symtab.c (find_pc_sect_line): Ditto.
170
171 2002-10-24 Michal Ludvig <mludvig@suse.cz>
172
173 * dwarf2cfi.c (struct context)
174 (struct context_reg): Moved to dwarf2cfi.h
175 (context_alloc, frame_state_alloc, context_cpy):
176 Made extern instead of static, removed prototypes.
177 * dwarf2cfi.h (struct context)
178 (struct context_reg): New, moved from dwarf2cfi.c
179 (context_alloc, frame_state_alloc, context_cpy):
180 New prototypes.
181 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
182 Changed from static to extern.
183 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
184 (LINUX_SIGCONTEXT_FP_OFFSET)
185 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
186 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
187 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
188 * x86-64-tdep.c (x86_64_gdbarch_init): Several
189 set_gdbarch_*() calls now use x86-64 specific functions
190 instead of DWARF2 CFI ones.
191 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
192 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
193 (x86_64_init_extra_frame_info): New prototypes.
194
195 2002-10-23 David Carlton <carlton@math.stanford.edu>
196
197 * linespec.c: #include "parser-defs.h".
198 Delete prototype for find_template_name_end.
199 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
200
201 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
202
203 * NEWS: add recent mi fixes.
204 * varobj.c (struct varobj): Add new "updated" flag.
205 (new_variable): Default "updated" flag to 0.
206 (varobj_set_value): Set "updated" flag to 1 if value
207 changes.
208 (varobj_update): Check varobj "updated" flag before
209 comparing old and refreshed values. Fix for
210 PR gdb/702.
211
212 2002-10-23 David Carlton <carlton@math.stanford.edu>
213
214 * parse.c (parse_exp_1): Use BLOCK_START.
215 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
216 SYMBOL_BLOCK_VALUE.
217 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
218
219 2002-10-23 David Carlton <carlton@math.stanford.edu>
220
221 * symtab.c: Delete cplusplus_hint.
222 Delete prototype for find_template_name_end.
223
224 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
225
226 * symtab.h: Update comment.
227
228 2002-10-23 Michael Snyder <msnyder@redhat.com>
229
230 * printcmd.c (address_info): Restore quotes in output.
231 * valops.c (value_of_local): Restore quotes in error message.
232
233 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
234
235 * symtab.c (symbol_demangled_name): New function.
236 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
237 turning most of it into a function.
238 (symbol_demangled_name): Export.
239
240 2002-10-23 Michael Snyder <msnyder@redhat.com>
241
242 * valops.c (value_of_local): Restore quotes in error message.
243
244 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
245
246 * symtab.c (symbol_init_language_specific): New function.
247 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
248 turning most of it into a function.
249 (symbol_init_language_specific): Export.
250
251 2002-10-23 David Carlton <carlton@math.stanford.edu>
252
253 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
254 (dwarf_attr_name): Ditto.
255 (dwarf_type_encoding_name): Ditto.
256 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
257 (process_die): Handle DW_TAG_namespace,
258 DW_TAG_imported_declaration, DW_TAG_imported_module.
259 (read_namespace): New function.
260
261 2002-10-22 Joel Brobecker <brobecker@gnat.com>
262
263 * configure.in: Define NEW_PROC_API on Interix too.
264 * configure: Regenerate.
265
266 2002-10-21 Joel Brobecker <brobecker@gnat.com>
267
268 * configure: Regenerate using the proper version of autoconf.
269
270 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
271
272 * findvar.c (read_var_value): Temporarily disable TLS code, until
273 complete TLS support is added.
274
275 2002-10-21 Jim Blandy <jimb@redhat.com>
276 Elena Zannoni <ezannoni@redhat.com>
277
278 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
279 for thread local storage locations.
280 (struct symbol): Add objfile field.
281 (SYMBOL_OBJFILE): Define.
282 * dwarf2read.c (is_thread_local): New static variable.
283 (new_symbol): If variable is in thread local fill in address class
284 and objfile appropriately.
285 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
286 stack operation.
287 * printcmd.c (address_info): Print the information for thread
288 local storage variable.
289 * findvar.c (read_var_value): In case of thread local variable,
290 defer to the target vector code to compute address.
291
292 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
293
294 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
295 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
296
297 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
298
299 * symtab.h (address_class): Rename
300 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
301 * hpread.c (hpread_process_one_debug_symbol): Ditto.
302 * printcmd.c (address_info): Ditto.
303 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
304
305 2002-10-20 Mark Kettenis <kettenis@gnu.org>
306
307 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
308 DBREG_DRX macro to acces debug registers.
309
310 * Makefile.in (i386obsd-tdep.o): New target.
311
312 * solib-sunos.c: Include "bcache.h" and "regcache.h".
313 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
314
315 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
316 * config/i386/obsd.mt: New file.
317 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
318 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
319 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
320 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
321 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
322 * i386obsd-tdep.c: New file.
323
324 2002-10-19 Adam Fedor <fedor@gnu.org>
325
326 * objc-exp.y (name_not_typename): Fix invalid comment.
327
328 2002-10-20 Mark Kettenis <kettenis@gnu.org>
329
330 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
331 to allocate partial syms and macro byte caches.
332
333 2002-10-18 David Carlton <carlton@math.stanford.edu>
334
335 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
336
337 2002-10-18 Adam Fedor <fedor@gnu.org>
338
339 * stabsread.c (find_name_end): New function.
340 (define_symbol): Use it.
341
342 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
343
344 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
345 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
346 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
347 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
348
349 2002-10-17 David Carlton <carlton@math.stanford.edu>
350
351 * symfile.h: Add opaque declaration for struct obstack.
352 Declare obsavestring to take a const char *.
353 * symfile.c (obsavestring): Make first argument a const char *.
354
355 2002-10-16 Adam Fedor <fedor@gnu.org>
356
357 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
358 names when matching breakpoints in current file.
359
360 2002-10-16 Kevin Buettner <kevinb@redhat.com>
361
362 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
363 (read_tag_pointer_type): Add address class support.
364 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
365 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
366 New methods.
367 * gdbarch.h, gdbarch.c: Regenerate.
368 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
369 (make_type_with_address_space, recursive_type_dump): Add address
370 class support.
371 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
372 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
373 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
374
375 2002-10-16 Klee Dienes <kdienes@apple.com>
376
377 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
378 to get the last character of a char[] buffer, not
379 name[sizeof(vptr_name)-1].
380
381 2002-10-14 Adam Fedor <fedor@gnu.org>
382
383 * symtab.h: New objc_specific struct.
384 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
385 (SYMBOL_DEMANGLED_NAME): Likewise.
386
387 2002-10-14 Adam Fedor <fedor@gnu.org>
388
389 * symfile.c (init_filename_language_table): Add ObjC file extension.
390
391 2002-10-14 Adam Fedor <fedor@gnu.org>
392
393 * utils.c (puts_filtered_tabular): New function.
394 (fprintf_symbol_filtered): Get ObjC demangled name.
395 * defs.h (puts_filtered_tabular): Declared.
396
397 2002-10-14 Kevin Buettner <kevinb@redhat.com>
398
399 * c-lang.h (c_type_print_varspec_prefix): Delete.
400 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
401 ``need_post_space'' parameter. Adjust all callers.
402
403 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
404
405 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
406 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
407 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
408 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
409
410 2002-10-13 Adam Fedor <fedor@gnu.org>
411
412 * source.c (print_source_lines): Update comments.
413
414 2002-10-13 Adam Fedor <fedor@gnu.org>
415
416 * valops.c (value_of_local): New function.
417 (value_of_this): Use it.
418 * value.h (value_of_local): Declared.
419
420 2002-10-13 Adam Fedor <fedor@gnu.org>
421
422 * parse.c: (length_of_subexp, prefixify_subexp): Handle
423 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
424
425 2002-10-12 Adam Fedor <fedor@gnu.org>
426
427 * language.c (binop_result_type): Add language_objc to case.
428 (integral_type): Likewise.
429 (character_type): Likewise.
430 (string_type): Likewise.
431 (boolean_type): Likewise.
432 (structured_type): Likewise.
433 (binop_type_check): Likewise.
434
435 2002-10-11 Adam Fedor <fedor@gnu.org>
436
437 * printcmd.c (address_info): Print 'self' for ObjC.
438
439 2002-10-11 Adam Fedor <fedor@gnu.org>
440
441 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
442 OP_SELF.
443
444 2002-10-11 Adam Fedor <fedor@gnu.org>
445
446 * language.h (CAST_IS_CONVERSION): Add language_objc.
447
448 2002-10-11 Adam Fedor <fedor@gnu.org>
449
450 * defs.h (enum language): Add language_objc.
451
452 2002-10-11 Klee Dienes <kdienes@apple.com>
453
454 * findvar.c (read_memory_typed_address): New function.
455 * gdbcore.h (read_memory_typed_address): Add prototype.
456 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
457 to read a value destined for a CORE_ADDR, not read_memory_integer.
458 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
459 (f77_get_dynamic_lowerbound): Ditto.
460
461 2002-10-11 Martin M. Hunt <hunt@redhat.com>
462
463 * utils.c (string_to_core_addr): After turning string into
464 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
465 which will do necessary sign-extension, etc.
466
467 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
468
469 * c-exp.y (THIS): Delete token and grammar rule.
470 (yylex): Don't return THIS.
471 * cp-valprint.c (vtbl_ptr_name_old): Delete.
472 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
473 * demangle.c (cplus_markers): Update comment. Put '$'
474 first. Remove CPLUS_MARKER.
475 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
476 * jv-exp.y (THIS): Delete token and grammar rule.
477 (yylex): Don't return THIS.
478 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
479 * objc-exp.y (THIS): Delete token and grammar rule.
480 (yylex): Don't return THIS.
481 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
482 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
483 (read_member_functions): Likewise for opname.
484 (read_tilde_fields): Use is_cplus_marker.
485
486 * defs.h (CPLUS_MARKER): Don't define.
487 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
488 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
489 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
490 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
491 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
492
493 * config/i386/tm-i386v4.h: Delete file.
494 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
495 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
496 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
497 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
498 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
499 * config/i386/i386sco5.mt (TM_FILE): Likewise.
500 * config/i386/i386v4.mt (TM_FILE): Likewise.
501 * config/i386/ncr3000.mt (TM_FILE): Likewise.
502
503 2002-10-10 Marko Mlinar <markom@opencores.org>
504
505 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
506 accidentially not commited 2002-10-09
507 * gdbarch.h, gdbarch.c: Re-generate.
508
509 2002-10-09 Marko Mlinar <markom@opencores.org>
510
511 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
512 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
513 * gdbarch.h, gdbarch.c: Re-generate.
514
515 2002-10-08 Petr Sorfa <petrs@caldera.com>
516
517 Revised and re-submitted by John Wolfe <jlw@caldera.com>
518
519 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
520 so we can work on more than one compilation unit at a time. This
521 helps prepare GDB to handle inter-CU die references.
522 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
523 the code to be defined before struct comp_unit_head.
524 (comp_unit_head): Added new members - offset, cu_head,
525 begin_die, next and dwarf2_abbrevs.
526 (dwarf2_abbrevs): Removed single static var; now member of
527 struct comp_unit_head.
528 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
529 members.
530 (psymtab_to_symtab_1): Changed to work with the new
531 struct comp_unit_head.
532 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
533 constructs the dwarf2_abbrevs[] inside the cu_header.
534 (dwarf2_empty_abbrev_table): Now expects a ptr to a
535 dwarf2_abbrev table to clean up.
536 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
537 handling of dwarf2_abbrevs inside the cu_header.
538 (read_partial_die): Now supports the call to the new
539 dwarf2_lookup_abbrev.
540 (read_full_die): Now supports the call to the new
541 dwarf2_lookup_abbrev.
542
543 2002-10-06 Christopher Faylor <cgf@redhat.com>
544
545 * Makefile.in (install-gdbtk): Add missing continuation backslash to
546 insure that shell variables, such as "transformed_name" are propagated
547 to later shell statements in rule.
548
549 2002-10-06 Mark Kettenis <kettenis@gnu.org>
550
551 * config/i386/nm-i386sco.h: Add protection against
552 multiple-inclusion. Include "i386/nm-i386v.h".
553 (REGISTER_U_ADDR): Remove define.
554 (i386_register_u_addr): Remove prototype.
555
556 2002-10-04 Michael Snyder <msnyder@redhat.com>
557
558 * m32r-stub.c (handle_exception): Make sure exception is "trap"
559 before treating it as a single-step event.
560
561 2002-10-03 Adam Fedor <fedor@gnu.org>
562
563 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
564 (objc_demangle): Remove assignment in if statements, Replace
565 free with xfree.
566 (add_msglist): Likewise.
567 (end_msglist): Likewise.
568 (complare_selectors): Likewise.
569 (selectors_info): Likewise.
570 (compare_classes): Likewise.
571 (classes_info): Likewise.
572 (print_object_command): Likewise.
573 (find_objc_msgcall_submethod): Replace PTR with void *.
574 * objc-lang.h: Remove check for __STDC__.
575
576 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
577
578 * ui-out.h (ui_out_field_fmt_int): New prototype.
579 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
580 of field width and alignment.
581 * stack.c (print_frame_info_base): When printing frame level, use
582 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
583 PR gdb/192
584
585 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
586
587 * MAINTAINERS: Add self to Write After Approval list.
588
589 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
590
591 * infcmd.c (interrupt_target_command_wrapper): Delete.
592 (interrupt_target_command): Make non static.
593 (nofp_registers_info): Make static.
594 * stack.c (return_command_wrapper): Delete.
595 (return_command): Make non static.
596
597 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
598
599 * event-top.c (gdb_setup_readline): New function. Code moved from
600 _initialize_event_loop().
601 (_initialize_event_loop): Call gdb_setup_readline().
602
603 2002-10-02 Andrew Cagney <ac131313@redhat.com>
604
605 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
606 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
607 * gdbarch.h, gdbarch.c: Re-generate.
608
609 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
610
611 Fix PR gdb/778
612 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
613 before recursing.
614 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
615 of fill_in_vptr_fieldno.
616
617 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
618
619 * inferior.h (registers_info, stepi_command, nexti_command,
620 continue_command, interrupt_target_command): Export from infcmd.c.
621 * frame.h (args_info, selected_frame_level_changed_hook,
622 return_command): Export from stack.c.
623 * v850ice.c (stepi_command, nexti_command, continue_command): use
624 prototypes from inferior.h.
625 * tracepoint.c (registers_info, args_info, locals_info): Use
626 prototypes from frame.h and inferior.h.
627 * Makefile.in (mi-main.o): Add dependency on frame.h.
628
629 2002-10-02 Andrew Cagney <ac131313@redhat.com>
630
631 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
632 value in register 3 adjusted by ppc_gp0_regnum.
633
634 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
635
636 2002-10-02 Marko Mlinar <markom@opencores.org>
637
638 * MAINTAINERS: Add myself to the Write After Approval list.
639
640 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
641
642 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
643 of the section for the N64 ABI, fixed.
644
645 * config/mips/tm-irix6.h: Include solib.h.
646
647 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
648
649 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
650 GNU operators.
651
652 2002-10-01 Andrew Cagney <ac131313@redhat.com>
653
654 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
655 and that "mi0" syntax has been removed.
656
657 2002-09-30 David Carlton <carlton@math.stanford.edu>
658
659 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
660 * ppc-sysv-tdep.c: #include "gdb_string.h".
661 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
662 pacify GCC.
663
664 2002-10-01 Andrew Cagney <ac131313@redhat.com>
665
666 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
667 "vrsave"'s register number.
668
669 2002-09-30 Andrew Cagney <ac131313@redhat.com>
670
671 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
672 use frame_unwind_signed_register to obtain the PC.
673 (mips_frame_chain): Handle a generic dummy frame.
674 (mips_init_extra_frame_info): When a generic dummy frame, don't
675 re-compute the frame base.
676 (mips_pop_frame): Handle generic dummy frames.
677 (mips_gdbarch_init): When generic dummy frames, set
678 use_generic_dummy_frames, push_dummy_frame to
679 generic_push_dummy_frame, pc_in_call_dummy to
680 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
681 generic_save_dummy_frame_tos.
682
683 2002-09-30 Andrew Cagney <ac131313@redhat.com>
684
685 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
686 against TOP when TOP was explictly set.
687 (generic_push_dummy_frame): Set TOP to zero.
688
689 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
690
691 * event-loop.c (start_event_loop): Rename variable 'result' to
692 'gdb_result', to avoid conflicts with upcoming intepreters changes.
693
694 2002-09-30 Keith Seitz <keiths@redhat.com>
695
696 * gdb-events.sh (selected_thread_changed): New event.
697 * gdb-events.c: Regenerated.
698 * gdb-events.h: Regenerated.
699
700 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
701
702 * MAINTAINERS: Add self to Write After Approval list.
703
704 2002-09-30 Fernando Nasser <fnasser@redhat.com>
705
706 * disasm.c: New file.
707 * disasm.h: New file.
708 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
709 (compare_lines): Ditto.
710 (dump_insns): Ditto.
711 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
712 argument.
713 (do_assembly_only): Ditto.
714 (do_disassembly): Renamed to gdb_disassembly and moved to
715 disasm.c. Sdded uiout argument.
716 * Makefile.in: Add new files. Reorder SFILES list. Update
717 dependencies. Include libgdb.a later in the insight executable.
718
719 2002-09-29 Andrew Cagney <ac131313@redhat.com>
720
721 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
722 bfd/elf64-alpha-fbsd.c.
723
724 2002-09-29 Andrew Cagney <ac131313@redhat.com>
725
726 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
727 i386gnu-tdep.c.
728
729 2002-09-29 Andrew Cagney <ac131313@redhat.com>
730
731 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
732 __FUNCTION__.
733 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
734 function name.
735 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
736 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
737 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
738 (S_msg_sig_post_reply): Ditto.
739
740 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
741
742 * sh-tdep.c (sh_use_struct_convention): Use definition according
743 to ABI.
744 (sh_push_arguments): Store in register with correct endianess.
745 (sh_default_store_return_value): Ditto.
746 (sh_gdbarch_init): Set sizeof long double to 8.
747
748 2002-09-27 Mark Kettenis <kettenis@gnu.org>
749
750 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
751 Fix some whitespace problems.
752
753 2002-09-27 David Carlton <carlton@math.stanford.edu>
754
755 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
756 (mcore-tdep.o): Ditto.
757 (ns32k-tdep.o): Ditto.
758 (ns32knbsd-tdep.o): Ditto.
759 (sh3-rom.o): Ditto.
760 (vax-tdep.o): Ditto.
761 * cris-tdep.c: #include "gdb_string.h"
762 * mcore-tdep.c: Ditto.
763 * ns32k-tdep.c: Ditto.
764 * ns32knbsd-tdep.c: Ditto.
765 * sh3-rom.c: Ditto.
766 * vax-tdep.c: Ditto.
767
768 2002-09-27 David Carlton <carlton@math.stanford.edu>
769
770 * config/djgpp/fnchange.lst: Add entries for
771 gdb/testsuite/gdb.c++/m-static files.
772
773 2002-09-27 Jim Wilson <wilson@redhat.com>
774
775 * MAINTAINERS: Add myself to the Write After Approval list.
776
777 2002-09-26 Martin M. Hunt <hunt@redhat.com>
778
779 * mips-tdep.c (find_proc_desc): Initialize startaddr.
780
781
782 2002-09-26 Andrew Cagney <ac131313@redhat.com>
783
784 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
785 frame.
786
787 2002-09-26 Andrew Cagney <ac131313@redhat.com>
788
789 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
790 (rs6000_struct_return_address): Delete variable.
791 (rs6000_store_struct_return): Update.
792 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
793 deprecated_extract_struct_value_address.
794 (rs6000_frame_align): New function.
795 (rs6000_gdbarch_init): Set frame_align.
796
797 2002-09-26 Andrew Cagney <ac131313@redhat.com>
798
799 From Grace Sainsbury <graces@redhat.com>:
800 * Makefile.in (gdbtk-main.o): New target.
801 (gdb.o): New target.
802 (main_h): Define.
803 (main.o): Update dependencies.
804 (gdb$(EXEEXT)): Add gdb.o.
805 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
806 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
807 (SUBDIR_GDBTK_CLEAN): Set.
808 (install-gdbtk): Install the insight binary.
809 (uninstall-gdbtk): New target.
810 (all-gdbtk, clean-gdbtk): New rule.
811 * top.c (use_windows): Default to zero.
812 * main.c: Include "main.h".
813 (main): Delete.
814 (struct captured_main_args): Delete.
815 (gdb_main): New function.
816 * main.h: New file.
817 * gdb.c: New File.
818
819 2002-09-25 Andrew Cagney <cagney@redhat.com>
820
821 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
822 (frame_map_regnum_to_name): New function.
823 (frame_map_name_to_regnum): New function.
824 * frame.h (frame_map_name_to_regnum): Declare.
825 (frame_map_regnum_to_name): Declare.
826 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
827 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
828 * parse.c: Do not include "builtin-regs.h".
829 (target_map_name_to_register): Delete function.
830 (write_dollar_variable): Use frame_map_name_to_regnum.
831 * parser-defs.h (target_map_name_to_register): Delete declaration.
832 * expprint.c: Include "frame.h".
833 (print_subexp): Use frame_map_regnum_to_name.
834 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
835 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
836
837 2002-09-25 Andrew Cagney <ac131313@redhat.com>
838
839 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
840 wasn't saved, and the next innermost frame is a dummy, return the
841 dummy frame's link register.
842
843 2002-09-24 Jim Blandy <jimb@redhat.com>
844
845 Fix from Paul Breed:
846 * main.c (captured_main): Add a `break' after the case for 'b'.
847
848 2002-09-24 Keith Seitz <keiths@redhat.com>
849
850 * varobj.c (c_type_of_child): Use get_target_type instead
851 of TYPE_TARGET_TYPE.
852
853 2002-09-22 Fernando Nasser <fnasser@redhat.com>
854
855 * source.c (get_current_or_default_source_symtab_and_line): Remove
856 function.
857 (set_default_source_symtab_and_line): New function. Attempts to
858 determine a source file to list lines from if one is not currently
859 defined.
860 (get_current_source_symtab_and_line): Initialize sal.pc and
861 sal.end fields.
862 (set_current_source_symtab_and_line): Mark argument as const.
863 * source.h: Update declarations and comments.
864 * linespec.c (decode_line_1): Replace call to removed routine above.
865 * stack.c (print_frame_info_base): Ditto.
866 * cli/cli-cmds.c (edit_command): Ditto.
867 (list_command): Ditto.
868
869 2002-09-22 Fernando Nasser <fnasser@redhat.com>
870
871 * source.c (get_current_or_default_source_symtab_and_line): Initialize
872 sal.pc and sal.end fields.
873 (get_current_or_default_source_symtab_and_line): Ditto.
874 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
875 so we do not cause a new source symtab to be searched for (reverting an
876 unintentional change from the 2002-09-20 patch).
877 * scm-lang.c (scm_unpac): Ditto.
878
879 2002-09-21 Andrew Cagney <cagney@redhat.com>
880
881 * complaints.c (symfile_explanations): Remove new-line from
882 ``isolated_message''.
883 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
884 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
885
886 2002-09-20 Nick Clifton <nickc@redhat.com>
887
888 * NEWS: Announce that V850EA ISA is no longer supported.
889 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
890
891 2002-09-20 David Carlton <carlton@math.stanford.edu>
892
893 * Makefile.in (c-lang.o): Correct dependencies.
894 (utils.o): Gather dependencies.
895 (charset.o): Move.
896 * c-lang.c: #include "gdb_string.h"
897
898 2002-09-20 Fernando Nasser <fnasser@redhat.com>
899
900 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
901 * cli/cli-cmds.c (list_command): New function. Implements the new
902 cli edit command.
903 (_init_cli_cmds): Add new command definition.
904 * gdb.1: Document edit command.
905 * doc/gdb.texinfo: Document edit command.
906
907 2002-09-20 Fernando Nasser <fnasser@redhat.com>
908
909 * source.c: Make global variables current_source_symtab and
910 current_source_line static.
911 (list_command): Moved to cli/cli-cmds.c.
912 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
913 (get_first_line_listed): New accessor function.
914 (get_lines_to_list): New accessor function.
915 (get_current_source_symtab_and_line): New function. Retrieves the
916 position in the source code that we consider current.
917 (get_current_or_default_source_symtab_and_line): New function.
918 Like the above but attempts to determine a default position if one
919 is not currently defined.
920 (set_current_source_symtab_and_line): New function. Sets the source
921 code position considered current and returns the previously set one.
922 (clear_current_source_symtab_and_line): Reset stored information about
923 a current source line.
924 (_initialize_source): Remove registration for the "list" command and
925 its alias.
926 * source.h: Add declarations for the new functions above.
927 * symtab.h: Remove declarations for the global variables mentioned
928 above.
929 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
930 obtain current source line.
931 * linespec.c (decode_line_1): Ditto.
932 * macroscope.c (default_macro_scope): Ditto.
933 * scm-lang.c (scm_unpac): Ditto.
934 * stack.c (print_frame_info_base): Ditto.
935 * symfile.c (clear_symtab_users): Ditto.
936 * symtab.c (decode_line_spec): Ditto.
937 * cli/cli-cmds.c (list_command): Moved here from source.c.
938 (ambiguous_line_spec): Moved here from source.c.
939 (_init_cli_cmds): Add definition for "list" and its alias.
940 * Makefile.in: Update dependencies.
941
942 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
943
944 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
945 with what gcc thinks is correct.
946
947 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
948
949 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
950 multiple register push instruction.
951
952 2002-09-19 Jim Blandy <jimb@redhat.com>
953
954 Add support for distinct host and target character sets.
955 * charset.c, charset.h: New files.
956 * c-exp.y: #include "charset.h".
957 (yylex): Convert character and string literals to the target
958 character set, before returning them as the semantic value of the
959 token.
960 * c-lang.c: #include "charset.h".
961 (c_emit_char): Use charset-specific methods to recognize
962 characters with backslash escape forms, to decide which characters
963 to print literally and which to print using numeric escape
964 sequences, and to convert target characters to host characters
965 before printing.
966 * utils.c: #include "charset.h".
967 (no_control_char_error): New function.
968 (parse_escape): Use charset-specific methods to recognize
969 backslash escapes, parse `control character' notation, and convert
970 characters from the host character set to the target character set.
971 * configure.in: Set the default host character set.
972 Check where to find iconv, and what its argument types might be.
973 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
974 * Makefile.in (SFILES): List charset.c.
975 (COMMON_OBS): List charset.o.
976 (charset.o): New rule.
977 (charset_h): New header dependency variable.
978 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
979 (LIBICONV): New variable, set by configure.
980 (CLIBS): Include $(LIBICONV) here.
981 * aclocal.m4, config.in, configure: Regenerated.
982
983 2002-09-19 Joel Brobecker <brobecker@gnat.com>
984
985 * ada-exp.y: Add missing semicolons to end rules. Fixes a
986 bison 1.35 warning.
987
988 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
989
990 * gdb_mbuild.sh: New file.
991
992 2002-09-19 Andrew Cagney <ac131313@redhat.com>
993
994 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
995
996 2002-09-18 Andrew Cagney <ac131313@redhat.com>
997
998 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
999 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1000 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1001 valops.c, value.h: Revert previous change.
1002
1003 2002-09-18 Michael Snyder <msnyder@redhat.com>
1004
1005 Preliminary support for Objective-C:
1006 * defs.h (language_objc): New enum value.
1007 (puts_filtered_tabular): Declaration only, exported from utils.c.
1008 (skip_quoted): Delete, declared in completer.h.
1009 * c-exp.y: Include completer.h.
1010 * p-exp.y: Ditto.
1011 * jv-exp.y: Ditto.
1012 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1013 New operator enum values.
1014 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1015 * language.c (binop_result_type): Handle language_objc case.
1016 (integral_type, character_type, string_type, boolean_type,
1017 structured_type, binop_type_check): Ditto.
1018 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1019 (struct objc_specific): Add to general_symbol_info.
1020 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1021 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1022 * parser-defs.h (struct objc_class_str): New struct type.
1023 (start_msglist, end_msglist, add_msglist): Declaration only,
1024 exported from objc-lang.c.
1025 * value.h (value_of_local, value_nsstring,
1026 call_function_by_hand_expecting_type): Exported from valops.c.
1027 * valops.c (find_function_addr): Export.
1028 (call_function_by_hand_expecting_type): New function.
1029 (value_of_local): New function.
1030 * symfile.c (init_filename_language_table): Add ".m" extension
1031 for Objective-C.
1032 * utils.c (puts_filtered_tabular): New function.
1033 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1034 (set/show demangle): Extend help-string to refer to ObjC.
1035 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1036 * stabsread.c (symbol_reference_defined): Objective-C symbols
1037 may contain colons: make allowances when scanning stabs strings
1038 for colons.
1039 (objc_find_colon): New function.
1040 * printcmd.c (address_info): If language == objc then print
1041 "self" instead of "this".
1042 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1043 OP_NSSTRING, and OP_SELF.
1044 (prefixify_subexp): Ditto.
1045 * source.c (print_source_lines): Mention objc in comment.
1046 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1047 method names.
1048
1049 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1050
1051 * complaints.h: Update copyright.
1052 (struct complaints): Declare.
1053 (struct complaint): Make `message' constant.
1054 (internal_complaint): Declare.
1055 (complaint): Declare.
1056 (complaint_root): Delete declaration.
1057 (symfile_complaints): Delete declaration.
1058 (struct complaints): Add opaque declaration.
1059 (clear_complaints): Add a complaints parameter.
1060 * complaints.c: Update copyright.
1061 (enum complaint_series): Define.
1062 (complaint_root): Delete.
1063 (struct complaints): Define.
1064 (complaint_sentinel, symfile_complaint_book): New variables.
1065 (symfile_explanations, symfile_complaints): New variables.
1066 New variables.
1067 (get_complaints): New function.
1068 (vcomplaint): New function.
1069 (complaint): New function.
1070 (internal_complaint): New function.
1071 (complain): Call vcomplain with symfile_complaint.
1072 (clear_complaints): Rewrite.
1073 (_initialize_complaints): Use add_setshow_command.
1074 * Makefile.in (complaints.o): Update dependencies.
1075 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1076 to call to clear_complaints.
1077 (new_symfile_objfile, reread_symbols): Ditto.
1078 (oldsyms_complaint): Delete.
1079 (empty_symtab_complaint, unknown_option_complaint): Delete.
1080 (free_named_symtabs): Use complaint instead of complain.
1081
1082 2002-09-18 Michael Snyder <msnyder@redhat.com>
1083
1084 Contributed by Apple Computer, Inc. Merged with current sources
1085 by Adam Fedor <fedor@doc.com> [cagney].
1086
1087 * objc-lang.c: First clean-up round: comments, indentation.
1088 * objc-lang.h: Ditto.
1089 * objc-lang.y: Ditto.
1090
1091 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1092
1093 * maint.c (maintenance_internal_error): Print the parameter as the
1094 error message.
1095 (maintenance_internal_warning): New function.
1096 (_initialize_maint_cmds): Add command `maint internal-warning'.
1097
1098 * defs.h (internal_warning, internal_vwarning): Declare.
1099 * utils.c (struct internal_problem): Define.
1100 (internal_vproblem): New function.
1101 (internal_warning): New function.
1102 (internal_vwarning): New function.
1103 (internal_warning_problem, internal_error_problem): New variables.
1104 (internal_verror): Just call internal_vproblem.
1105
1106 2002-09-18 Michael Snyder <msnyder@redhat.com>
1107
1108 * objc-lang.c: New file, support for Objective-C.
1109 Preliminary check-in, not yet integrated into gdb.
1110 * objc-lang.h: New file.
1111 * objc-exp.y: New file.
1112
1113 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1114
1115 * infrun.c (signal_stop_update): Convert definition to ISO C.
1116 (signal_print_update): Ditto.
1117 (signal_pass_update): Ditto.
1118 * inflow.c (terminal_save_ours): Ditto.
1119
1120 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1121 comments.
1122
1123 * config/djgpp/fnchange.lst: Handle name clashes between
1124 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1125 bfd/coff-tic80.c.
1126
1127 * i386-linux-tdep.h: Fix tipo.
1128
1129 2002-09-18 Adam Fedor <fedor@gnu.org>
1130
1131 * MAINTAINERS: Add myself to the Write After Approval list.
1132
1133 2002-09-18 Jim Blandy <jimb@redhat.com>
1134
1135 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1136 texthigh and textlow to reader-specific structs caused
1137 objfile_relocate to miss them. This is fixable, but the work that
1138 the change was supposed to prepare GDB for never got done anyway.
1139
1140 2002-09-18 David Carlton <carlton@math.stanford.edu>
1141
1142 * MAINTAINERS: Alphabetize Write After Approval list.
1143
1144 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1145
1146 Fix PR gdb/709
1147 * values.c (value_static_field): Call read_var_value.
1148
1149 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1150
1151 * valops.c (hand_function_call): Align the initial stack pointer
1152 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1153 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1154 return value.
1155 * mips-tdep.c (mips_frame_align): New function.
1156 (mips_gdbarch_init): Set frame_align.
1157 * gdbarch.sh (FRAME_ALIGN): New method.
1158 * gdbarch.h, gdbarch.c: Re-generate.
1159
1160 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1161
1162 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1163 registers.
1164
1165 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1166
1167 * NEWS: Mention that MIPS $fp behavior changed.
1168 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1169 reference to FP_REGNUM.
1170 (mipsnbsd_cannot_store_register): Ditto.
1171 * mips-linux-nat.c: Update copyright.
1172 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1173 (mips_linux_cannot_store_register): Ditto.
1174 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1175 * config/mips/tm-mips.h: Update copyright.
1176 (FP_REGNUM): Delete macro.
1177 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1178 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1179 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1180 (mips_r3041_reg_names, mips_r3051_reg_names)
1181 (mips_r3081_reg_names): Replace "fp" with "".
1182 Fix PR gdb/480.
1183
1184 2002-09-17 Theodore A. Roth <troth@verinet.com>
1185
1186 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1187 generic_read_register_dummy() (PR gdb/703).
1188 (avr_push_return_address): #if 0 out unused vars.
1189 (avr_gdbarch_init): Enable use of avr_push_return_address().
1190
1191 2002-09-17 Michael Snyder <msnyder@redhat.com>
1192
1193 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1194 RTE will take care of it.
1195
1196 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1197
1198 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1199 invalid, return SP_REGNUM.
1200
1201 2002-09-17 Michael Snyder <msnyder@redhat.com>
1202
1203 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1204 point registers without sign extension.
1205
1206 2002-09-17 Andrew Cagney <cagney@redhat.com>
1207
1208 * blockframe.c (deprecated_read_register_dummy): Rename
1209 generic_read_register_dummy.
1210 * frame.c (frame_unwind_signed_register): New function.
1211 (frame_unwind_unsigned_register): New function.
1212 * frame.h (frame_unwind_signed_register): Declare.
1213 (frame_unwind_unsigned_register): Declare.
1214 (deprecated_read_register_dummy): Rename
1215 generic_read_register_dummy.
1216
1217 * h8300-tdep.c (h8300_frame_chain): Update.
1218 (h8300_frame_saved_pc): Update.
1219 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1220 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1221 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1222 (s390_frame_chain): Update.
1223 * v850-tdep.c (v850_find_callers_reg): Update.
1224 (v850_frame_saved_pc): Update.
1225 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1226 (m32r_find_callers_reg): Update.
1227 (m32r_frame_saved_pc): Update.
1228 * sh-tdep.c (sh_find_callers_reg): Update.
1229 (sh64_get_saved_pr): Update.
1230 (sh_init_extra_frame_info): Update.
1231 (sh_init_extra_frame_info): Update.
1232 (sh64_init_extra_frame_info): Update.
1233 (sh64_init_extra_frame_info): Update.
1234 * mcore-tdep.c (mcore_find_callers_reg): Update.
1235 (mcore_frame_saved_pc): Update.
1236 (mcore_init_extra_frame_info): Update.
1237 * i386-tdep.c (i386_frame_saved_pc): Update.
1238 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1239 (ia64_init_extra_frame_info): Update.
1240 (ia64_init_extra_frame_info): Update.
1241 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1242 * cris-tdep.c (cris_init_extra_frame_info): Update.
1243 * avr-tdep.c (avr_frame_chain): Update.
1244 (avr_init_extra_frame_info): Update.
1245 (avr_frame_saved_pc): Update.
1246 * arm-tdep.c (arm_find_callers_reg): Update.
1247 (arm_init_extra_frame_info): Update.
1248 (arm_frame_saved_pc): Update.
1249
1250 2002-09-17 Tom Tromey <tromey@redhat.com>
1251
1252 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1253 is "'".
1254
1255 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1256
1257 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1258 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1259 NEXT_PROLOGUE_INSN.
1260 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1261 NEXT_PROLOGUE_INSN.
1262
1263 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1264
1265 * osfsolib.c: Remove file, replaced by solib-osf.c.
1266 * Makefile.in: Remove compilation rules for osfsolib.c.
1267
1268 2002-09-16 David Carlton <carlton@math.stanford.edu>
1269
1270 * cp-valprint.c (cp_print_class_method): Correct args to
1271 check_stub_method_group.
1272
1273 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1274
1275 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1276 `set architecture'. Unify naming convention of functions.
1277 (h8300_skip_prologue): Improve prologue analysis.
1278 (h8300_push_arguments): Rewritten to more closely match GCC's
1279 bizarre argument-passing behavior, along with the comment describing
1280 said behavior.
1281 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1282 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1283 sim, remote-e7000.c, remote-hms.c and remote.c
1284
1285 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1286
1287 * i386-tdep.c (gdb_print_insn_i386): Removed.
1288 (i386_print_insn): New function.
1289 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1290 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1291 tm_print_insn_info.
1292
1293 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1294
1295 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1296 zero.
1297
1298 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1299
1300 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1301 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1302 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1303
1304 2002-09-13 Christopher Faylor <cgf@redhat.com>
1305
1306 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1307
1308 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1309
1310 * gdbtypes.c (check_stub_method): Make static.
1311 (check_stub_method_group): New function.
1312 * gdbtypes.h: Update prototypes.
1313 * cp-support.c: New file.
1314 * cp-support.h: New file.
1315
1316 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1317 (update_method_name_from_physname): New function.
1318 (read_member_functions): Correct method names for operators
1319 and v3 constructors/destructors. Separate v2 constructors and
1320 destructors.
1321 * Makefile.in (stabsread.o): Update dependencies.
1322 (SFILES): Add cp-support.c.
1323 (COMMON_OBS): Add cp-support.o.
1324 (cp_support_h, cp-support.o): Add.
1325
1326 * cp-valprint.c (cp_print_class_method): Call
1327 check_stub_method_group instead of check_stub_method. Remove
1328 extraneous QUITs.
1329 * p-valprint.c (pascal_object_print_class_method): Likewise.
1330 * valops.c (search_struct_method): Likewise.
1331 (find_method_list, value_struct_elt_for_reference): Likewise.
1332
1333 2002-09-13 Andrew Cagney <cagney@redhat.com>
1334
1335 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1336 * gdbarch.h, gdbarch.c: Regenerate.
1337
1338 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1339
1340 * frame.c (find_saved_register): Delete function.
1341 * frame.h (find_saved_register): Delete declaration.
1342 Fix PR gdb/631.
1343
1344 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1345
1346 * mips-tdep.c (read_next_frame_reg): Re-hack using
1347 frame_register_unwind.
1348
1349 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1350
1351 * mips-tdep.c (mips_get_saved_register): Re-hack using
1352 frame_register_unwind.
1353
1354 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1355
1356 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1357 vector. Will be useful for Interix.
1358 * gdbarch.h, gdbarch.c: Regenerate.
1359
1360 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1361 name of the malloc function by NAME_OF_MALLOC.
1362
1363 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1364
1365 * value.h (find_function_in_inferior): Add const keyword to
1366 one of the parameters. Allows us to invoke this function with
1367 a const char *.
1368 * valops.c (find_function_in_inferior): Likewise.
1369
1370 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1371
1372 * exec.c (xfer_memory): Fix compilation warning with old versions
1373 of GCC.
1374 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1375
1376 2002-09-12 David Carlton <carlton@math.stanford.edu>
1377
1378 * symtab.h: Run through gdb_indent.h.
1379 Add 2002 to Copyright year list.
1380
1381 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1382
1383 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1384 mach constants.
1385 * MAINTAINERS: Add myself to write after approval list.
1386
1387 2002-09-11 J. Brobecker <brobecker@gnat.com>
1388
1389 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1390
1391 2002-09-11 J. Brobecker <brobecker@gnat.com>
1392
1393 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1394 Interix.
1395
1396 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1397
1398 * procfs.c (do_detach): Clear current signal, not just fault.
1399 Corrects problem with breakpoint trap signal leaking to detached
1400 process on Tru64.
1401
1402 2002-09-10 Michael Snyder <msnyder@redhat.com>
1403
1404 * buildsym.c (finish_block): Protect against null pointer.
1405
1406 2002-09-10 Andrew Cagney <cagney@redhat.com>
1407
1408 * infcmd.c (default_print_registers_info): Send all output to
1409 ``file'' instead of ``gdb_stdout''.
1410
1411 2002-09-10 Michael Snyder <msnyder@redhat.com>
1412
1413 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1414 LONGEST, and use signed register read (addresses are sign-
1415 extended for mips).
1416
1417 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1418
1419 * event-loop.c (gdb_do_one_event): Make public.
1420 * event-loop.h (gdb_do_one_event): Declare.
1421
1422 2002-09-10 Jeff Law <law@redhat.com>
1423
1424 * infttrace.c (child_resume): Simplify and rework to avoid
1425 TT_PROC_CONTINUE.
1426
1427 2002-09-09 Fred Fish <fnf@intrinsity.com>
1428
1429 * printcmd.c (print_scalar_formatted): "len" is the number of
1430 target bytes, NOT the number of target bits.
1431
1432 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1433
1434 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1435 * top.c (init_main): Set rl_terminal_name.
1436
1437 2002-09-08 Aidan Skinner <aidan@velvet.net>
1438
1439 * ada-lang.c (ada_array_bound, ada_type_match,
1440 _initialize_ada_language): Fix K&R definitions.
1441 * ada-tasks.c (get_current_task): Fix K&R definitions.
1442 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1443
1444 2002-09-07 Christopher Faylor <cgf@redhat.com>
1445
1446 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1447 Add XP.
1448
1449 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1450
1451 * i386-tdep.c (i386_register_virtual_type,
1452 i386_register_convertible, i386_register_convert_to_virtual,
1453 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1454 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1455 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1456 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1457 Don't set push_arguments twice.
1458
1459 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1460 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1461 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1462 sigtramp_end to NULL.
1463 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1464 defines.
1465 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1466
1467 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1468 whitespace.
1469
1470 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1471 * gdbarch.h, gdbarch.c: Re-generate.
1472 * blockframe.c (find_pc_sect_partial_function): Convert to use
1473 SIGTRAMP_START_P predicate.
1474
1475 2002-09-05 Michael Snyder <msnyder@redhat.com>
1476
1477 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1478 generic_dummy_frame method and old method. Also distinguish
1479 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1480 (arm_extract_return_value): Use new regcache method.
1481
1482 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1483 adjustment that doesn't conform to the ABI.
1484 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1485 saved regcache, not from current regcache.
1486
1487 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1488
1489 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1490 * README: Update.
1491
1492 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1493
1494 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1495 if arm_apcs_32 is false.
1496
1497 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1498
1499 GDB 5.3 branch created.
1500
1501 2002-09-03 Theodore A. Roth <troth@verinet.com>
1502
1503 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1504 generic_unwind_get_saved_register.
1505
1506 2002-09-03 David Carlton <carlton@math.stanford.edu>
1507
1508 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1509 argument (PR gdb/653). Update call to smash_to_method_type.
1510 (read_structure_scope): Update call to dwarf2_add_member_fn.
1511
1512 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1513
1514 * x86-64-linux-tdep.c: Include gdb_string.h
1515 * x86-64-linux-nat.c: Ditto.
1516
1517 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1518
1519 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1520 when YYDEBUG is set to 1.
1521 * c-exp.y: Likewise.
1522 * f-exp.y: Likewise.
1523 * jv-exp.y: Likewise.
1524 * m2-exp.y: Likewise.
1525 * p-exp.y: Likewise.
1526
1527 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1528
1529 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1530 dependency list.
1531 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1532 solib_svr4_fetch_link_map_offsets to
1533 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1534 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1535 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1536 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1537 solib-svr4.o, and solib-legacy.o.
1538 * config/i386/tm-nbsd.h: Include solib.h.
1539
1540 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1541
1542 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1543 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1544 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1545 comment noting that this needs its own target configuration.
1546 * config/i386/nbsd.mt: New file.
1547 * config/i386/nbsdaout.mt: Remove.
1548 * config/i386/nbsdelf.mt: Ditto.
1549 * config/i386/tm-nbsdaout.h: Ditto.
1550
1551 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1552
1553 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1554 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1555 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1556 tdep->sigtramp_end.
1557 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1558 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1559 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1560
1561 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1562
1563 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1564 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1565 * i386-tdep.h (i386bsd_init_abi): New prototype.
1566 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1567 function declaration.
1568 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1569 for NetBSD-a.out or NetBSD-ELF.
1570 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1571 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1572 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1573 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1574 and nbsd-tdep.h.
1575 (i386nbsd_pc_in_sigtramp): New function.
1576 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1577 i386nbsd_pc_in_sigtramp.
1578 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1579 and i386nbsdelf_init_abi OS ABI handlers.
1580 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1581 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1582
1583 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1584
1585 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1586 registers if the target really has them.
1587
1588 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1589
1590 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1591 than nbsd-tdep.h.
1592
1593 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1594
1595 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1596 list.
1597 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1598 (alphanbsd_skip_sigtramp_frame): New functions.
1599 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1600 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1601 to alphanbsd_sigcontext_addr.
1602
1603 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1604
1605 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1606 list.
1607 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1608 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1609 nbsd_pc_in_sigtramp.
1610 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1611 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1612 * nbsd-tdep.c: Include gdb_string.h.
1613 (nbsd_pc_in_sigtramp): New function.
1614 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1615 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1616 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1617 ppcnbsd_pc_in_sigtramp.
1618 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1619 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1620 shnbsd_pc_in_sigtramp.
1621 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1622 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1623 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1624
1625 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1626
1627 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1628 watchpoints to NULL.
1629 (insert_breakpoints): set val field of watchpoints if NULL.
1630
1631
1632 2002-08-29 Jim Blandy <jimb@redhat.com>
1633
1634 * symtab.c (lookup_symbol_aux): In the cases where we find a
1635 minimal symbol of an appropriate name and use its address to
1636 select a symtab to read and search, use `name' (as passed to us)
1637 as the demangled name when searching the symtab's global and
1638 static blocks, not the minsym's name.
1639
1640 2002-08-29 Keith Seitz <keiths@redhat.com>
1641
1642 * stack.c (print_frame_info_base): Always set current_source_symtab
1643 and current_source_line.
1644
1645 2002-08-29 Donn Terry <donnte@microsoft.com>
1646
1647 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1648
1649 2002-08-28 Keith Seitz <keiths@redhat.com>
1650
1651 * stack.c (select_frame): Add FIXME concerning selected-frame
1652 events.
1653 (select_frame_command): Send selected-frame-level-changed
1654 event notification, but only if the level actually changed.
1655 (up_silently_base): Add selected-frame-level-changed event
1656 notification.
1657 (down_silently_base): Likewise.
1658
1659 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1660
1661 * Makefile.in: Update dependencies for all gdb/*.c files.
1662
1663 2002-08-27 Tom Tromey <tromey@redhat.com>
1664
1665 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1666 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1667 Update dependencies.
1668 * i387-tdep.c: Include gdb_string.h.
1669 * osabi.c: Likewise.
1670 * i386-linux-nat.c: Likewise.
1671 * lin-lwp.c: Likewise.
1672 * ax-gdb.c: Likewise.
1673 * signals/signals.c: Likewise.
1674 * jv-valprint.c: Likewise.
1675 * p-lang.c: Likewise.
1676 * c-valprint.c: Likewise.
1677 * cp-abi.c: Likewise.
1678
1679 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1680
1681 * cli/cli-script.h (copy_command_lines): Export.
1682 * breakpoint.c: Include cli/cli-script.h.
1683 * Makefile.in (breakpoint.o): Update dependencies.
1684
1685 2002-08-26 Michael Snyder <msnyder@redhat.com>
1686
1687 * breakpoint.c (insert_breakpoints): Protect all references
1688 to 'process_warning'. Shorten long lines.
1689
1690 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1691
1692 * cli/cli-script.c (copy_command_lines): New function.
1693 * defs.h (copy_command_lines): Export.
1694 * testsuite/gdb.base/commands.exp: New tests for commands
1695 attached to a temporary breakpoint, and for commands that
1696 delete the breakpoint they are attached to.
1697
1698 2002-08-26 Michael Snyder <msnyder@redhat.com>
1699
1700 * breakpoint.c (bpstat_stop_status): Instead of copying the
1701 pointer to the breakpoint commands struct, make a new copy
1702 of the struct and point to that.
1703 (bpstat_clear): Free the commands struct.
1704 (bpstat_clear_actions): Free the commands struct.
1705 (bpstat_do_actions): Free the command actions. Also execute
1706 the local cleanups, instead of deleting them.
1707 (delete_breakpoint): Leave the commands field of the bpstat
1708 chain alone -- it will be freed later.
1709
1710 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1711
1712 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1713 deleted in 2002-08-20 commit. This function is still used by
1714 ppc-linux-nat.c.
1715
1716 2002-08-26 Keith Seitz <keiths@redhat.com>
1717
1718 * gdb-events.sh: Add selected-frame-level-changed event.
1719 * gdb-events.c: Regenerated.
1720 * gdb-events.h: Regenerated.
1721
1722 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1723
1724 Fix PR gdb/393:
1725 * inflow.c (terminal_save_ours): New function to save terminal
1726 settings.
1727 * inferior.h (terminal_save_ours): Declare.
1728 * target.c (debug_to_terminal_save_ours): New function.
1729 (cleanup_target): Defaults to_terminal_save_ours.
1730 (update_current_target): Inherit to_terminal_save_ours.
1731 (setup_target_debug): Set to_terminal_save_ours.
1732 * target.h (target_terminal_save_ours): New to save terminal settings.
1733 (target_ops): New member to_terminal_save_ours.
1734 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1735 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1736 * inftarg.c (init_child_ops): Likewise.
1737 * m3-nat.c (init_m3_ops): Likewise.
1738 * procfs.c (init_procfs_ops): Likewise.
1739 * wince.c (init_child_ops): Likewise.
1740 * win32-nat.c (init_child_ops): Likewise.
1741 * sol-thread.c (init_sol_thread_ops): Likewise.
1742
1743 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1744
1745 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1746 use regcache_* functions.
1747 (i386_gdbarch_init): Set store_return_value instead of
1748 deprecated_store_return_value.
1749
1750 * regcache.c (regcache_raw_write_signed,
1751 regcache_raw_write_unsigned): New functions.
1752 * regcache.h (regcache_raw_write_signed,
1753 regcache_raw_write_unsigned): New prototypes.
1754
1755 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1756
1757 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1758 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1759 source file dependencies. Cleanup corresponding generator rules.
1760
1761 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1762
1763 * regcache.h (register_offset_hack): Declare.
1764 (regcache_cooked_read_using_offset_hack): Declare.
1765 (regcache_cooked_write_using_offset_hack): Declare.
1766
1767 * regcache.c (register_offset_hack): New function.
1768 (regcache_cooked_read_using_offset_hack): New function.
1769 (regcache_cooked_write_using_offset_hack): New function.
1770 (regcache_dump): Check that the registers, according to their
1771 offset, are packed hard against each other.
1772 (cooked_xfer_using_offset_hack): New function.
1773
1774 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1775
1776 * regcache.c (struct regcache_descr): Add field register_type.
1777 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1778 in as a parameter
1779 (init_regcache_descr): Initialize register_type. Pass the descr
1780 to init_legacy_regcache_descr. Use register_type instead of
1781 REGISTER_VIRTUAL_TYPE.
1782 (register_type): New function.
1783 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1784 * regcache.h (register_type): Declare.
1785
1786 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1787
1788 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1789 instead of deprecated_store_return_value. Fix fallout from
1790 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1791
1792 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1793
1794 * regcache.c (max_register_size): New function.
1795 (init_legacy_regcache_descr): Ensure that max_register_size is
1796 large enough for REGISTER_VIRTUAL_SIZE.
1797 * regcache.h (max_register_size): Declare.
1798
1799 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1800
1801 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1802 store_return_value.
1803 (e500_extract_return_value): Change type of valbuf pointer to
1804 void.
1805
1806 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1807
1808 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1809 workaround.
1810
1811 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1812 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1813 long long) to prevent compiler warning on 64-bit systems.
1814
1815 2002-08-23 Andrew Cagney <cagney@redhat.com>
1816
1817 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1818 (DEPRECATED_STORE_RETURN_VALUE): New method.
1819 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1820 * gdbarch.h, gdbarch.c: Re-generate.
1821
1822 * values.c (set_return_value): Pass current_regcache to
1823 STORE_RETURN_VALUE.
1824 * arch-utils.h (legacy_store_return_value): Declare.
1825 * arch-utils.c (legacy_store_return_value): New function.
1826 (legacy_extract_return_value): Update parameters.
1827
1828 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1829 STORE_RETURN_VALUE.
1830 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1831 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1832 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1833 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1834 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1835 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1836 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1837 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1838 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1839 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1840
1841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1842 * i386-tdep.c (i386_extract_return_value): Update.
1843 * arch-utils.c (legacy_extract_return_value): Update.
1844 * frv-tdep.c (frv_gdbarch_init): Update.
1845 * cris-tdep.c (cris_gdbarch_init): Update.
1846 * d10v-tdep.c (d10v_gdbarch_init): Update.
1847 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1848 * m68k-tdep.c (m68k_gdbarch_init): Update.
1849 * mcore-tdep.c (mcore_gdbarch_init): Update.
1850 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1851 * s390-tdep.c (s390_gdbarch_init): Update.
1852 * sparc-tdep.c (sparc_gdbarch_init): Update.
1853 * sh-tdep.c (sh_gdbarch_init): Update.
1854 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1855 * v850-tdep.c (v850_gdbarch_init): Update.
1856 * avr-tdep.c (avr_gdbarch_init): Update.
1857 * ia64-tdep.c (ia64_gdbarch_init): Update.
1858 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1859 * vax-tdep.c (vax_gdbarch_init): Update.
1860 * alpha-tdep.c (alpha_gdbarch_init): Update.
1861 * arm-tdep.c (arm_gdbarch_init): Update.
1862 * mips-tdep.c (mips_gdbarch_init): Update.
1863 * i386-tdep.c (i386_gdbarch_init): Update.
1864
1865 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1866
1867 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1868 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1869
1870 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1871
1872 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1873 problems.
1874
1875 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1876
1877 * infrun.c (handle_inferior_event): Move a comment outside of a
1878 function call, in order to avoid indent reformatting this part
1879 of the code in an unreadable way.
1880
1881 2002-08-23 Grace Sainsbury <graces@redhat.com>
1882
1883 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1884 when breakpoints fail. Move general breakpoint error messages to
1885 insert_breakpoints.
1886 * breakpoint.c (insert_breakpoints): Change warnings when
1887 breakpoints are nto inserted to specify the type. Remove call to
1888 memory_error when hardware breakpoints can't be inserted. Remove
1889 multiple calls to warning so all messages are sent to the user at
1890 once.
1891 (delete_breakpoints): Make insert error messsages more explicit.
1892
1893 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1894
1895 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1896 gdbserver/ChangeLog.
1897
1898 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1899
1900 * i386-tdep.c: Include "objfiles.h".
1901 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1902 skip_trampoline_code.
1903 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1904 (CPLUS_MARKER): Define to '.'.
1905
1906 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1907 member.
1908 (linux_corefile_thread_callback): Increase args->num_notes.
1909 (linux_make_note_section): Initialize thread_args.num_notes, and
1910 use it to determine whether notes for any threads were created.
1911
1912 2002-08-23 Donn Terry <donnte@microsoft.com>
1913
1914 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1915 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1916 and PCUNKILL.
1917 (write_with_trace): Conditionalize out the switch branch handling
1918 PCSHOLD if the corresponding macro is not defined. Likewise for
1919 PRSABORT and PRSTOP.
1920 This change will be needed by the Interix port.
1921
1922 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1923
1924 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1925 write_register wherever possible instead of manipulating the
1926 register bytes directly.
1927 Assign VALUE_CONTENTS to a variable and use that.
1928 The GPR numbers are now dependent on the architecture.
1929
1930 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1931
1932 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1933 ev_offset fields.
1934 (skip_prologue): Add support for BookE/e500 instructions.
1935 (e500_extract_return_value): New function.
1936 (frame_get_saved_regs): Add support for saving ev registers and
1937 pseudo gpr's.
1938 (e500_store_return_value): New function.
1939 (rs6000_gdbarch_init): Move up default intializations of
1940 deprecated_extract_return_value and store_return_value. Overwrite
1941 init of store_return_value with e500 specific version.
1942 Set extract_return_value for e500.
1943
1944 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1945
1946 * blockframe.c (generic_call_dummy_register_unwind): Use
1947 regcache_cooked_read to catch cases in which the variable is
1948 stored in a pseudo register.
1949
1950 2002-08-22 Andrew Cagney <cagney@redhat.com>
1951
1952 * NEWS: Mention that the i960 has been made obsolete.
1953 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1954 i960-tdep.c
1955 (remote-nrom.o): Obsolete target.
1956 (remote-nindy.o, i960-tdep.o): Ditto.
1957 * remote-nrom.c: Make file obsolete.
1958 * remote-nindy.c, remote-vx960.c: Ditto.
1959 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1960 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1961 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1962 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1963 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1964 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1965 i960-*-vxworks* obsolete.
1966 * MAINTAINERS: Note that the i960 is obsolete.
1967
1968 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1969
1970 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1971 detach to allow reinitialization.
1972
1973 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1974
1975 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1976 attempt).
1977
1978 2002-08-22 Jim Blandy <jimb@redhat.com>
1979
1980 * coffread.c (coff_symfile_read): Don't try to read the line
1981 number table from disk if the image file doesn't have a symbol
1982 table; we'll never actually look at the info anyway, and Windows
1983 ships DLL's with bogus file offsets for the line number data.
1984
1985 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
1986
1987 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1988 an e500 executable.
1989
1990 2002-08-21 Michael Snyder <msnyder@redhat.com>
1991
1992 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1993 (MSYMBOL_SIZE): Replace macro with function.
1994 (DEFAULT_MIPS_TYPE): Delete unused macro.
1995 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1996 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1997
1998 2002-08-21 Jim Blandy <jimb@redhat.com>
1999
2000 * valops.c (value_cast): Simplify and correct logic for doing a
2001 static cast from a pointer to a base class to a pointer to a
2002 derived class.
2003
2004 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2005
2006 * infcmd.c (default_print_registers_info): Replace
2007 do_registers_info.
2008 (registers_info): Use gdbarch_print_registers_info instead of
2009 DO_REGISTERS_INFO.
2010 * inferior.h (default_print_registers_info): Replace
2011 do_registers_info.
2012 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2013 (DO_REGISTERS_INFO): Change to a predicate function.
2014 * gdbarch.h, gdbarch.c: Regenerate.
2015
2016 2002-08-21 Keith Seitz <keiths@redhat.com>
2017
2018 * gdb-events.sh: Add target-changed event.
2019 * gdb-events.c: Regenerated.
2020 * gdb-events.c: Regenerated.
2021 * valops.c (value_assign): Add target-changed event notification
2022 to inlval_register, lval_memory, and lval_reg_frame_relative.
2023
2024 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2025
2026 * NEWS: Add an entry regarding the improvement of the next/step
2027 operation on Alpha Tru64 multi-processor machines.
2028
2029 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2030
2031 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2032 directores.
2033 * Makefile.in: Update all _h macro definitions.
2034 * Makefile.in (install-gdbtk): Move to install section.
2035 (rdi-share/libangsd.a): Move to end of file.
2036
2037 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2038
2039 * frame.c (frame_register_unwind): When a register, set addrp to
2040 the register's byte.
2041
2042 2002-08-20 Michael Snyder <msnyder@redhat.com>
2043
2044 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2045 used locally, so move them from the target machine header to here.
2046 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2047 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2048 Make static.
2049 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2050
2051 2002-08-20 Andrew Cagney <cagney@redhat.com>
2052
2053 * NEWS: Mention that the Apollo line was made obsolete.
2054 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2055 m68*-hp-hpux* obsolete.
2056 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2057 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2058 * buildsym.c (make_blockvector): Make static.
2059 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2060 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2061 (ALLDEPFILES): Remove dstread.c.
2062 (dstread.o): Obsolete make rule.
2063 * dstread.c: Makefile obsolete.
2064 * dst.h: Ditto.
2065 * config/m68k/hp300hpux.mt: Ditto.
2066 * config/m68k/hp300hpux.mh: Ditto.
2067 * config/m68k/hp300bsd.mt: Ditto.
2068 * config/m68k/hp300bsd.mh: Ditto.
2069 * config/m68k/apollo68b.mt: Ditto.
2070 * config/m68k/apollo68v.mh: Ditto.
2071 * config/m68k/apollo68b.mh: Ditto.
2072
2073 2002-08-20 Michael Snyder <msnyder@redhat.com>
2074
2075 * mips-tdep.c (mips_in_return_stub): Make static.
2076 (mips_gdbarch_init): Set in_solib_return_trampoline.
2077 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2078
2079 2002-08-20 Michael Snyder <msnyder@redhat.com>
2080
2081 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2082 * gdbarch.c, gdbarch.h: Regenerate.
2083 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2084 Add.
2085 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2086
2087 2002-08-20 Michael Snyder <msnyder@redhat.com>
2088
2089 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2090 (mips_gdbarch_init): Set skip_trampoline_code,
2091 in_solib_call_trampoline.
2092 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2093 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2094
2095 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2096
2097 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2098
2099 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2100 vector type for ev registers.
2101 (e500_pseudo_register_read): New function.
2102 (e500_pseudo_register_write): New function.
2103 (e500_dwarf2_reg_to_regnum): New function.
2104 (PPC_UISA_NOFP_SPRS): New macro.
2105 (PPC_EV_REGS): New macro.
2106 (PPC_GPRS_PSEUDO_REGS): New macro.
2107 (registers_e500): New register set for e500.
2108 (variants): Add e500 variant.
2109 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2110 before setting architectural dependent variations. Initialize ev
2111 registers numbers. Add case for e500 architecture. Set the
2112 number of pseudo registers.
2113
2114 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2115
2116 * rs6000-tdep.c: Clean up comments.
2117
2118 2002-08-20 Andrew Cagney <cagney@redhat.com>
2119
2120 * h8300-tdep.c: Re-indent file.
2121
2122 2002-08-20 Jim Blandy <jimb@redhat.com>
2123
2124 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2125 default for this.
2126
2127 2002-08-20 Keith Seitz <keiths@redhat.com>
2128
2129 * breakpoints.c (watch_command_1): Use internal breakpoint
2130 when setting a watchpoint_scope breakpoint.
2131
2132 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2133
2134 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2135 (build_builtin_type_vec64i): Ditto.
2136 (build_builtin_type_vec128): Ditto.
2137 (build_builtin_type_vec128i): Ditto.
2138
2139 2002-08-19 Michael Snyder <msnyder@redhat.com>
2140
2141 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2142 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2143 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2144 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2145 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2146 CALL_DUMMY_ADDRESS): Delete.
2147 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2148 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2149 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2150 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2151 push_return_address.
2152 (mips_register_raw_size, mips_eabi_use_struct_convention,
2153 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2154 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2155 mips_init_extra_frame_info, mips_eabi_push_arguments,
2156 mips_n32n64_push_arguments, mips_push_return_address,
2157 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2158 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2159
2160 2002-08-19 Michael Snyder <msnyder@redhat.com>
2161
2162 * mips-tdep.c (mips_frame_num_args): New function.
2163 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2164 frame_saved_pc, frame_args_address, frame_locals_address,
2165 frame_num_args, and frame_args_skip.
2166 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2167 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2168 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2169 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2170
2171 2002-08-20 Michael Snyder <msnyder@redhat.com>
2172
2173 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2174 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2175 * mips-tdep.c (mips_store_struct_return): New function.
2176 (mips_extract_struct_value_address): New function.
2177 (mips_gdbarch_init): Set store_struct_return and
2178 extract_struct_value_address.
2179
2180 2002-08-20 David Carlton <carlton@math.stanford.edu>
2181
2182 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2183 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2184 (read_file_scope): Check that line_header is nonzero before
2185 decoding macro information.
2186
2187 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2188
2189 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2190 flag the general-purpose registers as floating-point on targets
2191 that don't support the floating-point registers.
2192
2193 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2194
2195 * rs6000-tdep.c (altivec_register_p): Delete.
2196 (rs6000_do_altivec_registers): Delete.
2197 (rs6000_altivec_registers_info): Delete.
2198 (rs6000_do_registers_info): Delete.
2199 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2200 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2201
2202 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2203
2204 * infcmd.c (do_registers_info): Print vector registers in hex
2205 format only.
2206 (print_vector_info): Check that printing registers
2207 makes sense.
2208 (print_float_info): Ditto.
2209
2210 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2211
2212 * mips-tdep.c (mips_gdbarch_init): Update.
2213 (mips_o32_extract_return_value): Rewrite.
2214 (mips_o32_store_return_value): Rewrite.
2215 (mips_o32_xfer_return_value): New function.
2216 (mips_xfer_register): Tweak debug print message. Allow for
2217 buf_offset when dumping the value transfered.
2218
2219 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2220
2221 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2222 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2223 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2224 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2225 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2226
2227 2002-08-14 Michael Snyder <msnyder@redhat.com>
2228
2229 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2230
2231 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2232
2233 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2234 register.
2235 (P): New macro to define a register as a pseudo register.
2236 (R, R4, R8, R16, FR32, R64, R0): Updated.
2237 (struct variant): Add new fields for number of pseudo registers
2238 and number of total registers.
2239 (tot_num_registers): New macro replacing....
2240 (num_registers): ...deleted macro.
2241 (num_registers): New function.
2242 (num_pseudo_registers): New function.
2243 (variants): Update all variants to intialize new fields correctly.
2244 Postpone initialization of number of pseudo regs and real regs.
2245 (init_variants): New function.
2246 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2247 registers offsets.
2248
2249 2002-08-19 David Carlton <carlton@math.stanford.edu>
2250
2251 * valops.c (search_struct_field): Change error message to treat
2252 return value of 0 from value_static_field as meaning that field is
2253 optimized out.
2254 (value_struct_elt_for_reference): Ditto.
2255 * values.c (value_static_field): Treat an unresolved location the
2256 same as a nonexistent symbol. Fix PR gdb/635.
2257 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2258 enclosed. Fix PR gdb/574.
2259 * MAINTAINERS: Add self to Write After Approval list.
2260
2261 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2262
2263 * mips-tdep.c (mips_xfer_register): New function.
2264 (mips_n32n64_extract_return_value): Rewrite.
2265 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2266 instead of deprecated_extract_return_value.
2267
2268 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2269
2270 * rs6000-tdep.c (TDEP): Delete macro.
2271 (branch_dest): Replace use of TDEP macro with its body.
2272 (rs6000_pop_frame): Ditto.
2273 (rs6000_push_arguments): Ditto.
2274 (rs6000_skip_trampoline_code): Ditto.
2275 (rs6000_frame_saved_pc): Ditto.
2276 (rs6000_frame_chain): Ditto.
2277 (rs6000_register_name): Ditto.
2278 (rs6000_register_byte): Ditto.
2279 (rs6000_register_raw_size): Ditto.
2280 (rs6000_register_virtual_type): Ditto.
2281 (rs6000_register_convertible): Ditto.
2282 (rs6000_convert_from_func_ptr_addr): Ditto.
2283
2284 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2285
2286 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2287 conditionally.
2288 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2289 MIPS_LINUX_JB_ELEMENT_SIZE.
2290 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2291 for MAX_REGISTER_RAW_SIZE arrays.
2292 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2293 MIPS_LINUX_JB_ELEMENT_SIZE.
2294
2295 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2296
2297 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2298
2299 2002-08-19 Aidan Skinner <aidan@velvet.net>
2300
2301 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2302 ada-valprint.c ada-tasks.c.
2303 (YYFILES): Add ada-exp.y.
2304 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2305 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2306 (ada-exp.tab.o): New target.
2307
2308 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2309
2310 * regcache.c (regcache_xfer_part): New function.
2311 (regcache_raw_read_part): New function.
2312 (regcache_raw_write_part): New function.
2313 (regcache_cooked_read_part): New function.
2314 (regcache_cooked_write_part): New function.
2315 * regcache.h (regcache_raw_read_part): Declare.
2316 (regcache_raw_write_part): Declare.
2317 (regcache_cooked_read_part): Declare.
2318 (regcache_cooked_write_part): Declare.
2319
2320 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2321
2322 * remote.c (remote_open_1): Add async_p.
2323 (remote_async_open_1): Delete.
2324 (open_remote_target): Delete.
2325 (remote_open, extended_remote_open): Update calls to remote_open_1.
2326 (remote_async_open, extended_remote_async_open): Call
2327 remote_open_1 instead of remote_async_open_1.
2328
2329 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2330
2331 * blockframe.c: Fix a few coding standard violations.
2332
2333 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2334
2335 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2336 here from ...
2337 * config/i386/tm-i386sco5.h: ... here. File removed.
2338 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2339
2340 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2341 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2342 (TM_FILE): Set to tm-i386.h.
2343 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2344 * config/i386/tm-i386v.h: Remove file.
2345 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2346 instead of "i386/tm-i386v.h".
2347 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2348 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2349 "i386/tm-i386v.h".
2350 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2351 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2352 "i386/tm-i386.h".
2353
2354 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2355
2356 * config/i386/nm-i386v.h: Add protection against
2357 multiple-inclusion.
2358 (i386_register_u_addr): Remove prototype.
2359 (register_u_addr): New prototype.
2360 (REGISTER_U_ADDR): Redefine accordingly.
2361 * i386v-nat.c: Improve several comments.
2362 (i386_register_u_addr): Change signature and rename to
2363 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2364 ubase variable.
2365
2366 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2367
2368 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2369 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2370 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2371 deprecated_extract_return_value.
2372 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2373 rename mips_o32o64_push_arguments.
2374 (mips_gdbarch_init): Update.
2375 (mips_extract_return_value): Delete.
2376 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2377 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2378 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2379 (mips_n32n64_extract_return_value): Clone
2380 mips_extract_return_value.
2381 (mips_store_return_value): Delete.
2382 (mips_o32_store_return_value): Clone mips_store_return_value.
2383 (mips_o64_store_return_value): Clone mips_store_return_value.
2384 (mips_eabi_store_return_value): Clone mips_store_return_value.
2385 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2386
2387 2002-08-18 Aidan Skinner <aidan@velvet.net>
2388
2389 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2390 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2391
2392 2002-08-18 Aidan Skinner <aidan@velvet.net>
2393
2394 * ada-lang.c: Run through gdb_indent.sh.
2395 * ada-lang.h: Run through gdb_indent.sh.
2396 * ada-tasks.c: Run through gdb_indent.sh.
2397 * ada-typeprint.c: Run through gdb_indent.sh.
2398 * ada-valprint.c: Run through gdb_indent.sh.
2399
2400 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2401
2402 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2403 ABI.
2404
2405 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2406
2407 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2408
2409 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2410 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2411
2412 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2413 write_register_gen instead of write_register_bytes.
2414
2415 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2416 i[3456]-*-osf1mk* configurations have been made obsolete.
2417 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2418 i[3456]86-*-osf1mk* hosts obsolete.
2419 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2420 targets obsolete.
2421 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2422 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2423 config/i386/i386m3.mt, config/i386/nm-m3.h,
2424 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2425 config/i386/i386mk.mh, config/i386/i386mk.mt,
2426 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2427 obsolete.
2428 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2429 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2430 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2431
2432 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2433
2434 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2435 (hppa_value_returned_from_stack): Declare.
2436 (hppa_extract_return_value): Declare.
2437 * config/pa/hppa.mt: New file.
2438 * configure.tgt: Recognize hppa*-*-*.
2439 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2440
2441 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2442
2443 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2444 comment.
2445
2446 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2447
2448 * top.c (gdb_rl_operate_and_get_next): Make sure
2449 operate-and-get-next functions correctly even when the history
2450 list is completely filled.
2451
2452 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2453
2454 * MAINTAINERS (Target Instruction Set Architectures): Rename
2455 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2456 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2457 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2458 already listed under Host/Native.
2459
2460 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2461 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2462 mips*-*-*.
2463
2464 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2465
2466 * config/ia64/ia64.mt: New file.
2467 * config/alpha/alpha.mt: New file.
2468 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2469 ia64-linux-gnu. Mention that ia64-elf is broken.
2470 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2471
2472 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2473
2474 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2475 generic_func_frame_valid instead of func_frame_valid.
2476
2477 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2478
2479 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2480 procfs appears to be broken when debugging on multi-processor
2481 machines. So enable software single stepping in order to avoid
2482 using the procfs interface to do next/step operations, using
2483 internal breakpoints instead.
2484
2485 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2486 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2487 make this pc address equal to the value it would have if the
2488 system stepping capability was used. Also set a new flag used
2489 to ensure that we don't readjust the PC one more time later.
2490
2491 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2492 address by DECR_PC_AFTER_BREAK when software single step is
2493 in use for this architecture, as this has already been taken
2494 care of in handle_inferior_event().
2495
2496 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2497
2498 * infrun.c (handle_inferior_event): Minor reformatting, to make
2499 a rather long condition expression easier to read.
2500
2501 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2502
2503 * Makefile.in (gdbtk.o): Move to end of file.
2504 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2505 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2506 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2507 (gdbtk-wrapper.o, gdbres.o): Ditto.
2508
2509 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2510
2511 * Makefile.in (copying.o): Separate out compile rule.
2512 (hpux-thread.o, procfs.o, signals.o): Ditto.
2513 (v850ice.o, z8k-tdep.o): Ditto.
2514 (tui-file.o): Move to TUI section.
2515 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2516 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2517
2518 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2519
2520 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2521 skip_trampoline_code, for better namespace-proofing.
2522
2523 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2524
2525 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2526
2527 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2528
2529 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2530
2531 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2532 signal, check whether we hit a breakpoint before checking for a
2533 single step breakpoint. Otherwise, GDB fails to notice that a
2534 breakpoint has been hit when stepping onto a breakpoint.
2535
2536 2002-08-16 Keith Seitz <keiths@redhat.com>
2537
2538 * gdb-events.sh (clear_gdb_event_hooks): New function.
2539 * gdb-events.c: Regenerate.
2540 * gdb-events.h: Regenerate.
2541
2542 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2543
2544 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2545 not_a_sw_breakpoint.
2546 * breakpoint.h (bpstat_stop_status): Add parameter names.
2547
2548 2002-08-16 Grace Sainsbury <graces@redhat.com>
2549
2550 * remote.c (remote_insert_hw_breakpoint)
2551 (remote_remove_hw_breakpoint): Fix calculation of length field
2552 for Z-packet.
2553
2554 2002-08-15 Michael Snyder <msnyder@redhat.com>
2555
2556 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2557 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2558 (supply_fpregset): Ditto.
2559
2560 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2561 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2562 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2563 (TARGET_READ_SP): Delete.
2564 (DO_REGISTERS_INFO): Delete.
2565 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2566 Delete.
2567 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2568 from macros to functions.
2569
2570 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2571 (mips_register_convertible, mips_register_convert_to_virtual,
2572 mips_register_convert_to_raw): Make static.
2573 (mips_read_sp): New function.
2574 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2575 (mips_do_registers_info): Make static.
2576 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2577 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2578 (mips_register_convert_from_type, mips_register_convert_to_type):
2579 New functions.
2580 (mips_gdbarch_init): Set up function_start_offset,
2581 register_virtual_size, pc_in_sigtramp.
2582
2583 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2584
2585 * infcmd.c (vector_info): New function.
2586 (_initialize_infcmd): Add command "info vector".
2587 (print_vector_info): New function.
2588
2589 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2590 * gdbarch.h, gdbarch.c: Regenerate.
2591
2592 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2593
2594 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2595 ``print_all''. Only print vector registers when ``print_all''.
2596
2597 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2598
2599 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2600 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2601
2602 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2603 Add `args' parameter.
2604 * gdbarch.h, gdbarch.c: Regenerate.
2605
2606 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2607
2608 * infcmd.c (float_info): Call print_float_info.
2609 (print_float_info): New function. By default, print the
2610 floating-point registers.
2611
2612 * arch-utils.h (default_print_float_info): Delete declaration.
2613 * arch-utils.c (default_print_float_info): Delete function.
2614
2615 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2616
2617 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2618 out define.
2619
2620 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2621 FRAME.
2622
2623 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2624 * configure.host: Make i[3456]86-*-aix host obsolete.
2625 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2626 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2627 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2628 config/i386/xm-i386aix.h: Make files obsolete.
2629 * i386aix-nat.c: Make file obsolete.
2630 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2631 (i386aix-nat.o): Make target obsolete.
2632
2633 * config/i386/nm-gnu.h: Removed.
2634 * config/i386/nm-i386gnu.h: New file.
2635 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2636 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2637 Moved here from ...
2638 * config/i386/tm-i386gnu.h: ... here. Removed.
2639 * config/i386/xm-i386gnu.h: Removed.
2640 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2641 (NAT_FILE): Set to nm-i386gnu.h.
2642 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2643 * i386-tdep.c: New file.
2644 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2645 (i386gnu-tdep.o): Specify dependencies.
2646
2647 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2648
2649 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2650 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2651 Adjust a few comments to reflect reality a bit closer.
2652 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2653 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2654 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2655 target_insert_watchpoint, target_remove_watchpoint):
2656 Move defines to ...
2657 * config/i386/nm-i386sco5.h: ... here.
2658 (kernel_u_size): Add prototype. Improve a few comments and add
2659 protection against multiple inclusion.
2660
2661 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2662 out define.
2663
2664 * uw-thread.c (SP_ARG0): Define if not already defined.
2665 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2666
2667 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2668
2669 * config/i386/tm-i386.h: Don't include "regcache.h".
2670
2671 * i387-tdep.h (i387_print_float_info): New prototype.
2672 * i387-tdep.c (print_i387_value, print_i387_ext,
2673 print_i387_status_word, print_i387_control_word): Add `struct
2674 ui_file *' argument and use it for output.
2675 (i387_print_float_info): Renamed from i387_float_info. Add
2676 `struct gdbarch *' and `struct ui_file *' arguments and use the
2677 latter for output.
2678 * i386-tdep.c: Include "i387-tdep.h".
2679 (i386_gdbarch_init): Set print_float_info.
2680 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2681 (FLOAT_INFO): Remove define.
2682
2683 2002-08-13 Michael Snyder <msnyder@redhat.com>
2684
2685 * mips-tdep.c (mips_push_arguments): Rename to
2686 mips_eabi_push_arguments, and tune for EABI.
2687 (MIPS_REGS_HAVE_HOME_P): Delete.
2688 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2689 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2690 Delete references to mips_regs_have_home_p.
2691
2692 2002-08-14 Keith Seitz <keiths@redhat.com>
2693
2694 * Makefile.in (install-gdbtk): Create insight plugin directory.
2695 Install plugins.tcl file.
2696
2697 2002-08-14 Keith Seitz <keiths@redhat.com>
2698
2699 * configure.in: Move SUBDIRS to near top of the file so that
2700 --enable options may add things to it.
2701 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2702 * configure: Regenerate.
2703
2704 2002-08-13 Michael Snyder <msnyder@redhat.com>
2705
2706 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2707 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2708 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2709
2710 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2711
2712 * vax-tdep.c (vax_get_saved_register): Delete function.
2713 (vax_gdbarch_init): Update.
2714 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2715 (ns32k_gdbarch_init): Update.
2716 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2717 (alpha_gdbarch_init): Update.
2718
2719 2002-08-13 Andrew Cagney <cagney@redhat.com>
2720
2721 * regcache.c (init_regcache_descr): Overallocate the
2722 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2723 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2724 nr_raw_registers.
2725 (set_register_cached): Add range checking assertions. Use
2726 current_regcache.
2727
2728 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2729
2730 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2731 numbers for MMX registers.
2732
2733 2002-08-13 Andrew Cagney <cagney@redhat.com>
2734
2735 * i386-tdep.c (i386_gdbarch_init): Use
2736 generic_unwind_get_saved_register.
2737
2738 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2739
2740 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2741 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2742 target vector.
2743 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2744 Delete. Add comment regarding this now-deleted target method.
2745
2746 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2747
2748 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2749 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2750 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2751 real PC and the page number (if it's within the memory bank window).
2752 (m68hc11_pseudo_register_write): Likewise when saving.
2753 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2754 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2755 (m68hc11_register_raw_size): And use 32-bit for it.
2756 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2757 16K memory bank is used by the prog; also use the virtual pc.
2758
2759 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2760
2761 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2762 (m68hc11_gdbarch_init): Install it in gdbarch.
2763 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2764 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2765 (MSYMBOL_SIZE): New for documentation.
2766 (insn_return_kind): Enum to specify how a function returns.
2767 (frame_extra_info): Cleanup and record the return mode.
2768 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2769 register in address computation.
2770 (m68hc11_get_return_insn): New to obtain the return instruction used
2771 by the function.
2772 (m68hc11_frame_init_saved_regs): Take into account the return
2773 instruction used by the function for far and interrupt functions.
2774 (m68hc11_init_extra_frame_info): Take into account page register.
2775 (m68hc11_frame_args_address): Adjust according to the return mode.
2776 (show_regs): Print page register only when it's used.
2777
2778 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2779
2780 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2781 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2782 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2783 registers.
2784 (m68hc11_register_raw_size): Likewise.
2785
2786 2002-08-13 Andrew Cagney <cagney@redhat.com>
2787
2788 * i386-tdep.c (i386_register_name): Handle mmx registers.
2789 (mmx_regnum_p): New function.
2790 (i386_mmx_names): New array.
2791 (mmx_num_regs): New variable.
2792 (i386_pseudo_register_read): New function.
2793 (i386_pseudo_register_write): New function.
2794 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2795
2796 * regcache.c (regcache_raw_read_unsigned): New function.
2797 (regcache_raw_read_signed): New function.
2798 * regcache.h (regcache_raw_read_unsigned): Declare.
2799 (regcache_raw_read_signed): Declare.
2800
2801 2002-08-13 Andrew Cagney <cagney@redhat.com>
2802
2803 * regcache.c (regcache_raw_read_as_address): Delete function.
2804 (regcache_cooked_read_signed): New function.
2805 (regcache_cooked_read_unsigned): New function.
2806 * regcache.h (regcache_cooked_read_signed): Declare.
2807 (regcache_cooked_read_unsigned): Declare.
2808 (regcache_raw_read_as_address): Delete declaration.
2809
2810 * blockframe.c (generic_read_register_dummy): Use
2811 regcache_cooked_read_unsigned.
2812 * i386-tdep.c (i386_extract_struct_value_address): Use
2813 regcache_cooked_read_unsigned.
2814
2815 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2816
2817 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2818 double sizes according to ELF ABI flags.
2819 (gdbarch_tdep): Record elf_flags.
2820
2821 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2822
2823 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2824 (m6812_prolog): They can appear in 68HC12 function prologue.
2825 (m68hc11_frame_chain): Cleanup.
2826
2827 2002-08-12 Andrew Cagney <cagney@redhat.com>
2828
2829 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2830 declarations.
2831 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2832 (i386_linux_register_raw_size): Delete function.
2833 (i386_linux_init_abi): Update.
2834 * i386-tdep.c (i386_register_raw_size): Delete function.
2835 (i386_register_byte): Delete function.
2836 (i386_gdbarch_init): Update.
2837 (i386_register_size): Delete array.
2838 (i386_register_offset): Delete array.
2839
2840 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2841 (REGISTER_RAW_SIZE): Delete macro.
2842 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2843 (REGISTER_BYTE): Delete macro.
2844
2845 2002-08-11 Aidan Skinner <aidan@velvet.net>
2846
2847 * ada-lang.c (ada_lookup_partial_symbol)
2848 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2849 prototype names so that grep ^func works properly.
2850
2851 * ada-lang.c (ada_array_element_type)
2852 (ada_lookup_partial_symbol): Fix typos in parameter list.
2853
2854 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2855 Fix prototype names so that grep ^func works properly.
2856
2857 2002-08-10 Andrew Cagney <cagney@redhat.com>
2858 Elena Zannoni <ezannoni@redhat.com>
2859 Martin M. Hunt <hunt@redhat.com>
2860
2861 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2862 (build_builtin_type_vec128i): Set the vector bit.
2863 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2864 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2865 (build_builtin_type_vec64): New function.
2866 (build_builtin_type_vec64i): New function.
2867 (build_gdbtypes): Initialize builtin_type_vec64 and
2868 builtin_type_vec64i.
2869
2870 2002-08-09 Andrew Cagney <cagney@redhat.com>
2871
2872 * regcache.c (regcache_dump): Compare the register offset
2873 with REGISTER_BYTE.
2874 * arch-utils.c (generic_register_byte): New function.
2875 * arch-utils.h (generic_register_byte): Declare.
2876 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2877 * gdbarch.h, gdbarch.c: Regenerate.
2878
2879 2002-08-09 Andrew Cagney <cagney@redhat.com>
2880
2881 * regcache.c: Include "gdbcmd.h"
2882 (_initialize_regcache): Add commands "maintenance print
2883 registers", "maintenance print raw-registers" and "maintenance
2884 print cooked-registers".
2885 (enum regcache_dump_what): Define.
2886 (dump_endian_bytes): New function.
2887 (regcache_dump): New function.
2888 (regcache_print): New function.
2889 (maintenance_print_registers): New function.
2890 (maintenance_print_raw_registers): New function.
2891 (maintenance_print_cooked_registers): New function.
2892 * Makefile.in (regcache.o): Update dependencies.
2893
2894 2002-08-09 Michael Snyder <msnyder@redhat.com>
2895
2896 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2897 (mips_push_arguments): Correct some comments. Use paddr_nz
2898 for printing addresses in debug output. Replace static
2899 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2900 (mips_n32n64_push_arguments): New function, cloned from
2901 mips_push_arguments and tuned for the n32/n64 ABI.
2902 (mips_push_register): Buffer needs dynamic allocation.
2903 (mips_print_register): Ditto.
2904 (do_gp_register_row): Ditto.
2905 (mips_store_return_value): Ditto.
2906 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2907
2908 2002-08-09 Don Howard <dhoward@redhat.com>
2909
2910 * memattr.c (mem_info_command): Print special case of upper bound
2911 as max CORE_ADDR + 1.
2912
2913 2002-08-08 Michael Snyder <msnyder@redhat.com>
2914
2915 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2916 returns structs by ref if they're too big to fit in two registers.
2917
2918 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2919
2920 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2921 saved regs value.
2922 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2923 mips_find_saved_regs().
2924 (mips_pop_frame): Likewise.
2925
2926 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2927
2928 * blockframe.c (frame_saved_regs_register_unwind): Revise
2929 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2930 frames are in use.
2931
2932 2002-08-09 Grace Sainsbury <graces@redhat.com>
2933
2934 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2935 T-packets; the 'a' is not taken as a register number.
2936 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2937 (remote_stopped_data_address): New functions; add to target
2938 vector.
2939 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2940 prototypes to match other implementations of this
2941 function. replace integer argument with pointer -- the length
2942 field in the Z-packet is the length of what is pointed to or 1 if
2943 pointer is null. Add to target vector.
2944 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2945 target vector.
2946
2947 From Mark Salter:
2948 * remote.c (remote_wait): Add support to extract optional
2949 watchpoint information from T-packet. Ignore unrecognized
2950 optional info in T-packet.
2951 (remote_async_wait): Ditto.
2952
2953 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2954
2955 * cli/cli-dump.c: Change fopen modes to use binary open modes
2956 as defined in include/fopen-bin.h throughout.
2957
2958 2002-08-08 Michael Snyder <msnyder@redhat.com>
2959
2960 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2961
2962 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2963
2964 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2965 assertion failure by returning early after a warning.
2966
2967 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2968
2969 * mips-tdep.c (mips_find_saved_regs): Make static.
2970 (mips_frame_init_saved_regs): New function.
2971 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2972 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2973 (mips_find_saved_regs): Delete declaration.
2974
2975 2002-08-08 Grace Sainsbury <graces@redhat.com>
2976
2977 * remote.c (remote_wait, remote_async_wait): Change
2978 thread_num from int to ULONGEST.
2979 (unpack_varlen_hex): Change result parameter from
2980 int * to ULONGEST *.
2981
2982 2002-08-08 Andrew Cagney <ac131313@redhat.com>
2983
2984 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2985 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2986 powerpc*-*-*.
2987 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2988
2989 2002-08-08 Andrew Cagney <cagney@redhat.com>
2990
2991 * gcore.c (override_derive_stack_segment): Delete variable.
2992 (preempt_derive_stack_segment): Delete function.
2993 (derive_stack_segment): Delete function.
2994 (default_derive_stack_segment): Renamed to derive_stack_segment.
2995 (override_derive_heap_segment): Delete variable.
2996 (preempt_derive_heap_segment): Delete function.
2997 (derive_heap_segment): Delete function.
2998 (default_derive_heap_segment): Rename to derive_heap_segment.
2999
3000 2002-08-06 Michael Snyder <msnyder@redhat.com>
3001
3002 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3003 * mips-tdep.c (mips_EABI_use_struct_convention,
3004 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3005 New functions. (mips_use_struct_convention): Delete.
3006 (mips_gdbarch_init): set use_gdbarch_convention.
3007
3008 2002-08-06 Michael Snyder <msnyder@redhat.com>
3009
3010 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3011 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3012 mips_o32_reg_struct_has_addr): New functions.
3013 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3014
3015 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3016
3017 * regcache.c (pseudo_register): Delete function.
3018 (fetch_register): Delete function.
3019 (store_register): Delete function.
3020 (regcache_raw_read, legacy_read_register_gen): Use
3021 target_fetch_registers instead of fetch_register.
3022 (legacy_write_register_gen, regcache_raw_write): Use
3023 target_store_register instead of store_register.
3024 (write_register_bytes): Ditto.
3025
3026 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3027 (STORE_PSEUDO_REGISTER): Delete.
3028 * gdbarch.h, gdbarch.c: Regenerate.
3029
3030 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3031
3032 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3033 write dump file binary.
3034
3035 2002-08-05 Michael Snyder <msnyder@redhat.com>
3036
3037 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3038 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3039 (mips_gdbarch_init): Set N32 target to be mips64.
3040
3041 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3042
3043 * frame.c (find_saved_register): Break out of loop once saved
3044 register address is found. Don't mention sparc in loop comment
3045 anymore.
3046
3047 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3048
3049 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3050 mips_default_saved_regsize to 8.
3051
3052 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3053
3054 * gcore.c: Do not include <sys/procfs.h>.
3055 * Makefile.in (gcore.o): Update dependencies.
3056
3057 2002-08-06 Andrew Cagney <cagney@redhat.com>
3058
3059 * configure.tgt: Make arc-*-* obsolete.
3060 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3061 * MAINTAINERS: Make arc-elf obsolete.
3062 * arc-tdep.c: Make file obsolete.
3063 * config/arc/arc.mt: Ditto.
3064 * config/arc/tm-arc.h: Ditto.
3065
3066 2002-08-05 Theodore A. Roth <troth@verinet.com>
3067
3068 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3069
3070 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3071
3072 * mcore-tdep.c (mcore_gdbarch_init): Use
3073 generic_unwind_get_saved_register instead of
3074 generic_get_saved_register.
3075 * v850-tdep.c (v850_gdbarch_init): Ditto.
3076 * frv-tdep.c (frv_gdbarch_init): Ditto.
3077 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3078 * s390-tdep.c (s390_gdbarch_init): Ditto.
3079 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3080 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3081 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3082
3083 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3084
3085 * objfiles.h: Add missing #include "symfile.h"
3086
3087 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3088
3089 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3090
3091 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3092 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3093 of FIELD_BITSIZE.
3094
3095 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3096
3097 * NEWS: Cleanup and nitpick.
3098
3099 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3100
3101 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3102
3103 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3104
3105 * Makefile.in (gdbtk-bp.o): Update dependencies.
3106 (gdbtk-register.o): Ditto.
3107 (gdbtk-varobj.o): Ditto.
3108
3109 2002-08-03 Andrew Cagney <cagney@redhat.com>
3110
3111 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3112 m68hc11_fetch_pseudo_register.
3113 (m68hc11_pseudo_register_write): Replace
3114 m68hc11_store_pseudo_register.
3115 (m68hc11_gdbarch_init): Update.
3116
3117 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3118
3119 * gdbarch.sh: Include "gdb_string.h".
3120 * gdbarch.c: Regenerate.
3121
3122 * regcache.c: Include "gdb_string.h".
3123 * ax-general.c: Ditto.
3124 * varobj.c: Ditto.
3125 * std-regs.c: Ditto.
3126 * fbsd-proc.c: Ditto.
3127 * thread.c: Ditto.
3128
3129 * Makefile.in (regcache.o): Update dependencies.
3130 (thread.o, gdbarch.o): Ditto.
3131 (ax-general.o, gdbarch.o): Ditto.
3132 (varobj.o, std-regs.o): Ditto.
3133 (fbsd-proc.o): Specify dependencies.
3134
3135 2002-08-02 Andrew Cagney <cagney@redhat.com>
3136
3137 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3138 regnum.
3139 (regcache_cooked_write): Ditto.
3140
3141 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3142
3143 * regcache.c (regcache_cooked_read): New function.
3144 (regcache_cooked_write): New function.
3145 (read_register_gen): Rewrite using regcache_cooked_read.
3146 (write_register_gen): Rewrite using regcache_cooked_write.
3147
3148 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3149 Declare.
3150
3151 2002-08-02 Andrew Cagney <cagney@redhat.com>
3152
3153 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3154 Replace the architecture methods register_read and register_write.
3155 * gdbarch.h, gdbarch.c: Regenerate.
3156 * regcache.c (init_regcache_descr): Update.
3157 (read_register_gen): Update.
3158 (write_register_gen): Update.
3159 (supply_register): Update comment.
3160
3161 * sh-tdep.c (sh_gdbarch_init): Update.
3162 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3163 `regcache' and `gdbarch' parameters. Make `buffer' a void
3164 pointer. Update code.
3165 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3166 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3167 void pointer. Update code.
3168 (sh64_register_write): Delete.
3169 (sh4_register_read): Delete.
3170 (sh64_register_read): Delete.
3171 (sh4_register_write): Delete.
3172 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3173 void pointer, `to' parameter a void pointer.
3174 (sh_sh64_register_convert_to_raw): Ditto.
3175
3176 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3177
3178 * mips-tdep.c (mips_register_virtual_type): Use architecture
3179 invariant return values.
3180
3181 2002-08-01 Andrew Cagney <cagney@redhat.com>
3182
3183 * linux-proc.c: Include "gdb_string.h".
3184 * Makefile.in (linux-proc.o): Update dependency list.
3185
3186 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3187
3188 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3189 comment.
3190
3191 2002-08-01 Grace Sainsbury <graces@redhat.com>
3192
3193 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3194 to_insert_watchpoint, to_remove_watchpoint,
3195 to_stopped_by_watchpoint, to_stopped_data_address,
3196 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3197 target vecctor. Define their corresponding macros so they call
3198 them.
3199
3200 * target.c: Add default and debug versions of for
3201 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3202 to_insert_watchpoint, to_remove_watchpoint,
3203 to_stopped_by_watchpoint, to_stopped_data_address,
3204 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3205
3206 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3207
3208 * mips-tdep.c (mips_register_virtual_type): New function.
3209 (mips_gdbarch_init): Register mips_register_virtual_type()
3210 with gdbarch machinery.
3211 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3212 this file instead of tm-bigmips.h.
3213 (MIPS_REGSIZE): Delete this macro.
3214 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3215 multiarch version in mips-tdep.c will be found.
3216
3217 2002-08-01 Andrew Cagney <cagney@redhat.com>
3218
3219 * NEWS: Menion that CHILL has been made obsolete.
3220
3221 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3222 * stabsread.c (read_range_type): Ditto.
3223 * gdbtypes.h: Ditto.
3224 * language.c (binop_type_check): Ditto.
3225 (binop_result_type): Ditto.
3226 (integral_type): Ditto.
3227 (character_type): Ditto.
3228 (string_type): Ditto.
3229 (boolean_type): Ditto.
3230 (structured_type): Ditto.
3231 (lang_bool_type): Ditto.
3232 (binop_type_check): Ditto.
3233 * language.h (_LANG_chill): Ditto.
3234 * dwarfread.c (set_cu_language): Ditto.
3235 * dwarfread.c (CHILL_PRODUCER): Ditto.
3236 * dwarfread.c (handle_producer): Ditto.
3237 * expression.h (enum exp_opcode): Ditto.
3238 * eval.c: Ditto for comments.
3239 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3240 * expprint.c (print_subexp): Ditto.
3241 (print_subexp): Ditto.
3242 * valops.c (value_cast): Ditto.
3243 (search_struct_field): Ditto.
3244 * value.h (COERCE_VARYING_ARRAY): Ditto.
3245 * symfile.c (init_filename_language_table): Ditto.
3246 (add_psymbol_with_dem_name_to_list): Ditto.
3247 * valarith.c (value_binop): Ditto.
3248 (value_neg): Ditto.
3249 * valops.c (value_slice): Ditto.
3250 * symtab.h (union language_specific): Ditto.
3251 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3252 (SYMBOL_DEMANGLED_NAME): Ditto.
3253 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3254 * defs.h (enum language): Ditto.
3255 * symtab.c (got_symtab): Ditto.
3256 * utils.c (fprintf_symbol_filtered): Ditto.
3257
3258 * ch-typeprint.c: Make file obsolete.
3259 * ch-valprint.c: Make file obsolete.
3260 * ch-lang.h: Make file obsolete.
3261 * ch-exp.c: Make file obsolete.
3262 * ch-lang.c: Make file obsolete.
3263
3264 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3265 CHILL_LIB.
3266 (TARGET_FLAGS_TO_PASS): Ditto.
3267 (CHILLFLAGS): Obsolete.
3268 (CHILL): Obsolete.
3269 (CHILL_FOR_TARGET): Obsolete.
3270 (CHILL_LIB): Obsolete.
3271 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3272 ch-valprint.c.
3273 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3274 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3275 ch-lang.o.
3276 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3277 targets.
3278
3279 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3280
3281 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3282 This does not change anything at the moment, but will be helpful
3283 later when full Ada support is integrated.
3284
3285 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3286
3287 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3288 help message.
3289
3290 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3291
3292 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3293 and save it in a local variable. Use variable in later test.
3294
3295 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3296
3297 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3298 test. (Thanks to Daniel Jacobowitz.)
3299
3300 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3301
3302 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3303 (mips_abi_strings): Add "n64".
3304 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3305
3306 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3307
3308 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3309 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3310
3311 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3312
3313 * utils.c (host_pointer_to_address, address_to_host_pointer):
3314 Use gdb_assert() instead of explicit call to internal_error().
3315
3316 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3317
3318 * Makefile.in (rs6000-nat.o): Update dependencies.
3319
3320 From Nicholas Duffek:
3321 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3322 (aix-thread.o): New rule.
3323 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3324 * config/powerpc/aix432.mh: New file.
3325
3326 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3327
3328 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3329 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3330 (fetch_core_registers, ppc_linux_supply_gregset)
3331 (ppc_linux_supply_fpregset): New functions.
3332 (ppc_linux_regset_core_fns): New.
3333 (_initialize_ppc_linux_tdep): Call add_core_fns.
3334 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3335 and ppc_linux_supply_gregset.
3336 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3337 (supply_fpregset): Call ppc_linux_supply_fpregset.
3338 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3339 corelow.o.
3340 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3341
3342 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3343
3344 * symtab.c (lookup_symbol): Demangle before lowercasing.
3345
3346 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3347
3348 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3349 declaration.
3350 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3351 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3352 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3353 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3354 "gdb_string.h".
3355 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3356 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3357 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3358 (avr-tdep.o, mon960-rom.o): Ditto.
3359 (aout_stabs_gnu_h): Define.
3360 (symtab_h): Remove $(gdb_obstack_h).
3361
3362 2002-07-30 Jim Blandy <jimb@redhat.com>
3363
3364 Patch from David Carlton <carlton@math.stanford.edu>:
3365 * gdbinit.in: Move the `dir' commands that add GDB's own source
3366 directory to the search path to the end, so that the `gdb' source
3367 directory will be searched first.
3368
3369 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3370
3371 * gdb_obstack.h: New file.
3372 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3373 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3374 * objfiles.h: Include "gdb_obstack.h".
3375 * Makefile.in (gdb_obstack_h): Define.
3376 (symtab_h): Add $(gdb_obstack_h).
3377 (objfiles_h): Add $(gdb_obstack_h).
3378
3379 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3380 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3381 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3382 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3383 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3384 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3385 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3386 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3387
3388 * Makefile.in (bcache.o): Update dependencies.
3389 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3390 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3391 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3392 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3393 (stabsread.o, symfile.o, symmisc.o): Ditto.
3394 (symtab.o, typeprint.o, macroexp.o): Ditto.
3395 (macrotab.o, mdebugread.o): Ditto.
3396 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3397 (coff_ecoff_h, aout_aout64_h): Define.
3398 (aout_stabs_gnu_h, libaout_h): Define.
3399
3400 2002-07-29 Andrew Cagney <cagney@redhat.com>
3401
3402 * regcache.c (struct regcache_descr): Rename nr_registers to
3403 nr_cooked_registers. Revise comments describing the structure
3404 member fields.
3405 (init_regcache_descr): Update.
3406 (init_legacy_regcache_descr): Update.
3407 (read_register_gen, write_register_gen): When a cooked register in
3408 the raw register range, directly access the value from the raw
3409 register cache.
3410
3411 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3412
3413 * z8k-tdep.c: Do not include "obstack.h".
3414 * h8300-tdep.c, h8500-tdep.c: Ditto.
3415 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3416 * valprint.c, v850-tdep.c: Ditto.
3417 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3418 * mn10200-tdep.c: Ditto.
3419
3420 * Makefile.in (z8k-tdep.o): Update dependencies.
3421 (m68hc11-tdep.o, valprint.o): Ditto.
3422 (v850-tdep.o, d10v-tdep.o): Ditto.
3423 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3424 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3425 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3426 (sh_opc_h, gdb_sim_sh_h): Define.
3427 (elf_sh_h, elf_bfd_h): Define.
3428 (opcode_m68hc11_h): Define.
3429 (OPCODES_SRC, OPCODES_DIR): define.
3430 (OPCODES): Use $(OPCODES_DIR).
3431 (gdb_sim_d10v_h): Rename sim_d10v_h.
3432 (gdb_sim_arm_h): Rename sim_arm_h.
3433
3434 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3435
3436 * utils.c (host_pointer_to_address, address_to_host_pointer):
3437 Change internal_error() message to indicate function responsible
3438 for the error.
3439
3440 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3441
3442 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3443 calls to local_hex_string_custom().
3444
3445 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3446
3447 * irix5-nat.c: Move IRIX shared library support from here...
3448 * solib-irix.c: ...to here. Revised substantially to work with
3449 generic solib framework.
3450
3451 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3452 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3453 * mips-irix-tdep.c: New file.
3454
3455 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3456 (mips-irix-tdep.o, solib-irix.o): New rules.
3457 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3458 solib-irix.o.
3459 * config/mips/irix6.mt (TDEPFILES): Likewise.
3460 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3461
3462 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3463
3464 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3465 disabled (via ``#if 0'') includes.
3466
3467 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3468
3469 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3470 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3471 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3472 Add support for the fpscr register.
3473 * rs6000-nat.c (regmap, fetch_inferior_registers)
3474 (store_inferior_registers, fetch_core_registers): Likewise.
3475
3476 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3477
3478 * rs6000-nat.c (language.h): Include.
3479 (special_regs): Delete this array.
3480 (regmap): New function.
3481 (fetch_register, store_register): Use regmap() to map gdb
3482 register numbers to ptrace register numbers. Also, use
3483 outputs from regmap() to make decisions regarding type of
3484 ptrace() call to make. In particular, don't compare against
3485 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3486 (fetch_inferior_registers, store_inferior_registers): Where
3487 possible, obtain register numbers from tdep struct. Don't
3488 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3489 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3490 (LAST_UISA_SP_REGNUM): Delete.
3491
3492 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3493
3494 * rs6000-nat.c (ppc-tdep.h): Include.
3495 (fetch_registers, store_register, fetch_core_registers): Don't
3496 access registers[] directly. Instead, use supply_register() or
3497 regcache_collect() as appropriate.
3498 (find_toc_address): Format hex address with local_hex_string().
3499
3500 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3501
3502 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3503 bfd/elf32-frv.c.
3504
3505 2002-07-24 Tom Tromey <tromey@redhat.com>
3506
3507 * jv-exp.y: Marked all strings with _().
3508 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3509 internal_error.
3510 (MethodInvocation, CastExpression, parse_number, yyerror,
3511 java_type_from_name, push_expression_name, yylex): Typo fixes.
3512
3513 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3514
3515 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3516 (tee_file_flush, tee_file_write, tee_file_fputs)
3517 (tee_file_isatty): New.
3518 * ui-file.h (tee_file_new): Add prototype.
3519
3520 2002-07-24 Aidan Skinner <aidan@velvet.net>
3521
3522 * ada-lang.c: Change k&r style function definitions to prototyped
3523 form.
3524 * ada-typeprint.c: Change k&r style function definitions to prototyped
3525 form.
3526 * ada-valprint.c: Change k&r style function definitions to prototyped
3527 form.
3528
3529 2002-07-24 Andrew Cagney <cagney@redhat.com>
3530
3531 * README: Remove reference to remote-bug.
3532 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3533 remote-bug.c.
3534 (m88k-nat.o): Delete rule.
3535 (m88k-tdep.o): Delete rule.
3536 (remote-bug.o): Delete rule.
3537 * MAINTAINERS: Mark as obsolete.
3538 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3539 * m88k-tdep.c: Make file obsolete.
3540 * config/m88k/m88k.mh: Ditto.
3541 * config/m88k/delta88v4.mh: Ditto.
3542 * config/m88k/delta88v4.mt: Ditto.
3543 * config/m88k/delta88.mt: Ditto.
3544 * config/m88k/delta88.mh: Ditto.
3545 * remote-bug.c: Ditto.
3546 * config/m88k/tm-delta88.h: Ditto.
3547 * config/m88k/nm-delta88v4.h: Ditto.
3548 * config/m88k/xm-delta88.h: Ditto.
3549 * config/m88k/xm-dgux.h: Ditto.
3550 * config/m88k/tm-m88k.h: Ditto.
3551 * config/m88k/nm-m88k.h: Ditto.
3552 * config/m88k/tm-delta88v4.h: Ditto.
3553 * m88k-nat.c: Ditto.
3554 * cxux-nat.c: Ditto.
3555 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3556 and m88*-*-* obsolete.
3557 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3558 m88*-*-* obsolete.
3559
3560 2002-07-24 Andrew Cagney <cagney@redhat.com>
3561
3562 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3563 constant. Same for local pointer variables.
3564 (extract_signed_integer): Ditto.
3565 * defs.h (extract_unsigned_integer): Update.
3566 (extract_signed_integer): Update.
3567
3568 2002-07-24 Andrew Cagney <cagney@redhat.com>
3569
3570 * regcache.c (regcache_raw_write): Change buf parameter to a
3571 constant void pointer.
3572 (regcache_raw_read): Change buf parameter to a void pointer.
3573 (legacy_write_register_gen): Change myaddr parameter a constant
3574 void pointer.
3575 (supply_register): Change val parameter to a const void pointer.
3576 * regcache.h (regcache_raw_write): Update declaration.
3577 (regcache_raw_read): Update declaration.
3578 (supply_register): Update declaration.
3579
3580 2002-07-24 Tom Tromey <tromey@redhat.com>
3581
3582 * defs.h (gdb_readline_wrapper): Declare.
3583 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3584 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3585 * top.c (gdb_readline_wrapper): New function.
3586 (command_line_input): Use it.
3587
3588 2002-07-24 Andrew Cagney <cagney@redhat.com>
3589
3590 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3591 regcache_read and regcache_write.
3592 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3593 * regcache.c: Update.
3594 * sh-tdep.c (sh64_push_arguments): Update comment.
3595 (sh_pseudo_register_read): Update.
3596 (sh_pseudo_register_write): Update.
3597 (sh4_register_read): Update.
3598 (sh4_register_write): Update.
3599 (sh64_pseudo_register_read): Update.
3600 (sh64_pseudo_register_write): Update.
3601 (sh64_register_read): Update.
3602 (sh64_register_write): Update.
3603 * i386-tdep.c (i386_extract_return_value): Update.
3604 (i386_extract_struct_value_address): Update.
3605 (i386_extract_return_value): Update.
3606 * blockframe.c (generic_read_register_dummy): Update.
3607 (generic_call_dummy_register_unwind): Update
3608 * infrun.c (write_inferior_status_register): Update.
3609
3610 2002-07-23 Jim Blandy <jimb@redhat.com>
3611
3612 * parser-defs.h (expression_context_pc): Make this extern.
3613 (Thanks to Michael Snyder.)
3614
3615 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3616
3617 GDB 5.2.1 released from 5.2 branch.
3618 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3619 * README: Update to mention 5.2.1.
3620
3621 2002-07-23 Mark Salter <msalter@redhat.com>
3622
3623 * remote.c (remote_read_bytes): Fix check for error.
3624
3625 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3626
3627 * aix-thread.c (language.h): Include.
3628 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3629 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3630 Print newlines at end of debug messages.
3631 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3632 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3633
3634 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3635
3636 * aix-thread.c (ppc-tdep.h): Include.
3637 (special_register_p): New function.
3638 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3639 (store_regs_user_thread): Use register number information from
3640 gdbarch_tdep struct instead of hardcoded offsets relative to
3641 FIRST_UISA_SP_REGNUM.
3642 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3643 special_register_p() instead of using FPLAST_REGNUM and
3644 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3645 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3646 will be MQ's register number.
3647
3648 2002-07-22 Michael Snyder <msnyder@redhat.com>
3649
3650 * aix-thread.c (ops): Rename to aix_thread_ops.
3651 (base_ops): Rename to base_target.
3652 (ops_attach): Rename to aix_thread_attach.
3653 (ops_detach): Rename to aix_thread_detach.
3654 (ops_resume): Rename to aix_thread_detach.
3655 (ops_wait): Rename to aix_thread_wait.
3656 (ops_kill): Rename to aix_thread_kill.
3657 (init_ops): Rename to init_aix_thread_ops.
3658 (ops_fetch_register): Rename to aix_thread_fetch_register.
3659 (ops_store_register): Rename to aix_thread_store_register.
3660 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3661 (ops_thread_alive): Rename to aix_thread_thread_alive.
3662 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3663 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3664 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3665 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3666 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3667 (store_regs_lib): Rename to store_regs_user_thread.
3668 (store_regs_kern): Rename to store_regs_kernel_thread.
3669
3670 2002-07-22 Michael Snyder <msnyder@redhat.com>
3671
3672 * aix-thread.c (ops_prepare_to_store): Eliminate.
3673 (init_ops): Don't initialize ops.prepare_to_store.
3674 (store_regs_kern): Pre-fetch register buffers from child,
3675 because some registers may not be in the cache. Copy
3676 regs from register cache only if they are cached.
3677 (store_regs_lib): Copy regs from register cache only
3678 if they are cached.
3679 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3680 fill_gprs64): Ditto.
3681
3682 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3683
3684 * aix-thread.c (gdb_assert.h): Include.
3685 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3686 register sizes (from register cache) match size of buffer holding
3687 register data.
3688 (fill_sprs32): Change parameter types to match those in the ptrace()
3689 buffer.
3690 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3691 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3692
3693 2002-07-22 Michael Snyder <msnyder@redhat.com>
3694
3695 * aix-thread.c (supply_sprs64): Cosmetic change.
3696 (supply_sprs32): Cosmetic change.
3697 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3698 (fill_sprs64): Use regcache_collect instead of read_register.
3699 (store_regs_lib): Use regcache_collect instead of
3700 read_register. Use fill_sprs32 instead of fill_sprs64,
3701 if debugging a 32-bit architecture.
3702 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3703 out of the register cache, instead of passing a pointer into
3704 the register cache directly to ptrace. Use regcache_collect
3705 insteaad of read_register.
3706 (ops_prepare_to_store): Use target_read_registers instead
3707 of read_register_bytes.
3708
3709 2002-07-20 Aidan Skinner <aidan@velvet.net>
3710
3711 * MAINTAINERS: Add self under write after approval.
3712
3713 2002-07-20 Aidan Skinner <aidan@velvet.net>
3714
3715 * ada-tasks.c: Change k&r style function definitions to prototyped
3716 form.
3717
3718 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3719
3720 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3721 * x86-64-tdep.c: Include "objfiles.h".
3722 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3723 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3724
3725 2002-07-17 Michal Ludvig <michal@suse.cz>
3726
3727 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3728 (update_context): Initialise cfa variable.
3729
3730 2002-07-17 Michael Snyder <msnyder@redhat.com>
3731
3732 * aix-thread.c: Shorten some long lines.
3733 Bring comments into line with code spec.
3734
3735 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3736
3737 * infrun.c: Re-indent using gdb_indent.sh.
3738
3739 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3740
3741 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3742 Leave the indentation temporarily untouched, to minimize the diffs.
3743
3744 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3745
3746 * stabsread.c: Make os9k sections of the code obsolete,
3747 for real this time.
3748 * stabsread.h: Make os9k sections of the code obsolete.
3749
3750 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3751
3752 * linux-low.c (regsets_store_inferior_registers): Add free()
3753 at the end of a loop to prevent memory leak.
3754 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3755 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3756 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3757 line a comment.
3758 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3759
3760 2002-07-17 Jim Blandy <jimb@redhat.com>
3761
3762 * macrocmd.c (info_macro_command): Remove newline from error
3763 message.
3764
3765 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3766
3767 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3768 (sh_gdbarch_init): Use it for sh-dsp.
3769
3770 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3771
3772 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3773 64-bit DWARF2 format.
3774
3775 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3776
3777 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3778 <sys/proc.h> when not available.
3779
3780 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3781
3782 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3783 * stabsread.c: Make os9k sections of the code obsolete.
3784 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3785 * config/i386/i386os9k.mt: Make file obsolete.
3786 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3787 (COMMON_OBS): Remove os9kread.o
3788 (SFILES): Remove os9kread.c.
3789 (os9kread.o, remote-os9k.o): Make target obsolete.
3790 * remote-os9k.c: Make file obsolete.
3791 * os9kread.c: Make file obsolete.
3792 * Makefile.in
3793
3794 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3795
3796 * NEWS: Mention that the FR30 has been made obsolete.
3797 * fr30-tdep.c: Make file obsolete.
3798 * config/fr30/tm-fr30.h: Ditto.
3799 * config/fr30/fr30.mt: Ditto.
3800 * configure.tgt: Make fr30-*-elf obsolete.
3801 * MAINTAINERS: Make fr30-elf obsolete.
3802
3803 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3804
3805 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3806 found is not inside a section.
3807
3808 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3809
3810 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3811 strerror().
3812 (pdc_realloc): Use xrealloc() instead of realloc().
3813
3814 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3815
3816 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3817 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3818 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3819 macros.
3820
3821 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3822
3823 * aix-thread.c (ptrace_check): Eliminate goto.
3824 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3825 problem.
3826
3827 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3828
3829 * aix-thread.c (gdbcmd.h): Include.
3830 (DEBUG, DBG, DBG2, dbg): Eliminate.
3831 (debug_aix_thread): New static global.
3832 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3833 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3834 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3835 invocations to DBG and DBG2 macros to test against
3836 ``debug_aix_thread'' and call fprintf_unfiltered().
3837 (_initialize_aix_thread): Add new command "set debug aix-thread".
3838
3839 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3840
3841 From Gerhard Tonn <TON@de.ibm.com>:
3842 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3843 instead of supply_register.
3844
3845 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3846
3847 * dwarf2cfi.c: Include "gdb_assert.h".
3848 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3849 non-NULL.
3850 (update_context): Do not use __func__. Add missing ``break''.
3851 (update_context): Do not use __func__.
3852
3853 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3854
3855 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3856 and its setting. Set gdbarch instruction printing functions
3857 directly. For non-rs6000 case use new function
3858 gdb_print_insn_powerpc.
3859 (gdb_print_insn_powerpc): New function.
3860
3861 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3862
3863 * NEWS: Mention that the d30v has been marked obsolete.
3864 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3865 * configure.tgt: Mark d30v-*-* as obsolete.
3866 * d30v-tdep.c: Mark file as obsolete.
3867 * config/d30v/d30v.mt: Ditto.
3868 * config/d30v/tm-d30v.h: Ditto.
3869
3870 2002-07-13 Aidan Skinner <aidan@velvet.net>
3871
3872 * ada-tasks.c (add_task_entry): replace calls to
3873 malloc() with xmalloc
3874 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3875
3876 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3877 ada_finish_decode_line_1, all_sals_for_line
3878 ada_breakpoint_rewrite): replace calls to free() with xfree()
3879
3880 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3881
3882 From Nicholas Duffek (with minor changes by Martin Hunt,
3883 Louis Hamilton, and Kevin Buettner):
3884 * aix-thread.c: New file.
3885
3886 2002-07-12 Petr Sorfa <petrs@caldera.com>
3887
3888 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3889 complaint for invalid attribute class or form.
3890 (read_func_scope): DW_AT_frame_base
3891 better handling of DW_AT_block*.
3892 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3893 better handling of DW_AT_block*.
3894 (read_common_block): DW_AT_location
3895 better handling of DW_AT_block*.
3896 (read_partial_die): DW_AT_location better handling
3897 of DW_AT_block*.
3898 (new_symbol): DW_AT_external better handling of
3899 DW_AT_block*. Proper initialization of variable
3900 "addr".
3901 (attr_form_is_block): New function that returns true
3902 if the attribute's form is of DW_FORM_block*.
3903
3904 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3905
3906 * valops.c (find_method_list): Remove comment about
3907 removed STATIC_MEMFUNCP argument.
3908 (value_find_oload_method_list): Likewise.
3909
3910 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3911
3912 From Nicholas Duffek:
3913 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3914 target_new_objfile_hook.
3915
3916 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3917
3918 From Nicholas Duffek:
3919 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3920 csect.
3921
3922 2002-07-12 Andrew Cagney <cagney@redhat.com>
3923
3924 * MAINTAINERS: Mention --enable-sim-build-warnings.
3925 (m68hc11-elf): Disable sim build warnings.
3926 (m32r-elf): Mark as broken obsolete candidate.
3927 (x86_64-linux-gnu): Mark as buildable with -Werror.
3928 (arm-elf): Change -w to ``,'' which enables warnings but not
3929 -Werror.
3930
3931 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3932
3933 * bcache.h: Update copyright.
3934 (struct bstring, struct bcache): Move definition to "bcache.c".
3935 Replaced by opaque declaration.
3936 (bcache_xfree): Replace free_bcache.
3937 (bcache_xmalloc, bcache_memory_used): Declare.
3938
3939 * bcache.c: Update copyright.
3940 (struct bstring, struct bcache): Moved to here from "bcache.h".
3941 Update comments.
3942 (bcache_xmalloc, bcache_memory_used): New functions.
3943 (bcache_xfree): Replace function free_bcache.
3944
3945 * Makefile.in (objfiles.o): Add $(bcache_h).
3946 (objfiles_h): Remove $(bcache_h).
3947 (symfile.o): Add $(bcache_h).
3948
3949 * symmisc.c: Update copyright.
3950 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3951 (print_objfile_statistics): Use bcache_memory_used.
3952
3953 * symfile.c: Include "bcache.h".
3954 (reread_symbols): Use bcache_xfree.
3955 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3956 (add_psymbol_to_list): Pass psymbol_cache by value.
3957 (add_psymbol_with_dem_name_to_list): Ditto.
3958
3959 * objfiles.h: Update copyright.
3960 (struct bcache): Declare opaque. Do not include "bcache.h".
3961 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3962 bcache'' pointers.
3963 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3964
3965 * objfiles.c: Include "bcache.h". Update copyright.
3966 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3967 macro_cache.
3968 (free_objfile): Use bcache_xfree.
3969
3970 2002-07-11 Grace Sainsbury <graces@redhat.com>
3971
3972 * monitor.c (monitor_fetch_register): Make name a constant.
3973 (monitor_store_register): Same.
3974
3975 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3976
3977 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3978 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3979 (finish_block) For non-function blocks, hash the symbol table. For
3980 function blocks, mark the symbol table as unhashed.
3981 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3982 (msymbol_hash_iw): Likewise.
3983 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3984 value.
3985 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3986 (lookup_minimal_symbol): Likewise for both.
3987 * symtab.h (struct block): Add `hashtable' flag. Comment the
3988 hashtable.
3989 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3990 (ALL_BLOCK_SYMBOLS): Update.
3991 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3992 (struct symbol): Add `hash_next' pointer.
3993 * symtab.c (lookup_block_symbol): Search using the hash table when
3994 possible.
3995 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3996 (search_symbols, find_addr_symbol): Likewise.
3997
3998 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3999 (read_dst_symtab): Likewise.
4000 * jv-lang.c (get_java_class_symtab): Likewise.
4001 * mdebugread.c: Include "gdb_assert.h".
4002 (shrink_block): Assert that the block being modified is not hashed.
4003 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4004 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4005 symbols.
4006 (dump_symtab): Recognize hashed blocks.
4007 * printcmd.c (print_frame_args): Assert that function blocks do not
4008 have hashed symbol tables.
4009 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4010 (fill_in_ada_prototype, debug_print_block): Likewise.
4011 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4012
4013 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4014
4015 * stack.c (print_frame): Use result of frame_address_in_block()
4016 instead of fi->pc when evaluating symbols.
4017 (backtrace_command_1): Ditto.
4018
4019 2002-07-11 Andrew Cagney <cagney@redhat.com>
4020
4021 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4022 Make static.
4023
4024 * arm-tdep.c (arm_register_name): Make return type constant.
4025
4026 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4027
4028 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4029 prototype.
4030 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4031 * s390-tdep.c (s390_fp_regnum): Ditto.
4032 (s390_read_fp): Ditto.
4033 (s390_pop_frame): Ditto.
4034 (_initialize_s390_tdep): Ditto.
4035 * remote.c (get_remote_state): Ditto.
4036 * procfs.c (mappingflags): Ditto.
4037 * memattr.c (_initialize_mem): Ditto.
4038 * mcore-tdep.c (mcore_pop_frame): Ditto.
4039 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4040 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4041 * language.c (set_case_str): Ditto.
4042 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4043 * frv-tdep.c (new_variant): Ditto.
4044 (frv_stopped_data_address): Ditto.
4045 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4046 (context_alloc): Ditto.
4047 (frame_state_alloc): Ditto.
4048 (unwind_tmp_obstack_init): Ditto.
4049 (unwind_tmp_obstack_free): Ditto.
4050 (cfi_read_fp): Ditto.
4051 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4052 (cris_pop_frame): Ditto.
4053 * c-lang.c (scanning_macro_expansion): Ditto.
4054 (finished_macro_expansion): Ditto.
4055 (c_preprocess_and_parse): Ditto.
4056 * gdbarch.sh: Ditto.
4057 * gdbarch.h, gdbarch.c: Regenerate.
4058 * config/mn10200/tm-mn10200.h: Adjust indentation.
4059 * target.c: Adjust indentation.
4060 * symtab.h: Adjust indentation.
4061 * stabsread.h: Adjust indentation.
4062 * remote-es.c: Adjust indentation.
4063 * os9kread.c: Adjust indentation.
4064
4065 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4066
4067 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4068 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4069
4070 2002-07-10 Grace Sainsbury <graces@redhat.com>
4071
4072 * NEWS: Mention m68k, mcore multi-arching.
4073 * MAINTAINERS: Change status of m68k, mcore to reflect
4074 multi-arching.
4075
4076 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4077
4078 * valops.c (find_overload_match): Free oload_syms.
4079
4080 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4081
4082 Define HAVE_SYS_PROC_H if sys/proc.h exists
4083 * configure.in: Add check for sys/proc.h
4084 * config.in: Regenerate.
4085 * configure: Regenerate.
4086
4087 2002-07-09 Grace Sainsbury <graces@redhat.com>
4088
4089 * config/m68k/tm-m68k.h: Remove macros wrapped in
4090 #if !GDB_MULTI_ARCH.
4091
4092 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4093
4094 * config.in, configure: Regenerate.
4095
4096 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4097
4098 * dwarf2cfi.c: Include "gcore.h".
4099 (execute_stack_op): Fix implementation of the
4100 DW_OP_deref and DW_OP_deref_size operators by letting do their
4101 lookup in the target.
4102
4103 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4104
4105 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4106 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4107 tdep->sc_sp_offset.
4108
4109 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4110
4111 Fix PR gdb/595, gdb/602
4112 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4113 Don't call value_cast, just read the vtable pointer; update comments
4114 to match.
4115
4116 2002-07-05 Grace Sainsbury <graces@redhat.com>
4117
4118 * config/mcore/tm-mcore.h: Remove file.
4119 * config/mcore/mcore.mt: Remove definition of TM_FILE
4120 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4121
4122 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4123
4124 * i386bsd-tdep.c: Include "gdb_string.h".
4125
4126 2002-07-04 Grace Sainsbury <graces@redhat.com>
4127
4128 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4129 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4130 mcore-tdep.
4131 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4132 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4133 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4134 (RETVAL_REGNUM): Move macros from tm-mcore.h
4135 (mcore_reg_struct_has_addr): New function.
4136 (mcore_gdbarch_init): Added initializations for the macros removed
4137 from tm-mcore.h.
4138
4139 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4140
4141 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4142 traditonal string branding within the ELF header.
4143
4144 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4145
4146 * symtab.c (remove_params): New function.
4147 (make_symbol_overload_list): Use it instead of cplus_demangle.
4148 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4149
4150 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4151
4152 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4153
4154 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4155 New variables.
4156 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4157 and tdep->sigtramp_end.
4158 * i386obsd-nat.c: New file.
4159 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4160
4161 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4162 Don't call get_current_frame().
4163
4164 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4165
4166 * i386-nat.c (child_post_startup_inferior): New function
4167 calling i386_cleanup_dregs if
4168 I386_USE_GENERIC_WATCHPOINTS is defined.
4169 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4170 conditional to acknowledge that i386-nat.c has its
4171 own child_post_startup_inferior function.
4172
4173 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4174
4175 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4176 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4177 instead of MAX_REGISTER_RAW_SIZE.
4178 (i386_extract_return_value, i386_extract_struct_value_address):
4179 Convert to use regcache.
4180 (i386_gdbarch_init): Set max_register_raw_size and
4181 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4182 Set extract_return_value and extract_struct_value_address instead
4183 of their deprecated variants.
4184
4185 Convert i386 target to generic dummy frames.
4186 * i386-tdep.c: Include "symfile.h".
4187 (i386_frameless_signal_p): Consider a function to be frameless if
4188 the pc points at the first instruction of the function.
4189 (i386_frame_chain): Handle (generic) call dummies.
4190 (i386_frame_saved_pc): Likewise.
4191 (i386_frame_init_saved_regs): Remove code dealing with call
4192 dummies on the stack.
4193 (i386_push_dummy_frame): Removed.
4194 (i386_call_dummy_words): Removed.
4195 (i386_fix_call_dummy): Removed.
4196 (i386_push_return_address): New function.
4197 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4198 parameter, and don't call get_current_frame.
4199 (i386_pop_frame): New function.
4200 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4201 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4202 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4203 call_dummy_length to 0, set call_dummy_words to NULL, set
4204 sizeof_call_dummy_words to 0, set fix_call_dummy to
4205 generic_fix_call_dummy, set pc_in_call_dummy to
4206 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4207 generic_push_dummy_frame, set push_return_address to
4208 i386_push_return_address and set frame_chain_valid to
4209 generic_file_frame_chain_valid.
4210
4211 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4212
4213 * gdbarch.sh (struct regcache): Add opaque declaration.
4214 (EXTRACT_RETURN_VALUE): New architecture method.
4215 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4216 * gdbarch.h, gdbarch.c: Regenerate.
4217 * arch-utils.c (legacy_extract_return_value): New function.
4218 * arch-utils.h (legacy_extract_return_value): Declare.
4219 * values.c (value_being_returned): Re-enable code handling
4220 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4221 deprecated_grub_regcache_for_registers call to block handling
4222 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4223 (EXTRACT_RETURN_VALUE): Do not define.
4224
4225 2002-07-03 Grace Sainsbury <graces@redhat.com>
4226
4227 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4228 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4229 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4230 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4231 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4232 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4233 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4234 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4235 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4236 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4237 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4238 argument so the function fits the prototype in the architecture
4239 vector.
4240 (mcore_pop_frame): Remove argument so the function fits the
4241 prototype. Use get_current_frame instead of the argument.
4242 (mcore_push_arguments): Change type of struct_return so the
4243 function can be used in the architecture vector.
4244 (mcore_store_struct_return): Add.
4245 (mcore_frame_init_saved_regs): Add.
4246 (mcore_gdbarch_init): Add function calls to replace the macros
4247 removed from tm-mcore.h
4248
4249 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4250
4251 * infcmd.c (print_return_value): Remove compatibility code calling
4252 deprecated_grub_regcache_for_registers.
4253
4254 * values.c: Include "regcache.h".
4255 (value_being_returned): Update. Use
4256 deprecated_grub_regcache_for_registers to extract the register
4257 buffer address.
4258 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4259 ``struct regcache''.
4260 * Makefile.in (values.o): Add dependency on $(regcache_h).
4261
4262 * inferior.h (run_stack_dummy): Change type of second parameter to
4263 a ``struct regcache''.
4264 * valops.c (hand_function_call): Change type of retbuf to ``struct
4265 regcache''. Allocate using regcache_xmalloc, clean using
4266 make_cleanup_regcache_xfree.
4267 * infcmd.c (run_stack_dummy): Update. Use
4268 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4269
4270 * regcache.c (do_regcache_xfree): New function.
4271 (make_cleanup_regcache_xfree): New function.
4272 * regcache.h (make_cleanup_regcache_xfree): Declare.
4273
4274 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4275
4276 * event-top.c (command_line_handler): Don't read past
4277 beginning of buffer.
4278
4279 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4280
4281 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4282 struct frame_id.
4283 (varobj_create): Store frame_id for root.
4284 (varobj_gen_name): Use xasprintf.
4285 (varobj_update): Save and restore frame using get_frame_id() and
4286 frame_find_by_id().
4287 (create_child): Use xasprintf.
4288 (new_root_variable): Initialize frame_id.
4289 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4290 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4291 to prevent memory leak.
4292
4293 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4294
4295 * valops.c (hand_function_call): Move declaration of retbuf to
4296 start of function, allocate using malloc, add a cleanup but before
4297 the inf_status cleanup, cleanup the buffer. Rename local variable
4298 old_chain to inf_status_cleanup.
4299
4300 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4301
4302 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4303
4304 * cli/cli-decode.c (cmd_func_p): New function.
4305 (cmd_func): New function.
4306
4307 * command.h: Add cmd_func() and cmd_func_p().
4308
4309 2002-07-03 Grace Sainsbury <graces@redhat.com>
4310
4311 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4312 (REGISTER_SIZE): Remove.
4313 (MAX_REGISTER_RAW_SIZE): Remove.
4314 (REGISTER_VIRTUAL_TYPE): Remove.
4315 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4316 (REGISTER_NAME): Remove.
4317 (USE_GENERIC_DUMMY_FRAMES): Remove.
4318 (CALL_DUMMY): Remove.
4319 (CALL_DUMMY_START_OFFSET): Remove.
4320 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4321 (CALL_DUMMY_LOCATION): Remove.
4322 (FIX_CALL_DUMMY): Remove.
4323 (CALL_DUMMY_ADDRESS): Remove.
4324 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4325 (SAVE_DUMMY_FRAME_TOS): Remove.
4326 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4327 (mcore_register_virtual_type): New function.
4328 (mcore_register_byte): New function.
4329 (mcore_register_size): New function.
4330 (mcore_register_name): New function.
4331 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4332 macros removed from tm-mcore.h.
4333 (mcore_dump_tdep): Add.
4334 (_initialize_mcore_tdep): Add gdbarch_register call.
4335
4336 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4337
4338 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4339 frameless_look_for_prologue, such that we actually call this
4340 function.
4341
4342 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4343
4344 * frame.h (frame_address_in_block): New function.
4345
4346 * blockframe.c (frame_address_in_block): New function extracted
4347 from get_frame_block().
4348 (get_frame_block): Use frame_address_in_block().
4349 (block_innermost_frame): Use frame_address_in_block() to match
4350 the frame pc address against the block boundaries rather than
4351 the frame pc directly. This prevents a failure when a frame pc
4352 is actually a return-address pointing immediately after the end
4353 of the given block.
4354
4355 2002-07-02 Grace Sainsbury <graces@redhat.com>
4356
4357 * MAINTAINERS: Add self under write after approval.
4358
4359 2002-07-02 Grace Sainsbury <graces@redhat.com>
4360
4361 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4362 used in architecture vector. The default is
4363 m68k_local_breakpoint_from_pc.
4364 (m68k_local_breakpoint_from_pc): Add.
4365 (enum): Add register numbers from tm-m68k.h.
4366 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4367 vector.
4368 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4369 GDB_MULTI_ARCH_PARTIAL.
4370 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4371 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4372 m68k-tdep.c.
4373 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4374 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4375 to enum in m68k-tdep.c
4376
4377 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4378
4379 * solib-osf.c (open_map): Compute the list of shared libraries
4380 loaded by the inferior, rather than the list of libraries loaded
4381 by GDB itself. Otherwise, GDB ends up reading the symbols from
4382 the wrong shared libraries...
4383
4384 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4385
4386 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4387 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4388 macros.
4389 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4390 Remove functions.
4391 (FRAMELESS_SIGNAL): Remove function.
4392 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4393 i386_linux_saved_pc_after_call): Removed.
4394 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4395 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4396 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4397
4398 * i386-tdep.c (i386_frameless_signal_p): New function.
4399 (i386_frame_chain): Deal with frameless signals.
4400 (i386_sigtramp_saved_sp): New function.
4401 (i386_frame_saved_pc): Deal with frameless signals.
4402 (i386_saved_pc_after_call): Make sure the correct value is
4403 returned just after entry into a sigtramp.
4404 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4405 i386fbsd4_sc_sp_offset): New variables.
4406 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4407 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4408 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4409 similiar to what we already did for sc_pc_offset.
4410 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4411 tdep->sc_sp_offset.
4412
4413 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4414
4415 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4416
4417 * config/i386/tm-x86-64linux.h: New.
4418 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4419 definitions.
4420 * config/i386/nm-x86-64.h: Rename to ...
4421 * config/i386/nm-x86-64linux.h: ... this one.
4422 * config/i386/x86-64linux.mh: Reflect the above change.
4423
4424 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4425
4426 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4427 with sigcontext_addr. Add sc_sp_offset.
4428 (i386bsd_sigtramp_saved_pc): Remove prototype.
4429 (i386bsd_sicontext_addr): Add prototype.
4430 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4431 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4432 (i386_svr4_sigtramp_saved_pc): Removed.
4433 (i386_svr4_sigcontext_addr): New function.
4434 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4435 Initialize tdep->sigcontext_addr instead. Initialize
4436 tdep->sc_pc_offset and tdep->sc_sp_offset.
4437 (i386_gdbarch_init): Likewise.
4438 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4439 any more.
4440 (i386bsd_sigtramp_saved_pc): Remove function.
4441 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4442 Initialize tdep->sigcontext_addr instead. Initialize
4443 tdep->sc_pc_offset.
4444 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4445 of tdep->sigtramp_saved_pc.
4446 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4447 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4448 instead.
4449
4450 * i386-tdep.c (i386_frameless_function_invocation,
4451 i386_frame_num_args, i386_frame_init_saved_regs,
4452 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4453 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4454 i386_extract_return_value, i386_store_return_value,
4455 i386_extract_struct_value_address, i386_register_virtual_type,
4456 i386_register_convertible, i386_register_convert_to_virtual,
4457 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4458 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4459 static.
4460
4461 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4462
4463 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4464
4465 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4466 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4467 this macro. Include "value.h".
4468
4469 2002-06-30 Aidan Skinner <aidan@velvet.net>
4470
4471 * ada-exp.tab.c: remove as it's a generated file
4472 * ada-lex.c: remove as it's a generated file
4473
4474 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4475
4476 * config/i386/tm-i386.h (struct frame_info, struct
4477 frame_saved_regs, struct value, struct type): Remove forward
4478 declarations.
4479
4480 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4481 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4482 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4483 (FILL_FPXREGSET): Define.
4484
4485 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4486
4487 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4488 i[3456]86-*-netbsd* case.
4489 * config/i386/tm-obsd.h: Removed.
4490 * config/i386/obsd.mt: Removed.
4491 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4492 core-aout.o.
4493 (MH_CFLAGS): Add -DYYDEBUG=0.
4494
4495 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4496 i386nbsd_sc_pc_offset on OpenBSD too.
4497
4498 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4499 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4500 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4501 define.
4502 * i386bsd-tdep.c: Include "arch-utils.h".
4503 (i386bsd_aout_in_solib_call_trampoline): New function.
4504 (i386bsd_init_abi): Set in_solib_call_trampoline to
4505 i386bsd_aout_in_solib_call_trampoline.
4506 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4507 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4508
4509 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4510
4511 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4512 (struct obstack, struct bcache): Add opaque declarations.
4513 * Makefile.in (macrotab_h): Update
4514
4515 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4516
4517 * blockframe.c (generic_find_dummy_frame): Change return type to
4518 ``struct regcache''.
4519 (struct dummy_frame): Replace field ``registers'' with regcache, a
4520 struct regcache object.
4521 (generic_find_dummy_frame): Update.
4522 (generic_push_dummy_frame): Update. Use regcache_xfree,
4523 regcache_xmalloc and regcache_cpy.
4524 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4525 regcache_xfree.
4526 (deprecated_generic_find_dummy_frame): Update.
4527 (generic_read_register_dummy): Update. Use
4528 regcache_read_as_address.
4529 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4530 (generic_get_saved_register): Update. Use regcache_read.
4531
4532 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4533
4534 * Makefile.in (objfiles_h): Add $(bcache_h).
4535 * objfiles.h: Include "bcache.h".
4536
4537 * Makefile.in (symtab_h): Remove $(bcache_h).
4538 * symtab.h: Do not include "bcache.h".
4539
4540 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4541
4542 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4543 generic_func_frame_chain_valid.
4544
4545 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4546
4547 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4548 * config/i386/tm-fbsd.h: Likewise.
4549
4550 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4551
4552 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4553 generic_unwind_get_saved_register.
4554
4555 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4556
4557 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4558 * regcache.c (supply_register): Add missing argument to
4559 register_buffer call.
4560
4561 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4562
4563 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4564 Solaris /bin/grep does not not like it. From Peter Schauer.
4565
4566 2002-06-26 Tom Tromey <tromey@redhat.com>
4567
4568 * command.h (add_setshow_cmd): Declare.
4569 (add_setshow_cmd_full): Declare.
4570 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4571 returns void. Use add_setshow_cmd_full.
4572 (add_setshow_cmd_full): New function.
4573 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4574 (add_setshow_boolean_cmd): Likewise.
4575
4576 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4577
4578 * config/vax/tm-vax.h: Protect from multiple inclusion.
4579 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4580 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4581 * config/vax/tm-vaxbsd.h: ...here. New file.
4582 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4583
4584 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4585
4586 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4587 (BELIEVE_PCC_PROMOTION): Remove.
4588 (AP_REGNUM): Move to...
4589 * config/vax/nm-vax.h: ...here.
4590 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4591 (vax_breakpoint_from_pc): New function.
4592 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4593 and gdbarch_believe_pcc_promotion.
4594
4595 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4596
4597 * Makefile.in (vax_tdep_h): Define.
4598 (vax-tdep.o): Use $(vax_tdep_h).
4599 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4600 (vax_dump_tdep): New function.
4601 (_initialize_vax_tdep): Register vax_dump_tdep.
4602 * vax-tdep.h: Include osabi.h.
4603 (struct gdbarch_tdep): New.
4604
4605 2002-06-26 Andrew Cagney <cagney@redhat.com>
4606
4607 * frame.h (deprecated_generic_find_dummy_frame): Rename
4608 generic_find_dummy_frame.
4609 * blockframe.c (generic_find_dummy_frame): Make static.
4610 (deprecated_generic_find_dummy_frame): New function.
4611 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4612 generic_find_dummy_frame with deprecated_find_dummy_frame.
4613 (sh64_nofp_frame_init_saved_regs): Ditto.
4614 (sh_fp_frame_init_saved_regs): Ditto.
4615 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4616 (s390_frame_chain): Ditto.
4617 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4618
4619 2002-06-26 Grace Sainsbury <graces@redhat.com>
4620
4621 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4622 gdbarch vector are at the top.
4623 (NUM_REGS): Remove.
4624 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4625 (FRAME_ARGS_ADDRESS): Remove.
4626 (FRAME_LOCALS_ADDRESS): Remove.
4627 (FRAME_NUM_ARGS): Remove.
4628 (FRAME_ARGS_SKIP): Remove.
4629 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4630 (m68k_gdbarch_init): Add gdbarch initializations for macros
4631 undefined in tm-m68k.h
4632
4633 2002-06-26 Grace Sainsbury <graces@redhat.com>
4634
4635 * monitor.h: Add the function regname to monitor_ops
4636 structure. This way NUM_REGS does not have to be a constant.
4637 * monitor.c (monitor_fetch_register): Added support for regname
4638 function. The function is called if the array regnames is NULL.
4639 (monitor_store_register): Same.
4640 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4641 regnames array.
4642 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4643 cpu32bug_cmds.regname to point to new function.
4644 * abug-rom.c (abug_regname): Same as above.
4645 (init_abug_cmds): Same.
4646 * dbug-rom.c (dbug_regname): Same as above.
4647 (init_dbug_cmds): Same.
4648 * remote-est.c (est_regname): Same.
4649 (init_est_cmds): Same.
4650 * rom68k-rom.c (rom68k_regname): Same.
4651 (init_rom68k_cmds): Same.
4652
4653 2002-06-25 Tom Tromey <tromey@redhat.com>
4654
4655 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4656
4657 2002-06-25 Andrew Cagney <cagney@redhat.com>
4658
4659 * infrun.c (stop_registers): Change variable's type to ``struct
4660 regcache'''.
4661 (xmalloc_inferior_status): Delete function.
4662 (free_inferior_status): Delete function.
4663 (normal_stop): Use regcache_cpy.
4664 (struct inferior_status): Change type of fields ``stop_registers''
4665 and ``registers'' to ``struct regcache''.
4666 (write_inferior_status_register): Use regcache_write.
4667 (save_inferior_status): Instead of calling
4668 xmalloc_inferior_status, allocate the inf_status buffer directly.
4669 Use regcache_dup_no_passthrough and regcache_dup to save the
4670 buffers.
4671 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4672 Replace the stop_registers regcache instead of overriding it. Use
4673 regcache_xfree. Instead of calling free_inferior_status, xfree
4674 the buffer directly.
4675 (discard_inferior_status): Use regcache_xfree. Instead of calling
4676 free_inferior_status, xfree the buffer directly.
4677 (build_infrun): Use regcache_xmalloc.
4678 (_initialize_infrun): Delete redundant call to build_infrun.
4679
4680 * Makefile.in (infcmd.o): Add $(regcache_h).
4681
4682 * infcmd.c: Include "regcache.h".
4683 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4684 obtain the address of `stop_registers' register buffer.
4685 (print_return_value): Ditto.
4686
4687 * inferior.h (struct regcache): Add opaque declaration.
4688 (stop_registers): Change variable's declared type to ``struct
4689 regcache''.
4690
4691 2002-06-24 Tom Tromey <tromey@redhat.com>
4692
4693 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4694 * target.c (initialize_targets): Fixed typo in
4695 trust-readonly-sections `show' documentation.
4696
4697 * main.c: Marked all strings with _().
4698
4699 2002-06-24 Don Howard <dhoward@redhat.com>
4700
4701 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4702 that means max CORE_ADDR+1.
4703 (lookup_mem_region): Ditto.
4704 (mem_info_command): Ditto.
4705
4706 2002-06-24 Grace Sainsbury <graces@redhat.com>
4707
4708 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4709 (REGISTER_BYTES_OK): Remove.
4710 (REGISTER_BYTES): Remove.
4711 (STORE_STRUCT_RETURN): Remove.
4712 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4713 (STORE_RETURN_VALUE): Remove.
4714 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4715 (FRAME_CHAIN): Remove.
4716 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4717 (FRAME_SAVED_PC): Remove.
4718 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4719 (m68k_store_struct_return): Add.
4720 (m68k_deprecated_extract_return_value): Add.
4721 (m68k_deprecated_extract_struct_value_address): Add.
4722 (m68k_store_return_value): Add.
4723 (m68k_frame_chain): Add.
4724 (m68k_frameless_function_invocation): Add.
4725 (m68k_frame_saved_pc): Add.
4726 (m68k_gdbarch_init): added set_gdbarch calls for new
4727 functions and deleted macros.
4728
4729 2002-06-23 Tom Tromey <tromey@redhat.com>
4730
4731 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4732 (ALLDEPFILES): Likewise.
4733 (udiheaders): Removed.
4734 (udip2soc.o): Likewise.
4735 (udi2go32.o): Likewise.
4736 (udr.o): Likewise.
4737 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4738
4739 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4740
4741 * infrun.c (_initialize_infrun): Delete unnecessary call to
4742 build_infrun.
4743
4744 * regcache.h: Update comments describing the regcache_cpy family
4745 of functions.
4746 (regcache_save, regcache_restore): Delete declaration.
4747 (regcache_save_no_passthrough): Delete declaration.
4748 (regcache_restore_no_passthrough): Delete declaration.
4749 * regcache.c (regcache_save): Delete function.
4750 (regcache_save_no_passthrough): Delete function.
4751 (regcache_restore): Delete function.
4752 (regcache_restore_no_passthrough): Delete function.
4753
4754 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4755
4756 * config/m68k/tm-m68k.h: Fix typo.
4757 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4758 (m68k_frame_init_saved_regs): Declare.
4759
4760 2002-06-21 Jim Blandy <jimb@redhat.com>
4761
4762 Remove some vestiges of Harris 88k support.
4763 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4764 register numbering quirk.
4765 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4766 odd symbols occurring in Harris 88k ELF targets.
4767
4768 2002-06-21 Tom Tromey <tromey@redhat.com>
4769
4770 * gdb_locale.h: New file.
4771 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4772 (defs_h): Added gdb_locale.h.
4773 * configure, config.in: Rebuilt.
4774 * configure.in (PACKAGE): Define.
4775 * defs.h: Include gdb_locale.h.
4776 * main.c (captured_main): Call setlocale, bindtextdomain,
4777 textdomain.
4778
4779 2002-06-21 Dave Brolley <brolley@redhat.com>
4780
4781 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4782 * config/frv/frv.mt: New file.
4783 * config/frv/tm-frv.h: New file.
4784 * configure.tgt: Support frv-*-*.
4785 * Makefile.in (frv-tdep.o): New target.
4786 * frv-tdep.c: New file.
4787 * NEWS: Mention frv.
4788
4789 2002-06-21 Dave Brolley <brolley@redhat.com>
4790
4791 * MAINTAINERS: Add self to "Write After Approval" list.
4792
4793 2002-06-21 Grace Sainsbury <graces@redhat.com>
4794
4795 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4796 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4797 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4798 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4799 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4800
4801 * m68k-tdep.c: Include arch-utils.h
4802 (m68k_register_raw_size): Add.
4803 (m68k_register_virtual_size): Add.
4804 (m68k_register_virtual_type): Add.
4805 (m68k_register_name): Add.
4806 (m68k_stack_align): Add.
4807 (m68k_register_byte): Add.
4808 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4809 tm-m68k.h.
4810
4811 2002-06-21 Grace Sainsbury <graces@redhat.com>
4812
4813 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4814 m68k_find_saved_regs.
4815 (m68k_pop_frame): Removed saved_regs structure, and replaced
4816 references to it with frame->saved_regs.
4817 (m68k_gdbarch_init): Added function calls to initialize the
4818 gdbarch structure.
4819 (m68k_fix_call_dummy): Add.
4820 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4821 (CALL_DUMMY): Remove.
4822 (CALL_DUMMY_LENGTH): Remove.
4823 (CALL_DUMMY_START_OFFSET): Remove.
4824 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4825 (FIX_CALL_DUMMY): Remove.
4826 (PUSH_DUMMY_FRAME): Remove.
4827 (POP_FRAME): Remove.
4828
4829 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4830
4831 * parse.c (parse_fprintf): New function used to avoid calls to
4832 fprintf in bison parser generated debug code.
4833 * parser-defs.h: Declaration of new parse_fprintf function.
4834 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4835 Set YYDEBUG to 1 by default.
4836 Set YYFPRINTF as parse_fprintf.
4837
4838 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4839
4840 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4841 encoding anymore.
4842 (pointer_encoding, enum ptr_encoding): New.
4843 (execute_cfa_program): Take care about pointer encoding.
4844 (dwarf2_build_frame_info): Only call parse_frame_info for
4845 .debug_frame and .eh_frame.
4846 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4847 fixed augmentation handling, added relative addressing,
4848 ignore duplicate FDEs. Added comments.
4849 * dwarf2cfi.c: Reindented.
4850
4851 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4852
4853 * event-top.c (command_handler): Don't use space_at_cmd_start
4854 unless there is sbrk() on the host. Assign time and space data
4855 to union fields of the appropriate length.
4856
4857 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4858
4859 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4860 x86_64_register_name. Return type changed to 'const char *'.
4861 (x86_64_register_name2nr): Rename to x86_64_register_number.
4862 (x86_64_gdbarch_init): Update to reflect the change.
4863 * x86-64-tdep.h: Ditto.
4864 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4865 (supply_fpregset): Ditto.
4866
4867 2002-06-19 Andrew Cagney <cagney@redhat.com>
4868
4869 * regcache.h: Update copyright.
4870 (struct regcache, struct gdbarch): Add opaque declarations.
4871 (current_regcache): Declare global variable.
4872 (regcache_read, regcache_write): Add gdbarch parameter.
4873 (regcache_save, regcache_save_no_passthrough)
4874 (regcache_restore, regcache_restore_no_passthrough)
4875 (regcache_dup, regcache_dup_no_passthrough)
4876 (regcache_cpy, regcache_cpy_no_passthrough)
4877 (deprecated_grub_regcache_for_registers)
4878 (deprecated_grub_regcache_for_register_valid)
4879 (regcache_valid_p): Add function declarations.
4880
4881 * regcache.c: Update copyright.
4882 (regcache_descr_handle): New global variable.
4883 (struct regcache_descr): Define.
4884 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4885 (regcache_descr, xfree_regcache_descr): New functions.
4886 (struct regcache): Define.
4887 (regcache_xmalloc, regcache_xfree): New functions.
4888 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4889 (regcache_dup, regcache_dup_no_passthrough): New functions.
4890 (regcache_valid_p, regcache_read_as_address): New functions.
4891 (deprecated_grub_regcache_for_registers): New function.
4892 (deprecated_grub_regcache_for_register_valid): New function.
4893 (current_regcache): New global variable.
4894 (register_buffer): Add regcache parameter. Update calls.
4895 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4896 (read_register_gen, write_register_gen): Update register_buffer
4897 call. Test for legacy_p instead of gdbarch_register_read_p or
4898 gdbarch_register_write_p.
4899 (regcache_collect): Update register_buffer call.
4900 (build_regcache): Rewrite. Use deprecated grub functions.
4901 (regcache_save, regcache_save_no_passthrough): New functions.
4902 (regcache_restore, regcache_restore_no_passthrough): New
4903 functions.
4904 (_initialize_regcache): Create the regcache_data_handle. Swap
4905 current_regcache global variable.
4906
4907 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4908 parameter to regcache_read and regcache_write calls.
4909 (sh4_register_read): Ditto.
4910 (sh64_pseudo_register_read): Ditto.
4911 (sh64_register_read): Ditto.
4912 (sh_pseudo_register_write): Ditto.
4913 (sh4_register_write): Ditto.
4914 (sh64_pseudo_register_write): Ditto.
4915 (sh64_register_write): Ditto.
4916
4917 * defs.h (XCALLOC): Define.
4918
4919 2002-06-19 Grace Sainsbury <graces@redhat.com>
4920
4921 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4922 * m68k-tdep.c (m68k_gdbarch_init): Added.
4923 (m68k_dump_tdep): Added.
4924
4925 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4926
4927 * ada-lang.c (fill_in_ada_prototype): Update comment.
4928
4929 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4930
4931 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4932 MIPS_ABI_LAST.
4933 (mips_abi_string, mips_abi_strings): New.
4934 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4935 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4936 tdep->mips_abi_string. Honor mips_abi_string. Default to
4937 O32 if no ABI is found.
4938 (mips_dump_tdep): Use mips_abi_strings.
4939 (mips_abi_update): New function.
4940 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4941 ``set mips abi'' and ``show mips abi''. Check the size of
4942 mips_abi_strings.
4943
4944 2002-06-19 Andrew Cagney <cagney@redhat.com>
4945
4946 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4947 constant.
4948
4949 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4950
4951 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4952 current frame using only the first stack size adjustment. All
4953 subsequent size adjustments are not considered to be part of
4954 the "static" part of the current frame.
4955 Compute the address of the saved registers relative to the
4956 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4957 in use in this frame.
4958
4959 2002-06-18 Don Howard <dhoward@redhat.com>
4960
4961 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4962 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4963 suggesting this solution.
4964
4965 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4966
4967 * config/romp/xm-rtbsd.h: Delete file.
4968 * config/romp/rtbsd.mh: Delete file.
4969
4970 2002-06-18 Keith Seitz <keiths@redhat.com>
4971
4972 * breakpoint.c (condition_command): Post breakpoint_modify
4973 when a condition is added to an existing breakpoint.
4974 (commands_command): Likewise for commands.
4975 (set_ignore_count): Likewise for ignore counts.
4976 If no tty, do not simply return, still need to send event
4977 notification.
4978 (ignore_command): Only print a newline if the command came
4979 from a tty.
4980 Don't call breakpoints_changed, since this is now properly
4981 handled by set_ignore_count.
4982
4983 2002-06-18 Andrew Cagney <cagney@redhat.com>
4984
4985 * MAINTAINERS: Note that cris-elf target can be compiled with
4986 -Werror.
4987 * cris-tdep.c (cris_register_name): Make return type constant.
4988 (cris_breakpoint_from_pc): Ditto.
4989
4990 2002-06-18 Michal Ludvig <mludvig@suse.cz>
4991
4992 * frame.h (struct frame_info): Change type of context to
4993 'struct context'.
4994
4995 2002-06-17 Andrew Cagney <cagney@redhat.com>
4996
4997 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4998 pointer.
4999 * gdbarch.h, gdbarch.c: Regenerate.
5000 * config/mips/tm-mips.h (mips_register_name): Update.
5001 * i386-tdep.h (i386_register_name): Update.
5002 * mips-tdep.c (mips_register_name): Update
5003 * alpha-tdep.c (alpha_register_name): Update.
5004 * arch-utils.c (legacy_register_name): Update.
5005 * arch-utils.h (legacy_register_name): Update.
5006 * avr-tdep.c (avr_register_name): Update.
5007 * ia64-tdep.c (ia64_register_name): Update.
5008 * i386-tdep.c (i386_register_name): Update.
5009 * sparc-tdep.c (sparc32_register_name): Update.
5010 (sparc64_register_name): Update.
5011 (sparclite_register_name): Update.
5012 (sparclet_register_name): Update.
5013 * sh-tdep.c (sh_generic_register_name): Update.
5014 (sh_sh_register_name): Update.
5015 (sh_sh3_register_name): Update.
5016 (sh_sh3e_register_name): Update.
5017 (sh_sh_dsp_register_name): Update.
5018 (sh_sh3_dsp_register_name): Update.
5019 (sh_sh4_register_name): Update.
5020 (sh_sh64_register_name): Update.
5021 * s390-tdep.c (s390_register_name): Update.
5022 * rs6000-tdep.c (rs6000_register_name): Update.
5023 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5024 (ns32k_register_name_32382): Update.
5025 * d10v-tdep.c (d10v_ts2_register_name): Update.
5026 (d10v_ts3_register_name): Update.
5027 * xstormy16-tdep.c (xstormy16_register_name): Update.
5028 * vax-tdep.c (vax_register_name): Update.
5029 * v850-tdep.c (v850_register_name): Update.
5030 * m68hc11-tdep.c (m68hc11_register_name): Update.
5031 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5032 (am33_register_name): Update.
5033
5034 2002-06-17 Grace Sainsbury <graces@redhat.com>
5035
5036 * m68k-tdep.c: Reindented.
5037
5038 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5039
5040 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5041 list of predefined types.
5042
5043 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5044
5045 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5046 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5047 REGISTER_CONVERT_TO_RAW): Remove defines.
5048 (i386_register_virtual_type, i386_register_convertible,
5049 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5050 Remove prototypes.
5051 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5052 macros mentioned above.
5053
5054 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5055 (i386lynx_saved_pc_after_call): Remove prototype.
5056 * i386ly-tdep.c: Include "i386-tdep.h".
5057 (i386lynx_saved_pc_after_call): Make static. Use
5058 read_memory_nobpt instead of read_memory. Use
5059 read_memory_unsigned_integer instead of read_memory_integer.
5060 (i386lynx_init_abi): New function.
5061 (i386lynx_coff_osabi_sniffer): New function.
5062 (_initialize_i386bsd_tdep): New function.
5063
5064 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5065 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5066 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5067 (i386_fix_call_dummy): Remove prototype.
5068 * i386-tdep.c (i386_call_dummy_words): New variable.
5069 (i386_gdbarch_init): Adjust for removal of the
5070 macros mentioned above.
5071
5072 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5073
5074 * command.h (add_setshow_auto_boolean_cmd): Replace
5075 add_set_auto_boolean_cmd.
5076 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5077 add_set_auto_boolean_cmd.
5078 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5079 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5080 mask-address'' command.
5081 (show_mask_address): Add cmd parameter.
5082 * remote.c (add_packet_config_cmd): Update. Change type of
5083 set_func and show_func to cmd_sfunc_ftype.
5084 (_initialize_remote): Update `set remote Z-packet'
5085 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5086 (show_remote_protocol_e_packet_cmd): Ditto.
5087 (show_remote_protocol_E_packet_cmd): Ditto.
5088 (show_remote_protocol_P_packet_cmd): Ditto.
5089 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5090 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5091 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5092 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5093 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5094 (show_remote_protocol_Z_packet_cmd): Ditto.
5095 (show_remote_protocol_binary_download_cmd): Ditto.
5096 (show_remote_cmd): Pass NULL to all of above.
5097
5098 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5099
5100 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5101 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5102 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5103 POP_FRAME): Remove defines.
5104 (i386_push_arguments, i386_store_struct_return,
5105 i386_extract_return_value, i386_store_return_value,
5106 i386_extract_struct_value_address, i386_push_dummy_frame,
5107 i386_pop_frame): Renove prototypes.
5108 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5109 macros mentioned above.
5110
5111 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5112
5113 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5114 add_set_boolean_cmd.
5115 (add_setshow_cmd): New function.
5116 * command.h (add_setshow_boolean_cmd): Replace
5117 add_set_boolean_cmd.
5118 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5119 and ``set rdiromatzero''.
5120 * maint.c (_initialize_maint_cmds): Update commented out code.
5121 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5122 * target.c (initialize_targets): Update `set
5123 trust-readonly-sections'.
5124 * remote.c (_initialize_remote): Update `set remotebreak'.
5125
5126 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5127
5128 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5129 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5130 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5131 fit into multi-arch framework.
5132 (i386_breakpoint_from_pc): New function.
5133 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5134 above.
5135
5136 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5137 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5138 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5139 (i386_frameless_function_invocation, i386_frame_num_args,
5140 i386_frame_init_saved_regs): Remove prototypes.
5141 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5142 macros mentioned above.
5143
5144 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5145
5146 * cli/cli-decode.c (set_cmd_cfunc): Update.
5147 (set_cmd_sfunc): Update.
5148 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5149 (set_cmd_sfunc, set_cmd_cfunc): Update.
5150 * cli/cli-decode.h: Update.
5151
5152 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5153
5154 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5155 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5156
5157 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5158
5159 * defs.h (auto_boolean): Declare enum.
5160 * command.h (cmd_auto_boolean): Delete enum.
5161 * mips-tdep.c (mask_address_var): Update.
5162 (mips_mask_address_p): Update.
5163 (show_mask_address): Update.
5164 * remote.c (struct packet_config): Update.
5165 (update_packet_config): Update.
5166 (show_packet_config_cmd): Update.
5167 (packet_ok): Update.
5168 (add_packet_config_cmd): Update.
5169 (_initialize_remote):
5170 * command.h: Update.
5171 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5172 (do_setshow_command): Update.
5173 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5174 * cli/cli-decode.h: Update.
5175
5176 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5177
5178 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5179 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5180 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5181 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5182 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5183 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5184
5185 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5186 list of DJGPP COFF targets.
5187
5188 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5189 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5190 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5191 (FP0_REGNUM): Remove define.
5192 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5193 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5194 (i386_register_virtual_size): Remove protoype.
5195 * i386-tdep.c (i386_register_virtual_size): Removed.
5196 (i386_extract_return_value, i386_store_return_value): Use
5197 FP0_REGNUM instead of NUM_FREGS to determine whether the
5198 floating-point registers are available.
5199 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5200 Adjust for removal of macros mentioned above.
5201
5202 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5203
5204 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5205 comments.
5206 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5207 Remove prototypes.
5208 (supply_gregset, fill_gregset): Remove use of register keyword and
5209 remove declaration for regmap. Use I386_NUM_GREGS instead of
5210 NUM_REGS and NUM_FREGS.
5211 (FPREGSET_FSAVE_OFFSET): Remove.
5212 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5213 NUM_FREGS to determine whether the floating-point registers are
5214 available.
5215
5216 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5217 gnu_store_registers): Replace usage of NUM_GREGS with
5218 I386_NUM_GREGS.
5219
5220 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5221 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5222 usage of NUM_GREGS with I386_NUM_GREGS.
5223
5224 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5225
5226 * i386bsd-nat.c: Include "i386-tdep.h".
5227 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5228 I386_NUM_GREGS.
5229
5230 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5231 and associated comment. They no longer make any sense, since we
5232 don't use this file anymore on Linux.
5233
5234 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5235 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5236 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5237 elements in these arrays.
5238 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5239 MAX_NUM_REGS.
5240
5241 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5242
5243 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5244 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5245
5246 2002-06-14 Andrew Cagney <cagney@redhat.com>
5247
5248 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5249 EXTRACT_RETURN_VALUE.
5250 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5251 EXTRACT_STRUCT_VALUE_ADDRESS.
5252 * gdbarch.h, gdbarch.c: Regenerate.
5253
5254 * values.c (value_being_returned): Handle
5255 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5256 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5257
5258 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5259 * arm-tdep.c (arm_gdbarch_init): Update.
5260 * avr-tdep.c (avr_gdbarch_init): Update.
5261 * cris-tdep.c (cris_gdbarch_init): Update.
5262 * d10v-tdep.c (d10v_gdbarch_init): Update.
5263 * ia64-tdep.c (ia64_gdbarch_init): Update.
5264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5265 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5266 * s390-tdep.c (s390_gdbarch_init): Update.
5267 * sh-tdep.c (sh_gdbarch_init): Update.
5268 * s390-tdep.c (s390_gdbarch_init): Update.
5269 * sparc-tdep.c (sparc_gdbarch_init): Update.
5270 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5271 * v850-tdep.c (v850_gdbarch_init): Update.
5272 * vax-tdep.c (vax_gdbarch_init): Update.
5273 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5274 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5275
5276 * config/arc/tm-arc.h: Update.
5277 * config/d30v/tm-d30v.h: Update.
5278 * config/fr30/tm-fr30.h: Update.
5279 * config/h8300/tm-h8300.h: Update.
5280 * config/h8500/tm-h8500.h: Update.
5281 * config/i386/tm-i386.h: Update.
5282 * config/i386/tm-ptx.h: Update.
5283 * config/i386/tm-symmetry.h: Update.
5284 * config/i960/tm-i960.h: Update.
5285 * config/m32r/tm-m32r.h: Update.
5286 * config/m68k/tm-delta68.h: Update.
5287 * config/m68k/tm-linux.h: Update.
5288 * config/m68k/tm-m68k.h: Update.
5289 * config/m88k/tm-m88k.h: Update.
5290 * config/mcore/tm-mcore.h: Update.
5291 * config/mips/tm-mips.h: Update.
5292 * config/mn10200/tm-mn10200.h: Update.
5293 * config/pa/tm-hppa.h: Update.
5294 * config/pa/tm-hppa64.h: Update.
5295 * config/sparc/tm-sp64.h: Update.
5296 * config/sparc/tm-sparc.h: Update.
5297 * config/sparc/tm-sparclet.h: Update.
5298 * config/z8k/tm-z8k.h: Update.
5299
5300 2002-06-14 Andrew Cagney <cagney@redhat.com>
5301
5302 * Makefile.in (i386_linux_tdep_h): Define.
5303 (i386_tdep_h, i387_tdep_h): Define.
5304 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5305 $(i386_tdep_h) and $(i387_tdep_h).
5306 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5307
5308 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5309
5310 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5311 Already covered by the default.
5312
5313 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5314 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5315 (i386_gdbarch_init): Initialize long_double_format and long_double
5316 bit.
5317
5318 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5319 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5320 Move these to ...
5321 * config/i386/i386sol2.mh: ... here.
5322 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5323 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5324 (SIGCONTEXT_PC_OFFSET): Remove define.
5325 (IN_SIGTRAMP): Remove define.
5326 * i386-sol2-tdep.c: New file.
5327
5328 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5329 * config/i386/tm-i386nw.h: Removed.
5330
5331 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5332 USE_STRUCT_CONVENTION): Remove defines.
5333 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5334 (get_longjmp_target): Remove prototype.
5335 (IN_SIGTRAMP): Remove define.
5336 (i386bsd_in_sigtramp): Remove prototype.
5337 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5338 function. Update comment accordingly
5339 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5340 (FRAME_SAVED_PC): Remove define.
5341 (i386bsd_frame_saved_pc): Remove prototype.
5342 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5343 GET_LONGJMP_TARGET): Remove defines.
5344 (get_longjmp_target): Remove prototype.
5345 (IN_SIGTRAMP): Remove define.
5346 (i386bsd_in_sigtramp): Remove prototype.
5347 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5348 function. Update comment accordingly
5349 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5350 (FRAME_SAVED_PC): Remove define.
5351 (i386bsd_frame_saved_pc): Remove prototype.
5352 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5353 Remove prototype.
5354 (USE_STRUCT_CONVENTION): Remove prototype.
5355 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5356 declaration.
5357 (_initialize_i386bsd_nat): Revise logic to determine some
5358 constants at compile time when compiling a native GDB. Warn if
5359 things don't match up with what we expect.
5360 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5361 Remove variables.
5362 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5363 to use date stored in `struct gdbarch_tdep'.
5364 (i386bsd_sigcontext_offset): Remove varaible.
5365 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5366 stored in `struct gdbarch_tdep'.
5367 (i386bsd_frame_saved_pc): Make static.
5368 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5369 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5370 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5371 i386fbsd4_sc_pc_offset): New variables.
5372 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5373 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5374 functions.
5375 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5376 functions.
5377 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5378 Modify the value of i386fbsd_sigtramp_start and
5379 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5380 i386fbsd_sigtramp_end.
5381 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5382 function.
5383
5384 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5385 define to i386-linux-tdep.h.
5386 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5387 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5388 defines.
5389 (i386_linux_register_name, i386_linux_register_byte,
5390 i386_linux_register_raw_size): Remove prototypes.
5391 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5392 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5393 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5394 TARGET_WRITE_PC): Remove defines.
5395 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5396 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5397 i386_linux_write_pc): Remove prototypes.
5398 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5399 (get_longjmp_target): Remove prototype.
5400 * i386-linux-tdep.h: New file.
5401 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5402 * i386-linux-tdep.c: Include "i386-tdep.h" and
5403 "i386-linux-tdep.h".
5404 (i386_linux_register_name, i386_linux_register_byte,
5405 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5406 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5407 Make static.
5408 (i386_linux_init_abi): New function.
5409 (_initialize_i386_linux_tdep): New function.
5410
5411 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5412 (i386_saved_pc_after_call): Remove prototype.
5413 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5414 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5415 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5416 (i386_register_name, i386_stab_reg_to_regnum,
5417 i386_dwarf_reg_to_regnum): Remove prototypes.
5418 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5419 SIZEOF_SSE_REGS): Remove defines.
5420 (REGISTER_BYTES): Remove define.
5421 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5422 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5423 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5424 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5425 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5426 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5427 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5428 (get_longjmp_target): Remove prototype.
5429 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5430 (sigtramp_saved_pc): Remove define.
5431 (i386v4_sigtramp_saved_pc): Remove prototype.
5432 * config/i386/tm-go32.h (FRAME_CHAIN,
5433 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5434 (i386go32_frame_saved_pc): Remove prototype.
5435 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5436 (get_longjmp_target): Remove prototype.
5437 * i386-tdep.h: Include "osabi.h".
5438 (enum i386_abi): Removed.
5439 (enum struct_return): New enum.
5440 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5441 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5442 sc_pc_offset members.
5443 (i386_gdbarch_register_os_abi): Remove prototype.
5444 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5445 I386_SSE_NUM_REGS): New defines.
5446 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5447 I386_SSE_SIZEOF_REGS): New defines.
5448 (i386_register_name, i386_register_byte, i386_register_raw_size):
5449 New prototypes.
5450 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5451 (i386bsd_sigtramp_saved_pc): New prototype.
5452 * i386-tdep.c: Don't include "elf-bfd.h".
5453 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5454 i386_frame_chain, i386_saved_pc_after_call): Make static.
5455 (i386_frame_saved_pc): Rewrite to call architecture dependent
5456 function to deal with signal handlers. Make static.
5457 (i386go32_frame_saved_pc): Removed.
5458 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5459 Removed.
5460 (i386_get_longjmp_target): New function.
5461 (default_struct_convention, pcc_struct_convention,
5462 reg_struct_convention, valid_conventions, struct_convention): New
5463 variables.
5464 (i386_use_struct_convention): New function.
5465 (i386v4_sigtramp_saved_pc): Renamed to
5466 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5467 (i386_pc_in_sigtramp): New function.
5468 (i386_abi_names): Removed.
5469 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5470 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5471 Removed.
5472 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5473 i386_gdbarch_register_os_abi): Removed.
5474 (struct i386_abi_handler): Removed.
5475 (i386_abi_handler_list): Removed.
5476 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5477 functions.
5478 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5479 i386_nw_init_abi): New functions.
5480 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5481 Use set_gdbarch_xxx() calls instead of relying on macros for a
5482 number of calls.
5483 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5484 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5485 Register the various architecture variants defined in this file.
5486
5487 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5488
5489 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5490 (struct main_type): Remove arg_types member. Update comments for
5491 struct field.
5492 (TYPE_ARG_TYPES): Remove.
5493 (TYPE_FN_FIELD_ARGS): Update.
5494 (smash_to_method_type): Update prototype.
5495
5496 * c-typeprint.c (cp_type_print_method_args): Take method type
5497 instead of argument list. Use new argument layout. Simplify.
5498 (c_type_print_args): Use new argument layout. Simplify.
5499 (c_type_print_base): Update call to cp_type_print_method_args.
5500 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5501 argument; use die->type instead. Update call to
5502 smash_to_method_type.
5503 (read_structure_scope): Update call to dwarf2_add_member_fn.
5504 * gdbtypes.c (allocate_stub_method): Update comment.
5505 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5506 Use new argument layout.
5507 (check_stub_method): Use new argument layout. Don't count
5508 void as an argument.
5509 (print_arg_types): Update comments. Use new argument layout.
5510 (recursive_dump_type): Don't print arg_types member.
5511 * hpread.c (hpread_read_struct_type): Use new argument layout.
5512 (fixup_class_method_type): Likewise.
5513 (hpread_type_lookup): Likewise.
5514 * stabsread.c (read_type): Update calls to read_args and
5515 smash_to_method_type.
5516 (read_args): Use new argument layout. Simplify.
5517 * valops.c (typecmp): Use new argument layout. Update parameters
5518 and comments. Simplify.
5519 (hand_function_call): Use new argument layout.
5520 (search_struct_method): Update call to typecmp.
5521 (find_overload_match): Use new argument layout.
5522
5523 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5524
5525 * NEWS: Mention multithreaded debug support for gdbserver.
5526
5527 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5528
5529 * MAINTAINERS: Mention NEWS.
5530
5531 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5532
5533 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5534 (struct mips_objfile_private, compare_pdr_entries): New.
5535 (non_heuristic_proc_desc): Read the ".pdr" section if it
5536 is present.
5537
5538 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5539
5540 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5541 (arm_debug): New static variable.
5542 (_initialize_arm_tdep): Add ``set debug arm'' command.
5543
5544 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5545
5546 * Makefile.in (sim_arm_h): Define.
5547 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5548 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5549 (arm_register_sim_regno): New function, map an internal REGNUM
5550 onto a simulator register number.
5551 (arm_gdbarch_init): Set register_sim_regno.
5552
5553 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5554
5555 * MAINTAINERS: Add self.
5556
5557 2002-06-11 Jim Blandy <jimb@redhat.com>
5558
5559 * source.c (source_info): Mention whether the symtab has
5560 information about preprocessor macros.
5561
5562 Call the command `info macro', not `show macro'.
5563 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5564 Fix error message.
5565 (_initialize_macrocmd): Register `info_macro_command' in
5566 `infolist', not `showlist'.
5567
5568 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5569
5570 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5571 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5572 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5573 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5574 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5575 unconditionally.
5576 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5577 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5578 (_initialize_mips_tdep): Remove dead code.
5579 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5580 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5581 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5582 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5583 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5584 MIPS_LAST_FP_ARG_REGNUM): Remove.
5585
5586 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5587
5588 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5589 (unwind_tmp_obstack_free, parse_frame_info)
5590 (update_context, cfi_read_fp, cfi_write_fp)
5591 (cfi_frame_chain, cfi_init_extra_frame_info)
5592 (cfi_virtual_frame_pointer): Use the above function.
5593 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5594
5595 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5596
5597 * v850-tdep.c (v850_type_is_scalar): New function.
5598 (v850_use_struct_convention): Match current gcc implementation
5599 as close as possible.
5600 (v850_push_arguments): Fix stack_offset handling. Don't write
5601 struct_addr into register. This is done by v850_store_struct_return.
5602 (v850_extract_return_value): Care for structs.
5603 (v850_store_return_value): Ditto.
5604 (v850_store_struct_return): Actually write address.
5605
5606 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5607
5608 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5609 without debug information too.
5610
5611 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5612
5613 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5614 Make multi-arch pure.
5615 * gdbarch.h, gdbarch.c: Re-generate.
5616 * arm-tdep.c (arm_print_float_info): Update.
5617 * arch-utils.h (default_print_float_info): Update.
5618 * arch-utils.c (default_print_float_info): Update.
5619 * infcmd.c (float_info): Update call.
5620
5621 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5622
5623 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5624 the front of the initialize list.
5625
5626 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5627
5628 * infrun.c (struct inferior_status): Replace fields
5629 selected_frame_address and selected_level with field
5630 selected_frame_id.
5631 (save_inferior_status): Update. Use get_frame_id.
5632 (struct restore_selected_frame_args): Delete.
5633 (restore_selected_frame): Update. Use frame_find_by_id.
5634 (restore_inferior_status): Update.
5635
5636 * breakpoint.h (struct breakpoint): Change type of
5637 watchpoint_frame to frame_id.
5638 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5639 call to get_current_frame.
5640 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5641 get_current_frame.
5642 (watchpoint_check): Use frame_find_by_id.
5643
5644 * frame.h (record_selected_frame): Delete declaration.
5645 * stack.c (record_selected_frame): Delete function.
5646
5647 * frame.h (struct frame_id): Define.
5648 (get_frame_id): Declare.
5649 (frame_find_by_id): Declare.
5650 * frame.c (frame_find_by_id): New function.
5651 (get_frame_id): New function.
5652
5653 2002-06-10 Andrey Volkov <avolkov@transas.com>
5654
5655 * ser-e7kpc.c: Fix duplicated define and call of
5656 _initialize_ser_e7000pc
5657
5658 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5659
5660 * signals/signals.c (target_signal_from_host): Fix #ifdef
5661 SIGRTMIN case.
5662 (do_target_signal_to_host): Likewise.
5663
5664 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5665
5666 * mips-tdep.c (mips_find_abi_section): New function.
5667 (mips_gdbarch_init): Call it.
5668
5669 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5670
5671 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5672 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5673 after Andrew's 2002-06-08 gdbarch change.
5674
5675 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5676
5677 * i386-linux-nat.c (suppy_gregset): Don't supply
5678 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5679 register cache.
5680 (fill_gregset): Don't fetch it under the same circumstances.
5681
5682 2002-06-09 Andrew Cagney <cagney@redhat.com>
5683
5684 * Makefile.in (callback_h): Define.
5685 (remote_sim_h): Update path to remote-sim.h.
5686 (remote-rdp.o): Add $(callback_h).
5687 (remote-sim.o): Use $(callback_h).
5688 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5689 * remote-rdp.c: Include "gdb/callback.h".
5690
5691 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5692
5693 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5694 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5695
5696 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5697
5698 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5699 * rdi-share/serpardr.c: Ditto.
5700 * rdi-share/unixcomm.c: Ditto.
5701 * rdi-share/serdrv.c: Ditto.
5702 * rdi-share/hostchan.h: Ditto.
5703 * rdi-share/hostchan.c: Ditto.
5704 * rdi-share/host.h: Ditto.
5705 * rdi-share/devsw.c: Ditto.
5706
5707 * objfiles.h: Change type of obj_private to void pointer.
5708 * pa64solib.c: Update copyright. Don't include "assert.h", use
5709 strcmp instead of STREQ, use LONGEST, do not use PTR
5710 * somsolib.c: Ditto.
5711
5712 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5713 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5714 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5715
5716 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5717
5718 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5719 (default_get_saved_register): Delete function.
5720 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5721 generic_unwind_get_saved_register.
5722 * gdbarch.h, gdbarch.c: Re-generate.
5723
5724 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5725
5726 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5727 generic_func_frame_chain_valid.
5728 * gdbarch.h, gdbarch.c: Re-generate.
5729 * blockframe.c (generic_func_frame_chain_valid): Only check
5730 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5731 passing FP to PC_IN_CALL_DUMMY.
5732 Fix PR gdb/360.
5733
5734 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5735
5736 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5737 (register_gdbarch_data): Initialize init_p.
5738 (gdbarch_data): Initialize data pointer using the init function.
5739 (init_gdbarch_data): Delete function.
5740 (gdbarch_update_p): Update.
5741 (initialize_non_multiarch): Update.
5742 (struct gdbarch): Add field initialized_p.
5743 * gdbarch.h, gdbarch.c: Re-generate.
5744
5745 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5746
5747 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5748 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5749 better do the things actually here.
5750 * x86-64-tdep.c (x86_64_register_name2nr): New.
5751 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5752 (x86_64_gdbarch_init): Respect the above change.
5753 * x86-64-tdep.h (x86_64_register_name2nr)
5754 (x86_64_register_nr2name): Add prototypes.
5755 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5756
5757 2002-06-06 Michael Snyder <msnyder@redhat.com>
5758
5759 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5760 Delete extra braces and re-indent.
5761 (d10v_store_return_value): Char return values
5762 must be shifted over by one byte in R0.
5763 (d10v_extract_return_value): Delete extra braces, re-indent.
5764
5765 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5766
5767 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5768 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5769 (d10v_integer_to_address): Rewrite.
5770 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5771 the d10v specific functions which take care of converting to the
5772 correct space.
5773
5774 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5775
5776 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5777 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5778
5779 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5780
5781 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5782 includes.
5783 * config/tm-linux.h: Ditto.
5784 * config/alpha/tm-alphalinux.h: Ditto.
5785 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5786 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5787 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5788 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5789 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5790 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5791 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5792 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5793 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5794 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5795 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5796 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5797 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5798 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5799 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5800 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5801 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5802 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5803 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5804 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5805 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5806 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5807 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5808 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5809 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5810 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5811 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5812 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5813 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5814 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5815 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5816 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5817 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5818 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5819 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5820 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5821 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5822
5823 2002-05-04 Aidan Skinner <aidan@velvet.net>
5824
5825 * ada-exp.tab.c: New file
5826 * ada-exp.y: New file
5827 * ada-lang.c: New file
5828 * ada-lang.h: New file
5829 * ada-lex.c: New file
5830 * ada-lex.l: New file
5831 * ada-tasks.c: New file
5832 * ada-typeprint.c: New file
5833 * ada-valprint.c: New file
5834
5835 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5836
5837 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5838 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5839
5840 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5841
5842 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5843 insetead of ppc-linux-tdep.o.
5844 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5845 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5846
5847 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5848
5849 2002-05-07 Christian Groessler <chris@groessler.org>
5850 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5851 bit register contents for little endian hosts.
5852
5853 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5854
5855 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5856 any maintainer.
5857
5858 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5859
5860 * gdbarch.h: Regenerate.
5861
5862 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5863
5864 * MAINTAINERS: Add everyone to write-after-approval list.
5865
5866 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5867
5868 * stack.c (frame_info): Use frame_register_unwind instead of
5869 saved_regs. Mention when the SP is on the stack or in a register.
5870
5871 * frame.h (frame_register_unwind_ftype): Define. Document.
5872 (struct frame_info): Add field register_unwind and
5873 register_unwind_cache.
5874 (frame_register_unwind): Declare.
5875 (generic_unwind_get_saved_register): Declare.
5876
5877 * frame.c (frame_register_unwind): New function.
5878 (generic_unwind_get_saved_register): New function.
5879
5880 * blockframe.c (generic_call_dummy_register_unwind): New function.
5881 (frame_saved_regs_register_unwind): New function.
5882 (set_unwind_by_pc): New function.
5883 (create_new_frame): New function.
5884 (get_prev_frame): New function.
5885
5886 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5887
5888 * a29k-share/: Delete directory.
5889 * remote-vx29k.c: Delete file.
5890
5891 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5892
5893 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5894 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5895
5896 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5897
5898 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5899 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5900 (sparc64nbsd-nat.o)
5901 (sparcnbsd-nat.o)
5902 (sparcnbsd-tdep.o): New dependency lists.
5903 * NEWS: Note new UltraSPARC NetBSD native configuration.
5904 * configure.host (sparc64-*-netbsd*): New host.
5905 * configure.tgt (sparc-*-netbsdelf*)
5906 (sparc-*-netbsd*): Set gdb_target to nbsd.
5907 (sparc64-*-netbsd*): New target.
5908 * sparc64nbsd-nat.c: New file.
5909 * sparcnbsd-nat.c: New file.
5910 * sparcnbsd-tdep.c: New file.
5911 * sparcnbsd-tdep.h: New file.
5912 * config/sparc/nbsd.mt: New file.
5913 * config/sparc/nbsd64.mh: New file.
5914 * config/sparc/nbsd64.mt: New file.
5915 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5916 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5917 (HOST_IPC): Remove.
5918 * config/sparc/nbsdaout.mt: Remove.
5919 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5920 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5921 (HOST_IPC): Remove.
5922 * config/sparc/nbsdelf.mt: Remove.
5923 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5924 sparc-nat.c compatiblity defines.
5925 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5926 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5927 * config/sparc/tm-nbsd64.h: New file.
5928 * config/sparc/tm-nbsdaout.h: Remove.
5929 * config/sparc/xm-nbsd.h: Remove.
5930
5931 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5932
5933 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5934 * sparc-tdep.c: Include osabi.h.
5935 (gdbarch_tdep): Add osabi member.
5936 (_initialize_sparc_tdep): Use gdbarch_register.
5937 (sparc_gdbarch_init): Use generic OS ABI framework.
5938 (sparc_dump_tdep): New function.
5939
5940 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5941
5942 * corefile.c (do_captured_read_memory_integer): Return non-zero
5943 result.
5944 (safe_read_memory_integer): Copy result of memory read when
5945 status is non-zero. Also, add comments.
5946
5947 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5948
5949 * Makefile.in (ppc_tdep_h): Define.
5950 (ppc-linux-nat.o)
5951 (ppc-linux-tdep.o)
5952 (rs6000-tdep.o): Use $(ppc_tdep_h).
5953 (ppc-sysv-tdep.o)
5954 (ppcnbsd-nat.o)
5955 (ppcnbsd-tdep.o): New dependency lists.
5956 * ppc-tdep.h: Use generic OS ABI framework.
5957 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5958 (ppc_linux_init_abi): New functions.
5959 (ppc_sysv_abi_broken_use_struct_convention)
5960 (ppc_sysv_abi_use_struct_convention)
5961 (ppc_sysv_abi_push_arguments): Move to...
5962 * ppc-sysv-tdep.c: ...here.
5963 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5964 * rs6000-tdep.c (process_note_abi_tag_sections)
5965 (get_elfosabi): Remove.
5966 (rs6000_gdbarch_init): Use generic OS ABI framework.
5967 (rs6000_dump_tdep): New function.
5968 (_initialize_rs6000_tdep): Use gdbarch_register.
5969 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5970 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5971 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5972 of ppc-linux-tdep.o.
5973 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5974 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5975 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5976 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5977 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5978 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5979
5980 2002-05-29 Jim Blandy <jimb@redhat.com>
5981
5982 * macroscope.c (default_macro_scope): Put `void' in empty argument
5983 list.
5984
5985 2002-05-29 Andrew Cagney <ac131313@redhat.com>
5986
5987 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5988 * arch-utils.c: Include "sim-regno.h".
5989 * gdbarch.sh: Don't include "sim-regno.h".
5990 * gdbarch.h, gdbarch.c: Regenerate.
5991 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5992 here.
5993 * arch-utils.h (legacy_register_sim_regno): To here.
5994 * remote-sim.c (legacy_register_sim_regno): Move function from
5995 here.
5996 * arch-utils.c (legacy_register_sim_regno): To here.
5997
5998 2002-05-28 Andrew Cagney <ac131313@redhat.com>
5999
6000 * sim-regno.h: New file.
6001 * Makefile.in (sim_regno_h): Define.
6002 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6003 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6004 (legacy_register_sim_regno): New function.
6005 (one2one_register_sim_regno): New function.
6006 (gdbsim_fetch_register): Rewrite.
6007 (gdbsim_store_register): Only store a register when
6008 REGISTER_SIM_REGNO is valid.
6009 * d10v-tdep.c: Include "sim-regno.h".
6010 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6011 (d10v_ts3_register_sim_regno): Ditto.
6012 * gdbarch.sh: Include "sim-regno.h".
6013 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6014 * gdbarch.h, gdbarch.c: Regenerate.
6015 * arch-utils.h (default_register_sim_regno): Delete declaration.
6016 * arch-utils.c (default_register_sim_regno): Delete function.
6017
6018 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6019
6020 * ppcnbsd-nat.c: Rewrite.
6021 * ppcnbsd-tdep.c: New file.
6022 * ppcnbsd-tdep.h: New file.
6023 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6024 solib.o, and solib-svr4.o.
6025 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6026 nbsd-tdep.o, and corelow.o.
6027
6028 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6029
6030 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6031 `tr' and `sed'. Mention that `broken' targets are not expected to
6032 build.
6033
6034 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6035
6036 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6037 Let PC point right after the prologue before looking up symbols.
6038
6039 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6040
6041 * i386-tdep.c (i386_register_virtual_type): Return
6042 builtin_type_vec128i for SSE registers.
6043
6044 * gdbtypes.h (builtin_type_vec128i): Declare.
6045
6046 * gdbtypes.c (build_builtin_type_vec128i): New function.
6047 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6048 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6049 (build_gdbtypes): Initialize new builtin vector types.
6050 (_initialize_gdbtypes): Register new vector types with gdbarch.
6051
6052 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6053
6054 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6055 since it has been multi-arch'd.
6056 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6057 Move Alpha and VAX multi-arch news entries to same section
6058 as other multi-arch news.
6059
6060 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6061
6062 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6063 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6064 static. Rename some register numbers to put them in ns32k-tdep
6065 private namespace.
6066 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6067 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6068 functions.
6069 (_initialize_ns32k_tdep): Use gdbarch_register.
6070 * ns32k-tdep.h: New file.
6071 * ns32knbsd-tdep.c: New file.
6072 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6073 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6074 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6075 REGISTER_BYTES, REGISTER_BYTE): Remove.
6076 * config/ns32k/tm-ns32k.h: New file.
6077 * config/ns32k/tm-umax.h: Remove.
6078
6079 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6080
6081 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6082 ns32k_store_struct_return, ns32k_extract_return_value,
6083 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6084 functions.
6085 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6086 ns32k_saved_pc_after_call.
6087 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6088 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6089 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6090 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6091 ns32k_extract_struct_value_address.
6092
6093 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6094
6095 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6096 ns32k_fix_call_dummy): New.
6097 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6098 ns32k_call_dummy_words.
6099 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6100 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6101 CALL_DUMMY_NARGS): Remove.
6102 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6103
6104 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6105
6106 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6107 ns32k_frame_saved_pc, ns32k_frame_args_address,
6108 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6109 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6110 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6111 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6112 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6113 (BREAKPOINT): Remove..
6114 (FRAME_CHAIN): Define as ns32k_frame_chain.
6115 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6116 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6117 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6118 (FRAME_FIND_SAVED_REGS): Remove.
6119 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6120 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6121 (POP_FRAME): Define as ns32k_pop_frame.
6122
6123 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6124
6125 * ns32k-tdep.c (ns32k_register_byte_32082,
6126 ns32k_register_byte_32382, ns32k_register_raw_size,
6127 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6128 functions.
6129 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6130 ns32k_register_byte_32382.
6131 * config/ns32k/tm-umax.h: Update copyright years.
6132 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6133 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6134 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6135 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6136 (ns32k_get_enter_addr): Fix prototype.
6137
6138 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6139
6140 * ns32k-tdep.c: Update copyright years.
6141 (ns32k_register_name_32082): New function.
6142 (ns32k_register_name_32382): Ditto.
6143 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6144 (REGISTER_NAME): Define as ns32k_register_name_32382.
6145 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6146 (REGISTER_NAME): Define as ns32k_register_name_32082.
6147
6148 2002-05-24 Jim Blandy <jimb@redhat.com>
6149
6150 * dwarf2read.c (free_line_header): Use xfree, not free.
6151
6152 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6153
6154 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6155 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6156
6157 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6158
6159 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6160
6161 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6162
6163 From Ross Alexander at NEC Europe:
6164 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6165
6166 2002-05-23 Michael Snyder <msnyder@redhat.com>
6167
6168 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6169 for input, rather than parse_and_eval_address.
6170
6171 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6172
6173 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6174 * Makefile.in (sim_d10v_h): Update definition.
6175
6176 2002-05-24 Andrew Cagney <cagney@redhat.com>
6177
6178 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6179 change `2002-05-22 Michael Snyder' below.
6180 (d10v_push_arguments): Ditto.
6181 (d10v_extract_return_value): Ditto.
6182
6183 2002-05-23 Jim Blandy <jimb@redhat.com>
6184
6185 * macrotab.c (check_for_redefinition): Don't complain if the new
6186 definition is the same as the previous one. Take more arguments
6187 to allow the comparison.
6188 (macro_define_object, macro_define_function): Pass more arguments
6189 to check_for_redefinition.
6190
6191 2002-05-22 Michael Snyder <msnyder@redhat.com>
6192
6193 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6194 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6195 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6196 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6197 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6198 Add a temp variable to save a call (and a memory read).
6199 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6200 if possible (so that PC_IN_CALL_DUMMY will work).
6201
6202 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6203
6204 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6205
6206 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6207
6208 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6209 fde->cie_ptr.
6210 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6211 (dwarf2_build_frame_info): Add offset to fde->initial_location
6212 so that frames of shared libraries are mapped correctly.
6213 (execute_stack_op): Change type of 'result' from ULONGEST to
6214 CORE_ADDR.
6215
6216 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6217
6218 * config/alpha/tm-nbsd.h: Include solib.h.
6219
6220 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6221
6222 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6223 assumptions about the host's byte order.
6224
6225 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6226
6227 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6228 to dependency list.
6229 * alphanbsd-tdep.c: Include solib-svr4.h.
6230 * shnbsd-tdep.c: Ditto.
6231
6232 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6233
6234 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6235 nbsd-tdep.h to dependency list.
6236 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6237 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6238 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6239 nbsdaout.mh and nbsdelf.mh consistently.
6240 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6241 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6242 nbsdaout.mt and nbsdelf.mh consistently.
6243 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6244 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6245 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6246 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6247 a.out shared library stuff from here...
6248 * config/nm-nbsdaout.h: ...to here.
6249 * config/tm-nbsd.h: Remove.
6250 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6251 * config/arm/nbsd.mh: Remove.
6252 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6253 nbsd-tdep.o.
6254 * config/arm/nbsdaout.mh: New file.
6255 * config/arm/nbsdelf.mh: New file.
6256 * config/arm/nm-nbsdaout.h: New file.
6257 * config/i386/nbsd.mh: Remove.
6258 * config/i386/nbsd.mt: Remove.
6259 * config/i386/nbsdaout.mh: New file.
6260 * config/i386/nbsdaout.mt: New file.
6261 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6262 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6263 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6264 i386_register_u_addr): Remove.
6265 * config/i386/nm-nbsdaout.h: New file.
6266 * config/i386/nm-nbsdelf.h: Remove.
6267 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6268 (USE_STRUCT_CONVENTION): Remove.
6269 * config/i386/tm-nbsdaout.h: New file.
6270 * config/i386/tm-nbsdelf.h: Remove.
6271 * config/m68k/nbsd.mh: Remove.
6272 * config/m68k/nbsd.mt: Remove.
6273 * config/m68k/nbsdaout.mh: New file.
6274 * config/m68k/nbsdaout.mt: New file.
6275 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6276 * config/m68k/nm-nbsdaout.h: New file.
6277 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6278 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6279 * config/ns32k/nbsd.mh: Remove.
6280 * config/ns32k/nbsd.mt: Remove.
6281 * config/ns32k/nbsdaout.mh: New file.
6282 * config/ns32k/nbsdaout.mt: New file.
6283 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6284 * config/ns32k/nm-nbsdaout.h: New file.
6285 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6286 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6287 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6288 (SVR4_SHARED_LIBS): Remove.
6289 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6290 * config/sparc/nbsd.mh: Remove.
6291 * config/sparc/nbsd.mt: Remove.
6292 * config/sparc/nbsdaout.mh: New file.
6293 * config/sparc/nbsdaout.mt: New file.
6294 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6295 * config/sparc/nbsdelf.mt: New file.
6296 * config/sparc/nm-nbsdaout.h: New file.
6297 * config/sparc/nm-nbsdelf.h: Remove.
6298 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6299 * config/sparc/tm-nbsdaout.h: New file.
6300
6301 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6302
6303 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6304 mipsnbsd-tdep.c
6305 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6306
6307 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6308
6309 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6310 shnbsd-nat.c.
6311 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6312
6313 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6314
6315 * NEWS: Note new MIPS NetBSD native configuration.
6316 * configure.host (mips*-*-netbsd*): New host.
6317 * configure.tgt (mips*-*-netbsd*): New target.
6318 * mipsnbsd-nat.c: New file.
6319 * mipsnbsd-tdep.c: New file.
6320 * mipsnbsd-tdep.h: New file.
6321 * config/mips/nbsd.mh: New file.
6322 * config/mips/nbsd.mt: New file.
6323 * config/mips/nm-nbsd.h: New file.
6324 * config/mips/tm-nbsd.h: New file.
6325
6326 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6327
6328 * Makefile.in (SFILES): Add osabi.c.
6329 (COMMON_OBS): Add osabi.o.
6330 (osabi.o): New dependency list.
6331 * osabi.c: New file.
6332 * osabi.h: New file.
6333 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6334
6335 * Makefile.in (alpha_tdep_h): Define and use instead of
6336 alpha-tdep.h.
6337 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6338 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6339 Remove.
6340 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6341 * alpha-tdep.h: Include osabi.h.
6342 (alpha_abi): Remove.
6343 (gdbarch_tdep): Use generic OS ABI framework.
6344 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6345 gdbarch_register_osabi.
6346 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6347 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6348 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6349
6350 * Makefile.in (sh_tdep_h): Add osabi.h.
6351 * sh-tdep.h (sh_osabi): Remove.
6352 (gdbarch_tdep): Use generic OS ABI framework.
6353 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6354 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6355 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6356 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6357
6358 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6359 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6360 gdbarch_register_osabi.
6361 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6362 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6363 (get_elfosabi): Rename to...
6364 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6365 ABI framework support routines.
6366 (arm_gdbarch_init): Use generic OS ABI framework.
6367 (arm_dump_tdep): Likewise.
6368 (_initialize_arm_tdep): Likewise.
6369 * arm-tdep.h: Include osabi.h.
6370 (arm_abi): Remove.
6371 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6372 osabi member.
6373 (arm_gdbarch_register_os_abi): Remove prototype.
6374 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6375 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6376
6377 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6378 * mips-tdep.c: Include osabi.h.
6379 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6380 OS ABI framework.
6381
6382 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6383
6384 * h8300-tdep.c: Fix formatting.
6385
6386 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6387
6388 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6389 printing vector registers.
6390
6391 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6392
6393 From Fernando Nasser:
6394 * remote.c (remote_async_open_1): Re-throw the exception when the
6395 connection fails.
6396 (remote_cisco_open): Ditto.
6397 (remote_open_1): Ditto.
6398
6399 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6400
6401 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6402 (remote_start_remote): Add uiout parameter. Pass through to
6403 remote_start_remote_dummy.
6404 (remote_open_1): Use catch_exception instead of catch_errors.
6405 (remote_async_open_1): Ditto.
6406 (remote_cisco_open): Ditto.
6407
6408 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6409
6410 * remote.c (remote_start_remote): Replace PTR with void pointer.
6411 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6412 static.
6413
6414 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6415
6416 * gdb_indent.sh: Allow the script to be run in the sim directory.
6417
6418 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6419
6420 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6421 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6422
6423 * corelow.c (core_open): Only call set_gdbarch_from_file if
6424 exec_bfd is NULL.
6425
6426 2002-05-17 Andrey Volkov <avolkov@transas.com>
6427
6428 * h8300-tdep.c: Add support of EXR register
6429 * config/h8300/tm-h8300.h: Ditto.
6430
6431 2002-05-17 Andrey Volkov <avolkov@transas.com>
6432
6433 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6434
6435 2002-05-17 Andrey Volkov <avolkov@transas.com>
6436
6437 * h8300-tdep.c: Change literal regnums to REGNO.
6438
6439 2002-05-17 Jim Blandy <jimb@redhat.com>
6440
6441 * NEWS: Note addition of macro support.
6442
6443 Expand preprocessor macros in C expressions.
6444 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6445 (scan_macro_expansion, scanning_macro_expansion,
6446 finished_macro_expansion): New function declarations.
6447 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6448 variable declarations.
6449 * parser-defs.h (expression_context_pc): New declaration.
6450 * parse.c (expression_context_pc): New variable.
6451 (parse_exp_1): Set expression_context_pc, as well as
6452 expression_context_block.
6453 * c-exp.y (yylex): If we're not already reading the result of a
6454 macro expansion, try to macro-expand the next token. When we're
6455 done scanning a macro expansion, switch back to the mainline text.
6456 Commas and `if's in a macro's expansion don't terminate the input.
6457 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6458 (macro_original_text, macro_expanded_text,
6459 expression_macro_lookup_func, expression_macro_lookup_baton): New
6460 variables.
6461 (scan_macro_expansion, scanning_macro_expansion,
6462 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6463 c_preprocess_and_parse): New functions.
6464 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6465 c_preprocess_and_parse, instead of c_parse.
6466 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6467 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6468
6469 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6470
6471 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6472 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6473 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6474
6475 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6476
6477 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6478
6479 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6480
6481 * Makefile.in (sh_tdep_h): Define and use.
6482 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6483 register enum): Move to...
6484 * * sh-tdep.h: ...here.
6485 * sh-tdep.c: Include sh-tdep.h.
6486 * sh3-rom.c: Likewise.
6487 * shnbsd-tdep.c: Likewise.
6488
6489 2002-05-16 Michael Snyder <msnyder@redhat.com>
6490
6491 * arm-tdep.c: Spelling fix in comment.
6492
6493 2002-05-16 Jim Blandy <jimb@redhat.com>
6494
6495 Add commands for manually expanding macros and showing their
6496 definitions.
6497 * macrocmd.c, macroscope.c, macroscope.h: New files.
6498 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6499 (macroscope_h): New variable.
6500 (HFILES_NO_SRCDIR): Add macroscope.h.
6501 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6502 (macroscope.o, macrocmd.o): New rules.
6503
6504 Teach the Dwarf 2 reader to read macro information.
6505 * dwarf2read.c: #include "macrotab.h".
6506 (dwarf_macinfo_buffer): New variable.
6507 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6508 dwarf_macinfo_size.
6509 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6510 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6511 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6512 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6513 dwarf2_macro_spaces_in_definition): New complaints.
6514 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6515 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6516 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6517 the partial symbol table.
6518 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6519 from what's recorded in the partial symbol table.
6520 (read_file_scope): If the compilation unit has a
6521 `DW_AT_macro_info' attribute, read its macro information.
6522 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6523
6524 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6525
6526 Fix PR gdb/546
6527 * ser-tcp.c: Don't include <netinet/udp.h>.
6528
6529 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6530
6531 * MAINTAINERS: Update my email address.
6532
6533 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6534
6535 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6536 include file of the same name.
6537
6538 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6539
6540 * configure.tgt: Mark v850 as multi-arched.
6541 * config/v850/tm-v850.h: Remove file.
6542 * config/v850/v850.mt: Eliminate TM_FILE.
6543
6544 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6545
6546 * v850-tdep.c: Full multi-arch.
6547 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6548 Define GDB_MULTI_ARCH to 2.
6549
6550 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6551
6552 * p-exp.y (current_type): New static variable.
6553 Carries the type of the expression at the position that is parsed.
6554 (push_current_type, pop_current_type): Two new functions. Used
6555 to store/restore current_type in expression on specific tokens.
6556 (search_field): New static variable. Set to one after parsing a point
6557 as at that point only a FIELDNAME token should be searched.
6558 (FIELDNAME): New token. After a point only a token belonging to
6559 current_type type definition is allowed.
6560 (all over token rules): reset and change current_type according
6561 to rules.
6562 (exp '[' rule): insert implicit array index field if
6563 exp is a pascal string type.
6564
6565 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6566
6567 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6568 frame info. Use frame_info's saved_regs instead of matching member
6569 in extra_frame_info throughout.
6570 (v850_frame_init_saved_regs): New function.
6571 (v850_init_extra_frame_info): Move most functionality into
6572 v850_frame_init_saved_regs().
6573 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6574 (v850_frame_find_saved_regs): Remove declaration.
6575 (FRAME_FIND_SAVED_REGS): Remove definition.
6576 (v850_frame_init_saved_regs): Add declaration.
6577 (FRAME_INIT_SAVED_REGS): Add definition.
6578
6579 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6580
6581 * v850-tdep.c: Begin multi-arch'ing v850.
6582 (v850_target_architecture_hook): Remove function.
6583 (v850_gdbarch_init): New function. Add code previously in
6584 v850_target_architecture_hook().
6585 (_initialize_v850_tdep): Don't set target_architecture_hook.
6586 Call register_gdbarch_init() instead.
6587
6588 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6589
6590 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6591 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6592 (fixup_class_method_type): Likewise.
6593
6594 2002-05-15 Jim Blandy <jimb@redhat.com>
6595
6596 Add macro structures to GDB's symbol tables. Nobody puts anything
6597 in them yet.
6598 * symtab.h (struct symtab): New member: `macro_table'.
6599 * buildsym.h (pending_macros): New global variable.
6600 * buildsym.c: #include "macrotab.h".
6601 (buildsym_init): Initialize `pending_macros'.
6602 (end_symtab): If we found macro information while reading a CU's
6603 debugging info, do build a symtab structure for it. Make the
6604 symtab point to the macro information, and clear the
6605 `pending_macros' pointer which held it while we were reading the
6606 debug info.
6607 (really_free_pendings): Free any pending macro table.
6608 * objfiles.h (struct objfile): New member: `macro_cache'.
6609 * objfiles.c (allocate_objfile): Set allocate and free functions
6610 for the macro cache's objstack.
6611 (free_objfile): Empty the macro cache's obstack.
6612 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6613 set new allocate and free functions for it.
6614 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6615 free functions for the macro cache's objstack. (Why is this
6616 function building its own objfile?)
6617 * symmisc.c (print_objfile_statistics): Print statistics on the
6618 macro bcache.
6619 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6620
6621 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6622
6623 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6624 (REGISTER_U_ADDR): Delete definition.
6625 (arm_register_u_addr): Delete declaration.
6626
6627 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6628
6629 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6630 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6631
6632 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6633
6634 * regcache.c (register_valid): Revise comments refering to "Not
6635 available" and "unavailable".
6636 * frame.c (frame_register_read): Ditto.
6637 * findvar.c (value_of_register): Ditto.
6638
6639 2002-05-15 Andrew Cagney <cagney@redhat.com>
6640
6641 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6642 (remote-sim.o): Update dependencies.
6643 (d10v-tdep.o): Specify dependencies.
6644 (sim_d10v_h): Define.
6645
6646 2002-05-14 Jim Blandy <jimb@redhat.com>
6647
6648 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6649 * macrotab.c (macro_lookup_inclusion, find_definition,
6650 new_macro_table): Same.
6651
6652 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6653 not `! strcmp ()'. This is a dubious improvement.
6654 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6655
6656 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6657 although it's not necessary, to avoid a warning.
6658
6659 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6660
6661 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6662 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6663 TYPE_INSTANCE_FLAGS.
6664 (struct main_type): New.
6665 (struct type): Move most members to struct main_type. Change
6666 cv_type and as_type to new type_chain member. Add instance_flags.
6667 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6668 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6669 (finish_cv_type): Remove prototype.
6670 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6671 Set TYPE_CHAIN.
6672 (alloc_type_instance): New function.
6673 (smash_type): New function.
6674 (make_pointer_type, make_reference_type, make_function_type)
6675 (smash_to_member_type, smash_to_method_type): Call smash_type.
6676 (make_qualified_type): New function.
6677 (make_type_with_address_space): Call make_qualified_type.
6678 (make_cv_type): Likewise.
6679 (finish_cv_type): Remove unnecessary function.
6680 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6681 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6682 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6683 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6684 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6685 * hpread.c (hpread_read_struct_type): Likewise.
6686 * stabsread.c (read_struct_type): Likewise.
6687
6688 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6689
6690 * configure.tgt: Add a catch all sh* target, for cases like
6691 sh[2,3,4]-elf and sh-hms.
6692
6693 2002-05-14 Keith Seitz <keiths@redhat.com>
6694
6695 * event-loop.c (create_file_handler): Don't do anything but
6696 update data when we are given a fd which we are already
6697 monitoring.
6698
6699 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6700
6701 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6702 (update_context): Use __func__ in warnings.
6703
6704 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6705
6706 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6707 and tcp_close to net_open and net_close.
6708 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6709 using UDP if requested. Don't try to disable Nagle on UDP
6710 sockets.
6711 * remote.c (remote_serial_open): New function. Warn about UDP.
6712 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6713
6714 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6715
6716 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6717
6718 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6719
6720 * configure.tgt: Remove sh-hms target.
6721 * MAINTAINERS: Don't list sh-hms as a separate target.
6722
6723 2002-05-13 Jim Blandy <jimb@redhat.com>
6724
6725 Add first preprocessor macro-expansion files.
6726 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6727 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6728 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6729 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6730 (COMMON_OBS): Add macrotab.o, macroexp.o.
6731 (macroexp.o, macrotab.o): New rules.
6732
6733 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6734
6735 * config/m88k/tm-m88k.h: Update copyright.
6736 (m88k_target_write_pc): Declare
6737 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6738 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6739 (SHIFT_INST_REGS): Update definition.
6740 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6741 using old definition of TARGET_WRITE_PC.
6742 * regcache.c (generic_target_write_pc): Delete code handling
6743 NNPC_REGNUM.
6744 * gdbarch.sh (NNPC_REGNUM): Delete.
6745 * gdbarch.h, gdbarch.c: Regenerate.
6746
6747 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6748
6749 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6750 builtin reg number.
6751
6752 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6755 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6756 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6757 access macros.
6758 * c-typeprint.c (cp_type_print_method_args): Likewise.
6759 (c_type_print_args): Likewise.
6760 * d10v-tdep.c (d10v_push_arguments): Likewise.
6761 (d10v_extract_return_value): Likewise.
6762 * expprint.c (print_subexp): Likewise.
6763 * gdbtypes.c (lookup_primitive_typename): Likewise.
6764 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6765 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6766 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6767 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6768 (TYPE_VECTOR): Likewise.
6769 * hpread.c (hpread_read_struct_type)
6770 (fix_static_member_physnames, fixup_class_method_type)
6771 (hpread_type_lookup): Likewise.
6772 * mdebugread.c (parse_symbol, parse_type): Likewise.
6773 * p-lang.c (is_pascal_string_type): Likewise.
6774 * valops.c (hand_function_call): Likewise.
6775 * x86-64-tdep.c (classify_argument): Likewise.
6776
6777 * hpread.c (hpread_read_function_type)
6778 (hpread_read_doc_function_type): Call replace_type.
6779 * dstread.c (create_new_type): Delete.
6780 (decode_dst_structure, process_dst_function): Call alloc_type.
6781 Use type access macros.
6782
6783 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6784
6785 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6786 the're not supported by the current architecture.
6787 (i387_fill_fxsave): Likewise.
6788
6789 2002-05-12 Fred Fish <fnf@redhat.com>
6790
6791 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6792 sect_index_xxx members to index the first slot in section_offsets
6793 if all of the section_offsets are zero.
6794
6795 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6796
6797 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6798 checked in with last change.
6799
6800 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6801
6802 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6803 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6804 config.sub.
6805
6806 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6807
6808 * Makefile.in: Update dependencies.
6809
6810 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6811
6812 * language.c (local_hex_string_custom): Simplify. Do not depend
6813 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6814
6815 * memattr.c (mem_info_command): Replace calls to
6816 longest_local_hex_string and longest_local_hex_string_custom.
6817 * buildsym.c (make_blockvector): Ditto.
6818 * solib.c (info_sharedlibrary_command): Ditto.
6819 * tracepoint.c (tracepoints_info): Ditto.
6820 * symtab.c (print_msymbol_info): Ditto.
6821
6822 * language.c (local_hex_string): Delete.
6823 (local_hex_string_custom): Delete.
6824 (longest_local_hex_string): Rename to local_hex_string.
6825 (longest_local_hex_string_custom): Rename to
6826 local_hex_string_custom.
6827 * language.h (local_hex_string): Change parameter type to LONGEST.
6828 (local_hex_string_custom): Ditto.
6829 (longest_local_hex_string): Delete declaration.
6830 (longest_local_hex_string_custom): Ditto.
6831
6832 * solib.c: Update copyright.
6833 * memattr.c: Update copyright.
6834
6835 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6836
6837 * arch-utils.h (legacy_register_to_value): Declare.
6838 (legacy_value_to_register): Declare.
6839 (legacy_convert_register_p): Declare.
6840 * arch-utils.c (legacy_register_to_value): New function.
6841 (legacy_value_to_register): New function.
6842 (legacy_convert_register_p): New function.
6843
6844 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6845 (VALUE_TO_REGISTER): Define.
6846 (CONVERT_REGISTER_P): Define.
6847 * gdbarch.h, gdbarch.c: Regenerate.
6848
6849 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6850 VALUE_TO_REGISTER.
6851 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6852 CONVERT_REGISTER_P.
6853
6854 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6855 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6856
6857 * Makefile.in: Update dependencies for valops.c.
6858 * valops.c: Include "gdb_assert.h".
6859 (typecmp): Skip THIS parameter to methods.
6860 (find_method_list): Remove static_memfuncp argument,
6861 update callers. Check for stub methods.
6862 (find_value_oload_method_list): Don't set *static_memfuncp.
6863 (find_overload_match): Don't check for stub methods. Assert
6864 that methods are not stubbed. Handle static methods.
6865 (value_find_oload_method_list): Remove static_memfuncp argument.
6866 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6867 to the argument list for static stub methods.
6868 * value.h (value_find_oload_method_list): Update prototype.
6869
6870 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6871
6872 * arch-utils.h (generic_register_size): Declare.
6873 (generic_register_raw_size, generic_register_virtual_size): Delete
6874 declarations.
6875 * arch-utils.c (generic_register_raw_size): Delete.
6876 (generic_register_size): New function.
6877 (generic_register_virtual_size): Delete.
6878
6879 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6880 default generic_register_size.
6881 * gdbarch.h, gdbarch.c: Re-generate.
6882
6883 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6884 register_virtual_size.
6885 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6886 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6887
6888 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6889
6890 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6891 * gdbarch.h, gdbarch.c: Regenerate.
6892 * gnu-v3-abi.c: Update copyright.
6893 (vtable_address_point_offset): Update.
6894 (gnuv3_rtti_type): Update.
6895 (gnuv3_baseclass_offset): Update.
6896 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6897 (init_fetch_link_map_offsets): Update.
6898 * remote.c (get_remote_state): Update.
6899
6900 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6901
6902 * TODO: Remove value_headof/value_from_vtable_info comment.
6903 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6904 * values.c (value_headof, value_from_vtable_info): Delete.
6905 * value.h (value_from_vtable_info): Delete prototype.
6906
6907 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6908
6909 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6910 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6911 $(gdb_regex_h).
6912 (gdb_assert_h): Define.
6913 (gdb_wait_h): Define.
6914 (gdb_regex_h): Define.
6915
6916 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6917
6918 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6919 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6920
6921 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6922
6923 * nbsd-tdep.c: Fix comment.
6924
6925 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6926
6927 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6928 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6929 (nbsd-tdep.o): New dependency list.
6930 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6931 nbsd-tdep.h.
6932 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6933 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6934 * nbsd-tdep.c: New file.
6935 * nbsd-tdep.h: New file.
6936 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6937 nbsd-tdep.h.
6938 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6939 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6940 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6941 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6942
6943 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6944
6945 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6946 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6947 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6948 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6949 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6950 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6951
6952 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6953
6954 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6955 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6956 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6957 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6958 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6959 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6960 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6961
6962 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6963
6964 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6965 fetch_elfcore_registers to...
6966 * i386nbsd-tdep.c: ...here.
6967 (i386nbsd_use_struct_convention): Rename to...
6968 (i386nbsd_aout_use_struct_convention): ...this.
6969 (i386nbsd_supply_reg): New function.
6970 (i386nbsd_fill_reg): New function.
6971 (fetch_core_registers): Use i386nbsd_supply_reg.
6972 (fetch_elfcore_registers): Likewise.
6973 (_initialize_i386nbsd_tdep): New function.
6974 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6975 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6976 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6977 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6978 (i386nbsd_aout_use_struct_convention): ...this.
6979
6980 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6981
6982 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6983 (store_inferior_registers): Use shnbsd_fill_reg.
6984 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6985 sh_nbsd_supply_register): Collapse into...
6986 (shnbsd_supply_reg): ...this.
6987 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6988 (shnbsd_fill_reg): ...this.
6989 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6990 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6991 (fetch_core_registers): Use shnbsd_supply_reg.
6992 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6993 (sh_nbsd_core_fns): Rename to...
6994 (shnbsd_core_fns): ...this.
6995 (sh_nbsd_elfcore_fns): Rename to...
6996 (shnbsd_elfcore_fns): ...this.
6997 (sh_nbsd_init_abi): Rename to...
6998 (shnbsd_init_abi): ...this.
6999 (_initialize_sh_nbsd_tdep): Rename to...
7000 (_initialize_shnbsd_tdep): ...this.
7001 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7002 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7003 sh_nbsd_fill_register): Remove prototypes.
7004 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7005
7006 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7007
7008 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7009 (i387-nat.o): Delete dependency list.
7010 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7011 (x86-64-linux-nat.o): Likewise.
7012 * i387-nat.c: Delete file, moving contents to...
7013 * i387-tdep.c: ...here.
7014 * i387-nat.h: Rename...
7015 * i387-tdep.h: ...to this.
7016 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7017 * i386-linux-nat.c: Likewise.
7018 * i386bsd-nat.c: Likewise.
7019 * i386gnu-nat.c: Likewise.
7020 * i386nbsd-nat.c: Likewise.
7021 * i386v4-nat.c: Likewise.
7022 * x86-64-linux-nat.c: Likewise.
7023 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7024 * config/i386/go32.mh (NATDEPFILES): Likewise.
7025 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7026 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7027 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7028 * config/i386/linux.mh (NATDEPFILES): Likewise.
7029 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7030 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7031 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7032 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7033
7034 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7035
7036 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7037 (alphanbsd-nat.o): Remove dependency list.
7038 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7039 * alphanbsd-nat.c: Delete. Contents moved to...
7040 * alphanbsd-tdep.c: ...here.
7041 (_initialize_alphanbsd_tdep): Register core functions.
7042 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7043
7044 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7045
7046 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7047 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7048 (alphanbsd-nat.o): Likewise.
7049 (alphabsd-tdep.o): New dependency list.
7050 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7051 (fill_gregset): Use alphabsd_fill_reg.
7052 (supply_fpregset): Use alphabsd_supply_fpreg.
7053 (fill_fpregset): Use alphabsd_fill_fpreg.
7054 (fetch_inferior_registers): Use struct reg and struct fpreg
7055 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7056 and alphabsd_supply_fpreg.
7057 (store_inferior_registers): Use struct reg and struct fpreg
7058 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7059 and alphabsd_fill_fpreg.
7060 * alphabsd-tdep.c: New file.
7061 * alphabsd-tdep.h: New file.
7062 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7063 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7064 alphabsd_supply_fpreg.
7065 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7066 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7067
7068 2002-05-11 Eric Christopher <echristo@redhat.com>
7069
7070 * mips-tdep.c (mips_double_register_type): Fix thinko.
7071 (mips_single_register_type): Ditto.
7072 * MAINTAINERS: Add self.
7073
7074 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7075
7076 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7077 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7078 right thing on architectures with different endianness and/or
7079 integer sizes.
7080
7081 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7082
7083 From Christian Limpach <chris@Pin.LU>
7084 * configure.in: Change sed expression which comments out
7085 NATDEPFILES to also comment out continuation lines.
7086 * configure: Regenerate.
7087
7088 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7089
7090 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7091 big patch.
7092
7093 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7094
7095 * sh-tdep.c: Include correct file.
7096
7097 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7098
7099 New support for sh64-elf (sh5) target.
7100
7101 * configure.tgt: For sh64-elf target, default to sh-elf.
7102
7103 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7104 (struct gdbarch_tdep): Add new fields for new registers and ABI
7105 info.
7106
7107 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7108 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7109 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7110 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7111 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7112 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7113 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7114 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7115 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7116 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7117 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7118 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7119 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7120 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7121 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7122 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7123 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7124 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7125 sign_extend, sh64_nofp_frame_init_saved_regs,
7126 sh64_init_extra_frame_info, sh64_get_saved_register,
7127 sh64_extract_struct_value_address, sh64_pop_frame,
7128 sh64_push_arguments, sh64_extract_return_value,
7129 sh64_store_return_value, sh64_show_media_regs,
7130 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7131 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7132 sh_sh64_register_virtual_type,
7133 sh_sh64_register_convert_to_virtual,
7134 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7135 sh64_register_read, sh64_pseudo_register_write,
7136 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7137 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7138 sh64_do_pseudo_register, sh_compact_do_registers_info,
7139 sh64_do_registers_info, sh_gdbarch_init): New functions.
7140
7141 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7142
7143 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7144
7145 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7146
7147 * linespec.c (decode_line_1): Check for a double quote after
7148 a filename correctly.
7149
7150 2002-05-10 Jim Blandy <jimb@redhat.com>
7151
7152 Properly track the size of the current objfile's .debug_line section.
7153 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7154 (DWARF_LINE_SIZE): New macro.
7155 (dwarf2_build_psymtabs_hard): Record the line section's size in
7156 the partial symbol table.
7157 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7158 symbol table.
7159
7160 2002-05-10 Petr Sorfa <petrs@caldera.com>
7161
7162 * ia64-tdep.c: Handle breakpoints on L instruction type
7163 in MLX instruction bundle by moving the breakpoint to
7164 the third slot (X instruction type) as L holds only data.
7165
7166 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7167
7168 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7169 (process_one_symbol): Complain about discarding local symbols
7170 due to a misplaced N_LBRAC entry.
7171
7172 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7173
7174 From Daniel Berlin <dan@cgsoftware.com>
7175 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7176 decrease the depth we are at, in the case of templates.
7177
7178 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7179
7180 * mips-tdep.c (mips_float_register_type): New function.
7181 (mips_double_register_type): New function.
7182 (mips_print_register): Use them.
7183 (do_fp_register_row): Likewise.
7184
7185 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7186
7187 * signals/signals.c (signals): Remove conditional compilation around
7188 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7189 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7190
7191 2002-05-09 Michael Snyder <msnyder@redhat.com>
7192
7193 * remote-rdp.c (remote_rdp_can_run): Remove.
7194
7195 2002-05-09 Tom Tromey <tromey@redhat.com>
7196
7197 * jv-valprint.c (java_val_print): Handle `char' as a special case
7198 of TYPE_CODE_INT.
7199
7200 2002-05-09 Michael Snyder <msnyder@redhat.com>
7201
7202 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7203 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7204 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7205 str r(0123),[sp,#nn].
7206 (arm_skip_prologue): Ditto. Also make disassembly
7207 order-independent by placing it in a loop.
7208
7209 2002-05-06 Michael Snyder <msnyder@redhat.com>
7210
7211 * stabsread.c (read_type): Add recognition for new attribute:
7212 "@V;" means that an array type is actually a vector.
7213 This is analogous to the vector flag that's been added to dwarf2.
7214
7215 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7216
7217 * i386-tdep.h (i386_abi): New enum.
7218 (struct gdbarch_tdep): Replace os_ident member with abi.
7219 (i386_gdbarch_register_os_abi): New prototype.
7220 * i386-tdep.c (i386_abi_names): New array.
7221 (process_note_abi_tag_sections): Removed.
7222 (process_note_sections): New function.
7223 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7224 (struct i386_abi_handler): New struct.
7225 (i386_abi_handler_list): New variable.
7226 (i386_gdbarch_register_os_abi): New function.
7227 (i386_gdbarch_init): Adapt for the changes given above.
7228
7229 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7230
7231 * gregset.h: Say "GNU/Linux".
7232
7233 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7234
7235 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7236 (build_gdbtypes): Build builtin_type_v2_float.
7237 (_initialize_gdbtypes): Register new builtin type.
7238
7239 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7240
7241 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7242 (clear_gdbarch_swap): New function.
7243 (initialize_non_multiarch): Call.
7244 (gdbarch_update_p): Before calling init(), swap out and clear the
7245 existing architecture.
7246 * gdbarch.c: Regenerate.
7247
7248 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7249
7250 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7251 alphanbsd-tdep.c.
7252
7253 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7254
7255 * sh-nbsd-nat.c: Rename to...
7256 * shnbsd-nat.c: ...this.
7257 * sh-nbsd-tdep.c: Rename to...
7258 * shnbsd-tdep.c: ...this.
7259 * sh-nbsd-tdep.h: Rename to...
7260 * shnbsd-tdep.h: ...this.
7261 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7262 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7263
7264 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7265
7266 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7267 concatenation for command help messages.
7268
7269 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7270
7271 * NEWS: Note new sh*-*-netbsdelf* configuration.
7272 * configure.host: Set gdb_host_cpu to sh for all sh*.
7273 (sh*-*-netbsdelf*): New host.
7274 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7275 (sh*-*-netbsdelf*): New target.
7276 * sh-nbsd-nat.c: New file.
7277 * sh-nbsd-tdep.c: New file.
7278 * sh-nbsd-tdep.h: New file.
7279 * config/sh/nbsd.mh: New file.
7280 * config/sh/nbsd.mt: New file.
7281 * config/sh/nm-nbsd.h: New file.
7282 * config/sh/tm-nbsd.h: New file.
7283
7284 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7285
7286 * sh-tdep.c (sh_osabi_names): Declare.
7287 (process_note_abi_tag_sections): New function.
7288 (get_elfosabi): Ditto.
7289 (sh_gdbarch_register_os_abi): Ditto.
7290 (sh_dump_tdep): Ditto.
7291 _initialize_sh_tdep): Use gdbarch_register to register
7292 sh_gdbarch_init and sh_dump_tdep.
7293 * config/sh/tm-sh.h (sh_osabi): Declare.
7294 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7295
7296 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7297
7298 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7299 (thumb_scan_prologue): Ditto.
7300 (arm_find_callers_reg): Ditto.
7301 (arm_frame_chain): Ditto.
7302 (arm_init_extra_frame_info): Ditto.
7303 (arm_frame_saved_pc): Ditto.
7304 (arm_pop_frame): Ditto.
7305 (arm_push_return_address): New function.
7306 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7307 call_dummy_location, call_dummy_breakpoint_offset_p,
7308 call_dummy_breakpoint_offset, call_dummy_p,
7309 call_dummy_stack_adjust_p, call_dummy_words,
7310 sizeof_call_dummy_words, call_dummy_start_offset,
7311 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7312 call_dummy_address, push_return_address and push_dummy_frame for
7313 generic dummy frames.
7314
7315 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7316
7317 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7318 size computation for alloca.
7319 (sh_fp_frame_init_saved_regs): Likewise.
7320
7321 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7322
7323 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7324 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7325 * arm-tdep.c (arm_store_return_value): Use them.
7326 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7327 * remote-rdp.c (remote_rdp_fetch_register): Use
7328 ARM_MAX_REGISTER_RAW_SIZE.
7329 (remote_rdp_store_register): Likewise.
7330
7331 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7332
7333 * dwarf2cfi.c: Code cleanup, removed unused variables,
7334 added default labels to switch {} statements.
7335 * x86-64-tdep.c: Ditto.
7336 * x86-64-linux-nat.c: Ditto.
7337
7338 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7339
7340 * solib.h: Protect against multiple inclusion.
7341
7342 2002-05-06 Jim Blandy <jimb@redhat.com>
7343
7344 Add first preprocessor macro-expansion files.
7345 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7346 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7347 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7348 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7349 (COMMON_OBS): Add macrotab.o, macroexp.o.
7350 (macroexp.o, macrotab.o): New rules.
7351
7352 Separate the job of reading the line number info statement program
7353 header (...expialidocious) out into its own function.
7354 * dwarf2read.c (struct line_head, struct filenames, struct
7355 directories): Replace with...
7356 (struct line_header): New structure, containing the full
7357 contents of the statement program header, including the
7358 include directory and file name tables.
7359 (read_file_scope): If we have line number info, instead of just
7360 calling dwarf_decode_lines to do all the work, call
7361 dwarf_decode_line_header first to get a `struct line_header'
7362 containing the data in the statement program header, and then
7363 pass that to dwarf_decode_lines, which will pick up where that
7364 left off. Be sure to clean up the `struct line_header' object.
7365 (dwarf_decode_line_header, free_line_header, add_include_dir,
7366 add_file_name): New functions.
7367 (dwarf_decode_lines): Move all the code to read the statement
7368 program header into dwarf_decode_line_header. Take the line
7369 header it built as the first argument, instead of the offset to
7370 the compilation unit's line number info. Use the new `struct
7371 line_header' type instead of the old structures. No need to do
7372 cleanups here now, since we don't allocate anything.
7373 (dwarf2_statement_list_fits_in_line_number_section,
7374 dwarf2_line_header_too_long): New complaints.
7375
7376 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7377
7378 * gdbtypes.c (init_vector_type): New function.
7379 (build_builtin_type_vec128): Simplify the representation of SIMD
7380 registers.
7381 (build_gdbtypes): Initialize new builtin vector types.
7382 (_initialize_gdbtypes): Register new vector types with gdbarch.
7383 (builtin_type_v4_float, builtin_type_v4_int32,
7384 builtin_type_v8_int16, builtin_type_v16_int8,
7385 builtin_type_v2_int32, builtin_type_v4_int16,
7386 builtin_type_v8_int8): New (renamed) SIMD types.
7387
7388 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7389
7390 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7391 (i387_fill_fxsave): Likewise.
7392
7393 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7394
7395 * alpha-tdep.c (alpha_extract_return_value): Don't use
7396 non-constant array size in prototype.
7397
7398 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7399
7400 From Brian Taylor <briant at model dot com>:
7401 * ui-out.c (ui_out_field_core_addr): Use the function
7402 longest_local_hex_string_custom'to format addresses > 32 bits
7403 wide.
7404
7405 * ui-out.c (ui_out_field_core_addr): Update comment.
7406
7407 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7408
7409 * stack.c (select_and_print_frame): Make static. Delete the
7410 parameter `level'.
7411 (func_command): Update call.
7412 (select_frame_command): Delete code computing the frame level.
7413 * frame.h (select_and_print_frame): Delete declaration.
7414
7415 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7416
7417 * sparc-tdep.c (sparc_get_saved_register): Comment why
7418 get_prev_frame call is safe.
7419
7420 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7421
7422 * frame.h (select_frame): Delete level parameter.
7423 * stack.c (select_frame): Update. Use frame_relative_level to
7424 obtain the frame's level.
7425 (select_and_print_frame): Update call.
7426 (select_frame_command): Ditto.
7427 (up_silently_base): Ditto.
7428 (down_silently_base): Ditto.
7429 * ocd.c (ocd_start_remote): Ditto.
7430 * remote-rdp.c (remote_rdp_open): Ditto.
7431 * remote-mips.c (mips_initialize): Ditto.
7432 (common_open): Ditto.
7433 * remote-e7000.c (e7000_start_remote): Ditto.
7434 * m3-nat.c (select_thread): Ditto.
7435 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7436 (child_get_current_exception_event): Ditto.
7437 * varobj.c (varobj_create): Ditto.
7438 (varobj_update): Ditto.
7439 (c_value_of_root): Ditto.
7440 * tracepoint.c (finish_tfind_command): Ditto.
7441 * corelow.c (core_open): Ditto.
7442 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7443 * thread.c (info_threads_command): Ditto.
7444 (switch_to_thread): Ditto.
7445 * infrun.c (normal_stop): Ditto.
7446 (restore_selected_frame): Ditto.
7447 (restore_inferior_status): Ditto.
7448 * breakpoint.c (insert_breakpoints): Ditto.
7449 (watchpoint_check): Ditto.
7450 (bpstat_stop_status): Ditto.
7451 (do_enable_breakpoint): Ditto.
7452 * blockframe.c (flush_cached_frames): Ditto.
7453 (reinit_frame_cache): Ditto.
7454
7455 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7456
7457 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7458 maintainer.
7459
7460 2002-05-04 Jim Blandy <jimb@redhat.com>
7461
7462 * gdbtypes.c (replace_type): Doc fix.
7463
7464 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7465
7466 * valprint.c (strcat_longest): Delete commented out function.
7467 Update copyright.
7468
7469 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7470
7471 * MAINTAINERS: Mark a29k as deleted.
7472 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7473 Move new configurations to the top.
7474 * configure.tgt: Remove a29k.
7475 * config/a29k/tm-vx29k.h: Delete.
7476 * config/a29k/vx29k.mt: Delete.
7477 * config/a29k/tm-a29k.h: Delete.
7478 * config/a29k/a29k-udi.mt: Delete.
7479 * config/a29k/a29k.mt: Delete.
7480 * a29k-tdep.c: Delete.
7481 * remote-udi.c: Delete.
7482 * remote-mm.c: Delete.
7483 * remote-eb.c: Delete.
7484 * remote-adapt.c: Delete.
7485 * Makefile.in: Remove obsolete code.
7486 * config/s390/s390x.mt: Ditto.
7487 * config/s390/s390.mt: Ditto.
7488 * config/sparc/sparclynx.mh: Ditto.
7489 * config/sparc/linux.mh: Ditto.
7490 * config/pa/hppaosf.mh: Ditto.
7491 * config/pa/hppabsd.mh: Ditto.
7492 * config/ns32k/nbsd.mt: Ditto.
7493 * config/mips/vr5000.mt: Ditto.
7494 * config/m68k/sun3os4.mh: Ditto.
7495 * config/m68k/nbsd.mt: Ditto.
7496 * config/m68k/m68klynx.mh: Ditto.
7497 * config/m32r/m32r.mt: Ditto.
7498 * config/i386/x86-64linux.mt: Ditto.
7499 * config/i386/nbsdelf.mt: Ditto.
7500 * config/i386/nbsd.mt: Ditto.
7501 * config/i386/i386lynx.mh: Ditto.
7502
7503 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7504
7505 * target.c (debug_print_register): New function. Handle oversize
7506 registers.
7507 (debug_to_fetch_registers): Call.
7508 (debug_to_store_registers): Call.
7509
7510 2002-05-03 Jim Blandy <jimb@redhat.com>
7511
7512 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7513 (read_type): Doc fix.
7514 * gdbtypes.c (replace_type): Doc fix.
7515
7516 * stabsread.c (multiply_defined_struct): New complaint.
7517 (read_struct_type): If the type we were passed isn't empty, or
7518 incomplete, don't read the new struct type into it; complain,
7519 and return the original type unchanged. Take a new `type_code'
7520 argument, which is the type code for the new type.
7521 (read_type): Rather than storing the type's type code here, pass
7522 it as an argument to read_struct_type, and let that take care of
7523 storing it. That way, we don't overwrite the original type code,
7524 so read_struct_type can use it to decide whether we're overwriting
7525 something we shouldn't.
7526 (complain_about_struct_wipeout): New function.
7527
7528 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7529
7530 * gdbarch.sh: Assert that gdbarch is non-NULL.
7531 * gdbarch.c: Regenerate.
7532
7533 2002-05-03 Jason Merrill <jason@redhat.com>
7534
7535 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7536 and return NULL.
7537
7538 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7539
7540 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7541 (x86_64_dwarf2gdb_regno_map_length),
7542 (x86_64_dwarf2_reg_to_regnum): Added.
7543 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7544 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7545 (_initialize_x86_64_tdep): Synced with the change above.
7546 (x86_64_skip_prologue): Reformulated message.
7547
7548 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7549
7550 * f-exp.y: Also use new prev_lexptr variable
7551 to improve error reporting. Based on Michael Snyder
7552 2002-04-24 dated patch to c-exp.y.
7553 * jv-exp.y: Likewise.
7554 * m2-exp.y: Likewise.
7555
7556 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7557
7558 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7559 we are dealing with vectors.
7560
7561 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7562
7563 * config/m68k/tm-nbsd.h: Obvious fix,
7564 correct machine name.
7565
7566 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7567
7568 * p-typeprint.c (pascal_type_print_base): Add support
7569 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7570
7571 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7572
7573 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7574 for fondamental pascal 'char' type.
7575
7576 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7577
7578 * p-lang.h (is_pascal_string_type): Declaration changed,
7579 new sixth argument of type char ** added.
7580 * p-lang.c (is_pascal_string_type): Implementation
7581 changed. Args length_pos, length_size, string_pos, char_size
7582 can now be NULL. New argument arrayname set to the field
7583 name of the char array. Return value set to char array
7584 field index plus one.
7585 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7586 is_pascal_string_type function.
7587
7588 2002-05-02 Andrew Cagney <cagney@redhat.com>
7589
7590 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7591 <cagney@redhat.com> change.
7592 * gdbarch.c: Regenerate.
7593
7594 2002-05-02 Andrew Cagney <cagney@redhat.com>
7595
7596 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7597 before probing for a new one. Detect errorenous gdbarch_init
7598 functions.
7599 * gdbarch.c: Regenerate.
7600
7601 2002-05-01 Andrew Cagney <cagney@redhat.com>
7602
7603 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7604 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7605 * config/v850/tm-v850.h: Ditto. Update copyright.
7606
7607 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7608
7609 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7610 current_gdbarch.
7611
7612 2002-04-30 Michael Snyder <msnyder@redhat.com>
7613
7614 * arm-tdep.c: Whitespace clean-ups.
7615 (arm_skip_prologue): Fix thinko; two lines
7616 should have been removed as part of 4/24 change.
7617
7618 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7619
7620 * rs6000-tdep.c: Added comment describing how fpscr register
7621 numbers were chosen.
7622
7623 2002-04-30 Michael Snyder <msnyder@redhat.com>
7624
7625 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7626
7627 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7628
7629 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7630 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7631 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7632
7633 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7634
7635 From Louis Hamilton <hamilton@redhat.com>:
7636 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7637 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7638 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7639 not bfd-private xcoff data, to determine wordsize.
7640 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7641
7642 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7643
7644 GDB 5.2 released from 5.2 branch.
7645
7646 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7647
7648 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7649 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7650 (x86_64_register_info_table): Added comments with register numbers.
7651
7652 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7653
7654 * rs6000-tdep.c (rs6000_extract_return_value,
7655 rs6000_store_return_value): Handle returning vectors.
7656 (rs6000_gdbarch_init): Use
7657 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7658 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7659 New function.
7660 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7661 vectors.
7662 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7663 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7664
7665 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7666
7667 * hpread.c (hpread_psymtab_to_symtab_1,
7668 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7669 with fprintf_unfiltered (gdb_stderr,...).
7670
7671 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7672
7673 * remote-array.c (printf_monitor, write_monitor,
7674 array_insert_breakpoint, array_remove_breakpoint ):
7675 Replace fprintf (stderr,...
7676 with fprintf_unfiltered (gdb_stderr,....
7677 * remote-es.c: Likewise.
7678 * remote-os9k.c: Likewise.
7679 * remote-st.c: Likewise.
7680
7681 2002-04-28 Andreas Schwab <schwab@suse.de>
7682
7683 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7684 linux-proc.o and gcore.o.
7685
7686 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7687
7688 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7689 code without frame pointers.
7690
7691 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7692
7693 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7694 ON_STACK is needed.
7695
7696 2002-04-26 Ben Elliston <bje@redhat.com>
7697
7698 * target.c (do_xfer_memory): Correct reference to the new option
7699 "trust-readonly-sections".
7700
7701 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7702
7703 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7704 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7705 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7706 vectors.
7707 (read_array_type): Record the fact that this array type is really a
7708 vector (i.e. are passed in by value).
7709
7710 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7711
7712 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7713 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7714 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7715 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7716 * alpha-linux-tdep.c: Include frame.h.
7717 (alpha_linux_sigcontext_addr): New function.
7718 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7719 alpha_linux_sigcontext_addr.
7720 * alpha-osf1-tdep.c: Include gdbcore.h.
7721 (alpha_osf1_sigcontext_addr): New function.
7722 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7723 alpha_osf1_sigcontext_addr.
7724 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7725 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7726
7727 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7728
7729 * stack.c (selected_frame_level):
7730 (select_frame): Do not set selected_frame_level.
7731 * frame.h (selected_frame_level): Delete declaration.
7732
7733 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7734
7735 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7736 convert_from_func_ptr-addr when AIX / PowerOpen.
7737
7738 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7739
7740 * valops.c (hand_function_call): Call
7741 generic_save_call_dummy_addr.
7742 * frame.h (generic_save_call_dummy_addr): Declare.
7743 * blockframe.c (struct dummy_frame): Add fields call_lo and
7744 call_hi.
7745 (generic_find_dummy_frame): Check for PC in range call_lo to
7746 call_hi instead of entry_point_address.
7747 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7748 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7749 (generic_save_call_dummy_addr): New function.
7750
7751 2002-04-24 David S. Miller <davem@redhat.com>
7752
7753 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7754 sparc_skip_prologue.
7755 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7756 information to find prologue when possible.
7757 (sparc_prologue_frameless_p): Call examine_prologue directly.
7758 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7759 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7760 second argument.
7761 (SKIP_PROLOGUE): Likewise.
7762
7763 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7764
7765 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7766 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7767 indicate that the condition it was testing is always true.
7768 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7769 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7770 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7771
7772 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7773
7774 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7775 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7776 tdep->jb_pc and tdep->jb_elt_size.
7777 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7778 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7779 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7780 * alpha-nat.c (get_longjmp_target): Remove.
7781 (JB_ELEMENT_SIZE): Ditto.
7782 (JB_PC): Ditto.
7783 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7784 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7785 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7786 to alpha_get_longjmp_target.
7787 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7788 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7789 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7790
7791 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7792
7793 * README: Update to GDB 5.2.
7794
7795 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7796
7797 * gdbarch.sh (LC_ALL): Set to `c'.
7798
7799 2002-04-25 Theodore A. Roth <troth@verinet.com>
7800
7801 * avr-tdep.c: Ran through gdb_indent.sh.
7802
7803 2002-04-25 Theodore A. Roth <troth@verinet.com>
7804
7805 * MAINTAINERS: Add myself as AVR maintainer.
7806 * NEWS: Note new target avr.
7807
7808 2002-04-25 Theodore A. Roth <troth@verinet.com>
7809
7810 * Makefile.in: Add support for AVR target.
7811 * configure.tgt: Add support for AVR target.
7812 * avr-tdep.c: New file
7813 * config/avr/avr.mt: New file.
7814
7815 2002-04-25 Theodore A. Roth <troth@verinet.com>
7816
7817 * MAINTAINERS: Add myself to write-after-approval.
7818
7819 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7820
7821 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7822 with fprintf_unfiltered (gdb_stderr,....
7823
7824 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7825
7826 Fix PR gdb/508.
7827 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7828
7829 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7830
7831 * p-exp.y: Also use new prev_lexptr variable
7832 to improve error reporting. Based on Michael Snyder
7833 2002-04-24 dated patch to c-exp.y.
7834
7835 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7836
7837 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7838 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7839 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7840 to 0.
7841 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7842 and struct value.
7843 (FUNCTION_START_OFFSET): Remove.
7844 (BREAKPOINT): Ditto.
7845
7846 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7847
7848 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7849 * NEWS: Ditto.
7850
7851 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7852
7853 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7854 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7855 alpha_linux_pc_in_sigtramp.
7856 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7857 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7858 alpha_osf1_pc_in_sigtramp.
7859 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7860 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7861 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7862 alphafbsd_pc_in_sigtramp.
7863 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7864 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7865 alphanbsd_pc_in_sigtramp.
7866 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7867 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7868
7869 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7870
7871 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7872
7873 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7874
7875 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7876 alphanbsd-tdep.c.
7877 (alphanbsd-nat.o): New dependency list.
7878 (alphanbsd-tdep.o): Ditto.
7879 * NEWS: Note new native NetBSD/alpha configuration.
7880 * alphanbsd-nat.c: New file.
7881 * alphanbsd-tdep.c: Ditto.
7882 * configure.host (alpha*-*-netbsd*): New host.
7883 * configure.tgt (alpha*-*-netbsd*): New target.
7884 * config/alpha/nbsd.mh: New file.
7885 * config/alpha/nbsd.mt: Ditto.
7886 * config/alpha/nm-nbsd.h: Ditto.
7887 * config/alpha/tm-nbsd.h: Ditto.
7888
7889 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7890
7891 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7892 (alpha-osf1-tdep.o): New dependency list.
7893 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7894 and skip_sigtramp_frame members.
7895 * alpha-linux-tdep.c: Include gdbcore.h.
7896 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7897 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7898 * alpha-osf1-tdep.c: New file.
7899 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7900 alpha-osf1-dep.c.
7901 (alpha_frame_past_sigtramp_frame): New function.
7902 (alpha_dynamic_sigtramp_offset): Ditto.
7903 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7904 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7905 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7906 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7907 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7908 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7909 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7910 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7911 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7912 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7913 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7914 to find_solib_trampoline_target.
7915 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7916 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7917 (SKIP_TRAMPOLINE_CODE): Remove.
7918 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7919 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7920 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7921 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7922 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7923 (PROC_SIGTRAMP_MAGIC): Ditto.
7924 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7925 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7926 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7927 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7928 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7929
7930 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7931
7932 * NEWS: Note that Alpha targets are now multi-arch.
7933
7934 2002-04-24 Michael Snyder <msnyder@redhat.com>
7935
7936 * parser-defs.h (prev_lexptr): New external variable.
7937 * parse.c (parse_exp_1): Set prev_lexptr to null before
7938 calling the language-specific parser.
7939 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7940 (yyerror): Use prev_lexptr in error reporting.
7941
7942 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7945 * gregset.h: If FILL_FPXREGSET is defined, provide
7946 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7947 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7948 is defined, call fill_fpxregset.
7949
7950 2002-04-24 Roland McGrath <roland@frob.com>
7951
7952 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7953 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7954 (supply_gregset, supply_fpregset): New functions.
7955
7956 * gnu-nat.c (gnu_find_memory_regions): New function.
7957 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7958 (gnu_xfer_memory): Add a cast.
7959
7960 2002-04-24 Michael Snyder <msnyder@redhat.com>
7961
7962 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7963 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7964 of argument regs ("str r(0123), [r11, #-nn"]).
7965 (arm_skip_prologue): Better handling for frameless functions.
7966 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7967 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7968
7969 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7970
7971 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7972 NUM_PSEUDO_REGS can be used.
7973
7974 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7975
7976 * arch-utils.h: Update copyright.
7977
7978 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7979 * gdbarch.h, gdbarch.c: Re-generate.
7980
7981 * inferior.h (IN_SIGTRAMP): Delete definition.
7982 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7983 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7984
7985 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7986 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7987 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7988 (find_proc_framesize): Ditto.
7989 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7990 (alpha_init_extra_frame_info): Ditto.
7991 * infrun.c (handle_inferior_event): Ditto.
7992 (handle_inferior_event): Ditto.
7993 (check_sigtramp2): Ditto.
7994 * blockframe.c (create_new_frame): Ditto.
7995 (get_prev_frame): Ditto.
7996 * ppc-linux-tdep.c: Update comments.
7997 * i386-linux-tdep.c: Update comments.
7998 * breakpoint.c (bpstat_what): Update comment.
7999
8000 2002-04-24 David S. Miller <davem@redhat.com>
8001
8002 * i960-tdep.c (register_in_window_p): New function.
8003 (i960_find_saved_register): Use it instead of
8004 REGISTER_IN_WINDOW_P.
8005 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8006
8007 * symtab.h (find_stab_function_addr): Kill extern.
8008 * minsyms.c (find_stab_function_addr): Remove from here...
8009 * dbxread.c: ... to here, and mark it static.
8010
8011 2002-04-20 David S. Miller <davem@redhat.com>
8012
8013 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8014 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8015
8016 2002-04-21 David S. Miller <davem@redhat.com>
8017
8018 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8019 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8020 (vx_write_register): Likewise.
8021
8022 2002-04-23 J. Brobecker <brobecker@gnat.com>
8023
8024 * source.c (is_regular_file): New function.
8025 (openp): Check wether file to open is a regular file
8026 to avoid opening directories.
8027
8028 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8029
8030 * findvar.c (extract_signed_integer): Cast printf argument
8031 to suppress format warning.
8032 (extract_unsigned_integer): Likewise.
8033 * infcmd.c (registers_info): Likewise.
8034 * top.c (get_prompt_1): Likewise.
8035 * valops.c (value_assign): Likewise.
8036 * valprint.c (print_decimal): Likewise.
8037
8038 2002-04-22 H.J. Lu (hjl@gnu.org)
8039
8040 * c-exp.y (typebase): Support
8041
8042 [long|long long|short] [signed|unsigned] [int|]
8043
8044 and
8045
8046 signed [long|long long|short] int
8047
8048 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8049
8050 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8051 and vax-tdep.h.
8052 * vax-tdep.h: New file.
8053 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8054 Make several routines static.
8055 (vax_get_saved_register): New function.
8056 (vax_gdbarch_init): New function.
8057 (_initialize_vax_tdep): Register vax_gdbarch_init.
8058 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8059 Remove macros now under the control of gdbarch.
8060
8061 2002-04-22 Michael Snyder <msnyder@redhat.com>
8062
8063 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8064 Some whitespace and coding standards tweaks.
8065
8066 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8067
8068 * vax-tdep.c: Include regcache.h.
8069 (vax_call_dummy_words): New.
8070 (sizeof_vax_call_dummy_words): New.
8071 (vax_fix_call_dummy): New function.
8072 (vax_saved_pc_after_call): Ditto.
8073 * config/vax/tm-vax.h: Don't include regcache.h.
8074 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8075 (CALL_DUMMY): Remove.
8076 (CALL_DUMMY_WORDS): Define.
8077 (SIZEOF_CALL_DUMMY_WORDS): Define.
8078 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8079
8080 2002-04-18 Michael Snyder <msnyder@redhat.com>
8081
8082 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8083
8084 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8085
8086 * vax-tdep.c (vax_frame_chain): New function.
8087 (vax_push_dummy_frame): Ditto.
8088 (vax_pop_frame): Ditto.
8089 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8090 (FRAMELESS_FUNCTION_INVOCATION): Use
8091 generic_frameless_function_invocation_not.
8092 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8093 (POP_FRAME): Use vax_pop_frame.
8094
8095 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8096
8097 * vax-tdep.c (vax_store_struct_return): New function.
8098 (vax_extract_return_value): Ditto.
8099 (vax_store_return_value): Ditto.
8100 (vax_extract_struct_value_address): Ditto.
8101 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8102 vax_store_struct_return.
8103 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8104 (STORE_RETURN_VALUE): Use vax_store_return_value.
8105 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8106
8107 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8108
8109 * vax-tdep.c (vax_frame_saved_pc): New function.
8110 (vax_frame_args_address_correct): Ditto.
8111 (vax_frame_args_address): Ditto.
8112 (vax_frame_locals_address): Ditto.
8113 (vax_frame_num_args): Move code to be in proximity to
8114 other frame-related functions.
8115 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8116 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8117 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8118 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8119 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8120
8121 2002-04-22 H.J. Lu (hjl@gnu.org)
8122
8123 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8124 includedir.
8125
8126 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8127
8128 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8129 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8130 (FRAME_INIT_SAVED_REGS): New macro.
8131
8132 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8133
8134 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8135
8136 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8137
8138 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8139 where needed.
8140 (fetch_osf_core_registers): Likewise.
8141 (supply_gregset): Likewise.
8142
8143 2002-04-22 J. Brobecker <brobecker@gnat.com>
8144
8145 * symfile.h (get_section_index): Define.
8146 * symfile.c (get_section_index): New function.
8147 * mdebugread.c (SC_IS_SBSS): New macro.
8148 (SC_IS_BSS): Return true for the scBss storage class only, as
8149 the scSBss storage class refers to the .sbss section.
8150 (parse_partial_symbols): Discard the symbols which associated
8151 section does not exist.
8152 Make sure to use the .sbss section index for symbols which
8153 storage class is scBss, rather than using the .bss section index.
8154
8155 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8156
8157 * vax-tdep.c: Update copyright years.
8158 (vax_register_name): New function.
8159 (vax_register_byte): Ditto.
8160 (vax_register_raw_size): Ditto.
8161 (vax_register_virtual_size): Ditto.
8162 (vax_register_virtual_type): Ditto.
8163 * config/vax/tm-vax.h: Update copyright years.
8164 (REGISTER_NAMES): Remove.
8165 (REGISTER_NAME): Define.
8166 (REGISTER_BYTE): Use vax_register_byte.
8167 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8168 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8169 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8170
8171 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8172
8173 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8174 declaration
8175 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8176
8177 2002-04-21 David S. Miller <davem@redhat.com>
8178
8179 * arch-utils.c (generic_prologue_frameless_p): Kill
8180 SKIP_PROLOGUE_FRAMELESS_P code.
8181 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8182 references.
8183 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8184 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8185 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8186 references.
8187 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8188 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8189 (sparc_gdbarch_init): Pass it to
8190 set_gdbarch_prologue_frameless_p.
8191
8192 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8193
8194 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8195 (alphabsd-nat.o): New dependency list.
8196
8197 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8198
8199 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8200 alphafbsd-tdep.c.
8201 (alpha-linux-tdep.o): New dependency list.
8202 (alphafbsd-tdep.o): Likewise.
8203
8204 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8205
8206 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8207 to here...
8208 * alpha-tdep.c: ...from here.
8209 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8210
8211 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8212
8213 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8214 prototype from here...
8215 * alpha-tdep.h: ...to here.
8216
8217 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8218
8219 * frame.h (selected_frame_level): Document as deprecated.
8220 (frame_relative_level): Declare.
8221 * stack.c (frame_relative_level): New function.
8222 (selected_frame_level): Document as deprecated.
8223 (select_frame): Do not set the selected_frame_level.
8224
8225 * stack.c (frame_info, record_selected_frame): Update.
8226 (frame_command, current_frame_command): Update.
8227 (up_silently_base, up_command, down_silently_base): Update.
8228 (down_command): Update.
8229 * inflow.c (kill_command): Update.
8230 * tracepoint.c (finish_tfind_command): Update.
8231 * corelow.c (core_open): Update.
8232 * thread.c (info_threads_command): Update.
8233 (do_captured_thread_select): Update.
8234 * infcmd.c (finish_command): Update.
8235 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8236
8237 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8238
8239 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8240
8241 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8242
8243 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8244 type const.
8245
8246 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8247
8248 * alphafbsd-tdep.c: Update copyright years. Include
8249 alpha-tdep.h.
8250 (alphafbsd_use_struct_convention): Make static.
8251 (alphafbsd_init_abi): New function.
8252 (_initialize_alphafbsd_tdep): New function.
8253 * config/alpha/tm-fbsd.h: Update copyright years.
8254 (USE_STRUCT_CONVENTION): Remove.
8255
8256 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8257
8258 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8259 an Alpha ABI variant.
8260 (alpha_abi_handler_list): Declare.
8261 (alpha_gdbarch_register_os_abi): New function.
8262 (alpha_gdbarch_init): Give registered ABI variant handlers a
8263 chance to tweak the gdbarch once we have set up defaults.
8264 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8265
8266 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8267
8268 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8269 to standard_coerce_float_to_double.
8270 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8271
8272 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8273
8274 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8275 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8276 from gdbarch_tdep rather than a constant.
8277 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8278 the default text address for all Alpha Unix ABIs.
8279 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8280 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8281
8282 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8283
8284 * alpha-tdep.h: New file. Includes several Alpha target constants
8285 taken from...
8286 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8287 let gdbarch deal with.
8288 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8289 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8290 to dependency list.
8291 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8292 Alpha target register names.
8293 * alphabsd-nat.c: Likewise.
8294 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8295 Alpha target register names. Make serveral routines static.
8296 (alpha_get_saved_register): New function.
8297 (alpha_abi_names): New.
8298 (process_note_abi_tag_sections): New function.
8299 (get_elfosabi): New function.
8300 (alpha_gdbarch_init): New function.
8301 (alpha_dump_tdep): New function.
8302 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8303
8304 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8305
8306 * frame.c (find_saved_register): Delete #ifdef
8307 HAVE_REGISTER_WINDOWS code.
8308 * config/sparc/tm-sparc.h: Update comments.
8309 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8310
8311 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8312
8313 * i960-tdep.c (i960_find_saved_register): New function.
8314 (i960_get_saved_register): New function.
8315 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8316 (i960_get_saved_register): Declare.
8317 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8318
8319 2002-04-20 David S. Miller <davem@redhat.com>
8320
8321 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8322
8323 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8324
8325 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8326 instead of NUM_PSEUDO_REGS.
8327
8328 2002-04-20 David S. Miller <davem@redhat.com>
8329
8330 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8331 GDB_MULTI_ARCH_PARTIAL
8332 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8333 define, let tm-sp64.h do it.
8334
8335 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8336
8337 * frame.c (find_saved_register): Avoid a NULL pointer
8338 dereference and actually walk the frame list.
8339
8340 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8341
8342 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8343 sorted in most most-recent-used order. Document.
8344 * gdbarch.h, gdbarch.c: Regenerate.
8345
8346 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8347
8348 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8349 instead of ->prev.
8350 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8351 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8352 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8353 instead of ->prev.
8354
8355 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8356
8357 Fix PR gdb/471.
8358 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8359 (build_builtin_type_vec128): Ditto.
8360 (append_composite_type_field): Fix calculation of type length in
8361 union case.
8362
8363 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8364
8365 * config/djgpp/README: Update.
8366
8367 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8368 compiler warnings.
8369
8370 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8371
8372 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8373 (alpha_setup_arbitrary_frame): ...to this.
8374 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8375 for alpha_setup_arbitrary_frame.
8376
8377 2002-04-18 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8380 * gdbarch.h, gdbarch.c: Regenerate.
8381
8382 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8383 * target.h (memory_breakpoint_from_pc): Update declaration.
8384 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8385
8386 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8387 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8388 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8389 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8390 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8391 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8392 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8393 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8394 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8395 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8396 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8397 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8398
8399 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8400 const pointer.
8401 * monitor.c (monitor_insert_breakpoint): Ditto.
8402 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8403
8404 * config/mcore/tm-mcore.h: Update copyright.
8405 * mem-break.c: Ditto.
8406 * xstormy16-tdep.c: Ditto.
8407
8408 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8409
8410 * p-exp.y: Add precedence rule for '^' token.
8411 This removes the shift/reduce conflicts.
8412 Remove the comment concerning these shift/reduce conflicts.
8413
8414 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8415
8416 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8417 (registers_powerpc_nofp): New register set for processors
8418 without floating point unit.
8419
8420 2002-04-18 David S. Miller <davem@redhat.com>
8421
8422 * MAINTAINERS: Add myself to write-after-approval.
8423
8424 2002-04-17 Michael Snyder <msnyder@redhat.com>
8425
8426 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8427
8428 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8429
8430 * rs6000-tdep.c (frame_initial_stack_address): Use
8431 frame_register_read to read the alloca_reg.
8432
8433 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8434
8435 * frame.c (find_saved_register): Find saved registers in the next
8436 not prev frame.
8437 Fix PR gdb/365.
8438
8439 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8440
8441 * gdbarch.sh (LANG): Set to ``c''.
8442
8443 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8444
8445 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8446
8447 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8448
8449 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8450 Update copyright.
8451
8452 * hpread.c (hpread_get_lntt): Add declaration.
8453 Also fix PR gdb/391.
8454
8455 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8456
8457 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8458 * aclocal.m4, configure: Re-generate.
8459 Fix PR gdb/391.
8460
8461 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8462
8463 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8464 instead of tm_print_insn.
8465
8466 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8467
8468 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8469
8470 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8471
8472 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8473 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8474 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8475
8476 2002-04-12 Don Howard <dhoward@redhat.com>
8477
8478 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8479 max_user_call_depth.
8480 (init_cmd_lists): Initialize the new value;
8481 * cli/cli-script.c (execute_user_command): Limit the call depth of
8482 user defined commands. This avoids a core-dump when user commands
8483 are infinitly recursive.
8484
8485 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8486
8487 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8488 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8489 from tdep struct instead of DEFAULT_LR_SAVE.
8490 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8491 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8492 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8493
8494 2002-04-12 Michael Snyder <msnyder@redhat.com>
8495
8496 * Remote.c: Spelling fix.
8497 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8498 If no symbol found for "sbrk", try "_sbrk".
8499 (make_output_phdrs): Use bfd_section_name.
8500 (gcore_copy_callback): Use bfd_section_name.
8501 * eval.c: Indentation fix-ups.
8502 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8503 in case it gets applied to an address that is already
8504 in the instruction space.
8505 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8506 * symfile.c: Fix indentation, long lines.
8507 * source.c: White space fix-up.
8508
8509 2002-04-12 Andrew Cagney <cagney@redhat.com>
8510
8511 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8512 * frame.c (frame_register_read): New function. Return non-zero on
8513 success.
8514 (read_relative_register_raw_bytes_for_frame): Delete.
8515 (read_relative_register_raw_bytes): Delete.
8516 * frame.h (frame_register_read): Declare.
8517 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8518 * sh-tdep.c: Ditto.
8519 * infcmd.c (do_registers_info): Ditto.
8520 * hppa-tdep.c: Ditto.
8521 * rs6000-tdep.c: Ditto.
8522 * h8500-tdep.c: Ditto.
8523 * mips-tdep.c: Ditto.
8524 * h8300-tdep.c: Ditto.
8525 * z8k-tdep.c: Ditto.
8526
8527 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8528
8529 From Jimi X <jimix@watson.ibm.com>:
8530 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8531 64-bit SysV ABI.
8532
8533 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8534
8535 From Jimi X <jimix@watson.ibm.com>:
8536 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8537 bfd info.
8538
8539 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8540
8541 From Jimi X <jimix@watson.ibm.com>:
8542 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8543 register sets for these processor variants.
8544
8545 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8546
8547 * regformats/reg-ppc.dat: Support FPSCR.
8548
8549 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8550
8551 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8552 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8553 Add fpscr as an invalid/unfetchable register.
8554 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8555 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8556 (fill_fpregset): Add support for register fpscr.
8557 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8558 (fill_gregset): Account for the fact that register ``mq'' might
8559 not exist.
8560 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8561 (registers_power): Add fpscr to register set at slot 71.
8562 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8563 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8564
8565 2002-04-11 Michael Snyder <msnyder@redhat.com>
8566
8567 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8568 * configure: Regenerate.
8569 * config.in: Regenerate.
8570 * acconfig.h: Add define for _SYSCALL32.
8571 * core-sol2.c: Remove #define _SYSCALL32.
8572 * solib-legacy.c: Remove #define _SYSCALL32.
8573
8574 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8575
8576 * stack.c (select_frame): Cleanup internal error message, do not
8577 use %p.
8578
8579 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8580
8581 * stack.c (select_frame): Check that selected_frame and the
8582 specified level are as expected.
8583 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8584 Update copyright.
8585 * frame.h (struct frame_info): Add field `level'. Update
8586 copyright.
8587 Work-in-progress PR gdb/464.
8588
8589 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8590
8591 * maint.c (maint_print_section_info): Rename print_section_info.
8592 (print_bfd_section_info, print_objfile_section_info): Update.
8593 * inferior.h (struct gdbarch): Add opaque declaration.
8594 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8595 * gdbarch.h: Regenerate.
8596
8597 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8598
8599 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8600 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8601 (kernel_u_size): Added.
8602 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8603 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8604
8605 2002-04-04 Jim Ingham <jingham@apple.com>
8606
8607 * valarith.c (find_size_for_pointer_math): New function, either returns
8608 the size for a pointer's target, returns 1 for void *, or errors for
8609 incomplete types.
8610 (value_add, value_sub): use find_size_for_pointer_math.
8611
8612 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8613
8614 * linux-low.c (linux_look_up_symbols): New hook.
8615 (linux_target_ops): Add linux_look_up_symbols.
8616 * remote-utils.c (decode_address): New function.
8617 (look_up_one_symbol): New function.
8618 * server.c (handle_query): Call target look_up_symbols hook.
8619 * server.h (look_up_one_symbol): Add prototype.
8620 * target.h (struct target_ops): Add look_up_symbols hook.
8621
8622 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8623
8624 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8625 override FP_REGNUM with frame->fp. Update copyright.
8626 * parse.c (num_std_regs, std_regs): Delete.
8627 (target_map_name_to_register): Do not search std_regs. Update
8628 function description.
8629 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8630 declarations. Update copyright.
8631 Fix PR gdb/251.
8632
8633 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8634
8635 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8636 after the last symbol in a block.
8637
8638 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8639
8640 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8641 is non zero as a found symbol.
8642
8643 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8644
8645 * findvar.c: Include "builtin-regs.h".
8646 (value_of_register): Call value_of_builtin_reg when applicable.
8647 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8648 (target_map_name_to_register): Call
8649 builtin_reg_map_name_to_regnum.
8650 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8651 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8652 (builtin_regs_h): Define.
8653 (builtin-regs.o): New target.
8654 (findvar.o): Add $(builtin_regs_h).
8655 * builtin-regs.c, builtin-regs.h: New files.
8656 * std-regs.c: New file.
8657 Partial fix for PR gdb/251.
8658
8659 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8660
8661 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8662 it's no longer required.
8663
8664 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8665
8666 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8667
8668 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8669
8670 From Jimi X <jimix@watson.ibm.com>:
8671 * rs6000-tdep.c (rs6000_software_single_step): Use
8672 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8673 and size. Use target_insert_breakpoint() and
8674 target_remove_breakpoint() to insert and remove breakpoints
8675 instead of explicit memory reads and writes.
8676
8677 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8678
8679 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8680 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8681 ELF_OBJECT_FORMAT ifdef.
8682
8683 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8684
8685 From Jimi X <jimix@watson.ibm.com>:
8686 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8687
8688 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8689
8690 From Jimi X <jimix@watson.ibm.com>:
8691 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8692 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8693
8694 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8695
8696 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8697 s/asprintf/xasprintf/.
8698 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8699
8700 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8701
8702 I believe Jeff Law denies responsability for this one:
8703 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8704 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8705 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8706 Work-around for PR gdb/366.
8707
8708 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8709
8710 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8711 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8712 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8713
8714 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8715
8716 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8717 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8718 information.
8719
8720 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8721
8722 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8723 maintainer.
8724
8725 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8726
8727 * README (Reporting Bugs in GDB): Document the bug web page as the
8728 prefered way of submitting bugs.
8729 Fix PR gdb/402.
8730
8731 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8732
8733 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8734 -1. Update comment.
8735 * gdbarch.h, gdbarch.c: Re-generate.
8736
8737 2002-04-07 Andreas Schwab <schwab@suse.de>
8738
8739 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8740 buffer to regcache_collect.
8741
8742 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8743
8744 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8745 * gdbarch.c, gdbarch.h: Re-generate.
8746
8747 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8748
8749 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8750 declaration. Fix -Werror.
8751
8752 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8753
8754 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8755 * gdbarch.c: Regenerate.
8756
8757 2002-04-05 Michael Snyder <msnyder@redhat.com>
8758
8759 * breakpoint.c (clear_command): Rewrite middle section to
8760 combine two loops with identical control conditions.
8761 Add a cleanup to eliminate a memory leak.
8762 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8763
8764 2002-04-05 H.J. Lu (hjl@gnu.org)
8765
8766 * solib-svr4.c (bkpt_names): Add "__start".
8767
8768 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8769
8770 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8771 as test for 64 bit target.
8772
8773 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8774
8775 * h8500-tdep.c (h8500_write_fp): Delete function.
8776 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8777 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8778 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8779 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8780 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8781 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8782 (s390_write_fp):
8783 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8784 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8785 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8786 (d10v_write_fp): Delete function.
8787 * inferior.h (write_fp, generic_target_write_fp): Delete
8788 declarations.
8789 * regcache.c (generic_target_write_fp): Delete function.
8790 (write_fp): Delete function.
8791 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8792 * gdbarch.h, gdbarch.c: Regenerate.
8793 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8794 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8795 (sparc64_write_fp): Delete declaration.
8796 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8797 (h8500_write_fp): Delete declaration.
8798
8799 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8800
8801 * sparc-tdep.c (sparc64_write_fp): Delete.
8802 (sparc_push_dummy_frame): Replace write_fp call with code to store
8803 the FP directly.
8804 (sparc_gdbarch_init): Do not initialize write_fp.
8805
8806 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8807
8808 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8809 clause.
8810
8811 2002-03-29 Jim Blandy <jimb@redhat.com>
8812
8813 * stack.c (get_selected_block): Add new argument `addr_in_block',
8814 used to return the exact code address we used to select the block,
8815 not just the block.
8816 * blockframe.c (get_frame_block, get_current_block): Same.
8817 * frame.h (get_frame_block, get_current_block,
8818 get_selected_block): Update declarations.
8819 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8820 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8821
8822 2002-04-05 Michael Snyder <msnyder@redhat.com>
8823
8824 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8825 warning message.
8826
8827 2002-04-05 J. Brobecker <brobecker@gnat.com>
8828
8829 * utils.c (xfullpath): New function.
8830 * defs.h (xfullpath): Add declaration.
8831 * source.c (openp): Use xfullpath in place of gdb_realpath to
8832 avoid resolving the basename part of filenames when the
8833 associated file is a symbolic link. This fixes a potential
8834 inconsistency between the filenames known to GDB and the
8835 filenames it prints in the annotations.
8836 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8837 to be able to match a filename with either the real filename, or
8838 the name of any symbolic link to this file.
8839 (lookup_partial_symtab): Ditto.
8840
8841 2002-04-04 Michael Snyder <msnyder@redhat.com>
8842
8843 * breakpoint.c: Add support for hardware breakpoints in overlays.
8844 (overlay_events_enabled): New state variable.
8845 (insert_breakpoints): Use overlay_events_enabled to decide
8846 whether to attempt to set a breakpoint at the overlay load addr.
8847 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8848 (remove_breakpoint): Use overlay_events_enabled to decide
8849 whether breakpoints need to be removed from overlay load addr.
8850 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8851 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8852 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8853 disable_overlay_breakpoints): Update overlay_events_enabled.
8854
8855 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8856
8857 * dwarf2read.c (struct function_range): New.
8858 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8859 (check_cu_functions): New.
8860 (read_file_scope): Initialize global function lists.
8861 Call dwarf_decode_line after processing children.
8862 (read_func_scope): Add to global function list.
8863 (dwarf_decode_lines): Call check_cu_functions everywhere
8864 record_line is called. Call record_line with a linenumber
8865 of 0 to mark sequence ends.
8866
8867 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8868
8869 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8870 change sync with glibc.
8871
8872 2002-04-03 Jim Blandy <jimb@redhat.com>
8873
8874 * configure.in: Call AC_C_INLINE.
8875 * configure: Regenerated.
8876
8877 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8878
8879 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8880 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8881
8882 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8883
8884 * NEWS: Mention gcore support on FreeBSD/i386.
8885
8886 * fbsd-proc.c: New file.
8887 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8888 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8889
8890 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8891 while statement.
8892
8893 2002-03-29 Jim Blandy <jimb@redhat.com>
8894
8895 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8896 unescaped newlines in string literals, but newer ones don't. So
8897 escape them.
8898
8899 2002-03-26 Michael Snyder <msnyder@redhat.com>
8900 Andrew Cagney <cagney@redhat.com>
8901
8902 * cli/cli-dump.c: New file. Dump memory to file,
8903 restore file to memory.
8904 * cli/cli-dump.h: New file.
8905 * Makefile.in: Add rules, dependencies for cli-dump.o.
8906 * NEWS: Mention new commands.
8907
8908 2002-03-28 Michael Snyder <msnyder@redhat.com>
8909
8910 * symfile.c (symbol_file_add): Move test for null symbols to later.
8911
8912 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8913
8914 From veksler at il.ibm.com:
8915 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8916 the xstrduped original path.
8917 Fix PR gdb/417.
8918
8919 2002-03-27 Michael Snyder <msnyder@redhat.com>
8920
8921 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8922 * infcmd.c (_initialize_infcmd): Ditto.
8923 * language.c (_initialize_language): Ditto.
8924 * symfile.c (_initialize_symfile): Ditto.
8925 * top.c (_init_main): Ditto.
8926 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8927
8928 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8929
8930 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8931 vector registers handling.
8932 (skip_prologue): Handle new AltiVec instructions. Fill in new
8933 fields of frame data.
8934 (frame_get_saved_regs): Fill in information for AltiVec registers.
8935
8936 2002-03-27 Jim Blandy <jimb@redhat.com>
8937
8938 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8939 a function; leave this macro here to invoke that function.
8940 (symbol_init_mangled_name): Declaration for that function.
8941 * symtab.c (symbol_init_mangled_name): New function.
8942
8943 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8944
8945 * valarith.c: Replace strerror with safe_strerror.
8946 * tracepoint.c: Ditto.
8947 * lin-lwp.c: Ditto.
8948 * go32-nat.c: Ditto.
8949 * inflow.c: Ditto.
8950 * gnu-nat.c: Ditto.
8951
8952 2002-03-27 Andreas Schwab <schwab@suse.de>
8953
8954 * event-top.c (command_line_handler): Remove useless if.
8955
8956 2002-03-27 Andreas Jaeger <aj@suse.de>
8957
8958 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8959 comment.
8960
8961 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8962
8963 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8964 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8965 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8966 (x86_64_linux_dr_get_status, supply_gregset),
8967 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8968 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8969 (x86_64_register_info_table): Add.
8970 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8971 (x86_64_register_raw_size, x86_64_register_virtual_type),
8972 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8973 general x86_64_register_info_table.
8974 (i386_gdbarch_init): gdbarch_register_bytes is now set
8975 dynamicaly during initialization.
8976 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8977 * gdbserver/linux-x86-64-low.c: Ditto.
8978
8979 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8980
8981 * gdbserver/server.c (main): Call target_signal_to_host_p
8982 and target_signal_to_host on signals received from the remote.
8983 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8984 target_signal_from_host on signals sent to the remote.
8985 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8986 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8987
8988 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8989
8990 * signals/signals.c: Include "server.h" in gdbserver build.
8991 (target_signal_from_name): Don't use STREQ.
8992 (_initialize_signals): Likewise. Don't include function in
8993 gdbserver build.
8994
8995 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
8996
8997 * signals.c: Moved to...
8998 * signals/signals.c: Here.
8999 * Makefile (signals.o): Update.
9000
9001 2002-03-26 Jeff Law (law@redhat.com)
9002
9003 * somread.c (som_symtab_read): Remove some commented out code and
9004 updated related comments. Do not set the minimal symbol table to
9005 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9006 in a dynamic executable.
9007 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9008 where we are unable to find the minimal symbol for the given
9009 PC value.
9010
9011 2002-03-25 Jeff Law (law@redhat.com)
9012
9013 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9014
9015 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9016
9017 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9018
9019 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9020
9021 * command.h: Update copyright.
9022 (struct cmd_list_element): Replace definition with opaque
9023 declaration.
9024 (enum cmd_types): Document that it will eventually be moved to
9025 cli/cli-decode.h
9026 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9027 (MALLOCED_REPLACEMENT): Delete macro.
9028 * Makefile.in (cli_decode_h): Add $(command_h).
9029 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9030 * top.c: Include "cli/cli-decode.h".
9031 * completer.c: Include "cli/cli-decode.h".
9032 * maint.c: Include "cli/cli-decode.h".
9033 * cli/cli-decode.h: Include "command.h".
9034 (enum command_class): Delete.
9035 (enum cmd_types): Comment out.
9036 (enum cmd_auto_boolean): Delete.
9037 (enum var_types): Delete.
9038
9039 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9040
9041 * cli/cli-decode.c: Include "gdb_assert.h".
9042 (add_set_or_show_cmd): New static function.
9043 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9044 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9045 all fields, such as func, from the set command.
9046
9047 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9048
9049 * MAINTAINERS (sh-elf): Change warning flag to -w.
9050
9051 2002-03-23 Andrew Cagney <cagney@redhat.com>
9052
9053 * defs.h (error): Add printf format attribute.
9054 * thread-db.c (thread_from_lwp): Fix error format string.
9055 * stack.c (parse_frame_specification): Ditto.
9056 * cli/cli-decode.c (undef_cmd_error): Ditto.
9057 * scm-lang.c (scm_lookup_name): Ditto.
9058 * tracepoint.c (trace_error): Ditto.
9059 * remote-utils.c (usage): Ditto.
9060 * remote.c (compare_sections_command): Ditto.
9061 Fix PR gdb/328.
9062
9063 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9064
9065 * gdbtypes.c (append_composite_type_field): New function.
9066 (init_composite_type): New function.
9067 * gdbtypes.h (append_composite_type_field): Declare.
9068 (init_composite_type): Ditto.
9069
9070 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9071
9072 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9073 function.
9074 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9075 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9076 structure returning convention for SYSV ABI case, but not
9077 for GNU/Linux, FreeBSD, or NetBSD.
9078
9079 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9080
9081 * symtab.h (lookup_block_symbol): Add mangled_name argument
9082 to prototype.
9083
9084 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9085 with new mangled_name argument.
9086 * linespec.c (decode_line_1): Likewise.
9087 * valops (value_of_this): Likewise.
9088 * symtab.c (lookup_transparent_type): Likewise.
9089 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9090 (lookup_symbol): If we are given a mangled name, pass it down
9091 to lookup_symbol_aux.
9092 (lookup_block_symbol): If we are given a mangled name to check
9093 against, only return symbols which match it.
9094
9095 2002-03-22 Christopher Faylor <cgf@redhat.com>
9096
9097 * win32-nat.c (child_create_inferior): Check for proper shell to use
9098 here, in case the user changes it on the fly.
9099 (_initialize_inftarg): Remove shell path considerations.
9100
9101 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9102
9103 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9104 for gdbarch_max_register_raw_size and max_register_virtual_size.
9105 Adjust copyright year.
9106
9107 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9108
9109 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9110 in a function to cover the entire beginning of the function
9111 as well if it does not already.
9112
9113 2002-03-21 Tom Rix <trix@redhat.com>
9114
9115 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9116 (rs6000_ptrace64): Renamed from ptrace64.
9117
9118 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9119
9120 * gdbserver/remote-utils.c (remote_open): Don't call
9121 getprotobyname, we're all using TCP here so just use
9122 IPPROTO_TCP.
9123 * gdbserver/gdbreplay.c (remote_open): Ditto.
9124
9125 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9126
9127 * regcache.c (_initialize_regcache): No need to call
9128 build_regcache() at this time; it gets called whenever
9129 the gdbarch changes.
9130
9131 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9132
9133 * sparc-nat.c: Include sys/param.h where possible.
9134
9135 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9136
9137 Fix PR gdb/422.
9138 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9139 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9140 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9141 complex types.
9142 * stabsread.c (rs6000_builtin_type): Likewise.
9143 (read_sun_floating_type): Likewise.
9144
9145 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9146
9147 * stabsread.c (read_member_functions): Remove skip code for duplicate
9148 constructor/destructor methods. Use standard parsing for these
9149 methods and just do not chain them to the list of methods after
9150 parsing.
9151
9152 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9153
9154 * coffread.c: Remove redundant static declarations. Replace
9155 occurrences of `PTR' with `void *'.
9156 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9157 * top.h (quit_cover): Likewise.
9158 * defs.h (catch_errors): Likewise.
9159
9160 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9161
9162 * defs.h (XMALLOC): Define.
9163 * gdb-events.sh (XMALLOC): Delete macro.
9164 * gdb-events.c, gdb-events.h: Regenerate.
9165 * gdbarch.sh (XMALLOC): Delete macro.
9166 * gdbarch.c: Regenerate.
9167 * serial.c (XMALLOC): Delete macro.
9168 * ui-file.c (XMALLOC): Ditto.
9169 * ser-unix.h (XMALLOC): Ditto.
9170 * sh-tdep.c (XMALLOC): Ditto.
9171 * ui-out.c (XMALLOC): Ditto.
9172 * utils.c (XMALLOC): Ditto.
9173 * i386-tdep.c (XMALLOC): Ditto.
9174 * gdb-events.c (XMALLOC): Ditto.
9175 * d10v-tdep.c (XMALLOC): Ditto.
9176 * cli-out.c (XMALLOC): Ditto.
9177
9178 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9179 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9180 * ui-file.c, ui-out.c: Ditto.
9181
9182 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9183
9184 * command.h (struct cmd_list_element): Add field context.
9185 (set_cmd_context, get_cmd_context): Declare.
9186 * cli/cli-decode.h: Ditto.
9187 * cli/cli-decode.c (get_cmd_context): New function.
9188 (set_cmd_context): New function.
9189 (add_cmd): Initialize context.
9190 Part of fixing PR gdb/145 and PR gdb/146.
9191
9192 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9193
9194 * cli/cli-decode.c (cmd_type): New function.
9195 * command.h (cmd_type): Declare.
9196 * infrun.c (set_schedlock_func): Call function cmd_type.
9197 * kod.c (kod_set_os): Call cmd_type.
9198 * cris-tdep.c (cris_version_update): Use function cmd_type.
9199 (cris_mode_update, cris_abi_update): Ditto.
9200
9201 * command.h: (execute_cmd_post_hook): Declare.
9202 (execute_cmd_pre_hook): Declare.
9203 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9204 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9205 functions. Execute pre/post hook while ensuring that afterwords
9206 hook_in is cleared.
9207 * top.c (execute_command): Use execute_cmd_post_hook, and
9208 execute_cmd_pre_hook to execute pre/post commands.
9209 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9210 hook_stop_stub.
9211 (hook_stop_stub): Call execute_cmd_pre_hook.
9212
9213 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9214
9215 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9216 set'' and this leads to a core dump. Move xstrdup of
9217 operating_system to after check that it is not NULL.
9218
9219 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9220
9221 * kod.c (kod_set_os): Remove unnecessary check that
9222 ``command->type'' is set_cmd.
9223
9224 * valprint.c (set_input_radix): Use input_radix.
9225 (set_output_radix): Use output_radix.
9226 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9227 isn't reverted.
9228
9229 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9230
9231 * value.h (struct value): Delete field ``substring_addr''. Change
9232 aligner fields to force_doublest_align, force_longest_align,
9233 force_core_addr_align and force_pointer_aligh.
9234
9235 * value.h (struct value): Fix typo in above change.
9236
9237 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9238
9239 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9240 to fix internal_error from ``maintenance print architecture''.
9241
9242 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9243
9244 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9245 for gcc versions after gcc-2.8.1.
9246
9247 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9248
9249 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9250 for method resolution. Restore adjustment of ``this'' pointer after
9251 calling value_struct_elt, which was accidentally removed during the
9252 HP merge.
9253
9254 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9255
9256 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9257 value_of_register.
9258 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9259 get_saved_register.
9260 * value.h (value_of_register): Update.
9261
9262 2002-03-14 Richard Henderson <rth@redhat.com>
9263
9264 * configure.in: Detect declaration for canonicalize_file_name.
9265 * utils.c (canonicalize_file_name): Declare, if needed.
9266 (gdb_realpath): Prefer realpath if available and usable.
9267 * config.in, configure: Rebuild.
9268
9269 2002-03-14 Richard Henderson <rth@redhat.com>
9270
9271 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9272 a constant array bound.
9273
9274 * MAINTAINERS: Add myself to write-after-approval.
9275
9276 2002-03-14 Michael Snyder <msnyder@redhat.com>
9277
9278 * symfile.c (syms_from_objfile): Return immediately if no syms.
9279 (symbol_file_add): Return immediately if no syms.
9280 (find_sym_fns): Return immediately if no syms.
9281
9282 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9283
9284 * gdbserver/remote-util.c (remote_open): Print remote-side's
9285 IP address when remote debugging over the network.
9286
9287 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9288
9289 * config/sparc/fbsd.mh: Fix copyright.
9290 * config/sparc/fbsd.mt: Likewise.
9291
9292 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9293
9294 * MAINTAINERS: Fix typo in name of gdb warnings option.
9295 (x86-64): Fix formating so that this can be parsed by awk.
9296
9297 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9298
9299 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9300 * defs.h: Include "gdb/signals.h".
9301 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9302
9303 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9304
9305 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9306 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9307 from x86-64-tdep.h
9308
9309 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9310 Don Howard <dhoward@redhat.com>
9311
9312 * mips-tdep.c (ST0_FR): Define.
9313 (mips2_fp_compat): New function, temporarily disabled.
9314 (mips_read_fp_register_single): New function.
9315 (mips_read_fp_register_double): New function.
9316 (mips_print_register): Use them.
9317 (do_fp_register_row): Likewise.
9318
9319 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9320
9321 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9322 approval''.
9323
9324 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9325
9326 * stabsread.c (read_member_functions): Fix is_stub test for
9327 static member functions, improve comment.
9328
9329 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9330
9331 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9332 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9333 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9334 commands that set boolean values.
9335 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9336 (arm_rdi_resume): Always initialize PC.
9337 (arm_rdi_open): Don't use rslt as a boolean.
9338 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9339 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9340 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9341 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9342
9343 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9344
9345 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9346 * configure: Rebuilt.
9347
9348 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9349
9350 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9351 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9352
9353 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9354
9355 * cli/cli-decode.c (set_cmd_completer): New function.
9356 * command.h (set_cmd_completer): Declare.
9357 * cli/cli-decode.h (set_cmd_completer): Ditto.
9358
9359 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9360 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9361 * win32-nat.c (_initialize_inftarg): Ditto.
9362 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9363 * proc-api.c (_initialize_proc_api): Ditto.
9364 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9365 * source.c (_initialize_source): Ditto.
9366 * exec.c (_initialize_exec): Ditto.
9367 * solib.c (_initialize_solib): Ditto.
9368 * top.c (init_main): Ditto.
9369 * tracepoint.c (_initialize_tracepoint): Ditto.
9370 * symfile.c (_initialize_symfile): Ditto.
9371 * printcmd.c (_initialize_printcmd): Ditto.
9372 * infcmd.c (_initialize_infcmd): Ditto.
9373 * corefile.c (_initialize_core): Ditto.
9374
9375 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9376
9377 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9378
9379 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9380
9381 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9382
9383 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9384
9385 * NEWS: Update headings, 5.2 has branched.
9386
9387 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9388
9389 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9390 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9391 (register_addr, REGISTER_RAW_SIZE): Likewise.
9392 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9393 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9394
9395 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9396
9397 * MAINTAINERS (x86-64): Add myself.
9398 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9399 changed value_ptr -> struct value *
9400
9401 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9402
9403 * configure.host (sparc64-*-freebsd): Add.
9404 * configure.tgt: Likewise.
9405 * config/sparc/fbsd.mh: New file.
9406 * config/sparc/fbsd.mt: Likewise.
9407 * config/sparc/nm-fbsd.h: Likewise.
9408 * config/sparc/tm-fbsd.h: Likewise.
9409
9410 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9411
9412 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9413 regformats/reg-s390x.dat.
9414
9415 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9416
9417 * utils.c: Add FIXME explaining true/false problem.
9418
9419 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9420
9421 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9422
9423 2002-02-28 Michael Chastain <mec@shout.net>
9424
9425 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9426
9427 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9428
9429 * gdbserver/linux-s390-low.c: New file.
9430 * regformats/reg-s390.dat: New file.
9431 * regformats/reg-s390x.dat: New file.
9432 * gdbserver/configure.srv: Add S/390.
9433 * gdbserver/Makefile.in: Add S/390.
9434 * configure.tgt: Enable gdbserver for S/390.
9435
9436 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9437
9438 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9439 first line of the doc string for "info dos", except at the end of
9440 the sentence, since the short help stops at the first period.
9441
9442 2002-02-28 Jason Merrill <jason@redhat.com>
9443
9444 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9445
9446 2002-02-27 Fred Fish <fnf@redhat.com>
9447
9448 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9449 comment (dumy -> dummy).
9450
9451 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9452
9453 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9454
9455 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9456
9457 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9458
9459 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9460
9461 * gdbserver/acconfig.h: New file.
9462 * gdbserver/i387-fp.c: New file.
9463 * gdbserver/i387-fp.h: New file.
9464 * gdbserver/linux-x86-64.c: New file.
9465 * regformats/reg-x86-64.dat: New file.
9466 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9467 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9468 * gdbserver/configure.in: Add support for regsets.
9469 * gdbserver/config.in: Regenerate.
9470 * gdbserver/configure: Regenerate.
9471 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9472 * gdbserver/linux-low.h: New file.
9473 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9474 for regsets.
9475 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9476 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9477 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9478 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9479 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9480 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9481 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9482 "i387-fp.h". Add PTRACE_GETREGS and friends.
9483 * gdbserver/regcache.c (supply_register): New function.
9484 (supply_register_by_name): New function.
9485 (collect_register): New function.
9486 (collect_register_by_name): New function.
9487
9488 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9489
9490 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9491 (config.status): Add configure.srv dependency.
9492 (server_h): Add config.h dependency.
9493
9494 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9495
9496 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9497 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9498 * gdbserver/configure.srv: Change i386-*-linux* to use
9499 reg-i386-linux.o.
9500
9501 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9502
9503 * x86-64-tdep.c: Re-indent. Update copyright date.
9504
9505 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9506
9507 From Michal Ludvig <mludvig@suse.cz>:
9508 * x86-64-tdep.c (value.h): Delete.
9509 (gdb_assert.h): Include.
9510 (x86_64_register_convert_to_virtual,
9511 x86_64_register_convert_to_raw ): Add check which lets only
9512 floating-point values to be converted.
9513 (value_push): Delete.
9514 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9515 (i386_gdbarch_init): Number of register_bytes fixed.
9516
9517 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9518
9519 * MAINTAINERS: Add x86-64 target.
9520
9521 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9522
9523 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9524 * osfsolib.c (solib_map_sections): Ditto.
9525 * irix5-nat.c (solib_map_sections): Ditto.
9526 * corelow.c (gdb_check_format): Ditto.
9527 * symfile.c (symfile_bfd_open): Ditto.
9528 * solib.c (solib_map_sections): Ditto.
9529 Fix PR gdb/354.
9530
9531 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9532
9533 * remote.c (_initialize_remote): By default, disable ``e'' and
9534 ``E'' step out-of-range packets.
9535
9536 2002-02-26 Andreas Schwab <schwab@suse.de>
9537
9538 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9539 m68k_linux_frame_saved_pc.
9540 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9541 in_sigtramp.
9542 (SIGCONTEXT_PC_OFFSET): Remove.
9543 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9544 m68k_linux_sigtramp_saved_pc): New functions.
9545 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9546 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9547 (UCONTEXT_PC_OFFSET): Define.
9548 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9549 non-RT and RT signal trampolines.
9550
9551 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9552
9553 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9554 (TARGET_NBPG, STACK_END_ADDR): Delete
9555 (VARIABLES_INSIDE_BLOCK): Delete.
9556
9557 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9558
9559 * utils.c (perror_with_name): Make string parameter constant.
9560 (print_sys_errmsg): Ditto.
9561 (query): Ditto.
9562 * defs.h (perror_with_name): Update.
9563 (print_sys_errmsg): Update.
9564 (query): Update.
9565
9566 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9567
9568 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9569 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9570
9571 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9572
9573 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9574 if it already matches the current architecture from the exec file.
9575 Include arch-utils.h for gdbarch_info_init prototype.
9576 * Makefile.in (rs6000-nat.o): Update dependencies.
9577
9578 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9579
9580 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9581 list of exported variables.
9582
9583 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9584
9585 * gdbserver/configure.srv: New file.
9586 * gdbserver/configure.in: Use configure.srv instead
9587 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9588 from it.
9589 * gdbserver/configure: Regenerated.
9590 * gdbserver/terminal.h: New file.
9591 * gdbserver/Makefile.in: Update for configure changes. Remove
9592 more unneeded include paths.
9593
9594 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9595
9596 From wiz at danbala:
9597 * config/sparc/tm-sp64.h: Fix grammar and typos.
9598 Fix PR gdb/287.
9599
9600 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9601
9602 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9603 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9604 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9605 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9606 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9607 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9608 * s390-tdep.c: Ditto.
9609 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9610 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9611 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9612 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9613 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9614 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9615 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9616 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9617 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9618 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9619 Fix PR gdb/378.
9620
9621 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9622
9623 * lin-thread.c: Delete file.
9624 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9625 to gdb_proc_service.h.
9626 * configure: Re-generate.
9627
9628 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9629 * serial.c (serial_open): Delete check for "ocd".
9630 Fix PR gdb/349.
9631
9632 * Makefile.in (linux-thread.o): Delete target.
9633 * linux-thread.c: Delete file.
9634
9635 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9636 renamed SH files to be consistent.
9637
9638 * symtab.c (sort_search_symbols): Use xfree.
9639
9640 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9641
9642 * arm-linux-tdep.c (arm_linux_init_abi): Register
9643 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9644 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9645 definition with undef, since we don't want the sysvr4 definition.
9646 (SKIP_TRAMPOLINE_CODE): Likewise.
9647
9648 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9649
9650 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9651
9652 * configure.in: (AC_CHECK_FUNCS) Added test for
9653 canonicalize_file_name Regenerated.
9654 * config.in, configure: Regenerated.
9655 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9656 defined use canonicalize_file_name.
9657
9658 2002-02-23 Michael Chastain <mec@shout.net>
9659
9660 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9661
9662 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9663
9664 * README: Remove references to cygnus.com.
9665 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9666 dot com'' form. Remove references to cygnus.com and sourceware.
9667
9668 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9669
9670 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9671 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9672 1003.1-2001 no longer allows "head -1".
9673 * gdb/Makefile.in (version.c): Likewise.
9674 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9675 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9676 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9677
9678 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9679
9680 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9681 * command.h (cmd_cfunc_eq): Declare.
9682 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9683
9684 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9685 ``struct cmd_list_element *''.
9686 * cli/cli-cmds.c (is_complete_command): Update. Use
9687 cmd_cfunc_eq.
9688 * top.c (execute_command): Pass the command to
9689 is_complete_command.
9690 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9691
9692 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9693
9694 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9695 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9696 architecture defines.
9697 * s390-tdep.c (s390_gdbarch_init): Likewise.
9698
9699 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9700
9701 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9702 (arm_linux_push_arguments): Likewise.
9703 (arm_linux_init_abi): Register them. Also register linux-specific
9704 call_dummy_words.
9705 (find_minsym_and_objfile): Use strcmp, not STREQ.
9706 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9707 (arm_linux_call_dummy_words): Delete declaration.
9708 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9709 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9710 declarations.
9711 (LOWEST_PC): Delete.
9712
9713 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9714
9715 * maint.c (print_section_info): Do not prepend `0x' to filepos
9716 output, it will be handled by local_hex_string_custom.
9717
9718 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9719
9720 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9721 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9722 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9723
9724 2002-02-22 Jim Blandy <jimb@redhat.com>
9725
9726 Indicate that the bcache functions don't change the strings
9727 they're passed.
9728 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9729 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9730
9731 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9732
9733 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9734
9735 2002-02-21 Christopher Faylor <cgf@redhat.com>
9736
9737 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9738 find the complete path to a loaded DLL.
9739
9740 2002-02-21 Fred Fish <fnf@redhat.com>
9741
9742 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9743 that marks the end of the range of a function, enter a line number
9744 entry that has a line number of zero and a PC offset that matches
9745 the end of the function. This starts a range of PC's for which no
9746 line number information is known.
9747 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9748 PC's for which no line number info is found (line number is zero)
9749 then we didn't find any valid line information.
9750 * symtab.h: Document use of zero line number entry.
9751
9752 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9753
9754 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9755 (have_ptrace_getvrregs): Define for run time checks.
9756 (gdb_vrregset_t): New type for Altivec register handling.
9757 (fetch_register, store_register): Fetch/store altivec register
9758 when needed.
9759 (fetch_altivec_register, store_altivec_register): New functions.
9760 (supply_vrregset, fill_vrregset): New functions.
9761 (fetch_altivec_registers, store_altivec_registers): New functions.
9762 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9763 registers as well.
9764
9765 2002-02-21 Jiri Smid <smid@suse.cz>
9766
9767 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9768
9769 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9770
9771 * Makefile.in (armnbsd-nat.o): Update dependencies.
9772 * armnbsd-nat.c (supply_gregset): New function. Common code to
9773 supply the integer register set.
9774 (supply_fparegset): New function. Similar for FPA registers.
9775 (fetch_regs, fetch_fp_regs): Use them.
9776 (fetch_core_registers): Likewise.
9777 (fetch_elfcore_registers): New function.
9778 (arm_netbsd_elfcore_fns): New core-file type specification.
9779 (_initialize_arm_netbsd_nat): Register it.
9780
9781 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9782
9783 * armnbsd-nat.c: Include gdbcore.h.
9784 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9785 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9786 'void' to declaration, to shut up ARI.
9787 (fetch_core_registers): Make static. Rewrite using supply_register.
9788 (arm_netbsd_core_fns): New core-file type specification.
9789 (_initialize_arm_netbsd_nat): New function.
9790
9791 2002-02-21 Christopher Faylor <cgf@redhat.com>
9792
9793 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9794 value.
9795
9796 2002-02-20 Christopher Faylor <cgf@redhat.com>
9797
9798 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9799 fails.
9800
9801 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9802
9803 * jv-exp.y (parse_number): Change type of implicit longs
9804 to builtin_type_uint64.
9805
9806 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9807
9808 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9809 to be an integer instead of a `union wait'.
9810
9811 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9812
9813 * mips-linux-nat.c: Call the operating system GNU/Linux.
9814 * mips-linux-tdep.c: Likewise.
9815 * mips-tdep.c: Likewise.
9816
9817 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9818
9819 Fix PR gdb/265.
9820 * jv-exp.y (parse_number): Handle 64-bit integers.
9821
9822 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9823
9824 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9825 AC_STDC_HEADERS to AC_HEADER_STDC.
9826 * gdbserver/configure: Regenerated.
9827
9828 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9829
9830 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9831 is defined.
9832 * sparc-tdep.c (get_longjmp_target): Likewise.
9833
9834 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9835
9836 * News: Add news about ARM and Multi-arch. Mention the new target
9837 arm*-*-netbsd*.
9838
9839 2002-02-19 Jim Blandy <jimb@redhat.com>
9840
9841 * stabsread.c (error_type_complaint): Improve error message.
9842
9843 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9844
9845 * gdbserver/README: Update documentation.
9846 * gdbserver/configure.in: Update configury to match documentation.
9847 * gdbserver/Makefile.in: Likewise.
9848 * gdbserver/configure: Regenerated.
9849 * gdbserver/aclocal.m4: New file, generated by aclocal.
9850 * gdbserver/config.in: New file, generated by autoheader.
9851
9852 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9853
9854 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9855 armnbsd-nat.c.
9856
9857 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9858
9859 * arm-tdep.h (enum arm_float_model): New enum.
9860 (struct gdbarch_tdep): Add fp_model.
9861 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9862 up floating-point conversions until we know the floating-point model
9863 in use by the inferior. Don't complain about being unable to
9864 determine the ABI of the inferior when we don't have one.
9865 (arm_extract_return_value): Support different floating-point models.
9866 (arm_store_return_value): Likewise.
9867 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9868 ARM_FLOAT_SOFT.
9869 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9870
9871 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9872
9873 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9874 of ``current_gdbarch''.
9875
9876 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9877
9878 * armnbsd-nat.c : ANSIfy all function declarations.
9879 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9880 (fetch_inferior_registers): Re-implement in terms of above.
9881 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9882 (store_inferior_registers): Re-implement in terms of above.
9883
9884 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9885
9886 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9887 kernel.
9888 * arm-linux-tdep.c: Likewise.
9889 * config/arm/tm-linux.h: Likewise.
9890
9891 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9892
9893 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9894 * config/arm/nbsd.mt (TM_FILE): Delete.
9895 * config/arm/tm-nbsd.h: Delete.
9896
9897 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9898
9899 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9900 Initialize CALL_DUMMY_LENGTH.
9901
9902 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9903
9904 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9905 function.
9906 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9907 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9908 defines one thing and that is incorrect for this port.
9909 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9910
9911 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9912
9913 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9914
9915 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9916
9917 * win32-nat.c (display_selector): New function. Displays information
9918 about the information returned by GetThreadSelectorEntry API function.
9919 (display_selectors): New function. Displays the infomation of
9920 the selector given as argument, or of CS, DS ans FS selectors
9921 if no argument is given.
9922 ( _initialize_inftarg): Add "w32" as info prefix command.
9923 Add "info w32 selector" as command calling display_selectors.
9924
9925 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9926
9927 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9928 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9929 if not defined.
9930
9931 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9932
9933 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9934
9935 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9936
9937 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9938 (arm_fix_call_dummy): Call it.
9939 (arm_call_dummy_breakpoint_offset): Delete.
9940 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9941 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9942
9943 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9944
9945 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9946 Default to func_frame_chain_valid.
9947 * gdbarch.h, gdbarch.c: Re-generate.
9948 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9949
9950 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9951
9952 * ppc-linux-nat.c: Update copyright.
9953 (fetch_register, store_register): Add tid parameter, don't compute
9954 tid here.
9955 (fetch_ppc_registers, store_ppc_registers): Add tid
9956 parameter. Pass it along to callees.
9957 (fetch_inferior_registers, store_inferior_registers): Compute tid
9958 here, and pass it to calleed functions.
9959 (fill_gregset, supply_fpregset): Clean up formatting.
9960
9961 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9962
9963 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9964 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9965
9966 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9967
9968 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9969 * gdbarch.c gdbarch.h: Regenerate.
9970 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9971 function.
9972 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9973 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9974 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9975
9976 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9977 * arm-tdep.c (arm_get_longjmp_target): New function.
9978 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9979 this to a positive value register arm_get_longjmp_target as the
9980 longjmp handler.
9981 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9982 (arm_linux_init_abi): Set up longjmp description in tdep.
9983 * armnbsd-nat.c (get_longjmp_target): Delete.
9984 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9985 description in tdep.
9986 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9987 (get_longjmp_target): Delete declaration.
9988 (GET_LONGJMP_TARGET): Delete.
9989 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9990 (GET_LONGJMP_TARGET): Delete.
9991
9992 2002-02-17 Kevin Buettner <kevinb@redhat.com>
9993
9994 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9995 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9996 of ``current_gdbarch''.
9997
9998 2002-02-17 Tom Tromey <tromey@redhat.com>
9999
10000 * cli/cli-cmds.c (compare_strings): New function.
10001 (complete_command): Only print each unique item once.
10002 * completer.h (complete_line): Declare.
10003 * completer.c (complete_line): New function.
10004 (line_completion_function): Use it.
10005
10006 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10007
10008 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10009 * gdbarch.h, gdbarch.c: Re-generate.
10010
10011 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10012
10013 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10014
10015 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10016
10017 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10018 * valops.c (value_arg_coerce): Don't take the address of a reference
10019 to convert an argument to a reference.
10020
10021 2002-02-15 Christopher Faylor <cgf@redhat.com>
10022
10023 * win32-nat.c (get_image_name): New function.
10024 (handle_load_dll): Use get_image_name function.
10025 (get_child_debug_event): Avoid registering debug events until possibly
10026 execed process is started.
10027 (child_create_inferior): Allow invocation via shell so that command
10028 line redirection, etc. works ok.
10029 (_initialize_inftarg): Add new command: "set shell" to control whether
10030 a shell is used to start a process.
10031
10032 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10033
10034 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10035 instead of find_register_by_number.
10036 (cannot_store_register): Likewise.
10037
10038 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10039
10040 * dwarf2read.c: Replace fprintf (stderr, ...) by
10041 fprintf_unfiltered (gdb_stderr, ...).
10042
10043 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10044
10045 * gdbserver/gdbserver.1: Document --attach.
10046
10047 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10048
10049 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10050 descriptions.
10051 * arm-tdep.c (arm_default_arm_le_breakpoint)
10052 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10053 (arm_default_thumb_be_breakpoint): New. Initialize them from
10054 traditional breakpoint defines.
10055 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10056 (arm_gdbarch_init): Initialize new breakpoint variables.
10057 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10058 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10059 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10060 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10061 code out to ...
10062 (arm_netbsd_init_abi_common): ... here; new function.
10063 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10064 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10065 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10066 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10067
10068 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10069
10070 * arm-tdep.h (enum arm_abi): New enum.
10071 (struct gdbarch_tdep): New structure.
10072 (LOWEST_PC): Provide a default.
10073 (arm_gdbarch_register_os_abi): Declare new function.
10074 * arm-tdep.c (arm_abi_names): New array.
10075 (process_note_abi_tag_sections): New function.
10076 (get_elfosabi): New function.
10077 (arm_gdbarch_register_os_abi): New function.
10078 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10079 support for that ABI has been built in, then call the appropriate
10080 configuration routine. Use gdbarch_num_regs() to get the number
10081 of registers.
10082 (arm_dump_tdep): New function.
10083 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10084 place-holder functions.
10085 (_initialize_arm_tdep): Register them.
10086 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10087
10088 * armnbsd-tdep.c: New file.
10089 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10090 * config/arm/nbsd.mt (TDEPFILES): Add it.
10091 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10092
10093 * armnbsd-nat.c: Include regcache.h.
10094 * Makefile.in (armnbsd-nat.o): Update dependency list.
10095
10096 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10097
10098 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10099
10100 * gdbserver/Makefile.in: Fix typos in target rules.
10101
10102 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10103
10104 Fix part of PR gdb/267.
10105 * linespec.c (find_methods): Handle constructors specially for now.
10106
10107 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10108
10109 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10110 handling.
10111 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10112 standard_coerce_float_to_double().
10113
10114 2002-02-14 Christopher Faylor <cgf@redhat.com>
10115
10116 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10117 GDBINIT_FILENAME.
10118
10119 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10120
10121 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10122 find_variant_by_name, because it confuses the multiarch
10123 framework. Return NULL if there isn't an architecture with the
10124 user supplied name, instead of forcing a different one without
10125 recording the change with the multiarch machinery.
10126 (find_variant_by_name): Delete.
10127
10128 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10129
10130 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10131 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10132
10133 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10134
10135 * stack.c (print_frame_info_base): When calling
10136 print_frame_info_listing_hook, set current_source_symtab.
10137
10138 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10139
10140 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10141 and remove unused $(INCLUDE_DIR).
10142 Add regcache.c to OBS.
10143 Add generated register protocol files to clean target.
10144 Update dependencies for new objects, obsolete old target code.
10145
10146 * gdbserver/linux-low.c: Remove all platform-specific code to
10147 new files. Remove various dead code. Update to use regcache
10148 functionality.
10149 * gdbserver/remote-utils.c (fromhex): Add return statement
10150 to quiet warning.
10151 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10152 constant.
10153 (input_interrupt): Add integer parameter to match prototype
10154 of a signal handler.
10155 (outreg): Use register_data ().
10156 (prepare_resume_reply): Use gdbserver_expedite_regs.
10157 * gdbserver/server.c (main): Dynamically allocate own_buf because
10158 PBUFSIZ is no longer constant. Use registers_to_string () and
10159 registers_from_string ().
10160 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10161 for error (), fatal (), and warning (). Update definition of
10162 PBUFSIZ to use regcache functionality. Add include guard.
10163 * gdbserver/utils.c (fatal): Add missing ``const''.
10164 (warning): New function.
10165
10166 * regformats/regdat.sh: Include "regcache.h" in generated files.
10167 Provide init_registers () function.
10168 * regformats/regdef.h: Add prototype for set_register_cache ().
10169 Add include guard.
10170
10171 * gdbserver/linux-arm-low.c: New file.
10172 * gdbserver/linux-i386-low.c: New file.
10173 * gdbserver/linux-ia64-low.c: New file.
10174 * gdbserver/linux-m68k-low.c: New file.
10175 * gdbserver/linux-mips-low.c: New file.
10176 * gdbserver/linux-ppc-low.c: New file.
10177 * gdbserver/linux-sh-low.c: New file.
10178
10179 * gdbserver/regcache.c: New file.
10180 * gdbserver/regcache.h: New file.
10181
10182 * gdbserver/low-linux.c: Removed obsolete file.
10183
10184 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10185
10186 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10187 * config/i386/linux.mt: Likewise.
10188 * config/ia64/linux.mt: Likewise.
10189 * config/m68k/linux.mh: Likewise.
10190 * config/powerpc/linux.mh: Likewise.
10191 * config/mips/linux.mt: Likewise.
10192
10193 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10194
10195 * config/i386/i386lynx.mh: Mark gdbserver variables
10196 as (currently) obsolete for this target.
10197 * config/i386/nbsd.mt: Likewise.
10198 * config/i386/nbsdelf.mt: Likewise.
10199 * config/m32r/m32r.mt: Likewise.
10200 * config/m68k/m68klynx.mh: Likewise.
10201 * config/m68k/nbsd.mt: Likewise.
10202 * config/m68k/sun3os4.mh: Likewise.
10203 * config/mips/vr5000.mt: Likewise.
10204 * config/ns32k/nbsd.mt: Likewise.
10205 * config/pa/hppabsd.mh: Likewise.
10206 * config/pa/hppaosf.mh: Likewise.
10207 * config/powerpc/nbsd.mt: Likewise.
10208 * config/rs6000/rs6000lynx.mh: Likewise.
10209 * config/s390/s390.mt: Likewise.
10210 * config/s390/s390x.mt: Likewise.
10211 * config/sparc/sparclynx.mh: Likewise.
10212 * config/sparc/sun4os4.mh: Likewise.
10213 * config/i386/x86-64linux.mt: Likewise.
10214 * config/sparc/linux.mh: Likewise.
10215
10216 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10217
10218 * configure.tgt: Configure gdbserver only for known working
10219 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10220 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10221 SUBDIRS if it is configured. Update comment for ${nativefile}.
10222 * configure: Regenerated.
10223
10224 2002-02-13 Michael Snyder <msnyder@redhat.com>
10225
10226 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10227
10228 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10229 (default_gcore_mach): Just return 0, work around a problem in bfd.
10230 (default_gcore_target): OK to return NULL if exec_bfd is null.
10231 (make_mem_sec): Use a cast, avoid a warning.
10232
10233 * procfs.c (find_memory_regions_callback): Use a cast instead of
10234 calling host_pointer_to_address (which complains if
10235 sizeof (host pointer) != sizeof (target pointer)).
10236 (procfs_make_note_section): Avoid overflow in psargs string.
10237
10238 * procfs.c (procfs_make_note_section): Make the default
10239 implementation return an error.
10240
10241 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10242
10243 * procfs.c (procfs_make_note_section): Provide a default definition
10244 (for alpha-dec-osf4.0f). Fix typos.
10245
10246 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10247
10248 * linux-proc.c: Add include of regcache.h.
10249 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10250
10251 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10252
10253 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10254 * memattr.c (create_mem_region): Disallow useless empty region.
10255 Regions are half-open intervals, so allow [A..B) [B..C) as
10256 non-overlapping.
10257
10258 2002-02-13 Michael Chastain <mec@shout.net>
10259
10260 * defs.h: Kill CONST_PTR.
10261 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10262 * c-lang.c (c_builtin_types): Likewise.
10263 * ch-lang.c (ch_builtin_types): Likewise.
10264 * f-lang.c (f_builtin_types): Likewise.
10265 * language.c (unknown_builtin_types): Likewise.
10266 * m2-lang.c (m2_builtin_types): Likewise.
10267 * p-lang.c (pascal_builtin_types): Likewise.
10268 * scm-lang.c (c_builtin_types): Likewise.
10269
10270 2002-02-13 Keith Seitz <keiths@redhat.com>
10271
10272 * arm-tdep.h (arm_get_next_pc): Add declaration.
10273
10274 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10275
10276 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10277 with other related struct-returning functions.
10278 (arm_extract_struct_value_address): New function.
10279 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10280 initialize float_format, double_format and long_double_format as
10281 appropriate to the endianness of the target.
10282 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10283 (arm_use_struct_convention): Delete declaration.
10284 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10285
10286 2002-02-13 Keith Seitz <keiths@redhat.com>
10287
10288 * defs.h (core_addr_to_string_nz): New function.
10289
10290 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10291
10292 Apply missing bits of 2002-01-15 patch.
10293 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10294 (fill_fpregset): Use i387_fill_fsave.
10295
10296 2002-02-12 Keith Seitz <keiths@redhat.com>
10297
10298 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10299 (core_addr_to_string_nz): New function.
10300
10301 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10302
10303 * arm-linux-nat.c: Really include arm-tdep.h.
10304 * config/arm/tm-linux.h (struct type, struct value): Declare.
10305
10306 2002-02-11 Michael Snyder <msnyder@redhat.com>
10307
10308 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10309 (gcore section): Ifdef for Solaris and Unixware only.
10310 (procfs_do_thread_registers): Unixware needs one lwpstatus
10311 per thread (not one prstatus or pstatus).
10312 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10313 not over all gdb threads. For unixware, call elfcore_write_pstatus
10314 once before iterating over threads.
10315
10316 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10317
10318 * arm-tdep.h: New file.
10319 * arm-tdep.c: Include arm-tdep.h.
10320 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10321 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10322 (arm_print_float_info, arm_register_type, convert_to_extended)
10323 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10324 (arm_extract_return_value, arm_register_name): Make static.
10325 (arm_software_single_step): Similarly. Fix types in declaration.
10326 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10327 (arm_store_return_value, arm_store_struct_return): New functions.
10328 (arm_gdbarch_init): Register the above functions. Also register
10329 call_dummy_start_offset, sizeof_call_dummy_words,
10330 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10331 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10332 max_register_virtual_size, register_size. Set up
10333 prologue_cache.saved_regs here, rather than ...
10334 (_initialize_arm_tdep): ... here.
10335 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10336 declarations.
10337 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10338 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10339 (arm_print_float_info, arm_register_type, convert_to_extended)
10340 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10341 (arm_extract_return_value, arm_register_name): Delete declarations.
10342 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10343 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10344 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10345 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10346 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10347 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10348 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10349 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10350 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10351 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10352 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10353 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10354 interface.
10355 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10356 * remote-rdi.c remote-rdp.c: Likewise.
10357 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10358 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10359 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10360 definition.
10361
10362 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10363 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10364 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10365 from non-ARM_ prefixed definitions.
10366 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10367 all uses of above.
10368 * remote-rdi.c remote-rdp.c: Likewise.
10369 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10370
10371 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10372
10373 * arm-tdep.c (arm_frameless_function_invocation)
10374 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10375 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10376 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10377 (arm_pop_frame, arm_get_next_pc): Make static.
10378 (arm_gdbarch_init): Register above in gdbarch structure.
10379 (arm_read_fp): Renamed from arm_target_read_fp.
10380 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10381 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10382 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10383 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10384 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10385 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10386 (arm_pc_is_thumb_dummy): Delete declarations.
10387 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10388 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10389 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10390 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10391
10392 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10393
10394 * symtab.c (compare_search_syms): New function.
10395 (sort_search_symbols): New function.
10396 (search_symbols): Sort symbols after searching rather than
10397 before.
10398
10399 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10400
10401 * NEWS: Linux -> GNU/Linux.
10402
10403 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10404
10405 * gdbarch.sh: For for level one methods, disallow a definition
10406 when partially multi-arched. Add comments explaining rationale.
10407 * gdbarch.h: Re-generate.
10408
10409 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10410
10411 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10412 multi-arch partial.
10413
10414 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10415
10416 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10417 field. Use diff -u.
10418 * gdbarch.c: Re-generate.
10419
10420 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10421
10422 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10423 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10424 partial.
10425
10426 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10427
10428 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10429 multi-arch partial.
10430 (PUSH_ARGUMENTS): Switch to using predefault.
10431 * gdbarch.c: Regenerate.
10432
10433 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10434
10435 * valops.c (PUSH_ARGUMENTS): Delete definition.
10436 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10437 partial. Default to default_push_arguments.
10438 * gdbarch.h, gdbarch.c: Regenerate.
10439
10440 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10441
10442 * defs.h (throw_exception): Rename return_to_top_level. Update
10443 comments.
10444 * utils.c (error_stream, internal_verror, quit): Ditto.
10445 * top.c (throw_exception, catcher): Ditto.
10446 * sparclet-rom.c (sparclet_load): Ditto.
10447 * remote.c (interrupt_query, minitelnet): Ditto.
10448 * remote-sds.c (interrupt_query): Ditto.
10449 * remote-mips.c (mips_error, mips_kill): Ditto.
10450 * ocd.c (interrupt_query): Ditto.
10451 * monitor.c (monitor_interrupt_query): Ditto.
10452 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10453 * target.h: Update comment.
10454
10455 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10456
10457 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10458
10459 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10460 default_double_format.
10461 * gdbarch.h, gdbarch.c: Re-generate.
10462 * findvar.c (floatformat_unknown): Delete variable definition.
10463 * doublest.h (floatformat_unknown): Delete variable declaration.
10464
10465 2002-02-09 Jim Blandy <jimb@redhat.com>
10466
10467 * stabsread.c (read_type): Add code to parse Sun's syntax for
10468 prototyped function types.
10469
10470 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10471
10472 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10473 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10474
10475 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10476
10477 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10478 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10479 now _initialize_xcoffsolib gets called again and overrides the
10480 commands from solib.c in a native configuration.
10481
10482 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10483
10484 * doublest.c (store_typed_floating): Don't try to return a value.
10485 Fixes PR gdb/290.
10486
10487 2002-02-08 Jim Blandy <jimb@redhat.com>
10488
10489 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10490 is prototyped and has no arguments, print its argument list as
10491 `(void)'.
10492
10493 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10494
10495 * MAINTAINERS (write-after-approval): Add myself.
10496 (paper-trail): I've escaped!
10497
10498 2002-02-08 Christopher Faylor <cgf@redhat.com>
10499
10500 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10501 changes.
10502 (_initialize_check_for_gdb_ini): Ditto.
10503
10504 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10505
10506 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10507 xaprintf -> xasprintf.
10508
10509 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10510
10511 * win32-nat.c: Remove use of printf and sprintf functions.
10512
10513 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10514
10515 * arm-tdep.c (arm_frame_chain_valid): Make static.
10516 (arm_push_arguments): Likewise.
10517 (arm_gdbarch_init): New function.
10518 (_initialize_arm_tdep): Call it.
10519 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10520 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10521 (FRAME_CHAIN_VALID): Delete.
10522 (arm_frame_chain_valid): Delete declaration.
10523 (PUSH_ARGUMENTS): Delete.
10524 (arm_push_arguments): Delete declaration.
10525 (CALL_DUMMY_P): Delete.
10526
10527 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10528 Corinna Vinschen <vinschen@redhat.com>
10529
10530 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10531 on builtin float types.
10532
10533 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10534
10535 * utils.c: Include <curses.h> before "bfd.h".
10536 * tui/tui-hooks.c: Likewise.
10537 * tui/tui.c: Likewise.
10538 * tui/tuiCommand.c: Likewise.
10539 * tui/tuiData.c: Likewise.
10540 * tui/tuiDataWin.c: Likewise.
10541 * tui/tuiDisassem.c: Likewise.
10542 * tui/tuiGeneralWin.c: Likewise.
10543 * tui/tuiIO.c: Likewise.
10544 * tui/tuiLayout.c: Likewise.
10545 * tui/tuiRegs.c: Likewise.
10546 * tui/tuiSource.c: Likewise.
10547 * tui/tuiSourceWin.c: Likewise.
10548 * tui/tuiStack.c: Likewise.
10549 * tui/tuiWin.c: Likewise.
10550
10551 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10552
10553 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10554 to include space for pseudoregs as well. Update loops accordingly.
10555 (sh_fp_frame_init_saved_regs): Ditto.
10556 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10557
10558 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10559
10560 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10561 Add Richard Earnshaw to Arm maintainers.
10562
10563 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10564
10565 * defs.h (warning_begin): Delete declaration.
10566
10567 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10568 Delete macro.
10569
10570 2002-02-07 Michael Snyder <msnyder@redhat.com>
10571
10572 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10573 Logic bug, remove misplaced else.
10574
10575 2002-02-07 Klee Dienes <klee@apple.com>
10576
10577 * fork-inferior.c (fork_inferior): Add '!' to the list of
10578 characters that need to be quoted when building a string for the
10579 shell. Quote '!' specifically with a backslash, since CSH chokes
10580 when trying to evaluate "str!str".
10581
10582 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10583
10584 * rdi-share/host.h: Only provide a typedef for bool if it is not
10585 defined.
10586
10587 2002-02-04 Michael Snyder <msnyder@redhat.com>
10588
10589 * breakpoint.h (enum bptype): Add new overlay event bp type.
10590 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10591
10592 * breakpoint.c (create_internal_breakpoint): New function.
10593 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10594 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10595 (create_thread_event_breakpoint): Ditto.
10596 (create_solib_event_breakpoint): Ditto.
10597 (create_overlay_event_breakpoint): New function.
10598 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10599 (update_breakpoints_after_exec): Delete and re-initialize
10600 overlay event breakpoints after an exec. Add FIXME comment
10601 about longjmp breakpoint.
10602 (print_it_typical): Ignore overlay event breakpoints.
10603 (print_one_breakpoint): Ditto.
10604 (mention): Ditto.
10605 (bpstat_what): Do not stop for overlay event breakpoints.
10606 (delete_breakpoint): Don't delete overlay event breakpoints.
10607 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10608 (breakpoint_re_set): Re-create overlay event breakpoint.
10609
10610 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10611 (overlay_manual_command): Disable overlay breakpoints.
10612 (overlay_off_command): Disable overlay breakpoints.
10613
10614 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10615
10616 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10617 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10618 to here from config/tm-arm.h.
10619 (coff_sym_is_thumb): Make static.
10620 (arm_elf_make_msymbol_special): New function.
10621 (arm_coff_make_msymbol_special): New function.
10622 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10623 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10624 (coff_sym_is_thumb): Delete declaration.
10625 (arm_elf_make_msymbol_special): Declare.
10626 (arm_coff_make_msymbol_special): Declare.
10627 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10628 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10629
10630 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10631
10632 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10633
10634 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10635
10636 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10637 * gdbarch.c gdbarch.h: Regenerate.
10638 * arch-utils.c (default_print_float_info): New function.
10639 * arch-utils.h (default_print_float_info): Prototype it.
10640 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10641 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10642 (PRINT_FLOAT_INFO): Document it.
10643
10644 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10645 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10646 (PRINT_FLOAT_INFO): Define.
10647
10648 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10649
10650 * win32-nat.c (_initialize_check_for_gdb_ini):
10651 Add typecast to sprintf argument to suppress a warning.
10652
10653 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10654
10655 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10656 to allow easier handling of pass state.
10657 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10658 that gives exception name and address.
10659 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10660 and set last_sig value to ourstatus->value.sig. Some missing
10661 exceptions added.
10662 (child_continue): Correctly report continue_status.
10663 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10664 TARGET_SIGNAL_0 (new default value).
10665 (child_resume): consider sig argument passed to decide if
10666 the exception should be passed to debuggee or not.
10667
10668 2002-02-05 Michael Snyder <msnyder@redhat.com>
10669
10670 * regcache.c (fetch_register): Call target_fetch_register
10671 only if we don't call FETCH_PSEUDO_REGISTER.
10672 (store_register): Call target_store_register only if we
10673 don't call STORE_PSEUDO_REGISTER.
10674
10675 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10676
10677 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10678 ELF_MAKE_MSYMBOL_SPECIAL.
10679 * gdbarch.c, gdbarch.h: Regenerate.
10680 * arch-utils.c (default_make_msymbol_special): New function.
10681 * arch-utils.h (default_make_msymbol_special): Export.
10682 * elfread.c (elf_symtab_read): Compile use of
10683 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10684 multiarched.
10685 * coffread.c (coff_symtab_read): Ditto, for
10686 COFF_MAKE_MSYMBOL_SPECIAL.
10687
10688 2002-02-05 Jim Blandy <jimb@redhat.com>
10689
10690 * solib-svr4.c (svr4_truncate_ptr): New function.
10691 (svr4_relocate_section_addresses): Do the address arithmetic with
10692 the appropriate truncation for target addresses, even when
10693 CORE_ADDR is larger than a target address.
10694
10695 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10696
10697 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10698 to (int *).
10699
10700 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10701
10702 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10703 code.
10704
10705 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10706
10707 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10708
10709 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10710
10711 * gdbserver/linux-low.c: Remove unused include files.
10712
10713 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10714
10715 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10716 (read_inferior_memory): Use it.
10717 (write_inferior_memory): Likewise.
10718
10719 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10720
10721 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10722 grubbing through sys_errlist.
10723
10724 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10725
10726 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10727
10728 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10729 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10730
10731 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10732
10733 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10734 (do_sfunc, set_cmd_sfunc): New functions.
10735
10736 * command.h (struct cmd_list_element): Add field func.
10737 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10738 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10739 * cli/cli-decode.h: Ditto.
10740
10741 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10742 (help_all, help_cmd_list): Ditto.
10743 (find_cmd, complete_on_cmdlist): Ditto.
10744 * top.c (execute_command): Ditto.
10745
10746 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10747 function.sfunc.
10748
10749 * infcmd.c (notice_args_read): Fix function signature.
10750
10751 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10752 * cli/cli-decode.c (add_set_cmd): Ditto.
10753 * utils.c (initialize_utils): Ditto.
10754 * maint.c (_initialize_maint_cmds): Ditto.
10755 * infrun.c (_initialize_infrun): Ditto.
10756 * demangle.c (_initialize_demangler): Ditto.
10757 * remote.c (add_packet_config_cmd): Ditto.
10758 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10759 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10760 * proc-api.c (_initialize_proc_api): Ditto.
10761 * kod.c (_initialize_kod): Ditto.
10762 * valprint.c (_initialize_valprint): Ditto.
10763 * top.c (init_main): Ditto.
10764 * infcmd.c (_initialize_infcmd): Ditto.
10765 * corefile.c (_initialize_core): Ditto.
10766 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10767 * arch-utils.c (initialize_current_architecture): Ditto.
10768 (_initialize_gdbarch_utils): Ditto.
10769 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10770
10771 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10772 * wince.c (_initialize_inftarg): Ditto.
10773 * symfile.c (_initialize_symfile): Ditto.
10774 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10775 * language.c (_initialize_language): Ditto.
10776 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10777
10778 2002-02-04 Michael Snyder <msnyder@redhat.com>
10779
10780 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10781
10782 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10783
10784 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10785 Add rules for building the register data files.
10786
10787 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10788
10789 * regformats/regdat.sh: Add braces to the definition of
10790 expedite_regs_${arch}.
10791
10792 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10793
10794 * regformats/regdef.h (struct reg): Add comment describing the
10795 requirements for offset and size fields.
10796
10797 2002-02-04 Andreas Schwab <schwab@suse.de>
10798
10799 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10800 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10801
10802 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10803
10804 * gdbarch.sh (copyright): Update years in generated header.
10805 (SMASH_TEXT_ADDRESS): Add rule.
10806 * gdbarch.h, gdbarch.c: Re-generate.
10807 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10808 * dbxread.c: Likewise.
10809 * dwarfread.c: Likewise.
10810 * elfread.c: Likewise.
10811 * somread.c: Likewise.
10812
10813 * arm-tdep.c (arm_smash_text_address): New function.
10814 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10815
10816 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10817
10818 Add support for hardware watchpoints on win32 native.
10819 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10820 CONTEXT_DEBUG_REGISTERS.
10821 (dr variable): New variable. Static array containing a local copy
10822 of debug registers.
10823 (debug_registers_changed): New variable. Reflects when debug registers
10824 are changed and need to be written to inferior.
10825 (debug_registers_used): New variable. Reflects when any debug register
10826 was set, used when new threads are created.
10827 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10828 i386-nat code.
10829 (thread_rec): Set dr array if id is the thread of current_event .
10830 (child_continue, child_resume): Change the debug registers for all
10831 threads if debug_registers_changed.
10832 (child_add_thread): Change the debug registers if debug_registers_used.
10833 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10834 Link nm.h to new nm-cygwin.h file.
10835 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10836 of hardware registers.
10837
10838 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10839
10840 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10841 Restore behavour broken by 2002-01-20 Andrew Cagney
10842 <ac131313@redhat.com> IEEE_FLOAT removal.
10843
10844 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10845
10846 * c-valprint.c (c_val_print): Pass a proper valaddr to
10847 cp_print_class_method.
10848 * valops.c (search_struct_method): If there is only one method
10849 and args is NULL, return that method.
10850
10851 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10852
10853 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10854 accessing tag_name directly.
10855
10856 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10857
10858 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10859 of accessing tag_name directly.
10860
10861 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10862
10863 PR gdb/280
10864 * gdbtypes.c (replace_type): New function.
10865 * gdbtypes.h (replace_type): Add prototype.
10866 * stabsread.c (read_type): Use replace_type.
10867
10868 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10869
10870 * Makefile.in (memattr.o): Add missing dependencies rule.
10871
10872 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10873
10874 * breakpoint.c (break_at_finish_command): Really export.
10875 (break_at_finish_at_depth_command): Ditto.
10876 (tbreak_at_finish_command): Ditto.
10877 * hppa-tdep.c: Include completer.h.
10878 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10879 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10880
10881 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10882
10883 * utils.c (do_write): New function.
10884 (error_stream): Rewrite combining the code from error_begin and
10885 verror.
10886 (verror): Rewrite using error_stream.
10887 (error_begin): Delete function.
10888
10889 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10890
10891 * utils.c (error_begin): Make static.
10892 * defs.h (error_begin): Delete declaration.
10893
10894 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10895 (decode_line_1): Use cplusplus_error instead of error_begin,
10896 cplusplus_hint and return_to_top_level.
10897 * coffread.c (coff_symfile_read): Use error instead of error_begin
10898 and return_to_top_level.
10899 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10900
10901 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10902
10903 * language.h (type_error, range_error): Make string parameter
10904 constant.
10905 * language.c (warning_pre_print): Delete extern declaration.
10906 * dwarfread.c (warning_pre_print): Ditto.
10907 * language.c (type_error, range_error): Rewrite to use verror and
10908 vwarning instead of warning_begin.
10909
10910 2002-02-01 Michael Snyder <msnyder@redhat.com>
10911
10912 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10913 (set_ignore_count): Move misplaced comment back where it belongs.
10914
10915 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10916
10917 * command.h (NO_FUNCTION): Delete macro.
10918 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10919 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10920 * tracepoint.c (_initialize_tracepoint): Ditto.
10921 * cli/cli-decode.c (add_set_cmd): Ditto.
10922 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10923
10924 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10925
10926 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10927 Update ``this'' pointer when calling virtual functions.
10928
10929 2002-02-01 Michael Snyder <msnyder@redhat.com>
10930
10931 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10932 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10933
10934 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10935
10936 * regformats/reg-arm.dat: New file.
10937 * regformats/reg-i386.dat: New file.
10938 * regformats/reg-ia64.dat: New file.
10939 * regformats/reg-m68k.dat: New file.
10940 * regformats/reg-mips.dat: New file.
10941 * regformats/reg-ppc.dat: New file.
10942 * regformats/reg-sh.dat: New file.
10943 * regformats/regdef.h: New file.
10944 * regformats/regdat.sh: New file.
10945
10946 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10947
10948 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10949 (arm_frame_args_address, arm_frame_locals_address): New functions.
10950 (arm_frame_num_args): New function.
10951 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10952 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10953 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10954
10955 2002-01-31 Michael Snyder <msnyder@redhat.com>
10956
10957 * breakpoint.c (break_at_finish_command): Export.
10958 (break_at_finish_at_depth_command): Export.
10959 (tbreak_at_finish_command): Export.
10960 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10961 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10962 "txbreak" commands, which are HPPA specific.
10963
10964 * printcmd.c (disassemble_command): Remove an ancient
10965 artifact of an old merge.
10966
10967 * symfile.h (enum overlay_debugging_state):
10968 Define enum constant values for overlay mode.
10969 * symfile.c (overlay_debugging): Use enums instead of literals.
10970 (overlay_is_mapped, overlay_auto_command,
10971 overlay_manual_command): Ditto.
10972
10973 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10974 breakpoint_here_p, breakpoint_inserted_here_p,
10975 breakpoint_thread_match, bpstat_stop_status,
10976 describe_other_breakpoints, check_duplicates, clear_command):
10977 Coding standard fixes.
10978
10979 * target.c (target_xfer_memory): Add spaces, coding standard.
10980 (do_xfer_memory): Add missing line to trust-readonly
10981 code: check bfd SEC_READONLY flag for section.
10982
10983 2002-01-31 Andrew Cagney <ac131313@redhat.com>
10984
10985 * PROBLEMS: Fix typo, 5.1->5.1.1.
10986
10987 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10988
10989 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10990 data symbols, since we search based on textlow and texthigh.
10991 (find_pc_sect_symtab): Likewise.
10992
10993 2002-01-30 Andrew Cagney <ac131313@redhat.com>
10994
10995 * defs.h (vwarning): Declare.
10996 * utils.c (vwarning): New function.
10997 (warning): Call vwarning.
10998 (warning_begin): Delete function.
10999
11000 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11001 the warning message.
11002 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11003 warning_begin.
11004
11005 2002-01-30 Michael Snyder <msnyder@redhat.com>
11006
11007 * NEWS: Mention "set trust-readonly-sections" command.
11008 Mention generate-core-file command.
11009
11010 2002-01-15 Michael Snyder <msnyder@redhat.com>
11011
11012 * target.c: New command, "set trust-readonly-sections on".
11013 (do_xfer_memory): Honor the suggestion to trust readonly sections
11014 by reading them from the object file instead of from the target.
11015 (initialize_targets): Register command "set trust-readonly-sections".
11016
11017 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11018
11019 * parse.c (target_map_name_to_register): Simplify, search regs and
11020 pseudo-regs using a single loop.
11021
11022 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11023
11024 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11025
11026 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11027
11028 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11029 * config/i386/i386v42mp.mh: Add i387-nat.o .
11030 * i386v4-nat.c: Include i387-nat.h.
11031 (supply_fpregset): Use i387_supply_fsave.
11032 (fill_fpregset): Use i387_fill_fsave.
11033
11034 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11035
11036 * arm-tdep.c (arm_call_dummy_words): Define.
11037 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11038 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11039 (CALL_DUMMY_WORDS): Define.
11040 (arm_call_dummy_words): Declare.
11041 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11042 (arm_linux_call_dummy_words): Declare.
11043
11044 2002-01-30 Andreas Schwab <schwab@suse.de>
11045
11046 * m68klinux-nat.c: Fix last change to use regcache_collect
11047 instead of referencing registers[] directly.
11048
11049 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11050
11051 * parse.c (target_map_name_to_register): Delete code wrapped in
11052 #ifdef REGISTER_NAME_ALIAS_HOOK.
11053
11054 2002-01-28 Michael Snyder <msnyder@redhat.com>
11055
11056 * regcache.c (legacy_read_register_gen): Need to be able to
11057 read pseudo-register as well as real register.
11058 (legacy_write_register_gen): Ditto.
11059
11060 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11061
11062 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11063 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11064 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11065 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11066 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11067 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11068 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11069 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11070 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11071 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11072 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11073 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11074 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11075 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11076 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11077 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11078 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11079 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11080 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11081 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11082
11083 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11084
11085 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11086 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11087 (initialize_current_architecture): Update target_byte_order using
11088 information from BFD.
11089 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11090 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11091
11092 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11093
11094 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11095 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11096
11097 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11098 #ifdef INVALID_FLOAT.
11099 * infcmd.c (do_registers_info): Ditto.
11100 * values.c (unpack_double): Ditto. Add comment.
11101
11102 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11103 already commented out.
11104
11105 2002-01-26 Andreas Schwab <schwab@suse.de>
11106
11107 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11108 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11109 registers and add support for PTRACE_GETREGS.
11110
11111 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11112
11113 GDB 5.1.1 released from 5.1 branch.
11114 * NEWS: Add 5.1.1 news.
11115 * README: Sync with 5.1 branch.
11116
11117 2002-01-23 Fred Fish <fnf@redhat.com>
11118
11119 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11120 stabstring on initial malloc. Reallocing will copy it for us,
11121 if necessary.
11122
11123 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11124
11125 * Makefile.in (hpread_h): Delete.
11126 (HFILES_NO_SRCDIR): Remove hpread.h.
11127 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11128 (hpread.o): Update dependencies.
11129 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11130
11131 * hp-psymtab-read.c: Remove file.
11132 * hp-symtab-read.c: Remove file.
11133 * hpread.h: Remove file.
11134
11135 * hpread.c: Merge all contents of hp-psymtab-read.c,
11136 hp-symtab-read.c and hpread.h into this file, as it was prior to
11137 January 1999.
11138
11139 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11140 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11141 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11142 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11143
11144 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11145
11146 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11147 fill_gregset): Call gdbarch_tdep() just once, assign result to
11148 variable and use that, instead of calling the function several
11149 times.
11150
11151 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11152
11153 * configure.host: Accept sparcv9 as alias for sparc64.
11154 * configure.tgt: Likewise.
11155
11156 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11157
11158 * solib-aix5.c (build_so_list_from_mapfile)
11159 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11160 arguments is not reversed.
11161 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11162 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11163
11164 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11165
11166 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11167 modified version of obsolete sh_fetch_pseudo_register.
11168 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11169 (sh4_register_read): New function.
11170 (sh_pseudo_register_write): New function. Renamed and modified
11171 version of obsolete sh_store_pseudo_register.
11172 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11173 (sh4_register_write): New function.
11174 (sh_gdbarch_init): Remove setting of gdbarch function
11175 fetch_pseudo_register and store_pseudo_register. Remove setting of
11176 register_convert_to_raw, register_convert_to_virtual,
11177 register_convertible.
11178 (sh_sh4_register_convertible): Delete. No longer needed. All is
11179 taken care by architecture specific functions
11180 register_read/register_write.
11181 (sh_sh4_register_convert_to_virtual): Make static.
11182 (sh_sh4_register_convert_to_raw): Ditto.
11183
11184 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11185
11186 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11187 (floatformat_is_nan, floatformat_mantissa): Ditto.
11188
11189 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11190 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11191 builtin_type_ieee_double_little,
11192 builtin_type_ieee_double_littlebyte_bigword,
11193 builtin_type_m68881_ext, builtin_type_i960_ext,
11194 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11195 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11196 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11197 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11198
11199 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11200
11201 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11202 parameter. Set frameless flag if it exists and depended of
11203 whether the scanned function is frameless or not.
11204 (xstormy16_skip_prologue): If function is frameless, return
11205 result of xstormy16_scan_prologue().
11206 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11207 call.
11208
11209 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11210
11211 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11212 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11213 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11214 sh_sh4_register_byte, sh_sh4_register_raw_size,
11215 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11216 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11217 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11218 sh_store_pseudo_register, sh_do_pseudo_register): Call
11219 gdbarch_tdep() just once, assign result to variable and use that,
11220 instead of calling the function several times.
11221
11222 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11223
11224 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11225 macros instead of LAST_FPU_CTRL_REGNUM.
11226 (store_register): Likewise.
11227
11228 2002-01-21 Jim Blandy <jimb@redhat.com>
11229
11230 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11231 is up-to-date before running the program, not just when a program
11232 exits.
11233
11234 2002-01-21 Fred Fish <fnf@redhat.com>
11235
11236 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11237 when we have found all instructions we are looking for.
11238
11239 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11240
11241 * arm-tdep.c (arm_register_name): New function.
11242 (arm_registers_names): Make static.
11243 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11244 (arm_register_name): Declare.
11245 (REGISTER_NAME): Use it.
11246
11247 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11248 Kevin Buettner <kevinb@redhat.com>
11249
11250 Convert arm targets to new FRAME interface.
11251 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11252 (arm_frame_find_save_regs): Delete.
11253 (arm_frame_init_saved_regs): New.
11254 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11255 Allocate extra_info as required. Convert all uses of fsr.regs
11256 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11257 to use extra_info.
11258 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11259 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11260 (check_prologue_cache, save_prologue_cache): Likewise.
11261 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11262 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11263 (FRAME_FIND_SAVED_REGS): Delete.
11264 (arm_frame_find_saved_regs): Delete prototype.
11265 (arm_frame_init_saved_regs): New prototype.
11266 (FRAME_INIT_SAVED_REGS): Define.
11267
11268 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11269
11270 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11271
11272 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11273
11274 From Jeff Law <law@redhat.com>:
11275 * infttrace.c: Include <sys/pstat.h>.
11276 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11277 exec file if the ttrace equivalent fails.
11278
11279 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11280
11281 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11282 (closeLogFile): Ditto.
11283
11284 2002-01-20 Michael Chastain <mec@shout.net>
11285
11286 * top.c (print_gdb_version): Bump copyright year to 2002.
11287
11288 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11289
11290 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11291 Zannoni and Eli Zaretskii.
11292
11293 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11294
11295 * buildsym.c: Update copyright years.
11296 * c-typeprint.c: Likewise.
11297 * dwarf2read.c: Likewise.
11298 * f-typeprint.c: Likewise.
11299 * gdbtypes.c: Likewise.
11300 * gdbtypes.h: Likewise.
11301 * hp-symtab-read.c: Likewise.
11302 * hpread.c: Likewise.
11303 * mdebugread.c: Likewise.
11304 * p-typeprint.c: Likewise.
11305
11306 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11307
11308 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11309 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11310 byte-order selectable.
11311 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11312 * arch-utils.c: Ditto.
11313 (set_endian): Ditto.
11314 (set_endian_from_file): Ditto.
11315 * gdbserver/low-sim.c (create_inferior): Ditto.
11316 * gdbarch.sh: Ditto.
11317 * gdbarch.h: Re-generate.
11318 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11319 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11320 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11321 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11322 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11323 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11324 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11325 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11326 macro definition.
11327 * config/mips/tm-wince.h: Remove #undef of macro
11328 TARGET_BYTE_ORDER_SELECTABLE.
11329 * config/sh/tm-wince.h: Ditto.
11330
11331 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11332
11333 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11334 member function fields. Add accessor macro
11335 TYPE_FN_FIELD_ARTIFICIAL.
11336 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11337 * c-typeprint.c (c_type_print_base): Skip artificial member
11338 functions.
11339
11340 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11341
11342 * f-typeprint.c: Delete unused function f_type_print_args.
11343 * p-typeprint.c: Delete unused function pascal_type_print_args.
11344
11345 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11346
11347 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11348 comment. Add ``artificial'' to ``union field_location''.
11349
11350 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11351
11352 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11353 * mdebugread.c (parse_symbol): Likewise.
11354 * stabsread.c (define_symbol): Likewise.
11355 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11356 initializing TYPE_FIELD_BITPOS to n (obsolete).
11357 (hpread_doc_function_type): Likewise.
11358 * hpread.c (hpread_function_type): Likewise.
11359
11360 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11361
11362 * configure.in (host_makefile_frag): Only require a host makefile
11363 fragment when a native build.
11364 * configure: Re-generate.
11365
11366 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11367
11368 * doublest.h (floatformat_from_type): Declare.
11369 * doublest.c (floatformat_from_type): New function.
11370 (convert_typed_floating): Use.
11371
11372 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11373 call to function floatformat_from_type.
11374
11375 * gdbarch.sh (IEEE_FLOAT): Delete.
11376 * gdbarch.h, gdbarch.c: Re-generate.
11377 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11378 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11379 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11380 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11381 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11382 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11383 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11384 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11385 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11386 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11387 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11388 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11389
11390 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11391 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11392 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11393 * sh-tdep.c (sh_gdbarch_init): Ditto.
11394 * mips-tdep.c (mips_gdbarch_init): Ditto.
11395 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11396 * cris-tdep.c (cris_gdbarch_init): Ditto.
11397
11398 2002-01-20 Jiri Smid <smid@suse.cz>
11399
11400 * configure.host, configure.tgt: Support x86-64.
11401 * NEWS: Note new target x86-64.
11402
11403 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11404 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11405 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11406 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11407 x86-64-linux-nat.o): Fix dependencies.
11408
11409 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11410
11411 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11412 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11413 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11414 * config/sparc/xm-sun4os4.h: Delete file.
11415 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11416
11417 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11418
11419 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11420 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11421 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11422 * config/i386/i386lynx.mh (XM_FILE): Delete.
11423 * config/rs6000/xm-rs6000ly.h: Delete file.
11424 * config/sparc/xm-sparclynx.h: Delete file.
11425 * config/m68k/xm-m68klynx.h: Delete file.
11426 * config/i386/xm-i386lynx.h: Delete file.
11427 * config/xm-lynx.h: Delete file.
11428 * config/djgpp/fnchange.lst: Update.
11429
11430 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11431
11432 * alpha-tdep.c (alpha_register_byte): New function.
11433 (alpha_register_raw_size): Ditto.
11434 (alpha_register_virtual_size): Ditto.
11435 (alpha_skip_prologue_internal): Renamed from
11436 alpha_skip_prologue.
11437 (alpha_skip_prologue): New version that calls
11438 alpha_skip_prologue_internal.
11439 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11440 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11441 second argument from alpha_skip_prologue.
11442 (REGISTER_BYTE): Use alpha_register_byte.
11443 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11444 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11445 (FRAMELESS_FUNCTION_INVOCATION): Use
11446 generic_frameless_function_invocation_not.
11447 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11448 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11449
11450 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11451
11452 * config/mips/xm-news-mips.h: Delete file.
11453 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11454
11455 * config/m88k/xm-m88k.h: Delete file.
11456 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11457 * config/m88k/xm-delta88v4.h: Ditto.
11458 * config/m88k/xm-delta88.h: Ditto.
11459
11460 * config/alpha/xm-fbsd.h: Delete file.
11461 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11462
11463 * config/sparc/xm-sparc.h: Delete file.
11464 * Makefile.in (xm-sun4os4.h): Delete dependency.
11465 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11466 * config/sparc/xm-sun4os4.h: Ditto.
11467 * config/sparc/xm-linux.h: Ditto.
11468
11469 * config/i386/xm-windows.h: Delete file.
11470
11471 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11472
11473 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11474 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11475
11476 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11477
11478 * alpha-tdep.c (alpha_call_dummy_words): New.
11479 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11480 (CALL_DUMMY_P): Define.
11481 (CALL_DUMMY_WORDS): Define.
11482 (SIZEOF_CALL_DUMMY_WORDS): Define.
11483
11484 2002-01-19 Per Bothner <per@bothner.com>
11485
11486 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11487 isn't NULL, which can happen with some gcj-3.x-produced code.
11488
11489 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11490
11491 * alpha-tdep.c (alpha_register_virtual_type): New function.
11492 (alpha_init_frame_pc_first): Ditto.
11493 (alpha_fix_call_dummy): Ditto.
11494 (alpha_store_struct_return): Ditto.
11495 (alpha_extract_struct_value_address): Ditto.
11496 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11497 alpha_register_virtual_type.
11498 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11499 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11500 alpha_extract_struct_value_address.
11501 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11502 (INIT_FRAME_PC): Use init_frame_pc_noop.
11503 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11504
11505 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11506
11507 * i386gnu-nat.c: Include "i386-tdep.h".
11508 (fetch_fpregs): Simplify code dealing with uninitialized floating
11509 point states such that it doesn't require FP7_REGNUM.
11510
11511 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11512
11513 * alpha-tdep.c (frame_extra_info): New.
11514 (alpha_find_saved_regs): Make static. Use
11515 frame->extra_info.
11516 (alpha_frame_init_saved_regs): New function.
11517 (alpha_frame_saved_pc): Use frame->extra_info.
11518 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11519 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11520 (init_extra_frame_info): Rename to...
11521 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11522 (alpha_print_extra_frame_info): New function.
11523 (alpha_frame_locals_address): Ditto.
11524 (alpha_frame_args_address): Ditto.
11525 (alpha_pop_frame): Use frame->extra_info.
11526 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11527 alpha_frame_args_address.
11528 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11529 (alpha_find_saved_regs): Remove prototype.
11530 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11531 (EXTRA_FRAME_INFO): Remove.
11532 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11533 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11534
11535 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11536
11537 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11538 (alpha_cannot_fetch_register): Ditto.
11539 (alpha_cannot_store_register): Ditto.
11540 (alpha_register_convertible): Ditto.
11541 (alpha_use_struct_convention): Ditto.
11542 * config/alpha/tm-alpha.h: Update copyright years.
11543 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11544 (INNER_THAN): Use core_addr_lessthan.
11545 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11546 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11547 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11548 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11549 (FRAME_CHAIN): Remove unnecessary cast.
11550
11551 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11552
11553 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11554 obsolete.
11555
11556 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11557
11558 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11559 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11560 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11561 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11562 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11563 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11564 * x86-64-linux-nat.c: Ditto.
11565
11566 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11567
11568 * alpha-tdep.c (alpha_register_name): New function.
11569 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11570 (REGISTER_NAME): Define.
11571
11572 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11573
11574 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11575
11576 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11577
11578 * alpha-tdep.c: Update copyright years.
11579 (alpha_next_pc): New function.
11580 (alpha_software_single_step): Ditto.
11581 * config/alpha/tm-alpha.h: Add prototype for
11582 alpha_software_single_step.
11583
11584 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11585
11586 * alphabsd-nat.c: Update copyright years.
11587 (fill_gregset): Use regcache_collect.
11588 (fill_fpregset): Likewise.
11589 (fetch_inferior_registers): Only fetch integer registers
11590 if requested to do so.
11591 (store_inferior_registers): Only store integer registers
11592 if requested to do so.
11593
11594 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11595
11596 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11597 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11598 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11599 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11600 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11601 * config/arm/linux.mh (XDEPFILES): Delete.
11602 * config/arm/nbsd.mh (XDEPFILES): Delete.
11603 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11604 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11605 * config/i386/i386m3.mh (XDEPFILES): Delete.
11606 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11607 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11608 * config/i386/fbsd.mh (XDEPFILES): Delete.
11609 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11610 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11611 * config/i386/i386v4.mh (XDEPFILES): Delete.
11612 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11613 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11614 * config/i386/i386aix.mh (XDEPFILES): Delete.
11615 * config/i386/go32.mh (XDEPFILES): Delete.
11616 * config/i386/cygwin.mh (XDEPFILES): Delete.
11617 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11618 * config/i386/i386mach.mh (XDEPFILES): Delete.
11619 * config/i386/i386v32.mh (XDEPFILES): Delete.
11620 * config/i386/linux.mh (XDEPFILES): Delete.
11621 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11622 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11623 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11624 * config/i386/i386sco.mh (XDEPFILES): Delete.
11625 * config/i386/i386v.mh (XDEPFILES): Delete.
11626 * config/i386/nbsd.mh (XDEPFILES): Delete.
11627 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11628 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11629 * config/i386/symmetry.mh (XDEPFILES): Delete.
11630 * config/i386/obsd.mh (XDEPFILES): Delete.
11631 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11632 * config/ia64/linux.mh (XDEPFILES): Delete.
11633 * config/ia64/aix.mh (XDEPFILES): Delete.
11634 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11635 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11636 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11637 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11638 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11639 * config/m68k/linux.mh (XDEPFILES): Delete.
11640 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11641 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11642 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11643 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11644 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11645 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11646 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11647 * config/m88k/delta88.mh (XDEPFILES): Delete.
11648 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11649 * config/m88k/m88k.mh (XDEPFILES): Delete.
11650 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11651 * config/mips/linux.mh (XDEPFILES): Delete.
11652 * config/mips/irix6.mh (XDEPFILES): Delete.
11653 * config/mips/irix5.mh (XDEPFILES): Delete.
11654 * config/mips/irix4.mh (XDEPFILES): Delete.
11655 * config/mips/irix3.mh (XDEPFILES): Delete.
11656 * config/mips/decstation.mh (XDEPFILES): Delete.
11657 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11658 (NATDEPFILES): Move core-aout.o to here.
11659 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11660 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11661 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11662 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11663 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11664 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11665 * config/pa/hpux11.mh (XDEPFILES): Delete.
11666 * config/powerpc/aix.mh (XDEPFILES): Delete.
11667 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11668 * config/powerpc/linux.mh (XDEPFILES): Delete.
11669 * config/romp/rtbsd.mh: Rename XDEPFILES.
11670 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11671 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11672 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11673 * config/s390/s390.mh (XDEPFILES): Delete.
11674 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11675 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11676 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11677 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11678 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11679 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11680 * config/sparc/linux.mh (XDEPFILES): Delete.
11681 * config/vax/vaxult.mh (XDEPFILES): Delete.
11682 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11683 * Makefile.in (DEPFILES): Remove XDEPFILES.
11684
11685 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11686
11687 * utils.c (internal_verror): Fix comments, default is yes not no.
11688 Update queries to match. Default to quit and dump core.
11689
11690 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11691
11692 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11693 copyright.
11694 * defs.h, event-top.c, gdbcmd.h: Ditto.
11695 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11696 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11697 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11698 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11699 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11700 * mi/mi-main.c:Ditto.
11701
11702 * stack.c, symfile.c: Update copyright.
11703
11704 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11705
11706 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11707 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11708 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11709 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11710
11711 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11714 * gdbserver/low-lynx.c (myattach): Likewise.
11715 * gdbserver/low-nbsd.c (myattach): Likewise.
11716 * gdbserver/low-sim.c (myattach): Likewise.
11717 * gdbserver/low-sparc.c (myattach): Likewise.
11718 * gdbserver/low-sun3.c (myattach): Likewise.
11719
11720 * gdbserver/low-linux.c (myattach): New function.
11721
11722 * gdbserver/server.c (attach_inferior): New function.
11723 (main): Handle "--attach".
11724
11725 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11726
11727 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11728 maintainer.
11729
11730 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11731
11732 * c-typeprint.c (is_type_conversion_operator): Add additional
11733 check for non-conversion operators.
11734
11735 2002-01-15 Michael Snyder <msnyder@redhat.com>
11736
11737 * linux-proc.c: Add "info proc" command, a la procfs.c.
11738 (read_mapping): New function, abstract and re-use code.
11739 (linux_find_memory_regions): Use new func read_mapping.
11740 (linux_info_proc_cmd): New function, implement "info proc".
11741 (_initialize_linux_proc): Add new command "info proc".
11742
11743 2002-01-15 Michael Snyder <msnyder@redhat.com>
11744
11745 * symfile.c (generic_load): Use bfd_map_over_sections method
11746 instead of manipulating bfd structure members directly.
11747 (add_section_size_callback): New function, bfd sections callback
11748 used by generic_load.
11749 (load_sections_callback): New function, bfd sections callback
11750 used by generic_load.
11751
11752 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11753
11754 [Based on work by Jim Blandy]
11755 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11756 (builtin_type_vec128): Export.
11757 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11758 types.
11759 (builtin_type_vec128): New builtin type for 128 bit vector
11760 registers.
11761 (build_gdbtypes): Initialize builtin_type_v16qi and
11762 builtin_type_v8hi. Create the vec128 register builtin type
11763 structure.
11764 (build_builtin_type_vec128): New function.
11765 (_initialize_gdbtypes): Register builtin_type_v16qi and
11766 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11767 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11768 AltiVec register to new builtin type.
11769
11770 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11771
11772 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11773 to make_cv_type.
11774
11775 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11776
11777 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11778 CLEAN_UP_REGISTER_VALUE.
11779 * regcache.c (supply_register): Update only call.
11780
11781 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11782
11783 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11784 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11785 a29k-*-vxworks* targets as obsolete.
11786
11787 2002-01-14 Michael Snyder <msnyder@redhat.com>
11788
11789 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11790 until we can resolve portability issues.
11791 * gregset.h: Remove references to fpxregs.
11792 * gcore.c (gcore_command): Initialize note_sec to NULL.
11793
11794 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11795
11796 * signals.c (target_signal_to_name): Rewrite. Only use
11797 signals[].name when in bounds and non-NULL.
11798
11799 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11800
11801 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11802 * signals.c (target_signal_to_name): Verify that SIG is within the
11803 bounds of the signals array.
11804
11805 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11806
11807 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11808
11809 2002-01-13 Keith Seitz <keiths@redhat.com>
11810
11811 * stack.c (print_frame_info_base): Print the frame's pc
11812 only if when print_frame_info_listing_hook is not defined.
11813
11814 2002-01-13 Keith Seitz <keiths@redhat.com>
11815
11816 * varobj.c (varobj_set_value): Make sure that there were no
11817 errors evaluating the object before attempting to set its
11818 value.
11819 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11820 so this offset adjustment is no longer necessary.
11821 (create_child): Don't set the error flag if the child is
11822 a CPLUS_FAKE_CHILD.
11823 (value_of_child): If value_fetch_lazy fails, return NULL
11824 so that callers will be notified that an error occurred.
11825 (c_value_of_variable): Delay check of variable's validity
11826 until later. We actually want all structs and unions to have
11827 the value "{...}".
11828 Do not return "???" for variables which could not be evaluated.
11829 This error condition must be returned to the caller so that it
11830 can get the error condition from gdb.
11831 (cplus_name_of_child): Adjust index for vptr before figuring
11832 out the name of the child.
11833 (cplus_value_of_child): If a child's (real) parent is not valid,
11834 don't even bother trying to give a value for it. Just return
11835 an error. Change all instances in this function.
11836 (cplus_type_of_child): If our parent is one of the "fake"
11837 parents, we need to get at the type of the real parent, and
11838 derive the child's true type using this information.
11839
11840 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11841
11842 From 2002-01-09 John Marshall <johnm@falch.net>:
11843 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11844 sources.redhat.com, and tweak some related URLs which had
11845 suffered from linkrot.
11846
11847 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11848
11849 From Jeff law:
11850 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11851 structures passed in registers.
11852
11853 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11854
11855 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11856 white space which prevented compilation. Reported by DSK
11857 <dsk@student.unsw.edu.au>.
11858
11859 2002-01-11 Michael Snyder <msnyder@redhat.com>
11860
11861 * symfile.c (build_section_addr_info_from_section_tab):
11862 Use bfd access method instead of manipulating bfd directly.
11863 (syms_from_objfile): Ditto.
11864 (simple_overlay_update_1): Ditto.
11865 (simple_overlay_update): Ditto.
11866 (generic_load): Ditto.
11867 (overlay_unmapped_address): FIXME comment, bfd access methods.
11868 (sections_overlap): FIXME comment, bfd access methods.
11869 (pc_in_mapped_range): FIXME comment, bfd access methods.
11870 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11871 (section_is_mapped): FIXME comment, bfd access methods.
11872 (section_is_overlay): FIXME comment, bfd access methods.
11873
11874 * symfile.c (generic_load): Whitespace and long line cleanups.
11875 Remove duplicate variable, change several local variables to
11876 more appropriate data types.
11877 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11878
11879 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11880
11881 From Peter Schauer:
11882 * language.c (longest_local_hex_string_custom): Use phex_nz to
11883 convert NUM to a hex string.
11884
11885 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11886
11887 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11888 the function.
11889 Update Copyright year.
11890
11891 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11892
11893 * language.c (longest_raw_hex_string): Delete unused function.
11894
11895 2002-01-11 Petr Sorfa <petrs@caldera.com>
11896
11897 * MAINTAINERS (write-after-approval): Add myself.
11898 * dwarf2read.c (read_tag_string_type): Handling of
11899 DW_AT_byte_size.
11900 (read_tag_string_type): FORTRAN fix to prevent propagation of
11901 first string size.
11902 (set_cu_language): Handling of DW_LANG_Fortran95
11903
11904 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11905
11906 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11907 GETPID(inferior_ptid).
11908 (store_inferior_registers): Likewise.
11909
11910 2002-01-10 Jason Merrill <jason@redhat.com>
11911
11912 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11913 Fix DW_OP_minus.
11914
11915 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11916
11917 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11918 and bfd/elf32-sh-nbsd.c.
11919
11920 2002-01-10 Michael Snyder <msnyder@redhat.com>
11921
11922 * NEWS: Mention --pid and corefile/proc-id behavior change.
11923
11924 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11925 * gcore.c: Include cli/cli-decode.h instead of command.h.
11926
11927 * main.c (captured_main): Add new command line option "--pid".
11928 If the second command line argument (following the symbol-file)
11929 begins with a digit, try to attach to it before trying to open
11930 it as a corefile.
11931 (print_gdb_help): Document the "--pid" argument.
11932
11933 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11934
11935 * completer.c (command_completer): New function.
11936
11937 * completer.h <command_completer>: Add prototype.
11938
11939 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11940 completer for the "help" command.
11941
11942 2002-01-09 Jason Merrill <jason@redhat.com>
11943
11944 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11945
11946 2002-01-09 Michael Snyder <msnyder@redhat.com>
11947
11948 * i386-linux-nat.c (fill_fpxregset): Make global.
11949 (store_fpxregset): Ditto.
11950
11951 * gregset.h (gdb_fpxregset_t): Define.
11952 (supply_fpxregset): Prototype.
11953 (fill_fpxregset): Prototype.
11954
11955 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11956
11957 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11958
11959 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11960 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11961 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11962
11963 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11964
11965 * MAINTAINERS: Update target maintainer rules so that any
11966 Maintainer can approve a tested patch for a maintenance-only
11967 target.
11968
11969 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11970
11971 * MAINTAINERS (write-after-approval): Add myself.
11972
11973 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11974 IN_SIGTRAMP.
11975
11976 2002-01-08 Michael Snyder <msnyder@redhat.com>
11977
11978 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11979 real name of the executable, rather than the /proc name.
11980
11981 2002-01-03 Michael Snyder <msnyder@redhat.com>
11982
11983 Implement a "generate-core-file" command in gdb, save target state.
11984 * gcore.c: New file. Implement new command 'generate-core-file'.
11985 Save a corefile image of the current state of the inferior.
11986 * linux-proc.c: Add linux-specific code for saving corefiles.
11987 * target.h (struct target_ops): Add new target vectors for saving
11988 corefiles; to_find_memory_regions and to_make_corefile_notes.
11989 (target_find_memory_regions): New macro.
11990 (target_make_corefile_notes): New macro.
11991 * target.c (update_current_target): Inherit new target methods.
11992 (dummy_find_memory_regions): New place-holder method.
11993 (dummy_make_corefile_notes): New place-holder method.
11994 (init_dummy_target): Initialize new dummy target vectors.
11995 * exec.c (exec_set_find_memory_regions): New function.
11996 Allow the exec_ops vector for memory regions to be taken over.
11997 (exec_make_note_section): New function, target vector method.
11998 * defs.h (exec_set_find_memory_regions): Export prototype.
11999 * procfs.c (proc_find_memory_regions): New function, corefile method.
12000 (procfs_make_note_section): New function, corefile method.
12001 (init_procfs_ops): Set new target vector pointers.
12002 (find_memory_regions_callback): New function.
12003 (procfs_do_thread_registers): New function.
12004 (procfs_corefile_thread_callback): New function.
12005 * sol-thread.c (sol_find_memory_regions): New function.
12006 (sol_make_note_section): New function.
12007 (init_sol_thread_ops): Initialize new target vectors.
12008 * inftarg.c (inftarg_set_find_memory_regions): New function.
12009 Allow to_find_memory_regions vector to be taken over.
12010 (inftarg_set_make_corefile_notes): New function.
12011 Allow to_make_corefile_notes vector to be taken over.
12012 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12013 interface layer if not target_has_execution (may be a corefile).
12014 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12015 * config/sparc/sun4sol2.mh: Ditto.
12016 * config/alpha/alpha-linux.mh: Ditto.
12017 * config/arm/linux.mh: Ditto.
12018 * config/i386/x86-64linux.mh: Ditto.
12019 * config/ia64/linux.mh: Ditto.
12020 * config/m68k/linux.mh: Ditto.
12021 * config/mips/linux.mh: Ditto.
12022 * config/powerpc/linux.mh: Ditto.
12023 * config/sparc/linux.mh: Ditto.
12024
12025 2002-01-07 Michael Snyder <msnyder@redhat.com>
12026
12027 * arm-linux-nat.c: Remove references to regcache.c internal data
12028 (registers[] and register_valid[]).
12029
12030 2002-01-07 Michael Snyder <msnyder@redhat.com>
12031
12032 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12033 so that attaching to a pid will automatically read the process's
12034 symbol file and shlibs.
12035 * Makefile.in: Add rule for linux-proc.o.
12036 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12037 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12038 * config/arm/linux.mh: Ditto.
12039 * config/i386/linux.mh: Ditto.
12040 * config/i386/x86-64linux.mh: Ditto.
12041 * config/ia64/linux.mh: Ditto.
12042 * config/m68k/linux.mh: Ditto.
12043 * config/mips/linux.mh: Ditto.
12044 * config/powerpc/linux.mh: Ditto.
12045 * config/sparc/linux.mh: Ditto.
12046
12047 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12048
12049 * win32-nat.c: Add i386-tdep.h dependency.
12050
12051 2002-01-07 Michael Snyder <msnyder@redhat.com>
12052
12053 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12054 instead of bfd_get_arch_size. Don't bail out just because
12055 there's no exec_bfd.
12056
12057 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12058 * p-valprint.c (pascal_object_print_value): Ditto.
12059 * somread.c (som_symtab_read): Ditto.
12060 * symfile.c (simple_free_overlay_region_table): Ditto.
12061 * valops.c (value_assign): Ditto.
12062
12063 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12064 use tilde_expand and strerror for opening save-tracepoints file.
12065
12066 * thread-db.c (thread_db_new_objfile): Indendation fix.
12067
12068 * infptrace.c (GDB_MAX_ALLOCA): New define.
12069 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12070 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12071 can be overridden with whatever value is appropriate to the host).
12072 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12073 alloca to allocate potentially large buffer.
12074 * rs6000-nat.c (child_xfer_memory): Ditto.
12075 * symm-nat.c (child_xfer_memory): Ditto.
12076 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12077
12078 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12079
12080 From Nick Clifton <nickc@redhat.com>
12081 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12082
12083 2002-01-07 Michael Snyder <msnyder@redhat.com>
12084
12085 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12086 Don't use exec_bfd if it's NULL.
12087
12088 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12089
12090 * valops.c (value_arg_coerce): Fix formatting.
12091
12092 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12093
12094 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12095 * gnu-nat.c: Ditto.
12096
12097 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12098
12099 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12100 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12101 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12102 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12103 z8k-coff have not been multi-arched. Update z8k-coff build
12104 status.
12105
12106 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12107
12108 * MAINTAINERS: Mark a29k target as obsolete.
12109 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12110 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12111 comments.
12112 * NEWS: Note that a29k targets are obsolete.
12113 * a29k-tdep.c: Mark as obsolete.
12114 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12115 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12116 a29k-*-vxworks* targets as obsolete.
12117 * remote-adapt.c: Obsolete.
12118 * remote-eb.c: Obsolete.
12119 * remote-mm.c: Obsolete.
12120 * remote-udi.c: Obsolete.
12121 * config/a29k/a29k-udi.mt: Obsolete.
12122 * config/a29k/a29k.mt: Obsolete.
12123 * config/a29k/tm-a29k.h: Obsolete.
12124 * config/a29k/tm-vx29k.h: Obsolete.
12125 * config/a29k/vx29k.mt: Obsolete.
12126
12127 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12128
12129 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12130 with BFD_ENDIAN_BIG.
12131
12132 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12133
12134 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12135 * configure, config.in: Re-generate.
12136 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12137 * defs.h: Do not include <endian.h>.
12138
12139 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12140
12141 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12142 * config.in: Regenerate.
12143 * configure.in: Update copyright years.
12144 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12145 * configure: Regenerate.
12146 * i386bsd-nat.c: Update copyright years.
12147 (fill_gregset): Use regcache_collect.
12148 (fetch_inferior_registers): Only fetch integer registers
12149 if requested to do so. Add support for XMM registers
12150 using PT_GETXMMREGS.
12151 (store_inferior_registers): Only store integer registers
12152 if requested to do so. Add support for XMM registers
12153 using PT_SETXMMREGS.
12154 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12155 (store_inferior_registers): Remove.
12156 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12157 (fetch_elfcore_registers): New function.
12158 (i386nbsd_elfcore_fns): New.
12159 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12160 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12161 i386bsd-nat.o.
12162 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12163 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12164 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12165 * config/i386/tm-nbsd.h: Update copyright years.
12166 (HAVE_SSE_REGS): Define.
12167 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12168 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12169 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12170 (SIGCONTEXT_PC_OFFSET): Remove.
12171 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12172
12173 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12174
12175 * configure.tgt: Remove powerpc-*-macos* target.
12176 * config/m68k/xm-mpw.h: Delete file.
12177 * config/xm-mpw.h: Delete file.
12178 * ser-mac.c: Delete file.
12179 * mpw-make.sed: Delete file.
12180 * mpw-config.in: Delete file.
12181 * mac-xdep.c: Delete file.
12182 * mac-gdb.r: Delete file.
12183 * mac-defs.h: Delete file.
12184 * mac-nat.c: Delete file.
12185 * config/powerpc/macos.mh: Delete file.
12186 * config/powerpc/macos.mt: Delete file.
12187 * config/powerpc/nm-macos.h: Delete file.
12188 * config/powerpc/tm-macos.h: Delete file.
12189 * source.c (openp, open_source_file): Remove obsolete code.
12190 * top.c (gdb_readline): Ditto.
12191 * utils.c (query): Ditto.
12192 * event-top.c (display_gdb_prompt): Ditto.
12193 * Makefile.in (ser-mac.o): Delete obsolete target.
12194 * NEWS: Update.
12195
12196 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12197
12198 * defs.h (BIG_ENDIAN): Delete macro definition.
12199 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12200 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12201 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12202 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12203 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12204 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12205 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12206 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12207 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12208 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12209 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12210 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12211 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12212 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12213 * gdbarch.c: Re-generate.
12214
12215 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12216
12217 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12218 for core files.
12219
12220 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12221
12222 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12223
12224 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12225
12226 * value.h (value_ptr): Delete typedef.
12227
12228 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12229
12230 * i386nbsd-nat.c: Update copyright years.
12231 Include i386-tdep.h.
12232
12233 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12234
12235 * stabsread.c: Update copyright years.
12236
12237 From Debashis Mahata <debashis.mahata@wipro.com>:
12238 (read_struct_fields): Deal with Sun C compiler erroneous stab
12239 output for structs and unions.
12240 Fix PR gdb/269.
12241
12242 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12243
12244 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12245 prototype.
12246
12247 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12248
12249 * cp-abi.c: Fix whitespace.
12250 (baseclass_offset): New wrapper function.
12251 * cp-abi.h (baseclass_offset): Add prototype.
12252 (struct cp_abi_ops): Add baseclass_offset pointer.
12253
12254 * valops.c (vb_match): Move to...
12255 * gnu-v2-abi.c (vb_match): here.
12256 * valops.c (baseclass_offset): Move to...
12257 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12258
12259 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12260
12261 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12262 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12263 * hpacc-abi.c (init_hpacc_ops): Likewise.
12264
12265 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12266
12267 * valops.c (find_overload_match): Accept obj as a
12268 reference parameter. Update it before returning.
12269 * value.h (find_overload_match): Update prototype.
12270 * eval.c (evaluate_subexp_standard): Pass object to
12271 find_overload_match by reference.
12272
12273 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12274
12275 * valarith.c: Replace value_ptr with struct value pointer. Remove
12276 register attribute from value declarations.
12277 * valops.c: Ditto.
12278 * value.h: Ditto.
12279 * scm-lang.c (scm_lookup_name): Ditto.
12280
12281 2002-01-03 Michael Snyder <msnyder@redhat.com>
12282
12283 Abstract the functionality of iterating over mapped memory
12284 regions into a general purpose iterator function.
12285 * procfs.c (iterate_over_mappings): New function, general purpose
12286 iterator for memory sections.
12287 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12288 (solib_mappings_callback): New function, callback for above.
12289 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12290 (info_mappings_callback): New function, callback for above.
12291
12292 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12293
12294 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12295
12296 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12297 * i386-tdep.c: Include "elf-bfd.h".
12298 (process_note_abi_tag_sections): New function.
12299 (i386_gdbarch_init): Add code to recognize various OS/ABI
12300 combinations.
12301
12302 * maint.c (_initialize_maint_cmds): Add missing \ in
12303 string-literal.
12304
12305 For older changes see ChangeLog-2001
12306 \f
12307 Local Variables:
12308 mode: change-log
12309 left-margin: 8
12310 fill-column: 74
12311 version-control: never
12312 End: