* i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
[binutils-gdb.git] / gdb / ChangeLog
1 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
2
3 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
4 trampolines in sigaction.
5
6 2002-10-31 Andrew Cagney <cagney@redhat.com>
7
8 * h8300-tdep.c: Include "gdb_assert.h".
9 (h8300_print_register): Add gdbarch, file and frame parameters.
10 Use frame_read_unsigned_register to read the register's value.
11 Use fprintf_filtered to display output.
12 (h8300_print_registers_info): Replace h8300_do_registers_info.
13 (h8300_gdbarch_init): Set print_registers_info.
14
15 2002-10-31 Andrew Cagney <cagney@redhat.com>
16
17 * frame.c (frame_read_unsigned_register): New function.
18 (frame_read_signed_register): New function.
19 * frame.h (frame_read_unsigned_register): Declare.
20 (frame_read_signed_register): Declare.
21
22 2002-10-31 Andrew Cagney <cagney@redhat.com>
23
24 * h8500-tdep.c (h8500_print_registers_info): New static function,
25 clone of infcmd.c's default_print_registers_info.
26 (h8500_do_registers_info): New funtion.
27 (h8500_print_register_hook): Rename print_register_hook, make
28 static.
29
30 * config/h8500/tm-h8500.h: Update copyright.
31 (DEPRECATED_DO_REGISTERS_INFO): Define.
32 (h8500_do_registers_info: Declare.
33 (PRINT_REGISTER_HOOK): Delete macro.
34 (print_register_hook): Delete function.
35
36 2002-10-31 Andrew Cagney <cagney@redhat.com>
37
38 * z8k-tdep.c (z8k_print_register_hook): Make static.
39 (z8k_print_registers_info): New static function, clone of
40 infcmd.c's default_print_registers_info.
41 (z8k_do_registers_info): New function. Wrap
42 z8k_print_registers_info.
43 * config/z8k/tm-z8k.h: Update copyright.
44 (PRINT_REGISTER_HOOK): Delete macro.
45 (z8k_print_register_hook): Delete declaration.
46 (DEPRECATED_DO_REGISTERS_INFO): Define.
47 (z8k_do_registers_info): Declare.
48
49 2002-10-30 Joel Brobecker <brobecker@gnat.com>
50
51 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
52 as this is already provided by value.h, and was actually causing
53 a compilation error because of a conflict in parameter type
54 declaration due to a missing const keyword.
55 (low_text_segment_addres): Fix a compilation warning.
56
57 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
58
59 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
60 registers without a name.
61 (mips_linux_cannot_store_register): Don't store registers without
62 a name.
63
64 2002-10-28 David Carlton <carlton@math.stanford.edu>
65
66 * symtab.c (find_addr_symbol): Delete. (It was already commented
67 out.)
68 * symtab.h: Delete prototype for find_addr_symbol.
69
70 2002-10-26 Andrew Cagney <cagney@redhat.com>
71
72 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
73 DO_REGISTERS_INFO.
74 gdbarch.h, gdbarch.c: Re-generate.
75 * infcmd.c (default_print_registers_info): Update reference.
76 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
77 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
78 * sh-tdep.c (sh_gdbarch_init): Ditto.
79 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
80 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
81
82 2002-10-26 Mark Kettenis <kettenis@gnu.org>
83
84 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
85 cfi_init_extra_frame_info.
86 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
87 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
88
89 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
90 target where necessary. Add more comments and remove the ones
91 that don't provide any useful information.
92
93 * i386-tdep.c (i386_frame_saved_pc): Replace call to
94 deprecated_read_register_dummy with
95 frame_unwind_unsigned_register.
96
97 * i386-tdep.c (i386_extract_struct_value_address): Use
98 regcache_raw_read_unsigned instead of
99 regcache_cooked_read_unsigned since we know that the register
100 we're reading isn't a pseudo register. Rename variable 'val' into
101 the more descriptive 'addr'.
102
103 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
104 (x86_64_push_return_address): Add comment.
105 (x86_64_pop_frame): Make static.
106 (examine_argument): Clarify comment.
107 (x86_64_skip_prologue): Make prolog_expact variable static.
108
109 * dwarf2cfi.c: Fix some formatting problems.
110 (context_cpy, read_encoded_pointer): Clarify comments.
111
112 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
113 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
114 i386 target back into x86_64_gdbarch_init. Add some comments and
115 remove meaningless ones.
116
117 2002-10-25 Andrew Cagney <cagney@redhat.com>
118
119 * complaints.h (struct deprecated_complaint): Rename `struct
120 complaint'.
121 * complaints.c (complain): Update.
122 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
123 incorrect comment indicating that "symfile.h" was being included
124 for the `struct complaint' definition.
125 * remote-vx.c: Update.
126 * objc-lang.c: Update.
127 * xcoffread.c: Update.
128 * hpread.c: Update.
129 * mdebugread.c: Update.
130 * stabsread.c: Update.
131 * dwarf2read.c: Update.
132 * dwarfread.c: Update.
133 * elfread.c: Update.
134 * coffread.c: Update.
135 * stabsread.h: Update.
136 * dbxread.c: Update.
137 * buildsym.c: Update.
138 * gdbtypes.c: Update.
139 * macrotab.c: Update.
140
141 2002-10-25 Mark Kettenis <kettenis@gnu.org>
142
143 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
144 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
145 (x86_64_init_abi): ...new function.
146
147 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
148 * i386v-nat.c: Include "i386-tdep.h".
149
150 2002-10-25 Andrew Cagney <cagney@redhat.com>
151
152 * gdbtypes.c (address_space_name_to_int): Update.
153 (address_space_int_to_name): Update.
154 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
155 multi-arch predicate.
156 (address_class_name_to_type_flags): Ditto.
157 * gdbarch.h, gdbarch.c: Re-generate.
158
159 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
160
161 2002-10-24 Martin M. Hunt <hunt@redhat.com>
162
163 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
164
165 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
166
167 * symtab.h (INIT_SAL): Delete macro.
168 (init_sal): Export.
169 * symtab.c (init_sal): New function.
170
171 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
172 to init_sal function call.
173 (find_sal_from_funcs_and_line): Ditto.
174 (all_sals_for_line): Ditto.
175 * breakpoint.c (create_internal_breakpoint): Ditto.
176 (create_fork_vfork_event_catchpoint): Ditto.
177 (create_exec_event_catchpoint): Ditto.
178 (parse_breakpoint_sals): Ditto.
179 (watch_command_1): Ditto.
180 (handle_gnu_4_16_catch_command): Ditto.
181 (clear_command): Ditto.
182 * hppa-tdep.c (child_enable_exception_callback): Ditto.
183 * infcmd.c (run_stack_dummy): Ditto.
184 * infrun.c (process_event_stop_test): Ditto.
185 (check_sigtramp2): Ditto.
186 (step_over_function): Ditto.
187 * linespec.c (decode_line_2): Ditto.
188 (decode_line_1): Ditto.
189 * source.c (line_info): Ditto.
190 * symtab.c (find_pc_sect_line): Ditto.
191
192 2002-10-24 Michal Ludvig <mludvig@suse.cz>
193
194 * dwarf2cfi.c (struct context)
195 (struct context_reg): Moved to dwarf2cfi.h
196 (context_alloc, frame_state_alloc, context_cpy):
197 Made extern instead of static, removed prototypes.
198 * dwarf2cfi.h (struct context)
199 (struct context_reg): New, moved from dwarf2cfi.c
200 (context_alloc, frame_state_alloc, context_cpy):
201 New prototypes.
202 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
203 Changed from static to extern.
204 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
205 (LINUX_SIGCONTEXT_FP_OFFSET)
206 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
207 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
208 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
209 * x86-64-tdep.c (x86_64_gdbarch_init): Several
210 set_gdbarch_*() calls now use x86-64 specific functions
211 instead of DWARF2 CFI ones.
212 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
213 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
214 (x86_64_init_extra_frame_info): New prototypes.
215
216 2002-10-23 David Carlton <carlton@math.stanford.edu>
217
218 * linespec.c: #include "parser-defs.h".
219 Delete prototype for find_template_name_end.
220 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
221
222 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
223
224 * NEWS: add recent mi fixes.
225 * varobj.c (struct varobj): Add new "updated" flag.
226 (new_variable): Default "updated" flag to 0.
227 (varobj_set_value): Set "updated" flag to 1 if value
228 changes.
229 (varobj_update): Check varobj "updated" flag before
230 comparing old and refreshed values. Fix for
231 PR gdb/702.
232
233 2002-10-23 David Carlton <carlton@math.stanford.edu>
234
235 * parse.c (parse_exp_1): Use BLOCK_START.
236 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
237 SYMBOL_BLOCK_VALUE.
238 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
239
240 2002-10-23 David Carlton <carlton@math.stanford.edu>
241
242 * symtab.c: Delete cplusplus_hint.
243 Delete prototype for find_template_name_end.
244
245 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
246
247 * symtab.h: Update comment.
248
249 2002-10-23 Michael Snyder <msnyder@redhat.com>
250
251 * printcmd.c (address_info): Restore quotes in output.
252 * valops.c (value_of_local): Restore quotes in error message.
253
254 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
255
256 * symtab.c (symbol_demangled_name): New function.
257 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
258 turning most of it into a function.
259 (symbol_demangled_name): Export.
260
261 2002-10-23 Michael Snyder <msnyder@redhat.com>
262
263 * valops.c (value_of_local): Restore quotes in error message.
264
265 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
266
267 * symtab.c (symbol_init_language_specific): New function.
268 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
269 turning most of it into a function.
270 (symbol_init_language_specific): Export.
271
272 2002-10-23 David Carlton <carlton@math.stanford.edu>
273
274 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
275 (dwarf_attr_name): Ditto.
276 (dwarf_type_encoding_name): Ditto.
277 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
278 (process_die): Handle DW_TAG_namespace,
279 DW_TAG_imported_declaration, DW_TAG_imported_module.
280 (read_namespace): New function.
281
282 2002-10-22 Joel Brobecker <brobecker@gnat.com>
283
284 * configure.in: Define NEW_PROC_API on Interix too.
285 * configure: Regenerate.
286
287 2002-10-21 Joel Brobecker <brobecker@gnat.com>
288
289 * configure: Regenerate using the proper version of autoconf.
290
291 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
292
293 * findvar.c (read_var_value): Temporarily disable TLS code, until
294 complete TLS support is added.
295
296 2002-10-21 Jim Blandy <jimb@redhat.com>
297 Elena Zannoni <ezannoni@redhat.com>
298
299 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
300 for thread local storage locations.
301 (struct symbol): Add objfile field.
302 (SYMBOL_OBJFILE): Define.
303 * dwarf2read.c (is_thread_local): New static variable.
304 (new_symbol): If variable is in thread local fill in address class
305 and objfile appropriately.
306 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
307 stack operation.
308 * printcmd.c (address_info): Print the information for thread
309 local storage variable.
310 * findvar.c (read_var_value): In case of thread local variable,
311 defer to the target vector code to compute address.
312
313 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
314
315 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
316 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
317
318 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
319
320 * symtab.h (address_class): Rename
321 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
322 * hpread.c (hpread_process_one_debug_symbol): Ditto.
323 * printcmd.c (address_info): Ditto.
324 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
325
326 2002-10-20 Mark Kettenis <kettenis@gnu.org>
327
328 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
329 DBREG_DRX macro to acces debug registers.
330
331 * Makefile.in (i386obsd-tdep.o): New target.
332
333 * solib-sunos.c: Include "bcache.h" and "regcache.h".
334 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
335
336 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
337 * config/i386/obsd.mt: New file.
338 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
339 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
340 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
341 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
342 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
343 * i386obsd-tdep.c: New file.
344
345 2002-10-19 Adam Fedor <fedor@gnu.org>
346
347 * objc-exp.y (name_not_typename): Fix invalid comment.
348
349 2002-10-20 Mark Kettenis <kettenis@gnu.org>
350
351 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
352 to allocate partial syms and macro byte caches.
353
354 2002-10-18 David Carlton <carlton@math.stanford.edu>
355
356 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
357
358 2002-10-18 Adam Fedor <fedor@gnu.org>
359
360 * stabsread.c (find_name_end): New function.
361 (define_symbol): Use it.
362
363 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
364
365 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
366 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
367 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
368 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
369
370 2002-10-17 David Carlton <carlton@math.stanford.edu>
371
372 * symfile.h: Add opaque declaration for struct obstack.
373 Declare obsavestring to take a const char *.
374 * symfile.c (obsavestring): Make first argument a const char *.
375
376 2002-10-16 Adam Fedor <fedor@gnu.org>
377
378 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
379 names when matching breakpoints in current file.
380
381 2002-10-16 Kevin Buettner <kevinb@redhat.com>
382
383 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
384 (read_tag_pointer_type): Add address class support.
385 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
386 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
387 New methods.
388 * gdbarch.h, gdbarch.c: Regenerate.
389 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
390 (make_type_with_address_space, recursive_type_dump): Add address
391 class support.
392 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
393 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
394 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
395
396 2002-10-16 Klee Dienes <kdienes@apple.com>
397
398 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
399 to get the last character of a char[] buffer, not
400 name[sizeof(vptr_name)-1].
401
402 2002-10-14 Adam Fedor <fedor@gnu.org>
403
404 * symtab.h: New objc_specific struct.
405 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
406 (SYMBOL_DEMANGLED_NAME): Likewise.
407
408 2002-10-14 Adam Fedor <fedor@gnu.org>
409
410 * symfile.c (init_filename_language_table): Add ObjC file extension.
411
412 2002-10-14 Adam Fedor <fedor@gnu.org>
413
414 * utils.c (puts_filtered_tabular): New function.
415 (fprintf_symbol_filtered): Get ObjC demangled name.
416 * defs.h (puts_filtered_tabular): Declared.
417
418 2002-10-14 Kevin Buettner <kevinb@redhat.com>
419
420 * c-lang.h (c_type_print_varspec_prefix): Delete.
421 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
422 ``need_post_space'' parameter. Adjust all callers.
423
424 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
425
426 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
427 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
428 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
429 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
430
431 2002-10-13 Adam Fedor <fedor@gnu.org>
432
433 * source.c (print_source_lines): Update comments.
434
435 2002-10-13 Adam Fedor <fedor@gnu.org>
436
437 * valops.c (value_of_local): New function.
438 (value_of_this): Use it.
439 * value.h (value_of_local): Declared.
440
441 2002-10-13 Adam Fedor <fedor@gnu.org>
442
443 * parse.c: (length_of_subexp, prefixify_subexp): Handle
444 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
445
446 2002-10-12 Adam Fedor <fedor@gnu.org>
447
448 * language.c (binop_result_type): Add language_objc to case.
449 (integral_type): Likewise.
450 (character_type): Likewise.
451 (string_type): Likewise.
452 (boolean_type): Likewise.
453 (structured_type): Likewise.
454 (binop_type_check): Likewise.
455
456 2002-10-11 Adam Fedor <fedor@gnu.org>
457
458 * printcmd.c (address_info): Print 'self' for ObjC.
459
460 2002-10-11 Adam Fedor <fedor@gnu.org>
461
462 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
463 OP_SELF.
464
465 2002-10-11 Adam Fedor <fedor@gnu.org>
466
467 * language.h (CAST_IS_CONVERSION): Add language_objc.
468
469 2002-10-11 Adam Fedor <fedor@gnu.org>
470
471 * defs.h (enum language): Add language_objc.
472
473 2002-10-11 Klee Dienes <kdienes@apple.com>
474
475 * findvar.c (read_memory_typed_address): New function.
476 * gdbcore.h (read_memory_typed_address): Add prototype.
477 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
478 to read a value destined for a CORE_ADDR, not read_memory_integer.
479 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
480 (f77_get_dynamic_lowerbound): Ditto.
481
482 2002-10-11 Martin M. Hunt <hunt@redhat.com>
483
484 * utils.c (string_to_core_addr): After turning string into
485 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
486 which will do necessary sign-extension, etc.
487
488 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
489
490 * c-exp.y (THIS): Delete token and grammar rule.
491 (yylex): Don't return THIS.
492 * cp-valprint.c (vtbl_ptr_name_old): Delete.
493 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
494 * demangle.c (cplus_markers): Update comment. Put '$'
495 first. Remove CPLUS_MARKER.
496 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
497 * jv-exp.y (THIS): Delete token and grammar rule.
498 (yylex): Don't return THIS.
499 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
500 * objc-exp.y (THIS): Delete token and grammar rule.
501 (yylex): Don't return THIS.
502 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
503 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
504 (read_member_functions): Likewise for opname.
505 (read_tilde_fields): Use is_cplus_marker.
506
507 * defs.h (CPLUS_MARKER): Don't define.
508 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
509 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
510 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
511 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
512 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
513
514 * config/i386/tm-i386v4.h: Delete file.
515 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
516 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
517 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
518 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
519 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
520 * config/i386/i386sco5.mt (TM_FILE): Likewise.
521 * config/i386/i386v4.mt (TM_FILE): Likewise.
522 * config/i386/ncr3000.mt (TM_FILE): Likewise.
523
524 2002-10-10 Marko Mlinar <markom@opencores.org>
525
526 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
527 accidentially not commited 2002-10-09
528 * gdbarch.h, gdbarch.c: Re-generate.
529
530 2002-10-09 Marko Mlinar <markom@opencores.org>
531
532 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
533 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
534 * gdbarch.h, gdbarch.c: Re-generate.
535
536 2002-10-08 Petr Sorfa <petrs@caldera.com>
537
538 Revised and re-submitted by John Wolfe <jlw@caldera.com>
539
540 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
541 so we can work on more than one compilation unit at a time. This
542 helps prepare GDB to handle inter-CU die references.
543 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
544 the code to be defined before struct comp_unit_head.
545 (comp_unit_head): Added new members - offset, cu_head,
546 begin_die, next and dwarf2_abbrevs.
547 (dwarf2_abbrevs): Removed single static var; now member of
548 struct comp_unit_head.
549 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
550 members.
551 (psymtab_to_symtab_1): Changed to work with the new
552 struct comp_unit_head.
553 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
554 constructs the dwarf2_abbrevs[] inside the cu_header.
555 (dwarf2_empty_abbrev_table): Now expects a ptr to a
556 dwarf2_abbrev table to clean up.
557 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
558 handling of dwarf2_abbrevs inside the cu_header.
559 (read_partial_die): Now supports the call to the new
560 dwarf2_lookup_abbrev.
561 (read_full_die): Now supports the call to the new
562 dwarf2_lookup_abbrev.
563
564 2002-10-06 Christopher Faylor <cgf@redhat.com>
565
566 * Makefile.in (install-gdbtk): Add missing continuation backslash to
567 insure that shell variables, such as "transformed_name" are propagated
568 to later shell statements in rule.
569
570 2002-10-06 Mark Kettenis <kettenis@gnu.org>
571
572 * config/i386/nm-i386sco.h: Add protection against
573 multiple-inclusion. Include "i386/nm-i386v.h".
574 (REGISTER_U_ADDR): Remove define.
575 (i386_register_u_addr): Remove prototype.
576
577 2002-10-04 Michael Snyder <msnyder@redhat.com>
578
579 * m32r-stub.c (handle_exception): Make sure exception is "trap"
580 before treating it as a single-step event.
581
582 2002-10-03 Adam Fedor <fedor@gnu.org>
583
584 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
585 (objc_demangle): Remove assignment in if statements, Replace
586 free with xfree.
587 (add_msglist): Likewise.
588 (end_msglist): Likewise.
589 (complare_selectors): Likewise.
590 (selectors_info): Likewise.
591 (compare_classes): Likewise.
592 (classes_info): Likewise.
593 (print_object_command): Likewise.
594 (find_objc_msgcall_submethod): Replace PTR with void *.
595 * objc-lang.h: Remove check for __STDC__.
596
597 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
598
599 * ui-out.h (ui_out_field_fmt_int): New prototype.
600 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
601 of field width and alignment.
602 * stack.c (print_frame_info_base): When printing frame level, use
603 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
604 PR gdb/192
605
606 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
607
608 * MAINTAINERS: Add self to Write After Approval list.
609
610 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
611
612 * infcmd.c (interrupt_target_command_wrapper): Delete.
613 (interrupt_target_command): Make non static.
614 (nofp_registers_info): Make static.
615 * stack.c (return_command_wrapper): Delete.
616 (return_command): Make non static.
617
618 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
619
620 * event-top.c (gdb_setup_readline): New function. Code moved from
621 _initialize_event_loop().
622 (_initialize_event_loop): Call gdb_setup_readline().
623
624 2002-10-02 Andrew Cagney <ac131313@redhat.com>
625
626 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
627 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
628 * gdbarch.h, gdbarch.c: Re-generate.
629
630 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
631
632 Fix PR gdb/778
633 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
634 before recursing.
635 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
636 of fill_in_vptr_fieldno.
637
638 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
639
640 * inferior.h (registers_info, stepi_command, nexti_command,
641 continue_command, interrupt_target_command): Export from infcmd.c.
642 * frame.h (args_info, selected_frame_level_changed_hook,
643 return_command): Export from stack.c.
644 * v850ice.c (stepi_command, nexti_command, continue_command): use
645 prototypes from inferior.h.
646 * tracepoint.c (registers_info, args_info, locals_info): Use
647 prototypes from frame.h and inferior.h.
648 * Makefile.in (mi-main.o): Add dependency on frame.h.
649
650 2002-10-02 Andrew Cagney <ac131313@redhat.com>
651
652 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
653 value in register 3 adjusted by ppc_gp0_regnum.
654
655 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
656
657 2002-10-02 Marko Mlinar <markom@opencores.org>
658
659 * MAINTAINERS: Add myself to the Write After Approval list.
660
661 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
662
663 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
664 of the section for the N64 ABI, fixed.
665
666 * config/mips/tm-irix6.h: Include solib.h.
667
668 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
669
670 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
671 GNU operators.
672
673 2002-10-01 Andrew Cagney <ac131313@redhat.com>
674
675 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
676 and that "mi0" syntax has been removed.
677
678 2002-09-30 David Carlton <carlton@math.stanford.edu>
679
680 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
681 * ppc-sysv-tdep.c: #include "gdb_string.h".
682 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
683 pacify GCC.
684
685 2002-10-01 Andrew Cagney <ac131313@redhat.com>
686
687 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
688 "vrsave"'s register number.
689
690 2002-09-30 Andrew Cagney <ac131313@redhat.com>
691
692 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
693 use frame_unwind_signed_register to obtain the PC.
694 (mips_frame_chain): Handle a generic dummy frame.
695 (mips_init_extra_frame_info): When a generic dummy frame, don't
696 re-compute the frame base.
697 (mips_pop_frame): Handle generic dummy frames.
698 (mips_gdbarch_init): When generic dummy frames, set
699 use_generic_dummy_frames, push_dummy_frame to
700 generic_push_dummy_frame, pc_in_call_dummy to
701 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
702 generic_save_dummy_frame_tos.
703
704 2002-09-30 Andrew Cagney <ac131313@redhat.com>
705
706 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
707 against TOP when TOP was explictly set.
708 (generic_push_dummy_frame): Set TOP to zero.
709
710 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
711
712 * event-loop.c (start_event_loop): Rename variable 'result' to
713 'gdb_result', to avoid conflicts with upcoming intepreters changes.
714
715 2002-09-30 Keith Seitz <keiths@redhat.com>
716
717 * gdb-events.sh (selected_thread_changed): New event.
718 * gdb-events.c: Regenerated.
719 * gdb-events.h: Regenerated.
720
721 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
722
723 * MAINTAINERS: Add self to Write After Approval list.
724
725 2002-09-30 Fernando Nasser <fnasser@redhat.com>
726
727 * disasm.c: New file.
728 * disasm.h: New file.
729 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
730 (compare_lines): Ditto.
731 (dump_insns): Ditto.
732 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
733 argument.
734 (do_assembly_only): Ditto.
735 (do_disassembly): Renamed to gdb_disassembly and moved to
736 disasm.c. Sdded uiout argument.
737 * Makefile.in: Add new files. Reorder SFILES list. Update
738 dependencies. Include libgdb.a later in the insight executable.
739
740 2002-09-29 Andrew Cagney <ac131313@redhat.com>
741
742 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
743 bfd/elf64-alpha-fbsd.c.
744
745 2002-09-29 Andrew Cagney <ac131313@redhat.com>
746
747 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
748 i386gnu-tdep.c.
749
750 2002-09-29 Andrew Cagney <ac131313@redhat.com>
751
752 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
753 __FUNCTION__.
754 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
755 function name.
756 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
757 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
758 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
759 (S_msg_sig_post_reply): Ditto.
760
761 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
762
763 * sh-tdep.c (sh_use_struct_convention): Use definition according
764 to ABI.
765 (sh_push_arguments): Store in register with correct endianess.
766 (sh_default_store_return_value): Ditto.
767 (sh_gdbarch_init): Set sizeof long double to 8.
768
769 2002-09-27 Mark Kettenis <kettenis@gnu.org>
770
771 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
772 Fix some whitespace problems.
773
774 2002-09-27 David Carlton <carlton@math.stanford.edu>
775
776 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
777 (mcore-tdep.o): Ditto.
778 (ns32k-tdep.o): Ditto.
779 (ns32knbsd-tdep.o): Ditto.
780 (sh3-rom.o): Ditto.
781 (vax-tdep.o): Ditto.
782 * cris-tdep.c: #include "gdb_string.h"
783 * mcore-tdep.c: Ditto.
784 * ns32k-tdep.c: Ditto.
785 * ns32knbsd-tdep.c: Ditto.
786 * sh3-rom.c: Ditto.
787 * vax-tdep.c: Ditto.
788
789 2002-09-27 David Carlton <carlton@math.stanford.edu>
790
791 * config/djgpp/fnchange.lst: Add entries for
792 gdb/testsuite/gdb.c++/m-static files.
793
794 2002-09-27 Jim Wilson <wilson@redhat.com>
795
796 * MAINTAINERS: Add myself to the Write After Approval list.
797
798 2002-09-26 Martin M. Hunt <hunt@redhat.com>
799
800 * mips-tdep.c (find_proc_desc): Initialize startaddr.
801
802
803 2002-09-26 Andrew Cagney <ac131313@redhat.com>
804
805 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
806 frame.
807
808 2002-09-26 Andrew Cagney <ac131313@redhat.com>
809
810 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
811 (rs6000_struct_return_address): Delete variable.
812 (rs6000_store_struct_return): Update.
813 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
814 deprecated_extract_struct_value_address.
815 (rs6000_frame_align): New function.
816 (rs6000_gdbarch_init): Set frame_align.
817
818 2002-09-26 Andrew Cagney <ac131313@redhat.com>
819
820 From Grace Sainsbury <graces@redhat.com>:
821 * Makefile.in (gdbtk-main.o): New target.
822 (gdb.o): New target.
823 (main_h): Define.
824 (main.o): Update dependencies.
825 (gdb$(EXEEXT)): Add gdb.o.
826 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
827 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
828 (SUBDIR_GDBTK_CLEAN): Set.
829 (install-gdbtk): Install the insight binary.
830 (uninstall-gdbtk): New target.
831 (all-gdbtk, clean-gdbtk): New rule.
832 * top.c (use_windows): Default to zero.
833 * main.c: Include "main.h".
834 (main): Delete.
835 (struct captured_main_args): Delete.
836 (gdb_main): New function.
837 * main.h: New file.
838 * gdb.c: New File.
839
840 2002-09-25 Andrew Cagney <cagney@redhat.com>
841
842 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
843 (frame_map_regnum_to_name): New function.
844 (frame_map_name_to_regnum): New function.
845 * frame.h (frame_map_name_to_regnum): Declare.
846 (frame_map_regnum_to_name): Declare.
847 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
848 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
849 * parse.c: Do not include "builtin-regs.h".
850 (target_map_name_to_register): Delete function.
851 (write_dollar_variable): Use frame_map_name_to_regnum.
852 * parser-defs.h (target_map_name_to_register): Delete declaration.
853 * expprint.c: Include "frame.h".
854 (print_subexp): Use frame_map_regnum_to_name.
855 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
856 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
857
858 2002-09-25 Andrew Cagney <ac131313@redhat.com>
859
860 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
861 wasn't saved, and the next innermost frame is a dummy, return the
862 dummy frame's link register.
863
864 2002-09-24 Jim Blandy <jimb@redhat.com>
865
866 Fix from Paul Breed:
867 * main.c (captured_main): Add a `break' after the case for 'b'.
868
869 2002-09-24 Keith Seitz <keiths@redhat.com>
870
871 * varobj.c (c_type_of_child): Use get_target_type instead
872 of TYPE_TARGET_TYPE.
873
874 2002-09-22 Fernando Nasser <fnasser@redhat.com>
875
876 * source.c (get_current_or_default_source_symtab_and_line): Remove
877 function.
878 (set_default_source_symtab_and_line): New function. Attempts to
879 determine a source file to list lines from if one is not currently
880 defined.
881 (get_current_source_symtab_and_line): Initialize sal.pc and
882 sal.end fields.
883 (set_current_source_symtab_and_line): Mark argument as const.
884 * source.h: Update declarations and comments.
885 * linespec.c (decode_line_1): Replace call to removed routine above.
886 * stack.c (print_frame_info_base): Ditto.
887 * cli/cli-cmds.c (edit_command): Ditto.
888 (list_command): Ditto.
889
890 2002-09-22 Fernando Nasser <fnasser@redhat.com>
891
892 * source.c (get_current_or_default_source_symtab_and_line): Initialize
893 sal.pc and sal.end fields.
894 (get_current_or_default_source_symtab_and_line): Ditto.
895 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
896 so we do not cause a new source symtab to be searched for (reverting an
897 unintentional change from the 2002-09-20 patch).
898 * scm-lang.c (scm_unpac): Ditto.
899
900 2002-09-21 Andrew Cagney <cagney@redhat.com>
901
902 * complaints.c (symfile_explanations): Remove new-line from
903 ``isolated_message''.
904 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
905 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
906
907 2002-09-20 Nick Clifton <nickc@redhat.com>
908
909 * NEWS: Announce that V850EA ISA is no longer supported.
910 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
911
912 2002-09-20 David Carlton <carlton@math.stanford.edu>
913
914 * Makefile.in (c-lang.o): Correct dependencies.
915 (utils.o): Gather dependencies.
916 (charset.o): Move.
917 * c-lang.c: #include "gdb_string.h"
918
919 2002-09-20 Fernando Nasser <fnasser@redhat.com>
920
921 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
922 * cli/cli-cmds.c (list_command): New function. Implements the new
923 cli edit command.
924 (_init_cli_cmds): Add new command definition.
925 * gdb.1: Document edit command.
926 * doc/gdb.texinfo: Document edit command.
927
928 2002-09-20 Fernando Nasser <fnasser@redhat.com>
929
930 * source.c: Make global variables current_source_symtab and
931 current_source_line static.
932 (list_command): Moved to cli/cli-cmds.c.
933 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
934 (get_first_line_listed): New accessor function.
935 (get_lines_to_list): New accessor function.
936 (get_current_source_symtab_and_line): New function. Retrieves the
937 position in the source code that we consider current.
938 (get_current_or_default_source_symtab_and_line): New function.
939 Like the above but attempts to determine a default position if one
940 is not currently defined.
941 (set_current_source_symtab_and_line): New function. Sets the source
942 code position considered current and returns the previously set one.
943 (clear_current_source_symtab_and_line): Reset stored information about
944 a current source line.
945 (_initialize_source): Remove registration for the "list" command and
946 its alias.
947 * source.h: Add declarations for the new functions above.
948 * symtab.h: Remove declarations for the global variables mentioned
949 above.
950 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
951 obtain current source line.
952 * linespec.c (decode_line_1): Ditto.
953 * macroscope.c (default_macro_scope): Ditto.
954 * scm-lang.c (scm_unpac): Ditto.
955 * stack.c (print_frame_info_base): Ditto.
956 * symfile.c (clear_symtab_users): Ditto.
957 * symtab.c (decode_line_spec): Ditto.
958 * cli/cli-cmds.c (list_command): Moved here from source.c.
959 (ambiguous_line_spec): Moved here from source.c.
960 (_init_cli_cmds): Add definition for "list" and its alias.
961 * Makefile.in: Update dependencies.
962
963 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
964
965 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
966 with what gcc thinks is correct.
967
968 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
969
970 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
971 multiple register push instruction.
972
973 2002-09-19 Jim Blandy <jimb@redhat.com>
974
975 Add support for distinct host and target character sets.
976 * charset.c, charset.h: New files.
977 * c-exp.y: #include "charset.h".
978 (yylex): Convert character and string literals to the target
979 character set, before returning them as the semantic value of the
980 token.
981 * c-lang.c: #include "charset.h".
982 (c_emit_char): Use charset-specific methods to recognize
983 characters with backslash escape forms, to decide which characters
984 to print literally and which to print using numeric escape
985 sequences, and to convert target characters to host characters
986 before printing.
987 * utils.c: #include "charset.h".
988 (no_control_char_error): New function.
989 (parse_escape): Use charset-specific methods to recognize
990 backslash escapes, parse `control character' notation, and convert
991 characters from the host character set to the target character set.
992 * configure.in: Set the default host character set.
993 Check where to find iconv, and what its argument types might be.
994 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
995 * Makefile.in (SFILES): List charset.c.
996 (COMMON_OBS): List charset.o.
997 (charset.o): New rule.
998 (charset_h): New header dependency variable.
999 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1000 (LIBICONV): New variable, set by configure.
1001 (CLIBS): Include $(LIBICONV) here.
1002 * aclocal.m4, config.in, configure: Regenerated.
1003
1004 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1005
1006 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1007 bison 1.35 warning.
1008
1009 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1010
1011 * gdb_mbuild.sh: New file.
1012
1013 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1014
1015 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1016
1017 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1018
1019 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1020 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1021 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1022 valops.c, value.h: Revert previous change.
1023
1024 2002-09-18 Michael Snyder <msnyder@redhat.com>
1025
1026 Preliminary support for Objective-C:
1027 * defs.h (language_objc): New enum value.
1028 (puts_filtered_tabular): Declaration only, exported from utils.c.
1029 (skip_quoted): Delete, declared in completer.h.
1030 * c-exp.y: Include completer.h.
1031 * p-exp.y: Ditto.
1032 * jv-exp.y: Ditto.
1033 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1034 New operator enum values.
1035 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1036 * language.c (binop_result_type): Handle language_objc case.
1037 (integral_type, character_type, string_type, boolean_type,
1038 structured_type, binop_type_check): Ditto.
1039 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1040 (struct objc_specific): Add to general_symbol_info.
1041 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1042 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1043 * parser-defs.h (struct objc_class_str): New struct type.
1044 (start_msglist, end_msglist, add_msglist): Declaration only,
1045 exported from objc-lang.c.
1046 * value.h (value_of_local, value_nsstring,
1047 call_function_by_hand_expecting_type): Exported from valops.c.
1048 * valops.c (find_function_addr): Export.
1049 (call_function_by_hand_expecting_type): New function.
1050 (value_of_local): New function.
1051 * symfile.c (init_filename_language_table): Add ".m" extension
1052 for Objective-C.
1053 * utils.c (puts_filtered_tabular): New function.
1054 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1055 (set/show demangle): Extend help-string to refer to ObjC.
1056 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1057 * stabsread.c (symbol_reference_defined): Objective-C symbols
1058 may contain colons: make allowances when scanning stabs strings
1059 for colons.
1060 (objc_find_colon): New function.
1061 * printcmd.c (address_info): If language == objc then print
1062 "self" instead of "this".
1063 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1064 OP_NSSTRING, and OP_SELF.
1065 (prefixify_subexp): Ditto.
1066 * source.c (print_source_lines): Mention objc in comment.
1067 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1068 method names.
1069
1070 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1071
1072 * complaints.h: Update copyright.
1073 (struct complaints): Declare.
1074 (struct complaint): Make `message' constant.
1075 (internal_complaint): Declare.
1076 (complaint): Declare.
1077 (complaint_root): Delete declaration.
1078 (symfile_complaints): Delete declaration.
1079 (struct complaints): Add opaque declaration.
1080 (clear_complaints): Add a complaints parameter.
1081 * complaints.c: Update copyright.
1082 (enum complaint_series): Define.
1083 (complaint_root): Delete.
1084 (struct complaints): Define.
1085 (complaint_sentinel, symfile_complaint_book): New variables.
1086 (symfile_explanations, symfile_complaints): New variables.
1087 New variables.
1088 (get_complaints): New function.
1089 (vcomplaint): New function.
1090 (complaint): New function.
1091 (internal_complaint): New function.
1092 (complain): Call vcomplain with symfile_complaint.
1093 (clear_complaints): Rewrite.
1094 (_initialize_complaints): Use add_setshow_command.
1095 * Makefile.in (complaints.o): Update dependencies.
1096 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1097 to call to clear_complaints.
1098 (new_symfile_objfile, reread_symbols): Ditto.
1099 (oldsyms_complaint): Delete.
1100 (empty_symtab_complaint, unknown_option_complaint): Delete.
1101 (free_named_symtabs): Use complaint instead of complain.
1102
1103 2002-09-18 Michael Snyder <msnyder@redhat.com>
1104
1105 Contributed by Apple Computer, Inc. Merged with current sources
1106 by Adam Fedor <fedor@doc.com> [cagney].
1107
1108 * objc-lang.c: First clean-up round: comments, indentation.
1109 * objc-lang.h: Ditto.
1110 * objc-lang.y: Ditto.
1111
1112 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1113
1114 * maint.c (maintenance_internal_error): Print the parameter as the
1115 error message.
1116 (maintenance_internal_warning): New function.
1117 (_initialize_maint_cmds): Add command `maint internal-warning'.
1118
1119 * defs.h (internal_warning, internal_vwarning): Declare.
1120 * utils.c (struct internal_problem): Define.
1121 (internal_vproblem): New function.
1122 (internal_warning): New function.
1123 (internal_vwarning): New function.
1124 (internal_warning_problem, internal_error_problem): New variables.
1125 (internal_verror): Just call internal_vproblem.
1126
1127 2002-09-18 Michael Snyder <msnyder@redhat.com>
1128
1129 * objc-lang.c: New file, support for Objective-C.
1130 Preliminary check-in, not yet integrated into gdb.
1131 * objc-lang.h: New file.
1132 * objc-exp.y: New file.
1133
1134 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1135
1136 * infrun.c (signal_stop_update): Convert definition to ISO C.
1137 (signal_print_update): Ditto.
1138 (signal_pass_update): Ditto.
1139 * inflow.c (terminal_save_ours): Ditto.
1140
1141 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1142 comments.
1143
1144 * config/djgpp/fnchange.lst: Handle name clashes between
1145 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1146 bfd/coff-tic80.c.
1147
1148 * i386-linux-tdep.h: Fix tipo.
1149
1150 2002-09-18 Adam Fedor <fedor@gnu.org>
1151
1152 * MAINTAINERS: Add myself to the Write After Approval list.
1153
1154 2002-09-18 Jim Blandy <jimb@redhat.com>
1155
1156 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1157 texthigh and textlow to reader-specific structs caused
1158 objfile_relocate to miss them. This is fixable, but the work that
1159 the change was supposed to prepare GDB for never got done anyway.
1160
1161 2002-09-18 David Carlton <carlton@math.stanford.edu>
1162
1163 * MAINTAINERS: Alphabetize Write After Approval list.
1164
1165 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1166
1167 Fix PR gdb/709
1168 * values.c (value_static_field): Call read_var_value.
1169
1170 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1171
1172 * valops.c (hand_function_call): Align the initial stack pointer
1173 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1174 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1175 return value.
1176 * mips-tdep.c (mips_frame_align): New function.
1177 (mips_gdbarch_init): Set frame_align.
1178 * gdbarch.sh (FRAME_ALIGN): New method.
1179 * gdbarch.h, gdbarch.c: Re-generate.
1180
1181 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1182
1183 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1184 registers.
1185
1186 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1187
1188 * NEWS: Mention that MIPS $fp behavior changed.
1189 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1190 reference to FP_REGNUM.
1191 (mipsnbsd_cannot_store_register): Ditto.
1192 * mips-linux-nat.c: Update copyright.
1193 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1194 (mips_linux_cannot_store_register): Ditto.
1195 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1196 * config/mips/tm-mips.h: Update copyright.
1197 (FP_REGNUM): Delete macro.
1198 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1199 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1200 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1201 (mips_r3041_reg_names, mips_r3051_reg_names)
1202 (mips_r3081_reg_names): Replace "fp" with "".
1203 Fix PR gdb/480.
1204
1205 2002-09-17 Theodore A. Roth <troth@verinet.com>
1206
1207 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1208 generic_read_register_dummy() (PR gdb/703).
1209 (avr_push_return_address): #if 0 out unused vars.
1210 (avr_gdbarch_init): Enable use of avr_push_return_address().
1211
1212 2002-09-17 Michael Snyder <msnyder@redhat.com>
1213
1214 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1215 RTE will take care of it.
1216
1217 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1218
1219 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1220 invalid, return SP_REGNUM.
1221
1222 2002-09-17 Michael Snyder <msnyder@redhat.com>
1223
1224 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1225 point registers without sign extension.
1226
1227 2002-09-17 Andrew Cagney <cagney@redhat.com>
1228
1229 * blockframe.c (deprecated_read_register_dummy): Rename
1230 generic_read_register_dummy.
1231 * frame.c (frame_unwind_signed_register): New function.
1232 (frame_unwind_unsigned_register): New function.
1233 * frame.h (frame_unwind_signed_register): Declare.
1234 (frame_unwind_unsigned_register): Declare.
1235 (deprecated_read_register_dummy): Rename
1236 generic_read_register_dummy.
1237
1238 * h8300-tdep.c (h8300_frame_chain): Update.
1239 (h8300_frame_saved_pc): Update.
1240 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1241 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1242 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1243 (s390_frame_chain): Update.
1244 * v850-tdep.c (v850_find_callers_reg): Update.
1245 (v850_frame_saved_pc): Update.
1246 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1247 (m32r_find_callers_reg): Update.
1248 (m32r_frame_saved_pc): Update.
1249 * sh-tdep.c (sh_find_callers_reg): Update.
1250 (sh64_get_saved_pr): Update.
1251 (sh_init_extra_frame_info): Update.
1252 (sh_init_extra_frame_info): Update.
1253 (sh64_init_extra_frame_info): Update.
1254 (sh64_init_extra_frame_info): Update.
1255 * mcore-tdep.c (mcore_find_callers_reg): Update.
1256 (mcore_frame_saved_pc): Update.
1257 (mcore_init_extra_frame_info): Update.
1258 * i386-tdep.c (i386_frame_saved_pc): Update.
1259 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1260 (ia64_init_extra_frame_info): Update.
1261 (ia64_init_extra_frame_info): Update.
1262 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1263 * cris-tdep.c (cris_init_extra_frame_info): Update.
1264 * avr-tdep.c (avr_frame_chain): Update.
1265 (avr_init_extra_frame_info): Update.
1266 (avr_frame_saved_pc): Update.
1267 * arm-tdep.c (arm_find_callers_reg): Update.
1268 (arm_init_extra_frame_info): Update.
1269 (arm_frame_saved_pc): Update.
1270
1271 2002-09-17 Tom Tromey <tromey@redhat.com>
1272
1273 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1274 is "'".
1275
1276 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1277
1278 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1279 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1280 NEXT_PROLOGUE_INSN.
1281 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1282 NEXT_PROLOGUE_INSN.
1283
1284 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1285
1286 * osfsolib.c: Remove file, replaced by solib-osf.c.
1287 * Makefile.in: Remove compilation rules for osfsolib.c.
1288
1289 2002-09-16 David Carlton <carlton@math.stanford.edu>
1290
1291 * cp-valprint.c (cp_print_class_method): Correct args to
1292 check_stub_method_group.
1293
1294 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1295
1296 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1297 `set architecture'. Unify naming convention of functions.
1298 (h8300_skip_prologue): Improve prologue analysis.
1299 (h8300_push_arguments): Rewritten to more closely match GCC's
1300 bizarre argument-passing behavior, along with the comment describing
1301 said behavior.
1302 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1303 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1304 sim, remote-e7000.c, remote-hms.c and remote.c
1305
1306 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1307
1308 * i386-tdep.c (gdb_print_insn_i386): Removed.
1309 (i386_print_insn): New function.
1310 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1311 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1312 tm_print_insn_info.
1313
1314 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1315
1316 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1317 zero.
1318
1319 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1320
1321 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1322 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1323 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1324
1325 2002-09-13 Christopher Faylor <cgf@redhat.com>
1326
1327 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1328
1329 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1330
1331 * gdbtypes.c (check_stub_method): Make static.
1332 (check_stub_method_group): New function.
1333 * gdbtypes.h: Update prototypes.
1334 * cp-support.c: New file.
1335 * cp-support.h: New file.
1336
1337 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1338 (update_method_name_from_physname): New function.
1339 (read_member_functions): Correct method names for operators
1340 and v3 constructors/destructors. Separate v2 constructors and
1341 destructors.
1342 * Makefile.in (stabsread.o): Update dependencies.
1343 (SFILES): Add cp-support.c.
1344 (COMMON_OBS): Add cp-support.o.
1345 (cp_support_h, cp-support.o): Add.
1346
1347 * cp-valprint.c (cp_print_class_method): Call
1348 check_stub_method_group instead of check_stub_method. Remove
1349 extraneous QUITs.
1350 * p-valprint.c (pascal_object_print_class_method): Likewise.
1351 * valops.c (search_struct_method): Likewise.
1352 (find_method_list, value_struct_elt_for_reference): Likewise.
1353
1354 2002-09-13 Andrew Cagney <cagney@redhat.com>
1355
1356 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1357 * gdbarch.h, gdbarch.c: Regenerate.
1358
1359 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1360
1361 * frame.c (find_saved_register): Delete function.
1362 * frame.h (find_saved_register): Delete declaration.
1363 Fix PR gdb/631.
1364
1365 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1366
1367 * mips-tdep.c (read_next_frame_reg): Re-hack using
1368 frame_register_unwind.
1369
1370 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1371
1372 * mips-tdep.c (mips_get_saved_register): Re-hack using
1373 frame_register_unwind.
1374
1375 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1376
1377 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1378 vector. Will be useful for Interix.
1379 * gdbarch.h, gdbarch.c: Regenerate.
1380
1381 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1382 name of the malloc function by NAME_OF_MALLOC.
1383
1384 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1385
1386 * value.h (find_function_in_inferior): Add const keyword to
1387 one of the parameters. Allows us to invoke this function with
1388 a const char *.
1389 * valops.c (find_function_in_inferior): Likewise.
1390
1391 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1392
1393 * exec.c (xfer_memory): Fix compilation warning with old versions
1394 of GCC.
1395 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1396
1397 2002-09-12 David Carlton <carlton@math.stanford.edu>
1398
1399 * symtab.h: Run through gdb_indent.h.
1400 Add 2002 to Copyright year list.
1401
1402 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1403
1404 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1405 mach constants.
1406 * MAINTAINERS: Add myself to write after approval list.
1407
1408 2002-09-11 J. Brobecker <brobecker@gnat.com>
1409
1410 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1411
1412 2002-09-11 J. Brobecker <brobecker@gnat.com>
1413
1414 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1415 Interix.
1416
1417 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1418
1419 * procfs.c (do_detach): Clear current signal, not just fault.
1420 Corrects problem with breakpoint trap signal leaking to detached
1421 process on Tru64.
1422
1423 2002-09-10 Michael Snyder <msnyder@redhat.com>
1424
1425 * buildsym.c (finish_block): Protect against null pointer.
1426
1427 2002-09-10 Andrew Cagney <cagney@redhat.com>
1428
1429 * infcmd.c (default_print_registers_info): Send all output to
1430 ``file'' instead of ``gdb_stdout''.
1431
1432 2002-09-10 Michael Snyder <msnyder@redhat.com>
1433
1434 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1435 LONGEST, and use signed register read (addresses are sign-
1436 extended for mips).
1437
1438 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1439
1440 * event-loop.c (gdb_do_one_event): Make public.
1441 * event-loop.h (gdb_do_one_event): Declare.
1442
1443 2002-09-10 Jeff Law <law@redhat.com>
1444
1445 * infttrace.c (child_resume): Simplify and rework to avoid
1446 TT_PROC_CONTINUE.
1447
1448 2002-09-09 Fred Fish <fnf@intrinsity.com>
1449
1450 * printcmd.c (print_scalar_formatted): "len" is the number of
1451 target bytes, NOT the number of target bits.
1452
1453 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1454
1455 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1456 * top.c (init_main): Set rl_terminal_name.
1457
1458 2002-09-08 Aidan Skinner <aidan@velvet.net>
1459
1460 * ada-lang.c (ada_array_bound, ada_type_match,
1461 _initialize_ada_language): Fix K&R definitions.
1462 * ada-tasks.c (get_current_task): Fix K&R definitions.
1463 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1464
1465 2002-09-07 Christopher Faylor <cgf@redhat.com>
1466
1467 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1468 Add XP.
1469
1470 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1471
1472 * i386-tdep.c (i386_register_virtual_type,
1473 i386_register_convertible, i386_register_convert_to_virtual,
1474 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1475 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1476 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1477 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1478 Don't set push_arguments twice.
1479
1480 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1481 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1482 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1483 sigtramp_end to NULL.
1484 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1485 defines.
1486 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1487
1488 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1489 whitespace.
1490
1491 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1492 * gdbarch.h, gdbarch.c: Re-generate.
1493 * blockframe.c (find_pc_sect_partial_function): Convert to use
1494 SIGTRAMP_START_P predicate.
1495
1496 2002-09-05 Michael Snyder <msnyder@redhat.com>
1497
1498 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1499 generic_dummy_frame method and old method. Also distinguish
1500 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1501 (arm_extract_return_value): Use new regcache method.
1502
1503 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1504 adjustment that doesn't conform to the ABI.
1505 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1506 saved regcache, not from current regcache.
1507
1508 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1509
1510 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1511 * README: Update.
1512
1513 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1514
1515 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1516 if arm_apcs_32 is false.
1517
1518 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1519
1520 GDB 5.3 branch created.
1521
1522 2002-09-03 Theodore A. Roth <troth@verinet.com>
1523
1524 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1525 generic_unwind_get_saved_register.
1526
1527 2002-09-03 David Carlton <carlton@math.stanford.edu>
1528
1529 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1530 argument (PR gdb/653). Update call to smash_to_method_type.
1531 (read_structure_scope): Update call to dwarf2_add_member_fn.
1532
1533 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1534
1535 * x86-64-linux-tdep.c: Include gdb_string.h
1536 * x86-64-linux-nat.c: Ditto.
1537
1538 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1539
1540 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1541 when YYDEBUG is set to 1.
1542 * c-exp.y: Likewise.
1543 * f-exp.y: Likewise.
1544 * jv-exp.y: Likewise.
1545 * m2-exp.y: Likewise.
1546 * p-exp.y: Likewise.
1547
1548 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1549
1550 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1551 dependency list.
1552 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1553 solib_svr4_fetch_link_map_offsets to
1554 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1555 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1556 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1557 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1558 solib-svr4.o, and solib-legacy.o.
1559 * config/i386/tm-nbsd.h: Include solib.h.
1560
1561 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1562
1563 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1564 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1565 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1566 comment noting that this needs its own target configuration.
1567 * config/i386/nbsd.mt: New file.
1568 * config/i386/nbsdaout.mt: Remove.
1569 * config/i386/nbsdelf.mt: Ditto.
1570 * config/i386/tm-nbsdaout.h: Ditto.
1571
1572 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1573
1574 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1575 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1576 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1577 tdep->sigtramp_end.
1578 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1579 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1580 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1581
1582 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1583
1584 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1585 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1586 * i386-tdep.h (i386bsd_init_abi): New prototype.
1587 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1588 function declaration.
1589 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1590 for NetBSD-a.out or NetBSD-ELF.
1591 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1592 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1593 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1594 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1595 and nbsd-tdep.h.
1596 (i386nbsd_pc_in_sigtramp): New function.
1597 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1598 i386nbsd_pc_in_sigtramp.
1599 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1600 and i386nbsdelf_init_abi OS ABI handlers.
1601 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1602 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1603
1604 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1605
1606 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1607 registers if the target really has them.
1608
1609 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1610
1611 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1612 than nbsd-tdep.h.
1613
1614 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1615
1616 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1617 list.
1618 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1619 (alphanbsd_skip_sigtramp_frame): New functions.
1620 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1621 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1622 to alphanbsd_sigcontext_addr.
1623
1624 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1625
1626 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1627 list.
1628 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1629 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1630 nbsd_pc_in_sigtramp.
1631 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1632 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1633 * nbsd-tdep.c: Include gdb_string.h.
1634 (nbsd_pc_in_sigtramp): New function.
1635 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1636 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1637 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1638 ppcnbsd_pc_in_sigtramp.
1639 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1640 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1641 shnbsd_pc_in_sigtramp.
1642 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1643 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1644 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1645
1646 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1647
1648 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1649 watchpoints to NULL.
1650 (insert_breakpoints): set val field of watchpoints if NULL.
1651
1652
1653 2002-08-29 Jim Blandy <jimb@redhat.com>
1654
1655 * symtab.c (lookup_symbol_aux): In the cases where we find a
1656 minimal symbol of an appropriate name and use its address to
1657 select a symtab to read and search, use `name' (as passed to us)
1658 as the demangled name when searching the symtab's global and
1659 static blocks, not the minsym's name.
1660
1661 2002-08-29 Keith Seitz <keiths@redhat.com>
1662
1663 * stack.c (print_frame_info_base): Always set current_source_symtab
1664 and current_source_line.
1665
1666 2002-08-29 Donn Terry <donnte@microsoft.com>
1667
1668 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1669
1670 2002-08-28 Keith Seitz <keiths@redhat.com>
1671
1672 * stack.c (select_frame): Add FIXME concerning selected-frame
1673 events.
1674 (select_frame_command): Send selected-frame-level-changed
1675 event notification, but only if the level actually changed.
1676 (up_silently_base): Add selected-frame-level-changed event
1677 notification.
1678 (down_silently_base): Likewise.
1679
1680 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1681
1682 * Makefile.in: Update dependencies for all gdb/*.c files.
1683
1684 2002-08-27 Tom Tromey <tromey@redhat.com>
1685
1686 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1687 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1688 Update dependencies.
1689 * i387-tdep.c: Include gdb_string.h.
1690 * osabi.c: Likewise.
1691 * i386-linux-nat.c: Likewise.
1692 * lin-lwp.c: Likewise.
1693 * ax-gdb.c: Likewise.
1694 * signals/signals.c: Likewise.
1695 * jv-valprint.c: Likewise.
1696 * p-lang.c: Likewise.
1697 * c-valprint.c: Likewise.
1698 * cp-abi.c: Likewise.
1699
1700 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1701
1702 * cli/cli-script.h (copy_command_lines): Export.
1703 * breakpoint.c: Include cli/cli-script.h.
1704 * Makefile.in (breakpoint.o): Update dependencies.
1705
1706 2002-08-26 Michael Snyder <msnyder@redhat.com>
1707
1708 * breakpoint.c (insert_breakpoints): Protect all references
1709 to 'process_warning'. Shorten long lines.
1710
1711 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1712
1713 * cli/cli-script.c (copy_command_lines): New function.
1714 * defs.h (copy_command_lines): Export.
1715 * testsuite/gdb.base/commands.exp: New tests for commands
1716 attached to a temporary breakpoint, and for commands that
1717 delete the breakpoint they are attached to.
1718
1719 2002-08-26 Michael Snyder <msnyder@redhat.com>
1720
1721 * breakpoint.c (bpstat_stop_status): Instead of copying the
1722 pointer to the breakpoint commands struct, make a new copy
1723 of the struct and point to that.
1724 (bpstat_clear): Free the commands struct.
1725 (bpstat_clear_actions): Free the commands struct.
1726 (bpstat_do_actions): Free the command actions. Also execute
1727 the local cleanups, instead of deleting them.
1728 (delete_breakpoint): Leave the commands field of the bpstat
1729 chain alone -- it will be freed later.
1730
1731 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1732
1733 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1734 deleted in 2002-08-20 commit. This function is still used by
1735 ppc-linux-nat.c.
1736
1737 2002-08-26 Keith Seitz <keiths@redhat.com>
1738
1739 * gdb-events.sh: Add selected-frame-level-changed event.
1740 * gdb-events.c: Regenerated.
1741 * gdb-events.h: Regenerated.
1742
1743 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1744
1745 Fix PR gdb/393:
1746 * inflow.c (terminal_save_ours): New function to save terminal
1747 settings.
1748 * inferior.h (terminal_save_ours): Declare.
1749 * target.c (debug_to_terminal_save_ours): New function.
1750 (cleanup_target): Defaults to_terminal_save_ours.
1751 (update_current_target): Inherit to_terminal_save_ours.
1752 (setup_target_debug): Set to_terminal_save_ours.
1753 * target.h (target_terminal_save_ours): New to save terminal settings.
1754 (target_ops): New member to_terminal_save_ours.
1755 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1756 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1757 * inftarg.c (init_child_ops): Likewise.
1758 * m3-nat.c (init_m3_ops): Likewise.
1759 * procfs.c (init_procfs_ops): Likewise.
1760 * wince.c (init_child_ops): Likewise.
1761 * win32-nat.c (init_child_ops): Likewise.
1762 * sol-thread.c (init_sol_thread_ops): Likewise.
1763
1764 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1765
1766 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1767 use regcache_* functions.
1768 (i386_gdbarch_init): Set store_return_value instead of
1769 deprecated_store_return_value.
1770
1771 * regcache.c (regcache_raw_write_signed,
1772 regcache_raw_write_unsigned): New functions.
1773 * regcache.h (regcache_raw_write_signed,
1774 regcache_raw_write_unsigned): New prototypes.
1775
1776 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1777
1778 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1779 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1780 source file dependencies. Cleanup corresponding generator rules.
1781
1782 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1783
1784 * regcache.h (register_offset_hack): Declare.
1785 (regcache_cooked_read_using_offset_hack): Declare.
1786 (regcache_cooked_write_using_offset_hack): Declare.
1787
1788 * regcache.c (register_offset_hack): New function.
1789 (regcache_cooked_read_using_offset_hack): New function.
1790 (regcache_cooked_write_using_offset_hack): New function.
1791 (regcache_dump): Check that the registers, according to their
1792 offset, are packed hard against each other.
1793 (cooked_xfer_using_offset_hack): New function.
1794
1795 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1796
1797 * regcache.c (struct regcache_descr): Add field register_type.
1798 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1799 in as a parameter
1800 (init_regcache_descr): Initialize register_type. Pass the descr
1801 to init_legacy_regcache_descr. Use register_type instead of
1802 REGISTER_VIRTUAL_TYPE.
1803 (register_type): New function.
1804 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1805 * regcache.h (register_type): Declare.
1806
1807 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1808
1809 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1810 instead of deprecated_store_return_value. Fix fallout from
1811 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1812
1813 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1814
1815 * regcache.c (max_register_size): New function.
1816 (init_legacy_regcache_descr): Ensure that max_register_size is
1817 large enough for REGISTER_VIRTUAL_SIZE.
1818 * regcache.h (max_register_size): Declare.
1819
1820 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1821
1822 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1823 store_return_value.
1824 (e500_extract_return_value): Change type of valbuf pointer to
1825 void.
1826
1827 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1828
1829 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1830 workaround.
1831
1832 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1833 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1834 long long) to prevent compiler warning on 64-bit systems.
1835
1836 2002-08-23 Andrew Cagney <cagney@redhat.com>
1837
1838 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1839 (DEPRECATED_STORE_RETURN_VALUE): New method.
1840 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1841 * gdbarch.h, gdbarch.c: Re-generate.
1842
1843 * values.c (set_return_value): Pass current_regcache to
1844 STORE_RETURN_VALUE.
1845 * arch-utils.h (legacy_store_return_value): Declare.
1846 * arch-utils.c (legacy_store_return_value): New function.
1847 (legacy_extract_return_value): Update parameters.
1848
1849 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1850 STORE_RETURN_VALUE.
1851 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1852 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1853 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1854 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1855 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1856 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1857 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1858 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1859 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1860 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1861
1862 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1863 * i386-tdep.c (i386_extract_return_value): Update.
1864 * arch-utils.c (legacy_extract_return_value): Update.
1865 * frv-tdep.c (frv_gdbarch_init): Update.
1866 * cris-tdep.c (cris_gdbarch_init): Update.
1867 * d10v-tdep.c (d10v_gdbarch_init): Update.
1868 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1869 * m68k-tdep.c (m68k_gdbarch_init): Update.
1870 * mcore-tdep.c (mcore_gdbarch_init): Update.
1871 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1872 * s390-tdep.c (s390_gdbarch_init): Update.
1873 * sparc-tdep.c (sparc_gdbarch_init): Update.
1874 * sh-tdep.c (sh_gdbarch_init): Update.
1875 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1876 * v850-tdep.c (v850_gdbarch_init): Update.
1877 * avr-tdep.c (avr_gdbarch_init): Update.
1878 * ia64-tdep.c (ia64_gdbarch_init): Update.
1879 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1880 * vax-tdep.c (vax_gdbarch_init): Update.
1881 * alpha-tdep.c (alpha_gdbarch_init): Update.
1882 * arm-tdep.c (arm_gdbarch_init): Update.
1883 * mips-tdep.c (mips_gdbarch_init): Update.
1884 * i386-tdep.c (i386_gdbarch_init): Update.
1885
1886 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1887
1888 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1889 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1890
1891 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1892
1893 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1894 problems.
1895
1896 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1897
1898 * infrun.c (handle_inferior_event): Move a comment outside of a
1899 function call, in order to avoid indent reformatting this part
1900 of the code in an unreadable way.
1901
1902 2002-08-23 Grace Sainsbury <graces@redhat.com>
1903
1904 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1905 when breakpoints fail. Move general breakpoint error messages to
1906 insert_breakpoints.
1907 * breakpoint.c (insert_breakpoints): Change warnings when
1908 breakpoints are nto inserted to specify the type. Remove call to
1909 memory_error when hardware breakpoints can't be inserted. Remove
1910 multiple calls to warning so all messages are sent to the user at
1911 once.
1912 (delete_breakpoints): Make insert error messsages more explicit.
1913
1914 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1915
1916 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1917 gdbserver/ChangeLog.
1918
1919 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1920
1921 * i386-tdep.c: Include "objfiles.h".
1922 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1923 skip_trampoline_code.
1924 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1925 (CPLUS_MARKER): Define to '.'.
1926
1927 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1928 member.
1929 (linux_corefile_thread_callback): Increase args->num_notes.
1930 (linux_make_note_section): Initialize thread_args.num_notes, and
1931 use it to determine whether notes for any threads were created.
1932
1933 2002-08-23 Donn Terry <donnte@microsoft.com>
1934
1935 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1936 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1937 and PCUNKILL.
1938 (write_with_trace): Conditionalize out the switch branch handling
1939 PCSHOLD if the corresponding macro is not defined. Likewise for
1940 PRSABORT and PRSTOP.
1941 This change will be needed by the Interix port.
1942
1943 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1944
1945 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1946 write_register wherever possible instead of manipulating the
1947 register bytes directly.
1948 Assign VALUE_CONTENTS to a variable and use that.
1949 The GPR numbers are now dependent on the architecture.
1950
1951 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1952
1953 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1954 ev_offset fields.
1955 (skip_prologue): Add support for BookE/e500 instructions.
1956 (e500_extract_return_value): New function.
1957 (frame_get_saved_regs): Add support for saving ev registers and
1958 pseudo gpr's.
1959 (e500_store_return_value): New function.
1960 (rs6000_gdbarch_init): Move up default intializations of
1961 deprecated_extract_return_value and store_return_value. Overwrite
1962 init of store_return_value with e500 specific version.
1963 Set extract_return_value for e500.
1964
1965 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1966
1967 * blockframe.c (generic_call_dummy_register_unwind): Use
1968 regcache_cooked_read to catch cases in which the variable is
1969 stored in a pseudo register.
1970
1971 2002-08-22 Andrew Cagney <cagney@redhat.com>
1972
1973 * NEWS: Mention that the i960 has been made obsolete.
1974 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1975 i960-tdep.c
1976 (remote-nrom.o): Obsolete target.
1977 (remote-nindy.o, i960-tdep.o): Ditto.
1978 * remote-nrom.c: Make file obsolete.
1979 * remote-nindy.c, remote-vx960.c: Ditto.
1980 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1981 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1982 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1983 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1984 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1985 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1986 i960-*-vxworks* obsolete.
1987 * MAINTAINERS: Note that the i960 is obsolete.
1988
1989 2002-08-21 Corinna Vinschen <vinschen@redhat.com
1990
1991 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1992 detach to allow reinitialization.
1993
1994 2002-08-22 Andrew Cagney <ac131313@redhat.com>
1995
1996 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1997 attempt).
1998
1999 2002-08-22 Jim Blandy <jimb@redhat.com>
2000
2001 * coffread.c (coff_symfile_read): Don't try to read the line
2002 number table from disk if the image file doesn't have a symbol
2003 table; we'll never actually look at the info anyway, and Windows
2004 ships DLL's with bogus file offsets for the line number data.
2005
2006 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2007
2008 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2009 an e500 executable.
2010
2011 2002-08-21 Michael Snyder <msnyder@redhat.com>
2012
2013 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2014 (MSYMBOL_SIZE): Replace macro with function.
2015 (DEFAULT_MIPS_TYPE): Delete unused macro.
2016 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2017 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2018
2019 2002-08-21 Jim Blandy <jimb@redhat.com>
2020
2021 * valops.c (value_cast): Simplify and correct logic for doing a
2022 static cast from a pointer to a base class to a pointer to a
2023 derived class.
2024
2025 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2026
2027 * infcmd.c (default_print_registers_info): Replace
2028 do_registers_info.
2029 (registers_info): Use gdbarch_print_registers_info instead of
2030 DO_REGISTERS_INFO.
2031 * inferior.h (default_print_registers_info): Replace
2032 do_registers_info.
2033 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2034 (DO_REGISTERS_INFO): Change to a predicate function.
2035 * gdbarch.h, gdbarch.c: Regenerate.
2036
2037 2002-08-21 Keith Seitz <keiths@redhat.com>
2038
2039 * gdb-events.sh: Add target-changed event.
2040 * gdb-events.c: Regenerated.
2041 * gdb-events.c: Regenerated.
2042 * valops.c (value_assign): Add target-changed event notification
2043 to inlval_register, lval_memory, and lval_reg_frame_relative.
2044
2045 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2046
2047 * NEWS: Add an entry regarding the improvement of the next/step
2048 operation on Alpha Tru64 multi-processor machines.
2049
2050 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2051
2052 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2053 directores.
2054 * Makefile.in: Update all _h macro definitions.
2055 * Makefile.in (install-gdbtk): Move to install section.
2056 (rdi-share/libangsd.a): Move to end of file.
2057
2058 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2059
2060 * frame.c (frame_register_unwind): When a register, set addrp to
2061 the register's byte.
2062
2063 2002-08-20 Michael Snyder <msnyder@redhat.com>
2064
2065 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2066 used locally, so move them from the target machine header to here.
2067 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2068 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2069 Make static.
2070 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2071
2072 2002-08-20 Andrew Cagney <cagney@redhat.com>
2073
2074 * NEWS: Mention that the Apollo line was made obsolete.
2075 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2076 m68*-hp-hpux* obsolete.
2077 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2078 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2079 * buildsym.c (make_blockvector): Make static.
2080 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2081 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2082 (ALLDEPFILES): Remove dstread.c.
2083 (dstread.o): Obsolete make rule.
2084 * dstread.c: Makefile obsolete.
2085 * dst.h: Ditto.
2086 * config/m68k/hp300hpux.mt: Ditto.
2087 * config/m68k/hp300hpux.mh: Ditto.
2088 * config/m68k/hp300bsd.mt: Ditto.
2089 * config/m68k/hp300bsd.mh: Ditto.
2090 * config/m68k/apollo68b.mt: Ditto.
2091 * config/m68k/apollo68v.mh: Ditto.
2092 * config/m68k/apollo68b.mh: Ditto.
2093
2094 2002-08-20 Michael Snyder <msnyder@redhat.com>
2095
2096 * mips-tdep.c (mips_in_return_stub): Make static.
2097 (mips_gdbarch_init): Set in_solib_return_trampoline.
2098 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2099
2100 2002-08-20 Michael Snyder <msnyder@redhat.com>
2101
2102 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2103 * gdbarch.c, gdbarch.h: Regenerate.
2104 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2105 Add.
2106 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2107
2108 2002-08-20 Michael Snyder <msnyder@redhat.com>
2109
2110 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2111 (mips_gdbarch_init): Set skip_trampoline_code,
2112 in_solib_call_trampoline.
2113 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2114 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2115
2116 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2117
2118 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2119
2120 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2121 vector type for ev registers.
2122 (e500_pseudo_register_read): New function.
2123 (e500_pseudo_register_write): New function.
2124 (e500_dwarf2_reg_to_regnum): New function.
2125 (PPC_UISA_NOFP_SPRS): New macro.
2126 (PPC_EV_REGS): New macro.
2127 (PPC_GPRS_PSEUDO_REGS): New macro.
2128 (registers_e500): New register set for e500.
2129 (variants): Add e500 variant.
2130 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2131 before setting architectural dependent variations. Initialize ev
2132 registers numbers. Add case for e500 architecture. Set the
2133 number of pseudo registers.
2134
2135 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2136
2137 * rs6000-tdep.c: Clean up comments.
2138
2139 2002-08-20 Andrew Cagney <cagney@redhat.com>
2140
2141 * h8300-tdep.c: Re-indent file.
2142
2143 2002-08-20 Jim Blandy <jimb@redhat.com>
2144
2145 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2146 default for this.
2147
2148 2002-08-20 Keith Seitz <keiths@redhat.com>
2149
2150 * breakpoints.c (watch_command_1): Use internal breakpoint
2151 when setting a watchpoint_scope breakpoint.
2152
2153 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2154
2155 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2156 (build_builtin_type_vec64i): Ditto.
2157 (build_builtin_type_vec128): Ditto.
2158 (build_builtin_type_vec128i): Ditto.
2159
2160 2002-08-19 Michael Snyder <msnyder@redhat.com>
2161
2162 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2163 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2164 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2165 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2166 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2167 CALL_DUMMY_ADDRESS): Delete.
2168 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2169 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2170 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2171 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2172 push_return_address.
2173 (mips_register_raw_size, mips_eabi_use_struct_convention,
2174 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2175 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2176 mips_init_extra_frame_info, mips_eabi_push_arguments,
2177 mips_n32n64_push_arguments, mips_push_return_address,
2178 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2179 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2180
2181 2002-08-19 Michael Snyder <msnyder@redhat.com>
2182
2183 * mips-tdep.c (mips_frame_num_args): New function.
2184 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2185 frame_saved_pc, frame_args_address, frame_locals_address,
2186 frame_num_args, and frame_args_skip.
2187 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2188 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2189 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2190 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2191
2192 2002-08-20 Michael Snyder <msnyder@redhat.com>
2193
2194 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2195 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2196 * mips-tdep.c (mips_store_struct_return): New function.
2197 (mips_extract_struct_value_address): New function.
2198 (mips_gdbarch_init): Set store_struct_return and
2199 extract_struct_value_address.
2200
2201 2002-08-20 David Carlton <carlton@math.stanford.edu>
2202
2203 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2204 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2205 (read_file_scope): Check that line_header is nonzero before
2206 decoding macro information.
2207
2208 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2209
2210 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2211 flag the general-purpose registers as floating-point on targets
2212 that don't support the floating-point registers.
2213
2214 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2215
2216 * rs6000-tdep.c (altivec_register_p): Delete.
2217 (rs6000_do_altivec_registers): Delete.
2218 (rs6000_altivec_registers_info): Delete.
2219 (rs6000_do_registers_info): Delete.
2220 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2221 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2222
2223 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2224
2225 * infcmd.c (do_registers_info): Print vector registers in hex
2226 format only.
2227 (print_vector_info): Check that printing registers
2228 makes sense.
2229 (print_float_info): Ditto.
2230
2231 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2232
2233 * mips-tdep.c (mips_gdbarch_init): Update.
2234 (mips_o32_extract_return_value): Rewrite.
2235 (mips_o32_store_return_value): Rewrite.
2236 (mips_o32_xfer_return_value): New function.
2237 (mips_xfer_register): Tweak debug print message. Allow for
2238 buf_offset when dumping the value transfered.
2239
2240 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2241
2242 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2243 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2244 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2245 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2246 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2247
2248 2002-08-14 Michael Snyder <msnyder@redhat.com>
2249
2250 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2251
2252 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2253
2254 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2255 register.
2256 (P): New macro to define a register as a pseudo register.
2257 (R, R4, R8, R16, FR32, R64, R0): Updated.
2258 (struct variant): Add new fields for number of pseudo registers
2259 and number of total registers.
2260 (tot_num_registers): New macro replacing....
2261 (num_registers): ...deleted macro.
2262 (num_registers): New function.
2263 (num_pseudo_registers): New function.
2264 (variants): Update all variants to intialize new fields correctly.
2265 Postpone initialization of number of pseudo regs and real regs.
2266 (init_variants): New function.
2267 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2268 registers offsets.
2269
2270 2002-08-19 David Carlton <carlton@math.stanford.edu>
2271
2272 * valops.c (search_struct_field): Change error message to treat
2273 return value of 0 from value_static_field as meaning that field is
2274 optimized out.
2275 (value_struct_elt_for_reference): Ditto.
2276 * values.c (value_static_field): Treat an unresolved location the
2277 same as a nonexistent symbol. Fix PR gdb/635.
2278 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2279 enclosed. Fix PR gdb/574.
2280 * MAINTAINERS: Add self to Write After Approval list.
2281
2282 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2283
2284 * mips-tdep.c (mips_xfer_register): New function.
2285 (mips_n32n64_extract_return_value): Rewrite.
2286 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2287 instead of deprecated_extract_return_value.
2288
2289 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2290
2291 * rs6000-tdep.c (TDEP): Delete macro.
2292 (branch_dest): Replace use of TDEP macro with its body.
2293 (rs6000_pop_frame): Ditto.
2294 (rs6000_push_arguments): Ditto.
2295 (rs6000_skip_trampoline_code): Ditto.
2296 (rs6000_frame_saved_pc): Ditto.
2297 (rs6000_frame_chain): Ditto.
2298 (rs6000_register_name): Ditto.
2299 (rs6000_register_byte): Ditto.
2300 (rs6000_register_raw_size): Ditto.
2301 (rs6000_register_virtual_type): Ditto.
2302 (rs6000_register_convertible): Ditto.
2303 (rs6000_convert_from_func_ptr_addr): Ditto.
2304
2305 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2306
2307 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2308 conditionally.
2309 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2310 MIPS_LINUX_JB_ELEMENT_SIZE.
2311 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2312 for MAX_REGISTER_RAW_SIZE arrays.
2313 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2314 MIPS_LINUX_JB_ELEMENT_SIZE.
2315
2316 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2317
2318 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2319
2320 2002-08-19 Aidan Skinner <aidan@velvet.net>
2321
2322 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2323 ada-valprint.c ada-tasks.c.
2324 (YYFILES): Add ada-exp.y.
2325 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2326 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2327 (ada-exp.tab.o): New target.
2328
2329 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2330
2331 * regcache.c (regcache_xfer_part): New function.
2332 (regcache_raw_read_part): New function.
2333 (regcache_raw_write_part): New function.
2334 (regcache_cooked_read_part): New function.
2335 (regcache_cooked_write_part): New function.
2336 * regcache.h (regcache_raw_read_part): Declare.
2337 (regcache_raw_write_part): Declare.
2338 (regcache_cooked_read_part): Declare.
2339 (regcache_cooked_write_part): Declare.
2340
2341 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2342
2343 * remote.c (remote_open_1): Add async_p.
2344 (remote_async_open_1): Delete.
2345 (open_remote_target): Delete.
2346 (remote_open, extended_remote_open): Update calls to remote_open_1.
2347 (remote_async_open, extended_remote_async_open): Call
2348 remote_open_1 instead of remote_async_open_1.
2349
2350 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2351
2352 * blockframe.c: Fix a few coding standard violations.
2353
2354 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2355
2356 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2357 here from ...
2358 * config/i386/tm-i386sco5.h: ... here. File removed.
2359 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2360
2361 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2362 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2363 (TM_FILE): Set to tm-i386.h.
2364 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2365 * config/i386/tm-i386v.h: Remove file.
2366 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2367 instead of "i386/tm-i386v.h".
2368 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2369 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2370 "i386/tm-i386v.h".
2371 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2372 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2373 "i386/tm-i386.h".
2374
2375 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2376
2377 * config/i386/nm-i386v.h: Add protection against
2378 multiple-inclusion.
2379 (i386_register_u_addr): Remove prototype.
2380 (register_u_addr): New prototype.
2381 (REGISTER_U_ADDR): Redefine accordingly.
2382 * i386v-nat.c: Improve several comments.
2383 (i386_register_u_addr): Change signature and rename to
2384 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2385 ubase variable.
2386
2387 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2388
2389 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2390 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2391 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2392 deprecated_extract_return_value.
2393 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2394 rename mips_o32o64_push_arguments.
2395 (mips_gdbarch_init): Update.
2396 (mips_extract_return_value): Delete.
2397 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2398 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2399 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2400 (mips_n32n64_extract_return_value): Clone
2401 mips_extract_return_value.
2402 (mips_store_return_value): Delete.
2403 (mips_o32_store_return_value): Clone mips_store_return_value.
2404 (mips_o64_store_return_value): Clone mips_store_return_value.
2405 (mips_eabi_store_return_value): Clone mips_store_return_value.
2406 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2407
2408 2002-08-18 Aidan Skinner <aidan@velvet.net>
2409
2410 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2411 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2412
2413 2002-08-18 Aidan Skinner <aidan@velvet.net>
2414
2415 * ada-lang.c: Run through gdb_indent.sh.
2416 * ada-lang.h: Run through gdb_indent.sh.
2417 * ada-tasks.c: Run through gdb_indent.sh.
2418 * ada-typeprint.c: Run through gdb_indent.sh.
2419 * ada-valprint.c: Run through gdb_indent.sh.
2420
2421 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2422
2423 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2424 ABI.
2425
2426 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2427
2428 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2429
2430 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2431 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2432
2433 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2434 write_register_gen instead of write_register_bytes.
2435
2436 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2437 i[3456]-*-osf1mk* configurations have been made obsolete.
2438 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2439 i[3456]86-*-osf1mk* hosts obsolete.
2440 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2441 targets obsolete.
2442 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2443 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2444 config/i386/i386m3.mt, config/i386/nm-m3.h,
2445 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2446 config/i386/i386mk.mh, config/i386/i386mk.mt,
2447 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2448 obsolete.
2449 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2450 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2451 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2452
2453 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2454
2455 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2456 (hppa_value_returned_from_stack): Declare.
2457 (hppa_extract_return_value): Declare.
2458 * config/pa/hppa.mt: New file.
2459 * configure.tgt: Recognize hppa*-*-*.
2460 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2461
2462 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2463
2464 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2465 comment.
2466
2467 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2468
2469 * top.c (gdb_rl_operate_and_get_next): Make sure
2470 operate-and-get-next functions correctly even when the history
2471 list is completely filled.
2472
2473 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2474
2475 * MAINTAINERS (Target Instruction Set Architectures): Rename
2476 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2477 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2478 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2479 already listed under Host/Native.
2480
2481 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2482 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2483 mips*-*-*.
2484
2485 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2486
2487 * config/ia64/ia64.mt: New file.
2488 * config/alpha/alpha.mt: New file.
2489 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2490 ia64-linux-gnu. Mention that ia64-elf is broken.
2491 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2492
2493 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2494
2495 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2496 generic_func_frame_valid instead of func_frame_valid.
2497
2498 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2499
2500 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2501 procfs appears to be broken when debugging on multi-processor
2502 machines. So enable software single stepping in order to avoid
2503 using the procfs interface to do next/step operations, using
2504 internal breakpoints instead.
2505
2506 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2507 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2508 make this pc address equal to the value it would have if the
2509 system stepping capability was used. Also set a new flag used
2510 to ensure that we don't readjust the PC one more time later.
2511
2512 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2513 address by DECR_PC_AFTER_BREAK when software single step is
2514 in use for this architecture, as this has already been taken
2515 care of in handle_inferior_event().
2516
2517 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2518
2519 * infrun.c (handle_inferior_event): Minor reformatting, to make
2520 a rather long condition expression easier to read.
2521
2522 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2523
2524 * Makefile.in (gdbtk.o): Move to end of file.
2525 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2526 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2527 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2528 (gdbtk-wrapper.o, gdbres.o): Ditto.
2529
2530 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2531
2532 * Makefile.in (copying.o): Separate out compile rule.
2533 (hpux-thread.o, procfs.o, signals.o): Ditto.
2534 (v850ice.o, z8k-tdep.o): Ditto.
2535 (tui-file.o): Move to TUI section.
2536 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2537 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2538
2539 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2540
2541 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2542 skip_trampoline_code, for better namespace-proofing.
2543
2544 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2545
2546 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2547
2548 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2549
2550 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2551
2552 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2553 signal, check whether we hit a breakpoint before checking for a
2554 single step breakpoint. Otherwise, GDB fails to notice that a
2555 breakpoint has been hit when stepping onto a breakpoint.
2556
2557 2002-08-16 Keith Seitz <keiths@redhat.com>
2558
2559 * gdb-events.sh (clear_gdb_event_hooks): New function.
2560 * gdb-events.c: Regenerate.
2561 * gdb-events.h: Regenerate.
2562
2563 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2564
2565 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2566 not_a_sw_breakpoint.
2567 * breakpoint.h (bpstat_stop_status): Add parameter names.
2568
2569 2002-08-16 Grace Sainsbury <graces@redhat.com>
2570
2571 * remote.c (remote_insert_hw_breakpoint)
2572 (remote_remove_hw_breakpoint): Fix calculation of length field
2573 for Z-packet.
2574
2575 2002-08-15 Michael Snyder <msnyder@redhat.com>
2576
2577 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2578 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2579 (supply_fpregset): Ditto.
2580
2581 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2582 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2583 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2584 (TARGET_READ_SP): Delete.
2585 (DO_REGISTERS_INFO): Delete.
2586 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2587 Delete.
2588 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2589 from macros to functions.
2590
2591 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2592 (mips_register_convertible, mips_register_convert_to_virtual,
2593 mips_register_convert_to_raw): Make static.
2594 (mips_read_sp): New function.
2595 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2596 (mips_do_registers_info): Make static.
2597 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2598 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2599 (mips_register_convert_from_type, mips_register_convert_to_type):
2600 New functions.
2601 (mips_gdbarch_init): Set up function_start_offset,
2602 register_virtual_size, pc_in_sigtramp.
2603
2604 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2605
2606 * infcmd.c (vector_info): New function.
2607 (_initialize_infcmd): Add command "info vector".
2608 (print_vector_info): New function.
2609
2610 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2611 * gdbarch.h, gdbarch.c: Regenerate.
2612
2613 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2614
2615 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2616 ``print_all''. Only print vector registers when ``print_all''.
2617
2618 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2619
2620 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2621 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2622
2623 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2624 Add `args' parameter.
2625 * gdbarch.h, gdbarch.c: Regenerate.
2626
2627 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2628
2629 * infcmd.c (float_info): Call print_float_info.
2630 (print_float_info): New function. By default, print the
2631 floating-point registers.
2632
2633 * arch-utils.h (default_print_float_info): Delete declaration.
2634 * arch-utils.c (default_print_float_info): Delete function.
2635
2636 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2637
2638 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2639 out define.
2640
2641 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2642 FRAME.
2643
2644 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2645 * configure.host: Make i[3456]86-*-aix host obsolete.
2646 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2647 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2648 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2649 config/i386/xm-i386aix.h: Make files obsolete.
2650 * i386aix-nat.c: Make file obsolete.
2651 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2652 (i386aix-nat.o): Make target obsolete.
2653
2654 * config/i386/nm-gnu.h: Removed.
2655 * config/i386/nm-i386gnu.h: New file.
2656 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2657 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2658 Moved here from ...
2659 * config/i386/tm-i386gnu.h: ... here. Removed.
2660 * config/i386/xm-i386gnu.h: Removed.
2661 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2662 (NAT_FILE): Set to nm-i386gnu.h.
2663 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2664 * i386-tdep.c: New file.
2665 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2666 (i386gnu-tdep.o): Specify dependencies.
2667
2668 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2669
2670 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2671 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2672 Adjust a few comments to reflect reality a bit closer.
2673 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2674 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2675 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2676 target_insert_watchpoint, target_remove_watchpoint):
2677 Move defines to ...
2678 * config/i386/nm-i386sco5.h: ... here.
2679 (kernel_u_size): Add prototype. Improve a few comments and add
2680 protection against multiple inclusion.
2681
2682 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2683 out define.
2684
2685 * uw-thread.c (SP_ARG0): Define if not already defined.
2686 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2687
2688 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2689
2690 * config/i386/tm-i386.h: Don't include "regcache.h".
2691
2692 * i387-tdep.h (i387_print_float_info): New prototype.
2693 * i387-tdep.c (print_i387_value, print_i387_ext,
2694 print_i387_status_word, print_i387_control_word): Add `struct
2695 ui_file *' argument and use it for output.
2696 (i387_print_float_info): Renamed from i387_float_info. Add
2697 `struct gdbarch *' and `struct ui_file *' arguments and use the
2698 latter for output.
2699 * i386-tdep.c: Include "i387-tdep.h".
2700 (i386_gdbarch_init): Set print_float_info.
2701 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2702 (FLOAT_INFO): Remove define.
2703
2704 2002-08-13 Michael Snyder <msnyder@redhat.com>
2705
2706 * mips-tdep.c (mips_push_arguments): Rename to
2707 mips_eabi_push_arguments, and tune for EABI.
2708 (MIPS_REGS_HAVE_HOME_P): Delete.
2709 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2710 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2711 Delete references to mips_regs_have_home_p.
2712
2713 2002-08-14 Keith Seitz <keiths@redhat.com>
2714
2715 * Makefile.in (install-gdbtk): Create insight plugin directory.
2716 Install plugins.tcl file.
2717
2718 2002-08-14 Keith Seitz <keiths@redhat.com>
2719
2720 * configure.in: Move SUBDIRS to near top of the file so that
2721 --enable options may add things to it.
2722 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2723 * configure: Regenerate.
2724
2725 2002-08-13 Michael Snyder <msnyder@redhat.com>
2726
2727 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2728 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2729 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2730
2731 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2732
2733 * vax-tdep.c (vax_get_saved_register): Delete function.
2734 (vax_gdbarch_init): Update.
2735 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2736 (ns32k_gdbarch_init): Update.
2737 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2738 (alpha_gdbarch_init): Update.
2739
2740 2002-08-13 Andrew Cagney <cagney@redhat.com>
2741
2742 * regcache.c (init_regcache_descr): Overallocate the
2743 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2744 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2745 nr_raw_registers.
2746 (set_register_cached): Add range checking assertions. Use
2747 current_regcache.
2748
2749 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2750
2751 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2752 numbers for MMX registers.
2753
2754 2002-08-13 Andrew Cagney <cagney@redhat.com>
2755
2756 * i386-tdep.c (i386_gdbarch_init): Use
2757 generic_unwind_get_saved_register.
2758
2759 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2760
2761 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2762 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2763 target vector.
2764 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2765 Delete. Add comment regarding this now-deleted target method.
2766
2767 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2768
2769 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2770 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2771 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2772 real PC and the page number (if it's within the memory bank window).
2773 (m68hc11_pseudo_register_write): Likewise when saving.
2774 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2775 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2776 (m68hc11_register_raw_size): And use 32-bit for it.
2777 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2778 16K memory bank is used by the prog; also use the virtual pc.
2779
2780 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2781
2782 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2783 (m68hc11_gdbarch_init): Install it in gdbarch.
2784 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2785 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2786 (MSYMBOL_SIZE): New for documentation.
2787 (insn_return_kind): Enum to specify how a function returns.
2788 (frame_extra_info): Cleanup and record the return mode.
2789 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2790 register in address computation.
2791 (m68hc11_get_return_insn): New to obtain the return instruction used
2792 by the function.
2793 (m68hc11_frame_init_saved_regs): Take into account the return
2794 instruction used by the function for far and interrupt functions.
2795 (m68hc11_init_extra_frame_info): Take into account page register.
2796 (m68hc11_frame_args_address): Adjust according to the return mode.
2797 (show_regs): Print page register only when it's used.
2798
2799 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2800
2801 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2802 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2803 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2804 registers.
2805 (m68hc11_register_raw_size): Likewise.
2806
2807 2002-08-13 Andrew Cagney <cagney@redhat.com>
2808
2809 * i386-tdep.c (i386_register_name): Handle mmx registers.
2810 (mmx_regnum_p): New function.
2811 (i386_mmx_names): New array.
2812 (mmx_num_regs): New variable.
2813 (i386_pseudo_register_read): New function.
2814 (i386_pseudo_register_write): New function.
2815 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2816
2817 * regcache.c (regcache_raw_read_unsigned): New function.
2818 (regcache_raw_read_signed): New function.
2819 * regcache.h (regcache_raw_read_unsigned): Declare.
2820 (regcache_raw_read_signed): Declare.
2821
2822 2002-08-13 Andrew Cagney <cagney@redhat.com>
2823
2824 * regcache.c (regcache_raw_read_as_address): Delete function.
2825 (regcache_cooked_read_signed): New function.
2826 (regcache_cooked_read_unsigned): New function.
2827 * regcache.h (regcache_cooked_read_signed): Declare.
2828 (regcache_cooked_read_unsigned): Declare.
2829 (regcache_raw_read_as_address): Delete declaration.
2830
2831 * blockframe.c (generic_read_register_dummy): Use
2832 regcache_cooked_read_unsigned.
2833 * i386-tdep.c (i386_extract_struct_value_address): Use
2834 regcache_cooked_read_unsigned.
2835
2836 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2837
2838 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2839 double sizes according to ELF ABI flags.
2840 (gdbarch_tdep): Record elf_flags.
2841
2842 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2843
2844 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2845 (m6812_prolog): They can appear in 68HC12 function prologue.
2846 (m68hc11_frame_chain): Cleanup.
2847
2848 2002-08-12 Andrew Cagney <cagney@redhat.com>
2849
2850 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2851 declarations.
2852 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2853 (i386_linux_register_raw_size): Delete function.
2854 (i386_linux_init_abi): Update.
2855 * i386-tdep.c (i386_register_raw_size): Delete function.
2856 (i386_register_byte): Delete function.
2857 (i386_gdbarch_init): Update.
2858 (i386_register_size): Delete array.
2859 (i386_register_offset): Delete array.
2860
2861 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2862 (REGISTER_RAW_SIZE): Delete macro.
2863 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2864 (REGISTER_BYTE): Delete macro.
2865
2866 2002-08-11 Aidan Skinner <aidan@velvet.net>
2867
2868 * ada-lang.c (ada_lookup_partial_symbol)
2869 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2870 prototype names so that grep ^func works properly.
2871
2872 * ada-lang.c (ada_array_element_type)
2873 (ada_lookup_partial_symbol): Fix typos in parameter list.
2874
2875 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2876 Fix prototype names so that grep ^func works properly.
2877
2878 2002-08-10 Andrew Cagney <cagney@redhat.com>
2879 Elena Zannoni <ezannoni@redhat.com>
2880 Martin M. Hunt <hunt@redhat.com>
2881
2882 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2883 (build_builtin_type_vec128i): Set the vector bit.
2884 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2885 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2886 (build_builtin_type_vec64): New function.
2887 (build_builtin_type_vec64i): New function.
2888 (build_gdbtypes): Initialize builtin_type_vec64 and
2889 builtin_type_vec64i.
2890
2891 2002-08-09 Andrew Cagney <cagney@redhat.com>
2892
2893 * regcache.c (regcache_dump): Compare the register offset
2894 with REGISTER_BYTE.
2895 * arch-utils.c (generic_register_byte): New function.
2896 * arch-utils.h (generic_register_byte): Declare.
2897 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2898 * gdbarch.h, gdbarch.c: Regenerate.
2899
2900 2002-08-09 Andrew Cagney <cagney@redhat.com>
2901
2902 * regcache.c: Include "gdbcmd.h"
2903 (_initialize_regcache): Add commands "maintenance print
2904 registers", "maintenance print raw-registers" and "maintenance
2905 print cooked-registers".
2906 (enum regcache_dump_what): Define.
2907 (dump_endian_bytes): New function.
2908 (regcache_dump): New function.
2909 (regcache_print): New function.
2910 (maintenance_print_registers): New function.
2911 (maintenance_print_raw_registers): New function.
2912 (maintenance_print_cooked_registers): New function.
2913 * Makefile.in (regcache.o): Update dependencies.
2914
2915 2002-08-09 Michael Snyder <msnyder@redhat.com>
2916
2917 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2918 (mips_push_arguments): Correct some comments. Use paddr_nz
2919 for printing addresses in debug output. Replace static
2920 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2921 (mips_n32n64_push_arguments): New function, cloned from
2922 mips_push_arguments and tuned for the n32/n64 ABI.
2923 (mips_push_register): Buffer needs dynamic allocation.
2924 (mips_print_register): Ditto.
2925 (do_gp_register_row): Ditto.
2926 (mips_store_return_value): Ditto.
2927 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2928
2929 2002-08-09 Don Howard <dhoward@redhat.com>
2930
2931 * memattr.c (mem_info_command): Print special case of upper bound
2932 as max CORE_ADDR + 1.
2933
2934 2002-08-08 Michael Snyder <msnyder@redhat.com>
2935
2936 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2937 returns structs by ref if they're too big to fit in two registers.
2938
2939 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2940
2941 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2942 saved regs value.
2943 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2944 mips_find_saved_regs().
2945 (mips_pop_frame): Likewise.
2946
2947 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2948
2949 * blockframe.c (frame_saved_regs_register_unwind): Revise
2950 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2951 frames are in use.
2952
2953 2002-08-09 Grace Sainsbury <graces@redhat.com>
2954
2955 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2956 T-packets; the 'a' is not taken as a register number.
2957 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2958 (remote_stopped_data_address): New functions; add to target
2959 vector.
2960 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2961 prototypes to match other implementations of this
2962 function. replace integer argument with pointer -- the length
2963 field in the Z-packet is the length of what is pointed to or 1 if
2964 pointer is null. Add to target vector.
2965 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2966 target vector.
2967
2968 From Mark Salter:
2969 * remote.c (remote_wait): Add support to extract optional
2970 watchpoint information from T-packet. Ignore unrecognized
2971 optional info in T-packet.
2972 (remote_async_wait): Ditto.
2973
2974 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
2975
2976 * cli/cli-dump.c: Change fopen modes to use binary open modes
2977 as defined in include/fopen-bin.h throughout.
2978
2979 2002-08-08 Michael Snyder <msnyder@redhat.com>
2980
2981 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2982
2983 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2984
2985 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2986 assertion failure by returning early after a warning.
2987
2988 2002-08-08 Kevin Buettner <kevinb@redhat.com>
2989
2990 * mips-tdep.c (mips_find_saved_regs): Make static.
2991 (mips_frame_init_saved_regs): New function.
2992 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2993 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2994 (mips_find_saved_regs): Delete declaration.
2995
2996 2002-08-08 Grace Sainsbury <graces@redhat.com>
2997
2998 * remote.c (remote_wait, remote_async_wait): Change
2999 thread_num from int to ULONGEST.
3000 (unpack_varlen_hex): Change result parameter from
3001 int * to ULONGEST *.
3002
3003 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3004
3005 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3006 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3007 powerpc*-*-*.
3008 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3009
3010 2002-08-08 Andrew Cagney <cagney@redhat.com>
3011
3012 * gcore.c (override_derive_stack_segment): Delete variable.
3013 (preempt_derive_stack_segment): Delete function.
3014 (derive_stack_segment): Delete function.
3015 (default_derive_stack_segment): Renamed to derive_stack_segment.
3016 (override_derive_heap_segment): Delete variable.
3017 (preempt_derive_heap_segment): Delete function.
3018 (derive_heap_segment): Delete function.
3019 (default_derive_heap_segment): Rename to derive_heap_segment.
3020
3021 2002-08-06 Michael Snyder <msnyder@redhat.com>
3022
3023 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3024 * mips-tdep.c (mips_EABI_use_struct_convention,
3025 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3026 New functions. (mips_use_struct_convention): Delete.
3027 (mips_gdbarch_init): set use_gdbarch_convention.
3028
3029 2002-08-06 Michael Snyder <msnyder@redhat.com>
3030
3031 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3032 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3033 mips_o32_reg_struct_has_addr): New functions.
3034 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3035
3036 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3037
3038 * regcache.c (pseudo_register): Delete function.
3039 (fetch_register): Delete function.
3040 (store_register): Delete function.
3041 (regcache_raw_read, legacy_read_register_gen): Use
3042 target_fetch_registers instead of fetch_register.
3043 (legacy_write_register_gen, regcache_raw_write): Use
3044 target_store_register instead of store_register.
3045 (write_register_bytes): Ditto.
3046
3047 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3048 (STORE_PSEUDO_REGISTER): Delete.
3049 * gdbarch.h, gdbarch.c: Regenerate.
3050
3051 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3052
3053 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3054 write dump file binary.
3055
3056 2002-08-05 Michael Snyder <msnyder@redhat.com>
3057
3058 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3059 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3060 (mips_gdbarch_init): Set N32 target to be mips64.
3061
3062 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3063
3064 * frame.c (find_saved_register): Break out of loop once saved
3065 register address is found. Don't mention sparc in loop comment
3066 anymore.
3067
3068 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3069
3070 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3071 mips_default_saved_regsize to 8.
3072
3073 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3074
3075 * gcore.c: Do not include <sys/procfs.h>.
3076 * Makefile.in (gcore.o): Update dependencies.
3077
3078 2002-08-06 Andrew Cagney <cagney@redhat.com>
3079
3080 * configure.tgt: Make arc-*-* obsolete.
3081 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3082 * MAINTAINERS: Make arc-elf obsolete.
3083 * arc-tdep.c: Make file obsolete.
3084 * config/arc/arc.mt: Ditto.
3085 * config/arc/tm-arc.h: Ditto.
3086
3087 2002-08-05 Theodore A. Roth <troth@verinet.com>
3088
3089 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3090
3091 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3092
3093 * mcore-tdep.c (mcore_gdbarch_init): Use
3094 generic_unwind_get_saved_register instead of
3095 generic_get_saved_register.
3096 * v850-tdep.c (v850_gdbarch_init): Ditto.
3097 * frv-tdep.c (frv_gdbarch_init): Ditto.
3098 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3099 * s390-tdep.c (s390_gdbarch_init): Ditto.
3100 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3101 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3102 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3103
3104 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3105
3106 * objfiles.h: Add missing #include "symfile.h"
3107
3108 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3109
3110 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3111
3112 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3113 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3114 of FIELD_BITSIZE.
3115
3116 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3117
3118 * NEWS: Cleanup and nitpick.
3119
3120 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3121
3122 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3123
3124 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3125
3126 * Makefile.in (gdbtk-bp.o): Update dependencies.
3127 (gdbtk-register.o): Ditto.
3128 (gdbtk-varobj.o): Ditto.
3129
3130 2002-08-03 Andrew Cagney <cagney@redhat.com>
3131
3132 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3133 m68hc11_fetch_pseudo_register.
3134 (m68hc11_pseudo_register_write): Replace
3135 m68hc11_store_pseudo_register.
3136 (m68hc11_gdbarch_init): Update.
3137
3138 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3139
3140 * gdbarch.sh: Include "gdb_string.h".
3141 * gdbarch.c: Regenerate.
3142
3143 * regcache.c: Include "gdb_string.h".
3144 * ax-general.c: Ditto.
3145 * varobj.c: Ditto.
3146 * std-regs.c: Ditto.
3147 * fbsd-proc.c: Ditto.
3148 * thread.c: Ditto.
3149
3150 * Makefile.in (regcache.o): Update dependencies.
3151 (thread.o, gdbarch.o): Ditto.
3152 (ax-general.o, gdbarch.o): Ditto.
3153 (varobj.o, std-regs.o): Ditto.
3154 (fbsd-proc.o): Specify dependencies.
3155
3156 2002-08-02 Andrew Cagney <cagney@redhat.com>
3157
3158 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3159 regnum.
3160 (regcache_cooked_write): Ditto.
3161
3162 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3163
3164 * regcache.c (regcache_cooked_read): New function.
3165 (regcache_cooked_write): New function.
3166 (read_register_gen): Rewrite using regcache_cooked_read.
3167 (write_register_gen): Rewrite using regcache_cooked_write.
3168
3169 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3170 Declare.
3171
3172 2002-08-02 Andrew Cagney <cagney@redhat.com>
3173
3174 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3175 Replace the architecture methods register_read and register_write.
3176 * gdbarch.h, gdbarch.c: Regenerate.
3177 * regcache.c (init_regcache_descr): Update.
3178 (read_register_gen): Update.
3179 (write_register_gen): Update.
3180 (supply_register): Update comment.
3181
3182 * sh-tdep.c (sh_gdbarch_init): Update.
3183 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3184 `regcache' and `gdbarch' parameters. Make `buffer' a void
3185 pointer. Update code.
3186 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3187 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3188 void pointer. Update code.
3189 (sh64_register_write): Delete.
3190 (sh4_register_read): Delete.
3191 (sh64_register_read): Delete.
3192 (sh4_register_write): Delete.
3193 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3194 void pointer, `to' parameter a void pointer.
3195 (sh_sh64_register_convert_to_raw): Ditto.
3196
3197 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3198
3199 * mips-tdep.c (mips_register_virtual_type): Use architecture
3200 invariant return values.
3201
3202 2002-08-01 Andrew Cagney <cagney@redhat.com>
3203
3204 * linux-proc.c: Include "gdb_string.h".
3205 * Makefile.in (linux-proc.o): Update dependency list.
3206
3207 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3208
3209 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3210 comment.
3211
3212 2002-08-01 Grace Sainsbury <graces@redhat.com>
3213
3214 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3215 to_insert_watchpoint, to_remove_watchpoint,
3216 to_stopped_by_watchpoint, to_stopped_data_address,
3217 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3218 target vecctor. Define their corresponding macros so they call
3219 them.
3220
3221 * target.c: Add default and debug versions of for
3222 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3223 to_insert_watchpoint, to_remove_watchpoint,
3224 to_stopped_by_watchpoint, to_stopped_data_address,
3225 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3226
3227 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3228
3229 * mips-tdep.c (mips_register_virtual_type): New function.
3230 (mips_gdbarch_init): Register mips_register_virtual_type()
3231 with gdbarch machinery.
3232 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3233 this file instead of tm-bigmips.h.
3234 (MIPS_REGSIZE): Delete this macro.
3235 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3236 multiarch version in mips-tdep.c will be found.
3237
3238 2002-08-01 Andrew Cagney <cagney@redhat.com>
3239
3240 * NEWS: Menion that CHILL has been made obsolete.
3241
3242 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3243 * stabsread.c (read_range_type): Ditto.
3244 * gdbtypes.h: Ditto.
3245 * language.c (binop_type_check): Ditto.
3246 (binop_result_type): Ditto.
3247 (integral_type): Ditto.
3248 (character_type): Ditto.
3249 (string_type): Ditto.
3250 (boolean_type): Ditto.
3251 (structured_type): Ditto.
3252 (lang_bool_type): Ditto.
3253 (binop_type_check): Ditto.
3254 * language.h (_LANG_chill): Ditto.
3255 * dwarfread.c (set_cu_language): Ditto.
3256 * dwarfread.c (CHILL_PRODUCER): Ditto.
3257 * dwarfread.c (handle_producer): Ditto.
3258 * expression.h (enum exp_opcode): Ditto.
3259 * eval.c: Ditto for comments.
3260 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3261 * expprint.c (print_subexp): Ditto.
3262 (print_subexp): Ditto.
3263 * valops.c (value_cast): Ditto.
3264 (search_struct_field): Ditto.
3265 * value.h (COERCE_VARYING_ARRAY): Ditto.
3266 * symfile.c (init_filename_language_table): Ditto.
3267 (add_psymbol_with_dem_name_to_list): Ditto.
3268 * valarith.c (value_binop): Ditto.
3269 (value_neg): Ditto.
3270 * valops.c (value_slice): Ditto.
3271 * symtab.h (union language_specific): Ditto.
3272 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3273 (SYMBOL_DEMANGLED_NAME): Ditto.
3274 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3275 * defs.h (enum language): Ditto.
3276 * symtab.c (got_symtab): Ditto.
3277 * utils.c (fprintf_symbol_filtered): Ditto.
3278
3279 * ch-typeprint.c: Make file obsolete.
3280 * ch-valprint.c: Make file obsolete.
3281 * ch-lang.h: Make file obsolete.
3282 * ch-exp.c: Make file obsolete.
3283 * ch-lang.c: Make file obsolete.
3284
3285 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3286 CHILL_LIB.
3287 (TARGET_FLAGS_TO_PASS): Ditto.
3288 (CHILLFLAGS): Obsolete.
3289 (CHILL): Obsolete.
3290 (CHILL_FOR_TARGET): Obsolete.
3291 (CHILL_LIB): Obsolete.
3292 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3293 ch-valprint.c.
3294 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3295 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3296 ch-lang.o.
3297 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3298 targets.
3299
3300 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3301
3302 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3303 This does not change anything at the moment, but will be helpful
3304 later when full Ada support is integrated.
3305
3306 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3307
3308 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3309 help message.
3310
3311 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3312
3313 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3314 and save it in a local variable. Use variable in later test.
3315
3316 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3317
3318 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3319 test. (Thanks to Daniel Jacobowitz.)
3320
3321 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3322
3323 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3324 (mips_abi_strings): Add "n64".
3325 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3326
3327 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3328
3329 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3330 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3331
3332 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3333
3334 * utils.c (host_pointer_to_address, address_to_host_pointer):
3335 Use gdb_assert() instead of explicit call to internal_error().
3336
3337 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3338
3339 * Makefile.in (rs6000-nat.o): Update dependencies.
3340
3341 From Nicholas Duffek:
3342 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3343 (aix-thread.o): New rule.
3344 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3345 * config/powerpc/aix432.mh: New file.
3346
3347 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3348
3349 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3350 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3351 (fetch_core_registers, ppc_linux_supply_gregset)
3352 (ppc_linux_supply_fpregset): New functions.
3353 (ppc_linux_regset_core_fns): New.
3354 (_initialize_ppc_linux_tdep): Call add_core_fns.
3355 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3356 and ppc_linux_supply_gregset.
3357 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3358 (supply_fpregset): Call ppc_linux_supply_fpregset.
3359 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3360 corelow.o.
3361 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3362
3363 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3364
3365 * symtab.c (lookup_symbol): Demangle before lowercasing.
3366
3367 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3368
3369 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3370 declaration.
3371 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3372 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3373 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3374 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3375 "gdb_string.h".
3376 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3377 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3378 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3379 (avr-tdep.o, mon960-rom.o): Ditto.
3380 (aout_stabs_gnu_h): Define.
3381 (symtab_h): Remove $(gdb_obstack_h).
3382
3383 2002-07-30 Jim Blandy <jimb@redhat.com>
3384
3385 Patch from David Carlton <carlton@math.stanford.edu>:
3386 * gdbinit.in: Move the `dir' commands that add GDB's own source
3387 directory to the search path to the end, so that the `gdb' source
3388 directory will be searched first.
3389
3390 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3391
3392 * gdb_obstack.h: New file.
3393 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3394 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3395 * objfiles.h: Include "gdb_obstack.h".
3396 * Makefile.in (gdb_obstack_h): Define.
3397 (symtab_h): Add $(gdb_obstack_h).
3398 (objfiles_h): Add $(gdb_obstack_h).
3399
3400 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3401 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3402 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3403 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3404 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3405 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3406 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3407 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3408
3409 * Makefile.in (bcache.o): Update dependencies.
3410 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3411 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3412 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3413 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3414 (stabsread.o, symfile.o, symmisc.o): Ditto.
3415 (symtab.o, typeprint.o, macroexp.o): Ditto.
3416 (macrotab.o, mdebugread.o): Ditto.
3417 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3418 (coff_ecoff_h, aout_aout64_h): Define.
3419 (aout_stabs_gnu_h, libaout_h): Define.
3420
3421 2002-07-29 Andrew Cagney <cagney@redhat.com>
3422
3423 * regcache.c (struct regcache_descr): Rename nr_registers to
3424 nr_cooked_registers. Revise comments describing the structure
3425 member fields.
3426 (init_regcache_descr): Update.
3427 (init_legacy_regcache_descr): Update.
3428 (read_register_gen, write_register_gen): When a cooked register in
3429 the raw register range, directly access the value from the raw
3430 register cache.
3431
3432 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3433
3434 * z8k-tdep.c: Do not include "obstack.h".
3435 * h8300-tdep.c, h8500-tdep.c: Ditto.
3436 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3437 * valprint.c, v850-tdep.c: Ditto.
3438 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3439 * mn10200-tdep.c: Ditto.
3440
3441 * Makefile.in (z8k-tdep.o): Update dependencies.
3442 (m68hc11-tdep.o, valprint.o): Ditto.
3443 (v850-tdep.o, d10v-tdep.o): Ditto.
3444 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3445 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3446 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3447 (sh_opc_h, gdb_sim_sh_h): Define.
3448 (elf_sh_h, elf_bfd_h): Define.
3449 (opcode_m68hc11_h): Define.
3450 (OPCODES_SRC, OPCODES_DIR): define.
3451 (OPCODES): Use $(OPCODES_DIR).
3452 (gdb_sim_d10v_h): Rename sim_d10v_h.
3453 (gdb_sim_arm_h): Rename sim_arm_h.
3454
3455 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3456
3457 * utils.c (host_pointer_to_address, address_to_host_pointer):
3458 Change internal_error() message to indicate function responsible
3459 for the error.
3460
3461 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3462
3463 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3464 calls to local_hex_string_custom().
3465
3466 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3467
3468 * irix5-nat.c: Move IRIX shared library support from here...
3469 * solib-irix.c: ...to here. Revised substantially to work with
3470 generic solib framework.
3471
3472 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3473 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3474 * mips-irix-tdep.c: New file.
3475
3476 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3477 (mips-irix-tdep.o, solib-irix.o): New rules.
3478 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3479 solib-irix.o.
3480 * config/mips/irix6.mt (TDEPFILES): Likewise.
3481 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3482
3483 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3484
3485 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3486 disabled (via ``#if 0'') includes.
3487
3488 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3489
3490 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3491 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3492 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3493 Add support for the fpscr register.
3494 * rs6000-nat.c (regmap, fetch_inferior_registers)
3495 (store_inferior_registers, fetch_core_registers): Likewise.
3496
3497 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3498
3499 * rs6000-nat.c (language.h): Include.
3500 (special_regs): Delete this array.
3501 (regmap): New function.
3502 (fetch_register, store_register): Use regmap() to map gdb
3503 register numbers to ptrace register numbers. Also, use
3504 outputs from regmap() to make decisions regarding type of
3505 ptrace() call to make. In particular, don't compare against
3506 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3507 (fetch_inferior_registers, store_inferior_registers): Where
3508 possible, obtain register numbers from tdep struct. Don't
3509 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3510 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3511 (LAST_UISA_SP_REGNUM): Delete.
3512
3513 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3514
3515 * rs6000-nat.c (ppc-tdep.h): Include.
3516 (fetch_registers, store_register, fetch_core_registers): Don't
3517 access registers[] directly. Instead, use supply_register() or
3518 regcache_collect() as appropriate.
3519 (find_toc_address): Format hex address with local_hex_string().
3520
3521 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3522
3523 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3524 bfd/elf32-frv.c.
3525
3526 2002-07-24 Tom Tromey <tromey@redhat.com>
3527
3528 * jv-exp.y: Marked all strings with _().
3529 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3530 internal_error.
3531 (MethodInvocation, CastExpression, parse_number, yyerror,
3532 java_type_from_name, push_expression_name, yylex): Typo fixes.
3533
3534 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3535
3536 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3537 (tee_file_flush, tee_file_write, tee_file_fputs)
3538 (tee_file_isatty): New.
3539 * ui-file.h (tee_file_new): Add prototype.
3540
3541 2002-07-24 Aidan Skinner <aidan@velvet.net>
3542
3543 * ada-lang.c: Change k&r style function definitions to prototyped
3544 form.
3545 * ada-typeprint.c: Change k&r style function definitions to prototyped
3546 form.
3547 * ada-valprint.c: Change k&r style function definitions to prototyped
3548 form.
3549
3550 2002-07-24 Andrew Cagney <cagney@redhat.com>
3551
3552 * README: Remove reference to remote-bug.
3553 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3554 remote-bug.c.
3555 (m88k-nat.o): Delete rule.
3556 (m88k-tdep.o): Delete rule.
3557 (remote-bug.o): Delete rule.
3558 * MAINTAINERS: Mark as obsolete.
3559 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3560 * m88k-tdep.c: Make file obsolete.
3561 * config/m88k/m88k.mh: Ditto.
3562 * config/m88k/delta88v4.mh: Ditto.
3563 * config/m88k/delta88v4.mt: Ditto.
3564 * config/m88k/delta88.mt: Ditto.
3565 * config/m88k/delta88.mh: Ditto.
3566 * remote-bug.c: Ditto.
3567 * config/m88k/tm-delta88.h: Ditto.
3568 * config/m88k/nm-delta88v4.h: Ditto.
3569 * config/m88k/xm-delta88.h: Ditto.
3570 * config/m88k/xm-dgux.h: Ditto.
3571 * config/m88k/tm-m88k.h: Ditto.
3572 * config/m88k/nm-m88k.h: Ditto.
3573 * config/m88k/tm-delta88v4.h: Ditto.
3574 * m88k-nat.c: Ditto.
3575 * cxux-nat.c: Ditto.
3576 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3577 and m88*-*-* obsolete.
3578 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3579 m88*-*-* obsolete.
3580
3581 2002-07-24 Andrew Cagney <cagney@redhat.com>
3582
3583 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3584 constant. Same for local pointer variables.
3585 (extract_signed_integer): Ditto.
3586 * defs.h (extract_unsigned_integer): Update.
3587 (extract_signed_integer): Update.
3588
3589 2002-07-24 Andrew Cagney <cagney@redhat.com>
3590
3591 * regcache.c (regcache_raw_write): Change buf parameter to a
3592 constant void pointer.
3593 (regcache_raw_read): Change buf parameter to a void pointer.
3594 (legacy_write_register_gen): Change myaddr parameter a constant
3595 void pointer.
3596 (supply_register): Change val parameter to a const void pointer.
3597 * regcache.h (regcache_raw_write): Update declaration.
3598 (regcache_raw_read): Update declaration.
3599 (supply_register): Update declaration.
3600
3601 2002-07-24 Tom Tromey <tromey@redhat.com>
3602
3603 * defs.h (gdb_readline_wrapper): Declare.
3604 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3605 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3606 * top.c (gdb_readline_wrapper): New function.
3607 (command_line_input): Use it.
3608
3609 2002-07-24 Andrew Cagney <cagney@redhat.com>
3610
3611 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3612 regcache_read and regcache_write.
3613 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3614 * regcache.c: Update.
3615 * sh-tdep.c (sh64_push_arguments): Update comment.
3616 (sh_pseudo_register_read): Update.
3617 (sh_pseudo_register_write): Update.
3618 (sh4_register_read): Update.
3619 (sh4_register_write): Update.
3620 (sh64_pseudo_register_read): Update.
3621 (sh64_pseudo_register_write): Update.
3622 (sh64_register_read): Update.
3623 (sh64_register_write): Update.
3624 * i386-tdep.c (i386_extract_return_value): Update.
3625 (i386_extract_struct_value_address): Update.
3626 (i386_extract_return_value): Update.
3627 * blockframe.c (generic_read_register_dummy): Update.
3628 (generic_call_dummy_register_unwind): Update
3629 * infrun.c (write_inferior_status_register): Update.
3630
3631 2002-07-23 Jim Blandy <jimb@redhat.com>
3632
3633 * parser-defs.h (expression_context_pc): Make this extern.
3634 (Thanks to Michael Snyder.)
3635
3636 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3637
3638 GDB 5.2.1 released from 5.2 branch.
3639 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3640 * README: Update to mention 5.2.1.
3641
3642 2002-07-23 Mark Salter <msalter@redhat.com>
3643
3644 * remote.c (remote_read_bytes): Fix check for error.
3645
3646 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3647
3648 * aix-thread.c (language.h): Include.
3649 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3650 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3651 Print newlines at end of debug messages.
3652 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3653 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3654
3655 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3656
3657 * aix-thread.c (ppc-tdep.h): Include.
3658 (special_register_p): New function.
3659 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3660 (store_regs_user_thread): Use register number information from
3661 gdbarch_tdep struct instead of hardcoded offsets relative to
3662 FIRST_UISA_SP_REGNUM.
3663 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3664 special_register_p() instead of using FPLAST_REGNUM and
3665 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3666 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3667 will be MQ's register number.
3668
3669 2002-07-22 Michael Snyder <msnyder@redhat.com>
3670
3671 * aix-thread.c (ops): Rename to aix_thread_ops.
3672 (base_ops): Rename to base_target.
3673 (ops_attach): Rename to aix_thread_attach.
3674 (ops_detach): Rename to aix_thread_detach.
3675 (ops_resume): Rename to aix_thread_detach.
3676 (ops_wait): Rename to aix_thread_wait.
3677 (ops_kill): Rename to aix_thread_kill.
3678 (init_ops): Rename to init_aix_thread_ops.
3679 (ops_fetch_register): Rename to aix_thread_fetch_register.
3680 (ops_store_register): Rename to aix_thread_store_register.
3681 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3682 (ops_thread_alive): Rename to aix_thread_thread_alive.
3683 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3684 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3685 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3686 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3687 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3688 (store_regs_lib): Rename to store_regs_user_thread.
3689 (store_regs_kern): Rename to store_regs_kernel_thread.
3690
3691 2002-07-22 Michael Snyder <msnyder@redhat.com>
3692
3693 * aix-thread.c (ops_prepare_to_store): Eliminate.
3694 (init_ops): Don't initialize ops.prepare_to_store.
3695 (store_regs_kern): Pre-fetch register buffers from child,
3696 because some registers may not be in the cache. Copy
3697 regs from register cache only if they are cached.
3698 (store_regs_lib): Copy regs from register cache only
3699 if they are cached.
3700 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3701 fill_gprs64): Ditto.
3702
3703 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3704
3705 * aix-thread.c (gdb_assert.h): Include.
3706 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3707 register sizes (from register cache) match size of buffer holding
3708 register data.
3709 (fill_sprs32): Change parameter types to match those in the ptrace()
3710 buffer.
3711 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3712 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3713
3714 2002-07-22 Michael Snyder <msnyder@redhat.com>
3715
3716 * aix-thread.c (supply_sprs64): Cosmetic change.
3717 (supply_sprs32): Cosmetic change.
3718 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3719 (fill_sprs64): Use regcache_collect instead of read_register.
3720 (store_regs_lib): Use regcache_collect instead of
3721 read_register. Use fill_sprs32 instead of fill_sprs64,
3722 if debugging a 32-bit architecture.
3723 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3724 out of the register cache, instead of passing a pointer into
3725 the register cache directly to ptrace. Use regcache_collect
3726 insteaad of read_register.
3727 (ops_prepare_to_store): Use target_read_registers instead
3728 of read_register_bytes.
3729
3730 2002-07-20 Aidan Skinner <aidan@velvet.net>
3731
3732 * MAINTAINERS: Add self under write after approval.
3733
3734 2002-07-20 Aidan Skinner <aidan@velvet.net>
3735
3736 * ada-tasks.c: Change k&r style function definitions to prototyped
3737 form.
3738
3739 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3740
3741 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3742 * x86-64-tdep.c: Include "objfiles.h".
3743 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3744 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3745
3746 2002-07-17 Michal Ludvig <michal@suse.cz>
3747
3748 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3749 (update_context): Initialise cfa variable.
3750
3751 2002-07-17 Michael Snyder <msnyder@redhat.com>
3752
3753 * aix-thread.c: Shorten some long lines.
3754 Bring comments into line with code spec.
3755
3756 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3757
3758 * infrun.c: Re-indent using gdb_indent.sh.
3759
3760 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3761
3762 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3763 Leave the indentation temporarily untouched, to minimize the diffs.
3764
3765 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3766
3767 * stabsread.c: Make os9k sections of the code obsolete,
3768 for real this time.
3769 * stabsread.h: Make os9k sections of the code obsolete.
3770
3771 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3772
3773 * linux-low.c (regsets_store_inferior_registers): Add free()
3774 at the end of a loop to prevent memory leak.
3775 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3776 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3777 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3778 line a comment.
3779 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3780
3781 2002-07-17 Jim Blandy <jimb@redhat.com>
3782
3783 * macrocmd.c (info_macro_command): Remove newline from error
3784 message.
3785
3786 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3787
3788 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3789 (sh_gdbarch_init): Use it for sh-dsp.
3790
3791 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3792
3793 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3794 64-bit DWARF2 format.
3795
3796 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3797
3798 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3799 <sys/proc.h> when not available.
3800
3801 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3802
3803 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3804 * stabsread.c: Make os9k sections of the code obsolete.
3805 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3806 * config/i386/i386os9k.mt: Make file obsolete.
3807 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3808 (COMMON_OBS): Remove os9kread.o
3809 (SFILES): Remove os9kread.c.
3810 (os9kread.o, remote-os9k.o): Make target obsolete.
3811 * remote-os9k.c: Make file obsolete.
3812 * os9kread.c: Make file obsolete.
3813 * Makefile.in
3814
3815 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3816
3817 * NEWS: Mention that the FR30 has been made obsolete.
3818 * fr30-tdep.c: Make file obsolete.
3819 * config/fr30/tm-fr30.h: Ditto.
3820 * config/fr30/fr30.mt: Ditto.
3821 * configure.tgt: Make fr30-*-elf obsolete.
3822 * MAINTAINERS: Make fr30-elf obsolete.
3823
3824 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3825
3826 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3827 found is not inside a section.
3828
3829 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3830
3831 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3832 strerror().
3833 (pdc_realloc): Use xrealloc() instead of realloc().
3834
3835 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3836
3837 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3838 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3839 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3840 macros.
3841
3842 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3843
3844 * aix-thread.c (ptrace_check): Eliminate goto.
3845 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3846 problem.
3847
3848 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3849
3850 * aix-thread.c (gdbcmd.h): Include.
3851 (DEBUG, DBG, DBG2, dbg): Eliminate.
3852 (debug_aix_thread): New static global.
3853 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3854 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3855 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3856 invocations to DBG and DBG2 macros to test against
3857 ``debug_aix_thread'' and call fprintf_unfiltered().
3858 (_initialize_aix_thread): Add new command "set debug aix-thread".
3859
3860 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3861
3862 From Gerhard Tonn <TON@de.ibm.com>:
3863 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3864 instead of supply_register.
3865
3866 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3867
3868 * dwarf2cfi.c: Include "gdb_assert.h".
3869 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3870 non-NULL.
3871 (update_context): Do not use __func__. Add missing ``break''.
3872 (update_context): Do not use __func__.
3873
3874 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3875
3876 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3877 and its setting. Set gdbarch instruction printing functions
3878 directly. For non-rs6000 case use new function
3879 gdb_print_insn_powerpc.
3880 (gdb_print_insn_powerpc): New function.
3881
3882 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3883
3884 * NEWS: Mention that the d30v has been marked obsolete.
3885 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3886 * configure.tgt: Mark d30v-*-* as obsolete.
3887 * d30v-tdep.c: Mark file as obsolete.
3888 * config/d30v/d30v.mt: Ditto.
3889 * config/d30v/tm-d30v.h: Ditto.
3890
3891 2002-07-13 Aidan Skinner <aidan@velvet.net>
3892
3893 * ada-tasks.c (add_task_entry): replace calls to
3894 malloc() with xmalloc
3895 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3896
3897 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3898 ada_finish_decode_line_1, all_sals_for_line
3899 ada_breakpoint_rewrite): replace calls to free() with xfree()
3900
3901 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3902
3903 From Nicholas Duffek (with minor changes by Martin Hunt,
3904 Louis Hamilton, and Kevin Buettner):
3905 * aix-thread.c: New file.
3906
3907 2002-07-12 Petr Sorfa <petrs@caldera.com>
3908
3909 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3910 complaint for invalid attribute class or form.
3911 (read_func_scope): DW_AT_frame_base
3912 better handling of DW_AT_block*.
3913 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3914 better handling of DW_AT_block*.
3915 (read_common_block): DW_AT_location
3916 better handling of DW_AT_block*.
3917 (read_partial_die): DW_AT_location better handling
3918 of DW_AT_block*.
3919 (new_symbol): DW_AT_external better handling of
3920 DW_AT_block*. Proper initialization of variable
3921 "addr".
3922 (attr_form_is_block): New function that returns true
3923 if the attribute's form is of DW_FORM_block*.
3924
3925 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3926
3927 * valops.c (find_method_list): Remove comment about
3928 removed STATIC_MEMFUNCP argument.
3929 (value_find_oload_method_list): Likewise.
3930
3931 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3932
3933 From Nicholas Duffek:
3934 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3935 target_new_objfile_hook.
3936
3937 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3938
3939 From Nicholas Duffek:
3940 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3941 csect.
3942
3943 2002-07-12 Andrew Cagney <cagney@redhat.com>
3944
3945 * MAINTAINERS: Mention --enable-sim-build-warnings.
3946 (m68hc11-elf): Disable sim build warnings.
3947 (m32r-elf): Mark as broken obsolete candidate.
3948 (x86_64-linux-gnu): Mark as buildable with -Werror.
3949 (arm-elf): Change -w to ``,'' which enables warnings but not
3950 -Werror.
3951
3952 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3953
3954 * bcache.h: Update copyright.
3955 (struct bstring, struct bcache): Move definition to "bcache.c".
3956 Replaced by opaque declaration.
3957 (bcache_xfree): Replace free_bcache.
3958 (bcache_xmalloc, bcache_memory_used): Declare.
3959
3960 * bcache.c: Update copyright.
3961 (struct bstring, struct bcache): Moved to here from "bcache.h".
3962 Update comments.
3963 (bcache_xmalloc, bcache_memory_used): New functions.
3964 (bcache_xfree): Replace function free_bcache.
3965
3966 * Makefile.in (objfiles.o): Add $(bcache_h).
3967 (objfiles_h): Remove $(bcache_h).
3968 (symfile.o): Add $(bcache_h).
3969
3970 * symmisc.c: Update copyright.
3971 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3972 (print_objfile_statistics): Use bcache_memory_used.
3973
3974 * symfile.c: Include "bcache.h".
3975 (reread_symbols): Use bcache_xfree.
3976 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3977 (add_psymbol_to_list): Pass psymbol_cache by value.
3978 (add_psymbol_with_dem_name_to_list): Ditto.
3979
3980 * objfiles.h: Update copyright.
3981 (struct bcache): Declare opaque. Do not include "bcache.h".
3982 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3983 bcache'' pointers.
3984 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3985
3986 * objfiles.c: Include "bcache.h". Update copyright.
3987 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3988 macro_cache.
3989 (free_objfile): Use bcache_xfree.
3990
3991 2002-07-11 Grace Sainsbury <graces@redhat.com>
3992
3993 * monitor.c (monitor_fetch_register): Make name a constant.
3994 (monitor_store_register): Same.
3995
3996 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
3997
3998 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3999 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4000 (finish_block) For non-function blocks, hash the symbol table. For
4001 function blocks, mark the symbol table as unhashed.
4002 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4003 (msymbol_hash_iw): Likewise.
4004 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4005 value.
4006 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4007 (lookup_minimal_symbol): Likewise for both.
4008 * symtab.h (struct block): Add `hashtable' flag. Comment the
4009 hashtable.
4010 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4011 (ALL_BLOCK_SYMBOLS): Update.
4012 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4013 (struct symbol): Add `hash_next' pointer.
4014 * symtab.c (lookup_block_symbol): Search using the hash table when
4015 possible.
4016 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4017 (search_symbols, find_addr_symbol): Likewise.
4018
4019 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4020 (read_dst_symtab): Likewise.
4021 * jv-lang.c (get_java_class_symtab): Likewise.
4022 * mdebugread.c: Include "gdb_assert.h".
4023 (shrink_block): Assert that the block being modified is not hashed.
4024 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4025 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4026 symbols.
4027 (dump_symtab): Recognize hashed blocks.
4028 * printcmd.c (print_frame_args): Assert that function blocks do not
4029 have hashed symbol tables.
4030 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4031 (fill_in_ada_prototype, debug_print_block): Likewise.
4032 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4033
4034 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4035
4036 * stack.c (print_frame): Use result of frame_address_in_block()
4037 instead of fi->pc when evaluating symbols.
4038 (backtrace_command_1): Ditto.
4039
4040 2002-07-11 Andrew Cagney <cagney@redhat.com>
4041
4042 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4043 Make static.
4044
4045 * arm-tdep.c (arm_register_name): Make return type constant.
4046
4047 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4048
4049 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4050 prototype.
4051 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4052 * s390-tdep.c (s390_fp_regnum): Ditto.
4053 (s390_read_fp): Ditto.
4054 (s390_pop_frame): Ditto.
4055 (_initialize_s390_tdep): Ditto.
4056 * remote.c (get_remote_state): Ditto.
4057 * procfs.c (mappingflags): Ditto.
4058 * memattr.c (_initialize_mem): Ditto.
4059 * mcore-tdep.c (mcore_pop_frame): Ditto.
4060 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4061 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4062 * language.c (set_case_str): Ditto.
4063 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4064 * frv-tdep.c (new_variant): Ditto.
4065 (frv_stopped_data_address): Ditto.
4066 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4067 (context_alloc): Ditto.
4068 (frame_state_alloc): Ditto.
4069 (unwind_tmp_obstack_init): Ditto.
4070 (unwind_tmp_obstack_free): Ditto.
4071 (cfi_read_fp): Ditto.
4072 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4073 (cris_pop_frame): Ditto.
4074 * c-lang.c (scanning_macro_expansion): Ditto.
4075 (finished_macro_expansion): Ditto.
4076 (c_preprocess_and_parse): Ditto.
4077 * gdbarch.sh: Ditto.
4078 * gdbarch.h, gdbarch.c: Regenerate.
4079 * config/mn10200/tm-mn10200.h: Adjust indentation.
4080 * target.c: Adjust indentation.
4081 * symtab.h: Adjust indentation.
4082 * stabsread.h: Adjust indentation.
4083 * remote-es.c: Adjust indentation.
4084 * os9kread.c: Adjust indentation.
4085
4086 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4087
4088 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4089 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4090
4091 2002-07-10 Grace Sainsbury <graces@redhat.com>
4092
4093 * NEWS: Mention m68k, mcore multi-arching.
4094 * MAINTAINERS: Change status of m68k, mcore to reflect
4095 multi-arching.
4096
4097 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4098
4099 * valops.c (find_overload_match): Free oload_syms.
4100
4101 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4102
4103 Define HAVE_SYS_PROC_H if sys/proc.h exists
4104 * configure.in: Add check for sys/proc.h
4105 * config.in: Regenerate.
4106 * configure: Regenerate.
4107
4108 2002-07-09 Grace Sainsbury <graces@redhat.com>
4109
4110 * config/m68k/tm-m68k.h: Remove macros wrapped in
4111 #if !GDB_MULTI_ARCH.
4112
4113 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4114
4115 * config.in, configure: Regenerate.
4116
4117 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4118
4119 * dwarf2cfi.c: Include "gcore.h".
4120 (execute_stack_op): Fix implementation of the
4121 DW_OP_deref and DW_OP_deref_size operators by letting do their
4122 lookup in the target.
4123
4124 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4125
4126 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4127 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4128 tdep->sc_sp_offset.
4129
4130 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4131
4132 Fix PR gdb/595, gdb/602
4133 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4134 Don't call value_cast, just read the vtable pointer; update comments
4135 to match.
4136
4137 2002-07-05 Grace Sainsbury <graces@redhat.com>
4138
4139 * config/mcore/tm-mcore.h: Remove file.
4140 * config/mcore/mcore.mt: Remove definition of TM_FILE
4141 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4142
4143 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4144
4145 * i386bsd-tdep.c: Include "gdb_string.h".
4146
4147 2002-07-04 Grace Sainsbury <graces@redhat.com>
4148
4149 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4150 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4151 mcore-tdep.
4152 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4153 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4154 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4155 (RETVAL_REGNUM): Move macros from tm-mcore.h
4156 (mcore_reg_struct_has_addr): New function.
4157 (mcore_gdbarch_init): Added initializations for the macros removed
4158 from tm-mcore.h.
4159
4160 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4161
4162 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4163 traditonal string branding within the ELF header.
4164
4165 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4166
4167 * symtab.c (remove_params): New function.
4168 (make_symbol_overload_list): Use it instead of cplus_demangle.
4169 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4170
4171 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4172
4173 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4174
4175 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4176 New variables.
4177 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4178 and tdep->sigtramp_end.
4179 * i386obsd-nat.c: New file.
4180 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4181
4182 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4183 Don't call get_current_frame().
4184
4185 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4186
4187 * i386-nat.c (child_post_startup_inferior): New function
4188 calling i386_cleanup_dregs if
4189 I386_USE_GENERIC_WATCHPOINTS is defined.
4190 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4191 conditional to acknowledge that i386-nat.c has its
4192 own child_post_startup_inferior function.
4193
4194 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4195
4196 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4197 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4198 instead of MAX_REGISTER_RAW_SIZE.
4199 (i386_extract_return_value, i386_extract_struct_value_address):
4200 Convert to use regcache.
4201 (i386_gdbarch_init): Set max_register_raw_size and
4202 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4203 Set extract_return_value and extract_struct_value_address instead
4204 of their deprecated variants.
4205
4206 Convert i386 target to generic dummy frames.
4207 * i386-tdep.c: Include "symfile.h".
4208 (i386_frameless_signal_p): Consider a function to be frameless if
4209 the pc points at the first instruction of the function.
4210 (i386_frame_chain): Handle (generic) call dummies.
4211 (i386_frame_saved_pc): Likewise.
4212 (i386_frame_init_saved_regs): Remove code dealing with call
4213 dummies on the stack.
4214 (i386_push_dummy_frame): Removed.
4215 (i386_call_dummy_words): Removed.
4216 (i386_fix_call_dummy): Removed.
4217 (i386_push_return_address): New function.
4218 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4219 parameter, and don't call get_current_frame.
4220 (i386_pop_frame): New function.
4221 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4222 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4223 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4224 call_dummy_length to 0, set call_dummy_words to NULL, set
4225 sizeof_call_dummy_words to 0, set fix_call_dummy to
4226 generic_fix_call_dummy, set pc_in_call_dummy to
4227 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4228 generic_push_dummy_frame, set push_return_address to
4229 i386_push_return_address and set frame_chain_valid to
4230 generic_file_frame_chain_valid.
4231
4232 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4233
4234 * gdbarch.sh (struct regcache): Add opaque declaration.
4235 (EXTRACT_RETURN_VALUE): New architecture method.
4236 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4237 * gdbarch.h, gdbarch.c: Regenerate.
4238 * arch-utils.c (legacy_extract_return_value): New function.
4239 * arch-utils.h (legacy_extract_return_value): Declare.
4240 * values.c (value_being_returned): Re-enable code handling
4241 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4242 deprecated_grub_regcache_for_registers call to block handling
4243 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4244 (EXTRACT_RETURN_VALUE): Do not define.
4245
4246 2002-07-03 Grace Sainsbury <graces@redhat.com>
4247
4248 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4249 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4250 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4251 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4252 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4253 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4254 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4255 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4256 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4257 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4258 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4259 argument so the function fits the prototype in the architecture
4260 vector.
4261 (mcore_pop_frame): Remove argument so the function fits the
4262 prototype. Use get_current_frame instead of the argument.
4263 (mcore_push_arguments): Change type of struct_return so the
4264 function can be used in the architecture vector.
4265 (mcore_store_struct_return): Add.
4266 (mcore_frame_init_saved_regs): Add.
4267 (mcore_gdbarch_init): Add function calls to replace the macros
4268 removed from tm-mcore.h
4269
4270 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4271
4272 * infcmd.c (print_return_value): Remove compatibility code calling
4273 deprecated_grub_regcache_for_registers.
4274
4275 * values.c: Include "regcache.h".
4276 (value_being_returned): Update. Use
4277 deprecated_grub_regcache_for_registers to extract the register
4278 buffer address.
4279 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4280 ``struct regcache''.
4281 * Makefile.in (values.o): Add dependency on $(regcache_h).
4282
4283 * inferior.h (run_stack_dummy): Change type of second parameter to
4284 a ``struct regcache''.
4285 * valops.c (hand_function_call): Change type of retbuf to ``struct
4286 regcache''. Allocate using regcache_xmalloc, clean using
4287 make_cleanup_regcache_xfree.
4288 * infcmd.c (run_stack_dummy): Update. Use
4289 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4290
4291 * regcache.c (do_regcache_xfree): New function.
4292 (make_cleanup_regcache_xfree): New function.
4293 * regcache.h (make_cleanup_regcache_xfree): Declare.
4294
4295 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4296
4297 * event-top.c (command_line_handler): Don't read past
4298 beginning of buffer.
4299
4300 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4301
4302 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4303 struct frame_id.
4304 (varobj_create): Store frame_id for root.
4305 (varobj_gen_name): Use xasprintf.
4306 (varobj_update): Save and restore frame using get_frame_id() and
4307 frame_find_by_id().
4308 (create_child): Use xasprintf.
4309 (new_root_variable): Initialize frame_id.
4310 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4311 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4312 to prevent memory leak.
4313
4314 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4315
4316 * valops.c (hand_function_call): Move declaration of retbuf to
4317 start of function, allocate using malloc, add a cleanup but before
4318 the inf_status cleanup, cleanup the buffer. Rename local variable
4319 old_chain to inf_status_cleanup.
4320
4321 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4322
4323 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4324
4325 * cli/cli-decode.c (cmd_func_p): New function.
4326 (cmd_func): New function.
4327
4328 * command.h: Add cmd_func() and cmd_func_p().
4329
4330 2002-07-03 Grace Sainsbury <graces@redhat.com>
4331
4332 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4333 (REGISTER_SIZE): Remove.
4334 (MAX_REGISTER_RAW_SIZE): Remove.
4335 (REGISTER_VIRTUAL_TYPE): Remove.
4336 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4337 (REGISTER_NAME): Remove.
4338 (USE_GENERIC_DUMMY_FRAMES): Remove.
4339 (CALL_DUMMY): Remove.
4340 (CALL_DUMMY_START_OFFSET): Remove.
4341 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4342 (CALL_DUMMY_LOCATION): Remove.
4343 (FIX_CALL_DUMMY): Remove.
4344 (CALL_DUMMY_ADDRESS): Remove.
4345 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4346 (SAVE_DUMMY_FRAME_TOS): Remove.
4347 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4348 (mcore_register_virtual_type): New function.
4349 (mcore_register_byte): New function.
4350 (mcore_register_size): New function.
4351 (mcore_register_name): New function.
4352 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4353 macros removed from tm-mcore.h.
4354 (mcore_dump_tdep): Add.
4355 (_initialize_mcore_tdep): Add gdbarch_register call.
4356
4357 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4358
4359 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4360 frameless_look_for_prologue, such that we actually call this
4361 function.
4362
4363 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4364
4365 * frame.h (frame_address_in_block): New function.
4366
4367 * blockframe.c (frame_address_in_block): New function extracted
4368 from get_frame_block().
4369 (get_frame_block): Use frame_address_in_block().
4370 (block_innermost_frame): Use frame_address_in_block() to match
4371 the frame pc address against the block boundaries rather than
4372 the frame pc directly. This prevents a failure when a frame pc
4373 is actually a return-address pointing immediately after the end
4374 of the given block.
4375
4376 2002-07-02 Grace Sainsbury <graces@redhat.com>
4377
4378 * MAINTAINERS: Add self under write after approval.
4379
4380 2002-07-02 Grace Sainsbury <graces@redhat.com>
4381
4382 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4383 used in architecture vector. The default is
4384 m68k_local_breakpoint_from_pc.
4385 (m68k_local_breakpoint_from_pc): Add.
4386 (enum): Add register numbers from tm-m68k.h.
4387 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4388 vector.
4389 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4390 GDB_MULTI_ARCH_PARTIAL.
4391 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4392 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4393 m68k-tdep.c.
4394 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4395 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4396 to enum in m68k-tdep.c
4397
4398 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4399
4400 * solib-osf.c (open_map): Compute the list of shared libraries
4401 loaded by the inferior, rather than the list of libraries loaded
4402 by GDB itself. Otherwise, GDB ends up reading the symbols from
4403 the wrong shared libraries...
4404
4405 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4406
4407 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4408 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4409 macros.
4410 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4411 Remove functions.
4412 (FRAMELESS_SIGNAL): Remove function.
4413 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4414 i386_linux_saved_pc_after_call): Removed.
4415 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4416 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4417 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4418
4419 * i386-tdep.c (i386_frameless_signal_p): New function.
4420 (i386_frame_chain): Deal with frameless signals.
4421 (i386_sigtramp_saved_sp): New function.
4422 (i386_frame_saved_pc): Deal with frameless signals.
4423 (i386_saved_pc_after_call): Make sure the correct value is
4424 returned just after entry into a sigtramp.
4425 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4426 i386fbsd4_sc_sp_offset): New variables.
4427 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4428 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4429 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4430 similiar to what we already did for sc_pc_offset.
4431 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4432 tdep->sc_sp_offset.
4433
4434 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4435
4436 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4437
4438 * config/i386/tm-x86-64linux.h: New.
4439 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4440 definitions.
4441 * config/i386/nm-x86-64.h: Rename to ...
4442 * config/i386/nm-x86-64linux.h: ... this one.
4443 * config/i386/x86-64linux.mh: Reflect the above change.
4444
4445 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4446
4447 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4448 with sigcontext_addr. Add sc_sp_offset.
4449 (i386bsd_sigtramp_saved_pc): Remove prototype.
4450 (i386bsd_sicontext_addr): Add prototype.
4451 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4452 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4453 (i386_svr4_sigtramp_saved_pc): Removed.
4454 (i386_svr4_sigcontext_addr): New function.
4455 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4456 Initialize tdep->sigcontext_addr instead. Initialize
4457 tdep->sc_pc_offset and tdep->sc_sp_offset.
4458 (i386_gdbarch_init): Likewise.
4459 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4460 any more.
4461 (i386bsd_sigtramp_saved_pc): Remove function.
4462 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4463 Initialize tdep->sigcontext_addr instead. Initialize
4464 tdep->sc_pc_offset.
4465 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4466 of tdep->sigtramp_saved_pc.
4467 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4468 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4469 instead.
4470
4471 * i386-tdep.c (i386_frameless_function_invocation,
4472 i386_frame_num_args, i386_frame_init_saved_regs,
4473 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4474 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4475 i386_extract_return_value, i386_store_return_value,
4476 i386_extract_struct_value_address, i386_register_virtual_type,
4477 i386_register_convertible, i386_register_convert_to_virtual,
4478 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4479 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4480 static.
4481
4482 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4483
4484 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4485
4486 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4487 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4488 this macro. Include "value.h".
4489
4490 2002-06-30 Aidan Skinner <aidan@velvet.net>
4491
4492 * ada-exp.tab.c: remove as it's a generated file
4493 * ada-lex.c: remove as it's a generated file
4494
4495 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4496
4497 * config/i386/tm-i386.h (struct frame_info, struct
4498 frame_saved_regs, struct value, struct type): Remove forward
4499 declarations.
4500
4501 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4502 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4503 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4504 (FILL_FPXREGSET): Define.
4505
4506 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4507
4508 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4509 i[3456]86-*-netbsd* case.
4510 * config/i386/tm-obsd.h: Removed.
4511 * config/i386/obsd.mt: Removed.
4512 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4513 core-aout.o.
4514 (MH_CFLAGS): Add -DYYDEBUG=0.
4515
4516 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4517 i386nbsd_sc_pc_offset on OpenBSD too.
4518
4519 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4520 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4521 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4522 define.
4523 * i386bsd-tdep.c: Include "arch-utils.h".
4524 (i386bsd_aout_in_solib_call_trampoline): New function.
4525 (i386bsd_init_abi): Set in_solib_call_trampoline to
4526 i386bsd_aout_in_solib_call_trampoline.
4527 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4528 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4529
4530 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4531
4532 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4533 (struct obstack, struct bcache): Add opaque declarations.
4534 * Makefile.in (macrotab_h): Update
4535
4536 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4537
4538 * blockframe.c (generic_find_dummy_frame): Change return type to
4539 ``struct regcache''.
4540 (struct dummy_frame): Replace field ``registers'' with regcache, a
4541 struct regcache object.
4542 (generic_find_dummy_frame): Update.
4543 (generic_push_dummy_frame): Update. Use regcache_xfree,
4544 regcache_xmalloc and regcache_cpy.
4545 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4546 regcache_xfree.
4547 (deprecated_generic_find_dummy_frame): Update.
4548 (generic_read_register_dummy): Update. Use
4549 regcache_read_as_address.
4550 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4551 (generic_get_saved_register): Update. Use regcache_read.
4552
4553 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4554
4555 * Makefile.in (objfiles_h): Add $(bcache_h).
4556 * objfiles.h: Include "bcache.h".
4557
4558 * Makefile.in (symtab_h): Remove $(bcache_h).
4559 * symtab.h: Do not include "bcache.h".
4560
4561 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4562
4563 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4564 generic_func_frame_chain_valid.
4565
4566 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4567
4568 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4569 * config/i386/tm-fbsd.h: Likewise.
4570
4571 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4572
4573 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4574 generic_unwind_get_saved_register.
4575
4576 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4577
4578 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4579 * regcache.c (supply_register): Add missing argument to
4580 register_buffer call.
4581
4582 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4583
4584 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4585 Solaris /bin/grep does not not like it. From Peter Schauer.
4586
4587 2002-06-26 Tom Tromey <tromey@redhat.com>
4588
4589 * command.h (add_setshow_cmd): Declare.
4590 (add_setshow_cmd_full): Declare.
4591 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4592 returns void. Use add_setshow_cmd_full.
4593 (add_setshow_cmd_full): New function.
4594 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4595 (add_setshow_boolean_cmd): Likewise.
4596
4597 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4598
4599 * config/vax/tm-vax.h: Protect from multiple inclusion.
4600 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4601 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4602 * config/vax/tm-vaxbsd.h: ...here. New file.
4603 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4604
4605 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4606
4607 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4608 (BELIEVE_PCC_PROMOTION): Remove.
4609 (AP_REGNUM): Move to...
4610 * config/vax/nm-vax.h: ...here.
4611 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4612 (vax_breakpoint_from_pc): New function.
4613 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4614 and gdbarch_believe_pcc_promotion.
4615
4616 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4617
4618 * Makefile.in (vax_tdep_h): Define.
4619 (vax-tdep.o): Use $(vax_tdep_h).
4620 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4621 (vax_dump_tdep): New function.
4622 (_initialize_vax_tdep): Register vax_dump_tdep.
4623 * vax-tdep.h: Include osabi.h.
4624 (struct gdbarch_tdep): New.
4625
4626 2002-06-26 Andrew Cagney <cagney@redhat.com>
4627
4628 * frame.h (deprecated_generic_find_dummy_frame): Rename
4629 generic_find_dummy_frame.
4630 * blockframe.c (generic_find_dummy_frame): Make static.
4631 (deprecated_generic_find_dummy_frame): New function.
4632 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4633 generic_find_dummy_frame with deprecated_find_dummy_frame.
4634 (sh64_nofp_frame_init_saved_regs): Ditto.
4635 (sh_fp_frame_init_saved_regs): Ditto.
4636 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4637 (s390_frame_chain): Ditto.
4638 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4639
4640 2002-06-26 Grace Sainsbury <graces@redhat.com>
4641
4642 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4643 gdbarch vector are at the top.
4644 (NUM_REGS): Remove.
4645 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4646 (FRAME_ARGS_ADDRESS): Remove.
4647 (FRAME_LOCALS_ADDRESS): Remove.
4648 (FRAME_NUM_ARGS): Remove.
4649 (FRAME_ARGS_SKIP): Remove.
4650 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4651 (m68k_gdbarch_init): Add gdbarch initializations for macros
4652 undefined in tm-m68k.h
4653
4654 2002-06-26 Grace Sainsbury <graces@redhat.com>
4655
4656 * monitor.h: Add the function regname to monitor_ops
4657 structure. This way NUM_REGS does not have to be a constant.
4658 * monitor.c (monitor_fetch_register): Added support for regname
4659 function. The function is called if the array regnames is NULL.
4660 (monitor_store_register): Same.
4661 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4662 regnames array.
4663 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4664 cpu32bug_cmds.regname to point to new function.
4665 * abug-rom.c (abug_regname): Same as above.
4666 (init_abug_cmds): Same.
4667 * dbug-rom.c (dbug_regname): Same as above.
4668 (init_dbug_cmds): Same.
4669 * remote-est.c (est_regname): Same.
4670 (init_est_cmds): Same.
4671 * rom68k-rom.c (rom68k_regname): Same.
4672 (init_rom68k_cmds): Same.
4673
4674 2002-06-25 Tom Tromey <tromey@redhat.com>
4675
4676 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4677
4678 2002-06-25 Andrew Cagney <cagney@redhat.com>
4679
4680 * infrun.c (stop_registers): Change variable's type to ``struct
4681 regcache'''.
4682 (xmalloc_inferior_status): Delete function.
4683 (free_inferior_status): Delete function.
4684 (normal_stop): Use regcache_cpy.
4685 (struct inferior_status): Change type of fields ``stop_registers''
4686 and ``registers'' to ``struct regcache''.
4687 (write_inferior_status_register): Use regcache_write.
4688 (save_inferior_status): Instead of calling
4689 xmalloc_inferior_status, allocate the inf_status buffer directly.
4690 Use regcache_dup_no_passthrough and regcache_dup to save the
4691 buffers.
4692 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4693 Replace the stop_registers regcache instead of overriding it. Use
4694 regcache_xfree. Instead of calling free_inferior_status, xfree
4695 the buffer directly.
4696 (discard_inferior_status): Use regcache_xfree. Instead of calling
4697 free_inferior_status, xfree the buffer directly.
4698 (build_infrun): Use regcache_xmalloc.
4699 (_initialize_infrun): Delete redundant call to build_infrun.
4700
4701 * Makefile.in (infcmd.o): Add $(regcache_h).
4702
4703 * infcmd.c: Include "regcache.h".
4704 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4705 obtain the address of `stop_registers' register buffer.
4706 (print_return_value): Ditto.
4707
4708 * inferior.h (struct regcache): Add opaque declaration.
4709 (stop_registers): Change variable's declared type to ``struct
4710 regcache''.
4711
4712 2002-06-24 Tom Tromey <tromey@redhat.com>
4713
4714 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4715 * target.c (initialize_targets): Fixed typo in
4716 trust-readonly-sections `show' documentation.
4717
4718 * main.c: Marked all strings with _().
4719
4720 2002-06-24 Don Howard <dhoward@redhat.com>
4721
4722 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4723 that means max CORE_ADDR+1.
4724 (lookup_mem_region): Ditto.
4725 (mem_info_command): Ditto.
4726
4727 2002-06-24 Grace Sainsbury <graces@redhat.com>
4728
4729 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4730 (REGISTER_BYTES_OK): Remove.
4731 (REGISTER_BYTES): Remove.
4732 (STORE_STRUCT_RETURN): Remove.
4733 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4734 (STORE_RETURN_VALUE): Remove.
4735 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4736 (FRAME_CHAIN): Remove.
4737 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4738 (FRAME_SAVED_PC): Remove.
4739 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4740 (m68k_store_struct_return): Add.
4741 (m68k_deprecated_extract_return_value): Add.
4742 (m68k_deprecated_extract_struct_value_address): Add.
4743 (m68k_store_return_value): Add.
4744 (m68k_frame_chain): Add.
4745 (m68k_frameless_function_invocation): Add.
4746 (m68k_frame_saved_pc): Add.
4747 (m68k_gdbarch_init): added set_gdbarch calls for new
4748 functions and deleted macros.
4749
4750 2002-06-23 Tom Tromey <tromey@redhat.com>
4751
4752 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4753 (ALLDEPFILES): Likewise.
4754 (udiheaders): Removed.
4755 (udip2soc.o): Likewise.
4756 (udi2go32.o): Likewise.
4757 (udr.o): Likewise.
4758 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4759
4760 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4761
4762 * infrun.c (_initialize_infrun): Delete unnecessary call to
4763 build_infrun.
4764
4765 * regcache.h: Update comments describing the regcache_cpy family
4766 of functions.
4767 (regcache_save, regcache_restore): Delete declaration.
4768 (regcache_save_no_passthrough): Delete declaration.
4769 (regcache_restore_no_passthrough): Delete declaration.
4770 * regcache.c (regcache_save): Delete function.
4771 (regcache_save_no_passthrough): Delete function.
4772 (regcache_restore): Delete function.
4773 (regcache_restore_no_passthrough): Delete function.
4774
4775 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4776
4777 * config/m68k/tm-m68k.h: Fix typo.
4778 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4779 (m68k_frame_init_saved_regs): Declare.
4780
4781 2002-06-21 Jim Blandy <jimb@redhat.com>
4782
4783 Remove some vestiges of Harris 88k support.
4784 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4785 register numbering quirk.
4786 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4787 odd symbols occurring in Harris 88k ELF targets.
4788
4789 2002-06-21 Tom Tromey <tromey@redhat.com>
4790
4791 * gdb_locale.h: New file.
4792 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4793 (defs_h): Added gdb_locale.h.
4794 * configure, config.in: Rebuilt.
4795 * configure.in (PACKAGE): Define.
4796 * defs.h: Include gdb_locale.h.
4797 * main.c (captured_main): Call setlocale, bindtextdomain,
4798 textdomain.
4799
4800 2002-06-21 Dave Brolley <brolley@redhat.com>
4801
4802 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4803 * config/frv/frv.mt: New file.
4804 * config/frv/tm-frv.h: New file.
4805 * configure.tgt: Support frv-*-*.
4806 * Makefile.in (frv-tdep.o): New target.
4807 * frv-tdep.c: New file.
4808 * NEWS: Mention frv.
4809
4810 2002-06-21 Dave Brolley <brolley@redhat.com>
4811
4812 * MAINTAINERS: Add self to "Write After Approval" list.
4813
4814 2002-06-21 Grace Sainsbury <graces@redhat.com>
4815
4816 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4817 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4818 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4819 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4820 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4821
4822 * m68k-tdep.c: Include arch-utils.h
4823 (m68k_register_raw_size): Add.
4824 (m68k_register_virtual_size): Add.
4825 (m68k_register_virtual_type): Add.
4826 (m68k_register_name): Add.
4827 (m68k_stack_align): Add.
4828 (m68k_register_byte): Add.
4829 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4830 tm-m68k.h.
4831
4832 2002-06-21 Grace Sainsbury <graces@redhat.com>
4833
4834 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4835 m68k_find_saved_regs.
4836 (m68k_pop_frame): Removed saved_regs structure, and replaced
4837 references to it with frame->saved_regs.
4838 (m68k_gdbarch_init): Added function calls to initialize the
4839 gdbarch structure.
4840 (m68k_fix_call_dummy): Add.
4841 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4842 (CALL_DUMMY): Remove.
4843 (CALL_DUMMY_LENGTH): Remove.
4844 (CALL_DUMMY_START_OFFSET): Remove.
4845 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4846 (FIX_CALL_DUMMY): Remove.
4847 (PUSH_DUMMY_FRAME): Remove.
4848 (POP_FRAME): Remove.
4849
4850 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4851
4852 * parse.c (parse_fprintf): New function used to avoid calls to
4853 fprintf in bison parser generated debug code.
4854 * parser-defs.h: Declaration of new parse_fprintf function.
4855 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4856 Set YYDEBUG to 1 by default.
4857 Set YYFPRINTF as parse_fprintf.
4858
4859 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4860
4861 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4862 encoding anymore.
4863 (pointer_encoding, enum ptr_encoding): New.
4864 (execute_cfa_program): Take care about pointer encoding.
4865 (dwarf2_build_frame_info): Only call parse_frame_info for
4866 .debug_frame and .eh_frame.
4867 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4868 fixed augmentation handling, added relative addressing,
4869 ignore duplicate FDEs. Added comments.
4870 * dwarf2cfi.c: Reindented.
4871
4872 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4873
4874 * event-top.c (command_handler): Don't use space_at_cmd_start
4875 unless there is sbrk() on the host. Assign time and space data
4876 to union fields of the appropriate length.
4877
4878 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4879
4880 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4881 x86_64_register_name. Return type changed to 'const char *'.
4882 (x86_64_register_name2nr): Rename to x86_64_register_number.
4883 (x86_64_gdbarch_init): Update to reflect the change.
4884 * x86-64-tdep.h: Ditto.
4885 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4886 (supply_fpregset): Ditto.
4887
4888 2002-06-19 Andrew Cagney <cagney@redhat.com>
4889
4890 * regcache.h: Update copyright.
4891 (struct regcache, struct gdbarch): Add opaque declarations.
4892 (current_regcache): Declare global variable.
4893 (regcache_read, regcache_write): Add gdbarch parameter.
4894 (regcache_save, regcache_save_no_passthrough)
4895 (regcache_restore, regcache_restore_no_passthrough)
4896 (regcache_dup, regcache_dup_no_passthrough)
4897 (regcache_cpy, regcache_cpy_no_passthrough)
4898 (deprecated_grub_regcache_for_registers)
4899 (deprecated_grub_regcache_for_register_valid)
4900 (regcache_valid_p): Add function declarations.
4901
4902 * regcache.c: Update copyright.
4903 (regcache_descr_handle): New global variable.
4904 (struct regcache_descr): Define.
4905 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4906 (regcache_descr, xfree_regcache_descr): New functions.
4907 (struct regcache): Define.
4908 (regcache_xmalloc, regcache_xfree): New functions.
4909 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4910 (regcache_dup, regcache_dup_no_passthrough): New functions.
4911 (regcache_valid_p, regcache_read_as_address): New functions.
4912 (deprecated_grub_regcache_for_registers): New function.
4913 (deprecated_grub_regcache_for_register_valid): New function.
4914 (current_regcache): New global variable.
4915 (register_buffer): Add regcache parameter. Update calls.
4916 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4917 (read_register_gen, write_register_gen): Update register_buffer
4918 call. Test for legacy_p instead of gdbarch_register_read_p or
4919 gdbarch_register_write_p.
4920 (regcache_collect): Update register_buffer call.
4921 (build_regcache): Rewrite. Use deprecated grub functions.
4922 (regcache_save, regcache_save_no_passthrough): New functions.
4923 (regcache_restore, regcache_restore_no_passthrough): New
4924 functions.
4925 (_initialize_regcache): Create the regcache_data_handle. Swap
4926 current_regcache global variable.
4927
4928 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4929 parameter to regcache_read and regcache_write calls.
4930 (sh4_register_read): Ditto.
4931 (sh64_pseudo_register_read): Ditto.
4932 (sh64_register_read): Ditto.
4933 (sh_pseudo_register_write): Ditto.
4934 (sh4_register_write): Ditto.
4935 (sh64_pseudo_register_write): Ditto.
4936 (sh64_register_write): Ditto.
4937
4938 * defs.h (XCALLOC): Define.
4939
4940 2002-06-19 Grace Sainsbury <graces@redhat.com>
4941
4942 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4943 * m68k-tdep.c (m68k_gdbarch_init): Added.
4944 (m68k_dump_tdep): Added.
4945
4946 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4947
4948 * ada-lang.c (fill_in_ada_prototype): Update comment.
4949
4950 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4951
4952 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4953 MIPS_ABI_LAST.
4954 (mips_abi_string, mips_abi_strings): New.
4955 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4956 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4957 tdep->mips_abi_string. Honor mips_abi_string. Default to
4958 O32 if no ABI is found.
4959 (mips_dump_tdep): Use mips_abi_strings.
4960 (mips_abi_update): New function.
4961 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4962 ``set mips abi'' and ``show mips abi''. Check the size of
4963 mips_abi_strings.
4964
4965 2002-06-19 Andrew Cagney <cagney@redhat.com>
4966
4967 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4968 constant.
4969
4970 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4971
4972 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4973 current frame using only the first stack size adjustment. All
4974 subsequent size adjustments are not considered to be part of
4975 the "static" part of the current frame.
4976 Compute the address of the saved registers relative to the
4977 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4978 in use in this frame.
4979
4980 2002-06-18 Don Howard <dhoward@redhat.com>
4981
4982 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4983 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4984 suggesting this solution.
4985
4986 2002-06-18 Andrew Cagney <ac131313@redhat.com>
4987
4988 * config/romp/xm-rtbsd.h: Delete file.
4989 * config/romp/rtbsd.mh: Delete file.
4990
4991 2002-06-18 Keith Seitz <keiths@redhat.com>
4992
4993 * breakpoint.c (condition_command): Post breakpoint_modify
4994 when a condition is added to an existing breakpoint.
4995 (commands_command): Likewise for commands.
4996 (set_ignore_count): Likewise for ignore counts.
4997 If no tty, do not simply return, still need to send event
4998 notification.
4999 (ignore_command): Only print a newline if the command came
5000 from a tty.
5001 Don't call breakpoints_changed, since this is now properly
5002 handled by set_ignore_count.
5003
5004 2002-06-18 Andrew Cagney <cagney@redhat.com>
5005
5006 * MAINTAINERS: Note that cris-elf target can be compiled with
5007 -Werror.
5008 * cris-tdep.c (cris_register_name): Make return type constant.
5009 (cris_breakpoint_from_pc): Ditto.
5010
5011 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5012
5013 * frame.h (struct frame_info): Change type of context to
5014 'struct context'.
5015
5016 2002-06-17 Andrew Cagney <cagney@redhat.com>
5017
5018 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5019 pointer.
5020 * gdbarch.h, gdbarch.c: Regenerate.
5021 * config/mips/tm-mips.h (mips_register_name): Update.
5022 * i386-tdep.h (i386_register_name): Update.
5023 * mips-tdep.c (mips_register_name): Update
5024 * alpha-tdep.c (alpha_register_name): Update.
5025 * arch-utils.c (legacy_register_name): Update.
5026 * arch-utils.h (legacy_register_name): Update.
5027 * avr-tdep.c (avr_register_name): Update.
5028 * ia64-tdep.c (ia64_register_name): Update.
5029 * i386-tdep.c (i386_register_name): Update.
5030 * sparc-tdep.c (sparc32_register_name): Update.
5031 (sparc64_register_name): Update.
5032 (sparclite_register_name): Update.
5033 (sparclet_register_name): Update.
5034 * sh-tdep.c (sh_generic_register_name): Update.
5035 (sh_sh_register_name): Update.
5036 (sh_sh3_register_name): Update.
5037 (sh_sh3e_register_name): Update.
5038 (sh_sh_dsp_register_name): Update.
5039 (sh_sh3_dsp_register_name): Update.
5040 (sh_sh4_register_name): Update.
5041 (sh_sh64_register_name): Update.
5042 * s390-tdep.c (s390_register_name): Update.
5043 * rs6000-tdep.c (rs6000_register_name): Update.
5044 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5045 (ns32k_register_name_32382): Update.
5046 * d10v-tdep.c (d10v_ts2_register_name): Update.
5047 (d10v_ts3_register_name): Update.
5048 * xstormy16-tdep.c (xstormy16_register_name): Update.
5049 * vax-tdep.c (vax_register_name): Update.
5050 * v850-tdep.c (v850_register_name): Update.
5051 * m68hc11-tdep.c (m68hc11_register_name): Update.
5052 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5053 (am33_register_name): Update.
5054
5055 2002-06-17 Grace Sainsbury <graces@redhat.com>
5056
5057 * m68k-tdep.c: Reindented.
5058
5059 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5060
5061 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5062 list of predefined types.
5063
5064 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5065
5066 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5067 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5068 REGISTER_CONVERT_TO_RAW): Remove defines.
5069 (i386_register_virtual_type, i386_register_convertible,
5070 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5071 Remove prototypes.
5072 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5073 macros mentioned above.
5074
5075 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5076 (i386lynx_saved_pc_after_call): Remove prototype.
5077 * i386ly-tdep.c: Include "i386-tdep.h".
5078 (i386lynx_saved_pc_after_call): Make static. Use
5079 read_memory_nobpt instead of read_memory. Use
5080 read_memory_unsigned_integer instead of read_memory_integer.
5081 (i386lynx_init_abi): New function.
5082 (i386lynx_coff_osabi_sniffer): New function.
5083 (_initialize_i386bsd_tdep): New function.
5084
5085 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5086 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5087 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5088 (i386_fix_call_dummy): Remove prototype.
5089 * i386-tdep.c (i386_call_dummy_words): New variable.
5090 (i386_gdbarch_init): Adjust for removal of the
5091 macros mentioned above.
5092
5093 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5094
5095 * command.h (add_setshow_auto_boolean_cmd): Replace
5096 add_set_auto_boolean_cmd.
5097 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5098 add_set_auto_boolean_cmd.
5099 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5100 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5101 mask-address'' command.
5102 (show_mask_address): Add cmd parameter.
5103 * remote.c (add_packet_config_cmd): Update. Change type of
5104 set_func and show_func to cmd_sfunc_ftype.
5105 (_initialize_remote): Update `set remote Z-packet'
5106 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5107 (show_remote_protocol_e_packet_cmd): Ditto.
5108 (show_remote_protocol_E_packet_cmd): Ditto.
5109 (show_remote_protocol_P_packet_cmd): Ditto.
5110 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5111 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5112 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5113 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5114 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5115 (show_remote_protocol_Z_packet_cmd): Ditto.
5116 (show_remote_protocol_binary_download_cmd): Ditto.
5117 (show_remote_cmd): Pass NULL to all of above.
5118
5119 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5120
5121 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5122 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5123 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5124 POP_FRAME): Remove defines.
5125 (i386_push_arguments, i386_store_struct_return,
5126 i386_extract_return_value, i386_store_return_value,
5127 i386_extract_struct_value_address, i386_push_dummy_frame,
5128 i386_pop_frame): Renove prototypes.
5129 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5130 macros mentioned above.
5131
5132 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5133
5134 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5135 add_set_boolean_cmd.
5136 (add_setshow_cmd): New function.
5137 * command.h (add_setshow_boolean_cmd): Replace
5138 add_set_boolean_cmd.
5139 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5140 and ``set rdiromatzero''.
5141 * maint.c (_initialize_maint_cmds): Update commented out code.
5142 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5143 * target.c (initialize_targets): Update `set
5144 trust-readonly-sections'.
5145 * remote.c (_initialize_remote): Update `set remotebreak'.
5146
5147 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5148
5149 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5150 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5151 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5152 fit into multi-arch framework.
5153 (i386_breakpoint_from_pc): New function.
5154 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5155 above.
5156
5157 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5158 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5159 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5160 (i386_frameless_function_invocation, i386_frame_num_args,
5161 i386_frame_init_saved_regs): Remove prototypes.
5162 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5163 macros mentioned above.
5164
5165 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5166
5167 * cli/cli-decode.c (set_cmd_cfunc): Update.
5168 (set_cmd_sfunc): Update.
5169 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5170 (set_cmd_sfunc, set_cmd_cfunc): Update.
5171 * cli/cli-decode.h: Update.
5172
5173 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5174
5175 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5176 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5177
5178 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5179
5180 * defs.h (auto_boolean): Declare enum.
5181 * command.h (cmd_auto_boolean): Delete enum.
5182 * mips-tdep.c (mask_address_var): Update.
5183 (mips_mask_address_p): Update.
5184 (show_mask_address): Update.
5185 * remote.c (struct packet_config): Update.
5186 (update_packet_config): Update.
5187 (show_packet_config_cmd): Update.
5188 (packet_ok): Update.
5189 (add_packet_config_cmd): Update.
5190 (_initialize_remote):
5191 * command.h: Update.
5192 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5193 (do_setshow_command): Update.
5194 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5195 * cli/cli-decode.h: Update.
5196
5197 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5198
5199 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5200 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5201 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5202 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5203 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5204 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5205
5206 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5207 list of DJGPP COFF targets.
5208
5209 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5210 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5211 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5212 (FP0_REGNUM): Remove define.
5213 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5214 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5215 (i386_register_virtual_size): Remove protoype.
5216 * i386-tdep.c (i386_register_virtual_size): Removed.
5217 (i386_extract_return_value, i386_store_return_value): Use
5218 FP0_REGNUM instead of NUM_FREGS to determine whether the
5219 floating-point registers are available.
5220 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5221 Adjust for removal of macros mentioned above.
5222
5223 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5224
5225 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5226 comments.
5227 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5228 Remove prototypes.
5229 (supply_gregset, fill_gregset): Remove use of register keyword and
5230 remove declaration for regmap. Use I386_NUM_GREGS instead of
5231 NUM_REGS and NUM_FREGS.
5232 (FPREGSET_FSAVE_OFFSET): Remove.
5233 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5234 NUM_FREGS to determine whether the floating-point registers are
5235 available.
5236
5237 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5238 gnu_store_registers): Replace usage of NUM_GREGS with
5239 I386_NUM_GREGS.
5240
5241 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5242 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5243 usage of NUM_GREGS with I386_NUM_GREGS.
5244
5245 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5246
5247 * i386bsd-nat.c: Include "i386-tdep.h".
5248 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5249 I386_NUM_GREGS.
5250
5251 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5252 and associated comment. They no longer make any sense, since we
5253 don't use this file anymore on Linux.
5254
5255 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5256 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5257 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5258 elements in these arrays.
5259 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5260 MAX_NUM_REGS.
5261
5262 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5263
5264 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5265 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5266
5267 2002-06-14 Andrew Cagney <cagney@redhat.com>
5268
5269 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5270 EXTRACT_RETURN_VALUE.
5271 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5272 EXTRACT_STRUCT_VALUE_ADDRESS.
5273 * gdbarch.h, gdbarch.c: Regenerate.
5274
5275 * values.c (value_being_returned): Handle
5276 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5277 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5278
5279 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5280 * arm-tdep.c (arm_gdbarch_init): Update.
5281 * avr-tdep.c (avr_gdbarch_init): Update.
5282 * cris-tdep.c (cris_gdbarch_init): Update.
5283 * d10v-tdep.c (d10v_gdbarch_init): Update.
5284 * ia64-tdep.c (ia64_gdbarch_init): Update.
5285 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5286 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5287 * s390-tdep.c (s390_gdbarch_init): Update.
5288 * sh-tdep.c (sh_gdbarch_init): Update.
5289 * s390-tdep.c (s390_gdbarch_init): Update.
5290 * sparc-tdep.c (sparc_gdbarch_init): Update.
5291 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5292 * v850-tdep.c (v850_gdbarch_init): Update.
5293 * vax-tdep.c (vax_gdbarch_init): Update.
5294 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5295 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5296
5297 * config/arc/tm-arc.h: Update.
5298 * config/d30v/tm-d30v.h: Update.
5299 * config/fr30/tm-fr30.h: Update.
5300 * config/h8300/tm-h8300.h: Update.
5301 * config/h8500/tm-h8500.h: Update.
5302 * config/i386/tm-i386.h: Update.
5303 * config/i386/tm-ptx.h: Update.
5304 * config/i386/tm-symmetry.h: Update.
5305 * config/i960/tm-i960.h: Update.
5306 * config/m32r/tm-m32r.h: Update.
5307 * config/m68k/tm-delta68.h: Update.
5308 * config/m68k/tm-linux.h: Update.
5309 * config/m68k/tm-m68k.h: Update.
5310 * config/m88k/tm-m88k.h: Update.
5311 * config/mcore/tm-mcore.h: Update.
5312 * config/mips/tm-mips.h: Update.
5313 * config/mn10200/tm-mn10200.h: Update.
5314 * config/pa/tm-hppa.h: Update.
5315 * config/pa/tm-hppa64.h: Update.
5316 * config/sparc/tm-sp64.h: Update.
5317 * config/sparc/tm-sparc.h: Update.
5318 * config/sparc/tm-sparclet.h: Update.
5319 * config/z8k/tm-z8k.h: Update.
5320
5321 2002-06-14 Andrew Cagney <cagney@redhat.com>
5322
5323 * Makefile.in (i386_linux_tdep_h): Define.
5324 (i386_tdep_h, i387_tdep_h): Define.
5325 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5326 $(i386_tdep_h) and $(i387_tdep_h).
5327 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5328
5329 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5330
5331 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5332 Already covered by the default.
5333
5334 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5335 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5336 (i386_gdbarch_init): Initialize long_double_format and long_double
5337 bit.
5338
5339 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5340 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5341 Move these to ...
5342 * config/i386/i386sol2.mh: ... here.
5343 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5344 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5345 (SIGCONTEXT_PC_OFFSET): Remove define.
5346 (IN_SIGTRAMP): Remove define.
5347 * i386-sol2-tdep.c: New file.
5348
5349 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5350 * config/i386/tm-i386nw.h: Removed.
5351
5352 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5353 USE_STRUCT_CONVENTION): Remove defines.
5354 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5355 (get_longjmp_target): Remove prototype.
5356 (IN_SIGTRAMP): Remove define.
5357 (i386bsd_in_sigtramp): Remove prototype.
5358 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5359 function. Update comment accordingly
5360 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5361 (FRAME_SAVED_PC): Remove define.
5362 (i386bsd_frame_saved_pc): Remove prototype.
5363 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5364 GET_LONGJMP_TARGET): Remove defines.
5365 (get_longjmp_target): Remove prototype.
5366 (IN_SIGTRAMP): Remove define.
5367 (i386bsd_in_sigtramp): Remove prototype.
5368 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5369 function. Update comment accordingly
5370 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5371 (FRAME_SAVED_PC): Remove define.
5372 (i386bsd_frame_saved_pc): Remove prototype.
5373 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5374 Remove prototype.
5375 (USE_STRUCT_CONVENTION): Remove prototype.
5376 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5377 declaration.
5378 (_initialize_i386bsd_nat): Revise logic to determine some
5379 constants at compile time when compiling a native GDB. Warn if
5380 things don't match up with what we expect.
5381 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5382 Remove variables.
5383 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5384 to use date stored in `struct gdbarch_tdep'.
5385 (i386bsd_sigcontext_offset): Remove varaible.
5386 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5387 stored in `struct gdbarch_tdep'.
5388 (i386bsd_frame_saved_pc): Make static.
5389 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5390 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5391 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5392 i386fbsd4_sc_pc_offset): New variables.
5393 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5394 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5395 functions.
5396 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5397 functions.
5398 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5399 Modify the value of i386fbsd_sigtramp_start and
5400 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5401 i386fbsd_sigtramp_end.
5402 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5403 function.
5404
5405 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5406 define to i386-linux-tdep.h.
5407 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5408 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5409 defines.
5410 (i386_linux_register_name, i386_linux_register_byte,
5411 i386_linux_register_raw_size): Remove prototypes.
5412 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5413 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5414 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5415 TARGET_WRITE_PC): Remove defines.
5416 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5417 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5418 i386_linux_write_pc): Remove prototypes.
5419 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5420 (get_longjmp_target): Remove prototype.
5421 * i386-linux-tdep.h: New file.
5422 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5423 * i386-linux-tdep.c: Include "i386-tdep.h" and
5424 "i386-linux-tdep.h".
5425 (i386_linux_register_name, i386_linux_register_byte,
5426 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5427 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5428 Make static.
5429 (i386_linux_init_abi): New function.
5430 (_initialize_i386_linux_tdep): New function.
5431
5432 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5433 (i386_saved_pc_after_call): Remove prototype.
5434 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5435 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5436 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5437 (i386_register_name, i386_stab_reg_to_regnum,
5438 i386_dwarf_reg_to_regnum): Remove prototypes.
5439 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5440 SIZEOF_SSE_REGS): Remove defines.
5441 (REGISTER_BYTES): Remove define.
5442 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5443 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5444 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5445 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5446 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5447 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5448 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5449 (get_longjmp_target): Remove prototype.
5450 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5451 (sigtramp_saved_pc): Remove define.
5452 (i386v4_sigtramp_saved_pc): Remove prototype.
5453 * config/i386/tm-go32.h (FRAME_CHAIN,
5454 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5455 (i386go32_frame_saved_pc): Remove prototype.
5456 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5457 (get_longjmp_target): Remove prototype.
5458 * i386-tdep.h: Include "osabi.h".
5459 (enum i386_abi): Removed.
5460 (enum struct_return): New enum.
5461 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5462 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5463 sc_pc_offset members.
5464 (i386_gdbarch_register_os_abi): Remove prototype.
5465 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5466 I386_SSE_NUM_REGS): New defines.
5467 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5468 I386_SSE_SIZEOF_REGS): New defines.
5469 (i386_register_name, i386_register_byte, i386_register_raw_size):
5470 New prototypes.
5471 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5472 (i386bsd_sigtramp_saved_pc): New prototype.
5473 * i386-tdep.c: Don't include "elf-bfd.h".
5474 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5475 i386_frame_chain, i386_saved_pc_after_call): Make static.
5476 (i386_frame_saved_pc): Rewrite to call architecture dependent
5477 function to deal with signal handlers. Make static.
5478 (i386go32_frame_saved_pc): Removed.
5479 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5480 Removed.
5481 (i386_get_longjmp_target): New function.
5482 (default_struct_convention, pcc_struct_convention,
5483 reg_struct_convention, valid_conventions, struct_convention): New
5484 variables.
5485 (i386_use_struct_convention): New function.
5486 (i386v4_sigtramp_saved_pc): Renamed to
5487 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5488 (i386_pc_in_sigtramp): New function.
5489 (i386_abi_names): Removed.
5490 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5491 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5492 Removed.
5493 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5494 i386_gdbarch_register_os_abi): Removed.
5495 (struct i386_abi_handler): Removed.
5496 (i386_abi_handler_list): Removed.
5497 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5498 functions.
5499 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5500 i386_nw_init_abi): New functions.
5501 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5502 Use set_gdbarch_xxx() calls instead of relying on macros for a
5503 number of calls.
5504 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5505 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5506 Register the various architecture variants defined in this file.
5507
5508 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5509
5510 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5511 (struct main_type): Remove arg_types member. Update comments for
5512 struct field.
5513 (TYPE_ARG_TYPES): Remove.
5514 (TYPE_FN_FIELD_ARGS): Update.
5515 (smash_to_method_type): Update prototype.
5516
5517 * c-typeprint.c (cp_type_print_method_args): Take method type
5518 instead of argument list. Use new argument layout. Simplify.
5519 (c_type_print_args): Use new argument layout. Simplify.
5520 (c_type_print_base): Update call to cp_type_print_method_args.
5521 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5522 argument; use die->type instead. Update call to
5523 smash_to_method_type.
5524 (read_structure_scope): Update call to dwarf2_add_member_fn.
5525 * gdbtypes.c (allocate_stub_method): Update comment.
5526 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5527 Use new argument layout.
5528 (check_stub_method): Use new argument layout. Don't count
5529 void as an argument.
5530 (print_arg_types): Update comments. Use new argument layout.
5531 (recursive_dump_type): Don't print arg_types member.
5532 * hpread.c (hpread_read_struct_type): Use new argument layout.
5533 (fixup_class_method_type): Likewise.
5534 (hpread_type_lookup): Likewise.
5535 * stabsread.c (read_type): Update calls to read_args and
5536 smash_to_method_type.
5537 (read_args): Use new argument layout. Simplify.
5538 * valops.c (typecmp): Use new argument layout. Update parameters
5539 and comments. Simplify.
5540 (hand_function_call): Use new argument layout.
5541 (search_struct_method): Update call to typecmp.
5542 (find_overload_match): Use new argument layout.
5543
5544 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5545
5546 * NEWS: Mention multithreaded debug support for gdbserver.
5547
5548 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5549
5550 * MAINTAINERS: Mention NEWS.
5551
5552 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5553
5554 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5555 (struct mips_objfile_private, compare_pdr_entries): New.
5556 (non_heuristic_proc_desc): Read the ".pdr" section if it
5557 is present.
5558
5559 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5560
5561 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5562 (arm_debug): New static variable.
5563 (_initialize_arm_tdep): Add ``set debug arm'' command.
5564
5565 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5566
5567 * Makefile.in (sim_arm_h): Define.
5568 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5569 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5570 (arm_register_sim_regno): New function, map an internal REGNUM
5571 onto a simulator register number.
5572 (arm_gdbarch_init): Set register_sim_regno.
5573
5574 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5575
5576 * MAINTAINERS: Add self.
5577
5578 2002-06-11 Jim Blandy <jimb@redhat.com>
5579
5580 * source.c (source_info): Mention whether the symtab has
5581 information about preprocessor macros.
5582
5583 Call the command `info macro', not `show macro'.
5584 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5585 Fix error message.
5586 (_initialize_macrocmd): Register `info_macro_command' in
5587 `infolist', not `showlist'.
5588
5589 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5590
5591 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5592 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5593 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5594 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5595 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5596 unconditionally.
5597 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5598 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5599 (_initialize_mips_tdep): Remove dead code.
5600 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5601 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5602 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5603 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5604 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5605 MIPS_LAST_FP_ARG_REGNUM): Remove.
5606
5607 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5608
5609 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5610 (unwind_tmp_obstack_free, parse_frame_info)
5611 (update_context, cfi_read_fp, cfi_write_fp)
5612 (cfi_frame_chain, cfi_init_extra_frame_info)
5613 (cfi_virtual_frame_pointer): Use the above function.
5614 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5615
5616 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5617
5618 * v850-tdep.c (v850_type_is_scalar): New function.
5619 (v850_use_struct_convention): Match current gcc implementation
5620 as close as possible.
5621 (v850_push_arguments): Fix stack_offset handling. Don't write
5622 struct_addr into register. This is done by v850_store_struct_return.
5623 (v850_extract_return_value): Care for structs.
5624 (v850_store_return_value): Ditto.
5625 (v850_store_struct_return): Actually write address.
5626
5627 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5628
5629 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5630 without debug information too.
5631
5632 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5633
5634 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5635 Make multi-arch pure.
5636 * gdbarch.h, gdbarch.c: Re-generate.
5637 * arm-tdep.c (arm_print_float_info): Update.
5638 * arch-utils.h (default_print_float_info): Update.
5639 * arch-utils.c (default_print_float_info): Update.
5640 * infcmd.c (float_info): Update call.
5641
5642 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5643
5644 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5645 the front of the initialize list.
5646
5647 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5648
5649 * infrun.c (struct inferior_status): Replace fields
5650 selected_frame_address and selected_level with field
5651 selected_frame_id.
5652 (save_inferior_status): Update. Use get_frame_id.
5653 (struct restore_selected_frame_args): Delete.
5654 (restore_selected_frame): Update. Use frame_find_by_id.
5655 (restore_inferior_status): Update.
5656
5657 * breakpoint.h (struct breakpoint): Change type of
5658 watchpoint_frame to frame_id.
5659 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5660 call to get_current_frame.
5661 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5662 get_current_frame.
5663 (watchpoint_check): Use frame_find_by_id.
5664
5665 * frame.h (record_selected_frame): Delete declaration.
5666 * stack.c (record_selected_frame): Delete function.
5667
5668 * frame.h (struct frame_id): Define.
5669 (get_frame_id): Declare.
5670 (frame_find_by_id): Declare.
5671 * frame.c (frame_find_by_id): New function.
5672 (get_frame_id): New function.
5673
5674 2002-06-10 Andrey Volkov <avolkov@transas.com>
5675
5676 * ser-e7kpc.c: Fix duplicated define and call of
5677 _initialize_ser_e7000pc
5678
5679 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5680
5681 * signals/signals.c (target_signal_from_host): Fix #ifdef
5682 SIGRTMIN case.
5683 (do_target_signal_to_host): Likewise.
5684
5685 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5686
5687 * mips-tdep.c (mips_find_abi_section): New function.
5688 (mips_gdbarch_init): Call it.
5689
5690 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5691
5692 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5693 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5694 after Andrew's 2002-06-08 gdbarch change.
5695
5696 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5697
5698 * i386-linux-nat.c (suppy_gregset): Don't supply
5699 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5700 register cache.
5701 (fill_gregset): Don't fetch it under the same circumstances.
5702
5703 2002-06-09 Andrew Cagney <cagney@redhat.com>
5704
5705 * Makefile.in (callback_h): Define.
5706 (remote_sim_h): Update path to remote-sim.h.
5707 (remote-rdp.o): Add $(callback_h).
5708 (remote-sim.o): Use $(callback_h).
5709 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5710 * remote-rdp.c: Include "gdb/callback.h".
5711
5712 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5713
5714 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5715 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5716
5717 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5718
5719 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5720 * rdi-share/serpardr.c: Ditto.
5721 * rdi-share/unixcomm.c: Ditto.
5722 * rdi-share/serdrv.c: Ditto.
5723 * rdi-share/hostchan.h: Ditto.
5724 * rdi-share/hostchan.c: Ditto.
5725 * rdi-share/host.h: Ditto.
5726 * rdi-share/devsw.c: Ditto.
5727
5728 * objfiles.h: Change type of obj_private to void pointer.
5729 * pa64solib.c: Update copyright. Don't include "assert.h", use
5730 strcmp instead of STREQ, use LONGEST, do not use PTR
5731 * somsolib.c: Ditto.
5732
5733 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5734 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5735 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5736
5737 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5738
5739 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5740 (default_get_saved_register): Delete function.
5741 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5742 generic_unwind_get_saved_register.
5743 * gdbarch.h, gdbarch.c: Re-generate.
5744
5745 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5746
5747 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5748 generic_func_frame_chain_valid.
5749 * gdbarch.h, gdbarch.c: Re-generate.
5750 * blockframe.c (generic_func_frame_chain_valid): Only check
5751 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5752 passing FP to PC_IN_CALL_DUMMY.
5753 Fix PR gdb/360.
5754
5755 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5756
5757 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5758 (register_gdbarch_data): Initialize init_p.
5759 (gdbarch_data): Initialize data pointer using the init function.
5760 (init_gdbarch_data): Delete function.
5761 (gdbarch_update_p): Update.
5762 (initialize_non_multiarch): Update.
5763 (struct gdbarch): Add field initialized_p.
5764 * gdbarch.h, gdbarch.c: Re-generate.
5765
5766 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5767
5768 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5769 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5770 better do the things actually here.
5771 * x86-64-tdep.c (x86_64_register_name2nr): New.
5772 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5773 (x86_64_gdbarch_init): Respect the above change.
5774 * x86-64-tdep.h (x86_64_register_name2nr)
5775 (x86_64_register_nr2name): Add prototypes.
5776 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5777
5778 2002-06-06 Michael Snyder <msnyder@redhat.com>
5779
5780 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5781 Delete extra braces and re-indent.
5782 (d10v_store_return_value): Char return values
5783 must be shifted over by one byte in R0.
5784 (d10v_extract_return_value): Delete extra braces, re-indent.
5785
5786 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5787
5788 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5789 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5790 (d10v_integer_to_address): Rewrite.
5791 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5792 the d10v specific functions which take care of converting to the
5793 correct space.
5794
5795 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5796
5797 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5798 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5799
5800 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5801
5802 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5803 includes.
5804 * config/tm-linux.h: Ditto.
5805 * config/alpha/tm-alphalinux.h: Ditto.
5806 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5807 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5808 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5809 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5810 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5811 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5812 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5813 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5814 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5815 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5816 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5817 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5818 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5819 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5820 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5821 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5822 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5823 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5824 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5825 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5826 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5827 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5828 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5829 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5830 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5831 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5832 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5833 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5834 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5835 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5836 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5837 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5838 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5839 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5840 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5841 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5842 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5843
5844 2002-05-04 Aidan Skinner <aidan@velvet.net>
5845
5846 * ada-exp.tab.c: New file
5847 * ada-exp.y: New file
5848 * ada-lang.c: New file
5849 * ada-lang.h: New file
5850 * ada-lex.c: New file
5851 * ada-lex.l: New file
5852 * ada-tasks.c: New file
5853 * ada-typeprint.c: New file
5854 * ada-valprint.c: New file
5855
5856 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5857
5858 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5859 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5860
5861 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5862
5863 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5864 insetead of ppc-linux-tdep.o.
5865 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5866 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5867
5868 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5869
5870 2002-05-07 Christian Groessler <chris@groessler.org>
5871 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5872 bit register contents for little endian hosts.
5873
5874 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5875
5876 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5877 any maintainer.
5878
5879 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5880
5881 * gdbarch.h: Regenerate.
5882
5883 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5884
5885 * MAINTAINERS: Add everyone to write-after-approval list.
5886
5887 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5888
5889 * stack.c (frame_info): Use frame_register_unwind instead of
5890 saved_regs. Mention when the SP is on the stack or in a register.
5891
5892 * frame.h (frame_register_unwind_ftype): Define. Document.
5893 (struct frame_info): Add field register_unwind and
5894 register_unwind_cache.
5895 (frame_register_unwind): Declare.
5896 (generic_unwind_get_saved_register): Declare.
5897
5898 * frame.c (frame_register_unwind): New function.
5899 (generic_unwind_get_saved_register): New function.
5900
5901 * blockframe.c (generic_call_dummy_register_unwind): New function.
5902 (frame_saved_regs_register_unwind): New function.
5903 (set_unwind_by_pc): New function.
5904 (create_new_frame): New function.
5905 (get_prev_frame): New function.
5906
5907 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5908
5909 * a29k-share/: Delete directory.
5910 * remote-vx29k.c: Delete file.
5911
5912 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5913
5914 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5915 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5916
5917 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5918
5919 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5920 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5921 (sparc64nbsd-nat.o)
5922 (sparcnbsd-nat.o)
5923 (sparcnbsd-tdep.o): New dependency lists.
5924 * NEWS: Note new UltraSPARC NetBSD native configuration.
5925 * configure.host (sparc64-*-netbsd*): New host.
5926 * configure.tgt (sparc-*-netbsdelf*)
5927 (sparc-*-netbsd*): Set gdb_target to nbsd.
5928 (sparc64-*-netbsd*): New target.
5929 * sparc64nbsd-nat.c: New file.
5930 * sparcnbsd-nat.c: New file.
5931 * sparcnbsd-tdep.c: New file.
5932 * sparcnbsd-tdep.h: New file.
5933 * config/sparc/nbsd.mt: New file.
5934 * config/sparc/nbsd64.mh: New file.
5935 * config/sparc/nbsd64.mt: New file.
5936 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5937 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5938 (HOST_IPC): Remove.
5939 * config/sparc/nbsdaout.mt: Remove.
5940 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5941 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5942 (HOST_IPC): Remove.
5943 * config/sparc/nbsdelf.mt: Remove.
5944 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5945 sparc-nat.c compatiblity defines.
5946 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5947 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5948 * config/sparc/tm-nbsd64.h: New file.
5949 * config/sparc/tm-nbsdaout.h: Remove.
5950 * config/sparc/xm-nbsd.h: Remove.
5951
5952 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5953
5954 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5955 * sparc-tdep.c: Include osabi.h.
5956 (gdbarch_tdep): Add osabi member.
5957 (_initialize_sparc_tdep): Use gdbarch_register.
5958 (sparc_gdbarch_init): Use generic OS ABI framework.
5959 (sparc_dump_tdep): New function.
5960
5961 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5962
5963 * corefile.c (do_captured_read_memory_integer): Return non-zero
5964 result.
5965 (safe_read_memory_integer): Copy result of memory read when
5966 status is non-zero. Also, add comments.
5967
5968 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5969
5970 * Makefile.in (ppc_tdep_h): Define.
5971 (ppc-linux-nat.o)
5972 (ppc-linux-tdep.o)
5973 (rs6000-tdep.o): Use $(ppc_tdep_h).
5974 (ppc-sysv-tdep.o)
5975 (ppcnbsd-nat.o)
5976 (ppcnbsd-tdep.o): New dependency lists.
5977 * ppc-tdep.h: Use generic OS ABI framework.
5978 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5979 (ppc_linux_init_abi): New functions.
5980 (ppc_sysv_abi_broken_use_struct_convention)
5981 (ppc_sysv_abi_use_struct_convention)
5982 (ppc_sysv_abi_push_arguments): Move to...
5983 * ppc-sysv-tdep.c: ...here.
5984 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5985 * rs6000-tdep.c (process_note_abi_tag_sections)
5986 (get_elfosabi): Remove.
5987 (rs6000_gdbarch_init): Use generic OS ABI framework.
5988 (rs6000_dump_tdep): New function.
5989 (_initialize_rs6000_tdep): Use gdbarch_register.
5990 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5991 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5992 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5993 of ppc-linux-tdep.o.
5994 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5995 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5996 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5997 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5998 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5999 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6000
6001 2002-05-29 Jim Blandy <jimb@redhat.com>
6002
6003 * macroscope.c (default_macro_scope): Put `void' in empty argument
6004 list.
6005
6006 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6007
6008 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6009 * arch-utils.c: Include "sim-regno.h".
6010 * gdbarch.sh: Don't include "sim-regno.h".
6011 * gdbarch.h, gdbarch.c: Regenerate.
6012 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6013 here.
6014 * arch-utils.h (legacy_register_sim_regno): To here.
6015 * remote-sim.c (legacy_register_sim_regno): Move function from
6016 here.
6017 * arch-utils.c (legacy_register_sim_regno): To here.
6018
6019 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6020
6021 * sim-regno.h: New file.
6022 * Makefile.in (sim_regno_h): Define.
6023 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6024 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6025 (legacy_register_sim_regno): New function.
6026 (one2one_register_sim_regno): New function.
6027 (gdbsim_fetch_register): Rewrite.
6028 (gdbsim_store_register): Only store a register when
6029 REGISTER_SIM_REGNO is valid.
6030 * d10v-tdep.c: Include "sim-regno.h".
6031 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6032 (d10v_ts3_register_sim_regno): Ditto.
6033 * gdbarch.sh: Include "sim-regno.h".
6034 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6035 * gdbarch.h, gdbarch.c: Regenerate.
6036 * arch-utils.h (default_register_sim_regno): Delete declaration.
6037 * arch-utils.c (default_register_sim_regno): Delete function.
6038
6039 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6040
6041 * ppcnbsd-nat.c: Rewrite.
6042 * ppcnbsd-tdep.c: New file.
6043 * ppcnbsd-tdep.h: New file.
6044 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6045 solib.o, and solib-svr4.o.
6046 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6047 nbsd-tdep.o, and corelow.o.
6048
6049 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6050
6051 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6052 `tr' and `sed'. Mention that `broken' targets are not expected to
6053 build.
6054
6055 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6056
6057 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6058 Let PC point right after the prologue before looking up symbols.
6059
6060 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6061
6062 * i386-tdep.c (i386_register_virtual_type): Return
6063 builtin_type_vec128i for SSE registers.
6064
6065 * gdbtypes.h (builtin_type_vec128i): Declare.
6066
6067 * gdbtypes.c (build_builtin_type_vec128i): New function.
6068 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6069 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6070 (build_gdbtypes): Initialize new builtin vector types.
6071 (_initialize_gdbtypes): Register new vector types with gdbarch.
6072
6073 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6074
6075 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6076 since it has been multi-arch'd.
6077 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6078 Move Alpha and VAX multi-arch news entries to same section
6079 as other multi-arch news.
6080
6081 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6082
6083 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6084 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6085 static. Rename some register numbers to put them in ns32k-tdep
6086 private namespace.
6087 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6088 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6089 functions.
6090 (_initialize_ns32k_tdep): Use gdbarch_register.
6091 * ns32k-tdep.h: New file.
6092 * ns32knbsd-tdep.c: New file.
6093 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6094 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6095 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6096 REGISTER_BYTES, REGISTER_BYTE): Remove.
6097 * config/ns32k/tm-ns32k.h: New file.
6098 * config/ns32k/tm-umax.h: Remove.
6099
6100 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6101
6102 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6103 ns32k_store_struct_return, ns32k_extract_return_value,
6104 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6105 functions.
6106 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6107 ns32k_saved_pc_after_call.
6108 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6109 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6110 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6111 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6112 ns32k_extract_struct_value_address.
6113
6114 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6115
6116 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6117 ns32k_fix_call_dummy): New.
6118 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6119 ns32k_call_dummy_words.
6120 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6121 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6122 CALL_DUMMY_NARGS): Remove.
6123 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6124
6125 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6126
6127 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6128 ns32k_frame_saved_pc, ns32k_frame_args_address,
6129 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6130 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6131 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6132 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6133 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6134 (BREAKPOINT): Remove..
6135 (FRAME_CHAIN): Define as ns32k_frame_chain.
6136 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6137 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6138 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6139 (FRAME_FIND_SAVED_REGS): Remove.
6140 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6141 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6142 (POP_FRAME): Define as ns32k_pop_frame.
6143
6144 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6145
6146 * ns32k-tdep.c (ns32k_register_byte_32082,
6147 ns32k_register_byte_32382, ns32k_register_raw_size,
6148 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6149 functions.
6150 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6151 ns32k_register_byte_32382.
6152 * config/ns32k/tm-umax.h: Update copyright years.
6153 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6154 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6155 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6156 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6157 (ns32k_get_enter_addr): Fix prototype.
6158
6159 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6160
6161 * ns32k-tdep.c: Update copyright years.
6162 (ns32k_register_name_32082): New function.
6163 (ns32k_register_name_32382): Ditto.
6164 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6165 (REGISTER_NAME): Define as ns32k_register_name_32382.
6166 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6167 (REGISTER_NAME): Define as ns32k_register_name_32082.
6168
6169 2002-05-24 Jim Blandy <jimb@redhat.com>
6170
6171 * dwarf2read.c (free_line_header): Use xfree, not free.
6172
6173 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6174
6175 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6176 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6177
6178 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6179
6180 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6181
6182 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6183
6184 From Ross Alexander at NEC Europe:
6185 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6186
6187 2002-05-23 Michael Snyder <msnyder@redhat.com>
6188
6189 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6190 for input, rather than parse_and_eval_address.
6191
6192 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6193
6194 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6195 * Makefile.in (sim_d10v_h): Update definition.
6196
6197 2002-05-24 Andrew Cagney <cagney@redhat.com>
6198
6199 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6200 change `2002-05-22 Michael Snyder' below.
6201 (d10v_push_arguments): Ditto.
6202 (d10v_extract_return_value): Ditto.
6203
6204 2002-05-23 Jim Blandy <jimb@redhat.com>
6205
6206 * macrotab.c (check_for_redefinition): Don't complain if the new
6207 definition is the same as the previous one. Take more arguments
6208 to allow the comparison.
6209 (macro_define_object, macro_define_function): Pass more arguments
6210 to check_for_redefinition.
6211
6212 2002-05-22 Michael Snyder <msnyder@redhat.com>
6213
6214 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6215 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6216 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6217 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6218 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6219 Add a temp variable to save a call (and a memory read).
6220 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6221 if possible (so that PC_IN_CALL_DUMMY will work).
6222
6223 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6224
6225 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6226
6227 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6228
6229 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6230 fde->cie_ptr.
6231 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6232 (dwarf2_build_frame_info): Add offset to fde->initial_location
6233 so that frames of shared libraries are mapped correctly.
6234 (execute_stack_op): Change type of 'result' from ULONGEST to
6235 CORE_ADDR.
6236
6237 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6238
6239 * config/alpha/tm-nbsd.h: Include solib.h.
6240
6241 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6242
6243 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6244 assumptions about the host's byte order.
6245
6246 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6247
6248 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6249 to dependency list.
6250 * alphanbsd-tdep.c: Include solib-svr4.h.
6251 * shnbsd-tdep.c: Ditto.
6252
6253 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6254
6255 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6256 nbsd-tdep.h to dependency list.
6257 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6258 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6259 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6260 nbsdaout.mh and nbsdelf.mh consistently.
6261 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6262 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6263 nbsdaout.mt and nbsdelf.mh consistently.
6264 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6265 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6266 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6267 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6268 a.out shared library stuff from here...
6269 * config/nm-nbsdaout.h: ...to here.
6270 * config/tm-nbsd.h: Remove.
6271 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6272 * config/arm/nbsd.mh: Remove.
6273 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6274 nbsd-tdep.o.
6275 * config/arm/nbsdaout.mh: New file.
6276 * config/arm/nbsdelf.mh: New file.
6277 * config/arm/nm-nbsdaout.h: New file.
6278 * config/i386/nbsd.mh: Remove.
6279 * config/i386/nbsd.mt: Remove.
6280 * config/i386/nbsdaout.mh: New file.
6281 * config/i386/nbsdaout.mt: New file.
6282 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6283 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6284 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6285 i386_register_u_addr): Remove.
6286 * config/i386/nm-nbsdaout.h: New file.
6287 * config/i386/nm-nbsdelf.h: Remove.
6288 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6289 (USE_STRUCT_CONVENTION): Remove.
6290 * config/i386/tm-nbsdaout.h: New file.
6291 * config/i386/tm-nbsdelf.h: Remove.
6292 * config/m68k/nbsd.mh: Remove.
6293 * config/m68k/nbsd.mt: Remove.
6294 * config/m68k/nbsdaout.mh: New file.
6295 * config/m68k/nbsdaout.mt: New file.
6296 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6297 * config/m68k/nm-nbsdaout.h: New file.
6298 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6299 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6300 * config/ns32k/nbsd.mh: Remove.
6301 * config/ns32k/nbsd.mt: Remove.
6302 * config/ns32k/nbsdaout.mh: New file.
6303 * config/ns32k/nbsdaout.mt: New file.
6304 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6305 * config/ns32k/nm-nbsdaout.h: New file.
6306 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6307 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6308 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6309 (SVR4_SHARED_LIBS): Remove.
6310 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6311 * config/sparc/nbsd.mh: Remove.
6312 * config/sparc/nbsd.mt: Remove.
6313 * config/sparc/nbsdaout.mh: New file.
6314 * config/sparc/nbsdaout.mt: New file.
6315 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6316 * config/sparc/nbsdelf.mt: New file.
6317 * config/sparc/nm-nbsdaout.h: New file.
6318 * config/sparc/nm-nbsdelf.h: Remove.
6319 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6320 * config/sparc/tm-nbsdaout.h: New file.
6321
6322 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6323
6324 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6325 mipsnbsd-tdep.c
6326 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6327
6328 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6329
6330 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6331 shnbsd-nat.c.
6332 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6333
6334 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6335
6336 * NEWS: Note new MIPS NetBSD native configuration.
6337 * configure.host (mips*-*-netbsd*): New host.
6338 * configure.tgt (mips*-*-netbsd*): New target.
6339 * mipsnbsd-nat.c: New file.
6340 * mipsnbsd-tdep.c: New file.
6341 * mipsnbsd-tdep.h: New file.
6342 * config/mips/nbsd.mh: New file.
6343 * config/mips/nbsd.mt: New file.
6344 * config/mips/nm-nbsd.h: New file.
6345 * config/mips/tm-nbsd.h: New file.
6346
6347 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6348
6349 * Makefile.in (SFILES): Add osabi.c.
6350 (COMMON_OBS): Add osabi.o.
6351 (osabi.o): New dependency list.
6352 * osabi.c: New file.
6353 * osabi.h: New file.
6354 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6355
6356 * Makefile.in (alpha_tdep_h): Define and use instead of
6357 alpha-tdep.h.
6358 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6359 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6360 Remove.
6361 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6362 * alpha-tdep.h: Include osabi.h.
6363 (alpha_abi): Remove.
6364 (gdbarch_tdep): Use generic OS ABI framework.
6365 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6366 gdbarch_register_osabi.
6367 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6368 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6369 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6370
6371 * Makefile.in (sh_tdep_h): Add osabi.h.
6372 * sh-tdep.h (sh_osabi): Remove.
6373 (gdbarch_tdep): Use generic OS ABI framework.
6374 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6375 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6376 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6377 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6378
6379 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6380 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6381 gdbarch_register_osabi.
6382 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6383 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6384 (get_elfosabi): Rename to...
6385 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6386 ABI framework support routines.
6387 (arm_gdbarch_init): Use generic OS ABI framework.
6388 (arm_dump_tdep): Likewise.
6389 (_initialize_arm_tdep): Likewise.
6390 * arm-tdep.h: Include osabi.h.
6391 (arm_abi): Remove.
6392 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6393 osabi member.
6394 (arm_gdbarch_register_os_abi): Remove prototype.
6395 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6396 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6397
6398 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6399 * mips-tdep.c: Include osabi.h.
6400 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6401 OS ABI framework.
6402
6403 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6404
6405 * h8300-tdep.c: Fix formatting.
6406
6407 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6408
6409 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6410 printing vector registers.
6411
6412 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6413
6414 From Fernando Nasser:
6415 * remote.c (remote_async_open_1): Re-throw the exception when the
6416 connection fails.
6417 (remote_cisco_open): Ditto.
6418 (remote_open_1): Ditto.
6419
6420 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6421
6422 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6423 (remote_start_remote): Add uiout parameter. Pass through to
6424 remote_start_remote_dummy.
6425 (remote_open_1): Use catch_exception instead of catch_errors.
6426 (remote_async_open_1): Ditto.
6427 (remote_cisco_open): Ditto.
6428
6429 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6430
6431 * remote.c (remote_start_remote): Replace PTR with void pointer.
6432 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6433 static.
6434
6435 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6436
6437 * gdb_indent.sh: Allow the script to be run in the sim directory.
6438
6439 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6440
6441 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6442 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6443
6444 * corelow.c (core_open): Only call set_gdbarch_from_file if
6445 exec_bfd is NULL.
6446
6447 2002-05-17 Andrey Volkov <avolkov@transas.com>
6448
6449 * h8300-tdep.c: Add support of EXR register
6450 * config/h8300/tm-h8300.h: Ditto.
6451
6452 2002-05-17 Andrey Volkov <avolkov@transas.com>
6453
6454 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6455
6456 2002-05-17 Andrey Volkov <avolkov@transas.com>
6457
6458 * h8300-tdep.c: Change literal regnums to REGNO.
6459
6460 2002-05-17 Jim Blandy <jimb@redhat.com>
6461
6462 * NEWS: Note addition of macro support.
6463
6464 Expand preprocessor macros in C expressions.
6465 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6466 (scan_macro_expansion, scanning_macro_expansion,
6467 finished_macro_expansion): New function declarations.
6468 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6469 variable declarations.
6470 * parser-defs.h (expression_context_pc): New declaration.
6471 * parse.c (expression_context_pc): New variable.
6472 (parse_exp_1): Set expression_context_pc, as well as
6473 expression_context_block.
6474 * c-exp.y (yylex): If we're not already reading the result of a
6475 macro expansion, try to macro-expand the next token. When we're
6476 done scanning a macro expansion, switch back to the mainline text.
6477 Commas and `if's in a macro's expansion don't terminate the input.
6478 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6479 (macro_original_text, macro_expanded_text,
6480 expression_macro_lookup_func, expression_macro_lookup_baton): New
6481 variables.
6482 (scan_macro_expansion, scanning_macro_expansion,
6483 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6484 c_preprocess_and_parse): New functions.
6485 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6486 c_preprocess_and_parse, instead of c_parse.
6487 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6488 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6489
6490 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6491
6492 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6493 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6494 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6495
6496 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6497
6498 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6499
6500 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6501
6502 * Makefile.in (sh_tdep_h): Define and use.
6503 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6504 register enum): Move to...
6505 * * sh-tdep.h: ...here.
6506 * sh-tdep.c: Include sh-tdep.h.
6507 * sh3-rom.c: Likewise.
6508 * shnbsd-tdep.c: Likewise.
6509
6510 2002-05-16 Michael Snyder <msnyder@redhat.com>
6511
6512 * arm-tdep.c: Spelling fix in comment.
6513
6514 2002-05-16 Jim Blandy <jimb@redhat.com>
6515
6516 Add commands for manually expanding macros and showing their
6517 definitions.
6518 * macrocmd.c, macroscope.c, macroscope.h: New files.
6519 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6520 (macroscope_h): New variable.
6521 (HFILES_NO_SRCDIR): Add macroscope.h.
6522 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6523 (macroscope.o, macrocmd.o): New rules.
6524
6525 Teach the Dwarf 2 reader to read macro information.
6526 * dwarf2read.c: #include "macrotab.h".
6527 (dwarf_macinfo_buffer): New variable.
6528 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6529 dwarf_macinfo_size.
6530 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6531 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6532 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6533 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6534 dwarf2_macro_spaces_in_definition): New complaints.
6535 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6536 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6537 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6538 the partial symbol table.
6539 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6540 from what's recorded in the partial symbol table.
6541 (read_file_scope): If the compilation unit has a
6542 `DW_AT_macro_info' attribute, read its macro information.
6543 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6544
6545 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6546
6547 Fix PR gdb/546
6548 * ser-tcp.c: Don't include <netinet/udp.h>.
6549
6550 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6551
6552 * MAINTAINERS: Update my email address.
6553
6554 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6555
6556 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6557 include file of the same name.
6558
6559 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6560
6561 * configure.tgt: Mark v850 as multi-arched.
6562 * config/v850/tm-v850.h: Remove file.
6563 * config/v850/v850.mt: Eliminate TM_FILE.
6564
6565 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6566
6567 * v850-tdep.c: Full multi-arch.
6568 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6569 Define GDB_MULTI_ARCH to 2.
6570
6571 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6572
6573 * p-exp.y (current_type): New static variable.
6574 Carries the type of the expression at the position that is parsed.
6575 (push_current_type, pop_current_type): Two new functions. Used
6576 to store/restore current_type in expression on specific tokens.
6577 (search_field): New static variable. Set to one after parsing a point
6578 as at that point only a FIELDNAME token should be searched.
6579 (FIELDNAME): New token. After a point only a token belonging to
6580 current_type type definition is allowed.
6581 (all over token rules): reset and change current_type according
6582 to rules.
6583 (exp '[' rule): insert implicit array index field if
6584 exp is a pascal string type.
6585
6586 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6587
6588 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6589 frame info. Use frame_info's saved_regs instead of matching member
6590 in extra_frame_info throughout.
6591 (v850_frame_init_saved_regs): New function.
6592 (v850_init_extra_frame_info): Move most functionality into
6593 v850_frame_init_saved_regs().
6594 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6595 (v850_frame_find_saved_regs): Remove declaration.
6596 (FRAME_FIND_SAVED_REGS): Remove definition.
6597 (v850_frame_init_saved_regs): Add declaration.
6598 (FRAME_INIT_SAVED_REGS): Add definition.
6599
6600 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6601
6602 * v850-tdep.c: Begin multi-arch'ing v850.
6603 (v850_target_architecture_hook): Remove function.
6604 (v850_gdbarch_init): New function. Add code previously in
6605 v850_target_architecture_hook().
6606 (_initialize_v850_tdep): Don't set target_architecture_hook.
6607 Call register_gdbarch_init() instead.
6608
6609 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6610
6611 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6612 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6613 (fixup_class_method_type): Likewise.
6614
6615 2002-05-15 Jim Blandy <jimb@redhat.com>
6616
6617 Add macro structures to GDB's symbol tables. Nobody puts anything
6618 in them yet.
6619 * symtab.h (struct symtab): New member: `macro_table'.
6620 * buildsym.h (pending_macros): New global variable.
6621 * buildsym.c: #include "macrotab.h".
6622 (buildsym_init): Initialize `pending_macros'.
6623 (end_symtab): If we found macro information while reading a CU's
6624 debugging info, do build a symtab structure for it. Make the
6625 symtab point to the macro information, and clear the
6626 `pending_macros' pointer which held it while we were reading the
6627 debug info.
6628 (really_free_pendings): Free any pending macro table.
6629 * objfiles.h (struct objfile): New member: `macro_cache'.
6630 * objfiles.c (allocate_objfile): Set allocate and free functions
6631 for the macro cache's objstack.
6632 (free_objfile): Empty the macro cache's obstack.
6633 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6634 set new allocate and free functions for it.
6635 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6636 free functions for the macro cache's objstack. (Why is this
6637 function building its own objfile?)
6638 * symmisc.c (print_objfile_statistics): Print statistics on the
6639 macro bcache.
6640 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6641
6642 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6643
6644 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6645 (REGISTER_U_ADDR): Delete definition.
6646 (arm_register_u_addr): Delete declaration.
6647
6648 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6649
6650 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6651 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6652
6653 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6654
6655 * regcache.c (register_valid): Revise comments refering to "Not
6656 available" and "unavailable".
6657 * frame.c (frame_register_read): Ditto.
6658 * findvar.c (value_of_register): Ditto.
6659
6660 2002-05-15 Andrew Cagney <cagney@redhat.com>
6661
6662 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6663 (remote-sim.o): Update dependencies.
6664 (d10v-tdep.o): Specify dependencies.
6665 (sim_d10v_h): Define.
6666
6667 2002-05-14 Jim Blandy <jimb@redhat.com>
6668
6669 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6670 * macrotab.c (macro_lookup_inclusion, find_definition,
6671 new_macro_table): Same.
6672
6673 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6674 not `! strcmp ()'. This is a dubious improvement.
6675 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6676
6677 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6678 although it's not necessary, to avoid a warning.
6679
6680 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6681
6682 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6683 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6684 TYPE_INSTANCE_FLAGS.
6685 (struct main_type): New.
6686 (struct type): Move most members to struct main_type. Change
6687 cv_type and as_type to new type_chain member. Add instance_flags.
6688 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6689 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6690 (finish_cv_type): Remove prototype.
6691 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6692 Set TYPE_CHAIN.
6693 (alloc_type_instance): New function.
6694 (smash_type): New function.
6695 (make_pointer_type, make_reference_type, make_function_type)
6696 (smash_to_member_type, smash_to_method_type): Call smash_type.
6697 (make_qualified_type): New function.
6698 (make_type_with_address_space): Call make_qualified_type.
6699 (make_cv_type): Likewise.
6700 (finish_cv_type): Remove unnecessary function.
6701 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6702 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6703 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6704 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6705 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6706 * hpread.c (hpread_read_struct_type): Likewise.
6707 * stabsread.c (read_struct_type): Likewise.
6708
6709 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6710
6711 * configure.tgt: Add a catch all sh* target, for cases like
6712 sh[2,3,4]-elf and sh-hms.
6713
6714 2002-05-14 Keith Seitz <keiths@redhat.com>
6715
6716 * event-loop.c (create_file_handler): Don't do anything but
6717 update data when we are given a fd which we are already
6718 monitoring.
6719
6720 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6721
6722 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6723 (update_context): Use __func__ in warnings.
6724
6725 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6726
6727 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6728 and tcp_close to net_open and net_close.
6729 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6730 using UDP if requested. Don't try to disable Nagle on UDP
6731 sockets.
6732 * remote.c (remote_serial_open): New function. Warn about UDP.
6733 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6734
6735 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6736
6737 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6738
6739 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6740
6741 * configure.tgt: Remove sh-hms target.
6742 * MAINTAINERS: Don't list sh-hms as a separate target.
6743
6744 2002-05-13 Jim Blandy <jimb@redhat.com>
6745
6746 Add first preprocessor macro-expansion files.
6747 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6748 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6749 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6750 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6751 (COMMON_OBS): Add macrotab.o, macroexp.o.
6752 (macroexp.o, macrotab.o): New rules.
6753
6754 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6755
6756 * config/m88k/tm-m88k.h: Update copyright.
6757 (m88k_target_write_pc): Declare
6758 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6759 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6760 (SHIFT_INST_REGS): Update definition.
6761 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6762 using old definition of TARGET_WRITE_PC.
6763 * regcache.c (generic_target_write_pc): Delete code handling
6764 NNPC_REGNUM.
6765 * gdbarch.sh (NNPC_REGNUM): Delete.
6766 * gdbarch.h, gdbarch.c: Regenerate.
6767
6768 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6769
6770 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6771 builtin reg number.
6772
6773 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6774
6775 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6776 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6777 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6778 access macros.
6779 * c-typeprint.c (cp_type_print_method_args): Likewise.
6780 (c_type_print_args): Likewise.
6781 * d10v-tdep.c (d10v_push_arguments): Likewise.
6782 (d10v_extract_return_value): Likewise.
6783 * expprint.c (print_subexp): Likewise.
6784 * gdbtypes.c (lookup_primitive_typename): Likewise.
6785 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6786 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6787 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6788 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6789 (TYPE_VECTOR): Likewise.
6790 * hpread.c (hpread_read_struct_type)
6791 (fix_static_member_physnames, fixup_class_method_type)
6792 (hpread_type_lookup): Likewise.
6793 * mdebugread.c (parse_symbol, parse_type): Likewise.
6794 * p-lang.c (is_pascal_string_type): Likewise.
6795 * valops.c (hand_function_call): Likewise.
6796 * x86-64-tdep.c (classify_argument): Likewise.
6797
6798 * hpread.c (hpread_read_function_type)
6799 (hpread_read_doc_function_type): Call replace_type.
6800 * dstread.c (create_new_type): Delete.
6801 (decode_dst_structure, process_dst_function): Call alloc_type.
6802 Use type access macros.
6803
6804 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6805
6806 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6807 the're not supported by the current architecture.
6808 (i387_fill_fxsave): Likewise.
6809
6810 2002-05-12 Fred Fish <fnf@redhat.com>
6811
6812 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6813 sect_index_xxx members to index the first slot in section_offsets
6814 if all of the section_offsets are zero.
6815
6816 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6817
6818 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6819 checked in with last change.
6820
6821 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6822
6823 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6824 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6825 config.sub.
6826
6827 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6828
6829 * Makefile.in: Update dependencies.
6830
6831 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6832
6833 * language.c (local_hex_string_custom): Simplify. Do not depend
6834 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6835
6836 * memattr.c (mem_info_command): Replace calls to
6837 longest_local_hex_string and longest_local_hex_string_custom.
6838 * buildsym.c (make_blockvector): Ditto.
6839 * solib.c (info_sharedlibrary_command): Ditto.
6840 * tracepoint.c (tracepoints_info): Ditto.
6841 * symtab.c (print_msymbol_info): Ditto.
6842
6843 * language.c (local_hex_string): Delete.
6844 (local_hex_string_custom): Delete.
6845 (longest_local_hex_string): Rename to local_hex_string.
6846 (longest_local_hex_string_custom): Rename to
6847 local_hex_string_custom.
6848 * language.h (local_hex_string): Change parameter type to LONGEST.
6849 (local_hex_string_custom): Ditto.
6850 (longest_local_hex_string): Delete declaration.
6851 (longest_local_hex_string_custom): Ditto.
6852
6853 * solib.c: Update copyright.
6854 * memattr.c: Update copyright.
6855
6856 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6857
6858 * arch-utils.h (legacy_register_to_value): Declare.
6859 (legacy_value_to_register): Declare.
6860 (legacy_convert_register_p): Declare.
6861 * arch-utils.c (legacy_register_to_value): New function.
6862 (legacy_value_to_register): New function.
6863 (legacy_convert_register_p): New function.
6864
6865 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6866 (VALUE_TO_REGISTER): Define.
6867 (CONVERT_REGISTER_P): Define.
6868 * gdbarch.h, gdbarch.c: Regenerate.
6869
6870 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6871 VALUE_TO_REGISTER.
6872 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6873 CONVERT_REGISTER_P.
6874
6875 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6876 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6877
6878 * Makefile.in: Update dependencies for valops.c.
6879 * valops.c: Include "gdb_assert.h".
6880 (typecmp): Skip THIS parameter to methods.
6881 (find_method_list): Remove static_memfuncp argument,
6882 update callers. Check for stub methods.
6883 (find_value_oload_method_list): Don't set *static_memfuncp.
6884 (find_overload_match): Don't check for stub methods. Assert
6885 that methods are not stubbed. Handle static methods.
6886 (value_find_oload_method_list): Remove static_memfuncp argument.
6887 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6888 to the argument list for static stub methods.
6889 * value.h (value_find_oload_method_list): Update prototype.
6890
6891 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6892
6893 * arch-utils.h (generic_register_size): Declare.
6894 (generic_register_raw_size, generic_register_virtual_size): Delete
6895 declarations.
6896 * arch-utils.c (generic_register_raw_size): Delete.
6897 (generic_register_size): New function.
6898 (generic_register_virtual_size): Delete.
6899
6900 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6901 default generic_register_size.
6902 * gdbarch.h, gdbarch.c: Re-generate.
6903
6904 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6905 register_virtual_size.
6906 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6907 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6908
6909 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6910
6911 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6912 * gdbarch.h, gdbarch.c: Regenerate.
6913 * gnu-v3-abi.c: Update copyright.
6914 (vtable_address_point_offset): Update.
6915 (gnuv3_rtti_type): Update.
6916 (gnuv3_baseclass_offset): Update.
6917 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6918 (init_fetch_link_map_offsets): Update.
6919 * remote.c (get_remote_state): Update.
6920
6921 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6922
6923 * TODO: Remove value_headof/value_from_vtable_info comment.
6924 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6925 * values.c (value_headof, value_from_vtable_info): Delete.
6926 * value.h (value_from_vtable_info): Delete prototype.
6927
6928 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6929
6930 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6931 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6932 $(gdb_regex_h).
6933 (gdb_assert_h): Define.
6934 (gdb_wait_h): Define.
6935 (gdb_regex_h): Define.
6936
6937 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6938
6939 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6940 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6941
6942 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6943
6944 * nbsd-tdep.c: Fix comment.
6945
6946 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6947
6948 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6949 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6950 (nbsd-tdep.o): New dependency list.
6951 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6952 nbsd-tdep.h.
6953 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6954 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6955 * nbsd-tdep.c: New file.
6956 * nbsd-tdep.h: New file.
6957 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6958 nbsd-tdep.h.
6959 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6960 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6961 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6962 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6963
6964 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6965
6966 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6967 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6968 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6969 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6970 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6971 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6972
6973 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6974
6975 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6976 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6977 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6978 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6979 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6980 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6981 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6982
6983 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6984
6985 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6986 fetch_elfcore_registers to...
6987 * i386nbsd-tdep.c: ...here.
6988 (i386nbsd_use_struct_convention): Rename to...
6989 (i386nbsd_aout_use_struct_convention): ...this.
6990 (i386nbsd_supply_reg): New function.
6991 (i386nbsd_fill_reg): New function.
6992 (fetch_core_registers): Use i386nbsd_supply_reg.
6993 (fetch_elfcore_registers): Likewise.
6994 (_initialize_i386nbsd_tdep): New function.
6995 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6996 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6997 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6998 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6999 (i386nbsd_aout_use_struct_convention): ...this.
7000
7001 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7002
7003 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7004 (store_inferior_registers): Use shnbsd_fill_reg.
7005 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7006 sh_nbsd_supply_register): Collapse into...
7007 (shnbsd_supply_reg): ...this.
7008 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7009 (shnbsd_fill_reg): ...this.
7010 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7011 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7012 (fetch_core_registers): Use shnbsd_supply_reg.
7013 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7014 (sh_nbsd_core_fns): Rename to...
7015 (shnbsd_core_fns): ...this.
7016 (sh_nbsd_elfcore_fns): Rename to...
7017 (shnbsd_elfcore_fns): ...this.
7018 (sh_nbsd_init_abi): Rename to...
7019 (shnbsd_init_abi): ...this.
7020 (_initialize_sh_nbsd_tdep): Rename to...
7021 (_initialize_shnbsd_tdep): ...this.
7022 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7023 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7024 sh_nbsd_fill_register): Remove prototypes.
7025 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7026
7027 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7028
7029 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7030 (i387-nat.o): Delete dependency list.
7031 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7032 (x86-64-linux-nat.o): Likewise.
7033 * i387-nat.c: Delete file, moving contents to...
7034 * i387-tdep.c: ...here.
7035 * i387-nat.h: Rename...
7036 * i387-tdep.h: ...to this.
7037 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7038 * i386-linux-nat.c: Likewise.
7039 * i386bsd-nat.c: Likewise.
7040 * i386gnu-nat.c: Likewise.
7041 * i386nbsd-nat.c: Likewise.
7042 * i386v4-nat.c: Likewise.
7043 * x86-64-linux-nat.c: Likewise.
7044 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7045 * config/i386/go32.mh (NATDEPFILES): Likewise.
7046 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7047 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7048 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7049 * config/i386/linux.mh (NATDEPFILES): Likewise.
7050 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7051 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7052 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7053 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7054
7055 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7056
7057 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7058 (alphanbsd-nat.o): Remove dependency list.
7059 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7060 * alphanbsd-nat.c: Delete. Contents moved to...
7061 * alphanbsd-tdep.c: ...here.
7062 (_initialize_alphanbsd_tdep): Register core functions.
7063 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7064
7065 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7066
7067 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7068 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7069 (alphanbsd-nat.o): Likewise.
7070 (alphabsd-tdep.o): New dependency list.
7071 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7072 (fill_gregset): Use alphabsd_fill_reg.
7073 (supply_fpregset): Use alphabsd_supply_fpreg.
7074 (fill_fpregset): Use alphabsd_fill_fpreg.
7075 (fetch_inferior_registers): Use struct reg and struct fpreg
7076 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7077 and alphabsd_supply_fpreg.
7078 (store_inferior_registers): Use struct reg and struct fpreg
7079 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7080 and alphabsd_fill_fpreg.
7081 * alphabsd-tdep.c: New file.
7082 * alphabsd-tdep.h: New file.
7083 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7084 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7085 alphabsd_supply_fpreg.
7086 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7087 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7088
7089 2002-05-11 Eric Christopher <echristo@redhat.com>
7090
7091 * mips-tdep.c (mips_double_register_type): Fix thinko.
7092 (mips_single_register_type): Ditto.
7093 * MAINTAINERS: Add self.
7094
7095 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7096
7097 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7098 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7099 right thing on architectures with different endianness and/or
7100 integer sizes.
7101
7102 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7103
7104 From Christian Limpach <chris@Pin.LU>
7105 * configure.in: Change sed expression which comments out
7106 NATDEPFILES to also comment out continuation lines.
7107 * configure: Regenerate.
7108
7109 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7110
7111 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7112 big patch.
7113
7114 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7115
7116 * sh-tdep.c: Include correct file.
7117
7118 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7119
7120 New support for sh64-elf (sh5) target.
7121
7122 * configure.tgt: For sh64-elf target, default to sh-elf.
7123
7124 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7125 (struct gdbarch_tdep): Add new fields for new registers and ABI
7126 info.
7127
7128 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7129 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7130 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7131 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7132 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7133 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7134 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7135 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7136 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7137 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7138 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7139 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7140 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7141 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7142 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7143 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7144 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7145 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7146 sign_extend, sh64_nofp_frame_init_saved_regs,
7147 sh64_init_extra_frame_info, sh64_get_saved_register,
7148 sh64_extract_struct_value_address, sh64_pop_frame,
7149 sh64_push_arguments, sh64_extract_return_value,
7150 sh64_store_return_value, sh64_show_media_regs,
7151 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7152 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7153 sh_sh64_register_virtual_type,
7154 sh_sh64_register_convert_to_virtual,
7155 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7156 sh64_register_read, sh64_pseudo_register_write,
7157 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7158 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7159 sh64_do_pseudo_register, sh_compact_do_registers_info,
7160 sh64_do_registers_info, sh_gdbarch_init): New functions.
7161
7162 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7163
7164 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7165
7166 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7167
7168 * linespec.c (decode_line_1): Check for a double quote after
7169 a filename correctly.
7170
7171 2002-05-10 Jim Blandy <jimb@redhat.com>
7172
7173 Properly track the size of the current objfile's .debug_line section.
7174 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7175 (DWARF_LINE_SIZE): New macro.
7176 (dwarf2_build_psymtabs_hard): Record the line section's size in
7177 the partial symbol table.
7178 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7179 symbol table.
7180
7181 2002-05-10 Petr Sorfa <petrs@caldera.com>
7182
7183 * ia64-tdep.c: Handle breakpoints on L instruction type
7184 in MLX instruction bundle by moving the breakpoint to
7185 the third slot (X instruction type) as L holds only data.
7186
7187 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7188
7189 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7190 (process_one_symbol): Complain about discarding local symbols
7191 due to a misplaced N_LBRAC entry.
7192
7193 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7194
7195 From Daniel Berlin <dan@cgsoftware.com>
7196 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7197 decrease the depth we are at, in the case of templates.
7198
7199 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7200
7201 * mips-tdep.c (mips_float_register_type): New function.
7202 (mips_double_register_type): New function.
7203 (mips_print_register): Use them.
7204 (do_fp_register_row): Likewise.
7205
7206 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7207
7208 * signals/signals.c (signals): Remove conditional compilation around
7209 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7210 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7211
7212 2002-05-09 Michael Snyder <msnyder@redhat.com>
7213
7214 * remote-rdp.c (remote_rdp_can_run): Remove.
7215
7216 2002-05-09 Tom Tromey <tromey@redhat.com>
7217
7218 * jv-valprint.c (java_val_print): Handle `char' as a special case
7219 of TYPE_CODE_INT.
7220
7221 2002-05-09 Michael Snyder <msnyder@redhat.com>
7222
7223 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7224 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7225 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7226 str r(0123),[sp,#nn].
7227 (arm_skip_prologue): Ditto. Also make disassembly
7228 order-independent by placing it in a loop.
7229
7230 2002-05-06 Michael Snyder <msnyder@redhat.com>
7231
7232 * stabsread.c (read_type): Add recognition for new attribute:
7233 "@V;" means that an array type is actually a vector.
7234 This is analogous to the vector flag that's been added to dwarf2.
7235
7236 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7237
7238 * i386-tdep.h (i386_abi): New enum.
7239 (struct gdbarch_tdep): Replace os_ident member with abi.
7240 (i386_gdbarch_register_os_abi): New prototype.
7241 * i386-tdep.c (i386_abi_names): New array.
7242 (process_note_abi_tag_sections): Removed.
7243 (process_note_sections): New function.
7244 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7245 (struct i386_abi_handler): New struct.
7246 (i386_abi_handler_list): New variable.
7247 (i386_gdbarch_register_os_abi): New function.
7248 (i386_gdbarch_init): Adapt for the changes given above.
7249
7250 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7251
7252 * gregset.h: Say "GNU/Linux".
7253
7254 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7255
7256 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7257 (build_gdbtypes): Build builtin_type_v2_float.
7258 (_initialize_gdbtypes): Register new builtin type.
7259
7260 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7261
7262 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7263 (clear_gdbarch_swap): New function.
7264 (initialize_non_multiarch): Call.
7265 (gdbarch_update_p): Before calling init(), swap out and clear the
7266 existing architecture.
7267 * gdbarch.c: Regenerate.
7268
7269 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7270
7271 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7272 alphanbsd-tdep.c.
7273
7274 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7275
7276 * sh-nbsd-nat.c: Rename to...
7277 * shnbsd-nat.c: ...this.
7278 * sh-nbsd-tdep.c: Rename to...
7279 * shnbsd-tdep.c: ...this.
7280 * sh-nbsd-tdep.h: Rename to...
7281 * shnbsd-tdep.h: ...this.
7282 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7283 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7284
7285 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7286
7287 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7288 concatenation for command help messages.
7289
7290 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7291
7292 * NEWS: Note new sh*-*-netbsdelf* configuration.
7293 * configure.host: Set gdb_host_cpu to sh for all sh*.
7294 (sh*-*-netbsdelf*): New host.
7295 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7296 (sh*-*-netbsdelf*): New target.
7297 * sh-nbsd-nat.c: New file.
7298 * sh-nbsd-tdep.c: New file.
7299 * sh-nbsd-tdep.h: New file.
7300 * config/sh/nbsd.mh: New file.
7301 * config/sh/nbsd.mt: New file.
7302 * config/sh/nm-nbsd.h: New file.
7303 * config/sh/tm-nbsd.h: New file.
7304
7305 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7306
7307 * sh-tdep.c (sh_osabi_names): Declare.
7308 (process_note_abi_tag_sections): New function.
7309 (get_elfosabi): Ditto.
7310 (sh_gdbarch_register_os_abi): Ditto.
7311 (sh_dump_tdep): Ditto.
7312 _initialize_sh_tdep): Use gdbarch_register to register
7313 sh_gdbarch_init and sh_dump_tdep.
7314 * config/sh/tm-sh.h (sh_osabi): Declare.
7315 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7316
7317 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7318
7319 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7320 (thumb_scan_prologue): Ditto.
7321 (arm_find_callers_reg): Ditto.
7322 (arm_frame_chain): Ditto.
7323 (arm_init_extra_frame_info): Ditto.
7324 (arm_frame_saved_pc): Ditto.
7325 (arm_pop_frame): Ditto.
7326 (arm_push_return_address): New function.
7327 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7328 call_dummy_location, call_dummy_breakpoint_offset_p,
7329 call_dummy_breakpoint_offset, call_dummy_p,
7330 call_dummy_stack_adjust_p, call_dummy_words,
7331 sizeof_call_dummy_words, call_dummy_start_offset,
7332 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7333 call_dummy_address, push_return_address and push_dummy_frame for
7334 generic dummy frames.
7335
7336 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7337
7338 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7339 size computation for alloca.
7340 (sh_fp_frame_init_saved_regs): Likewise.
7341
7342 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7343
7344 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7345 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7346 * arm-tdep.c (arm_store_return_value): Use them.
7347 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7348 * remote-rdp.c (remote_rdp_fetch_register): Use
7349 ARM_MAX_REGISTER_RAW_SIZE.
7350 (remote_rdp_store_register): Likewise.
7351
7352 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7353
7354 * dwarf2cfi.c: Code cleanup, removed unused variables,
7355 added default labels to switch {} statements.
7356 * x86-64-tdep.c: Ditto.
7357 * x86-64-linux-nat.c: Ditto.
7358
7359 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7360
7361 * solib.h: Protect against multiple inclusion.
7362
7363 2002-05-06 Jim Blandy <jimb@redhat.com>
7364
7365 Add first preprocessor macro-expansion files.
7366 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7367 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7368 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7369 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7370 (COMMON_OBS): Add macrotab.o, macroexp.o.
7371 (macroexp.o, macrotab.o): New rules.
7372
7373 Separate the job of reading the line number info statement program
7374 header (...expialidocious) out into its own function.
7375 * dwarf2read.c (struct line_head, struct filenames, struct
7376 directories): Replace with...
7377 (struct line_header): New structure, containing the full
7378 contents of the statement program header, including the
7379 include directory and file name tables.
7380 (read_file_scope): If we have line number info, instead of just
7381 calling dwarf_decode_lines to do all the work, call
7382 dwarf_decode_line_header first to get a `struct line_header'
7383 containing the data in the statement program header, and then
7384 pass that to dwarf_decode_lines, which will pick up where that
7385 left off. Be sure to clean up the `struct line_header' object.
7386 (dwarf_decode_line_header, free_line_header, add_include_dir,
7387 add_file_name): New functions.
7388 (dwarf_decode_lines): Move all the code to read the statement
7389 program header into dwarf_decode_line_header. Take the line
7390 header it built as the first argument, instead of the offset to
7391 the compilation unit's line number info. Use the new `struct
7392 line_header' type instead of the old structures. No need to do
7393 cleanups here now, since we don't allocate anything.
7394 (dwarf2_statement_list_fits_in_line_number_section,
7395 dwarf2_line_header_too_long): New complaints.
7396
7397 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7398
7399 * gdbtypes.c (init_vector_type): New function.
7400 (build_builtin_type_vec128): Simplify the representation of SIMD
7401 registers.
7402 (build_gdbtypes): Initialize new builtin vector types.
7403 (_initialize_gdbtypes): Register new vector types with gdbarch.
7404 (builtin_type_v4_float, builtin_type_v4_int32,
7405 builtin_type_v8_int16, builtin_type_v16_int8,
7406 builtin_type_v2_int32, builtin_type_v4_int16,
7407 builtin_type_v8_int8): New (renamed) SIMD types.
7408
7409 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7410
7411 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7412 (i387_fill_fxsave): Likewise.
7413
7414 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7415
7416 * alpha-tdep.c (alpha_extract_return_value): Don't use
7417 non-constant array size in prototype.
7418
7419 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7420
7421 From Brian Taylor <briant at model dot com>:
7422 * ui-out.c (ui_out_field_core_addr): Use the function
7423 longest_local_hex_string_custom'to format addresses > 32 bits
7424 wide.
7425
7426 * ui-out.c (ui_out_field_core_addr): Update comment.
7427
7428 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7429
7430 * stack.c (select_and_print_frame): Make static. Delete the
7431 parameter `level'.
7432 (func_command): Update call.
7433 (select_frame_command): Delete code computing the frame level.
7434 * frame.h (select_and_print_frame): Delete declaration.
7435
7436 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7437
7438 * sparc-tdep.c (sparc_get_saved_register): Comment why
7439 get_prev_frame call is safe.
7440
7441 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7442
7443 * frame.h (select_frame): Delete level parameter.
7444 * stack.c (select_frame): Update. Use frame_relative_level to
7445 obtain the frame's level.
7446 (select_and_print_frame): Update call.
7447 (select_frame_command): Ditto.
7448 (up_silently_base): Ditto.
7449 (down_silently_base): Ditto.
7450 * ocd.c (ocd_start_remote): Ditto.
7451 * remote-rdp.c (remote_rdp_open): Ditto.
7452 * remote-mips.c (mips_initialize): Ditto.
7453 (common_open): Ditto.
7454 * remote-e7000.c (e7000_start_remote): Ditto.
7455 * m3-nat.c (select_thread): Ditto.
7456 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7457 (child_get_current_exception_event): Ditto.
7458 * varobj.c (varobj_create): Ditto.
7459 (varobj_update): Ditto.
7460 (c_value_of_root): Ditto.
7461 * tracepoint.c (finish_tfind_command): Ditto.
7462 * corelow.c (core_open): Ditto.
7463 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7464 * thread.c (info_threads_command): Ditto.
7465 (switch_to_thread): Ditto.
7466 * infrun.c (normal_stop): Ditto.
7467 (restore_selected_frame): Ditto.
7468 (restore_inferior_status): Ditto.
7469 * breakpoint.c (insert_breakpoints): Ditto.
7470 (watchpoint_check): Ditto.
7471 (bpstat_stop_status): Ditto.
7472 (do_enable_breakpoint): Ditto.
7473 * blockframe.c (flush_cached_frames): Ditto.
7474 (reinit_frame_cache): Ditto.
7475
7476 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7477
7478 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7479 maintainer.
7480
7481 2002-05-04 Jim Blandy <jimb@redhat.com>
7482
7483 * gdbtypes.c (replace_type): Doc fix.
7484
7485 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7486
7487 * valprint.c (strcat_longest): Delete commented out function.
7488 Update copyright.
7489
7490 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7491
7492 * MAINTAINERS: Mark a29k as deleted.
7493 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7494 Move new configurations to the top.
7495 * configure.tgt: Remove a29k.
7496 * config/a29k/tm-vx29k.h: Delete.
7497 * config/a29k/vx29k.mt: Delete.
7498 * config/a29k/tm-a29k.h: Delete.
7499 * config/a29k/a29k-udi.mt: Delete.
7500 * config/a29k/a29k.mt: Delete.
7501 * a29k-tdep.c: Delete.
7502 * remote-udi.c: Delete.
7503 * remote-mm.c: Delete.
7504 * remote-eb.c: Delete.
7505 * remote-adapt.c: Delete.
7506 * Makefile.in: Remove obsolete code.
7507 * config/s390/s390x.mt: Ditto.
7508 * config/s390/s390.mt: Ditto.
7509 * config/sparc/sparclynx.mh: Ditto.
7510 * config/sparc/linux.mh: Ditto.
7511 * config/pa/hppaosf.mh: Ditto.
7512 * config/pa/hppabsd.mh: Ditto.
7513 * config/ns32k/nbsd.mt: Ditto.
7514 * config/mips/vr5000.mt: Ditto.
7515 * config/m68k/sun3os4.mh: Ditto.
7516 * config/m68k/nbsd.mt: Ditto.
7517 * config/m68k/m68klynx.mh: Ditto.
7518 * config/m32r/m32r.mt: Ditto.
7519 * config/i386/x86-64linux.mt: Ditto.
7520 * config/i386/nbsdelf.mt: Ditto.
7521 * config/i386/nbsd.mt: Ditto.
7522 * config/i386/i386lynx.mh: Ditto.
7523
7524 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7525
7526 * target.c (debug_print_register): New function. Handle oversize
7527 registers.
7528 (debug_to_fetch_registers): Call.
7529 (debug_to_store_registers): Call.
7530
7531 2002-05-03 Jim Blandy <jimb@redhat.com>
7532
7533 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7534 (read_type): Doc fix.
7535 * gdbtypes.c (replace_type): Doc fix.
7536
7537 * stabsread.c (multiply_defined_struct): New complaint.
7538 (read_struct_type): If the type we were passed isn't empty, or
7539 incomplete, don't read the new struct type into it; complain,
7540 and return the original type unchanged. Take a new `type_code'
7541 argument, which is the type code for the new type.
7542 (read_type): Rather than storing the type's type code here, pass
7543 it as an argument to read_struct_type, and let that take care of
7544 storing it. That way, we don't overwrite the original type code,
7545 so read_struct_type can use it to decide whether we're overwriting
7546 something we shouldn't.
7547 (complain_about_struct_wipeout): New function.
7548
7549 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7550
7551 * gdbarch.sh: Assert that gdbarch is non-NULL.
7552 * gdbarch.c: Regenerate.
7553
7554 2002-05-03 Jason Merrill <jason@redhat.com>
7555
7556 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7557 and return NULL.
7558
7559 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7560
7561 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7562 (x86_64_dwarf2gdb_regno_map_length),
7563 (x86_64_dwarf2_reg_to_regnum): Added.
7564 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7565 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7566 (_initialize_x86_64_tdep): Synced with the change above.
7567 (x86_64_skip_prologue): Reformulated message.
7568
7569 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7570
7571 * f-exp.y: Also use new prev_lexptr variable
7572 to improve error reporting. Based on Michael Snyder
7573 2002-04-24 dated patch to c-exp.y.
7574 * jv-exp.y: Likewise.
7575 * m2-exp.y: Likewise.
7576
7577 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7578
7579 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7580 we are dealing with vectors.
7581
7582 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7583
7584 * config/m68k/tm-nbsd.h: Obvious fix,
7585 correct machine name.
7586
7587 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7588
7589 * p-typeprint.c (pascal_type_print_base): Add support
7590 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7591
7592 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7593
7594 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7595 for fondamental pascal 'char' type.
7596
7597 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7598
7599 * p-lang.h (is_pascal_string_type): Declaration changed,
7600 new sixth argument of type char ** added.
7601 * p-lang.c (is_pascal_string_type): Implementation
7602 changed. Args length_pos, length_size, string_pos, char_size
7603 can now be NULL. New argument arrayname set to the field
7604 name of the char array. Return value set to char array
7605 field index plus one.
7606 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7607 is_pascal_string_type function.
7608
7609 2002-05-02 Andrew Cagney <cagney@redhat.com>
7610
7611 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7612 <cagney@redhat.com> change.
7613 * gdbarch.c: Regenerate.
7614
7615 2002-05-02 Andrew Cagney <cagney@redhat.com>
7616
7617 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7618 before probing for a new one. Detect errorenous gdbarch_init
7619 functions.
7620 * gdbarch.c: Regenerate.
7621
7622 2002-05-01 Andrew Cagney <cagney@redhat.com>
7623
7624 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7625 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7626 * config/v850/tm-v850.h: Ditto. Update copyright.
7627
7628 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7629
7630 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7631 current_gdbarch.
7632
7633 2002-04-30 Michael Snyder <msnyder@redhat.com>
7634
7635 * arm-tdep.c: Whitespace clean-ups.
7636 (arm_skip_prologue): Fix thinko; two lines
7637 should have been removed as part of 4/24 change.
7638
7639 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7640
7641 * rs6000-tdep.c: Added comment describing how fpscr register
7642 numbers were chosen.
7643
7644 2002-04-30 Michael Snyder <msnyder@redhat.com>
7645
7646 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7647
7648 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7649
7650 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7651 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7652 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7653
7654 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7655
7656 From Louis Hamilton <hamilton@redhat.com>:
7657 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7658 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7659 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7660 not bfd-private xcoff data, to determine wordsize.
7661 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7662
7663 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7664
7665 GDB 5.2 released from 5.2 branch.
7666
7667 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7668
7669 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7670 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7671 (x86_64_register_info_table): Added comments with register numbers.
7672
7673 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7674
7675 * rs6000-tdep.c (rs6000_extract_return_value,
7676 rs6000_store_return_value): Handle returning vectors.
7677 (rs6000_gdbarch_init): Use
7678 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7679 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7680 New function.
7681 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7682 vectors.
7683 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7684 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7685
7686 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7687
7688 * hpread.c (hpread_psymtab_to_symtab_1,
7689 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7690 with fprintf_unfiltered (gdb_stderr,...).
7691
7692 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7693
7694 * remote-array.c (printf_monitor, write_monitor,
7695 array_insert_breakpoint, array_remove_breakpoint ):
7696 Replace fprintf (stderr,...
7697 with fprintf_unfiltered (gdb_stderr,....
7698 * remote-es.c: Likewise.
7699 * remote-os9k.c: Likewise.
7700 * remote-st.c: Likewise.
7701
7702 2002-04-28 Andreas Schwab <schwab@suse.de>
7703
7704 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7705 linux-proc.o and gcore.o.
7706
7707 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7708
7709 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7710 code without frame pointers.
7711
7712 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7713
7714 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7715 ON_STACK is needed.
7716
7717 2002-04-26 Ben Elliston <bje@redhat.com>
7718
7719 * target.c (do_xfer_memory): Correct reference to the new option
7720 "trust-readonly-sections".
7721
7722 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7723
7724 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7725 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7726 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7727 vectors.
7728 (read_array_type): Record the fact that this array type is really a
7729 vector (i.e. are passed in by value).
7730
7731 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7732
7733 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7734 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7735 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7736 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7737 * alpha-linux-tdep.c: Include frame.h.
7738 (alpha_linux_sigcontext_addr): New function.
7739 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7740 alpha_linux_sigcontext_addr.
7741 * alpha-osf1-tdep.c: Include gdbcore.h.
7742 (alpha_osf1_sigcontext_addr): New function.
7743 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7744 alpha_osf1_sigcontext_addr.
7745 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7746 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7747
7748 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7749
7750 * stack.c (selected_frame_level):
7751 (select_frame): Do not set selected_frame_level.
7752 * frame.h (selected_frame_level): Delete declaration.
7753
7754 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7755
7756 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7757 convert_from_func_ptr-addr when AIX / PowerOpen.
7758
7759 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7760
7761 * valops.c (hand_function_call): Call
7762 generic_save_call_dummy_addr.
7763 * frame.h (generic_save_call_dummy_addr): Declare.
7764 * blockframe.c (struct dummy_frame): Add fields call_lo and
7765 call_hi.
7766 (generic_find_dummy_frame): Check for PC in range call_lo to
7767 call_hi instead of entry_point_address.
7768 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7769 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7770 (generic_save_call_dummy_addr): New function.
7771
7772 2002-04-24 David S. Miller <davem@redhat.com>
7773
7774 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7775 sparc_skip_prologue.
7776 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7777 information to find prologue when possible.
7778 (sparc_prologue_frameless_p): Call examine_prologue directly.
7779 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7780 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7781 second argument.
7782 (SKIP_PROLOGUE): Likewise.
7783
7784 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7785
7786 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7787 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7788 indicate that the condition it was testing is always true.
7789 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7790 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7791 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7792
7793 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7794
7795 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7796 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7797 tdep->jb_pc and tdep->jb_elt_size.
7798 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7799 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7800 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7801 * alpha-nat.c (get_longjmp_target): Remove.
7802 (JB_ELEMENT_SIZE): Ditto.
7803 (JB_PC): Ditto.
7804 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7805 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7806 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7807 to alpha_get_longjmp_target.
7808 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7809 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7810 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7811
7812 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7813
7814 * README: Update to GDB 5.2.
7815
7816 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7817
7818 * gdbarch.sh (LC_ALL): Set to `c'.
7819
7820 2002-04-25 Theodore A. Roth <troth@verinet.com>
7821
7822 * avr-tdep.c: Ran through gdb_indent.sh.
7823
7824 2002-04-25 Theodore A. Roth <troth@verinet.com>
7825
7826 * MAINTAINERS: Add myself as AVR maintainer.
7827 * NEWS: Note new target avr.
7828
7829 2002-04-25 Theodore A. Roth <troth@verinet.com>
7830
7831 * Makefile.in: Add support for AVR target.
7832 * configure.tgt: Add support for AVR target.
7833 * avr-tdep.c: New file
7834 * config/avr/avr.mt: New file.
7835
7836 2002-04-25 Theodore A. Roth <troth@verinet.com>
7837
7838 * MAINTAINERS: Add myself to write-after-approval.
7839
7840 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7841
7842 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7843 with fprintf_unfiltered (gdb_stderr,....
7844
7845 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7846
7847 Fix PR gdb/508.
7848 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7849
7850 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7851
7852 * p-exp.y: Also use new prev_lexptr variable
7853 to improve error reporting. Based on Michael Snyder
7854 2002-04-24 dated patch to c-exp.y.
7855
7856 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7857
7858 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7859 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7860 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7861 to 0.
7862 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7863 and struct value.
7864 (FUNCTION_START_OFFSET): Remove.
7865 (BREAKPOINT): Ditto.
7866
7867 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7868
7869 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7870 * NEWS: Ditto.
7871
7872 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7873
7874 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7875 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7876 alpha_linux_pc_in_sigtramp.
7877 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7878 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7879 alpha_osf1_pc_in_sigtramp.
7880 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7881 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7882 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7883 alphafbsd_pc_in_sigtramp.
7884 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7885 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7886 alphanbsd_pc_in_sigtramp.
7887 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7888 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7889
7890 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7891
7892 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7893
7894 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7895
7896 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7897 alphanbsd-tdep.c.
7898 (alphanbsd-nat.o): New dependency list.
7899 (alphanbsd-tdep.o): Ditto.
7900 * NEWS: Note new native NetBSD/alpha configuration.
7901 * alphanbsd-nat.c: New file.
7902 * alphanbsd-tdep.c: Ditto.
7903 * configure.host (alpha*-*-netbsd*): New host.
7904 * configure.tgt (alpha*-*-netbsd*): New target.
7905 * config/alpha/nbsd.mh: New file.
7906 * config/alpha/nbsd.mt: Ditto.
7907 * config/alpha/nm-nbsd.h: Ditto.
7908 * config/alpha/tm-nbsd.h: Ditto.
7909
7910 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7911
7912 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7913 (alpha-osf1-tdep.o): New dependency list.
7914 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7915 and skip_sigtramp_frame members.
7916 * alpha-linux-tdep.c: Include gdbcore.h.
7917 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7918 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7919 * alpha-osf1-tdep.c: New file.
7920 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7921 alpha-osf1-dep.c.
7922 (alpha_frame_past_sigtramp_frame): New function.
7923 (alpha_dynamic_sigtramp_offset): Ditto.
7924 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7925 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7926 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7927 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7928 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7929 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7930 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7931 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7932 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7933 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7934 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7935 to find_solib_trampoline_target.
7936 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7937 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7938 (SKIP_TRAMPOLINE_CODE): Remove.
7939 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7940 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7941 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7942 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7943 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7944 (PROC_SIGTRAMP_MAGIC): Ditto.
7945 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7946 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7947 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7948 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7949 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7950
7951 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7952
7953 * NEWS: Note that Alpha targets are now multi-arch.
7954
7955 2002-04-24 Michael Snyder <msnyder@redhat.com>
7956
7957 * parser-defs.h (prev_lexptr): New external variable.
7958 * parse.c (parse_exp_1): Set prev_lexptr to null before
7959 calling the language-specific parser.
7960 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7961 (yyerror): Use prev_lexptr in error reporting.
7962
7963 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7964
7965 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7966 * gregset.h: If FILL_FPXREGSET is defined, provide
7967 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7968 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7969 is defined, call fill_fpxregset.
7970
7971 2002-04-24 Roland McGrath <roland@frob.com>
7972
7973 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7974 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7975 (supply_gregset, supply_fpregset): New functions.
7976
7977 * gnu-nat.c (gnu_find_memory_regions): New function.
7978 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7979 (gnu_xfer_memory): Add a cast.
7980
7981 2002-04-24 Michael Snyder <msnyder@redhat.com>
7982
7983 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
7984 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7985 of argument regs ("str r(0123), [r11, #-nn"]).
7986 (arm_skip_prologue): Better handling for frameless functions.
7987 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7988 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7989
7990 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7991
7992 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7993 NUM_PSEUDO_REGS can be used.
7994
7995 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7996
7997 * arch-utils.h: Update copyright.
7998
7999 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8000 * gdbarch.h, gdbarch.c: Re-generate.
8001
8002 * inferior.h (IN_SIGTRAMP): Delete definition.
8003 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8004 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8005
8006 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8007 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8008 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8009 (find_proc_framesize): Ditto.
8010 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8011 (alpha_init_extra_frame_info): Ditto.
8012 * infrun.c (handle_inferior_event): Ditto.
8013 (handle_inferior_event): Ditto.
8014 (check_sigtramp2): Ditto.
8015 * blockframe.c (create_new_frame): Ditto.
8016 (get_prev_frame): Ditto.
8017 * ppc-linux-tdep.c: Update comments.
8018 * i386-linux-tdep.c: Update comments.
8019 * breakpoint.c (bpstat_what): Update comment.
8020
8021 2002-04-24 David S. Miller <davem@redhat.com>
8022
8023 * i960-tdep.c (register_in_window_p): New function.
8024 (i960_find_saved_register): Use it instead of
8025 REGISTER_IN_WINDOW_P.
8026 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8027
8028 * symtab.h (find_stab_function_addr): Kill extern.
8029 * minsyms.c (find_stab_function_addr): Remove from here...
8030 * dbxread.c: ... to here, and mark it static.
8031
8032 2002-04-20 David S. Miller <davem@redhat.com>
8033
8034 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8035 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8036
8037 2002-04-21 David S. Miller <davem@redhat.com>
8038
8039 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8040 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8041 (vx_write_register): Likewise.
8042
8043 2002-04-23 J. Brobecker <brobecker@gnat.com>
8044
8045 * source.c (is_regular_file): New function.
8046 (openp): Check wether file to open is a regular file
8047 to avoid opening directories.
8048
8049 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8050
8051 * findvar.c (extract_signed_integer): Cast printf argument
8052 to suppress format warning.
8053 (extract_unsigned_integer): Likewise.
8054 * infcmd.c (registers_info): Likewise.
8055 * top.c (get_prompt_1): Likewise.
8056 * valops.c (value_assign): Likewise.
8057 * valprint.c (print_decimal): Likewise.
8058
8059 2002-04-22 H.J. Lu (hjl@gnu.org)
8060
8061 * c-exp.y (typebase): Support
8062
8063 [long|long long|short] [signed|unsigned] [int|]
8064
8065 and
8066
8067 signed [long|long long|short] int
8068
8069 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8070
8071 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8072 and vax-tdep.h.
8073 * vax-tdep.h: New file.
8074 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8075 Make several routines static.
8076 (vax_get_saved_register): New function.
8077 (vax_gdbarch_init): New function.
8078 (_initialize_vax_tdep): Register vax_gdbarch_init.
8079 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8080 Remove macros now under the control of gdbarch.
8081
8082 2002-04-22 Michael Snyder <msnyder@redhat.com>
8083
8084 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8085 Some whitespace and coding standards tweaks.
8086
8087 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8088
8089 * vax-tdep.c: Include regcache.h.
8090 (vax_call_dummy_words): New.
8091 (sizeof_vax_call_dummy_words): New.
8092 (vax_fix_call_dummy): New function.
8093 (vax_saved_pc_after_call): Ditto.
8094 * config/vax/tm-vax.h: Don't include regcache.h.
8095 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8096 (CALL_DUMMY): Remove.
8097 (CALL_DUMMY_WORDS): Define.
8098 (SIZEOF_CALL_DUMMY_WORDS): Define.
8099 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8100
8101 2002-04-18 Michael Snyder <msnyder@redhat.com>
8102
8103 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8104
8105 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8106
8107 * vax-tdep.c (vax_frame_chain): New function.
8108 (vax_push_dummy_frame): Ditto.
8109 (vax_pop_frame): Ditto.
8110 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8111 (FRAMELESS_FUNCTION_INVOCATION): Use
8112 generic_frameless_function_invocation_not.
8113 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8114 (POP_FRAME): Use vax_pop_frame.
8115
8116 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8117
8118 * vax-tdep.c (vax_store_struct_return): New function.
8119 (vax_extract_return_value): Ditto.
8120 (vax_store_return_value): Ditto.
8121 (vax_extract_struct_value_address): Ditto.
8122 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8123 vax_store_struct_return.
8124 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8125 (STORE_RETURN_VALUE): Use vax_store_return_value.
8126 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8127
8128 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8129
8130 * vax-tdep.c (vax_frame_saved_pc): New function.
8131 (vax_frame_args_address_correct): Ditto.
8132 (vax_frame_args_address): Ditto.
8133 (vax_frame_locals_address): Ditto.
8134 (vax_frame_num_args): Move code to be in proximity to
8135 other frame-related functions.
8136 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8137 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8138 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8139 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8140 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8141
8142 2002-04-22 H.J. Lu (hjl@gnu.org)
8143
8144 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8145 includedir.
8146
8147 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8148
8149 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8150 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8151 (FRAME_INIT_SAVED_REGS): New macro.
8152
8153 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8154
8155 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8156
8157 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8158
8159 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8160 where needed.
8161 (fetch_osf_core_registers): Likewise.
8162 (supply_gregset): Likewise.
8163
8164 2002-04-22 J. Brobecker <brobecker@gnat.com>
8165
8166 * symfile.h (get_section_index): Define.
8167 * symfile.c (get_section_index): New function.
8168 * mdebugread.c (SC_IS_SBSS): New macro.
8169 (SC_IS_BSS): Return true for the scBss storage class only, as
8170 the scSBss storage class refers to the .sbss section.
8171 (parse_partial_symbols): Discard the symbols which associated
8172 section does not exist.
8173 Make sure to use the .sbss section index for symbols which
8174 storage class is scBss, rather than using the .bss section index.
8175
8176 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8177
8178 * vax-tdep.c: Update copyright years.
8179 (vax_register_name): New function.
8180 (vax_register_byte): Ditto.
8181 (vax_register_raw_size): Ditto.
8182 (vax_register_virtual_size): Ditto.
8183 (vax_register_virtual_type): Ditto.
8184 * config/vax/tm-vax.h: Update copyright years.
8185 (REGISTER_NAMES): Remove.
8186 (REGISTER_NAME): Define.
8187 (REGISTER_BYTE): Use vax_register_byte.
8188 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8189 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8190 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8191
8192 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8193
8194 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8195 declaration
8196 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8197
8198 2002-04-21 David S. Miller <davem@redhat.com>
8199
8200 * arch-utils.c (generic_prologue_frameless_p): Kill
8201 SKIP_PROLOGUE_FRAMELESS_P code.
8202 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8203 references.
8204 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8205 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8206 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8207 references.
8208 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8209 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8210 (sparc_gdbarch_init): Pass it to
8211 set_gdbarch_prologue_frameless_p.
8212
8213 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8214
8215 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8216 (alphabsd-nat.o): New dependency list.
8217
8218 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8219
8220 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8221 alphafbsd-tdep.c.
8222 (alpha-linux-tdep.o): New dependency list.
8223 (alphafbsd-tdep.o): Likewise.
8224
8225 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8226
8227 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8228 to here...
8229 * alpha-tdep.c: ...from here.
8230 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8231
8232 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8233
8234 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8235 prototype from here...
8236 * alpha-tdep.h: ...to here.
8237
8238 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8239
8240 * frame.h (selected_frame_level): Document as deprecated.
8241 (frame_relative_level): Declare.
8242 * stack.c (frame_relative_level): New function.
8243 (selected_frame_level): Document as deprecated.
8244 (select_frame): Do not set the selected_frame_level.
8245
8246 * stack.c (frame_info, record_selected_frame): Update.
8247 (frame_command, current_frame_command): Update.
8248 (up_silently_base, up_command, down_silently_base): Update.
8249 (down_command): Update.
8250 * inflow.c (kill_command): Update.
8251 * tracepoint.c (finish_tfind_command): Update.
8252 * corelow.c (core_open): Update.
8253 * thread.c (info_threads_command): Update.
8254 (do_captured_thread_select): Update.
8255 * infcmd.c (finish_command): Update.
8256 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8257
8258 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8259
8260 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8261
8262 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8263
8264 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8265 type const.
8266
8267 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8268
8269 * alphafbsd-tdep.c: Update copyright years. Include
8270 alpha-tdep.h.
8271 (alphafbsd_use_struct_convention): Make static.
8272 (alphafbsd_init_abi): New function.
8273 (_initialize_alphafbsd_tdep): New function.
8274 * config/alpha/tm-fbsd.h: Update copyright years.
8275 (USE_STRUCT_CONVENTION): Remove.
8276
8277 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8278
8279 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8280 an Alpha ABI variant.
8281 (alpha_abi_handler_list): Declare.
8282 (alpha_gdbarch_register_os_abi): New function.
8283 (alpha_gdbarch_init): Give registered ABI variant handlers a
8284 chance to tweak the gdbarch once we have set up defaults.
8285 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8286
8287 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8288
8289 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8290 to standard_coerce_float_to_double.
8291 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8292
8293 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8294
8295 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8296 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8297 from gdbarch_tdep rather than a constant.
8298 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8299 the default text address for all Alpha Unix ABIs.
8300 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8301 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8302
8303 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8304
8305 * alpha-tdep.h: New file. Includes several Alpha target constants
8306 taken from...
8307 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8308 let gdbarch deal with.
8309 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8310 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8311 to dependency list.
8312 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8313 Alpha target register names.
8314 * alphabsd-nat.c: Likewise.
8315 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8316 Alpha target register names. Make serveral routines static.
8317 (alpha_get_saved_register): New function.
8318 (alpha_abi_names): New.
8319 (process_note_abi_tag_sections): New function.
8320 (get_elfosabi): New function.
8321 (alpha_gdbarch_init): New function.
8322 (alpha_dump_tdep): New function.
8323 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8324
8325 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8326
8327 * frame.c (find_saved_register): Delete #ifdef
8328 HAVE_REGISTER_WINDOWS code.
8329 * config/sparc/tm-sparc.h: Update comments.
8330 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8331
8332 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8333
8334 * i960-tdep.c (i960_find_saved_register): New function.
8335 (i960_get_saved_register): New function.
8336 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8337 (i960_get_saved_register): Declare.
8338 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8339
8340 2002-04-20 David S. Miller <davem@redhat.com>
8341
8342 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8343
8344 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8345
8346 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8347 instead of NUM_PSEUDO_REGS.
8348
8349 2002-04-20 David S. Miller <davem@redhat.com>
8350
8351 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8352 GDB_MULTI_ARCH_PARTIAL
8353 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8354 define, let tm-sp64.h do it.
8355
8356 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8357
8358 * frame.c (find_saved_register): Avoid a NULL pointer
8359 dereference and actually walk the frame list.
8360
8361 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8362
8363 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8364 sorted in most most-recent-used order. Document.
8365 * gdbarch.h, gdbarch.c: Regenerate.
8366
8367 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8368
8369 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8370 instead of ->prev.
8371 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8372 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8373 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8374 instead of ->prev.
8375
8376 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8377
8378 Fix PR gdb/471.
8379 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8380 (build_builtin_type_vec128): Ditto.
8381 (append_composite_type_field): Fix calculation of type length in
8382 union case.
8383
8384 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8385
8386 * config/djgpp/README: Update.
8387
8388 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8389 compiler warnings.
8390
8391 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8392
8393 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8394 (alpha_setup_arbitrary_frame): ...to this.
8395 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8396 for alpha_setup_arbitrary_frame.
8397
8398 2002-04-18 Andrew Cagney <cagney@redhat.com>
8399
8400 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8401 * gdbarch.h, gdbarch.c: Regenerate.
8402
8403 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8404 * target.h (memory_breakpoint_from_pc): Update declaration.
8405 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8406
8407 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8408 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8409 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8410 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8411 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8412 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8413 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8414 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8415 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8416 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8417 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8418 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8419
8420 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8421 const pointer.
8422 * monitor.c (monitor_insert_breakpoint): Ditto.
8423 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8424
8425 * config/mcore/tm-mcore.h: Update copyright.
8426 * mem-break.c: Ditto.
8427 * xstormy16-tdep.c: Ditto.
8428
8429 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8430
8431 * p-exp.y: Add precedence rule for '^' token.
8432 This removes the shift/reduce conflicts.
8433 Remove the comment concerning these shift/reduce conflicts.
8434
8435 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8436
8437 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8438 (registers_powerpc_nofp): New register set for processors
8439 without floating point unit.
8440
8441 2002-04-18 David S. Miller <davem@redhat.com>
8442
8443 * MAINTAINERS: Add myself to write-after-approval.
8444
8445 2002-04-17 Michael Snyder <msnyder@redhat.com>
8446
8447 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8448
8449 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8450
8451 * rs6000-tdep.c (frame_initial_stack_address): Use
8452 frame_register_read to read the alloca_reg.
8453
8454 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8455
8456 * frame.c (find_saved_register): Find saved registers in the next
8457 not prev frame.
8458 Fix PR gdb/365.
8459
8460 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8461
8462 * gdbarch.sh (LANG): Set to ``c''.
8463
8464 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8465
8466 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8467
8468 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8469
8470 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8471 Update copyright.
8472
8473 * hpread.c (hpread_get_lntt): Add declaration.
8474 Also fix PR gdb/391.
8475
8476 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8477
8478 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8479 * aclocal.m4, configure: Re-generate.
8480 Fix PR gdb/391.
8481
8482 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8483
8484 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8485 instead of tm_print_insn.
8486
8487 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8488
8489 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8490
8491 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8492
8493 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8494 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8495 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8496
8497 2002-04-12 Don Howard <dhoward@redhat.com>
8498
8499 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8500 max_user_call_depth.
8501 (init_cmd_lists): Initialize the new value;
8502 * cli/cli-script.c (execute_user_command): Limit the call depth of
8503 user defined commands. This avoids a core-dump when user commands
8504 are infinitly recursive.
8505
8506 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8507
8508 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8509 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8510 from tdep struct instead of DEFAULT_LR_SAVE.
8511 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8512 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8513 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8514
8515 2002-04-12 Michael Snyder <msnyder@redhat.com>
8516
8517 * Remote.c: Spelling fix.
8518 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8519 If no symbol found for "sbrk", try "_sbrk".
8520 (make_output_phdrs): Use bfd_section_name.
8521 (gcore_copy_callback): Use bfd_section_name.
8522 * eval.c: Indentation fix-ups.
8523 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8524 in case it gets applied to an address that is already
8525 in the instruction space.
8526 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8527 * symfile.c: Fix indentation, long lines.
8528 * source.c: White space fix-up.
8529
8530 2002-04-12 Andrew Cagney <cagney@redhat.com>
8531
8532 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8533 * frame.c (frame_register_read): New function. Return non-zero on
8534 success.
8535 (read_relative_register_raw_bytes_for_frame): Delete.
8536 (read_relative_register_raw_bytes): Delete.
8537 * frame.h (frame_register_read): Declare.
8538 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8539 * sh-tdep.c: Ditto.
8540 * infcmd.c (do_registers_info): Ditto.
8541 * hppa-tdep.c: Ditto.
8542 * rs6000-tdep.c: Ditto.
8543 * h8500-tdep.c: Ditto.
8544 * mips-tdep.c: Ditto.
8545 * h8300-tdep.c: Ditto.
8546 * z8k-tdep.c: Ditto.
8547
8548 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8549
8550 From Jimi X <jimix@watson.ibm.com>:
8551 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8552 64-bit SysV ABI.
8553
8554 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8555
8556 From Jimi X <jimix@watson.ibm.com>:
8557 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8558 bfd info.
8559
8560 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8561
8562 From Jimi X <jimix@watson.ibm.com>:
8563 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8564 register sets for these processor variants.
8565
8566 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8567
8568 * regformats/reg-ppc.dat: Support FPSCR.
8569
8570 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8571
8572 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8573 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8574 Add fpscr as an invalid/unfetchable register.
8575 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8576 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8577 (fill_fpregset): Add support for register fpscr.
8578 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8579 (fill_gregset): Account for the fact that register ``mq'' might
8580 not exist.
8581 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8582 (registers_power): Add fpscr to register set at slot 71.
8583 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8584 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8585
8586 2002-04-11 Michael Snyder <msnyder@redhat.com>
8587
8588 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8589 * configure: Regenerate.
8590 * config.in: Regenerate.
8591 * acconfig.h: Add define for _SYSCALL32.
8592 * core-sol2.c: Remove #define _SYSCALL32.
8593 * solib-legacy.c: Remove #define _SYSCALL32.
8594
8595 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8596
8597 * stack.c (select_frame): Cleanup internal error message, do not
8598 use %p.
8599
8600 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8601
8602 * stack.c (select_frame): Check that selected_frame and the
8603 specified level are as expected.
8604 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8605 Update copyright.
8606 * frame.h (struct frame_info): Add field `level'. Update
8607 copyright.
8608 Work-in-progress PR gdb/464.
8609
8610 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8611
8612 * maint.c (maint_print_section_info): Rename print_section_info.
8613 (print_bfd_section_info, print_objfile_section_info): Update.
8614 * inferior.h (struct gdbarch): Add opaque declaration.
8615 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8616 * gdbarch.h: Regenerate.
8617
8618 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8619
8620 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8621 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8622 (kernel_u_size): Added.
8623 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8624 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8625
8626 2002-04-04 Jim Ingham <jingham@apple.com>
8627
8628 * valarith.c (find_size_for_pointer_math): New function, either returns
8629 the size for a pointer's target, returns 1 for void *, or errors for
8630 incomplete types.
8631 (value_add, value_sub): use find_size_for_pointer_math.
8632
8633 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8634
8635 * linux-low.c (linux_look_up_symbols): New hook.
8636 (linux_target_ops): Add linux_look_up_symbols.
8637 * remote-utils.c (decode_address): New function.
8638 (look_up_one_symbol): New function.
8639 * server.c (handle_query): Call target look_up_symbols hook.
8640 * server.h (look_up_one_symbol): Add prototype.
8641 * target.h (struct target_ops): Add look_up_symbols hook.
8642
8643 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8644
8645 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8646 override FP_REGNUM with frame->fp. Update copyright.
8647 * parse.c (num_std_regs, std_regs): Delete.
8648 (target_map_name_to_register): Do not search std_regs. Update
8649 function description.
8650 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8651 declarations. Update copyright.
8652 Fix PR gdb/251.
8653
8654 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8655
8656 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8657 after the last symbol in a block.
8658
8659 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8660
8661 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8662 is non zero as a found symbol.
8663
8664 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8665
8666 * findvar.c: Include "builtin-regs.h".
8667 (value_of_register): Call value_of_builtin_reg when applicable.
8668 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8669 (target_map_name_to_register): Call
8670 builtin_reg_map_name_to_regnum.
8671 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8672 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8673 (builtin_regs_h): Define.
8674 (builtin-regs.o): New target.
8675 (findvar.o): Add $(builtin_regs_h).
8676 * builtin-regs.c, builtin-regs.h: New files.
8677 * std-regs.c: New file.
8678 Partial fix for PR gdb/251.
8679
8680 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8681
8682 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8683 it's no longer required.
8684
8685 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8686
8687 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8688
8689 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8690
8691 From Jimi X <jimix@watson.ibm.com>:
8692 * rs6000-tdep.c (rs6000_software_single_step): Use
8693 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8694 and size. Use target_insert_breakpoint() and
8695 target_remove_breakpoint() to insert and remove breakpoints
8696 instead of explicit memory reads and writes.
8697
8698 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8699
8700 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8701 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8702 ELF_OBJECT_FORMAT ifdef.
8703
8704 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8705
8706 From Jimi X <jimix@watson.ibm.com>:
8707 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8708
8709 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8710
8711 From Jimi X <jimix@watson.ibm.com>:
8712 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8713 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8714
8715 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8716
8717 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8718 s/asprintf/xasprintf/.
8719 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8720
8721 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8722
8723 I believe Jeff Law denies responsability for this one:
8724 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8725 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8726 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8727 Work-around for PR gdb/366.
8728
8729 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8730
8731 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8732 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8733 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8734
8735 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8736
8737 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8738 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8739 information.
8740
8741 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8742
8743 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8744 maintainer.
8745
8746 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8747
8748 * README (Reporting Bugs in GDB): Document the bug web page as the
8749 prefered way of submitting bugs.
8750 Fix PR gdb/402.
8751
8752 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8753
8754 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8755 -1. Update comment.
8756 * gdbarch.h, gdbarch.c: Re-generate.
8757
8758 2002-04-07 Andreas Schwab <schwab@suse.de>
8759
8760 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8761 buffer to regcache_collect.
8762
8763 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8764
8765 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8766 * gdbarch.c, gdbarch.h: Re-generate.
8767
8768 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8769
8770 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8771 declaration. Fix -Werror.
8772
8773 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8774
8775 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8776 * gdbarch.c: Regenerate.
8777
8778 2002-04-05 Michael Snyder <msnyder@redhat.com>
8779
8780 * breakpoint.c (clear_command): Rewrite middle section to
8781 combine two loops with identical control conditions.
8782 Add a cleanup to eliminate a memory leak.
8783 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8784
8785 2002-04-05 H.J. Lu (hjl@gnu.org)
8786
8787 * solib-svr4.c (bkpt_names): Add "__start".
8788
8789 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8790
8791 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8792 as test for 64 bit target.
8793
8794 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8795
8796 * h8500-tdep.c (h8500_write_fp): Delete function.
8797 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8798 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8799 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8801 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8802 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8803 (s390_write_fp):
8804 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8805 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8806 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8807 (d10v_write_fp): Delete function.
8808 * inferior.h (write_fp, generic_target_write_fp): Delete
8809 declarations.
8810 * regcache.c (generic_target_write_fp): Delete function.
8811 (write_fp): Delete function.
8812 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8813 * gdbarch.h, gdbarch.c: Regenerate.
8814 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8815 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8816 (sparc64_write_fp): Delete declaration.
8817 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8818 (h8500_write_fp): Delete declaration.
8819
8820 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8821
8822 * sparc-tdep.c (sparc64_write_fp): Delete.
8823 (sparc_push_dummy_frame): Replace write_fp call with code to store
8824 the FP directly.
8825 (sparc_gdbarch_init): Do not initialize write_fp.
8826
8827 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8828
8829 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8830 clause.
8831
8832 2002-03-29 Jim Blandy <jimb@redhat.com>
8833
8834 * stack.c (get_selected_block): Add new argument `addr_in_block',
8835 used to return the exact code address we used to select the block,
8836 not just the block.
8837 * blockframe.c (get_frame_block, get_current_block): Same.
8838 * frame.h (get_frame_block, get_current_block,
8839 get_selected_block): Update declarations.
8840 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8841 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8842
8843 2002-04-05 Michael Snyder <msnyder@redhat.com>
8844
8845 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8846 warning message.
8847
8848 2002-04-05 J. Brobecker <brobecker@gnat.com>
8849
8850 * utils.c (xfullpath): New function.
8851 * defs.h (xfullpath): Add declaration.
8852 * source.c (openp): Use xfullpath in place of gdb_realpath to
8853 avoid resolving the basename part of filenames when the
8854 associated file is a symbolic link. This fixes a potential
8855 inconsistency between the filenames known to GDB and the
8856 filenames it prints in the annotations.
8857 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8858 to be able to match a filename with either the real filename, or
8859 the name of any symbolic link to this file.
8860 (lookup_partial_symtab): Ditto.
8861
8862 2002-04-04 Michael Snyder <msnyder@redhat.com>
8863
8864 * breakpoint.c: Add support for hardware breakpoints in overlays.
8865 (overlay_events_enabled): New state variable.
8866 (insert_breakpoints): Use overlay_events_enabled to decide
8867 whether to attempt to set a breakpoint at the overlay load addr.
8868 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8869 (remove_breakpoint): Use overlay_events_enabled to decide
8870 whether breakpoints need to be removed from overlay load addr.
8871 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8872 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8873 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8874 disable_overlay_breakpoints): Update overlay_events_enabled.
8875
8876 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8877
8878 * dwarf2read.c (struct function_range): New.
8879 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8880 (check_cu_functions): New.
8881 (read_file_scope): Initialize global function lists.
8882 Call dwarf_decode_line after processing children.
8883 (read_func_scope): Add to global function list.
8884 (dwarf_decode_lines): Call check_cu_functions everywhere
8885 record_line is called. Call record_line with a linenumber
8886 of 0 to mark sequence ends.
8887
8888 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8889
8890 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8891 change sync with glibc.
8892
8893 2002-04-03 Jim Blandy <jimb@redhat.com>
8894
8895 * configure.in: Call AC_C_INLINE.
8896 * configure: Regenerated.
8897
8898 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8899
8900 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8901 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8902
8903 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8904
8905 * NEWS: Mention gcore support on FreeBSD/i386.
8906
8907 * fbsd-proc.c: New file.
8908 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8909 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8910
8911 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8912 while statement.
8913
8914 2002-03-29 Jim Blandy <jimb@redhat.com>
8915
8916 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8917 unescaped newlines in string literals, but newer ones don't. So
8918 escape them.
8919
8920 2002-03-26 Michael Snyder <msnyder@redhat.com>
8921 Andrew Cagney <cagney@redhat.com>
8922
8923 * cli/cli-dump.c: New file. Dump memory to file,
8924 restore file to memory.
8925 * cli/cli-dump.h: New file.
8926 * Makefile.in: Add rules, dependencies for cli-dump.o.
8927 * NEWS: Mention new commands.
8928
8929 2002-03-28 Michael Snyder <msnyder@redhat.com>
8930
8931 * symfile.c (symbol_file_add): Move test for null symbols to later.
8932
8933 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8934
8935 From veksler at il.ibm.com:
8936 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8937 the xstrduped original path.
8938 Fix PR gdb/417.
8939
8940 2002-03-27 Michael Snyder <msnyder@redhat.com>
8941
8942 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8943 * infcmd.c (_initialize_infcmd): Ditto.
8944 * language.c (_initialize_language): Ditto.
8945 * symfile.c (_initialize_symfile): Ditto.
8946 * top.c (_init_main): Ditto.
8947 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8948
8949 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8950
8951 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8952 vector registers handling.
8953 (skip_prologue): Handle new AltiVec instructions. Fill in new
8954 fields of frame data.
8955 (frame_get_saved_regs): Fill in information for AltiVec registers.
8956
8957 2002-03-27 Jim Blandy <jimb@redhat.com>
8958
8959 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8960 a function; leave this macro here to invoke that function.
8961 (symbol_init_mangled_name): Declaration for that function.
8962 * symtab.c (symbol_init_mangled_name): New function.
8963
8964 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8965
8966 * valarith.c: Replace strerror with safe_strerror.
8967 * tracepoint.c: Ditto.
8968 * lin-lwp.c: Ditto.
8969 * go32-nat.c: Ditto.
8970 * inflow.c: Ditto.
8971 * gnu-nat.c: Ditto.
8972
8973 2002-03-27 Andreas Schwab <schwab@suse.de>
8974
8975 * event-top.c (command_line_handler): Remove useless if.
8976
8977 2002-03-27 Andreas Jaeger <aj@suse.de>
8978
8979 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8980 comment.
8981
8982 2002-03-27 Michal Ludvig <mludvig@suse.cz>
8983
8984 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8985 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8986 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8987 (x86_64_linux_dr_get_status, supply_gregset),
8988 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8989 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8990 (x86_64_register_info_table): Add.
8991 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8992 (x86_64_register_raw_size, x86_64_register_virtual_type),
8993 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8994 general x86_64_register_info_table.
8995 (i386_gdbarch_init): gdbarch_register_bytes is now set
8996 dynamicaly during initialization.
8997 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8998 * gdbserver/linux-x86-64-low.c: Ditto.
8999
9000 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9001
9002 * gdbserver/server.c (main): Call target_signal_to_host_p
9003 and target_signal_to_host on signals received from the remote.
9004 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9005 target_signal_from_host on signals sent to the remote.
9006 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9007 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9008
9009 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9010
9011 * signals/signals.c: Include "server.h" in gdbserver build.
9012 (target_signal_from_name): Don't use STREQ.
9013 (_initialize_signals): Likewise. Don't include function in
9014 gdbserver build.
9015
9016 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9017
9018 * signals.c: Moved to...
9019 * signals/signals.c: Here.
9020 * Makefile (signals.o): Update.
9021
9022 2002-03-26 Jeff Law (law@redhat.com)
9023
9024 * somread.c (som_symtab_read): Remove some commented out code and
9025 updated related comments. Do not set the minimal symbol table to
9026 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9027 in a dynamic executable.
9028 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9029 where we are unable to find the minimal symbol for the given
9030 PC value.
9031
9032 2002-03-25 Jeff Law (law@redhat.com)
9033
9034 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9035
9036 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9037
9038 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9039
9040 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9041
9042 * command.h: Update copyright.
9043 (struct cmd_list_element): Replace definition with opaque
9044 declaration.
9045 (enum cmd_types): Document that it will eventually be moved to
9046 cli/cli-decode.h
9047 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9048 (MALLOCED_REPLACEMENT): Delete macro.
9049 * Makefile.in (cli_decode_h): Add $(command_h).
9050 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9051 * top.c: Include "cli/cli-decode.h".
9052 * completer.c: Include "cli/cli-decode.h".
9053 * maint.c: Include "cli/cli-decode.h".
9054 * cli/cli-decode.h: Include "command.h".
9055 (enum command_class): Delete.
9056 (enum cmd_types): Comment out.
9057 (enum cmd_auto_boolean): Delete.
9058 (enum var_types): Delete.
9059
9060 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9061
9062 * cli/cli-decode.c: Include "gdb_assert.h".
9063 (add_set_or_show_cmd): New static function.
9064 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9065 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9066 all fields, such as func, from the set command.
9067
9068 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9069
9070 * MAINTAINERS (sh-elf): Change warning flag to -w.
9071
9072 2002-03-23 Andrew Cagney <cagney@redhat.com>
9073
9074 * defs.h (error): Add printf format attribute.
9075 * thread-db.c (thread_from_lwp): Fix error format string.
9076 * stack.c (parse_frame_specification): Ditto.
9077 * cli/cli-decode.c (undef_cmd_error): Ditto.
9078 * scm-lang.c (scm_lookup_name): Ditto.
9079 * tracepoint.c (trace_error): Ditto.
9080 * remote-utils.c (usage): Ditto.
9081 * remote.c (compare_sections_command): Ditto.
9082 Fix PR gdb/328.
9083
9084 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9085
9086 * gdbtypes.c (append_composite_type_field): New function.
9087 (init_composite_type): New function.
9088 * gdbtypes.h (append_composite_type_field): Declare.
9089 (init_composite_type): Ditto.
9090
9091 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9092
9093 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9094 function.
9095 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9096 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9097 structure returning convention for SYSV ABI case, but not
9098 for GNU/Linux, FreeBSD, or NetBSD.
9099
9100 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9101
9102 * symtab.h (lookup_block_symbol): Add mangled_name argument
9103 to prototype.
9104
9105 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9106 with new mangled_name argument.
9107 * linespec.c (decode_line_1): Likewise.
9108 * valops (value_of_this): Likewise.
9109 * symtab.c (lookup_transparent_type): Likewise.
9110 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9111 (lookup_symbol): If we are given a mangled name, pass it down
9112 to lookup_symbol_aux.
9113 (lookup_block_symbol): If we are given a mangled name to check
9114 against, only return symbols which match it.
9115
9116 2002-03-22 Christopher Faylor <cgf@redhat.com>
9117
9118 * win32-nat.c (child_create_inferior): Check for proper shell to use
9119 here, in case the user changes it on the fly.
9120 (_initialize_inftarg): Remove shell path considerations.
9121
9122 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9123
9124 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9125 for gdbarch_max_register_raw_size and max_register_virtual_size.
9126 Adjust copyright year.
9127
9128 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9129
9130 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9131 in a function to cover the entire beginning of the function
9132 as well if it does not already.
9133
9134 2002-03-21 Tom Rix <trix@redhat.com>
9135
9136 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9137 (rs6000_ptrace64): Renamed from ptrace64.
9138
9139 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9140
9141 * gdbserver/remote-utils.c (remote_open): Don't call
9142 getprotobyname, we're all using TCP here so just use
9143 IPPROTO_TCP.
9144 * gdbserver/gdbreplay.c (remote_open): Ditto.
9145
9146 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9147
9148 * regcache.c (_initialize_regcache): No need to call
9149 build_regcache() at this time; it gets called whenever
9150 the gdbarch changes.
9151
9152 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9153
9154 * sparc-nat.c: Include sys/param.h where possible.
9155
9156 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9157
9158 Fix PR gdb/422.
9159 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9160 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9161 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9162 complex types.
9163 * stabsread.c (rs6000_builtin_type): Likewise.
9164 (read_sun_floating_type): Likewise.
9165
9166 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9167
9168 * stabsread.c (read_member_functions): Remove skip code for duplicate
9169 constructor/destructor methods. Use standard parsing for these
9170 methods and just do not chain them to the list of methods after
9171 parsing.
9172
9173 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9174
9175 * coffread.c: Remove redundant static declarations. Replace
9176 occurrences of `PTR' with `void *'.
9177 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9178 * top.h (quit_cover): Likewise.
9179 * defs.h (catch_errors): Likewise.
9180
9181 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9182
9183 * defs.h (XMALLOC): Define.
9184 * gdb-events.sh (XMALLOC): Delete macro.
9185 * gdb-events.c, gdb-events.h: Regenerate.
9186 * gdbarch.sh (XMALLOC): Delete macro.
9187 * gdbarch.c: Regenerate.
9188 * serial.c (XMALLOC): Delete macro.
9189 * ui-file.c (XMALLOC): Ditto.
9190 * ser-unix.h (XMALLOC): Ditto.
9191 * sh-tdep.c (XMALLOC): Ditto.
9192 * ui-out.c (XMALLOC): Ditto.
9193 * utils.c (XMALLOC): Ditto.
9194 * i386-tdep.c (XMALLOC): Ditto.
9195 * gdb-events.c (XMALLOC): Ditto.
9196 * d10v-tdep.c (XMALLOC): Ditto.
9197 * cli-out.c (XMALLOC): Ditto.
9198
9199 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9200 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9201 * ui-file.c, ui-out.c: Ditto.
9202
9203 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9204
9205 * command.h (struct cmd_list_element): Add field context.
9206 (set_cmd_context, get_cmd_context): Declare.
9207 * cli/cli-decode.h: Ditto.
9208 * cli/cli-decode.c (get_cmd_context): New function.
9209 (set_cmd_context): New function.
9210 (add_cmd): Initialize context.
9211 Part of fixing PR gdb/145 and PR gdb/146.
9212
9213 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9214
9215 * cli/cli-decode.c (cmd_type): New function.
9216 * command.h (cmd_type): Declare.
9217 * infrun.c (set_schedlock_func): Call function cmd_type.
9218 * kod.c (kod_set_os): Call cmd_type.
9219 * cris-tdep.c (cris_version_update): Use function cmd_type.
9220 (cris_mode_update, cris_abi_update): Ditto.
9221
9222 * command.h: (execute_cmd_post_hook): Declare.
9223 (execute_cmd_pre_hook): Declare.
9224 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9225 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9226 functions. Execute pre/post hook while ensuring that afterwords
9227 hook_in is cleared.
9228 * top.c (execute_command): Use execute_cmd_post_hook, and
9229 execute_cmd_pre_hook to execute pre/post commands.
9230 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9231 hook_stop_stub.
9232 (hook_stop_stub): Call execute_cmd_pre_hook.
9233
9234 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9235
9236 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9237 set'' and this leads to a core dump. Move xstrdup of
9238 operating_system to after check that it is not NULL.
9239
9240 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9241
9242 * kod.c (kod_set_os): Remove unnecessary check that
9243 ``command->type'' is set_cmd.
9244
9245 * valprint.c (set_input_radix): Use input_radix.
9246 (set_output_radix): Use output_radix.
9247 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9248 isn't reverted.
9249
9250 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9251
9252 * value.h (struct value): Delete field ``substring_addr''. Change
9253 aligner fields to force_doublest_align, force_longest_align,
9254 force_core_addr_align and force_pointer_aligh.
9255
9256 * value.h (struct value): Fix typo in above change.
9257
9258 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9259
9260 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9261 to fix internal_error from ``maintenance print architecture''.
9262
9263 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9264
9265 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9266 for gcc versions after gcc-2.8.1.
9267
9268 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9269
9270 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9271 for method resolution. Restore adjustment of ``this'' pointer after
9272 calling value_struct_elt, which was accidentally removed during the
9273 HP merge.
9274
9275 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9276
9277 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9278 value_of_register.
9279 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9280 get_saved_register.
9281 * value.h (value_of_register): Update.
9282
9283 2002-03-14 Richard Henderson <rth@redhat.com>
9284
9285 * configure.in: Detect declaration for canonicalize_file_name.
9286 * utils.c (canonicalize_file_name): Declare, if needed.
9287 (gdb_realpath): Prefer realpath if available and usable.
9288 * config.in, configure: Rebuild.
9289
9290 2002-03-14 Richard Henderson <rth@redhat.com>
9291
9292 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9293 a constant array bound.
9294
9295 * MAINTAINERS: Add myself to write-after-approval.
9296
9297 2002-03-14 Michael Snyder <msnyder@redhat.com>
9298
9299 * symfile.c (syms_from_objfile): Return immediately if no syms.
9300 (symbol_file_add): Return immediately if no syms.
9301 (find_sym_fns): Return immediately if no syms.
9302
9303 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9304
9305 * gdbserver/remote-util.c (remote_open): Print remote-side's
9306 IP address when remote debugging over the network.
9307
9308 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9309
9310 * config/sparc/fbsd.mh: Fix copyright.
9311 * config/sparc/fbsd.mt: Likewise.
9312
9313 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9314
9315 * MAINTAINERS: Fix typo in name of gdb warnings option.
9316 (x86-64): Fix formating so that this can be parsed by awk.
9317
9318 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9319
9320 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9321 * defs.h: Include "gdb/signals.h".
9322 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9323
9324 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9325
9326 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9327 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9328 from x86-64-tdep.h
9329
9330 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9331 Don Howard <dhoward@redhat.com>
9332
9333 * mips-tdep.c (ST0_FR): Define.
9334 (mips2_fp_compat): New function, temporarily disabled.
9335 (mips_read_fp_register_single): New function.
9336 (mips_read_fp_register_double): New function.
9337 (mips_print_register): Use them.
9338 (do_fp_register_row): Likewise.
9339
9340 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9341
9342 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9343 approval''.
9344
9345 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9346
9347 * stabsread.c (read_member_functions): Fix is_stub test for
9348 static member functions, improve comment.
9349
9350 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9351
9352 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9353 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9354 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9355 commands that set boolean values.
9356 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9357 (arm_rdi_resume): Always initialize PC.
9358 (arm_rdi_open): Don't use rslt as a boolean.
9359 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9360 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9361 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9362 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9363
9364 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9365
9366 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9367 * configure: Rebuilt.
9368
9369 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9370
9371 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9372 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9373
9374 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9375
9376 * cli/cli-decode.c (set_cmd_completer): New function.
9377 * command.h (set_cmd_completer): Declare.
9378 * cli/cli-decode.h (set_cmd_completer): Ditto.
9379
9380 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9381 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9382 * win32-nat.c (_initialize_inftarg): Ditto.
9383 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9384 * proc-api.c (_initialize_proc_api): Ditto.
9385 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9386 * source.c (_initialize_source): Ditto.
9387 * exec.c (_initialize_exec): Ditto.
9388 * solib.c (_initialize_solib): Ditto.
9389 * top.c (init_main): Ditto.
9390 * tracepoint.c (_initialize_tracepoint): Ditto.
9391 * symfile.c (_initialize_symfile): Ditto.
9392 * printcmd.c (_initialize_printcmd): Ditto.
9393 * infcmd.c (_initialize_infcmd): Ditto.
9394 * corefile.c (_initialize_core): Ditto.
9395
9396 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9397
9398 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9399
9400 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9401
9402 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9403
9404 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9405
9406 * NEWS: Update headings, 5.2 has branched.
9407
9408 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9411 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9412 (register_addr, REGISTER_RAW_SIZE): Likewise.
9413 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9414 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9415
9416 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9417
9418 * MAINTAINERS (x86-64): Add myself.
9419 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9420 changed value_ptr -> struct value *
9421
9422 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9423
9424 * configure.host (sparc64-*-freebsd): Add.
9425 * configure.tgt: Likewise.
9426 * config/sparc/fbsd.mh: New file.
9427 * config/sparc/fbsd.mt: Likewise.
9428 * config/sparc/nm-fbsd.h: Likewise.
9429 * config/sparc/tm-fbsd.h: Likewise.
9430
9431 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9432
9433 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9434 regformats/reg-s390x.dat.
9435
9436 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9437
9438 * utils.c: Add FIXME explaining true/false problem.
9439
9440 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9441
9442 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9443
9444 2002-02-28 Michael Chastain <mec@shout.net>
9445
9446 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9447
9448 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9449
9450 * gdbserver/linux-s390-low.c: New file.
9451 * regformats/reg-s390.dat: New file.
9452 * regformats/reg-s390x.dat: New file.
9453 * gdbserver/configure.srv: Add S/390.
9454 * gdbserver/Makefile.in: Add S/390.
9455 * configure.tgt: Enable gdbserver for S/390.
9456
9457 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9460 first line of the doc string for "info dos", except at the end of
9461 the sentence, since the short help stops at the first period.
9462
9463 2002-02-28 Jason Merrill <jason@redhat.com>
9464
9465 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9466
9467 2002-02-27 Fred Fish <fnf@redhat.com>
9468
9469 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9470 comment (dumy -> dummy).
9471
9472 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9473
9474 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9475
9476 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9477
9478 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9479
9480 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9481
9482 * gdbserver/acconfig.h: New file.
9483 * gdbserver/i387-fp.c: New file.
9484 * gdbserver/i387-fp.h: New file.
9485 * gdbserver/linux-x86-64.c: New file.
9486 * regformats/reg-x86-64.dat: New file.
9487 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9488 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9489 * gdbserver/configure.in: Add support for regsets.
9490 * gdbserver/config.in: Regenerate.
9491 * gdbserver/configure: Regenerate.
9492 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9493 * gdbserver/linux-low.h: New file.
9494 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9495 for regsets.
9496 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9497 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9498 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9499 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9500 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9501 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9502 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9503 "i387-fp.h". Add PTRACE_GETREGS and friends.
9504 * gdbserver/regcache.c (supply_register): New function.
9505 (supply_register_by_name): New function.
9506 (collect_register): New function.
9507 (collect_register_by_name): New function.
9508
9509 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9510
9511 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9512 (config.status): Add configure.srv dependency.
9513 (server_h): Add config.h dependency.
9514
9515 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9516
9517 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9518 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9519 * gdbserver/configure.srv: Change i386-*-linux* to use
9520 reg-i386-linux.o.
9521
9522 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9523
9524 * x86-64-tdep.c: Re-indent. Update copyright date.
9525
9526 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9527
9528 From Michal Ludvig <mludvig@suse.cz>:
9529 * x86-64-tdep.c (value.h): Delete.
9530 (gdb_assert.h): Include.
9531 (x86_64_register_convert_to_virtual,
9532 x86_64_register_convert_to_raw ): Add check which lets only
9533 floating-point values to be converted.
9534 (value_push): Delete.
9535 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9536 (i386_gdbarch_init): Number of register_bytes fixed.
9537
9538 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9539
9540 * MAINTAINERS: Add x86-64 target.
9541
9542 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9543
9544 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9545 * osfsolib.c (solib_map_sections): Ditto.
9546 * irix5-nat.c (solib_map_sections): Ditto.
9547 * corelow.c (gdb_check_format): Ditto.
9548 * symfile.c (symfile_bfd_open): Ditto.
9549 * solib.c (solib_map_sections): Ditto.
9550 Fix PR gdb/354.
9551
9552 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9553
9554 * remote.c (_initialize_remote): By default, disable ``e'' and
9555 ``E'' step out-of-range packets.
9556
9557 2002-02-26 Andreas Schwab <schwab@suse.de>
9558
9559 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9560 m68k_linux_frame_saved_pc.
9561 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9562 in_sigtramp.
9563 (SIGCONTEXT_PC_OFFSET): Remove.
9564 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9565 m68k_linux_sigtramp_saved_pc): New functions.
9566 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9567 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9568 (UCONTEXT_PC_OFFSET): Define.
9569 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9570 non-RT and RT signal trampolines.
9571
9572 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9573
9574 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9575 (TARGET_NBPG, STACK_END_ADDR): Delete
9576 (VARIABLES_INSIDE_BLOCK): Delete.
9577
9578 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9579
9580 * utils.c (perror_with_name): Make string parameter constant.
9581 (print_sys_errmsg): Ditto.
9582 (query): Ditto.
9583 * defs.h (perror_with_name): Update.
9584 (print_sys_errmsg): Update.
9585 (query): Update.
9586
9587 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9588
9589 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9590 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9591
9592 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9593
9594 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9595 if it already matches the current architecture from the exec file.
9596 Include arch-utils.h for gdbarch_info_init prototype.
9597 * Makefile.in (rs6000-nat.o): Update dependencies.
9598
9599 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9600
9601 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9602 list of exported variables.
9603
9604 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9605
9606 * gdbserver/configure.srv: New file.
9607 * gdbserver/configure.in: Use configure.srv instead
9608 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9609 from it.
9610 * gdbserver/configure: Regenerated.
9611 * gdbserver/terminal.h: New file.
9612 * gdbserver/Makefile.in: Update for configure changes. Remove
9613 more unneeded include paths.
9614
9615 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9616
9617 From wiz at danbala:
9618 * config/sparc/tm-sp64.h: Fix grammar and typos.
9619 Fix PR gdb/287.
9620
9621 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9622
9623 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9624 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9625 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9626 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9627 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9628 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9629 * s390-tdep.c: Ditto.
9630 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9631 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9632 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9633 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9634 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9635 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9636 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9637 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9638 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9639 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9640 Fix PR gdb/378.
9641
9642 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9643
9644 * lin-thread.c: Delete file.
9645 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9646 to gdb_proc_service.h.
9647 * configure: Re-generate.
9648
9649 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9650 * serial.c (serial_open): Delete check for "ocd".
9651 Fix PR gdb/349.
9652
9653 * Makefile.in (linux-thread.o): Delete target.
9654 * linux-thread.c: Delete file.
9655
9656 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9657 renamed SH files to be consistent.
9658
9659 * symtab.c (sort_search_symbols): Use xfree.
9660
9661 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9662
9663 * arm-linux-tdep.c (arm_linux_init_abi): Register
9664 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9665 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9666 definition with undef, since we don't want the sysvr4 definition.
9667 (SKIP_TRAMPOLINE_CODE): Likewise.
9668
9669 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9670
9671 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9672
9673 * configure.in: (AC_CHECK_FUNCS) Added test for
9674 canonicalize_file_name Regenerated.
9675 * config.in, configure: Regenerated.
9676 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9677 defined use canonicalize_file_name.
9678
9679 2002-02-23 Michael Chastain <mec@shout.net>
9680
9681 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9682
9683 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9684
9685 * README: Remove references to cygnus.com.
9686 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9687 dot com'' form. Remove references to cygnus.com and sourceware.
9688
9689 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9690
9691 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9692 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9693 1003.1-2001 no longer allows "head -1".
9694 * gdb/Makefile.in (version.c): Likewise.
9695 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9696 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9697 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9698
9699 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9700
9701 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9702 * command.h (cmd_cfunc_eq): Declare.
9703 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9704
9705 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9706 ``struct cmd_list_element *''.
9707 * cli/cli-cmds.c (is_complete_command): Update. Use
9708 cmd_cfunc_eq.
9709 * top.c (execute_command): Pass the command to
9710 is_complete_command.
9711 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9712
9713 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9714
9715 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9716 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9717 architecture defines.
9718 * s390-tdep.c (s390_gdbarch_init): Likewise.
9719
9720 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9721
9722 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9723 (arm_linux_push_arguments): Likewise.
9724 (arm_linux_init_abi): Register them. Also register linux-specific
9725 call_dummy_words.
9726 (find_minsym_and_objfile): Use strcmp, not STREQ.
9727 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9728 (arm_linux_call_dummy_words): Delete declaration.
9729 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9730 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9731 declarations.
9732 (LOWEST_PC): Delete.
9733
9734 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9735
9736 * maint.c (print_section_info): Do not prepend `0x' to filepos
9737 output, it will be handled by local_hex_string_custom.
9738
9739 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9740
9741 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9742 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9743 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9744
9745 2002-02-22 Jim Blandy <jimb@redhat.com>
9746
9747 Indicate that the bcache functions don't change the strings
9748 they're passed.
9749 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9750 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9751
9752 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9753
9754 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9755
9756 2002-02-21 Christopher Faylor <cgf@redhat.com>
9757
9758 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9759 find the complete path to a loaded DLL.
9760
9761 2002-02-21 Fred Fish <fnf@redhat.com>
9762
9763 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9764 that marks the end of the range of a function, enter a line number
9765 entry that has a line number of zero and a PC offset that matches
9766 the end of the function. This starts a range of PC's for which no
9767 line number information is known.
9768 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9769 PC's for which no line number info is found (line number is zero)
9770 then we didn't find any valid line information.
9771 * symtab.h: Document use of zero line number entry.
9772
9773 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9774
9775 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9776 (have_ptrace_getvrregs): Define for run time checks.
9777 (gdb_vrregset_t): New type for Altivec register handling.
9778 (fetch_register, store_register): Fetch/store altivec register
9779 when needed.
9780 (fetch_altivec_register, store_altivec_register): New functions.
9781 (supply_vrregset, fill_vrregset): New functions.
9782 (fetch_altivec_registers, store_altivec_registers): New functions.
9783 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9784 registers as well.
9785
9786 2002-02-21 Jiri Smid <smid@suse.cz>
9787
9788 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9789
9790 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9791
9792 * Makefile.in (armnbsd-nat.o): Update dependencies.
9793 * armnbsd-nat.c (supply_gregset): New function. Common code to
9794 supply the integer register set.
9795 (supply_fparegset): New function. Similar for FPA registers.
9796 (fetch_regs, fetch_fp_regs): Use them.
9797 (fetch_core_registers): Likewise.
9798 (fetch_elfcore_registers): New function.
9799 (arm_netbsd_elfcore_fns): New core-file type specification.
9800 (_initialize_arm_netbsd_nat): Register it.
9801
9802 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9803
9804 * armnbsd-nat.c: Include gdbcore.h.
9805 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9806 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9807 'void' to declaration, to shut up ARI.
9808 (fetch_core_registers): Make static. Rewrite using supply_register.
9809 (arm_netbsd_core_fns): New core-file type specification.
9810 (_initialize_arm_netbsd_nat): New function.
9811
9812 2002-02-21 Christopher Faylor <cgf@redhat.com>
9813
9814 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9815 value.
9816
9817 2002-02-20 Christopher Faylor <cgf@redhat.com>
9818
9819 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9820 fails.
9821
9822 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9823
9824 * jv-exp.y (parse_number): Change type of implicit longs
9825 to builtin_type_uint64.
9826
9827 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9828
9829 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9830 to be an integer instead of a `union wait'.
9831
9832 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9833
9834 * mips-linux-nat.c: Call the operating system GNU/Linux.
9835 * mips-linux-tdep.c: Likewise.
9836 * mips-tdep.c: Likewise.
9837
9838 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9839
9840 Fix PR gdb/265.
9841 * jv-exp.y (parse_number): Handle 64-bit integers.
9842
9843 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9844
9845 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9846 AC_STDC_HEADERS to AC_HEADER_STDC.
9847 * gdbserver/configure: Regenerated.
9848
9849 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9850
9851 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9852 is defined.
9853 * sparc-tdep.c (get_longjmp_target): Likewise.
9854
9855 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9856
9857 * News: Add news about ARM and Multi-arch. Mention the new target
9858 arm*-*-netbsd*.
9859
9860 2002-02-19 Jim Blandy <jimb@redhat.com>
9861
9862 * stabsread.c (error_type_complaint): Improve error message.
9863
9864 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9865
9866 * gdbserver/README: Update documentation.
9867 * gdbserver/configure.in: Update configury to match documentation.
9868 * gdbserver/Makefile.in: Likewise.
9869 * gdbserver/configure: Regenerated.
9870 * gdbserver/aclocal.m4: New file, generated by aclocal.
9871 * gdbserver/config.in: New file, generated by autoheader.
9872
9873 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9874
9875 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9876 armnbsd-nat.c.
9877
9878 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9879
9880 * arm-tdep.h (enum arm_float_model): New enum.
9881 (struct gdbarch_tdep): Add fp_model.
9882 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9883 up floating-point conversions until we know the floating-point model
9884 in use by the inferior. Don't complain about being unable to
9885 determine the ABI of the inferior when we don't have one.
9886 (arm_extract_return_value): Support different floating-point models.
9887 (arm_store_return_value): Likewise.
9888 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9889 ARM_FLOAT_SOFT.
9890 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9891
9892 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9893
9894 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9895 of ``current_gdbarch''.
9896
9897 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9898
9899 * armnbsd-nat.c : ANSIfy all function declarations.
9900 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9901 (fetch_inferior_registers): Re-implement in terms of above.
9902 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9903 (store_inferior_registers): Re-implement in terms of above.
9904
9905 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9906
9907 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9908 kernel.
9909 * arm-linux-tdep.c: Likewise.
9910 * config/arm/tm-linux.h: Likewise.
9911
9912 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9913
9914 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9915 * config/arm/nbsd.mt (TM_FILE): Delete.
9916 * config/arm/tm-nbsd.h: Delete.
9917
9918 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9919
9920 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9921 Initialize CALL_DUMMY_LENGTH.
9922
9923 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9924
9925 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9926 function.
9927 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9928 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9929 defines one thing and that is incorrect for this port.
9930 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9931
9932 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9933
9934 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9935
9936 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9937
9938 * win32-nat.c (display_selector): New function. Displays information
9939 about the information returned by GetThreadSelectorEntry API function.
9940 (display_selectors): New function. Displays the infomation of
9941 the selector given as argument, or of CS, DS ans FS selectors
9942 if no argument is given.
9943 ( _initialize_inftarg): Add "w32" as info prefix command.
9944 Add "info w32 selector" as command calling display_selectors.
9945
9946 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9947
9948 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9949 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9950 if not defined.
9951
9952 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9953
9954 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9955
9956 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9957
9958 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9959 (arm_fix_call_dummy): Call it.
9960 (arm_call_dummy_breakpoint_offset): Delete.
9961 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9962 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9963
9964 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9965
9966 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9967 Default to func_frame_chain_valid.
9968 * gdbarch.h, gdbarch.c: Re-generate.
9969 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9970
9971 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9972
9973 * ppc-linux-nat.c: Update copyright.
9974 (fetch_register, store_register): Add tid parameter, don't compute
9975 tid here.
9976 (fetch_ppc_registers, store_ppc_registers): Add tid
9977 parameter. Pass it along to callees.
9978 (fetch_inferior_registers, store_inferior_registers): Compute tid
9979 here, and pass it to calleed functions.
9980 (fill_gregset, supply_fpregset): Clean up formatting.
9981
9982 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9983
9984 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9985 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9986
9987 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9988
9989 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9990 * gdbarch.c gdbarch.h: Regenerate.
9991 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9992 function.
9993 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9994 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9995 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9996
9997 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9998 * arm-tdep.c (arm_get_longjmp_target): New function.
9999 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10000 this to a positive value register arm_get_longjmp_target as the
10001 longjmp handler.
10002 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10003 (arm_linux_init_abi): Set up longjmp description in tdep.
10004 * armnbsd-nat.c (get_longjmp_target): Delete.
10005 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10006 description in tdep.
10007 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10008 (get_longjmp_target): Delete declaration.
10009 (GET_LONGJMP_TARGET): Delete.
10010 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10011 (GET_LONGJMP_TARGET): Delete.
10012
10013 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10014
10015 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10016 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10017 of ``current_gdbarch''.
10018
10019 2002-02-17 Tom Tromey <tromey@redhat.com>
10020
10021 * cli/cli-cmds.c (compare_strings): New function.
10022 (complete_command): Only print each unique item once.
10023 * completer.h (complete_line): Declare.
10024 * completer.c (complete_line): New function.
10025 (line_completion_function): Use it.
10026
10027 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10028
10029 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10030 * gdbarch.h, gdbarch.c: Re-generate.
10031
10032 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10033
10034 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10035
10036 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10037
10038 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10039 * valops.c (value_arg_coerce): Don't take the address of a reference
10040 to convert an argument to a reference.
10041
10042 2002-02-15 Christopher Faylor <cgf@redhat.com>
10043
10044 * win32-nat.c (get_image_name): New function.
10045 (handle_load_dll): Use get_image_name function.
10046 (get_child_debug_event): Avoid registering debug events until possibly
10047 execed process is started.
10048 (child_create_inferior): Allow invocation via shell so that command
10049 line redirection, etc. works ok.
10050 (_initialize_inftarg): Add new command: "set shell" to control whether
10051 a shell is used to start a process.
10052
10053 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10054
10055 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10056 instead of find_register_by_number.
10057 (cannot_store_register): Likewise.
10058
10059 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10060
10061 * dwarf2read.c: Replace fprintf (stderr, ...) by
10062 fprintf_unfiltered (gdb_stderr, ...).
10063
10064 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10065
10066 * gdbserver/gdbserver.1: Document --attach.
10067
10068 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10069
10070 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10071 descriptions.
10072 * arm-tdep.c (arm_default_arm_le_breakpoint)
10073 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10074 (arm_default_thumb_be_breakpoint): New. Initialize them from
10075 traditional breakpoint defines.
10076 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10077 (arm_gdbarch_init): Initialize new breakpoint variables.
10078 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10079 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10080 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10081 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10082 code out to ...
10083 (arm_netbsd_init_abi_common): ... here; new function.
10084 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10085 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10086 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10087 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10088
10089 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10090
10091 * arm-tdep.h (enum arm_abi): New enum.
10092 (struct gdbarch_tdep): New structure.
10093 (LOWEST_PC): Provide a default.
10094 (arm_gdbarch_register_os_abi): Declare new function.
10095 * arm-tdep.c (arm_abi_names): New array.
10096 (process_note_abi_tag_sections): New function.
10097 (get_elfosabi): New function.
10098 (arm_gdbarch_register_os_abi): New function.
10099 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10100 support for that ABI has been built in, then call the appropriate
10101 configuration routine. Use gdbarch_num_regs() to get the number
10102 of registers.
10103 (arm_dump_tdep): New function.
10104 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10105 place-holder functions.
10106 (_initialize_arm_tdep): Register them.
10107 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10108
10109 * armnbsd-tdep.c: New file.
10110 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10111 * config/arm/nbsd.mt (TDEPFILES): Add it.
10112 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10113
10114 * armnbsd-nat.c: Include regcache.h.
10115 * Makefile.in (armnbsd-nat.o): Update dependency list.
10116
10117 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10118
10119 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10120
10121 * gdbserver/Makefile.in: Fix typos in target rules.
10122
10123 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10124
10125 Fix part of PR gdb/267.
10126 * linespec.c (find_methods): Handle constructors specially for now.
10127
10128 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10129
10130 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10131 handling.
10132 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10133 standard_coerce_float_to_double().
10134
10135 2002-02-14 Christopher Faylor <cgf@redhat.com>
10136
10137 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10138 GDBINIT_FILENAME.
10139
10140 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10141
10142 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10143 find_variant_by_name, because it confuses the multiarch
10144 framework. Return NULL if there isn't an architecture with the
10145 user supplied name, instead of forcing a different one without
10146 recording the change with the multiarch machinery.
10147 (find_variant_by_name): Delete.
10148
10149 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10150
10151 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10152 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10153
10154 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10155
10156 * stack.c (print_frame_info_base): When calling
10157 print_frame_info_listing_hook, set current_source_symtab.
10158
10159 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10160
10161 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10162 and remove unused $(INCLUDE_DIR).
10163 Add regcache.c to OBS.
10164 Add generated register protocol files to clean target.
10165 Update dependencies for new objects, obsolete old target code.
10166
10167 * gdbserver/linux-low.c: Remove all platform-specific code to
10168 new files. Remove various dead code. Update to use regcache
10169 functionality.
10170 * gdbserver/remote-utils.c (fromhex): Add return statement
10171 to quiet warning.
10172 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10173 constant.
10174 (input_interrupt): Add integer parameter to match prototype
10175 of a signal handler.
10176 (outreg): Use register_data ().
10177 (prepare_resume_reply): Use gdbserver_expedite_regs.
10178 * gdbserver/server.c (main): Dynamically allocate own_buf because
10179 PBUFSIZ is no longer constant. Use registers_to_string () and
10180 registers_from_string ().
10181 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10182 for error (), fatal (), and warning (). Update definition of
10183 PBUFSIZ to use regcache functionality. Add include guard.
10184 * gdbserver/utils.c (fatal): Add missing ``const''.
10185 (warning): New function.
10186
10187 * regformats/regdat.sh: Include "regcache.h" in generated files.
10188 Provide init_registers () function.
10189 * regformats/regdef.h: Add prototype for set_register_cache ().
10190 Add include guard.
10191
10192 * gdbserver/linux-arm-low.c: New file.
10193 * gdbserver/linux-i386-low.c: New file.
10194 * gdbserver/linux-ia64-low.c: New file.
10195 * gdbserver/linux-m68k-low.c: New file.
10196 * gdbserver/linux-mips-low.c: New file.
10197 * gdbserver/linux-ppc-low.c: New file.
10198 * gdbserver/linux-sh-low.c: New file.
10199
10200 * gdbserver/regcache.c: New file.
10201 * gdbserver/regcache.h: New file.
10202
10203 * gdbserver/low-linux.c: Removed obsolete file.
10204
10205 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10208 * config/i386/linux.mt: Likewise.
10209 * config/ia64/linux.mt: Likewise.
10210 * config/m68k/linux.mh: Likewise.
10211 * config/powerpc/linux.mh: Likewise.
10212 * config/mips/linux.mt: Likewise.
10213
10214 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10215
10216 * config/i386/i386lynx.mh: Mark gdbserver variables
10217 as (currently) obsolete for this target.
10218 * config/i386/nbsd.mt: Likewise.
10219 * config/i386/nbsdelf.mt: Likewise.
10220 * config/m32r/m32r.mt: Likewise.
10221 * config/m68k/m68klynx.mh: Likewise.
10222 * config/m68k/nbsd.mt: Likewise.
10223 * config/m68k/sun3os4.mh: Likewise.
10224 * config/mips/vr5000.mt: Likewise.
10225 * config/ns32k/nbsd.mt: Likewise.
10226 * config/pa/hppabsd.mh: Likewise.
10227 * config/pa/hppaosf.mh: Likewise.
10228 * config/powerpc/nbsd.mt: Likewise.
10229 * config/rs6000/rs6000lynx.mh: Likewise.
10230 * config/s390/s390.mt: Likewise.
10231 * config/s390/s390x.mt: Likewise.
10232 * config/sparc/sparclynx.mh: Likewise.
10233 * config/sparc/sun4os4.mh: Likewise.
10234 * config/i386/x86-64linux.mt: Likewise.
10235 * config/sparc/linux.mh: Likewise.
10236
10237 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10238
10239 * configure.tgt: Configure gdbserver only for known working
10240 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10241 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10242 SUBDIRS if it is configured. Update comment for ${nativefile}.
10243 * configure: Regenerated.
10244
10245 2002-02-13 Michael Snyder <msnyder@redhat.com>
10246
10247 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10248
10249 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10250 (default_gcore_mach): Just return 0, work around a problem in bfd.
10251 (default_gcore_target): OK to return NULL if exec_bfd is null.
10252 (make_mem_sec): Use a cast, avoid a warning.
10253
10254 * procfs.c (find_memory_regions_callback): Use a cast instead of
10255 calling host_pointer_to_address (which complains if
10256 sizeof (host pointer) != sizeof (target pointer)).
10257 (procfs_make_note_section): Avoid overflow in psargs string.
10258
10259 * procfs.c (procfs_make_note_section): Make the default
10260 implementation return an error.
10261
10262 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10263
10264 * procfs.c (procfs_make_note_section): Provide a default definition
10265 (for alpha-dec-osf4.0f). Fix typos.
10266
10267 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10268
10269 * linux-proc.c: Add include of regcache.h.
10270 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10271
10272 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10273
10274 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10275 * memattr.c (create_mem_region): Disallow useless empty region.
10276 Regions are half-open intervals, so allow [A..B) [B..C) as
10277 non-overlapping.
10278
10279 2002-02-13 Michael Chastain <mec@shout.net>
10280
10281 * defs.h: Kill CONST_PTR.
10282 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10283 * c-lang.c (c_builtin_types): Likewise.
10284 * ch-lang.c (ch_builtin_types): Likewise.
10285 * f-lang.c (f_builtin_types): Likewise.
10286 * language.c (unknown_builtin_types): Likewise.
10287 * m2-lang.c (m2_builtin_types): Likewise.
10288 * p-lang.c (pascal_builtin_types): Likewise.
10289 * scm-lang.c (c_builtin_types): Likewise.
10290
10291 2002-02-13 Keith Seitz <keiths@redhat.com>
10292
10293 * arm-tdep.h (arm_get_next_pc): Add declaration.
10294
10295 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10296
10297 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10298 with other related struct-returning functions.
10299 (arm_extract_struct_value_address): New function.
10300 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10301 initialize float_format, double_format and long_double_format as
10302 appropriate to the endianness of the target.
10303 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10304 (arm_use_struct_convention): Delete declaration.
10305 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10306
10307 2002-02-13 Keith Seitz <keiths@redhat.com>
10308
10309 * defs.h (core_addr_to_string_nz): New function.
10310
10311 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10312
10313 Apply missing bits of 2002-01-15 patch.
10314 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10315 (fill_fpregset): Use i387_fill_fsave.
10316
10317 2002-02-12 Keith Seitz <keiths@redhat.com>
10318
10319 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10320 (core_addr_to_string_nz): New function.
10321
10322 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10323
10324 * arm-linux-nat.c: Really include arm-tdep.h.
10325 * config/arm/tm-linux.h (struct type, struct value): Declare.
10326
10327 2002-02-11 Michael Snyder <msnyder@redhat.com>
10328
10329 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10330 (gcore section): Ifdef for Solaris and Unixware only.
10331 (procfs_do_thread_registers): Unixware needs one lwpstatus
10332 per thread (not one prstatus or pstatus).
10333 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10334 not over all gdb threads. For unixware, call elfcore_write_pstatus
10335 once before iterating over threads.
10336
10337 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10338
10339 * arm-tdep.h: New file.
10340 * arm-tdep.c: Include arm-tdep.h.
10341 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10342 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10343 (arm_print_float_info, arm_register_type, convert_to_extended)
10344 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10345 (arm_extract_return_value, arm_register_name): Make static.
10346 (arm_software_single_step): Similarly. Fix types in declaration.
10347 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10348 (arm_store_return_value, arm_store_struct_return): New functions.
10349 (arm_gdbarch_init): Register the above functions. Also register
10350 call_dummy_start_offset, sizeof_call_dummy_words,
10351 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10352 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10353 max_register_virtual_size, register_size. Set up
10354 prologue_cache.saved_regs here, rather than ...
10355 (_initialize_arm_tdep): ... here.
10356 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10357 declarations.
10358 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10359 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10360 (arm_print_float_info, arm_register_type, convert_to_extended)
10361 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10362 (arm_extract_return_value, arm_register_name): Delete declarations.
10363 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10364 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10365 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10366 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10367 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10368 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10369 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10370 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10371 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10372 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10373 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10374 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10375 interface.
10376 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10377 * remote-rdi.c remote-rdp.c: Likewise.
10378 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10379 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10380 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10381 definition.
10382
10383 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10384 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10385 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10386 from non-ARM_ prefixed definitions.
10387 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10388 all uses of above.
10389 * remote-rdi.c remote-rdp.c: Likewise.
10390 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10391
10392 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10393
10394 * arm-tdep.c (arm_frameless_function_invocation)
10395 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10396 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10397 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10398 (arm_pop_frame, arm_get_next_pc): Make static.
10399 (arm_gdbarch_init): Register above in gdbarch structure.
10400 (arm_read_fp): Renamed from arm_target_read_fp.
10401 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10402 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10403 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10404 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10405 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10406 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10407 (arm_pc_is_thumb_dummy): Delete declarations.
10408 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10409 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10410 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10411 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10412
10413 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10414
10415 * symtab.c (compare_search_syms): New function.
10416 (sort_search_symbols): New function.
10417 (search_symbols): Sort symbols after searching rather than
10418 before.
10419
10420 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10421
10422 * NEWS: Linux -> GNU/Linux.
10423
10424 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10425
10426 * gdbarch.sh: For for level one methods, disallow a definition
10427 when partially multi-arched. Add comments explaining rationale.
10428 * gdbarch.h: Re-generate.
10429
10430 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10431
10432 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10433 multi-arch partial.
10434
10435 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10436
10437 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10438 field. Use diff -u.
10439 * gdbarch.c: Re-generate.
10440
10441 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10442
10443 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10444 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10445 partial.
10446
10447 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10448
10449 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10450 multi-arch partial.
10451 (PUSH_ARGUMENTS): Switch to using predefault.
10452 * gdbarch.c: Regenerate.
10453
10454 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10455
10456 * valops.c (PUSH_ARGUMENTS): Delete definition.
10457 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10458 partial. Default to default_push_arguments.
10459 * gdbarch.h, gdbarch.c: Regenerate.
10460
10461 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10462
10463 * defs.h (throw_exception): Rename return_to_top_level. Update
10464 comments.
10465 * utils.c (error_stream, internal_verror, quit): Ditto.
10466 * top.c (throw_exception, catcher): Ditto.
10467 * sparclet-rom.c (sparclet_load): Ditto.
10468 * remote.c (interrupt_query, minitelnet): Ditto.
10469 * remote-sds.c (interrupt_query): Ditto.
10470 * remote-mips.c (mips_error, mips_kill): Ditto.
10471 * ocd.c (interrupt_query): Ditto.
10472 * monitor.c (monitor_interrupt_query): Ditto.
10473 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10474 * target.h: Update comment.
10475
10476 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10477
10478 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10479
10480 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10481 default_double_format.
10482 * gdbarch.h, gdbarch.c: Re-generate.
10483 * findvar.c (floatformat_unknown): Delete variable definition.
10484 * doublest.h (floatformat_unknown): Delete variable declaration.
10485
10486 2002-02-09 Jim Blandy <jimb@redhat.com>
10487
10488 * stabsread.c (read_type): Add code to parse Sun's syntax for
10489 prototyped function types.
10490
10491 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10492
10493 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10494 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10495
10496 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10497
10498 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10499 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10500 now _initialize_xcoffsolib gets called again and overrides the
10501 commands from solib.c in a native configuration.
10502
10503 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10504
10505 * doublest.c (store_typed_floating): Don't try to return a value.
10506 Fixes PR gdb/290.
10507
10508 2002-02-08 Jim Blandy <jimb@redhat.com>
10509
10510 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10511 is prototyped and has no arguments, print its argument list as
10512 `(void)'.
10513
10514 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10515
10516 * MAINTAINERS (write-after-approval): Add myself.
10517 (paper-trail): I've escaped!
10518
10519 2002-02-08 Christopher Faylor <cgf@redhat.com>
10520
10521 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10522 changes.
10523 (_initialize_check_for_gdb_ini): Ditto.
10524
10525 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10526
10527 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10528 xaprintf -> xasprintf.
10529
10530 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10531
10532 * win32-nat.c: Remove use of printf and sprintf functions.
10533
10534 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10535
10536 * arm-tdep.c (arm_frame_chain_valid): Make static.
10537 (arm_push_arguments): Likewise.
10538 (arm_gdbarch_init): New function.
10539 (_initialize_arm_tdep): Call it.
10540 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10541 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10542 (FRAME_CHAIN_VALID): Delete.
10543 (arm_frame_chain_valid): Delete declaration.
10544 (PUSH_ARGUMENTS): Delete.
10545 (arm_push_arguments): Delete declaration.
10546 (CALL_DUMMY_P): Delete.
10547
10548 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10549 Corinna Vinschen <vinschen@redhat.com>
10550
10551 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10552 on builtin float types.
10553
10554 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10555
10556 * utils.c: Include <curses.h> before "bfd.h".
10557 * tui/tui-hooks.c: Likewise.
10558 * tui/tui.c: Likewise.
10559 * tui/tuiCommand.c: Likewise.
10560 * tui/tuiData.c: Likewise.
10561 * tui/tuiDataWin.c: Likewise.
10562 * tui/tuiDisassem.c: Likewise.
10563 * tui/tuiGeneralWin.c: Likewise.
10564 * tui/tuiIO.c: Likewise.
10565 * tui/tuiLayout.c: Likewise.
10566 * tui/tuiRegs.c: Likewise.
10567 * tui/tuiSource.c: Likewise.
10568 * tui/tuiSourceWin.c: Likewise.
10569 * tui/tuiStack.c: Likewise.
10570 * tui/tuiWin.c: Likewise.
10571
10572 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10573
10574 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10575 to include space for pseudoregs as well. Update loops accordingly.
10576 (sh_fp_frame_init_saved_regs): Ditto.
10577 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10578
10579 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10580
10581 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10582 Add Richard Earnshaw to Arm maintainers.
10583
10584 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10585
10586 * defs.h (warning_begin): Delete declaration.
10587
10588 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10589 Delete macro.
10590
10591 2002-02-07 Michael Snyder <msnyder@redhat.com>
10592
10593 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10594 Logic bug, remove misplaced else.
10595
10596 2002-02-07 Klee Dienes <klee@apple.com>
10597
10598 * fork-inferior.c (fork_inferior): Add '!' to the list of
10599 characters that need to be quoted when building a string for the
10600 shell. Quote '!' specifically with a backslash, since CSH chokes
10601 when trying to evaluate "str!str".
10602
10603 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10604
10605 * rdi-share/host.h: Only provide a typedef for bool if it is not
10606 defined.
10607
10608 2002-02-04 Michael Snyder <msnyder@redhat.com>
10609
10610 * breakpoint.h (enum bptype): Add new overlay event bp type.
10611 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10612
10613 * breakpoint.c (create_internal_breakpoint): New function.
10614 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10615 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10616 (create_thread_event_breakpoint): Ditto.
10617 (create_solib_event_breakpoint): Ditto.
10618 (create_overlay_event_breakpoint): New function.
10619 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10620 (update_breakpoints_after_exec): Delete and re-initialize
10621 overlay event breakpoints after an exec. Add FIXME comment
10622 about longjmp breakpoint.
10623 (print_it_typical): Ignore overlay event breakpoints.
10624 (print_one_breakpoint): Ditto.
10625 (mention): Ditto.
10626 (bpstat_what): Do not stop for overlay event breakpoints.
10627 (delete_breakpoint): Don't delete overlay event breakpoints.
10628 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10629 (breakpoint_re_set): Re-create overlay event breakpoint.
10630
10631 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10632 (overlay_manual_command): Disable overlay breakpoints.
10633 (overlay_off_command): Disable overlay breakpoints.
10634
10635 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10636
10637 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10638 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10639 to here from config/tm-arm.h.
10640 (coff_sym_is_thumb): Make static.
10641 (arm_elf_make_msymbol_special): New function.
10642 (arm_coff_make_msymbol_special): New function.
10643 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10644 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10645 (coff_sym_is_thumb): Delete declaration.
10646 (arm_elf_make_msymbol_special): Declare.
10647 (arm_coff_make_msymbol_special): Declare.
10648 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10649 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10650
10651 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10652
10653 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10654
10655 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10656
10657 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10658 * gdbarch.c gdbarch.h: Regenerate.
10659 * arch-utils.c (default_print_float_info): New function.
10660 * arch-utils.h (default_print_float_info): Prototype it.
10661 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10662 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10663 (PRINT_FLOAT_INFO): Document it.
10664
10665 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10666 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10667 (PRINT_FLOAT_INFO): Define.
10668
10669 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10670
10671 * win32-nat.c (_initialize_check_for_gdb_ini):
10672 Add typecast to sprintf argument to suppress a warning.
10673
10674 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10675
10676 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10677 to allow easier handling of pass state.
10678 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10679 that gives exception name and address.
10680 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10681 and set last_sig value to ourstatus->value.sig. Some missing
10682 exceptions added.
10683 (child_continue): Correctly report continue_status.
10684 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10685 TARGET_SIGNAL_0 (new default value).
10686 (child_resume): consider sig argument passed to decide if
10687 the exception should be passed to debuggee or not.
10688
10689 2002-02-05 Michael Snyder <msnyder@redhat.com>
10690
10691 * regcache.c (fetch_register): Call target_fetch_register
10692 only if we don't call FETCH_PSEUDO_REGISTER.
10693 (store_register): Call target_store_register only if we
10694 don't call STORE_PSEUDO_REGISTER.
10695
10696 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10697
10698 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10699 ELF_MAKE_MSYMBOL_SPECIAL.
10700 * gdbarch.c, gdbarch.h: Regenerate.
10701 * arch-utils.c (default_make_msymbol_special): New function.
10702 * arch-utils.h (default_make_msymbol_special): Export.
10703 * elfread.c (elf_symtab_read): Compile use of
10704 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10705 multiarched.
10706 * coffread.c (coff_symtab_read): Ditto, for
10707 COFF_MAKE_MSYMBOL_SPECIAL.
10708
10709 2002-02-05 Jim Blandy <jimb@redhat.com>
10710
10711 * solib-svr4.c (svr4_truncate_ptr): New function.
10712 (svr4_relocate_section_addresses): Do the address arithmetic with
10713 the appropriate truncation for target addresses, even when
10714 CORE_ADDR is larger than a target address.
10715
10716 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10717
10718 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10719 to (int *).
10720
10721 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10722
10723 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10724 code.
10725
10726 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10727
10728 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10729
10730 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10731
10732 * gdbserver/linux-low.c: Remove unused include files.
10733
10734 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10735
10736 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10737 (read_inferior_memory): Use it.
10738 (write_inferior_memory): Likewise.
10739
10740 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10741
10742 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10743 grubbing through sys_errlist.
10744
10745 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10746
10747 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10748
10749 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10750 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10751
10752 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10753
10754 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10755 (do_sfunc, set_cmd_sfunc): New functions.
10756
10757 * command.h (struct cmd_list_element): Add field func.
10758 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10759 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10760 * cli/cli-decode.h: Ditto.
10761
10762 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10763 (help_all, help_cmd_list): Ditto.
10764 (find_cmd, complete_on_cmdlist): Ditto.
10765 * top.c (execute_command): Ditto.
10766
10767 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10768 function.sfunc.
10769
10770 * infcmd.c (notice_args_read): Fix function signature.
10771
10772 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10773 * cli/cli-decode.c (add_set_cmd): Ditto.
10774 * utils.c (initialize_utils): Ditto.
10775 * maint.c (_initialize_maint_cmds): Ditto.
10776 * infrun.c (_initialize_infrun): Ditto.
10777 * demangle.c (_initialize_demangler): Ditto.
10778 * remote.c (add_packet_config_cmd): Ditto.
10779 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10780 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10781 * proc-api.c (_initialize_proc_api): Ditto.
10782 * kod.c (_initialize_kod): Ditto.
10783 * valprint.c (_initialize_valprint): Ditto.
10784 * top.c (init_main): Ditto.
10785 * infcmd.c (_initialize_infcmd): Ditto.
10786 * corefile.c (_initialize_core): Ditto.
10787 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10788 * arch-utils.c (initialize_current_architecture): Ditto.
10789 (_initialize_gdbarch_utils): Ditto.
10790 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10791
10792 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10793 * wince.c (_initialize_inftarg): Ditto.
10794 * symfile.c (_initialize_symfile): Ditto.
10795 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10796 * language.c (_initialize_language): Ditto.
10797 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10798
10799 2002-02-04 Michael Snyder <msnyder@redhat.com>
10800
10801 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10802
10803 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10804
10805 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10806 Add rules for building the register data files.
10807
10808 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * regformats/regdat.sh: Add braces to the definition of
10811 expedite_regs_${arch}.
10812
10813 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10814
10815 * regformats/regdef.h (struct reg): Add comment describing the
10816 requirements for offset and size fields.
10817
10818 2002-02-04 Andreas Schwab <schwab@suse.de>
10819
10820 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10821 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10822
10823 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10824
10825 * gdbarch.sh (copyright): Update years in generated header.
10826 (SMASH_TEXT_ADDRESS): Add rule.
10827 * gdbarch.h, gdbarch.c: Re-generate.
10828 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10829 * dbxread.c: Likewise.
10830 * dwarfread.c: Likewise.
10831 * elfread.c: Likewise.
10832 * somread.c: Likewise.
10833
10834 * arm-tdep.c (arm_smash_text_address): New function.
10835 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10836
10837 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10838
10839 Add support for hardware watchpoints on win32 native.
10840 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10841 CONTEXT_DEBUG_REGISTERS.
10842 (dr variable): New variable. Static array containing a local copy
10843 of debug registers.
10844 (debug_registers_changed): New variable. Reflects when debug registers
10845 are changed and need to be written to inferior.
10846 (debug_registers_used): New variable. Reflects when any debug register
10847 was set, used when new threads are created.
10848 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10849 i386-nat code.
10850 (thread_rec): Set dr array if id is the thread of current_event .
10851 (child_continue, child_resume): Change the debug registers for all
10852 threads if debug_registers_changed.
10853 (child_add_thread): Change the debug registers if debug_registers_used.
10854 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10855 Link nm.h to new nm-cygwin.h file.
10856 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10857 of hardware registers.
10858
10859 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10860
10861 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10862 Restore behavour broken by 2002-01-20 Andrew Cagney
10863 <ac131313@redhat.com> IEEE_FLOAT removal.
10864
10865 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10866
10867 * c-valprint.c (c_val_print): Pass a proper valaddr to
10868 cp_print_class_method.
10869 * valops.c (search_struct_method): If there is only one method
10870 and args is NULL, return that method.
10871
10872 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10873
10874 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10875 accessing tag_name directly.
10876
10877 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10878
10879 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10880 of accessing tag_name directly.
10881
10882 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10883
10884 PR gdb/280
10885 * gdbtypes.c (replace_type): New function.
10886 * gdbtypes.h (replace_type): Add prototype.
10887 * stabsread.c (read_type): Use replace_type.
10888
10889 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10890
10891 * Makefile.in (memattr.o): Add missing dependencies rule.
10892
10893 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10894
10895 * breakpoint.c (break_at_finish_command): Really export.
10896 (break_at_finish_at_depth_command): Ditto.
10897 (tbreak_at_finish_command): Ditto.
10898 * hppa-tdep.c: Include completer.h.
10899 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10900 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10901
10902 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10903
10904 * utils.c (do_write): New function.
10905 (error_stream): Rewrite combining the code from error_begin and
10906 verror.
10907 (verror): Rewrite using error_stream.
10908 (error_begin): Delete function.
10909
10910 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10911
10912 * utils.c (error_begin): Make static.
10913 * defs.h (error_begin): Delete declaration.
10914
10915 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10916 (decode_line_1): Use cplusplus_error instead of error_begin,
10917 cplusplus_hint and return_to_top_level.
10918 * coffread.c (coff_symfile_read): Use error instead of error_begin
10919 and return_to_top_level.
10920 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10921
10922 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10923
10924 * language.h (type_error, range_error): Make string parameter
10925 constant.
10926 * language.c (warning_pre_print): Delete extern declaration.
10927 * dwarfread.c (warning_pre_print): Ditto.
10928 * language.c (type_error, range_error): Rewrite to use verror and
10929 vwarning instead of warning_begin.
10930
10931 2002-02-01 Michael Snyder <msnyder@redhat.com>
10932
10933 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10934 (set_ignore_count): Move misplaced comment back where it belongs.
10935
10936 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10937
10938 * command.h (NO_FUNCTION): Delete macro.
10939 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10940 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10941 * tracepoint.c (_initialize_tracepoint): Ditto.
10942 * cli/cli-decode.c (add_set_cmd): Ditto.
10943 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10944
10945 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10946
10947 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10948 Update ``this'' pointer when calling virtual functions.
10949
10950 2002-02-01 Michael Snyder <msnyder@redhat.com>
10951
10952 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10953 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10954
10955 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * regformats/reg-arm.dat: New file.
10958 * regformats/reg-i386.dat: New file.
10959 * regformats/reg-ia64.dat: New file.
10960 * regformats/reg-m68k.dat: New file.
10961 * regformats/reg-mips.dat: New file.
10962 * regformats/reg-ppc.dat: New file.
10963 * regformats/reg-sh.dat: New file.
10964 * regformats/regdef.h: New file.
10965 * regformats/regdat.sh: New file.
10966
10967 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10968
10969 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10970 (arm_frame_args_address, arm_frame_locals_address): New functions.
10971 (arm_frame_num_args): New function.
10972 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10973 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10974 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10975
10976 2002-01-31 Michael Snyder <msnyder@redhat.com>
10977
10978 * breakpoint.c (break_at_finish_command): Export.
10979 (break_at_finish_at_depth_command): Export.
10980 (tbreak_at_finish_command): Export.
10981 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
10982 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10983 "txbreak" commands, which are HPPA specific.
10984
10985 * printcmd.c (disassemble_command): Remove an ancient
10986 artifact of an old merge.
10987
10988 * symfile.h (enum overlay_debugging_state):
10989 Define enum constant values for overlay mode.
10990 * symfile.c (overlay_debugging): Use enums instead of literals.
10991 (overlay_is_mapped, overlay_auto_command,
10992 overlay_manual_command): Ditto.
10993
10994 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10995 breakpoint_here_p, breakpoint_inserted_here_p,
10996 breakpoint_thread_match, bpstat_stop_status,
10997 describe_other_breakpoints, check_duplicates, clear_command):
10998 Coding standard fixes.
10999
11000 * target.c (target_xfer_memory): Add spaces, coding standard.
11001 (do_xfer_memory): Add missing line to trust-readonly
11002 code: check bfd SEC_READONLY flag for section.
11003
11004 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11005
11006 * PROBLEMS: Fix typo, 5.1->5.1.1.
11007
11008 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11009
11010 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11011 data symbols, since we search based on textlow and texthigh.
11012 (find_pc_sect_symtab): Likewise.
11013
11014 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11015
11016 * defs.h (vwarning): Declare.
11017 * utils.c (vwarning): New function.
11018 (warning): Call vwarning.
11019 (warning_begin): Delete function.
11020
11021 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11022 the warning message.
11023 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11024 warning_begin.
11025
11026 2002-01-30 Michael Snyder <msnyder@redhat.com>
11027
11028 * NEWS: Mention "set trust-readonly-sections" command.
11029 Mention generate-core-file command.
11030
11031 2002-01-15 Michael Snyder <msnyder@redhat.com>
11032
11033 * target.c: New command, "set trust-readonly-sections on".
11034 (do_xfer_memory): Honor the suggestion to trust readonly sections
11035 by reading them from the object file instead of from the target.
11036 (initialize_targets): Register command "set trust-readonly-sections".
11037
11038 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11039
11040 * parse.c (target_map_name_to_register): Simplify, search regs and
11041 pseudo-regs using a single loop.
11042
11043 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11044
11045 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11046
11047 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11048
11049 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11050 * config/i386/i386v42mp.mh: Add i387-nat.o .
11051 * i386v4-nat.c: Include i387-nat.h.
11052 (supply_fpregset): Use i387_supply_fsave.
11053 (fill_fpregset): Use i387_fill_fsave.
11054
11055 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11056
11057 * arm-tdep.c (arm_call_dummy_words): Define.
11058 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11059 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11060 (CALL_DUMMY_WORDS): Define.
11061 (arm_call_dummy_words): Declare.
11062 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11063 (arm_linux_call_dummy_words): Declare.
11064
11065 2002-01-30 Andreas Schwab <schwab@suse.de>
11066
11067 * m68klinux-nat.c: Fix last change to use regcache_collect
11068 instead of referencing registers[] directly.
11069
11070 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11071
11072 * parse.c (target_map_name_to_register): Delete code wrapped in
11073 #ifdef REGISTER_NAME_ALIAS_HOOK.
11074
11075 2002-01-28 Michael Snyder <msnyder@redhat.com>
11076
11077 * regcache.c (legacy_read_register_gen): Need to be able to
11078 read pseudo-register as well as real register.
11079 (legacy_write_register_gen): Ditto.
11080
11081 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11082
11083 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11084 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11085 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11086 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11087 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11088 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11089 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11090 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11091 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11092 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11093 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11094 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11095 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11096 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11097 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11098 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11099 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11100 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11101 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11102 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11103
11104 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11105
11106 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11107 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11108 (initialize_current_architecture): Update target_byte_order using
11109 information from BFD.
11110 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11111 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11112
11113 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11114
11115 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11116 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11117
11118 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11119 #ifdef INVALID_FLOAT.
11120 * infcmd.c (do_registers_info): Ditto.
11121 * values.c (unpack_double): Ditto. Add comment.
11122
11123 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11124 already commented out.
11125
11126 2002-01-26 Andreas Schwab <schwab@suse.de>
11127
11128 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11129 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11130 registers and add support for PTRACE_GETREGS.
11131
11132 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11133
11134 GDB 5.1.1 released from 5.1 branch.
11135 * NEWS: Add 5.1.1 news.
11136 * README: Sync with 5.1 branch.
11137
11138 2002-01-23 Fred Fish <fnf@redhat.com>
11139
11140 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11141 stabstring on initial malloc. Reallocing will copy it for us,
11142 if necessary.
11143
11144 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11145
11146 * Makefile.in (hpread_h): Delete.
11147 (HFILES_NO_SRCDIR): Remove hpread.h.
11148 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11149 (hpread.o): Update dependencies.
11150 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11151
11152 * hp-psymtab-read.c: Remove file.
11153 * hp-symtab-read.c: Remove file.
11154 * hpread.h: Remove file.
11155
11156 * hpread.c: Merge all contents of hp-psymtab-read.c,
11157 hp-symtab-read.c and hpread.h into this file, as it was prior to
11158 January 1999.
11159
11160 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11161 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11162 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11163 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11164
11165 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11166
11167 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11168 fill_gregset): Call gdbarch_tdep() just once, assign result to
11169 variable and use that, instead of calling the function several
11170 times.
11171
11172 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11173
11174 * configure.host: Accept sparcv9 as alias for sparc64.
11175 * configure.tgt: Likewise.
11176
11177 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11178
11179 * solib-aix5.c (build_so_list_from_mapfile)
11180 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11181 arguments is not reversed.
11182 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11183 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11184
11185 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11186
11187 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11188 modified version of obsolete sh_fetch_pseudo_register.
11189 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11190 (sh4_register_read): New function.
11191 (sh_pseudo_register_write): New function. Renamed and modified
11192 version of obsolete sh_store_pseudo_register.
11193 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11194 (sh4_register_write): New function.
11195 (sh_gdbarch_init): Remove setting of gdbarch function
11196 fetch_pseudo_register and store_pseudo_register. Remove setting of
11197 register_convert_to_raw, register_convert_to_virtual,
11198 register_convertible.
11199 (sh_sh4_register_convertible): Delete. No longer needed. All is
11200 taken care by architecture specific functions
11201 register_read/register_write.
11202 (sh_sh4_register_convert_to_virtual): Make static.
11203 (sh_sh4_register_convert_to_raw): Ditto.
11204
11205 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11206
11207 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11208 (floatformat_is_nan, floatformat_mantissa): Ditto.
11209
11210 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11211 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11212 builtin_type_ieee_double_little,
11213 builtin_type_ieee_double_littlebyte_bigword,
11214 builtin_type_m68881_ext, builtin_type_i960_ext,
11215 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11216 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11217 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11218 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11219
11220 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11221
11222 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11223 parameter. Set frameless flag if it exists and depended of
11224 whether the scanned function is frameless or not.
11225 (xstormy16_skip_prologue): If function is frameless, return
11226 result of xstormy16_scan_prologue().
11227 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11228 call.
11229
11230 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11231
11232 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11233 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11234 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11235 sh_sh4_register_byte, sh_sh4_register_raw_size,
11236 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11237 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11238 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11239 sh_store_pseudo_register, sh_do_pseudo_register): Call
11240 gdbarch_tdep() just once, assign result to variable and use that,
11241 instead of calling the function several times.
11242
11243 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11244
11245 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11246 macros instead of LAST_FPU_CTRL_REGNUM.
11247 (store_register): Likewise.
11248
11249 2002-01-21 Jim Blandy <jimb@redhat.com>
11250
11251 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11252 is up-to-date before running the program, not just when a program
11253 exits.
11254
11255 2002-01-21 Fred Fish <fnf@redhat.com>
11256
11257 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11258 when we have found all instructions we are looking for.
11259
11260 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11261
11262 * arm-tdep.c (arm_register_name): New function.
11263 (arm_registers_names): Make static.
11264 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11265 (arm_register_name): Declare.
11266 (REGISTER_NAME): Use it.
11267
11268 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11269 Kevin Buettner <kevinb@redhat.com>
11270
11271 Convert arm targets to new FRAME interface.
11272 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11273 (arm_frame_find_save_regs): Delete.
11274 (arm_frame_init_saved_regs): New.
11275 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11276 Allocate extra_info as required. Convert all uses of fsr.regs
11277 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11278 to use extra_info.
11279 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11280 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11281 (check_prologue_cache, save_prologue_cache): Likewise.
11282 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11283 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11284 (FRAME_FIND_SAVED_REGS): Delete.
11285 (arm_frame_find_saved_regs): Delete prototype.
11286 (arm_frame_init_saved_regs): New prototype.
11287 (FRAME_INIT_SAVED_REGS): Define.
11288
11289 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11290
11291 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11292
11293 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11294
11295 From Jeff Law <law@redhat.com>:
11296 * infttrace.c: Include <sys/pstat.h>.
11297 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11298 exec file if the ttrace equivalent fails.
11299
11300 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11301
11302 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11303 (closeLogFile): Ditto.
11304
11305 2002-01-20 Michael Chastain <mec@shout.net>
11306
11307 * top.c (print_gdb_version): Bump copyright year to 2002.
11308
11309 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11310
11311 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11312 Zannoni and Eli Zaretskii.
11313
11314 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11315
11316 * buildsym.c: Update copyright years.
11317 * c-typeprint.c: Likewise.
11318 * dwarf2read.c: Likewise.
11319 * f-typeprint.c: Likewise.
11320 * gdbtypes.c: Likewise.
11321 * gdbtypes.h: Likewise.
11322 * hp-symtab-read.c: Likewise.
11323 * hpread.c: Likewise.
11324 * mdebugread.c: Likewise.
11325 * p-typeprint.c: Likewise.
11326
11327 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11328
11329 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11330 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11331 byte-order selectable.
11332 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11333 * arch-utils.c: Ditto.
11334 (set_endian): Ditto.
11335 (set_endian_from_file): Ditto.
11336 * gdbserver/low-sim.c (create_inferior): Ditto.
11337 * gdbarch.sh: Ditto.
11338 * gdbarch.h: Re-generate.
11339 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11340 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11341 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11342 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11343 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11344 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11345 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11346 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11347 macro definition.
11348 * config/mips/tm-wince.h: Remove #undef of macro
11349 TARGET_BYTE_ORDER_SELECTABLE.
11350 * config/sh/tm-wince.h: Ditto.
11351
11352 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11353
11354 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11355 member function fields. Add accessor macro
11356 TYPE_FN_FIELD_ARTIFICIAL.
11357 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11358 * c-typeprint.c (c_type_print_base): Skip artificial member
11359 functions.
11360
11361 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11362
11363 * f-typeprint.c: Delete unused function f_type_print_args.
11364 * p-typeprint.c: Delete unused function pascal_type_print_args.
11365
11366 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11367
11368 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11369 comment. Add ``artificial'' to ``union field_location''.
11370
11371 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11372
11373 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11374 * mdebugread.c (parse_symbol): Likewise.
11375 * stabsread.c (define_symbol): Likewise.
11376 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11377 initializing TYPE_FIELD_BITPOS to n (obsolete).
11378 (hpread_doc_function_type): Likewise.
11379 * hpread.c (hpread_function_type): Likewise.
11380
11381 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11382
11383 * configure.in (host_makefile_frag): Only require a host makefile
11384 fragment when a native build.
11385 * configure: Re-generate.
11386
11387 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11388
11389 * doublest.h (floatformat_from_type): Declare.
11390 * doublest.c (floatformat_from_type): New function.
11391 (convert_typed_floating): Use.
11392
11393 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11394 call to function floatformat_from_type.
11395
11396 * gdbarch.sh (IEEE_FLOAT): Delete.
11397 * gdbarch.h, gdbarch.c: Re-generate.
11398 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11399 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11400 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11401 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11402 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11403 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11404 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11405 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11406 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11407 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11408 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11409 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11410
11411 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11412 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11413 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11414 * sh-tdep.c (sh_gdbarch_init): Ditto.
11415 * mips-tdep.c (mips_gdbarch_init): Ditto.
11416 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11417 * cris-tdep.c (cris_gdbarch_init): Ditto.
11418
11419 2002-01-20 Jiri Smid <smid@suse.cz>
11420
11421 * configure.host, configure.tgt: Support x86-64.
11422 * NEWS: Note new target x86-64.
11423
11424 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11425 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11426 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11427 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11428 x86-64-linux-nat.o): Fix dependencies.
11429
11430 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11431
11432 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11433 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11434 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11435 * config/sparc/xm-sun4os4.h: Delete file.
11436 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11437
11438 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11439
11440 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11441 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11442 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11443 * config/i386/i386lynx.mh (XM_FILE): Delete.
11444 * config/rs6000/xm-rs6000ly.h: Delete file.
11445 * config/sparc/xm-sparclynx.h: Delete file.
11446 * config/m68k/xm-m68klynx.h: Delete file.
11447 * config/i386/xm-i386lynx.h: Delete file.
11448 * config/xm-lynx.h: Delete file.
11449 * config/djgpp/fnchange.lst: Update.
11450
11451 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11452
11453 * alpha-tdep.c (alpha_register_byte): New function.
11454 (alpha_register_raw_size): Ditto.
11455 (alpha_register_virtual_size): Ditto.
11456 (alpha_skip_prologue_internal): Renamed from
11457 alpha_skip_prologue.
11458 (alpha_skip_prologue): New version that calls
11459 alpha_skip_prologue_internal.
11460 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11461 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11462 second argument from alpha_skip_prologue.
11463 (REGISTER_BYTE): Use alpha_register_byte.
11464 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11465 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11466 (FRAMELESS_FUNCTION_INVOCATION): Use
11467 generic_frameless_function_invocation_not.
11468 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11469 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11470
11471 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11472
11473 * config/mips/xm-news-mips.h: Delete file.
11474 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11475
11476 * config/m88k/xm-m88k.h: Delete file.
11477 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11478 * config/m88k/xm-delta88v4.h: Ditto.
11479 * config/m88k/xm-delta88.h: Ditto.
11480
11481 * config/alpha/xm-fbsd.h: Delete file.
11482 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11483
11484 * config/sparc/xm-sparc.h: Delete file.
11485 * Makefile.in (xm-sun4os4.h): Delete dependency.
11486 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11487 * config/sparc/xm-sun4os4.h: Ditto.
11488 * config/sparc/xm-linux.h: Ditto.
11489
11490 * config/i386/xm-windows.h: Delete file.
11491
11492 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11493
11494 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11495 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11496
11497 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11498
11499 * alpha-tdep.c (alpha_call_dummy_words): New.
11500 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11501 (CALL_DUMMY_P): Define.
11502 (CALL_DUMMY_WORDS): Define.
11503 (SIZEOF_CALL_DUMMY_WORDS): Define.
11504
11505 2002-01-19 Per Bothner <per@bothner.com>
11506
11507 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11508 isn't NULL, which can happen with some gcj-3.x-produced code.
11509
11510 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11511
11512 * alpha-tdep.c (alpha_register_virtual_type): New function.
11513 (alpha_init_frame_pc_first): Ditto.
11514 (alpha_fix_call_dummy): Ditto.
11515 (alpha_store_struct_return): Ditto.
11516 (alpha_extract_struct_value_address): Ditto.
11517 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11518 alpha_register_virtual_type.
11519 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11520 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11521 alpha_extract_struct_value_address.
11522 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11523 (INIT_FRAME_PC): Use init_frame_pc_noop.
11524 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11525
11526 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11527
11528 * i386gnu-nat.c: Include "i386-tdep.h".
11529 (fetch_fpregs): Simplify code dealing with uninitialized floating
11530 point states such that it doesn't require FP7_REGNUM.
11531
11532 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11533
11534 * alpha-tdep.c (frame_extra_info): New.
11535 (alpha_find_saved_regs): Make static. Use
11536 frame->extra_info.
11537 (alpha_frame_init_saved_regs): New function.
11538 (alpha_frame_saved_pc): Use frame->extra_info.
11539 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11540 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11541 (init_extra_frame_info): Rename to...
11542 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11543 (alpha_print_extra_frame_info): New function.
11544 (alpha_frame_locals_address): Ditto.
11545 (alpha_frame_args_address): Ditto.
11546 (alpha_pop_frame): Use frame->extra_info.
11547 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11548 alpha_frame_args_address.
11549 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11550 (alpha_find_saved_regs): Remove prototype.
11551 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11552 (EXTRA_FRAME_INFO): Remove.
11553 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11554 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11555
11556 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11557
11558 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11559 (alpha_cannot_fetch_register): Ditto.
11560 (alpha_cannot_store_register): Ditto.
11561 (alpha_register_convertible): Ditto.
11562 (alpha_use_struct_convention): Ditto.
11563 * config/alpha/tm-alpha.h: Update copyright years.
11564 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11565 (INNER_THAN): Use core_addr_lessthan.
11566 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11567 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11568 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11569 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11570 (FRAME_CHAIN): Remove unnecessary cast.
11571
11572 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11573
11574 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11575 obsolete.
11576
11577 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11578
11579 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11580 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11581 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11582 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11583 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11584 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11585 * x86-64-linux-nat.c: Ditto.
11586
11587 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11588
11589 * alpha-tdep.c (alpha_register_name): New function.
11590 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11591 (REGISTER_NAME): Define.
11592
11593 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11594
11595 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11596
11597 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11598
11599 * alpha-tdep.c: Update copyright years.
11600 (alpha_next_pc): New function.
11601 (alpha_software_single_step): Ditto.
11602 * config/alpha/tm-alpha.h: Add prototype for
11603 alpha_software_single_step.
11604
11605 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11606
11607 * alphabsd-nat.c: Update copyright years.
11608 (fill_gregset): Use regcache_collect.
11609 (fill_fpregset): Likewise.
11610 (fetch_inferior_registers): Only fetch integer registers
11611 if requested to do so.
11612 (store_inferior_registers): Only store integer registers
11613 if requested to do so.
11614
11615 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11616
11617 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11618 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11619 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11620 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11621 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11622 * config/arm/linux.mh (XDEPFILES): Delete.
11623 * config/arm/nbsd.mh (XDEPFILES): Delete.
11624 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11625 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11626 * config/i386/i386m3.mh (XDEPFILES): Delete.
11627 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11628 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11629 * config/i386/fbsd.mh (XDEPFILES): Delete.
11630 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11631 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11632 * config/i386/i386v4.mh (XDEPFILES): Delete.
11633 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11634 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11635 * config/i386/i386aix.mh (XDEPFILES): Delete.
11636 * config/i386/go32.mh (XDEPFILES): Delete.
11637 * config/i386/cygwin.mh (XDEPFILES): Delete.
11638 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11639 * config/i386/i386mach.mh (XDEPFILES): Delete.
11640 * config/i386/i386v32.mh (XDEPFILES): Delete.
11641 * config/i386/linux.mh (XDEPFILES): Delete.
11642 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11643 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11644 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11645 * config/i386/i386sco.mh (XDEPFILES): Delete.
11646 * config/i386/i386v.mh (XDEPFILES): Delete.
11647 * config/i386/nbsd.mh (XDEPFILES): Delete.
11648 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11649 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11650 * config/i386/symmetry.mh (XDEPFILES): Delete.
11651 * config/i386/obsd.mh (XDEPFILES): Delete.
11652 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11653 * config/ia64/linux.mh (XDEPFILES): Delete.
11654 * config/ia64/aix.mh (XDEPFILES): Delete.
11655 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11656 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11657 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11658 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11659 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11660 * config/m68k/linux.mh (XDEPFILES): Delete.
11661 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11662 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11663 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11664 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11665 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11666 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11667 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11668 * config/m88k/delta88.mh (XDEPFILES): Delete.
11669 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11670 * config/m88k/m88k.mh (XDEPFILES): Delete.
11671 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11672 * config/mips/linux.mh (XDEPFILES): Delete.
11673 * config/mips/irix6.mh (XDEPFILES): Delete.
11674 * config/mips/irix5.mh (XDEPFILES): Delete.
11675 * config/mips/irix4.mh (XDEPFILES): Delete.
11676 * config/mips/irix3.mh (XDEPFILES): Delete.
11677 * config/mips/decstation.mh (XDEPFILES): Delete.
11678 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11679 (NATDEPFILES): Move core-aout.o to here.
11680 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11681 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11682 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11683 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11684 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11685 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11686 * config/pa/hpux11.mh (XDEPFILES): Delete.
11687 * config/powerpc/aix.mh (XDEPFILES): Delete.
11688 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11689 * config/powerpc/linux.mh (XDEPFILES): Delete.
11690 * config/romp/rtbsd.mh: Rename XDEPFILES.
11691 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11692 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11693 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11694 * config/s390/s390.mh (XDEPFILES): Delete.
11695 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11696 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11697 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11698 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11699 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11700 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11701 * config/sparc/linux.mh (XDEPFILES): Delete.
11702 * config/vax/vaxult.mh (XDEPFILES): Delete.
11703 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11704 * Makefile.in (DEPFILES): Remove XDEPFILES.
11705
11706 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11707
11708 * utils.c (internal_verror): Fix comments, default is yes not no.
11709 Update queries to match. Default to quit and dump core.
11710
11711 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11712
11713 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11714 copyright.
11715 * defs.h, event-top.c, gdbcmd.h: Ditto.
11716 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11717 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11718 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11719 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11720 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11721 * mi/mi-main.c:Ditto.
11722
11723 * stack.c, symfile.c: Update copyright.
11724
11725 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11726
11727 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11728 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11729 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11730 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11731
11732 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11733
11734 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11735 * gdbserver/low-lynx.c (myattach): Likewise.
11736 * gdbserver/low-nbsd.c (myattach): Likewise.
11737 * gdbserver/low-sim.c (myattach): Likewise.
11738 * gdbserver/low-sparc.c (myattach): Likewise.
11739 * gdbserver/low-sun3.c (myattach): Likewise.
11740
11741 * gdbserver/low-linux.c (myattach): New function.
11742
11743 * gdbserver/server.c (attach_inferior): New function.
11744 (main): Handle "--attach".
11745
11746 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11747
11748 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11749 maintainer.
11750
11751 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11752
11753 * c-typeprint.c (is_type_conversion_operator): Add additional
11754 check for non-conversion operators.
11755
11756 2002-01-15 Michael Snyder <msnyder@redhat.com>
11757
11758 * linux-proc.c: Add "info proc" command, a la procfs.c.
11759 (read_mapping): New function, abstract and re-use code.
11760 (linux_find_memory_regions): Use new func read_mapping.
11761 (linux_info_proc_cmd): New function, implement "info proc".
11762 (_initialize_linux_proc): Add new command "info proc".
11763
11764 2002-01-15 Michael Snyder <msnyder@redhat.com>
11765
11766 * symfile.c (generic_load): Use bfd_map_over_sections method
11767 instead of manipulating bfd structure members directly.
11768 (add_section_size_callback): New function, bfd sections callback
11769 used by generic_load.
11770 (load_sections_callback): New function, bfd sections callback
11771 used by generic_load.
11772
11773 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11774
11775 [Based on work by Jim Blandy]
11776 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11777 (builtin_type_vec128): Export.
11778 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11779 types.
11780 (builtin_type_vec128): New builtin type for 128 bit vector
11781 registers.
11782 (build_gdbtypes): Initialize builtin_type_v16qi and
11783 builtin_type_v8hi. Create the vec128 register builtin type
11784 structure.
11785 (build_builtin_type_vec128): New function.
11786 (_initialize_gdbtypes): Register builtin_type_v16qi and
11787 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11788 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11789 AltiVec register to new builtin type.
11790
11791 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11792
11793 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11794 to make_cv_type.
11795
11796 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11797
11798 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11799 CLEAN_UP_REGISTER_VALUE.
11800 * regcache.c (supply_register): Update only call.
11801
11802 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11803
11804 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11805 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11806 a29k-*-vxworks* targets as obsolete.
11807
11808 2002-01-14 Michael Snyder <msnyder@redhat.com>
11809
11810 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11811 until we can resolve portability issues.
11812 * gregset.h: Remove references to fpxregs.
11813 * gcore.c (gcore_command): Initialize note_sec to NULL.
11814
11815 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11816
11817 * signals.c (target_signal_to_name): Rewrite. Only use
11818 signals[].name when in bounds and non-NULL.
11819
11820 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11821
11822 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11823 * signals.c (target_signal_to_name): Verify that SIG is within the
11824 bounds of the signals array.
11825
11826 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11827
11828 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11829
11830 2002-01-13 Keith Seitz <keiths@redhat.com>
11831
11832 * stack.c (print_frame_info_base): Print the frame's pc
11833 only if when print_frame_info_listing_hook is not defined.
11834
11835 2002-01-13 Keith Seitz <keiths@redhat.com>
11836
11837 * varobj.c (varobj_set_value): Make sure that there were no
11838 errors evaluating the object before attempting to set its
11839 value.
11840 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11841 so this offset adjustment is no longer necessary.
11842 (create_child): Don't set the error flag if the child is
11843 a CPLUS_FAKE_CHILD.
11844 (value_of_child): If value_fetch_lazy fails, return NULL
11845 so that callers will be notified that an error occurred.
11846 (c_value_of_variable): Delay check of variable's validity
11847 until later. We actually want all structs and unions to have
11848 the value "{...}".
11849 Do not return "???" for variables which could not be evaluated.
11850 This error condition must be returned to the caller so that it
11851 can get the error condition from gdb.
11852 (cplus_name_of_child): Adjust index for vptr before figuring
11853 out the name of the child.
11854 (cplus_value_of_child): If a child's (real) parent is not valid,
11855 don't even bother trying to give a value for it. Just return
11856 an error. Change all instances in this function.
11857 (cplus_type_of_child): If our parent is one of the "fake"
11858 parents, we need to get at the type of the real parent, and
11859 derive the child's true type using this information.
11860
11861 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11862
11863 From 2002-01-09 John Marshall <johnm@falch.net>:
11864 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11865 sources.redhat.com, and tweak some related URLs which had
11866 suffered from linkrot.
11867
11868 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11869
11870 From Jeff law:
11871 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11872 structures passed in registers.
11873
11874 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11875
11876 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11877 white space which prevented compilation. Reported by DSK
11878 <dsk@student.unsw.edu.au>.
11879
11880 2002-01-11 Michael Snyder <msnyder@redhat.com>
11881
11882 * symfile.c (build_section_addr_info_from_section_tab):
11883 Use bfd access method instead of manipulating bfd directly.
11884 (syms_from_objfile): Ditto.
11885 (simple_overlay_update_1): Ditto.
11886 (simple_overlay_update): Ditto.
11887 (generic_load): Ditto.
11888 (overlay_unmapped_address): FIXME comment, bfd access methods.
11889 (sections_overlap): FIXME comment, bfd access methods.
11890 (pc_in_mapped_range): FIXME comment, bfd access methods.
11891 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11892 (section_is_mapped): FIXME comment, bfd access methods.
11893 (section_is_overlay): FIXME comment, bfd access methods.
11894
11895 * symfile.c (generic_load): Whitespace and long line cleanups.
11896 Remove duplicate variable, change several local variables to
11897 more appropriate data types.
11898 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11899
11900 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11901
11902 From Peter Schauer:
11903 * language.c (longest_local_hex_string_custom): Use phex_nz to
11904 convert NUM to a hex string.
11905
11906 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11907
11908 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11909 the function.
11910 Update Copyright year.
11911
11912 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11913
11914 * language.c (longest_raw_hex_string): Delete unused function.
11915
11916 2002-01-11 Petr Sorfa <petrs@caldera.com>
11917
11918 * MAINTAINERS (write-after-approval): Add myself.
11919 * dwarf2read.c (read_tag_string_type): Handling of
11920 DW_AT_byte_size.
11921 (read_tag_string_type): FORTRAN fix to prevent propagation of
11922 first string size.
11923 (set_cu_language): Handling of DW_LANG_Fortran95
11924
11925 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11926
11927 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11928 GETPID(inferior_ptid).
11929 (store_inferior_registers): Likewise.
11930
11931 2002-01-10 Jason Merrill <jason@redhat.com>
11932
11933 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11934 Fix DW_OP_minus.
11935
11936 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11937
11938 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11939 and bfd/elf32-sh-nbsd.c.
11940
11941 2002-01-10 Michael Snyder <msnyder@redhat.com>
11942
11943 * NEWS: Mention --pid and corefile/proc-id behavior change.
11944
11945 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11946 * gcore.c: Include cli/cli-decode.h instead of command.h.
11947
11948 * main.c (captured_main): Add new command line option "--pid".
11949 If the second command line argument (following the symbol-file)
11950 begins with a digit, try to attach to it before trying to open
11951 it as a corefile.
11952 (print_gdb_help): Document the "--pid" argument.
11953
11954 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11955
11956 * completer.c (command_completer): New function.
11957
11958 * completer.h <command_completer>: Add prototype.
11959
11960 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11961 completer for the "help" command.
11962
11963 2002-01-09 Jason Merrill <jason@redhat.com>
11964
11965 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11966
11967 2002-01-09 Michael Snyder <msnyder@redhat.com>
11968
11969 * i386-linux-nat.c (fill_fpxregset): Make global.
11970 (store_fpxregset): Ditto.
11971
11972 * gregset.h (gdb_fpxregset_t): Define.
11973 (supply_fpxregset): Prototype.
11974 (fill_fpxregset): Prototype.
11975
11976 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11977
11978 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11979
11980 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11981 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11982 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11983
11984 2002-01-09 Andrew Cagney <ac131313@redhat.com>
11985
11986 * MAINTAINERS: Update target maintainer rules so that any
11987 Maintainer can approve a tested patch for a maintenance-only
11988 target.
11989
11990 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
11991
11992 * MAINTAINERS (write-after-approval): Add myself.
11993
11994 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
11995 IN_SIGTRAMP.
11996
11997 2002-01-08 Michael Snyder <msnyder@redhat.com>
11998
11999 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12000 real name of the executable, rather than the /proc name.
12001
12002 2002-01-03 Michael Snyder <msnyder@redhat.com>
12003
12004 Implement a "generate-core-file" command in gdb, save target state.
12005 * gcore.c: New file. Implement new command 'generate-core-file'.
12006 Save a corefile image of the current state of the inferior.
12007 * linux-proc.c: Add linux-specific code for saving corefiles.
12008 * target.h (struct target_ops): Add new target vectors for saving
12009 corefiles; to_find_memory_regions and to_make_corefile_notes.
12010 (target_find_memory_regions): New macro.
12011 (target_make_corefile_notes): New macro.
12012 * target.c (update_current_target): Inherit new target methods.
12013 (dummy_find_memory_regions): New place-holder method.
12014 (dummy_make_corefile_notes): New place-holder method.
12015 (init_dummy_target): Initialize new dummy target vectors.
12016 * exec.c (exec_set_find_memory_regions): New function.
12017 Allow the exec_ops vector for memory regions to be taken over.
12018 (exec_make_note_section): New function, target vector method.
12019 * defs.h (exec_set_find_memory_regions): Export prototype.
12020 * procfs.c (proc_find_memory_regions): New function, corefile method.
12021 (procfs_make_note_section): New function, corefile method.
12022 (init_procfs_ops): Set new target vector pointers.
12023 (find_memory_regions_callback): New function.
12024 (procfs_do_thread_registers): New function.
12025 (procfs_corefile_thread_callback): New function.
12026 * sol-thread.c (sol_find_memory_regions): New function.
12027 (sol_make_note_section): New function.
12028 (init_sol_thread_ops): Initialize new target vectors.
12029 * inftarg.c (inftarg_set_find_memory_regions): New function.
12030 Allow to_find_memory_regions vector to be taken over.
12031 (inftarg_set_make_corefile_notes): New function.
12032 Allow to_make_corefile_notes vector to be taken over.
12033 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12034 interface layer if not target_has_execution (may be a corefile).
12035 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12036 * config/sparc/sun4sol2.mh: Ditto.
12037 * config/alpha/alpha-linux.mh: Ditto.
12038 * config/arm/linux.mh: Ditto.
12039 * config/i386/x86-64linux.mh: Ditto.
12040 * config/ia64/linux.mh: Ditto.
12041 * config/m68k/linux.mh: Ditto.
12042 * config/mips/linux.mh: Ditto.
12043 * config/powerpc/linux.mh: Ditto.
12044 * config/sparc/linux.mh: Ditto.
12045
12046 2002-01-07 Michael Snyder <msnyder@redhat.com>
12047
12048 * arm-linux-nat.c: Remove references to regcache.c internal data
12049 (registers[] and register_valid[]).
12050
12051 2002-01-07 Michael Snyder <msnyder@redhat.com>
12052
12053 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12054 so that attaching to a pid will automatically read the process's
12055 symbol file and shlibs.
12056 * Makefile.in: Add rule for linux-proc.o.
12057 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12058 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12059 * config/arm/linux.mh: Ditto.
12060 * config/i386/linux.mh: Ditto.
12061 * config/i386/x86-64linux.mh: Ditto.
12062 * config/ia64/linux.mh: Ditto.
12063 * config/m68k/linux.mh: Ditto.
12064 * config/mips/linux.mh: Ditto.
12065 * config/powerpc/linux.mh: Ditto.
12066 * config/sparc/linux.mh: Ditto.
12067
12068 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12069
12070 * win32-nat.c: Add i386-tdep.h dependency.
12071
12072 2002-01-07 Michael Snyder <msnyder@redhat.com>
12073
12074 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12075 instead of bfd_get_arch_size. Don't bail out just because
12076 there's no exec_bfd.
12077
12078 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12079 * p-valprint.c (pascal_object_print_value): Ditto.
12080 * somread.c (som_symtab_read): Ditto.
12081 * symfile.c (simple_free_overlay_region_table): Ditto.
12082 * valops.c (value_assign): Ditto.
12083
12084 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12085 use tilde_expand and strerror for opening save-tracepoints file.
12086
12087 * thread-db.c (thread_db_new_objfile): Indendation fix.
12088
12089 * infptrace.c (GDB_MAX_ALLOCA): New define.
12090 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12091 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12092 can be overridden with whatever value is appropriate to the host).
12093 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12094 alloca to allocate potentially large buffer.
12095 * rs6000-nat.c (child_xfer_memory): Ditto.
12096 * symm-nat.c (child_xfer_memory): Ditto.
12097 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12098
12099 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12100
12101 From Nick Clifton <nickc@redhat.com>
12102 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12103
12104 2002-01-07 Michael Snyder <msnyder@redhat.com>
12105
12106 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12107 Don't use exec_bfd if it's NULL.
12108
12109 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12110
12111 * valops.c (value_arg_coerce): Fix formatting.
12112
12113 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12114
12115 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12116 * gnu-nat.c: Ditto.
12117
12118 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12119
12120 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12121 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12122 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12123 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12124 z8k-coff have not been multi-arched. Update z8k-coff build
12125 status.
12126
12127 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12128
12129 * MAINTAINERS: Mark a29k target as obsolete.
12130 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12131 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12132 comments.
12133 * NEWS: Note that a29k targets are obsolete.
12134 * a29k-tdep.c: Mark as obsolete.
12135 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12136 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12137 a29k-*-vxworks* targets as obsolete.
12138 * remote-adapt.c: Obsolete.
12139 * remote-eb.c: Obsolete.
12140 * remote-mm.c: Obsolete.
12141 * remote-udi.c: Obsolete.
12142 * config/a29k/a29k-udi.mt: Obsolete.
12143 * config/a29k/a29k.mt: Obsolete.
12144 * config/a29k/tm-a29k.h: Obsolete.
12145 * config/a29k/tm-vx29k.h: Obsolete.
12146 * config/a29k/vx29k.mt: Obsolete.
12147
12148 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12149
12150 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12151 with BFD_ENDIAN_BIG.
12152
12153 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12154
12155 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12156 * configure, config.in: Re-generate.
12157 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12158 * defs.h: Do not include <endian.h>.
12159
12160 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12161
12162 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12163 * config.in: Regenerate.
12164 * configure.in: Update copyright years.
12165 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12166 * configure: Regenerate.
12167 * i386bsd-nat.c: Update copyright years.
12168 (fill_gregset): Use regcache_collect.
12169 (fetch_inferior_registers): Only fetch integer registers
12170 if requested to do so. Add support for XMM registers
12171 using PT_GETXMMREGS.
12172 (store_inferior_registers): Only store integer registers
12173 if requested to do so. Add support for XMM registers
12174 using PT_SETXMMREGS.
12175 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12176 (store_inferior_registers): Remove.
12177 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12178 (fetch_elfcore_registers): New function.
12179 (i386nbsd_elfcore_fns): New.
12180 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12181 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12182 i386bsd-nat.o.
12183 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12184 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12185 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12186 * config/i386/tm-nbsd.h: Update copyright years.
12187 (HAVE_SSE_REGS): Define.
12188 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12189 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12190 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12191 (SIGCONTEXT_PC_OFFSET): Remove.
12192 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12193
12194 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12195
12196 * configure.tgt: Remove powerpc-*-macos* target.
12197 * config/m68k/xm-mpw.h: Delete file.
12198 * config/xm-mpw.h: Delete file.
12199 * ser-mac.c: Delete file.
12200 * mpw-make.sed: Delete file.
12201 * mpw-config.in: Delete file.
12202 * mac-xdep.c: Delete file.
12203 * mac-gdb.r: Delete file.
12204 * mac-defs.h: Delete file.
12205 * mac-nat.c: Delete file.
12206 * config/powerpc/macos.mh: Delete file.
12207 * config/powerpc/macos.mt: Delete file.
12208 * config/powerpc/nm-macos.h: Delete file.
12209 * config/powerpc/tm-macos.h: Delete file.
12210 * source.c (openp, open_source_file): Remove obsolete code.
12211 * top.c (gdb_readline): Ditto.
12212 * utils.c (query): Ditto.
12213 * event-top.c (display_gdb_prompt): Ditto.
12214 * Makefile.in (ser-mac.o): Delete obsolete target.
12215 * NEWS: Update.
12216
12217 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12218
12219 * defs.h (BIG_ENDIAN): Delete macro definition.
12220 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12221 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12222 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12223 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12224 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12225 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12226 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12227 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12228 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12229 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12230 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12231 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12232 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12233 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12234 * gdbarch.c: Re-generate.
12235
12236 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12237
12238 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12239 for core files.
12240
12241 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12242
12243 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12244
12245 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12246
12247 * value.h (value_ptr): Delete typedef.
12248
12249 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12250
12251 * i386nbsd-nat.c: Update copyright years.
12252 Include i386-tdep.h.
12253
12254 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12255
12256 * stabsread.c: Update copyright years.
12257
12258 From Debashis Mahata <debashis.mahata@wipro.com>:
12259 (read_struct_fields): Deal with Sun C compiler erroneous stab
12260 output for structs and unions.
12261 Fix PR gdb/269.
12262
12263 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12264
12265 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12266 prototype.
12267
12268 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12269
12270 * cp-abi.c: Fix whitespace.
12271 (baseclass_offset): New wrapper function.
12272 * cp-abi.h (baseclass_offset): Add prototype.
12273 (struct cp_abi_ops): Add baseclass_offset pointer.
12274
12275 * valops.c (vb_match): Move to...
12276 * gnu-v2-abi.c (vb_match): here.
12277 * valops.c (baseclass_offset): Move to...
12278 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12279
12280 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12281
12282 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12283 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12284 * hpacc-abi.c (init_hpacc_ops): Likewise.
12285
12286 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12287
12288 * valops.c (find_overload_match): Accept obj as a
12289 reference parameter. Update it before returning.
12290 * value.h (find_overload_match): Update prototype.
12291 * eval.c (evaluate_subexp_standard): Pass object to
12292 find_overload_match by reference.
12293
12294 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12295
12296 * valarith.c: Replace value_ptr with struct value pointer. Remove
12297 register attribute from value declarations.
12298 * valops.c: Ditto.
12299 * value.h: Ditto.
12300 * scm-lang.c (scm_lookup_name): Ditto.
12301
12302 2002-01-03 Michael Snyder <msnyder@redhat.com>
12303
12304 Abstract the functionality of iterating over mapped memory
12305 regions into a general purpose iterator function.
12306 * procfs.c (iterate_over_mappings): New function, general purpose
12307 iterator for memory sections.
12308 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12309 (solib_mappings_callback): New function, callback for above.
12310 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12311 (info_mappings_callback): New function, callback for above.
12312
12313 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12314
12315 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12316
12317 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12318 * i386-tdep.c: Include "elf-bfd.h".
12319 (process_note_abi_tag_sections): New function.
12320 (i386_gdbarch_init): Add code to recognize various OS/ABI
12321 combinations.
12322
12323 * maint.c (_initialize_maint_cmds): Add missing \ in
12324 string-literal.
12325
12326 For older changes see ChangeLog-2001
12327 \f
12328 Local Variables:
12329 mode: change-log
12330 left-margin: 8
12331 fill-column: 74
12332 version-control: never
12333 End: